@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "montserrat", sans-serif;
  color: #706f6f;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  position: relative;
}

/***** Headings *****/

@font-face {
  font-family: "ivyMode";
  src: url(../fonts/IvyMode-Regular.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "ivyMode";
  src: url(../fonts/IvyMode-SemiBold.ttf);
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "ivyMode";
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  font-size: 58px;
  line-height: 65px;
}

h2 {
  font-size: 45px;
  line-height: 55px;
}

h3 {
  font-size: 30px;
  line-height: 35px;
}

h4 {
  font-size: 24px;
  line-height: 33px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.flx {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bt {
  display: inline-block;
}

/* general Btn Css  */

.bt .pbtn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  text-transform: uppercase;
  height: 53px;
  background: #243e2b;
  color: #fff;
  padding: 4px 5px 4px 20px;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 50px;
  box-shadow: 2px 3px 9px 1px #4444446b;
}

.bt .pbtn .arrow {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: 0.5s;
  border-radius: 45px;
}

.bt .pbtn .arrow i {
  position: relative;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bt .pbtn:hover {
  background: #000;
  color: #fff;
  transform: scale(0.98);
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #ffff;
  text-decoration: underline;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: flex;
  align-items: center;
}

img.banner_bg_img {
  height: 850px;
  width: 100%;
  object-fit: cover;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
  padding: 16px 0 10px;
  border-bottom: 1px solid #ffffff7a;
}

.banner_text p {
  color: #ffffff85;
  width: 53%;
}

.model-card .model-text h5 {
  height: 50px;
}

.banner-btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.progress-track {
  width: 70%;
  height: 2px;
  background-color: #d8d4dc42;
  z-index: 999;
  flex-grow: 1;
}

.progress {
  height: 100%;
  width: 0%;
  background-color: #fff;
  transition: width 0.4s ease-in-out;
  height: 7px;
  border-radius: 0px !important;
  position: relative;
  top: -2px;
}

.banner_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 640px;
  gap: 20px;
  position: relative;
}

.start_number,
.end_number,
.banner_nav span.start_label {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 34px;
  font-family: "ivyMode";
}

.model-card {
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 8px 8px 6px 6px;
}

.banner_slider .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

.model-card .model-text {
  padding: 12px 10px;
  margin-bottom: 10px;
}

img.banner-sm-img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}

.baner-listing {
  position: relative;
  padding-left: 50px;
}

section.main_slider .maxWidth {
  max-width: 1500px;
}

.banner_dots {
  margin-bottom: 40px;
}

.banner_dots .inerlabel {
  display: flex;
  align-items: center;
  gap: 30px;
}

header .maxWidth {
  max-width: 1500px;
}

.banner_text h1 {
  display: inline-block;
}

.banner_text .bt {
  position: relative;
  z-index: 12;
}

/*banner css end*/

/* ------------------------------- About ------------------ */

.abtWrap {
  width: 90%;
  margin: 0px auto;
}

img.ab1-img {
  height: 610px;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}

/* ------------------------------- About ------------------ */

/* ------------------------------- Program ------------------ */

img.program-bg-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scaleX(1.1);
}

.program-wrap {
  width: 90%;
  margin: 0px auto;
}

.programe-card {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  transition: 0.3s;
}

img.program-card-img {
  height: 260px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.pro-rates {
  margin: 14px 0;
}

.card-txt {
  padding: 10px 8px 14px;
}

.model-bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  background: #243e2b;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.pro-rates .model-rate {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  background: #243e2b;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  gap: 8px;
}

.pro-rates .model-rate i {
  color: #ffc007;
}

.pro-info {
  padding-bottom: 18px;
  margin: 14px 0;
  border-bottom: 1px solid #0000002b;
}

.pro-info img {
  transition: 0.2s;
}

.pro-info span {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.2s;
}

.program-ab h6 {
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat";
}

.program-ab .client-img {
  position: relative;
  padding-right: 10px;
}

.program-ab .client-img img {
  width: 44px;
  object-fit: cover;
  border-radius: 55px;
}

.program-ab .client-img span {
  content: "";
  width: 15px;
  height: 15px;
  background: #41df10;
  position: absolute;
  border-radius: 45px;
  right: 3px;
  bottom: 2px;
  transition: 0.2s;
}

