/* landing-about */
.landing-about {
    padding-top: 5px;
    position: relative;
    /* background-image: url('../../images/orange-lines.jpg');
    background-size: 100% 100%; */
}

.landing-about .box-img {
    width: 350px;
    padding: 0px 5px;
    background: var(--sec_site);
    border-radius: 25px;
}

.landing-about .text-box {
    padding: 20px;
    max-width: 600px;
    border-left: 3px solid var(--sec_site);
    border-radius: 3px;
    margin-top: 100px;
}

.landing-about .head-ask {
    color: var(--sec_site);
}

.landing-about .des {
    color: #000 !important;
}

/* about_message_desc */
.about_message {
    margin: 150px 0;
    background-color: var(--sec_site);
    position: relative;
    overflow-x: clip;
    z-index: 1;

}

.about_message .container {
    background-color: var(--sec_site);
    overflow-x: hidden;
}


.about_message .container::after {
    position: absolute;
    width: 110%;
    height: 30%;
    content: "";
    background-color: var(--sec_site);
    transform: rotate(5deg);
    right: -5%;
    bottom: -5%;
}

.about_message .container::before {
    position: absolute;
    width: 110%;
    height: 30%;
    background-color: var(--sec_site);
    content: "";
    top: -5%;
    transform: rotate(-5deg);
    right: -5%;
}



/* .about_message_desc {
    margin-top: 160px !important;
} */
.about_message_desc {
    background-color: var(--main_site);
    /* filter: drop-shadow(30px 10px 4px #ffffff); */
    position: relative;
    z-index: 10;
    min-height: 324px;
    /* border: 1px solid white; */
    border-radius: 8px;
    /* box-shadow: 10px 10px 20px 0px #d3d3d3, -10px -10px 20px 0px #d3d3d3 !important; */
}

@media(max-width:567px) {
    .about_message_desc {
        margin-top: 0px !important;
    }

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

    .landing-about .img_about {
        height: 150px;
    }

    .landing-about .box-img {
        width: fit-content !important;
        margin: 0 auto;

    }

    .about_message .container::after {
        display: none;
    }

    .about_message .container::before {
        display: none;
    }
}

@media(max-width:500px) {
    .space {
        height: 536px;
    }
}


/* prjects */
.projects .onsale .line {
    height: 4px;
    background-color: var(--sec_site);
}

