/*================================================
Default CSS
=================================================*/

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Poppins:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&amp;display=swap');

body {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #252525;
}

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

ul,
ol {
  list-style-type: none;

}

input,
button,
a {
  outline: 0 !important;
}
.bg1{
background-color: #f1f1f1;
}

p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #212131;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

p:last-child {
  margin-bottom: 0;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.playfair-display {
  font-family: "Playfair Display", serif;
}

.bg-f5faf8 {
  background-color: #f5faf8;
}

.bg-f8fafb {
  background-color: #f8fafb;
}

.bg-f9f9f9 {
  background-color: #f9f9f9;
}

.bg-e1f9e9 {
  background-color: #e1f9e9;
}

.bg-f8e8e9 {
  background-color: #f8e8e9;
}

.bg-F7F9FB {
  background-color: #F7F9FB;
}

.bg-e6fbff {
  background-color: #e6fbff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252525;
  font-family: 'Open Sans', sans-serif;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}


p.main-text2 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

p.main-text2 a {
  color: #006cd5;
  font-weight: 500;
  text-decoration: underline;
}


/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

/* ============ desktop view .end// ============ */

/*default-btn*/
.default-btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  padding: 13px 25px 12px 55px;
  position: relative;
  background-color: #6c292b;
  color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #6c292b;
  border-radius: 1px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.default-btn .label,
.default-btn .icon-arrow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000;
  perspective: 1000;
}

.default-btn .label {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.default-btn .icon-arrow {
  color: #ffffff;
  top: 11px;
  -webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  font-size: 25px;
}

.default-btn .icon-arrow.before {
  left: 20px;
  position: absolute;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.default-btn .icon-arrow.after {
  opacity: 0;
  position: absolute;
  right: 20px;
  -webkit-transform: translateX(75%) scaleX(0.1);
  transform: translateX(75%) scaleX(0.1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.default-btn1:hover,
.default-btn1:focus {
  background-color: #082b4e !important;
  color: #ffffff;
  border-color: #082b4e !important;
}

.default-btn:hover,
.default-btn:focus {
  background-color: #082b4e;
  color: #ffffff;
  border-color: #082b4e;
}

.feedback-info .default-btn:hover,
.feedback-info .default-btn:focus {
  border-color: #6c292b;
}

.default-btn:hover .label,
.default-btn:focus .label {
  -webkit-transform: translateX(-32px);
  transform: translateX(-32px);
}

.default-btn:hover .icon-arrow.before,
.default-btn:focus .icon-arrow.before {
  opacity: 0;
  -webkit-transform: translateX(-75%) scaleX(0.1);
  transform: translateX(-75%) scaleX(0.1);
}

.default-btn:hover .icon-arrow.after,
.default-btn:focus .icon-arrow.after {
  opacity: 1;
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
}

.feedback-info a.default-btn {
  background: #6c292b;
}

.offcanvas-active {
  overflow: hidden;
}

.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
  transition: opacity .5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
  transition: .9s ease-in-out;
}

.offcanvas {
  width: 400px;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all .2s;
  border-radius: 0;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999999;
  background-color: #082c4e;
  overflow-y: scroll;
  overflow-x: hidden;
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  padding-left: 60px;
  transition: .9s ease-in-out;
}

.menu-overlay a.list-group-item {
  background: transparent;
  border-bottom: 1.5px solid #1d364e;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 12px;
}

.menu-overlay nav.list-group {
  padding-top: 100px;
}

.menu-overlay ul.inner-menu-ul {
  padding-inline-start: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-overlay ul.inner-menu-ul li {
  padding: 3px 20px;
}

.menu-overlay ul.inner-menu-ul li a.inner-list-group-item {
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 300;
}

.menu-overlay a.list-group-item i.las.la-plus-circle {
  float: right;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.social-media i {
  color: #fff;
  font-size: 22px;
  border: 1px solid #dbdbdb;
  padding: 6px;
  margin: 0 3px;
  border-radius: 50%;
}

.social-media {
  text-align: center;
  padding-top: 40px;
}

.offcanvas.offcanvas-right {
  right: 0;
  left: auto;
  transform: translateX(100%);
  transition: .9s ease-in-out;
}

.offcanvas.show {
  visibility: visible;
  transform: translateX(0);
  transition: transform .2s;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.offcanvas .btn-close {
  position: absolute;
  right: 30px;
  top: 0px;
  color: #fff;
  font-size: 55px;
  padding: 0;
    background: transparent;
}

.menu-bar a.menu-bar-btn i {
  font-size: 38px;
  background: #ff9500;
  color: #fff;
  border-radius: 50%;
  padding: 4px;
  border: 2px dotted #fff;
  z-index: 99;
  position: relative;
}

.menu-bar a.menu-bar-btn span {
  font-size: 16px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 400;
  background: #082b4e;
  color: #fff;
  padding: 4px 14px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  top: -11px;
  left: -12px;
}

.bottom-shadow {
  position: absolute;
  padding: 30px 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(1, 58, 54, .6), transparent);
  z-index: 99;
}

.logo img {
  width: 130px;
}

img.title-img {
  width: 100px;
  opacity: .9;
}

header.is-sticky .menu-bar a.menu-bar-btn i {
  font-size: 34px;
}

header.is-sticky .menu-bar a.menu-bar-btn span {
  font-size: 16px;
  padding: 4px 14px;
  top: -9px;
  background: transparent;
}

.raque-responsive-menu .header-logos h1 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

header.is-sticky .logo img {
  width: 55px;
  margin-right: 6px;
}

.raque-responsive-menu .header-logos h1 {
  display: none;
}

header.is-sticky .raque-responsive-menu .header-logos h1 {
  display: block;
}

.inner-header-top .header-area .header-logos h1 {
  display: none;
}

.inner-header-top .header-area.is-sticky .header-logos h1 {
  display: block;
}

.raque-responsive-menu {
  display: flex;
  justify-content: space-between;
}

.raque-responsive-menu .header-logos {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}

.raque-responsive-menu .menu-bar {
  vertical-align: middle;
  justify-content: end;
  display: flex;
}

.main-slider .carousel-item img {
  height: 94vh;
  object-fit: cover;
  animation-duration: 20s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: relative;
}

.main-slider .carousel-item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0, .3);
}

.main-slider .carousel-item img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  content: '';
  z-index: 999;

}

@keyframes slidein {
  from {
    transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);
  }

  to {
    transform: translate3d(20px, 20px, 20px) scale(1.4, 1.4);
  }
}

.main-slider .carousel-control-next,
.main-slider .carousel-control-prev {
  background: rgb(255, 255, 255, .7);
  width: auto;
  top: 50%;
  transform: translate(0, -50%);
  bottom: auto;
  opacity: 1;
  font-size: 20px;
  padding: 30px 4px;
  border-width: 0;
  z-index: 99999;
  color: #363636;
  text-shadow: 0px 1px black;
}

.main-slider .carousel-caption {
  position: absolute;
  bottom: 12px;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  width: 50%;
}

.main-slider .carousel-indicators li {
  width: 12px;
  border-radius: 50%;
  height: 12px;
  border: 3px solid #fff;
  background-color: #ff9500;
  margin: 4px 3px;
}

.main-slider .carousel-indicators li.active {
  background-color: #ff9500;
}

h4.title-medium {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
  border-bottom: 2px dotted #a9a9a9;
  padding-bottom: 5px;
}

/*section-title*/
.section-title {
  text-align: center;
  position: relative;
  margin-top: -5px;
  margin-bottom: 35px;
}

.section-title .sub-title {
  text-transform: uppercase;
  display: block;
  color: #ff1949;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
}

.section-title h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -.5px;
}

.section-title p {
  max-width: 620px;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}

.section-title .default-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

a.btn-content {
  margin-top: 20px;
  background: #dc3545;
  border: 0 !important;
  position: relative !important;
  transform: translateY(0) !important;
}

.section-title.text-left h2 {
  max-width: 620px;
  margin-bottom: 0;
}

.section-title.text-left p {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 15px;
  margin-right: 0;
}

/*form-control*/
.form-control {
  height: 48px;
  padding: 0 0 0 12px;
  line-height: initial;
  color: #252525;
  background-color: #ffffff;
  border: 1px solid #e6e9fc;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
}

.form-control::-webkit-input-placeholder {
  color: #c4c5d0;
}

.form-control:-ms-input-placeholder {
  color: #c4c5d0;
}

.form-control::-ms-input-placeholder {
  color: #c4c5d0;
}

.form-control::placeholder {
  color: #c4c5d0;
}

.form-control:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #d7d9eb;
}

textarea.form-control {
  height: auto !important;
  padding-top: 12px;
}

/*================================================
Preloader CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader .loader {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
  text-align: center;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.preloader .box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-animation: animate .5s linear infinite;
  animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}

.preloader .shadow {
  width: 100%;
  height: 5px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 50px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow .5s linear infinite;
  animation: shadow .5s linear infinite;
}

.preloader::before,
.preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: #082b4e;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader .box img {
  background: #fff;
  padding: 8px;
  width: 200px;
  border-radius: 50%;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

/*@-webkit-keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }
}

@keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }
}*/

/*================================================
Header CSS
=================================================*/
.container {
  max-width: 95%;
}

.top-bar {
  background: #082b4e;
}

.top-navigation {
  position: relative;
  margin-bottom: 0;
}

.top-navigation li.list-inline-item {
  display: inline-block;
  margin-right: 0 !important;
  color: #fff;
}

.top-navigation li:first-child a {
  border-left: 0;
}

.top-navigation li a {
  color: #fff;
  font-size: 15px;
  letter-spacing: .5px;
  padding: 0 12px;
  font-weight: 400;
  border-left: 1px solid #767676;
}

.top-navigation li a i {
  font-size: 90%;
}

.top-navigation li.list-inline-item.list-register-now a {
  background: #ff9500;
  padding: 8px 14px 9px;
  display: inline-block;
  font-weight: 500;
  margin-left: 8px;
  font-size: 16px;
  animation-name: blink;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    background-color: #c78a36;
  }

  50% {
    background-color: #c97d14;
  }

  75% {
    background-color: #ed971e;
  }

  100% {
    background-color: #d78512;
  }
}

.top-navigation li.list-inline-item.list-register-now a i {
  transform: rotate(45deg);
  margin-left: 2px;
}

.top-navigation li a span {
  font-size: 16px;
}

ul.social-media-top {
  margin-bottom: 0;
}

ul.social-media-top li {
  margin-right: 15px !important;
}

ul.social-media-top li a {
  color: #f1f1f1;
  font-size: 20px;
  transition: .6s ease-in-out;
}

ul.social-media-top li a:hover {
  color: #fff;
}

.header-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 999;
  transition: .3s ease-in-out;
  padding: 30px 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
}

.header-area.is-sticky {
  background: rgb(1, 58, 54, .9);
  padding: 0px 20px;
  position: fixed !important;
}



.header-area.is-sticky .navbar-collapse {
  opacity: 1;
  visibility: visible;
}

@media (min-width:1400px) {
  .header-area .container {
    max-width: 80%;
  }

}

.top-header-style-four {
  background-color: #ff1949;
  padding-top: 0;
  padding-bottom: 0;
}


.raque-nav {
  margin-top: -10px;
}

.raque-nav .navbar {
  padding: 0 20px;
  border-radius: 3px;
}

.raque-nav .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.raque-nav .navbar .navbar-brand img {
  width: 200px;
  transition: .3s ease-in-out;
}

.is-sticky .raque-nav .navbar .navbar-brand img {
  width: 120px;
}

.raque-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.raque-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.raque-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.raque-nav .navbar .navbar-nav .nav-item a {
  color: #fff;
  font-size: 16.5px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 13px;
  margin-right: 13px;
}

.is-sticky .raque-nav .navbar .navbar-nav .nav-item a {
  padding: 15px 0;
}

.raque-nav .navbar .navbar-nav .nav-item a:hover,
.raque-nav .navbar .navbar-nav .nav-item a:focus,
.raque-nav .navbar .navbar-nav .nav-item a.active {
  color: #ff1949;
}

.raque-nav .navbar .navbar-nav .nav-item a i {
  font-size: 17px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
}

