@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: lighter;
}
@font-face {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: normal;
  src: local('Futura PT Book'), url('../font/FuturaCyrillicBook.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Futura PT Light';
  font-style: normal;
  font-weight: normal;
  src: local('Futura PT Light'), url('../font/FuturaCyrillicLight.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Futura PT Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Futura PT Medium'), url('../font/FuturaCyrillicMedium.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Futura PT Demi';
  font-style: normal;
  font-weight: normal;
  src: local('Futura PT Demi'), url('../font/FuturaCyrillicDemi.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Futura PT Heavy';
  font-style: normal;
  font-weight: normal;
  src: local('Futura PT Heavy'), url('../font/FuturaCyrillicHeavy.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Futura PT Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Futura PT Bold'), url('../font/FuturaCyrillicBold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Futura PT Extra Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Futura PT Extra Bold'), url('../font/FuturaCyrillicExtraBold.woff') format('woff');
  }
@media (min-width: 576px){
    .container, .container-sm {
        max-width: 540px;
    }
  }
  @media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 750px;
    }
  }
  @media (min-width: 785px){
    .container, .container-md, .container-sm {
        max-width: 785px;
    }
  }
  @media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 970px;
    }
  }
  @media (min-width: 1080px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1030px;
    }
  }
  @media (min-width: 1100px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px;
    }
  }
  @media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
  }
  @media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
  }
  @media (min-width: 1500px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1390px;
    }
  }
  @media only screen and (min-width: 1600px) and (max-width: 1920px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
  }
  @media only screen and (min-width: 1921px) and (max-width: 2880px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1440px;
    } 
  }
