main{
  overflow: hidden;
}
.hm-banner-block{
  width: 100%;
  height: 96vh;
  position: relative;
}
.hm-banner-block video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-banner-block::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.hm-banner-text{
  position: absolute;
  bottom: 60px;
  z-index: 1;
  width: 100%;
}
.hm-banner-text h1{
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.hm-banner-text h2{
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}
.hm-text-block{
  max-width: 833px;
  margin: auto;
  text-align: center;
}
.numbers-data{
  display: flex;
  max-width: 1140px;
  margin: auto;
}
.numbers-data li{
  width: 25%;
  text-align: center;
}
.numbers-data li span{
  font-size: 55px;
  display: flex;
  justify-content: center;
  line-height: 40px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 25px;
}
.numbers-data li span span{
  margin-bottom: 0px;
}
.numbers-data li p{
  font-weight: bold;
  line-height: normal;
}
.bg{
  background: #F6F6F6;
}
.heading-block{
  max-width: 950px;
  margin: 0 auto 50px;
  text-align: center;
}
.grid-listing{
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
}
.grid-listing li{
  width: 49.25%;
  margin-left:1.5%;
}
.grid-listing li:nth-child(2n+1){
  margin-left: 0px;
}
.grid-list-image{
  width: 100%;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
}
.grid-list-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.grid-list-image:hover img{
  transform: scale(1.02);
}
.grid-list-image a{
  position: relative;
  display: block;
  height: 100%;
}
.grid-list-image a::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: var(--transition);
}
.grid-list-image:hover a::before{
  background: rgba(0,0,0,0.2);
}
.grid-list-content{
  padding-top: 35px;
}
.grid-list-content h4{
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 20px;
}
.grid-list-content p{
  margin-bottom: 25px;
}
.btn-link{
  display: inline-block;
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-weight: 400;
  padding: 11px 20px;
  border: 1px solid transparent
}
.btn-link:hover{
  background:#fff;
  color: #000;
  border-color: #000;
}
.hm-news-block{
  display: flex;
  align-items: flex-start;
}
.hm-news-left{
  width: 35%;
}
.hm-news-left h3{
  line-height: normal;
}
.news-list-view{
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-left: auto;
}
.news-list-view li{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 25px;
}
.news-list-view li:last-child{
  border-bottom: 0px;
}
.news-list-image{
  width: 207px;
  min-width: 207px;
  height: 123px;
  border-radius: 10px;
  overflow: hidden;
}
.news-list-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.news-list-image a{
  display: block;
  height: 100%;
  position: relative;
}
.news-list-image:hover img{
  transform: scale(1.02);
}
.news-list-image a::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: var(--transition);
}
.news-list-image:hover a::before{
  background: rgba(0,0,0,0.2);
}
.news-list-content{
  position: relative;
}
.news-list-content a{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.news-list-content h4{
  text-transform: capitalize;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}
.news-list-content p{
  line-height: 26px;
}
.page-title-block{
  padding: 170px 0px 60px;
}
.page-title-block h1{
  margin-bottom: 0px;
}
.bg-1{
  background: #000;
}
.ceo-msg-block{
  display: flex;
  align-items: flex-end;
}
.ceo-msg-content{
  width: 56%;
}
.ceo-msg-content h2{
  color: #fff;
  margin-bottom: 30px;
}
.ceo-msg-content p,
.ceo-msg-content span{
  color: #E5E5E5;
}
.ceo-msg-content span{
  font-weight: bold;
  display: block;
  font-family: var(--font-secondary);
  font-size: 22px;
  line-height: 30px;
}
.ceo-msg-image{
  width:540px;
  height: 640px;
  overflow: hidden;
  border-radius: 10px;
  margin-left: auto;
}
.ceo-msg-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-listing{
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}
.team-listing li{
  width: 23.7%;
  text-align: center;
  margin-left: 14.45%;
}
.team-listing li:nth-child(3n+1){
  margin-left: 0px;
}
.member-image{
  width:100%;
  height: 356px;
  background: #F6F6F6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.team-listing li span{
  font-size: 23px;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
}
.team-listing li p{
  font-size: 22px;
  line-height: normal;
}
.h-center{
  text-align: center;
  margin-bottom: 35px;
}
.logos-slider{
  background: #fff;
}
.logo-image{
  padding: 10px;
  background: #fff;
  width:268px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDDDDD;
  border-left: 0px;
}
.slider-right{
  margin-top: -1px;
}
.slider-right .slick-slide {
    float: right;
}
.title-tabs-wrap{
  display: flex;
  align-items: center;
}
.mix-filter{
  margin-left: auto;
  display: flex;
  gap: 15px;
}
.mix-filter button{
  background: #F6F6F6;
  border-radius: 8px;
  border: 0px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  font-family: var(--font-primary);
  text-transform: uppercase;
  cursor: pointer;
  color: #000;
  transition: var(--transition);
}
.mix-filter button.active{
  background: #000;
  color: #fff;
}
.project-listing{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.project-listing li{
  width: 100%;
  background: #F6F6F6;
  padding: 10px;
  border-radius: 10px;
}
.project-listing li a{
  display: flex;
  align-items: center;
}
.project-image-box{
  width: 52%;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}
.project-image-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.project-listing li a:hover .project-image-box img{
  transform: scale(1.02);
}
.project-content-box{
  width: 44%;
  margin-left: auto;
}
.project-content-box p{
  text-transform:none;
}
.project-points{
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.project-points li{
  width: 50%;
  border-radius: 0px;
  padding: 15px 0px;
}
.project-points li p{
  text-transform: uppercase;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 3px;
}
.project-points li span{
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  font-family: var(--font-secondary);
  color: #333333;
  text-transform: none;
}
.project-points li:nth-of-type(1),
.project-points li:nth-of-type(2){
  border-bottom: 1px solid rgba(102, 102, 102, 20%);
}
.tab-content {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeInS 0.5s ease 1 forwards;
}
.tab-content.active {
    display: block;
}
@keyframes fadeInS{
  100%{
    opacity: 1;
    transform: none;
  }   
}
.tabs-wrap-block{
  padding-bottom: 60px;
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.page-numbers .page-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #E2E2E2;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
}
.page-numbers .page-number:hover,
.page-numbers .page-number.current{
  background: #000;
  color: #fff;
}
.banner{
  width: 100%;
  height: 720px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.banner::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.banner .container{
  z-index: 1;
}
.banner h1{
  color: #fff;
  margin-bottom: 35px;
}
.banner-detail{
  padding: 30px 0px;
  position: relative;
}
.banner-detail::before{
  content: "";
  position: absolute;
  top: 0px;
  left: -50%;
  width: 200%;
  border-top:  1px solid rgba(255,255,255,20%);
}
.banner-detail .project-points{
  padding-top: 0px;
}
.banner-detail .project-points li{
  border: 0px;
  padding:0px;
  width: 25%;
}
.banner-detail .project-points li p{
  color: #E9E9E9;
}
.banner-detail .project-points li span{
  color: #fff;
}
.heading-block-1{
  margin-bottom: 0px;
  max-width: 965px;
}
.heading-block-1 .heading-3{
  margin-bottom: 35px;
}
.detail-map{
  background: #000;
}
.detail-map #map{
  height: 715px;
  opacity: 0.95;
}
.bg-dtl{
  background: #00517E;
}
.bg-dtl .heading-3{
  text-align: center;
  color: #fff;
}
.detail-gallery-block{
  max-width: 1300px;
  margin:0 auto;
  position: relative;
}
.gallery-image-slider{
  border: 6px solid #F6F6F6;
  border-radius: 12px;
  overflow: hidden;
}
.gallery-slide{
  width: 100%;
  height: 675px;
}
.gallery-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-slider-wrap{
  background: #000;
  border-radius: 8px;
  padding: 5px;
  width: 100%;
  max-width: 1175px;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left:50%;
  transform: translateX(-50%);
}
.gallery-nav-slider .slick-list{
  margin-left: -1px;
}
.gallery-nav-slider .slick-slide{
  margin: 0px 3px;
}
.nav-slide{
  width: 100%;
  height: 96px;
  border: 2px solid transparent;
  position: relative;
}
.nav-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-slide span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-slide span img{
  width: auto;
  height: auto;
}
.gallery-nav-slider .slick-current .nav-slide{
  border: 2px solid #fff;
}
.gallery-nav-slider .slick-arrow{
  width:50px;
  height:50px ;
  display: flex;
  align-items: center;
  justify-content:center;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 4px;
  top: -215px;
}
.gallery-nav-slider .slick-arrow::before{
  width:8px;
  height:14px;
  font-family:unset;
  opacity:1;
  content: "";
}
.gallery-nav-slider .slick-prev::before{
  background: url('../images/left.png') no-repeat;
 
}
.gallery-nav-slider .slick-next::before{
  background: url('../images/right.png') no-repeat;
}
.gallery-nav-slider .slick-next{
  right:-90px;
}
.gallery-nav-slider .slick-prev{
  left:-90px;
}
.gallery-nav-slider .slick-arrow:hover,
.gallery-nav-slider .slick-arrow:focus{
  border-color:#000;
  background: #fff;
}
.mb-30{
  margin-bottom: 30px;
}
.news-wrap-block{
  display: flex;
  align-items: flex-start;
}
.featured-block{
  width: 49%;
}
.feature-image{
  width: 100%;
  height: 489px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 45px;
}
.feature-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.feature-image:hover img{
  transform: scale(1.02);
}
.date-cat-wrap{
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 13px;
}
.date-cat-wrap span{
  font-size: 16px;
  line-height: 1;
  color: #666666;
  font-family: var(--font-secondary);
  position: relative;
  padding-right: 10px;
  text-transform: uppercase;
}
.date-cat-wrap span::after{
  content: "";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 0px;
  width: 4px;
  height: 4px;
  background: #AEAEAE;
  border-radius: 50%;
}
.date-cat-wrap span:last-child{
  padding-right: 0px;
}
.date-cat-wrap span:last-child::after{
  content: none;
}
.feature-content h4{
  font-size: 30px;
  line-height: 1;
  color: #000000;
  font-weight: 400;
  margin-bottom: 15px;
}
.feature-content p{
  text-transform: none;
}
.feature-content .date-cat-wrap{
  margin-bottom: 20px;
}
.title-tabs-wrap .heading-3{
  margin-bottom: 0px;
}
.news-listing{
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}
.news-listing li{
  width: 32.5%;
  margin-left: 1.25%;
}
.news-listing li:nth-child(3n+1){
  margin-left: 0px;
}
.mt-35{
  margin-top: 35px;
}
.news-image-box{
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}
.news-image-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.news-image-box:hover img{
  transform: scale(1.02);
}
.news-content-box h4{
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 15px;
}
.breadcrumbs{
  display: flex;
  padding: 25px 0px;
  gap: 5px;
}
.breadcrumbs li{
  line-height: 1;
}
.breadcrumbs li a,
.breadcrumbs li span{
  display: block;
  color: #040404;
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
  font-weight: 400;
  font-family: var(--font-secondary);
  position: relative;
}
.breadcrumbs li span{
  color: #666666;
}
.breadcrumbs li a{
  padding-right: 10px;
}
.breadcrumbs li a::after{
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  color: #040404;
}
.media-detail-wrap{
  max-width: 975px;
  margin: 0 auto;
}
.social-share-wrap{
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.social-share-wrap .date-cat-wrap{
  margin-bottom: 0px;
}
.social-share-block{
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 15px;
}
.social-share-block span{
  text-transform: uppercase;
  color: #666666;
  font-family: var(--font-secondary);
}
.social-share-block ul{
  display: flex;
  align-items: center;
  gap: 15px;
}
.social-share-block ul li a{
  color: #000;
  font-size: 18px;
}
.breadcrumbs li a:hover,
.social-share-block ul li a:hover{
  color: #00517E;
}
.media-detail-wrap h1{
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D7D7D7;
}
.title-tabs-wrap .btn-link{
  margin-left: auto;
}
.address-map-block{
  display: flex;
  align-items: center;
}
.address-box{
  width: 23%;
}
.address-box h4{
  margin-bottom: 30px;
  color: #333333;
  font-weight: 400;
}
.address-box ul li{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}
.address-box ul li:last-child{
  margin-bottom: 0px;
}
.address-box ul li img{
  padding-top: 3px;
}
.address-box ul li p{
  color: #454545;
  line-height: 24px;
}
.address-box ul li p a{
  text-transform: none;
  line-height: 1;
  color: #454545;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-secondary);
}
.address-box ul li p a:hover{
  color: #00517E;
}
.map-box{
  margin-left: auto;
  width: 73%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
.map-box #map{
  height: 400px;
  opacity: 0.95;
}
.address-map-block{
  margin-bottom: 60px;
}
.address-map-block:last-child{
  margin-bottom: 0px;
}
.bg-2{
  background: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 50%);
}
.join-text-block{
  text-align: center;
}
.join-text-block h2{
  max-width: 625px;
  margin: 0 auto 20px;
  line-height: normal;
}
.join-content-box{
  max-width: 825px;
  margin: 0 auto;
}
.image-text-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-txt-left{
  width: 48%;
  height: 476px;
  border-radius: 10px;
  overflow: hidden;
}
.image-txt-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-txt-right{
  width: 49%;
}
.join-points li{
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 38px;
  margin-bottom: 38px;
  border-bottom: 1px solid #D7D7D7;
}
.join-points li:last-child{
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.join-point-icon{
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-point-content h4{
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: #000000;
  text-transform: none;
  margin-bottom: 15px;
}
.join-point-content p{
  line-height: 1;
}
.cta-sec{
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  padding: 50px 0px;
}
.cta-sec::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.cta-sec .container{
  z-index: 1;
}
.cta-sec .heading-3{
  font-size: 42px;
  line-height:1.1;
  color: #FFFFFF;
  margin-bottom: 45px;
}
.image-text-block-1{
  align-items: flex-start;
}
.image-text-block .heading-3{
  line-height: 1.1;
  margin-bottom: 30px;
}
.career-listing{
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.career-listing li{
  width: 32.88%;
  background: #fff;
  padding: 20px;
  margin-left: 0.68%;
}
.career-listing li:nth-child(3n+1){
  margin-left: 0px;
}
.career-listing li span{
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #AEAEAE;
  font-family: var(--font-secondary);
  margin-bottom: 40px;
  text-transform: none;
}
.career-listing li h5{
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  transition: var(--transition);
}
.career-listing li p{
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  gap: 10px;
  color: #000000;
  text-transform: uppercase;
}
.career-listing li a:hover h5{
  color: #00517E;
}
.c-dtl-time{
  margin-bottom: 70px;
}
.c-dtl-time span{
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #666666;
  display: block;
  font-family: var(--font-secondary);
}
.career-dtl-wrap{
  display: flex;
}
.career-dtl-content{
  width: 51.5%;
  padding-right: 50px;
  border-right: 1px solid #D7D7D7;
}
.career-dtl-form{
  width: 44%;
  margin-left: auto;
  padding-top: 80px;
}
.career-dtl-content .heading-3{
  font-size: 42px;
  line-height: 1;
  margin-bottom: 40px;
}
.career-dtl-content h5,
.career-dtl-form h5{
  font-size: 22px;
  line-height: normal;
  font-weight: 400;
  font-family: var(--font-primary);
  text-transform: capitalize;
  color: #000;
  margin-bottom: 30px;
}
.c-dtl-points{
  margin-bottom: 40px;
}
.c-dtl-points li{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  font-family: var(--font-secondary);
  margin-bottom: 20px;
  padding-left: 15px;
}
.c-dtl-points li strong{
  font-weight: bold;
  display: block;
  color: #000;
}
.c-dtl-points li::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 6px;
  height: 6px;
  background: #00517E;
  border-radius: 50%;
}
.c-dtl-points li:last-child{
  margin-bottom: 0px;
}
.dtl-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 45px;
}
.dtl-tags li{
  background: #F6F6F6;
  padding: 11px 34px;
  border-radius: 30px;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  font-family: var(--font-primary);
}
.dtl-form-wrap .wpcf7-form-control-wrap {
  display: block;
    width: 100%;
    margin-bottom: 10px;
}
.dtl-form-wrap .wpcf7-form-control-wrap input,
.dtl-form-wrap .wpcf7-form-control-wrap select{
  background: #F1F3F4;
  height: 50px;
  border-radius: 10px;
  width: 100%;
  border: 0px;
  padding: 0px 20px;
  color: #666666;
  font-size: 14px;
  font-family: var(--font-secondary);
  font-weight: 400;
}
.dtl-form-wrap .wpcf7-form-control-wrap select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/drop-arrow.png') #F1F3F4 97% no-repeat;
}
.dtl-form-wrap .wpcf7-form-control-wrap input::placeholder{
  color: #666666;
}
.dtl-form-wrap .intl-tel-input.separate-dial-code .selected-flag{
  height: 20px;
  margin-top: 12px;
  background: transparent;
  border-right: 1px solid #D5D5D5;
}
.dtl-form-wrap .intl-tel-input .selected-flag .iti-flag,
.dtl-form-wrap .intl-tel-input .selected-flag .iti-arrow{
  display: none;
}
.dtl-form-wrap .intl-tel-input.separate-dial-code .selected-dial-code{
  padding-left: 0px;
}
.dtl-form-wrap .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag{
  padding-left: 20px;
  width: 70px;
}
.dtl-form-wrap .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input{
  padding-left: 85px;
}
.file-wrap {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  background: #F1F3F4;
  border-radius: 10px;
}
.file-wrap > span {
  min-width: 126px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
   color: #666666;
  font-family: var(--font-secondary);
}
.file-wrap label {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height:50px;
  color: #000;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  text-decoration: underline;
}
.file-wrap .wpcf7-form-control-wrap {
  margin-bottom: 0px;
  display: none;
}
.dtl-form-wrap input[type='submit'] {
  background: #000000;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border: 0px;
  font-family: var(--font-primary);
  padding: 13px 24px;
  cursor: pointer;
  transition: var(--transition);
}
.dtl-form-wrap input[type='submit']:hover{
  background: #00517E;
}
.bg-3{
  background: #00517E;
}
.programs-form-wrap{
  display: flex;
  background: #fff;
  align-items: center;
}
.program-left-image{
  width: 51%;
  height: 530px;
}
.program-left-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-right-form{
  width:50%;
  padding: 0px 55px;
}