.raque-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.raque-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.raque-nav .navbar .navbar-nav .nav-item:hover a,
.raque-nav .navbar .navbar-nav .nav-item.active a {
  color: #ff1949;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 82px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: 2px solid #ff1949;
  padding: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 13px 20px 11px;
  margin: 0;
  position: relative;
  display: block;
  color: #4a6f8a;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 15px;
  font-weight: 500;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ff1949;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #ff1949;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ff1949;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ff1949;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ff1949;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ff1949;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ff1949;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #ff1949;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ff1949;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ff1949;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ff1949;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #ff1949;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #ff1949;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.raque-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.raque-nav .navbar .others-option .language-switcher {
  position: relative;
  top: -1px;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-toggle {
  padding: 0;
  border: none;
  background-color: transparent;
  font-weight: 500;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-toggle::after {
  display: none;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-toggle img {
  width: 35px;
  border-radius: 5px;
  border: 3px solid #ffffff;
  position: relative;
  top: -2px;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-toggle span {
  display: inline-block;
  margin-left: 3px;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-toggle span i {
  position: relative;
  font-size: 20px;
  top: 4px;
  margin-left: -3px;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-menu {
  padding: 15px;
  float: unset;
  border: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  display: block;
  margin-top: 27px;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item {
  padding: 0;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 500;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item img {
  width: 40px;
  border-radius: 5px;
  border: 3px solid #ffffff;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item span {
  display: inline-block;
  margin-left: 5px;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:hover,
.raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:active,
.raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item.active {
  color: #252525;
  background-color: transparent;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.raque-nav .navbar .others-option .cart-wrapper-btn {
  margin-left: 8px;
  font-size: 25px;
  line-height: 1;
  position: relative;
  top: 5px;
}

.raque-nav .navbar .others-option .cart-wrapper-btn i {
  line-height: 1;
}

.raque-nav .navbar .others-option .cart-wrapper-btn span {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 15px;
  height: 15px;
  background-color: red;
  color: #ffffff;
  line-height: 16.5px;
  text-align: center;
  border-radius: 3px;
  font-weight: 500;
  font-size: 10px;
}

.raque-nav .navbar .others-option .search-box {
  margin-left: 16px;
  cursor: pointer;
  font-size: 25px;
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  position: relative;
  top: 4px;
}

.raque-nav .navbar .others-option .search-box i {
  line-height: 1;
}

.raque-nav .navbar .others-option .search-box:hover {
  color: #ff1949;
}

.navbar-area.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area.header-sticky .raque-nav {
  margin-top: 0;
}

.navbar-area.header-sticky .raque-nav .navbar {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 0;
}

.navbar-area.header-sticky.is-sticky {
  opacity: 1;
  visibility: visible;
}

.navbar-area.header-sticky.scrollUp {
  -webkit-transform: translateY(-85px);
  transform: translateY(-85px);
  opacity: 0;
  visibility: hidden;
}

.navbar-style-two {
  background-color: transparent;
}

.navbar-style-three .raque-nav {
  margin-top: 0;

}

.navbar-style-three .raque-nav .navbar {
  border-radius: 0;
  padding: 0;
}

nav.navbar.main-menu-bar {
  align-self: flex-start;
  padding: 0;
}

nav.navbar.main-menu-bar ul.navbar-nav li.nav-item a.nav-link {
  font-size: 17.5px;
  color: #fff;
  font-weight: 400;
  padding: 20px 14px;
  text-transform: uppercase;
  letter-spacing: .3px;
  text-shadow: 1px 0px 10px #323232;
}
nav.navbar .dropdown-toggle::after{
    display: none;
}
nav.navbar.main-menu-bar ul.navbar-nav li.nav-item ul.dropdown-menu {
  background: #ffffff;
  min-width: 280px;
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 10px 0;
  box-shadow: 0 3px 10px rgb(0 0 0 / 12%);
}

nav.navbar.main-menu-bar ul.navbar-nav li.nav-item ul.dropdown-menu:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  content: '';
  position: absolute;
  top: -9px;
  left: 25px;
}

nav.navbar.main-menu-bar ul.navbar-nav li.nav-item ul.dropdown-menu li {
  border-bottom: 1px solid #dfdfdf;
}

nav.navbar.main-menu-bar ul.navbar-nav li.nav-item ul.dropdown-menu li:last-child {
  border-bottom: 0;
}

nav.navbar.main-menu-bar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item.active,
nav.navbar.main-menu-bar ul.navbar-nav li.nav-item ul.dropdown-menu li .dropdown-item:active {
  background-color: #ffffff;
}

nav.navbar.main-menu-bar ul.navbar-nav li.nav-item ul.dropdown-menu a.dropdown-item {
  padding: 6px 16px;
  color: #333;
  font-size: 16.5px;
  line-height: 19px;
  font-weight: 600;
  transition: .4s ease-in-out;
  display: block;
  white-space: normal;
}



.navbar-style-three .raque-nav .navbar .others-option {
  margin-left: 25px;
}

.navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: 0;
}

.navbar-style-three.header-sticky .raque-nav .navbar .others-option {
  margin-left: 25px;
}

@media only screen and (max-width: 991px) {
  .raque-responsive-nav {
    display: block;
  }

  .raque-responsive-nav .raque-responsive-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .raque-responsive-nav .raque-responsive-menu a {
    font-size: 20px;
    color: #fff;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav {
    margin-top: 53px;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #ff1949;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option {
    display: none;
    position: absolute;
    right: 50px;
    top: 4px;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher {
    position: relative;
    top: -1px;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    font-weight: 500;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle::after {
    display: none;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle img {
    width: 35px;
    border-radius: 5px;
    border: 3px solid #ffffff;
    position: relative;
    top: -2px;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle span {
    display: inline-block;
    margin-left: 3px;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle span i {
    position: relative;
    font-size: 20px;
    top: 4px;
    margin-left: -3px;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu {
    padding: 15px;
    float: unset;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: block;
    margin-top: 17px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item {
    padding: 0;
    color: #252525;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item img {
    width: 40px;
    border-radius: 5px;
    border: 3px solid #ffffff;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item span {
    display: inline-block;
    margin-left: 5px;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:hover,
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:active,
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item.active {
    color: #252525;
    background-color: transparent;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .cart-wrapper-btn {
    margin-left: 8px;
    font-size: 25px;
    line-height: 1;
    position: relative;
    top: 5px;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .cart-wrapper-btn i {
    line-height: 1;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .cart-wrapper-btn span {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 15px;
    height: 15px;
    background-color: red;
    color: #ffffff;
    line-height: 16.5px;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    font-size: 10px;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .search-box {
    margin-left: 16px;
    cursor: pointer;
    font-size: 25px;
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 1;
    position: relative;
    top: 4px;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .search-box i {
    line-height: 1;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .search-box:hover {
    color: #ff1949;
  }

  .raque-responsive-nav .raque-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 294px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }

  .raque-responsive-nav .mean-container a.meanmenu-reveal {
    color: #fff;
    right: 0 !important;
    overflow: hidden;
  }

  .raque-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #fff;
  }

  .raque-responsive-nav .logo {
    position: relative;
    width: 180px;
    z-index: 999;
  }

  .navbar-area {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar-area.header-sticky.is-sticky {
    display: none !important;
  }

  .navbar-area.navbar-style-two .raque-responsive-nav .raque-responsive-menu.mean-container .navbar-nav {
    height: 357px;
  }

  .raque-nav {
    display: none;
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

/*================================================
About CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
  background: #f1f1f1;
  padding: 50px 0;
}

.about-area2 {
  background: #082b4e !important;
}

.about-area2 .inner-about-content h1 {
  color: #fff !important;
}

.about-area2 .inner-about-content p {
  color: #fff !important;
}

.about-content-bg-logo:before {
  background: url(../images/logo/bg-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  opacity: .1;
}

.about-image {
  position: relative;
  padding-right: 50px;
  padding-bottom: 0;
}

.about-image img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: -250px 0;
}

.about-image img:nth-child(2) {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
}

.single-healthsafety-box {
  margin: 6px;
}

.single-healthsafety-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 10px;
}

.single-healthsafety-box1 {
  position: relative;
  top: -10px;
}

.single-healthsafety-box2 {
  position: relative;
  bottom: -10px;
}

.about-content {
  font-family: 'Open Sans', sans-serif;
  padding: 0 30px;
  position: relative;
}

.about-content.content2:before {
  position: absolute;
  content: '';
  width: 55%;
  height: 100%;
  background: #22375d;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.about-content.content2 {
  padding-left: 15px;
  text-align: left;
  padding: 30px 8% 20px 8%;
  background: #4e5768;
  margin: 40px 0 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.about-content.content2 ul {
  list-style-type: circle;
  padding: 0;
  list-style-position: inside;
  display: flex;
  margin: 20px -20px 0 -20px;
}

.about-content.content2 ul li {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  text-align: center;
}

.about-content.content2 ul li b {
  font-weight: 400;
  display: inline-block;
}

.about-content.content2 ul li b:nth-child(1) {
  width: 100px;
  padding-bottom: 0;
  text-align: center;
  height: 100px;
  background: #f1f1f1;
  color: #dc3545;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  border: 3px solid #df727d;
  font-size: 30px;
  line-height: 30px;
  margin: auto;
}

.about-content.content2 ul li b:nth-child(2) {
  padding-top: 5px;
  text-align: center;
  width: 100%;
  font-size: 16px;
}

.about-content.content2 p {
  font-size: 16px;
  color: #fff;
  margin: 10px 0 0;
  font-weight: 200;
  line-height: 18px;
}

.about-content.content2 p.title-p {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px 0;
}

.about-content.content2 p.title-p b {
  font-weight: 400;
}

.about-content p {
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -.5px;
  color: #111;
}

.about-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #3c3c3c;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
}

.about-content h1 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -.5px;
  color: #111;
  text-transform: uppercase;
}

.about-content h6 {
  margin-bottom: 14px;
  line-height: 1.6;
}

.about-content .features-text {
  margin-top: 25px;
}

.about-content .features-text h5 {
  margin-bottom: 22px;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  padding-left: 47px;
  padding-top: 7px;
}

.about-content .features-text i {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #0eb582;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  font-size: 20px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.about-content .default-btn {
  margin-top: 30px;
}

.about-content.content2 .default-btn {
  margin-top: 30px;
  background: #dc3545;
  border: 0 !important
}

.about-content .signature {
  margin-top: 25px;
}

.about-content.left-content {
  max-width: 540px;
  margin-left: auto;
  padding-left: 0;
  padding-right: 15px;
}

.about-right-image {
  position: relative;
  text-align: right;
  padding-left: 100px;
  padding-bottom: 60px;
}

.about-right-image img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-right-image .text-box {
  position: absolute;
  left: 220px;
  top: 60px;
  z-index: 1;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.about-right-image .text-box .inner {
  position: absolute;
  left: 0;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  text-transform: uppercase;
  color: #727695;
  font-size: 15px;
  font-weight: 600;
}

.about-right-image .text-box .inner span {
  display: block;
  color: #ff1949;
  margin-top: -2px;
  font-size: 30px;
  font-weight: 700;
}

.about-right-image .text-box::before {
  position: absolute;
  content: '';
  border: 2px dashed #ff1949;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: -1;
  right: 0;
  bottom: 0;
  margin: 10px;
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.about-inner-area {
  margin-top: 80px;
}

.about-text h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: 700;
}

.about-text h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  background-color: #ff1949;
  height: 1px;
}

.about-text .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
}

.about-text .features-list li {
  position: relative;
  margin-bottom: 12px;
  color: #252525;
  padding-top: 3px;
  padding-left: 30px;
}

.about-text .features-list li i {
  font-size: 16px;
  color: #252525;
  background-color: #eaeaf2;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-text .features-list li:last-child {
  margin-bottom: 0;
}

.about-text .features-list li:hover i {
  background-color: #ff1949;
  color: #ffffff;
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.owl-item:nth-child(2) .single-categories-courses-box,
.owl-item:nth-child(8) .single-categories-courses-box,
.col-lg-3:nth-child(2) .single-categories-courses-box,
.col-lg-3:nth-child(8) .single-categories-courses-box {
  background-color: #fea116;
}

.owl-item:nth-child(2) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(2) .single-categories-courses-box:focus .icon,
.owl-item:nth-child(8) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(8) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(2) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(2) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(8) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(8) .single-categories-courses-box:focus .icon {
  border-color: #fea116;
  color: #fea116;
}

.owl-item:nth-child(3) .single-categories-courses-box,
.owl-item:nth-child(9) .single-categories-courses-box,
.col-lg-3:nth-child(3) .single-categories-courses-box,
.col-lg-3:nth-child(9) .single-categories-courses-box {
  background-color: #1cb5a3;
}

.owl-item:nth-child(3) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(3) .single-categories-courses-box:focus .icon,
.owl-item:nth-child(9) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(9) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(3) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(3) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(9) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(9) .single-categories-courses-box:focus .icon {
  border-color: #1cb5a3;
  color: #1cb5a3;
}

.owl-item:nth-child(4) .single-categories-courses-box,
.owl-item:nth-child(10) .single-categories-courses-box,
.col-lg-3:nth-child(4) .single-categories-courses-box,
.col-lg-3:nth-child(10) .single-categories-courses-box {
  background-color: #3d64ff;
}

.owl-item:nth-child(4) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(4) .single-categories-courses-box:focus .icon,
.owl-item:nth-child(10) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(10) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(4) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(4) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(10) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(10) .single-categories-courses-box:focus .icon {
  border-color: #3d64ff;
  color: #3d64ff;
}

.owl-item:nth-child(5) .single-categories-courses-box,
.owl-item:nth-child(11) .single-categories-courses-box,
.col-lg-3:nth-child(5) .single-categories-courses-box,
.col-lg-3:nth-child(11) .single-categories-courses-box {
  background-color: #e74d57;
}

.owl-item:nth-child(5) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(5) .single-categories-courses-box:focus .icon,
.owl-item:nth-child(11) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(11) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(5) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(5) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(11) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(11) .single-categories-courses-box:focus .icon {
  border-color: #e74d57;
  color: #e74d57;
}

.owl-item:nth-child(6) .single-categories-courses-box,
.owl-item:nth-child(12) .single-categories-courses-box,
.col-lg-3:nth-child(6) .single-categories-courses-box,
.col-lg-3:nth-child(12) .single-categories-courses-box {
  background-color: #9764df;
}

.owl-item:nth-child(6) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(6) .single-categories-courses-box:focus .icon,
.owl-item:nth-child(12) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(12) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(6) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(6) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(12) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(12) .single-categories-courses-box:focus .icon {
  border-color: #9764df;
  color: #9764df;
}

.owl-item:nth-child(2) .single-courses-category a i,
.owl-item:nth-child(11) .single-courses-category a i,
.col-lg-3:nth-child(2) .single-courses-category a i,
.col-lg-3:nth-child(11) .single-courses-category a i {
  color: #0eb582;
}

.owl-item:nth-child(2) .single-courses-category a::before,
.owl-item:nth-child(11) .single-courses-category a::before,
.col-lg-3:nth-child(2) .single-courses-category a::before,
.col-lg-3:nth-child(11) .single-courses-category a::before {
  background-color: #0eb582;
}

.owl-item:nth-child(2) .single-courses-category a:hover i,
.owl-item:nth-child(2) .single-courses-category a:focus i,
.owl-item:nth-child(11) .single-courses-category a:hover i,
.owl-item:nth-child(11) .single-courses-category a:focus i,
.col-lg-3:nth-child(2) .single-courses-category a:hover i,
.col-lg-3:nth-child(2) .single-courses-category a:focus i,
.col-lg-3:nth-child(11) .single-courses-category a:hover i,
.col-lg-3:nth-child(11) .single-courses-category a:focus i {
  color: #ffffff;
}

.owl-item:nth-child(3) .single-courses-category a i,
.owl-item:nth-child(12) .single-courses-category a i,
.col-lg-3:nth-child(3) .single-courses-category a i,
.col-lg-3:nth-child(12) .single-courses-category a i {
  color: #0093c9;
}

.owl-item:nth-child(3) .single-courses-category a::before,
.owl-item:nth-child(12) .single-courses-category a::before,
.col-lg-3:nth-child(3) .single-courses-category a::before,
.col-lg-3:nth-child(12) .single-courses-category a::before {
  background-color: #0093c9;
}

.owl-item:nth-child(3) .single-courses-category a:hover i,
.owl-item:nth-child(3) .single-courses-category a:focus i,
.owl-item:nth-child(12) .single-courses-category a:hover i,
.owl-item:nth-child(12) .single-courses-category a:focus i,
.col-lg-3:nth-child(3) .single-courses-category a:hover i,
.col-lg-3:nth-child(3) .single-courses-category a:focus i,
.col-lg-3:nth-child(12) .single-courses-category a:hover i,
.col-lg-3:nth-child(12) .single-courses-category a:focus i {
  color: #ffffff;
}

.owl-item:nth-child(4) .single-courses-category a i,
.owl-item:nth-child(13) .single-courses-category a i,
.col-lg-3:nth-child(4) .single-courses-category a i,
.col-lg-3:nth-child(13) .single-courses-category a i {
  color: #2d3942;
}

.owl-item:nth-child(4) .single-courses-category a::before,
.owl-item:nth-child(13) .single-courses-category a::before,
.col-lg-3:nth-child(4) .single-courses-category a::before,
.col-lg-3:nth-child(13) .single-courses-category a::before {
  background-color: #2d3942;
}

.owl-item:nth-child(4) .single-courses-category a:hover i,
.owl-item:nth-child(4) .single-courses-category a:focus i,
.owl-item:nth-child(13) .single-courses-category a:hover i,
.owl-item:nth-child(13) .single-courses-category a:focus i,
.col-lg-3:nth-child(4) .single-courses-category a:hover i,
.col-lg-3:nth-child(4) .single-courses-category a:focus i,
.col-lg-3:nth-child(13) .single-courses-category a:hover i,
.col-lg-3:nth-child(13) .single-courses-category a:focus i {
  color: #ffffff;
}

.owl-item:nth-child(5) .single-courses-category a i,
.owl-item:nth-child(14) .single-courses-category a i,
.col-lg-3:nth-child(5) .single-courses-category a i,
.col-lg-3:nth-child(14) .single-courses-category a i {
  color: #bfd131;
}

.owl-item:nth-child(5) .single-courses-category a::before,
.owl-item:nth-child(14) .single-courses-category a::before,
.col-lg-3:nth-child(5) .single-courses-category a::before,
.col-lg-3:nth-child(14) .single-courses-category a::before {
  background-color: #bfd131;
}

.owl-item:nth-child(5) .single-courses-category a:hover i,
.owl-item:nth-child(5) .single-courses-category a:focus i,
.owl-item:nth-child(14) .single-courses-category a:hover i,
.owl-item:nth-child(14) .single-courses-category a:focus i,
.col-lg-3:nth-child(5) .single-courses-category a:hover i,
.col-lg-3:nth-child(5) .single-courses-category a:focus i,
.col-lg-3:nth-child(14) .single-courses-category a:hover i,
.col-lg-3:nth-child(14) .single-courses-category a:focus i {
  color: #ffffff;
}

.owl-item:nth-child(6) .single-courses-category a i,
.owl-item:nth-child(15) .single-courses-category a i,
.col-lg-3:nth-child(6) .single-courses-category a i,
.col-lg-3:nth-child(15) .single-courses-category a i {
  color: #f49b29;
}

.owl-item:nth-child(6) .single-courses-category a::before,
.owl-item:nth-child(15) .single-courses-category a::before,
.col-lg-3:nth-child(6) .single-courses-category a::before,
.col-lg-3:nth-child(15) .single-courses-category a::before {
  background-color: #f49b29;
}

.owl-item:nth-child(6) .single-courses-category a:hover i,
.owl-item:nth-child(6) .single-courses-category a:focus i,
.owl-item:nth-child(15) .single-courses-category a:hover i,
.owl-item:nth-child(15) .single-courses-category a:focus i,
.col-lg-3:nth-child(6) .single-courses-category a:hover i,
.col-lg-3:nth-child(6) .single-courses-category a:focus i,
.col-lg-3:nth-child(15) .single-courses-category a:hover i,
.col-lg-3:nth-child(15) .single-courses-category a:focus i {
  color: #ffffff;
}

.owl-item:nth-child(7) .single-courses-category a i,
.owl-item:nth-child(1165) .single-courses-category a i,
.col-lg-3:nth-child(7) .single-courses-category a i,
.col-lg-3:nth-child(1165) .single-courses-category a i {
  color: #833a8d;
}

.owl-item:nth-child(7) .single-courses-category a::before,
.owl-item:nth-child(1165) .single-courses-category a::before,
.col-lg-3:nth-child(7) .single-courses-category a::before,
.col-lg-3:nth-child(1165) .single-courses-category a::before {
  background-color: #833a8d;
}

.owl-item:nth-child(7) .single-courses-category a:hover i,
.owl-item:nth-child(7) .single-courses-category a:focus i,
.owl-item:nth-child(1165) .single-courses-category a:hover i,
.owl-item:nth-child(1165) .single-courses-category a:focus i,
.col-lg-3:nth-child(7) .single-courses-category a:hover i,
.col-lg-3:nth-child(7) .single-courses-category a:focus i,
.col-lg-3:nth-child(1165) .single-courses-category a:hover i,
.col-lg-3:nth-child(1165) .single-courses-category a:focus i {
  color: #ffffff;
}

.owl-item:nth-child(8) .single-courses-category a i,
.owl-item:nth-child(17) .single-courses-category a i,
.col-lg-3:nth-child(8) .single-courses-category a i,
.col-lg-3:nth-child(17) .single-courses-category a i {
  color: #c81a7f;
}

.owl-item:nth-child(8) .single-courses-category a::before,
.owl-item:nth-child(17) .single-courses-category a::before,
.col-lg-3:nth-child(8) .single-courses-category a::before,
.col-lg-3:nth-child(17) .single-courses-category a::before {
  background-color: #c81a7f;
}

.owl-item:nth-child(8) .single-courses-category a:hover i,
.owl-item:nth-child(8) .single-courses-category a:focus i,
.owl-item:nth-child(17) .single-courses-category a:hover i,
.owl-item:nth-child(17) .single-courses-category a:focus i,
.col-lg-3:nth-child(8) .single-courses-category a:hover i,
.col-lg-3:nth-child(8) .single-courses-category a:focus i,
.col-lg-3:nth-child(17) .single-courses-category a:hover i,
.col-lg-3:nth-child(17) .single-courses-category a:focus i {
  color: #ffffff;
}

.owl-item:nth-child(9) .single-courses-category a i,
.owl-item:nth-child(18) .single-courses-category a i,
.col-lg-3:nth-child(9) .single-courses-category a i,
.col-lg-3:nth-child(18) .single-courses-category a i {
  color: #1cb5a3;
}

.owl-item:nth-child(9) .single-courses-category a::before,
.owl-item:nth-child(18) .single-courses-category a::before,
.col-lg-3:nth-child(9) .single-courses-category a::before,
.col-lg-3:nth-child(18) .single-courses-category a::before {
  background-color: #1cb5a3;
}

.owl-item:nth-child(9) .single-courses-category a:hover i,
.owl-item:nth-child(9) .single-courses-category a:focus i,
.owl-item:nth-child(18) .single-courses-category a:hover i,
.owl-item:nth-child(18) .single-courses-category a:focus i,
.col-lg-3:nth-child(9) .single-courses-category a:hover i,
.col-lg-3:nth-child(9) .single-courses-category a:focus i,
.col-lg-3:nth-child(18) .single-courses-category a:hover i,
.col-lg-3:nth-child(18) .single-courses-category a:focus i {
  color: #ffffff;
}

@-webkit-keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/*================================================
Partner CSS
=================================================*/
.partner-area {
  background: #fff;
  padding: 50px 0;
}

.partner-area .section-title {
  text-align: left;
  padding-right: 30px;
  border-right: 1px solid #ddd;
}

.partner-area .section-title h2 {
  color: #333;
}

.partner-area h3 {
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #333;
  font-style: italic;
  letter-spacing: .5px;
}

.partner-area .section-title p {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

.partner-area .section-title .sub-title {
  color: #3e3635;
}

.single-partner-item a img {
  width: auto !important;
  display: inline-block !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: .9;
}

.single-partner-item:hover a img,
.single-partner-item:focus a img {
  opacity: 1;
}

.partner-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
  margin: auto;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.partner-slides .single-partner-item:nth-child(1) {
  width: 140px;
  padding: 0 15px;
}

.partner-slides .single-partner-item:nth-child(2) {
  width: 140px;
  padding: 0 15px;
}

.partner-slides .single-partner-item a {
  outline: 0 !important
}

.partner-slides .single-partner-item img {
  width: 100%;
  outline: 0 !important;
  opacity: 1;
}

.partner-slides .single-partner-item img {
  width: 120px !important;
}


/*================================================
Offer CSS
=================================================*/


.offer-area {
  position: relative;
  z-index: 1;
  padding: 70px 0;
  background: #111;
}

.offer-area .container-fluid {
  position: relative;
  z-index: 1;
}

.offer-area:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/slider/1.jpg)no-repeat center center/cover;
  z-index: 0;
  opacity: .6;
}

.offer-area #jarallax-container-0 img,
.offer-area #jarallax-container-0 div {
  filter: brightness(.4);
}

@media (min-width:1440px) {
  .offer-area .container-fluid {
    max-width: 90%;
  }
}

.offer-area .section-title .sub-title {
  color: #fff;
}

.offer-area .section-title h2 {
  color: #fff;
}

.offer-area .section-title p {
  color: #ffffff;
  opacity: 0.95;
}

.offer-area::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  background-color: #ffffff;
  display: none;
}

.ra-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  padding: 0;
}

.ra-section.owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ra-section.owl-carousel.owl-theme .owl-nav button {
  background: #fff;
  color: #3e3635;
  height: 30px;
  width: 24px;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e3e3e3;
}

.ra-section li {
  /* -ms-flex: 0 0 20%; */
  /* flex: 0 0 20%; */
  /* max-width: 20%; */
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  transform: translateY(2px);
  height: 100%;
}

.ra-section li:hover {
  transform: translateY(-5px);
}

.single-offer-box {
  text-align: center;
  -webkit-box-shadow: 6px 5px 25px rgb(0 0 0 / 8%);
  box-shadow: 6px 5px 25px rgb(0 0 0 / 8%);
  padding: 20px 16px;
  border-radius: 0;
  position: relative;
  z-index: 1;
  height: 100%;
  margin: 10px 10px 0 10px;
}

.life-area .section-title {
  border-right: 0;
}

.life-area {
  background: #f1f1f1;
}


.admission-enquiry-modal button.close {
  position: absolute;
  right: -50px;
  top: 0px;
  font-size: 42px;
  color: #fff;
  opacity: 1;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.admission-enquiry-modal .modal-body {
  padding: 0;
}

.admission-enquiry-modal .students-feedback-form {
  margin: auto;
  border: 0;
  max-width: 100%;
}

.admission-enquiry-modal .modal-header {
  display: contents;
}

.admission-enquiry-modal .students-feedback-form::after {
  display: none;
}

.admission-enquiry-modal .modal-dialog {
  max-width: 450px !important;
}

/*.single-offer-box {
	text-align: center;
	background-color: #ffffff;
	-webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
	box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
	padding: 30px 25px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	height:100%;
}*/

.single-offer-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 5px;
  right: 0;
  bottom: 0;
  background: #082b4e;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.single-offer-box .icon {
  text-align: center;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
  margin-bottom: 25px;
}

.single-offer-box .icon img {
  margin: 0 auto;
  background: #fff;
  height: 80px;
  width: auto !important;
  padding: 5px;
  border-radius: 5px;
}

.single-offer-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-offer-box h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.single-offer-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.single-offer-box::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.col-lg-4:nth-child(2) .single-offer-box::before {
  background: #ff1949;
}

.col-lg-4:nth-child(2) .single-offer-box .icon {
  border-color: #0eb582;
  color: #0eb582;
}

.col-lg-4:nth-child(2) .single-offer-box:hover .icon {
  background-color: #0eb582;
  color: #ffffff;
  border-color: #ffffff;
}

.col-lg-4:nth-child(3) .single-offer-box::before {
  background: #3d64ff;
}

.col-lg-4:nth-child(3) .single-offer-box .icon {
  border-color: #fea116;
  color: #fea116;
}

.col-lg-4:nth-child(3) .single-offer-box:hover .icon {
  background-color: #fea116;
  color: #ffffff;
  border-color: #ffffff;
}

.col-lg-4:nth-child(5) .single-offer-box::before {
  background: #ff1949;
}

.col-lg-4:nth-child(5) .single-offer-box .icon {
  border-color: #0eb582;
  color: #0eb582;
}

.col-lg-4:nth-child(5) .single-offer-box:hover .icon {
  background-color: #0eb582;
  color: #ffffff;
  border-color: #ffffff;
}

.col-lg-4:nth-child(6) .single-offer-box::before {
  background: #3d64ff;
}

.col-lg-4:nth-child(6) .single-offer-box .icon {
  border-color: #fea116;
  color: #fea116;
}

.col-lg-4:nth-child(6) .single-offer-box:hover .icon {
  background-color: #fea116;
  color: #ffffff;
  border-color: #ffffff;
}

/*================================================
Funfacts CSS
=================================================*/

.single-funfact {
  text-align: center;
}

.single-funfact .icon {
  color: #ffffff;
  line-height: 0;
  font-size: 50px;
  margin-top: -7px;
  margin-bottom: 10px;
}

.single-funfact h3 {
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
}

.single-funfact h3 .odometer-formatting-mark {
  display: none;
}

.single-funfact p {
  color: #ffffff;
  line-height: initial;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
}


/*================================================
Gallery CSS
=================================================*/
.single-gallery-item {
  position: relative;
  z-index: 1;
  border-radius: 0 !important;
  overflow: hidden;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.single-gallery-item img {
  border-radius: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
  height: 280px;
  width: 100%;
}

.single-gallery-item:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
  -webkit-filter: brightness(.4);
  filter: brightness(.4);
}

.about-graphical ul {
  margin-bottom: 0;
  padding-inline-start: 0;
  display: flex;
  width: 100%;
}

.about-graphical ul li:nth-child(2),
.about-graphical ul li:nth-child(3),
.about-graphical ul li:nth-child(4),
.about-graphical ul li:nth-child(5) {
  position: relative;
  margin-left: -30px;
}

.about-graphical h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  color: #00b3a0;
  margin-bottom: 16px;
  font-family: 'Open Sans Condensed', sans-serif;
}

.about-graphical {
  padding-top: 30px;
}

.quoteSection {
  text-align: center;
  background: #f1f1f1;
  padding: 70px 0;
  position: relative;
}

.quoteSection p {
  font-size: 30px;
  margin: 0;
  line-height: 40px;
  color: #333;
}

.subjects ul {
  display: -webkit-flex;
  display: flex;
  ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding-inline-start: 0;
}

.subjects ul li {
  width: 11%;
  text-align: center;
  padding: 15px 10px;
}

.subjects ul li div {
  padding: 10px 0px;
  border-radius: 10px;
  height: 100%;
  transition: .3s ease-in-out;
}

.subjects ul li svg {
  fill: #dc3545;
  width: 65px;
  margin: 0 0 16px 0;
}

.subjects ul li div h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
  color: #000;
}

/*================================================
Students Feedback Form CSS
=================================================*/


.students-feedback-form {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  color: #ffffff;
  max-width: 422px;
  margin-top: 0;
}

.students-feedback-form h3 {
  background-color: #22375d;
  margin-bottom: 0;
  color: #ffffff;
  padding: 10px 20px 8px;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.students-feedback-form form {
  color: #252525;
  padding: 20px 30px;
}

.students-feedback-form form .form-group {
  text-align: left;
  position: relative;
  margin-bottom: 15px;
}

.students-feedback-form form .form-group .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1.3px solid #969696;
  padding: 0 0 0 30px;
  color: #252525;
  height: 45px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.students-feedback-form form .form-group select.form-control {
  appearance: none;
  -webkit-appearance: none;
}

.students-feedback-form form .form-group textarea.form-control {
  height: 54px !important;
  padding-top: 10px;
}

.students-feedback-form form .form-group .form-control::-webkit-input-placeholder {
  -webkit-transition: .2s;
  transition: .2s;
  color: #333;
}

.students-feedback-form form .form-group .form-control:-ms-input-placeholder {
  -webkit-transition: .2s;
  transition: .2s;
}

.students-feedback-form form .form-group .form-control::-ms-input-placeholder {
  -webkit-transition: .2s;
  transition: .2s;
  color: #333;
}

.students-feedback-form form .form-group .form-control::placeholder {
  -webkit-transition: .2s;
  transition: .2s;
  color: #333;
}

.students-feedback-form form .form-group .form-control:focus+.label-title::before {
  width: 100%;
}

.students-feedback-form form .form-group .form-control:focus+.label-title {
  color: #a1a1a1;
}

.students-feedback-form form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #999;
}

.students-feedback-form form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #dc3545;
}

.students-feedback-form form .form-group .label-title i {
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 11px;
  font-size: 20px;
}



.students-feedback-form::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 20px;
  margin-top: -20px;
  border-right-color: inherit;
  z-index: -1;
}

.feedback-form-area {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}

.feedback-form-inner {
  background-color: #ffffff;
  border-radius: 5px 0 5px 5px;
  -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
}

.feedback-form-inner .feedback-form-image {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.feedback-form-inner .feedback-form-image img {
  position: absolute;
  left: 0;
  text-align: center;
  margin: 0 auto;
  bottom: 10px;
  right: 0;
}

.feedback-form-inner .feedback-form {
  position: relative;
}

.feedback-form-inner .feedback-form h3 {
  color: #ffffff;
  background-color: #0eb582;
  text-align: center;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 600;
}

.feedback-form-inner .feedback-form form {
  text-align: center;
  padding: 30px 30px 30px 0;
}

.feedback-form-inner .feedback-form form .form-group {
  text-align: left;
}

.feedback-form-inner .feedback-form form .form-control::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-form-inner .feedback-form form .form-control:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-form-inner .feedback-form form .form-control::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-form-inner .feedback-form form .form-control::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-form-inner .feedback-form form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.feedback-form-inner .feedback-form form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.feedback-form-inner .feedback-form form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.feedback-form-inner .feedback-form form .form-control:focus::placeholder {
  color: transparent;
}

.feedback-form-inner .feedback-form form .default-btn {
  margin-top: 5px;
  border-radius: 3px;
}

.students-feedback-form .default-btn {
  background: #dc3545;
  border-color: #dc3545;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 10px 0 0;
}

.students-feedback-form .default-btn i {
  font-size: 20px;
}

.nice-select .list {
  border: 1px solid #7b6563;
  z-index: 2;
}



/*================================================
Footer CSS
=================================================*/
.footer-area {
  background-color: #082c4e;
}

.footer-brand {
  padding: 30px 0;
}

.single-footer-widget h3 {
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

ul.mobile-links.mobile-links-about {
  padding-right: 60px;
}

.single-footer-widget .contact-us-link {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-right: 10px;
}

.single-footer-widget .contact-us-link li {
  margin-bottom: 12px;
  color: #cccccc;
  position: relative;
  padding-left: 25px;
}

.single-footer-widget .contact-us-link li i {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 1px;
}

.single-footer-widget .contact-us-link li a {
  display: inline-block;
  color: #cccccc;
}

.single-footer-widget .contact-us-link li a:hover,
.single-footer-widget .contact-us-link li a:focus {
  color: #ff1949;
}

.single-footer-widget .contact-us-link li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .support-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.single-footer-widget .support-link li {
  margin-bottom: 11px;
}

.single-footer-widget .support-link li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .support-link li a {
  display: inline-block;
  color: #cccccc;
}

.single-footer-widget .support-link li a:hover,
.single-footer-widget .support-link li a:focus {
  color: #ff1949;
  padding-left: 7px;
}

.single-footer-widget .useful-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.single-footer-widget .useful-link li {
  margin-bottom: 11px;
}

.single-footer-widget .useful-link li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .useful-link li a {
  display: inline-block;
  color: #cccccc;
}

.single-footer-widget .useful-link li a:hover,
.single-footer-widget .useful-link li a:focus {
  color: #ff1949;
  padding-left: 7px;
}

.single-footer-widget .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.single-footer-widget .social-link li {
  display: inline-block;
  margin-right: 2px;
}

.single-footer-widget .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #677b6e;
  background-color: #ffffff;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
}

.single-footer-widget .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-49%);
  transform: translateY(-49%);
}

.single-footer-widget .social-link li a:hover,
.single-footer-widget .social-link li a:focus {
  background-color: #677b6e;
  color: #ffffff;
}

.single-footer-widget .newsletter-box p {
  color: #cccccc;
  font-family: "Open Sans", sans-serif;
}

.single-footer-widget .newsletter-box form {
  position: relative;
}

.single-footer-widget .newsletter-box form label {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 15px;
}

.single-footer-widget .newsletter-box form .input-newsletter {
  width: 100%;
  background-color: transparent;
  border: 1px solid #848282;
  border-radius: 5px;
  height: 43px;
  padding-left: 10px;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .newsletter-box form .input-newsletter::-webkit-input-placeholder {
  color: #cccccc;
}

.single-footer-widget .newsletter-box form .input-newsletter:-ms-input-placeholder {
  color: #cccccc;
}

.single-footer-widget .newsletter-box form .input-newsletter::-ms-input-placeholder {
  color: #cccccc;
}

.single-footer-widget .newsletter-box form .input-newsletter::placeholder {
  color: #cccccc;
}

.single-footer-widget .newsletter-box form .input-newsletter:focus {
  padding-left: 12px;
  border-color: #677b6e;
}

.single-footer-widget .newsletter-box form button {
  display: block;
  margin-top: .9rem;
  width: 100%;
  border-radius: .25rem;
  background-color: #677b6e;
  color: #ffffff;
  border: none;
  padding: 12px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
}

.single-footer-widget .newsletter-box form button:hover,
.single-footer-widget .newsletter-box form button:focus {
  background-color: #3e3635;
  color: #ffffff;
}

.single-footer-widget .newsletter-box form #validator-newsletter {
  position: absolute;
  left: 0;
  bottom: -35px;
  color: #ffffff;
}

.footer-bottom-area {
  margin-top: 0px;
  text-align: center;
  background-color: #05213c;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-bottom-area .logo {
  margin-bottom: 18px;
}

.footer-logo img {
  width: 90px;
  margin-bottom: 12px;
}

.footer-bottom-area p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.footer-bottom-area p i {
  position: relative;
  top: 1px;
}

.footer-bottom-area p a {
  display: inline-block;
  color: #ffffff;
}

.footer-bottom-area p a:hover,
.footer-bottom-area p a:focus {
  color: #fff;
  text-decoration: underline;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -42px;
  right: 15px;
  color: #ffffff;
  background-color: #ff1949;
  z-index: 4;
  width: 42px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  font-size: 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px 5px 0 0;
}

.go-top i {
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: .3s;
  transition: .3s;
}

.go-top.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.go-top:hover i {
  margin-top: -3px;
}

/*================================================
Navbar CSS
=================================================*/
.navbar-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.header-area.header-color-white .top-header {
  background-color: transparent;
  border-bottom: 1px solid #343434;
}

.header-area.header-color-white .top-header .top-header-social {
  border-left-color: #343434;
}

.header-area.header-color-white .navbar-style-three .raque-nav {
  background-color: transparent;
}

.header-area.header-color-white .navbar-style-three .raque-nav .navbar {
  background-color: transparent;
}

.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item a {
  color: rgba(255, 255, 255, 0.87);
}

.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item a.active,
.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item a:hover {
  color: #ffffff;
}

.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item.active a {
  color: #ffffff;
}

.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #252525;
}

.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active,
.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active a {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three .others-option .language-switcher .dropdown-toggle {
  color: rgba(255, 255, 255, 0.87);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-area.header-color-white .navbar-style-three .others-option .language-switcher .dropdown-toggle:hover {
  color: #ffffff;
}

.header-area.header-color-white .navbar-style-three .others-option .cart-wrapper-btn {
  color: rgba(255, 255, 255, 0.87);
}

.header-area.header-color-white .navbar-style-three .others-option .cart-wrapper-btn:hover {
  color: #ffffff;
}

.header-area.header-color-white .navbar-style-three .others-option .search-box {
  color: rgba(255, 255, 255, 0.87);
}

.header-area.header-color-white .navbar-style-three .others-option .search-box:hover {
  color: #ffffff;
}

.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item a {
  color: #252525;
}

.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item a.active,
.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item a:hover {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item.active a {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #252525;
}

.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active,
.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active a {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three.header-sticky .others-option .language-switcher .dropdown-toggle {
  color: #252525;
}

.header-area.header-color-white .navbar-style-three.header-sticky .others-option .language-switcher .dropdown-toggle:hover {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three.header-sticky .others-option .cart-wrapper-btn {
  color: #252525;
}

.header-area.header-color-white .navbar-style-three.header-sticky .others-option .cart-wrapper-btn:hover {
  color: #ff1949;
}

.header-area.header-color-white .navbar-style-three.header-sticky .others-option .search-box {
  color: #252525;
}

.header-area.header-color-white .navbar-style-three.header-sticky .others-option .search-box:hover {
  color: #ff1949;
}

.top-header .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

/*================================================
Business Coaching Banner CSS
=================================================*/
.business-coaching-banner {
  position: relative;
  min-height: 100vh;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 0;
  background-color: #22375d;
  background-image: url(../images/banner.html);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}

@media (min-width:1200px) {
  .business-coaching-banner {
    padding-top: 0px;
  }
}

.business-coaching-banner:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}

.business-coaching-banner .container {
  max-width: 1250px;
  position: relative;
}

.business-banner-content {
  z-index: 1;
  position: relative;
  padding: 40px 35px 40px;
}

.business-banner-content .logo {
  margin: 0 0 25% 0;
}

.business-banner-content .logo img {
  background: rgb(255, 255, 255, .9);
  border-radius: 10px;
  width: 200px;
  padding: 5px 15px 7px 15px;
}

.business-banner-content .shape {
  position: absolute;
  left: -13%;
  top: 60%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  z-index: -1;
}

.business-banner-content .shape img {
  max-width: 140%;
}

.business-banner-content h1 {
  margin-bottom: 0;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  text-transform: uppercase;
  letter-spacing: -.5px;
}

.business-banner-content p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-shadow: 1px 1px 2px #000;
  text-transform: uppercase;
  line-height: 30px;
}

.business-banner-content .default-btn {
  margin-top: 15px;
}

.business-banner-image {
  text-align: right;
}

.business-shape1 {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: -1;
}

.business-shape1 img {
  -webkit-animation: movebounce3 8s linear infinite;
  animation: movebounce3 8s linear infinite;
}

.business-shape2 {
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: -1;
}

.business-shape2 img {
  -webkit-animation: movebounce2 8s linear infinite;
  animation: movebounce2 8s linear infinite;
}

.business-shape3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}


/*================================================
Services CSS
=================================================*/

@keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}


@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes movebounce2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*================================================
Experience CSS
=================================================*/

@-webkit-keyframes movebounce3 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes movebounce3 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}


/*================================================
Funfacts CSS
=================================================*/
.funfacts-list .single-funfacts-box {
  margin-bottom: 0;
}

.funfacts-list .row .col-lg-6:nth-child(1) .single-funfacts-box {
  margin-top: 50px;
  margin-bottom: 30px;
}

.funfacts-list .row .col-lg-6:nth-child(4) .single-funfacts-box {
  margin-top: -50px;
}

.single-funfacts-box {
  text-align: center;
  border: 5px solid #fbf1f2;
  border-radius: 85px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.single-funfacts-box h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 44px;
  font-weight: 800;
}

.single-funfacts-box h3 span {
  font-size: 38px;
}

.single-funfacts-box h3 .odometer {
  position: relative;
  top: -2px;
}

.single-funfacts-box p {
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
  margin-top: 10px;
  font-weight: 500;
  font-size: 15px;
}

.funfacts-and-feedback-area {
  position: relative;
  z-index: 1;
  padding: 70px 0;
  background: #082b4e;
}

.funfacts-and-feedback-area .feedback-slides-content .sub-title {
  color: #fff;
  font-size: 16px;
}

.feedback-slides-content {
  padding-right: 25%;
}

.funfacts-and-feedback-area .feedback-slides-content h2 {
  color: #fff;
}

.funfacts-and-feedback-area .feedback-slides-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.funfacts-and-feedback-area .feedback-slides-content p a {
  color: #fff !important;
  font-weight: 600;
  text-decoration: underline;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-slides-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #ff1949;
  margin-bottom: 10px;
}

.feedback-slides-content h2 {
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
}

.feedback-slides-content p {
  margin-top: 15px;
}

.feedback-slides-content .feedback-info p {
  margin-bottom: 0;
}

.feedback-slides-content .feedback-info p a {
  color: #ff1949;
  font-weight: 400;
  line-height: normal;
  font-size: 16px;
}

.feedback-slides-content .feedback-info p a:hover {
  text-decoration: underline;
  color: #0eb582;
  border-color: #6c292b;
}

.feedback-slides-content .feedback-slides-two {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-feedback-slides-item {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 50px 70px 50px 50px;
  border-radius: 5px;
  overflow: hidden;
}

.single-feedback-slides-item p {
  color: #606060;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.single-feedback-slides-item .client-info {
  margin-top: 25px;
}

.single-feedback-slides-item .client-info img {
  width: 55px;
  height: 55px;
}

.single-feedback-slides-item .client-info .title {
  margin-left: 15px;
}

.single-feedback-slides-item .client-info .title h3 {
  margin-bottom: 0;
  color: #ff1949;
  font-size: 18px;
  font-weight: 600;
}

.single-feedback-slides-item .client-info .title span {
  display: block;
  color: #727695;
  font-size: 14px;
  margin-top: 4px;
}

.single-feedback-slides-item::after {
  width: 75px;
  height: 75px;
  content: '';
  border-radius: 50%;
  background-color: #ff1949;
  position: absolute;
  left: -25px;
  top: -25px;
  z-index: -1;
}

.single-feedback-slides-item::before {
  content: "\f10e";
  font-family: Flaticon;
  font-size: 100px;
  position: absolute;
  right: 50px;
  color: #e8e8e8;
  z-index: -1;
  bottom: 25px;
  line-height: 1;
}

.feedback-slides-two.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot {
  display: block;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot span {
  margin: 3px 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span,
.feedback-slides-two.owl-theme .owl-dots .owl-dot.active span {
  border-color: #ff1949;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span::before,
.feedback-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: #ff1949;
}

.business-shape6 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.business-shape6 img {
  -webkit-animation: movebounce 8s linear infinite;
  animation: movebounce 8s linear infinite;
}


/*================================================
Gym Main Banner Area CSS
=================================================*/

.landing-section {
  padding: 50px 0;
  background: #fff;
}

.landing-section .section-title h2 {
  font-size: 80px;
  text-transform: uppercase;
  opacity: .15;
  color: #22375d;
}

.landing-section+.landing-section {
  background: #fff;
}

.landing-section+.landing-section+.landing-section {
  background: #eafff1;
}

.landing-section .media {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

.landing-section .media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-section .media-content {
  padding-left: 20px;
  position: absolute;
  top: 0;
  left: -422px;
  right: 0;
  height: 100%;
  background: rgb(255 255 255 / 90%);
  width: 410px;
  padding: 40px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  transition: .9s ease-in-out;
  opacity: 0;
}

.landing-section .media-content p {
  font-size: 46px;
  line-height: 46px;
  color: #dc3545;
  text-align: left;
  font-weight: 500;
  margin: 0;
}

.landing-section .media-content p small {
  font-size: 18px;
  display: block;
  line-height: 24px;
  font-weight: 400;
  margin-top: 10px;
  color: #22375d;
}

.landing-section .owl-carousel .owl-item.active .media-content {
  left: 2%;
  opacity: 1;
}

.landing-section .owl-carousel .owl-nav {
  margin: 0;
}

.landing-section .owl-carousel button {
  position: absolute;
}

.landing-section .owl-carousel .owl-next i {
  position: relative;
  top: 4px;
}

.landing-section .owl-carousel .owl-next {
  z-index: 2;
  right: 5%;
  font-size: 30px !important;
  height: 60px;
  width: 60px;
  background: #fff !important;
  color: #3e3635 !important;
  top: 45%;
  box-shadow: 0 0 20px #333;
}

.gallery-slider.owl-carousel .owl-nav {
  width: 100%;
  margin: 0;
}

.gallery-slider.owl-carousel .owl-nav button.owl-next,
.gallery-slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  z-index: 2;
  font-size: 30px;
  color: #fff;
}

.gallery-slider.owl-carousel .owl-nav button.owl-next {
  right: 20px;
}

.gallery-slider.owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}

.gallery-slider.owl-carousel .owl-nav button.owl-prev i,
.gallery-slider.owl-carousel .owl-nav button.owl-next i {
  position: relative;
  top: 3px;
}

/**********Thankyou Page header*************/
.header-logo {
  background: #22375d;
  padding: 12px 0;
  position: absolute;
  width: 100%;
}

.header-logo img {
  background: #fff;
  border-radius: 10px;
  width: 180px;
  padding: 5px 15px 7px 15px;
}

/**********Thankyou Page*************/
.thankyou-area {
  background: whitesmoke;
      padding: 90px 0px 50px 0px;
  display: flex;
  align-items: center;
}

.thankyou-box {
  background: #fff;
  padding: 40px 30px;
}

.thankyou-box h1 {
  font-size: 38px;
  font-weight: 600;
  color: #444;
  margin-top: 8px;
  margin-bottom: 0;
}

.thankyou-box svg {
  width: 80px;
  height: 80px;
  fill: green;
}

.thankyou-box p {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

.thankyou-box a.default-btn {
  font-size: 15px;
  padding: 8px 15px 10px 45px;
  border-width: 0px;
  margin-top: 30px;
  background-color: #082c4e;
}

.thankyou-box i.bx.bx-pointer {
  font-size: 20px;
  top: 8px;
}


/**********Footer*************/

.footer-contact-details2 ul.mobile-links a {
  padding-left: 0;
}

.footer-contact-details2 ul.mobile-links {
  column-count: 2;
  margin-bottom: 0;
}

.footer-contact-details h1 {
  font-size: 18px;
  color: #e9e9e9;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 12px;
  border-bottom: 2px solid #17334e;
  padding-bottom: 6px;
}

.mobile-links {
  padding: 0;
}


.mobile-links .mobile-links {
  padding: 0;
}

.mobile-links+.mobile-links {
  padding-left: 30px;
}

.mobile-links li+li {
  margin: 6px 0 0 0 !important;
}

.footer-contact-details2 p {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 12px;
}

.footer-contact-details2 ul.mobile-links2 {
  column-count: 1;
}

.mobile-links a {
  color: #fff;
  font-weight: 300;
  position: relative;
  padding-left: 40px;

}

.mobile-links a span {
  font-size: 18px;
}

.footer-address p b,
.mobile-links a {
  display: inline-block;
  margin: 0 0;
  font-weight: 400
}

/*.mobile-links a i{
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    margin: 0 10px 0 0;
    font-size: 16px;
    padding: 2px 0;
    position: absolute;
    left: 0;
    top: 0;
    line-height: normal;
    align-items: center;
    justify-content: center;
}*/

.box20 .activity-media {
  padding-bottom: 115%;
  margin-top: 20px;
  border-top-right-radius: 30px;
  border: 6px solid #082b4e;
}

.box20 {
  position: relative;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  transition: .4s ease-in-out;
}

.box20 .content_visible {
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 0;
  right: 0;
  padding: 10px 20px;
  background: rgb(255, 255, 255, .9);
  transition: .4s ease-in-out;
  width: 100%;
  border-bottom: 3px solid #ff9500;
}

.box20:hover .content_visible {
  top: 50%;
  bottom: auto;
  transform: translate(0%, -50%);
  left: 0px;
  height: 96%;
  background: rgb(255 255 255 / 80%);
}

.box20:hover .content_visible div {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
}

.box20:hover h5.post {
  background: #6c292b;
  color: #fff;
}

.box20 h5.post {
  font-size: 14px;
  font-weight: 600;
  color: #6c292b;
  margin-bottom: 0;
  text-align: center;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 30px;
  padding: 8px 5px;
  border-radius: 5px;
  z-index: 99;
  transition: .6s ease-in-out;
}

.box20 h5.post span {
  font-size: 28px;
  display: block;
  line-height: 24px;
}

.box20 h5.post small {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: oblique;
}

.box20 .content_visible h6.title a {
  color: #303030;
}

.box20 .content_visible h6.title {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  color: #303030;
}

.box20 .icon {
  position: absolute;
  top: 35px;
  right: 30px;
  transform: translateY(-300%);
  transition: .6s ease-in-out;
}

.box20:hover .icon {
  transform: translateY(0%);
}

.box20 .icon a {
  font-size: 17px;
  color: #fff;
  background: #ff9500;
  border-radius: 50%;
  padding: 5px 7px;
  transition: .6s ease-in-out;
}

.activities {
  background: #f9f9f9;
}

.dates-col ul {
  margin: 0 -15px;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-inline-start: 0;
}

.dates-col ul li {
  width: 33.333%;
  flex: 0 0 33.333%;
  padding: 12px;
  height: 170px;
  overflow: hidden;
}

.dates-col ul li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: normal;
  color: #222222;
  font-weight: 600;
  text-align: left;
  padding: 15px 15px;
  padding-top: 20px;
  padding-left: 20px;
  cursor: pointer;
  border: 1px solid #dddddd;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden;
}

.dates-col ul li:nth-child(2n + 1) a .day {
  background-color: #e6275a;
}

.dates-col ul li a .day {
  padding: 0;
  background-color: transparent !important;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #040404;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
  width: 100%;
  height: 45px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.dates-col ul li:nth-child(2n + 1) a .month,
.dates-col ul li:nth-child(2n + 1) a .date {
  color: #003a35;
}

.dates-col ul li a .date {
  text-align: center;
  font-size: 36px;
  line-height: normal;
  font-weight: 600;
  color: #222222;
  background: transparent;
  position: static;
  padding: 0;
  line-height: 44px;
}

.dates-col ul li:nth-child(2n + 1) a .month,
.dates-col ul li:nth-child(2n + 1) a .date {
  color: #003a35;
}

.dates-col ul li:nth-child(2n) a .month,
.dates-col ul li:nth-child(2n) a .date {
  color: #ff9500;
}

.dates-col ul li:nth-child(2n) a .month,
.dates-col ul li:nth-child(2n) a .date {
  color: #ff9500;
}

.dates-col ul li a .month {
  display: flex;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dates-col ul li a:hover {
  opacity: .7;
}

.school-calendar {
  position: relative;
  z-index: 1;
  background-image: url(../images/pattern.jpg);
  padding: 70px 0;
}

.school-calender-block {
  background: #082b4e;
  padding: 60px 50px;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  border-radius: 30px;
  margin-right: 6%;
}

.school-calender-block img.title-img {
  width: 16%;
  opacity: 1;
  background: #f6f6f6;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 3px;
}

.upcoming-events {
  padding: 25px;
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border-bottom: 6px solid #082b4e;
  border-top: 6px solid #ff9500;
}

.upcoming-events .upcoming {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.upcoming-events .upcoming.recent-news .upcoming-single {
  min-height: 74px;
}

.upcoming-events .upcoming-single {
  margin: 14px 0;
  position: relative;
  z-index: 1;
  min-height: 88px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 16px;
}

.upcoming-events .upcoming-single:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.upcoming-events .recent-news .time {
  background: #082b4e;
  border-radius: 4px;
  color: #fff;
  padding: 0;
  height: 60px;
  width: 60px;
}

.upcoming-events .time {
  background: url(../images/red-calendar-bg.html);
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  height: 81px;
  width: 76px;
  color: #ed1a3b;
  padding-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.upcoming-events .time span {
  font-weight: 600;
  display: block;
  font-size: 12px;
}

.upcoming-events .time span+span {
  font-size: 26px;
  font-weight: 700;
}

.upcoming-events .upcoming-detail {
  padding: 0 0 0 80px;
}

.upcoming-events .upcoming-detail h5 {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  color: #000;
}

.upcoming-events .all-upcoming {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
}

.upcoming-events .all-upcoming a {
  padding: 0;
  background: none !important;
  color: #333 !important;
  font-size: 15px;
  text-decoration: none !important;
  outline: 0 !important;
  text-transform: uppercase;
  font-weight: 700;
}

.upcoming-events .custom-btn {
  background: #EFB440;
  display: inline-block;
  color: #000;
  padding: 8px 22px;
  border-radius: 0;
  transition: .3s;
  font-weight: 600;
}

.upcoming-events:after {
  height: 220px;
  top: 0;
  background-image: linear-gradient(to top, #FFF, #f2f2f2);
  content: '';
  position: absolute;
  left: 0;
  width: 101%;
  z-index: 0;
}

.about-event {
  position: relative;
  margin-top: -140px;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-radius: 10px;
  height: 100%;
  margin-left: 30px;
}

.school-news-upcoming {
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 55px;
  opacity: .2;
  padding: 50px 0;
}

.footer-social-media {
  text-align: left;
  padding-top: 0;
}

.footer-social-media a i {
  font-size: 18px !important;
}


.inner-page-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .3;
}

.inner-page-banner {
  background: url(../images/about/about-banner.jpg);
  height: 75vh;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative !important;
}

.inner-page-header {
  background: #fff;
  padding: 40px 0;
  position: relative;
}

.inner-page-header img {
  width: 120px;
  position: absolute;
  top: -12px;
  transform: translate(-50%, -50%);
  left: 50%;
  background: #fff;
  padding: 0px;
  border-radius: 50%;
}

.inner-page-header h1 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
}

.inner-page-header h1 span {
  display: block;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  color: #006cd3;
  line-height: 24px;
  letter-spacing: -.5px;
}

.inner-about-img img {
  height: 580px;
  object-fit: cover;
  object-position: top;
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
}

.inner-about-img .about-content-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  border: 0;
  border-radius: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .9), transparent);
  padding: 60px 20px 20px;
}

.inner-about-img .about-content-name h3 {
  font-size: 26px;
  line-height: 30px;
}

.inner-about-img .about-content-name h3 span {
  font-size: 20px;
}

.inner-about-content {
  padding: 40px 40px 60px 40px;
  z-index: 9;
  position: relative;
  border-radius: 16px;
}

.inner-about-content h2 {
  color: #2a2a2a;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.inner-about-content p.main-text {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 12px;
}

.about-content-name {
  background: #014c47;
  padding: 16px;
  display: inline-block;
  border: 1px solid #0c3a37;
  border-radius: 6px;
}

.about-content-name h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
}

.about-content-name h3 span {
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  font-style: oblique;
  font-weight: 400;
}

.iac-left {
  margin-right: 16%;
  background: #082b4e;
  margin-left: -10%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 97%);
  border-right: 5px solid #ffb246;
}

.iac-right {
  margin-left: 16%;
  background: #fff;
  margin-right: -10%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 96%, 0% 100%);
  border-left: 5px solid #ffb246;
}

.inner-about-content.iac-right .expended-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255 255 255) 87%, rgb(255 255 255) 100%);
}

.inner-about-content.iac-right p.main-text {
  color: #000;
  font-weight: 400;
}

.inner-about-content p.main-text:last-child {
  margin-bottom: 30px;
}

.inner-about-content.iac-right h1 {
  font-weight: 600;
}

.inner-about-content.iac-right a {
  color: #082b4e;
  border-bottom: 2px dotted #082b4e;
  font-weight: 600;
}

.expended-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6%;
  transition: .3s ease-in-out;
  background: linear-gradient(to bottom, rgba(16, 66, 128, 0) 0%, rgb(1 58 54) 87%, rgb(1 58 54) 100%);
}

.iac-right .about-content-name {
  background: #f1f1f1;
  border: 0px solid #dfdfdf;
}

.iac-right .about-content-name h3 span {
  font-weight: 500;
}

.iac-right .about-content-name h3 {
  color: #121212;
  font-weight: 600;
}

b {
  font-weight: 600;
}

.admission-wo-image .inner-about-content {
  margin-right: 0;
  clip-path: none;
  margin-left: 0;
  border-left: 5px solid #ffb246;
  padding: 40px 30px;
}

/* Read more Css Start */

.moretext1 {
  display: none;
}

.moretext2 {
  display: none;
}

a.moreless-but {
  color: #ffb246;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 2px dotted #ffb246;
  display: inline-block;
  margin-top: 20px;
}

.bg2 a.moreless-but {
  color: #ffd041;
  border-bottom: 2px dashed #ffd041;
  font-weight: 500;
}

.entry-content {
  position: relative;
  overflow: hidden;
}

/* Read more Css End */



.single-gallery-item {
  transition: .6s ease-in-out;
}

.single-gallery-item .single-gallery-item-content {
  padding: 20px 20px;
  width: 100%;
  transition: .6s ease-in-out;
  background: #082b4e;
  position: relative;
  width: 98%;
  margin: -40px auto 0;
  max-height: 100%;
  border-radius: 20px;
  clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
  min-height: 320px;
}


/*.single-gallery-item h1 {
	display: none;
	background: linear-gradient(
0deg, rgb(0, 0, 0, .6), transparent);
    position: absolute;
    bottom: 0;
    padding: 16px 16px;
    width: 100%;
    left: 0;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px black;
    transition: .2s ease-in-out;
    text-align: center;
    margin-bottom: 0;
}
.single-gallery-item:hover h1 {
	opacity: 0;
}*/
.single-gallery-item .single-gallery-item-content h2 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px black;
  transition: .6s ease-in-out;
  text-align: left;
}

.single-gallery-item .single-gallery-item-content p {
  font-size: 15px;
  color: #fff;
  line-height: 23px;
  font-weight: 300;
}


/*.inner-header-top .header-area {
    position: relative;
    background: #082b4e;
    padding: 8px 70px;
}
.inner-header-top .header-area .logo img {
    width: 75px;
}
.inner-header-top .header-area .menu-bar {
    align-items: center;
}*/

.inner-header-top .header-area {
  position: fixed;
  padding: 6px 30px;
  background: #082b4e;
}

.inner-header-top .header-area .logo img {
  width: 60px;
  margin-right: 6px;
}

.inner-header-top .header-area a.admission-hei-btn {
  display: block;
}

.inner-header-top .header-area h1 {
  display: block;
}

.inner-page-header.inner-page-wo-img img {
  width: 60px;
  position: relative;
  transform: none;
  left: 0;
  padding: 0;
  background: transparent;
}

.inner-page-wo-img {
  background: #f1f1f1;
  padding: 90px 0;
}

.admission-wo-image.inner-wo-image p.main-text {
  color: #000;
  font-weight: 400;
}

.contact-form input.form-control,
.contact-form textarea.form-control {
  border-bottom: 1.5px solid #afafaf;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  height: 42px;
  padding-left: 0;
  font-size: 16px;
  color: #000;
}

.contact-form .form-control:focus {
  box-shadow: none;
}

.contact-form label {
  position: absolute;
  line-height: 46px;
  font-size: 17px;
  transition: .5s;
  opacity: .7;
  cursor: text;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

.contact-form .focus label {
  transform: translateY(-28px);
  font-size: 15px;
  opacity: 1;
  color: #9e362e;
}

.contact-form button.btn-sub {
  background: #1c578d;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  transition: .6s;
  font-weight: 600;
  border: 0;
  text-transform: uppercase;
  margin-top: 10px !important;
}

.contact-form button.btn-sub:hover {
  opacity: .9;
  background: #1c578d;
  border-color: #1c578d;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  background-color: #1c578d;
  border-color: #1c578d;
}

.contact-info {
  background: #082b4e;
  padding: 35px 30px;
  position: relative;
  left: 100px;
  z-index: 9;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%);
  border-radius: 6px;
  border-left: 5px solid #ff9500;
  border-right: 5px solid #ff9500;
}

.contact-info h1 {
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 12px;
}

.contact-info-box p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  padding-right: 16%;
}

.contact-info-box i {
  color: #fff;
  font-size: 24px;
  margin: auto 0px auto 0;
  background: transparent;
  padding: 3px;
  border-radius: 3px;
  border: 2px solid #0f403d;
}

.contact-info-box {
  display: flex;
  padding-bottom: 16px;
  margin-top: 16px;
  border-bottom: 2px solid #0f403d;
}

.contact-info-box:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.cont-info-1 {
  margin-left: 12px;
}

.contact-info-box a:hover {
  color: #ffce89;
}

.contact-info-box a {
  color: #fff;
  font-size: 16px;
  display: contents;
  line-height: 26px;
  transition-duration: .6s;
}

::placeholder {
  color: #777 !important;
  opacity: 1;
}

.contact-form {
  background: #fff;
  padding: 80px 40px 80px 140px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  clip-path: polygon(0% 0%, 100% 5%, 100% 95%, 0% 100%);
}

.contact-forms .form-group {
  margin: 0 0 30px 0 !important;
}

.gallery-category {
  margin-bottom: 20px;
  padding: 0 10px;
}

.gallery-category-box {
  position: relative;
  transition: .6s ease-in-out;
  padding: 0;
  background: #082b4e;
  transform: translateY(0);
  height: 100%;
  border: 1px solid #082b4e;
}

.gallery-category-box-img {
  overflow: hidden;
  position: relative;
}

.gallery-category-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transform: scale(1);
  transition: .6s ease-in-out;
}

.gallery-category-box h2 {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  padding: 8px 20px;
  transition: .6s ease-in-out;
  background: #082b4e;
}

.gallery-category p {
  position: absolute;
  top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  background: rgb(0, 108, 219, .9);
  padding: 10px 8px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 8%, 100% 92%, 0% 100%);
  border: 2px solid #fff;
}

.gallery-category p span {
  display: block;
  font-size: 28px;
  line-height: 26px;
  font-weight: 600;
}

.gallery-category-box:hover {
  transform: translateY(0);
}

.gallery-category-box:hover img {
  transform: scale(1.2);
}

section.gallery-category-area {
  background: #dbdbdb;
  padding: 30px 0;
}

section.gallery-category-area .gallery-category-box img {
  height: 150px;
}

section.gallery-category-area .gallery-category-box h2 {
  font-size: 16px;
  line-height: 22px;
  padding: 6px 12px;
}

section.gallery-category-area .owl-theme .owl-nav [class*=owl-] {
  color: #fff !important;
  margin: 0 5px;
  padding: 5px 10px !important;
  background: #5a5a5a !important;
}

section.gallery-category-area .gallery-category p {
  font-size: 10px;
  padding: 8px 6px;
}

section.gallery-category-area .gallery-category p span {
  font-size: 22px;
  line-height: 22px;
}

section.gallery-category-area .gallery-category {
  padding: 0;
}

h2.gal-head {
  font-size: 22px;
  color: #fff;
  background: #19456e;
  display: block;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 30px;
  border-radius: 30px;
  width: 20%;
  position: relative;
}

h2.gal-head:before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 60%;
  height: 1.5px;
  border-bottom: 2px dotted white;
  content: '';
}

.owl-theme .owl-nav {
  margin-top: 0px !important;
}


.school-news-box-img {
  overflow: hidden;
  position: relative;
  border: 3px solid #ff9500;
  border-radius: 5px;
}

.school-news-block {
  position: relative;
}

.school-news-block:hover .school-news-box-img img {
  transform: scale(1.2);
  filter: blur(1px);
}

.school-news-box-img img {
  height: 260px;
  width: 100%;
  object-fit: cover;
  position: relative;
  transition: .6s ease-in-out;
}

.school-news-block:hover h1 {
  color: #082c4e;
}

.school-news-block h1 {
  position: relative;
  font-size: 15px;
  line-height: 22px;
  background: #fff;
  color: #000;
  font-weight: 600;
  padding: 20px 16px 12px 16px;
  margin: -60px 12px 32px 12px;
  min-height: 72px;
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  border-radius: 6px;
  border-left: 4px solid #082b4e;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  text-transform: uppercase;
  transition: .6s ease-in-out;
}

.school-news-block p {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 24px;
  line-height: 22px;
  background: rgb(0, 108, 211, .7);
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 5px 4px;
  border: 2px solid #fff;
  border-radius: 4px;
}

.school-news-block p span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}


.news-details-img-block {
  position: relative;
  overflow: hidden;
}

.news-details-img-block img {
  height: 70vh;
  width: 100%;
  object-fit: cover;
  animation: pulse 5s infinite;
  animation-duration: 20s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.news-details-block {
  background: #fff;
  padding: 35px;
  border-radius: 6px;
  position: relative;
  margin-top: -250px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  border-bottom: 5px solid #ffad3a;
  border-top: 5px solid #ffad3a;
}

.news-details-block p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  margin-top: 16px;
}

.news-details-block h1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #082c4e;
}

.news-details-block h5 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  background: #ffad3a;
  padding: 5px 30px 5px 12px;
  display: inline-block;
  position: absolute;
  top: -17px;
  left: 0;
  text-transform: uppercase;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.school-news-category-area .school-news-box-img img {
  height: 200px;
}

.school-news-category-area .school-news-block h1 {
  font-size: 14px;
  line-height: 20px;
  padding: 12px;
  clip-path: none;
}

.school-news-category-area .school-news-block p {
  font-size: 20px;
  line-height: 18px;
}

.school-news-category-area .school-news-block p span {
  font-size: 11px;
}


.main-school-news {
  position: relative;
}

.main-school-news ul {
  padding-inline-start: 0;
  margin-bottom: 0;
}

.main-school-news ul li {
  margin-bottom: 30px;
  border-left: 5px solid #ff9500;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 5px 27px rgb(0 0 0 / 5%);
}

.main-school-news ul li:last-child {
  margin-bottom: 0;

}

.main-school-news ul li .date {
  display: inline-block;
  margin-bottom: 0;
  background: #ff9500;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  padding: 3px 12px;
  position: absolute;
  top: -14px;
  left: -5px;
  text-transform: uppercase;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.main-school-news ul li p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  margin-top: 8px;
}

.main-school-news ul li a {
  color: #006cd4;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
  text-transform: uppercase;
  border: 1px solid #006cd4;
  padding: 3px 12px;
  border-radius: 50px;
  background: #f1f1f1;
}

.main-school-news ul li a:hover {
  color: #fff;
  border: 1px solid #006cd4;
  background: #006cd4;
  font-weight: 500;
}

a.admission-hei-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #ff9500;
  padding: 7px 16px;
  margin-left: 20px;
  font-weight: 500;
  height: fit-content;
  margin-top: 12px;
  display: none;
  animation-name: blink;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
}

