.hover-1 {
  --c: #1095c1;
  /* the color */
  --s: 0.15em;

  line-height: 1.1em;
  padding-bottom: calc(2.1 * var(--s));
  background: conic-gradient(from 135deg at top, var(--c) 90deg, #0000 0) left 0
      bottom var(--s) / calc(2 * var(--s)) var(--s) repeat-x,
    conic-gradient(from -45deg at bottom, var(--c) 90deg, #0000 0) left var(--s)
      bottom 0 / calc(2 * var(--s)) var(--s) repeat-x;
  transition: 0.5s;
}

.hover-1:hover {
  --_p: 100%;
  color: var(--c);
}

h1 {
  font-family: system-ui, sans-serif;
  font-size: 4rem;
  margin: 0 auto;
  cursor: pointer;
  padding: 0 0.1em;
}

h4 {
  margin-top: 0 !important;
  margin-bottom: 0.625rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
}

h4 {
  font-size: 18px !important;
}

h3 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-weight: 400 !important;
  line-height: 1.2;
}

h3 {
  font-size: 25px !important;
}

/* yudh css */
.shield-icon {
  background-color: var(--vs-primary);
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  line-height: 32px;
}
.shield-icon::after {
  background-color: #282828;
  bottom: 0;
  content: "";
  display: inline-block;
  left: -8px;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: right top 0;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.widget_social_widget li a:hover i,
.widget_social_widget li a:focus i {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
/* end css */
/* icons animation */

.widget_social_widget li a:hover i,
.widget_social_widget li a:focus i {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* icons animation and */

.btn {
  padding: 9px 20px;
}

.btn-dark {
  color: var(--vs-secondary);
  border-color: var(--vs-secondary);
  background: transparent;
  border: 1px solid var(--vs-secondary);
}
.btn-theme {
  display: inline-block;
  position: relative;
  letter-spacing: 0.15px;
  padding: 10px 20px;
  font-weight: 500;
  border: none;
  color: var(--vs-white);
  background-color: var(--vs-secondary);
  border-radius: 6.25rem;
  z-index: 0;
}
.btn-theme.active,
.btn-theme:hover,
.btn-theme:focus {
  color: var(--vs-white);
  background-color: var(--vs-primary);
}
.btn-theme1,
.btn-theme2 {
  display: inline-block;
  position: relative;
  letter-spacing: 0.15px;
  padding: 10px 26px;
  font-weight: 500;
  border: none;
  color: var(--vs-white);
  background-color: var(--vs-primary);
  border-radius: 6.25rem;
  z-index: 0;
}
.btn-theme1.active,
.btn-theme1:hover,
.btn-theme1:focus {
  color: var(--vs-primary);
  background-color: var(--vs-white);
}

.btn-theme2.active,
.btn-theme2:hover,
.btn-theme2:focus {
  color: var(--vs-white);
  background-color: var(--vs-secondary);
}

.btn-outline-white {
  letter-spacing: 0.15px;
  padding: 9px 20px;
}
.btn-closed {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
}
.theme-h {
  border-left: 4px solid #000;
  padding-left: 10px;
  margin-bottom: 1.5rem;
}
.social_widget-r {
  background: var(--vs-primary);
  border-radius: 50px;
  width: 100% !important;
  padding: 10px 0px !important;
}
.icon-r i {
  background: var(--vs-primary);
  color: var(--vs-white);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
}
.modal-backdrop {
  --vs-backdrop-zindex:1050;
  --vs-backdrop-bg:#000;
  --vs-backdrop-opacity:0.5;
  position:fixed;
  top:0;
  left:0;
  z-index:1 !important;
  width:100vw;
  height:100vh;
  background-color:var(--vs-backdrop-bg)
}
.modal-backdrop.show {
  /* opacity: var(--vs-backdrop-opacity); */
  opacity: 0.7 !important;
}
h3 {
  font-weight: 500 !important;
}
i.fas.fa-shield-alt {
  color: #fff;
  z-index: 9;
}
.main-header .above-header .header-widget {
  position: relative;
}

.main-header .above-header .header-widget::before {
  content: "";
  position: absolute;
  background-color: var(--vs-primary);
  width: 25%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 40px 0 0 40px;
}

.above-header .widget-left .widget_text .textwidget i {
  color: var(--vs-white);
  z-index: 99;
}

.above-header .widget-left .widget_text .textwidget i {
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
}
.social_widget {
  position: relative;
  left: 0rem;
}
.main-menu-right .menu-right-list ul li {
  list-style: none;
}

.main-menu-right .menu-right-list ul li {
  color: var(--vs-white);
  background-color: var(--vs-primary);
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
}

.main-menu-right .menu-right-list ul li:hover {
  color: var(--vs-black);

  background-color: var(--vs-white);
  border: 1px solid var(--vs-primary);
}

aside#widget-text a {
  text-decoration: underline;
  color: var(--vs-primary);
}

.slider-section .main-table-cell .main-content h1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  font-size: 90px;
  color: white;
  font-size: 50px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--vs-primary);
}

.main-content .top-heading {
    font-weight: 500;
    font-size: 22px;
    display: block;
    /* margin-bottom: 1.8rem; */
}

.main-menu-right .items-count {
  position: absolute;
  top: -8px;
  left: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 6.25rem;
  text-align: center;
  font-size: 12px;
  color: var(--vs-white);
  background-color: var(--vs-black);
}

/* clients-section  */
.home-sect {
  background-color: #f4fcff;
}

.home-sect .clients-wrapper {
  padding: 55px 0;
}

.flex {
  display: flex;
}
.clients-wrapper1 {
  display: flex;
  flex-wrap: wrap;
  /* -ms-flex-align: flex-start; */
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.clients-section .clients-wrapper1 span {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: normal;
  color: var(--vs-black);
}

.clients-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* -ms-flex-align: flex-start; */
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.clients-section .clients-wrapper1 span::after {
  content: "";
  position: absolute;
  top: 0;
  /* left: 0; */
  bottom: 0;
  margin: auto;
  width: 18%;
  height: 4%;
  background-color: var(--vs-black);
}

.clients-section .widget-clients .widget {
  padding: 0 30px;
}

/* swipper css */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

/* service-section start */

.heading-default h2 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  color: white;
  font-weight: 400;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--vs-primary);
  position: relative;
  display: inline-block;
  border-bottom: 5px solid var(--vs-primary);
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.heading-default.style1 h2:before,
.heading-default.style2 h2:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -7px;
  left: 10px;
  background-color: var(--vs-black);
  border-radius: 50%;
  transform: translateX(-100%);

  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
.heading-default.style2 h2:before {
  background-color: var(--vs-white);
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(140px);
    transform: translateX(140px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(140px);
    transform: translateX(140px);
  }
}

.heading-default {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.service-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 0.15);
  background-color: var(--vs-primary-light);
  -webkit-transition: var(--vs-transition);
  transition: var(--vs-transition);
}

.service-card:hover {
  border-radius: 0;
  -webkit-transition: var(--vs-transition);
  transition: var(--vs-transition);
}

.service-card-content {
  padding: 1rem 2rem;
  text-align: center;
  border-radius: 0.625rem;
}

.service-card-icon {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vs-black);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
  padding: 3rem 0 5rem 0;
  -webkit-transition: var(--vs-transition);
  transition: var(--vs-transition);
}

.service-card-icon i {
  color: var(--vs-white);
  font-size: 4rem;
}

.service-card-icon i:hover {
  color: var(--vs-black);
}

.service-card:hover .service-card-icon {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background-color: var(--vs-primary);
}

/* service-section and */

/*====================================================
--< Flipbox Area Css -->
======================================================*/
.vs_flipbox_font {
  /* border: 1px solid #0c5adb; */
  border-radius: 8px;
}
.flipbox .section_main_title h1 {
  color: var(--vs-white);
}
.flipbox .section_sub_title h6 {
  color: var(--vs-white);
}
.flipbox .section_title {
  margin-bottom: 30px;
}
.vs_flipbox {
  perspective: 1000px;
  position: relative;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  z-index: 1;
}
.vs_flipbox .vs_flipbox_font,
.vs_flipbox .vs_flipbox_back {
  min-height: 250px;
  height: auto;
  box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  position: relative;
}
.vs_flipbox .vs_flipbox_back::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--vs-primary);
}
.icon {
  font-size: 45px;
  line-height: 45px;
}
.vs_flipbox .vs_flipbox_inner {
  text-align: center;
  padding: 0 25px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  perspective: inherit;
  -webkit-perspective: inherit;
  outline: transparent solid 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}
.vs_flipbox_icon {
  font-size: 45px;
  text-align: center;
  display: inline-block;
  color: var(--vs-white);
  overflow: hidden;
}
.vs_flipbox_font .flipbox_desc p {
  color: var(--vs-white);
}
.vs_flipbox .flipbox_title h3 {
  font-size: 22px;
  padding-bottom: 13px;
  text-transform: capitalize;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  color: var(--vs-black);
  margin-top: 1rem;
}
.vs_flipbox .vs_flipbox_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 2px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.vs_flipbox .vs_flipbox_back .flipbox_button a {
  text-transform: capitalize;
  margin-top: 22px;
  background: var(--vs-white);
  color: var(--vs-primary);
  display: inline-block;
  padding: 4px 25px;
  border-radius: 5px;
  border: 2px solid var(--vs-white);
  transition: 0.5s;
}
.vs_flipbox_back .flipbox_desc p {
  color: var(--vs-white);
}
.vs_flipbox .vs_flipbox_back .flipbox_button a i {
  display: none;
}
.vs_flipbox_font .icon {
  color: var(--vs-white);
  font-size: 30px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  background: var(--vs-primary);
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
  display: inline-block;
}

.vs_flipbox .vs_flipbox_back .flipbox_title h3 {
  padding-bottom: 16px;
  padding-top: 0;
  color: var(--vs-white);
  margin-bottom: 0;
}
.vs_flipbox .vs_flipbox_font .flipbox_desc,
.vs_flipbox .vs_flipbox_back .flipbox_desc {
  color: var(--vs-white);
}

.flipbox_area.top_feature.upper .vs_flipbox_font .icon {
  font-size: 45px;
  color: var(--vs-primary);
  background: transparent;
}