.programe-card:hover {
  background: #243e2b;
  transform: translate(0px, -4px);
}

.programe-card:hover h4,
.programe-card:hover p {
  color: #fff;
}

.programe-card:hover .info-icon span {
  color: #ffff;
}

.programe-card:hover .info-icon img {
  filter: brightness(0) invert(1);
}

.programe-card:hover .program-ab h6 {
  color: #fff;
}

img.why-img {
  height: 580px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

section.program-sec {
  overflow: hidden;
}

/* ------------------------------- Program ------------------ */

/* ------------------------- Gallery --------------------------- */

img.gallery-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

img.galler_big_img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  display: inline-block;
  transition: 0.2s;
  margin: 10px 0px;
}

img.galler_sm_img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  margin: 10px 0;
}

img.galler_big_img:hover {
  transform: translate(0px, -3px);
  filter: brightness(0.8);
}

/* ------------------------- Gallery --------------------------- */

/* reviews */

.reviews_heading {
  text-align: center;
  margin-bottom: 30px;
}

.reviews_heading h2 {
  margin-bottom: 10px;
}

.reviews_heading p {
  width: 60%;
  margin: 0 auto;
}

.avatar ul li h3 {
  font-size: 16px;
  margin: unset;
  line-height: 20px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
}

.avatar ul li p {
  margin: 0;
  line-height: 22px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}

.stars i {
  color: #ffffff;
  transition: color 0.3s ease-in;
  font-size: 24px;
}

.avatar ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}

.avatar {
  margin-top: 20px;
}

.stars {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 45px;
  width: 45px;
  background: #243e2b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.review_txt {
  padding: 20px 20px;
  background-color: #000;
  border-radius: 4px;
  position: relative;
  transition: background-color 0.3s ease-in;
  box-shadow: 0px 0px 6px 0px #0000004d;
}

.review_txt p {
  transition: color 0.3s ease-in;
  color: #ffffffa3;
  line-height: 22px;
  font-weight: 400;
  font-size: 13px;
}

.box {
  transition: all ease-in 0.3s;
}

.box:hover .review_txt {
  background-color: #243e2b;
}

.box:hover .stars {
  background: #000;
}

.box:hover .review_txt p {
  color: #ffffff;
}

.review_slider .slick-slide {
  opacity: 1;
  margin: 20px 10px;
}

.avatar ul li img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: border 0.3s ease-in;
}

.reviews {
  padding: 100px 0px;
}

.box:hover .review_txt h3 {
  color: #fff;
}

/* reviews */

.reviews .slick-prev,
.reviews .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 75px;
  transition: 0.4s;
  z-index: 12;
  top: 54%;
  background: transparent;
  border: 1px solid #444;
}

.reviews .slick-prev {
  left: -40px;
}

.reviews .slick-next {
  right: -40px;
}

.reviews .slick-prev:before,
.reviews .slick-next:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 12px 7px;
  position: absolute;
  z-index: 12;
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px auto;
  background-position: center;
}

.reviews .slick-prev:hover:before,
.reviews .slick-next:hover:before {
  filter: brightness(0) invert(1);
}

.reviews .slick-prev:before {
  background-image: url(../images/prev-arrow-img.png);
}

.reviews .slick-next:before {
  background-image: url(../images/next-arrow-img.png);
}

.reviews .slick-prev:hover,
.reviews .slick-next:hover {
  background-color: #243e2b;
}

/* =============================== Events ------------------- */

section.events-sec {
  overflow: hidden;
}

img.event-bg-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.event-card {
  border-radius: 5px;
  transition: 0.3s;
  position: relative;
}

img.event-author-img {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 45px;
}

img.event-card-img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.event-model-wrap {
  position: absolute;
  left: 16px;
  top: 39%;
}

.event-model-wrap .model-bt a {
  font-size: 14px;
}

.event-card-txt {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 24px 14px 30px;
}

.event-card-txt h4 {
  padding-bottom: 5px;
}

.event-card-txt li span {
  color: #000;
  font-weight: 600;
}

.events-wrap {
  width: 95%;
  margin: 0px auto;
}

.event-card:hover .event-card-txt {
  background: #243e2b;
}

.event-card:hover .event-card-txt * {
  color: #fff;
}

.event-card:hover .event-card-txt ul li img {
  filter: brightness(0) invert(1);
}