header.header-area.is-sticky a.admission-hei-btn {
  display: block;
}


.openings .card-body {
  background: #f5f5f5;
  padding: 20px 30px;
}

.job-summery {
  display: table;
  width: 100%;
  border-bottom: 1px solid;
}

.job-summery label {
  width: 160px;
  border-right: 1px solid #ddd;
}

.job-summery label,
.job-summery span {
  display: table-cell;
  font-size: 16px;
  margin: 0;
  padding: 8px 16px;
  color: #000;
}

.job-summery span {
  font-weight: 600;
}

.openings .card-header button {
  display: block;
  padding: 12px 20px 12px 70px;
  background: #075a55;
  width: 100%;
  border-radius: 0;
  text-align: left;
  font-size: 21px;
  color: #fff;
  border: 0;
  position: relative;
  text-decoration: none !important;
  line-height: normal;
  vertical-align: top;
}

.openings .card-header i.la-university {
  float: none;
  margin: 0 10px 0 0;
  vertical-align: top;
  position: absolute;
  height: 100%;
  width: 50px;
  background: #054844;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 35px;
  padding: 10px 7px;
  color: #fff;
}

.openings .card-header i.la-plus {
  float: right;
  font-size: 28px;
}

.fee-notice span.bg-danger {
  background-color: #cf1111 !important;
  font-size: 17px;
}

