:root {
    --bgbody: #ffffff;
    --onecolor: #223670;
    --twocolor: #fbae17;
    --textcolor: #acacb6;
    --fontmain: PeydaWebFaNum;
    --fonthead: ;
}

body {
    background-color: var(--bgbody);
    font-size: 14px;
    font-family: var(--fontmain);
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #2f2f2f;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin-bottom: 0;
}

.space {
    padding-top: 100px;
}

body {
    scrollbar-width: thin;
    scrollbar-color: #d6dee1 transparent;
}

/* header */

.head-bg {
    /* background-image: url(../img/3d-house-decoration.jpg); */
    background-size: cover;
    height: 100vh;
    position: relative;
}

.head {
    background-color: #ffffffd9;
    display: flex;
    padding: 10px;
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 999;
}

.headbase {
    display: flex;
}

.logo-h {
    width: 25%;
}

.logo-h img {
    width: 25%;
    margin-right: 45px;
}

.logo-h p {
    margin-right: 40px;
    margin-top: -3px;
    font-size: 11px;
    font-weight: 500;
}

.logo-h p span:first-child {
    color: #fbae17;
}

.logo-h p span:last-child {
    color: #223670;
}


.menu-h {
    display: flex;
    align-items: center;
    width: 45%;
    margin-top: 5px;
}

.menu-h ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.side-menu-m {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 0 70px rgb(0 0 0 / 28%);
    max-width: 300px;
    width: 80vw;
    transform: translateX(530px);
    transition: all .3s;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
}

.side-menu-m.show {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.menu-m i {
    font-size: 20px;
    padding-right: 10px;
    cursor: pointer;
}

.side-menu-m ul {
    padding-top: 100px;
}

.side-menu-m ul li {
    padding: 10px 10px;
    font-size: 29px;
}

.menu-h ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #2f53bd;
    padding: 10px 15px;
    position: relative;
    border-radius: 10px;
    transition: .3s;
}

.menu-h ul li a:hover {
    color: #223670;
}

.menu-h ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fbae17;
    transform: scaleX(0);
    transform-origin: right;
    transition: all .5s;
}

.menu-h ul li a:hover::before,
.menu-h ul li a:hover::after {
    transform: scaleX(1);
}

.special-h {
    display: flex;
    align-items: center;
    position: relative;
}

.special-h i {
    margin-right: 5px;
    transform: rotate(0);
    transition: .3s;
}

.special-h:hover i {
    transform: rotate(-180deg);
}



.sub-kh {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    right: 512px;
    top: 70px;
    border-radius: 7px;
    transition: 0.3s all ease-in-out;
}

