/* Font size initialize */

body {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.3 !important;
}

h1,
.h1,
.contentbuilder-css h1 {
    font-size: 2.5rem;
    font-weight: 600;
}

h1.d1,
.h1.d1 {
    font-size: 3.125rem;
    font-weight: 600;
}

h1.d2,
.h1.d2 {
    font-size: 2.8125rem;
    font-weight: 600;
}

h2,
.h2,
.contentbuilder-css h2 {
    font-size: 2rem;
    font-weight: 600;
}

h2.d1,
.h2.d1 {
    font-size: 2.5rem;
}

h2.d2,
.h2.d2 {
    font-size: 2.25rem;
}

h3,
.h3,
.contentbuilder-css h3 {
    font-size: 1.75rem;
    font-weight: 600;
}

h3.d1,
.h3.d1 {
    font-size: 2.1875rem;
}

h3.d2,
.h3.d2 {
    font-size: 1.96875rem;
}

h4,
.h4,
.contentbuilder-css h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

h4.d1,
.h4.d1 {
    font-size: 1.875rem;
}

h4.d2,
.h4.d2 {
    font-size: 1.6875rem;
}

h5,
.h5,
.contentbuilder-css h5 {
    font-size: 1.25rem;
    font-weight: 600;
}

h5.d1,
.h5.d1 {
    font-size: 1.5625rem;
}

h5.d2,
.h5.d2 {
    font-size: 1.40625rem;
}

h6,
.h6,
.contentbuilder-css h6 {
    font-size: 1rem;
    font-weight: 600;
}

h6.d1,
.h6.d1 {
    font-size: 1.25rem;
}

h6.d2,
.h6.d2 {
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 15px;
    }
}

@media screen and (min-width: 992px) {
    body {
        font-size: 16px;
    }
}

.btn,
.contentbuilder-css a,
.section-footer a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-group.list-no-border .list-group-item {
    border: none;
}

ul.footer-list {
    list-style: none;
    padding-left: 0;
}

.social-media > a {
    width: 47px;
    height: 47px;
    display: inline-block;
    text-align: center;
    font-size: 1.7em;
}

.social-media .social-media-icon.round {
    border-radius: 50%;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-box-center {
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-box-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Go initialize */

.contentbuilder-css {
    line-height: 1.3;
}

.contentbuilder-contentarea > .contentbuilder-inner > .row {
    margin-left: -15px;
    margin-right: -15px;
}

.section-header .container-fluid,
.contentbuilder-css .container,
footer .container-fluid {
    max-width: 1600px;
}

.list-group.list-no-border .list-group-item {
    border: none;
}

.section-header .navbar-menus ul.navbar-nav > li > a,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
    font-size: 1em;
}

.section-header .navbar-nav > li > .dropdown-menu {
    font-size: 0.9em;
}

.contentbuilder-css p,
.formbuilder-inner > p,
.contentbuilder-css td,
.contentbuilder-css li,
.contentbuilder-css label {
    font-size: 1em;
    line-height: 1.5;
}

.section-header .navbar .navbar-header a .logo-image-span {
    height: auto;
}

.section-header .navbar .navbar-header a img {
    max-height: 100%;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash li.header-menu-1st > a::before {
    display: none;
}

.swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 {
    font-size: 3em;
}

.swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
    font-size: 0.7em;
}

@media screen and (min-width: 768px) {
    .swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
        font-size: 0.83em;
    }
}

@media screen and (min-width: 992px) {
    .swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
        font-size: 0.9em;
    }
}

@media screen and (min-width: 1280px) {
    .swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
        font-size: 1em;
    }
}

.swiper-custom-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-singlerow {
    position: relative;
}

.swiper-singlerow .swiper-container {
    position: static;
}

.swiper-singlerow .swiper-default-container {
    overflow: hidden;
}

.swiper-singlerow .swiper-slide {
    text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
    width: 25px;
    height: auto;
    background: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-prev:focus,
.swiper-button-next:hover,
.swiper-button-next:focus {
    opacity: 0.7;
}

@media screen and (min-width: 992px) {
    .swiper-button-prev,
    .swiper-button-next {
        width: 50px;
    }
}

#gallerybuilderContentarea > .gallerybuilder-inner {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0 30px;
}

@media screen and (max-width: 1280px) {
    #gallerybuilderContentarea > .gallerybuilder-inner {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 960px) {
    #gallerybuilderContentarea > .gallerybuilder-inner {
        padding: 15px;
    }
}

.form-group-lg .form-control {
    font-size: 1.125em;
}

@media screen and (min-width: 992px) {
    .form-group-lg .form-control {
        font-size: 1.125em;
    }
}

/* Mobile menu */