.fee-notice {
  padding-left: 16px;
}

.fee-notice p {
  font-size: 16px;
  margin-bottom: 6px;
  color: #000;
  font-weight: 500;
}

.fee-notice a {
  display: inline-block;
  border: 2px solid #082b4e;
  padding: 6px 16px;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 600;
  color: #082b4e;
  background: white;
}

.testimonial-box {
  padding: 20px;
  background: #fff;
  height: 100%;
  position: relative;
}

.testimonial-box img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
  border-radius: 50%;
}

.testimonial-video-box iframe {
  height: 240px;
}

.testimonial-box h4 {
  font-size: 19px;
  color: #2e2e2e;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2px;
}

.testimonial-box p {
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  margin-bottom: 0;
}

.testimonial-box svg {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 75px;
  filter: opacity(0.15);
  fill: #082b4e;
}

.testimonial-video-box h2 {
  font-size: 19px;
  color: #2e2e2e;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 8px;
}


.inner-banner-content h1 {
  color: #121212;
  font-family: 'roboto serif', serif;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 500;
  margin-bottom: 0;
  font-style: italic;
}

.inner-banner-content h6 {
  color: #b7261b;
  text-transform: uppercase;
  font-family: 'roboto serif', serif;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  position: relative;
  display: inline-block;
}

