:root {
    --black:#121212cc;
    --grey:#222222cc;
    --lightgrey:#22222266;
    --white:#ffffff;
    --light:#9d9393;
}
body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;

}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
p{
    margin: 0;
    padding: 0;
    font-size: 16px;
}
ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
img{
    margin: 0;
}
figure{
    margin: 0;
}
a{
    text-decoration: none;
    font-size: 16px;
    display: flex;
    transition: .4s;
}
header{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    background-image: linear-gradient(#000000e3, #14141300);
}
header nav{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
header nav .nav-link{
    color: var(--white);
}
header nav .nav-link:hover{
    color: var(--white);
}
.lang{
    background-color: var(--lightgrey)!important;
    color: var(--white)!important;
    font-size: 13px;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.langbox{
    border: 0;
    border-radius: 0;
    min-width: inherit;
    border-radius: 15px;
}
.langbox a{
    font-size: 13px;
}
.langbox .dropdown-item:focus, .langbox .dropdown-item:hover{
    background-color: inherit;
}
.newsBtn{
    position: absolute;
    bottom: 0;
    right: 50px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 15px;
    height: 100px;
    background-color: #ffffff17;
    border-radius: 15px;
    transition: .4s;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100px;
}
.newsBtn span{
    color: var(--white);
}
.newsBtn:hover{
    background-color: var(--grey);
}
.newsbody{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(#000000e3, #000000e6);
    z-index: 1;
    display: none;
    padding-top: 180px;
}
.newsactive{
    display: flex;
}
.navbar-nav li.nav-item{
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.sub-menu{
  display: none;
  
  position: absolute;
  top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 150px;
}
.sub-li{
  
}
.sub-a{
  font-size: 16px;
  color: var(--grey);
  padding: 14px 20px;
  background-color: white;
  transition: .4s;
}

.sub-a:hover{
}

.navbar-nav li:hover .sub-menu{
  display: block;
}

.news-item{
    position: relative;
    display: flex;
    flex-direction: column;
}
.news-item:hover .news-btn-box{
    opacity: 1;
    padding-top: 30px;
}
.news-item figure{
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-text{
    position: relative;
}
.news-text span{
    color: var(--light);
    font-size: 14px;
    font-weight: 300;
}
.news-text h4{
    margin-top: 12px;
}
.news-text h4 a{
    color: var(--white);
}
.news-btn-box{
    position: relative;
    padding-top: 60px;
    opacity: 0;
    display: flex;
    align-items: center;
    transition: .4s;
}
.news-btn-box a{
    font-size: 14px;
    color: var(--white);
}
.news-btn{
    padding: 10px 20px;
    background-color: var(--grey);
    margin-right: 25px;
    transition: .4s;
}
.news-btn:hover{
    background-color: var(--black);
}
.newsSwiper .swiper-button-next:after, .newsSwiper .swiper-button-prev:after{
    font-size: 24px;
    background-color: var(--grey);
    padding: 15px;
    color: var(--white);
}


.home-body{
    position: relative;
    height: 100vh;
}
.home-body .swiper {
    width: 100%;
    height: 100%;
}

.home-body  .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

.home-body .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

@keyframes zoom {
    from {
        transform: scale(1.1);
    }

    to {
        transform: scale(1);
    }
}
.home-body .swiper-slide-active img{
    animation-name: zoom;
    animation-duration: 5s;
}

.home-body  .autoplay-progress {
    width: 300px;
    height: 2px;
    background-color: var(--white);
    opacity: 0.7;
    position: relative;
    position: absolute;
    left: 100px;
    bottom: 41px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.home-body .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.banner-box{
    position: absolute;
    width: 30%;
    bottom: 90px;
    left: 50px;
    text-align: left;
}
.banner-box span, .banner-box p{
    color: var(--white);
    margin-top: 5px;
}

.home-body .swiper-button-next, .home-body .swiper-button-prev{
    top: var(--swiper-navigation-top-offset,95%);
    color: var(--white);
}

.home-body .swiper-button-prev{
    left: var(--swiper-navigation-sides-offset, 50px);
}

.home-body .swiper-button-next{
    right: inherit;
    left: var(--swiper-navigation-sides-offset, 31%);
}

.home-body .swiper-button-next:after, .home-body .swiper-button-prev:after{
    font-size: 22px;
    display: none;
}
.home-body .material-symbols-outlined{
    font-size: 26px;
}

/*ic sayfa cont profile */
.cont header{
    background-image:none;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    background-color: var(--white);
}
.cont header nav .nav-link{
    color: var(--black);
}
.cont header .navbar-brand img{
    filter: invert(1);
}
.head-banner{
    position: fixed;
    z-index: -1;
    height: 700px;
    overflow: hidden;
    width: 100%;
    top: 0;
}
.head-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation-name: zoom;
    animation-duration: 8s;
}
.head-banner.full{
    height: 100%;
    z-index: -2;
}
.head-banner.slide img{
    animation: slide 30s linear infinite;
}
@keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
.head{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efeeee;
    margin-top: 700px;
    background-color: var(--white);
}
.head .row{
    justify-content: space-between;
    align-items: center;
}
.head span{
    font-size: 30px;
    color: var(--black);
    font-weight: 600;
}
.head ul li{
    display: inline-block;
    padding-right: 12px;
    position: relative;
}
.head ul li:after{
    content: '/';
    position: absolute;
    right: 2px;
    top: 0;
    font-size: 13px;
    color: var(--light);
    opacity: 0.5;
}
.head ul li:nth-last-child(1):after{
  display: none;
}
.head ul li a{
   color: var(--light);
   font-size: 13px;
   font-weight: 300;
}
.head ul li a:hover{
    color: var(--black);
}
.head-scroll{
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 15px;
    cursor: pointer;
}
.head-scroll small{
    margin-right: 20px;
}
.scrollbox{
    position: relative;
    width: 24px;
    height: 24px;
    margin-top: -35px;
}
.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
  }

  .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
  }

  .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }

  .chevron:before,
  .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 30%;
    width: 51%;
    background: var(--black);
  }

  .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }

  .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }

  @keyframes move {
    25% {
      opacity: 1;

    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }

  .text-one{
    padding-top: 70px;
    position: relative;
    background-color: var(--white);
    padding-bottom: 70px;
  }
  .text-left p{
    font-weight: 700;
    color: var(--black);
    font-size: 20px;
    margin-bottom: 20px;
  }
  .text-detail p{
    color: var(--black);
    margin-bottom: 30px;
    font-weight: 300;
  }
  .text-detail p:nth-last-child(1){
    margin-bottom: 0;
  }
  .text-detail .title{
    color: var(--black);
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 600;
  }
  .text-detail .title span{
    font-weight: 300;
  }
  .space-between{
    justify-content: space-between;
  }
  .space-end{
    justify-content: end;
  }

  .emptyparallax{
    position: relative;
    height: 800px;
  }
  ul.liflex li{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  ul .lititle{
    font-size: 17px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 7px;
  }
  ul .litext{
    font-size: 16px;
    font-weight: 300;
    color: var(--black);
  }

  .grid-box{
    position: relative;
    background-color: var(--white);
    padding-bottom: 100px;
  }

  .gridbox-item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .gridbox-text{
    width: 65%;
  }
  .gridbox-text p{
    font-size: 16px;
    color: var(--black);
    font-weight: 200;
  }
  .gridbox-text h5{
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    margin-top: 25px;
  }


  footer{
    position: relative;
    background-color: var(--white);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .copyright-text{
    text-align: center;
  }
  .copyright-text p{
    font-size: 13px;
    color: var(--grey);
    font-weight: 600;
  }
  .copyright-text span{
    font-size: 13px;
    font-weight: 300;
    color: var(--light);
  }
  .socialbox li{
    display: inline-block;
    margin: 0px 15px;
  }
  .socialbox li a{
    color: var(--black);
    opacity: 0.4;
    font-size: 15px;
  }
  .socialbox li a:hover{
    opacity: 1;
  }

  .alig-center{
    align-items: center;
  }
  .text-awards{
    padding-top: 70px;
    position: relative;
    background-color: #fbfbfb;
    padding-bottom: 70px;
  }
  .tabbox{
    display: flex;
    align-items: center;
  }
  .tabbox p{
    display: flex;
    align-items: center;
  }
  .tabbox p span{
    font-size: 19px;
    font-weight: 300;
    margin-right: 10px;
  }
  .tabbox p i{
    color: var(--light);
    font-size: 26px;
  }
  .awards-ul{
    border: 0;
    margin-left: 50px;
  }
  .awards-ul li{
    margin-right: 15px;
  }
  .awards-ul li button{
    background-color: #f1f1f1;
    border: 0!important;
    border-radius: 0!important;
    font-size: 14px;
    padding: 10px 25px;
    color: var(--light);
    font-weight: 300;
  }
  .awards-ul li button:hover{
    border-color: inherit!important;
    border: 0!important;
    color: var(--black);
  }
  .awards-ul li button.active{
    background-color: var(--grey)!important;
    color: var(--white)!important;
  }
  .awardscont{
    margin-top: 50px;
  }
  .awardscont .tabtitle{
    color: var(--black);
    font-size: 24px;
    font-weight: 600;
  }
  .awardscont ul{
    margin-top: 20px;
    margin-left: 155px;
  }
  .awardscont ul li{
    opacity: 0.6;
    padding: 15px 0px;
    font-size: 18px;
    font-weight: 300;
    transition: .4s;
    border-bottom: 1px solid #e5dede;
  }
  .awardscont ul li:nth-last-child(1){
    border-bottom: 0;
  }
  .awardscont ul li:hover{
    opacity: 1;
  }
  .awards-item{
    margin-top: 30px;
  }
  .people-item{
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .people-item p{
    font-size: 28px;
    color: var(--white);
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .people-item figure{
    overflow: hidden;
  }

  .people-item img{
    transition: 1s;
  }
  .people-item:hover img{
    transform: scale(1.05);
  }
  .grid-box.people .ps-md-0{
    margin-top: 0;
  }
  .people .ps-md-0 p{
    left: inherit;
    right: 30px;
  }
  .people-txt{
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .people-bod{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
  }

  .headli li{
    display: inline-block;
    padding-right: 12px;
    position: relative;
}
.headli li:after{
    content: '/';
    position: absolute;
    right: 2px;
    top: 0;
    font-size: 13px;
    color: var(--light);
    opacity: 0.5;
}
.headli li:nth-last-child(1):after{
  display: none;
}
.headli li a{
   color: var(--light);
   font-size: 13px;
   font-weight: 300;
}
.headli li a:hover{
    color: var(--black);
}
.people-lf{
    width: 50%;
}
.people-lf p{
    font-size: 28px;
    margin-top: 5px;
    font-weight: 600;
    color: var(--black);
}
.people-rg{
    display: flex;
    flex-direction: column;
}
.people-rg span{
    font-size: 13px;
    color: var(--black);
    font-weight: 600;
}
.p-justify p{
    text-align: justify;
}
.press-body{
    position: relative;
    background-color: var(--white);
    margin-top: 90px;
}
.press-item{
    overflow: hidden;
    position: relative;
}
.press-height{
    padding-right: 20px;
    height: 800px;
    overflow-x: scroll;
    padding-top: 50px;
    border-right: 1px solid gainsboro;
}
.press-body .col-xxl-4:nth-child(3) .press-height{
    border-right: 0px;
}
.press-height h4{
    font-size: 28px;
    font-weight: 600;
}

.see-more{
    margin-top: 5px;
    font-size: 14px;
    color: var(--light);
}

.newsbod{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 100px;
}
.newsbod figure{
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.newsbod figure img{
    transition: .4s;
}
.newsbod .news-text{
    margin-top: 20px;
}
.newsbod span{

}
.newsbod h5{
    margin-top: 10px;
    color: var(--black);
    font-size: 24px;
}

.newsbod:hover img{
    transform: scale(1.05);
}

.movies-item{
  position: relative;
  display: flex;
  flex-direction: column;
}

.movies-item figure{
  position: relative;
  transition: .4s;
  overflow: hidden;
  height: 275px;
}
.movies-item figure::before{
  /*
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #413f3f61;
    transition: .4s;*/
}
.movies-item figure i{
  position: absolute;
  left: 40%;
  top: 40%;
  color: #fff;
  font-size: 73px;
  opacity: 0;
  transition: .4s;
}
.movies-item figure img{
  transition: .4s;
  object-fit: cover;
  height: 100%;
}
.movies-item span{
  color: var(--black);
  font-size: 18px;
  margin-top: 14px;
}
.movies-item:hover i{
  opacity: 1;
}

.movies-item:hover figure img{
  transform: scale(1.05);
}
.press-body{
  position: relative;
  display: flex;
}
.press-left{
  width: 7%;
}
.press-right{
  width: 93%;
}
.press-right p{
  margin-bottom: 20px;
}
.leftbb li{
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.leftbb li:nth-child(2) i{
  font-size: 20px;
}
.leftbb i {
  opacity: 0.7;
  cursor: pointer;
  font-size: 20px;
}
.leftbb li:nth-child(3) i{
  transform: rotate(38deg)
}

.socialhor{
  margin-top: 50px;
}
.socialhor li{
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.socialhor li svg{
  opacity: 0.7;
  font-size: 16px;
  color: var(--black);
}
.backbtn{
    color: var(--white);
    background-color: var(--light);
    margin-top: 38px;
    align-items: center;
    width: fit-content;
    padding: 9px 20px;
}
.backbtn i{
  margin-right: 10px;
}
.othnews{
  margin-top: 75px;
}
.othnews h5{
  font-size: 28px;
  margin-bottom: 25px;
}

.othnewsSwiper-item figure{
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.othnewsSwiper-item figure img{
  transition: .4s;

}
.imghv:hover img{
  transform: scale(1.05);
}
.othnewsSwiper-item span{
  color: var(--light);
  margin-top: 15px;
  display: inline-block;
  font-weight: 300;
}
.othnewsSwiper-item a h4{
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}
.dte{
  border: 1px solid black;
    width: fit-content;
    padding: 7px 22px;
    font-size: 15px;
    color: var(--black);
    transition: .4s;
    margin-top: 10px;
}
.dte:hover{
  background-color: var(--black);
  color: var(--white);
}

.othnews .swiper-button-next:after, .othnews .swiper-button-prev:after{
  font-size: 24px;
  background-color: var(--grey);
  padding: 15px;
  color: var(--white);
}

.projects-body{
  position: relative;
  background-color: var(--white);
  padding-bottom: 100px;
  padding-top: 10px;
}
.head.min{
  margin-top: 120px;
  border: 0;
}

.accormen{
  display: flex;
}
.accormen .accordion-item{
  border: 0;
}
.accormen .accordion-item button{
  border: 0;
  background-color: initial;
  box-shadow: initial;
  border-radius: 0;
  padding-left: 0;
  font-weight: 600;
  padding-right: 40px;
  font-size: 15px;
}
.accormen .accordion-item button:after{
  margin-left: 9px;
  background-size: 16px;
  top: 1px;
  position: relative;
}

.accorbod{
  position: relative;
  margin-top: 20px;
}
.accorbod-item{
  border-top: 1px solid gainsboro;
  padding-top: 20px;
  padding-bottom: 20px;
}

.filtone li{
  display: inline-block;
  margin-right: 15px;
  font-weight: 600;
  color: var(--light);
  cursor: pointer;
  font-size: 14px;
}

.checkli{
  display: flex;
  flex-wrap: wrap;
}
.checkli .form-check{
  width: 25%;
  margin-bottom: 10px;
}
.checkli .form-check label{
  font-weight: 300;
  color: var(--black);
  font-size: 14px;
  cursor: pointer;
}
.checkli .form-check .form-check-input{
  border-radius: 0;
  border: 1px solid gainsboro;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}
.checkli .form-check-input:active{

}
.checkli .form-check-input:focus{
  border-color: gainsboro;
  outline: 0;
  box-shadow: none;
}
.checkli .form-check-input:checked{
  background-color: gainsboro;
}

.head.min ul li a{
  font-size: 18px;
}

.filtproject{
  position: relative;
  padding-top: 30px;
}
.projects-i{
  position: relative;
  display: flex;
  flex-direction: column;
}
.projects-i figure{
  overflow: hidden;
  height: 275px;
}
.projects-i img{
  transition: .4s;
  object-fit: cover;
  height: 100%;
}
.projects-i span{
  display: inline-block;
  margin-top: 10px;
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
}
.projects-i:hover img{
  transform: scale(1.05);
}

.filtul{

}
.filtul li{
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 17px;
}
.filtul li span{
  font-weight: 600;
  width: 125px;
  display: inline-block;
}
.gallery-body{
  background-color: var(--white);
  padding-bottom: 75px;
}
.projects-gallery-i{
  position: relative;

}
.projects-gallery-i figure{
  overflow: hidden;
  height: 275px;
}
.projects-gallery-i img{
  transition: .4s;
  object-fit: cover;
  height: 100%;
}
.pluss-d{
  display: flex;
    background-color: #0909095e;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .4s;
    opacity: 0;
}
.pluss-d i{
  color: var(--white);
  font-size: 48px;
}
.projects-gallery-i:hover .pluss-d{
  opacity: 1;
}
.projects-gallery-i:hover img{
  transform: scale(1.05);
}
.gallery-pr{

}
.gallery-pr h5{
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 300;
}
.gallery-pr h5 strong{
  font-weight: 600;
}

.maps-body{
  background-color: var(--white);
  padding-bottom: 50px;
}
.title{
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 300;
}
.title strong{
  font-weight: 600;
}
.other-projects{
  position: relative;
  background-color: #fbfbfb;
  padding-top: 50px;
  padding-bottom: 75px;
}
.exhi-body{
  position: relative;
  background-color: var(--white);
  padding-top: 75px;
  padding-bottom: 75px;
}
.exhi-item{
  flex-direction: column;
  position: relative;
}
.exhi-item figure{
  overflow: hidden;
  position: relative;
}
.exhi-item img{
  transition: .4s;
  filter: grayscale(1);
}
.exhi-item span{
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
  color: var(--black);
}
.exhi-item:hover img{
  filter: grayscale(0);
  transform: scale(1.05);
}
.all-exhi{
  position: relative;
  background-color: var(--white);
  padding-top: 75px;
  padding-bottom: 100px;
}
.all-exhi h5{
  font-size: 36px;
  font-weight: 500;
}
.accordiy{
  margin-top: 50px;
}
.accordiy .accordion-button{
  border: 0;
  font-size: 19px;
  font-weight: 300;
  padding-left: 50px;
}
.accordiy .accordion-button:focus{
  box-shadow: none;
}
.accordiy .accordion-item{
    border: 0;
    border-bottom: 1px solid gainsboro;
}
.accordiy .accordion-button:not(.collapsed){
  border: 0;
  box-shadow: none;
  background-color: inherit;
}
.accordiy .accordion-button::after{
  margin-left: -80px;
}
.all-exhi .accordiy p{
  font-weight: 300;
}
.custul li{
  display: inline-block;
  font-size: 13px;
}
.custul li::after{
  display: none;
}
.custul li span{
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.publications .exhi-item img{
  filter: grayscale(0);
}
.head-img{
  position: relative;
}
.imgbox{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.imgbox img{
  width: 100%;
  height: 100%;

}
.imgbox::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0d0c0ccc;
}
.ul1{
  margin-top: 150px;
}
.ul1 li{
  color: var(--white);
  font-weight: 400;
  font-size: 34px;
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.ul1 li:after{
    content: '/';
    position: absolute;
    right: 7px;
    top: 6px;
    font-weight: 300;
    font-size: 27px;
}
.ul1 li:nth-last-child(1):after{
  display: none;
}
.ul2 li{
  display: inline-block;
  padding-right: 12px;
  position: relative;
}
.ul2 li a{
  color: var(--light);
  font-size: 14px;
  font-weight: 300;
}
.ul2 li:after {
  content: '/';
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 13px;
  color: var(--light);
  opacity: 0.5;
}
.ul2 li:nth-last-child(1):after{
  display: none;
}
.ul3{
  margin-top: 25px;
  margin-bottom: 100px;
}
.ul3 li{
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
}
.img-tt{
  position: relative;
  margin-top: -340px;
}

.caree-item{
  position: relative;
  height: 300px;
  background-color: gainsboro;
}
.caree-item .texti{
  position: absolute;
  bottom: 40px;
  left: 8%;
  transition: .4s;
}
.caree-item .texti span{
  display: inline-block;
  font-size: 18px;
  color: var(--black);
}
.caree-item .texti h5{
  font-weight: 600;
  color: var(--black);
  font-size: 19px;
}
.caree-item:hover .texti{
  bottom: 100px;
}
.caree-item h6{
  position: absolute;
  left: 70%;
  bottom: 40px;
  background-color: var(--black);
  padding: 9px 30px;
  color: var(--white);
  transition: .4s;
}
.caree-item:hover h6{
  left: 8%;
  background-color: var(--light);
}
.properybox{
  position: relative;
  background-color: #f2f2f2;
  padding: 35px;
}
.properybox .a-bt{
  background-color: var(--black);
  color: var(--white);
  padding: 9px 30px;
  display: inline-block;
}
.properybox .ulone{
  margin-top: 50px;
}
.properybox .ulone li{
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cac5c5;
  padding-bottom: 20px;
}
.properybox .ulone li span{
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
.properybox h6{
  margin-top: 30px;
  color: var(--black);
  font-weight: 600;
}
.properybox .socialbox{
  margin-top: 25px;
}
.properybox .socialbox li{
  margin-left: 0;
}
.form-body{
  position: relative;
  background-color: var(--white);
  padding-top: 120px;
  padding-bottom: 120px;
}
.form-box{
  position: relative;
}
.form-box h5{
  font-size: 20px;
  font-weight: 600;
}
.carform label{
  color: var(--black);
  font-weight: 600;
  font-size: 15px;
  display: block;
  margin-bottom: 14px;
  margin-top: 25px;
}
.carform .form-control, .carform .form-select{
  border-radius: 0;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  padding: 22px;
  transition: .4s;
}
.carform .form-control:focus, .carform .form-select:focus{
    color: var(--black);
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    outline: 0;
    box-shadow: none;
}
.carform .form-control:hover, .carform .form-select:hover{
  background-color: #5f5c5ccc;
  color: var(--white);
}
.carform .form-check label{
  font-weight: 300;
  color: var(--black);
  font-size: 14px;
  margin: 0;
  margin-left: 7px;
  position: relative;
  top: 3px;
}
.carform .form-check label a{
  font-weight: 300;
  color: var(--black);
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
}
.carform .form-check-input[type=checkbox]{
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.carform .form-check-input[type=checkbox]:checked{
  background-color: white;
  border-color: var(--light);
  background-size: 13px;
}
.carform .form-check-input:focus{
  box-shadow: none;
}
.carform .form-check-input:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.btn-lo{
  background-color: var(--black);
    color: var(--white);
    padding: 9px 30px;
    display: inline-block;
    border: 0;
}
.contact-box{
  position: relative;
  background-color: var(--white);
  padding-top: 550px;
  padding-bottom: 100px;
}
.c-vi{
  position: relative;
  width: 40%;
}
.c-vi li button{
  color: gainsboro!important;
  border: 0!important;
  margin-bottom: 0px!important;
  font-size: 19px;
  font-weight: 500;
}
.c-vi li button.active{
  border: 0!important;
  color: var(--black)!important;
}
.c-vi .tab-pane{
  padding-top: 10px;
  padding-bottom: 40px;
}
.c-vi .tab-pane ul li{
  width: 49%;
  display: inline-block;
  color: var(--black);
  margin-top: 20px;
}
.c-vi .tab-pane ul li a{
  color: var(--black);
  font-size: 17px;
}
.c-vi .tab-pane ul li a svg{
  color: var(--black);
  margin-right: 10px;
  margin-top: 5px;
}

.img-fluid-project{
    max-width: 100%;
}

.sub-poz{
  display: none;
}




/** responsive **/
@media (max-width: 575.98px) {
   .socialbox{
    text-align: center;
    margin-bottom: 10px;
   }
}

@media (max-width: 767.98px) {
    .gridbox-item{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .grid-box .ps-md-0{
        margin-top: 50px;
    }
    .text-left p{
        font-size: 18px;
    }
    .text-detail .title{
        font-size: 18px;
    }
    .awardscont ul{
        margin-left: 0;
    }
    .tabbox p span{
        font-size: 16px;
    }
    .awards-ul li {
        margin-right: 0;
        margin: 5px;
    }
    .awardscont ul li{
        font-size: 16px;
    }
    .people-item{
        margin-bottom: 14px;
    }
    .press-height{
        padding-right: 0px;
        border-right: 0;
        height: auto;
    }
    .newsbod h5{
        font-size: 20px;
    }
    .press-height h4{
        font-size: 24px;
    }
    .c-vi{
      position: relative;
      width: 100%;
    }
    .img-fluid-project{
      max-width: 100%;
    }
    .head-banner{
      height: auto;
      margin-top: 85px;
    }
    .head-banner img{
      object-fit: contain;
    }
    .head{
      margin-top: 300px;
    }
    .projects-gallery-i figure{
      height: 300px;
    }
    .contact-box{
      padding-top: 150px;
    }
}

@media (max-width: 991.98px) {
   .gridbox-text{
        width: 85%;
   }
   .socialbox li{
        margin: 0px 7px;
   }
   .people-txt{
    margin-bottom: 50px;
   }
   .sub-menu{
    position: relative;
    top: 0;
   }
   .sub-poz{
    display: block;
    position: absolute;
    right: 13px;
    top: 7px;
    font-size: 20px;
    color: #000;
    width: 20px;
    height: 20px;
    background-color: white;
    text-align: center;
    line-height: 1;
    border-radius: 4px;
  }
  header{
    background-image: linear-gradient(#000000e3, #141413cc);
  }
  header .navbar-collapse{
    padding-top: 20px;
  }
}

@media (max-width: 1199.98px) {
    .banner-box{
        width: 45%;
    }
    .autoplay-progress{
        display: none!important;
    }
}

@media (max-width: 1399.98px) {

}
