.header .navbar-brand figure{margin: 0;}
.header .navbar{background-color: #000000;}
.header .navbar-nav .nav-item .nav-link{
    color: #ffffff;
    font-size: 22px;
    padding: 10px 15px;
}
.header .navbar-nav .nav-item .nav-link:hover{
    color: #F40808;
}
.header .navbar-nav .nav-item .nav-link.rounded{
    background-color: #ffffff;
    color: #000000;
    border-radius: 0 !important;
    padding: 10px 15px;
}
.header .navbar .navbar-toggler{
    border:0
}
.header .navbar .navbar-toggler .navbar-toggler-icon{
    background-image: url(../images/nav-new.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.home-banner{
    background-color: #000000;
    overflow: hidden;
    position: relative;
}
.home-banner .home-banner-inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 768px;
}
@media (max-width: 992px) {
    .home-banner .home-banner-inner{
        grid-template-columns: repeat(1, 1fr);
        min-height: auto;
        padding: 50px 0;
    }
}
.home-banner .home-banner-inner .banner-text{
    position: relative;
    z-index: 2;
}
.home-banner .home-banner-inner .banner-text .heading-h1{
    font-size: 71px;
    color: #ffffff;
    padding-bottom: 20px;
}
.home-banner .home-banner-inner .banner-text .heading-h1 span{
    background-image: url(../images/underline-red.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-bottom: 10px;
}

.home-banner .home-banner-inner .banner-text .para-text{
    font-size: 32px;
    color: #ffffff;
}
@media (max-width: 992px) {
    .home-banner .home-banner-inner .banner-text .heading-h1{
        font-size: 42px;
    }
    .home-banner .home-banner-inner .banner-text .para-text{
        font-size: 22px;
    }
}
.home-banner .banner-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-banner .banner-img img{
    width: auto;
    height: 100%;
    object-fit: cover;
}
.who-we-are{
    padding: 50px 0;
}
.our-accordion .accordion-item{
    padding: 0 0 15px 0;
}
.our-accordion .accordion-item .accordion-header .accordion-button.collapsed{
    color: #263676;
}
.our-accordion .accordion-item .accordion-header .accordion-button{
    color: #F40808;
    font-size: 42px;
    display: flex;
    gap: 15px;
}
.our-accordion .accordion-item .accordion-header .accordion-button span{
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url(../images/minus-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.our-accordion .accordion-item .accordion-header .accordion-button.collapsed span{
    width: 22px;
    height: 22px;
    background-image: url(../images/plus-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    flex: 0 0 22px;
}
.our-accordion .accordion-item .accordion-body{
    padding: 10px 0 0 0;
}
.our-accordion .accordion-item .accordion-body p{
    font-size: 16px;
    padding-bottom: 10px;
}
.whoweare-details{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}
.whoweare-details .heading-h2{
    font-size: 54px;
    color: #263676;
}
.whoweare-details .pera-text{
    font-size: 16px;
    color: #000000;
}
.whoweare-details .view-more-link{
    background-color: #263676;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
}
.whoweare-details .view-more-link:hover{
    background-color: #F40808;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.approach-block{position: relative;padding-top: 120px;}
.approach-block.white-bg::before {
    background: -webkit-linear-gradient(top, #ffffff 1%, #ffffff 10%, #eff8fc 10%, #eff8fc 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.corner-wrapper {
    background: #eff8fc;
    margin: 0 0 0 auto;
    width: calc(90% + (100% - 90%) / 2);
}
@media screen and (max-width: 2100px){
    .corner-wrapper {
        width: 100%;
    }
}
.ptb-120 {
    padding-bottom: 60px;
    padding-top: 10px;
}
.col-image {
    left: -5vw;
    position: absolute;
    top: 0;
    width: calc((100% / (14 / 5)) - (30px * (14 - 5) / 14));
}
@media screen and (max-width: 991px){
    .col-image {
        position: static;
        width: 100%;
    }
}
.col-image .tab-image {
    left: 0;
    position: absolute;
    top: -120px;
    width: 100%;
}
@media screen and (max-width: 991px){
    .col-image .tab-image {
        position: static;
    }
}
.approach-block img {
    max-width: initial;
}
@media screen and (max-width: 991px){
    .approach-block img {
        max-width: 100%;
        width: 100%;
    }
}
.col-text-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    position: relative;
    width: 80%;
}
.col-text {
    margin-left: 40.7142857143%;
    padding: 0 100px;
    width: calc((100% / (14 / 8)) - (30px * (14 - 8) / 14));
}
@media screen and (max-width: 767px){
    .col-text {
        padding: 50px 20px 20px;
    }
    .col-text-wrap{
        width: 100%;
    }
}
@media screen and (max-width: 991px){
    .col-text {
        margin-left: 0;
        padding: 20px;
        width: 100%;
    }
    .col-text .heading-h2{font-size: 46px;}
}
.heading-h2{
    font-size: 54px;
    color: #263676;
    padding-bottom: 15px;
}
.pera-text{
    font-size: 16px;
    color: #263676;
    padding-bottom: 10px;
}
/*************************************************************************************************/
.testimonial{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px 0;
}
.testimonial .head .heading-h2{
    color: #263676;
font-family: Inria Serif;
font-size: 66px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.testimonial .head .heading-h2 span{
    color: #F40808;
    font-family: Inria Serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}
@media screen and (max-width: 767px){
    .testimonial .head .heading-h2{
    font-size: 42px;
    }
    .testimonial .head .heading-h2 span{
        font-size: 22px;
    }
}
.testimonial .head .para-text{
    color: #000;
    font-family: Inria Serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}
.testimonial-box .heading-h2{
    color: #000;
    font-family: Inria Serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; 
}
@media screen and (max-width: 767px){
    .testimonial-box .heading-h2{
        font-size: 28px;
        line-height: 42px; 
    }
}
.testimonial-box span{
    color: #263676;
    font-family: Inria Serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#testimonial-carousel .owl-nav{display: flex;}
#testimonial-carousel .owl-prev, #testimonial-carousel .owl-next{opacity: 0.9;}
#testimonial-carousel .owl-prev:focus,#testimonial-carousel .owl-next:focus,
#testimonial-carousel .owl-prev:hover,#testimonial-carousel .owl-next:hover{background-color: transparent;}
#testimonial-carousel .owl-prev span{
    background-image: url(../images/left-arrow-red.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px;
    width: 36px;
    height: 25px;
    display: block;
    font-size: 0;
}
#testimonial-carousel .owl-prev.disabled span{
    background-image: url(../images/left-arrow-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px;
    width: 36px;
    height: 25px;
    display: block;
    font-size: 0;
}
#testimonial-carousel .owl-next span{
    background-image: url(../images/right-arrow-red.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px;
    width: 36px;
    height: 25px;
    display: block;
    font-size: 0;
}

#testimonial-carousel .owl-next.disabled span{
    background-image: url(../images/right-arrow-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px;
    width: 36px;
    height: 25px;
    display: block;
    font-size: 0;
}
/***************************************/
.footer{
    background-color: #000000;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.footer .container{
    position: relative;
    z-index: 2;
}
.footer-connect .heading-h2{
    color: #FFF;
    font-family: Inria Serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer-connect .para-text{
    color: #FFF;
    font-family: Inria Serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer .get-in-touch{
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #FFF;
    font-family: Inria Serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    border:#ffffff solid 1px;
    display: inline-flex;
}
.footer .get-in-touch:hover{
    background-color: #F40808;
    border:#F40808 solid 1px;
}
.footer-contact .heading-h2{
    color: #FFF;
    font-family: Inria Serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer-contact address, .footer-contact p{
    color: #FFF;
font-family: Inria Serif;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 0;
}
.footer-contact p{font-size: 20px;padding-top:10px;}
.footer-link .heading-h2{
    color: #FFF;
    font-family: Inria Serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer-link ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}
.footer-link ul li{
    padding: 0;
    margin: 0;
}
.footer-link ul li a{
    text-decoration: none;
    color: #FFF;
    font-family: Inria Serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-link ul li a:hover{
    color: #F40808;
}
.footer .copyright{
    color: #FFF;
    font-family: Inria Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer .border-text{
    color: #000000;
    font-size: 15rem;
	text-shadow: 1px 1px #ffffff,
				 -1px -1px #ffffff,
				 1px -1px #ffffff,
				 -1px 1px #ffffff;
    opacity: 0.2;
    position: absolute;
    bottom: -90px;
    right: 0;
    z-index: 1;
}
@media screen and (max-width: 991px){
    .footer .border-text{
        right: auto;
        left: 0;
    }
}

/***************************/
.inner-banner {
    background-color: #000000;
    padding: 100px 0;
}

.inner-banner .heading-h1{
    color: #ffffff;
    font-family: Inria Serif;
font-size: 57px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.inner-banner .heading-h1 span{
    display: block;
    font-family: Inria Serif;
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
@media screen and (max-width: 991px){
    .inner-banner {
        padding: 50px 0;
    }
    .inner-banner .heading-h1{
    font-size: 32px;
    }
    .inner-banner .heading-h1 span{
    font-size: 22px;
    }
}
/**********************************/
.about-article{
    padding: 100px 0;
}
.about-article .heading-h2{
    color: #045D8E;
    font-family: Inria Serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.about-article .para-text{
    color: #000;
    font-family: Inria Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
/***********************************/
.services-box{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.services-box figure{
    margin: 0;
    padding: 0;
}
.services-box figure img{
    width: 100%;
}
.services-box .box-body{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.services-box .box-body .heading-h2{
    color: #000;
font-family: Inria Serif;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 0;
padding: 0;
}
.services-box .box-body .pera-text{
    color: #000;
    font-family: Inria Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.services-box .box-body .view-more-link{
    color: #F40808;
font-family: Inria Serif;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;
}
/**********************************************************************/
.our-accordion .accordion {
    background-color: #ffffff;
    color: #0F4268;
    font-size: 42px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border-color: #0F4268;
    border-style: solid;
    border-width: 0px;
    outline: none;
    transition: 0.4s;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 15px 15px 65px;
  }
.our-accordion .accordion.active {
    background-color: #ffffff;
    color: #F40808;
}
.our-accordion .accordion.active:after {
    content: "";
    color: #004859;
    background-image: url(../images/minus-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
.our-accordion .accordion:hover {
    background-color: #ffffff;
  }
.our-accordion .accordion:focus {
    background-color: #ffffff;
  }
.our-accordion .accordion:after {
    content: "";
    background-image: url(../images/plus-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    font-size: 13px;
    color: #004859;
    position: absolute;
    left: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.our-accordion .panel {
    padding: 0 0 0 65px;
    display: none;
    overflow: hidden;
    border-color: #0F4268;
    border-style: solid;
    border-width: 0;
    margin: -25px 0 25px 0;
    position: relative;
    z-index: 2;
  }
  .our-accordion .panel p{
    padding: 0 0 15px 0;
  }
  .our-accordion .panel p:last-child{
    padding: 0;
  }


  .contact-wrapper{
    position: relative;
    overflow: hidden;
    
}
.contact-wrapper .inner-contact-wrapper{
    background-color: #ffffff;
}
.contact-wrapper .inner-contact-wrapper::before{
    content: '';
    background-color: #045D8E;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    z-index: 1;
}
@media screen and (max-width: 991px){
    .contact-wrapper .inner-contact-wrapper::before{
        display: none;
    }
}
.contact-wrapper .inner-contact-wrapper .row{
    position: relative;
    z-index: 2;
}
.contact-wrapper .inner-contact-wrapper .blue-bg{
    background-color: #045D8E;
}
@media screen and (max-width: 991px){
    .contact-wrapper .inner-contact-wrapper .blue-bg{
        margin-bottom: 50px;
    }
}
.contact-wrapper .inner-contact-wrapper .getintouch{
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media screen and (max-width: 991px){
    .contact-wrapper .inner-contact-wrapper .getintouch{
        padding: 25px;
    }
}
.contact-wrapper .inner-contact-wrapper .getintouch .heading-h2{
    color: #FFF;
    font-family: Inria Serif;
    font-size: 57px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.contact-wrapper .inner-contact-wrapper .getintouch .blog-item{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
@media screen and (max-width: 991px){
    .contact-wrapper .inner-contact-wrapper .getintouch .blog-item{
        flex-direction: column;
    }
}
.contact-wrapper .inner-contact-wrapper .getintouch .blog-item .blog-right{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-wrapper .inner-contact-wrapper .getintouch .blog-item i.fa-regular,
.contact-wrapper .inner-contact-wrapper .getintouch .blog-item i.fa-solid{
    font-size: 34px;
    color: #ffffff;
    margin-top: 13px;
}
.contact-wrapper .inner-contact-wrapper .getintouch .blog-item .heading-h3{
    color: #FFF;
    font-family: Inria Serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.contact-wrapper .inner-contact-wrapper .getintouch .blog-item p{
    color: #FFF;
    font-family: Inria Serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.contact-wrapper .inner-contact-wrapper .getintouch .blog-item p a{
    color: #ffffff;
    text-decoration: none;
}
.contact-wrapper .inner-contact-wrapper .contact-form-wrapper{
    padding: 100px 0 100px 70px;
}
.contact-wrapper .inner-contact-wrapper .contact-form-wrapper .heading-h2{
    color: #045D8E;
    font-family: Inria Serif;
    font-size: 57px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-wrapper .inner-contact-wrapper .contact-form-wrapper p{
    color: #045D8E;
    font-family: Inria Serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-wrapper .inner-contact-wrapper .getintouch .social-icons .heading-h2{
    color: #FFF;
    font-family: Inria Serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-wrapper .inner-contact-wrapper .getintouch .social-icons .social-icon-links{
    display: flex;
    gap: 30px;
}
.contact-wrapper .inner-contact-wrapper .getintouch .social-icons .social-icon-links a{
    font-size: 42px;
    color: #ffffff;
}
.form-field{
    padding-bottom: 20px;
}
.form-field p{padding: 0;margin: 0;}
.form-field label{
    font-size: 22px;
}
.form-field .wpcf7-form-control{
    width: 100%;
}
.form-field .wpcf7-form-control.wpcf7-textarea{
    height: 100px;
}
.form-field .wpcf7-form-control.wpcf7-submit{
    width: auto;
    border:0;
    background-color: #F40808;
    color: #ffffff;
    font-size: 22px;
    padding: 15px 30px;
}
.form-field .wpcf7-form-control.wpcf7-submit:hover{
    background-color: #0F4268;
}