@import url("../../assets/css/classy-nav.css");

* {
  margin: 0;
  padding: 0;
}

:root {
  --theme-primary: #383431;
  --theme-primary-light: #d6ebff;
  --theme-primary-dark: #112541;
  --theme-warning: #ffcb05;
  --theme-danger: #eb1d27;
  --theme-green: #34a345;
  --blue: #2184ff;
  --font-trajan: "trajan-pro-3";
  --font-calibri: "calibri";
  --theme-gray: rgb(248, 248, 248);
  --theme-primary-accent: #f1f3f2;
  --theme-dark: #212121;
  --step--2: clamp(0.6076rem, 0.6002rem + 0.0332vw, 0.64rem);
  --step--1: clamp(0.7292rem, 0.7128rem + 0.0726vw, 0.8rem);
  --step-0: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
  --step-1: clamp(1.05rem, 1.0038rem + 0.2051vw, 1.25rem);
  --step-2: clamp(1.26rem, 1.1902rem + 0.3103vw, 1.5625rem);
  --step-3: clamp(1.512rem, 1.4102rem + 0.4524vw, 1.9531rem);
  --step-4: clamp(1.8144rem, 1.6697rem + 0.6431vw, 2.4414rem);
  --step-5: clamp(2.1773rem, 1.9755rem + 0.8969vw, 3.0518rem);
}

.font-trajan {
  font-family: var(--font-trajan) !important;
}

.font-calibri {
  font-family: var(--font-calibri) !important;
}

.h1,
h1 {
  font-size: var(--step-5);
}

.h2,
h2 {
  font-size: var(--step-4);
}

.h3,
h3 {
  font-size: var(--step-3);
}

.h4,
h4 {
  font-size: var(--step-2);
}

.h5,
h5 {
  font-size: var(--step-1);
}

.h6,
h6 {
  font-size: var(--step-0);
}

html {
  font-family: "calibri";
  font-weight: 500;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "calibri";
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #363636;
  line-height: 1.5;
  font-weight: 400;
  font-family: "calibri";
}

p {
  color: #201e1e;
  opacity: 0.9;
  font-size: 18px;
  line-height: 1.6;
  font-family: "calibri";
  font-weight: 400;
}

a {
  text-decoration: none;
}

a,
a:focus,
a:hover {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #141414;
  font-weight: 400;
  font-size: 16px;
}

ol,
ul {
  margin: 0 !important;
  padding: 0 !important;
}

ol li,
ul li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

.text-justify {
  text-align: justify !important;
}

.fs-32 {
  font-size: 2rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-26 {
  font-size: 1.625rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 3.75rem;
}

.section-heading .line- {
  width: 90px;
  height: 2px;
  background-color: #c1c1c1;
  display: block;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: 48px;
  color: #363636;
}

.ytLoader {
  display: block;
  margin: 0 auto;
  width: 450px !important;
  height: 270px !important;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

.section-heading p {
  margin-bottom: 0;
}

.section-heading.text-center .line- {
  margin: 0 auto 40px;
}

.section-heading.white h2,
.section-heading.white p {
  color: #fff;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.preloader .cssload-container {
  display: block;
  width: 97px;
}

.preloader .cssload-loading i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: #c1c1c1;
}

.preloader .cssload-loading i:first-child {
  opacity: 0;
  animation: cssload-loading-ani2 0.58s linear infinite;
  -o-animation: cssload-loading-ani2 0.58s linear infinite;
  -ms-animation: cssload-loading-ani2 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
  -moz-animation: cssload-loading-ani2 0.58s linear infinite;
  transform: translate(-19px);
  -o-transform: translate(-19px);
  -ms-transform: translate(-19px);
  -webkit-transform: translate(-19px);
  -moz-transform: translate(-19px);
}

.preloader .cssload-loading i:nth-child(2),
.preloader .cssload-loading i:nth-child(3) {
  animation: cssload-loading-ani3 0.58s linear infinite;
  -o-animation: cssload-loading-ani3 0.58s linear infinite;
  -ms-animation: cssload-loading-ani3 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
  -moz-animation: cssload-loading-ani3 0.58s linear infinite;
}

.preloader .cssload-loading i:last-child {
  animation: cssload-loading-ani1 0.58s linear infinite;
  -o-animation: cssload-loading-ani1 0.58s linear infinite;
  -ms-animation: cssload-loading-ani1 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
  -moz-animation: cssload-loading-ani1 0.58s linear infinite;
}

@keyframes cssload-loading-ani1 {
  100% {
    transform: translate(39px);
    opacity: 0;
  }
}

@-o-keyframes cssload-loading-ani1 {
  100% {
    -o-transform: translate(39px);
    opacity: 0;
  }
}

@-ms-keyframes cssload-loading-ani1 {
  100% {
    -ms-transform: translate(39px);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    opacity: 0;
  }
}

@-moz-keyframes cssload-loading-ani1 {
  100% {
    -moz-transform: translate(39px);
    opacity: 0;
  }
}

@keyframes cssload-loading-ani2 {
  100% {
    transform: translate(19px);
    opacity: 1;
  }
}

@-o-keyframes cssload-loading-ani2 {
  100% {
    -o-transform: translate(19px);
    opacity: 1;
  }
}

@-ms-keyframes cssload-loading-ani2 {
  100% {
    -ms-transform: translate(19px);
    opacity: 1;
  }
}

@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
    opacity: 1;
  }
}

@-moz-keyframes cssload-loading-ani2 {
  100% {
    -moz-transform: translate(19px);
    opacity: 1;
  }
}

@keyframes cssload-loading-ani3 {
  100% {
    transform: translate(19px);
  }
}

@-o-keyframes cssload-loading-ani3 {
  100% {
    -o-transform: translate(19px);
  }
}

@-ms-keyframes cssload-loading-ani3 {
  100% {
    -ms-transform: translate(19px);
  }
}

@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px);
  }
}

@-moz-keyframes cssload-loading-ani3 {
  100% {
    -moz-transform: translate(19px);
  }
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #201e1e !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.63);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-fixed {
  background-attachment: fixed !important;
}

#scrollUp {
  background-color: #383431;
  border-radius: 0;
  bottom: 100px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#scrollUp:focus,
#scrollUp:hover {
  background-color: #383431;
}

.palatin-btn {
  background-color: #383431;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
  z-index: 1;
  display: inline-block;

  min-width: 123px;
  height: 53px;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  font-size: 1rem;
  line-height: 53px;
  text-transform: capitalize;
}

.palatin-btn:focus,
.palatin-btn:hover {
  font-size: 1rem;
  background-color: #383431;
  color: #fff;
}

.palatin-btn.btn-2 {
  background-color: #383431;
  color: #fff;
}

.palatin-btn.btn-2:focus,
.palatin-btn.btn-2:hover {
  font-size: 1rem;
  background-color: #383431;
  color: #fff;
}

.palatin-btn.btn-3 {
  background-color: #fff;
  color: #c1c1c1;
  border: 2px solid #383431;
  height: 49px;
  line-height: 48px;
}

.palatin-btn.btn-3:focus,
.palatin-btn.btn-3:hover {
  font-size: 1rem;
  background-color: #383431;
  color: #fff;
}

.header-area .palatin-main-menu {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.63);
}

.header-area .palatin-main-menu .classy-nav-container {
  background-color: #383431;
}

.header-area .palatin-main-menu .classy-navbar {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #383431;
  padding: 0;
}

.header-area .palatin-main-menu .classy-navbar .nav-brand img {
  max-height: 100px;
}

