@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html {
  overflow-x: hidden;
}

body {
    font-family: "Roboto", sans-serif !important;
}
h2 {
    font-size: 64px;
    font-weight: 400 !important;
}

.item-1 {
background-image: url(/assets/images/hero.png), linear-gradient(180deg, #013468 20%, #add0f2 100%);
background-size: cover;
background-repeat: no-repeat;
height: 100vh;
}

.item-2 {
    background-image: url(/assets/images/hero-2.png), linear-gradient(180deg, #013468 20%, #add0f2 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    text-align: center !important;
    }

    .item-3 {
        background-image: url(/assets/images/hero-3.png), linear-gradient(180deg, #013468 20%, #add0f2 100%);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        height: 100vh;
        text-align: center !important;
        }

.item-1 {
  opacity: 0;
}

.item-1.active {
  opacity: 1;

}

.item-2 {
  opacity: 0;
}

.item-2.active {
  opacity: 1;
}

.item-3 {
  opacity: 0;
}

.item-3.active {
  opacity: 1;
}




.bg-after-hero {
    background-image: linear-gradient(180deg, #add0f2 0%, #f5f5f5 40%);

}

.bg-f5 {
    background-color:  #f5f5f5 !important;
}


.carousel{
    height: 100vh;
    background-color: none !important;
}

.carousel .carousel-inner {
    background-color: #013468 !important;


}

.carousel .carousel-item {
    border: none !important;
    background-color: #013468 !important;
  
}

.btn-m {
    border: none;
    height: 46px !important;
    background-color: #AF9073;
    border-radius: 23px;
    color: #fff;
    transition: all .4s;
    width: 220px!important;
    margin-top: 15px;
    text-align: left !important;
    padding-left: 30px;
}

.btn-m a{
    margin-top: 20px !important;
}

footer h3 {
    font-size: 2em !important;
    line-height: 100% !important;
}

.btn-m:hover {
    height: 46px !important;
    background-color: #AF9073;
    border-radius: 10px 10px 0px 0px !important;
    color: #fff;
    transition: all .4s;
    margin-top: 15px !important;
}

.dropdown:hover .btn-m {
  height: 46px !important;
  background-color: #AF9073;
  border-radius: 10px 10px 0px 0px !important;
  color: #fff;
  transition: all .4s;
  margin-top: 15px !important;
}

.carousel-caption h1{
    color: #fff;
    text-transform: uppercase !important;
    font-size: 80px;
    text-align: left !important;
}

.carousel-caption2 h1{
    color: #fff;
    text-transform: none !important;
    font-size: 80px;
    text-align: left !important;
}

.carousel-caption2 p{
    color: #fff;
    text-transform: none !important;
    font-size: 16px;
}

.carousel-caption2 {
    position: absolute;
    bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 27%;
    text-transform: uppercase !important;
    font-size: 40px !important;
    left: 50%;
    transform: translate(-50%, 0);
}

.btn-hero {
    border: 2px solid #fff;
    border-radius: 25px;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    text-transform: none;
    font-size: 24px;
}

.btn-hero:hover {
    background-color: #ffffff0e;
    border: 2px solid #fff;

}


.box-m {
    background-color: #fff;
    padding: 64px;
    border-radius: 32px;
    font-size: 20px;
    box-shadow: 4px 4px 20px 0px rgba(2, 35, 68, 0.10);
}


.box-m p{
    color: #353535 !important;
    font-size: 20px;
}

.box-m h3{
    color: #252525;
    font-size: 48px;
}

.box-m div a{
    color: #252525;
    font-size: 20px;
    font-weight: 600;
}

.box-a a {
    color: #AF9073 !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
}

.link-m {
        color: #252525;
        font-size: 20px;
        font-weight: 600;
        animation-duration: 4s;
        animation: 1s ease-in-out;


}

.link-m1 {
    color: #252525;
    font-size: 20px;
    font-weight: 600;
    animation-duration: 4s;
    animation: 1s ease-in-out;


}

.link-m:hover {
    margin-right: 20px;
    animation: 1s ease-in-out;
    animation-duration: 4s;
}

.link-m1:hover {
    margin-left: 20px;
    animation: 1s ease-in-out;
    animation-duration: 4s;
}


.border-m2 {
    border-top: 2px solid #af9073;
    border-radius: 5px;
    margin-left: 40px;
    margin-right: 40px;
}

.h-qa {
    height: 490px;
}

.b-r img{
    border-radius: 24px;
}

.contact-p {
    color: #555;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 25.2px */
}

.blur {
    position: relative;
}

.blur::before {
    content: url(/assets/images/ellipse-qa.png);
    top: -30%;
    left: 20%;
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: -1;
  }

  .blur2 {
    position: relative;
}
  .blur2::before {
    content: url(/assets/images/ellipse2.png);
    top: -10%;
    left: 20%;
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 0;
  }

  .blur3 {
    position: relative;
}
  .blur3::before {
    content: url(/assets/images/ellipse2.png);
    top: 10%;
    left: 20%;
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 4;
  }


  @media only screen and (min-width: 2200px) {
    .projects .item {
      scale: 1;
      max-height: 900px;
    }
  }




.b-b {
    border-bottom: 1px solid #ffffff70;
}




.card-holder5
{
  position:relative !important;

}
.card-holder5 .card5
{
  position:absolute !important;
  z-index:10 !important;
  transform: scale(0.8) !important;
  transition:all .4s !important;
  border-radius: 20px !important;

}
.card-holder5 .card5.active5
{
  transform: scale(1) !important;
  z-index:100 !important;
  transition:all 1s !important;
}





.card-holder4
{
  position:relative !important;

}
.card-holder4 .card4
{
  position:absolute !important;
  z-index:10 !important;
  transform: scale(0.8) !important;
  transition:all .4s !important;
  border-radius: 20px !important;
  visibility: hidden !important;


}
.card-holder4 .card4.active4
{
  transform: scale(1) !important;
  z-index:100 !important;
  transition:all 1s !important;
  visibility: visible !important;

}

.down-content2 {
    background-color: #fff;
    border-radius: 20px 20px 0px 0px;
    padding: 20px;
}

.description {
    height: 455px !important;
    overflow-y: scroll !important;
    overflow-y: auto;
    padding: 20px;
    padding-bottom: 110px !important;
    margin-top: 20px;
}

.scrollable {
    overflow-y: scroll !important;
    overflow-y: auto;
    max-height: 490px;
    padding-right: 15px;
    scroll-margin-left: 24px;
    scrollbar-color: rgb(189, 189, 189) #ffffff00;
  }

.description p{
    color: #1D1C20;
    line-height: normal;
    font-size: 18px;
}

.card4 {
    height: 100% !important;
}

.card5 {
  height: 100% !important;
}

.down h4{
    color: #1D1C20;
    font-size: 32px;
    font-weight: 500;

}

.down h5{
  color: #AF9073;
  font-size: 20px;
  font-weight: 300;
}

.down-content a:hover {
  animation: myhover 1s forwards;
  transition-timing-function: ease-in-out;
  font-weight: bold;
}

@keyframes myhover {
  from {
      color: #959595;
  }
  to {
      color: #646464;
  }
}


.svg-color:hover #styled-element { 
  fill: #005695;
  stroke: #005695 !important;
  stroke-width: 2px !important;
}

.down p{
    color: #1D1C20;
    font-weight: 600;
}
.down-content2 {
    max-height: 500px;
}


@media only screen and (max-width: 1900px) {
    .projects .item {
      scale: 0.8;
    }

    .description {
        height: 405px !important;
        overflow-y: scroll !important;
        overflow-y: auto;
        padding: 20px;
        margin-top: 20px;
        padding-bottom: 70px !important;
    }


  }


  @media only screen and (max-width: 800px) {
    .card-holder4 {
      width: auto !important;
      height: 100% !important;
    }

    .down-content2 {
        height: 470px;
    }
  }

  @media only screen and (max-width: 1600px) {

    .down-content2 {
        height: 470px;
    }
  }











  /* About card start */


  .card-holder3
{
  position:relative;
}
.card-holder3 .card3
{
  position:absolute;
  margin-top:40px;
  z-index:10;
  transform: scale(.5);
  transition:all .4s;
  border-radius: 24px 24px 0px 0px;
  padding: 10px;
  visibility: hidden;
}
.card-holder3 .card3.active3
{
  transform: scale(1);
  margin-top:0;
  z-index:100;
  transition:all 1s;
  visibility: visible;

}
.card-img-top3{
  height:200px;
  border-radius: 24px 24px 0px 0px;
  background-color: #fff;
  padding: 20px;
}

.card-body3 {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 0px 0px 24px 24px;
}

.card-title3{
    font-size: 50px;
    text-align: center;

}
.pt-section {
  padding-top: 100px;
}

.card-body4 {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 24px;
    text-align: left;
    box-shadow: 4px 4px 20px 0px rgba(2, 35, 68, 0.10);
    height: 450px;
}

.abouttt .card-body4 {
  background-color: #ffffff;
  padding: 60px;
  border-radius: 24px;
  text-align: left;
  box-shadow: 4px 4px 20px 0px rgba(2, 35, 68, 0.10);
  height: 480px;

}



.card-body4 h5{
    font-size: 40px;
}

.fels {
    line-height: 170%;
    font-size: 20px;
    font-weight: 200;
}

.second-m {
    line-height: 150%;
    font-size: 20px;
    font-weight: 200;
  
}

  /* About card end */


  .milestone h2{
    font-weight: 700 !important;
  }
  .milestone p{
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 28px */
letter-spacing: 1.6px;

  }





/* -------------------------------- 

Primary style




/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline ul, .cd-horizontal-timeline ol, .cd-horizontal-timeline li {
    list-style-type: none !important;
    padding-left: 0px;
}
.cd-horizontal-timeline a {
  text-decoration: none;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #af9073;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.abouttt .cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #af9073;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #085796;
  border-color: #085796;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #252525;
  border-color: #252525;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #252525;
  color: #252525;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a:hover {
  border: 2px solid #7c7c7c;
  color: #7c7c7c;
}

.cd-timeline-navigation a.prev::before {
  content:  "←";
  color: #252525;
  display: block;
  position:absolute;
  top: -18px;
  left: -30px;
  z-index: 10000;
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 40px;
}

.cd-timeline-navigation a.next::before {
  content:  "→";
  display: block;
  position:absolute;
  top: -18px;
  left: -39px;
  z-index: 10000;
  color: #252525;
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 40px;

}

.cd-timeline-navigation a:hover:before {
  color: #7c7c7c;
}


.cd-timeline-navigation a.next {
  right: 0;
}


.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  color: #005695;
  font-size: 1.6rem;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
  letter-spacing: 1px !important;
  font-weight: 200 !important;

}

.cd-horizontal-timeline .events-content b p {
    font-weight: 400 !important;
  
  }
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
.cd-horizontal-timeline .events-content p {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 2.6rem;
    color: #005695;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.box-m2 {
    background-color: #fff;
    padding: 20px;
    padding-top: 50px;
    border-radius: 32px;
    font-size: 20px;
    box-shadow: 4px 4px 20px 0px rgba(2, 35, 68, 0.10);
    text-align: left;
}

.box-m2 h4 {
    color: #1D1C20;
font-style: normal;
font-weight: 600;
line-height: 140%;
letter-spacing: 1.6px;
font-size: 30px;
}

.box-m2 p{
    color: #1D1C20 !important;
font-style: normal !important;
line-height: 140% !important;
letter-spacing: 1.6px !important;
font-size: 20px;
}

.date {
    color: #D5D5D5 !important;
    font-size: 48px !important;
    text-align: right !important;
    margin-top: -13px !important;
}

.milestone h2{
    color: #252525;
    /* Title */
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.milestone p{
    color: #757575;

/* Text */
font-size: 20px;
font-style: normal;
font-weight: 300 !important;
line-height: 140%; /* 28px */
letter-spacing: 1.6px;
}






.world-map {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 1em;
    position: relative;
    z-index: 3;
}



.world-map img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pin {
    background-color: #00579500;
    position: absolute;
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;

}

.box-m3 {
    background-color: #fff;
    padding: 34px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 32px;
    font-size: 20px;
    box-shadow: 4px 4px 20px 0px rgba(2, 35, 68, 0.10);
    max-width: 350px;
    position: absolute;
    right: -20px;
    overflow: hidden;
    top: -10px;
    visibility: hidden;
}

.box-m3 h4{
    color: #252525;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}


.box-m3 h5{
    color: #353535;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: 1.6px;
}

.box-m3 p{
    color: #252525;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 19.2px */
text-align: left !important;
}

.box-m3 .button-m {
    border-radius: 50px;
    background: radial-gradient(3529.36% 141.42% at 100% 0%, #2B689F 0%, #003468 100%);
padding: 12px 48px;
justify-content: center;
align-items: center;
color: #fff;
font-weight: 400;
}


.about-m h5{
  color:  #D5D5D5;
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 50.4px */
text-transform: none;
}

.about-m h1{
  color: #FFF;
text-align: center;
font-size: 72px;
font-style: normal;
font-weight: 400;
line-height: 84px; /* 116.667% */
}

.about-m p{
  color: #D5D5D5;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 33.6px */
}


.tooltip2 {
  position: relative;
  right: 0px;
  width: 200px;
}

.tooltip2 .box-m3 {
  visibility: hidden;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  right: 0;
}

.tooltip2:hover .box-m3 {
  visibility: visible;
}


.pin span {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    background: #ff000000;
    border-radius: 3em;
    padding: 0.3em 0.6em;
    font-size: 0.9em;
}


.pin span:hover {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    left: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    visibility: visible;
}



.pin:hover .box-m3{
    right: -20px !important;

 }

.france {
    top: 45%;
    left: 48%;
}


@media screen and (max-width: 600px) {
    .world-map{
        font-size: 13px;
    }
}

.overflow-m {
    overflow-x: scroll !important;
    overflow-x: auto !important;

}

.margin-lr {
    margin-left: 100px !important;
    margin-right: 300px !important;
}


.m-img2 {
  width: 70px !important;
  height: 70px !important; 
  border-radius: 50% !important;
  object-fit: cover;
  object-position: top center;
}

.center-center {
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
}

.ml-96 {
  margin-left: 96px;
}

.swiper-button-next, .swiper-button-prev {
  color: #af9073 !important;
}

.fter {
  margin-left: 0px !important; 
  border-top: 1px solid #A3CBF2;
  margin-right: 0px !important; 
  padding-top: 10px !important;
}

footer {
  padding-bottom: 20px !important;
}

.hero-m {
  background-image: url(/assets/images/hero.png), linear-gradient(180deg, #013468 20%, #add0f2 100%);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.carousel-caption-about {
  bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase !important;
  font-size: 40px !important;
}

.carousel-caption-about h1 {
  color: #FFF;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 84px;
  text-transform: none !important;
}

.carousel-caption-about p {
  color: #D5D5D5;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: none !important;

}



.header-area.background-header .btn-m {
  border: none;
  height: 46px !important;
  background-color: #AF9073;
  border-radius: 23px;
  color: #fff;
  transition: all .4s;
  width: 220px !important;
  margin-top: 15px;
}

.header-area .dropdown:hover .btn-m {
  height: 46px !important;
  background-color: #AF9073;
  border-radius: 10px 10px 0px 0px !important;
  color: #fff;
  transition: all .4s;
  width: 220px!important;
  margin-top: 30px;
}

.header-area.background-header .dropdown:hover .btn-m {
  height: 46px !important;
  background-color: #AF9073;
  border-radius: 10px 10px 0px 0px !important;
  color: #fff;
  transition: all .4s;
  width: 220px!important;
  margin-top: 15px;
}



.hover-effect:hover .ml-3-effect{
  margin-left: 10px;
  transition: all .4s;

}
.hover-effect:hover .mr-3-effect{
  margin-right: -5px;
  transition: all .4s;

}

.arrow-animation {
  padding-left: 10px;
  margin-top: 4px;
}

.cards-link {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 100px;
}

.cards-link a{
  color:#252525 !important;
font-size: 20px;
font-weight: 500;
line-height: normal;
}

.h-700 {
  height: 670px;
}

.accordion-button {
  font-weight: 300 !important;
  min-height: 96px;
}

.accordion-button:hover, .accordion-button:focus {
  font-weight: 500 !important;
}

.accordion-item {
  margin-bottom: 24px !important;
}

.accordion-body {
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 40px !important;
}

#learn-more {
  scroll-margin-top: 150px !important;
}

ul.nav {
  margin-left: 0px !important;
  padding-left: 0px !important;
}




@media screen and (min-width: 1900px) {
  .h-700 {
    height: 680px;
  }

  .projects .item {
 scale: 0.8;
}

.blur3::before {
  top: 10%;
  left: 23%;
}
}




@media screen and (max-width: 1800px) {
.display-n-m {
  display: none;
}

.blur2::before {
  content: url(/assets/images/ellipse2.png);
  top: -20%;
  left: 17%;
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: 0;
}

}

@media screen and (max-width: 1600px) {
  .h-700 {
    height: 730px;
  }

  .projects .item {
 scale: 0.9;
}

.carousel-caption2 {
  top: 15%;
}

.carousel-caption {
  top: 27%;
}

.blur2::before {
    top: -10%;
    left: 13%;
}
}



@media screen and (min-width: 1600px) {
  .header-area .main-nav .nav li.has-sub {
    margin-left: 3em !important;
  }
  
}


@media (min-width: 1400px) and (max-width: 1600px) {
  #our-team-cards .projects .item {
    scale: 0.8;
   }
   
}


@media (min-width: 1200px) and (max-width: 1399px) {
  .h-700 {
    height: 680px;
  }

  .projects .item {
 scale: 0.8;
}

.blur3::before {
  left: 20%;
}

.abouttt .card-body4 {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 24px;
  text-align: left;
  box-shadow: 4px 4px 20px 0px rgba(2, 35, 68, 0.10);
  height: 480px;
  width: 350px;
}

.blur3::before {
  top: 10%;
  left: 10% !important;
}

#our-team-cards .h600 {
  height: 550px;
}

#our-team-cards .col-lg-4 {
  padding: 0px !important;
  margin-left: -10px;
  margin-right: -10px;
}

#our-team-cards .row {
  margin-left: 0px;
}

}

@media (min-width: 1200px) and (max-width: 1400px) {
  #our-team-cards .h600 {
    height: 540px;
  }
  
}
@media (min-width: 600px) and (max-width: 1000px) {
  .none-m{
    display: none;
  }

  img.ml-96 {
    padding-top: 20px;
  }
  
}