.event-card:hover .event-card-txt .bt a {
  border: 1px solid #fff;
}

.event-card-txt li img {
  width: 20px;
  height: 20px;
  object-fit: fill;
  display: inline-block;
}

/* =============================== Events ------------------- */

/* ---------------------------------------- Footer  ------------------------------ */

footer {
  background: #000;
}

.footer-logo p {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}

.footer-logo {
  padding-top: 90px;
  padding-right: 30px;
}

footer h4 {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
  border-bottom: 1px solid #ffffff29;
}

.footer-link ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-family: "Poppins";
}

.footer-link ul li a:hover {
  opacity: 1;
}

.footer-link ul {
  line-height: 29px;
  margin: 0;
}

.footer-contact a {
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  font-family: "Poppins";
}

.footer-contact a:hover {
  opacity: 1;
}

.footer-contact p {
  font-size: 14px;
  color: #b8b3c8;
  line-height: 24px;
  font-family: "Poppins";
}

.footer-follow ul {
  gap: 6px;
}

.footer-follow ul li a {
  height: 30px;
  font-size: 14px;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s ease-in-out;
  display: inline-block;
}

.newsForm button.flex-shrink-0:hover {
  background: #000;
}

footer ul li a:hover {
  color: #243e2b;
  text-decoration: underline;
}