@media only screen and (max-width: 767px) {
  .header-area .palatin-main-menu .classy-navbar {
    height: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .palatin-main-menu .classy-navbar .nav-brand {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .palatin-main-menu .menu-con {
    width: 100%;
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
  }

  .palatin-main-menu .classy-navbar {
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-area .palatin-main-menu .classy-navbar .nav-brand {
    max-width: 300px;
  }

  .classynav ul.d-flex {
    display: block !important;
  }

  .header-area .palatin-main-menu .classy-navbar {
    height: 70px;
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .palatin-main-menu .menu-con {
    width: 100%;
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .palatin-main-menu .classy-navbar {
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-area .palatin-main-menu .classy-navbar .nav-brand {
    max-width: 300px;
  }
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  background-color: transparent;
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li a:focus,
.header-area .palatin-main-menu .classy-navbar .classynav ul li a:hover {
  color: #fff;
  background-color: #383431;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
    background-color: #f1f1f1;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
    background-color: #f1f1f1;
  }
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li.active a {
  color: #383431;
  background-color: #c1c1c1;
}

.header-area
  .palatin-main-menu
  .classy-navbar
  .classynav
  ul
  li.has-down
  > a::after,
.header-area
  .palatin-main-menu
  .classy-navbar
  .classynav
  ul
  li.megamenu-item
  > a::after {
  color: #383431;
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
  color: #383431;
  width: 75%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
    color: #fff;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
    color: #fff;
    width: 100%;
  }
}

.header-area .palatin-main-menu .classy-navbar .menu-btn {
  margin-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .palatin-main-menu .classy-navbar .menu-btn {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .palatin-main-menu .classy-navbar .menu-btn {
    margin-left: 30px;
    border: 2px solid #fff;
    margin-top: 30px;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .palatin-main-menu .classy-navbar .menu-btn {
    margin-left: 30px;
    border: 2px solid #fff;
    margin-top: 30px;
    display: inline-block;
  }
}

.header-area .palatin-main-menu .classy-navbar .menu-btn a {
  color: #fff;
  font-size: 16px;
}

.header-area .is-sticky .palatin-main-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #201e1e;
  box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}

.header-area .is-sticky .palatin-main-menu .classy-navbar {
  -ms-flex-direction: inherit !important;
  flex-direction: inherit !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-area .is-sticky .palatin-main-menu .classy-navbar .nav-brand {
  font-size: 26px;
  font-weight: 500;
  color: #565656;
  display: inline-block;
  margin-right: 30px;
  width: auto;
}

.header-area .is-sticky .palatin-main-menu .classy-navbar .nav-brand {
  background: 0 0;
}

.header-area .is-sticky .palatin-main-menu .classy-navbar .nav-brand .white {
  display: block;
  max-height: 49px;
}

.header-area .is-sticky .palatin-main-menu .classy-navbar .nav-brand .black {
  display: none;
}

.header-area .is-sticky .palatin-main-menu .menu-con {
  width: 100%;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header-area .is-sticky .palatin-main-menu .menu-con .classynav ul li a {
  padding: 10px 8px;
}

.header-area
  .is-sticky
  .palatin-main-menu
  .menu-con
  .classynav
  ul
  li
  .megamenu
  li
  a {
  padding: 8px 12px;
}

.header-area .is-sticky .palatin-main-menu .menu-con .classynav ul li ul li a {
  padding: 8px 20px;
}

@media only screen and (max-width: 991px) {
  .header-area .is-sticky .palatin-main-menu .menu-con .classynav ul li a {
    padding: 8px 12px;
    height: auto;
    line-height: inherit;
  }

  .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
    color: #3e4b2f;
  }

  .classynav ul li.megamenu-item:not(:has(.megamenu)) > a:after {
    content: "";
  }

  .classynav ul li.has-down > a:after,
  .classynav ul li.megamenu-item:has(.megamenu) > a:after {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 12px;
    color: #201e1e;
    padding-left: 5px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .classynav ul li ul li.has-down > a::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 3;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .is-sticky .palatin-main-menu .classy-navbar {
    height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #f1f1f1;
  }
}

@media only screen and (max-width: 767px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #f1f1f1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0;
  }
}

.classycloseIcon .cross-wrap span {
  background: #383431;
}

.hero-slides {
  position: relative;
  z-index: 1;
}

.hero-slides .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 4%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .owl-dots {
    left: 1%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .owl-dots {
    left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slides .owl-dots {
    bottom: 100px;
  }
}

.hero-slides .owl-dots .owl-dot {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 2px solid transparent;
  background-color: transparent;
  display: block;
  padding: 3px 5px;
  color: #fff;
  font-size: 14px;
}

.hero-slides .owl-dots .owl-dot.active,
.hero-slides .owl-dots .owl-dot:focus,
.hero-slides .owl-dots .owl-dot:hover {
  color: #fff;
  background-color: #1b3f4c;
  border: 2px solid #c1c1c1;
  box-shadow: none;
}

.single-hero-slide {
  width: 100%;
  height: 950px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-slide {
    height: 800px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-slide {
    height: 750px;
  }

  .mobile-banner {
    padding-top: 70px;
  }

  .mobile-banner img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-slide {
    height: 750px;
  }

  .mobile-banner {
    padding-top: 70px;
  }

  .mobile-banner img {
    width: 100%;
  }
}

.single-hero-slide .slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.single-hero-slide .hero-slides-content {
  display: inline-block;
  padding: 10px 50px;
  background-color: rgba(0, 0, 0, 0.63);
  border: 2px solid #c1c1c1;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-slide .hero-slides-content {
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-slide .hero-slides-content {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-slide .hero-slides-content {
    padding: 20px;
  }
}

.single-hero-slide .hero-slides-content .line {
  width: 90px;
  height: 2px;
  background-color: #c1c1c1;
  margin: 0 auto 10px;
}

.single-hero-slide .hero-slides-content h2 {
  position: relative;
  z-index: 1;
  font-size: 72px;
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-slide .hero-slides-content h2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-slide .hero-slides-content h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-slide .hero-slides-content h2 {
    font-size: 30px;
  }
}

.single-hero-slide .hero-slides-content p {
  font-size: 14px;
  color: #fff;
}

.hero-slides .owl-item.active .single-hero-slide .slide-img {
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.book-now-area {
  position: relative;
  z-index: 100;
  margin-bottom: 15px;
}

.book-now-form {
  position: relative;
  z-index: 1;
  top: -87px;
}

.book-now-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.book-now-form form .form-group,
.book-now-form form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
  height: 174px;
  background-color: #363636;
  border-left: 2px solid #c1c1c1;
  border-top: 2px solid #c1c1c1;
  border-bottom: 2px solid #c1c1c1;
  margin-bottom: 0;
  padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .book-now-form form .form-group,
  .book-now-form form button {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .book-now-form form .form-group,
  .book-now-form form button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 100px;
    border-bottom: 0 solid transparent;
    border-right: 2px solid #c1c1c1;
  }
}

.book-now-form form .form-group label {
  color: #c1c1c1;
  display: block;
  font-size: 14px;
  width: 100%;
}

.book-now-form form button {
  border-right: 2px solid #c1c1c1;
  font-size: 1rem;
  background-color: #c1c1c1;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0;
}

.book-now-form form button:focus,
.book-now-form form button:hover {
  outline: 0;
  background-color: #363636;
}

.book-now-form form .form-control:focus {
  box-shadow: none;
}

.book-now-form .nice-select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-size: 14px;
  height: auto;
  line-height: 1;
  padding-left: 0;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  color: #fff;
}

.book-now-form .nice-select::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 10px;
  margin-top: -4px;
  width: 10px;
}

.book-now-form .nice-select .list {
  background-color: #fff;
  border-radius: 0;
  margin-top: 2px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
}

.book-now-form .nice-select .current {
  font-size: 24px;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .book-now-form .nice-select .current {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .book-now-form .nice-select .current {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .book-now-form .nice-select .current {
    font-size: 18px;
  }
}

.book-now-form .nice-select .option {
  font-size: 20px;
  color: #363636;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .book-now-form .nice-select .option {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .book-now-form .nice-select .option {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .book-now-form .nice-select .option {
    font-size: 16px;
  }
}

.about-thumbnail {
  position: relative;
  z-index: 1;
}

.about-thumbnail.homepage .first-img {
  position: relative;
  width: 50%;
  margin-left: auto;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.about-thumbnail.homepage .second-img {
  position: relative;
  z-index: 1;
  width: 55%;
  margin-top: -50%;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.about-thumbnail.homepage .third-img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 45%;
  margin-top: -30%;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.about-key-text {
  position: relative;
  z-index: 1;
  margin-top: 35px;
}

.about-key-text h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1rem;
  font-family: "trajan-pro-3", serif;
}

.about-key-text h6 span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  margin-right: 15px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  background-color: #c1c1c1;
  border-radius: 50%;
  line-height: 30px;
  color: #fff;
}

.pool-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 70px 50px;
  border: 2px solid #c1c1c1;
  background-color: rgba(0, 0, 0, 0.63);
}

@media only screen and (max-width: 767px) {
  .pool-content {
    padding: 50px 20px;
  }
}

.pool-content .pool-feature {
  position: relative;
  z-index: 1;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pool-content .pool-feature {
    margin-top: 30px;
  }
}

.pool-content .pool-feature i {
  font-size: 70px;
  color: #c1c1c1;
  margin-bottom: 15px;
  display: block;
}

.pool-content .pool-feature p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.single-rooms-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 515px;
  margin-bottom: 100px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.single-rooms-area .bg-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.single-rooms-area .price-from {
  position: absolute;
  z-index: 20;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 15px;
  background-color: #181818;
  border: 2px solid #c1c1c1;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}

.single-rooms-area .rooms-text {
  position: absolute;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.63);
  padding: 30px 30px 40px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  border: 2px solid #c1c1c1;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.single-rooms-area .rooms-text .line {
  width: 90px;
  height: 2px;
  background-color: #c1c1c1;
  display: block;
  margin: 0 auto 20px;
}

.single-rooms-area .rooms-text h4 {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .single-rooms-area .rooms-text h4 {
    font-size: 20px;
  }
}

.single-rooms-area .rooms-text p {
  color: #fff;
  margin-bottom: 0;
}

.single-rooms-area .book-room-btn {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50;
}

.single-rooms-area:focus .rooms-text,
.single-rooms-area:hover .rooms-text {
  background-color: #201e1e;
}

.pagination-area {
  position: relative;
  z-index: 1;
  text-align: center;
}

.pagination-area .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-area .pagination .page-item .page-link {
  border: 2px solid transparent;
  background-color: transparent;
  display: block;
  padding: 5px;
  margin-right: 10px;
  color: #181818;
  font-size: 14px;
}

.pagination-area .pagination .page-item .page-link:focus,
.pagination-area .pagination .page-item .page-link:hover {
  color: #fff;
  background-color: #616161;
  border: 2px solid #c1c1c1;
  box-shadow: none;
}

.pagination-area .pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-area .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-area .pagination .page-item.active .page-link {
  color: #fff;
  background-color: #616161;
  border: 2px solid #c1c1c1;
}

.services-intro {
  position: relative;
  z-index: 1;
}

.services-intro .single-cool-fact {
  width: 100%;
}

.core-features-area {
  position: relative;
  z-index: 10;
}

.core-features-area .single-core-feature {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 514px;
}

.core-features-area .single-core-feature .bg-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.core-features-area .single-core-feature .feature-content {
  width: 70%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.85);
  border: 2px solid #c1c1c1;
  padding: 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .core-features-area .single-core-feature .feature-content {
    width: 85%;
  }
}

.core-features-area .single-core-feature .feature-content i {
  font-size: 3.75rem;
  color: #c1c1c1;
  margin-bottom: 30px;
  display: block;
}

.core-features-area .single-core-feature .feature-content h3 {
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .core-features-area .single-core-feature .feature-content h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .core-features-area .single-core-feature .feature-content h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .core-features-area .single-core-feature .feature-content h3 {
    font-size: 24px;
  }
}

.core-features-area .single-core-feature .feature-content p {
  margin-bottom: 0;
}

.single-service-area {
  position: relative;
  z-index: 1;
}

.single-service-area i {
  display: block;
  margin-bottom: 30px;
  color: #c1c1c1;
  font-size: 3.75rem;
}

.single-service-area h4 {
  font-size: 30px;
  margin-bottom: 25px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media only screen and (max-width: 767px) {
  .single-service-area h4 {
    font-size: 24px;
  }
}

.single-service-area p {
  margin-bottom: 0;
}

.our-milestones {
  position: relative;
  z-index: 1;
}

.our-milestones .single-cool-fact {
  background-color: rgba(0, 0, 0, 0.63);
}

.single-hotel-info {
  position: relative;
  z-index: 1;
}

.single-hotel-info .hotel-info-text {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

.single-hotel-info .hotel-info-text h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
}

.single-hotel-info .hotel-info-text h6 span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  margin-right: 15px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  background-color: #c1c1c1;
  border-radius: 50%;
  line-height: 30px;
  color: #fff;
}

.testimonial-content {
  position: relative;
  z-index: 1;
  border: 2px solid #c1c1c1;
  background-color: #fff;
  padding: 100px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .testimonial-content {
    padding: 30px;
  }
}

.testimonial-content .single-testimonial {
  position: relative;
  z-index: 1;
  text-align: center;
}

.testimonial-content .single-testimonial p {
  font-size: 1rem;
  color: #7d7d7d;
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  .testimonial-content .single-testimonial p {
    font-size: 14px;
  }
}

.testimonial-content .single-testimonial h6 {
  margin-top: 55px;
  margin-bottom: 3.75rem;
}

.testimonial-content .single-testimonial h6 span {
  color: #c1c1c1;
}

@media only screen and (max-width: 767px) {
  .testimonial-content .single-testimonial h6 {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}

.testimonial-content .single-testimonial img {
  width: auto !important;
  margin: 0 auto;
}

.footer-area {
  position: relative;
  z-index: 1;
  background-color: #363636;
  padding-bottom: 40px;
}

.footer-area .footer-widget-area p {
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 0;
}

.footer-area .footer-widget-area .widget-title {
  padding-top: 15px;
  color: #fff;
  font-weight: 400;
}

.footer-area .footer-widget-area .subscribe-form {
  position: relative;
  z-index: 1;
}

.footer-area .footer-widget-area .subscribe-form input {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 2px solid #c1c1c1;
  padding: 0 15px;
  color: #fff;
}

.footer-area .footer-widget-area .subscribe-form button {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  height: 46px;
  border: none;
  font-size: 1rem;
  margin-top: 15px;
  color: #fff;
  cursor: pointer;
  background-color: #c1c1c1;
}

.footer-area .footer-widget-area .subscribe-form button:focus,
.footer-area .footer-widget-area .subscribe-form button:hover {
  background-color: #363636;
}

.footer-area .copywrite-text {
  position: relative;
  z-index: 1;
}

.footer-area .copywrite-text p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 12px;
  color: rgba(204, 204, 204, 0.4);
}

.footer-area .copywrite-text p a {
  font-size: 12px;
  color: rgba(204, 204, 204, 0.4);
}

.footer-area .copywrite-text p a:hover {
  color: #fff;
}

.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 475px;
}

@media only screen and (max-width: 767px) {
  .breadcumb-area {
    height: 340px;
  }
}

.breadcumb-area .bradcumbContent {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .breadcumb-area .bradcumbContent {
    margin-top: 0;
  }
}

.breadcumb-area .bradcumbContent h2 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 0;
  padding: 5px 30px;
  border: 2px solid #c1c1c1;
  background-color: rgba(0, 0, 0, 0.63);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcumb-area .bradcumbContent h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcumb-area .bradcumbContent h2 {
    font-size: 30px;
  }
}

.single-blog-post {
  position: relative;
  z-index: 10;
}

.blog-title {
  line-height: 1.4;
  min-height: 65px;
}

.readmore-btn:hover {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-family: "calibri";
}

.readmore-btn {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-family: "calibri";
}

.readmore-btn:hover i {
  margin-left: 5px;
}

.single-blog-post .blog-post-thumb {
  position: relative;
  z-index: 1;
}

.single-blog-post .post-content {
  position: relative;
  z-index: 1;
  width: 80%;
  border: 2px solid #c1c1c1;
  padding: 50px 40px 30px;
  left: 10%;
  text-align: center;
  margin-top: -145px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .single-blog-post .post-content {
    width: 90%;
    left: 5%;
    margin-top: -25px;
    padding: 40px 30px 20px;
  }
}

.single-blog-post .post-content .post-date {
  position: absolute;
  left: 50%;
  top: -26.5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.single-blog-post .post-content .post-title {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}

.single-blog-post .post-content .post-title:focus,
.single-blog-post .post-content .post-title:hover {
  color: #c1c1c1;
}

@media only screen and (max-width: 767px) {
  .single-blog-post .post-content .post-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.single-blog-post .post-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.single-blog-post .post-content .post-meta a {
  font-size: 12px;
  color: #363636;
  position: relative;
  z-index: 2;
}

.single-blog-post .post-content .post-meta a:first-child {
  margin-right: 30px;
}

.single-blog-post .post-content .post-meta a:first-child::after {
  position: absolute;
  top: -2px;
  right: -18px;
  content: "|";
  z-index: 10;
}

.contact-area {
  position: relative;
  z-index: 1;
}

.contact-area .home-map-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  height: 685px;
}

@media only screen and (max-width: 767px) {
  .contact-area .home-map-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 450px;
  }
}

.contact-area .home-map-area iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-area .contact-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding: 0 8%;
}

@media only screen and (max-width: 767px) {
  .contact-area .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 50px 30px;
  }
}

.contact-area .contact-info h4,
.contact-area .contact-info h5 {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area .contact-info h4,
  .contact-area .contact-info h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-area .contact-info h4,
  .contact-area .contact-info h5 {
    font-size: 16px;
  }
}

.contact-area .contact-info .social-info a {
  display: inline-block;
  margin-right: 15px;
}

.contact-area .contact-info .social-info a:focus,
.contact-area .contact-info .social-info a:hover {
  color: #c1c1c1;
}

.single-contact-information {
  position: relative;
  z-index: 1;
}

.single-contact-information .section-text {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.single-contact-information .section-text h3 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px;
}

.single-contact-information .section-text p {
  margin-bottom: 0;
}

.single-contact-information .contact-content {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.single-contact-information .contact-content:last-child {
  margin-bottom: 0;
}

.single-contact-information .contact-content p {
  font-size: 15px;
  color: #7d7d7d;
  margin-bottom: 0;
}

.single-contact-information .contact-content p:first-child {
  font-size: 1.1rem;
  color: #c1c1c1;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
  width: 90px;
}

.map-area {
  position: relative;
  z-index: 2;
}

.map-area iframe {
  width: 100%;
  height: 515px;
  border: none;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .map-area iframe {
    height: 300px;
  }
}

.contact-form-area {
  position: relative;
  z-index: 1;
}

.contact-form-area form {
  position: relative;
  z-index: 1;
}

.contact-form-area form input,
.contact-form-area form textarea {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: none;
  border-bottom: 2px solid #c9c9c9;
  margin-bottom: 30px;
  font-size: 12px;
  font-style: italic;
  color: #7d7d7d;
  border-radius: 0;
  width: 100%;
  height: 52px;
}

.contact-form-area form input:focus,
.contact-form-area form textarea:focus {
  border-color: #c1c1c1;
  box-shadow: none;
}

.contact-form-area form textarea {
  height: 180px;
}

.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center;
}

.single-skils-area .circle {
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
}

.single-skils-area .skills-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-skils-area .skills-text span {
  font-size: 48px;
  color: #232323;
}

.single-skils-area .skills-text p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 14px;
  color: #232323;
}

.elements-title h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .elements-title h2 {
    font-size: 24px;
  }
}

.single-icon {
  position: relative;
  z-index: 1;
  padding: 50px 30px;
  border: 2px solid #c1c1c1;
  text-align: center;
}

.single-icon i {
  color: #c1c1c1;
  font-size: 70px;
  display: block;
  margin-bottom: 30px;
}

.single-icon span {
  font-size: 16px;
}

.single-cool-fact {
  position: relative;
  z-index: 1;
  width: 200px;
  padding: 35px 15px;
  border: 2px solid #c1c1c1;
  text-align: center;
  background-color: #363636;
  margin: 0 auto;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.single-cool-fact .scf-text i {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: block;
  font-size: 70px;
  margin-bottom: 10px;
  color: #c1c1c1;
}

.single-cool-fact .scf-text h2 {
  font-size: 48px;
  margin-bottom: 5px;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-cool-fact .scf-text h2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-cool-fact .scf-text h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .single-cool-fact .scf-text h2 {
    font-size: 30px;
  }
}

.single-cool-fact .scf-text p {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
  line-height: 1;
}

.single-cool-fact:focus,
.single-cool-fact:hover {
  background-color: #c1c1c1;
}

.single-cool-fact:focus .scf-text i,
.single-cool-fact:hover .scf-text i {
  color: #fff;
}

.single-accordion.panel {
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px;
}

.single-accordion:last-of-type {
  margin-bottom: 0;
}

.single-accordion h6 {
  margin-bottom: 0;
}

.single-accordion h6 a {
  background-color: #c1c1c1;
  border-radius: 0;
  border: 2px solid #c1c1c1;
  color: #fff;
  display: block;
  margin: 0;
  padding: 20px 70px 20px 30px;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
}

.single-accordion h6 a span {
  background: 0 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 58px;
  height: 100%;
  color: #fff;
  line-height: 58px;
}

.single-accordion h6 a span.accor-open {
  opacity: 0;
}

.single-accordion h6 a.collapsed {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #fff;
  color: #7d7d7d;
  border: 2px solid #c1c1c1;
}

.single-accordion h6 a.collapsed span {
  color: #7d7d7d;
}

.single-accordion h6 a.collapsed span.accor-close {
  opacity: 0;
}

.single-accordion h6 a.collapsed span.accor-open {
  opacity: 1;
}

.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
  padding: 30px 15px 5px;
}

.single-accordion .accordion-content p {
  margin-bottom: 0;
}

.palatin-tabs-content {
  position: relative;
  z-index: 1;
}

.palatin-tabs-content .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}

.palatin-tabs-content .nav-tabs .nav-link {
  background-color: #fff;
  border: 2px solid #c1c1c1;
  padding: 0 20px;
  height: 58px;
  line-height: 58px;
  color: #7d7d7d;
  margin: 0 2px;
  border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .palatin-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .palatin-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
    font-size: 12px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .palatin-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
  }

  .hytPlayerWrap iframe {
    width: 430px !important;
    height: 280px !important;
  }
}