section{
    position: relative;
    padding: 4rem 0;
    z-index: 1;
}
html, body{
    overflow-x: hidden;
}
.navbar-toggler{
    padding:0px 0px;
}
.color-header{
  background: var(--Core-Teal, #0D3C3D);
}
.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
.flex-header{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.nav-link{
  color: var(--Core-Off-White, #FAFAFA);
  font-family: 'Urbanist';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.4px;
  text-transform: capitalize;
}
.navbar-nav {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.navbar-brand img{
  width: 64px;
  height: 64px;
  max-width: 100%;
  margin: auto;
}
.navbar{
  padding: 40px 0px;
}
.nav-brand-mo{
  display: none;
}
.close{
  color: var(--Core-Off-Black, #0F0F0F);
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.4px;
  text-transform: capitalize;
}
.home-banner-main{
  padding: 100px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.container-fluid{
  padding: 40px 40px;
}
.green-div-box{
  background: var(--Core-Teal, #0D3C3D);
  display: flex;
  padding: 104px 119px 104px 240px;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  flex: 1 0 0;
}
.home-content-box{
  width: 638px;
  max-width: 100%;
  margin: auto;
  padding: 201px 0px;
}
.home-content-box h1{
  color: var(--Core-Off-White, #FAFAFA);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Urbanist;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.56px;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.home-content-box p{
  color: var(--Base-04, #E9E9E9);
  text-align: center;
  font-family: Urbanist;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.51px;
  margin-bottom: 48px;
}
.scroll-down p{
  color: var(--Core-Off-White, #FAFAFA);
  text-align: center;
  font-family: 'Futura PT';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.4px;
  text-transform: capitalize;
}
.scroll-down {
  background: url(../media/Ellipse-1.png) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 302px;
  height: 151px;
  margin: auto;
  padding: 90px 0px 0px;
}
.btn-red{
  border-radius: 100px;
  background: var(--Core-Maroon, #9E2A2B);
  display: flex;
  padding: 16px 64px;
  justify-content: center;
  align-items: center;
  color: var(--Core-Off-White, #FAFAFA);
  text-align: center;
  font-family: Urbanist;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.34px;
  text-transform: capitalize;
  width: 222px;
  max-width: 100%;
  margin: auto;
  height: 52px;
}
.home-content-box .btn{
  border-radius: 100px;
  background: var(--Core-Maroon, #9E2A2B);
  display: flex;
  padding: 16px 64px;
  justify-content: center;
  align-items: center;
  color: var(--Core-Off-White, #FAFAFA);
  text-align: center;
  font-family: Urbanist;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.34px;
  text-transform: capitalize;
  width: 225px;
  max-width: 100%;
  margin: auto;
}
.white-div-box{
  display: flex;
  padding: 104px 230px 104px 149px;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  flex: 1 0 0;
  background: var(--Core-Off-White, #FAFAFA);
}
.green-div-box h3{
  color: var(--Core-Off-White, #FAFAFA);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  text-align: left;
}
.green-div-box p{
  color: var(--Base-04, #E9E9E9);
  font-family: Urbanist;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 27.2px */
  letter-spacing: 0.51px;
  margin-bottom: 0px;
}

.white-div-box h3{
  color: var(--Core-Off-Black, #0F0F0F);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}
.white-div-box p{
  color: var(--Base-02, #5E5E5E);
  font-family: Urbanist;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.51px;
}

.home-banner-main::after {
  content: "";
  background: #0f0f0f94;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}
.our-care-servies-content h6{
  color: var(--Core-Maroon, #9E2A2B);
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 158%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.our-care-servies-content h2{
  color: var(--Core-Off-Black, #0F0F0F);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.our-care-servies-content p{
  color: var(--Base-02, #5E5E5E);
  font-family: Urbanist;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.51px;
  margin-bottom: 32px;
}
.our-care-servies-content .btn{
  border-radius: 100px;
  background: var(--Core-Maroon, #9E2A2B);
  padding: 16px 64px;
  justify-content: center;
  align-items: center;
  color: var(--Core-Off-White, #FAFAFA);
  text-align: center;
  font-family: Urbanist;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.34px;
  text-transform: capitalize;
  width: 244px;
  max-width: 100%;
  margin-left: 0;
}
.Our-core-service{
  padding: 80px 0px;
  background: url(../media/what-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-care-servies-content{
    width: 524px;
    max-width: 100%;
    margin: auto;
    margin-right: 104px;
}
.opeacation-excellence-div h2{
  color: var(--Core-Off-Black, #0F0F0F);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.opeacation-excellence-div p{
  color: var(--Base-02, #5E5E5E);
  font-family: Urbanist;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 27.2px */
  letter-spacing: 0.51px;
  margin-bottom: 0px;
}
.opeacation-excellence-div .btn-red {
  border-radius: 100px;
  background: var(--Core-Maroon, #9E2A2B);
  display: flex;
  padding: 16px 64px;
  justify-content: center;
  align-items: center;
  color: var(--Core-Off-White, #FAFAFA);
  text-align: center;
  font-family: Urbanist;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.34px;
  text-transform: capitalize;
  width: 230px;
  max-width: 100%;
  margin: auto;
  height: 52px;
  margin-right: 0px;
}
.opeacation-excellence .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #1055AE00, #1055AE); 
  border-radius: 6px 0 0 6px;
}
.opeacation-excellence-div {
  margin-bottom: 56px;
  align-items: end;
}
.opeacation-excellence .card .icon{
  margin-bottom: 56px;
}
.opeacation-excellence .card h5{
  color: var(--Core-Off-Black, #0F0F0F);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Urbanist;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.opeacation-excellence .card p{
  color: var(--Base-02, #5E5E5E);
  font-family: Urbanist;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.51px;
}
.opeacation-excellence .card{
  padding: 0px 40px;
  border: 0px;
  background: transparent;
}
.opeacation-excellence {
  background: #FAFAFA;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.opeacation-excellence .bg-image {
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  z-index: -1;
  right: 0px;
  margin: auto;
}
.icon svg{
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
}
.we-delvery-content h6{
    color: var(--Core-Maroon, #9E2A2B);
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 158%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.we-delvery-content  h1{
  color: var(--Core-Off-Black, #0F0F0F);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.we-delvery-content p{
  color: var(--Base-02, #5E5E5E);
  text-align: center;
  font-family: Urbanist;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 27.2px */
  letter-spacing: 0.51px;
}
.what-delivery-content h6{
  color: #8DC8C9;
  text-align: center;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 158%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.what-delivery-content  h1{
  color: var(--Core-Off-Black, #FAFAFA);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.what-delivery-content p{
  color: var(--Base-02, #E9E9E9);
  text-align: center;
  font-family: Urbanist;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 27.2px */
  letter-spacing: 0.51px;
  margin-bottom: 24px;
}
.we-delvery-content{
  width: 750px;
  max-width: 100%;
  margin: auto;
}
.what-delivery-content{
  width: 936px;
  max-width: 100%;
  margin: auto;
}
.what-delivery-content .btn-red {
  border-radius: 100px;
  width: 230px;
  max-width: 100%;
  margin: auto;
  height: 52px;
}
.we-delvery{
  height: 700px;
  display: flex;
  justify-content: center;
  padding-top: 6rem;
}
.what-delivery{
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 9rem;
}
.our-solution{
  height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-solution::after{
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
  position:absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.our-solution-content h6{
  color: #20CDD0;
  text-align: center;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 158%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.our-solution-content h1{
  color: var(--Neutral-White, #FFF);
  text-align: center;
  font-family: Urbanist;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.56px;
  text-transform: capitalize;
}
.our-solution .our-solution-content{
  width: 600px;
  max-width: 100%;
  margin: auto;
}
.our-solution .scroll-down{
  position: absolute;
  left: 0px;
  right: 0px;
  height: 150px;
  bottom: 0px;
  padding: 80px 0px 0px;
}
.Our-Expertise-content h6{
  color: var(--Core-Maroon, #9E2A2B);
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 158%;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
.Our-Expertise-content h1{
  color: var(--Neutral-Near-Black, #0E0E0E);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.Our-Expertise-content p{
  color: var(--Base-02, #5E5E5E);
  text-align: center;
  font-family: Urbanist;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.51px;
}
.Our-Expertise-content{
  width: 834px;
  text-align: center;
  margin: auto;
  max-width: 100%;
}
.our-experties{
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -9px;
}
.tab-serives  {
    background: #fff;
}

.our-experties::after {
  content: "";
  background: url(../media/Line.png) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 2px;
  height: 80px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin: auto;
}
.tab-serives .nav-link{
  color: var(--Core-Off-Black, #0F0F0F);
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  text-align: left;
  opacity: 0.32;
  border-left: 2px solid #9E2A2B;
  border-radius: 0px;
  padding-left: 24px;
  margin-bottom: 32px;
  background: transparent;
  width: 216px;
  max-width: 100%;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: var(--Core-Off-Black, #0F0F0F);
  border-left: 2px solid #9E2A2B;
  background-color: transparent;
  opacity: 1;
}
.tab-details{
  width: 616px;
  max-width: 100%;
  margin: auto;
}
.flex-column{
  width: 216px;
  max-width: 100%;
  margin: auto;
}
.tab-content img{
  width: 683px;
  height: 812px;
  flex-shrink: 0;
  aspect-ratio: 683 / 812;
  object-fit: cover;
}
.tab-details .btn{
  width: 229px;
  margin-left: 0px;
}
.tab-details h6{
  color: var(--Core-Maroon, #9E2A2B);
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 158%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.nav-scroll-wrapper .nav-link active{
    border-left: 2px solid #9E2A2B;
}
.nav-scroll-wrapper .nav-link{
  position: relative;
  border-left:2px solid #0F0F0F;
}
.nav-scroll-wrapper .nav-link:hover{
    position: relative;
    color: #0F0F0F;
    opacity: 1;
    border-left: 2px solid #9E2A2B;
}
.nav-scroll-wrapper .nav-link.active::after {
  content: "";
  background: url(../media/btn-after.png) no-repeat;
  background-position: center center;
  position: absolute;
  width: 240px;
  height: 64px;
  background-size: cover;
  left: -15rem;
  z-index: -1;
  top: 0px;
}
.tab-serives  {
    
}
.tab-details h3{
  color: var(--Core-Off-Black, #0F0F0F);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 32px;
}
.tab-details p{
  color: var(--Base-02, #5E5E5E);
  font-family: Urbanist;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.51px;
  margin-bottom: 32px;
}
.footer{
    background: var(--Core-Teal, #0D3C3D);
    text-align: center;
    padding-top: 64px;
}

.footer img{
  width: 64.408px;
  height: 64px;
  max-width: 100%;
  margin: auto;
  aspect-ratio: 64.41/64.00;
  margin-bottom: 16px;
}
.footer p{
  color: var(--Base-03, #BDBDBD);
  text-align: center;
  font-family: 'Urbanist';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.42px;
  margin-bottom: 32px;
}
.footer-list li a{
  color: var(--Grayscale-25, #FCFCFD);
  text-align: right;
  font-family: 'Urbanist';
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 20.4px */
  letter-spacing: 0.34px;
  text-transform: capitalize;
}

.footer-list{
  display: flex;
  gap: 40px;
  text-align: center;
  margin-bottom: 0px;
  width: 540px;
  margin: auto;
  margin-bottom: 0px;
  padding-left: 0px;
}
.copy-p p{
  color: var(--Base-03, #BDBDBD);
  text-align: center;
  font-family: 'Urbanist';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.42px;
  text-align: center;
  margin-bottom: 0px;
}
.copy-p{
  background: var(--Core-Teal-Dark, #072E2F);
  padding: 16px 0px;
  text-align: center;
  margin-top: 64px;
}

.btn-red:hover {
    border: 1px solid #9E2A2B;
    color: #9E2A2B;
    background: #fff;
}