@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    overflow-x: hidden;
}

body,
html,
* {
    font-family: "Outfit", sans-serif;
}

a,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
    color: #012B73;
}

a:hover {
    color: #012B73;
}

button {
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

textarea {
    resize: none;
}

.modal-open {
    overflow: visible !important;
}

.small-modal {
    max-width: 500px;
}

.modal-content {
    border: none;
}

.modal-content .modal-body {
    padding: 30px;
    border-radius: 10px;
}

.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    box-shadow: none !important;
}

body,
div,
a,
span,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
figure,
header,
label,
img,
figure,
::before,
::after {
    margin: 0;
    padding: 0;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    color: inherit;
    font-family: inherit;
}

body {
    height: 100%;
    overflow-x: hidden;
    font-size: 16px;
    background: #fff;
}

section {
    position: relative;
    overflow: hidden;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0px !important;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

.color-primary {
    color: #012B73 !important;
}

.color-text {
    color: #494949 !important;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ms-20{
    margin-left: 20px;
}

.pt-30 {
    padding-top: 30px;
}

p {
    line-height: 1.5;
}

.radius-30 {
    border-radius: 30px;
}

.radius-20 {
    border-radius: 20px;
}

.radius-10 {
    border-radius: 10px;
}

.row>* {
    padding: 0 15px;
}

.grid-row {
    grid-row-gap: 30px;
}

.main-heading {
    font-size: 80px;
    line-height: 100px;
    font-weight: 600;
    color: #012B73;
}

.sub-heading{
    font-size: 40px;
    line-height: 50px;
    color: #000;
    position: relative;
}

.sub-heading-line::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 20px);
    width: 74px;
    border: 1px solid #ACACAC;
}

.text-32{
    font-size: 32px;
    line-height: 40px;
    color: #000;
}

.text-28{
    font-size: 28px;
    line-height: 40px;
    color: #000;
}

.text-26{
    font-size: 26px;
    line-height: 34px;
    color: #000;
}

.text-24{
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.text-22{
    font-size: 22px;
    line-height: 28px;
    color: #000;
}

.text-18{
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.theme-btn{
    padding: 20px 30px 20px 25px;
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
}

.theme-btn img{
    margin-left: 10px;
    transform: translateX(0) translateY(-3px);
}

.theme-btn:hover img{
    transform: translateX(10px) translateY(-3px);
}

.theme-btn.white-btn{
    color: white;
    border: 1px solid #fff;
}

.theme-btn.white-btn:hover{
    background: #012B73;
}

.link-btn{
    font-size: 22px;
    line-height: 28px;
    color: #494949;
    display: inline-block;
}

.link-btn img{
    margin-left: 10px;
    transition: all .4s ease-in-out;
    transform: translateY(-2px);
}

.link-btn:hover{
    color: #012B73;
}

.link-btn:hover img{
    transform: translateY(-2px) translateX(10px);
}

.padd-180{
    padding: 180px 0;
}

.padd-top-180{
    padding-top: 180px;
}

.padd-bottom-180{
    padding-bottom: 180px;
}

/*Main CSS*/

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgb(0 0 0 / 45%);
}

.header .navbar-expand-lg .navbar-nav .nav-item{
    margin: 0 25px;
}

.header .navbar-expand-lg .navbar-nav .nav-link{
    padding: 35px 0;
    border-bottom: 5px solid transparent;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
}

.header .navbar-expand-lg .navbar-nav .nav-link.active{
    border-bottom-color: #fff;
}

.header .navbar-expand-lg .navbar-nav .nav-link:hover,
.header .navbar-expand-lg .navbar-nav .nav-link.active:hover{
    color: #52ABF4;
}

.header .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle::after{
    border: 0;
    background: url(../images/arrow-bottom.svg) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 5px;
    margin-left: 8px;
}

.header .navbar-expand-lg .navbar-nav .dropdown-menu{
    background: #012B73;
    border-radius: 0;
    margin: 0;
    padding: 0 30px;
}

.header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
    font-size: 20px;
    line-height: 25px;
    padding: 30px 0;
    color: #fff;
}

.header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover{
    background: none;
    color: #52ABF4;
}

.header .navbar-expand-lg .navbar-nav .dropdown-menu li+li{
    border-top: 1px solid #fff;
}