.palatin-tabs-content .nav-tabs .nav-link.active {
  background-color: #c1c1c1;
  color: #fff;
}

.palatin-tabs-content .palatin-tab-text p {
  margin-bottom: 0;
}

.palatin-tabs-content .tab-content h6 {
  font-size: 18px;
}

.ytLoader {
  display: block;
  margin: 0 auto;
  width: 90vw;
  height: 60vw;
  margin-bottom: 10px;
}

.ytLoader {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.ytLoader > .cover {
  width: 100%;
  height: 100%;
}

.ytLoader > .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10%;
  height: auto;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

@media only screen and (min-width: 280px) and (max-width: 480px) {
  .hytPlayerWrap iframe {
    width: 230px !important;
    height: 13.75rem !important;
  }
}

.hytPlayerWrapOuter {
  width: 426px;
  margin: 0 auto;
}

.hytPlayerWrap {
  display: inline-block;
  position: relative;
}

.hytPlayerWrap.ended::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: #201e1e;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}

.hytPlayerWrap.paused::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 50px;
  right: 0;
  cursor: pointer;
  background-color: #201e1e;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}

.right_floating {
  width: 150px;
  padding: 10px 5px;
  float: right;
  right: -55px;
  top: 250px !important;
  display: block;
  position: fixed;
  transform: rotate(90deg);
  background-color: #f5930f;
  border-radius: 0xpx 10px 10px 0;
  color: #ffffff !important;
  z-index: 9999;
  text-align: center;
}

.right_floating a {
  color: #fff;
}

.right_reg {
  width: 150px;
  padding: 10px 5px;
  float: right;
  right: -55px;
  top: 410px !important;
  display: block;
  position: fixed;
  transform: rotate(90deg);
  background-color: #f5930f;
  border-radius: 0xpx 10px 10px 0;
  color: #ffffff !important;
  z-index: 9999;
  text-align: center;
}

.right_reg a {
  color: #fff;
}

.heading1 {
  font-family: "trajan-pro-3", serif;
  font-size: 2rem;
  text-transform: uppercase;
  color: #201e1e;
  font-weight: 600;
}

.heading2 {
  font-family: "trajan-pro-3", serif;
  font-size: 2rem;
  text-transform: uppercase;
  color: #201e1e;
  font-weight: 600;
}

.heading3 {
  font-family: "trajan-pro-3", serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #201e1e;
  font-weight: 600;
}

.form-box:last-child {
  margin-bottom: 0;
}

.form-box .heading2 {
  font-size: 21px;
  text-transform: capitalize;
  color: #201e1e !important;
}

.red,
.text-red {
  color: red !important;
}

.bg-white {
  background: #fff !important;
}

ol.p {
  list-style-type: lower-latin;
  padding-left: 30px;
}

ol.p li {
  list-style: inherit;
  font-size: 12px;
  margin-bottom: 0.5rem;
}

#videoBanner {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.conten-detail {
  background: #eaeaea;
  padding: 50px;
  margin-top: 82px;
  margin-left: -20%;
  outline: 1px solid #383431;
  outline-offset: -25px;
}
.facilities-detail-1 {
  background: #ededed;
  padding: 35px;
  margin-top: 0px;
  margin-right: -25%;
  outline: 1px solid #383431;
  outline-offset: -20px;
  position: relative;
  z-index: 1;
}
.facilities-detail-2 {
  background: #ededed;
  padding: 35px;
  margin-top: 0px;
  margin-left: -25%;
  outline: 1px solid #383431;
  outline-offset: -20px;
  position: relative;
  z-index: 1;
}
#myVideo {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: top;
  display: block;
}

