/* @font-face {
  font-family: "Gotham";
  src: url('../fonts/Gotham-Book.woff') format('woff'),
    url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
} */
@font-face {
  font-family: 'GothamPro';
  src: url('../fonts/GothamPro.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/GothamPro.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/GothamPro.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../fonts/GothamPro.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/GothamPro.svg#svgGothamPro') format('svg');
  /* Legacy iOS */
  font-style: normal !important;
  font-weight: normal !important;
}

@font-face {
  font-family: 'GothamProLight';
  src: url('../fonts/GothamPro-Light.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/GothamPro-Light.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/GothamPro-Light.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../fonts/GothamPro-Light.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/GothamPro-Light.svg#svgGothamProLight') format('svg');
  /* Legacy iOS */
  font-style: normal !important;
  font-weight: normal !important;
}

@font-face {
  font-family: 'GothamProMedium';
  src: url('../fonts/GothamPro-Medium.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/GothamPro-Medium.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/GothamPro-Medium.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../fonts/GothamPro-Medium.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/GothamPro-Medium.svg#svgGothamProMedium') format('svg');
  /* Legacy iOS */
  font-style: normal !important;
  font-weight: normal !important;
}

/* ==================================== */
html,
body {}

body {
  position: relative;
  font-family: 'GothamPro';
  color: #939597 !important;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GothamProMedium';
}

.bold {
  font-family: 'GothamProMedium' !important;
}

