@font-face {
  font-family: 'Sora';
  src: url("../fonts/Sora.ttf") format('truetype')
}

@font-face {
  font-family: 'Estedad-VF-FD';
  src: url("../fonts/Estedad-VF-FD.ttf") format('truetype')
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 24px;
  font-family: "Sora", sans-serif;
  color: #666;
  overflow-x: hidden;
}
.fatype {
  font-family: "Estedad-VF-FD", sans-serif;
}
ul {
  list-style: none;
}
ul.bullets {
  list-style: inside;
}
.main-container {
  clear: both;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 0 24px 0;
  width: 100%;
}
a,
a:visited,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
}
a {
  font-weight: 600;
  color: #FFCA30;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: poitner;
}
a:hover {
    color: #153F82;
    text-decoration: none;
}
.image-bg hr {
  border-color: #fff;
  opacity: .6;
}
img {
    max-width: 100%;
}
.image-bg.bg-light hr {
  border-color: #ccc;
  opacity: 1;
}
.bg-dark hr {
  border-color: #555;
}
.inline-block {
  display: inline-block;
}
.list-inline {
  margin-left: 0;
}
.list-inline > li {
  padding: 0 8px;
}
.list-inline > li:last-child {
  padding-right: 0;
}
.list-inline > li:first-child {
  padding-left: 0;
}
.bg-primary .list-inline i {
  color: #000;
  font-size: 20px;
}
.overflow-hidden {
  overflow: hidden;
}
.display-block {
  display: block;
}
.show-grid {
  border: 1px dashed rgba(255, 255, 255, 0);
  padding: 8px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  cursor: default;
}
.show-grid:hover {
  border-color: #222;
}
section,
footer {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
footer {
  padding: 72px 0;
}
.fullscreen {
  height: 100vh;
}
.right {
  right: 0;
}
.left {
  left: 0;
}
.bold {
  font-weight: 700 !important;
}
.thin {
  font-weight: 100 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
pre,
table,
blockquote,
input,
button,
select,
textarea {
  margin-bottom: 24px;
  margin-top: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #292929;
}
h1,
.h1 {
  font-size: 56px;
  line-height: 64px;
}
h1.large {
  font-size: 72px;
  line-height: 80px;
  font-weight: 100;
}
h2 {
  font-size: 40px;
  line-height: 48px;
}
h3 {
  font-size: 32px;
  line-height: 40px;
}
h4 {
  font-size: 24px;
  line-height: 32px;
}
h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}
.uppercase {
  font-weight: 400;
  text-transform: uppercase;
}
.bold-h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  font-weight: 700;
}
p,
span {
  font-weight: 400;
}
p.lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.sub {
  font-size: 12px;
}
.image-bg a,
.bg-primary a {
  color: #000;
}
.image-bg a:hover,
.bg-primary a:hover {
  color: #fff;
  opacity: .9;
}
.bg-light a {
  color: #47b475;
}
.bg-light a:hover {
  color: #47b475;
  opacity: 1;
}
.label {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  background: #47b475;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 10px;
  vertical-align: middle;
}
blockquote {
  overflow: hidden;
  font-size: 20px;
  line-height: 40px;
  font-style: italic;
  background: #f5f5f5;
  padding: 32px;
  color: #777;
  font-weight: 300;
}
.bg-secondary blockquote {
  background: #fff;
  border-color: #47b475;
}
.columns-2 {
  column-count: 2;
  -webkit-column-count: 2;
}