.content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

#myBtn {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 5px solid #afaaa9;
  font-size: 1.1rem;
  color: #afaaa9;
  padding: 10px;
  background: 0 0;
  cursor: pointer;
}

#myBtn:hover {
  background: 0 0;
}

#result {
  padding: 30px 0;
}

#result .w-20 {
  width: 20%;
}

#result .w-60 {
  width: 60%;
}

#result .w-40 {
  width: 40%;
}

#result .icons {
  padding: 18px 10px;
  border-bottom: 1px dotted #e67b2b;
}

#result .icons span {
  background: url(../images/result-icons.png) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
}

#result .icons .average {
  background-position: 0 0;
}

#result .icons .years {
  background-position: -80px 0;
}

#result .icons .average-class {
  background-position: -13.75rem 0;
}

#result .icons .kishore-vaigyanik {
  background-position: -240px 0;
}

#result .icons .schools {
  background-position: -320px 0;
}

#result .icons .scholarships {
  background-position: -400px 0;
}

#result .icons .teams {
  background-position: -480px 0;
}

#result .icons p {
  margin-bottom: 5px;
}

#result .bigNumbers {
  font-family: "trajan-pro-3", serif;
  text-align: center;
  color: #e67b2b;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 3.75rem;
  text-transform: uppercase;
}

