html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #fdfdfd;
    font-size: 16px;
    color: #7A7A7A;
    line-height: 28px;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}

.btn:focus, .btn-close:focus, .accordion-button:focus, .accordion-button:not(.collapsed){
    box-shadow: none;
}

.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}

.ft-22{
    font-size: 22px;
}
.ft-20{
    font-size: 20px;
}
.ft-15{
    font-size: 15px;
}
.ft-14{
    font-size: 14px;
}


/*Header*/
.header {
    background: #f5f6fc;
    z-index: 9;
    width: 100%;
    transition: all 0.2s ease-in-out;
    position: sticky;
    top: 0px;
    left: 0px;
}
.header::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #f1f1f1;
    width: 34%;
    height: 100%;
}
.sticky-bar {
    background: #f1f1f1;
}
.navbar{
    padding: 10px 0px;
}
.navbar-brand{
    margin-right: 80px;
}
.navbar-nav .nav-link{
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 0px !important;
    transition: all 0.2s ease-in-out;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active{
    color: #214194;
}
.navbar-nav .nav-item{
    margin: 0px 30px;
}
.navbar-nav .nav-item:first-child{
    margin-left: 0px;
}
.navbar-nav .nav-item:last-child{
    margin-right: 0px;
}
.logo{
    width: 100%;
}
.h-call{
    display: flex;
    align-items: center;
    gap: 13px;
}
.h-call-icon{
    width: 57px;
    height: 57px;
    background-color: #214194;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.h-call div{
    transition: all 0.2s ease-in-out;
}
.h-call:hover .h-call-icon{
    transform: rotate(-45deg);
}
.h-call:hover div{
    color: #214194 !important;
}

#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}           
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

/* close */
.navbar-toggler{
    padding: 0px;
    border: 0px;
}
.menu_toggle{
    width: 50px !important;
    height: 50px;
    padding: 9px 12px 9px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in;
    text-align: left;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 90;
    border-radius: 3px;
    line-height: 0px;
}
.menu_toggle span {
    height: 4px;
    width: 100%;
    background: #214194;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
    margin: 2px 0px;
}

/* toggle icon animation */
#check1:checked~.menu_toggle span:nth-child(1) {
    width: 100%;
    transform: rotate(45deg) translateY(6px) translateX(6px);
}

#check1:checked~.menu_toggle span:nth-child(2) {
    width: 0;
}

#check1:checked~.menu_toggle span:nth-child(3) {
    width: 100%;
    transform: rotate(-45deg) translateY(-6px) translateX(6px);
}

#check1{
    display: none;
}