.sub-kh ul {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.sub-kh ul li {
    margin-top: 10px;
    width: 100%;
}

.menu-h ul li:hover nav {
    opacity: 1;
    visibility: unset;
}

.sub-kh ul li a {
    width: 100% !important;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    transition: .3s;
}

.sub-kh ul li a:hover {
    background-color: #2f53bd;
    color: #fff;
}

.sub-kh ul li a::before,
.sub-kh ul li a::after {
    content: none;
}

.special-h:hover nav {
    visibility: visible;
    opacity: 1;
}

.support-h {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    padding-top: 5px;
}

.support-h a {
    display: flex;
    align-items: center;
}

.support-h a i {
    margin-left: 7px;
    color: #fbae17;
}

.support-h a p {
    color: #707074;
}

.after-h {
    position: relative;
    padding-bottom: 10px;
}

.after-h::after {
    content: "";
    background-color: #0000ff36;
    width: 155px;
    height: 1px;
    position: absolute;
    top: 25px;
    right: 20px;
}

.main-header {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.introduction-mh {
    width: 50%;
}

.text-mh {
    height: 200px;
    background-color: #fffffff5;
    border-radius: 15px;
    margin-top: 140px;
    position: relative;
}

.introduction-mh h2 {
    position: absolute;
    top: 20px;
    right: 160px;
    font-weight: 600;
    /* font-size: 32px; */
    color: #223670;
}

.introduction-mh h2::before {
    content: "";
    position: absolute;
    background-color: #fbae17;
    width: 40px;
    height: 3px;
    border-radius: 50px;
    right: -45px;
    top: 20px;
}

.introduction-mh h2::after {
    content: "";
    position: absolute;
    background-color: #fbae17;
    width: 40px;
    height: 3px;
    border-radius: 50px;
    right: 215px;
    top: 20px;
}

.introduction-mh p {
    position: absolute;
    top: 120px;
    right: 115px;
    font-size: 19px;
    font-weight: 600;
}

.introduction-mh h1 {
    position: absolute;
    top: 122px;
    right: 310px;
    font-size: 19px;
    font-weight: 600;
}

.introduction-mh img {
    width: 300px;
    position: absolute;
    top: -17px;
    right: 115px;
    opacity: 0.1;
}

.displaydata {
    width: 30%;
    /* height: 200px; */
    background-color: #fffffff5;
    border-radius: 15px;
    margin-top: 100px;
    /* position: relative; */
}

.displaydata p {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    font-size: 15px;
    font-weight: 500;
}

.final-p {
    font-size: 15px;
    font-weight: 500;
    margin-top: -10px;
    padding-bottom: 10px;
}

.info-boxs {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    padding-top: 20px;
}

.litle-box {
    padding: 10px;
    background-color: #fbae17;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 15px;
}

.litle-box img {
    width: 25%;
}

.litle-box p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
}

.counseling-mh {
    /* display: flex; */
    /* justify-content: space-between; */
    padding-top: 50px;
    align-items: center;
}

/* <!-- Swiper --> */

.header-slider .head-swip { 
    width: 100%;
}

.head-swip { 
   width: 100% !important;
}

.header-slider .head-swip img{ 
    width: 100% !important;
}

.autoplay-progress { 
    display: none;
}

/* .nemoone, */
.moshavere {
    width: 100% !important;
}

/* .moshavere {
    padding-right: 42px;
} */

/* .nemoone a, */
.moshavere a {
    width: 100% !important;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    background-color: #fbaf17bd;
    padding: 10px 255px;
    border: solid 1px #fbae17;
    border-radius: 15px;
    transition: .3s;
}

.nemoone a:hover,
.moshavere a:hover {
    background-color: #fbae17;
}

/* section main-container */

.main-container {
    display: flex;
    justify-content: space-around;
}

.po-re {
    position: relative;
}

.bg-line {
    background-image: url(../img/Group\ 1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 350px;
    background-position-x: -50px;
    overflow-x: hidden;
    top: 345px;
}

.title-mc {
    text-align: center;
    position: relative;
    font-weight: 600;
    color: #223670;
}

.title-mc::before {
    content: "";
    position: absolute;
    background-color: #fbae17;
    width: 30px;
    height: 2px;
    top: 20px;
    right: 43%;
}

.title-mc::after {
    content: "";
    position: absolute;
    background-color: #fbae17;
    width: 30px;
    height: 2px;
    top: 20px;
    right: 55%;
}

.text-mc,
.img-mc {
    width: 40%;
    z-index: 3;
}

.text-mc p {
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
    text-align: justify;
    text-justify: inter-character;
}

/* .text-mc p h2 { 
    font-size: 16px;
    font-weight: 500;
    display: inline;
} */

.text-mc p span {
    color: #223670;
}

.img-mc img {
    width: 100%;
    border-radius: 10px;
    padding-top: 15px;
}

/* section services */

.plus {
    margin-top: 40px;
    position: relative;
}

.services {
    display: flex;
    justify-content: space-between;
    z-index: 999;
    margin-top: 20px;
}

.title-ser {
    position: relative;
    font-weight: 600;
    color: #223670;
    margin-right: 55px;
}

.title-ser::before {
    content: "";
    position: absolute;
    background-color: #fbae17;
    width: 30px;
    height: 2px;
    top: 20px;
    right: -40px;
}

.list-ser {
    width: 34%;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    box-shadow: 3px 5px 5px 0px #b7b7b7;
}

/* .bef-ser {
    position: relative;
} */

.bef-ser::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 150px;
    background-color: #707074;
    right: 100%;
}

.text-ser {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-ser h5 {
    color: #fbae17;
    font-weight: 600;
}

.text-ser p {
    width: 75%;
    text-align: justify;
    text-justify: inter-character;
    color: #151515;
    font-weight: 500;
}

.list-ser a {
    padding: 10px 115px;
    color: #ffffff;
    background-color: #fbae17;
    border: solid 1px #fbae17;
    margin-top: 30px;
    border-radius: 10px;
    font-weight: 600;
    transition: .3s;
}

.list-ser a:hover {
    background-color: #223670;
}

.br {
    margin-top: 50px !important;
}

.br-2 {
    margin-top: 51px !important;
}

.bg-ser {
    background-image: url(../img/line\ color.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 340px;
    top: 440px;
    right: -712px;
}

/* section sample-w */

.sam {
    position: relative;
    margin-top: 100px;
}

.title-lw {
    position: relative;
    font-weight: 600;
    color: #223670;
    text-align: center;
}

.title-lw::before {
    content: "";
    position: absolute;
    background-color: #fbae17;
    width: 30px;
    height: 2px;
    top: 20px;
    right: 41%;
}

.title-lw::after {
    content: "";
    position: absolute;
    background-color: #fbae17;
    width: 30px;
    height: 2px;
    top: 20px;
    /* right: 630 !important; */
    margin-right: 8px;
}

.sample-w {
    z-index: 10;
    margin-top: 25px;
}

.more-sam {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    position: relative;
    margin-top: 30px;
}

.more-sam a {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 110px;
    color: #fff;
    background-color: #223670;
    border: 1px solid #223670;
    border-radius: 7px;
    transition: .3s;
}

.more-sam a:hover {
    background-color: #ffffff00;
    color: #223670;
}

.list-work {
    width: 100%;
    background-color: #fbae17;
    padding: 10px;
    border-radius: 10px;
}

.img-lw img {
    width: 100%;
    border-radius: 5px;
}

.text-lw {
    margin-top: 15px;
}

.text-lw h6 {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.text-lw p {
    margin-right: 5px;
    margin-top: 15px;
    color: #2f2f2f;
    font-weight: 500;
}

.text-lw p span {
    color: #223670;
    font-weight: 600;
}

/* .button-next i, */
.button-prev i {
    background-color: #2d2d2dab;
    padding: 5px;
    border-radius: 50px;
    position: absolute;
    width: 37px;
    height: 37px;
    top: 345px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    z-index: 999;
    right: 75px;
}

.button-next i {
    background-color: #2d2d2dab;
    padding: 5px;
    border-radius: 50px;
    position: absolute;
    width: 37px;
    height: 37px;
    top: 345px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    z-index: 999;
    left: 75px;
}

.button-next i:hover,
.button-prev i:hover {
    background-color: #223670;
}

.sam-bg {
    background-image: url(../img/Group\ 1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 350px;
    background-position-x: -55px;
    overflow-x: hidden;
    left: 0;
}

/* section questions */

.ques {
    margin-top: 50px;
}

.questions {
    margin-top: 25px;
    z-index: 10;
    position: relative;
}

.accordion-button {
    color: #fff;
    background-color: #223670;
    border-radius: 10px !important;
}

.accordion-button::after {
    position: absolute;
    left: 10px;
    /* background-image: none;
    color: #fbae17 !important; */
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
    background-color: #223670d9;
    color: #fff;
}

.accordion-collapse {
    background-color: #fff;
    color: #ffaa00d6;
    border-radius: 10px;
}

.accordion-body span {
    color: #ffaa00;
    font-size: 15px;
}

/* section counseling */

.for {
    margin-top: 50px;
}

.title-coun {
    position: relative;
    font-weight: 600;
    color: #223670;
    margin-right: 40px;
}

.title-coun::before {
    content: "";
    position: absolute;
    background-color: #fbae17;
    width: 30px;
    height: 2px;
    top: 20px;
    right: -40px;
}

.form-c {
    background-color: #c4c4c499;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 47px 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
}

.right-for {
    width: 45%;
}

.left-for {
    width: 45%;
}

.name-for,
.phone-for,
.email-for,
.tozih-for {
    position: relative;
    display: flex;
    flex-direction: column;
}

.name-for input,
.phone-for input,
.email-for input {
    width: 30%;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 7px;
    margin-top: 10px;
    width: 100%;
    border: 1px solid #fff;
}

.name-for input:focus,
.phone-for input:focus,
.email-for input:focus {
    border: 1px solid #0f1c72;
}

.floating-placeholder {
    font-size: 15px;
    font-weight: 600;
    color: #fbae17;
}

.phone-for,
.email-for {
    margin-top: 10px;
}

.tozih-for textarea {
    border: none;
    outline: none;
    border-radius: 7px;
    margin-top: 10px;
    height: 130px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #fff;
}

.tozih-for textarea:focus {
    border: 1px solid #0f1c72;
}

.but-for {
    margin-top: 49px;
    padding: 10px 0;
    transition: .3s;
    background-color: #0f1c72;
    border: 1px solid #0f1c72;
    border-radius: 7px;
    color: #fbae17;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.but-for:hover {
    background-color: #c4c4c499;
}

/* footer */

footer {
    position: relative;
    margin-top: 150px;
    background-color: #223670;
    padding: 10px;
}

.sefid::before {
    content: "";
    background-image: url(../img/footer-shape4.png);
    width: 90px;
    height: 65px;
    position: absolute;
    top: 0;
    right: -89px;
    bottom: 0;
    z-index: 10;
}

.sefid::after {
    content: "";
    background-image: url(../img/footer-shape5.png);
    width: 90px;
    height: 65px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -89px;
    z-index: 10;
}

.footer {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    margin-top: 60px;
    border-bottom: 1px solid #acacb6;
}

.text-foot {
    width: 40%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.text-foot h3 {
    text-align: center;
}

.text-foot h3 span:first-child {
    color: #fbae17;
}

.text-foot h3 span:last-child {
    color: #fff;
}

.text-foot p {
    width: 100%;
    text-align: justify;
    text-justify: inter-character;
    color: #ffffff;
}

.links-foot {
    width: 30%;
}

.links-foot h6 {
    color: #fff;
    position: relative;
    font-weight: 600;
    margin-right: 30px;
}

.links-foot h6::before {
    content: "";
    position: absolute;
    background-color: #fbae17;
    width: 25px;
    height: 2px;
    top: 10px;
    right: -30px;
}

.links-foot ul {
    margin-top: 20px;
}

.links-foot ul li {
    margin-top: 10px;
}

.links-foot ul li a {
    color: #d6dee1;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
}

.links-foot ul li a:hover {
    color: #fbae17;
    margin-right: 3px;
}

.special {
    color: #fbae17 !important;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
}

.special:hover {
    color: #d6dee1 !important;
}

.about-foot {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 0 30px;
}

.about-foot h6 {
    position: relative;
    color: #fff;
    font-weight: 600;
    margin-right: 30px;
}

.about-foot h6::before {
    content: "";
    position: absolute;
    background-color: #fbae17;
    width: 25px;
    height: 2px;
    top: 10px;
    right: -30px;
}

.adres-foot {
    display: flex;
    margin-top: 15px;
}

.adres-foot i {
    font-size: 25px;
    color: #fbae17;
}

.about-foot p {
    margin-right: 5px;
    margin-top: 3px;
    color: #d6dee1;
}

.about-foot p span {
    color: #fff;
    font-weight: 600;
}

.email-foot {
    display: flex;
    padding-top: 10px;
}

.email-foot i {
    font-size: 25px;
    color: #fbae17;
}

.email-foot p a {
    margin-right: 5px;
    margin-top: 3px;
    color: #d6dee1;
}

.call-foot {
    display: flex;
    padding-top: 15px;
}

.call-foot i {
    font-size: 25px;
    color: #fbae17;
}

.call-foot p span {
    font-weight: 600;
    color: #fff;
}

.sefid {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 10;
    transform: translateX(50%);
    height: 65px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.sefid a {
    width: 80px;
}

.sefid img {
    width: 100px;
    margin-top: -27px;
}

.down-footer {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.down-footer h6 {
    position: relative;
    color: #fff;
    font-weight: 600;
    margin-right: 30px;
}

.down-footer h6::before {
    content: "";
    position: absolute;
    background-color: #fbae17;
    width: 25px;
    height: 2px;
    top: 10px;
    right: -30px;
}

.down-footer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.down-footer ul li {
    margin-right: 13px;
}

.down-footer ul li a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.down-footer ul li a i {
    font-size: 20px;
    color: #acacb6;
}

.down-footer ul li a:hover i {
    color: #fff;
}

.down-footer ul li a p {
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transform-origin: left center;
    transition: 0.3s;
    font-size: 13px;
    max-width: 0;
    margin-left: 0;
    color: #acacb6;
}

.down-footer ul li a:hover p {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    max-width: 200px;
    margin-left: 15px;
    color: #fbae17;
}

/* page services */

/* header */

.spec-h {
    border-bottom: 1px solid #acacb6;
}

.kh {
    justify-content: center;
    margin-top: 50px;
}

.text-kh {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-kh h3 {
    font-weight: 600;
    color: #fbae17;
}

.text-kh p {
    font-size: 15px;
    font-weight: 500;
}

.bg-line-kh {
    background-image: url(../img/Group\ 1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 350px;
    background-position-x: -50px;
    overflow-x: hidden;
    top: 210px;
}

/* section khadamat*/

.memari {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}

.step {
    width: 50%;
}

.memari h6,
.ejra h6,
.sarmaye h6 {
    font-weight: 700;
    color: #223670;
    position: relative;
}

.memari h6::before,
.ejra h6::before,
.sarmaye h6::before {
    content: "";
    position: absolute;
    background-color: #fbae17;
    width: 101px;
    height: 2px;
    top: 25px;
    right: 0px;
}

.memari p,
.ejra p,
.sarmaye p {
    margin-top: 20px;
    font-size: 15px;
}

.down-kh-1,
.down-kh-2,
.down-kh-3,
.down-kh-4 {
    margin-top: 15px !important;
    display: flex;
    justify-content: space-between;
}

.down-kh-3 {
    margin-top: 15px;
}

.down-kh-1 span,
.down-kh-2 span,
.down-kh-3 span,
.down-kh-4 span,
.down-kh-5 span {
    font-size: 15px;
    font-weight: 500;
}

.down-kh {
    margin-top: 15px;
}

.down-kh span {
    font-size: 15px;
    font-weight: 500;
}

.memari ul li,
.ejra ul li,
.sarmaye ul li {
    list-style: square;
}

.memari ul li::marker,
.ejra ul li::marker,
.sarmaye ul li::marker {
    color: #fbae17;
}

.ejra,
.sarmaye {
    margin-top: 50px;
}

.sub-title-kh {
    border-bottom: 1px solid #0f1c72;
    padding-bottom: 10px;
}

/* page about-us */

/* .abo-us {

} */

/* .abo-us::after {
    content: "\e990";
    font-family: topno;
    position: absolute;
    font-size: 25px;
    color: #ffffff;
    padding: 10px 15px;
    background-color: #2f53bd;
    border-radius: 50px;
    animation: up-down .7s ease-in infinite;
    margin-top: 400px;
    right: 650px;
}

@keyframes up-down {
    0% {
        top: 150px;
    }

    25% {
        top: 153px;
    }

    50% {
        top: 155px;
    }

    75% {
        top: 153px;
    }

    100% {
        top: 150px;
    }
} */

.bg-line-us {
    background-image: url(../img/Group\ 1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 350px;
    background-position-x: -50px;
    overflow-x: hidden;
    top: 500px;
}

.text-us {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.text-us h3 {
    font-weight: 600;
    color: #fbae17;
    position: relative;
}

.main-container-us {
    display: flex;
    justify-content: space-between;
}

.img-mc-us,
.text-mc-us {
    position: relative;
    width: 50%;
}

.img-mc-us::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 475px;
    background-color: #223670;
    right: -25px;
}

.img-mc-us::after {
    content: "";
    position: absolute;
    background-color: #223670;
    height: 15px;
    width: 310px;
    top: 460px;
    right: -10px;
}

.text-mc-us {
    position: relative;
}

.text-mc-us h6 {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

.text-mc-us p {
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
    text-align: justify;
    text-justify: inter-character;
}

.logos-us {
    display: flex;
    justify-content: space-between;
}

.logos-us img {
    width: 200px;
}

.logos-us img:first-child {
    height: 160px;
    margin-top: 45px;
}

.logos-us img:last-child {
    height: 270px;
}

.main-page-us {
    display: flex;
    justify-content: space-between;
}

.hadarf,
.proje,
.massoliat {
    width: 32%;
    padding: 15px;
    box-shadow: 0px 0px 7px -2px #000;
    border-radius: 10px;
}

.hadarf h4,
.proje h4,
.massoliat h4 {
    font-weight: 600;
    color: #223670;
    text-align: center;
    margin-top: 10px;
}

.hadarf p,
.proje p,
.massoliat p {
    font-size: 15px;
    text-align: justify;
    text-justify: inter-character;
}

.sub-main-page {
    margin-top: 30px;
}

.sub-page-us {
    margin-top: 50px;
}

.sub-page-us h4 {
    color: #223670;
    position: relative;
    font-weight: 600;
}

.sub-page-us ul {
    margin-top: 10px;
    font-size: 15px;
}

.sub-page-us ul li {
    margin-top: 10px;
}

.sub-page-us ul li span {
    color: #fbae17;
    font-weight: 500;
}

.headmobile {
    display: none;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999999999;
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.4);
}

.min-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-m img {
    width: 70px;
}

@media (max-width:600px) {

    .footer {
        flex-direction: column;
    }

    .links-foot {
        display: none;
    }

    .text-foot,
    .about-foot {
        width: 100%;
        margin-bottom: 20px;
    }

    .services {
        flex-direction: column;
    }

    .list-ser {
        width: 100%;
    }

    .bef-ser::after {
        content: "";
        position: absolute;
        width: 150px;
        height: 1px;
        background-color: #707074;
        right: 50%;
        left: 50%;
        transform: translate(50%, -50%);
        bottom: -10%;
    }

    .main-container {
        flex-direction: column;
    }

    .text-mc,
    .img-mc {
        width: 100%;
    }

    .head {
        display: none;
    }

    section {
        overflow: hidden;
    }

    .headmobile {
        display: block;
    }

    .space {
        padding-top: 20px;
    }

    .title-mc::before {
        content: "";
        position: absolute;
        background-color: #fbae17;
        width: 30px;
        height: 2px;
        top: 15px;
        right: 32%;
    }

    .title-mc::after {
        content: "";
        position: absolute;
        background-color: #fbae17;
        width: 30px;
        height: 2px;
        top: 15px;
        right: 61%;
    }

    .main-header {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .introduction-mh,
    .displaydata {
        width: 100%;
    }

    .displaydata {
        margin-top: 50px;
    }

    .nemoone a,
    .moshavere a {
        padding: 10px 50px;
    }

    .introduction-mh h2 {
        position: absolute;
        top: 20px;
        right: 50%;
        font-weight: 600;
        color: #223670;
        left: 0;
        transform: translate(50%, 0);
        text-align: center;
    }

    .introduction-mh img {
        width: 300px;
        position: absolute;
        top: -17px;
        right: 50%;
        left: 0;
        transform: translate(50%, 0);
        opacity: 0.1;
    }

    .introduction-mh p {
        position: absolute;
        top: 120px;
        right: 50%;
        left: 0;
        transform: translate(50%, 0);
        font-size: 18px;
        font-weight: 600;
        width: 100%;
        text-align: center;
    }

    .step {
        width: 50%;
        padding: 10px;
    }

    .main-page-us {
        flex-direction: column;

    }

    .hadarf,
    .proje,
    .massoliat {
        width: 100%;
        margin-bottom: 10px;
    }

    .img-mc-us,
    .text-mc-us {
        position: relative;
        width: 100%;
    }

    .main-container-us {
        flex-direction: column;
    }

    .text-us {
        width: 100%;
        text-align: center;
        margin-top: 106px;
    }

    .img-mc-us {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .text-mc-us {
        margin-top: 35px;
    }

    .head-bg {
        height: 105vh !important;
    }

}