.footer-follow ul li a:hover {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.footer-link {
  height: 100%;
  padding-top: 80px;
  padding-left: 90px;
  padding-right: 10px;
}

.footer-contact {
  height: 100%;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.footer-follow {
  padding-top: 80px;
  padding-left: 8%;
}

.footer-bottom-sec {
  border-top: 1px solid #4b4b4b;
}

.copy-right-txt p {
  margin: 0;
  color: #fff;
}

.copy-right-txt {
  text-align: center;
  padding: 20px 0;
}

.footer-logo img {
  margin: 0 0 18px;
}

footer h4:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
}

.btmSocilas li a {
  width: 30px;
  height: 30px;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eeeeee57;
  color: #eeeeee57;
  transition: 0.2s;
  font-size: 10px;
}

.double-col {
  gap: 40px;
}

.ft-newlatter {
  background: #0d0d0d;
  padding: 14px;
  border-radius: 80px;
  margin-left: 80px;
  margin-bottom: 60px;
}

.ft-newlatter h5 {
  font-family: "Montserrat";
  flex-shrink: 0;
  width: 45%;
  padding-left: 20px;
}

.newsForm {
  background: #141414;
  border-radius: 45px;
  width: 100%;
}

.newsForm input.flew-grow-1 {
  background: transparent;
  border: 0px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 20px;
}

.newsForm input.flew-grow-1::placeholder {
  color: #fff;
}

.newsForm button.flex-shrink-0 {
  border: 0px;
  background: #243e2b;
  color: #fff;
  border-radius: 45px;
  padding: 12px 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.btmSocilas li a:hover {
  background: #243e2b;
  color: #fff;
  border-color: transparent;
}

footer .col-lg-8 {
  border-left: 1px solid #4b4b4b;
}

/* ---------------------------------------- Footer  ------------------------------ */

/* ----------------------- Inner Banner --------------------- */

section.innerbaner {
  position: relative;
  overflow: hidden;
  padding: 230px 0 140px;
}

img.innerbaner-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inbanner_text {
  position: relative;
  z-index: 1;
}

/* ----------------------- Inner Banner --------------------- */

section.program-page .programe-card {
  border: 1px solid #243e2b;
}

img.pro-detail-img {
  height: 580px;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.page-naviation {
  margin-top: 10px;
}

.page-naviation ul li a {
  padding: 10px 16px;
  color: #000;
  font-family: roboto;
  font-size: 28px;
  transition: 0.2s;
  border-radius: 5px;
  display: inline-block;
}

.page-naviation ul li a:hover,
.page-naviation ul li a.active {
  color: #fff;
  background: #000;
}

.page-border-top {
  border-top: 2px solid #44444424;
  padding-top: 16px;
  margin-top: 30px;
}

.page-border-top li a {
  font-family: "Montserrat";
}

section.events-page .event-card {
  border: 1px solid #000000;
  border-radius: 8px;
}

section.events-page .event-card:hover {
  background: #243e2b;
}

.events-page-nave ul li a.active {
  background: #243e2b;
}

/* -------------------------------------- Contact Us st ------------------------------- */

.contact1 p,
.contact2>p {
  margin-bottom: 30px;
}

.contact2 ul {
  margin-top: 40px;
}

.contact1 input,
.contact1 textarea {
  width: 100%;
  margin-bottom: 20px;
  height: 55px;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #777675;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-radius: 45px;
}

.contact1 textarea {
  height: 140px;
  resize: unset;
  border-radius: 18px;
}

.contact2 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  gap: 25px;
}

.contact2 ul li h4 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #000;
  transition: 0.2s;
  text-transform: uppercase;
  line-height: 24px;
}

.map iframe {
  width: 100%;
}

.contact2 ul li p {
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  color: #000;
}

.contact2 ul li {
  transition: 0.2s;
}

.contact2 .icon i {
  height: 75px;
  width: 75px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  transition: 0.2s;
  color: #fff;
  font-size: 28px;
}

section.contact_us {
  padding: 80px 0 140px;
  position: relative;
}

.map {
  margin-top: 80px;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.contact1 {
  position: relative;
  margin-right: 10px;
}

i.far.fa-phone-alt {
  transform: rotate(98deg);
}

.map iframe {
  box-shadow: 0 0 20px 0 #0000003d;
}

.inner-bg.appointment-sec select {
  width: 100%;
  margin-bottom: 20px;
  height: 60px;
  padding: 20px;
  background: #fff;
  border: 1px solid #777675;
  color: #000;
  border-radius: 10px;
}

.contact2 .icon i.fas.fa-phone-alt {
  transform: rotate(105deg);
}

section.contact_us .siteBtn button {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 24px;
  background: #243e2b;
  border-radius: 45px;
  border: 0px;
  color: #fff;
}

section.contact_us .siteBtn {
  width: 100%;
}

/* -------------------------------------- Contact Us end ------------------------------- */

/* -------------------------------------- Enroll Enroll ------------------------------- */

.enroll-sec {
  background: #fff;
}

.enroll-form {
  max-width: 1120px;
  margin: 0 auto;
}

/* form field wrapper */
.form-field {
  position: relative;
  margin-bottom: 22px;
}

/* inputs & selects */
.form-field input,
.form-field select {
  width: 100%;
  height: 52px;
  padding: 0 48px 0 18px;
  border: 1px solid #000;
  border-radius: 30px;
  outline: none;
  background: transparent;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

/* textarea */
.form-field textarea {
  width: 100%;
  height: 160px;
  padding: 16px 18px;
  border: 1px solid #000;
  border-radius: 20px;
  resize: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

/* icons inside fields */
.form-field i {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  pointer-events: none;
  color: #000;
}

/* select arrow alignment fix */
.form-field select {
  appearance: none;
  cursor: pointer;
}

/* textarea no icon spacing issue */
.form-field textarea+i {
  display: none;
}

/* checkbox area */
.enroll-label {
  margin-top: 10px;
}

.enroll-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.enroll-check label {
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.form-field input::placeholder {
  color: #000;
}

.form-field textarea::placeholder {
  color: #000;
}

.enroll-check {
  display: flex;
  align-items: center;
  gap: 14px;
}

.enroll-check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 40px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.enroll-check input[type="checkbox"]::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 21px;
  font-weight: 700;
  color: #000;
  opacity: 0;
}

.enroll-check input[type="checkbox"]:checked::after {
  opacity: 1;
}

.enroll-check label {
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  cursor: pointer;
}

.form-field select option {
  font-weight: 600;
  color: #000;
  font-size: 13px;
  line-height: 22px;
}

@media (max-width: 767px) {

  .form-field input,
  .form-field select {
    height: 48px;
  }

  .form-field textarea {
    height: 140px;
  }
}

/* -------------------------------------- Enroll Enroll ------------------------------- */

.events-sec .spinner {
  width: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.events-sec .spinner>div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.events-sec .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.events-sec .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.events-sec .comes {
  justify-content: center;
  margin-top: 16px;
}

.events-sec .comes h3 {
  font-size: 35px;
  color: #fff;
  text-transform: capitalize;
}


.inner-banner img.ab1-img {
  height: 750px;
}

.carousel-control-prev {
  left: -80px;
}

.carousel-control-next {
  right: -80px;
}