#result .bigText {
  font-family: "trajan-pro-3", serif;
  text-align: center;
  color: #201e1e;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.social-btns {
  position: fixed;
  left: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  z-index: 9;
  border-radius: 10px;
}

.bread-crumb li {
  padding-left: 0.5rem;
}

.bread-crumb li a {
  color: #212121 !important;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}

.bread-crumb li:last-child {
  color: var(--theme-dark) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.bread-crumb li a > span,
.bread-crumb li > span {
  padding-left: 0.5rem;
  font-size: 1rem;
  padding-top: 1px;
}
.facebook-btn {
  border-radius: 0px 10px 0px 0px;
}

.youtube-btn {
  border-radius: 0px 0px 10px 0px;
}

.social-btns a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.social-btns a:hover {
  width: 110px;
}

#result .toppers {
  border: 1px dotted #e67b2b;
  padding: 15px;
  width: 60%;
}

#result .toppers .heading2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

#result .toppers .heading3 {
  font-family: "trajan-pro-3", serif;
  text-align: center;
  color: #e67b2b;
  font-size: 1.1rem;
  font-weight: 600;
}

#result .toppers .topper-detail .rank {
  background: #9b9998;
  width: 90%;
  height: 40px;
  position: relative;
  text-align: center;
  font-family: "trajan-pro-3", serif;
  color: #383431;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 12px;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

#result .toppers .topper-detail .rank:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 40px solid #9b9998;
  border-right: 20px solid transparent;
  position: absolute;
  left: 100%;
  top: 0;
}

#result .toppers .topper-detail .rankNumber {
  background: #383431;
  width: 100%;
  height: 40px;
  position: relative;
  text-align: center;
  font-family: "trajan-pro-3", serif;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 600;
}

#result .toppers .topper-detail .rankNumber sup {
  font-size: 15px;
  text-transform: lowercase;
  top: -0.7em;
}

#result .toppers .topper-detail .rankNumber:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 40px solid #383431;
  border-left: 12px solid transparent;
  position: absolute;
  right: 100%;
  top: 0;
}

#result .toppers .topper-detail img {
  width: 100%;
}

#result .toppers .topper-detail p {
  font-family: "trajan-pro-3", serif;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #201e1e;
  margin-bottom: 30px;
}

#result .w-25 {
  width: 25%;
}

#result .w-50 {
  width: 50%;
}

#result .selections {
  border: 1px dotted #e67b2b;
  padding-top: 15px;
  margin-top: -30px;
  background: #fff;
  border-bottom: 0;
}

#result .w-25.top-margin {
  margin-top: -70px;
}

#result .selections .heading2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

#result .selections .col-md-4 {
  border-bottom: 1px dotted #e67b2b;
  border-right: 1px dotted #e67b2b;
}

#result .selections .col-md-4:nth-child(3n + 1) {
  border-right: 0;
}

#result .selections .selections-detial {
  padding: 25px 10px;
}

#result .selections .selections-detial .bigNumbers {
  font-size: 45px;
  line-height: 48px;
}

#result .selections .selections-detial .bigText {
  font-family: "trajan-pro-3", serif;
  font-size: 14px;
  margin-top: 8px;
}

.enquirySection {
  background: #f5e5db;
  padding: 30px 0;
}

.enquirySection a {
  background: linear-gradient(to bottom, #e5aa83 0, #d08d60 100%);
  text-decoration: none;
}
.enquirySection a p {
  font-family: "calibri";
  padding-top: 40px;
  margin-bottom: 4px !important;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .gutter-6 {
    --bs-gutter-y: 3rem !important;
    --bs-gutter-x: 3rem !important;
  }
}
@media (max-width: 576px) {
  .gutter-6 {
    --bs-gutter-y: 4rem !important;
    --bs-gutter-x: 4rem !important;
  }
}

.classynav {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease;
}

@keyframes slideInDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.classy-navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #383431;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  animation: slideInDown 1s ease forwards;
}

.header-area .palatin-main-menu .classy-navbar.fixed .nav-brand img {
  max-height: 75px;
}

.p-card {
  position: relative;
  display: block;
  border-radius: calc(30 * 1px);
  overflow: hidden;
  text-decoration: none;
}

.card__image {
  width: 100%;
  height: auto;
}

.card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: calc(30 * 1px);
  background-color: #e67b2b;
  transform: translateY(100%);
  transition: 0.2s ease-in-out;
}

.p-card:hover .card__overlay {
  transform: translateY(0);
}

.card__header {
  position: relative;
  padding: 15px;
  border-radius: calc(30 * 1px) 0 0 0;
  background-color: #e67b2b;
  transform: translateY(-100%);
  transition: 0.2s ease-in-out;
}

.card__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
}

.card__arc path {
  fill: #e67b2b;
}

.p-card:hover .card__header {
  transform: translateY(0);
}

.card__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.card__title {
  margin-bottom: 0 !important;
  text-align: center;
  font-size: 18px !important;
  color: #fff !important;
}

.card__tagline {
  display: block;
  margin: 1em 0;
  font-family: MockFlowFont;
  font-size: 0.8em;
  color: #d7bdca;
}

.card__status {
  font-size: 0.8em;
  color: #d7bdca;
}

.card__description {
  padding: 0 15px 15px;
  margin: 0;
  color: #fff !important;
  text-align: center;
}

