header{
    padding: 11px 0;
    background: linear-gradient(184.38deg, #1A67C2 19.51%, #062A8E 69.25%, #F07527 109.92%);
}
.dropdown-list ul{
    background: #1353B6;
}
/* About Banner */
.banner-section{
    padding: 129px 0 40px 0;
}
.banner-section-content{
    position: relative;
    padding: 36px 0 0;
}
.banner-section-content::before{
    content: "About Us";
    position: absolute;
    font-size: 170px;
    font-weight: 700;
    line-height: 221px;
    color: transparent;
    -webkit-text-stroke: 1.57px #FFEFE4;
    left: -99px;
    top: -103px;
    z-index: -1;
}

.banner-section-content h1{
    font-size: 48px;
    font-weight: 400;
    line-height: 62px;
    color: #08080f;

}
.breadcrumbs{
    padding: 48px 0 0;
}
.breadcrumbs ul{
    list-style: none;
    display: flex;
    gap: 30px;
}
.breadcrumbs ul li{
    position: relative;
    font-size: 15px;
    font-weight: 300;
    line-height: 19.5px;
   

}
.breadcrumbs ul li::after{
    content: '';
    position: absolute;
    max-width: 10px;
    width: 100%;
    height: 10px;
    background-image: url(../images/breadcrumbs-arrow.webp);
    right: -20px;
    top: 6px;
}
.breadcrumbs ul li:last-child::after{
    content: unset;
}
.breadcrumbs ul li a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #626060;
}
.breadcrumbs ul li.active-breadcrumb {
    color: #06447E;
}
/* About Banner */
/* Welcome section */
.welcome-section {
    padding-bottom: 197px;
}

.welcome-row {
    max-width: 1170px;
    width: 100%;
    height: 486px;
    background-image: url(../images/welcome-bg.webp);
    background-size: cover;
    background-repeat: round;
    display: flex;
    align-items: flex-start;
    padding-left: 60px;
    gap: 30px;
}
.welcome-image{
    max-width: 396px;
    width: 100%;
    padding-top: 70px;
    margin-bottom: -96px;
}
.welcome-image img{
    max-width: 396px;
    width: 100%;
    height: 513px;
}
.welcome-content{
  margin-top: 144px;
}
.welcome-content h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #F07527;
    margin-bottom: 10px;
}
.welcome-content h3{
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
   color: white;
}
.welcome-content p{
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
   color: white;
   margin-top: 46px;
}
/* Welcome section */
/* Whatwedo section */
.whatwedo-section{
    background: #F2F7FF;
    padding: 65px 0;
    overflow-x: hidden;

}
.whatwedo-row{
    display: flex;
    align-items: flex-start;   
    gap: 122px;
    flex-direction: row-reverse;
    margin-left: 85px;
}
.whatwedo-image{
    max-width: 587px;
    width: 100%;
     margin-right: -99px;
}

.whatwedo-content{
   max-width: 475px;
   width: 100%;
   padding-top: 41px;
}
.whatwedo-content h2{
    position: relative;
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
    padding-top: 10px;
}
.whatwedo-content h2 span{
    font-weight: 700;
    line-height: 39px;
    color: #F07527;
}
.whatwedo-content h2::before{
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 63px;
    height: 5px;
    background: #F07527;
}
.whatwedo-content p{
    margin-top: 30px;
    font-size: 23px;
    font-weight: 300;
    line-height: 41px;
}
/* Whatwedo section */

/* Whoweare section */
.whoweare-section{
    padding: 70px 0;
}
.whoweare-row{
    display: flex;
    align-items: flex-start;
    gap: 71px;
    margin-left: 85px;
}
.whoweare-image{
    max-width: 536px;
    width: 100%;
}

