body {
    font-family: 'gothamlight';
}

h1,
h2 {
    font-family: 'azonixregular';
}



.font-64 {
    font-size: 64px;
    line-height: 77px;
}

.fw-400 {
    font-weight: 400;
}

#banner-sec {
    background: url(../images/about/about-banner.jpg) right center no-repeat;
    background-size: cover;
    height: 565px;
    padding: 0;
}
#banner-sec.about-us{
    align-items: flex-start;
    padding-top: 109px;
}

#banner-sec h1 {

    color: #fff;
    width: 66%;



}



section {
    padding: 50px 0;
}


#main-sec h2 {
    font-size: 36px;
    color: #000;
    font-weight: 300;
    line-height: 47px;
    font-family: 'gothamlight';
    margin-bottom: 32px;
    text-align: center;
}

#main-sec p {
    color: #000;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    font-family: 'gothamlight';
    text-align: center;

}

#mission-sec {
    background: url(../images/about/verticle-line.png);
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#mission-sec .mission-box {
    display: flex;
    justify-content: space-between;
}

#mission-sec .mission-box .box {
    width: 25%;
    overflow: hidden;



}

#mission-sec .white-box {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    position: relative;
    top: -55px;

}

#mission-sec p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;

}


#values {
    background: #000000;
    padding: 160px 0;
}

#values h2 {
    color: #fff;
    text-align: center;
    font-family: 'azonixregular';

}

#values .icon {
    margin-bottom: 32px;
    min-height: 109px;
}

#values p {
    color: #fff;
    font-weight: 300;
}

#values .boxes {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
}

#values .value-box {
    border-right: 1px solid #C6C8CA;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#values .value-box:last-child {
    border-right: 0;
}

#leadership-sec {
    padding: 0;
    overflow: hidden;
}

#leadership-sec .team-box {
    padding: 0 80px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#leadership-sec .team-box h2 {
    margin: 0;
}

#leadership-sec .team-desc {
    margin: 40px 0;
}

#leadership-sec h3.name {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    font-family: 'gotham_mediumregular';
    margin: 0;

}

#leadership-sec p.designation {
    font-size: 20px;
}

#leadership-sec p {
    font-size: 16px;
}

#leadership-sec .social-icon ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 24px;

}

#leadership-sec .social-icon ul li {
    list-style: none;

}

#innovation-sec {
    background: url(../images/about/innovation-bg.png) right center no-repeat;
    min-height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

#innovation-sec .innovation-box {
    display: flex;
    justify-content: space-between;
}

#innovation-sec .innovation-box .image-box {
    width: 50%;
}

#innovation-sec .header-text {
    text-align: center;
    color: #fff;
    margin-bottom: 94px;

}

#innovation-sec .header-text h2 {
    font-family: 'azonixregular';
}

#innovation-sec .header-text h3 {
    font-family: 'gothambook';

}

#innovation-sec .black-box {
    background: #000;
    color: #fff;
    height: auto;
    width: 50%;
    display: flex;
    align-items: center;
}

#innovation-sec .black-box ul {
    padding: 60px 40px;
    margin: 0;
}

#innovation-sec .black-box ul li {
    list-style: none;
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
}

#innovation-sec .black-box ul li:last-child {
    margin-bottom: 0;
}

#innovation-sec .black-box ul li:last-child p {
    margin-bottom: 0;
}

#innovation-sec .black-box ul li span {
    width: 50px;
}

#innovation-sec .black-box ul li h3 {
    font-size: 27px;
    font-family: 'gotham_mediumregular';
    margin-bottom: 12px;
}


/* Section Styling */
.testimonial-section {
    background-color: #fff;
    color: #000;
    padding: 80px 0;
}

.testimonial-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

/* Left Content */
.testimonial-left {
    width: 40%;
}

.testimonial-left h2 {
    color: #000;
}

.testimonial-left p {
    color: #000;
    font-size: 25px;
    line-height: 37px;
    padding: 30px 0;
    font-weight: 300;
    font-family: 'gothamlight';
}

/* Place arrows inside testimonial-left */
.testimonial-arrows {
    margin-top: 20px;
    display: flex;
    gap: 25px;

}

.slick-arrow {
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
}

.slick-prev {
    left: 0 !important;
}

.slick-next {
    right: 0 !important;
}

.slick-prev::before {
    content: none !important;
    /* position: absolute;
    width: 20px;
    height: 20px;
    background: linear-gradient(270deg, #FFD100 0%, #F37021 100%) !important;
    border-radius: 50%; */

}

.slick-next::before {
    content: none !important;
    /* position: absolute;
    width: 20px;
    height: 20px; */

}