/* Flipbox Hover Css */
.vs_flipbox:hover .vs_flipbox_font {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.vs_flipbox:hover .vs_flipbox_back {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.flipbox_title h3:hover {
  color: var(--vs-white) !important;
}
.vs_flipbox .vs_flipbox_back .flipbox_button a:hover {
  color: var(--vs-white);
  border-color: var(--vs-primary);
  background: var(--vs-primary);
}

.pages .vs_flipbox .vs_flipbox_font .flipbox_title h3 {
  color: #444;
}
.pages .vs_flipbox_font .flipbox_desc p {
  color: #666;
}
/*====================================================
--< end Area Css -->
======================================================*/
/*====================================================
--< filter box Area Css -->
======================================================*/
.grid {
  max-width: 1330px;
  margin: 40px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.grid > li {
  width: calc(100% / 3 - 30px);
  margin: 0px 15px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 15px;
}
.filters {
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.grid li img {
  max-width: 100%;
  border-radius: 10px;
}
.filters button {
  padding: 10px 25px;
  margin: 0px 5px;
  color: var(--vs-white);
  background-color: var(--vs-secondary);
  border: none;
  border-radius: 70px;
  transition: 150ms;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  position: relative;
  outline: none;
  cursor: pointer;
}
.filters button.is-checked {
  background-color: var(--vs-primary);
  color: var(--vs-white);
}

@media (max-width: 767px) {
  .filters button {
    padding: 5px 10px;
    margin: 5px;
  }
  .grid > li {
    width: calc(100% - 30px);
  }
  .element-item p {
    font-size: 16px;
    line-height: 22px;
  }
}
/*====================================================
--< filter box Area Css end-->
======================================================*/
/* carousel css */
.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}
.view .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}
.rgba-black-light,
.rgba-black-light:after {
  background-color: #000000a3;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  top: 20%;
  bottom: unset;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: unset;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 5px solid transparent;
}
.carousel-indicators [data-bs-target]::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: var(--vs-primary);
  border-radius: 50%;
  left: 20%;
  bottom: 10px;
}
.carousel-indicators .active {
  opacity: 1;
  border: 5px solid var(--vs-primary);
}

.slider-section .carousel-caption .main-content h1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  font-size: 90px;
  color: white;
  font-size: 50px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--vs-primary);
}

/* carousel css end */
/* gallery css */

.box17 {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.box17:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--vs-primary);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.box17:hover:after {
  opacity: 0.7;
}
.box17 img {
  width: 100%;
  height: auto;
  transition: all 1.5s ease 0s;
}
.box17 .box-content,
.box17 .icon li a {
  position: absolute;
  transition: all 0.6s ease 0s;
}
.box17:hover img {
  transform: scale(1.2);
}
.box17 .icon {
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.box17 .icon li a {
  width: 43px;
  height: 43px;
  background: var(--vs-white);
  line-height: 45px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  color: var(--vs-primary);
  top: 50%;
  border: 1px solid var(--vs-white);
  opacity: 0;
}
.box17:hover .icon li a {
  top: 22%;
  opacity: 1;
}
.box17 .icon li a:hover {
  background: var(--vs-white);
  color: var(--vs-primary);
}
.box17 .icon li:first-child a {
  left: -90%;
  right: 0;
}
.box17:hover .icon li:first-child a {
  left: 25%;
}
.box17 .icon li:last-child a {
  right: -90%;
  left: 0;
}
.box17:hover .icon li:last-child a {
  right: 25%;
}
.box17 .box-content {
  width: 100%;
  padding: 0px;
  background: var(--vs-primary);
  bottom: -122px;
  left: 0;
  z-index: 1;
}
.box17:hover .box-content {
  bottom: 0;
}
.box17 .title {
  font-size: 17px !important;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-top: 0px;
  padding: 8px;
  background: #000;
  text-align: center;
}
.box17 .post {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 0px 10px 10px;
  text-align: center;
}
.img-h513 {
  height: 513px !important;
}
@media only screen and (max-width: 990px) {
  .box17 {
    margin-bottom: 24px;
  }
}
/* gallery css end */
/* Features-section start */
.Features-section {
  position: relative;
  z-index: 0;
}

.Features-section {
  background-color: #1f2020e0;
  background-blend-mode: multiply;
  background-size: cover;
  position: relative;
}
.Features-section::before {
  background-color: #1f2020e0;
  content: "";
}
.bg-secondry-dark {
  background-color: var(--vs-black);
}

.bg-primary-light {
  background-color: var(--vs-primary-light);
}

.Features-style {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
  background-color: var(--vs-primary-light);
  transition: var(--vs-transition);
  border: 15px solid var(--vs-gray-dark);
}

.Features-item {
  text-align: center;
}

.Features-service-icon {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  -webkit-transition: var(--vs-transition);
  transition: var(--vs-transition);
}

.text-white {
  color: var(--vs-white);
}
.text-prime {
  color: var(--vs-primary);
}

.Features-style .Features-service-icon .Features-service-icon-wrapper {
  font-size: 3rem;
}

.Features-style .Features-service-icon .Features-service-icon-wrapper:hover {
  color: var(--vs-white);
}
.Features-service-icon-wrapper i,
.Features-box-content-inner h3 {
  color: var(--vs-primary);
}
.Features-box-content-inner {
  padding: 0px 20px;
  text-align: center;
  padding-bottom: 20px;
}
.Features-style:hover .Features-service-icon-wrapper i,
.Features-style:hover .Features-box-content-inner h3 {
  color: var(--vs-white);
}
.Features-style:hover {
  background-color: var(--vs-primary);
  color: var(--vs-white);
  border: 15px solid var(--vs-gray-light);
}



.Features-style a:hover {
  color: var(--vs-white);
}

.Features-box-content-inner p {
  font-size: 14px;
}

/* Features-section and */
/* projects-section start */

.projects_box {
  position: relative;
  transition: all 0.2s ease-out 0s;
  margin-bottom: 24px;
}
.projects_box .box-content,
.projects_box:after {
  position: absolute;
  left: 20px;
  right: 20px;
}
.projects_box:after {
  content: "";
  display: block;
  background: #090909db;
  top: 20px;
  bottom: 20px;
  opacity: 0;
  transform: rotate3d(-1, 1, 0, 100deg);
  transition: all 0.4s ease-in-out 0s;
}
.projects_box:hover:after {
  opacity: 0.9;
  transform: rotate3d(0, 0, 0, 0deg);
}
.projects_box img {
  width: 100%;
  height: auto;
}
.projects_box .box-content {
  top: 45%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(10%, -30%);
  transform: translate(10%, -30%);
  transition: all 0.2s ease-out 0s;
}
.projects_box:hover .box-content {
  opacity: 1;
  transform: translate(0, -50%);
  transition-delay: 0.2s;
}
.projects_box .title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.projects_box .post {
  display: block;
  font-size: 15px;
  color: var(--vs-white);
  margin-bottom: 20px;
}
.projects_box .social {
  padding: 0;
  margin: 0;
  list-style: none;
}
.projects_box .social li {
  display: inline-block;
}
.projects_box .social li a {
  display: block;
  width: 35px;
  height: 35px;
  background: var(--vs-primary);
  border-radius: 50%;
  font-size: 17px;
  color: var(--vs-white);
  line-height: 35px;
  margin-right: 5px;
  transition: all 0.4s ease-in-out 0s;
}
.box14 .icon li,
.box14 .post {
  display: inline-block;
}
.projects_box .social li a:hover {
  color: var(--vs-white);
  background: var(--vs-primary);
}
@media only screen and (max-width: 990px) {
  .projects_box {
    margin-bottom: 30px;
  }
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #008cba;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.gallery-item:hover .overlay {
  bottom: 0;
  height: 100%;
}
/* projects-section and */

.home-sect-1 {
  background-color: var(--vs-black);
}

.home-sect-1 .Appoint-wrapper {
  padding: 55px 0;
}


.Appoint-section .Appoint-wrapper .Appoint-contant {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 22px;
}

.Appoint-section .Appoint-wrapper .Appoint-contant .Appoint-contant-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
  position: relative;
  z-index: 1;
  font-size: 38px;
  width: 42px;
  height: 42px;
  line-height: 1;
  margin-right: 15px;
  color: var(--vs-white);
  transition: var(--vs-transition);
}

.Appoint-section {
  position: relative;
}

.Appoint-section .Appoint-wrapper .Appoint-left {
  font-size: 28px;
}

.Appoint-section .Appoint-wrapper .Appoint-contant-corn {
  font-size: 55px;
  line-height: 2;
  color: var(--vs-primary);
}

.Appoint-section .Appoint-wrapper .Appoint-contant-info {
  display: inline-block;
  text-align: left;
  color: var(--vs-white);
}

.Appoint-contant-info .title {
  display: block;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
}

.Appoint-contant-info .text {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.9;
  margin-bottom: 1px;
}

.pricing-item .pricing-box-rate {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 100px;
  color: var(--vs-primary);
  background-color: var(--vs-white);
  border-radius: 10px;
  margin-top: 75px;
  line-height: 34px;
  box-shadow: 0px 0px 10.44px 1.56px rgba(33, 33, 33, 0.23);
}

.recommended.pricing-item a.btn.btn-light {
  border-color: var(--vs-white);
  background-color: var(--vs-white);
  color: var(--vs-secondary);
  box-shadow: 0px 0px 10.44px 1.56px rgba(33, 33, 33, 0.23);
}

.recommended.pricing-item a.btn.btn-light:hover {
  border-color: var(--vs-primary);
  background-color: var(--vs-primary);
  color: var(--vs-white);
  box-shadow: 0px 0px 10.44px 1.56px rgba(33, 33, 33, 0.23);
}

.recommended-sect {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  letter-spacing: 0.25px;
  color: var(--vs-white);
  background-color: var(--vs-primary);
  padding: 0 1.25rem;
  border-radius: 5px;
  z-index: 1;
}

/* Gallery section  start*/
.Gallery-bg-image {
  background: url(../images/gallery/Gallery-bg.png) center center fixed
    rgba(0, 0, 0, 0.6);
}

.Gallery-section {
  background-color: #1f2020e0;
  background-blend-mode: multiply;
  background-size: cover;
  position: relative;
}

.Gallery-item-img {
  padding: 0 0px;
}

.img-w100 {
  width: 100%;
}

/*
Gallery section  end*/

.work-process {
  background-blend-mode: multiply;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 50px 0px 25px 0px;
}

.process-box::before {
  width: 87%;
  height: 87%;
  opacity: 1;
  visibility: visible;
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  content: "";
  position: absolute;
  margin: 0px;
  z-index: 0;
  border-radius: 100%;
  border: 2px dotted var(--vs-white);
  transition: 0.3s ease-in-out;
  padding: 29px;
  top: 17px !important;
  left: 7% !important;
  right: 8%;
}

.process-box {
  text-align: center;
  max-width: 280px;
  height: 100%;
  background-color: var(--vs-primary);
  margin: auto;
  padding: 82px 41px;
  cursor: pointer;
  align-items: center;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  position: relative;
  color: var(--vs-white);
}

.process-box:hover {
    background: #e9e9e92e;
    transition: 1.3s;
}

.work-process .process-box p {
  line-height: 1.2;

  font-size: 50px;
}