.relative {
  position: relative;
  z-index: 2;
}
.clearboth {
  clear: both;
}
.spread-children * {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}
.spread-children-large * {
  display: inline-block;
  margin-left: 24px;
  margin-right: 24px;
}
.container {
  position: relative;
}
.vnu {
  display: inline;
}
.v-align-children {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .v-align-children-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .disable-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .v-align-transform {
    position: relative;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
    z-index: 2;
  }
  .align-bottom {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .align-top {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .text-left {
    text-align: left !important;
  }
  
  .btn:last-child,
  .btn:last-of-type {
    margin-right: 0;
  }
  .btn:hover {
    background: #47b475;
    color: #fff;
  }
  .btn-filled {
    background: #47b475;
    color: #fff;
  }
  .btn-white,
  .image-bg .btn,
  .image-bg .btn:visited {
    color: #fff;
    border-color: #fff;
  }
  .btn-white:hover,
  .image-bg .btn:hover,
  .image-bg .btn:visited:hover {
    background: #fff;
    color: #222;
  }
  .image-bg .btn.btn-filled,
  .image-bg .btn-filled:visited {
    border-color: #47b475;
  }
  .image-bg .btn-filled:hover {
    border-color: #fff;
  }
  .btn-rounded {
    border-radius: 25px;
  }
  body.btn-rounded .btn {
    border-radius: 25px !important;
  }
  .bg-light .btn {
    border-color: #222;
    color: #222;
  }
  .bg-light .btn:visited,
  .bg-light .btn:visited:hover {
    color: #222;
  }
  .bg-light .btn-filled,
  .bg-light .btn-filled:visited {
    color: #fff;
  }
  .btn:visited {
    color: #153F82;
  }
  .btn-white:visited,
  .btn:visited:hover {
    color: #fff;
  }
  .btn-white:visited:hover {
    color: #222;
  }
  .btn-filled:visited {
    color: #fff;
  }
  .btn.bg-dark {
    color: #fff;
    border-color: #292929;
  }
  .btn.bg-dark:hover {
    background: #434343;
  }
  .bg-primary .btn {
    color: #fff;
    border-color: #fff;
  }
  .bg-primary .btn:hover {
    background: #fff;
    color: #47b475;
  }
  .icon {
    font-size: 64px;
    display: inline-block;
    color: #292929;
  }
  .image-bg.bg-light .icon {
    color: #292929;
  }
  .image-bg .icon,
  .bg-dark .icon {
    color: #fff;
  }
  .icon-lg {
    font-size: 80px;
  }
  .icon-sm {
    font-size: 32px;
  }
  .icon-xs {
    font-size: 18px;
  }
  .embelish-icons {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: scale(10);
    -webkit-transform: scale(10);
    left: 50%;
    opacity: 0.05;
    z-index: -1;
  }
  .breadcrumb {
    margin-bottom: 24px;
  }
  .breadcrumb-2 {
    background: none;
    padding: 0;
  }
  .breadcrumb-2 li a,
  .breadcrumb-2 li {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 11px;
    font-weight: 600;
  }
  .breadcrumb-2 > li + li:before {
    padding: 0 16px;
    color: #bbb;
  }
  .image-bg .breadcrumb li a {
    color: #fff;
    opacity: .8;
  }
  .image-bg .breadcrumb li a:hover {
    opacity: 1;
  }
  .image-bg .breadcrumb li.active {
    color: #fff;
  }
  .bg-dark .breadcrumb a {
    color: #fff;
  }
  .pagination {
    margin: 0;
  }
  .pagination li {
    font-family: inherit;
  }
  .pagination li a {
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    padding-top: 6px;
    margin: 0 4px;
    color: #292929;
    font-weight: 400;
    border-radius: 10px;
  }
  .pagination li a:hover,
  .pagination li.active a,
  .pagination li.active:hover a {
    background: #FFCA30;
    color: #fff;
    border-color: #FFCA30;
  }
  .cover {
    margin: 0;
    padding: 0;
  }
  .cover h1,
  .cover h2,
  .cover h3,
  .cover h4,
  .cover h5,
  .cover h6 {
    color: #ffffff;
  }
  .cover p,
  .cover span,
  .cover li {
    color: #ffffff;
    font-size: 15px;
  }
  .image-bg.bg-light h1,
  .image-bg.bg-light h2,
  .image-bg.bg-light h3,
  .image-bg.bg-light h4,
  .image-bg.bg-light h5,
  .image-bg.bg-light h6 {
    color: #222222;
  }
  .image-bg.bg-light p,
  .image-bg.bg-light span,
  .image-bg.bg-light li {
    color: #777777;
  }
  .cover:first-child .fullscreen {
    max-height: 100%;
  }
  .cover.fullscreen .slides > li {
    height: 100vh;
  }
  .cover .slides li .container {
    z-index: 4;
    position: relative;
  }
  .cover .flex-control-nav {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .9;
  }
  .cover .flex-control-nav:hover {
    opacity: 1;
  }
  .cover .align-bottom {
    padding: 0 32px;
    bottom: 16px;
  }
  .cover .align-top {
    padding: 0 32px;
  }
  .map-holder {
    overflow: hidden;
    position: relative;
  }
  .map-holder iframe {
    border: none;
    position: absolute;
    width: 100%;
    height: 180%;
    top: -40%;
    left: 0;
    z-index: 1;
  }
  .map-holder:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .map-holder.interact:before {
    width: 0;
  }
  .map-holder.inline {
    height: 400px;
    overflow: hidden;
  }
  .map-canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  footer.bg-dark a {
    color: #fff;
  }
  .footer-1 .logo {
    max-height: 30px;
  }
  .footer-1 .sub {
    opacity: .5;
  }
  .social-list {
    margin: 0;
  }
  .image-bg .social-list a {
    color: #fff;
  }
  .bg-dark .social-list a,
  .image-bg .social-list a {
    color: #fff;
    opacity: .5;
  }
  .bg-dark .social-list a:hover {
    opacity: 1;
  }
  .image-bg .social-list a {
    opacity: 1;
  }
  .bg-light .social-list a {
    color: #222;
  }
  .back-to-top {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .back-to-top:hover {
    opacity: 1;
  }
  .bg-dark .back-to-top {
    border-color: #fff;
  }
  .bg-dark .back-to-top:active,
  .bg-dark .back-to-top:focus {
    color: #fff;
  }
  .bg-dark .back-to-top:hover {
    background: none;
  }
  .mr0 {
    margin-right: 0;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb8 {
    margin-bottom: 8px;
  }
  .mb16 {
    margin-bottom: 16px;
  }
  .mb24 {
    margin-bottom: 24px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb32 {
    margin-bottom: 32px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb48 {
    margin-bottom: 48px;
  }
  .mb56 {
    margin-bottom: 56px;
  }
  .mb64 {
    margin-bottom: 64px;
  }
  .mb72 {
    margin-bottom: 72px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .mb88 {
    margin-bottom: 88px;
  }
  .mb96 {
    margin-bottom: 96px;
  }
  .mb104 {
    margin-bottom: 104px;
  }
  .mb112 {
    margin-bottom: 112px;
  }
  .mb120 {
    margin-bottom: 120px;
  }
  .mb160 {
    margin-bottom: 160px;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mt8 {
    margin-top: 8px;
  }
  .mt16 {
    margin-top: 16px;
  }
  .mt24 {
    margin-top: 24px;
  }
  .mt32 {
    margin-top: 32px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt48 {
    margin-top: 48px;
  }
  .mt56 {
    margin-top: 56px;
  }
  .mt64 {
    margin-top: 64px;
  }
  .mt72 {
    margin-top: 72px;
  }
  .mt80 {
    margin-top: 80px;
  }
  .mt88 {
    margin-top: 88px;
  }
  .mt96 {
    margin-top: 96px;
  }
  .mt104 {
    margin-top: 104px;
  }
  .mt112 {
    margin-top: 112px;
  }
  .mt120 {
    margin-top: 120px;
  }
  .mt160 {
    margin-top: 160px;
  }
  .p32 {
    padding: 0 32px;
  }
  .p24 {
    padding: 24px;
  }
  .p0 {
    padding: 0;
  }
  .pt0 {
    padding-top: 0;
  }
  .pt8 {
    padding-top: 8px;
  }
  .pt16 {
    padding-top: 16px;
  }
  .pt24 {
    padding-top: 24px;
  }
  .pt32 {
    padding-top: 32px;
  }
  .pt40 {
    padding-top: 40px;
  }
  .pt48 {
    padding-top: 48px;
  }
  .pt64 {
    padding-top: 64px;
  }
  .pt72 {
    padding-top: 72px;
  }
  .pt80 {
    padding-top: 80px;
  }
  .pt88 {
    padding-top: 88px;
  }
  .pt96 {
    padding-top: 96px;
  }
  .pt104 {
    padding-top: 104px;
  }
  .pt112 {
    padding-top: 112px;
  }
  .pt120 {
    padding-top: 120px;
  }
  .pt160 {
    padding-top: 160px;
  }
  .pt180 {
    padding-top: 180px;
  }
  .pt240 {
    padding-top: 240px;
  }
  .pb0 {
    padding-bottom: 0;
  }
  .pb8 {
    padding-bottom: 8px;
  }
  .pb16 {
    padding-bottom: 16px;
  }
  .pb24 {
    padding-bottom: 24px;
  }
  .pb32 {
    padding-bottom: 32px;
  }
  .pb40 {
    padding-bottom: 40px;
  }
  .pb48 {
    padding-bottom: 48px;
  }
  .pb56 {
    padding-bottom: 56px;
  }
  .pb64 {
    padding-bottom: 64px;
  }
  .pb72 {
    padding-bottom: 72px;
  }
  .pb80 {
    padding-bottom: 80px;
  }
  .pb88 {
    padding-bottom: 88px;
  }
  .pb96 {
    padding-bottom: 96px;
  }
  .pb104 {
    padding-bottom: 104px;
  }
  .pb112 {
    padding-bottom: 112px;
  }
  .pb120 {
    padding-bottom: 120px;
  }
  .pb160 {
    padding-bottom: 160px;
  }
  .pb180 {
    padding-bottom: 180px;
  }
  .pb240 {
    padding-bottom: 240px;
  }

  .nav-container {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
  }
  nav {
    background: #fff;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
  }
  nav ul {
    margin-bottom: 0;
  }
  .module {
    display: inline-block;
    padding: 0;
  }
  .module-group {
    display: inline-block;
  }
  .module.left,
  .module-group.left {
    float: left;
  }
  .module.right,
  .module-group.right {
    float: right;
  }
  nav .btn,
  .nav-bar .btn {
    margin: 0;
    height: auto;
  }
  .nav-utility {
    height: 45px;
    line-height: 43px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
  }
  .nav-utility i {
    position: relative;
    top: 1px;
  }
  .nav-bar {
    height: 100px;
    max-height: 100px;
    line-height: 95px;
  }
  .nav-bar .module,
  .nav-bar .module-group {
    height: 100px;
  }
  .nav-bar a {
    display: inline-block;
    height: 100px;
  }
  .logo {
    max-height: 80%;
  }
  .logo-light {
    display: none;
  }
  nav.nav-centered .logo {
    max-height: 64px;
    margin: 64px 0 40px 0;
  }
  nav.bg-dark .logo-light {
    display: inline;
  }
  nav.bg-dark .logo-dark {
    display: none;
  }
  .has-dropdown {
    padding-right: 18px;
  }
  .has-dropdown:after {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    content: "\e64b";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
  }
  .menu {
    width: 100%;
    height: 55px;
  }
  .menu.inline-block {
    width: auto;
  }
  .menu li a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #292929;
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
  }
  .menu li a:hover {
    opacity: 1 !important;
  }
  .menu > li {
    margin-right: 32px;
    float: left;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
  }
  .menu > li:last-child {
    margin-right: 0;
  }
  .menu > li:last-child > ul {
    right: 0;
  }
  .menu > li:last-child > ul ul {
    left: auto;
    right: 100%;
  }
  .menu > li ul {
    width: 200px;
    padding: 8px 0;
    background: #292929;
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    margin-top: -1px;
  }
  .menu > li > ul > li {
    position: relative;
    line-height: 24px;
    width: 100%;
    vertical-align: top;
  }
  .menu > li > ul > li i {
    display: inline-block;
    margin-right: 2px;
  }
  .menu > li > ul > .has-dropdown:after {
    color: #fff;
    top: 5px;
    right: 24px;
    content: "\e649";
  }
  .menu > li > ul li a {
    color: #fff;
    height: auto;
    padding: 6px 24px;
  }
  .menu > li > ul > li > ul {
    left: 100%;
    top: 0;
  }
  .menu > li:hover > ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
  }
  .menu > li > ul > li:hover > ul,
  .has-dropdown:hover .mega-menu ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
  }
  .mega-menu {
    width: auto !important;
    white-space: nowrap;
    line-height: 24px;
  }
  .mega-menu ul {
    position: relative !important;
    left: auto !important;
    padding: 0 !important;
  }
  .mega-menu > li {
    width: 200px !important;
    overflow: hidden;
    display: inline-block;
  }
  .mega-menu .title {
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding: 6px 24px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
  }
  .make-right {
    right: 0;
  }
  .module.widget-handle {
    border-left: 1px solid #ccc;
    padding: 0 24px;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
  }
  nav.nav-centered .module.widget-handle {
    border: none !important;
  }
  .module.widget-handle i {
      font-size: 20px;
      line-height: 53px;
      opacity: 0.5;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
    }
    .module.widget-handle:hover i,
    .module.active i {
      opacity: 1;
    }
    .widget-handle .function {
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      cursor: default;
      width: 200px;
      background: #292929;
      position: absolute;
      z-index: 99;
      opacity: 0;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transform: translate3d(0, 10px, 0);
      -webkit-transform: translate3d(0, 10px, 0);
      -moz-transform: translate3d(0, 10px, 0);
      visibility: hidden;
      margin-top: -2px;
      right: 0;
    }
    .module.widget-handle:hover .function {
      opacity: 1;
      transform: translate3d(0, 0px, 0);
      -webkit-transform: translate3d(0, 0px, 0);
      -moz-transform: translate3d(0, 0px, 0);
      visibility: visible;
    }
    .module.widget-handle .title {
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 600;
      display: none;
      opacity: .5;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
    }
    .module.widget-handle .title:hover {
      opacity: 1;
    }
    .widget-handle .cart {
      position: relative;
    }
    .widget-handle .cart .label {
      width: 17px;
      height: 17px;
      font-size: 10px;
      line-height: 17px;
      padding: 0;
      text-align: center;
      position: absolute;
      background: #47b475;
      top: 10px;
      right: -10px;
      border-radius: 50%;
    }
    .widget-handle .search-form {
      padding: 8px;
      display: inline-block;
      width: 100%;
      line-height: 50px;
    }
    .widget-handle .search-form input {
      margin: 0;
      font-size: 16px;
    }
    nav .widget {
      margin: 0;
      padding: 24px;
    }
    nav .widget .title {
      display: none !important;
    }
    nav .widget,
    nav .widget a:not(.btn) {
      color: #fff;
    }
    nav .widget hr {
      border-color: #777;
      margin-bottom: 16px;
    }
    nav .widget hr:first-of-type {
      display: none;
    }
    .cart-widget-handle .function {
      width: auto;
      background: #fff;
    }
    .cart-widget-handle .function span {
      color: #222 !important;
    }
    nav .cart-overview {
      min-width: 300px;
      margin-bottom: 16px;
    }
    nav .cart-overview a {
      height: auto;
    }
    .language .menu > li ul {
      max-width: 150px;
    }
    .nav-open {
      max-height: 10000px !important;
      height: auto !important;
    }
    .nav-open .mobile-toggle {
      border-bottom: 1px solid #ccc;
    }
    .has-offscreen-nav .main-container {
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
    }
    .offscreen-container {
      position: fixed;
      transform: translate3d(200%, 0, 0);
      -webkit-transform: translate3d(200%, 0, 0);
      -moz-transform: translate3d(200%, 0, 0);
      width: 50%;
      top: 0;
      height: 100%;
      min-height: 100vh;
      z-index: 20;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      overflow: hidden;
    }
    .offscreen-container.reveal-nav {
      transform: translate3d(100%, 0, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
    }
    .main-container.reveal-nav {
      transform: translate3d(-50%, 0, 0);
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
    }
    .offscreen-left .offscreen-container {
      transform: translate3d(-50%, 0, 0);
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
    }
    .offscreen-left .offscreen-container.reveal-nav {
      transform: translate3d(0%, 0, 0);
      -webkit-transform: translate3d(0%, 0, 0);
      -moz-transform: translate3d(0%, 0, 0);
    }
    .offscreen-left .main-container.reveal-nav,
    .offscreen-left nav.reveal-nav {
      transform: translate3d(50%, 0, 0) !important;
      -webkit-transform: translate3d(50%, 0, 0) !important;
      -moz-transform: translate3d(50%, 0, 0) !important;
    }
    .offscreen-container .close-nav {
      position: absolute;
      right: 24px;
      top: 16px;
      z-index: 24;
      font-size: 20px;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      opacity: .5;
      /*! color: #000 !important; */
    }
    .offscreen-container .close-nav:hover {
      opacity: 1;
    }
    .offscreen-container.bg-dark .close-nav i {
      color: #fff;
    }
    nav.outOfSight {
      transform: translate3d(0, -200px, 0);
      -webkit-transform: translate3d(0, -200px, 0);
      -moz-transform: translate3d(0, -200px, 0);
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
    }
    nav.scrolled {
      transform: translate3d(0, 0px, 0);
      -webkit-transform: translate3d(0, 0px, 0);
      -moz-transform: translate3d(0, 0px, 0);
    }
    nav.fixed,
    nav.absolute {
      top: 0;
      width: 100%;
      z-index: 999;
      left: 0;
      right: 0;
    }
    nav.absolute {
      position: absolute;
    }
    nav.fixed {
      position: fixed;
      visibility: hidden;
      opacity: 0;
    }
    nav.fixed .nav-utility {
      display: none;
    }
    nav.fixed.scrolled {
      visibility: visible;
      opacity: 1;
    }
    nav.transparent {
      background: none;
    }
    nav.transparent .menu > li > a,
    nav.transparent .module.widget-handle i,
    nav.transparent .nav-utility {
      color: #153F82;
    }
    nav.transparent .nav-utility,
    nav.transparent .nav-bar {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    nav.transparent .module.widget-handle {
      border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    }
    nav.transparent .menu > li > a,
    nav.transparent .module.widget-handle i {
      opacity: 1;
    }
    nav.transparent .has-dropdown:after {
      color: #fff;
    }
    nav.transparent .logo-dark {
      display: none;
    }
    nav.transparent .logo-light {
      display: inline;
    }
    nav.transparent.fixed {
      background: #fff;
    }
    nav.transparent.fixed .logo-light {
      display: none;
    }
    nav.transparent.fixed .logo-dark {
      display: inline;
    }
    nav.transparent.fixed .menu > li > a,
    nav.transparent.fixed .module.widget-handle i {
      color: #153F82;
    }
    nav.transparent.fixed .menu > .has-dropdown:after {
      color: #fff;
      color: #292929;
    }
    nav.transparent.fixed .module.widget-handle {
      border-left: 1px solid #ccc;
    }
    nav.transparent.fixed .menu > li > a,
    nav.transparent.fixed .module.widget-handle i {
      opacity: 1;
    }
    nav.bg-dark .menu > li > a,
    nav.bg-dark .module.widget-handle i,
    nav.bg-dark .nav-utility {
      color: #fff;
      opacity: .7;
    }
    nav.bg-dark .module.widget-handle {
      border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
    nav.bg-dark .nav-utility,
    nav.bg-dark .nav-bar {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    nav.transparent.fixed.bg-dark {
      background: #292929;
    }
    nav.transparent.fixed.bg-dark .menu > li > a,
    nav.transparent.fixed.bg-dark .module.widget-handle i {
      color: #fff;
    }
    nav.nav-centered.outOfSight .logo {
      display: none;
    }
    .nav-is-overlay nav {
      opacity: 1;
      visibility: visible;
      /* transform: translate3d(0, 0, 0) !important;
      -webkit-transform: translate3d(0, 0, 0) !important;
      -moz-transform: translate3d(0, 0, 0) !important; */
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    }
    input,
button,
select,
textarea {
  font-family: inherit;
}
input[type="text"],
button,
textarea,
select,
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bg-secondary input[type="text"],
.bg-secondary textarea,
.bg-secondary select {
  background: #fff;
}
.input-lh {
  line-height: 50px;
}
.attempted-submit .field-error {
  outline: 1px red !important;
}
.input-with-label span {
  font-size: 11px;
  text-transform: uppercase;
  color: #292929;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  cursor: default;
}
input[type="text"],
input[type="password"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
}
.image-bg input[type="text"],
.image-bg textarea {
  color: #555 !important;
  background-color: #fff;
}
.image-bg.bg-light input.transparent,
.image-bg.bg-light button.transparent {
  border-color: #292929;
}
input.transparent,
button.transparent {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important	;
}
input[type="text"]:focus,
input[type="password"]:focus {
  outline: 1px solid #ccc;
}
textarea {
  width: 100%;
  border: none;
  background: #f5f5f5;
  margin-bottom: 24px;
  border-radius: 0;
  padding: 16px 20px;
}
textarea:focus {
  outline: 1px solid #ccc;
}
::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
:-moz-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
::-moz-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
input.transparent::-webkit-input-placeholder,
button.transparent::-webkit-input-placeholder {
  color: #fff;
}
input.transparent::-moz-input-placeholder,
button.transparent::-moz-input-placeholder {
  color: #fff;
}
input.transparent:-moz-input-placeholder,
button.transparent:-moz-input-placeholder {
  color: #fff;
}
input.transparent:-ms-input-placeholder,
button.transparent:-ms-input-placeholder {
  color: #fff;
}
input[type="submit"],
button[type="submit"] {
  height: 50px;
  line-height: 48px;
  border: 2px solid #C39A6F;
  background: #C39A6F;
  color: #fff;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 20px;
}
.bg-primary input[type="submit"],
.bg-primary button[type="submit"] {
  background: #fff;
  color: #C39A6F;
}
input[type="submit"]:focus,
button[type="submit"]:focus {
  outline: none;
}
input[type="submit"].hollow,
button[type="submit"].hollow {
  background: none;
  border: 2px solid #47b475;
  color: #47b475;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
input[type="submit"].hollow:hover,
button[type="submit"].hollow:hover {
  background: #47b475;
  color: #fff;
}
.select-option {
  position: relative;
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  margin-bottom: 24px;
}
.select-option i {
  position: absolute;
  font-size: 18px;
  right: 20px;
  top: 14px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
.select-option:focus i {
  color: #fff;
}
.select-option select {
  margin-bottom: 0;
}
select {
  height: 50px;
  background: #f5f5f5;
  width: 100%;
  border-radius: 0;
  border: none;
  outline: none;
  padding-left: 20px;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
select:focus {
  background: #eee;
}
select:active,
select:focus,
select:hover {
  outline: none;
  border: none;
}
.checkbox-option,
.radio-option {
  display: inline-block;
  width: 50px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #47b475;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 24px;
}
.checkbox-option .inner,
.radio-option .inner {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #47b475;
  position: relative;
  top: 2px;
  left: 2px;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.checkbox-option.checked .inner {
  transform: translate3d(25px, 0, 0);
  -webkit-transform: translate3d(25px, 0, 0);
  -moz-transform: translate3d(25px, 0, 0);
  background: #47b475;
}
.checkbox-option input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.radio-option {
  width: 25px;
  height: 25px;
  text-align: left;
}
.radio-option:nth-of-type(n+2) {
  margin-left: 24px;
}
.radio-option input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.radio-option .inner {
  border: none;
  width: 19px;
  height: 19px;
  left: 2px;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.radio-option + span {
  display: inline-block;
  line-height: 25px;
}
.radio-option.checked .inner {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.radio-option.checked .inner {
  background: #47b475;
}
form.thirds input,
form.thirds button {
  width: 32%;
  float: left;
  margin-left: 1%;
  margin-bottom: 16px;
  border-radius: 20px;
}
form.halves input,
form.halves button {
  width: 49%;
  float: left;
  margin-left: 5px;
  margin-bottom: 16px;
  border-radius: 20px;
}
form.halves p,
form.thirds p,
form.halves span,
form.thirds span {
  clear: both;
}
.form-error,
.form-success {
  background: #58ce38;
  padding: 12px;
  width: 80%;
  color: #fff;
  clear: both;
  display: block;
  max-width: 700px;
  position: relative;
  top: 16px;
  margin: 0 auto;
  word-break: break-word;
}
.form-error {
  background: #ce3838;
}
.form-error a,
.form-success a {
  display: block;
  color: #fff;
}
.attempted-submit .field-error {
  outline: 1px solid #ce3838 !important;
}
form iframe.mail-list-form {
  display: none;
}
.form-loading {
  border: 3px solid #ffffff;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  margin: 0px auto;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  z-index: 99999;
}
button[type="submit"] .form-loading {
    height: 25px;
    width: 25px;
    display: inline-block;
    top: 9px;
    position: relative;
    left: 0;
  }
  .btn-white .form-loading {
    border: 3px solid #c8c8c8;
  }
  .bg-primary {
    background: #E5AB00 !important;
  }
  .bg-secondary {
    background: #f8f8f8;
  }
  .bg-white {
    background: #fff;
  }
  .bg-dark {
    background: #292929;
  }
  .color-body {
    color: #666;
  }
  .color-primary {
    color: #47b475 !important;
  }
  .color-red {
    color: #e31d3b !important;
  }
  .color-white {
    color: #fff;
  }
  .bg-dark h1,
nav.bg-dark h1,
footer.bg-dark h1,
.bg-primary h1,
.bg-dark h2,
nav.bg-dark h2,
footer.bg-dark h2,
.bg-primary h2,
.bg-dark h3,
nav.bg-dark h3,
footer.bg-dark h3,
.bg-primary h3,
.bg-dark h4,
nav.bg-dark h4,
footer.bg-dark h4,
.bg-primary h4,
.bg-dark h5,
nav.bg-dark h5,
footer.bg-dark h5,
.bg-primary h5,
.bg-dark h6,
nav.bg-dark h6,
footer.bg-dark h6,
.bg-primary h6 {
  color: #ffffff;
}
.bg-dark p,
nav.bg-dark p,
footer.bg-dark p,
.bg-primary p,
.bg-dark span,
nav.bg-dark span,
footer.bg-dark span,
.bg-primary span,
.bg-dark li,
nav.bg-dark li,
footer.bg-dark li,
.bg-primary li {
  color: #fefefe;
}
.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #292929;
  opacity: 0.3;
  z-index: 2;
}
.overlay-heavy:before {
  opacity: .6;
}
.bg-light.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.1;
  z-index: 2;
}
.image-bg h1,
.image-bg h2,
.image-bg h3,
.image-bg h4,
.image-bg h5,
.image-bg h6 {
  color: #ffffff;
}
.image-bg p,
.image-bg span,
.image-bg li {
  color: #ffffff;
}
.image-bg .container,
.image-bg div[class*='col-'] {
  position: relative;
  z-index: 3;
}
.container.image-bg .row {
  position: relative;
  z-index: 3;
}
.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #292929;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.background-image-holder img {
  display: none;
}
.background-multiply .background-image-holder {
  background-color: #47b475 !important;
  background-blend-mode: multiply;
}
.background-image-holder.fadeIn {
  opacity: 1;
}
.parallax > .background-image-holder,
.parallax .slides li > .background-image-holder {
  height: 100vh;
  top: -50vh;
  transition: all 0s ease !important;
  transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}
.parallax:first-child .slides li > .background-image-holder,
.parallax:first-child .background-image-holder {
  top: 0;
}
.main-container > a:first-child + .parallax .background-image-holder {
  top: 0;
}








@media all and (max-width: 990px) {
  
  .image-xxs {
    width: 70px;
  } 
  h1.large {
      font-size: 56px;
      line-height: 64px;
    }
  
    .mobile-toggle {
      border-left: 1px solid #ccc !important;
      border-bottom: none !important;
    }
    .mobile-toggle i {
      line-height: 53px !important;
    }
    .mobile-toggle.absolute-xs {
      position: absolute;
      top: 0;
    }
    .modal-video iframe {
      width: 640px;
      height: 360px;
      margin-left: -320px;
      margin-top: -160px;
    }
    .fs-vid-background {
      display: none;
    }
    .cover.fullscreen {
      height: auto;
      padding: 130px 0 0 0;
    }
    .mb-s-0 {
      margin-bottom: 0;
    }
    .mb-s-8 {
      margin-bottom: 8px;
    }
    .mb-s-16 {
      margin-bottom: 16px;
    }
    .mb-s-24 {
      margin-bottom: 24px;
    }
    .mb-s-32 {
      margin-bottom: 32px;
    }
    .mb-s-40 {
      margin-bottom: 40px;
    }
    .mb-s-48 {
      margin-bottom: 48px;
    }
    .mb-s-64 {
      margin-bottom: 64px;
    }
    .mb-s-72 {
      margin-bottom: 72px;
    }
    .mb-s-80 {
      margin-bottom: 80px;
    }
    .mb-s-88 {
      margin-bottom: 88px;
    }
    .mb-s-96 {
      margin-bottom: 96px;
    }
    .mb-s-104 {
      margin-bottom: 104px;
    }
    .mb-s-112 {
      margin-bottom: 112px;
    }
    .mb-s-120 {
      margin-bottom: 120px;
    }
    .mb-s-0 {
      margin-bottom: 0;
    }
    .mb-s-8 {
      margin-bottom: 8px;
    }
    .mb-s-16 {
      margin-bottom: 16px;
    }
    .mb-s-24 {
      margin-bottom: 24px;
    }
    .mb-s-32 {
      margin-bottom: 32px;
    }
    .mb-s-40 {
      margin-bottom: 40px;
    }
    .mb-s-48 {
      margin-bottom: 48px;
    }
    .mb-s-64 {
      margin-bottom: 64px;
    }
    .mb-s-72 {
      margin-bottom: 72px;
    }
    .mb-s-80 {
      margin-bottom: 80px;
    }
    .mb-s-88 {
      margin-bottom: 88px;
    }
    .mb-s-96 {
      margin-bottom: 96px;
    }
    .mb-s-104 {
      margin-bottom: 104px;
    }
    .mb-s-112 {
      margin-bottom: 112px;
    }
    .mb-s-120 {
      margin-bottom: 120px;
    }
  }
  @media all and (max-width: 990px) {
    .mb-sm-0 {
      margin-bottom: 0;
    }
    .mb-sm-8 {
      margin-bottom: 8px;
    }
    .mb-sm-16 {
      margin-bottom: 16px;
    }
    .mb-sm-24 {
      margin-bottom: 24px;
    }
    .mb-sm-32 {
      margin-bottom: 32px;
    }
    .mb-sm-40 {
      margin-bottom: 40px;
    }
    .mb-sm-48 {
      margin-bottom: 48px;
    }
    .mb-sm-64 {
      margin-bottom: 64px;
    }
    .mb-sm-72 {
      margin-bottom: 72px;
    }
    .mb-sm-80 {
      margin-bottom: 80px;
    }
    .mb-sm-88 {
      margin-bottom: 88px;
    }
    .mb-sm-96 {
      margin-bottom: 96px;
    }
    .mb-sm-104 {
      margin-bottom: 104px;
    }
    .mb-sm-112 {
      margin-bottom: 112px;
    }
    .mb-sm-120 {
      margin-bottom: 120px;
    }
    .mt-sm-0 {
      margin-top: 0 !important;
    }
    .mt-sm-8 {
      margin-top: 8px;
    }
    .mt-sm-16 {
      margin-top: 16px;
    }
    .mt-sm-24 {
      margin-top: 24px;
    }
    .mt-sm-32 {
      margin-top: 32px;
    }
    .mt-sm-40 {
      margin-top: 40px;
    }
    .mt-sm-48 {
      margin-top: 48px;
    }
    .mt-sm-56 {
      margin-top: 56px;
    }
    .mt-sm-64 {
      margin-top: 64px;
    }
    .mt-sm-72 {
      margin-top: 72px;
    }
    .mt-sm-80 {
      margin-top: 80px;
    }
    .mt-sm-88 {
      margin-top: 88px;
    }
    .mt-sm-96 {
      margin-top: 96px;
    }
    .mt-sm-104 {
      margin-top: 104px;
    }
    .mt-sm-112 {
      margin-top: 112px;
    }
    .mt-sm-120 {
      margin-top: 120px;
    }
    .p0-sm {
      padding: 0;
    }
    .pt-sm-0 {
      padding-top: 0;
    }
    .pt-sm-8 {
      padding-top: 8px;
    }
    .pt-sm-16 {
      padding-top: 16px;
    }
    .pt-sm-24 {
      padding-top: 24px;
    }
    .pt-sm-32 {
      padding-top: 32px;
    }
    .pt-sm-40 {
      padding-top: 40px;
    }
    .pt-sm-48 {
      padding-top: 48px;
    }
    .pt-sm-64 {
      padding-top: 64px;
    }
    .pt-sm-72 {
      padding-top: 72px;
    }
    .pt-sm-80 {
      padding-top: 80px;
    }
    .pt-sm-88 {
      padding-top: 88px;
    }
    .pt-sm-96 {
      padding-top: 96px;
    }
    .pt-sm-104 {
      padding-top: 104px;
    }
    .pt-sm-112 {
      padding-top: 112px;
    }
    .pt-sm-120 {
      padding-top: 120px;
    }
    .pt-sm-160 {
      padding-top: 160px;
    }
    .pb-sm-0 {
      padding-bottom: 0;
    }
    .pb-sm-8 {
      padding-bottom: 8px;
    }
    .pb-sm-16 {
      padding-bottom: 16px;
    }
    .pb-sm-24 {
      padding-bottom: 24px;
    }
    .pb-sm-32 {
      padding-bottom: 32px;
    }
    .pb-sm-40 {
      padding-bottom: 40px;
    }
    .pb-sm-48 {
      padding-bottom: 48px;
    }
    .pb-sm-64 {
      padding-bottom: 64px;
    }
    .pb-sm-72 {
      padding-bottom: 72px;
    }
    .pb-sm-80 {
      padding-bottom: 80px;
    }
    .pb-sm-88 {
      padding-bottom: 88px;
    }
    .pb-sm-96 {
      padding-bottom: 96px;
    }
    .pb-sm-104 {
      padding-bottom: 104px;
    }
    .pb-sm-112 {
      padding-bottom: 112px;
    }
    .pb-sm-120 {
      padding-bottom: 120px;
    }
}

.makefixhgh {
  height: 100vh;
}

.startbot {
  padding: 50px 30px;
  background-color: #FFCA30;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 0px;
  font-size: 20px;
  display: block;
  width: 50%;
  margin: 0 auto;
}

.header-pos {
  position: sticky;
  top: 0px;
  z-index: 100;
/*  background-color: #fff;
*/}

.catsidebar {
    background-color: #00a5ed;
    height: 600px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow-y: scroll;
    position: sticky;
    top: 107px;
}
.catitem {
  margin: 10px 0;
}
.catitem img {
  border-top-right-radius: 40px; 
  border-bottom-right-radius: 40px; 
  border-top-left-radius: 40px; 
  border-bottom-left-radius: 40px; 
}
.catitem p {
  font-size: 13px;
  font-family: "Estedad-VF-FD", sans-serif;
  color: white;
  margin: 4px 0 0 0;
  line-height: 18px;
}
.catitem p+p {
  font-size: 13px;
  color: white;
  font-family: "Sora", sans-serif;
  margin: 0;
}
.catitemlink {
  display: block;
  border: 5px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.catitemlink:hover {
  border: 5px solid #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-top-right-radius: 40px; 
  border-bottom-right-radius: 40px; 
  border-top-left-radius: 40px; 
  border-bottom-left-radius: 40px; 
}
.select {
  border: 5px solid #fff;
  border-top-right-radius: 40px; 
  border-bottom-right-radius: 40px; 
  border-top-left-radius: 40px; 
  border-bottom-left-radius: 40px; 
}
.cat-onv {
  font-size: 16px;
  font-weight: 700;
  color: #153F82;
}
.cat-onv p{
  margin-bottom: 5px !important;
}
.menuitemimg {
  border-top-right-radius: 40px; 
  border-bottom-right-radius: 40px; 
  border-top-left-radius: 40px; 
  border-bottom-left-radius: 40px; 
  margin: 10px 0;
  width: 100%;
}
.menuitemsec-l {
  width: 20%; 
  float: left;
  font-size: 17px;
  font-weight: 700;
}
.menuitemsec-r {
  width: 80%; 
  float: left; 
  text-align: right; 
  padding: 0 8px;
  font-weight: bold;
  font-family: "Estedad-VF-FD", sans-serif;
}
.layerorder {
  z-index: 10;
}


#fade {
  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
      opacity:0;
  }
  to {
      opacity: 1;
  }
}


.w100 {
  width: 100% !important;
  max-width: none;
}
.w15 {
  width: 15%;
}
.w40 {
  width: 40px;
  margin-bottom: 25px;
}
.br30 {
  border-top-right-radius: 30px;
}

.halfsec {
  padding: 30px 0;
}
.halfsec-bot {
  padding-bottom: 20px !important ;
}

.btn {
    padding: 15px 20px;
    height: 70px;
    min-width: 150px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 20px;
    background-color: #00a5ed;
    color: white;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
}

.btn:hover {
  background-color: #153F82;
  color: #fff;
}

.makeround {
  border-radius: 20px;
}

.h_iframe-aparat_embed_frame iframe {
  border-radius: 20px;
}




.words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.words-wrapper b {
  opacity: 0;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.words-wrapper .is-visible {
  position: relative;
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.words-wrapper .is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}