/*===================================================================
[Table Of Content]

    * Typography CSS
    * Common CSS
    * Main Navigation CSS
    * Header CSS
    * Home Slider CSS
    * About CSS
    * Causes CSS
    * Donate CSS
    * Team CSS
    * Brand Logo CSS
    * Form CSS
    * Blog CSS
    * Contact CSS
    * Footer CSS

=====================================================================*/
/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
  color: #252525;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #022743;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #e5ba03;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
a:hover, a:active, a:focus {
  box-shadow: none;
  color: #997d02;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

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

p {
  color: #777;
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  box-shadow: none;
  outline: none !important;
}

::selection {
  background: #e5ba03;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #e5ba03; /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #e5ba03; /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus, textarea:active, input:focus, input:active {
  outline: none;
}

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

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 30px;
}

table p {
  margin-bottom: 0;
}

/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.col-padding-0, .col-padding-0 > .row > [class*=col-] {
  padding: 0;
}

.section-title {
  margin-bottom: 63px;
}
@media only screen and (max-width: 1199px) {
  .section-title {
    margin-bottom: 55px;
  }
}
.section-title .subtitle {
  color: #e5ba03;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 0;
}
.section-title .subtitle.line-theme-color:after {
  background-color: #e5ba03;
}
.section-title .subtitle.line-white-color:after {
  background-color: #fff;
}
.section-title .title {
  color: #252525;
  font-size: 41.99px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
  margin-bottom: 28px;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 32px;
  }
}
.section-title .title span {
  color: #e5ba03;
  position: relative;
}
.section-title .title .underline:after {
  content: "";
  background-color: #e5ba03;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.section-title p {
  color: #454545;
  font-size: 16px;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .section-title p br {
    display: none;
  }
}
.section-title.separator-line-top {
  padding-top: 85px;
  position: relative;
}
.section-title.separator-line-top:before {
  background-color: #AFE1D5;
  content: "";
  height: 60px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 2px;
}
.section-title.stitle-style2 {
  margin-bottom: 35px;
}
.section-title.stitle-style2 .title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.34;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1199px) {
  .section-title.stitle-style2 .title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title.stitle-style2 .title {
    font-size: 32px;
  }
}
.section-title.stitle-style2 .desc p {
  line-height: 1.75;
}
.section-title.section-light .subtitle {
  color: #fff;
}
.section-title.section-light .title {
  color: #fff;
}
.section-title.section-light .desc p {
  color: #fff;
}

.bg-img {
  background: no-repeat center center;
  background-size: cover;
}
.bg-img.bg-img-top {
  background-position: top center;
}

.bg-img-cover {
  background-size: cover;
}