/* Right Slider */
.testimonial-right {
    /* flex: 2; */
    width: 60%;
    position: relative;
}

/* Testimonial Card */
.testimonial-card {
    background-color: #111;
    padding: 30px 30px 90px;
    /* border-radius: 15px; */
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); */
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 450px !important;

}

.testimonial-card::before {
    position: absolute;
    background: url(../images/about/horizontal-line.png) repeat-x;
    content: '';
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
}

.quote-icon {
    margin-bottom: 40px;
    display: block;

}

.testimonial-card p {
    font-style: italic;
    color: #fff;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 40px;
}

/* User Info */
.user-info {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.user-info img {
    width: 90px;
    height: auto;
    border-radius: 50%;
}

.user-info h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: 'gotham_mediumregular';

}

.user-info span {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;



}

/* Slick Arrows */

/* Slick Dots */
.slick-dots {
    bottom: -40px;
}

.slick-dots li button:before {
    color: #fca311;
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    color: #fff;
}



/* service page */

#banner-sec.service-banner {
    background: url(../images/service-banner.png) right center no-repeat;
    background-size: cover;
}

#banner-sec.service-banner h1 {
    color: #000;
}

#main-sec.service-main h2 {
    margin-bottom: 100px;
}

#how-we-build {
    background: url(../images/about/verticle-line.png);
    min-height: 700px;
    display: flex;
    align-items: center;
}

#how-we-build .mission-box {
    display: flex;
    justify-content: space-between;
}

#how-we-build .mission-box .box {
    width: 25%;
    background: #fff;

}

#mission-sec .white-box {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    position: relative;
    top: -55px;

}

#mission-sec p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    padding-top: 30px;

}


#addtion-services {
    padding: 75px 0;
}

#addtion-services .text {
    font-size: 50px;
    text-align: center;
    font-weight: 300;
    line-height: 55px;
    display: flex;
    align-items: center;
    height: 100%;
    border-right: 1px solid #C6C8CA;
    padding-right: 50px;
}

#addtion-services .boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 50px;


}

#addtion-services .box {
    width: 50%;
    padding-right: 173px;


}

#addtion-services .box:nth-child(2),
#addtion-services .box:nth-child(4) {
    padding-right: 70px;
}

#addtion-services .box h2 {
    font-size: 36px;
    line-height: 47px;
    min-height: 94px;
    margin-bottom: 25px;
}

#addtion-services .box p {
    margin-bottom: 79px;
    min-height: 74px;
    font-family: 'gothambook';
    font-size: 28px;
    line-height: 37px;
}

#addtion-services .box:nth-child(3) h2,
#addtion-services .box:nth-child(4) h2 {
    margin-top: 67px;
}

.bb-grey {
    border-bottom: 1px solid #C6C8CA;
}

#our-projects {
    background: url(../images/projects-bg.png) right center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
    height: 797px;
    padding: 0 !important;

}

#our-projects h2 {
    font-style: italic;
    font-size: 48px;
    line-height: 53px;
    color: #fff;
    font-family: 'gothambook';
    margin-bottom: 92px;

}

#project-categories.services .img-cnt span {
    font-family: 'gothambook';
}

#project-categories.services .img-cnt span {
    padding: 0 20px;

}

/* Responsive */

@media screen and (max-width:1820px) and (min-width:1681px) {
    #banner-sec.service-banner {
        background-position:  right -100px  center;
    }

}
@media screen and (max-width:1680px) {
    #banner-sec {
        height: 500px;
    }

    .font-64 {
        font-size: 54px;
        line-height: 70px;
    }

    #main-sec h2 {
        font-size: 32px;
        line-height: 44px;
    }

    #main-sec p {
        font-size: 26px;
        line-height: 34px;
    }

    #main-sec {
        padding: 70px 0;
    }

    #mission-sec {
        min-height: 650px;
    }

    #mission-sec p {
        font-size: 23px;
        line-height: 32px;
    }

    #values {
        padding: 140px 0;
    }

    #leadership-sec img {
        max-width: 100%;
        height: 100%;

    }

    #leadership-sec .team-box {
        padding: 0 65px 0 0;
    }

    #leadership-sec .team-desc {
        margin: 30px 0;
    }

    #leadership-sec h3.name {
        font-size: 32px;
        line-height: 45px;
    }

    #leadership-sec p.designation {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #leadership-sec p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #innovation-sec {
        min-height: 1200px;
    }

    /* service page */

    #addtion-services .box h2 {
        font-size: 32px;
    }

    #addtion-services .box {
        padding-right: 150px;
    }

    #addtion-services .box:nth-child(3) h2,
    #addtion-services .box:nth-child(4) h2 {
        margin-top: 50px;
    }

    #addtion-services .text {
        font-size: 40px;
        line-height: 50px;
    }

    #addtion-services {
        padding: 65px 0;
    }

    #our-projects h2 {
        font-size: 44px;
        margin-bottom: 80px;
    }
}