.projects .btn-more {
    width: fit-content;
    background-color: #1A3051;
    color: #fff;
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.projects .btn-more i {
    transform: rotate(45deg);
    margin-right: 6px;
}

.projects .box-contant .imges img {
    width: 400px;
    height: 400px;
    object-fit: contain;
}

.projects .box-contant .title {
    background-color: var(--sec_site);
    border-radius: 12px;
    width: fit-content;
    padding: 8px 20px;
    color: #fff;
}

.projects .box-contant .head {
    color: #000;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

@media(max-width:567px) {
    .projects .box-contant .imges img {
        width: auto;
        height: auto;
    }
}




/*abstract*/
.breadcrumb-bg-about {
    position: relative;
    background: url(../../images/p2.jpg) no-repeat 0 0;

    background-size: cover;
    z-index: 0;

}

@media (min-width: 1200px) {
    .container {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .container {
        margin-right: auto;
        margin-left: auto;
    }
}

h2.title {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-align: right;
    margin-top: 50px;
}

/* p.inner-page-para {
    color: #fff;
    font-size: 20px;
    opacity: 0.7;
    text-align: right;
} */

/* .hero-overlay {
    background: rgb(50 73 94 / 70%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} */

/* @media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .container {
        margin-right: auto;
        margin-left: auto;
    }
} */

.left-wthree-img .position-relative {
    z-index: 1;
}

@media (min-width: 991px) {
    .bg-shape {
        border-radius: 25% 70% 84% 22% / 42% 75% 25% 75%;
        -webkit-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.2);
        width: 475px;
        height: 504px;
        background-color: #17a0c5;
        opacity: .4;
        position: absolute;
        top: -17px;
        right: 15px;
        z-index: -1;
    }
}

@media (min-width: 412px) {
    .imginfo__box {
        padding: 0px;
        min-width: 95px;
        min-height: 95px;
    }
}


@media (max-width: 576px) {
    .imginfo__box {
        background-color: #17a0c5;
        color: #fff;
        position: absolute;
        right: 163px;
        bottom: 0px;
        box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.2);
        /* border-radius: 7px; */
        transform: rotate(45deg);
        text-align: center;
        border-radius: 7px;
    }
}



.imginfo__info {
    transform: rotate(-45deg);
}

@media (min-width: 412px) {
    .imginfo__box .imginfo__title {
        font-size: 18px;
        margin-right: 34px;
    }
}

.imginfo__box .imginfo__title {
    /* line-height: 40px;
    color: #fff;
    margin: 0;
    padding: 0 0 10px 0; */
    font-weight: 600;
    text-align: center;
}


@media (min-width: 412px) {
    .imginfo__box p {
        font-size: 12px;
        line-height: 23px;
        text-align: left;
        font-weight: 500;
        font-family: system-ui;

    }
}

.imginfo__box p {
    color: #fff;
}

.align-self {
    align-self: center;
}

.title-small {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: #17a0c5;
    display: block;
    text-align: left;
}

.title-big {
    font-size: 18px;
    line-height: 35px;

}

.align-self p {
    text-align: left;
    font-size: 20px;
}

.mr-3 {
    margin-right: 8px !important;
}

.btn-style {
    padding: 15px 50px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    transition: 0.3s ease-in;
    border-radius: var(--border-radius);
    text-align: left;
    float: right;
    border-color: #17a0c5 !important;
    background-color: #17a0c5;
    border-radius: 15px;
}

@media (min-width: 576px) {
    .style-icon {
        left: 225px;
        margin-top: 17px;
    }
}

@media (min-width: 576px) {
    .style-icon {
        left: 316px;
        margin-top: 5px;
    }
}

.left-wthree-img img {
    -webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -webkit-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.2);
}

#small-dialog1 {
    max-width: 750px;
    margin: 40px auto;
    position: relative;
}

.mfp-hide {
    display: none !important;
}

div#small-dialog1 iframe {
    width: 100%;
    height: 420px;
    display: block;
    border-radius: 10px;
}

iframe {
    border: none;
}


@media (min-width: 576px) {
    .w3l-aboutblock1 .area-box {
        padding: 32px 0px;
    }
}

.w3l-aboutblock1 .area-box {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background-color: var(--bg-lightgrey);
    display: grid;
    grid-auto-flow: column;
    grid-gap: 20px;
    box-shadow: 5px 5px 5px 5px darkgray;
    height: 185px;
}



.w3l-aboutblock1 h4 a.title-head {
    display: block;
    color: var(--heading-color);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 22px;
    letter-spacing: 0;
}

@media (min-width: 576px) {
    .area-box-info p {
        font-size: 24px;
    }
}

.w3l-aboutblock1 .area-box i {
    font-size: 38px;
    width: 40px;
    color: #17a0c5;
    margin-left: 20px;
}

.video-play {
    width: 70px;
    height: 70px;
    font-size: 60px;
    color: #17a0c5;
}

.w3l-about2 {
    background: var(--bg-lightgrey);
}

@media (min-width: 1200px) {
    .container {
        margin-right: auto;
        margin-left: auto;
    }
}



.w3l-about2 .cwp23-text-cols {
    grid-row-gap: 50px;
    grid-column-gap: 22px;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 576px) {
    .w3l-about2 .cwp23-text-cols {
        grid-row-gap: 50px;
        grid-column-gap: 40px;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }
}

.w3l-about2 .column span {
    color: #f88820;
    font-size: 35px;
    display: block;
    margin-bottom: 15px;

}

.w3l-about2 .cwp23-text-cols h4 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 28px;
    color: var(--heading-color);
    display: block;
    font-weight: 600;
    transition: 0.3s ease-in;
}

.first-paragraph {
    margin: 0;
    font-size: 17px;
    line-height: 27px;
    color: var(--font-color);
    opacity: .8;
    font-family: cairo;
    text-align: right;
    text-align: justify;
    padding: 10px;
}