.whoweare-content{
   max-width: 503px;
   width: 100%;
   padding-top: 71px;
}
.whoweare-content h2{
    position: relative;
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
    padding-top: 10px;
}
.whoweare-content h2 span{
    font-weight: 700;
    line-height: 39px;
    color: #F07527;
}
.whoweare-content h2::before{
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 63px;
    height: 5px;
    background: #F07527;
}
.whoweare-content p{
    margin-top: 30px;
    font-size: 23px;
    font-weight: 300;
    line-height: 41px;
}
/* Whoweare section */
/* Services section */
.services-section{
    padding: 70px 0;
    background: #F2F7FF;
}
.services-section::after{
   content: '';
   position: absolute;
   right: 0;
   bottom: 0;
   max-width: 133px;
   width: 100%;
   height: 415px;
   background-image: url(../images/services-Frame.webp);
   z-index: 1;
}
.services-content{
    position: relative;
    z-index: 2;
}
.services-content h2{
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    position: relative;
    padding-top: 10px;
}
.services-content h2 span{
    font-weight: 700;
    line-height: 35px;
    color: #F07527;
}
.services-content h2::before{
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 63px;
    margin: 0 auto;
    height: 5px;
    background: #F07527;
}
.services-cards-row{
    max-width: 989px;
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.services-card{
    max-width: 303px;
    width: 100%;
    padding: 30px 20px;
    border-width: 0px, 0px, 0px, 0px;
    border: 1px solid #D8E6FC;
    border-radius: 10px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 30.2px 0px #9D9D9D26;

}
.services-card:hover{
    border: 1px solid #F07527;
    box-shadow: 0px 0px 30.200000762939453px 0px #9D9D9D26;
}
.service-card-icon{
    max-width: 80px;
    width: 100%;
    height: 80px;
    background: #F0752717;
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-card:hover .service-card-icon{
    background: #F07527;
}
.service-card-icon img{
    max-width: 45px;
    width: 100%;
    height: 45px;
}
.services-cards-row .services-card:nth-child(3) .service-card-icon img{
    max-width: 48px;
    width: 100%;
    height: 38px;
}
.services-cards-row .services-card:nth-child(4) .service-card-icon img{
    max-width: 50px;
    width: 100%;
    height: 50px;
}
.services-card:hover .service-card-icon img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(207deg) brightness(106%) contrast(101%);
}

.service-card-content{
    text-align: center;
}
.service-card-content h3{
    font-size: 19px;
    font-weight: 500;
    line-height: 34px;
}
.service-card-content p{
    max-width: 216px;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 25.5px;
    margin-top: 5px;
}
/* Services section */
/* Approach section */
.approach-section{
    padding: 70px 0;
}
.approach-section::after{
    content: '';
    position: absolute;
    max-width: 270px;
    width: 100%;
    height: 346px;
    background-image: url(../images/approach-frame.webp);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.approach-section-row{
    max-width: 1004px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.approach-card{
    max-width: 367px;
    width: 100%;
    background: linear-gradient(0deg, #F2F7FF 0%, #FEFEFF 100%);
    border: 1px solid #E5F4FB;
    padding: 50px 28px;
    border-radius: 10PX;
}
.approach-heading{
    position: relative;
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 47px;
    padding-top: 10px;
}
.approach-heading span{ 
    font-weight: 700;
    line-height: 35px;
    color: #F07527;
}
.approach-heading::before{
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 63px;
    margin: 0 auto;
    height: 5px;
    background: #F07527;
}
.approach-para-text1 p:first-child, .approach-para-text2 p:first-child{
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 4px;
}
.approach-para-text1 p:last-child, .approach-para-text2 p:last-child{
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}
.approach-para-text1{
    margin-bottom: 20px;
}
/* Approach section */
/* Contact section */
.contact-section{
    padding-bottom: 100px;
}
.contact-row{
    max-width: 1170px;
    width: 100%;
    height: 347px;
    margin: 0 auto;
    background-image: url(../images/contact-bg1.webp);
    background-size: cover;
    background-position: right bottom;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 0px 80px;
}
.contact-content{
    max-width: 667px;
    width: 100%;
    padding: 45px 0;
}
.contact-content h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #F07527;
    margin-bottom: 20px;
}
.contact-content h3{
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    color: white;
    margin-bottom: 12px;
}
.contact-content p{
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    color: white;
    margin-bottom: 45px;
}
.contact-image{
    max-width: 293px;
    width: 100%;
    padding: 19px 0;
}
.contact-image img{
    max-width: 293px;
    width: 100%;
    height: 288px;
}
.contact-btn{
    position: relative;
    max-width: 158px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    color: white;
    padding: 14px 20px;
    border-radius: 100px;
    background: linear-gradient(180deg, #F07527 0%, #BD5919 100%);
    transition: all .2s;
}
.contact-btn::after{
    content: '';
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../images/next-arrow.webp) no-repeat; 
}
.contact-btn:hover{
    color: rgba(240, 117, 39, 1);
    border: 1px solid transparent;
    background: linear-gradient(to right, #fff, #fff), linear-gradient(180deg, #F07527 0%, #BD5919 100%), #fff;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    overflow: hidden;
    transition: all .2s;
}
.contact-btn:hover::after{
    filter: brightness(0) saturate(100%) invert(58%) sepia(79%) saturate(3117%) hue-rotate(347deg) brightness(100%) contrast(89%);

}
/* Contact section */
/* Media Queries */
@media screen and (max-width: 1367px){
    /* Contact section */
    .contact-row{
        max-width: 1207px;
        width: calc(100% - 73px);
        height: 347px;
        margin: 0 auto 0 0;
        background: url(../images/contact-bg2.webp) no-repeat; 
        background-size: cover;
    background-position: right;
    }
    .contact-content p {
        font-size: 17px;
    }
    
}
@media screen and (max-width: 1199px){
    /* About Banner */
    .banner-section-content::before{
        left: -54px;
    }

    /* Welcome section */
    .welcome-image {
        max-width: 362px;
    }
    .welcome-image {
        object-fit: contain;
    }
    .welcome-section {
        padding-bottom: 180px;
    }
    /* Contact section */
    .contact-row {
        gap: 30px;
    }
    .whatwedo-row{
    display: flex;
    align-items: flex-start;   
    gap: 122px;
    flex-direction: row-reverse;
    margin-left: 85px;
}
.whatwedo-image{
    max-width: 587px;
    width: 100%;
     margin-right: -99px;
}
}
@media screen and (max-width: 1169px){
    /* Welcome section */
    .welcome-content {
        margin-top: 118px;
    }
    .welcome-image {
        max-width: 350px;
    }

     /* Whatwedo section */
    .whatwedo-row {
        gap: 30px;
        margin-left: 28px;
    }
    .whoweare-row {
        gap: 44px;
        margin-left: 28px;
    }
.whoweare-image img{
    max-width: 536px;
    width: 100%;
    height: 437px;
    object-fit: contain;
}
    
    /* Contact section */
    .contact-row {
        gap: 20px;
    }
    .contact-section {
        padding-bottom: 23px;
    }
    
}
@media screen and (max-width: 991px){
    /* About Banner */
    .banner-section-content::before{
        top: -86px;
        left: -48px;
        font-size: 147px;
        line-height: 199px;
    }
    /* Welcome section */
    .welcome-row {
        height: unset;
    }  
    .welcome-image {
        max-width: 330px;
    }
    .welcome-image img {
        max-width: 396px;
        height: 428px;
    }
    .welcome-content {
        margin-top: 110px;
    }
    .welcome-content h2 {
        font-size: 28px;
        line-height: 37px;
    }
    .welcome-content h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .welcome-content p {
        font-size: 19px;
    }
    .welcome-section {
        padding-bottom: 160px;
    }
     /* Whatwedo section */

    .whatwedo-row {
        gap: 25px;
        margin-left: 0px;
    }
     /* Whoweare section  */

    .whoweare-row {
        margin-left: 0px;
        gap: 58px;
    }
    /* Approach section  */

    .approach-section-row {
        max-width: 738px;
        gap: 30px;
    }
    .approach-section::after {
        content: unset;
    }
    /* Contact section */

    .contact-row{
        padding: 0 35px 0 15px;
    }
    .contact-image {
        max-width: 258px;
    }
    .contact-image img {
        height: 288px;
        object-fit: contain;
    }
}
@media screen and (max-width: 767px){
    /* About Banner */

    .banner-section-content::before{
        left: -30px;
        font-size: 92px;
        line-height: 150px;
    }
    .banner-section-content h1 {
        margin-top: -41px;
        
    }
    /* Welcome section */

    .welcome-section {
        padding-bottom: 250px;
    }
    .welcome-row {
       flex-direction: column-reverse;
       padding-left: 0px;
       padding-top: 50px;
    }
    .welcome-content {
        text-align: center;
        max-width: 584px;
        width: 100%;
        margin: 0 auto;
    }
    .welcome-image {
        margin: 0 auto -189px;
        padding-top: 0px;
    }
    .welcome-image img {
        height: 392px;
    }
     /* Whatwedo section */

    .whatwedo-row, .whoweare-row {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .whatwedo-content, .whoweare-content {
        text-align: center;
    }
    .whatwedo-content h2::before, .whoweare-content h2::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .whatwedo-image{
        border-radius: 5px;
    }
    .whatwedo-image img {
        border-radius: 5px;
        object-fit: contain;
    }
    /* Approach section  */

    .approach-section-row {
        max-width: 367px;
    }
    .approach-section-row{
        flex-direction: column;
        gap: 50px;
    }
    .approach-section::after{
        content: unset;
    }
    /* Contact section */

    .contact-image{
        display: none;
    }
    .contact-content h3 {
        font-size: 25px;
    }
}
@media screen and (max-width: 575px){
    /* About Banner */
    .banner-section-content::before{
        left: -27px;
        top: -64px;
        font-size: 80px;
        font-weight: 700;
        line-height: 104px;
    }
    .banner-section-content h1{
        margin-top: -35px;
        font-size: 30px;
        font-weight: 400;
        line-height: 39px;       
    }
.breadcrumbs{
    padding: 50px 0 0;
}
    /* Welcome section */

    .welcome-section {
        padding-bottom: 136px;
    }
    .welcome-row{
        max-width: 330px;
        width: 100%;
        height: 486px;
        margin: 0 auto;
        background-image: url(../images/welcome-bg2.webp);
        background-size: contain;
        flex-direction: column-reverse;
        gap: 35px;
        padding:47px 18px 0;
    }
    .welcome-content{
        text-align: center;
    }
    .welcome-content h2{
        font-size: 28px;
        line-height: 36px;
        padding-top: 21px;
    }
    .welcome-content h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
    }
    .welcome-content p{
        font-size: 17px;
        font-weight: 400;
        line-height: 26px;
        margin-top: 35px;
    }
    .welcome-image {
        padding-top: 0px;
    }
    .welcome-content {
        margin-top: 0px;
    }
    .welcome-image{
        max-width: 271px;
        width: 100%;
        margin: 0 auto -72px;
    }
    .welcome-image img{
        max-width: 271px;
        width: 100%;
        height: 302px;
    }
     /* Whatwedo section */

    .whatwedo-section {
        padding: 50px 0;
    }
    .whatwedo-row {
        flex-direction: column-reverse;
        margin-left: 0px;
        gap: 30px;
    }
    .whatwedo-content {
        max-width: 330px;
        width: 100%;
        margin: 0 auto;
        padding-top: 0px;
        text-align: center;
    }
    .whatwedo-content h2{
        line-height: 32px;
        font-size: 25px;
    }
    .whatwedo-content h2::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .whatwedo-content p{
        font-size: 18px;
        line-height: 32px;
        margin-top: 25px;
    }
    .whatwedo-image{
        max-width: 330px;
        width: 100%;
        height: 212px;
        margin: 0 auto;
        border-radius: 5px;
    }
    .whatwedo-image img{
        max-width: 330px;
        width: 100%;
        height: 212px;
        object-fit: cover;
        border-radius: 5px;
    }
     /* Whoweare section  */
    .whoweare-section {
        padding: 60px 0;
    }
    .whoweare-row {
        flex-direction: column-reverse;
        margin-left: 0px;
        gap: 35px;
    }
    .whoweare-content {
        max-width: 330px;
        width: 100%;
        margin: 0 auto;
        padding-top: 0px;
        text-align: center;
    }
    .whoweare-content h2{
        line-height: 32px;
        font-size: 25px;
    }
    .whoweare-content h2::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .whoweare-content p{
        font-size: 18px;
        line-height: 32px;
        margin-top: 25px;
    }
    .whoweare-image{
        max-width: 328px;
        width: 100%;
        height: 267px;
        margin: 0 auto;
    }
    .whoweare-image img{
        max-width: 328px;
        width: 100%;
        height: 267px;
        object-fit: cover;
    }
    /* Services section */

    .services-section {
        padding: 50px 0;
    }
    
    .services-section::after {
        content: unset;
    }
    .services-content h2{
        font-size: 25px;
        line-height: 33px;
    }
    /* Approach section  */

    .approach-section {
        padding: 60px 0;
    }
    .approach-section-row {
        max-width: 330px;
        flex-direction: column;
        gap: 50px;
    }
    .approach-section::after {
        content: unset;
    }
    .approach-card {
        max-width: 330px;
        padding: 50px 20px;
    }
    .approach-heading{
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 40px;
    }
    .approach-para-text1 p:first-child, .approach-para-text2 p:first-child {
        font-size: 17px;
        line-height: 22px;
    }
    .approach-para-text1 p:last-child, .approach-para-text2 p:last-child {
        font-size: 14px;
        line-height: 24px;
    }
    /* Contact section */

    .contact-section {
        padding-bottom: 10px;
    }
    .contact-row {
        max-width: 330px;
        height: 347px;
        width: unset;
        margin: 0 auto 0;
        background: url(../images/contact-bg3.webp) no-repeat; 
        background-size: contain;   
        padding: 51px 25px;
    }
    .contact-content {
        max-width: 265px;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .contact-content h2{
        font-size: 30px;
        line-height: 39px;

    }
    .contact-content h3{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .contact-content p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .contact-image {
        display: none;
    }
    .contact-btn {
        max-width: 146px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 18px;
        padding: 13px 25px;
    }
    .contact-btn::after {
        content: '';
        position: relative;
        width: 16px;
        height: 16px;
        background: url(../images/next-arrow.webp) no-repeat;
        background-size: contain;
    }
    .contact-btn:hover::after{
        background: url(../images/next-hover-arrow.webp) no-repeat;
        background-size: contain;
    }
}
/* /Media Queries */