.mainbody {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a,
a:link,
a:hover,
a:focus {
  text-decoration: none;
}
.text-teal{color: #d4eded !important;}
.text-red{
  color: #f00 !important;
}
b,
bold {
  font-style: normal !important;
  font-weight: normal !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

/* ================================================= */
.bg-dark {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.navbar-brand img {
  height: 30px;
}

.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  color: #ffffff;
  font-size: 0.8rem !important;
}

.navbar-dark .navbar-nav .btn {
  margin-right: 30px;
  transition: all 200ms ease;
  min-width: 120px;
}

.navbar-dark .navbar-nav .btn:hover {
  border-color: #d4eded !important;
  color: #939597 !important;
  background-color: #d4eded !important;
}

.navbar-expand .navbar-nav {
  z-index: 999;
}

.nav-item {
  position: relative;
}

.navdropdown {
  display: none;
  position: absolute;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #d4eded;
  margin-top: 0px;
}

.navdropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navdropdown ul li {
  padding: 3px 0px;
}

.navdropdown ul li a,
.navdropdown ul li a:link {
  color: #939597;
  font-size: 0.8rem;
}

.nav-item .navdropdown.active {
  display: block;
}

.navdropdown:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);

  background-color: #d4eded;
  z-index: 1;
}

.wave_icon {
  cursor: pointer;
}

.wave_icon img {
  width: 40px;
  height: 100%;
  vertical-align: middle;
}

.wave_icon svg {
  fill: #ffffff;
  width: 40px;
  height: 100%;
  vertical-align: middle;
}


.acc_icon {
  display: none;
}

/*  */
.sidebarbox {
  background-color: #d4eded;
  position: absolute;
  height: 100vh;
  z-index: 9999;
  right: -400px;
  top: 0;
  width: 400px;
  transition: all 200ms ease;

}

.sidebarinner {
  position: relative;
}

.sidebarbox.active {
  right: 0px;
}

.sidebarmenu {
  height: 100vh;
  /* padding-top: 60px; */
}

.sidebarmenu ul {

  list-style: none;
  margin: 0px;
  padding: 0px;

}

.sidebarmenu ul svg {
  max-width: 100px;
}

.sidebarmenu ul li {
  padding-bottom: 20px;
  position: relative;


}

.sidebarmenu ul li a,
.sidebarmenu ul li a:link {
  color: #939597;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s ease-in;
  cursor: pointer;
}

.sidebarmenu ul li a:hover {
  letter-spacing: 4px;
}

.sidebarbox ul li {
  opacity: 0;
  padding-top: 0px;
}

.sidebarbox.active ul li {
  animation: fadeInRight .5s ease forwards;

}

.sidebarbox.active ul li:first-child {
  animation-delay: .10s
}

.sidebarbox.active ul li:nth-child(2) {
  animation-delay: .20s
}

.sidebarbox.active ul li:nth-child(3) {
  animation-delay: .30s
}

.sidebarbox.active ul li:nth-child(4) {
  animation-delay: .40s
}

.sidebarbox.active ul li:nth-child(5) {
  animation-delay: .50s
}

.sidebarbox.active ul li:nth-child(6) {
  animation-delay: .60s
}

.sidebarbox.active ul li:nth-child(7) {
  animation-delay: .70s
}

.sidebarbox.active ul li:nth-child(8) {
  animation-delay: .80s
}

.sidebarbox.active ul li:nth-child(9) {
  animation-delay: .90s
}

.sidebarbox.active ul li:nth-child(10) {
  animation-delay: 1.00s
}

.sidebarbox.active ul li:nth-child(11) {
  animation-delay: 1.10s
}

.sidebarbox.active ul li:nth-child(12) {
  animation-delay: 1.20s
}

.sidebarbox.active ul li:nth-child(13) {
  animation-delay: 1.30s
}

.sidebarbox.active ul li:nth-child(14) {
  animation-delay: 1.40s
}

.sidebarbox.active ul li:nth-child(15) {
  animation-delay: 1.50s
}

.sidebarbox.active ul li:nth-child(16) {
  animation-delay: 1.60s
}

@keyframes fadeInRight {
  0% {
    opacity: 0;

  }

  100% {
    opacity: 1;

  }
}

.sidemenudropdown {

  display: none;
  background-color: #ffffff;

  border-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #d4eded;
  position: relative;
  height: 0;
  transition: height 0.4s linear;

}

.sidemenudropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidemenudropdown ul li {
  padding: 0px 0px;
  font-size: 14px;
  padding-bottom: 8px !important;
}

.sidemenudropdown ul li a,
.sidemenudropdown ul li a:link {
  text-transform: uppercase;
  color: #939597;
}

.sidemenudropdown:before {
  content: "";
  position: absolute;

  top: 0px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-top: 5px solid #939597;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

  z-index: 1;
}

.sidemenudropdown.active {
  display: block;
  margin-top: 5px;
  padding-top: 15px;
  height: auto;

}

.sidemenudropdown ul li:last-child {
  padding-bottom: 0px !important;
}

.scrossbox {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 9999;
}

.scross {
  position: relative;
  width: 40px;
  height: 38px;
  cursor: pointer;
  float: right;
  margin-right: 15px;
  margin-top: 15px;
}

.scross span {
  position: absolute;
  width: 100%;
  left: 0;
  height: 3px;
  background: #939599;
  display: block;
}


.scross .top {
  top: 18px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.scross .middle {
  opacity: 0;
  ;
}

.scross .bottom {
  top: 18px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



.nav-btn-box.active .btn-outline-white {
  color: #939597;
  margin-right: 15px;
  border-color: #939597;
}

.nav-btn-box.active .btn-outline-white:hover,
.nav-btn-box.active .btn-outline-white:focus {
  border-color: #939597 !important;
  color: #ffffff !important;
  background-color: #939597 !important;
}

.nav-btn-box.active .wave_icon svg {
  fill: #939597;
}

/* ==================================== */
.btn {
  border-radius: 3px;
  transition: all ease 0.2s;
  font-size: 0.8rem;
}

.btn-dark {
  background-color: #939597;
  border-color: #939597;
  color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background-color: #939597;
  border-color: #939597;
  color: #ffffff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active {
  color: #939597 !important;
  background-color: #d4eded !important;
  border-color: #d4eded !important;
}

.btn-outline-cyan {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #d4eded;
}

.btn-outline-cyan:hover,
.btn-outline-cyan:focus,
.btn-outline-cyan:active {
  color: #939597 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.btn-outline-dark {
  color: #939597;
  border-color: #939597;
  background-color: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active {
  color: #ffffff !important;
  background-color: #939597 !important;
  border-color: #939597 !important;
}

.btn-teal {
  color: #939597;

  background-color: #d4eded;
  border-color: #d4eded;
}

.btn-teal:hover {
  color: #ffffff !important;

  background-color: #939597 !important;
  border-color: #939597 !important;
}

.btn-teal:active,
.btn-teal:focus {
  color: #939597 !important;

  background-color: #d4eded !important;
  border-color: #d4eded !important;
}

.btn-lg {
  padding: 12px 20px !important;
  min-width: 175px;
  font-size: 1rem;
}

.form-control {
  border-radius: 5px;
  font-size: 0.9rem;
  min-height: 38px;
}

.form-control:focus {

  box-shadow: none;
}

label {

  font-size: 0.8rem;
}

.custom-control-label {
  font-size: 0.9rem;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 100%;
  border: #d4eded solid 1px;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #939597;
  background-color: #939597;
}

/* ======================================= */
.top-padding {
  padding-top: 100px;
}

.bottom-padding {
  padding-bottom: 100px;
}

.full-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.min-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.header-padding {
  padding-top: 200px;
}

.full-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.top-margin {
  margin-top: 100px;

}

.bottom-margin {

  margin-bottom: 100px;
}

/* ====================================== */
.main-carousel {
  position: relative;

}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}


.carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.carousel-contents h1 {
  color: #ffffff;
  font-family: 'GothamProLight';
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7)
}

.slick-dots li button {
  width: 15px;
  height: 15px;
}

.slick-dots li button:before {
  font-size: 13px;
}

.sidetext {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: 25px -22px;
  z-index: 10;
  text-transform: uppercase;
  color: #ffffff;
  width: 100vh;
}

.sidetext h6 {
  letter-spacing: 14px;
  font-size: 0.8rem;
  font-family: 'GothamProMedium';
}

.sidetext span {
  height: 2px;
  width: 60px;
  display: inline-block;
  float: left;
  background-color: #ffffff;
  margin-left: 50px;
  margin-top: 8px;
  margin-right: 20px;
}

.carousel-indicators li {
  min-width: 150px;
  height: 65px;
  border-radius: 5px;
  position: relative;
  text-indent: 0px;
  display: inline-block;
  text-align: center;
  line-height: 65px;
  border: 2px #ffffff solid;
  background: none;
  opacity: 1;
  color: #ffffff;
  margin-left: 0px;
  margin-right: 15px;
}

.carousel-indicators li span {
  position: absolute;
  font-size: 1rem;
  left: 10px;
  top: 10px;
  line-height: 16px;
  font-style: italic;
}

.carousel-indicators li.active {
  background-color: #d4eded;
  border-color: #d4eded;
  color: #939597;
}

.carousel-indicators li a,
.carousel-indicators li a:link {
  font-size: 1rem;
  color: #ffffff;
}

.carousel-indicators li.active a,
.carousel-indicators li.active a:link {

  color: #939597;
}

.carousel-indicators {
  right: auto;
  margin-right: auto;
  bottom: 30px;
  margin-left: 90px;
}




.carousel-buttons {
  position: absolute;

  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  right: auto;
  margin-right: auto;
  bottom: 30px;
  margin-left: 90px;
}



.carousel-buttons li {
  min-width: 150px;
  height: 65px;
  border-radius: 5px;
  position: relative;
  text-indent: 0px;
  display: inline-block;
  text-align: center;
  line-height: 65px;
  border: 2px #ffffff solid;
  background: none;
  opacity: 1;
  color: #ffffff;
  margin-left: 0px;
  margin-right: 15px;
}

.carousel-buttons li span {
  position: absolute;
  font-size: 1rem;
  left: 10px;
  top: 10px;
  line-height: 16px;
  font-style: italic;
}

.carousel-buttons li.active,
.carousel-buttons li:hover {
  background-color: #d4eded;
  border-color: #d4eded;
  color: #939597;
}

.carousel-buttons li a,
.carousel-buttons li a:link {
  font-size: 1rem;
  color: #ffffff;
}

.carousel-buttons li.active a,
.carousel-buttons li.active a:link,
.carousel-buttons li:hover a,
.carousel-buttons li:hover a:link {

  color: #939597;
}




/*  */
.socialslider {

  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  right: 50px;
  bottom: 0;
  height: 223px;
  z-index: 999;

}

.socialslider a {
  margin-bottom: 8px;
  color: #ffffff;
  transition: all ease 0.2s;
  border: 2px #fff solid;
  width: 38px;
  display: block;
  height: 38px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-size: 0.9rem;
}

.socialslider a:hover {
  background-color: #d4eded;
  border-color: #d4eded;
}

.socialslider a:hover i {
  color: #939597;
}

.socialmenu {
  position: absolute;
  text-align: center;
  z-index: 9999;
  height: 40px;
  min-width: 100px;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto
}

.socialmenu a {
  margin: 0px 2px;
  color: #939597;
  transition: all ease 0.2s;
  border: 1px #939597 solid;
  width: 30px;
  display: inline-block;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 0.9rem;
}



.socialmenu a i {
  color: #939597;
}

.socialmenu a:hover {
  background-color: #939597;
}

.socialmenu a:hover i {
  color: #ffffff;
}

.arrowbox {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  border: 1px #939597 solid;
  margin: auto;
  z-index: 100;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;

  animation-name: bounce;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translateY(-20%);
  }



  25% {
    transform: translateY(20%);
  }

  50% {
    transform: translateY(-20%);
  }

  75% {
    transform: translateY(20%);
  }

  100% {
    transform: translateY(-20%);
  }
}

.arrowbox a,
.arrowbox a:link {
  color: #939597;
  display: block;
}

.arrowbox svg {
  width: 14px;
  margin-top: 18px;
  height: 14px;
}

/* ============================= */
.titlebox img {
  max-width: 100px;
  margin-bottom: 40px;
}

.titlebox h2 {
  margin-bottom: 40px;
  font-family: 'GothamPro';
  letter-spacing: 2px;
}

.titlebox h2.bold {
  font-family: 'GothamProMedium';
}

.titlebox h4 {
  margin-bottom: 20px;
  font-family: 'GothamPro';
  letter-spacing: 2px;
}

.titlebox h5 {
  margin-bottom: 20px;
  font-family: 'GothamPro';
  letter-spacing: 1px;
}

.titlebox h6 {
  margin-bottom: 20px;
  font-family: 'GothamPro';
  letter-spacing: 1px;
}

.grey-bg {
  background-color: #f4f4f4;
}

.grey-text {
  color: #222222;
}

.brown-bg {
  background-color: #222222 !important;
}

.teal-bg {
  background-color: #d4eded;


}

.contentbox h2 {
  margin-bottom: 20px;
}

.contentbox h4 {
  margin-bottom: 20px;
}

.contentbox h5 {
  margin-bottom: 20px;
}

.brownbox-1 .logo-100 {
  margin-top: 40px;
}

.logo-100 {
  max-width: 100px;
}

.leafcontentbox h2 {
  font-family: 'GothamProLight';
  letter-spacing: 2px;
}

/* ======================= */
.maincatbox {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: 80%;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
}

.maincatbox.left {

  background-position: left center;

}

.maincatbox.right {

  background-position: right center;

}

.catbox-contents {
  padding: 100px;
  background-color: #ffffff;
  position: relative;
}

.catbox-contents .btn {
  position: relative;
  margin-right: 20px;
  margin-top: 30px;
  padding: 2px;
  color: #939597;
  font-family: 'GothamProMedium';
  position: relative;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#e1e1e1, #d4eded);
  transition: all ease 0.2s;
  letter-spacing: 2px;
}

.catbox-contents .btn:active,
.catbox-contents .btn:hover,
.catbox-contents .btn:focus {
  color: #939597;
  border: 2px solid #d4eded !important;
  background: linear-gradient(#d4eded, #d4eded) !important;
}

.catbox-contents .btn {
  padding: 15px 30px !important;
  min-width: 150px;
}

.catbox-contents h2 {
  color: #d4eded;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.numbox {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 50px;
  color: #d4eded;
  font-size: 1.2rem;
  border: 4px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#e1e1e1, #d4eded);
  transition: all ease 0.2s;
}

.numbox.right {
  position: absolute;
  left: 160px;
  top: -100px;
}

.numbox.left {
  position: absolute;
  right: 160px;
  top: -100px;
}

/* ============================================= */


.subscribebox h4 {
  margin-bottom: 0px;
  letter-spacing: 4px;
  color: #939597;
  text-transform: uppercase;
  font-family: 'GothamProMedium';
}

.subscribebox .form-control {
  border-color: #ffffff;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;

}

.subscribebox .form-control:focus {
  box-shadow: none;
}

.subscribebox .btn {
  height: 50px;
  min-width: 120px;
  margin-left: 15px;
  border-radius: 3px !important;
}

.brown-bg .subscribebox h4 {
  color: #939597 !important;
}

.brown-bg .form-control {
  border-color: #ffffff !important;

}

.brown-bg .subscribebox .btn {
  color: #939597;
  background-color: #222222;
  border-color: #939597 !important;
}


/* ======================= */
.instagram-section {
  background-color: #d4eded;
  padding-top: 100px;
}

.instatitle a,
.instatitle a:link {
  color: #939597;
  text-transform: uppercase;
  font-family: 'GothamProMedium';
}

.instatitle {
  padding-bottom: 50px;
  letter-spacing: 3px;
}

.instatitle h3 {
  color: #939597;
}

.instaslider .slick-slide:nth-child(2n) {
  margin-top: 60px;
}

.footerlogo {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-main {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #E3FFFF;
  font-size: 0.7rem;
}

.footeraddressbox {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footeraddressbox .ficon {
  margin-right: 20px;
}

.footeraddressbox img {
  max-width: 20px;
  margin-right: 10px;
  height: 100%;
  vertical-align: middle;
}

.footeraddressbox h5,
.footeraddressmenu h5 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.footersubbox h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}


.footeraddressbox h6 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 0.7rem;
  letter-spacing: 1px;
}

.footeraddressbox li {
  margin-bottom: 20px;
}

.footeraddressmenu li a,
.footeraddressbox li a:link {
  color: #939597;
}

.footerlogobox img {
  max-width: 150px;
}

.footeraddressmenu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footeraddressmenu h5 {
  margin-bottom: 30px;
}

.footeraddressmenu li {
  margin-bottom: 15px;
}

.footeraddressmenu li a,
.footeraddressbox li a:link {
  color: #939597;
}

.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.7rem;
}

.footerbottommenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footerbottommenu ul li {
  margin-left: 20px;
}

.footerbottommenu ul li a,
.footerbottommenu li a:link {
  color: #939597;
}

/* ------------ */
.cover-header {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

/*  */
.loginbox {
  background-color: rgba(255, 255, 255, .85);
  padding: 50px 60px;
  border-radius: 20px;
}

.loginbox img {
  margin-bottom: 20px;
  width: 100px;
}

.loginbox form {
  margin-top: 30px;
}

.loginbox .form-control {
  padding: 1rem 1rem;
  border-radius: 25px;
  border-color: #eeeeee;
  height: 45px;
}

.loginbox .btn-primary {

  background-color: #d4eded;
  border-color: #d4eded;
  color: #939597;
  border-radius: 25px;
  height: 45px;
}

.loginbox label a,
.loginbox label a:link {
  color: #939597;
  text-decoration: underline;
}

/* ======================= */
.slick-dots {
  bottom: 30px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots li {
  margin: 0 3px !important;
}

.slick-dots li button:before {

  font-size: 15px;
  opacity: 0.7;
  color: #ffffff;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #939597;
}

/* =========================== */

.gradbtn .btn {
  position: relative;
  margin-right: 20px;
  margin-top: 30px;
  padding: 2px;
  color: #939597;
  font-family: 'GothamProMedium';
  position: relative;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#e1e1e1, #d4eded);
  transition: all ease 0.2s;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gradbtn .btn:active,
.gradbtn .btn:hover,
.gradbtn .btn:focus {
  color: #939597;
  border: 2px solid #d4eded !important;
  background: linear-gradient(#d4eded, #d4eded) !important;
}

.gradbtn .btn {
  padding: 15px 30px !important;
  min-width: 175px;
}

/* ==================== */

.mt50 {
  margin-top: 50px;
}

.iconbox img {
  max-width: 115px;
  max-height: 105px;
}

.paddingbox .btn {
  margin-top: 30px;
}

.contacticonbox svg {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
  fill: #939597;
  padding: 18px;
}

.contacticonbox a {
  display: block;
  width: 100px;
  height: 100px;
  border: 2px #d4eded solid;
  border-radius: 50%;
  padding: 15px;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: all 200ms ease;
}

.contacticonmain:hover .contacticonbox a {
  background-color: #d4eded;
}

.contacticonbox h6 {
  font-family: 'GothamPro';
  margin-bottom: 20px;
}

.contacticonbox p {
  font-size: 0.9rem;
}

.contacticonmain b,
.contacticonmain a,
.contacticonmain a:link {
  font-size: 0.9rem;
  color: #939597;
  font-family: 'GothamProMedium';
}

.gcontentbox {
  max-width: 500px;
}

/* === */
.videobox {
  position: relative;
}

.videobox .hoverbtn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  margin: auto;
  opacity: 0.8;
}

.videobox .hoverbtn img {
  max-width: 100%;
}

/* ================================ */
.cover100.bottom {
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.main-coursebox {
  text-align: center;
}

.main-coursebox .row {
  padding-top: 30px;
  padding-bottom: 30px;
}

.courseiconbox {
  margin-left: 15px;
  margin-right: 15px;
  width: 100px;
  height: 100px;
  position: relative;
  padding: 10px;
}

.courseiconbox img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  padding: 10px;


  /* border-radius: 50%; */
}

.courseiconbox:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  border: 1px #939597 solid;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

/*  */
.formbox .form-control {
  background-color: #fbfbfb;
  border-color: #eeeeee;
  min-height: 40px;
  font-size: 0.8rem;
}

.formbox .btn {
  min-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.fbox img {
  max-width: 30px;
}

#map {
  height: 500px;
}


/* =========================== */

.collapsebox .card-header {

  background: #ffffff;
  padding: 5px 0px !important;
}

.collapsebox .card,
.collapsebox .card-header {
  border: none;
}

.collapsebox .card {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

.collapsebox .card-body {
  padding: 20px 0px 30px 0px;
}

.collapsebox .card:last-child {
  border-bottom: none !important;
}

.collapsebox .card button {
  width: 100%;
  text-align: left;
  display: block;
  color: #939597;
  text-decoration: none !important;
  text-transform: uppercase;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 0.9rem;
}

.collapsebox .card h2 {
  text-decoration: none !important;
}

.collapsebox .card button:hover {
  text-decoration: none;
  color: #222222;
  opacity: 0.7;
}

.collapsebox .card button span {
  float: right;
  color: #878a8c;
  font-size: 14px;
  font-weight: 400;
}

.collapsebox .card button a {
  float: right;
}

.retreattitlebox {
  padding-top: 20px;
}

.retreattitlebox span {
  color: #d4eded;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.retreattitlebox span:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #d4eded;
}

.retreattitlebox span:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  ;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #d4eded;
}

.retreattitlebox h6 {
  margin-bottom: 15px;
}

.retreattitlebox a,
.retreattitlebox a:link {
  color: #939597;
}

/* ====== */
.gallery-slider .slick-slide {
  margin-left: 3px;
  margin-right: 3px;
}

.galleryimage {
  position: relative;
  max-width: 100%;


}

.galleryimage span {

  background-color: #ffffff;
  padding: 5px 8px;
  color: #DAA520;

  font-size: 0.7rem;
  text-transform: uppercase;

  position: absolute;

  transform: translate(-50%, -50%);

}

.gallerytitle {
  padding-top: 20px;
  max-width: 100%;
}

.gallerytitle p {
  font-size: 0.7rem;
}

.gallerytitle h6 {
  text-transform: uppercase;
  font-size: 0.8rem;
}

/* ================== */
.footersubbox {
  margin-top: 50px;
  padding-right: 60px;
  /* max-width: 300px; */
}

.footersubbox .form-control {
  background: transparent;
  border-color: #939597;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 15px;
  font-size: 0.7rem;
}

.footersubbox h6 {
  text-transform: uppercase;
}

.footersubbox form {
  margin-top: 30px;
}

.footersubbox .btn {
  font-size: 0.6rem;
  text-transform: uppercase;
  border-radius: 50px !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -30px;
  z-index: 100;
}

.footersubbox small {
  margin-left: 15px;
  margin-top: 5px;
  display: block;
}

.signupbox {
  padding-bottom: 40px;
  padding-top: 60px;
  border-bottom: 1px #eeeeee solid;
}

.signupbox .form-control {
  padding: 1rem 1rem;
  border-radius: 25px;
  border-color: #eeeeee;
  height: 45px;
}

.signupbox .btn-primary {

  background-color: #d4eded;
  border-color: #d4eded;
  color: #939597;
  border-radius: 25px;
  height: 45px;
}

.signupbox label a,
.signupbox label a:link {
  color: #939597;
  text-decoration: underline;
}

/* ======================= */
.boxiconbox {
  max-width: 200px;
}

.boxiconbox h6 {
  margin-top: 20px;
  font-size: 0.9rem;
}

.boxiconbox img {
  max-width: 110px;
  max-height: 75px;
}

/* ===================== */
#subscribe-result .out,
#subscribe-footer-result .out {
  color: #ff4242;
}

#subscribe-result .in,
#subscribe-footer-result .in {
  color: #06b91d;
}

/* ======= */

.theboxtitlebox h2 {
  color: #ffffff;
  font-family: 'GothamProMedium';
}

.theboxcontent b {
  font-family: 'GothamProMedium';
}

.boxtitlebox2 h3 {
  color: #ffffff;
  font-family: 'GothamPro';
}

/* #zingfit-embed iframe{ height: auto !important;}
#zingfit-embed iframe html, #zingfit-embed iframe body{ height: auto !important;} */

.desc-block ul {
  text-align: left;
}

.desc-block ul li {
  margin-top: 0;
  margin-bottom: 1rem;
}

.desc-block b {
  font-family: 'GothamProMedium' !important;
}

.desc-block a,
.desc-block a:link {
  color: #939597;
  font-family: 'GothamProMedium' !important;
}
.instafeed-slider {}

.instafeed-item {}

.instafeed-slider .slick-track { display: flex;}

.instafeed-box {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    z-index: 10;

}

.instafeed-box img {
    position: absolute;
    min-width: 100%;
    max-width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
}


.instafeed-box:after {
    position: absolute;
    content:"";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 50;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.instafeed-box:hover:after{
    opacity: 1;
}

.instafeed-box a {
    color: #fff;
    font-size: 30px;
    position: absolute;
    width: 30px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 51;
    display: inline-block;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.instafeed-box:hover a{
    opacity: 1;
}

 .team-item a {
  text-transform: uppercase;
  color: #939597;
  display: block;
}

.team-item img {
  max-width: 100%;
}

.team-item a .name {
  padding: 15px 0px;
  text-transform: uppercase;
  color: #939597;
}

.team-info-image img {
  max-width: 100%;
}
.team-info-name{

}
.team-info-position{
  color: #939597;
  font-size: 14px;
}

.team-info-bio{


}

.page-header h1{

  margin-top: 30px;
  color: #939597;
  font-size: 30px;
  text-align: center;
}
.series-list  h3.series-title {
  margin-top: 30px;
    color: #939597;
    font-size: 18px;
    text-transform: uppercase;
}

.series-list  .series-name {
  
}

.series-list blockquote {
  border-left: 0;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 8px;
  padding-left: 0;
}

.series-list .series-price {
 flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  align-self: center;
  line-height: 26px;
}

.series-list .series-submit {
  float: right;
}

.series-list .series-submit a {
  color: #939597;
  background-color: #d4eded;
  border: 1px solid #d4eded;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  min-width: 120px;
  padding: 10px 20px;
}

.series-list .row{
  border-bottom: 1px solid #939597;
}

a.loginRegister{
color: #FFF !important;
  line-height: 35px;
  font-size: 14px;
}

.sidebarmenu ul li a.loginRegister{
  color: #939597  !important;
}