@media (max-width: 1023px) {
  .section-header .container-fluid {
      padding-top: 5px;
      padding-bottom: 5px;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      padding-right: 15px;
      padding-left: 15px;
      overflow-x: visible;
      -webkit-overflow-scrolling: touch;
      border-top: 1px solid transparent;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
      display: none !important;
  }
  .navbar-collapse.in {
      display: block !important;
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
      margin-left: -15px;
      margin-right: -15px;
  }
  .section-header .navbar .navbar-header {
      margin-right: -15px;
  }
  .section-header .navbar .navbar-header,
  .section-header .navbar-menus,
  .navbar-nav,
  .navbar-nav > li {
      float: none;
  }
  .section-header .navbar .navbar-header a .logo-image-span {
      padding-left: 10px;
  }
  .visible-xs-inline {
      display: inline !important;
  }
  .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  .section-header .navbar-nav > li > .dropdown-menu {
      max-width: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
      padding: 5px 15px 5px 25px;
      line-height: 20px;
  }
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li > a {
      padding: 15px 14px;
      line-height: 1;
  }
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
      padding-left: 0;
      padding-right: 0;
      line-height: 1;
  }
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu .caret {
      margin-left: 6px;
      margin-bottom: 4px;
  }
  .section-header .navbar .navbar-toggle {
      float: right;
  }
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
  color: #fff;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a:hover span.menu,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a:focus span.menu,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu:hover,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu:focus,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li.active span.menu,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li.open span.menu {
  color: #bfbfbf;
}

@media screen and (min-width: 1280px) {
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
    color: #fff;
  }
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a:hover span.menu,
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a:focus span.menu,
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu:hover,
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu:focus,
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li.active span.menu,
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li.open span.menu {
    color: #bfbfbf;
  }
}

h1,
.h1,
.contentbuilder-css h1 {
  color: #333;
}

h2,
.h2,
.contentbuilder-css h2 {
  color: #333;
}

h3,
.h3,
.contentbuilder-css h3 {
  color: #333;
}

h4,
.h4,
.contentbuilder-css h4 {
  color: #333;
}

h5,
.h5,
.contentbuilder-css h5 {
  color: #333;
}

h6,
.h6,
.contentbuilder-css h6 {
  color: #333;
}
.btn.btn-default,
.contentbuilder-css .btn.btn-default {
  color: #fff;
  background-color: #494949;
  border-radius: 23px;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.contentbuilder-css .btn.btn-default:hover,
.contentbuilder-css .btn.btn-default:focus {
  color: #fff;
  background-color: #bbb;
  text-decoration: none;
}

a,
.contentbuilder-css a {
  color: #4eaadd;
}

a:hover,
a:focus,
.contentbuilder-css a:hover,
.contentbuilder-css a:focus {
  color: #7193a5;
}

.section-footer footer a {
  color: #333;
}

.section-footer footer a:hover,
.section-footer footer a:focus {
  color: #bfbfbf;
}

#hiddenHeader {
    display: none;
}

body.fixed-top .section-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.section-header {
    top: -200px;
    position: static;
    margin-bottom: -66px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 1024px) {
    .section-header {
        margin-bottom: -80px;
    }
}

/* Sf box */

.sf-box {
  opacity: 0 !important;
  position: relative !important;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.sf-box.to-top {
  top: 50px;
  -webkit-transition: opacity 1s ease, top 1s ease;
  transition: opacity 1s ease, top 1s ease;
}

.sf-box.to-right {
  right: 50px;
  -webkit-transition: opacity 1s ease, right 1s ease;
  transition: opacity 1s ease, right 1s ease;
}

.sf-box.to-bottom {
  bottom: 50px;
  -webkit-transition: opacity 1s ease, bottom 1s ease;
  transition: opacity 1s ease, bottom 1s ease;
}

.sf-box.to-left {
  left: 50px;
  -webkit-transition: opacity 1s ease, left 1s ease;
  transition: opacity 1s ease, left 1s ease;
}

.sf-box.sf-in {
  opacity: 1 !important;
}

.sf-box.sf-in.to-top {
  top: 0;
  -webkit-transition: opacity 1s ease, top 1s ease;
  transition: opacity 1s ease, top 1s ease;
}

.sf-box.sf-in.to-right {
  right: 0;
  -webkit-transition: opacity 1s ease, right 1s ease;
  transition: opacity 1s ease, right 1s ease;
}

.sf-box.sf-in.to-bottom {
  bottom: 0;
  -webkit-transition: opacity 1s ease, bottom 1s ease;
  transition: opacity 1s ease, bottom 1s ease;
}

.sf-box.sf-in.to-left {
  left: 0;
  -webkit-transition: opacity 1s ease, left 1s ease;
  transition: opacity 1s ease, left 1s ease;
}