/*Hero Sec*/
.hero-sec{
    padding: 200px 0px;
    /*background-image: url(../img/hero-bg.jpg);
    background-size: cover;
    background-position: center;*/
    position: relative;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    z-index: 0;
}
.small-title{
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.hero-sec .small-title{
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px;
}
.hero-sec .small-title::before{
    content: '';
    width: 200px;
    height: 2px;
    background-color: #fff;
}
.hero-title{
    color: #FFF;
    font-size: 70px;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 60px;
}
.hero-btn{
    background: #0F1D47;
    padding: 18px 37px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    box-shadow: 5px 5px 0px 0px #ffffff80;
    border-radius: 0px;
    border-color: transparent !important;
    transition: all 0.2s ease-in-out;
}
.btn.hero-btn:hover{
    background: #0F1D47;
    color: #FFF;
    transform: translate(3px, 3px);
    box-shadow: 2px 2px 0px 0px #ffffff80;
}
.video-btn{
    position: relative;
}
.play-icon{
    position: absolute;
    top: 46%;
    left: 48%;
    transform: translate(-52%, -54%);
}
.btn-close{
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
    position: absolute;
    right: -10px;
    top: -20px;
    opacity: 1 !important;
}

/*Our Mission*/
.bg-grey{
    background-color: #F5F5F5;
    position: relative;
    z-index: 0;
} 
.shape02{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
}
.sec-pad{
    padding: 80px 0px;
}
.title{
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
}
.z-1{
    position: relative;
    z-index: 1;
}

/*Featured Services*/
.bg-grey.after-bg{
    position: relative;
}
.bg-grey.after-bg::after{
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #fdfdfd;
    z-index: 0;
}
.shape03{
    position: absolute;
    left: 10px;
    bottom: -180px;
    z-index: 1;
}
.z-2{
    position: relative;
    z-index: 2;
}
.white-box{
    background-color: #ffffff;
}
.grey-box{
    width: 100%;
    height: 100%;
    background-color: #F3F4F7; 
    padding: 0px 15px 25px;
}
.blue-icon-box{
    text-align: center;
}
.blue-icon-box img{
    margin-top: -32px;
}
.sub-title{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.btn-theme{
    background: #214194;
    padding: 18px 37px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    box-shadow: 5px 5px 0px 0px #100B43;
    border-radius: 0px;
    border-color: transparent !important;
    transition: all 0.2s ease-in-out;
}
.btn.btn-theme:hover{
    background: #214194;
    color: #FFF;
    transform: translate(3px, 3px);
    box-shadow: 2px 2px 0px 0px #100B43;
}

/*Introduction*/
.shape05{
    position: absolute;
    bottom: 0px;
    left: 80px;
}
.shape06{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.cust-hr{
    margin: 40px 0px;
    background-color: #E4E4E4;
}
.cust-ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.cust-ul li{
    display: flex;
    gap: 11px;
}
.cust-ul li::before{
    content: '';
    background-image: url(../img/icon/checked-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 18px;
    height: 14px;
    margin-top: 8px;
}

/*Brand Sec*/
.brand-bg{
    background-image: url(../img/brand-bg.jpg);
    background-size: cover;
    background-position: center;
}

/*Map Sec*/
.map-sec{
    width: 100%;
    height: 600px;
}

/*Our Work*/
.our-work{
    padding: 0px 30px;
}
.cust-bottom-pad{
    padding-bottom: 69px;
}


/*About Page*/
/*About Sec*/
.inner-hero-bg{
    padding: 100px 0px;
    background-image: url(../img/inner-hero-bg1.jpg);
    background-size: cover;
    background-position: center;
}
.about-sec{
    position: relative;
}
.about-sec::before{
    content: '';
    background-color: #f5f5f5;
    width: 36%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.about-img{
    position: relative;
}
.about-img::after{
    content: '';
    background-color: #f5f5f5;
    width: 297px;
    height: 308px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: -1;
}
.bg-theme{
    background-color: #214194;
}
.light-blue{
    width: 100%;
    height: 100%;
    background-color: #F3F4F71a; 
    padding: 0px 15px 25px;
}

/*History*/
.bg-dark-blue{
    background-color: #14131E;
    position: relative;
}
.shape04{
    position: absolute;
    top: 0px;
    left: 0px;
}
.shape07{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.timeline {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.timeline .timeline-container {
  position: relative;
  width: 100%;
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(#4F84C4, #00539C);
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .4);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.timeline .timeline-year {
  margin: 30px 0;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -3px;
  background: #ffffff;
  border-radius: 30px;
}

.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date {
  text-align: right;
}

.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date {
  text-align: left;
}

.timeline .timeline-date {
    position: relative;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin: 36px 40px 0 40px;
}

.timeline .timeline-date::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 12px;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 6px #214194;
  border-radius: 15px;
  z-index: 1;
}

.timeline .row.timeline-left .timeline-date::after {
  left: -59px;
}

.timeline .row.timeline-right .timeline-date::after {
  right: -57px;
}

.timeline .timeline-box,
.timeline .timeline-launch {
  position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px 22px;
    border-radius: 0px;
    background: #ffffff;
}

.timeline .timeline-launch {
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}

.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}

.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
  right: 100%;
}

.timeline .timeline-launch .timeline-box::after,
.timeline .timeline-launch .timeline-box::before {
  left: 50%;
  margin-left: -10px;
}

.timeline .timeline-box::after {
  top: 28px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 10px;
}

.timeline .timeline-box::before {
  top: 28px;
  border-color: transparent transparent transparent #dddddd;
  border-width: 11px;
}

.timeline .row.timeline-right .timeline-box::after {
  border-color: transparent #ffffff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
  border-color: transparent #dddddd transparent transparent;
}

.timeline .timeline-launch .timeline-box::after {
  top: -20px;
  border-color: transparent transparent #dddddd transparent;
}

.timeline .timeline-launch .timeline-box::before {
  top: -19px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 10px;
  z-index: 1;
}

.timeline .timeline-box .timeline-icon {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
}

.timeline .timeline-icon i {
  font-size: 25px;
  color: #4F84C4;
}

.timeline .timeline-box .timeline-text {
  position: relative;
  width: 100%;
  float: left;
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

.timeline .timeline-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.timeline .timeline-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .timeline .timeline-continue::after {
    left: 40px;
  }

  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year,
  .timeline .row.timeline-left,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-right,
  .timeline .row.timeline-left .timeline-date,
  .timeline .timeline-launch {
    text-align: left;
  }

  .timeline .row.timeline-left .timeline-date::after,
  .timeline .row.timeline-right .timeline-date::after {
    left: -47px;
  }

  .timeline .timeline-date::after {
    top: 10px;
}

  .timeline .timeline-box,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-left .timeline-date {
    margin-left: 80px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .timeline .timeline-box{
    margin-bottom: 25px;
    padding: 10px 11px;
  }

  .timeline .timeline-launch .timeline-box {
    margin-left: 0;
  }

  .timeline .row.timeline-left .timeline-box::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
  }

  .timeline .row.timeline-left .timeline-box::before {
    left: -22px;
    border-color: transparent #dddddd transparent transparent;
  }

  .timeline .timeline-launch .timeline-box::after,
  .timeline .timeline-launch .timeline-box::before {
    left: 30px;
    margin-left: 0;
  }
}

.inner-hero-bg.inner-hero-bg-2{
    background-image: url(../img/inner-hero-bg-2-1.jpg);
}

/*Team*/
.team-profile-box{
    width: 175px;
    height: 175px;
    border-radius: 50%;
    border: 10px solid #214194;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}
/*Community Involvement*/
.community-box{
    width: 100%;
    height: 100%;
}
.community-content{
    padding: 20px 30px;
    background-color: #ffffff;
}

/*Services Page*/
/*Industries Served*/
.bg-theme{
    background-color: #214194;
    position: relative;
}
.bg-theme.sec-pad{
    padding-bottom: 200px;
}
.bg-theme::before{
    content: '';
    width: 100%;
    height: 18%;
    background-color: #fdfdfd;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}
.services-img2{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 45%;
}
.bg-theme .shape03 {
    bottom: -310px;
}
.bg-theme .cust-ul li::before{
    background-image: url(../img/icon/checked-icon-white.svg);
}

/*Unique Capabilities*/
.unique-capabily{
    position: relative;
}
.unique-capabily .shape05{
    right: 80px;
    left: auto;
}

/*FAQ*/
.accordion-item{
    background-color: transparent;
    padding: 30px 0px;
    border-bottom: 1px solid #7A7A7A !important;
}
.accordion-button{
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
}
.accordion-body{
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 0px;
}
.accordion-button::after {
    background-image: url(../img/icon/faq-down-icon.svg);
    margin-top: 10px;
    transition: all 0.35s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/icon/faq-down-icon.svg);
    margin-top: -5px;
}
.accordion .accordion-item:last-child{
    border-bottom: 0px !important;
}

/*Our Work Page*/
/*Nav Tab*/
/*.after-bg-grey::after{
    content: '';
    width: 100%;
    height: 45%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #F5F5F5;
    z-index: 0;
}
.nav-pills .nav-item{
    width: 50%;
}
.nav-pills .nav-link{
    border-radius: 0px;
    padding: 35px;
    text-align: center;
    background-color: #E6E8EE;
    color: #214194;
    font-size: 20px;
    font-weight: 700;
}
.nav-pills .nav-link.active{
    background-color: #214194;
    color: #FFFFFF;
}
.tab-content{
    background-color: #ffffff;
}*/

.gallery-box{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

/*Testimonial*/
.review-box{
    width: 100%;
    height: 100%;
    background-color: #F3F4F7;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.review-box::before{
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    top: -100px;
    left: -100px;
    transform: rotate(45deg);
    background-color: #214194;
}
.r-name-box{
    display: flex;
    align-items: center;
    gap: 12px;
}
.rc-profile{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #FFF;
    background-size: cover;
    background-position: center;
}

/*Footer*/
.footer{
    background-color: #214194;
    position: relative;
}
.p-footer{
    padding-bottom: 40px;
    border-bottom: 1px solid #A8A8A8;
}
.f-logo{
    margin-top: -69px;
}
.p-footer .flex-box{
    display: flex;
    justify-content: space-between;
}
.mail-icon{
    min-width: 22px;
}
.f-links{
    color: #C0C0C0;
    transition: all 0.2s ease-in-out;
}
.f-links:hover{
    color: #ffffff;
}
.f-ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.f-ul li{
    margin-bottom: 14px;
}
.f-ul li:last-child{
    margin-bottom: 0px;
}
.mx-width{
    max-width: 300px;
}
.socials{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
}
.social-box{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.social-box:hover{
    margin-top: -15px;
}
.s-footer{
    padding: 22px 0px;
}






.bg-grey-2{
    background-color: #F3F4F7;
    position: relative;
    z-index: 0;
}
.text-black{
    color: #000000 !important;
}
.text-grey-1{
    color: #A8A8A8;
}
.text-grey-2{
    color: #C0C0C0;
}
.iframe-width {
    width: 992px;
    height: 593px;
    padding: 0px 30px;
}

.mb-80{
    margin-bottom: 80px;
}
.mb-70{
    margin-bottom: 70px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-10{
    margin-bottom: 10px;
}