.work-process .process-box .process-content span {
  line-height: 1.2;

  font-size: 18px;
}

/* process section  and*/

/* article-section start*/
.article-section {
  position: relative;
  overflow: hidden;
}

.article-items {
  position: relative;
  width: 100%;
  border-radius: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 0;
  box-shadow: 0 3px 12px -1px rgb(1 1 47 / 0.2),
    0 22px 27px -20px rgb(1 1 47 / 0.2);
}

.article-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.article-content {
    position: relative;
    width: 100%;
    padding: 18px;
    border: 1px solid #fdd1b6;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: center; */
  padding: 20px;
}

.article-meta .author-name > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.article-meta {
  margin-left: 0px;
}

.author-name .author-icon {
  margin-right: 10px;
  color: var(--vs-primary);
}

.article-favourite-link {
  position: absolute;
  right: 2px;
  top: -72px;
  width: 50px;
  height: 70px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--vs-primary);
  color: var(--vs-white);

  box-shadow: 0px 0px 7.52px 0.48px rgba(33, 33, 33, 0.23);
  -webkit-transition: var(--vs-transition);
  transition: var(--vs-transition);
}

.article-comment {
  margin: auto;
}

.article-comment i {
  color: var(--vs-primary);
}

.article-post-tags {
  margin-bottom: 1.25rem !important;
  border-top: 1px solid var(--vs-gray) !important;
}

.article-post-content {
  padding: 0px 20px 0px 20px;
}

.article-post-meta {
  padding: 20px 20px 0px 20px;
}
.btn-dark1 {
  padding: 9px 20px !important;
  width: auto !important;
}
.more-link {
  background-color: transparent;
  color: var(--vs-gray-dark);
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.more-link .fa-angle-double-right {
  position: absolute;
  bottom: 7%;
  right: 15px;
}

.more-link:hover {
  background-color: transparent;
  color: var(--vs-primary);
}

/* article-section and*/

/* footer-section */

.footer-section {
  background-color: #002a34;
  background-blend-mode: multiply;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.wp-block-image img {
  box-sizing: border-box;
  
  vertical-align: bottom;
  border-radius: 10px;
}
.footer-bg-image {
  background-color: var(--vs-black);
  background-size: auto;
  background-size: cover;
}

.contact-info span.title {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.2;
  margin-bottom: 1px;
}

.footer-aboves {
  padding: 25px 0;
  background-color: var(--vs-primary);
}

.main-footer .widget:last-child {
  margin-bottom: 0;
}

.contact-areas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.contacts-info {
  display: ruby-base;
  text-align: left;
  color: inherit;
}

.contacts-icons {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  font-size: 38px;
  line-height: 1;
  margin-right: 15px;
  color: var(--vs-primary);
  -webkit-transition: var(--vs-transition);
  transition: var(--vs-transition);
}

.contacts-icons {
  font-size: 38px;
  line-height: 1;
  color: var(--vs-white);
}
.contact-info span a {
  color: var(--vs-white);
}
.text .text-primary {
  color: var(--vs-black) !important;
}
.textwidget {
  text-align: left;
}
.contact-areas .contacts-icons img {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.footer-main-contant {
  padding: 40px 0;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--vs-primary);
}

.footer-main-contant .about-contant .contact-info .title .wp-block-latest-posts__post-title {
  color: var(--vs-primary);
}

.footer-main-contant .about-contant .contact-corn img {
  width: 100% !important;
}

.footer-main-contant .about-contant .contact-areas {
  padding: 10px 0px !important;
}

.widget .widget-title {
  display: block;
  text-transform: capitalize;
  position: relative;
  z-index: 0;
  text-align: left;
  letter-spacing: 0.35px;
  word-break: break-all;
}

.main-footer .widget-title {
  color: var(--vs-white);
  /* padding-left: 24px; */
  margin-bottom: 2.1875rem;
  border-bottom: 10px double;
}

.widget_categoris_widget {
  position: relative;
}


.widget_categoris_widget li {
  display: flex;
  padding: 5px 0px !important;
}

.widget_categoris_widget li a {
  padding-left: 10px;
  margin: -5px 0 0 0;
}

.main-footer .widget_categoris_widget .widget-title {
  color: var(--vs-white);
  padding-left: 30px;
  margin-bottom: 2.1875rem !important;
}

.main-footer .widget_categoris_widget .widget_categoris {
  padding: 10px 0;
}

.main-footer .widget_categoris_widget .widget_categoris li::before {
  content: "";
  width: 13px;
  height: 13px;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  background-color: var(--vs-white);
  box-shadow: 0px 0px 7.52px 0.48px rgba(33, 33, 33, 0.23);
  -webkit-transition: var(--vs-transition);
  transition: var(--vs-transition);
}
.main-footer .widget_categoris_widget .widget_categoris li:hover::before {
  background-color: var(--vs-primary);
  transform: rotate(45deg);
}
/* categoris section end */

/* gallery section start */
.gallery-columns-3 .gallery-item {
  width: 23.3% !important;
}
.gallery-size-thumbnail {
  padding: 10px 0;
}
/* gallery section end */
/*********************** Demo - 1 *******************/
.box1 img,
.box1:after,
.box1:before {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.box1 .icon,
.box2,
.box3,
.box4,
.box5 .icon li a {
  text-align: center;
}
.box10:after,
.box10:before,
.box1:after,
.box1:before,
.box2 .inner-content:after,
.box3:after,
.box3:before,
.box4:before,
.box5:after,
.box5:before,
.box6:after,
.box7:after,
.box7:before {
  content: "";
}
.box1,
.box11,
.box12,
.box13,
.box14,
.box16,
.box17,
.box18,
.box2,
.box20,
.box21,
.box3,
.box4,
.box5,
.box5 .icon li a,
.box6,
.box7,
.box8 {
  overflow: hidden;
}
.box1 .title,
.box10 .title,
.box4 .title,
.box7 .title {
  letter-spacing: 1px;
}
.box3 .post,
.box4 .post,
.box5 .post,
.box7 .post {
  font-style: italic;
}
body {
  background-color: #fff;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.box1 .icon,
.box1 .title {
  margin: 0;
  position: absolute;
}
.box1 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
.box1:after,
.box1:before {
  height: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: 100% 0;
  transform: rotateZ(90deg);
}
.box1:after {
  top: auto;
  bottom: 0;
  transform-origin: 0 100%;
}
.box1:hover:after,
.box1:hover:before {
  transform: rotateZ(0);
}
.box1 img {
  height: auto;
  transform: scale(1) rotate(0);
}
.box1:hover img {
  filter: sepia(80%);
  transform: scale(1.3) rotate(10deg);
}
.box1 .title {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 1px #004cbf;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  z-index: 2;
  transform: scale(0);
  transition: all 0.5s ease 0.2s;
}
.box1:hover .title {
  opacity: 1;
  transform: scale(1);
}
.box1 .icon {
  padding: 7px 5px;
  list-style: none;
  background: #004cbf;
  border-radius: 0 0 0 10px;
  top: -100%;
  right: 0;
  z-index: 2;
  transition: all 0.3s ease 0.2s;
}
.box1:hover .icon {
  top: 0;
}
.box1 .icon li {
  display: block;
  margin: 10px 0;
}
.box1 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.box2 .icon li a,
.box3 .icon a:hover,
.box4 .icon li a:hover,
.box5 .icon li a,
.box6 .icon li a {
  border-radius: 50%;
}
.box1 .icon li a:hover {
  color: #fff;
  box-shadow: 0 0 10px #000 inset, 0 0 0 3px #fff;
}
@media only screen and (max-width: 990px) {
  .box1 {
    margin-bottom: 30px;
  }
}
.blog-single img{
	    width: auto;
}
.wp-block-button{
	margin-bottom:10px;
}
.has-light-green-cyan-background-color {
    margin-top: 15px;
    margin-bottom: 15px;
}
.wp-block-file{
	margin-top:15px;
}
.wp-block-query-pagination-numbers .page-numbers.current{
	background-color: black;
    color: #fff;
    padding: 10px;
}
.wp-block-query-pagination-numbers .page-numbers{
	background-color: #ff6000;
    color: #fff;
    padding: 10px;
}
.wp-block-post-date {
    margin-top: 10px;
}
.wp-block-comment-content p{
	margin-bottom:0px;
}
.wp-block-cover{
	margin-right:20px;
}

/***Custom Style***/
.shield-icon{
  display: none;
}
.header-widget span.ps-2 a{
  text-decoration: none !important;
  color: #fff !important;
  font-size: 16px;
}
.main-header .above-header .header-widget::before{
  display: none;
}
.above-header{
  border-bottom: none;
  background-color: #0088ce !important;
}
.custom-logo-link img{
  max-width: 100% !important;
}
nav.navbar-area.search-but {
    justify-content: end;
}
.main-navbar{
  text-align: left !important;
}
.main-navbar .main-menu > li.menu-item > a{
  font-size: 14px !important;
  font-weight: 400 !important;
}
a{
  outline: none !important;
}
.main-navbar .dropdown-menu li a{
  font-size: 14px !important;
  font-weight: 400 !important;
}
.main-navbar .dropdown-menu li:hover a{
  color: #0088ce;
}
.above-header-bg .above-header .widget_social_widget li a{
  background: none !important;
}
.above-header-bg .above-header .widget_social_widget li a:hover{
  color: #fff !important;
}
.above-header .widget-left, .above-header .widget-right{
  min-height: 47px !important;
}
.above-header .widget_social_widget ul li{
  margin-bottom: 0px !important;
}
.above-header .widget_social_widget ul li a{
    width: 28px;
    height: 28px;
    line-height: 22px;
}
.row.mtb {
    padding-top: 10px;
}
.main-navbar:not(.breadcrumb-menu) .main-menu > li > a{
  line-height: 4.25rem;
}
.search-but .menu-right-list li i{
  padding: 9px 10px;
}
.search-but .menu-right-list li{
  background-color: transparent !important;
  border: 1px solid #0088ce !important;
  color: #0088ce !important;
}
.search-but .menu-right-list li:hover{
  background-color: #0088ce !important;
}
.search-but .menu-right-list li:hover i{
  color: #fff;
}
.search-but .menu-right-list .btn:hover{
  background-color: #0088ce;
  border-color: #0088ce;
}
.search-but .menu-right-list li.apply-btn{
  background: none !important;
  border: none !important;
}
.search-but .menu-right-list .btn{
  font-size: 14px;
  font-weight: 600;
  background-color: #0088ce;
  border-color: #0088ce;
  color: #fff;
}

.footer-aboves{
  display: none !important;
}
.footer-section{
  background-color: #0088ce;
}
.footer-main-contant{
  border-color: #ffffff57;
  padding: 30px 0;
}
.footer-item ul li{
  margin-bottom: 5px;
}
.footer-item ul li a:hover{
  color: #001824;
}
.main-footer .widget-title{
  border-bottom: 1px solid #fff;
  font-size: 1.5rem;
}
.footer-section .about-details {
  text-align: justify;
}
.phone {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  display: flex;
  align-items: center;
}
.phone i {
  font-size: 30px;
}
.phone-number{
  padding-left: 10px;
}
.social-media ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding-left: 0px;
}
.social-media ul li {
  margin-right: 12px;
  font-size: 30px;
  display: flex;
  align-items: center;
}
.social-media ul li i{
  color: #fff;
  font-size: 28px;
}
.social-media ul li i:hover{
  color: #004D6B;
}
.social-media ul li svg{
  fill: #fff;
  width: auto;
  height: 26px;
}
.social-media ul li svg:hover{
  fill: #004D6B;
}
.widget_social_widget li a svg{
  width: 100%;
  height: 16px;
  fill: #fff;
}
.widget_social_widget li a:hover svg, .widget_social_widget li a:focus svg {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}

.footer-copyrights .pt-4 {
  padding-top: 1rem !important;
}
h4.copyright-text {
  font-size: 16px !important;
}
div#wa {
    display: none !important;
}
::selection {
    background-color: #00c7f0;
}
.img-breadcrumb #custom-bg{
  height: 200px;
  width: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#breadcrumb-section .container{
  width: 100%;
  height: 100%;
  max-height: 200px;
  background-color: rgb(16 16 16 / 25%);
  max-width: 100%;
}
.breadcrumb-area1 {
  height: 200px;
}
body{
  color: #1D2228 !important;
}
body.page-template-pages #comments{
  display: none;
}
#breadcrumb-section .container .row{
  max-width: 1140px;
  margin: auto !important;
}

