body{
  background-color: #333;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0  ); 
}

.carousel-item {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

@font-face {
  font-family: cairo;
  src: url(Cairo-Regular.ttf);
}

*{
  font-family: 'Futura PT', sans-serif;                        
}

 .custom-btn{
  background-color: #22409a;
  padding: 8px 16px;
  max-width: 150px;
  color: white;
  text-decoration: none;
 }

.hp-btn{
  background-color: transparent;
  padding: 8px 16px;
  max-width: 150px;
  color: black;
  text-decoration: none;
  border: 1px solid #575958;
}

 .line{
    border-bottom: 1px solid #eee ;
    width: 100%;
    min-height: 1px;
 }


.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.activesec{
  transform: translateX(0);
  opacity: 1;
}

.hp-footer{
  background-color: #333;
  width: 100%;
}

.hp-light{
  background-color: #ccc; 
  min-height: 100vh;
  position: relative;
}

.hp-para{
  width: 100%;
  max-width: 800px;
  padding: 1.875rem;
  margin: auto;

}

.hp-para>*{
  text-align: center;
  color: #333;
  font-weight: 400;
}

.hp-para-light>*{
  color: #fff !important;
}

.hp-para>p{
  font-size: 1.25rem;
}

.hp-para>h1{
  font-size: 2.125rem;
}

.hp-para>h4{
    font-size: 1.75rem;
}

.hp-para-light>.row>.col-sm-6>h4{
    font-size: 1.5rem;
    text-align: left;
    color: #fff;
    font-weight: 400;
}


.qoute{
  width: 100%;
  border: 1px solid #333333;
  padding: 5% 12% !important;
}

.qoute-light{
  border-color: #fff !important;
}

.qoute>p{
  font-size: 2.125rem;
  text-align: center;
}

.qoute-light>p{
  color: #ccc !important;
}

#footer-nav>.nav-item>*{
  color: #333 !important;
}
.hp-footer>p{
  color: #ccc;
}

.bg-section{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.5;
}