.school_rules_info {
  padding: 40px;
  background: #fff;
  margin-right: 60px;
}

h2.inner-h1 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #082b4e;
  font-weight: 500;
}

.main-table.main-fonts table thead th {
  font-size: 19px;
  line-height: 30px;
}

.main-table table thead th {
  font-size: 18.5px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 16px;
  background: #004372;
  color: #fff;
  vertical-align: middle;
  letter-spacing: .3px;
}

.main-table.main-fonts table thead th {
  font-size: 18px;
  line-height: 30px;
}

.main-table.main-fonts table tbody td {
  font-size: 18px;
  line-height: 30px;
}

.main-table table tbody td a {
  color: #007fff;
}

.main-table table tbody td {
  padding: 8px 16px;
  font-size: 19.5px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  vertical-align: middle;
  letter-spacing: .3px;
}

.main-table table thead th {
  font-size: 18.5px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 16px;
  background: #082b4e;
  color: #fff;
  vertical-align: middle;
  letter-spacing: .3px;
}

.main-table table tbody tr {
  background: #fff;
}

.main-table table tbody td b {
  font-weight: 600;
}

.bg2 {
  background: #f1f1f1;
}

.list-register-now1 a {
  background: #13514c !important;
  animation: none !important;
}

.inner-about-content2 {
  background: #194d49 !important;
}