.contact-btn{
    padding: 12px 30px;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}

.contact-btn img{
    margin-left: 10px;
    transform: scale(1);
}

.contact-btn:hover{
    background: #012B73;
    color: #fff;
}

.contact-btn:hover img{
    transform: scale(1.25);
    position: relative;
}

.stats-main {
    background: linear-gradient(135deg, #001a52 0%, #4a90e2 100%);
    padding: 80px 0 470px;
}

.stats-main .main-number {
    background: url(../images/shape-traiangle.svg) no-repeat;
    background-position: left center;
    padding: 40px 0;
    margin-top: 60px;
}

.stats-main .main-number h3 {
    font-size: 250px;
    line-height: 194px;
    font-weight: 700;
}

.stats-main .main-number p {
    font-size: 32px;
    margin-top: 10px;
}

.stats-listing {
    margin-top: 60px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.stats-listing li {
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 9;
}

.stats-listing li::before{
    content: '';
    background: #4A90E2;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .6s ease-in-out;
    z-index: -9;
}

.stats-listing li:hover:before{
    height: 100%;
}

.stats-listing li:nth-child(1) {
    min-height: 600px;
}

.stats-listing li:nth-child(2) {
    min-height: 450px;
}

.stats-listing li:nth-child(3) {
    min-height: 350px;
}

.stats-listing li h3 {
    font-size: 128px;
    font-weight: 800;
    line-height: 130px;
    margin-bottom: 20px;
}

.stats-listing li h3 span {
    display: block;
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
}

.stats-listing li p {
    font-size: 30px;
    line-height: 38px;
}

.home-banner-main{
    position: relative;
}

.home-banner-main .owl-item .item::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.84) 1%,rgba(0,0,0,0) 100%);
    width: 570px;
    height: 100%;
    z-index: 9;
}

.home-banner-main .container{
    position: absolute;
    top: 230px;
    z-index: 9;    
    left: 50%;
    transform: translateX(-50%);
}

.home-banner-main .text h4{
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
}

.home-banner-main .text h4 span{
    font-size: 32px;
    line-height: 40px;
}

.home-banner-main .text h1{
    font-size: 108px;
    font-weight: 400;
    line-height: 135px;
}

.home-banner-main .owl-carousel .owl-dots,
.our-expertise-main .owl-carousel .owl-dots{
    position: absolute;
    top: 175px;
    z-index: 99999;
    width: 1720px;
    padding: 0 15px;
    left: 50%;
    transform: translateX(-50%);
}

.home-banner-main .owl-carousel .owl-dot,
.our-expertise-main .owl-carousel .owl-dot{
    width: 40px;
    height: 4px;
    background:#fff;
    opacity: .2;
}

.home-banner-main .owl-carousel .owl-dot+.owl-dot,
.our-expertise-main .owl-carousel .owl-dot+.owl-dot{
    margin-left: 10px;
}

.home-banner-main .owl-carousel .owl-dot.active,
.our-expertise-main .owl-carousel .owl-dot.active{
    opacity: 1;
}

.home-banner-main .owl-carousel .owl-item img{
    display: inline-block;
}

.our-expertise-main .owl-carousel .owl-dots{
    top: -80px;
}

.our-expertise-main .owl-carousel .owl-dot{
    background: #012B73;
}

.our-expertise-main{
    background: linear-gradient(135deg,  rgba(218,235,255,1) 0%,rgba(242,247,255,1) 100%);
    padding-top: 220px;
    border-top-right-radius: 280px;
    margin-top: -280px;
}

.our-expertise-main .owl-carousel .owl-item img{
    display: inline-block;
    margin-bottom: -5px;
}

.our-expertise-main .text{
    width: max-content;
}

.home-about-main{
    background: linear-gradient(135deg,  rgba(0,26,82,1) 7%,rgba(37,85,154,1) 69%,rgba(74,144,226,1) 100%);
    padding: 100px 0;
}

.service-box{
    margin-top: 70px;
    position: relative;
    transition: all .5s ease-in-out;
}

.service-box::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 9;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    transition: all .5s ease-in-out;
}