.hp-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hp-caption{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  padding: 110px 80px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caption-inner{
  position: relative;
  padding: 6% 40px 6% 0;
  width: 100%;
  max-width: 880px;
}

.caption-border{
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 94%;
  height: 100%;
  pointer-events: none;
  opacity: 0.5;
}

.caption-border-inner{
  stroke: #fff;
  stroke-width: 5;
  fill: none;
  opacity: 0;
  stroke-dasharray: 3800;
  stroke-dashoffset: 3800;
  animation: lineDrawIn 8s cubic-bezier(.22,.61,.36,1) forwards;
}

.hp-dark-sec{
  background-color: #333;
}

.dark{
  color: #333 !important;
}

.dark-border{
  stroke: #333 !important;
}

.dark-arrow{
  fill: #333 !important;
}
@keyframes lineDrawIn {
  0% {
      stroke-dashoffset: 3800;
      opacity: 0
  }

  20% {
      opacity: 1;
  }

  to {
      stroke-dashoffset: 0;
      opacity: 1;
  }
}

.caption-text{
  position: relative;
  z-index: 10;
  max-width: 612px;
}

.caption-text>h1{
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  line-height: 1.125;
  letter-spacing: 4px;
  text-indent: -8px;
  color: #fff;
}

.caption-text>p{
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #fff;
}

.caption-text>a{
  display: block;
  width: 42px;
  height: 42px;
  background: none;
  border: 0;
  cursor: pointer;
  margin-top: 20px;
  text-decoration: none;
  color: white;
}

.caption-text>a>svg{
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: fill .25s ease-in-out;
}

@media only screen and (max-width: 45rem){
  .caption-inner{
    padding: 20% 40px 20% 0;
  }
}

@media only screen and (max-width: 35rem){
  .caption-text>h1{
    font-size: 3.25rem;
  }

  .caption-text>p{
    font-size: 1rem;
  }
}

.bg-wrapper{
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  background: #333;
  background-size: 100% auto;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.bg-img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

@media only screen and (max-width: 48.75rem){
  .hp-caption{
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media only screen and (max-width: 40rem){
  .hp-para>p{
    font-size: 1rem;
  }

  .hp-para>h1{
    font-size: 1.325rem;
  }

  .qoute>p{
    font-size: 1.325rem;
  }

  .partner{
    flex: 0 0 50% !important;
  }

  .hp-logo{
    width: 100px;
    height: 100px;
    margin-bottom: 32px;
  }
}

.hp-imgs-sec{
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 30px;
  padding-right: 30px;
}

.hp-imgs-con{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 780px;
  margin: auto;
}

.hp-imgs-con>div{
  flex: 0 0 48%;
  max-width: 524px;
  position: relative;
  z-index: 1;
  will-change: transform;
  transition: transform 3s cubic-bezier(.4,0,.2,1);
}

.img-link{
  display: block;
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-wrapper{
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.img-caption{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px;
  background: transparent;
  transition: background-color .45s ease-in-out;
}

.img-caption-inner{
  position: relative;
  padding: 60px 0;
  will-change: transform;
  transition: transform 3s cubic-bezier(.4,0,.2,1);
}
.img-caption-border{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 94%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
}

.img-caption-border>polyline{
  stroke: #fff;
  stroke-width: 2;
  fill: none;
}

.img-caption-text{
  font-weight: 400;
  font-style: normal;
  font-size: 3.25rem;
  line-height: 1.25;
  letter-spacing: 4px;
  text-indent: -8px;
  color: #fff;
  will-change: transform;
  transition: transform .5s ease-in-out;
}

.arrow{
  display: block;
  width: 42px;
  height: 42px;
  fill: #fff;
  will-change: transform;
  transition: transform 1s ease-in-out;
}
@media only screen and (max-width:45rem) {
  .hp-imgs-con{
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .hp-imgs-con>div{
    flex: unset !important;
  }
}

.hp-imgs-con>div:hover .img-caption{
  background-color: rgb(0, 0, 0,0.4);
}
.img-wrapper>img{
  will-change: transform;
  transition: transform 1.25s ease-in-out;
}

.hp-imgs-con>div:hover .img-wrapper>img{
  transform: scale(1.05);
}

.hp-imgs-con>div:hover .img-caption-text{
  transform: translateX(2.5%);
}

h1{
  margin: 0 !important;
}

img{
  position: relative;
}

.img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); 
  pointer-events: none; 
  z-index: 2;
}

.projectsCont{
 padding: 120px 40px;
 width: 100%;
}

.projects{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: auto;
}

.projectCont{
  flex: 0 0 45%;
  margin-top: 7%;
}

.project-img-wrapper{
  padding-right: 52px;
  position: relative;
  z-index: 1;
}

.project-img-link{
  overflow: hidden;
  display: block;
}

.project-img{
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
  aspect-ratio: 1/1 !important;
  object-fit: cover;
}

.project-img:hover{
  transform: scale(1.05);
}

.project-custom-link{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  color: #ccc;
  transition: color .25s ease-in-out;
}

.project-custom-link:hover{
  color: #fff;
}

.project-title{
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #ccc;
  margin-top: 38px;
}

.project-title>a{
  color: #ccc;
  text-decoration: none;
  transition: color .25s ease-in-out;
}

.project-title>a:hover{
  color: #fff;
}

.projectCont:nth-child(-n+2){
  margin-top: 0;
}

@media only screen and (max-width:75rem) {
  .projectsCont{
    padding: 60px 40px;
  }

  .partners-main-container{
    padding: 60px 40px !important;
  }
}

@media only screen and (max-width:42.5rem) {
  .project-custom-link{
    display: none;
  }

 
  .project-title{
    font-size: 1rem;
  }

  .project-img-wrapper{
    padding: 0;
  }
}

@media only screen and (max-width:460px) {
  .projectCont{
    flex: 0 0 100%;
    margin-top: 32px;
  }

  .projectCont:first-child{
   margin: 0;
  }
}

.project-page-container{
  padding: 110px 0;
}

.project-page-header{
  max-width: 1024px;
  padding-right: 80px;
  padding-left: 80px;
  padding-bottom: 60px;
}

.project-page-title{
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 3px;
}

.project-page-img-wrapper{
  position: relative;
}

.project-page-img{
  width: 100%;
  display: block;
  margin-top: 42px;
  height: auto;
}

.side-link{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -140px;
  width: 200px;
  height: 20px;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  transform: rotate(-90deg);
  transition: color .25s ease-in-out;
}

.side-link:hover{
  color: #ccc;
}

.partners-main-container{
  width: 100%;
  margin: auto;
  max-width: 1340px;
  padding: 120px 40px;
}

.partners-title-container{
  margin-bottom: 60px;
  text-align: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 80px;
}

.partners-title{
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 3px;
  color: #fff;
}

.partners-light-sec{
  padding: 40px;
  background-color: #fff;
}

.partners-inner-container{
  display: flex;
  flex-wrap: wrap;
}

.partner{
  flex: 0 0 25%;
  padding: 20px;
}

.partner-img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

@media only screen and (max-width:60rem){
  .partner{
    flex: 0 0 33.3%;
  }

  .partners-title-container{
    padding: 0;
  }
}

@media only screen and (max-width:53.75rem){
  .partners-light-sec{
    padding: 20px;
  }
}

.white-sec{
  background-color: #fff;
  width: 100%;
}

.contact-inner-container{
  max-width: 760px;
  margin: auto;
}

.hp-logo{
  width: 146px;
  height: 146px;
  margin-bottom: 42px;
  margin-top: 0;
}

.contact-header{
  padding: 20px;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
}

.contact-header-text{
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 2px;
  color: #333;
}

.contact-desc-container{
  padding: 40px;
  text-align: center;
}

.contact-desc-container>p{
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #333;
}

.input-mt{
  margin-top: 26px;
}

.contact-label{
  display: block;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 2px;
  color: gray;
  transition: color .25s ease-in-out;
}

.contact-input{
  width: 100%;
  height: 78px;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  color: #ccc;
  border: 0;
  outline: 0;
  background: none;
  border-bottom: 1px solid gray;
  transition: color .25s ease-in-out,border-color .25s ease-in-out;
}

.contact-input:focus{
  color: #fff;
  border-color: #fff;
}

.contact-input:focus ~ .contact-label {
  color: #fff;
}

.submit-wrapper{
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 26px;
}

.submit-button{
  height: 50px;
  padding-right: 70px;
  background: url(icon_submit.svg) right 4px center no-repeat !important;
  background-size: 50px 50px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #fff;
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.team-main-container{
  width: 100%;
  padding: 50px;
  background-color: #fff;
}

.team-inner{
  width: 100%;
  background-color: #ededed;
  min-height: 60vh;
}

.team-inner-spacing{
  padding-top: 150px;
  padding-bottom: 150px;
}

.team-card{
  flex:0 0 33.3%;
  padding: 30px;
  text-decoration: none;
  margin-bottom: 10px;
}

.team-card>h5{
  color: #333;
  font-weight: 400;
  transition: color .5s ease-in-out;
}

.team-card>p{
  color: #a6a6a6;
  font-weight: 400;
  transition: color .5s ease-in-out;
}

.team-card:hover .img-container>img{
  transform: scale(1.1);
}

.img-container{
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;

}

.team-card-img{
  width: 100%;
  max-width: 100% !important;
  height: auto;
  aspect-ratio: 12/9;
  object-fit: cover;
  transition: transform 1.25s ease;
}

.team-card:hover h5{
  color: black;
}

.team-card:hover p{
  color: #333;
}

#team-con{
  padding: 1rem;
}

@media only screen and (max-width:670px) {
  .team-main-container{
    padding: 20px;
  }

  #team-con{
    padding: 0;
  }

  .team-card{
    flex: 0 0 50%;
  }

  .team-card>h5{
    font-size: 1.125rem;
  }

  .team-inner-spacing{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width:920px) {
  .team-card{
    padding: 8px;
  }
}

.member-header-container{
  margin: auto;
  position: relative;
  width: 92%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.header-text-container{
  padding: 80px 0;
  max-width: 550px;
  position: relative;
  z-index: 10;
}

.header-text-spacing{
  margin-top: 40px !important;
}

.member-img{
  position: absolute;
  max-height: 85%;
  object-fit: contain !important;
  object-position: right;
  max-width: 66.66%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: auto;
  width: 100%;
  display: block;
}

.team-btn{
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  margin-right: 20px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.091em;
  transition: opacity 0.5s ease-in-out;
}

.team-btn:hover{
  color: #fff;
  opacity: 0.9;
}

.member-cont{
  height: auto;
  width: 100%;
  background-color: #161618;
}

@media only screen and (max-width:1440px) {
  .header-text-container{
    max-width: 700px;
  }

  .member-header-container{
    max-width: 1150px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1025px){
  .header-text-container>h1{
    font-size: 3.75rem;
  }
}

@media only screen and (min-width:1441px) {
  .header-text-container>h1{
    font-size: 4.75rem;
  }

  .member-cont{
    min-height: 100vh;
  }

  .member-header-container{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header-text-container{
    max-width: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
}

@media screen and (min-width: 671px) and (max-width: 1024px){
  .header-text-container{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header-text-spacing{
    margin-top: 25px !important;
   
  }
}

.biography{
  width: 22%;
  margin-right: 4%;
  position: relative;
  z-index: 5;
}

.bio-desc{
  width: 65.33333%;
  margin-left: auto;
  position: relative;
  z-index: 5;
}

.bio-text-cont{
  max-width: 700px;
}

.bio-text-cont>h1{
  font-size: 2rem;
  font-family: 'Times New Roman', Times, serif !important;
  font-weight: 400;
}

.bio-text-cont>p{
  font-size: 1.375rem;
  color: #3e3e3e;
  font-weight: 200 !important;
  margin-top: 40px;
}
.biography>h2{
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width:768px) {
  .member-img{
    order: -1;
    max-width: 100%;
    position: relative;
    transform: translateY(0);
  }
  
  .member-header-container{
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .biography{
    width: 100%;    
  }

  .bio-desc{
    width: 100%;
    margin-top: 50px;
  }

  .bio-line{
    display: none;
  }

  .bio-text-cont>h1{
    font-size: 1.375rem;
  }

  .bio-text-cont>p{
    font-size: 1rem;
    font-weight: normal !important;
  }

  .header-text-container{
    padding: 20px 0;
  }

  .header-text-spacing{
    margin-top: 20px !important;
  }
}

.bio-line{
  position: absolute;
  right: 0;
  top: 10px;
  width:50px;
  border-top:1px solid #22409a;
  height: 1px;
}

.b-gallery-slider {
  position: relative;
  z-index: 1;
  height: 70vh;
  max-height: 780px
}

@media only screen and (max-width: 75rem) {
  .b-gallery-slider {
      max-height:600px
  }
}

@media only screen and (max-width: 60rem) {
  .b-gallery-slider {
      max-height:500px
  }
}

@media only screen and (max-width: 51.25rem) {
  .b-gallery-slider {
      max-height:400px
  }
}

@media only screen and (max-width: 40rem) {
  .b-gallery-slider {
      max-height:340px
  }
}

@media only screen and (max-width: 28.75rem) {
  .b-gallery-slider {
      max-height:280px
  }
}

@media only screen and (max-width: 26.25rem) {
  .b-gallery-slider {
      max-height:220px
  }
}

@media only screen and (max-width: 22.5rem) {
  .b-gallery-slider {
      max-height:180px
  }
}

.b-gallery-slider__slides {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow-x: auto
}

.b-gallery-slider__slides.slick-initialized {
  overflow: hidden
}

.b-gallery-slider__img,.b-gallery-slider__slide {
  display: block;
  height: 100%
}

.b-gallery-slider__img {
  width: auto;
  will-change: opacity;
  transition: opacity .25s ease-in-out
}

.b-gallery-slider__img.lazyload {
  opacity: .5
}

.b-gallery-slider__img.lazyloaded {
  opacity: 1
}

.b-gallery-slider__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 300;
  top: calc(50% - 25px);
  width: 50px;
  border-radius: 50%;
  height: 50px;
  border: 2px solid #fff;
  outline: 0;
  background-color: #fff;
  transition: background-color .25s ease-in-out,border-color .25s ease-in-out;
  cursor: pointer
}

@media only screen and (max-width: 28.75rem) {
  .b-gallery-slider__btn {
      top:calc(50% - 16px);
      width: 32px;
      height: 32px
  }
}

.b-gallery-slider__btn:hover {
  background-color: #ccc;
  border-color: #ccc
}

.b-gallery-slider__btn:focus {
  border-color: #ccc
}

.b-gallery-slider__btn--next {
  right: 30px
}

@media only screen and (max-width: 28.75rem) {
  .b-gallery-slider__btn--next {
      right:20px
  }
}

.b-gallery-slider__btn--prev {
  left: 30px
}

@media only screen and (max-width: 28.75rem) {
  .b-gallery-slider__btn--prev {
      left:20px
  }
}

.b-gallery-slider__btn.slick-disabled {
  cursor: not-allowed;
  opacity: .4
}

.b-gallery-slider__btn.slick-disabled:hover {
  background-color: #fff;
  border-color: #fff
}

.b-gallery-slider__btn-icon {
  display: block;
  width: 54%;
  height: 54%;
  fill: #333
}

.b-gallery-slider__link {
  outline: 0;
  cursor: zoom-in
}

.b-gallery-slider .slick-list,.b-gallery-slider .slick-track,.b-gallery-slider .slick-track div {
  height: 100%
}

.slick-list, .slick-slider{
  position: relative;
}

.slick-list{
  margin: 0;
  overflow: hidden;
  display: block;
}

.slick-slider .slick-list, .slick-slider .slick-track{
  transform: translateZ(0);
}

.slick-slide{
  float: left;
  min-height: 1px;
}

.blur{
  background-color: #f1f1f13a; 
  backdrop-filter: blur(5px); 
  -webkit-backdrop-filter: blur(5px) !important;
}