.cwp23-text img {
    height: 421px;
    margin-top: 111px;
    margin-bottom: 68px;
    width: 100%;
    object-fit: cover;
}

.radius-image {
    border-radius: 10px;
}

.w3l-about2 {
    background: #d3d3d340;
}

.w3l-about4 {
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
}

.w3l-about4:before {
    content: "";
    background-color: #17a0c5;
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}


.w3l-about4 .heading {
    max-width: 700px;
}

.w3l-about4 h3 {
    color: #fff;
    text-align: center;
}


.w3l-about4 .heading p {
    color: #eee;
}

.play-video {
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 73px;
    color: white;
}

.w3l-team {
    background: white;
}



.team-member {
    position: relative;
    overflow: hidden;
}

.team-img {
    position: relative;
    overflow: hidden;
}

.overlay {
    background-color: rgba(20, 20, 20, 0.7);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .2s ease-in-out;
    border-radius: var(--border-radius);
}

.team-details {
    opacity: 0;
    position: absolute;
    top: 55%;
    left: 0;
    padding: 10%;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    transition: all .2s ease-in-out;
}

.team-details p {
    color: #fff;
    font-size: 20px;
}

.socials a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: transparent;
}

.team-title {
    margin: 25px 0 5px;
    font-size: 20px;
    font-weight: 600;
    color: black;
    text-align: center;
}



.w3l-content-4 {
    background: #d3d3d34a;
}

.title-content {
    max-width: 800px;
    margin: auto;
}




.w3l-content-4 .content4-icon.icon-clr1 span.fa {
    color: green;
    border: 1px solid;
}

.w3l-content-4 .content4-icon.icon-clr1 span.fa {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 7px;
}

.w3l-content-4 .content4-icon span.fa {
    margin-top: 4px;
    vertical-align: super;

}

.w3l-content-4 .content-info-in h6 {
    margin: 0px 0 12px 0;
}

.w3l-content-4 .content-info-in h6 a {
    text-align: left;
    margin-bottom: 0;
    color: var(--heading-color);
    font-weight: 600;
    font-size: 24px;
}

.w3l-content-4 .content4-icon.icon-clr2 span.fa {
    color: #ff4c4c;
    border: 1px solid;
}

.w3l-content-4 .content4-icon.icon-clr3 span.fa {
    color: var(--secondary-color);
    border: 1px solid;
}

.w3l-content-4 .content4-icon.icon-clr4 span.fa {
    color: #f48924;
    border: 1px solid;
}

.w3l-content-4 .content4-icon {
    font-size: 30px;
    text-align: center;
}

content-4 .content4-icon.icon-clr2 span.fa,
.w3l-content-4 .content4-icon.icon-clr3 span.fa,
.w3l-content-4 .content4-icon.icon-clr4 span.fa {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 7px;
}

.w3l-content-4 .content4-icon.icon-clr2 span.fa {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 7px;
}

.bottom-info {
    max-width: 700px;
    margin: 0 auto;
}



.btn-style {
    padding: 15px 50px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    transition: 0.3s ease-in;
    border-radius: 7px;
    text-align: left;
    float: left;
}

.button-hover:hover {
    background-color: #f88820 !important;
    border-color: #f88820 !important;
}

.button-hover {
    border-color: #f88820;
}

.first-div {
    box-shadow: 5px 5px 5px 5px darkgray;
    height: 241px;
}

.title-first {
    text-align: center !important;
    font-weight: 700;
    font-size: 25px;
}

.designer-p {
    text-align: center;
}

.completed {
    padding-left: 19px;
}

/*establishment*/




/* .breadcrumb-bg-establish {

    background: url(../../images/two-colleagues.webp) no-repeat 0px 0px;
    background-size: cover;
    position: relative;
    z-index: 0;
    height: 500px;
} */
/* first_div */

.p-relative {
    position: relative;
}





.perant {
    /* background-color: #1a3051;
    color: white; */
    background-color: #17a0c5;
    color: white;
    border-radius: 12px;
}