.enquiry a span {
  width: 80px;
  height: 80px;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-top: -20%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.enquiry a:hover .admission,
.enquiry a:hover .erp,
.enquiry a:hover .contact-us {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.enquiry a span:nth-child(2) {
  display: inline-block;
  width: 100%;
  margin: 0;
  background: 0 0;
}

.about {
  padding: 30px 0;
}

.about-us img {
  z-index: 999;
  padding: 10px;
}

.about-us::before {
  content: "";
  position: absolute;
  background: #e67b2b;
  width: 85px;
  height: 62px;
  padding: 10px;
  z-index: -111;
}

.about-us::after {
  content: "";
  position: absolute;
  background: #383431;
  width: 145px;
  height: 105px;
  padding: 10px;
  z-index: -111;
  right: 0;
  bottom: 0;
}

.about .features {
  width: 100%;
  margin-bottom: 20px;
}

.about .features .feature-icon {
  width: 100%;
  margin-bottom: 15px;
}

.about .features .feature-icon span {
  display: inline-block;
  padding: 8px 10px;
  font-size: 40px;
  line-height: 40px;
  background: #fff;
  color: #fff;
  border: 1px solid #b2b2b2;
  position: relative;
}

.about .features .feature-icon span:after,
.about .features .feature-icon span:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.about .features .feature-icon span:after {
  border-top-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}

.about .features .feature-icon span:before {
  border-top-color: #b2b2b2;
  border-width: 8px;
  margin-left: -8px;
}

.about .features p span {
  display: block;
}

.gallery {
  padding: 30px 0;
  background: #383431;
}

.gallery.bg-white {
  background: #fff;
  padding: 0;
}

.lightbox {
  height: 240px;
  display: block;
  width: 100%;
}

.gallery-block {
  padding-left: 10px;
  padding-top: 0px;
  margin: 0;
}

.gallery-block .heading {
  margin-bottom: 50px;
  text-align: center;
}

.gallery-block .heading h2 {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.gallery-block.compact-gallery a {
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image {
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info {
  position: relative;
  display: inline-block;
}

.gallery-block.compact-gallery .item .description {
  display: grid;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  font-size: 17px;
  line-height: 18px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 1;
  color: #fff;
  transition: 0.8s ease;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading {
  font-size: 1em;
  font-weight: 700;
}

.gallery-block.compact-gallery .item .description .description-body {
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .lightbox {
    max-height: 108px;
  }
}

@media (min-width: 576px) {
  .gallery-block.compact-gallery .item .description {
    opacity: 0;
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1;
  }

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

.gallery-block .heading {
  margin-bottom: 50px;
  text-align: center;
}

.gallery-block .heading h2 {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.gallery-block.compact-gallery .item .image {
  transition: 0.8s ease;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 275px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

.gallery-block.compact-gallery .item .info {
  position: relative;
  display: inline-block;
}

.gallery-block.compact-gallery .item .description {
  display: grid;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  font-size: 17px;
  line-height: 18px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 1;
  color: #fff;
  transition: 0.8s ease;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading {
  font-size: 1em;
  font-weight: 700;
}

.gallery-block.compact-gallery .item .description .description-body {
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

@media (min-width: 576px) {
  .gallery-block.compact-gallery .item .description {
    opacity: 0;
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1;
  }

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

.gallery.bg-white .gallery-block {
  padding: 0;
}

.gallery .heading2 {
  color: #fff;
}

.gallery .navigation button {
  background-color: #fff;
  border-radius: 0;
  border: none;
  outline: 0;
  bottom: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #030604;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
}

.gallery a.palatin-btn {
  background: #fff;
  color: #030604;
}

.gallery a.palatin-btn:hover {
  background: #fff;
  color: #030604;
}

.newsHigh {
  padding: 30px 0;
  background: #e6e7e9;
}

.newsHigh .col-md-4:nth-child(1),
.newsHigh .col-md-4:nth-child(2) {
  border-right: 1px solid #bec7b9;
}

.newsEventPic {
  border: 8px solid #fff;
  margin-right: 15px;
}

.newsEventPic img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

.newsletter a {
  font-size: 30px;
  color: #f07a33;
}

.blinking {
  animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
  0% {
    color: #f07a33;
  }

  49% {
    color: #f07a33;
  }

  60% {
    color: #eb3270;
  }

  99% {
    color: #eb3270;
  }

  100% {
    color: #f07a33;
  }
}

.blogs {
  padding: 30px 0;
}

.blogs img {
  width: 100%;
  margin-bottom: 10px;
}

.blogs h4 {
  font-size: 1.1rem;
  font-family: "trajan-pro-3", serif;
}

.blogs .fImage {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 4px;
  position: relative;
  border: 1px solid #e4e4e4;
}

.blogs .fImage img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

#connect-us {
  padding: 30px 0;
  background: #e9f0d9;
}

.social-icon a:hover {
  opacity: 0.7;
}

.social-icon {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.social-icon a img {
  width: 19px;
}

.social-icon a {
  width: 38px;
  height: 38px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.social-icon .facebook-icon {
  background: #0866ff;
}

.social-icon .twiter-icon {
  background: #0f1418;
}

.social-icon .linkdin-icon {
  background: #1f72c5;
}

.social-icon .fa-linkedin {
  background: #007bb5;
}

.social-icon .youtube-icon {
  background: #ff0033;
}

.social-icon .instagram-icon {
  background: transparent linear-gradient(135deg, #8d0aff 0%, #ef0354 100%);
}

.social-icon .fa-pinterest-p {
  background: #e0001e;
  color: #fff;
}

.social-icon .fa-wikipedia-w {
  background: #fff;
}

.testimonials {
  padding: 30px 0;
  background-color: #383431;
}

.testimonials p {
  color: #fff;
}

.testimonials h2 {
  color: #fff;
}

.testimonials .carousel-item {
  min-height: auto;
  height: auto;
}

.testimonials .carousel-indicators {
  bottom: -30px;
}

.testimonials .carousel-caption {
  position: relative;
  right: inherit;
  left: inherit;
  top: inherit;
  bottom: inherit;
  z-index: 10;
  padding: 20px;
  text-align: center;
}

.testimonials .carousel-caption .quote i {
  color: hsla(26, 79%, 54%, 0.1);
  line-height: 24px;
}

.testimonials .carousel-caption p {
  color: #201e1e;
  line-height: 24px;
}

.testimonials .carousel-caption p.quote {
  text-align: left;
  font-size: 36px;
  color: hsla(26, 79%, 54%, 0.1);
}

.whats-img {
  bottom: 45px;
  right: 10px;
  width: 40px;
  position: fixed;
  z-index: 22;
}

.contact-with-us {
  padding: 30px 0;
}

.contact-with-us .form-box .form-control {
  border-radius: 0;
  font-size: 14px;
  box-shadow: 0px 1px 6px #38343129;
  border: 1px solid #38343129;
}

.contact-with-us .form-box .form-select {
  border-radius: 0;
  font-size: 14px;
  box-shadow: 0px 1px 6px #38343129;
  border: 1px solid #38343129;
}

.contact-with-us .form-box .input-group-text {
  border-radius: 0;
  font-size: 14px;
  box-shadow: 0px 1px 6px #38343129;
  border: 1px solid #38343129;
}

.form-control.form-control-sm.custom-select {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.input-group-sm .custom-file,
.input-group-sm .custom-file .custom-file-input,
.input-group-sm .custom-file .custom-file-label {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

a.btn.knowmore-btn {
  color: #fff;
  background: #e67b2b;
  font-size: 1.1rem;
  border-radius: 0;
  font-family: "calibri";
  font-weight: 600;
}

a.btn.knowmore-btn:hover {
  color: #fff;
  background: #d7611f;
  border-radius: 0;
}

.btn.submitbtn {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.1rem;
  background: #e67b2b;
  font-family: "calibri";
  border-radius: 0;
  font-weight: 600;
}

.btn.submitbtn:hover {
  display: block;
  width: 100%;
  color: #fff;
  background: #d7611f;
}
.btn.submitnext {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.1rem;
  background: #e67b2b;
  font-family: "calibri";
  border-radius: 0;
  font-weight: 600;
}

.btn.submitnext:hover {
  display: block;
  width: 100%;
  color: #fff;
  background: #d7611f;
}

.input-group-sm .custom-file .custom-file-label::after {
  height: calc(1.71rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

#partners {
  padding: 30px 0;
}

#partners {
  background: #f3f4f3;
}

#partners .spnsors-logo {
  text-align: center;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  width: 100%;
  background: #fff;
}

#partners .spnsors-logo:hover {
  border-color: transparent;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer {
  padding: 30px 0 0 0;
  background: #383431;
}

.footer .column_1 ul {
  margin-bottom: 16px;
  margin-top: 8px;
}

.footer .column_1 a {
  font-size: 1.1rem;
  color: #fff;
  font-family: "calibri";
  font-weight: 300;
  text-decoration: none;
}

.footer .column_1 .heading {
  font-family: "trajan-pro-3", serif;
  text-transform: uppercase;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 10px;
}

.footer .column_1 {
  font-size: 1.1rem;
  color: #fff;
  font-family: "calibri";
  font-weight: 300;
}

.footer address .column_1 span {
  padding-right: 10px;
  font-size: 16px;
}

#copyright {
  background: #e67b2b;
  padding: 10px 0;
}

#copyright .column-1 {
  font-size: 1.1rem;
  color: #fff;
  font-family: "calibri";
  font-weight: 300;
}

#copyright .column-1 a {
  font-size: 1.1rem;
  color: #fff;
  font-family: "calibri";
  font-weight: 500;
  text-decoration: none;
}

.footer-social {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
}

.footer-social li {
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: top;
}

.footer-social li:last-child {
  margin-right: 0;
}

.footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
}

.footer-social li a img {
  width: 16px;
}

.footer-social li a:hover {
  display: block;
  background: #383431;
  border-color: #383431;
  border-radius: 25px;
}

.newsHigh .slick-arrow {
  background: #fff;
  cursor: pointer;
}

.newsHigh .slick-arrow:hover {
  background: #9b9998;
  cursor: pointer;
}

.newsHigh .notice-top {
  position: absolute;
  padding: 7px;
  right: 38px;
  bottom: -25px;
  z-index: 99;
}

.newsHigh .notice-bottom {
  position: absolute;
  right: 0;
  bottom: -25px;
  padding: 7px;
  z-index: 99;
}

.blogs .blogs-carousel.owl-carousel .owl-next,
.owl-prev {
  position: absolute;
  width: 35px !important;
  height: 35px !important;
}

.blogs .blogs-carousel.owl-carousel .owl-prev {
  left: -3% !important;
}

.blogs .blogs-carousel.owl-carousel .owl-next {
  right: -3% !important;
}

.blogs .blogs-carousel.owl-carousel .owl-next,
.blogs .blogs-carousel.owl-carousel .owl-prev {
  top: 40%;
}
.page-title {
  position: relative;
  padding: 3rem 0 1.5rem;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: top !important;
  border-top: 1px solid var(--gold-color);
  background: url("https://resources.edunexttechnologies.com/web-data/sarabhadohi/Images/sara.png")
    no-repeat top;
}
.container-sec {
  width: 95%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.page-title h1 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 42px;
  margin-bottom: 0;
  font-weight: bold;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: 2px 2px 4px #000000;
}
.page-title h1::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.2em;
  background: #e67b2b;
  border-radius: 5rem;
}

.page-content {
  padding: 0;
  background: #c1c1c1;
  background: -moz-linear-gradient(
    left,
    #c1c1c1 0,
    #c1c1c1 50%,
    #fff 50%,
    #fff 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, #c1c1c1),
    color-stop(50%, #c1c1c1),
    color-stop(50%, #fff),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(
    left,
    #c1c1c1 0,
    #c1c1c1 50%,
    #fff 50%,
    #fff 100%
  );
  background: -o-linear-gradient(
    left,
    #c1c1c1 0,
    #c1c1c1 50%,
    #fff 50%,
    #fff 100%
  );
  background: -ms-linear-gradient(
    left,
    #c1c1c1 0,
    #c1c1c1 50%,
    #fff 50%,
    #fff 100%
  );
  background: linear-gradient(
    to right,
    #ededed 0,
    #ededed 50%,
    #fff 50%,
    #fff 100%
  );
}

.page-content .py-30 {
  padding: 30px 0;
}

.page-content .bg-white {
  background: #fff;
}

.page-content .inner-navigation {
  padding: 0;
}

.page-content .inner-navigation ul li {
  padding-right: 15px;
  background: #ededed;
  padding: 0 0;
  margin-bottom: 5px;
}

.tab-btns .tab-btn {
  font-weight: 600;
  color: var(--theme-dark);
  border: 2px solid var(--theme-dark);
  transition: all 0.2s;
}

.tab-btns .tab-btn:hover {
  color: var(--theme-dark);
  border: 2px solid #e67b2b;
  color: #e67b2b;
}

.tab-btns .tab-btn.active {
  background: #e67b2b;
  border: 2px solid #e67b2b;
  color: #fff;
}

.page-content .inner-navigation ul li a.active-leftPage,
.page-content .inner-navigation ul li:hover a {
  border-left: 4px solid #e67b2b;
  padding-left: 10px;
  line-height: 22px;
}

.page-content .inner-navigation ul li a {
  color: #111210;
  line-height: 38px;
  display: block;
  margin-left: -4px;
  background: #ededed;
  text-transform: uppercase;
  padding-left: 10px;
  line-height: 22px;
  text-decoration: none;
}

.page-content h1 {
  padding-bottom: 5px;
}

.page-content h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background: #e67b2b;
}

/* .page-content .inner-navigation ul li.active,
.page-content .inner-navigation ul li:hover {
	background: #fff;
	padding: 8px 0
} */

/* .page-content .inner-navigation ul li.active a,
.page-content .inner-navigation ul li:hover a {
	border-left: 4px solid #000;
	color: #87a93c;
	padding-left: 10px;
	line-height: 22px
} */

.page-content .content-page px-3 .fImage {
  max-width: 190px;
  height: 210px;
  float: left;
  margin: 0 15px 15px 0;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.page-content .content-page px-3 .fImage img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

.page-content .content-page px-3 .d-flex div p {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}

.page-content .content-page px-3 .d-flex div p.name {
  font-weight: 700;
  color: #048e4c;
  margin-bottom: 12px;
}

.page-content .content-page px-3 .student-counsil .fImage {
  float: inherit;
  margin: 0 0 15px 0;
}

.page-content .content-page px-3 .student-counsil .cauvery-house,
.page-content .content-page px-3 .student-counsil .ganga-house,
.page-content .content-page px-3 .student-counsil .godavari-house,
.page-content .content-page px-3 .student-counsil .jhelum-house,
.page-content .content-page px-3 .student-counsil .ravi-house,
.page-content .content-page px-3 .student-counsil .satluj-house,
.page-content .content-page px-3 .student-counsil .yamuna-house {
  padding: 10px;
  margin-bottom: 15px;
  position: sticky;
  position: -webkit-sticky;
  top: 61px;
  z-index: 1;
}

.page-content .content-page px-3 .student-counsil .cauvery-house {
  background: #ff0;
}

.page-content .content-page px-3 .student-counsil .ganga-house {
  background: #66cbff;
}

.page-content .content-page px-3 .student-counsil .godavari-house {
  background: #0071c1;
}

.page-content .content-page px-3 .student-counsil .jhelum-house {
  background: #ff7d7f;
}

.page-content .content-page px-3 .student-counsil .ravi-house {
  background: #fac090;
}

.page-content .content-page px-3 .student-counsil .satluj-house {
  background: #c3d79c;
}

.page-content .content-page px-3 .student-counsil .yamuna-house {
  background: #fe0000;
}

.page-content .content-page px-3 .student-counsil .mono-logo {
  height: 3.75rem;
}

.page-content .content-page px-3 .student-counsil h4 {
  font-family: "trajan-pro-3", serif;
  font-size: 27px;
  text-transform: uppercase;
  color: #201e1e;
  margin-bottom: 0;
}

.page-content .content-page px-3 ol,
.page-content .content-page px-3 ul {
  padding-left: 30px;
  margin-bottom: 15px;
}

.page-content .content-page px-3 ol li,
.page-content .content-page px-3 ul li {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.page-content .content-page px-3 ul li {
  list-style: circle;
}

.page-content .content-page px-3 ol li {
  list-style: decimal;
}

.page-content .content-page px-3 li,
.page-content .content-page px-3 p {
  color: #7d7d7d;
}

.page-content .content-page px-3 b,
.page-content .content-page px-3 h3 b,
.page-content .content-page px-3 h3 strong,
.page-content .content-page px-3 h4 b,
.page-content .content-page px-3 h4 strong,
.page-content .content-page px-3 h5 b,
.page-content .content-page px-3 h5 strong,
.page-content .content-page px-3 h6 b,
.page-content .content-page px-3 h6 strong,
.page-content .content-page px-3 p b,
.page-content .content-page px-3 p strong,
.page-content .content-page px-3 span b,
.page-content .content-page px-3 span strong,
.page-content .content-page px-3 strong {
  font-weight: 600;
}

.page-content #admissionopen {
  background: #f5930f;
  border: 8px solid #fff;
  margin-top: 15px;
  margin-right: 15px;
}

.page-content #admissionopen {
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #06b360 0,
    #02743d 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    100%,
    color-stop(0, #06b360),
    color-stop(100%, #02743d)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #06b360 0,
    #02743d 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    #06b360 0,
    #02743d 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    #06b360 0,
    #02743d 100%
  );
  background: radial-gradient(ellipse at center, #06b360 0, #02743d 100%);
}

.page-content #admissionopen .palatin-btn,
.page-content #admissionopen .palatin-btn:hover {
  background-color: #f1da6e;
  color: #17651e;
}

.page-content #admissionopen h2 {
  color: #fff;
}

.page-content #admissionopen.subscribe-inner {
  padding: 30px 0;
  text-align: center;
}

.subscribe-inner .heading2 {
  font-size: 30px;
}

.subscribe-inner p {
  color: #e9ffb4;
  margin-bottom: 30px;
  font-size: 20px;
}

.time-countdown {
  margin: 15px 0 15px 0;
}

.text-green {
  color: #065833;
  font-size: 1rem;
  font-weight: 600;
}

.time-countdown p {
  margin-bottom: 10px;
  overflow: visible;
  font-size: 14px;
  color: #141414;
}

.time-countdown p .linkforseo {
  text-decoration: none;
  color: #212121;
}

.time-countdown p .linkforseo:hover {
  text-decoration: none;
  color: #212121;
}

.time-countdown h2 {
  font-size: 22px;
  text-align: left;
}

.time-countdown .team-item {
  float: left;
  margin: 0 20px 0 0;
}

.time-countdown .team-item p {
  text-align: center;
  font-weight: 700;
  margin: 0;
}

.time-countdown p span.address {
  padding: 0;
  background: #f5930f;
  color: #fff;
  display: inline-block;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 3px;
  margin-right: 5px;
}

.time-countdown p span.address i {
  margin: 0;
}

.time-countdown .container-form {
  padding: 0;
  margin: 0 0 30px 0;
}

.time-countdown .container-form:last-child {
  padding: 0;
  margin: 0;
}

.time-countdown .container-form .form-wrapper {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

ul.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin: 0;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 !important;
}

ul.gallery li {
  width: 33.33333%;
  list-style: none !important;
}

ul.gallery li img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

ul.gallery li a {
  color: #201e1e;
  margin: 0 7px 15px 8px;
  display: inline-block;
  height: 200px;
  padding-bottom: 32px;
}

ul.gallery li a h3 {
  color: #201e1e;
}

ul.gallery li a p {
  text-align: center;
  margin: 5px 0 0 0;
  color: #201e1e;
}

.team-item {
  float: left;
  margin: 0 15px 15px 0;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

#slider1_container img[u="image"] {
  width: auto !important;
  height: 100% !important;
  right: 0 !important;
  left: 0 !important;
  margin: 0 auto !important;
}

#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100% !important;
}

#customers td,
#customers th {
  border: 1px solid #ddd !important;
  padding: 8px !important;
  width: auto !important;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover {
  background-color: #ddd;
}

#customers th {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  text-align: left;
  background-color: #4caf50;
  color: #fff;
}

#customers td p,
#customers th p {
  font-size: 13px !important;
  margin-bottom: 0;
}

.team-members {
  height: 100% !important;
}

.team-members {
  overflow: hidden;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.team-image {
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 4;
}
.bg-theme-primary {
  background: var(--theme-primary);
}
.bg-theme-primary-og {
  background: #e67b2b !important;
}
.border-dark {
  background: var(--theme-primary);
}
@keyframes blink-warning {
  0% {
    color: var(--theme-danger);
  }

  50% {
    color: var(--theme-primary);
  }

  100% {
    color: var(--theme-danger);
  }
}

.blink-warning {
  animation: blink-warning 1s linear infinite;
}

.team-members-card::after {
  content: "";
  width: 100%;
  height: 110px;
  background-color: #c1c1c1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition-duration: 1s;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transform: scale(1.1);
}

.t-card-strip {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.bg-theme-og {
  background: #e67b2b !important;
}

.team-members-card img {
  width: 130px;
  height: 115px;
}

.page-content .content-page px-3 .student-counsil .gomti-house {
  background: #afabab;
}

.page-content .content-page px-3 .student-counsil .indus-house {
  background: #800000;
}

.page-content .content-page px-3 .student-counsil .bhramputra-house {
  background: #cc6600;
}

.page-content .content-page px-3 .student-counsil .narmada-house {
  background: #385723;
}

.page-content .content-page px-3 .student-counsil .gomti-house {
  padding: 10px;
  margin-bottom: 15px;
  position: sticky;
  position: -webkit-sticky;
  top: 61px;
  z-index: 1;
}

.page-content .content-page px-3 .student-counsil .indus-house {
  padding: 10px;
  margin-bottom: 15px;
  position: sticky;
  position: -webkit-sticky;
  top: 61px;
  z-index: 1;
}

.page-content .content-page px-3 .student-counsil .bhramputra-house {
  padding: 10px;
  margin-bottom: 15px;
  position: sticky;
  position: -webkit-sticky;
  top: 61px;
  z-index: 1;
}

.news-image img {
  width: 11rem;
  object-fit: cover;
  aspect-ratio: 9 / 7;
  flex-shrink: 0;
}

.page-content .content-page px-3 .student-counsil .narmada-house {
  padding: 10px;
  margin-bottom: 15px;
  position: sticky;
  position: -webkit-sticky;
  top: 61px;
  z-index: 1;
}

.page-content .content-page px-3 ol,
.page-content .content-page px-3 ul {
  padding-left: 0;
}

.page-content .content-page px-3 ul li {
  list-style: none;
}

.breadcrumb-box {
  position: relative;
  background: #f3f4f3;
}

.breadcrumb-box ul {
  position: relative;
  clear: both;
  list-style: none;
  width: 100%;
  float: left;
  padding-left: 15px;
}

.breadcrumb-box ul li {
  list-style: none;
  float: left;
  padding: 0px 5px;
}

.breadcrumb-box ul li a {
  font-weight: 400;
  font-family: Lato, sans-serif;
  margin: 0;
  font-size: 14px;
  color: #212121;
  line-height: 25px;
}

@media (max-width: 767px) {
  .bigNumbers {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
  #copyright .column-1,
  .footer .column_1 .heading,
  .footer .column_1 a,
  #copyright .column-1 a {
    font-size: 14px;
  }

  .heading1 {
    font-size: 1.5rem;
  }

  .heading2 {
    font-size: 1rem;
  }

  .heading3,
  .blogs h4 {
    font-size: 1rem;
  }
  ul li {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}

.accordion-header {
  font-size: 1rem;
  font-weight: 600;
  font-family: Inter, sans-serif;
  background: #fff;
  color: var(--theme-primary);
  border: 1px solid var(--bs-border-color);
  padding: 0.5rem 1rem;
  border-radius: var(--bs-border-radius-sm);
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
  transition: all 0.2s;
}

.accordion-header::before {
  content: "\f129";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--theme-primary-accent);
  color: var(--theme-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  font-family: FontAwesome;
  flex-shrink: 0;
}

.accordion-header::after {
  content: "\f107";
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  margin-left: auto;
  align-items: center;
  font-family: FontAwesome;
  transition: all 0.3s;
  flex-shrink: 0;
}

.accordion-item:not(:last-child) {
  margin-bottom: 0.6rem;
}

.accordion-item.open .accordion-header {
  background: var(--theme-primary);
  color: #fff !important;
}

.accordion-item.open .accordion-header::after {
  transform: rotate(-180deg);
}

.accordion-body {
  background: #fff;
  margin: 0 0 0.7rem;
  border-radius: var(--bs-border-radius-sm);
}

.accordion-group {
  --theme-bg: #f7f7f7;
  --theme-c: var(--theme-primary);
}

.accordian-hover:hover,
.accordion-btn.active {
  --theme-bg: var(--theme-primary);
  --theme-c: white;
}

.accordion-btn {
  background-color: var(--theme-bg);
  color: var(--theme-c);
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: left;
  border-radius: var(--bs-border-radius-sm);
  margin-bottom: 0.25rem;
}

.accordion-btn::after {
  content: "\f054";
  font-family: Fontawesome;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  color: var(--theme-c);
  transition: all 0.3s;
}

.accordion-btn.active::after {
  transform: rotate(90deg);
}

.accordion-body {
  padding: 1rem !important;
}

/* internal page left menu style  */

#leftSideMenu {
  list-style: none;
  padding: 0 0.5rem;
  margin: 0;
  font-size: 0.875rem;
}

#leftSideMenu li {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 5px 0px;
}

#leftSideMenu li.leftMenuBtn {
  padding-right: 1rem;
}

#leftSideMenu li a {
  display: block;
}

#leftSideMenu li > a {
  padding: 0em 0.5em;
  transition: all 0.3s;
  color: var(--theme-primary-dark);
}

#leftSideMenu li:hover > a {
  color: var(--theme-dark);
}

#leftSideMenu > li.leftMenuBtn::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 0.9em;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0.4em;
  transition: all 0.3s;
}

#leftSideMenu > li.leftMenuBtnActive::after {
  transform: rotate(90deg);
}

#leftSideMenu li:hover::after {
  color: inherit;
}

#leftSideMenu .active-leftPage {
  background-color: #fff;
  color: var(--theme-primary) !important;
}
#leftSideMenu li:has(a.active-leftPage) {
  background-color: #fff;
}