.service-box:hover::before{
    height: 100%;
    background: linear-gradient(to bottom,  rgba(1,43,115,0) 0%,rgba(1,43,115,0.01) 1%,rgba(1,43,115,1) 100%);
    transition: all .5s ease-in-out;
}

.service-box .link{
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    z-index: 99;
}

.service-box .link img{
    height: 24px;
    transform: scale(1);
}

.service-box .link:hover{
    background: #4A90E2;
}

.service-box .link:hover img{
    transform: scale(1.2);
}

.service-box .text h3{
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
    transform: translateY(calc(-100% - 30px));
    padding: 0 30px;
}

.service-box .text{
    max-width: 435px;
}

.service-box .text p{
    padding: 30px;
}

.service-box .text-main{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 9;
}

.service-box .text-main .text{
    transform: translateY(100%);
}

.service-box:hover .text-main .text,
.service-box:hover .text h3{
    transform: translateY(0);
}

.insights-main .text{
    padding: 30px 30px 50px;
}

.insights-main .text:hover{
    background: #F8F7FB;
    box-shadow: 0 2px 3.4px rgb(0 0 0 / 10%);
}

.insights-main .text h3{
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    color: #012B73;
}

.insights-main .text figure{
    overflow: hidden;
}

.insights-main .text figure img{
    transform: scale(1);
}

.insights-main .text:hover figure img{
    transform: scale(1.05);
}

.home-banner-one-main{
    padding: 120px 0;
    background: url(../images/banner-bg-1.png) no-repeat right center;
    background-size: cover;
}

.sectors-carousel .text h3{
    margin: 30px auto 0;
    max-width: 240px;
}

.founder-quote-main{
    padding: 55px 0 0;
    background: linear-gradient(to right,  rgba(1,43,115,1) 0%,rgba(74,144,226,1) 100%);
}

.founder-quote-main .text{
    margin-top: 215px;
    max-width: 775px;
    position: relative;
}

.founder-quote-main .text::before{
    content: '';
    position: absolute;
    right: 215px;
    bottom: calc(100% - 100px);
    background: url(../images/quote.svg) no-repeat center;
    background-size: cover;
    width: 206px;
    height: 206px;
}

.founder-quote-main .text h3{
    font-size: 58px;
    line-height: 73px;
    font-weight: 600;
}

.founder-quote-main .text p{
    margin-top: 75px;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
}

.founder-quote-main .text p span{
    font-size: 28px;
}

.vision-mission-main{
    padding: 50px 0;
    position: relative;
    z-index: 9;
    margin-top: 180px;
}

.vision-mission-main::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 63%;
    height: 100%;
    background: url(../images/vision-mission-bg.png) no-repeat;
    background-size: cover;
    z-index: -9;
}

.vision-mission-main::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 37%;
    height: 100%;
    background: #F8F7FB;
    z-index: -9;
}

.vision-mission-main .text h2{
    margin-top: 40px;
    max-width: 400px;
}

.mv-text{
    margin-top: 270px;
}

.mv-text h3{
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
}

.mv-text p {
    max-width: 480px;
}

.vision-mission-main .listing li+li{
    margin-top: 55px;
}

.vision-mission-main .listing li h3{
    font-size: 40px;
    line-height: 1;
}

.testimonials-carousel .box{
    background: #F8F7FB;
    padding: 70px 50px;
    box-shadow: 0 2px 3.4px rgb(0 0 0 / 10%);
    min-height: 640px;
    display: flex;
    flex-direction: column;
    max-width: 640px;
}

.testimonials-carousel .box .name{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-left: 15px;
    border-left: 2px solid #4A90E2;
}

.testimonials-carousel .box p{
    font-size: 25px;
    line-height: 32px;
}

.advisory-board-main .service-box .link-btn{
    color: #6CB0FF;
    margin: 30px;
}

.advisory-board-main .service-box .link-btn:hover{
    color: #fff;
}

.advisory-board-main .service-box .link-btn:hover img{
    filter: brightness(0) invert(1);
}

.advisory-board-main .service-box::before{
    height: 100%;
    background: linear-gradient(to bottom,  rgba(1,43,115,0) 58%,rgba(1,43,115,0.3) 75%,rgba(1,43,115,0.8) 87%,rgba(1,43,115,1) 100%);
}