.d-flex1 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

@media (min-width: 576px) {
    .d-flex1 i {
        font-size: 33px;
        text-align: center;
        margin-bottom: 12px;
        color: #f88820;
    }
}

.integrated {
    text-align: center;
}

.cwp23-contentestablish {
    display: flex;
    /* justify-content: space-around; */
    width: 100%;
}

@media (min-width: 576px) {
    .perant2 {
        padding-left: 57px;
        padding-top: 103px;
        text-align: justify;
    }
}

.title3 {
    color: black;
    margin-top: 66px;
    margin-left: 124px;
    font-size: 19px;
    text-align: justify;
}

.title4 {
    margin: 0;
    font-size: 17px;
    line-height: 27px;
    color: var(--font-color);
    opacity: .8;
    font-family: 'webfont';
    text-align: right;
    text-align: justify;
}

.cwp23-textestablish {
    width: 30%;
    position: absolute;
    left: 2%;
    top: 42%;
}

@media (max-width: 900px) {
    .cwp23-textestablish {
        width: 30%;
        position: unset;
        left: 2%;
        top: 42%;
    }

    .cwp23-textestablish img {
        height: 421px;
        margin-top: 111px;
        margin-bottom: 68px;
        width: 100%;
        /* margin-left: auto; */
    }


}


@media (max-width: 900px) {
    .cwp23-textestablish img {
        height: 421px;
        margin-top: 111px;
        margin-bottom: 68px;
        width: 50%;
        /* margin-left: auto; */
    }
}

.title5 {
    color: #f88820;
    margin-left: 124px;
    padding: 3px;
    font-weight: 900;
    margin-bottom: -106px;
    margin-top: 80px;
    text-align: justify;
}

/* @media (max-width: 576px) {
    .cwp23-textestablish img {
        height: 421px;
        margin-top: 111px;
        margin-bottom: 68px;
        width: 50%;
    }
} */


@media (max-width: 1024px) {
    .nav .navbar-nav {
        min-width: 60%;
        display: flex;
        gap: 0;
    }
}

@media (max-width: 768px) {
    .title3 {
        margin-right: 14px;
    }
}

@media (max-width: 768px) {
    .title4 {
        margin-right: 20px;
    }
}

@media (min-width: 768px) {
    .cwp23-textestablish img {
        height: 421px;
        margin-top: 111px;
        margin-bottom: 68px;
        width: 101%;
        /* margin-right: 15px; */
    }
}

@media (max-width: 1024px) {

    .content-i {
        margin-bottom: 20px;

    }
}