@media (min-width: 1000px) and (max-width: 1257px) {
  .header-area .main-nav .nav {
    padding: 0px 0px 0px 36px;
  }

  .nav {
    justify-content: center;
  }

  .header-area .main-nav .nav li.has-sub {
    position: relative;
    margin-right: 36px;
}
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .h-700 {
    height: 680px;
  }

  .projects .item {
 scale: 0.8;
}

.blur3::before {
  left: 20%;
}

.abouttt .card-body4 {
  background-color: #ffffff;
  padding: 30px !important;
  border-radius: 24px;
  text-align: left;
  box-shadow: 4px 4px 20px 0px rgba(2, 35, 68, 0.10);
  height: 480px;
  width: 300px;
  overflow: hidden;
}

.abouttt .card-body4 svg{
  width: 230px;
}

.blur3::before {
  top: 10%;
  left: 10% !important;
}

#our-team-cards .h600 {
  height: 510px;
}


}
  


@media screen and (max-width: 600px) {

  .mt-150 {
    margin-top: 70px;
  }
  .ml-96 {
    margin-left: 0px;
    margin-top: 10px;
  }

  .header-area {
    padding: 0px 0px !important;
  }

  .header-area .main-nav .menu-trigger {
    margin-right: 5px;
  }

  .header-area .main-nav .nav li {
    background-color: #003468 !important;
  }
  .header-area.header-sticky .nav {
    margin: 0px !important;
    padding: 0px !important;
  }

  .header-area.header-sticky {
    padding-top: 0px !important;
  }

  .header-area img {
    padding-top: 15px !important;
  } 
  
  .header-area.background-header img {
    padding-top: 0px !important;
  }


  

  header .col-12 {
    padding-left: 0px;
  }

  .carousel-caption2 h1 {
    font-size: 40px;
    font-weight: 400 !important;
  }

  .carousel-caption2 h1 n{
    font-weight: 800 !important;
  }
  .carousel-caption h1 {
    font-size: 45px;
  }

  .carousel-caption {
    position: absolute;
    bottom: 1.25rem;
    left: 5%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 20%;
    text-transform: uppercase !important;
    font-size: 40px !important;
  }

  .carousel-caption2 {
    position: absolute;
    bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 15%;
    font-size: 40px !important;
    left: 50%;
  }

  .display-n-m {
    display: none;
  }

  .about-m .carousel-caption2 {
    position: absolute;
    bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 20%;
    font-size: 40px !important;
    left: 20%;
    transform: translate(-15%, 0);

  }
  .about-m p {
font-size: 20px !important;
font-weight: 400;
line-height: 140%; /* 33.6px */
  }


  .item-3 {
    background-image: url(/assets/images/hero-3.png), linear-gradient(180deg, #013468 20%, #add0f2 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;

    height: 100vh;
    padding-top: 76px;
    text-align: center !important;

}

  .mb-4-m {
    margin-bottom: 40px !important;
  }

  .box-m {
    padding: 30px !important;
  }

  .blur3::before {
    content: url(/assets/images/ellipse2.png);
    top: 50%;
    left: -60%;
    position: absolute;
    width: 100px !important;
    height: 100px !important;
    background-size: 10% !important;
    z-index: 4;
  }

  .blur2::before {
    content: url(/assets/images/ellipse2.png);
    top: 180%;
    left: -50%;
    position: absolute;
    width: 100px !important;
    height: 100px !important;
    background-size: 10% !important;
    z-index: 0;
  }

  .blur::before {
    content: url(/assets/images/ellipse-qa.png);
    top: -45%;
    left: -75%;
    position: absolute;
    width: 100px !important;
    height: 100px !important;
    z-index: 0;
    scale: 1.4;
  }

  .projects .item .down-content.last a {
    width: 46px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 5px !important;
    top: 50%;
    color: #959595;
    transform: translateY(-0px);
  }

  .down {
    padding-left: 30px;
  }

  .description {
    height: 335px !important;
  }

  .scrollable {
    overflow-y:unset !important;
  overflow-y: unset;
  max-height: 100%;
  margin-top: 30px;
  }



.contact-us.section {
  margin-top: 0px !important;
}
  
.section-heading h2 em {
  font-size: 44px !important;
}

footer {
  padding-bottom: 20px !important;
}

footer p {
  font-size: 14px !important;  
}

.item-2 {
    padding-top: 0px !important;
}

.item-3 {
  padding-top: 0px !important;
}
.carousel-caption h1 {
  padding: 20px;
}

.about-m h5 {
font-size: 20px !important;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 28px */
}

.about-m h1{
font-size: 40px !important;
font-weight: 400 !important;
line-height: normal !important;
}

.card-img-top3 {
  margin-bottom: -1px;
}

.milestone {
  padding: 30px;
}

.aboutt.blur3::before {
  top: 60% !important;
}

.box-m2 h4 {
  font-size: 22px !important;
}
.date {
  font-size: 28px !important;
  margin-top: 0px !important;
}
.w50-m {
  width: 50%;
}

.timeline-m .col-lg-4 {
  width: 25%;
} 


.timeline-m .col-lg-8 {
  width: 75%;
} 

.timeline-m svg {
  width: 100%;
}

.ml-96 {
  margin-left: 5px !important;
}

.cd-timeline-navigation a.next::before {
  top: -16px;

}

.cd-timeline-navigation a.prev::before {
  top: -16px;

}

.cd-timeline-navigation a.next::before {
  content: "→";
  display: block;
  position: absolute;
  top: -20%;
  left: -100%;
  z-index: 10000;
  color: #252525;
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 30px;
}

.cd-timeline-navigation a.prev::before {
  top: -20%;
  left: -100%;
  z-index: 10000;
  font-size: 30px;
}
.cards-link {
  position: relative;
  z-index: 10;
  margin-top: 30px;
  margin-bottom: 90px;
}

.mt-about {
  margin-top: 550px; 
}
.header-area.header-sticky .nav {
  margin-top: 100px !important;
  margin-left: -20px !important;
  width: 100%;

}


.cd-horizontal-timeline .events-content p.date {
  display: block;
  margin-bottom: 15px;
  margin-top: -6px !important;
}




}


@media screen and (max-width: 1175px) {
    /*
  .header-area .main-nav .nav {
    padding: 0px 0px 0px 36px !important;
  }

  .header-area .main-nav .nav li.has-sub {
    margin-right: 20px !important;
  }
*/

  .ml-96 {
    margin-left: 20px;
  }



}
@media screen and (max-width: 1500px) {
  .header-area .main-nav .nav li{
      padding-left: 15px !important;
  }

  .header-area .main-nav .nav li a {
    font-size: 16px !important;

  }
}


@media screen and (max-width: 407px) {
  .abouttt .card-body4 {
    width: 350px;
  }

  .mt-4 {
    margin-top: 10px !important;
  }
  
  .mb-4{
    margin-bottom: 10px !important;
  }

  .abouttt .card-body4 {
    padding: 40px;
  }

  .abouttt .card-body4 {
    height: 457px;
  }
}

.hide-420 {
  display: none;
}


@media screen and (min-width: 446px) {
  .hide-420 {
    display: unset !important;
  }
}


@media screen and (min-width: 2000px) {

  
.blur2::before {
  content: url(/assets/images/ellipse2.png);
  top: -10%;
  left: 30%;
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: 0;
}
.blur::before {
  content: url(/assets/images/ellipse-qa.png);
  top: -30%;
  left: 30%;
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: -1;
}
}