@media screen and (max-width:1439px) {
    #banner-sec.about-us{
        align-items: center;
        padding-top: 0;
    }
    .font-64 {
        font-size: 38px;
        line-height: 54px;
    }

    .testimonial-left p {
        font-size: 23px;
        line-height: 35px;
    }

    #banner-sec {
        height: 370px;
    }

    #banner-sec h1 {
        width: 50%;
    }

    #main-sec h2 {
        font-size: 24px;
        line-height: 40px;
        padding: 0 100px;
    }

    #main-sec p {
        font-size: 23px;
        line-height: 32px;
    }

    #main-sec {
        padding: 65px 0;
    }

    #mission-sec {
        min-height: 610px;
    }

    #mission-sec p {
        font-size: 20px;
        line-height: 30px;
    }

    #mission-sec .mission-box .box.image img {
        width: 100%;
        object-fit: cover;
        height: 100%;

    }

    #leadership-sec h3.name {
        font-size: 29px;
        line-height: 42px;
    }

    #leadership-sec p.designation {
        font-size: 16px;
    }

    #leadership-sec p {
        font-size: 13px;
    }

    #innovation-sec .header-text h3 {
        font-size: 24px;
    }

    #innovation-sec {
        min-height: 1030px;
    }

    #innovation-sec .black-box ul li h3 {
        font-size: 24px;
    }

    #innovation-sec .black-box ul li {
        margin-bottom: 30px;
    }

    #innovation-sec .black-box ul li p {
        font-size: 18px;
    }

    #our-projects h2 {
        font-size: 36px;
        margin-bottom: 70px;
    }

    #addtion-services .box p {
        margin-bottom: 50px;
        font-size: 26px;
    }

    #addtion-services .box h2 {
        min-height: 70px;
        font-size: 28px;
        line-height: 34px;
    }

    #addtion-services .box {
        padding-right: 100px;
    }


    #our-projects {
        height: 660px;
        padding: 0;
    }

}

@media (max-width: 1199px) {
    #banner-sec.service-banner,
    #banner-sec.about-us {
        background-position: right 50% center;
    }


    #our-projects h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    #mission-sec p {
        font-size: 15px;
        line-height: 30px;
    }
    #mission-sec .mission-box .box.image img {
        height: auto;
    
    }
    #mission-sec {
        min-height: 550px;
    }
    #values {
        padding: 100px 0;
    }
    .font-64 {
        font-size: 34px;
        line-height: 50px;
    }
    #values .boxes{
        margin-top: 50px;
    }
    #leadership-sec h3.name {
        font-size: 26px;
        line-height: 38px;
    }
    #leadership-sec .team-desc {
        margin: 25px 0;
    }
    #leadership-sec .team-box {
        padding: 20px 50px 20px 0px;
    }

    #innovation-sec .black-box ul li p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #innovation-sec .black-box ul {
        padding: 40px 20px;
        margin: 0;
    }
    #innovation-sec .black-box ul li {
        margin-bottom: 20px;
    }
    #innovation-sec .black-box ul li span {
        width: 45px;
    }
    #innovation-sec .black-box ul li h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    #innovation-sec .black-box ul li p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #innovation-sec .innovation-box .image-box img{
        max-width: 100%;
    }
    #innovation-sec {
        min-height: 900px;
    }
    .testimonial-left p {
        font-size: 19px;
        line-height: 30px;
    }
    .user-info img {
        width: 70px;
        max-width: 100%;
    }
    .user-info h4 {
        font-size: 15px;
    }
    .user-info span {
        font-size: 15px;
    }
    .testimonial-card{
        min-height: 471px !important;
    }
}