@media (max-width:450px) {
    .first-paragraph {
        margin: 0;
        font-size: 14px;
        line-height: 27px;
        color: var(--font-color);
        opacity: .8;
        font-family: 'webfont';
        text-align: justify;
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .w3l-aboutblock1 .area-box {
        padding: 32px 0px;
    }
}

@media (max-width: 576px) {
    .video-play {
        display: inline-block;
        width: 67px;
        height: 63px;
        position: relative;
    }
}

@media (min-width: 992px) {
    .content-a {
        width: 50%;
    }
}


@media (max-width: 576px) {
    /* .width-sec {

        margin: auto;
        position: absolute;
        top: -56px;
        right: 22px;
        margin-left: auto;
        height: 81px;
    } */
}

@media (max-width: 576px) {
    .d-flex1 i {
        font-size: 23px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .d-flex1 p {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    .p-relative {
        position: relative;
        margin-bottom: 35px;
    }
}

@media (max-width: 576px) {
    .align-self {
        align-self: center;
        margin-bottom: -38px;
    }
}

@media (max-width: 1024px) {

    .content-i {
        margin-bottom: 20px;

    }
}

@media (max-width: 1024px) {
    .content-a {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .img-th {
        width: 100%;
    }
}

@media (max-width:390px) {
    .breadcrumb-bg-establish {
        background: url(../../images/two-colleagues.webp) no-repeat 0px 0px;
        background-size: cover;
        position: relative;
        z-index: 0;
        height: 500px;
        width: 102%;
    }
}


@media (min-width: 576px) {
    .imginfo__box {
        background-color: #17a0c5;
        color: #fff;
        position: absolute;
        right: 222px;
        bottom: 10px;
        box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.2);
        border-radius: 7px;
        transform: rotate(45deg);
        text-align: center;
        border-radius: 7px;
    }
}






.first_div .img_first {
    height: 500px;
    position: relative;
    min-height: 500px;
}



.hero-overlay {
    background: rgb(50 73 94 / 70%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}



@media (min-width: 900px) {
    .width-sec {
        width: 43% !important;
        margin: auto;
        position: absolute;
        bottom: -16%;
        right: 9%;
    }


    .first_div .img_first {
        height: 500px !important;
    }

    p.inner-page-para {
        color: #ffffff !important;
    }

    .title1 {
        color: #ffffff !important;

    }
}

.eng_img {
    width: 43% !important;
    margin: auto;
    position: absolute;
    right: 1000px;
}

.eng_img {
    width: 43% !important;
    margin: auto;
    position: absolute;


}

@media (max-width: 1280px) {
    .eng_img {
        width: 43% !important;
        margin: auto;
        position: absolute;
        right: 700px;
    }
}

@media (max-width: 1024px) {
    .eng_img {
        width: 43% !important;
        margin: auto;
        position: absolute;
        right: 550px;
    }
}

@media (max-width: 820px) {
    .eng_img {
        width: 43% !important;
        margin: auto;
        position: absolute;
        right: 431px;
    }
}

.first_div .img_first {


    position: relative;
}

@media (min-width: 600px) {
    .first_div .content {
        position: absolute;
        top: 7%;
        right: 41%;
        /* z-index: 2; */
        width: 50%;


    }


    .title1 {
        color: #ffffff !important;

    }
}

.eng_img img {

    height: 350px;
    width: 100%;
    object-fit: cover;
}

.width-sec {
    width: 100%;
}

p.inner-page-para {
    color: white;
    font-size: 20px;
    opacity: 1;
    text-align: justify;
    line-height: 27px;

}

@media (max-width: 576px) {
    p.inner-page-para {
        color: white;
        opacity: 1;
        line-height: 27px;
        font-size: 16px;
        text-align: left;
    }

    .head-content {
        position: absolute;
        top: 120px;
    }

    .width-sec {
        width: 100%;
        right: 0;
        position: absolute;
        top: 445px;
    }

    .eng_img {
        width: 100% !important;
        position: absolute;
        margin-top: 425px !important;
        right: 0;
    }

    .perant2 {
        margin-top: 356px;
    }
}

.title2 {
    color: #f88820;
    margin: 0px 21px;
    padding: 3px;
    text-align: left;
    font-weight: 900;

}

.title1 {
    color: white;
    margin: 0px 21px;
    padding: 3px;
    text-align: left;
    font-weight: 900;
}

.sec-hero-overlay {
    background: rgb(50 73 94 / 70%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 820px) {
    .width-sec {
        width: 50%;
        right: 21px;
        position: absolute;
        top: 445px;
    }
}

@media (max-width: 576px) {
    .establish {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 1280px) {
    .title5 {
        color: green;
        padding: 3px;
        text-align: right;
        font-weight: 900;
    }

}

@media (max-width: 576px) {
    p.inner-page-para {
        color: white;
        opacity: 1;
        line-height: 27px;
        font-size: 16px;
        text-align: left;
        margin: 0 21px;
    }

    .head-content {
        position: absolute;
        top: 120px;
    }

    .width-sec {
        width: 100%;
        right: 0;
        position: absolute;
        top: 445px;
        margin: auto;
    }

    .eng_img {
        width: 100% !important;
        position: absolute;
        margin-top: 477px !important;
    }

    .perant2 {
        margin-top: 356px;
    }

    .title5 {
        color: green;
        padding: 3px;
        text-align: right;
        font-weight: 900;
    }

}

.landing-abstract {
    background: #F2F0F0;
    height: 700px;
}

.landing-abstract h2 {
    font-size: 28px;
}

.technology {
    margin-top: 90px;
}

.video-container {
    position: relative;
}

.video-container img {
    width: 100%;
    height: auto;
}

.layer {
    position: absolute;
    top: -9%;
    left: 17%;
    width: 40%;
    height: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #17A0C5;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
}

.year {
    font-weight: bold;
}

.experiences-year {
    color: #FD6A04;
    font-weight: bold;

}

.layer .year,
.layer .team {
    margin: 0 15px;
}

.sidebarr {
    margin-top: 70px;
}

.sidebarr .itemm {
    margin-bottom: 45px;
}

.sidebarr .itemm h4 {
    font-size: 1.5em;
    color: #ff9800;
    margin-bottom: 10px;
    font-weight: bold;
}

.sidebarr .itemm p {
    font-size: 1em;
    color: #333;
}

.light-bulb {
    background-color: white;
    padding: 6px;
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .layer {
        position: absolute;
        top: -9%;
        left: 17%;
        width: 57%;
        height: 36%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #17A0C5;
        color: #fff;
        text-align: center;
        font-size: 1.2em;
    }

    .landing-abstract {
        height: 100%;
        margin-top: -304px;
    }
}

@media (max-width: 576px) {
    .card-sale {
        position: absolute;
        width: 51%;
        top: 28%;
        left: 1%;
    }

    .all-pro-sec {
        padding-top: 167px;
    }
}

@media (max-width: 576px) {
    .landing-abstract {
        height: 100%;
        margin-top: -304px;
    }
}

@media (max-width: 576px) {
    .layer {
        position: absolute;
        top: -9%;
        left: 17%;
        width: 57%;
        height: 51%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #17A0C5;
        color: #fff;
        text-align: center;
        font-size: 1em;
    }
}

@media (max-width: 576px) {
    .technology {
        margin-top: 23px;
    }
}

@media (max-width: 1280px) {
    .title3 {
        color: black;
        margin-left: 14px;
        font-size: 19px;
        margin-top: 85px;
    }
}

@media (max-width: 576px) {
    .title5 {
        color: green;
        margin-left: 13px;
        padding: 3px;
        text-align: left;
        font-weight: 900;
    }
}



.member-img {
    width: 306px !important;
    height: 313px !important;
}

.team-title {
    color: #17a0c5;
    /* Green color */
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    margin-top: 24px;
    text-wrap: nowrap;
}

.team-titlee {
    color: #17a0c5;
    /* Green color */
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 23px;
}

.team-description {
    margin-bottom: 40px;
    color: #333;
    font-size: 1.2rem;
}




.image-team {
    position: relative;
    width: 285px;
    z-index: 0;
    justify-content: center;
    align-items: center;
}

.background-shape {
    position: absolute;
    width: 88%;
    height: 76%;
    border-radius: 85px;
    z-index: -1;
    bottom: 28%;
    right: 17%;
}

.team_img {
    height: 280px !important;
}

.member-img {
    width: 306px !important;
    height: 287px !important;
}

.team-head {
    margin: 25px 0 5px;
    font-size: 20px;
    font-weight: 600;
    color: black;
    text-align: center;
}

.designer-p {
    text-align: center;
}



.project_details {
    text-align: left;
}

.team {
    text-align: center;
}

.eng_img img {

    height: 412px;
    width: 100%;
    object-fit: contain;
    transform: translate(900px, -485px);

}

@media (max-width:567px) {
    .image-team {
        position: relative;
        width: 285px;
        z-index: 0;
        margin: auto;
    }

    .eng_img img {
        height: 392px;
        width: 100%;
        object-fit: contain;
        transform: translate(3px, -470px);
    }
}

.contant-box {
    transform: translate(0, -150px);
}

.about-us {
    transform: translate(0, -150px);
}

.about-us .title-info {
    color: #17A0C5;
    text-align: left;
}

.parint-box .box {
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 30px 5px;
    min-height: 300px;
}
.title_info{
    text-align: left;
}

.excellent_vision{
    text-align: left;
}

.development{
    text-align: left;
}

.product_quality{
    text-align: center;
}
.development_ready{
    text-align: left;
    font-weight: 700;
    color: #17A0C5;
}
