

.we-are{padding:120px; background:#000; background-image: url(../images/about.png);
    background-size: contain;
    background-repeat: no-repeat;}

.we-are button{    background: #fdd40700;
    margin-top: 35vh;
    color: #fdd407;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 21px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;}

.we-are p{    margin-bottom: 7vh;
    letter-spacing: 0.4px;
    font-size: 23px;
    font-weight: 200;
    line-height: 38px;
    color: #fff;
    font-family: 'Poppins', sans-serif;}

.we-are h3{     font-family: 'Poppins', sans-serif;
    color: #fdd407;
    font-weight: 300; margin-bottom:1rem;}

.we-are p.mission{font-size: 53px;
    line-height: 70px;
    margin-bottom: 11vh;
    margin-top: 14vh;}
.we-are p.concept{ margin-top: 10vh;
    font-size: 30px;
    line-height: 50px;  }
.we-are p.global{   width: 86%;
    margin-top: 6vh;
    font-size: 64px;
    line-height: 94px;
    color: #fff;
    margin-bottom: 14vh;}



.we-are p strong{}

	.we-are ul{list-style-type: none;}

.we-are ul li{font-size: 18px;
    font-weight: 200;
    line-height: 45px;
    color: #fff;
    font-family: 'Poppins', sans-serif;}

.we-are ul li em{color: #fdd407; margin-right:15px; margin-left:32px; font-size: 12px; font-weight:100;}


/*timeline*/

.timeline{padding:120px;}

.timeline .services {
  padding: 3rem;
  font-family: sans-serif;}

.timeline .services .cont {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr) [list-start] auto [list-end];
  position: relative;
  grid-template-rows: 4fr repeat(4, 1fr) 4fr;
  gap: 1rem;
}

.timeline .services .cont li {
  text-decoration: underline;
  grid-column: list;
}

.timeline .services .cont li:first-child {
  text-decoration: none;
}

.timeline .services .cont li a {
  font-size: clamp(1rem, 3vw, 1.5rem);
}

.timeline .services .cont img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  border-radius: 20px;
  max-height: 300px;
  opacity: 0.75;
}

.timeline .services .cont img:not(:hover, :focus) {
  animation: z-index-fix 0.5s;
}

.timeline .services .cont li img {
  grid-row: 1/7;
  grid-column: var(--column);
  align-self: center;
}

.timeline .services .cont li:has(:hover, :focus) a {
  background: #fdd407;
}

.timeline .services .cont li:has(:hover, :focus) img {
  transform: scale(1.1);
  max-height: 100%;
  z-index: 2;
  box-shadow: 50px 50px 50px 0px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

@keyframes z-index-fix {
  0%,
  100% {
    z-index: 1;
  }
}




.whyus{padding:120px;}
.whyus h2{ font-weight:100;   font-size: 4rem;
    line-height: 32px;}
.whyus h4{font-size: 1.2rem; }

.y-us-section {
    padding: 82px 0 82px;
}
.y-us-section .container{max-width:1400px;}
.y-us-head {
    text-align: center;
    margin: 0 0 91px;
}
.y-us-title h2 {
    color: #000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.y-us-title > p {
    color: #777777;
    line-height: 22px;
}
.y-us-title-border {
    background: #ffae11 none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 50px;
}
.service-3 .service-box {
    margin-bottom: 18px;
}
.service-3 .service-box .iconset {
    float: left;
    text-align: center;
    width: 25%;
}
.service-3 .service-box .iconset img{width:40px;}
.service-3 .service-box .iconset i {
    color: #000;
    font-size: 44px;
}
.service-3 .service-box .y-us-content {
    float: left;
    width: 75%;
}
service-3 .service-box .y-us-content h4 {
    color: #3a3a3a;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 14px 0 12px;
    text-transform: uppercase;
}
.service-3 .service-box .y-us-content p {
    color: #777777;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
}

.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}






.team {
    
  font-family: "Nunito", sans-serif;
  position: relative;
  overflow-x: hidden;
}

.team img {
  border-radius: 50%;
  width: clamp(100px, 40vw, 120px);
  height: clamp(100px, 40vw, 120px);
  object-fit: cover;
  object-position: top;
}

.team .circle-top {
  width: clamp(25rem, 30vw, 31.25rem);
  position: absolute;
  top: 3em;
  left: -8em;
  height: clamp(25rem, 30vw, 31.25rem);
  background: #00458f;
  background: radial-gradient(circle, #00458f8f 0%, #00458e00 60%, #ffffff00 100%);
  background: -moz-radial-gradient(circle, #00458f8f 0%, #00458e00 60%, #ffffff00 100%);
  background: -webkit-radial-radial-gradient(circle, #00458f8f 0%, #00458e00 60%, #ffffff00 100%);
  border-radius: 50%;
}

.team .circle-bottom {
  width: clamp(25rem, 30vw, 31.25rem);
  position: absolute;
  bottom: -5em;
  right: -8em;
  height: clamp(25rem, 30vw, 31.25rem);
  background: #00458f;
  background: radial-gradient(circle, #00458f8f 0%, #00458e00 65%, #ffffff00 100%);
  background: -moz-radial-gradient(circle, #00458f8f 0%, #00458e00 65%, #ffffff00 100%);
  background: -webkit-radial-radial-gradient(circle, #00458f8f 0%, #00458e00 65%, #ffffff00 100%);
  border-radius: 50%;
}


section.team {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin-inline: auto;
  gap: 0.938rem;
  transform: translatey(-3em);
  position: relative;
  z-index: 10;
}
section.team .card {
  padding: 1.875em 1.25em;
  max-width: 18.75rem;
  width: 90%;
  height: 16.875rem;
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  position: relative;
}


section.team .card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  z-index: -1;
  border: 0.125rem solid transparent;
  background: linear-gradient(45deg, #1e272e, #48627a) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
section.team .card h2 {
  color: #000;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9375rem + 0.3125vw, 1.25rem);
  margin-top: 0.625em;
  margin-bottom: 0.188em;
}
section.team .card p {
  color: #afafaf;
  font-size: clamp(0.8rem, 0.7625rem + 0.1875vw, 0.95rem);
}
section.team .card-top {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  gap: 0.938rem;
  flex-wrap: wrap;
}
section.team .card-top .card img {
    width: clamp(7.5rem, 40vw, 15.375rem);
    height: clamp(7.5rem, 40vw, 15.375rem);
    border-radius: 0px;
}


section.team .ceo-h{ height:auto; max-width: 25.75rem!important}
section.team .ceo-h img{ height: auto!important; width:100%!important;}


.why-choose-banner{margin-bottom: 5vh;}





/*Mob*/
@media only screen and (min-width : 150px) and (max-width : 767px){

    .h1key h1 {
    font-size: 31px;
    line-height: 40px;
}

}