.about {
    padding-bottom: 100px;
    margin-top: -75px;
}
.about .description {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--medium-black);
    line-height: var(--fs28);
}


.highlights {
    padding-bottom: 135px;
}
.highlights .single {
    padding-bottom: 40px;
}
.highlights .single .left {
    width: 25%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.highlights .single .right {
    width: 75%;
    height: 325px;
    padding: 0px 180px 0px 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.highlights .single .left .image {
    width: 100%;
    height: 325px;
    object-fit: cover;
}
.highlights .single .left .icons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.highlights .single .left .diamond, .highlights .single .left .icon {
    position: absolute;
    z-index: 1;
}
.highlights .single .right .title {
    font-family: var(--roboto);
    font-size: var(--fs30);
    color: var(--white);
    font-weight: var(--fwm);
    padding-bottom: 5px;
}
.highlights .single .right .sub-title {
    font-family: var(--roboto);
    font-size: var(--fs18);
    color: #C1C1C1;
    font-weight: var(--fwsb);
    letter-spacing: 3.6px;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.highlights .single .right .description {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--white);
    line-height: var(--fs28);
    text-align: justify;
}



/* .facilities {
    background-image: url('../images/why_aitken_spence/facilities_back.png');
    height: 1600px;
    padding-top: 120px;
} */
.facilities {
    background-image: url('../images/why_aitken_spence/facilities_back.png');
    height: 1200px;
    padding-top: 120px;
}
.facilities .title {
	font-family: var(--roboto);
    font-size: var(--fs70);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
}
.facilities .frame {
    position: relative;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0;
    margin-bottom: 100px;
}
.facilities .frame .border-frame {
    border: 2px solid var(--yellow); 
}
.facilities .frame .border-Top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.facilities .frame .border-right-top {
    position: absolute;
    top: 0;
    right: 0;
    height: 40%;
}
.facilities .frame .border-right-bottom {
    position: absolute;
    bottom:0;
    right: 0;
    height: 40%;
}
.facilities .frame .border-left-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
}
.facilities .frame .border-left-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
}
.facilities .frame .border-Bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.facilities .frame .inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.facilities .image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.facilities .inner-title {
	font-family: var(--roboto);
    font-size: var(--fs35);
    color: var(--yellow);
    font-weight: var(--fwm);
    padding-bottom: 20px;
}
.facilities .description {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--white);
    line-height: var(--fs28);
    text-align: justify;
}