.site-wrapper-reveal {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.niceselect {
  float: inherit;
}
.niceselect .list {
  border-radius: 0;
  width: 100%;
}

.line-hr {
  border-bottom: 1px solid #e2e2e2;
}

.lh-1 {
  line-height: 1;
}

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

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.content-items-center {
  align-items: center;
  display: flex;
}

.justify-items-center {
  display: flex;
  justify-content: center;
}

.form-message.alert {
  margin-top: 10px;
}
.form-message.alert .btn-close {
  background-image: none;
}

.row-gutter-0 {
  margin: 0;
}
.row-gutter-0 [class*=col-] {
  margin: 0;
  padding: 0;
}

.row-gutter-6 {
  margin-right: -3px;
  margin-left: -3px;
}
.row-gutter-6 [class*=col] {
  padding-left: 3px;
  padding-right: 3px;
}

.row-gutter-4 {
  margin-right: -2px;
  margin-left: -2px;
}
.row-gutter-4 [class*=col] {
  padding-left: 2px;
  padding-right: 2px;
}

.row-gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.row-gutter-10 [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-gutter-12 {
  margin-right: -6px;
  margin-left: -6px;
}
.row-gutter-12 [class*=col] {
  padding-left: 6px;
  padding-right: 6px;
}

.row-gutter-13 {
  margin-right: -6.5px;
  margin-left: -6.5px;
}
.row-gutter-13 [class*=col] {
  padding-left: 6.5px;
  padding-right: 6.5px;
}

@media only screen and (min-width: 1200px) {
  .row-gutter-20 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row-gutter-20 [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .row-gutter-22 {
    margin-right: -11px;
    margin-left: -11px;
  }
  .row-gutter-22 [class*=col] {
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media only screen and (min-width: 1200px) {
  .row-gutter-28 {
    margin-right: -14px;
    margin-left: -14px;
  }
  .row-gutter-28 [class*=col] {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.row-gutter-36 {
  margin-right: -18px;
  margin-left: -18px;
}
@media only screen and (max-width: 1199px) {
  .row-gutter-36 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row-gutter-36 [class*=col] {
  margin: 0;
  padding-left: 18px;
  padding-right: 18px;
}
@media only screen and (max-width: 1199px) {
  .row-gutter-36 [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row-gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}
@media only screen and (max-width: 1199px) {
  .row-gutter-40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row-gutter-40 [class*=col-] {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .row-gutter-40 [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row-gutter-45 {
  margin-right: -22.5px;
  margin-left: -22.5px;
}
.row-gutter-45 [class*=col-] {
  margin: 0;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

@media only screen and (min-width: 1200px) {
  .row-gutter-50 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .row-gutter-50 [class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .row-gutter-60 {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .row-gutter-60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .row-gutter-60 [class*=col-] {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .row-gutter-60 [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row-gutter-70 {
  margin-right: -35px;
  margin-left: -35px;
}
@media only screen and (max-width: 1199px) {
  .row-gutter-70 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row-gutter-70 [class*=col-] {
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (max-width: 1199px) {
  .row-gutter-70 [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row-gutter-80 {
  margin-right: -40px;
  margin-left: -40px;
}
.row-gutter-80 [class*=col-] {
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.row-gutter-90 {
  margin-right: -45px;
  margin-left: -45px;
}
.row-gutter-90 [class*=col-] {
  margin: 0;
  padding-left: 45px;
  padding-right: 45px;
}

.row-gutter-150 {
  margin-right: -75px;
  margin-left: -75px;
}
@media (max-width: 1599px) {
  .row-gutter-150 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 1199px) {
  .row-gutter-150 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row-gutter-150 [class*=col-] {
  margin: 0;
  padding-left: 75px;
  padding-right: 75px;
}
@media (max-width: 1599px) {
  .row-gutter-150 [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .row-gutter-150 [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wrapper {
  overflow-x: hidden;
}

/*-------- Button Style Css --------*/
.btn-theme {
  background-color: #e5ba03;
  border-color: #e5ba03;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding: 21px 37px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme .icon {
  font-size: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme .icon.icon-img {
  max-width: none;
  width: auto;
}
.btn-theme:hover, .btn-theme:focus {
  background-color: #f8f3f0;
  border-color: #f8f3f0;
  color: #fff;
}
.btn-theme:hover .icon, .btn-theme:focus .icon {
  right: 40px;
}
.btn-theme.btn-theme-color2 {
  background-color: #f8f3f0;
  border-color: #f8f3f0;
}
.btn-theme.btn-theme-color2:hover, .btn-theme.btn-theme-color2:focus {
  background-color: #e5ba03;
  border-color: #e5ba03;
}
.btn-theme.btn-black {
  background-color: #333;
  border-color: #333;
}
.btn-theme.btn-black:hover {
  background-color: #e5ba03;
  border-color: #e5ba03;
  color: #fff;
}
.btn-theme.btn-black.btn-border {
  background-color: transparent;
  border-color: #333;
  color: #333;
}
.btn-theme.btn-black.btn-border:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.btn-theme.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn-theme.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-theme.btn-white.btn-border {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-theme.btn-white.btn-border:hover {
  background-color: #fff;
  border-color: #fff;
  color: #e5ba03;
}
.btn-theme.btn-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #000;
}
.btn-theme.btn-gray:hover {
  background-color: #e5ba03;
  border-color: #e5ba03;
  color: #fff;
}
.btn-theme.btn-border {
  background-color: transparent;
  border: 1px solid #e5ba03;
  color: #e5ba03;
  padding: 5px 25px 5px 25px;
}
.btn-theme.btn-border:hover {
  background-color: #e5ba03;
  border-color: #e5ba03;
  color: #fff;
}
.btn-theme.btn-border.btn-theme-color2 {
  background-color: transparent;
  border-color: #f8f3f0;
  color: #f8f3f0;
}
.btn-theme.btn-border.btn-theme-color2:hover {
  background-color: #f8f3f0;
  border-color: #f8f3f0;
  color: #fff;
}
.btn-theme.btn-border.btn-gray {
  background-color: transparent;
  border-color: #e8e8e8;
  color: #1b1b1b;
}
.btn-theme.btn-border.btn-gray:hover {
  background-color: #e5ba03;
  border-color: #e5ba03;
  color: #fff;
}
.btn-theme.btn-border.btn-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-theme.btn-border.btn-white:hover {
  background-color: #e5ba03;
  border-color: #e5ba03;
  color: #fff;
}
.btn-theme.btn-round {
  border-radius: 25px;
}
.btn-theme.btn-round.btn-slide:before {
  border-radius: 25px;
}
.btn-theme.btn-slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn-theme.btn-slide:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  bottom: -40px;
  content: "";
  height: 65px;
  left: -27px;
  position: absolute;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-theme.btn-slide:after {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 65px;
  position: absolute;
  right: -27px;
  top: -40px;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-theme.btn-slide .icon.icon-img {
  right: 42px;
}
.btn-theme.btn-slide:hover:before {
  border-radius: 32.5px;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  width: 100%;
}
.btn-theme.btn-slide:hover:after {
  border-radius: 32.5px;
  height: 100%;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.btn-theme.btn-hover-style {
  background-color: transparent;
  border: 1px solid #3a3a3a;
  color: #333;
  position: relative;
  z-index: 1;
}
.btn-theme.btn-hover-style:before {
  background-color: #0a1039;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme.btn-hover-style:hover {
  color: #fff;
}
.btn-theme.btn-hover-style:hover:before {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.btn-theme.btn-hover-style-bg {
  background-color: #e5ba03;
  border: 1px solid #e5ba03;
  color: #fff;
  position: relative;
  z-index: 1;
}
.btn-theme.btn-hover-style-bg:before {
  background-color: #0a1039;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme.btn-hover-style-bg:hover {
  color: #fff;
}
.btn-theme.btn-hover-style-bg:hover:before {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.btn-theme.btn-size-xs {
  border-radius: 19px;
  font-size: 15px;
  line-height: 1.5;
  min-height: 38px;
  min-width: 105px;
  padding: 8px 17px;
}
.btn-theme.btn-size-xs .icon {
  right: 20px;
}
.btn-theme.btn-size-xs.btn-border {
  padding: 7px 18px;
}
.btn-theme.btn-size-sm {
  font-size: 14.4px;
  padding: 5.76px 21.6px;
}
.btn-theme.btn-size-md {
  font-size: 15px;
  min-height: 45px;
  min-width: 150px;
  padding: 12px 22px;
}
.btn-theme.btn-size-md .icon {
  right: 22px;
}
.btn-theme.btn-size-md.btn-border {
  padding: 10px 20px;
}
.btn-theme.btn-size-lg {
  font-size: 20px;
  line-height: 1.4;
  padding: 10px 30px 10px 30px;
}
.btn-theme.btn-size-xl {
  height: 50px;
  min-width: 220px;
  text-align: center;
}
.btn-theme.btn-size-xxl {
  height: 52px;
  min-width: 270px;
  text-align: center;
}

.btn-border {
  border: 1px solid #e5ba03;
  border-radius: 27.5px;
  color: #022743;
  display: inline-block;
  text-align: center;
  width: 149px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  margin-top: 60px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.1px;
}
.btn-border:hover {
  background-color: #e5ba03;
  color: #fff;
}

.btn-link {
  color: #333;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-link:hover {
  color: #e5ba03;
}

/*-------- Owl Carousel Style Css --------*/
.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  color: #e5ba03;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-] {
  position: absolute;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-dots {
  margin-top: 55px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #808080;
  border: 1px solid #808080;
  height: 10px;
  margin: 5px 12px;
  width: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #e5ba03;
  border-color: #e5ba03;
}
.owl-carousel.owl-dots-none .owl-dots {
  display: none;
}

/*-------- Page Title Style Css --------*/
.page-title-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-title-area .page-title-content {
  padding: 221px 0 101px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content {
    padding: 180px 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content {
    padding: 160px 0 80px;
  }
}
.page-title-area .page-title-content .title {
  color: #fff;
  font-weight: 300;
  font-size: 120px;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content .title {
    font-size: 38px;
  }
}
.page-title-area .page-title-content span {
  color: #e2c92d;
  font-weight: 600;
}
.page-title-area .page-title-content .desc p {
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content .desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content .desc p br {
    display: none;
  }
}
.page-title-area .page-title-content.content-style2 {
  padding: 246px 0 145px;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style2 {
    padding: 180px 0 115px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style2 {
    padding: 170px 0 85px;
  }
}
.page-title-area .page-title-content.content-style2 .title {
  margin-bottom: 23px;
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.content-style2 .title {
    margin-bottom: 15px;
  }
}
.page-title-area .page-title-content.content-style2 .desc p {
  color: #d4d4d4;
  margin-left: 8px;
  font-weight: 400;
}
.page-title-area:before {
  background-color: rgba(0, 0, 0, 0.749);
  content: "";
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*-------- Pagination Style Css --------*/
.pagination-area .page-numbers {
  display: flex;
  margin-top: 20px;
  margin-bottom: 0;
  justify-content: center;
}
.pagination-area .page-numbers li .page-number {
  border-radius: 50%;
  color: #022743;
  display: inline-block;
  font-weight: 500;
  width: 36px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.pagination-area .page-numbers li .page-number:hover {
  color: #e5ba03;
}
.pagination-area .page-numbers li .page-number.view-all {
  line-height: 28px;
}
.pagination-area .page-numbers li .page-number.active {
  background-color: #e5ba03;
}
.pagination-area .page-numbers li .page-number.active:hover {
  color: #022743;
}

/*-------- Blockquote Style Css --------*/
/*-------- Accordian Style Css --------*/
.accordian-content .accordion .accordion-item {
  border: none;
  margin-bottom: 30px;
  overflow: visible;
}
.accordian-content .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordian-content .accordion .accordion-item .accordion-header {
  padding: 0;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button {
  align-items: center;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  justify-content: space-between;
  padding: 0 0 11px 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon {
  color: #000;
  font-size: 18px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon.icon-plus {
  display: none;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #000;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon {
  color: #000;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-plus {
  display: inline-block;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-minus {
  display: none;
}
.accordian-content .accordion .accordion-item .accordion-collapse {
  border: none;
}
.accordian-content .accordion .accordion-item .accordion-body {
  padding: 29px 0 9px 0;
}

/*-------- Tab Style Css --------*/
.tab-default .nav.nav-tabs {
  border: none;
  margin-bottom: 61px;
}
@media only screen and (max-width: 1199px) {
  .tab-default .nav.nav-tabs {
    margin-bottom: 14px;
  }
}
.tab-default .nav.nav-tabs .nav-item {
  margin-right: 62px;
}
@media only screen and (max-width: 1199px) {
  .tab-default .nav.nav-tabs .nav-item {
    margin-right: 30px;
  }
}
.tab-default .nav.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #707070;
  font-size: 18px;
  line-height: 24px;
  padding: 0 14px 28px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .tab-default .nav.nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 0 0 6px;
  }
}
.tab-default .nav.nav-tabs .nav-item .nav-link:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #333333;
  z-index: 2;
}
.tab-default .nav.nav-tabs .nav-item .nav-link.active {
  color: #333;
  font-weight: 700;
}
.tab-default .nav.nav-tabs .nav-item .nav-link.active:before {
  width: 100%;
}
.tab-default .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.tab-default .tab-content p {
  margin-bottom: 20px;
  width: 88%;
}

.feature-tab-content .nav.nav-tabs {
  border-bottom: none;
  margin-bottom: 41px;
}
.feature-tab-content .nav.nav-tabs .nav-item {
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .feature-tab-content .nav.nav-tabs .nav-item {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .feature-tab-content .nav.nav-tabs .nav-item {
    margin-right: 15px;
    font-size: 12px;
  }
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 3px solid #ddd;
  color: #000;
  padding: 0 0 13px;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link:hover {
  color: #e5ba03;
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link:focus {
  color: #e5ba03;
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom-color: #e5ba03;
}
.feature-tab-content .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.feature-tab-content .tab-content .tab-pane p {
  line-height: 30px;
  margin-bottom: 10px;
}
/*-------- Progress Bar Style Css --------*/
.progress-item {
  margin-bottom: 30px;
}
.progress-item .progress-info {
  font-size: 14rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress-item .progress-info .title {
  display: inline-block;
}
.progress-item .progress-info .percent {
  margin-right: -20px;
}
.progress-item .progress-line {
  background-color: #000;
  border-radius: 2.5px;
  height: 5px;
  position: relative;
}
.progress-item .progress-line .progress-bar-line {
  background-color: #e5ba03;
  border-radius: 2.5px;
  height: 100%;
  width: 0;
}

/*-------- Faq Style Css --------*/
.faq-area {
  padding: 120px 0 120px;
}
@media only screen and (max-width: 767px) {
  .faq-area {
    padding: 70px 0 80px;
  }
}
.faq-area .section-title {
  margin-bottom: 39px;
}
.faq-area .section-title .title {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.56px;
}
@media only screen and (max-width: 575px) {
  .faq-area .section-title .title {
    font-size: 24px;
  }
}
.faq-area .accordian-content .accordion .accordion-item {
  border-radius: 3px;
  margin-bottom: 0;
  overflow: visible;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header {
  padding: 0;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button {
  border-top: 1px solid #d4d4d4;
  border-bottom: none;
  box-shadow: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 22px 0 20px;
  position: relative;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:before {
  color: #333;
  content: "\ea10";
  font-family: "LaStudioIcons";
  position: absolute;
  right: 0;
  font-size: 12px;
  font-weight: 400;
  top: 19px;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #000;
  padding: 20px 0;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border: none;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  display: block;
  content: "";
  position: absolute;
  background: none;
  width: 100%;
  transform: none;
  height: 2px;
  top: 0;
  background-color: #e5ba03;
  margin: 0;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  content: "\ea13";
}
.faq-area .accordian-content .accordion .accordion-item .accordion-collapse {
  border: none;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-body {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.8;
  padding: 0px 0px 30px 0px;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-body p {
  color: #666;
  margin-bottom: 14px;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}
.faq-area .accordian-content .accordion .accordion-item:last-child {
  border-bottom: 1px solid #d4d4d4;
}

/*-------- Preloader Style Css --------*/
.preloader-deactive .preloader-wrap {
  display: none;
}

.preloader-wrap {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  overflow: hidden;
}
.preloader-wrap .preloader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -50px;
}
.preloader-wrap .preloader .dot {
  height: 100%;
  width: 100%;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-animation: la-rotateplane 1.2s infinite ease-in-out;
  animation: la-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #e5ba03;
}

@-webkit-keyframes la-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes la-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*-------- Custom Font Style Css --------*/
.font-size-12 {
  font-size: 12px !important;
}

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

.font-size-16 {
  font-size: 16px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-44 {
  font-size: 44px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

@media only screen and (max-width: 991px) {
  .font-size-sm-18 {
    font-size: 18px !important;
  }
  .font-size-sm-24 {
    font-size: 24px !important;
  }
}
.font-weight-300 {
  font-weight: 300 !important;
}

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

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

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

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

.font-family2 {
  font-family: "Playfair Display", serif !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.letter-spacing-0 {
  letter-spacing: 0 !important;
}

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

/*-------- Custom Color Style Css --------*/
.bgcolor-black {
  background-color: #000 !important;
}

.bgcolor-black-light {
  background-color: #1d1f1f !important;
}

.bgcolor-white {
  background-color: #fff !important;
}

.bgcolor-24 {
  background-color: #242424 !important;
}

.bgcolor-333 {
  background-color: #333333 !important;
}

.bgcolor-fa {
  background-color: #fafafa !important;
}

.bgcolor-f4 {
  background-color: #f4f4f4 !important;
}

.bgcolor-f5 {
  background-color: #f5f5f5 !important;
}

.bgcolor-f6 {
  background-color: #f6f6f6 !important;
}

.bgcolor-gray-light {
  background-color: #f4f6f8 !important;
}

.bgcolor-gray-lighter {
  background-color: #eee !important;
}

.bgcolor-gray {
  background-color: #f0f2f4 !important;
}

.bgcolor-gray-silver {
  background-color: #f0f1f3 !important;
}

.bgcolor-gray-ccc {
  background-color: #ccc !important;
}

.bgcolor-theme {
  background-color: #e5ba03 !important;
}

.bgcolor-theme2 {
  background-color: #f8f3f0 !important;
}

.bgcolor-theme3 {
  background-color: #1b1b1b !important;
}

.text-theme-color {
  color: #e5ba03 !important;
}

.text-theme-color2 {
  color: #f8f3f0 !important;
}

.text-light {
  color: #fff !important;
}

.text-dark {
  color: #000 !important;
}

.text-black {
  color: #000 !important;
}

.text-ccc {
  color: #ccc !important;
}

.text-hover-theme-color:hover {
  color: #e5ba03 !important;
}

@media only screen and (max-width: 767px) {
  .sm-text-start {
    text-align: left !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-text-center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 575px) {
  .xs-d-none {
    display: none !important;
  }
}

/*-------- Custom Margin Padding Style Css --------*/
.mt-01 {
  margin-top: 1px;
}

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

.mt-12 {
  margin-top: 12px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

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

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

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

.mt-50 {
  margin-top: 50px !important;
}

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

.mt-60 {
  margin-top: 60px !important;
}

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

.mt-80 {
  margin-top: 80px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-n8 {
  margin-top: -8px !important;
}

@media only screen and (max-width: 1399px) {
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mt-xl-50 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mt-0 {
    margin-top: 0 !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-mt-0 {
    margin-top: 0 !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mt-xs-0 {
    margin-top: 0px;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
}
.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr--100 {
  margin-right: -100px;
}

@media only screen and (max-width: 1199px) {
  .lg-mr-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mr-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-mr-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .mr-xs-0 {
    margin-right: 0;
  }
  .mr-xs-15 {
    margin-right: 15;
  }
}
.mb-7 {
  margin-bottom: 7px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

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

.mb-31 {
  margin-bottom: 31px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-438 {
  margin-bottom: 438px !important;
}

.mb-470 {
  margin-bottom: 470px !important;
}

.mb-471 {
  margin-bottom: 471px !important;
}

@media only screen and (max-width: 1199px) {
  .lg-mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-448 {
    margin-bottom: 448px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mb-0, .md-mb-0 {
    margin-bottom: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-sm-0, .sm-mb-0 {
    margin-bottom: 0px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xxs-40 {
    margin-bottom: 40px !important;
  }
}
.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-11 {
  margin-left: 11px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-14 {
  margin-left: 14px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-39 {
  margin-left: 39px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-51 {
  margin-left: 51px !important;
}

@media only screen and (max-width: 991px) {
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .md-ml-0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .sm-ml-0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .xs-ml-0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .ml-xxs-5 {
    margin-left: 5px !important;
  }
}
.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

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

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

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

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

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

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

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

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

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

@media only screen and (max-width: 1399px) {
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  .pb-xl-140 {
    padding-bottom: 140px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pb-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .pb-md-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pb-xs-0 {
    padding-bottom: 0px !important;
  }
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
}
.pl-0 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-27 {
  padding-left: 27px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-130 {
  padding-left: 130px !important;
}

@media only screen and (max-width: 1199px) {
  .lg-pl-0 {
    padding-left: 0 !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pl-0 {
    padding-left: 0 !important;
  }
  .md-pl-15, .pl-md-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pl-0, .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .sm-pl-15, .pl-sm-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .pl-xs-15 {
    padding-left: 15px !important;
  }
  .pl-xs-30 {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .pl-xxs-0 {
    padding-left: 0 !important;
  }
  .pl-xxs-30 {
    padding-left: 30px !important;
  }
}
.pt-10 {
  padding-top: 10px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

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

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

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

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

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

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

@media only screen and (max-width: 1199px) {
  .lg-pt-0 {
    padding-top: 0 !important;
  }
  .lg-pt-15 {
    padding-top: 15px !important;
  }
  .lg-pt-60 {
    padding-top: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pt-0 {
    padding-top: 0 !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pt-md-65 {
    padding-top: 65px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pt-xs-40 {
    padding-top: 40px !important;
  }
}
.pr-0 {
  padding-right: 0 !important;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px !important;
}

@media only screen and (max-width: 1199px) {
  .lg-pr-0 {
    padding-right: 0 !important;
  }
  .pr-lg-15 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pr-0 {
    padding-right: 0 !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .sm-pr-15, .pr-sm-15 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .xs-pr-15, .pr-xs-15 {
    padding-right: 15px !important;
  }
}
.d-contents {
  display: contents;
}

/*-------- Scroll To Top Style Css --------*/
.scroll-to-top {
  background-color: #262626;
  border: none;
  border-radius: 50%;
  bottom: 53px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 50px;
  z-index: 100;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .scroll-to-top {
    right: 30px;
    bottom: 7px;
  }
}
@media only screen and (max-width: 479.98px) {
  .scroll-to-top {
    bottom: 70px;
  }
}
.scroll-to-top:hover {
  background-color: #e5ba03;
  box-shadow: none;
  color: #fff;
}

/*
-----------------------------------------------------------------------
	Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu {
  align-content: center;
  font-family: "Roboto", sans-serif;
}
.main-menu > li {
  margin-right: 14px;
  padding: 3px 0;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  color: #1b1b1b;
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 22px;
  padding: 7px 25px;
  position: relative;
  text-transform: uppercase;
}
.main-menu > li:hover > a, .main-menu > li.active > a {
  color: #e5ba03;
}
.main-menu.menu-capitalize > li > a {
  font-size: 16px;
  text-transform: capitalize;
}

.has-submenu {
  padding-right: 10px;
  position: relative;
}
.has-submenu > a {
  position: relative;
}
.has-submenu > a:after {
  content: "\f107";
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: "FontAwesome";
  position: absolute;
  right: 11px;
  top: 7px;
}
.has-submenu:hover > .submenu-nav {
  opacity: 1;
  visibility: visible;
  margin: 0;
  margin-top: 20px;
}
.has-submenu:hover .menu-content .menu-content-inner h4, .has-submenu:hover .menu-content .menu-content-inner .btn-brand {
  transform: none !important;
}
.has-submenu .submenu-nav {
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
  background-color: #333;
  color: #fff;
  display: block;
  margin-top: 40px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 250px;
  z-index: 999;
}
.has-submenu .submenu-nav:before {
  content: "";
  position: absolute;
  height: 26px;
  width: 100%;
  left: 0;
  bottom: 100%;
}
.has-submenu .submenu-nav > li {
  line-height: 1.8;
  position: relative;
}
.has-submenu .submenu-nav > li a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.8;
  padding: 10px 30px;
  position: relative;
}
.has-submenu .submenu-nav > li a:hover {
  color: #e5ba03;
  text-decoration: underline;
}
.has-submenu .submenu-nav > li:hover > a {
  color: #e5ba03;
  text-decoration: underline;
}
.has-submenu .submenu-nav > li:hover:after {
  color: #e5ba03 !important;
}
.has-submenu .submenu-nav > li.has-submenu {
  position: relative;
}
.has-submenu .submenu-nav > li.has-submenu a:before {
  display: block;
}
.has-submenu .submenu-nav > li.has-submenu:hover > .submenu-nav {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu .submenu-nav > li.has-submenu:after {
  content: "\f105";
  color: #252525;
  font-size: 15px;
  line-height: 1.2;
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  top: 12px;
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  left: 100%;
  top: 0;
  margin-top: -15px;
}
.has-submenu .submenu-nav-mega {
  display: flex;
  padding: 40px 50px;
  max-width: 1170px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav-mega {
    width: 830px;
  }
}
.has-submenu .submenu-nav-mega .mega-menu-item {
  text-align: left;
  padding-right: 30px;
  padding-left: 0;
  float: left;
  display: block;
  width: 20%;
  padding-top: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap {
  width: 40%;
}
.has-submenu .submenu-nav-mega .mega-menu-item:last-child {
  border-right: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li {
  position: relative;
  padding: 10px 25px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a:before {
  content: "\f005";
  position: absolute;
  font-family: "FontAwesome";
  color: #e5ba03;
  right: -20px;
  top: 1px;
  font-size: 12px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a:after {
  background-color: #e5ba03;
  content: "New";
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: -38px;
  line-height: 1;
  padding: 2px 3px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li:hover .menu-thumb {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.active a {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content {
  padding: 0 !important;
  margin: -1px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner {
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4, .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  color: #fff;
  transition: 0.4s;
  transition-delay: 0.3s;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 {
  transform: translateY(-80%);
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 span {
  color: #e5ba03;
  font-style: italic;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  margin-top: 30px;
  font-weight: 700;
  transform: translateY(80%);
}
.has-submenu.full-width {
  position: static;
}
.has-submenu.colunm-two {
  position: relative;
}
.has-submenu.colunm-two .submenu-nav-mega {
  left: 100px !important;
  width: 550px;
}
.has-submenu.colunm-two .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  flex-basis: 50%;
}

/* Responsive Mobile Menu */
.res-mobile-menu {
  margin: 0 -10px;
}
.res-mobile-menu .slicknav_btn {
  display: none;
}
.res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
.res-mobile-menu .slicknav_menu + .slicknav_menu {
  display: none;
}
.res-mobile-menu .slicknav_nav {
  display: block !important;
}
.res-mobile-menu .slicknav_nav li {
  border-bottom: none;
  margin-bottom: 1px;
  position: relative;
}
.res-mobile-menu .slicknav_nav li:last-child {
  border-bottom: 0;
}
.res-mobile-menu .slicknav_nav li a {
  color: #777;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 25px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li a {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  background-color: transparent;
  color: #878b93;
  font-size: 17px;
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 48%;
  transform: translateY(-50%);
  height: 35px;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
    font-size: 10px;
  }
}
.res-mobile-menu .slicknav_nav li a a {
  padding: 0;
}
.res-mobile-menu .slicknav_nav li a:hover {
  color: #e5ba03;
  background-color: transparent;
}
.res-mobile-menu .slicknav_nav li img {
  display: none;
}
.res-mobile-menu .slicknav_nav li div {
  display: none;
}
.res-mobile-menu .slicknav_nav li ul {
  margin: 0;
  padding-left: 10px;
}
.res-mobile-menu .slicknav_nav li ul li {
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li {
    padding-left: 15px;
  }
}
.res-mobile-menu .slicknav_nav li ul li a {
  color: #999999;
  font-size: 24px;
  padding: 10px 16px;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li a {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #e5ba03;
}
.res-mobile-menu .slicknav_nav li ul li ul li a {
  font-size: 16px;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
  position: relative;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
  color: #e5ba03;
}

/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-area.header-default {
  padding: 48px 0;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default {
    padding: 26px 5px 26px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default {
    padding: 26px 0;
  }
}
.header-area.header-default .header-logo-area {
  max-width: 162px;
  top: -4px;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .header-logo-area {
    max-width: 78px;
    top: 0;
  }
}
.header-area.header-default .header-navigation-area .main-menu > li {
  margin: 0;
  padding: 0;
}
.header-area.header-default .header-navigation-area .main-menu > li > a {
  color: #e0e0e0;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 0 23.5px;
  text-transform: uppercase;
}
.header-area.header-default .header-navigation-area .main-menu > li > a:hover {
  color: #e5ba03;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu > a:after {
  content: "\ea10";
  display: inline-block;
  font-family: "LaStudioIcons";
  font-weight: 400;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav > li a.srmenu-title {
  display: none;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu:hover > a {
  color: #e5ba03;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu:hover > a:after {
  color: #e5ba03;
}
.header-area.header-default .header-action-area {
  align-items: center;
  display: flex;
  line-height: 1;
  justify-content: flex-end;
  margin-top: 1px;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .header-action-area {
    margin-top: 0;
  }
}
.header-area.header-default .header-action-area .search-form .form-input-item input {
  background: none;
  border-style: solid;
  color: #fff;
  border-color: #cccccc;
  border-width: 0 0 1px 0;
  font-size: 15px;
  height: 30px;
  opacity: 1;
  margin-top: -1px;
  padding: 0px;
  text-align: right;
  width: 250px;
}
.header-area.header-default .header-action-area .search-form .form-input-item input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.header-area.header-default .header-action-area .search-form .form-input-item input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.header-area.header-default .header-action-area .search-form .form-input-item input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.header-area.header-default .header-action-area .search-form .form-input-item input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.header-area.header-default .header-action-area .btn-search {
  background-color: transparent;
  color: #333;
  font-size: 20px;
  line-height: 1;
  border: none;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 479.98px) {
  .header-area.header-default .header-action-area .btn-search {
    margin-right: 32px;
  }
}
.header-area.header-default .header-action-area .btn-search:hover {
  color: #e5ba03;
}
@media only screen and (max-width: 479.98px) {
  .header-area.header-default .header-action-area .header-action-login {
    display: none;
  }
}
.header-area.header-default .header-action-area .btn-login {
  background: transparent;
  border: none;
  color: #333;
  font-size: 18px;
  line-height: 1;
  margin: 0 35px 0 35px;
  padding: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.header-area.header-default .header-action-area .btn-login:hover {
  color: #e5ba03;
}
.header-area.header-default .header-action-area .btn-wishlist {
  background: transparent;
  border: none;
  color: #333;
  font-size: 18px;
  line-height: 1;
  margin: 0 35px 0 35px;
  padding: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.header-area.header-default .header-action-area .btn-wishlist:hover {
  color: #e5ba03;
}
.header-area.header-default .header-action-area .btn-cart {
  background-color: transparent;
  border: none;
  color: #333;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.header-area.header-default .header-action-area .btn-cart .cart-count {
  border-radius: 50%;
  background-color: #e5ba03;
  color: #fff;
  display: inline-block;
  top: -11px;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  right: -4px;
  position: absolute;
  text-align: center;
  width: 16px;
}
.header-area.header-default .header-action-area .btn-cart:hover {
  color: #e5ba03;
}
.header-area.header-default .header-action-area .btn-sign-up {
  border: none;
  background-color: #333;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  line-height: 1;
  margin-left: 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-area.header-default .header-action-area .btn-sign-up:hover {
  background-color: #e5ba03;
}
.header-area.header-default .header-action-area .btn-menu {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 24px;
  margin: 0 0 0 32px;
  padding: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header-area.header-default .header-action-area .btn-menu:hover {
  color: #e5ba03;
}
.header-area.header-default.header-style .header-align {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.header-area.header-default.header-style .header-logo-area img {
  width: 100%;
}
.header-area.header-default.header-style .header-navigation-area .main-menu > li > a {
  color: #e0e0e0;
}
.header-area.header-default.header-style .header-navigation-area .main-menu > li > a:after {
  display: none;
}
.header-area.header-default.header-style .header-navigation-area .main-menu > li > a:hover {
  color: #e5ba03;
  text-decoration: none;
}
.header-area.header-default.header-style .header-navigation-area .main-menu > li > a:hover:after {
  color: #e5ba03;
}
.header-area.header-default.header-style .header-navigation-area .main-menu .has-submenu.active > a {
  color: #e0e0e0;
  text-decoration: none;
}
.header-area.header-default.header-style .header-navigation-area .main-menu .has-submenu:hover > a {
  color: #e5ba03;
  text-decoration: none;
}
.header-area.header-default.header-style .header-navigation-area .main-menu .has-submenu:hover > a:after {
  color: #e5ba03;
}
.header-area.header-default.header-style .header-action-area .btn-search {
  color: #fff;
}
.header-area.header-default.header-style .header-action-area .btn-search:hover {
  color: #fff;
}
.header-area.header-default.header-style .header-action-area .btn-login {
  color: #fff;
}
.header-area.header-default.header-style .header-action-area .btn-login:hover {
  color: #fff;
}
.header-area.header-default.header-style .header-action-area .btn-cart {
  color: #e0e0e0;
  margin-left: 20px;
  margin-right: 5px;
  top: -3px;
}
.header-area.header-default.header-style .header-action-area .btn-cart .cart-count {
  background-color: #dcdcdc;
  color: #090909;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.header-area.header-default.header-style .header-action-area .btn-cart:hover {
  color: #fff;
}
.header-area.header-default.header-style.sticky-header.sticky .header-logo-area {
  top: 0;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu > li > a {
  color: #022743;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu > li > a:after {
  display: none;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu > li > a:hover {
  color: #e5ba03;
  text-decoration: none;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu > li > a:hover:after {
  color: #e5ba03;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu .has-submenu .submenu-nav {
  margin-top: 42px;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu .has-submenu .submenu-nav:before {
  height: 48px;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu .has-submenu.active > a {
  color: #e5ba03;
  text-decoration: none;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu .has-submenu:hover > a {
  color: #e5ba03;
  text-decoration: none;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu .has-submenu:hover > a:after {
  color: #e5ba03;
}
.header-area.header-default.header-style.sticky-header.sticky .header-action-area .btn-cart {
  color: #022743;
}
.header-area.header-default.header-style.sticky-header.sticky .header-action-area .btn-cart .cart-count {
  background-color: #e5ba03;
  color: #fff;
}
.header-area.header-default.header-style.sticky-header.sticky .header-action-area .btn-cart:hover {
  color: #e5ba03;
}
.header-area.header-default.header-style.sticky-header.sticky .header-action-area .btn-menu {
  color: #022743;
}
.header-area.header-default.header-style.sticky-header.sticky .header-action-area .btn-menu:hover {
  color: #e5ba03;
}
.header-area.sticky-header.sticky {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-area.header-transparent {
  background-color: transparent;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.btn-menu-slide-close {
  background-color: rgba(33, 35, 49, 0.8);
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: -50%;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-menu-slide-close .icon-menu-slide-close {
  color: #fff;
  font-size: 32px;
  position: absolute;
  right: 360px;
  top: 45px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-menu-slide-close .icon-menu-slide-close:hover {
  color: #e5ba03;
  cursor: pointer;
}
.btn-menu-slide-close.active {
  opacity: 1;
  right: 0;
  visibility: visible;
}
.btn-menu-slide-close.active .icon-menu-slide-close {
  transition-delay: 0.3s;
}

.header-logo-area {
  max-width: 120px;
  color: #022743;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 575px) {
  .header-logo-area {
    max-width: 150px;
  }
}
.header-logo-area .logo-dark {
  display: none;
}

.sidebar-cart-modal {
  background-color: #fff;
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  position: fixed;
  top: 0;
  width: 420px;
  padding: 100px 50px 50px;
  min-height: 100vh;
  bottom: 0;
  z-index: 9999;
  right: 0;
  opacity: 0;
  transition: all 250ms ease-in;
  transform: translate(200px, 0);
  visibility: hidden;
}
@media only screen and (max-width: 575px) {
  .sidebar-cart-modal {
    padding: 100px 20px 40px;
    width: 310px;
  }
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close {
  color: #444;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  line-height: 36px;
  top: 50px;
  right: 50px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close:hover {
  color: #e5ba03;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-title {
  color: #393939;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 40px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart {
  margin: 0 -30px 0 0;
  padding: 0 30px 0 0;
  max-height: 310px;
  max-height: calc(100vh - 430px);
  overflow: auto;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item {
  display: flex;
  margin-bottom: 30px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-img {
  flex: 0 0 70px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-img img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info {
  margin-left: 20px;
  margin-top: 3px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info .title {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info .title a {
  color: #333;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info .info {
  font-size: 14px;
  color: #262626;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-delete {
  display: flex;
  flex-grow: 100;
  justify-content: flex-end;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-delete a {
  line-height: 1;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item:last-child {
  margin-bottom: 0;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-total {
  display: block;
  width: 100%;
  margin: 24px 0 21px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-total h4 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin: 0;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-total h4 .money {
  font-size: 16px;
  color: #2F2F2F;
  float: right;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info {
  display: block;
  margin-bottom: 10px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #ff7433;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar .load-percent {
  display: block;
  height: 100%;
  position: absolute;
  width: 50%;
  color: #fff;
  line-height: 30px;
  max-width: 100%;
  background: #3c3;
  z-index: -1;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar .label-free-shipping {
  display: flex;
  align-items: center;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar .label-free-shipping span {
  color: #fff;
  fill: #fff;
  display: inline-block;
  height: 21px;
  margin-right: 5px;
  margin-left: 10px;
  width: 21px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar .label-free-shipping p {
  color: #fff;
  display: flex;
  font-size: 14px;
}
@media only screen and (max-width: 575px) {
  .sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar .label-free-shipping p {
    font-size: 12px;
  }
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn {
  display: block;
  width: 100%;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn .btn-theme {
  width: 100%;
  display: block;
  margin: 10px 0 0;
  text-align: center;
  line-height: 20px;
  padding: 17px 20px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn .btn-theme:first-child {
  margin-top: 0;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn .btn-theme:hover {
  background-color: #e5ba03;
}
.sidebar-cart-modal.sidebar-cart-active {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

.sidebar-cart-overlay {
  position: fixed;
  background: #232324;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  transition: all 250ms ease-out;
}
.sidebar-cart-overlay.show {
  visibility: inherit;
  opacity: 0.7;
}

.search-box-wrapper {
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  position: fixed;
  min-height: 550px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
  height: 100vh;
  padding: 0 15px;
  width: 100vw;
  z-index: 999;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
}
.search-box-wrapper .search-box-content-inner {
  width: 800px;
  margin: 0 auto;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap {
  text-align: center;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap .search-note {
  margin-bottom: 15px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap .search-note p {
  color: #fff;
  font-size: 18px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 30px;
  padding: 10px;
  border-radius: 0;
  height: 73px;
  box-shadow: none;
  line-height: 73px;
  padding-right: 58px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control {
    font-size: 20px;
  }
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button {
  color: #fff;
  border: none;
  line-height: 1;
  font-size: 30px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 18px;
  right: 15px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button i {
  font-size: 30px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button:hover {
  color: #e5ba03;
}
.search-box-wrapper .search-close {
  color: #fff;
  font-size: 40px;
  display: block;
  position: absolute;
  z-index: 5;
  top: 20%;
  right: 20%;
  line-height: 40px;
  height: 40px;
  transition: all 0.3s;
}
.search-box-wrapper .search-close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  color: #e5ba03;
}
.search-box-wrapper.show {
  visibility: visible;
  opacity: 1;
}
.search-box-wrapper.show .search-box-content-inner .search-box-form-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.off-canvas-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  bottom: 0;
  min-height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  visibility: hidden;
  transform: translate(200px, 0);
  top: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  width: 400px;
  z-index: 999;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper {
    width: 310px;
  }
}
.off-canvas-wrapper .off-canvas-inner {
  padding: 150px 50px 20px;
  height: 100%;
  overflow-y: auto;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner {
    padding: 70px 30px 20px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-overlay {
  display: none;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close {
  background: none;
  box-shadow: none;
  color: #0A1039;
  font-size: 40px;
  left: auto;
  right: 35px;
  line-height: 30px;
  height: auto;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 80px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: auto;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close {
    font-size: 36px;
    left: auto;
    right: 25px;
    top: 20px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close:hover {
  color: #e5ba03;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu {
  margin: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li {
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li {
    margin-bottom: 30px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li:last-child {
  margin-bottom: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
  color: #0A1039;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
    font-size: 16px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  color: #0A1039;
  font-size: 14px;
  right: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover {
  color: #e5ba03;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul {
  padding: 38px 0 0px 25px;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li {
  margin: 0;
  padding-bottom: 22px;
  padding-left: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li:last-child {
  padding-bottom: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a {
  color: #0A1039;
  font-size: 14px;
  display: block;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a.slicknav_row .slicknav_arrow {
  top: 5px;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #e5ba03;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open a {
  color: #e5ba03;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open a .slicknav_arrow {
  color: #e5ba03;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open ul li a {
  color: #0A1039;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open ul li a .slicknav_arrow {
  color: #0A1039;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open ul li a:hover {
  color: #e5ba03;
}
.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

/*
-----------------------------------------------------------------------
    Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area.slider-default {
  position: relative;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .slider-thumb img {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination {
  bottom: 23px;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.46);
  height: 12px;
  margin: 0 8px;
  opacity: 1;
  width: 12px;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.home-slider-area.slider-default .bg-overlay {
  position: relative;
}
.home-slider-area.slider-default .bg-overlay:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home-slider-area.slider-default .home-slider-item {
  overflow: hidden;
  position: relative;
}
.home-slider-area.slider-default .home-slider-item .bg-img {
  height: 100%;
  position: absolute;
  width: 100%;
}
.home-slider-area.slider-default .slider-content-area {
  align-items: center;
  display: flex;
  height: 950px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area {
    height: 680px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area {
    height: 620px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area {
    height: 520px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area {
    height: 500px;
  }
}
.home-slider-area.slider-default .slider-content-area .content {
  margin-top: 117px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content {
    margin-top: 40px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .inner-content {
  position: relative;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}
.home-slider-area.slider-default .slider-content-area .content .inner-content .icon {
  margin-bottom: 19px;
}
.home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
  color: #e5ba03;
  font-size: 112px;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 1.04;
  margin-bottom: 25px;
  text-shadow: 1px 3px 6px #333333;
  opacity: 0.9;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
    font-size: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
    font-size: 62px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .inner-content h2 span {
  color: #e0e0e0;
  font-weight: 300;
}
.home-slider-area.slider-default .slider-content-area .content .inner-content p {
  color: #d4d4d4;
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 43px;
  max-width: 450px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content p {
    margin-bottom: 25px;
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content p {
    font-size: 14px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .inner-content .btn-theme {
  background-color: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 27.5px;
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1px;
  padding: 14px 23.9px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content .btn-theme {
    font-size: 13px;
    padding: 9px 21px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .inner-content .btn-theme:hover {
  background-color: #e5ba03;
  border-color: #e5ba03;
  color: #fff;
}
.home-slider-area.slider-default .slider-content-area .slider-thumb {
  margin-top: 167px;
  padding-left: 33px;
  position: relative;
}
@media (max-width: 1599px) {
  .home-slider-area.slider-default .slider-content-area .slider-thumb {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .slider-thumb {
    margin-top: 152px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .slider-thumb {
    display: none;
  }
}
.home-slider-area.slider-default .slider-content-area .slider-thumb img {
  max-width: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .slider-thumb img {
    max-width: 100%;
  }
}

/*
-----------------------------------------------------------------------
    Divider CSS
-----------------------------------------------------------------------
*/
.divider-area.classes-divider-area {
  padding: 150px 0 0;
}
@media only screen and (max-width: 1199px) {
  .divider-area.classes-divider-area {
    padding: 90px 0 0;
  }
}
.divider-area.classes-divider-area .thumb {
  display: inline-block;
  margin-left: 49px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .divider-area.classes-divider-area .thumb {
    margin-left: 80px;
    margin-right: 50px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.classes-divider-area .thumb {
    margin-left: 35px;
    margin-right: 40px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.classes-divider-area .thumb {
    margin-left: 15px;
    margin-top: 70px;
  }
}
.divider-area.classes-divider-area .thumb:before {
  border: 1px solid #e5ba03;
  border-radius: 50%;
  bottom: 41px;
  content: "";
  height: 53px;
  left: -57px;
  position: absolute;
  width: 53px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.classes-divider-area .thumb:before {
    bottom: 20px;
    left: -65px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.classes-divider-area .thumb:before {
    display: none;
  }
}
.divider-area.classes-divider-area .thumb:after {
  background-color: #e5ba03;
  border-radius: 50%;
  bottom: 1px;
  content: "";
  height: 75px;
  position: absolute;
  right: -45px;
  width: 75px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.classes-divider-area .thumb:after {
    bottom: -33px;
    right: -55px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.classes-divider-area .thumb:after {
    display: none;
  }
}
.divider-area.classes-divider-area .thumb .shape-border {
  border: 1px solid rgba(0, 0, 0, 0.33);
  border-radius: 50%;
  content: "";
  height: calc(100% + 38px);
  left: -19px;
  position: absolute;
  top: -19px;
  width: calc(100% + 38px);
}
.divider-area.vbs-divider-area {
  padding: 80px 0 0;
}
@media only screen and (min-width: 1400px) {
  .divider-area.vbs-divider-area {
    padding: 90px 0 180px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .divider-area.vbs-divider-area {
    padding: 90px 0 50px 0;
  }
}
.divider-area.vbs-divider-area h2 {
  color: #ffffff;
  text-shadow: #484848 2px 1px 1px;
}
.divider-area.vbs-divider-area p {
  color: #ffffff;
}
.divider-area.vbs-divider-area .thumb {
  display: inline-block;
  margin-left: 49px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .divider-area.vbs-divider-area .thumb {
    margin-left: 80px;
    margin-right: 50px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.vbs-divider-area .thumb {
    margin-left: 35px;
    margin-right: 40px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.vbs-divider-area .thumb {
    margin-left: 15px;
    margin-top: 70px;
  }
}
.divider-area.vbs-divider-area .thumb:before {
  border: 1px solid #2371AF;
  border-radius: 50%;
  bottom: 41px;
  content: "";
  height: 53px;
  left: -57px;
  position: absolute;
  width: 53px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.vbs-divider-area .thumb:before {
    bottom: 20px;
    left: -65px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.vbs-divider-area .thumb:before {
    display: none;
  }
}
.divider-area.vbs-divider-area .thumb:after {
  border: 1px solid #2371AF;
  border-radius: 50%;
  bottom: 1px;
  content: "";
  height: 75px;
  position: absolute;
  right: -45px;
  width: 75px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.vbs-divider-area .thumb:after {
    bottom: -33px;
    right: -55px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.vbs-divider-area .thumb:after {
    display: none;
  }
}
.divider-area.vbs-divider-area .thumb .shape-border {
  border: 3px solid #a28509;
  border-radius: 50%;
  content: "";
  height: calc(100% + 38px);
  left: -19px;
  position: absolute;
  top: -19px;
  width: calc(100% + 38px);
}
.divider-area.kids-divider-area {
  padding: 80px 0 0;
}
@media only screen and (min-width: 1400px) {
  .divider-area.kids-divider-area {
    padding: 90px 0 180px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .divider-area.kids-divider-area {
    padding: 90px 0 50px 0;
  }
}
.divider-area.kids-divider-area h2 {
  color: #ffffff;
  text-shadow: #484848 2px 1px 1px;
}
.divider-area.kids-divider-area p {
  color: #ffffff;
}
.divider-area.kids-divider-area .thumb {
  display: inline-block;
  margin-left: 49px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .divider-area.kids-divider-area .thumb {
    margin-left: 80px;
    margin-right: 50px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.kids-divider-area .thumb {
    margin-left: 35px;
    margin-right: 40px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.kids-divider-area .thumb {
    margin-left: 15px;
    margin-top: 70px;
  }
}
.divider-area.kids-divider-area .thumb:before {
  border: 1px solid #2371AF;
  border-radius: 50%;
  bottom: 41px;
  content: "";
  height: 53px;
  left: -57px;
  position: absolute;
  width: 53px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.kids-divider-area .thumb:before {
    bottom: 20px;
    left: -65px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.kids-divider-area .thumb:before {
    display: none;
  }
}
.divider-area.kids-divider-area .thumb:after {
  border: 1px solid #2371AF;
  border-radius: 50%;
  bottom: 1px;
  content: "";
  height: 75px;
  position: absolute;
  right: -45px;
  width: 75px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.kids-divider-area .thumb:after {
    bottom: -33px;
    right: -55px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.kids-divider-area .thumb:after {
    display: none;
  }
}
.divider-area.kids-divider-area .thumb .shape-border {
  border: 3px solid #a28509;
  border-radius: 50%;
  content: "";
  height: calc(100% + 38px);
  left: -19px;
  position: absolute;
  top: -19px;
  width: calc(100% + 38px);
}
.divider-area.seedline-divider-area {
  padding: 180px 0;
}
@media only screen and (min-width: 1400px) {
  .divider-area.seedline-divider-area {
    padding: 90px 0 180px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .divider-area.seedline-divider-area {
    padding: 90px 0 50px 0;
  }
}
.divider-area.seedline-divider-area h2 {
  color: #ffffff;
  text-shadow: #484848 2px 1px 1px;
}
.divider-area.seedline-divider-area p {
  color: #ffffff;
}
.divider-area.seedline-divider-area .thumb {
  display: inline-block;
  margin-left: 49px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .divider-area.seedline-divider-area .thumb {
    margin-left: 80px;
    margin-right: 50px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.seedline-divider-area .thumb {
    margin-left: 35px;
    margin-right: 40px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.seedline-divider-area .thumb {
    margin-left: 15px;
    margin-top: 70px;
  }
}
.divider-area.seedline-divider-area .thumb:before {
  border: 1px solid #2371AF;
  border-radius: 50%;
  bottom: 41px;
  content: "";
  height: 53px;
  left: -57px;
  position: absolute;
  width: 53px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.seedline-divider-area .thumb:before {
    bottom: 20px;
    left: -65px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.seedline-divider-area .thumb:before {
    display: none;
  }
}
.divider-area.seedline-divider-area .thumb:after {
  border: 1px solid #2371AF;
  border-radius: 50%;
  bottom: 1px;
  content: "";
  height: 75px;
  position: absolute;
  right: -45px;
  width: 75px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.seedline-divider-area .thumb:after {
    bottom: -33px;
    right: -55px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.seedline-divider-area .thumb:after {
    display: none;
  }
}
.divider-area.seedline-divider-area .thumb .shape-border {
  border: 3px solid #a28509;
  border-radius: 50%;
  content: "";
  height: calc(100% + 38px);
  left: -19px;
  position: absolute;
  top: -19px;
  width: calc(100% + 38px);
}

.divider-content .subtitle {
  color: #e5ba03;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 9px;
}
.divider-content .title {
  color: #022743;
  font-size: 42px;
  line-height: 1.333;
  margin-bottom: 24px;
}
.divider-content .title span {
  color: #e5ba03;
}
.divider-content p {
  color: #022743;
  margin-bottom: 17px;
}
.divider-content .btn-play-box {
  margin-top: 36px;
}
.divider-content .btn-play-box .btn-play {
  color: #022743;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.25px;
}
.divider-content .btn-play-box .btn-play img {
  margin-right: 11px;
}
.divider-content .btn-play-box .btn-play:hover {
  color: #e5ba03;
}

.shape-group {
  pointer-events: none;
}
.shape-group .shape-img1 {
  position: absolute;
  bottom: -135px;
  right: -254px;
}
.shape-group .shape-img2 {
  position: absolute;
  bottom: 27px;
  left: -280px;
}
.shape-group .shape-img3 {
  position: absolute;
  bottom: 185px;
  right: -258px;
}
.shape-group .shape-img4 {
  position: absolute;
  bottom: 250px;
  left: -285px;
}
.shape-group .shape-img5 {
  position: absolute;
  top: 133px;
  left: -275px;
}
.shape-group .shape-img6 {
  position: absolute;
  top: -137px;
  right: -278px;
}

/*
-----------------------------------------------------------------------
    mgnt CSS
-----------------------------------------------------------------------
*/
.mgnt-area.mgnt-default-area {
  padding: 127px 0 131px;
}
@media only screen and (max-width: 1199px) {
  .mgnt-area.mgnt-default-area {
    padding: 90px 0 95px;
  }
}
.mgnt-area.mgnt-inner-area {
  padding: 130px 0 101px;
}
@media only screen and (max-width: 1199px) {
  .mgnt-area.mgnt-inner-area {
    padding: 90px 0 60px;
  }
}
.mgnt-area.mgnt-inner-area .mgnt-item {
  margin-bottom: 30px;
}
.mgnt-area.mgnt-details-area {
  padding: 125px 0 108px;
}
@media only screen and (max-width: 1199px) {
  .mgnt-area.mgnt-details-area {
    padding: 90px 0 60px;
  }
}
.mgnt-area.mgnt-details-area .section-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .mgnt-area.mgnt-details-area .section-title {
    margin-bottom: 0;
  }
}
.mgnt-area.mgnt-details-area .section-title .title {
  margin-bottom: 21px;
}
.mgnt-area.mgnt-details-area .section-title .subtitle {
  color: #787878;
  font-size: 24px;
  letter-spacing: 0.53px;
  text-transform: capitalize;
}
.mgnt-area.mgnt-details-area .btn-play-box {
  margin-top: 23px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .mgnt-area.mgnt-details-area .btn-play-box {
    margin-bottom: 40px;
    text-align: left;
  }
}
.mgnt-area.mgnt-details-area .btn-play-box .btn-play {
  color: #252525;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.25px;
}
.mgnt-area.mgnt-details-area .btn-play-box .btn-play:hover {
  color: #e5ba03;
}
.mgnt-area.mgnt-details-area .btn-play-box .btn-play img {
  margin-right: 12px;
}
.mgnt-area .mgnt-details-info .section-title {
  margin-bottom: 36px;
}
.mgnt-area .mgnt-details-info .section-title .title {
  font-size: 32px;
  margin-bottom: 25px;
}
.mgnt-area .mgnt-details-info .section-title p {
  color: #022743;
  font-size: 18px;
  line-height: 1.75;
}
.mgnt-area .mgnt-section-title .title {
  font-size: 32px;
  margin-top: 27px;
  margin-bottom: 29px;
}

.mgnt-item {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.mgnt-item .mgnt-member {
  overflow: hidden;
}
.mgnt-item .mgnt-member .thumb {
  overflow: hidden;
  position: relative;
}
.mgnt-item .mgnt-member .thumb a img {
  width: 100%;
}
.mgnt-item .mgnt-member .content {
  background-color: #f2f2f2;
  margin-top: -46px;
  padding: 14px 10px 0px 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(0, 46px);
  -webkit-transform: translate(0, 46px);
  -moz-transform: translate(0, 46px);
  -ms-transform: translate(0, 46px);
  -o-transform: translate(0, 46px);
}
.mgnt-item .mgnt-member .content .member-info .name {
  font-size: 24px;
}
.mgnt-item .mgnt-member .content .member-info .name a {
  color: #252525;
}
.mgnt-item .mgnt-member .content .member-info .name a:hover {
  color: #e5ba03;
}
.mgnt-item .mgnt-member .content .member-info .designation {
  color: #787878;
  margin-bottom: 13px;
  padding-bottom: 14px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.mgnt-item .mgnt-member .content .member-info .social-icons {
  padding-bottom: 11px;
}
.mgnt-item .mgnt-member .content .member-info .social-icons a {
  background-color: #e3e3e3;
  border-radius: 10px;
  color: #252525;
  display: inline-block;
  font-size: 14px;
  height: 26.7px;
  line-height: 29.7px;
  width: 26.7px;
  margin-right: 12px;
  text-align: center;
}
.mgnt-item .mgnt-member .content .member-info .social-icons a:last-child {
  margin-right: 0px;
}
.mgnt-item .mgnt-member .content .member-info .social-icons a:hover {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  background-color: #e5ba03;
  color: #fff;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.mgnt-item .mgnt-member .content .member-info .mgnt-footer {
  border-top: 1px solid transparent;
  padding-top: 10px;
  padding-bottom: 11px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mgnt-item .mgnt-member .content .member-info .mgnt-footer .btn {
  color: #e5ba03;
  font-size: 16px;
  font-weight: 500;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
}
.mgnt-item .mgnt-member .content .member-info .mgnt-footer .btn:hover {
  text-decoration: underline;
}
.mgnt-item .mgnt-member:hover .content {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.mgnt-item .mgnt-member:hover .content .member-info .mgnt-footer {
  border-top: 1px solid #e8e8e8;
}

.mgnt-items-style2 .mgnt-item .mgnt-member {
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .mgnt-items-style2 .mgnt-item .mgnt-member {
    display: block;
  }
}
.mgnt-items-style2 .mgnt-item .mgnt-member .thumb {
  min-width: 164px;
}
.mgnt-items-style2 .mgnt-item .mgnt-member .content {
  transform: none;
  margin-top: 0;
  min-width: 212px;
  padding: 40px 5px 0px 0px;
}
@media only screen and (max-width: 1199px) {
  .mgnt-items-style2 .mgnt-item .mgnt-member .content {
    padding: 40px 15px 30px 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .mgnt-details-item {
    margin-bottom: 20px;
  }
}
.mgnt-details-item .content {
  margin-top: -7px;
}
.mgnt-details-item .thumb {
  margin-bottom: 67px;
  padding-right: 36px;
}
@media only screen and (max-width: 767px) {
  .mgnt-details-item .thumb {
    padding-right: 0;
  }
}
.mgnt-details-item .thumb img {
  width: 100%;
}
.mgnt-details-item .thumb .social-icons {
  background-color: #f2f2f2;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 35px 10px;
  text-align: center;
}
.mgnt-details-item .thumb .social-icons a {
  background-color: #e3e3e3;
  border-radius: 18px;
  color: #252525;
  display: inline-block;
  font-size: 28px;
  height: 53px;
  line-height: 57px;
  width: 53px;
  margin-right: 29px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .mgnt-details-item .thumb .social-icons a {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 359.98px) {
  .mgnt-details-item .thumb .social-icons a {
    margin-right: 15px;
  }
}
.mgnt-details-item .thumb .social-icons a:last-child {
  margin-right: 0px;
}
.mgnt-details-item .thumb .social-icons a:hover {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  background-color: #e5ba03;
  color: #fff;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.mgnt-details-item .title {
  font-size: 32px;
  margin-bottom: 24px;
}
.mgnt-details-item p {
  color: #022743;
  font-size: 16px;
  line-height: 1.75;
}
.mgnt-details-item .achivement-info li {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 17px;
}
.mgnt-details-item .achivement-info li:before {
  border: 1px solid #e5ba03;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 11px;
  position: relative;
  width: 14px;
  height: 14px;
}
.mgnt-details-item .contact-info {
  line-height: 1;
}
.mgnt-details-item .contact-info li {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 23px;
}
@media only screen and (max-width: 479.98px) {
  .mgnt-details-item .contact-info li {
    line-height: 1.3;
  }
}
.mgnt-details-item .contact-info li span {
  color: #e5ba03;
  display: block;
  font-size: 18px;
  margin-bottom: 14px;
}
.mgnt-details-item .contact-info li a {
  color: #022743;
}
.mgnt-details-item .contact-info li a:hover {
  color: #e5ba03;
}

.mgnt-details-info .form-group .btn-theme {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .mgnt-details-info .mgnt-rating {
    margin-bottom: 50px;
  }
}
.mgnt-details-info .mgnt-rating .title {
  margin-bottom: 30px;
}
.mgnt-details-info .mgnt-rating .ratting-icons i {
  color: #e5ba03;
  font-size: 26px;
  margin-right: 8px;
}

.fancybox-caption__body {
  font-size: 20px;
}

/*
-----------------------------------------------------------------------
	About CSS
-----------------------------------------------------------------------
*/
.about-area.about-default-area {
  padding: 125px 0 0;
}
@media only screen and (max-width: 1199px) {
  .about-area.about-default-area {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-area.about-default-area {
    padding: 90px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-area.about-default-area {
    padding: 75px 0 0;
  }
}
.about-area.about-default-area .section-title .title {
  margin-bottom: 24px;
}
.about-area.about-default-area .thumb {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-area.about-default-area .thumb {
    display: inline-block;
  }
}
.about-area.about-default-area .thumb:before {
  content: url("../img/icons/5.png");
  position: absolute;
  top: 39%;
  left: 15%;
}
.about-area.about-default-area .thumb:after {
  content: url("../img/icons/5.png");
  position: absolute;
  bottom: 7%;
  right: 16%;
}
@media only screen and (max-width: 991px) {
  .about-area.about-default-area .thumb:after {
    right: 5%;
  }
}
.about-area.about-inner-area {
  padding: 125px 0 0;
}
@media only screen and (max-width: 1199px) {
  .about-area.about-inner-area {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-area.about-inner-area {
    padding: 90px 0 0;
  }
}
.about-area.about-inner-area .section-title {
  margin-bottom: 63px;
}
@media only screen and (max-width: 1199px) {
  .about-area.about-inner-area .section-title {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area.about-inner-area .section-title {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area.about-inner-area .section-title .title br {
    display: none;
  }
}
.about-area.about-inner-area .thumb {
  position: relative;
  left: -26px;
}
@media only screen and (max-width: 991px) {
  .about-area.about-inner-area .thumb {
    display: inline-block;
  }
}
.about-area.about-inner-area .thumb:before {
  content: url("../img/icons/5.png");
  position: absolute;
  top: 49.5%;
  left: 14%;
}
.about-area.about-inner-area .thumb:after {
  content: url("../img/icons/5.png");
  position: absolute;
  bottom: 3.3%;
  right: 17%;
}
.about-area.about-inner-area .about-content {
  top: 100px;
  margin-left: -61px;
  padding-right: 49px;
}
@media only screen and (max-width: 1199px) {
  .about-area.about-inner-area .about-content {
    margin-left: -30px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-area.about-inner-area .about-content {
    margin-left: 0;
    top: 0;
  }
}

.about-content {
  margin-left: -27px;
  top: 60px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-content {
    margin-bottom: 70px;
    margin-left: 0;
    top: 0;
  }
}
.about-content .desc p {
  color: #022743;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1199px) {
  .about-content .desc p {
    margin-bottom: 25px;
  }
}
.about-content .inner-content .about-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1199px) {
  .about-content .inner-content .about-list ul {
    margin-bottom: 25px;
  }
}
.about-content .inner-content .about-list ul li {
  display: inline-block;
  color: #022743;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 17px;
  line-height: 1.555;
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .about-content .inner-content .about-list ul li {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .about-content .inner-content .about-list ul li {
    width: 100%;
  }
}
.about-content .inner-content .about-list ul li:before {
  border: 1px solid #e5ba03;
  border-radius: 50%;
  display: inline-block;
  content: "";
  margin-right: 11px;
  position: relative;
  width: 14px;
  height: 14px;
}
.about-content .inner-content .inline-style {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .about-content .inner-content .inline-style {
    display: block;
  }
}
.about-content .inner-content .inline-style .btn-theme {
  border-radius: 27px;
  font-weight: 600;
  font-size: 14px;
  width: 149px;
  height: 55px;
  line-height: 55px;
  letter-spacing: 0.1px;
  padding: 0;
  margin-right: 35px;
}
@media only screen and (max-width: 575px) {
  .about-content .inner-content .inline-style .btn-theme {
    margin-bottom: 30px;
  }
}
.about-content .inner-content .inline-style .btn-theme:hover {
  background-color: #022743;
}
.about-content .inner-content .inline-style .btn-play-box .btn-play {
  color: #022743;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.25px;
}
.about-content .inner-content .inline-style .btn-play-box .btn-play:hover {
  color: #e5ba03;
}
.about-content .inner-content .inline-style .btn-play-box .btn-play img {
  margin-right: 12px;
}

.workship-schedule-section {
  background-clip: initial;
  background-color: #fff;
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: -200;
  margin-top: -40px;
}

.worship-schedule-widget {
  margin-top: 32px;
}
.worship-schedule-widget h4 {
  font-size: 42px;
}
.worship-schedule-widget .schedule-item {
  margin-bottom: 21px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .worship-schedule-widget .schedule-item {
    right: auto;
  }
}
.worship-schedule-widget .schedule-item .icon-box {
  position: absolute;
  top: 4px;
  width: 24px;
  text-align: center;
}
.worship-schedule-widget .schedule-item .content p {
  color: #042944;
  font-size: 16px;
}
.worship-schedule-widget .content {
  padding-left: 38px;
}
.worship-schedule-widget .content .title {
  color: #ba8f00;
  font-family: "Playfair Display", serif;
  font-size: 26px;
  margin: 0;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .worship-schedule-widget .content .title {
    font-size: 18px;
  }
}
.worship-schedule-widget .content ul {
  display: inline-block;
  margin-bottom: 0;
}
.worship-schedule-widget .content ul li {
  color: #042944;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .worship-schedule-widget .content ul li {
    font-size: 16px !important;
  }
}
.worship-schedule-widget .content ul li a {
  color: #042944;
}
.worship-schedule-widget .content ul li a:hover {
  color: #e5ba03;
}

/*
-----------------------------------------------------------------------
  Service CSS
-----------------------------------------------------------------------
*/
.class-details-area {
  padding: 130px 0;
}
@media only screen and (max-width: 1199px) {
  .class-details-area {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .class-details-area {
    padding: 90px 0 50px;
  }
}

.class-details-item .content .title {
  font-size: 42px;
  line-height: 1.333;
  margin-bottom: 24px;
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .class-details-item .content .title {
    font-size: 30px;
  }
}
.class-details-item .content p {
  color: #022743;
  margin-bottom: 17px;
}
.class-details-item .content .class-details-info .title {
  font-size: 32px;
  margin-bottom: 21px;
  margin-top: 31px;
}
.class-details-item .content .class-details-info p {
  margin-bottom: 35px;
}
.class-details-item .class-info-area {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .class-details-item .class-info-area {
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  .class-details-item .class-info-area {
    display: block;
  }
}
.class-details-item .class-info-area .content {
  max-width: 542px;
  padding: 42px 0 9px 52px;
}
@media only screen and (max-width: 1199px) {
  .class-details-item .class-info-area .content {
    padding: 42px 0 9px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .class-details-item .class-info-area .content {
    max-width: none;
    padding: 42px 0 9px 25px;
  }
}
.class-details-item .class-info-area .content .info-item {
  margin-bottom: 31px;
}
.class-details-item .class-info-area .content .info-item .title {
  color: #e5ba03;
  font-size: 18px;
  line-height: 1.666;
  margin-bottom: 3px;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .class-details-item .class-info-area .content .info-item .title {
    font-size: 16px;
  }
}
.class-details-item .class-info-area .content .info-item p {
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .class-details-item .class-info-area .content .info-item p {
    font-size: 14px;
  }
}
.class-details-item .class-info-area .content .info-item.info-style-2 {
  margin-left: 21px;
}
@media only screen and (max-width: 767px) {
  .class-details-item .class-info-area .content .info-item.info-style-2 {
    margin-left: 0;
  }
}
.class-details-item .class-info-area .content .info-item.info-style-3 {
  margin-left: 33px;
}
@media only screen and (max-width: 767px) {
  .class-details-item .class-info-area .content .info-item.info-style-3 {
    margin-left: 0;
  }
}
.class-details-item .class-info-area .thumb {
  max-width: 225px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .class-details-item .class-info-area .thumb {
    display: none;
  }
}
.class-details-item .class-info-area .thumb:after {
  bottom: -9px;
  content: url("../img/icons/c4.png");
  left: 0;
  position: absolute;
  width: 100%;
}
.class-details-item .class-info-area .thumb:before {
  background-color: #e1e1e1;
  content: "";
  height: 100%;
  left: -2px;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}
.class-details-item .class-info-list-area .title {
  margin-top: 33px;
  margin-bottom: 22px;
}
.class-details-item .class-info-list-area p {
  color: #022743;
}
.class-details-item .class-info-list-area ul {
  margin-bottom: 18px;
}
.class-details-item .class-info-list-area ul li {
  display: inline-block;
  margin-right: 36px;
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.555;
}
@media only screen and (max-width: 767px) {
  .class-details-item .class-info-list-area ul li {
    font-size: 16px;
  }
}
.class-details-item .class-info-list-area ul li:before {
  border: 1px solid #e5ba03;
  border-radius: 50%;
  display: inline-block;
  content: "";
  top: 1px;
  margin-right: 11px;
  position: relative;
  width: 15px;
  height: 15px;
}
.class-details-item .class-info-schedule-area .title {
  margin-bottom: 22px;
}
.class-details-item .class-info-schedule-area p {
  color: #022743;
  margin-bottom: 34px;
}
.class-details-item .class-info-schedule-area .table {
  text-align: center;
}
.class-details-item .class-info-schedule-area .table thead tr th {
  border: none;
  background-color: #e5ba03;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.666;
  padding: 11px 0;
}
.class-details-item .class-info-schedule-area .table thead tr .day {
  width: 287px;
}
.class-details-item .class-info-schedule-area .table thead tr .time {
  border-left: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  width: 215px;
}
.class-details-item .class-info-schedule-area .table thead tr .tnstructor {
  width: 264px;
}
.class-details-item .class-info-schedule-area .table tbody tr td {
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 1199px) {
  .class-details-item .class-info-schedule-area .table tbody tr td {
    font-size: 13px;
  }
}
.class-details-item .class-info-schedule-area .table tbody tr .time {
  border-left: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
}

.classical-workout-area {
  padding: 0 0 126px;
}
@media only screen and (max-width: 1199px) {
  .classical-workout-area {
    padding: 0 0 90px;
  }
}
.classical-workout-area .container {
  max-width: 1400px;
}
.classical-workout-area .classical-workout-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .classical-workout-area .classical-workout-wrap {
    display: block;
    padding-bottom: 70px;
  }
}
.classical-workout-area .classical-workout-wrap:after {
  background-color: #f2f2f2;
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.95;
}
.classical-workout-area .classical-workout-wrap .column-left {
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  max-width: 517px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .classical-workout-area .classical-workout-wrap .column-left {
    clip-path: none;
    margin-bottom: 70px;
    max-width: none;
  }
}
.classical-workout-area .classical-workout-wrap .column-left .content {
  padding: 64px 85px 73px 63px;
}
@media only screen and (max-width: 991px) {
  .classical-workout-area .classical-workout-wrap .column-left .content {
    text-align: center;
  }
}
@media only screen and (max-width: 479.98px) {
  .classical-workout-area .classical-workout-wrap .column-left .content {
    padding: 60px 15px 70px;
  }
}
.classical-workout-area .classical-workout-wrap .column-left .content .title {
  color: #e0e0e0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 27px;
}
@media only screen and (max-width: 1199px) {
  .classical-workout-area .classical-workout-wrap .column-left .content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .classical-workout-area .classical-workout-wrap .column-left .content .title {
    font-size: 38px;
  }
  .classical-workout-area .classical-workout-wrap .column-left .content .title br {
    display: none;
  }
}
@media only screen and (max-width: 479.98px) {
  .classical-workout-area .classical-workout-wrap .column-left .content .title {
    font-size: 30px;
  }
}
.classical-workout-area .classical-workout-wrap .column-left .content p {
  color: #e0e0e0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4375;
  margin-bottom: 40px;
}
.classical-workout-area .classical-workout-wrap .column-left .content .btn-link {
  color: #e0e0e0;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.classical-workout-area .classical-workout-wrap .column-left .content .btn-link:after {
  bottom: -4px;
  background-color: #828282;
  content: "";
  width: 121px;
  height: 2px;
  right: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.classical-workout-area .classical-workout-wrap .column-left .content .btn-link:hover {
  color: #e5ba03;
}
.classical-workout-area .classical-workout-wrap .column-left .content .btn-link:hover:after {
  background-color: #e5ba03;
}
.classical-workout-area .classical-workout-wrap .shape-style {
  background-color: #e5ba03;
  clip-path: polygon(0% 0%, 79% 0%, 100% 50%, 79% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 79% 0%, 100% 50%, 79% 100%, 0% 100%);
  height: calc(100% - 60px);
  left: 0;
  max-width: 537px;
  position: absolute;
  top: 30px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .classical-workout-area .classical-workout-wrap .shape-style {
    max-width: 490px;
  }
}
@media only screen and (max-width: 991px) {
  .classical-workout-area .classical-workout-wrap .shape-style {
    display: none;
  }
}
.classical-workout-area .classical-workout-wrap .column-right {
  max-width: 852px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .classical-workout-area .classical-workout-wrap .column-right {
    align-items: center;
    display: flex;
  }
}
.classical-workout-area .classical-workout-wrap .column-right .workout-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 46px;
  padding-right: 56px;
}
@media only screen and (max-width: 1399px) {
  .classical-workout-area .classical-workout-wrap .column-right .workout-items {
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .classical-workout-area .classical-workout-wrap .column-right .workout-items {
    justify-content: center;
    padding-right: 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .classical-workout-area .classical-workout-wrap .column-right .workout-items {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
}
.classical-workout-area .classical-workout-wrap .column-right .workout-items .workout-item {
  min-width: 343px;
  margin-bottom: 61px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 1399px) {
  .classical-workout-area .classical-workout-wrap .column-right .workout-items .workout-item {
    min-width: auto;
    width: 40%;
  }
}
@media only screen and (max-width: 479.98px) {
  .classical-workout-area .classical-workout-wrap .column-right .workout-items .workout-item {
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    width: 100%;
  }
}
.classical-workout-area .classical-workout-wrap .column-right .workout-items .workout-item .thumb {
  padding-right: 36px;
}
.classical-workout-area .classical-workout-wrap .column-right .workout-items .workout-item .content {
  position: absolute;
  right: 0;
  bottom: 27px;
}
.classical-workout-area .classical-workout-wrap .column-right .workout-items .workout-item .content h3 {
  color: #d9d9d9;
  font-weight: 400;
  font-size: 42.53px;
  line-height: 1;
  margin-bottom: 0;
}

/*
-----------------------------------------------------------------------
  Service CSS
-----------------------------------------------------------------------
*/
.kids-bg {
  background-clip: initial;
  background-color: #81b1bd;
  background-origin: initial;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 1200px) {
  .kids-bg {
    background: url(/assets/img/about/vbs-cross-wide.jpg);
    background-position: center center;
  }
}
@media only screen and (max-width: 1199px) {
  .kids-bg {
    background: url(/assets/img/about/vbs-cross-tall.jpg);
    background-position: bottom right;
  }
}
@media only screen and (max-width: 767px) {
  .kids-bg {
    background: url(/assets/img/about/vbs-cross-tall.jpg);
    background-position: right center;
  }
}
@media only screen and (max-width: 575px) {
  .kids-bg {
    background: url(/assets/img/about/vbs-cross-tall.jpg);
    background-position: left center;
  }
}

@media only screen and (min-width: 1200px) {
  .kids-next-year p {
    padding: 20px;
    background: rgba(255, 255, 255, 0.25);
    text-shadow: #838383 2px 1px 1px;
    font-weight: 900;
    text-align: center;
    border-radius: 10%;
  }
}

.kids-details-area {
  padding: 130px 0;
}
@media only screen and (max-width: 1199px) {
  .kids-details-area {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .kids-details-area {
    padding: 90px 0 50px;
  }
}

.kids-details-item .content .title {
  font-size: 42px;
  line-height: 1.333;
  margin-bottom: 24px;
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .kids-details-item .content .title {
    font-size: 30px;
  }
}
.kids-details-item .content p {
  color: #022743;
  margin-bottom: 17px;
}
.kids-details-item .content .kids-details-info .title {
  font-size: 32px;
  margin-bottom: 21px;
  margin-top: 31px;
}
.kids-details-item .content .kids-details-info p {
  margin-bottom: 35px;
}
.kids-details-item .kids-info-area {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .kids-details-item .kids-info-area {
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  .kids-details-item .kids-info-area {
    display: block;
  }
}
.kids-details-item .kids-info-area .content {
  max-width: 542px;
  padding: 42px 0 9px 52px;
}
@media only screen and (max-width: 1199px) {
  .kids-details-item .kids-info-area .content {
    padding: 42px 0 9px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .kids-details-item .kids-info-area .content {
    max-width: none;
    padding: 42px 0 9px 25px;
  }
}
.kids-details-item .kids-info-area .content .info-item {
  margin-bottom: 31px;
}
.kids-details-item .kids-info-area .content .info-item .title {
  color: #e5ba03;
  font-size: 18px;
  line-height: 1.666;
  margin-bottom: 3px;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .kids-details-item .kids-info-area .content .info-item .title {
    font-size: 16px;
  }
}
.kids-details-item .kids-info-area .content .info-item p {
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .kids-details-item .kids-info-area .content .info-item p {
    font-size: 14px;
  }
}
.kids-details-item .kids-info-area .content .info-item.info-style-2 {
  margin-left: 21px;
}
@media only screen and (max-width: 767px) {
  .kids-details-item .kids-info-area .content .info-item.info-style-2 {
    margin-left: 0;
  }
}
.kids-details-item .kids-info-area .content .info-item.info-style-3 {
  margin-left: 33px;
}
@media only screen and (max-width: 767px) {
  .kids-details-item .kids-info-area .content .info-item.info-style-3 {
    margin-left: 0;
  }
}
.kids-details-item .kids-info-area .thumb {
  max-width: 225px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .kids-details-item .kids-info-area .thumb {
    display: none;
  }
}
.kids-details-item .kids-info-area .thumb:after {
  bottom: -9px;
  content: url("../img/icons/c4.png");
  left: 0;
  position: absolute;
  width: 100%;
}
.kids-details-item .kids-info-area .thumb:before {
  background-color: #e1e1e1;
  content: "";
  height: 100%;
  left: -2px;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}
.kids-details-item .kids-info-list-area .title {
  margin-top: 33px;
  margin-bottom: 22px;
}
.kids-details-item .kids-info-list-area p {
  color: #022743;
}
.kids-details-item .kids-info-list-area ul {
  margin-bottom: 18px;
}
.kids-details-item .kids-info-list-area ul li {
  display: inline-block;
  margin-right: 36px;
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.555;
}
@media only screen and (max-width: 767px) {
  .kids-details-item .kids-info-list-area ul li {
    font-size: 16px;
  }
}
.kids-details-item .kids-info-list-area ul li:before {
  border: 1px solid #e5ba03;
  border-radius: 50%;
  display: inline-block;
  content: "";
  top: 1px;
  margin-right: 11px;
  position: relative;
  width: 15px;
  height: 15px;
}
.kids-details-item .kids-info-schedule-area .title {
  margin-bottom: 22px;
}
.kids-details-item .kids-info-schedule-area p {
  color: #022743;
  margin-bottom: 34px;
}
.kids-details-item .kids-info-schedule-area .table {
  text-align: center;
}
.kids-details-item .kids-info-schedule-area .table thead tr th {
  border: none;
  background-color: #e5ba03;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.666;
  padding: 11px 0;
}
.kids-details-item .kids-info-schedule-area .table thead tr .day {
  width: 287px;
}
.kids-details-item .kids-info-schedule-area .table thead tr .time {
  border-left: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  width: 215px;
}
.kids-details-item .kids-info-schedule-area .table thead tr .tnstructor {
  width: 264px;
}
.kids-details-item .kids-info-schedule-area .table tbody tr td {
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 1199px) {
  .kids-details-item .kids-info-schedule-area .table tbody tr td {
    font-size: 13px;
  }
}
.kids-details-item .kids-info-schedule-area .table tbody tr .time {
  border-left: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
}

/*
-----------------------------------------------------------------------
    Gallery CSS
-----------------------------------------------------------------------
*/
.gallery-area.gallery-default-area .section-title {
  margin-bottom: 61px;
}
@media only screen and (max-width: 1199px) {
  .gallery-area.gallery-default-area .section-title {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-area.gallery-default-area .section-title {
    text-align: center;
  }
}
.gallery-area.gallery-default-area .btn-theme {
  background-color: transparent;
  border: 1px solid #e5ba03;
  border-radius: 25.5px;
  color: #000;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  width: 149px;
  height: 55px;
  margin-right: -97px;
  padding: 0;
  position: relative;
  top: 86px;
  line-height: 55px;
  text-align: center;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .gallery-area.gallery-default-area .btn-theme {
    margin-right: 0;
  }
}
.gallery-area.gallery-default-area .btn-theme:hover {
  background-color: #e5ba03;
  color: #fff;
}

.gallery-item .thumb {
  overflow: hidden;
}
.gallery-item .thumb a img {
  width: 100%;
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
}
.gallery-item:hover .thumb a img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

/*
-----------------------------------------------------------------------
  Service CSS
-----------------------------------------------------------------------
*/
.seedline-bg {
  background-clip: initial;
  background-color: #a7a7a7;
  background-origin: initial;
  background: url(/assets/img/about/about-seedline-05.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}

.seedline-details-area {
  padding: 92px 0;
}
@media only screen and (max-width: 1199px) {
  .seedline-details-area {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .seedline-details-area {
    padding: 90px 0 50px;
  }
}

.seedline-details-item .content .title {
  font-size: 42px;
  line-height: 1.333;
  margin-bottom: 24px;
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .seedline-details-item .content .title {
    font-size: 30px;
  }
}
.seedline-details-item .content p {
  color: #022743;
  margin-bottom: 17px;
}
.seedline-details-item .content .seedline-details-info .title {
  font-size: 32px;
  margin-bottom: 21px;
  margin-top: 31px;
}
.seedline-details-item .content .seedline-details-info p {
  margin-bottom: 35px;
}
.seedline-details-item .seedline-info-area {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .seedline-details-item .seedline-info-area {
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  .seedline-details-item .seedline-info-area {
    display: block;
  }
}
.seedline-details-item .seedline-info-area .content {
  max-width: 542px;
  padding: 42px 0 9px 52px;
}
@media only screen and (max-width: 1199px) {
  .seedline-details-item .seedline-info-area .content {
    padding: 42px 0 9px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .seedline-details-item .seedline-info-area .content {
    max-width: none;
    padding: 42px 0 9px 25px;
  }
}
.seedline-details-item .seedline-info-area .content .info-item {
  margin-bottom: 31px;
}
.seedline-details-item .seedline-info-area .content .info-item .title {
  color: #e5ba03;
  font-size: 18px;
  line-height: 1.666;
  margin-bottom: 3px;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .seedline-details-item .seedline-info-area .content .info-item .title {
    font-size: 16px;
  }
}
.seedline-details-item .seedline-info-area .content .info-item p {
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .seedline-details-item .seedline-info-area .content .info-item p {
    font-size: 14px;
  }
}
.seedline-details-item .seedline-info-area .content .info-item.info-style-2 {
  margin-left: 21px;
}
@media only screen and (max-width: 767px) {
  .seedline-details-item .seedline-info-area .content .info-item.info-style-2 {
    margin-left: 0;
  }
}
.seedline-details-item .seedline-info-area .content .info-item.info-style-3 {
  margin-left: 33px;
}
@media only screen and (max-width: 767px) {
  .seedline-details-item .seedline-info-area .content .info-item.info-style-3 {
    margin-left: 0;
  }
}
.seedline-details-item .seedline-info-area .thumb {
  max-width: 225px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .seedline-details-item .seedline-info-area .thumb {
    display: none;
  }
}
.seedline-details-item .seedline-info-area .thumb:after {
  bottom: -9px;
  content: url("../img/icons/c4.png");
  left: 0;
  position: absolute;
  width: 100%;
}
.seedline-details-item .seedline-info-area .thumb:before {
  background-color: #e1e1e1;
  content: "";
  height: 100%;
  left: -2px;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}
.seedline-details-item .seedline-info-list-area .title {
  margin-top: 33px;
  margin-bottom: 22px;
}
.seedline-details-item .seedline-info-list-area p {
  color: #022743;
}
.seedline-details-item .seedline-info-list-area ul {
  margin-bottom: 18px;
}
.seedline-details-item .seedline-info-list-area ul li {
  display: inline-block;
  margin-right: 36px;
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.555;
}
@media only screen and (max-width: 767px) {
  .seedline-details-item .seedline-info-list-area ul li {
    font-size: 16px;
  }
}
.seedline-details-item .seedline-info-list-area ul li:before {
  border: 1px solid #e5ba03;
  border-radius: 50%;
  display: inline-block;
  content: "";
  top: 1px;
  margin-right: 11px;
  position: relative;
  width: 15px;
  height: 15px;
}
.seedline-details-item .seedline-info-schedule-area .title {
  margin-bottom: 22px;
}
.seedline-details-item .seedline-info-schedule-area p {
  color: #022743;
  margin-bottom: 34px;
}
.seedline-details-item .seedline-info-schedule-area .table {
  text-align: center;
}
.seedline-details-item .seedline-info-schedule-area .table thead tr th {
  border: none;
  background-color: #e5ba03;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.666;
  padding: 11px 0;
}
.seedline-details-item .seedline-info-schedule-area .table thead tr .day {
  width: 287px;
}
.seedline-details-item .seedline-info-schedule-area .table thead tr .time {
  border-left: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  width: 215px;
}
.seedline-details-item .seedline-info-schedule-area .table thead tr .tnstructor {
  width: 264px;
}
.seedline-details-item .seedline-info-schedule-area .table tbody tr td {
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 1199px) {
  .seedline-details-item .seedline-info-schedule-area .table tbody tr td {
    font-size: 13px;
  }
}
.seedline-details-item .seedline-info-schedule-area .table tbody tr .time {
  border-left: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
}

/*
-----------------------------------------------------------------------
  Service CSS
-----------------------------------------------------------------------
*/
.vbs-bg {
  background-clip: initial;
  background-color: #81b1bd;
  background-origin: initial;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 1200px) {
  .vbs-bg {
    background: url(/assets/img/about/vbs-cross-wide.jpg);
    background-position: center center;
  }
}
@media only screen and (max-width: 1199px) {
  .vbs-bg {
    background: url(/assets/img/about/vbs-cross-tall.jpg);
    background-position: bottom right;
  }
}
@media only screen and (max-width: 767px) {
  .vbs-bg {
    background: url(/assets/img/about/vbs-cross-tall.jpg);
    background-position: right center;
  }
}
@media only screen and (max-width: 575px) {
  .vbs-bg {
    background: url(/assets/img/about/vbs-cross-tall.jpg);
    background-position: left center;
  }
}

@media only screen and (min-width: 1200px) {
  .vbs-next-year p {
    padding: 20px;
    background: rgba(255, 255, 255, 0.25);
    text-shadow: #838383 2px 1px 1px;
    font-weight: 900;
    text-align: center;
    border-radius: 10%;
  }
}

.vbs-details-area {
  padding: 130px 0;
}
@media only screen and (max-width: 1199px) {
  .vbs-details-area {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .vbs-details-area {
    padding: 90px 0 50px;
  }
}

.vbs-details-item .content .title {
  font-size: 42px;
  line-height: 1.333;
  margin-bottom: 24px;
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .vbs-details-item .content .title {
    font-size: 30px;
  }
}
.vbs-details-item .content p {
  color: #022743;
  margin-bottom: 17px;
}
.vbs-details-item .content .vbs-details-info .title {
  font-size: 32px;
  margin-bottom: 21px;
  margin-top: 31px;
}
.vbs-details-item .content .vbs-details-info p {
  margin-bottom: 35px;
}
.vbs-details-item .vbs-info-area {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .vbs-details-item .vbs-info-area {
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  .vbs-details-item .vbs-info-area {
    display: block;
  }
}
.vbs-details-item .vbs-info-area .content {
  max-width: 542px;
  padding: 42px 0 9px 52px;
}
@media only screen and (max-width: 1199px) {
  .vbs-details-item .vbs-info-area .content {
    padding: 42px 0 9px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .vbs-details-item .vbs-info-area .content {
    max-width: none;
    padding: 42px 0 9px 25px;
  }
}
.vbs-details-item .vbs-info-area .content .info-item {
  margin-bottom: 31px;
}
.vbs-details-item .vbs-info-area .content .info-item .title {
  color: #e5ba03;
  font-size: 18px;
  line-height: 1.666;
  margin-bottom: 3px;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .vbs-details-item .vbs-info-area .content .info-item .title {
    font-size: 16px;
  }
}
.vbs-details-item .vbs-info-area .content .info-item p {
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .vbs-details-item .vbs-info-area .content .info-item p {
    font-size: 14px;
  }
}
.vbs-details-item .vbs-info-area .content .info-item.info-style-2 {
  margin-left: 21px;
}
@media only screen and (max-width: 767px) {
  .vbs-details-item .vbs-info-area .content .info-item.info-style-2 {
    margin-left: 0;
  }
}
.vbs-details-item .vbs-info-area .content .info-item.info-style-3 {
  margin-left: 33px;
}
@media only screen and (max-width: 767px) {
  .vbs-details-item .vbs-info-area .content .info-item.info-style-3 {
    margin-left: 0;
  }
}
.vbs-details-item .vbs-info-area .thumb {
  max-width: 225px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .vbs-details-item .vbs-info-area .thumb {
    display: none;
  }
}
.vbs-details-item .vbs-info-area .thumb:after {
  bottom: -9px;
  content: url("../img/icons/c4.png");
  left: 0;
  position: absolute;
  width: 100%;
}
.vbs-details-item .vbs-info-area .thumb:before {
  background-color: #e1e1e1;
  content: "";
  height: 100%;
  left: -2px;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}
.vbs-details-item .vbs-info-list-area .title {
  margin-top: 33px;
  margin-bottom: 22px;
}
.vbs-details-item .vbs-info-list-area p {
  color: #022743;
}
.vbs-details-item .vbs-info-list-area ul {
  margin-bottom: 18px;
}
.vbs-details-item .vbs-info-list-area ul li {
  display: inline-block;
  margin-right: 36px;
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.555;
}
@media only screen and (max-width: 767px) {
  .vbs-details-item .vbs-info-list-area ul li {
    font-size: 16px;
  }
}
.vbs-details-item .vbs-info-list-area ul li:before {
  border: 1px solid #e5ba03;
  border-radius: 50%;
  display: inline-block;
  content: "";
  top: 1px;
  margin-right: 11px;
  position: relative;
  width: 15px;
  height: 15px;
}
.vbs-details-item .vbs-info-schedule-area .title {
  margin-bottom: 22px;
}
.vbs-details-item .vbs-info-schedule-area p {
  color: #022743;
  margin-bottom: 34px;
}
.vbs-details-item .vbs-info-schedule-area .table {
  text-align: center;
}
.vbs-details-item .vbs-info-schedule-area .table thead tr th {
  border: none;
  background-color: #e5ba03;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.666;
  padding: 11px 0;
}
.vbs-details-item .vbs-info-schedule-area .table thead tr .day {
  width: 287px;
}
.vbs-details-item .vbs-info-schedule-area .table thead tr .time {
  border-left: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  width: 215px;
}
.vbs-details-item .vbs-info-schedule-area .table thead tr .tnstructor {
  width: 264px;
}
.vbs-details-item .vbs-info-schedule-area .table tbody tr td {
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 1199px) {
  .vbs-details-item .vbs-info-schedule-area .table tbody tr td {
    font-size: 13px;
  }
}
.vbs-details-item .vbs-info-schedule-area .table tbody tr .time {
  border-left: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
}

p.heading__desc {
  font-size: 16px;
  text-align: right;
  font-style: italic;
  line-height: 26px;
  color: #23415D;
  text-shadow: #fff 2px 1px 62px;
}

h2.heading__title {
  font-size: 36px;
}

.services-layout {
  background-clip: initial;
  background-color: #479bd1;
  background-origin: initial;
  background: url(/assets/img/about/beliefs-bg-02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}

.services-layout .subtitle {
  color: #e5ba03;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 9px;
}

.service-items-wrap {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  overflow: hidden;
}

.service-item {
  position: relative;
  overflow: hidden;
}

.service-item {
  border-left: 2px solid #eaeaea;
  margin-left: -2px;
  margin-bottom: 0;
}

.service-item .service__content {
  background-color: #fff;
  padding: 30px 38px 30px 40px;
}

.service-item .service__icon {
  margin-bottom: 30px;
}

.service-item .service__icon i {
  font-size: 65px;
  line-height: 1;
  color: #ff7607;
}

.service-item .service__title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  text-shadow: #eaeaea 2px 1px 1px;
}

.service-item .service__desc {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
}

.service-item-full {
  border-top: 2px solid #eaeaea;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item .service__icon {
    margin-bottom: 15px;
  }
  .service-item .service__icon i {
    font-size: 50px;
  }
  .service-item .service__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .service-item-full-md {
    border-top: 2px solid #eaeaea;
  }
}
/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .service-item .service__content {
    padding: 20px;
  }
  .service-item .service__title {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .service-item-full-xs {
    border-top: 2px solid #eaeaea;
  }
}
/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/
.brand-logo-item img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.brand-logo-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/*
-----------------------------------------------------------------------
  Icon Box CSS
-----------------------------------------------------------------------
*/
/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area.default-style .footer-main {
  padding: 135px 0 88px;
}
@media only screen and (max-width: 1199px) {
  .footer-area.default-style .footer-main {
    padding: 90px 0 60px;
  }
}
.footer-area.default-style .footer-bottom {
  padding: 20px 0 19px;
  background-color: #1d1d1d;
}
.footer-area.default-style .footer-bottom .footer-bottom-content .widget-copyright {
  font-size: 14px;
  font-weight: 400;
  font-family: "Exo", sans-serif;
}
.footer-area.default-style .footer-bottom .footer-bottom-content .widget-copyright p {
  color: #9c9c9c;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 359.98px) {
  .footer-area.default-style .footer-bottom .footer-bottom-content .widget-copyright p {
    font-size: 13px;
  }
}
.footer-area.default-style .footer-bottom .footer-bottom-content .widget-copyright p i {
  color: #9c9c9c;
  margin: 0 6px;
}
.footer-area.default-style .footer-bottom .footer-bottom-content .widget-copyright p i.fa-heart {
  color: #e5ba03;
}
.footer-area.default-style .footer-bottom .footer-bottom-content .widget-copyright p a {
  color: #9c9c9c;
}
.footer-area.default-style .footer-bottom .footer-bottom-content .widget-copyright p a:hover {
  color: #e5ba03;
}
.footer-area.default-style .widget-item h4 {
  color: #e0e0e0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-bottom: 27px;
}
.footer-area.default-style .about-widget {
  position: relative;
  top: -25px;
}
.footer-area.default-style .about-widget .footer-logo img {
  margin-bottom: 17px;
  margin-bottom: 38px;
  width: 174px;
}
.footer-area.default-style .about-widget .about-info-item {
  margin-bottom: 21px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .footer-area.default-style .about-widget .about-info-item {
    right: auto;
  }
}
.footer-area.default-style .about-widget .about-info-item .icon-box {
  position: absolute;
  top: 4px;
  width: 30px;
  text-align: center;
}
.footer-area.default-style .about-widget .about-info-item .content p {
  color: #e0e0e0;
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
}
.footer-area.default-style .about-widget .about-info-item .content p:hover {
  color: #e5ba03;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer-area.default-style .about-widget .content {
  padding-left: 42px;
}
.footer-area.default-style .about-widget .content .title {
  color: #e5ba03;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  margin: 0;
  margin-bottom: 2px;
}
.footer-area.default-style .about-widget .content ul {
  display: inline-block;
  margin-bottom: 0;
}
.footer-area.default-style .about-widget .content ul li {
  color: #e0e0e0;
  font-size: 14px;
}
.footer-area.default-style .about-widget .content ul li a {
  color: #e0e0e0;
}
.footer-area.default-style .widget-menu-wrap {
  color: #e0e0e0;
  display: flex;
  font-size: 14px;
}
.footer-area.default-style .widget-menu-wrap .nav-menu {
  display: block;
  width: 47%;
}
.footer-area.default-style .widget-menu-wrap .nav-menu li {
  margin-bottom: 15px;
}
.footer-area.default-style .widget-menu-wrap .nav-menu li a {
  color: #e0e0e0;
}
.footer-area.default-style .widget-menu-wrap .nav-menu li a:hover {
  color: #e5ba03;
}
.footer-area.default-style .widget-contact-info {
  margin-top: 32px;
}
.footer-area.default-style .widget-contact-info .contact-info-item {
  margin-bottom: 21px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .footer-area.default-style .widget-contact-info .contact-info-item {
    right: auto;
  }
}
.footer-area.default-style .widget-contact-info .contact-info-item .icon-box {
  position: absolute;
  top: 4px;
  width: 29px;
  text-align: center;
}
.footer-area.default-style .widget-contact-info .contact-info-item .content p {
  color: #e0e0e0;
  font-size: 14px;
}
.footer-area.default-style .widget-contact-info .content {
  padding-left: 40px;
}
.footer-area.default-style .widget-contact-info .content .title {
  color: #e5ba03;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  margin: 0;
  margin-bottom: 2px;
}
.footer-area.default-style .widget-contact-info .content ul {
  display: inline-block;
  margin-bottom: 0;
}
.footer-area.default-style .widget-contact-info .content ul li {
  color: #e0e0e0;
  font-size: 14px;
}
.footer-area.default-style .widget-contact-info .content ul li a {
  color: #e0e0e0;
}
.footer-area.default-style .widget-contact-info .content ul li a:hover {
  color: #e5ba03;
}
.footer-area.default-style .widget-worship-info {
  margin-top: 32px;
}
.footer-area.default-style .widget-worship-info .worship-info-item {
  margin-bottom: 21px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .footer-area.default-style .widget-worship-info .worship-info-item {
    right: auto;
  }
}
.footer-area.default-style .widget-worship-info .worship-info-item .icon-box {
  position: absolute;
  top: 4px;
  width: 24px;
  text-align: center;
}
.footer-area.default-style .widget-worship-info .worship-info-item .content p {
  color: #e0e0e0;
  font-size: 14px;
}
.footer-area.default-style .widget-worship-info .content {
  padding-left: 38px;
}
.footer-area.default-style .widget-worship-info .content .title {
  color: #e5ba03;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  margin: 0;
  margin-bottom: 2px;
}
.footer-area.default-style .widget-worship-info .content ul {
  display: inline-block;
  margin-bottom: 0;
}
.footer-area.default-style .widget-worship-info .content ul li {
  color: #e0e0e0;
  font-size: 14px;
}
.footer-area.default-style .widget-worship-info .content ul li a {
  color: #e0e0e0;
}
.footer-area.default-style .widget-worship-info .content ul li a:hover {
  color: #e5ba03;
}
.footer-area.default-style .widget-social-icons a {
  background-color: #e3e3e3;
  border-radius: 10px;
  color: #252525;
  display: inline-block;
  font-size: 14px;
  height: 27px;
  line-height: 29px;
  margin-right: 18px;
  text-align: center;
  width: 27px;
}
.footer-area.default-style .widget-social-icons a:last-child {
  margin-right: 0;
}
.footer-area.default-style .widget-social-icons a:hover {
  background-color: #e5ba03;
  color: #fff;
}

.reveal-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .reveal-footer {
    position: relative;
  }
}

.site-wrapper-reveal {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .site-wrapper-reveal {
    margin-bottom: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */