@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-ExtLt.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-LightIta.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  margin: 0 auto;
  font-family: "HelveticaNowDisplay";
  scroll-behavior: smooth;
}

a {
  transition: all 0.35s;
  list-style: none;
  font-size: 14px;
  outline: none !important;
  text-decoration: none !important;
  transition: 0.5s all;
  font-family: "HelveticaNowDisplay";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #333;
  font-family: "HelveticaNowDisplay";
}

ul {
  list-style: none;
}

p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #1E1C1C;
  font-family: "HelveticaNowDisplay";
}

button:focus {
  outline: 0;
  outline: inherit !important;
}

label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px 0;
  position: relative;
  letter-spacing: 0.8px;
  color: #000;
}

:focus {
  outline: 0;
  box-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(183deg, #924A97 21.81%, #924A97 100%);
  outline: none;
}
.pt-100{
  padding-top: 120px;
}
.pb-50{
  padding-bottom: 60px;
}
.pb-8{
  padding-bottom: 8%;
}
.pse-7{
  padding:9% 0 7% 0;
}
/*-----------header----------------*/
header{
  position: fixed;
  background-color: transparent;
  height: 90px;
  z-index: 9999;
  top: 0;
  transition: top 0.5s;
  width: 100%;
  text-align: center;
}
header .navbar{
  padding: 0.25% 5%;
}
/* #site-header {
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  transition: transform 0.3s;
} */
.hidden {
  top: -150px;
}
.header-bg {
  background: transparent;
  top: 0px;
  box-shadow: none;
  transition: top 0.5s;
}
.navbar-brand{
  width: 100px;
}
.nav-link{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 5px 25px !important;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: #FF8104;
}
.navbar-nav .nav-item:last-child a{
    border: 1px solid #000;
    border-radius: 50px;
    
}
.nav-link:focus, .nav-link:hover, a.active{
  color: #FF8104;
}
.nav-item:last-child a.active, .nav-item:last-child a:hover{
  color: #FF8104;
  border-color: #FF8104;
}
.dropdown-item{
  padding: 10px 15px;
  font-size: 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
  background: #a163a5;
  color: #fff;
}
.dropdown-item.active, .dropdown-item:active{
  background: #a163a5;
  color: #fff;
}

/* Custom styles for the dropdown animation */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.dropdown-menu.fadeInDown {
  animation: fadeInDown 0.4s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
#Main_home .nav-link{
  color: #fff;
  font-weight: 300;
}
#Main_home .navbar-nav .nav-item:last-child a {
  border: 1px solid #fff;
}
.scrolled-up{
  background: #fff !important;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.scrolled-up .nav-link{
  color: #000 !important;
  font-weight: 400 !important;
}
.scrolled-up .nav-item a.active, #Main_home .nav-link:hover{
  color: #FF8104 !important;
}
/*-----------------Banner-section------------------*/

/* .hero-treatment {
  color: white;
  width: 100%;
  height: calc(100vh - 10px);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hero-treatment .hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.hero-treatment .parallax {
  position: fixed;
  top: 20%;
  left: 0;
  width: 100%;
}

section:not(.hero-treatment) {
  background-color: white;
  padding: 0;
  position: relative;
  z-index: 11;
} */
.banner-part{
  position: absolute;
  top: 20%;
}
.banner-part .row{
  z-index: 11;
  position: relative;
}
.banner-part .indo-logo {
  width: 100%;
}
.banner-part p{
  color: #FFF;
  font-size: 30px;
  text-align: left;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 1px;
  transform: translateY(-6px);
}
/*-----------Scroll_video_section-------------*/
.video_scroll_sec{
  z-index: 1;
  background: #fff;
}
#set-height {
  display: block;
}
#v0 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: scale-down;
  transform: translateY(-66px);
}

/*------------------body-video-text--------------*/

.body-video-text{
  height: 110vh;
  z-index: 11;
  top: 10%;
}

/*------------body-content-wrapper------------*/

.body-content-wrapper{
  position: relative;
  z-index: 11;
  background: rgb(255,255,255);
}