.facilities .middle-row {
    padding-top: 100px;
    padding-bottom: 20px;
}
.facilities .middle-row .left {
    width: 52%;
    padding: 0;
    display: flex;
    align-items: center;
}
.facilities .middle-row .right {
    width: 48%;
    padding: 0 0 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.facilities .middle-row .arrow {
    height: fit-content;
}


.facilities .bottom-row .right {
    width: 50%;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.facilities .bottom-row .left {
    width: 50%;
    padding: 0 100px 0 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.facilities .bottom-row .arrow {
    height: fit-content;
    transform: rotate(180deg);
}
.facilities .bottom-row .play-btn {
    font-family: var(--roboto);
    font-size: 15px;
    color: var(--white);
    font-weight: var(--fwsb);
    letter-spacing: 1.2px;
    text-transform: uppercase;
    height: 50px;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    border-radius: 7px;
    margin-top: 40px;
    transition: all 0.3s;
}
.facilities .bottom-row .play-btn .play-icon {
    margin-right: 10px;
}
.facilities .bottom-row .play-btn:hover {
    background-color: var(--dark-blue);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    transition: all 0.3s;
}


.press-types {
    margin-top: -12%;
}
.press-types .press-title {
    font-family: var(--roboto);
    font-size: 25px;
    color: var(--white);
    padding-bottom: 40px;
    text-align: center;
}
.press-types .all {
    padding-bottom: 90px;
}
.press-types .single {
    display: flex;
    padding-bottom: 60px;
}
.press-types .single .title {
    font-family: var(--roboto);
    font-size: var(--fs55);
    color: var(--white);
    text-transform: uppercase;
}
.press-types .single .description {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--white);
    line-height: var(--fs28);
    text-align: justify;
}
.press-types .single .image {
    width: 100%;
    height: 430px;
    object-fit: cover;
}
.press-types .single .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.press-types .single .diamond, .press-types .single .icon {
    position: absolute;
    z-index: 1;
}
.press-types .single .diamond-border {
    position: absolute;
    top: -100px;
    filter: brightness(0) saturate(100%) invert(74%) sepia(30%) saturate(2%) hue-rotate(12deg) brightness(95%) contrast(103%);
    z-index: 1;
}
.press-types .all .points {
    width: 70%;
    margin: auto;
    max-height: 243px;
    /* display: flex;
    flex-flow: column wrap; */
    /* align-content: space-between; */
    font-family: var(--roboto);
    font-size: var(--fs17);
    color: var(--black);
    column-count: 2;
    gap: 100px;
}
.press-types .all .point {
    padding-bottom: 10px;
}
.press-types .all .point .left {
    width: 6%;
}
.press-types .all .point .right {
    width: 94%;
}


.press-types .odd .single .left {
    width: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.press-types .odd .single .right {
    width: 50%;
    height: 430px;
    padding: 0px 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.press-types .even .single .right {
    width: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.press-types .even .single .left {
    width: 50%;
    height: 430px;
    padding: 0px 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.value {
    background-image: url('../images/why_aitken_spence/value_back.png');
    height: 440px;
    padding: 90px 0;
}
.value .value-wrap {
    width: 50%;
    margin: auto;
}
.value .value-title {
    font-family: var(--roboto);
    font-size: var(--fs20);
    color: var(--white);
    padding-bottom: 40px;
    text-align: center;
}
.value .points {
    display: flex;
    flex-wrap: wrap;
    font-family: var(--roboto);
    font-size: var(--fs17);
    color: var(--white);
}
.value .points .point {
    width: 50%;
    padding-bottom: 10px;
}
.value .points .point .left {
    width: 8%;
}
.value .points .point .right {
    width: 92%;
}


.bars {
    display: flex;
}
.bars .first {
    width: 20%;
    background-color: var(--dark-blue);
    height: 8px;
}
.bars .second {
    width: 20%;
    background-color: var(--blue);
    height: 8px;
}
.bars .third {
    width: 20%;
    background-color: #147CBF;
    height: 8px;
}
.bars .fourth {
    width: 15%;
    background-color: #75C4EF;
    height: 8px;
}
.bars .fifth {
    width: 3%;
    background-color: var(--yellow);
    height: 8px;
}
.bars .sixth {
    width: 12%;
    background-color: var(--purple);
    height: 8px;
}
.bars .seventh {
    width: 10%;
    background-color: var(--red);
    height: 8px;
}



.technology {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.technology iframe {
    width: 100%;
    height: 590px;
}
.technology .title {
	font-family: var(--roboto);
    font-size: var(--fs86);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
}
.technology .frame {
    position: absolute;
    width: 35%;
    z-index: 9;
}
.technology .frame .border-frame {
    border: 2px solid #4992D7; 
}
.technology .frame .border-Top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.technology .frame .border-right-top {
    position: absolute;
    top: 0;
    right: 0;
    height: 40%;
}
.technology .frame .border-right-bottom {
    position: absolute;
    bottom:0;
    right: 0;
    height: 40%;
}
.technology .frame .border-left-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
}
.technology .frame .border-left-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
}
.technology .frame .border-Bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.technology .frame .inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.technology .thumbnail {
    position: absolute;
    width: 100%;
    top: 0;
    height: 590px;
    left: 0;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.5s;
}
/* .technology .play {
    position: absolute;
    cursor: pointer;
    //bottom: 70px;
    border: 8px solid rgba(25, 147, 221, 0.5);
    border-radius: 50%;
    transition-property: transform;
    transition-duration: 0.7s;
    margin-top: calc( 100vw * .2 );
    margin-top: 20%;
} */
.wraper-box-tehno{
    position: relative;
}
.technology .play {
    position: absolute;
    cursor: pointer;
    /* bottom: 70px; */
    border: 8px solid rgba(25, 147, 221, 0.5);
    border-radius: 50%;
    transition-property: transform;
    transition-duration: 0.7s;
    /* margin-top: calc( 100vw * .2 ); */
    /* margin-top: 20%; */
    top: auto;
    bottom: 10%;
}
.technology .d-flex:hover .play {
    animation-name: play-button; 
    animation-duration: 1s; 
    animation-iteration-count: infinite;
    animation-timing-function: both;
}
.technology .d-flex:hover .thumbnail {
    filter: brightness(0.7);
    transition: all 0.5s;
}



.technologies {
    background-color: #F4F6FA;
    padding-bottom: 100px;
}
.technologies .wrap {
    column-count: 2;
    column-gap: 40px;
}
.technologies .wrap .single {
    width: 100%;
    height: 600px;
    padding: 0;
    text-align: center;
    padding-bottom: 50px;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
}
.technologies .wrap .single .box {
    background-color: var(--white);
    padding: 90px 70px;
}
.technologies .wrap .single .box .icons {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.technologies .wrap .single .box .logo {
    padding-bottom: 30px;
    width: 100%;
    object-fit: contain;
    height: 200px;
}
.technologies .wrap .single .box .title {
    font-family: var(--roboto);
    font-size: var(--fs30);
    color: var(--blue);
    font-weight: var(--fwsb);
    padding-bottom: 35px;
}
.technologies .wrap .single .box .description {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--medium-black);
    line-height: var(--fs28);
}
.technologies .wrap .single .icon {
    position: absolute;
    z-index: 1;
}
.technologies .wrap .single .diamond-border {
    position: absolute;
    bottom: -15px;
}



.peoples {
    background-image: url('../images/why_aitken_spence/peoples_back.png');
    height: auto;
    padding-top: 130px;
    padding-bottom: 30px;
}
.peoples .top-row {
    padding-bottom: 100px;
}
.peoples .title {
	font-family: var(--roboto);
    font-size: var(--fs86);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
}
.peoples .frame {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    z-index: 9;
}
.peoples .frame .border-frame {
    border: 2px solid var(--yellow); 
}
.peoples .frame .border-Top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.peoples .frame .border-right-top {
    position: absolute;
    top: 0;
    right: 0;
    height: 40%;
}
.peoples .frame .border-right-bottom {
    position: absolute;
    bottom:0;
    right: 0;
    height: 40%;
}
.peoples .frame .border-left-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
}
.peoples .frame .border-left-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
}
.peoples .frame .border-Bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.peoples .frame .inner {
    display: flex;
    justify-content: center;
    align-items: center;
}


.peoples .image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.peoples .inner-title {
	font-family: var(--roboto);
    font-size: var(--fs35);
    color: var(--yellow);
    font-weight: var(--fwm);
    padding-bottom: 20px;
}
.peoples .description {
	font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--white);
    line-height: var(--fs28);
    margin-top: -8px;
}
.peoples .odd {
    padding-bottom: 100px;
}
.peoples .odd .right {
    width: 50%;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.peoples .odd .left {
    width: 50%;
    padding: 0 80px 0 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.peoples .odd .arrow {
    height: fit-content;
    transform: rotate(180deg);
}

.peoples .even {
    padding-bottom: 100px;
}
.peoples .even .left {
    width: 52%;
    padding: 0;
    display: flex;
    align-items: center;
}
.peoples .even .right {
    width: 48%;
    padding: 0 0 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.peoples .even .arrow {
    height: fit-content;
}




/* Responsive */
@media screen and (max-width: 1680px) {
    .technology .frame {
        width: 40%;
    }
    .peoples .frame {
        width: 55%;
    }
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1536px) {
    .about {
        padding-bottom: 50px;
    }
    .about .description {
        font-size: var(--fs14);
    }


    .highlights {
        padding-bottom: 30px;
    }
    .highlights .single .left .image {
        height: 300px;
    }
    .highlights .single .right {
        height: 300px;
        padding: 0px 120px 0px 110px;
    }
    .highlights .single .right .title {
        font-size: var(--fs22);
        padding-bottom: 0px;
    }
    .highlights .single .right .sub-title {
        font-size: var(--fs16);
        padding-bottom: 10px;
    }
    .highlights .single .right .description {
        font-size: var(--fs14);
    }


    .facilities {
        height: auto;
        padding-top: 75px;
        padding-bottom: 250px;
    }
    .facilities .frame {
        width: 40%;
        padding: 15px 0;
    }
    .facilities .title {
        font-size: var(--fs60);
    }
    .facilities .middle-row {
        padding-top: 70px;
    }
    .facilities .image {
        height: 400px;
    }
    .facilities .inner-title {
        font-size: var(--fs30);
        padding-bottom: 5px;
    }
    .facilities .description {
        font-size: var(--fs14);
    }
    .facilities .bottom-row .play-btn {
		font-size: var(--fs14);
	}


    .press-types .all {
        padding-bottom: 40px;
    }
    .press-types .all .points {
        font-size: var(--fs15);
    }
    .press-types .press-title {
        padding-bottom: 30px;
    }
    .press-types .single {
        padding-bottom: 30px;
    }
    .press-types .single .image {
        height: 400px;
    }
    .press-types .odd .single .right {
        height: 400px;
        padding: 0px 140px;
    }
    .press-types .even .single .left {
        height: 400px;
        padding: 0px 140px;
    }
    .press-types .single .title {
        font-size: var(--fs45);
    }
    .press-types .single .description {
        font-size: var(--fs14);
        line-height: var(--fs25);
    }

    
    .value {
        height: 370px;
        padding: 50px 0;
    }
    .value .points {
        font-size: var(--fs15);
    }
    .value .value-title {
        padding-bottom: 25px;
    }
    .value .points .point .left {
        width: 10%;
    }
    .value .points .point .right {
        width: 90%;
    }


    .technology .thumbnail {
        height: 530px;
    }
    .technology iframe {
        height: 530px;
    }
    .technology .title {
        font-size: var(--fs60);
    }
    .technology .frame {
        width: 30%;
    }


    .technologies {
        padding-bottom: 40px;
    }
    .technologies .wrap .single {
        height: 500px;
    }
    .technologies .wrap .single .box {
        padding: 50px 50px;
    }
    .technologies .wrap .single .box .title {
        font-size: var(--fs25);
        padding-bottom: 5px;
    }
    .technologies .wrap .single .box .description {
        font-size: var(--fs14);
    }
    .technologies .wrap .single .box .icons {
        margin-bottom: 25px;
    }


    .peoples {
        padding-top: 75px;
        padding-bottom: 10px;
    }
    .peoples .title {
        font-size: var(--fs60);
    }
    .peoples .frame {
        width: 40%;
    }
    .peoples .top-row {
        padding-bottom: 70px;
    }
    .peoples .description {
        font-size: var(--fs14);
        margin-top: -8px;
    }
    .peoples .image {
        height: 400px;
    }
    .peoples .odd {
        padding-bottom: 60px;
    }
    .peoples .even {
        padding-bottom: 60px;
    }
    .peoples .inner-title {
        font-size: var(--fs25);
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 1440px) {
    .about {
        margin-top: -70px;
    }

    .technology .frame {
        width: 33%;
    }

    .peoples .frame {
        width: 45%;
    }
}

@media screen and (max-width: 1366px) {
    .technology .frame {
        width: 35%;
    }

    .peoples .frame {
        width: 48%;
    }
}

@media screen and (max-width: 1360px) {
}

@media screen and (max-width: 1280px) {
    .about {
        margin-top: -65px;
    }

    .highlights .single .left {
        width: 35%;
    }
    .highlights .single .right {
        width: 65%;
        height: 350px;
    }
    .highlights .single .left .image {
        height: 350px;
    }


    .facilities {
        height: auto;
        padding-bottom: 200px;
    }


    .press-types .single .image {
        height: 350px;
    }
    .press-types .odd .single .right {
        height: 350px;
    }
    .press-types .even .single .left {
        height: 350px;
    }


    .technology .thumbnail {
        height: 450px;
    }
    .technology iframe {
        height: 450px;
    }


    .peoples .even .left {
        width: 45%;
    }
    .peoples .even .right {
        width: 55%;
    }

}

@media screen and (max-width: 1024px) {
    .about {
        margin-top: -55px;
    }

    .facilities {
        height: auto;
        padding-bottom: 170px;
    }
    .facilities .frame {
        width: 55%;
    }
    .facilities .image {
        height: 325px;
    }
    .press-types .single .image {
        height: 350px;
    }


    .press-types .all .points {
        max-height: 300px;
    }
    .press-types .all .point .left {
        width: 30%;
    }
    .press-types .all .points {
        gap: 20px;
    }
    .value .value-wrap {
        width: 67%;
    }

    .technology .frame {
        width: 45%;
    }


    .peoples .frame {
        width: 53%;
    }
}

@media screen and (max-width: 991px) {
    .highlights .single .left .image {
        height: 300px;
    }
    .highlights .single .right {
        height: 300px;
        padding: 0px 25px 0px 70px;
    }
    .highlights .single .left .diamond {
        height: 160px;
    }
    .highlights .single .left .icon {
        height: 50px;
    }

    .press-types .odd .single .right {
        padding: 0px 90px;
        height: 300px;
    }
    .press-types .even .single .left {
        padding: 0px 90px;
        height: 300px;
    }
    .press-types .single .diamond {
        height: 160px;
    }
    .press-types .single .icon {
        height: 50px;
    }
    .press-types .single .diamond-border {
        top: -65px;
        height: 160px;
    }
    .press-types .single .image {
        height: 300px;
    }
    .press-types .all .points {
        max-height: 360px;
    }


    .peoples .image {
        height: 300px;
    }
}

@media screen and (max-width: 850px) {
    .about {
        margin-top: -45px;
    }
}

@media screen and (max-width: 768px) {
    .about {
        padding-bottom: 40px;
        margin-top: -40px;
    }

    .highlights {
        padding-bottom: 0px;
    }
    .highlights .single .left {
        width: 100%;
    }
    .highlights .single .left .image {
        height: 350px;
    }
    .highlights .single .right {
        width: 100%;
        height: 350px;
        padding: 30px 25px 0px 25px;
    }
    .highlights .single .left .icons {
        position: absolute;
        top: 100%;
    }


    .facilities {
        height: auto;
        padding-top: 40px;
        padding-bottom: 200px;
    }
    .facilities .frame {
        width: 70%;
    }
    .facilities .middle-row {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .facilities .middle-row .left {
        width: 100%;
        padding-bottom: 15px;
    }
    .facilities .middle-row .right {
        width: 100%;
        padding: 0 0 0 0px;
    }
    .facilities .middle-row .arrow {
        display: none;
    }
    .facilities .image {
        height: 400px;
    }

    .facilities .bottom-row {
        flex-direction: column-reverse;
    }
    .facilities .bottom-row .right {
        width: 100%;
        padding-bottom: 15px;
    }
    .facilities .bottom-row .left {
        width: 100%;
        padding: 0 0px 0 0px;
    }
    .facilities .bottom-row .arrow {
        display: none;
    }
    .facilities .bottom-row .play-btn {
        margin-top: 10px;
    }


    .press-types {
        margin-top: -20%;
    }
    .press-types .all .points {
        max-height: fit-content;
    }
    .press-types .odd .single .right {
        padding: 0px 20px 0 65px;
    }
    .press-types .even .single .left {
        padding: 0px 65px 0 20px;
    }


    .value {
        height:auto;
        padding: 50px 0;
    }
    .value .points .point {
        width: 100%;
    }

    .bars div {
        height: 5px!important;
    }


    .technology .frame {
        width: 60%;
    }


    .technologies {
        padding-bottom: 0px;
    }
    .technologies .wrap {
        column-count: 1;
        column-gap: 0px;
    }


    .peoples {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .peoples .frame {
        width: 70%;
    }
    .peoples .odd {
        flex-direction: column-reverse;
    }
    .peoples .odd .right {
        width: 100%;
        padding-bottom: 20px;
    }
    .peoples .odd .arrow {
        display: none;
    }
    .peoples .top-row {
        padding-bottom: 40px;
    }
    .peoples .image {
        height: 350px;
    }
    .peoples .odd .left {
        width: 100%;
        padding: 0 0px 0 0px;
    }
    .peoples .even .left {
        width: 100%;
        padding-bottom: 20px;
    }
    .peoples .even .arrow {
        display: none;
    }
    .peoples .even .right {
        width: 100%;
        padding: 0 0 0 0px;
    }
    .peoples .odd {
        padding-bottom: 40px;
    }
    .peoples .even {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 428px) {
    .about {
        padding-bottom: 20px;
        margin-top: -28px;
    }

    
    .highlights .single {
        padding-bottom: 25px;
    }
    .highlights .single .left .image {
        height: 300px;
    }
    .highlights .single .right {
        height: auto;
        padding: 90px 15px 30px 15px;
    }
    .highlights .single .right .title {
        font-size: var(--fs20);
    }
    .highlights .single .right .sub-title {
        font-size: var(--fs14);
        padding-bottom: 5px;
    }


    .facilities {
        padding-top: 25px;
        padding-bottom: 130px;
    }
    .facilities .frame {
        width: 75%;
        padding: 5px 0;
    }
    .facilities .title {
        font-size: var(--fs35);
    }
    .facilities .image {
        height: 285px;
    }
    .facilities .middle-row {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .facilities .middle-row .left {
        padding-bottom: 5px;
    }
    .facilities .inner-title {
        font-size: var(--fs25);
        padding-bottom: 0px;
    }
    .facilities .bottom-row .right {
        width: 100%;
        padding-bottom: 5px;
    }
    .facilities .bottom-row .play-btn {
        margin-top: 20px;
        height: 45px;
        width: 185px;
    }


    .press-types .all .points {
        font-size: var(--fs14);
    }
    .press-types .all {
        padding-bottom: 10px;
    }
    .press-types .single {
        flex-direction: column;
        padding-bottom: 15px;
    }
    .press-types .even .single {
        flex-direction: column-reverse;
    }
    .press-types .odd .single .left {
        width: 100%;
    }
    .press-types .odd .single .right {
        width: 100%;
        height: auto;
        padding: 95px 15px 30px 15px;
    }
    .press-types .single .icons {
        position: absolute;
        top: 100%;
    }
    .press-types .single .title {
        font-size: var(--fs22);
    }
    .press-types .all .points {
        width: 100%;
    }
    .press-types .even .single .right {
        width: 100%;
    }
    .press-types .even .single .left {
        width: 100%;
        height: auto;
        padding: 95px 15px 30px 15px;
    }


    .value {
        padding: 25px 0;
    }
    .value .value-wrap {
        width: 95%;
    }
    .value .points {
        font-size: var(--fs14);
    }


    .technology .thumbnail {
        height: 300px;
    }
    .technology .title {
        font-size: var(--fs35);
    }
    .technology iframe {
        height: 300px;
    }
    .technology .play {
        margin-top: 40%;
    }


    .technologies .wrap .single {
        height: 450px;
        padding-bottom: 30px;
    }
    .technologies .wrap .single .box {
        padding: 40px 40px;
    }
    .technologies .wrap .single .box .title {
        font-size: var(--fs22);
        padding-bottom: 0px;
    }
    .technologies .wrap .single .diamond-border {
        height: 160px;
    }
    .technologies .wrap .single .diamond {
        height: 160px;
    }
    .technologies .wrap .single .icon {
        height: 50px;
    }


    .peoples {
        padding-top: 25px;
        padding-bottom: 0px;
    }
    .peoples .top-row {
        padding-bottom: 25px;
    }
    .peoples .title {
        font-size: var(--fs35);
    }
    .peoples .frame {
        width: 65%;
    }
    .peoples .image {
        height: 300px;
    }
    .peoples .even .left {
        padding-bottom: 10px;
    }
    .peoples .odd {
        padding-bottom: 25px;
    }
    .peoples .even {
        padding-bottom: 25px;
    }
    .peoples .odd .right {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 395px) {
    .facilities {
        padding-bottom: 120px;
    }


    .highlights .single .left .image {
        height: 270px;
    }

    .facilities .image {
        height: 270px;
    }
    .facilities .title {
        font-size: var(--fs25);
    }
    .facilities .frame {
        width: 60%;
    }

    .press-types .single .image {
        height: 270px;
    }


    .technology .thumbnail {
        height: 270px;
    }
    .technology .frame {
        width: 50%;
    }
    .technology .title {
        font-size: var(--fs25);
    }
    .technology iframe {
        height: 270px;
    }

    .technologies .wrap .single .box {
        padding: 30px 30px;
    }
    .technologies .wrap .single {
        padding-bottom: 20px;
    }


    .peoples .frame {
        width: 50%;
    }
    .peoples .title {
        font-size: var(--fs25);
    }
    .peoples .image {
        height: 270px;
    }
}

@media screen and (max-width: 375px) {
    .about {
        margin-top: -26px;
    }
}

@media screen and (max-width: 360px) {   
}

@media screen and (max-width: 320px) {
    .about {
        margin-top: -23px;
    }

    .highlights .single .left .image {
        height: 250px;
    }

    .facilities {
        padding-bottom: 100px;
    }
    .facilities .frame {
        width: 73%;
    }
    .facilities .image {
        height: 250px;
    }

    .press-types .single .image {
        height: 250px;
    }


    .technology .frame {
        width: 60%;
    }
    .technology .play {
        border: 4px solid rgba(25, 147, 221, 0.5);
        margin-top: 50%;
    }

    .peoples .frame {
        width: 60%;
    }
    .peoples .image {
        height: 250px;
    }
}
/* Responsive */