.mission-vision-log {
  height: 100%;
  width: 100%;
}

.mission-vision-log img {
  width: 268px;
  height: 100%;
}

.info-m {
  display: none;
}

.inner-about-content2 h2 {
  color: #fff !important;
}

.inner-about-content2 p {
  color: #fff !important;
  font-weight: 400 !important;
}



.error-sec .error-container {
  text-align: center;
  font-size: 180px;
  font-weight: 800;
  margin: 20px 15px;
}

.error-sec .error-container>span {
  display: inline-block;
  line-height: 0.7;
  position: relative;
  color: #082b4e;
}

.error-sec .error-container>span>span {
  display: inline-block;
  position: relative;
}

.error-sec .error-container>span:nth-of-type(1) {
  perspective: 1000px;
  perspective-origin: 500% 50%;
  color: #082c4e;
}

.error-sec .error-container>span:nth-of-type(1)>span {
  transform-origin: 50% 100% 0px;
  transform: rotateX(0);
  animation: easyoutelastic 8s infinite;
}

.error-sec .error-container>span:nth-of-type(3) {
  perspective: none;
  perspective-origin: 50% 50%;
  color: #082c4e;
}

.error-sec .error-container>span:nth-of-type(3)>span {
  transform-origin: 100% 100% 0px;
  transform: rotate(0deg);
  animation: rotatedrop 8s infinite;
}