.advisory-board-main .service-box:hover::before{
    background: linear-gradient(to bottom,  rgba(1,43,115,0.1) 0%,rgba(1,43,115,1) 100%);   
}

.advisory-board-main .service-box .text p{
    max-width: 100%;
    padding-bottom: 0;
}

.advisory-board-main .service-box .text p+p{
    padding-top: 0;
}

.use-case-tabs .nav-item{
    margin-right: 20px;
    flex: 1;
}

.use-case-tabs .nav-item .nav-link{
    padding: 15px 10px;
    border-bottom: 1px solid #878787;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    border-radius: 0;
    text-align: left;
}

.use-case-tabs .nav-item .nav-link:hover{
    color: #012B73;
    border-bottom-color: #012B73;
}

.use-case-tabs .nav-item .nav-link.active{
    background: linear-gradient(to bottom,  rgba(242,247,255,0) 0%,rgba(218,235,255,0.6) 100%);
    border-bottom: 3px solid #012B73;
}

.case-tab-content .text h3{
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
}

.case-tab-content .text h4{
    margin-top: 90px;
}

.case-tab-content .text ul li b{
    font-weight: 600;
}

.outcome-numbers-main{
    padding: 30px 0;
    position: relative;
}

.outcome-numbers-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 100%;
    background: #F8F7FB;
    z-index: -9;
}

.outcome-numbers-main .row > div+div{
    border-left: 1px solid #012B73;
}

.outcome-numbers{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.outcome-numbers h4{
    font-size: 64px;
    line-height: 80px;
    font-weight: 600;
}

.faq-accordian .accordion-item{
    border: 0;
}

.faq-accordian .accordion-item .accordion-button{
    font-size: 32px;
    line-height: 40px;
    padding: 0;
    padding-left: 20px;
    border: 0;
    border-left: 2px solid #012B73;
    color: #012B73;
    background: none;
    box-shadow: none;
    font-weight: 600;
    border-radius: 0;
}

.faq-accordian .accordion-item .accordion-button::after{
    background: url(../images/plus.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
}

.faq-accordian .accordion-item .accordion-button:not(.collapsed)::after{
    background: url(../images/minus.svg);
}

.faq-accordian .accordion-item .accordion-button.collapsed{
    border-left-color: #4B4F5850;
    color: #000;
}

.faq-accordian .accordion-item+.accordion-item{
    margin-top: 50px;
}

.faq-accordian .accordion-item .text{
    border-left: 2px solid #012B73;
    padding: 20px 20px 0;
}

.faq-accordian .accordion-item .text ul li,
.faq-accordian .accordion-item .text ol li{
    font-size: 24px;
    line-height: 30px;
}

.faq-accordian .accordion-item .text ul li::before{
    content: url(../images/play.svg);
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.faq-accordian .accordion-item .text ul li+li,
.faq-accordian .accordion-item .text ol li+li{
    margin-top: 15px;
}

.faq-accordian .accordion-item .text ul li b,
.faq-accordian .accordion-item .text ol li b{
    font-weight: 600;
}

.faq-accordian .accordion-item .text ol li::marker{
    font-weight: 600;
}

.faq-accordian .accordion-item .accordion-body{
    padding: 0;
}

.footer{
    background: linear-gradient(to right,  #012b73 0%,#12438d 43%,#4a90e2 100%);    
    position: relative;
    padding: 55px 0 110px;
    z-index: 9;
}

.footer::before{
    content: '';
    background: url(../images/footer-logo-bg.png) no-repeat top right;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
}

.follow-us img{
    margin-left: 10px;
}

.footer hr{
    margin: 40px 0;
    border: 1px solid rgb(255 255 255 / 30%);
}

.f-links ul li+li{
    margin-top: 40px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -115px;
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 65px;
    height: 65px;
    line-height: 60px;
    border: 1px solid #000;
    margin-left: 20px;
}

.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled{
    opacity: .2;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover{
    background: #4A90E2;
    border-color: #4A90E2;
}

.owl-carousel .owl-nav .owl-prev img, .owl-carousel .owl-nav .owl-next img {
    height: 24px;
}

.owl-carousel .owl-nav button.owl-prev:hover img, .owl-carousel .owl-nav button.owl-next:hover img{
    filter: brightness(0) invert(1);
}