/*********************************************************************************************************************************/
/********************************************************** I.M.P.O.R.T **********************************************************/
/*********************************************************************************************************************************/
/***************************************************************************************************/
/**************************************** V.A.R.I.A.B.L.E.S ****************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************* M.I.X.I.N.S *******************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************* M.E.D.I.A *******************************************/
/***************************************************************************************************/
/*********************************************************************************************************************************/
/********************************************************** I.M.P.O.R.T **********************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/******************************************************* O.V.E.R.R.I.D.E.S *******************************************************/
/*********************************************************************************************************************************/
/***************************************************************************************************/
/****************************************** G.E.N.E.R.A.L ******************************************/
/***************************************************************************************************/
body {
  color: #35405c;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  background: #fdf9f9;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
}

p {
  line-height: 1.7;
}

.btn:focus {
  box-shadow: none !important;
}

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

a {
  text-decoration: none !important;
}

.hidden {
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #272727;
  margin-bottom: 0;
}

.p-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pt-50 {
  padding-top: 100px;
}
@media only screen and (max-width : 576px) {
  .pt-50 {
    padding-top: 50px;
  }
}

.pb-50 {
  padding-bottom: 100px;
}
@media only screen and (max-width : 576px) {
  .pb-50 {
    padding-bottom: 50px;
  }
}

.mt-50 {
  margin-top: 100px;
}