@keyframes easyoutelastic {
  0% {
    transform: rotateX(0);
  }

  9% {
    transform: rotateX(210deg);
  }

  13% {
    transform: rotateX(150deg);
  }

  16% {
    transform: rotateX(200deg);
  }

  18% {
    transform: rotateX(170deg);
  }

  20% {
    transform: rotateX(180deg);
  }

  60% {
    transform: rotateX(180deg);
  }

  80% {
    transform: rotateX(0);
  }

  100% {
    transform: rotateX(0);
  }
}

@keyframes rotatedrop {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(30deg);
  }

  15% {
    transform: rotate(90deg);
  }

  70% {
    transform: rotate(90deg);
  }

  80% {
    transform: rotate(0);
  }

  100% {
    transform: rotateX(0);
  }
}

/* demo stuff */

/* 
body {
  background-color: #f4f4f4;
  margin-bottom: 50px;
} */

.error-sec h1 {
  text-align: center;
  margin: 40px 15px 14px 15px;
  font-size: 38px;
  font-weight: 600;
}

.error-sec .zoom-area {
  max-width: 490px;
  margin: 4px auto 0px;
  font-size: 19px;
  text-align: center;
  font-weight: 400;
  line-height: 27px;
}

.error-sec .link-container {
  text-align: center;
}