#leftSideMenu .leftMenu-drop {
  display: block;
  padding-left: 1em;
  font-size: 0.9em;
}

.media {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layer {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 90%;
  background: #fff;
  color: #151e3f;
  transition: all 0.9s ease;
  z-index: 1;
}

.layer a {
  transition: all 0.9s ease;
  transform: scale(0.1);
}

.layer p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
}

.media:hover .layer {
  opacity: 0.8;
  width: 90%;
  transition: all 0.5s ease;
}

.media:hover .layer p,
.media:hover .layer a {
  transform: scale(1);
  transition: all 0.9s ease;
}

@media only screen and (min-width: 992px) {
  #newmodal .modal-dialog {
    max-width: 650px;
  }
}

#newmodal {
  z-index: 9999;
  background: rgb(0 0 0 / 75%);
}

#newmodal .modal-dialog .modal-dialog-centered {
  width: 100%;
}

.modal .close {
  position: absolute;
  font-size: 18px;
  background: var(--theme-primary);
  opacity: 1;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  padding: 5px 5px 9px 9px;
  border-radius: 20px 0px 20px 20px;
  cursor: pointer;
  z-index: 22;
}

#enquirymodal h4 {
  color: #fff;
  font-size: 20px;
}

#enquirymodal .close {
  top: 16px;
  right: 16px;
}

.modal .close {
  top: 0;
  right: 0;
}
.aTag > div {
  transform: translateX(-50%) scale(1);
  transition: all 0.3s ease-in-out;
}
.aTag:hover > div {
  transform: translateX(-50%) scale(1.1);
}
.vision-mission {
  background-color: #e67b2b;
}