p {
  margin-bottom: 0 !important;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

.badge-danger {
  background-color: #f7ac19;
}

.font-sm {
  font-size: 25px !important;
}

@media only screen and (max-width : 576px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}

.text-primary {
  color: #f7ac19 !important;
}

@media only screen and (max-width : 576px) {
  .d-block-sm-device {
    display: block !important;
  }
  .mb-30-sm {
    margin-bottom: 2rem !important;
  }
  .float-none-sm {
    float: none !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .mt-30-sm {
    margin-top: 30px !important;
  }
}
@media only screen and (min-width: 1300px) {
  .d-none-lg-device {
    display: none !important;
  }
}
.text-link {
  color: #03a9f4 !important;
}

.text-underline {
  text-decoration: underline !important;
}

/*********************************************************************************************************************************/
/******************************************************* O.V.E.R.R.I.D.E.S *******************************************************/
/*********************************************************************************************************************************/
/*********************************************************** G.E.N.E.R.A.L ***********************************************************/
/*********************************************************************************************************************************/
/**************************************************************************************************/
/****************************************** G.E.N.E.R.A.L ******************************************/
/***************************************************************************************************/
.divider {
  border: 0.8px solid #E8E8E8;
  margin: 50px 0;
}

img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-gap {
  padding: 60px 0;
}
@media only screen and (max-width : 767px) {
  .section-gap {
    padding: 30px 0;
  }
}
@media only screen and (max-width : 1199px) {
  .section-gap {
    padding: 30px 0;
  }
}

.pt-80 {
  padding-top: 60px;
}
@media only screen and (max-width : 767px) {
  .pt-80 {
    padding-top: 30px;
  }
}
@media only screen and (max-width : 1199px) {
  .pt-80 {
    padding-top: 30px;
  }
}

.pb-80 {
  padding-bottom: 60px;
}
@media only screen and (max-width : 767px) {
  .pb-80 {
    padding-top: 30px;
  }
}
@media only screen and (max-width : 1199px) {
  .pb-80 {
    padding-top: 30px;
  }
}

.high-section-gap {
  padding: 200px 0;
}

.header-general, .header-general-md,
.header-general-sm {
  color: #191919;
  font-size: pxtorem(28);
  font-weight: 500;
}

.header-general-md {
  font-size: pxtorem(26) !important;
}

.header-general-sm {
  font-size: pxtorem(22) !important;
}

.header-general-xs {
  font-size: pxtorem(18) !important;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-small {
  font-size: 14px !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.text-muted {
  color: #8D8D8D !important;
}

.link-muted {
  color: #929292;
  text-decoration: none;
}
.link-muted:hover {
  color: #626262;
  text-decoration: none;
}

.link-secondary {
  color: #232323;
}

.btn-icon {
  font-size: 0.825rem;
}

.btn-icon-left {
  margin-right: 0.75rem;
}

.btn-icon-right {
  margin-left: 0.75rem;
}

.btn-like-a {
  border: none;
  outline: none;
  box-shadow: none;
}
.btn-like-a:focus {
  box-shadow: none;
  outline: none;
}

.validation-message {
  display: block;
  font-size: 80%;
  width: 100%;
  margin-top: 0.25rem;
  text-align: left;
}

.input-group .validation-message {
  padding-left: 2.5rem;
}

.resend-link-message {
  display: block;
}
.resend-link-message .resend-link {
  color: #8c5e05;
  cursor: pointer;
}
.resend-link-message .resend-link:hover {
  text-decoration: underline;
}

.btn-group-inline {
  display: -ms-flex;
  display: flex;
}
.btn-group-inline .btn:not(:last-child) {
  margin-right: 0.375rem;
}

.theme-color {
  color: #303030 !important;
}

.sec-color {
  color: #f7ac19;
}

.text-yellow {
  color: #ffc107;
}

.text-orange {
  color: #f7ac19 !important;
}

.text-blue {
  color: #f7ac19 !important;
}

.bg-none {
  background: none !important;
}

.text-shadow {
  text-shadow: 1px 1px 1px lightgrey;
}

.social-icons {
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.social-icons a i {
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}
.social-icons .icon {
  padding: 8px 10px;
}
.social-icons .icon i {
  color: white;
  font-size: 1.1rem;
}

.cta .social-icons a i {
  border: 1px solid black;
  width: 35px;
}

.scroll-to-top {
  position: fixed;
  z-index: 999;
  bottom: -60px;
  right: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #f7ac19;
  cursor: pointer;
  transition: 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.scroll-to-top.top-arrow {
  bottom: 60px;
}
.scroll-to-top:hover {
  background: #f7ac19;
}

/***************************************************************************************************/
/****************************************** G.E.N.E.R.A.L ******************************************/
/**************************************************************************************************/
.cat-row {
  margin-top: 40px;
}

@media only screen and (max-width : 576px) {
  .w-50 {
    width: 100% !important;
  }
}

.theme-btn {
  font-size: 1rem;
  padding: 8px 20px;
  text-transform: uppercase;
  transition: 0.4s;
  border: none;
  font-weight: 500;
  border-radius: 50px;
  color: white;
  background: #f7ac19;
}
.theme-btn.big {
  background: #2c2b30;
  background: linear-gradient(to bottom, #2c2b30 0%, #050407 100%);
  border-radius: 30px;
  padding: 10px 30px;
  box-shadow: 0px 21px 10px -10px rgba(0, 0, 0, 0.31);
  transition: all ease-in-out 300ms;
  color: #fff;
}
.theme-btn.big:hover {
  background: linear-gradient(to bottom, #2c2b30 0%, #050407 100%);
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -10px) scale(1.1);
  color: #fff;
}
.theme-btn.bg-white {
  border: 1px solid transparent;
  color: #626262 !important;
}
.theme-btn.bg-white:hover {
  border: 1px solid white !important;
  background: none !important;
  color: white !important;
}
.theme-btn.outline {
  background: transparent;
  border: 1px solid white;
}
.theme-btn.outline:hover {
  background: white;
  color: #fff;
}
.theme-btn:hover {
  color: white;
  background: #232323;
}
.theme-btn:focus {
  outline: none;
}

.bg-orange {
  background: #f7ac19 !important;
}
.bg-orange.btn {
  box-shadow: none;
}
.bg-orange.btn:hover {
  background: #232323 !important;
}

.border-none {
  border: none !important;
}

.owl-dots {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
.owl-dots .owl-dot {
  margin: 5px;
}
.owl-dots .owl-dot.active span {
  background: #f7ac19;
}
.owl-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.hide-overflow {
  overflow: hidden;
}

.bg-white {
  background: white !important;
}

.title-wrapper .title {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.title-wrapper .title h1 {
  font-size: 30px;
  color: #f7ac19;
  line-height: 25px;
}
.title-wrapper .title p {
  text-transform: capitalize;
  font-size: 2rem;
}
@media only screen and (max-width : 576px) {
  .title-wrapper .title p {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width : 767px) {
  .display-3 {
    font-size: 2.1rem;
  }
}

.text-decoration-none {
  text-decoration: none;
  border-bottom: 0 !important;
}

.fa-2x {
  font-size: 1.3em;
}

.modal .modal-header button {
  position: absolute;
  right: 0;
  top: 0;
  background: #f7ac19;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  opacity: 1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  outline: none;
}
.modal .modal-header button:hover {
  opacity: 0.6;
}
@media only screen and (max-width : 576px) {
  .modal .modal-header button {
    top: 0;
    right: 8;
  }
}

.text-hover:hover {
  text-decoration: underline;
}
.text-hover .svg-cart-icon svg {
  height: 50px;
  width: 50px;
  fill: #C3C3C3;
}

.badge-warning {
  box-shadow: none;
  outline: none;
}
.badge-warning:hover, .badge-warning:focus {
  background: #d69007 !important;
  box-shadow: none !important;
  outline: none;
}

/*********************************************************************************************************************************/
/*********************************************************** G.E.N.E.R.A.L***********************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/*********************************************************** S.T.Y.L.E ***********************************************************/
/*********************************************************************************************************************************/
.header {
  position: relative;
  width: 100%;
  z-index: 22;
  background: #fff;
}

.nav-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-section .logo {
  max-width: 150px;
}
.nav-section .logo img {
  height: auto;
}
@media only screen and (max-width : 767px) {
  .nav-section .logo {
    max-width: 150px;
  }
}
.nav-section .nav-wrapper {
  z-index: 1022;
  position: fixed;
  background: rgba(0, 0, 0, 0.95);
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 300px;
  display: block;
  right: -100%;
  transition: 0.5s;
  opacity: 0;
}
@media only screen and (min-width: 1300px) {
  .nav-section .nav-wrapper {
    all: unset;
    flex: 0 0 50%;
    position: static;
  }
  .nav-section .nav-wrapper .close {
    display: none;
  }
}
.nav-section .nav-wrapper.toggle {
  right: 0;
  opacity: 1;
  background: #fff;
}
.nav-section .nav-wrapper .close {
  opacity: 1;
  padding: 15px;
}
.nav-section.onscroll {
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 999;
  -webkit-animation: navscroll 0.5s forwards;
          animation: navscroll 0.5s forwards;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
@-webkit-keyframes navscroll {
  0% {
    top: -60px;
  }
  100% {
    top: 0;
  }
}
@keyframes navscroll {
  0% {
    top: -60px;
  }
  100% {
    top: 0;
  }
}
.nav-section .navigation {
  margin-top: 30px;
}
.nav-section .navigation li {
  margin-left: 30px;
}
.nav-section .navigation li a {
  color: #232323;
  padding: 15px 0 8px 0;
  display: inline-block;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  transition: 0.4s;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  font-size: 15px;
}
.nav-section .navigation li a.active, .nav-section .navigation li a:hover {
  color: #f7ac19 !important;
}
.nav-section .navigation li a.active:before, .nav-section .navigation li a:hover:before {
  display: block;
}
.nav-section .navigation li a.active:after, .nav-section .navigation li a:hover:after {
  width: 100%;
  right: 0;
  opacity: 1;
}
.nav-section .navigation li a.theme-btn {
  color: white;
}
.nav-section .navigation .has-sub-menu {
  position: relative;
}
.nav-section .navigation .has-sub-menu #drop-icon {
  color: #000;
  float: right;
  line-height: 35px;
  padding: 0 15px;
  display: none;
}
@media only screen and (max-width : 1199px) {
  .nav-section .navigation .has-sub-menu #drop-icon {
    display: inline;
  }
}
@media only screen and (max-width : 1199px) {
  .nav-section .navigation .has-sub-menu a i {
    display: none;
  }
}
.nav-section .navigation .has-sub-menu:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.nav-section .navigation .has-sub-menu .sub-menu {
  position: absolute;
  width: auto;
  top: 130%;
  left: 0;
  background: white;
  min-width: auto;
  padding: 10px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width : 1199px) {
  .nav-section .navigation .has-sub-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    display: none;
    transition: none;
  }
}
@media only screen and (max-width : 991px) {
  .nav-section .navigation .has-sub-menu .sub-menu {
    box-shadow: none !important;
  }
}
@media only screen and (max-width : 576px) {
  .nav-section .navigation .has-sub-menu .sub-menu {
    box-shadow: none !important;
  }
}
.nav-section .navigation .has-sub-menu .sub-menu li {
  margin-left: 0;
}
.nav-section .navigation .has-sub-menu .sub-menu a {
  color: #626262;
  padding: 5px;
}
.nav-section .navigation .has-sub-menu .sub-menu a::after {
  display: none;
}
.nav-section .navigation .has-sub-menu .sub-menu a::before {
  display: none;
}
.nav-section .navigation .has-sub-menu .sub-menu a:hover {
  color: #f7ac19;
}
@media only screen and (max-width : 991px) {
  .nav-section .navigation .has-sub-menu .sub-menu a {
    color: #000;
  }
}
@media only screen and (max-width : 576px) {
  .nav-section .navigation .has-sub-menu .sub-menu a {
    white-space: normal;
  }
}
@media only screen and (min-width: 1300px) {
  .nav-section .navigation {
    all: unset;
    display: flex;
    list-style: none;
  }
}
.nav-section .nav-icons {
  display: flex;
  align-items: center;
}
.nav-section .nav-icons .user-icon {
  border-bottom: 1px solid transparent;
  display: inline-block;
}
@media only screen and (max-width : 576px) {
  .nav-section .nav-icons .user-icon {
    border-bottom: none !important;
  }
}
.nav-section .nav-icons .user-icon:hover {
  border-bottom: 1px solid white;
}
@media only screen and (min-width: 1300px) {
  .nav-section .nav-icons #menu-bar {
    display: none !important;
  }
}
.nav-section .nav-icons .theme-btn {
  border: 1px solid #f7ac19;
  color: white;
}
.nav-section .nav-icons .theme-btn:hover {
  background: transparent !important;
  border: 1px solid #f7ac19;
  color: #f7ac19;
}

.nav-top {
  height: 40px;
  background-color: #407fc2;
}
@media only screen and (max-width : 576px) {
  .nav-top {
    display: none;
  }
}
.nav-top ul li {
  color: #fff;
  font-size: 13px;
  float: left;
  margin-right: 47px;
  height: 40px;
  line-height: 40px;
}
.nav-top ul li.social-bloc {
  float: right;
  margin-right: 0;
}
.nav-top ul li.social-bloc a {
  display: inline-block;
  margin-left: 20px;
}
.nav-top ul li.social-bloc i {
  font-size: 14px;
  color: #fff;
  margin-right: 0;
  transition-duration: 0.3s;
}
.nav-top ul li.social-bloc i:hover {
  color: #fff;
}
.nav-top ul li i {
  color: #fff;
  margin-right: 10px;
  font-size: 13px;
}
.nav-top ul li a {
  color: #fff;
  font-size: 13px;
  transition-duration: 0.3s;
}

.btn-main, .theme-btn {
  line-height: 35px;
  padding: 0 20px;
  font-size: 0.9em;
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: transparent;
  border-color: #f7ac19;
  transition: all 0.3s ease-out;
  font-family: "Open Sans";
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid transparent;
}
@media only screen and (max-width : 576px) {
  .btn-main, .theme-btn {
    line-height: 30px;
    padding: 0 10px;
    font-size: 0.7em;
  }
}
.btn-main:hover, .theme-btn:hover {
  background-color: #f7ac19;
  border-color: #f7ac19;
  opacity: 0.9;
  color: #fff !important;
  border: 1px solid #f7ac19;
  box-shadow: inset 150px 0 0 0 #f7ac19;
}
.btn-main::after, .btn-main::before, .theme-btn::after, .theme-btn::before {
  display: block;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  border: 2px solid #f7ac19;
}
.btn-main.text-dark:hover, .theme-btn.text-dark:hover {
  color: #fff !important;
}

.btn-main:after, .theme-btn:after {
  bottom: 0;
  border-top: 0;
}

.btn-main:before, .theme-btn:before {
  top: 0;
  border-bottom: 0;
}

.home-slider {
  position: relative;
}
.home-slider .slider-content h1 {
  line-height: 50px;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 50px;
  position: relative;
}
@media only screen and (max-width : 576px) {
  .home-slider .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.home-slider .slider-content .bg-blue.btn {
  box-shadow: none;
  border: 1px solid transparent;
  background: #f7ac19;
}
.home-slider .slider-content .bg-blue.btn:hover {
  background: transparent !important;
  border: 1px solid white;
}
.home-slider .slider-content .slider-list ul li {
  list-style: none;
}
.home-slider .slider-content .slider-list ul li a {
  color: #fff;
  position: relative;
}
.home-slider .owl-carousel .item {
  height: 82vh;
  min-height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 576px) {
  .home-slider .owl-carousel .item {
    background-size: contain;
    min-height: auto;
    height: auto;
  }
}
.home-slider .owl-carousel .item .slider-content {
  padding: 150px 0;
}
.home-slider .owl-carousel .owl-prev {
  position: absolute;
  left: 10px;
  top: 51%;
  background: none;
  font-size: 1.5rem;
  line-height: 45px;
}
.home-slider .owl-carousel .owl-prev:hover {
  background: none;
}
.home-slider .owl-carousel .owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  background: none;
  font-size: 1.5rem;
  line-height: 45px;
}
.home-slider .owl-carousel .owl-next:hover {
  background: none;
}
@media only screen and (max-width : 576px) {
  .home-slider .owl-carousel .owl-nav {
    margin-top: 0;
    opacity: 0;
  }
}
.home-slider .owl-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.home-slider .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
  box-shadow: none;
}
.home-slider .owl-carousel .owl-dots .owl-dot span {
  background: #fff;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}
.home-slider .owl-carousel .owl-dots .owl-dot.active span {
  width: 25px;
  height: 25px;
  border-radius: 50px;
}

.section-title.style2 {
  text-align: left;
}
.section-title.style2 .tst-title {
  font-size: 20px;
  border-bottom: 1px solid #ffe4b0;
  text-transform: capitalize;
  margin-top: 30px;
}
.section-title.style2 .tst-title::after {
  display: none;
}
.section-title.style2 .tst-title::before {
  display: none;
}
.section-title .tst-title {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #232323;
  font-weight: 400 !important;
}
@media only screen and (max-width : 576px) {
  .section-title .tst-title {
    font-size: 24px;
  }
}
.section-title .tst-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title .tst-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f7ac19;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title .tst-title.text-center::before {
  display: none;
}

.about .image_section {
  position: relative;
  z-index: 1;
}
.about .image_section img {
  border-radius: 30px;
  position: relative;
}
@media only screen and (max-width : 576px) {
  .about .image_section img {
    max-width: 100%;
  }
}
.about .about-content p {
  text-align: justify;
}
.about .about-content .section-title {
  margin-left: 0;
  text-align: start;
}

.detail-img img {
  height: auto !important;
  width: 300px !important;
  padding: 0 0 20px 20px;
}
@media only screen and (max-width : 576px) {
  .detail-img img {
    width: 100% !important;
    padding: 0;
    margin-bottom: 1rem;
  }
}

.message-section .messsage {
  padding: 0 0 0px 20px;
}
.message-section img {
  width: 100%;
  padding: 0 0 20px 20px;
}
@media only screen and (max-width : 576px) {
  .message-section img {
    padding: 0;
    margin: 20px 0;
  }
}
.message-section p {
  text-align: center !important;
}

.about-content-style {
  background: #dedff1;
  padding: 20px;
}

.divider-section {
  text-align: center;
  display: flex;
}
.divider-section .divider-separator {
  width: 80%;
  margin: 0 auto;
  margin-center: 0;
  align-items: center;
  display: flex;
}
.divider-section .divider-separator::before, .divider-section .divider-separator::after {
  display: block;
  content: "";
  border-bottom: 0;
  flex-grow: 1;
  border-top: 1px solid #f7ac19;
}
.divider-section .icon {
  color: #f7ac19;
  border-color: #f7ac19;
  margin: 0 10px;
}

.supporters {
  background-color: #e5f6fc;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
  margin-top: -10px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width : 576px) {
  .section-title {
    margin-bottom: 10px;
  }
}

.features-area.two {
  background-color: #e5f9fc;
  position: relative;
  z-index: 1;
}
.features-area.two .features-item {
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 30px 30px 25px;
  background-color: #7adfed;
  position: relative;
  transition: 0.5s;
}
.features-area.two .features-item:hover {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #b4ecf5;
}
.features-area.two .features-item:hover .feature-img {
  border: 1px dotted #7adfed;
}
.features-area.two .features-item span {
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.features-area.two .features-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.features-area.two .features-item h3 a {
  color: #f7ac19;
}
.features-area.two .features-item p {
  margin-bottom: 13px !important;
  text-align: justify;
}
.features-area.two .features-item .features-btn {
  font-weight: 600;
  color: #35405c;
  font-size: 16px;
}
.features-area.two .features-item .feature-img {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #fff;
  margin-bottom: 22px;
  border-radius: 5px;
  transition: 0.5s;
  align-items: center;
  justify-content: center;
  display: flex;
}
.features-area.two .features-item .feature-img img {
  width: 50px;
}

.block-banner {
  position: relative;
}
.block-banner .inner {
  text-align: center;
}
.block-banner .inner .icon-container {
  background: #fff;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-banner .inner .icon-container img {
  width: 50px;
}

.services .section-title {
  margin-left: 0;
  text-align: start;
}
.services button:focus {
  outline: none;
}
.services .nav-pills .nav-link {
  color: #f7ac19;
  font-size: 14px;
  margin-bottom: -1px;
  background: 0 0;
  font-weight: 500;
  line-height: 1.2;
  border: 1px solid #f7ac19;
  margin: 5px 5px;
}
.services .nav-pills .nav-link.active {
  border: 1px solid #232323;
  color: #fff;
  background: #232323;
}
.services .services-item .top a {
  display: block;
  height: 250px;
}
.services .services-item .top a img {
  border-radius: 10px;
}
.services .services-item .bottom {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 30px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  box-shadow: 0px 8px 20px 0px #f5fcfe;
}
.services .services-item .bottom span {
  position: absolute;
  width: 15px;
  height: 15px;
  transition: 0.5s;
}
.services .services-item .bottom span:nth-child(1) {
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top: 3px solid #232323;
  border-left: 3px solid #232323;
}
.services .services-item .bottom span:nth-child(2) {
  top: 0;
  right: 0;
  border-top-right-radius: 10px;
  border-top: 3px solid #232323;
  border-right: 3px solid #232323;
}
.services .services-item .bottom span:nth-child(3) {
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 10px;
  border-bottom: 3px solid #232323;
  border-right: 3px solid #232323;
}
.services .services-item .bottom span:nth-child(4) {
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom: 3px solid #232323;
  border-left: 3px solid #232323;
}
.services .services-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
.services .services-item .bottom h3 a {
  color: #f7ac19;
}
.services .services-item .bottom h3 a:hover {
  color: #20bdd1;
}
.services .services-item .bottom p {
  margin-bottom: 10px !important;
}
.services .services-item .bottom .services-btn {
  display: inline-block;
  color: #232323;
  font-weight: 500;
}
.services .services-item .bottom .services-btn i {
  position: relative;
  top: 0;
  font-size: 15px;
  left: 5px;
}
.services .services-item:hover .bottom span {
  width: 50px;
  height: 50px;
}

.breadcrumbs {
  background-size: cover !important;
  display: flex;
  padding-top: 100px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width : 1199px) {
  .breadcrumbs {
    min-height: unset;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width : 991px) {
  .breadcrumbs {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width : 576px) {
  .breadcrumbs {
    min-height: unset;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.breadcrumbs .bread-inner {
  margin-top: 30px !important;
}
@media only screen and (max-width : 576px) {
  .breadcrumbs .bread-inner {
    margin-top: 0 !important;
  }
}
.breadcrumbs .bread-inner a, .breadcrumbs .bread-inner span {
  color: white;
  font-weight: 500;
}
.breadcrumbs .bread-inner a {
  transition: 0.5s;
  text-decoration: none;
}
.breadcrumbs .bread-inner a:hover {
  color: white;
}

.divider_top {
  width: 100%;
  height: 37px;
  position: absolute;
  bottom: -8px;
  left: 0;
}
@media only screen and (max-width : 576px) {
  .divider_top {
    background: none !important;
  }
}
@media only screen and (max-width : 1199px) {
  .divider_top {
    background: none !important;
  }
}

.doctor .al_detail {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 30px rgba(43, 104, 115, 0.14);
  transition: 0.3s all ease-in-out;
  border: 2px solid transparent;
  height: 100%;
}
.doctor .al_detail:hover {
  transform: scale(1.05);
  border: 2px dashed #f7ac19;
}
.doctor .al_detail .image {
  width: 120px;
  border: 1px solid #EEE;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.doctor .al_detail .image1 {
  width: 240px;
  height: 240px;
  border: 1px solid #EEE;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.doctor .al_detail .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 15px;
}
.doctor .al_detail .designation {
  font-size: 15px;
  color: #f7ac19;
}
.doctor .al_detail span {
  font-size: 15px;
  color: #f7ac19;
}

.doctor .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
  padding: 30px;
  border-radius: 4px;
  background: #fff;
}
.doctor .member:hover img {
  transform: scale(1.1);
}
.doctor .member .pic {
  overflow: hidden;
  width: 140px;
  border-radius: 4px;
}
.doctor .member .pic img {
  transition: ease-in-out 0.3s;
}
.doctor .member .member-info {
  padding-left: 30px;
}
.doctor .member .member-heading {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #272727;
  line-height: 1.2;
}
.doctor .member .detail {
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.doctor .member .detail span {
  display: block;
}
.doctor .member .detail::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #dee2e6;
  bottom: 0;
  left: 0;
}
.doctor .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.doctor .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background: #7adfed;
  margin-left: 8px;
}
.doctor .social a:first-child {
  margin-left: 0;
}
.doctor .social a:hover {
  background: #f7ac19;
}
.doctor .social a .team-icon {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.service-detail-image img {
  height: auto !important;
  width: 300px !important;
  padding: 0 0 20px 20px;
}

.image-size {
  height: 200px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.membership .single-pricing-box {
  font-family: "Inter", sans-serif;
  padding: 20px;
  background-color: #f2f1f5;
  border: 1px solid #eee7fd;
  height: 100%;
}
@media only screen and (max-width : 576px) {
  .membership .single-pricing-box {
    margin: 0 20px;
  }
}
.membership .single-pricing-box h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.membership .single-pricing-detail .icon i {
  font-size: 16px;
}
.membership .price-detail-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}
.membership .price-container {
  display: flex;
  margin-right: 8px;
}
.membership .price__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 130px;
}
.membership .text-body-2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #f7ac19;
}

.bg-value {
  border-radius: 4px 4px 4px 4px;
  background: #faf3ed !important;
  border: 1px solid #eee7fd;
}

.bg-active {
  background: #e5f5f5 !important;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #eee7fd;
}

.account_info {
  background: #3a5f8e;
  padding: 20px;
}
.account_info h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 400 !important;
}

.contact {
  position: relative;
  z-index: 1;
}
.contact .item-contact {
  background: #fff;
  width: 100%;
  padding: 60px 20px;
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
}
@media only screen and (max-width : 576px) {
  .contact .item-contact {
    margin-bottom: 50px;
  }
}
.contact .item-contact i {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background: #f7ac19;
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 70px;
}
@media only screen and (max-width : 576px) {
  .contact .item-contact i {
    top: auto;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
.contact .item-contact b {
  font-size: 19px;
  display: inline-block;
  margin-bottom: 8px;
}
.contact .item-contact p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 2px;
}
.contact .item-contact a {
  color: #232323;
}
.contact .item-contact a:hover {
  color: #f7ac19;
}
.contact .location i {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #f7ac19;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 32px;
}

.contact-map {
  position: relative;
  z-index: 1;
}

.contact-map .ui.form input, .contact-map .ui.form textarea {
  line-height: 1.33;
  padding: 25px 20px;
  background: #f6f7f8;
  border: none;
  color: #323232;
  border-radius: 0;
}
.contact-map .ui.form input:focus, .contact-map .ui.form textarea:focus {
  background: #fff;
  box-shadow: rgba(19, 62, 120, 0.5) 0px 2px 8px 0px !important;
  border-radius: 0;
}

.message .profile_sec_1 {
  border-right: 1px solid #ddd;
}
@media only screen and (max-width : 576px) {
  .message .profile_sec_1 {
    margin-bottom: 30px;
  }
}
.message .profile_sec_1:last-child {
  border-right: none;
}
.message .profile_sec {
  text-align: center;
}
.message .profile_sec .profile-img img {
  border-radius: 50%;
  height: 150px;
  width: 150px;
}
.message .profile_sec .content {
  padding-top: 20px;
}
.message .profile_sec .content p {
  font-size: 12px;
}
.message .profile_sec .content .name {
  font-size: 20px;
  font-weight: 500 !important;
  margin-bottom: 10px;
}
.message .profile_sec .description p {
  font-size: 14px;
  padding: 10px 20px;
}

.owl-nav {
  display: flex;
  justify-content: space-between;
}
.owl-nav span {
  font-size: 30px;
  color: #fff;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: 50%;
}
.owl-nav .owl-next {
  right: 1%;
}
.owl-nav .owl-prev {
  left: 1%;
}
.owl-nav div {
  border-radius: 50% !important;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 1.2rem;
  background: #E8E8E8 !important;
  color: grey !important;
  text-align: center;
  margin: 5px;
}

.count-down--sec {
  color: #333;
  margin: 0 auto;
  text-align: center;
}
.count-down--sec #countdown {
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 15px;
}
.count-down--sec #countdown > div {
  padding: 4.5px;
  border-radius: 3px;
  background: rgba(243, 204, 129, 0.4784313725);
  display: inline-block;
}
.count-down--sec #countdown > div span {
  padding: 15px;
  border-radius: 3px;
  background: #f7ac19;
  display: inline-block;
  color: #fff;
}

.border-top {
  border-top: 1px solid #ddd;
}

.online-registration .form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.registration-form-table1, .registration-form-table2 {
  vertical-align: middle;
  font-size: 14px;
}
.registration-form-table1 .file-style, .registration-form-table2 .file-style {
  padding: 0.375rem 0.75rem;
  height: auto;
}

.text-color {
  color: #000;
}

.toggle .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.text-red {
  color: #ff0000;
}

.program h1, .program h2, .program h3, .program h4, .program h5, .program h6 {
  margin-bottom: 0.5rem !important;
}
.program p {
  margin-bottom: 0.5rem !important;
}

.venue .venue-img {
  max-height: 300px;
  height: 300px;
}
.venue .venue-img img {
  height: 100%;
}

.payment-detail {
  text-align: center;
  padding: 30px;
  transition: all ease-in-out 0.3s;
  background: #ffffff;
  width: 100%;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.payment-image {
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.link-section {
  background: #f7ac19;
  padding: 8px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.link-section img {
  text-align: center;
  height: 50px;
  width: auto;
}
.link-section h3 {
  font-size: 18px;
  margin-left: 15px;
}
.link-section h3 a {
  color: #272727;
}

.monthly-quiz img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.coming-soon-container {
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fdf9f9
}
.coming-soon-container h1 {
  font-size: 4em;
  margin: 0;
  -webkit-animation: fadeIn 1s ease-in-out infinite alternate;
          animation: fadeIn 1s ease-in-out infinite alternate;
  color: #f7ac19;
  font-weight: bold;
  text-transform: uppercase;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
/*********************************************************************************************************************************/
/*********************************************************** S.T.Y.L.E ***********************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/*********************************************************** F.O.O.T.E.R ***********************************************************/
/*********************************************************************************************************************************/
.footer {
  position: relative;
  z-index: 1;
  padding: 60px 0 0 0;
  background-color: #f1f1f1;
  overflow: hidden;
}
@media only screen and (max-width : 576px) {
  .footer {
    padding: 40px 0 0 0;
  }
}

.flogo {
  max-width: 150px;
  height: auto;
}

.footer-about {
  margin-right: 50px;
  color: #232323;
}

.container {
  position: relative;
}

.foot-title {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #f7ac19;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media only screen and (max-width : 576px) {
  .foot-title {
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}

a {
  color: #232323;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.other-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.other-links .footer-text {
  color: #232323;
}
.other-links .seperator {
  height: 20px;
  border-right: 2px solid #232323;
}

/* social link css */
.copyright-section {
  background: #fff;
  border-top: 1px solid #ddd;
}
.copyright-section .copyright_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 15px 0;
}
@media only screen and (max-width : 576px) {
  .copyright-section .copyright_wrap {
    display: block;
  }
}
.copyright-section .copyright {
  text-align: center;
  color: #999;
}

.main-title {
  font-size: 16px;
}

.text-gray {
  color: #999;
}

/*********************************************************************************************************************************/
/*********************************************************** F.O.O.T.E.R ***********************************************************/
/*********************************************************************************************************************************/