.banner-slider-section .slide-item img{
  margin: auto;
  min-width: 100%;
}
.home-services-section {
  padding: 40px 0px 40px 0px;
  background-color: #f6f6f6;
}
.services {
  text-align: center;
  background-color: #004D6B;
  padding: 18px 0px;
  margin-bottom: 20px;
  border-radius: 8px;
  transition: background-color 300ms linear;
}
.services .title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6em;
  color: #fff;
}
.services .icon i {
  font-size: 36px;
  color: #fff;
  transition: .6s;
}
.services a{
  text-decoration: none !important;
}
.services:hover{
  background-color: #0088CE;
  transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
}
.services:hover a .title{
  color: #fff;
}
.services:hover i{
  transform: rotateY(360deg);
  color: #fff;
}
.services .icon i.fa.fa-mobile{
  font-size: 46px;
}
.no-padding{
  padding: 0px !important;
}
.main-navigation{
  border-bottom: 1px solid rgb(108 117 125 / 0.1);
}

.home-about-section {
  padding: 60px 0px 60px 0px;
  box-shadow: 0 -4px 18px -1px rgb(213 213 213 / 10%);
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title h2{
  margin-bottom: 16px;
  color: #004d6b;
}
.home-about-content {
  padding-right: 30px;
  text-align: justify;
}
.read-more-but{
  margin-top: 30px;
}
.read-more-but a {
  background-color: #008acb;
  color: #fff;
  padding: 12px 35px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.read-more-but a:hover{
  background-color: #004d6b;
}
.home-about-video {
  overflow: hidden;
}
.video-bg{
  /* width: 545px;
  height: 340px;
  background-size: 100% !important;
  background-position: center !important;
  border-radius: 3px; */
  width: 100%;
  height: 330px;
  background-size: 100% !important;
  border-radius: 3px;
}

.bg-banner{
  width: 1310px;
  height: 460px;
  background-size: 100% !important;
  background-position: center !important;
}
.home-banner .slick-arrow{
  background-color: transparent !important;
  visibility: hidden;
}
.home-banner .slick-prev {
  left: 20px;
  z-index: 9999;
}
.home-banner .slick-arrow:before{
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 36px;
  font-weight: 600;
}
.home-banner .slick-next {
  right: 20px;
  z-index: 9999;
}
.home-banner .slick-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 36px;
  font-weight: 600;
}
.banner-slider-section:hover .slick-arrow{
  visibility: visible;
}

.yoga-program {
  background-color: #fff;
  margin-bottom: 20px;
}
.home-yoga-programs-section {
  background-color: #f6f6f6;
  padding: 60px 0px 60px 0px;
  box-shadow: 0 -4px 18px -1px rgb(213 213 213 / 10%);
}
.pro-img {
  width: 100%;
  height: auto;
  /* height: 180px;
  background-size: 100% !important;
  background-position: center !important; */
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-filter: brightness(90%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.pro-img-section{
  overflow: hidden;
}
.pro-img:hover{
  -webkit-filter: brightness(70%);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
}
.pro-details {
  text-align: center;
  padding: 20px 10px 20px 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.pro-title {
  margin-bottom: 15px;
}
.pro-button a {
  display: inline-block;
  background-color: #008acb;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 2px;
}
.pro-button a:hover{
  background-color: #004d6b;
  color: #fff;
}
/* .section-title .short-desc {
  max-width: 900px;
  margin: auto;
} */
.all-list-but {
  text-align: center;
  /* margin-top: 60px; */
}
.all-list-but a {
  background-color: #008acb;
  color: #fff;
  padding: 12px 35px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.all-list-but a:hover{
  background-color: #004d6b;
}
.title-two-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-left {
  max-width: 650px;
  text-align: left;
}

.home-our-instructors-section{
  padding: 60px 0px 60px 0px;
  box-shadow: 0 -4px 18px -1px rgb(213 213 213 / 10%);
}
.our-instructor .slide-img {
  background-color: #f6f6f6 !important;
  width: 150px;
  height: 150px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 100%;
  margin: auto;
  box-shadow: 0px 5px 10px rgb(187 187 187 / 46%);
  border: 2px dotted #004d6b;
}
.slide-title {
  text-align: center;
  margin-top: 10px;
  color: #004d6b;
}
.our-instructor .slide-details:hover .slide-img{
  border: 2px dotted #0088ce;
}
.our-instructor .slide-details:hover .slide-title {
  color: #0088ce;
}
.list-slider-section {
  margin-bottom: 30px;
}
.our-instructor .slick-list.draggable {
    padding-bottom: 30px;
}
.our-instructor .slick-prev {
  /* left: 20px; */
  z-index: 9999;
}
.our-instructor .slick-arrow:before{
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 36px;
  font-weight: 600;
  color: #004d6b;
}
.our-instructor .slick-next {
  /* right: 20px; */
  z-index: 9999;
}
.our-instructor .slick-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 36px;
  font-weight: 600;
  color: #004d6b;
}
.our-instructor .slick-dots li button:before{
  color: #008acb;
  font-size: 8px;
}
.our-instructor .slick-dots li.slick-active button:before{
  color: #008acb;
}

.home-latest-events-section{
  background-color: #f6f6f6;
  padding: 60px 0px 60px 0px;
  box-shadow: 0 -4px 18px -1px rgb(213 213 213 / 10%);
}

.latest-events .slide-img {
  width: 100%;
  height: 180px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: auto;
  border-radius: 6px;
}
.latest-events .slide-details{
  min-width: 250px;
}
.latest-events .slide-details:hover .slide-title{
  color: #008acb;
}
.latest-events .slide-details a{
  text-decoration: none !important;
}
.all-list-but a{
  text-decoration: none !important;
}
.latest-events .slide-title{
  font-size: 14px;
  text-decoration: none;
}
.latest-events .slide-item.slick-slide {
  padding: 0px 15px;
}
.latest-events .slick-next:before{
  color: #004d6b;
  font-size: 26px;
}
.latest-events .slick-next:hover:before{
  color: #008acb;
}
.latest-events .slick-prev:before{
  color: #004d6b;
  font-size: 26px;
}
.latest-events .slick-prev:hover:before{
  color: #008acb;
}

.home-latest-news-section {
  background-color: #f6f6f6;
  padding: 60px 0px 60px 0px;
  box-shadow: 0 -4px 18px -1px rgb(213 213 213 / 10%);
}
.news-img {
  width: 100%;
  height: 180px;
  background-size: cover !important;
  background-position: center !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.list-slider-section:hover .news-img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-img-section{
  overflow: hidden;
}
.news-details {
  background-color: #fff;
  text-align: center;
  padding: 10px 12px 20px 12px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.news-details .news-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 22px;
}
.news-details .news-link {
  margin-top: 16px;
}
.news-details .news-title a {
  color: #004d6b;
  display: block;
}
.news-details .news-title a:hover{
  color: #008acb;
}
.news-details .news-short-desc {
  font-size: 14px;
  margin-bottom: 10px;
}
.news-details .news-link a {
  color: #004d6b;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.news-details .news-link a:after{
  position: absolute;
  top: 2px;
  right: -24px;
  content: '\f178';
  width: 20px;
  height: 20px;
  font-family: 'FontAwesome';
  font-weight: 100;
  margin-left: 2px;
}
.news-details .news-link a:hover{
  color: #008acb;
}
.news-details-section {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 30px;
}
.news-details-section:hover{
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.home-our-partners-section {
  padding: 60px 0px 60px 0px;
}
.partner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.partner-logo {
  width: auto;
  max-width: 110px;
  height: auto;
  max-height: 105px;
  /* width: 100%;
  height: 150px;
  background-size: auto !important;
  background-position: center !important; */
}

.home-testimonials-section {
  padding: 60px 0px 60px 0px;
  box-shadow: 0 -4px 18px -1px rgb(213 213 213 / 10%);
}
.testimonial-details {
  text-align: center;
}
.testi-image {
  margin-bottom: 20px;
}
.testi-image img {
  margin: auto;
}
.testi-image img {
  width: 100px;
  height: auto;
}
.testi-content {
  margin-bottom: 20px;
}
.testi-name {
  text-transform: uppercase;
  color: #004d6b;
  font-size: 14px;
  font-weight: 600;
}
.testimonial-left-img {
  width: 100%;
  height: 400px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 3px;
  margin-bottom: 30px;
}
.testi-details {
  background-color: #f6f6f6;
  padding: 20px 24px;
  text-align: left;
}
.testimonial-section {
  padding-left: 60px;
}
.testimonial-section .section-title{
  text-align: left;
}
.testimonial-section .section-title .short-desc {
  position: relative;
  padding-bottom: 20px;
}
.testimonial-section .section-title .short-desc:before{
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100px;
  height: 3px;
  background-color: #004d6b;
}
.testi-title-small {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 2.5px;
  word-spacing: 0px;
  margin-bottom: 18px;
  color: #008acb;
}
.testi-date {
  font-size: 14px;
  margin-top: 5px;
}

.marbotnone p{
  margin-bottom: 0px !important;
}

.our-instructors-section {
  margin: 60px 0px;
}
.ins-details-section {
  margin-bottom: 25px;
}
.ins-details-section {
  background-color: #f9f9f9;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.ins-details-section:hover{
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.ins-details-section:hover .ins-details{
  background-color: #0088ce;
  transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
}
.ins-details {
  text-align: center;
  background-color: #004d6b;
  color: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 18px 4px;
  transition: background-color 300ms linear;
}
.ins-name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.ins-role{
  margin-bottom: 10px;
  font-style: italic;
}
.ins-link {
  margin-top: 20px;
  margin-bottom: 10px;
}
.ins-link a:hover{
  color: #0088ce;
  background-color: #fff;
}
.ins-link a {
  text-decoration: none !important;
  border: 1px solid #fff;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  display: block;
  max-width: 100px;
  margin: auto;
}
.ins-model .modal-title {
  font-size: 20px;
  color: #004d6b;
  margin: unset;
}
.ins-model .modal-body {
  padding: 20px 20px;
  line-height: 26px;
  /* max-height: 500px;
  overflow-y: auto; */
}
.ins-model .modal-header .btn-close{
  padding: 0px;
  margin: 0px;
  width: 1.8em;
  height: 1.8em;
}
.ins-model .modal-header .btn-close:hover{
  outline: none;
}
.ins-model .modal-footer{
  justify-content: center;
}
.ins-model .btn.btn-secondary {
  background-color: transparent;
  color: #004d6b;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  outline: none;
  border: 1px solid #004d6b;
  padding: 8px 40px;
  border-radius: 3px;
}
.ins-model .btn.btn-secondary:hover{
  background-color: #008acb;
  color: #fff;
  border: 1px solid #008acb;
}
.ins-model .modal-dialog{
  overflow-y: auto;
  max-height: calc(100% - 50px);
}
@media (min-width: 576px) {
  .ins-model .modal-dialog{
    max-width: 800px;
  }
}

/**FAQ**/
.faq-section {
  padding: 60px 0px 60px 0px;
  box-shadow: 0 -4px 18px -1px rgb(213 213 213 / 10%);
  background-color: #f6f6f6;
}
.faq-title-section {
  text-align: center;
  margin-bottom: 30px;
  color: #004d6b;
}
.accordion-header .accordion-button{
  outline: none !important;
}
.accordion-header .accordion-button:focus{
  box-shadow: none !important;
}
.accordion-header .accordion-button.collapsed{
  background-color: #004d6b;
}
.accordion .accordion-item {
  margin-bottom: 3px;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "\f078";
  font-family: 'FontAwesome';
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  content: "\f078";
  font-family: 'FontAwesome';
  transform: rotate(-180deg);
}
.accordion-button::after path{
  fill: #fff;
}
/**End FAQ**/

/* body{
  font-family: Lato, Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
} */

.align-center{
  align-items: center;
}
.section-title-left h3 {
  margin-bottom: 0px !important;
  color: #004d6b;
}
.program-filter {
  margin-top: 10px;
  margin-bottom: 30px;
}
.program-filter select{
  min-height: 40px;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #dedede;
  color: #555;
}
.yoga-program .location {
  color: #008acb;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.yoga-program .pro-button a{
  text-decoration: none !important;
}
.program-list .yoga-program{
  margin-bottom: 30px;
}
.tt-yoga-programs-section {
  margin-bottom: 30px;
}

.course-details-section {
  margin-top: 30px;
  margin-bottom: 30px;
}
.course-title {
  text-align: center;
  margin-bottom: 20px;
}
.course-logo {
  margin-bottom: 20px;
}
.course-logo img {
  margin: auto;
  width: 80px;
  height: auto;
}
.course-title h1{
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  text-transform: uppercase;
  color: #004d6b;
}
.course-location {
  text-align: center;
  margin-bottom: 20px;
}
.course-schedule table p{
  margin-bottom: 0px;
}
.course-schedule table td{
  /* white-space: pre; */
}
.course-details hr{
  margin-bottom: 20px !important;
}

.course-apply {
  margin: 60px 0px;
  text-align: center;
}
.course-apply a{
  text-decoration: none !important;
  background-color: #0088ce;
  border: 2px solid #0088ce;
  display: block;
  padding: 16px 10px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 3px;
}
.course-apply a:hover{
  border-color: #004d6b;
  color: #fff;
  background-color: #004d6b;
}
.sidebar-course-apply {
  margin-top: 40px;
  margin-bottom: 20px;
}
.sidebar-course-apply a{
  text-decoration: none !important;
  background-color: #0088ce;
  border: 2px solid #0088ce;
  display: block;
  padding: 12px 10px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}
.sidebar-course-apply a:hover{
  background-color: #004d6b;
  border-color: #004d6b;
}

.page-banner {
  width: 100%;
  height: 230px;
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
}
.bg-overlay {
  background-color: #00000052;
  width: 100%;
  height: auto;
  min-height: 230px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.banner-title {
  position: absolute;
  top: 38%;
  left: 90px;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
.filter-section select{
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.pro-img-section {
  background-color: #f9f9f9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.online-yoga-items-section {
  margin-top: 30px;
  margin-bottom: 30px;
}
.yoga-item-filter {
  margin-bottom: 50px;
}
.item-filter {
  float: right;
}
.item-filter select {
  display: block;
  width: 100%;
  height: 34px;
  min-width: 200px;
  min-height: 40px;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #dedede;
  color: #555;
}
.yoga-item {
  margin-bottom: 30px;
}
.yoga-item-details {
  text-align: center;
  background-color: #f9f9f9;
  padding: 0px 10px 20px 10px;
}
.yoga-item-title {
  font-size: 16px;
  padding-top: 15px;
  margin-bottom: 15px;
}
.yoga-item-category {
  margin-bottom: 15px;
  font-size: 14px;
  color: #939191;
  font-weight: 300 !important;
}
.yoga-item-prices {
  font-size: 14px;
  font-weight: 600;
}
.yoga-item-button {
  padding: 0px 10px;
}
.yoga-item-button a {
  background-color: #0088ce;
  display: inline-block;
  text-decoration: none !important;
  padding: 8px 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
}
.yoga-item-button a:hover{
  background-color: #004d6b;
}

.yoga-item-sidebar {
  color: #004d6b;
  /* border: 1px solid #004d6b; */
}
.yoga-item-sidebar ul.parent-list-item{
  list-style-type: none;
  padding-left: 0px;
}
li.parent-list-item h3{
  font-size: 14px !important;
  font-weight: 600 !important;
  background-color: #004d6b;
  color: #fff;
  padding: 10px 10px;
  margin-bottom: 0px;
}
li.parent-list-item {
  /* padding: 0px 10px 10px 10px; */
  margin-bottom: 4px;
}
ul.child-list-item {
  padding-left: 0px;
  border: 1px solid #004d6b;
}
ul.child-list-item li {
  /* margin-bottom: 10px; */
  line-height: 18px;
  border-bottom: 1px solid #004d6b;
  list-style-type: none;
  padding: 5px 5px 5px 25px;
}
ul.child-list-item li:last-child{
  border: none !important;
}
a{
  text-decoration: none !important;
}
ul.child-list-item li a {
  font-size: 13px;
  text-decoration: none !important;
  display: block;
}

.yoga-item-details-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.all-item-button {
  text-align: right;
  margin-bottom: 40px;
}
.all-item-button a {
  background-color: #004d6b;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 2px;
}
.all-item-button a:hover{
  background-color: #0088ce;
}
.online-yoga-item-details {
  padding-left: 20px;
}
.item-title {
  margin-bottom: 25px;
}
.item-price {
  margin-top: 30px;
}
.item-price p {
  font-weight: 600;
}
.purchase-button a {
  background-color: #004d6b;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 2px;
}
.purchase-button a:hover{
  background-color: #0088ce;
}
.purchase-button {
  margin-top: 30px;
}
.tc-model .modal-header {
  background-color: #004d6b;
  color: #fff;
}
.tc-model .btn-close{
  color: #fff;
  background: none;
}
button.tc-btn-close {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  outline: none;
  cursor: pointer;
}
.form-group.tc-agree {
  margin-top: 30px;
  margin-bottom: 20px;
}
.item-title h3 {
  font-size: 24px !important;
  line-height: 1.3em !important;
}
.form-submit-but {
  text-align: right;
  margin-bottom: 10px;
}
.form-submit-but input{
  background-color: #004d6b;
  border-radius: 2px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
}
.form-submit-but input:hover{
  background-color: #0088ce;
}
@media (min-width: 576px) {
  .tc-model .modal-dialog{
    max-width: 650px;
  }
}

.application-form-section {
  margin-top: 50px;
  margin-bottom: 60px;
}
.form-row{
  margin-bottom: 20px;
}
.control-label{
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}
.application-form-section form input{
  border-radius: 5px;
}
.application-form-section form textarea{
  border-radius: 5px;
  height: auto;
}
.application-form-section form select{
  border-radius: 5px;
}
.application-form-section .form-control{
  display: block;
  width: 100%;
  min-height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.application-form-section form .row .col-md-6.r-padding{
  padding-right: 30px;
}
.application-form-section form .row .col-md-6.l-padding{
  padding-left: 30px;
}
.application-form-section .radio{
  font-weight: 600;
  font-size: 14px;
}
.application-form-section .checkbox{
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.application-form-section .checkbox input{
  margin-right: 5px;
  border-radius: 3px;
  border: 1px solid #9b9b9b;
}
.application-form-section .checkbox:hover{
  cursor: pointer;
}
.application-form-section .checkbox:hover input{
  background-color: transparent;
  border: 2px solid #0088ce;
  cursor: pointer;
}
.application-form-section .checkbox input:checked:hover{
  background-color: #0088ce;
}
.application-form-section .checkbox input:checked{
  border: 2px solid #0088ce;
}

.application-form-section .radio{
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.application-form-section .radio:hover{
  cursor: pointer;
}
.application-form-section input[type="radio"]{
  margin-right: 5px;
  border-radius: 20px;
  border: 1px solid #9b9b9b;
  position: relative;
}
.application-form-section input[type="radio"]:before{
  position: absolute;
  left: 13%;
  top: 2px;
  font-size: 14px;
  width: 8px;
  height: 8px;
  margin: 0px;
}
.application-form-section input[type="radio"]:hover{
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #0088ce;
}
.application-form-section input[type="radio"]:checked{
  border: 2px solid #0088ce;
  background-color: transparent;
}
.check-group .checkbox{
  margin-bottom: 10px;
}
.radio-inline{
  cursor: pointer;
}

.align-center button{
  display: block !important;
  width: auto !important;
  margin: auto;
  background-color: #0088ce !important;
  color: #fff !important;
  padding: 12px 50px !important;
  border-radius: 4px !important;
  border: none !important;
  font-size: 16px !important;
}
.align-center button:hover{
  outline: none !important;
  border: none !important;
  transition: none !important;
  background-color: #004d6b !important;
}
.error{
  color: #ff6600;
}
.mandatorycss{
  color: #ff6600;
  margin-left: 2px;
  font-size: 16px;
}

.online-yoga-payment-success {
  margin-top: 40px;
  margin-bottom: 50px;
}
.success-message {
  text-align: center;
}
.success-message h3 {
  margin-bottom: 20px;
  color: #004d6b;
  font-weight: 600 !important;
  font-size: 26px !important;
}
.success-message p {
  margin-bottom: 6px;
}

.ins-img img{
  width: auto;
  height: auto;
  min-height: 150px;
  max-height: 150px;
  margin: auto;
}

.our-graduates-section {
  margin-top: 40px;
  margin-bottom: 60px;
}
.rg-filter.location-search {
  display: flex;
  align-items: center;
}
.rg-filter.location-search input{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 5px 10px;
}
.rg-filter.location-search button{
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 3px;
  width: 60px;
  height: 47px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #0088ce;
}
.filter-rg-form input{
  height: 40px;
  min-height: 40px;
  padding: 0px 12px;
  color: #555;
  border-radius: 2px;
}
.filter-rg-form select{
  min-height: 40px;
  cursor: pointer;
  padding: 0px 12px;
  color: #555;
  border-radius: 2px;
}
.short-note {
  margin: 20px 0px;
  text-align: center;
}
.rg-grid-section {
  margin-top: 50px;
}
.rg-item {
  background-color: #0088ce;
  margin-bottom: 30px;
  border-radius: 2px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
/* .rg-details {
  padding: 14px 5px;
  text-align: center;
} */
.rg-name {
  /* color: #fff; */
  font-weight: 600;
  font-size: 14px;
}
.rg-id {
  color: #0088ce;
  font-size: 14px;
}
.rg-details {
  font-size: 14px;
}
.rg-location {
  font-size: 13px;
}
.rg-contact {
  font-size: 14px;
  height: 100%;
  display: flex;
  align-items: center;
}
.rg-contact .social-list{
  margin-bottom: 0px;
}
.rg-contact .social-list li i{
  color: #000;
  font-size: 24px;
}
.rg-contact .social-list li i.fa-envelope{
  font-size: 22px;
}
.rg-contact .social-list li a{
  padding: 0px;
}
.rg-contact .social-media ul li svg{
  fill: #000;
  width: auto;
  height: 24px;
}
.schedule-list-item:hover .social-list li i{
  color: #fff;
}
.schedule-list-item:hover .social-list li svg{
  fill: #fff;
}
.rg-country {
  font-size: 13px;
  font-style: italic;
  color: #fff;
}
.rg-item:hover{
  background-color: #004d6b;
}
.rg-more {
  text-align: center;
  margin-top: 40px;
}
.rg-more a{
  background-color: #004d6b;
  padding: 10px 30px;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
}
.rg-more a:hover{
  background-color: #0088ce;
}

.filter-title{
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
.banner-filter{
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  text-align: center;
  width: auto;
  max-width: 800px;
  margin: auto;
}
.rg-filter-section {
  background-color: #008acb;
  padding: 26px 20px;
  border-radius: 2px;
}
.sub-title {
  text-align: center;
  margin-bottom: 30px;
}
.sub-title h2 {
  color: #004d6b;
}
.teacher-bio-section {
  background-image: linear-gradient(to bottom, #0088ce, #bfe9ff);
  padding: 40px 40px;
}
.t-profile-img {
  /* width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #0088ce2e;
  background-size: cover !important;
  background-position: center !important;
  outline: 14px solid #004d6b87; */
  padding-top: 20px;
  padding-bottom: 20px;
}
.t-profile-img img {
  /* border-radius: 3px; */
  border-radius: 50%;
  outline: 14px solid #004d6b87;
  width: auto;
  height: auto;
  min-width: 150px;
  min-height: 140px;
  max-width: 150px;
  max-height: 150px;
  margin: auto;
}
.teacher-details-section .sub-title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #004d6b;
}
.teacher-details-section .details {
  margin-bottom: 20px;
}
.t-name {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.t-role {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
}
.t-address {
  color: #fff;
  display: flex;
  align-items: center;
}
.t-address .icon {
  font-size: 22px;
  margin-right: 5px;
}
.t-website a:hover{
  color: #fff;
}
.t-website a{
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.t-website .icon {
  font-size: 22px;
  margin-right: 5px;
}
.t-connect ul{
  list-style-type: none;
  padding-left: 0px;
  display: flex;
  align-items: center;
}
.t-connect ul li{
  margin-right: 10px;
}
.t-connect ul li i.fa-envelope{
  font-size: 24px;
}
.t-connect ul li svg{
  fill: #fff;
  width: 100%;
  height: 24px;
}
.t-connect ul li svg:hover{
  fill: #0279a7;
}
.t-connect ul li i{
  font-size: 26px;
  color: #fff;
}
.t-connect ul li a:hover{
  color: #004d6b;
}
.t-connect ul li a:hover i{
  color: #0279a7;
}
.t-connect {
  margin-top: 15px;
}
.t-cyt-section {
  background-color: #0088ce2e;
  border-radius: 3px;
  padding: 10px 10px;
}
.t-cyt-section img {
  width: 100px;
  height: auto;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sidebar-title {
  color: #004d6b;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 3px;
}
.teacher-sidebar-section {
  background-color: #f9f9f9;
  padding: 15px 20px;
  box-shadow: 0 0 16px rgb(62 62 62 / 10%);
}
.sidebar-content {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #7e7e7e;
}
.sidebar-content .social-list {
  list-style-type: none;
  padding-left: 0px;
  display: flex;
}
.sidebar-content .social-list li{
  margin-right: 10px;
}
.sidebar-content .social-list li i{
  font-size: 22px;
  color: #7e7e7e;
}
.sidebar-content .social-list li i.fa-envelope{
  font-size: 20px;
}
.sidebar-content .social-list li a:hover i{
  color: #0088ce;
}
.sidebar-content .social-list li svg{
  width: 100%;
  height: 20px;
}
.sidebar-language ul {
  list-style-type: none;
  padding-left: 0px;
}
.sidebar-language ul li{
  margin-bottom: 5px;
}
.t-photo {
  margin-bottom: 10px;
}
.t-photo img {
  margin: auto;
}
.view-gallery {
  text-align: center;
  margin-top: 15px;
}
.view-gallery a {
  color: #fff;
  background-color: #004d6b;
  padding: 6px 20px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
}
.view-gallery a:hover{
  background-color: #0088ce;
}
.teacher-full-details {
  margin-top: 60px;
  margin-bottom: 60px;
}
.contact-me-form {
  margin-top: 12px;
}
.sidebar-form {
  margin-top: 40px;
}
form#teacher_contact input {
  padding: 5px 10px;
  height: auto;
  min-height: 20px;
  border-radius: 2px;
  font-size: 12px;
}
form#teacher_contact .form-group{
  margin-bottom: 10px;
}
form#teacher_contact textarea{
  height: 5.25rem;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 14px;
}
.captcha-img {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.captcha-img img{
  margin-right: 10px;
}
.captcha-img input{
  padding: 2px 6px !important;
  font-size: 12px;
  min-height: auto !important;
  outline: none !important;
}
form#teacher_contact button{
  outline: none !important;
  padding: 6px 20px;
  background-color: #004d6b;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  border: none;
}
form#teacher_contact button:hover{
  border: none;
  background-color: #0088ce;
}
.form-group.center {
  text-align: center;
}
#teacher_contact .form-group label{
  font-size: 14px;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .single-course-details {
    padding-right: 30px;
  }
}

.course-schedule {
  margin-top: 30px;
  margin-bottom: 30px;
}
.course-schedule .course-img img {
  width: 50px;
  height: auto;
  margin-left: 10px;
}
.c-align{
  display: flex;
  align-items: center;
  height: -webkit-fill-available;
  border-right: 1px solid #f3f3f3;
}
.schedule-list-item {
  background-color: #f9f9f9;
  margin-bottom: 10px;
  border: 1px solid #f3f3f3;
  border-left: 4px solid #0088ce;
  padding: 10px 5px;
  transition: background-color 300ms linear;
}
.schedule-list-item a{
  padding: 10px 5px;
  display: inline-block;
}
.schedule-list-item:hover{
  background-color: #0088ce;
  border-left: 4px solid #006899;
  transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
}
.schedule-list-item:hover .not-avail{
  color: #fff;
}
/* .schedule-list-item:hover a{
  color: #fff;
} */
.schedule-list-item:hover .rg-name{
  color: #fff;
}
.schedule-list-item:hover .rg-id{
  color: #fff;
}
.schedule-list-item:hover .rg-role{
  color: #fff;
}
.schedule-list-item:hover .rg-location{
  color: #fff;
}
.schedule-list-item:hover .rg-phone{
  color: #fff;
}
.schedule-list-item:hover .rg-email{
  color: #fff;
}

.course-details h3 {
  color: #004d6b;
}

.sidebar-filter .checkbox{
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.sidebar-filter .checkbox input{
  margin-right: 5px;
  border-radius: 3px;
  border: 1px solid #9b9b9b;
}
.sidebar-filter .checkbox:hover{
  cursor: pointer;
}
.sidebar-filter .checkbox:hover input{
  background-color: transparent;
  border: 2px solid #0088ce;
  cursor: pointer;
}
.sidebar-filter .checkbox input:checked:hover{
  background-color: #0088ce;
}
.sidebar-filter .checkbox input:checked{
  border: 2px solid #0088ce;
}
.sidebar-filter .checkbox input:checked:before{
  left: 0px;
  top: 0.25rem;
}
.sidebar-filter .accordion-header button{
  padding: 12px;
  border-radius: 0px !important;
  font-size: 15px;
  font-weight: 600;
  background-color: transparent;
  color: #333;
  border-bottom: 1px solid #dee2e6;
}
.sidebar-filter .accordion-body{
  padding: 12px;
}
.sidebar-filter .accordion-body .filter-item{
  padding-bottom: 10px;
}
.sidebar-filter .accordion-body .filter-item label{
  color: #333;
  font-size: 13px;
  font-weight: 500;
}
.sidebar-filter .accordion-body .filter-item input{
  width: 14px !important;
  min-width: 14px;
  height: 14px;
}
.sidebar-filter-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #0088ce;
  padding: 10px 12px;
  /* border: 1px solid #dee2e6; */
}
.sidebar-filter .accordion .accordion-item{
  border-radius: 0px;
  border: 1px solid #dee2e6;
  border-bottom: 0px;
  margin-bottom: 0px;
}
.sidebar-filter .accordion .accordion-item:last-child{
  border-bottom: 1px solid #dee2e6;
}
.sidebar-filter .accordion-header .accordion-button.collapsed{
  background-color: transparent;
}
.rgs-section {
  padding-left: 30px;
}
.rg-sort-by select{
  min-height: 34px;
  width: auto;
  min-width: 200px;
  padding: 0px 8px;
  cursor: pointer;
}
.rg-sort-by {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 15px;
}
.rg-sort-by span {
  margin-right: 10px;
}
.result-count {
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.sort-filter {
  margin: 20px 0px 30px 0px;
}
.result-count span {
  margin: 0px 4px;
}
#myPhoto .carousel-control-next, .carousel-control-prev{
  opacity: unset !important;
}
#myPhoto .carousel-control-next-icon, .carousel-control-prev-icon{
  width: 2.5rem !important;
  height: 2.5rem !important;
}

.form-section {
  padding-right: 40px;
}
.form-details-section {
  margin-top: 40px;
  margin-bottom: 60px;
}
.form-section label{
  margin-bottom: 5px;
  font-size: 15px;
}
.form-section input{
  width: 100% !important;
  max-width: unset !important;
  padding: 5px 10px;
  min-height: 40px;
  border-radius: 4px;
  margin-bottom: 10px !important;
  border: 1px solid #ced4da;
}
.form-section select{
  width: 100% !important;
  max-width: unset !important;
  padding: 5px 10px;
  min-height: 40px;
  border-radius: 4px;
  margin-bottom: 10px !important;
  cursor: pointer;
  border: 1px solid #ced4da;
}
.form-section textarea{
  width: 100% !important;
  max-width: unset !important;
  padding: 5px 10px;
  min-height: 40px;
  border-radius: 4px;
  margin-bottom: 10px !important;
  border: 1px solid #ced4da;
  height: 120px;
}
.form-section fieldset{
  border: none;
  padding: 0px;
  margin: 0px;
}
.form-section .checkbox{
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.form-section .checkbox input{
  margin-right: 5px;
  border-radius: 3px;
  border: 2px solid #9b9b9b;
  background-color: transparent;
  width: auto !important;
  min-height: auto !important;
  margin-bottom: 0px !important;
  padding: 5px 6px;
}
.form-section .checkbox label{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form-section .checkbox:hover{
  cursor: pointer;
}
.form-section .checkbox:hover input{
  background-color: transparent;
  border: 2px solid #0088ce;
  cursor: pointer;
}
.form-section .checkbox input:checked:hover{
  background-color: #0088ce;
}
.form-section .checkbox input:checked{
  border: 2px solid #0088ce;
  background-color: #0088ce;
}
.form-section button.btn{
  display: block !important;
  width: auto !important;
  margin: auto;
  background-color: #0088ce !important;
  color: #fff !important;
  padding: 12px 50px !important;
  border-radius: 4px !important;
  border: none !important;
  font-size: 16px !important;
}
.form-section button.btn:hover{
  outline: none !important;
  border: none !important;
  transition: none !important;
  background-color: #004d6b !important;
}
.details-section {
  margin-top: 20px;
}
.details-section a{
  color: #0088ce;
}
.sub-title-con{
  margin-bottom: 10px;
}
.g-map-section iframe{
  width: 100%;
  height: 300px;
}

.social_widget ul li a i{
  color: #fff !important;
}
label.checkbox:hover{
  cursor: pointer;
}
label.checkbox:hover input[type="checkbox"]:not(:checked){
  background-color: transparent;
  border-color: #0088ce;
}
label.checkbox:hover{
  cursor: pointer;
}
label.checkbox:hover input[type="radio"]:not(:checked){
  background-color: transparent;
  border-color: #0088ce;
}
.checkbox label:hover input[type="checkbox"]:not(:checked){
  background-color: transparent;
  border-color: #0088ce;
}
.checkbox label:hover input[type="radio"]:not(:checked){
  background-color: transparent;
  border-color: #0088ce;
}
.checkbox label:hover{
  cursor: pointer;
}
.checkbox label:hover{
  cursor: pointer;
}
.form-horizontal input[type="text"] {
  width: 100% !important;
  max-width: unset !important;
  padding: 5px 10px;
  min-height: 40px;
  border-radius: 4px;
  margin-bottom: 10px !important;
  border: 1px solid #ced4da;
}
.form-horizontal input[type="password"]{
  width: 100% !important;
  max-width: unset !important;
  padding: 5px 10px;
  min-height: 40px;
  border-radius: 4px;
  margin-bottom: 10px !important;
  border: 1px solid #ced4da;
}
.form-horizontal label {
  margin-bottom: 5px;
  font-size: 15px;
}

.search-but .menu-right-list li.apply-btn a{
  display: inline-flex;
  align-items: center;
  padding: 6px 12px !important;
  font-size: 13px;
}
.search-but .menu-right-list li.apply-btn i{
  padding: 0px 5px 0px 0px;
}
.search-form button{
  margin-top: 0px !important;
}
.login-form-section {
  margin-top: 50px;
  margin-bottom: 60px;
}
.login-form-section .form-group{
  margin-bottom: 5px;
}
.login-form-section .form-group button{
  margin: unset;
  padding: 10px 10px !important;
  max-width: 120px;
}
.form-field.display p {
  margin-bottom: 0px;
  margin-left: 10px;
}
.login-forgot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.forgot-pass {
  margin-left: 20px;
  border-left: 1px solid #efefef;
  padding: 4px 20px;
}
.forgot-pass a{
  color: #0088ce;
}
.forgot-pass a:hover{
  color: #004d6b;
}
.form-field.center{
  text-align: center;
}
.not-register {
  margin-top: 20px;
}
.not-register a{
  color: #0088ce;
  text-decoration: underline !important;
}
.not-register a:hover{
  color: #004d6b;
}
.form-login {
  padding: 20px 50px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9;
  border-radius: 5px;
}
.login-content a{
  color: #0088ce;
}

.registration-form-section {
  margin-top: 50px;
  margin-bottom: 60px;
}
.registration-form-section input[type="text"]{
  margin-bottom: 0px !important;
}
.registration-form-section .form-group{
  margin-bottom: 10px;
}
.registration-form-section legend{
  margin-bottom: 20px;
}
.registration-form-section fieldset{
  margin-bottom: 20px;
}
.registration-form-section .checkbox{
  margin-top: 0px;
  margin-bottom: 0px;
}
.registration-form-section input[type="file"]{
  border: none !important;
  padding: 0px;
}
.form-group.photos input[type="button"]{
  width: auto !important;
  border: none;
  outline: none;
  font-size: 14px;
  min-height: unset;
  padding: 8px 20px;
}
.form-row.exp .form-group label{ 
  margin-bottom: 10px;
}
.registration-form-section input[type="radio"]{
  border-radius: 50% !important;
}
.registration-form-section input[type="radio"]:checked{
  background-color: transparent !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.registration-form-section input[type="radio"]:checked:before{
  position: absolute;
  margin: 0px;
}
.control-label.mt{
  margin-bottom: 10px;
}
.form-group.mb{
  margin-bottom: 15px;
}
.form-group.add-more a{
  background-color: #0088ce;
  color: #fff;
}
#input_fields_wrap1 #remove_field{
  background-color: #0088ce;
  color: #fff;
}
.registration-form-section .captcha-img input{
  margin-bottom: 0px !important;
  width: auto !important;
  border: none;
  padding: 4px 12px !important;
}
.registration-form-section input[type="submit"]{
  outline: none;
  background-color: #0088ce !important;
  border: none;
}
.registration-form-section input[type="submit"]:hover{
  background-color: #004d6b !important;
}
p.register-content a {
  color: #0088ce;
}
.registration-form-section table th{
  color: #fff;
  text-align: center;
}

.forgot-pass-form {
  margin-top: 40px;
  margin-bottom: 60px;
}

.profile-update-form {
  margin-top: 50px;
  margin-bottom: 60px;
}
#teacher_forgot #reload{
  width: auto !important;
  border: none;
  padding: 4px 12px !important;
  border-radius: 4px;
}
#teacher_forgot button{
  outline: none;
  background-color: #0088ce !important;
  border: none;
  border-radius: 4px;
}
#teacher_forgot fieldset{
  padding: 20px 50px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9;
  border-radius: 5px;
}
.rotate-img.d-flex{
  display: flex !important;
  justify-content: space-between;
}
#teacher_registerform .form-group.photos input[type="button"]{
  border-radius: 4px;
  margin-bottom: 10px;
}
#teacher_registerform .mt{
  margin-top: 20px;
}
#teacher_registerform table th{
  color: #fff;
  text-align: center;
}
#teacher_registerform .checkbox {
  margin-top: 0px;
}
#teacher_registerform fieldset {
  margin-bottom: 20px;
}
#teacher_registerform input[type="radio"]{
  border-radius: 50% !important;
}
#teacher_registerform input[type="radio"]:checked{
  background-color: transparent !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#teacher_registerform input[type="radio"]:checked:before{
  position: absolute;
  margin: 0px;
  height: 0.50rem;
}
#teacher_registerform button[type="submit"]{
  width: 100% !important;
}
.not-avail {
  margin-left: 10px;
  padding: 10px 10px;
}
.not-avail:hover{
  color: #fff;
}
.single-course-sidebar{
  background-color: #f9f9f9;
  padding: 15px 20px;
  box-shadow: 0 0 16px rgb(62 62 62 / 10%);
}
.course-video-thumbnail {
  width: 100%;
  height: 180px;
  background-size: 100% 100% !important;
  background-position: center !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.play-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}
.play-icon i{
  font-size: 36px;
  color: #0088ce;
}

h1{
  font-family: "Lato", Sans-serif !important;
  font-weight: 600 !important;
  color: #004D6B;
}
h2{
  font-family: "Lato", Sans-serif !important;
  font-weight: 600 !important;
  color: #004D6B;
}
h3{
  font-family: "Lato", Sans-serif !important;
  font-weight: 600 !important;
  color: #004D6B;
}
body{
  font-family: "Lato", Sans-serif !important;
  font-size: 16px;
  font-weight: 400 !important;
  color: #000000 !important;
}
p{
  font-family: "Lato", Sans-serif !important;
  font-size: 16px;
  font-weight: 400 !important;
  color: #000000 !important;
}
a{
  font-family: "Lato", Sans-serif !important;
  font-size: 16px;
  font-weight: 400 !important;
}
.elementor-widget-text-editor{
  font-family: "Lato", Sans-serif !important;
  font-size: 16px;
  font-weight: 400 !important;
}
.elementor-widget-text-editor p{
  margin-bottom: 0px;
}
.page-banner-section h2{
  color: #fff !important;
}

.dropdown-menu li.none{
  display: none;
}

.user-mobile-menus ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-mobile-menus ul li a {
  border: none;
  padding: 6px 12px !important;
  margin: 0px 10px;
  color: #fff;
  background-color: #0088ce;
  font-size: 14px;
}
.main-mobile-build .close-style{
  top: 0.5rem;
  right: 10px;
  left: unset;
}

.short-title {
  text-align: left;
}
.home-yoga-programs-section .all-list-but{
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: end;
}
html{
  overflow-x: hidden;
}
.qualification-filter {
  margin-bottom: 10px;
}
.registration-form-section{
  padding-left: 10px;
  padding-right: 10px;
}
.rg-sidebar-section {
  margin-bottom: 30px;
}

.acc-filters.filter-section {
  display: flex;
  justify-content: end;
  margin-top: 40px;
  margin-bottom: 30px;
}
.acc-filters.acc-search {
  display: flex;
  align-items: center;
}
.acc-filters.acc-search button {
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 60px;
  height: 40px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #0088ce;
  border: none !important;
  color: #fff;
}
.acc-table-section thead {
  background-color: #0088ce;
  color: #fff;
  text-align: center;
}
.acc-table-section tbody td{
  font-weight: 500 !important;
}
.filter-country select {
  width: 100%;
  min-height: 40px;
  border-radius: 3px;
  margin-right: 12px;
  cursor: pointer;
  padding: 2px 15px 2px 5px;
}
.acc-filters.acc-search input{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  min-height: 40px;
  padding: 2px 10px;
  width: 100%;
}
.acc-table-section {
  margin-bottom: 60px;
}
.page-content-section {
  margin-top: 40px;
  margin-bottom: 60px;
}
.page-content-section a{
  color: #0088ce;
}
.yoga-banner .slick-prev {
  left: 20px;
  z-index: 9999;
}
.yoga-banner .slick-next {
  right: 20px;
  z-index: 9999;
}
.yoga-banner .slick-arrow {
  background-color: transparent !important;
  visibility: hidden;
}
.yoga-banner .slick-arrow:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 36px;
  font-weight: 600;
}
.yoga-banner .slick-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 36px;
  font-weight: 600;
}

.elementor-element.section-title{
  --widgets-spacing-row: 0px !important;
}

.our-publication-section .nav-tabs{
  border-bottom: none !important;
}
.publication {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.publication img {
  margin: auto;
  width: auto;
  height: auto;
  max-height: 200px;
}
.pub-details {
  text-align: center;
  padding: 20px 10px 20px 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pub-name {
  margin-bottom: 12px;
}
.pub-link a{
  background-color: #0088ce;
  color: #fff;
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 2px;
}
.pub-img {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.our-publication-section {
  margin-top: 30px;
  margin-bottom: 60px;
}
.our-publication-section .tab-content{
  padding: 30px 20px;
  border: 1px solid #eee !important;
}
.our-publication-section .nav-tabs .nav-link.active{
  color: #fff;
  background-color: #0088ce;
}
.our-publication-section .nav-tabs .nav-link{
  border: 1px solid #eee;
  margin-right: 2px;
}
.our-publication-section .nav-tabs .nav-link:hover{
  background-color: #0088ce;
  color: #fff;
  outline: none !important;
}

.event-gallery {
  text-align: center;
  margin-bottom: 20px;
}
.gallery-img img{
  margin: auto;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.gallery-title {
  background-color: #0088ce;
  color: #fff;
  font-size: 14px;
  padding: 10px 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.event-gallery:hover .gallery-title{
  background-color: #004D6B;
}
.eg-img {
  margin-bottom: 20px;
  cursor: pointer;
}
.eg-model .modal-title{
  font-size: 16px !important;
  margin: auto !important;
  color: #fff !important;
}
.eg-sidebar-section {
  background-color: #0088ce;
}
.eg-sidebar-section ul {
  list-style-type: none;
  padding-left: 0px;
}
.eg-sidebar-section ul li{
  border-bottom: 1px solid #fff;
}
.eg-sidebar-section ul li a{
  color: #fff;
  padding: 8px 10px;
  display: block;
  font-size: 14px;
}
.eg-sidebar-section ul li a:hover{
  color: #fff;
  background-color: #004D6B;
}
.eg-details {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.eg-title {
  font-size: 20px;
  color: #004D6B;
  font-weight: 600;
  margin-bottom: 10px;
}
.eg-date {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 600;
}
.rg-name-id {
  height: 100%;
  display: flex;
  align-items: center;
}
.rg-details{
  height: 100%;
  display: flex;
  align-items: center;
}

h3.modal-title{
  color: #fff !important;
}
.yc-content{
  margin-bottom: 20px;
}
.yoga-champion table th {
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}
.yoga-champion table td {
  text-align: center;
  padding: 8px 0px;
}
.yoga-champion table td a{
  background-color: #0088ce;
  color: #fff;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 14px;
}
.yoga-champion table td a:hover{
  color: #fff;
}
.website-links p {
  margin-bottom: 15px;
}
.website-links p a{
  color: #0088ce;
}
.website-links p a:hover{
  color: #004D6B;
}
.e-con>.e-con-inner{
  gap: 14px !important;
}
.cyt-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
}
.cyt-logo img{
  margin-top: 0px;
}
.row.insBox{
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
  margin-top: 8px;
}


/***Responsive***/
@media screen and (min-width: 320px) and (max-width: 424px){
  .rg-list-section {
    display: grid;
    grid-template-columns: 100%;
  }
}

@media screen and (min-width: 425px) and (max-width: 767px){
  .rg-list-section {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .schedule-list-item{
    margin: 6px;
  }
}

@media screen and (min-width: 320px) and (max-width: 575px){
  /* .schedule-list-item .col-xs-1{
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .schedule-list-item .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .schedule-list-item .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .schedule-list-item .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  } */
  .t-cyt-section .col-xs-3{
    flex: 0 0 auto;
    width: 25%;
  }
  .sidebar-content.photos .col-xs-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .teacher-bio-section{
    padding: 20px 20px;
  }
  .t-name{
    font-size: 20px;
  }
  .filter-country select {
    margin-bottom: 10px;
  }
  .cyt-logo img{
    max-height: 100px;
  }
  
}

@media screen and (min-width: 320px) and (max-width: 374px){
  .home-our-partners-section .col-xss-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .acc-table-section tbody tr td{
    font-size: 12px !important;
  }
}

@media screen and (min-width: 375px) and (max-width: 575px){
  .home-our-partners-section .col-xs-4{
    flex: 0 0 auto;
    width: 33.3%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px){
  .about-service .e-con.e-flex{
    width: 50%;
    padding: 0px 15px;
  }
  .t-profile-contact{
    padding-left: 15px;
  }
}

@media screen and (max-width: 575px){
  .services{
    max-width: 80%;
    margin: auto;
    margin-bottom: 10px;
  }
  .about-service .e-con.e-flex{
    max-height: 160px;
  }
  .registration-form-section .d-flex{
    margin-top: 8px;
  }
  .t-profile-img img{
    margin: unset;
  }
}

@media screen and (max-width: 599px){
  .home-our-instructors-section .slick-prev {
    left: 0px;
  }
  .home-our-instructors-section .slick-next {
    right: 0px;
  }
  .home-latest-events-section .list-slider-section{
    padding: 0px 30px;
  }
  .home-latest-events-section .slick-next{
    right: -20px;
  }
  .about-latest-events-section {
    padding: 0px 30px;
  }
  .about-latest-events-section .slick-next{
    right: -20px;
  }
  .result-count{
    justify-content: center;
    margin-top: 10px;
  }
  .rg-sort-by{
    justify-content: center;
  }
  .sort-filter .row{
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px){
  .home-about-content{
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .video-bg{
    height: 260px;
  }
  .home-yoga-programs-section .all-list-but{
    height: 80px;
    justify-content: flex-start;
  }
  .testimonial-section {
    padding-left: 0px;
  }
  .testimonial-left-img{
    height: 250px;
  }
  .footer-main-contant .widget_text{
    margin-bottom: 10px;
  }
  .footer-main-contant .widget_nav_menu{
    margin-bottom: 10px;
  }
  .about-service .elementor-widget-html{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-service .elementor-widget-html .services{
    width: 100%;
  }
  .home-services-section .container{
    max-width: unset;
  }
  .application-form-section form .row .col-md-6.l-padding {
    padding-left: 15px;
  }
  .application-form-section form .row .col-md-6.r-padding{
    padding-right: 15px;
  }
  .login-form-section.form-section{
    padding-right: 0px;
  }
  .login-content {
    margin-top: 40px;
  }
  .rgs-section {
    padding-left: 0px;
  }
  .form-details-section .details-section {
    margin-top: 30px;
  }
  .rg-img img{
    max-height: 180px;
    margin: auto !important;
  }
  .rg-name-id {
    justify-content: center;
    margin-top: 5px;
  }
  .rg-details{
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .rg-contact{
    justify-content: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .home-yoga-programs-section .all-list-but{
    height: 150px;
  }
  .services .title{
    font-size: 14px;
  }
  .sidebar-filter .accordion-body {
    padding: 8px;
  }
  .rg-sort-by select{
    min-width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .rg-img img {
    min-width: 24px;
    height: auto;
  }
  .teacher-sidebar-section{
    margin-top: 20px;
  }
  .acc-table-section table{
    display: block;
    border: none;
  }
  .acc-table-section thead{
    display: none;
  }
  .acc-table-section tbody{
    display: block;
  }
  .acc-table-section tbody tr{
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 4px;
  }
  .acc-table-section tbody tr td{
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    display: block;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .acc-table-section tbody tr td:before{
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .rg-contact .social-media ul li{
    margin-right: 8px;
  }
  .rg-contact .social-list li i{
    font-size: 18px;
  }
  .rg-contact .social-list li i.fa-envelope {
    font-size: 18px;
  }
  .rg-contact .social-media ul li svg{
    height: 18px;
  }
  .menu-collapse-wrap .menu-collapsed i{
    color: #004D6B !important;
  }
  .menu-collapse-wrap .hamburger-menu{
    margin-left: 1rem;
    margin-right: 0px;
  }
  .main-mobile-nav{
    background-color: #fff;
    border-bottom: 1px solid rgb(108 117 125 / 0.1);
  }
  .close-style:before, .close-style:after{
    background: #0088ce !important;
  }
  .main-mobile-build{
    padding: 4.75rem 0;
  }
}

@media screen and (max-width: 1199px) {
  .slide-details {
    min-width: 180px !important;
    width: 100% !important;
  }
}