.error-sec a {
    font-size: 15px;
      padding: 8px 15px 10px 45px;
      border-width: 0px;
      margin-top: 30px;
      background-color: #082c4e;
}
.error-sec a .icon-arrow{
    top: 8px;
      font-size: 140%;
}
.error-sec a .icon-arrow.before {
  left: 18px;
}
.error-sec a .icon-arrow.after {
  right: 18px;
}
.error-sec {
  overflow: hidden;
  /* background-color: whitesmoke;
  display: flex;
  align-items: center; */
}
section.gallery-category-area .gallery-category-box h2 {
    position: relative;
    height: 55px;
    overflow: hidden;
}
.shop .thumb iframe {
    width: 100%;
    height: 300px;
}
.fc-toolbar {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 12px 25px;
    background: rgba(251, 168, 52, .3215686275);
    margin-bottom: 20px;
    border-radius: 50px;
}
button.fc-prev-button.fc-button.fc-button-primary {
    color: #000;
    background-color: #fba834;
    border-right: 8px solid #fee3be;
    border-radius: 60px;
    border-top: 0;
    border-bottom: 0;
    border: 0 solid transparent;
    margin-right: 8px;
}
.fc-toolbar h2 {
    font-size: 28px;
    line-height: 28px;
    margin: 0;
    color: #121212;
    font-weight: 700;
    text-transform: uppercase;
}
th.fc-col-header-cell {
    padding: 6px 12px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #082b4e;
}
button.fc-next-button.fc-button.fc-button-primary {
    color: #000;
    background-color: #fba834;
    border-right: 8px solid #fee3be;
    border-radius: 60px;
    border-top: 0;
    border-bottom: 0;
    border: 0 solid transparent;
}
button.fc-today-button.fc-button.fc-button-primary {
    color: #fff !important;
    background-color: #082b4e !important;
    border-color: #0a5121 !important;
    opacity: 1 !important;
    border-radius: 50px !important;
    padding: 6px 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    border: 0 !important;
}
th.fc-col-header-cell a {
    color: #fff;
}
#calendar_pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  font-size: 20px;
  z-index: 99999;
  background: rgb(0 0 0 / 49%);
  height: 100%;
  display: none;
}
#calendar_pop .calendar_inner {
  width: 420px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#calendar_pop .calendar_inner .calendarSingle {
  padding: 35px 20px 25px;
}
.calendarSingle {
  padding: 30px 30px;
  background: #082b4e;
  margin: 0 0 0 0;
  text-align: center;
  border-radius: 4px;
}
#closeCal {
  position: absolute;
  top: -10px;
  right: -28px;
  width: 24px;
  cursor: pointer;
}
#closeCal svg {
  width: 40px;
  fill: #f66a3d;
  border: 2px solid #f66a3d;
  height: 40px;
  padding: 5px;
  border-radius: 100%;
}
.circleDate {
  background-color: #0b5e59;
  color: #fff;
  margin: 0 8px 20px;
  text-align: center;
  font-weight: 700;
  position: relative;
  display: flex
;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  opacity: 0.8;
  width: 100%;
}
.circleDate .date span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
}
.circleDate .date span:nth-child(2) {
  font-size: 32px;
  line-height: 38px;
  padding: 10px;
  margin: -10px 2px;
  border-radius: 100%;
  border: 2px solid #fff;
  font-weight: 600;
  background: #082b4e;
  width: 60px;
  height: 60px;
}
.circleDate .date span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
}
#calendar_pop .calendar_inner .calendarSingle .dateContent h3 {
  font-size: 18px;
  line-height: 23px;
  margin-left: 10px;
  padding: 10px;
  min-height: none;
  height: auto;
  border-width: 4px;
  font-weight: 300;
}
.calendarSingle .dateContent h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  text-align: left;
  margin-left: 20px;
  border-left: 5px solid #c3c3c3;
  padding: 20px 10px 0 10px;
  height: 70px;
  overflow: hidden;
}


.mainTitle  h2{font-size: 50px;
  font-weight: 700;
  color: #073a36;
}
.mainTitle  p.main-text{
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
}

.wrapper-fee-structure {
  position: relative;
  padding: 30px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12);
}

.faqBlock h3 {
  font-size: 17px;
  line-height: 21px;
  color: #073a36;
  background: #eee;
  padding: 8px 12px;
  margin: 0;
}
.mainAccordion button.accordion-button {
  font-size: 17px;
  line-height: 21px;
  color: #073a36;
  font-weight: 600;
  padding: 12px 16px 12px 56px;
}
span.faqSeq {
  margin-right: 9px;
  font-size: 110%;
}

p.faqPara  {
  position: relative;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  padding: 10px 15px;
}
.faqBlock {
  border: 1px solid #a2a2a245;
  margin-bottom: 20px;
}

.academicSec{
  padding: 50px 0px;
  overflow: hidden;
}
p.innerPara {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 12px;
  color: #262626;
  font-weight: 400;
}
h1.mainHead {
  font-size: 42px;
  font-weight: 700;
  color: #003a35;
}
h2.mainHead2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.academicImg img {
  height: 245px;
  object-fit: cover;
  width: 100%;
}
.performaingImg .academicImg img {
  height:495px;
}
.inner-page-banner-img img{
height:90vh;
  object-fit: cover;
  width: 100%;
}

  /* Hide submenus by default */
  .sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
	background: #ffffff;
    min-width: 220px;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 10px 0;
    box-shadow: 0 3px 10px rgb(0 0 0 / 12%);
  }

  /* Show submenu on hover */
  .menu-item:hover > .sub-menu {
    display: block;
  }

  /* Position the submenus properly */
  .menu-item {
    position: relative;
  }

  /* Optional: Smooth transitions */
  .sub-menu {
    transition: all 0.3s ease;
  }

  /* Styling for menu items */
  .menu-item > a {
    padding: 10px 20px;
    display: block;
  }

  /* Styling for submenu items */
  .sub-menu .menu-item > a {
    padding: 10px 20px;
  }

  /* Optional: Add a background to differentiate submenu items */
  .sub-menu .menu-item > a:hover {
    background-color: #f1f1f1;
  }
ul.inner-menu-ul1 {
    background: #08243e;
}
.list-group-itemMenu{
background: transparent;
    color: #fff;
}
.list-group-itemMenu {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 300;
}
.tcSction{
  padding: 60px 0px;
}
.tcForm {
  background: #fff;
  padding: 25px 25px;
}
.tcForm form select, .tcForm form input {
  border-radius: 0;
  height: 44px;
  padding: 8px 12px;
  color: #000;
  font-weight: 500;
}
.tcForm  form label {
  color: #000;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}
.tcForm button.btn {
  background: #003a35;
  width: 100%;
  color: #fff;
  padding: 8px 16px;
  border-radius: 0;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  font-weight: 500;

}
.maniTitle2{
  font-size: 33px !important;
  border-bottom: 2px solid #13294e !important;
  display: inline-block;
  padding-bottom: 4px !important;
  color: #13294e !important;
}
.academicSecContent.academicSecContent1 {
  background: #fff;
  padding: 40px 40px;
}
.academicSecContent.academicSecContent1 h2.mainHead2 {
  font-size: 25px !important;
}
.academicSec .container {
  max-width: 100% !important;
}
h3.mainHead3 {
  font-size: 25px;
  color: #082c4e;
  font-weight: 500;
}