.sectionOne{
  padding: 5% 0;
  overflow: hidden;
  background: linear-gradient(90deg, #ECEBEB 1.6%, #E4E4E5 25.56%, #E1E1E4 50.31%, #E6E4E6 72.84%, #ECEAEA 96.55%);
  padding: 5%;
}
.sectionOne .container-fluid, .sectionThree .container-fluid{
  padding-left: 3%;
  padding-right: 3%;
}
.sectionOne h2{
  color: #000;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
}

.services{
  margin-top: 8%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
}
.services li{
  width: calc(50% - 100px);
  margin-bottom: 7%;
}
.services li h5{
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.services li p{
  color: #626262;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 1px;
  width: 83%;
}
.services li a{
  text-decoration: underline !important;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.services li a:hover{
  color: #FF8104;
}

.sectionTwo{
  padding: 5% 0;
  overflow: hidden;
  background: #fff;
  padding: 5%;
}
.sectionTwo h4{
  color: #000;
font-size: 85px;
font-style: normal;
font-weight: 400;
line-height: 123px;
}
.airport_list ul{
  margin-top: 11%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.airport_list ul li{
  width: calc(33% - 60px);
  margin-bottom: 4%;
  padding: 20px;
  transition: all .2s;
  display: block;
}
.airport_list ul li:hover{
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 10px;
  transition: all .2s;
}
.airport_list ul li h6{
  color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  padding-top: 30px;
  margin: 30px 0 50px 0;
  border-top: 1px solid #C1C1C1;
}
.airport_list ul li h6 span{
  font-weight:300;
}
.airport_list ul li p{
  color: #626262;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.8px;
}
.airport_list li img{
  width: 105px;
  height: 70px;
  object-fit: contain;
}
.sectionThree{
  padding: 5% 0;
  overflow: hidden;
  background: #fff;
}
.sectionThree h2{
  color: #000;
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  width: 88%;
  padding-left: 11%;
}
.sectionThree h4{
  color: #000;
  font-size: 85px;
  font-style: normal;
  font-weight: 400;
  line-height: 123px;
  padding-left: 5%;
}
.airlinesSwiper .swiper-slide{
  width: 160px;
  height: auto;
  padding: 10px 10px 15px 10px;
  
}
.airlinesSwiper .swiper-slide img{
  width: 100%;
  object-fit: contain;
  height: 100%;
  cursor: pointer;
}
.airlinesSwiper2 .swiper-slide img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.airlinesSwiper .swiper-slide-thumb-active {
  position: relative;
}
.airlinesSwiper.swiper::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 22;
}
.airlinesSwiper .swiper-slide-thumb-active::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  border: 1px solid #c2c2c2;
  border-top: 0;
}

.airlinesSwiper2 .swiper-slide{
  position: relative;
}

.airlinesSwiper2 .swiper-slide::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(227,227,227);
background: -moz-linear-gradient(0deg, rgba(227,227,227,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(227,227,227,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(227,227,227,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3e3e3",endColorstr="#ffffff",GradientType=1);
}
.airlinesSwiper2 .swiper-slide .row{
  position: relative;
  z-index: 1;
}

.plen_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 90px;
  margin-top: 54px;
  visibility: hidden;
}
.plen_content img{
  width: 18px !important;
  height: 18px !important;
}
.plen_content div:first-child{
  width: 350px;
}
.plen_content h5{
  color: #000;
font-size: 45.542px;
font-style: normal;
font-weight: 400;
line-height: 60px;
margin-bottom: 15px;
}
.plen_content p{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: .85px;
}
.airlinesSwiper2 .swiper-slide-active .plen_content{
  visibility: visible;
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUpBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
  }
  50% {
    opacity: 20%;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
}
  @keyframes fadeInUpBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
  }
  50% {
    opacity: 20%;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
} 

.airlinesSwiper2 .swiper-button-next, .airlinesSwiper2 .swiper-button-prev{
  color: #323030;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-button-prev:after{
  font-size:30px;
}
/*----------------Loder Css--------------*/

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader {
  border: 8px solid #924A97;
  border-radius: 50%;
  border-top: 8px solid #FF9832;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#loader-wrapper.hidden {
  display: none;
  
}
.socialDiv{
  position: relative;
}
.socialDiv::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: #fff;
  z-index: 1;
}
/*---------------footer-------------*/
footer {
  position: relative;
  z-index: 11;
  background: #F8F8F8;
  
}
.upperFooter{
  padding: 5% 5% 2% 5%;
}
.bottom_footer{
  background: #8E4493;
  padding: 5px 0;
  display: flex;
  justify-content:center ;
}
.bottom_footer p{
  text-align: center;
  margin-bottom: 0;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
}
.footer_logo {
  width: 170px;
  object-fit: cover;
  margin-bottom: 8%;
}
.upperFooter h6{
  color: #FF8104;
font-style: normal;
line-height: normal;
margin-bottom: 15px;
}
.upperFooter ul li{
  line-height: 1;
}
.upperFooter ul li a{
  color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px;
text-transform: uppercase;
margin-bottom: 0px;
}
.upperFooter ul li a:hover{
  color: #8E4493;
}
.upperFooter p{
  display: flex;
  flex-wrap: wrap;
}
.upperFooter p a{
  font-size: 16px;
}
.social_icon a{
  display: inline-flex;
  line-height: 1;
  align-items: center;
}
.social_icon a img{
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 10px;
}
/*--------------contact-Us--------------*/
.contact_title h1{
  color: #000;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 76px;
  margin-bottom: 10%;
}

.form-control{
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ced4da;
}
.form-control:focus{
  box-shadow: none;
  border-color: #8E4493;
}
.contactUs label{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 58.098px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  padding-left: 0;
}
.form-floating>.form-control:not(:placeholder-shown){
  padding-left: 0;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
  opacity: .65;
  transform: scale(.85) translateY(-1.5rem) translateX(0.15rem);
}
.btn-contacr{
  border-radius: 50px;
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight:300;
  line-height: 36px;
  letter-spacing: 1px;
  padding: 12px 20px;
}
.btn-contacr:hover, .btn-contacr:focus{
  background:#FF8104;
  color: #000;
}

/*--------------About-Us------------*/

.aboutBody h4{
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 20%;
}

.aboutBody h4 span{
  color: #924A97;
  font-weight:500;
}

/*-------------services-one------------------*/

.services-one{
  background-color: #D9D9D9;
  border-radius: 0 0 0 200px;
  background-size: cover !important ;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;

}
.services-one::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(72deg, #EBEBEB 11.73%, rgba(246, 246, 246, 0.77) 42.06%, rgba(255, 255, 255, 0.00) 59.79%);
  border-radius: 0 0 0 200px;
}
.services-one .row{
  height: 100vh;
  align-items: center;
  position: relative;
  z-index: 1;
}
.bannerpart h1{
  color: #000;
font-size: 52px;
font-style: normal;
font-weight: 400;
line-height: 62px;
}
.bannerpart p{
  color: #212121;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  margin-top: 20px;
  letter-spacing: 0.85px;
}
.service_bodypart{
  padding: 6% 0;
  border-bottom: 1px solid #ced4da;
}
.service_bodypart h4{
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 63px;
}
.service_bodypart p{
  color: #626262;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: 37px;
  letter-spacing: 0.85px;
}
.serPhoto{
  display: flex;
  flex-wrap: wrap;
  margin-top: 5%;
  padding: 0;
}

.serPhoto li{
  width: calc((100% - 90px) / 3);
  height: 580px;
  background: #D9D9D9;
  margin: 0 10px;
}
.service_bodypart:last-child{
  border-bottom: 0;
}

.serPhoto li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------------User-list------------*/
.breadcrumb{
  align-items: baseline;
}
.user-bredcramb{
  padding-top: 8%;
}
.breadcrumb-item.active{
  font-size: 14px;
  color: #FF8104;
}
.user-listbody{
  padding: 3% 0 8% 0;
}
.user-listbody .nav{
  justify-content: center;
}
.user-listbody .nav-link{
  padding: 12px 20px !important;
}
.user-listbody .nav-pills .nav-link.active, .user-listbody .nav-pills .show>.nav-link{
  background-color: #ffc185;
  color: #000;
}
.user-listtable{
  font-size: 15px;
}
.user-listtable thead th:first-child{
  width: 100px;
}

.user-listtable tr th, .user-listtable tr td{
  border: 1px solid #c2c2c2 !important;
}
.table-search{
  width: 300px;
  display: flex;float: right;
}

.table-search input{
  font-size: 15px;
  padding-left: 0;
}
.table-search input{
  font-size: 15px;
}
.table-search input::placeholder{
  color: #d1d1d1;
}

.thank_youbody .row{
  height: 80vh;
  align-items: center;
}

.paginate_button a{
  font-size: 12px !important;
}
.active>.page-link, .page-link.active {
  z-index: 3;
  color: #000;
  background-color: #FF8104;
  border-color: #FF8104;
}
.form-select-sm{
  font-size: 12px !important;
}
tbody tr td{
  vertical-align: middle;
}
tbody tr td:last-child{
  width: 300px !important;
}
.user-listtable tr th, .user-listtable tr td {
  border: 1px solid #e7e7e7 !important;
}

/*------------------------Careers------------------------------*/
.cateers, .career_body{
  padding: 8% 5%;
  text-align: left;
}
.cateers h1, .career_body h1{
  font-size: 65px;
  text-align: left;
  margin-bottom: 30px;
  color: #000;
}
.cateers h6, .career_body h6{
  font-size: 40px;
  color: #000;
  margin-bottom: 30px;
}
.cateers p{
  font-size: 24px;
  color: #000;
  width: 50%;
  line-height: 36px;
}

.career_body .row ul {
  padding: 0;
  margin: 5% 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.career_body .row ul li {
  text-align: center;
  width: 32.6666666667%;
  padding: 10px 25px;
  margin-bottom: 3%;
}
.career_body .row ul li p {
  color: #1E1C1C;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.258px;
  letter-spacing: -0.32px;
  margin: 0 auto;
  width: 76%;
}
.career_body .row ul li h5 {
  margin-bottom: 30px;
  color: #1E1E1E;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 37.292px;
  letter-spacing: -1.035px;
}
.career_body .row ul li img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  margin-bottom: 30px;
}
.career_body .row ul li .view_pos {
  color: #1C85C1;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.258px;
  letter-spacing: -0.32px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

/*------------------Media gallery--------------*/

/* .gallery-item {
  display: none;
  transition: all 0.5s ease-in-out;
}
.gallery-item.show {
  display: block;
  animation: fadeIn 0.5s;
} */

#galleryGrid{
  padding-right: 0;
  animation: fadeIn 0.5s;
  transition: all 0.5s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.thumb {
  position: relative;
  cursor: pointer;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 12px 16px;
}

.modal-dialog {
  max-width: 900px;
}
.galleryTab ul{
  justify-content: center;
  border: 0;
  margin-bottom: 50px;
  padding: 0 15px;
  display: inline-flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;

}
.galleryTab .nav-tabs .nav-item .nav-link{
  border: 0;
  background: #e1e1e1;
  color: #000;
  font-size: 15px !important;
  border-radius: 30px;
  margin: 0 5px 0 0 !important;
  padding: 8px 20px !important;
}
.galleryTab .nav-tabs .nav-item.show .nav-link, .galleryTab .nav-tabs .nav-link.active{
  border: 0;
  background: #ff8104;
  color: #fff;
}

#galleryGrid .thumb img{
  height: 290px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
}
.galClose{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
  background-size: 16px;
}
.mediaH4 h4{
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px;
}
/* .thumb {
  position: relative;
  cursor: pointer;
}
.thumb img {
  width: 100%;
  border-radius: 8px;
} */
.thumb {
  overflow: hidden;
}
.play-btn {
  position: absolute;
  top: 45%;
  left: 45%;
  font-size: 2rem;
  color: white;
  background: rgba(0,0,0,0.5);
  padding: 10px 15px;
  border-radius: 50%;
}
.galtitle{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.5px;
}
.galtitle small{
  /* background: #e6e9ed; */
  border-radius: 20px;
  color: #8b8b8b;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  margin: 5px 0 0 0;
  font-weight: 400;
  padding: 0;
  display: block;
}
.description .view-more {
  display: inline-block;
  margin-top:0;
  color: #9e52a3;
  cursor: pointer;
  text-decoration: underline;
}
.description{
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #4d4d4d;
  letter-spacing: 0.5px;
}

.cardBorder{
  position: relative;
}
.cardBorder::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #e7e7e7;
}
.cardBorder:last-child::after{
  display: none;
}

/*-------------------Carrer List----------------------*/
.carrer_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 20px;
    padding: 0;
}
.carrer_list li{
  width: calc((100% - 0px) / 3);
  margin-bottom: 20px;
  padding: 0 8px;
}
.carrer_list li a{
    display: block;
    text-decoration: none;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    transition: all .5s;
    height: 100%;
}
.carrer_list li a:hover{
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #FF8104;
}
.carrer_list li .card-body{
    padding: 35px;
}
.carrer_list li .card{
  height: 100%;
}
.carrer_list li .card-title{
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}
.carrer_list li .card-text{
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    color: #626262;    
}
.carrer_list li .card-button{
  text-decoration: underline !important;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  transition: all .5s;
  margin-top: 15px;
}
.carrer_list li a:hover .card-button{
  color: #FF8104;
}
.applytext p{
  margin-top: 20px;
  line-height: 35px;
}
.applytext p span{
  color: #333;
  font-family: "HelveticaNowDisplay";
  font-weight: 500;
}
.applytext ol{
  margin: 30px 0;
}
.applytext ol li{
  color: #626262;
  font-size: 23px;
  font-style: normal;
  font-weight:300;
  line-height: 30px;
  letter-spacing: 0.85px;
  margin-bottom: 12px;
}
.formpart label{
  font-size: 18px;
  font-weight: 400;
  color: #425466;
}
.formpart .card{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border: 1px solid #924a97;
  border-radius: 10px;
  overflow: hidden;
}
.formpart .card .card-header h5{
  color: #fff !important;
  text-transform: capitalize;
}
.formpart .card small{
  font-size: 12px;
  font-weight: 400;
  color: #7f7f7f;
  top: -9px;
  position: relative;
}

#noResults { 
  display: none;
  text-align: center; 
  margin-top: 20px; 
  color: #7f7f7f;
  font-weight: bold; 
}
.carrerService .row{
  height: 66vh;
}
.services-one.carrerService::before{
  height: auto;
}

.carrerService2 .row{
  height: 84vh;
}
.services-one.carrerService2::before{
  height: 84vh;
}
.form-select, .service_bodypart .form-control{
    font-size:16px;
    font-weight:400;
}
.form-floating .form-select{
    height: 52px;
    margin-top: 11px;
    padding-left: 18px;
}

.thankrow{
  height: 80vh;
  align-items: center;
  justify-content: center;
}