@media (max-width: 991px) {
    .testimonial-wrapper {
        /* flex-direction: column; */
    }

    .testimonial-left {
        position: relative;
        top: unset;
        margin-bottom: 30px;
    }

    .font-64 {
        font-size: 30px;
        line-height: 40px;
        padding-left: 0 !important;
    }

    #main-sec h2 {
        font-size: 21px;
        padding: 0 50px;
    }

    #project-categories .img-cnt span {
        font-size: 22px;
        line-height: 22px;
        bottom: 30px;
    }

    #our-projects h2 {
        font-size: 26px;
        line-height: 46px;
    }

    #our-projects {
        height: 550px;
    }

    .custom-prev {
        left: 0;
    }

    .custom-next {
        right: 0;
    }


    #banner-sec {
        height: 300px;
    }

    #project-categories .mission-box {
        flex-wrap: wrap;
    }

    #project-categories .mission-box .box {
        width: 50%;
    }
    #mission-sec .mission-box{
        flex-wrap: wrap;
    }
    #mission-sec .mission-box .box {
        width: 50%;
        margin-bottom: 20px;
    }
    #mission-sec .white-box{
        top: -33px;
    }
    #values {
        padding: 80px 0;
    }
    #leadership-sec img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #leadership-sec h3.name {
        font-size: 23px;
        line-height: 35px;
    }
    #leadership-sec p.designation {
        font-size: 14px;
        margin-bottom: 15px;
    }
    #leadership-sec p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    #leadership-sec .team-box {
        padding: 20px 40px 20px 0px;
    }
    #innovation-sec .black-box ul {
        padding: 20px 15px;
        margin: 0;
    }
    #innovation-sec .black-box ul li {
        margin-bottom: 10px;
    }
    #innovation-sec .black-box ul li span {
        width: 40px;
    }
    #innovation-sec .black-box ul li span img{
        width: 40px;
    }
    #innovation-sec .black-box ul li h3 {
        font-size: 17px;
        margin-bottom: 3px;
    }
    #innovation-sec .black-box ul li p {
        font-size: 11px;
        margin-bottom: 10px;
    }
    #innovation-sec
     {
            min-height: 700px;
        }
        #innovation-sec .header-text h3 {
            font-size: 20px;
        }
        #innovation-sec .header-text p{
            font-size: 16px;
            margin-bottom: 0;
        }
        #innovation-sec .header-text {
            margin-bottom: 60px;
        }
        .testimonial-card{
            min-height: auto !important;
        }
        .testimonial-section {
            padding: 60px 0;
        }
}


@media (max-width: 767px) {
    #banner-sec {
        height: 250px;
    }

    .font-64 {
        font-size: 26px;
        line-height: 33px;
        padding-left: 0 !important;
    }

    #main-sec h2 {
        font-size: 20px;
        padding: 0 50px;
        line-height: 32px;
    }

    #our-projects h2 {
        font-size: 24px;
        line-height: 38px;
    }
    #mission-sec .white-box {

        padding: 0 25px;
    }
    #values .icon img{
        width: 60px;
        max-width: 100%;

    }
    #values .icon{
        min-height: 68px;
    }
    #values p{
        font-size: 12px;
    }
    #leadership-sec img{
        height: auto;
    }
    #leadership-sec .team-box {
        padding: 35px 40px 35px 29px;
    }
    #innovation-sec .innovation-box{
        flex-wrap: wrap;
    }
    #innovation-sec .innovation-box .image-box{
        width: 100%;
    }
    #innovation-sec .black-box{
        width: 100%;
    }
    .testimonial-wrapper {
        flex-direction: column;
        gap: 10px;
    }
    .testimonial-right{
        width: 100%;
    }
    .testimonial-left{
        width: 100%;
    }
    .testimonial-card{
        padding: 30px 30px 70px;
    }
}

@media (max-width: 575px) {
    #main-sec {
        padding: 40px 0;
    }
    #main-sec h2 {
        padding: 0 25px;
        font-size: 18px;
    }
    #project-categories .mission-box .box {
        width: 100%;
    }
    #mission-sec .mission-box .box{
        width: 100%;
    }
    #mission-sec {
        min-height: auto;
    }
    #values .boxes {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    #values .value-box {
        border-right: 0;
        width: 65%;
        border-bottom: 1px solid #C6C8CA;
    }
    #values .value-box:last-child{
        border-bottom: 0;
    }
    #values {
        padding: 50px 0;
    }
    #values .icon{
        min-height: auto;
    }
    #innovation-sec .header-text h3 {
        font-size: 17px;
        margin-top: 10px;
    }
    #innovation-sec .header-text p {
        font-size: 14px;
        margin-top: 10px;
    }
    #banner-sec h1 {
        width: 70%;
    }
    .testimonial-section {
        padding: 40px 0;
    }
    .testimonial-left p {
        font-size: 17px;
        line-height: 27px;
        padding: 20px 0;
    }    .font-64 {
        font-size: 23px;
        line-height: 32px;
    }
    #banner-sec.service-banner, #banner-sec.about-us {
        background-position: right 28% center;
    }
    #banner-sec.service-banner{
        background-position: right 42% center;
    }

}