/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body, html {
    margin:0;
    padding:0;
    font-family: 'Roboto', sans-serif !important;

}
.samplecontent {
    height:100%;
    width:100%;
    background-color:#888888;
}

.x-body {
  font-size:1rem !important;
}

.btn a {
    color:#ffffff;
    text-decoration: none;
}

.btn a:hover {
    color:#ffffff;
}
p {
    font-size:1rem;
}

a {
  color: #198754;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
    color: #0f532b;
}

.footer a:hover, .footer a:focus {
    
	background-color: #0c83df;
  padding: 2rem 1rem;
  text-align: center;
  color: #fff;
}	
}
a img {
    border: none;
}

img {
    display:block;
}
/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  color: #0c83Af;
  text-rendering: optimizeLegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    
    color: #26d66f;
 }

h1 {
  font-size: 1.875rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.125rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #26d66f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-weight: normal;
  color: #333333;
  background-color: #b0efc4;
  border-width: 1px;
  border-style: solid;
  border-color: #8ee7ab;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.copy-8 {
  font-size:.8em;
  line-height:1.6em;
}

.sidebar-divider {
  height:1px;
  width:100%;
  background-color:#727272;
  margin:20px 0px;
}

.social-icon {
  margin-top:10px;
  max-width:40px !important;
}

.navbar {
    background-color: #ffffff;
    height: 65px;
    border-bottom: 1px solid #0E4D28;
}

.navbar-brand {
}
.navbar-brand img {
    display: block;
    max-height:60px;
    padding-left:10px;
    top:2px;
    position: absolute;
}

a.nav-link{
    font-weight: normal;
    color: #0c83Af2 !important;
    width: 75%;
    display: block;
    padding: 0px 12px;
    font-size: 0.8125rem;
}

li.nav-item {
    line-height:65px;
}

li.nav-item:hover {
    background-color: #0c83Af;
}

li.nav-item:hover > a.nav-link {
    color:#ffffff !important;
}

.dropdown-menu li {
    line-height:30px;
}
@media (max-width: 767px) {
  .navbar-collapse
    {
        background-color:#ffffff;
    }
}
.navbar-toggler {
    border:none;
    border-radius: 0px;
    color: #0c83Af !important;
    font-size: 1.4rem;
    font-weight:bold;
}

.navbar-toggler:hover,.navbar-toggler:focus {
    background-color: transparent;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(17,96,50, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    margin-left:8px;
}

.dropdown-menu {
    border:none;
    border-radius: 0px;
    margin:0;
    padding:0;
}

.dropdown:hover>.dropdown-menu {
    display: block !important;
}

.dropdown-menu a {
    font-size: 0.8125rem;
    font-family: 'Lato', sans-serif !important;
}

.dropdown-menu a:hover {
    color:#ffffff;
    background-color: #0c83Af;
}

.carousel-caption {
    position: absolute;
    left:5%;
    text-align: left;
    text-shadow: 2px 2px 5px #000000;
}
.carousel-caption h1 {
    color:#FFFFFF;
    font-size:3em;
}

.carousel-item {
  height: 400px;
}

.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
}

.rsImg {
    width:100%;
}
/* TABLES STRIPING */

.legend .row:nth-of-type(odd) div {
background-color:#F5F5F5;
}
.legend .row:nth-of-type(even) div {
background: #FFFFFF;
}

.legend .row div {
    padding:10px;
}


.custom-label {
	
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
    
    left:-5px;
    top:1px;
    position: relative;
}

.custom-group label, .custom-group input {
  padding:0;
}


/* END */



.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}


#traffic ul {
    line-height: 1em;
    margin:20px 0 0 0 !important;
    padding:0 !important;
}
#traffic li{
    list-style: none;
    margin:10px 0px !important;
}
#traffic li a {
    color: #0c83Af;
    text-decoration: none;
    font-size:.8em;
    line-height: 1.2em !important;
}

.reg_fees p, .reg_fees .form-check-label {
  font-size:.9em !important;
}
@media only screen and (max-width: 991px) {
    .nav {
        display: block;
    }
li.nav-item {
    line-height:34px;
}
#navbarSupportedContent {
    margin-top:15px;
    background-color: #fff;
}
.dropdown-menu {
    /*display: block;*/
    position: relative;
}

}




/** PULLED FORM REAL ESTATE TEMPLATE **/

/*

*

* Typography

*/



.heading-square {
  position: relative;
  padding-left: 25px;
}

.heading-square-item {
  content: '';
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-color: #fdde52;
}

.heading-decoration-1 {
  position: relative;
  padding-left: 30px;
}

.heading-decoration-1 .heading-inner {
  display: block;
  position: relative;
  padding-left: 20px;
}

.heading-decoration-1 .heading-inner::before, .heading-decoration-1 .heading-inner::after {
  content: '';
  position: absolute;
  top: .5em;
}

.heading-decoration-1 .heading-inner::before {
  right: 100%;
  margin: 5px 0 0 11px;
  width: 100vw;
  height: 1px;
  background: #c2d3f2;
}

.heading-decoration-1 .heading-inner::after {
  left: -5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #227094;
}

@media (min-width: 576px) {
  .heading-decoration-1 {
    padding-left: 60px;
  }
}

@media (min-width: 768px) {
  .heading-decoration-1 {
    padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .heading-decoration-1::before, .heading-decoration-1::after {
    top: .4em;
  }
}

@media (min-width: 1200px) {
  .heading-decoration-1 {
    padding-left: 140px;
  }
}

.heading-decoration-2 {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.heading-decoration-2::before, .heading-decoration-2::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 185px;
  background: #cdd2dc;
}

.heading-decoration-2::before {
  top: 0;
}

.heading-decoration-2::after {
  bottom: 0;
}

.heading-decoration-2 .heading-inner {
  display: block;
  padding: .6em 0;
}

.heading-decoration-3 {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.heading-decoration-3::after {
  content: '';
  left: auto;
  right: auto;
  bottom: 0;
  display: inline-block;
  height: 1px;
  width: 100px;
  background: #cdd2dc;
}

.heading-decoration-3 .heading-inner {
  display: block;
  padding: 0 0 .6em 0;
}

@media (min-width: 768px) {
  .heading-decoration-3::after {
    width: 185px;
  }
}

.context-dark .heading-decoration-3::after, .bg-accent .heading-decoration-3::after {
  background: rgba(255, 255, 255, 0.65);
}

.tag-inline-caption > * {
  display: inline-block;
  vertical-align: middle;
}

.tag-inline-caption > * + * {
  margin-left: 15px;
}

.tag-inline {
  position: relative;
  display: inline-block;
  z-index: 0;
  padding: 3px 9px 4px 8px;
  height: 23px;
  min-width: 40px;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
}

.tag-inline::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: 0;
  background: #227094;
}

.tag-inline svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  fill: #227094;
}

.tag-inline span {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.tag-inline-left {
  padding-left: 10px;
  padding-right: 5px;
}

.tag-inline-left::after {
  left: 20px;
  right: 0;
}

.tag-inline-left svg {
  left: 0;
  right: auto;
}


/*

*

* Links

*/

a[href*='tel'], a[href*='mailto'] {
  white-space: nowrap;
}


.link-demo {
  color: #227094 !important;
}

.link-hover {
  color: #046744 !important;
}

.link-press {
  color: #046744 !important;
}

a.privacy-link {
  display: inline-block;
  letter-spacing: 0;
}

* + a.privacy-link {
  margin-top: 25px;
}

@media (min-width: 992px) {
  * + a.privacy-link {
    margin-top: 45px;
  }
}

.link-with-icon {
  position: relative;
  padding-left: 38px;
}

.link-with-icon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.link-with-icon a {
  position: relative;
  top: 1px;
}

* + .link-with-icon {
  margin-top: 15px;
}

.link-with-icon + .link-with-icon {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  * + .link-with-icon {
    margin-top: 32px;
  }
  .link-with-icon + .link-with-icon {
    margin-top: 26px;
  }
}

.bg-gray-31 .link-with-icon {
  color: #ffffff;
}

.bg-gray-31 .link-with-icon a, .bg-gray-31 .link-with-icon a:focus, .bg-gray-31 .link-with-icon a:active {
  color: #ffffff;
}

.bg-gray-31 .link-with-icon a:hover {
  color: #fdde52;
}

.bg-gray-31 .link-with-icon .icon {
  color: #5e7870;
}

.bg-gray-31 .link-with-icon .icon-secondary {
  color: #fdde52;
}

.pre-footer-static .link-with-icon .icon {
  color: #227094;
}

.pre-footer-static .link-with-icon a, .pre-footer-static .link-with-icon a:focus, .pre-footer-static .link-with-icon a:active {
  color: #1c1c1c;
}

.pre-footer-static .link-with-icon a:hover {
  color: #227094;
}

.link-corporate {
  position: relative;
  display: flex;
  margin: 1px 2px;
  justify-content: center;
  align-items: center;
  padding: 20px 27px;
  border: 1px solid #dee2e6;
  transition: .2s ease-in-out;
}

.link-corporate img {
  display: block;
  max-width: 90%;
}

.link-corporate::before, .link-corporate::after {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  border: 1px solid #227094;
  transition: .25s ease-out;
}

.link-corporate::before {
  transform: scale(0, 0.99);
  border-width: 1px 0 1px 0;
}

.link-corporate::after {
  transform: scale(0.99, 0);
  border-width: 0 1px 0 1px;
}

.link-corporate:hover {
  border-color: rgba(222, 226, 230, 0);
}

.link-corporate:hover::before, .link-corporate:hover::after {
  transform: scale(1, 1);
}

.context-dark .link-corporate, .bg-accent .link-corporate {
  border-color: rgba(255, 255, 255, 0.4);
}

.context-dark .link-corporate:hover, .bg-accent .link-corporate:hover {
  border-color: transparent;
}

@media (min-width: 1200px) {
  .link-corporate {
    min-height: 115px;
  }
}

.link-1 {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0;
}

.link-1, .link-1:active, .link-1:focus {
  color: #227094;
}

.link-1:hover {
  color: #151515;
}

.link-1 .icon {
  margin-right: 4px;
  font-size: 18px;
}

.link-2 {
  display: inline-block;
  font: 600 16px/24px "Poppins", sans-serif;
}

* + .link-2 {
  margin-top: 20px;
}

.context-dark .link-2, .bg-accent .link-2, .context-dark .link-2:active, .bg-accent .link-2:active, .context-dark .link-2:focus, .bg-accent .link-2:focus {
  color: #fdde52;
}

.context-dark .link-2:hover, .bg-accent .link-2:hover {
  color: #ffffff;
}

/*

*

* Blocks

*/
.block-center, .block-sm, .block-lg {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.block-sm {
  max-width: 560px;
}

.block-lg {
  max-width: 768px;
}

.mw-none {
  max-width: none;
}

.mw-500 {
  max-width: 500px;
}

.mw-510 {
  max-width: 510px;
}

.mw-540 {
  max-width: 540px;
}

.mw-580 {
  max-width: 580px;
}

.mw-650 {
  max-width: 650px;
}

.mw-675 {
  max-width: 675px;
}

.mw-700 {
  max-width: 700px;
}

.block-agent {
  display: block;
  max-width: 410px;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
  letter-spacing: 0;
  color: #9c9c9c;
  box-shadow: 0 10px 5.76px 0.24px rgba(0, 0, 0, 0.11);
  transform: translateY(0px);
  transition: all 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.block-agent-body {
  padding: 20px 5px 30px;
}

.block-agent-title {
  transition: .3s ease-out all;
}

.block-agent-title + * {
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .block-agent-body {
    padding: 30px 5px 50px;
  }
}

.block-agent:hover {
  color: #9c9c9c;
  transform: translateY(-14px);
}

.block-agent:hover .block-agent-title {
  color: #227094;
}

.block-agent-horizontal {
  background-color: #ffffff;
  box-shadow: 0 10px 5.76px 0.24px rgba(0, 0, 0, 0.11);
  display: block;
  text-align: center;
  letter-spacing: 0;
  color: #9c9c9c;
  transform: translateY(0px);
  transition: all 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.block-agent-horizontal-body {
  padding: 20px 10px;
}

.block-agent-horizontal-title {
  transition: .3s ease-out all;
}

.block-agent-horizontal-title + * {
  margin-top: 5px;
}

.block-agent-horizontal-divider {
  line-height: 0;
}

.block-agent-horizontal-divider::before {
  content: '';
  display: inline-block;
  width: 166px;
  height: 1px;
  background-color: #e1e1e1;
}

* + .block-agent-horizontal-divider,
.block-agent-horizontal-divider + * {
  margin-top: 13px;
}

.block-agent-horizontal .icon {
  font-size: 19px;
  color: #227094;
  vertical-align: middle;
}

.block-agent-horizontal .icon + * {
  margin-left: 10px;
}

.block-agent-horizontal a {
  display: inline-block;
}

.block-agent-horizontal a, .block-agent-horizontal a:focus, .block-agent-horizontal a:active {
  color: #2a2e3d;
}

.block-agent-horizontal a:hover {
  color: #227094;
}

@media (min-width: 768px) {
  .block-agent-horizontal {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .block-agent-horizontal-image {
    position: relative;
    width: 38%;
    align-self: stretch;
    flex-shrink: 0;
    overflow: hidden;
  }
  .block-agent-horizontal-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 101%;
    width: 101%;
    object-fit: cover;
    object-position: center;
  }
  .block-agent-horizontal-body {
    padding: 45px 40px;
    flex-grow: 1;
  }
}

@media (min-width: 1200px) {
  .block-agent-horizontal-body {
    padding: 66px 50px;
  }
  * + .block-agent-horizontal-divider,
  .block-agent-horizontal-divider + * {
    margin-top: 20px;
  }
}

.block-agent-horizontal:hover {
  color: #9c9c9c;
  transform: translateY(-14px);
}

.block-info {
  padding: 30px 20px;
  background-color: #ffffff;
}

.bg-white .block-info {
  background-color: #f3f4f9;
}

@media (min-width: 992px) {
  .block-info {
    padding: 47px 40px;
  }
}

.block-info-1 {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
}

.block-info-1 > li + li {
  margin-top: 10px;
}

@media (min-width: 576px) {
  .block-info-1 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .block-info-1 > li + li {
    margin-top: 0;
  }
}

.bg-white .block-info-1 {
  background-color: #f3f4f9;
}

* + .block-info {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  * + .block-info {
    margin-top: 50px;
  }
}

.block-info-2-title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e1e1e1;
}

.block-info-2-title > * {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  font-weight: 600;
  text-transform: uppercase;
  color: #151515;
}

.block-info-2 .form-select .form-input {
  border-color: transparent;
}

.block-info-2-title + *,
.block-info-2-title + .post-minimal-1,
.block-info-2-title + .form-select {
  margin-top: 30px;
}

.block-person {
  padding: 21px 18px;
  letter-spacing: 0;
  text-align: left;
  background-color: #ffffff;
}

.block-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.block-person-list > li {
  padding: 16px 5px;
}

.block-person-list > li + li {
  border-top: 1px solid #d7d7d7;
}

.block-person-list > li:first-child {
  border-top: 1px solid #d7d7d7;
}

.block-person-list > li:last-child {
  border-bottom: 1px solid #d7d7d7;
}

.block-person-body {
  padding-top: 15px;
}

.block-person-link {
  color: #2a2e3d;
}

.block-person-link a, .block-person-link a:focus, .block-person-link a:active {
  color: #2a2e3d;
}

.block-person-link a:hover {
  color: #227094;
}

.block-person-link .icon {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 19px;
  color: #227094;
}

.block-person a.icon[class*='fa-'], .block-person a.icon[class*='fa-']:focus, .block-person a.icon[class*='fa-']:active {
  color: #0d0d0d;
}

.block-person a.icon[class*='fa-']:hover {
  color: #227094;
}

.block-person-title + * {
  margin-top: 5px;
}

.block-person-cite + * {
  margin-top: 20px;
}

.block-person-list + * {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .block-person {
    display: flex;
  }
  .block-person-left {
    flex-basis: 48%;
    flex-shrink: 0;
  }
  .block-person-body {
    flex-grow: 1;
    padding: 7px 15px 0 20px;
  }
}

@media (min-width: 992px) {
  .block-person {
    padding: 41px 44px;
  }
}

@media (min-width: 992px) {
  .block-person {
    padding: 31px 24px;
  }
}

@media (min-width: 1200px) {
  .block-person {
    padding: 41px 44px;
  }
  .block-person-body {
    padding: 7px 15px 0 38px;
  }
}

.block-callboard {
  padding: 12px 11px;
  color: #0bd58e;
  letter-spacing: 0;
  background-color: #227094;
}

.block-callboard a, .block-callboard a:focus, .block-callboard a:active {
  color: #ffffff;
}

.block-callboard a:hover {
  color: #fdde52;
}

.block-callboard-title {
  color: #ffffff;
}

.block-callboard-divider {
  width: 100%;
  height: 3px;
  line-height: 0;
}

.block-callboard-divider::before {
  content: '';
  display: inline-block;
  width: 48px;
  line-height: 0;
  border-top: 3px solid #fdde52;
}

.block-callboard-list > li + li {
  margin-top: 25px;
}

.block-callboard-tell, .block-callboard-mail {
  position: relative;
  padding-left: 42px;
  font-family: "Poppins", sans-serif;
}

.block-callboard-tell::before, .block-callboard-mail::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #151515;
  background-color: #fdde52;
  border-radius: 50%;
  transform: translateY(-50%);
}

.block-callboard-tell {
  padding-left: 38px;
}

.block-callboard-tell::before {
  content: '\e0b0';
  font-family: 'Material Icons';
}

.block-callboard-mail::before {
  content: '\f2e5';
  font-family: 'Material Design Icons';
}

.block-callboard-text {
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.block-callboard-body {
  padding: 29px 15px 40px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.block-callboard .button-secondary, .block-callboard .button-secondary:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.block-callboard .button-secondary:hover, .block-callboard .button-secondary:active {
  color: #151515;
  background-color: #fdde52;
  border-color: #fdde52;
}

.block-callboard .button-secondary.button-ujarak::before {
  background: #fdde52;
}

* + .block-callboard-divider {
  margin-top: 20px;
}

.block-callboard-divider + * {
  margin-top: 25px;
}

* + .block-callboard-list {
  margin-top: 23px;
}

.block-callboard-list + *,
.block-callboard-list + .button {
  margin-top: 35px;
}

@media (min-width: 1200px) {
  .block-callboard-body {
    padding: 39px 26px 50px;
  }
  .block-callboard-tell, .block-callboard-mail {
    line-height: 24px;
  }
  .block-callboard-tell::before, .block-callboard-mail::before {
    font-size: 19px;
  }
  .block-callboard-tell {
    font-size: 18px;
  }
  .block-callboard-mail {
    font-size: 16px;
    letter-spacing: .05em;
  }
}

.block-property {
  padding: 30px;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .block-property {
    padding: 56px 67px 40px 67px;
  }
}

* + .block-group-item {
  margin-top: 35px;
}

@media (min-width: 768px) {
  * + .block-group-item {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  * + .block-group-item {
    margin-top: 63px;
  }
}

.block-inline {
  line-height: 1.1;
}

.block-inline .icon {
  position: relative;
  top: 1px;
  font-size: 18px;
  color: #227094;
}

.block-inline button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-flex;
}

.block-inline button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.block-inline a, .block-inline button {
  letter-spacing: .1em;
  transition: .22s;
}

.block-inline a, .block-inline a:active, .block-inline a:focus, .block-inline button, .block-inline button:active, .block-inline button:focus {
  color: #151515;
}

.block-inline a:hover, .block-inline button:hover {
  color: #227094;
}

div.block-1 {
  padding-top: 60px;
  width: 470px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  div.block-1 {
    width: 650px;
  }
}

@media (min-width: 1200px) {
  div.block-1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding-left: 35px;
    margin-left: 0;
  }
}

/*

*

* Boxes

*/
.box-modern {
  position: relative;
  width: 100%;
  padding: 30px;
  border: 5px solid #f3f4f9;
}

.box-modern::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border: 5px solid #c2d3f2;
  transform: scale(1.2);
  opacity: 0;
  transition: 0.3s cubic-bezier(0, 0.43, 0.6, 1.24) all;
  pointer-events: none;
}

.box-modern:hover::before {
  opacity: 1;
  transform: scale(1);
}

.box-modern:hover .icon.box-modern-icon::after {
  opacity: 1;
  transform: scale(1);
}

.icon.box-modern-icon {
  position: relative;
  display: block;
  text-align: center;
  width: 77px;
  height: 77px;
  line-height: 69px;
  border-radius: 50%;
  font-size: 36px;
  color: #227094;
  border: 5px solid #f3f4f9;
}

.icon.box-modern-icon::after {
  content: '';
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 50%;
  border: 5px solid #c2d3f2;
  transform: scale(0.8);
  opacity: 0;
  transition: .3s all;
}

.box-modern-title {
  font-weight: 500;
  letter-spacing: .05em;
}

* + .box-modern-main {
  margin-top: 25px;
}

* + .box-modern-title {
  margin-top: 25px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .box-modern {
    display: flex;
    align-items: flex-start;
  }
  .box-modern > * + * {
    margin-top: 0;
    margin-left: 30px;
  }
  .box-modern-icon {
    flex-shrink: 0;
  }
  .box-modern-main {
    flex-grow: 1;
  }
  .box-modern-main > * {
    max-width: 320px;
  }
}

@media (min-width: 1200px) {
  .box-modern {
    max-width: 345px;
    padding: 41px 50px 53PX;
  }
}

.box-minimal {
  width: 100%;
  padding: 37px 24px;
  border: 2px solid #ebebeb;
  transition: .3s ease-out all;
}

.box-minimal-title {
  font-weight: 500;
  letter-spacing: .05em;
}

* + .box-minimal-title {
  margin-top: 10px;
}

.box-minimal-divider {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #227094;
  transition: 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53) all;
}

* + .box-minimal-divider {
  margin-top: 15px;
}

.box-minimal-divider + * {
  margin-top: 20px;
}

.box-minimal .icon {
  min-height: 48px;
  font-size: 36px;
  color: #0d0d0d;
}

.box-minimal .icon.icon-1 {
  font-size: 40px;
}

.box-minimal .icon.icon-2 {
  font-size: 33px;
}

.box-minimal:hover {
  border-color: #227094;
}

.box-minimal:hover .box-minimal-divider {
  width: 100px;
}

.box-counter {
  position: relative;
  text-align: center;
  color: #151515;
}

.box-counter-title {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
}

.box-counter-main {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0;
}

.box-counter-main > * {
  display: inline;
  font: inherit;
}

.box-counter-main .small {
  font-size: 28px;
}

.box-counter-main .small_top {
  position: relative;
  top: .2em;
  vertical-align: top;
}

.box-counter-divider {
  font-size: 0;
  line-height: 0;
}

.box-counter-divider::after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #227094;
}

* + .box-counter-title {
  margin-top: 0;
}

* + .box-counter-main {
  margin-top: 20px;
}

* + .box-counter-divider {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .box-counter-title {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .box-counter-main {
    font-size: 70px;
  }
  .box-counter-main .small {
    font-size: 36px;
  }
  .box-counter-title {
    font-size: 18px;
  }
  * + .box-counter-main {
    margin-top: 30px;
  }
  * + .box-counter-divider {
    margin-top: 15px;
  }
}

.context-dark .box-counter {
  color: #ffffff;
}

.bg-accent .box-counter {
  color: #ffffff;
}

.bg-accent .box-counter-divider::after {
  background: #ffffff;
}

.box-info > * + * {
  margin-top: 40px;
}

.box-info-main {
  position: relative;
  background: #046744;
  padding: 30px 20px;
}

.box-info-main::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
}

.box-info-main:first-child::before {
  bottom: -21px;
  border-width: 21px 36px 0 0;
}

.box-info-main:last-child:before {
  top: -21px;
  border-width: 21px 0 0 36px;
}

.box-info-main .form-label,
.box-info-main .form-input,
.box-info-main .form-validation {
  color: #ffffff;
}

.box-info-main .form-input {
  background: #3988d4;
  border-color: #3988d4;
}

.box-info-main textarea.form-input {
  height: 100px;
}

.box-info-main .button-secondary:hover {
  color: #151515;
  background: #ffffff;
  border-color: #ffffff;
}

.box-info-1 .box-info-main:first-child::before {
  border-color: #046744 transparent transparent transparent;
}

.box-info-1 .box-info-main:last-child:before {
  border-color: transparent transparent transparent #046744;
}

.box-info-1 .box-info-main.bg-primary-lighten:first-child::before {
  border-color: #15aaee transparent transparent transparent;
}

.box-info-1 .box-info-main.bg-primary-lighten:last-child:before {
  border-color: transparent transparent transparent #15aaee;
}

.box-info-2 .box-info-main {
  background: #227094;
  box-shadow: 0 10px 6px 1px rgba(0, 0, 0, 0.11);
}

.box-info-2 .box-info-main:first-child::before {
  border-color: #227094 transparent transparent transparent;
}

.box-info-2 .box-info-main:last-child::before {
  border-color: transparent transparent transparent #227094;
}

.box-info-main-inner {
  max-width: 520px;
}

@media (min-width: 768px) {
  .box-info-main {
    padding: 60px 35px 55px 45px;
  }
  .box-info-main::before {
    left: 50px;
  }
}

@media (min-width: 992px) {
  .box-info {
    display: flex;
  }
  .box-info > * + * {
    margin-top: 0;
    margin-left: 40px;
  }
  .box-info-aside {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    width: 48%;
  }
  .box-info-aside > * {
    flex-grow: 1;
  }
  .box-info-main {
    flex-grow: 1;
  }
  .box-info-main:first-child::before {
    left: auto;
    right: -21px;
  }
  .box-info-main:last-child::before {
    left: -21px;
  }
  .box-info-1 .box-info-main::before {
    top: 75px;
  }
  .box-info-1 .box-info-main:first-child::before {
    border-width: 36px 0 0 21px;
    border-color: transparent transparent transparent #046744;
  }
  .box-info-1 .box-info-main:last-child::before {
    border-width: 0 0 36px 21px;
    border-color: transparent transparent #046744 transparent;
  }
  .box-info-1 .box-info-main.bg-primary-lighten:first-child::before {
    border-color: transparent transparent transparent #15aaee;
  }
  .box-info-1 .box-info-main.bg-primary-lighten:last-child::before {
    border-color: transparent transparent #15aaee transparent;
  }
  .box-info-2 {
    align-items: flex-start;
  }
  .box-info-2 .box-info-main::before {
    top: 40px;
  }
  .box-info-2 .box-info-main:first-child::before {
    border-width: 36px 21px 0 0;
    border-color: #227094 transparent transparent transparent;
  }
  .box-info-2 .box-info-main:last-child::before {
    border-width: 0 21px 36px 0;
    border-color: transparent #227094 transparent transparent;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .box-info-aside .row-flex {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
  }
  .box-info-aside .row-flex > [class*='col'] {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .box-info-aside .box-minimal {
    padding: 23px 17px;
  }
}

@media (min-width: 1200px) {
  .box-info-1 > * + * {
    margin-left: 75px;
  }
  .box-info-1 .box-info-aside {
    width: 51.282%;
  }
  .box-info-2 > * + * {
    margin-left: 100px;
  }
  .box-info-2 .box-info-aside {
    width: 56.41%;
  }
  .box-info-2 .box-info-main {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.box-info-custom-1 {
  position: relative;
  text-align: center;
  display: flex;
}

.box-info-custom-1-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 30px 20px;
  background: #227094;
  box-shadow: 0px 10px 5.76px 0.24px rgba(0, 0, 0, 0.11);
}

.box-info-custom-1-inner::before {
  content: '';
  position: absolute;
  top: -10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #227094 transparent;
}

.box-info-custom-1-inner.bg-accent {
  color: #0bd58e;
}

.box-info-custom-1-title {
  position: relative;
}

.box-info-custom-1-title::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 3px;
  margin-right: 10px;
  background: #fdde52;
}

* + .box-info-custom-1-aside {
  margin-top: 15px;
}

@media (max-width: 575.98px) {
  .box-info-custom-1 {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) {
  .box-info-custom-1 {
    text-align: left;
  }
  .box-info-custom-1-inner {
    padding: 29px 23px;
  }
  .box-info-custom-1-inner::before {
    display: none;
  }
  * + .box-info-custom-1-aside {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .box-info-custom-1-inner {
    padding: 49px 20px 45px 40px;
    margin-left: 21px;
  }
  .box-info-custom-1-inner::before {
    display: block;
    top: 35px;
    left: -21px;
    margin: 0;
    border-width: 0 21px 36px 0;
    border-color: transparent #227094 transparent transparent;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .box-info-custom-1-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .box-info-custom-1-inner > * + * {
    margin-top: 0;
    margin-left: 30px;
  }
  .box-info-custom-1-inner h3 + p {
    margin-top: 10px;
  }
}

.box-category-outer {
  display: flex;
}

.box-category {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 200px;
  padding: 20px 20px 20px 60px;
}

.box-category, .box-category:active, .box-category:focus, .box-category:hover {
  color: #ffffff;
}

.box-category::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .7;
  z-index: 1;
  background: linear-gradient(to top, #091632 5%, rgba(9, 50, 22, 0.7) 30%, rgba(192, 195, 197, 0.3) 82%, rgba(255, 255, 255, 0.3) 100%);
}

.box-category-image-outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #151515;
  background-position: center center;
  background-size: cover;
}

.box-category-caption {
  position: relative;
  z-index: 1;
  width: 100%;
}

.box-category-caption::before {
  content: '';
  position: absolute;
  top: 19%;
  left: -40px;
  width: 30px;
  height: 3px;
  background: #fdde52;
}

.box-category-caption-inner {
  letter-spacing: .05em;
}

* + .box-category-subtitle {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .box-category {
    min-height: 307px;
    padding: 25px 25px 25px 80px;
  }
  .box-category-caption::before {
    left: -55px;
    width: 42px;
  }
}

@media (min-width: 992px) {
  .box-category {
    padding: 35px 35px 40px 79px;
  }
  html:not(.tablet):not(.mobile) .box-category::before {
    transition: .5s;
  }
  html:not(.tablet):not(.mobile) .box-category:hover::before {
    opacity: .8;
  }
  html:not(.tablet):not(.mobile) .box-category:hover .box-category-caption {
    transform: translate3d(17px, 0, 0);
  }
  html:not(.tablet):not(.mobile) .box-category:hover .box-category-caption::before {
    animation: .4s changeAxis both;
  }
  html:not(.tablet):not(.mobile) .box-category:hover .box-category-caption-inner > * {
    transform: translate3d(-38px, 0, 0);
  }
  html:not(.tablet):not(.mobile) .box-category-caption {
    position: relative;
    transition: .4s;
  }
  html:not(.tablet):not(.mobile) .box-category-caption::before {
    animation: .4s changeAxisBack both;
  }
  html:not(.tablet):not(.mobile) .box-category-caption-inner > * {
    position: relative;
    transition: .4s;
  }
  html:not(.tablet):not(.mobile) .box-category-caption-inner > *:nth-child(2) {
    transition-delay: .02s;
  }
}

@-webkit-keyframes changeAxis {
  0% {
    height: 3px;
    width: 42px;
  }
  50% {
    width: 3px;
    height: 3px;
  }
  100% {
    width: 3px;
    height: 62%;
  }
}

@keyframes changeAxis {
  0% {
    height: 3px;
    width: 42px;
  }
  50% {
    width: 3px;
    height: 3px;
  }
  100% {
    width: 3px;
    height: 62%;
  }
}

@-webkit-keyframes changeAxisBack {
  0% {
    width: 3px;
    height: 62%;
  }
  50% {
    width: 3px;
    height: 3px;
  }
  100% {
    height: 3px;
    width: 42px;
  }
}

@keyframes changeAxisBack {
  0% {
    width: 3px;
    height: 62%;
  }
  50% {
    width: 3px;
    height: 3px;
  }
  100% {
    height: 3px;
    width: 42px;
  }
}

.box-category-2 {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 200px;
  text-align: left;
}

.box-category-2, .box-category-2:active, .box-category-2:focus, .box-category-2:hover {
  color: #ffffff;
}

.box-category-2::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .7;
  z-index: 1;
  background: linear-gradient(to top, #091632 5%, rgba(9, 50, 22, 0.7) 30%, rgba(192, 195, 197, 0.3) 82%, rgba(192, 195, 202, 0.3) 100%);
  transition: .5s;
}

.box-category-2::after {
  content: '';
  display: block;
  padding-bottom: 83.21995%;
}

.box-category-2:hover::before {
  opacity: .8;
}

.box-category-2::after,
.box-category-2-inner {
  flex-shrink: 0;
  width: 100%;
}

.box-category-2-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.box-category-2-image-outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #151515;
  background-position: center center;
  background-size: cover;
}

.box-category-2-caption {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 12px 20px 33px;
}

.box-category-2-caption .tag-inline {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 5px 20px 5px 13px;
  font-size: 14px;
  letter-spacing: .05em;
}

.box-category-2-caption * + .tag-inline {
  margin-top: 10px;
}

.ie-10 .box-category-2-caption .tag-inline svg,
.ie-11 .box-category-2-caption .tag-inline svg {
  width: 30px;
}

.box-category-2-title {
  letter-spacing: .05em;
}

* + .box-category-2-subtitle {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .box-category-2-caption {
    padding: 25px 25px 25px 40px;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .box-category-2:hover .box-category-2-image-outer {
    transform: scale(1.05, 1.05);
  }
  html:not(.tablet):not(.mobile) .box-category-2:hover .box-category-2-title {
    color: #fdde52;
  }
  html:not(.tablet):not(.mobile) .box-category-2:hover .box-category-2-title,
  html:not(.tablet):not(.mobile) .box-category-2:hover .box-category-2-caption .tag-inline {
    transform: translateX(10px);
  }
  html:not(.tablet):not(.mobile) .box-category-2-image-outer {
    transition: .33s ease-in-out;
  }
  html:not(.tablet):not(.mobile) .box-category-2-title,
  html:not(.tablet):not(.mobile) .box-category-2-caption .tag-inline {
    transition: .33s ease-in-out;
  }
  html:not(.tablet):not(.mobile) .box-category-2-caption .tag-inline {
    transition-delay: .02s;
  }
}

@media (min-width: 1200px) {
  .box-category-2-caption {
    padding: 35px 30px 46px 44px;
  }
}

.box-category-3 {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 200px;
  text-align: left;
}

.box-category-3, .box-category-3:active, .box-category-3:focus, .box-category-3:hover {
  color: #ffffff;
}

.box-category-3::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .7;
  z-index: 1;
  background: linear-gradient(to top, #091632 5%, rgba(9, 50, 22, 0.68) 30%, rgba(192, 195, 197, 0) 82%, rgba(255, 255, 255, 0) 100%);
  transition: .5s;
}

.box-category-3::after {
  content: '';
  display: block;
  padding-bottom: 63.95664%;
}

.box-category-3:hover::before {
  opacity: .8;
}

.box-category-3::after,
.box-category-3-inner {
  flex-shrink: 0;
  width: 100%;
}

.box-category-3-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.box-category-3-image-outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #151515;
  background-position: center center;
  background-size: cover;
}

.box-category-3-caption {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 12px 20px 25px;
}

.box-category-3-caption-inner > * {
  letter-spacing: .05em;
}

.context-dark .box-category-3-subtitle {
  color: #fdde52;
}

* + .box-category-3-subtitle {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .box-category-3-caption {
    padding: 25px 25px 25px 40px;
  }
}

@media (min-width: 992px) {
  .box-category-3-lg::after {
    padding-bottom: 103.52304%;
  }
  html:not(.tablet):not(.mobile) .box-category-3:hover .box-category-3-image-outer {
    transform: scale(1.05, 1.05);
  }
  html:not(.tablet):not(.mobile) .box-category-3:hover .box-category-3-title,
  html:not(.tablet):not(.mobile) .box-category-3:hover .box-category-3-subtitle {
    transform: translateY(-10px);
  }
  html:not(.tablet):not(.mobile) .box-category-3:hover .box-category-3-title {
    color: #fdde52;
  }
  html:not(.tablet):not(.mobile) .box-category-3:hover .box-category-3-subtitle {
    color: #ffffff;
  }
  html:not(.tablet):not(.mobile) .box-category-3:hover .box-category-3-caption-inner::after {
    width: 100%;
  }
  html:not(.tablet):not(.mobile) .box-category-3-image-outer,
  html:not(.tablet):not(.mobile) .box-category-3-title,
  html:not(.tablet):not(.mobile) .box-category-3-subtitle {
    transition: .33s ease-in-out;
  }
  html:not(.tablet):not(.mobile) .box-category-3-subtitle {
    transition-delay: .02s;
  }
  html:not(.tablet):not(.mobile) .box-category-3-caption-inner {
    position: relative;
    display: inline-block;
  }
  html:not(.tablet):not(.mobile) .box-category-3-caption-inner::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    background: #fdde52;
    transition: .33s ease-in-out;
  }
}

@media (min-width: 1200px) {
  .box-category-3-caption {
    padding: 35px 30px 46px 30px;
  }
}

.box-1-bg-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: auto;
  height: 86.607%;
  max-width: none;
  z-index: 0;
  opacity: .3;
}

.box-1-bg-shape img {
  height: 100%;
  max-width: none;
}

.box-1-cell {
  position: relative;
  overflow: hidden;
  background: #15aaee;
}

.box-1-outer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.box-1 {
  max-width: 525px;
  padding: 40px 0 110px;
  margin: 0 auto;
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .box-1 .select2-container .select2-choice {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-1 .select2-arrow {
    right: 10px;
  }
}

@media (min-width: 768px) {
  .box-1 {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  div.box-1-outer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .box-1-bg-shape {
    right: 100px;
    left: auto;
    transform: translate3d(0, -50%, 0);
  }
  .box-1-bg-shape img {
    float: right;
  }
}

@media (min-width: 1200px) {
  .box-1-bg-shape {
    right: 270px;
  }
}

@media (min-width: 1600px) {
  .box-1 {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .box-1-bg-shape {
    top: 3%;
    bottom: -3%;
    right: 530px;
    transform: none;
    height: auto;
    opacity: 1;
  }
}

.box-2 {
  padding: 15px 15px 0;
  max-width: 100%;
}

.box-2,
.box-2 .owl-carousel.owl-loaded,
.box-2 .owl-stage-outer,
.box-2 .owl-stage,
.box-2 .owl-item,
.box-2 .owl-item > * {
  display: flex;
  flex-grow: 1;
}

.box-2,
.box-2 .owl-carousel,
.box-2 .owl-stage-outer,
.box-2 .owl-item {
  flex-direction: column;
}

.box-2-footer {
  padding: 10px;
  background: #f3f4f9;
}

.box-2-footer-inner {
  margin-bottom: -10px;
  text-align: center;
}

.box-2-footer-inner > * {
  margin-bottom: 10px;
}

* + .box-2-footer {
  margin-top: 15px;
}

@media (min-width: 576px) {
  .box-2-footer-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: -20px;
    text-align: left;
  }
  .box-2-footer-inner > * {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .box-2 {
    padding: 30px 30px 0;
  }
  .box-2-footer {
    padding: 12px 30px;
  }
  * + .box-2-footer {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .box-2 {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .box-2 {
    padding-right: 0;
  }
  .box-2 .owl-carousel {
    width: auto;
    margin-right: -65px;
  }
}

.box-industrial > * + * {
  margin-top: 15px;
}

.box-industrial:hover .box-industrial-icon {
  transform: translate(7px, 7px);
}

.box-industrial:hover .box-industrial-aside::before {
  transform: translate(-7px, -7px);
}

.box-industrial-aside {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #15aaee;
  color: #0bd58e;
  padding: 20px;
  margin-right: 7px;
  margin-bottom: 7px;
}

.box-industrial-aside::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  background: rgba(96, 206, 112, 0.64);
  transition: .25s;
}

.icon.box-industrial-icon {
  font-size: 80px;
  line-height: 1.2;
  transition: .2s;
}

.box-industrial-main > * + * {
  margin-top: 5px;
}

@media (max-width: 575.98px) {
  .box-industrial {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .box-industrial {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .box-industrial > * + * {
    margin-top: 0;
    margin-left: 20px;
  }
  .box-industrial-aside {
    flex-shrink: 0;
  }
  .box-industrial-main {
    flex-grow: 1;
  }
}

@media (min-width: 992px) {
  .box-industrial > * + * {
    margin-top: 28px;
  }
  .icon.box-industrial-icon {
    font-size: 100px;
  }
}

@media (min-width: 1200px) {
  .icon.box-industrial-icon {
    font-size: 135px;
  }
}

/*

* Element groups

*/
html .group {
  margin-bottom: -20px;
  margin-left: -15px;
}

html .group:empty {
  margin-bottom: 0;
  margin-left: 0;
}

html .group > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 15px;
}

html .group-sm {
  margin-bottom: -10px;
  margin-left: -10px;
}

html .group-sm:empty {
  margin-bottom: 0;
  margin-left: 0;
}

html .group-sm > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

html .group-xl {
  margin-bottom: -20px;
  margin-left: -30px;
}

html .group-xl:empty {
  margin-bottom: 0;
  margin-left: 0;
}

html .group-xl > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 30px;
}

@media (min-width: 992px) {
  html .group-xl {
    margin-bottom: -20px;
    margin-left: -45px;
  }
  html .group-xl > * {
    margin-bottom: 20px;
    margin-left: 45px;
  }
}

html .group-sm-justify .button {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  html .group-sm-justify {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  html .group-sm-justify > * {
    flex-grow: 1;
    flex-shrink: 0;
  }
  html .group-sm-justify .button {
    min-width: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

html .group-middle {
  display: inline-table;
  vertical-align: middle;
}

html .group-middle > * {
  vertical-align: middle;
}

* + .group-sm {
  margin-top: 30px;
}

* + .group-xl {
  margin-top: 20px;
}

/*

*

* Responsive units

*/
.unit {
  display: flex;
  flex: 0 1 100%;
  margin-bottom: -30px;
  margin-left: -20px;
}

.unit > * {
  margin-bottom: 30px;
  margin-left: 20px;
}

.unit:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.unit-body {
  flex: 0 1 auto;
}

.unit-left,
.unit-right {
  flex: 0 0 auto;
  max-width: 100%;
}

.unit-spacing-xs {
  margin-bottom: -15px;
  margin-left: -7px;
}

.unit-spacing-xs > * {
  margin-bottom: 15px;
  margin-left: 7px;
}

/*

*

* Lists

*/
.list > li + li {
  margin-top: 10px;
}

.list-xs > li + li {
  margin-top: 5px;
}

.list-sm > li + li {
  margin-top: 10px;
}

.list-md > li + li {
  margin-top: 18px;
}

.list-lg > li + li {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .list-xl > li + li {
    margin-top: 60px;
  }
}

.list-inline > li {
  display: inline-block;
}

html .list-inline-sm {
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -8px;
  margin-right: -8px;
}

html .list-inline-sm > * {
  margin-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

* + .list-inline-sm {
  margin-top: 20px;
}

@media (min-width: 768px) {
  * + .list-inline-sm {
    margin-top: 30px;
  }
}

.list-inline-1 {
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -7px;
  margin-right: -7px;
}

.list-inline-1 > * {
  margin-top: 8px;
  padding-left: 7px;
  padding-right: 7px;
}

.list-inline-1 > li {
  display: inline-block;
}

* + .list-inline-1 {
  margin-top: 10px;
}

.link-with-icon + .list-inline-1 {
  margin-top: 15px;
}

.rd-form-inline-1 + .list-inline-1 {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .link-with-icon + .list-inline-1 {
    margin-top: 30px;
  }
  .rd-form-inline-1 + .list-inline-1 {
    margin-top: 24px;
  }
}

.list-terms dt + dd {
  margin-top: 10px;
}

.list-terms dd + dt {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .list-terms dt + dd {
    margin-top: 15px;
  }
  .list-terms dd + dt {
    margin-top: 50px;
  }
}

* + .list-terms {
  margin-top: 25px;
}

.list-terms-1 {
  max-width: 350px;
  letter-spacing: 0;
}

.list-terms-1 dt {
  color: #0d0d0d;
}

.list-terms-1 dd {
  display: flex;
  align-items: flex-start;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.66667;
  letter-spacing: .1em;
}

.list-terms-1 dd > * + * {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}

.list-terms-1 dd a {
  line-height: 1.45;
}

.list-terms-1 dd a, .list-terms-1 dd a:active, .list-terms-1 dd a:focus {
  color: #151515;
}

.list-terms-1 dd a:hover {
  color: #227094;
}

.list-terms-1 .icon {
  font-size: 1.33333em;
  color: #227094;
}

.list-terms-1 .list-terms-1-link-big {
  font-size: 1.33333em;
}

.list-terms-1 dt + dd {
  margin-top: 9px;
}

@media (min-width: 992px) {
  .list-terms-1 dd {
    font-size: 18px;
  }
  .list-terms-1 dd > * + * {
    margin-left: 14px;
  }
  .list-terms-1 dt + dd {
    margin-top: 10px;
  }
}

.list-terms-inline dt,
.list-terms-inline dd {
  display: inline;
}

.list-terms-inline dt {
  margin-right: 5px;
}

.list-terms-inline dd {
  color: #151515;
}

.index-list {
  counter-reset: li;
}

.index-list > li .list-index-counter::before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
}

.list-marked {
  padding-left: 25px;
  text-align: left;
}

.list-marked > li {
  text-indent: -25px;
  padding-left: 25px;
}

.list-marked > li::before {
  position: relative;
  display: inline-block;
  left: 25px;
  top: -1px;
  min-width: 25px;
  content: '\f105';
  font: 400 14px/24px 'FontAwesome';
  color: #b7b7b7;
}

.list-marked > li + li {
  margin-top: 9px;
}

* + .list-marked {
  margin-top: 15px;
}

p + .list-marked {
  margin-top: 10px;
}

.list-quadrate a {
  display: block;
  position: relative;
  padding-left: 20px;
}

.list-quadrate a .list-quadrate-count, .list-quadrate a::before {
  position: absolute;
}

.list-quadrate a::before {
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-59%);
  width: 8px;
  height: 8px;
  background-color: #9a9a9a;
  transition: .3s ease-out all;
}

.list-quadrate a .list-quadrate-count {
  right: 0;
}

.list-quadrate a, .list-quadrate a:focus, .list-quadrate a:active {
  color: #9a9a9a;
}

.list-quadrate a:hover {
  color: #227094;
}

.list-quadrate a:hover::before {
  background-color: #227094;
}

.list-quadrate > li + li {
  margin-top: 12px;
}

.list-ordered {
  counter-reset: li;
  padding-left: 25px;
  text-align: left;
}

.list-ordered > li {
  position: relative;
  padding-left: 25px;
}

.list-ordered > li::before {
  content: counter(li, decimal) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
  color: #ced4da;
}

.list-ordered > li + li {
  margin-top: 10px;
}

* + .list-ordered {
  margin-top: 15px;
}

.list-1 {
  letter-spacing: 0;
}

.list-1 > li + li {
  margin-top: 6px;
}

.list-1 .icon {
  position: relative;
  top: 1px;
  margin-right: 18px;
  font-size: 18px;
}

.bg-gray-31 .list-1 {
  color: #ffffff;
}

.bg-gray-31 .list-1 a, .bg-gray-31 .list-1 a:focus, .bg-gray-31 .list-1 a:active {
  color: #ffffff;
}

.bg-gray-31 .list-1 a:hover {
  color: #fdde52;
}

.bg-gray-31 .list-1 .icon {
  color: #5e7870;
}

* + .list-1 {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  * + .list-1 {
    margin-top: 32px;
  }
}

.list-2 > li {
  padding: 20px 0;
}

.list-2 > li + li {
  border-top: 1px solid #e0e0e0;
}

.list-2 * + .link-with-icon {
  margin-top: 14px;
}

.pre-footer-static .list-2 {
  color: #151515;
  letter-spacing: 0;
}

* + .list-2 {
  margin-top: 7px;
}

@media (min-width: 992px) {
  .list-2 > li {
    padding: 26px 0;
  }
}

.list-3 {
  display: flex;
  flex-wrap: wrap;
  max-width: 355px;
  text-align: left;
  color: #151515;
  letter-spacing: .02em;
  margin-bottom: -10px;
}

.list-3 > li {
  position: relative;
  min-width: 50%;
  margin-bottom: 10px;
  padding-left: 20px;
}

.list-3 > li::before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: -1px;
  min-width: 25px;
  content: '\f105';
  font: 400 16px/24px 'FontAwesome';
  color: #b7b7b7;
}

* + .list-3 {
  margin-top: 20px;
}

.list-3 + * {
  margin-top: 30px;
}

.list-3 + .button {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  * + .list-3 {
    margin-top: 25px;
  }
  .list-3 + .button {
    margin-top: 40px;
  }
}

.list-layout {
  margin-right: -3px;
}

.list-layout > li {
  display: inline-block;
  margin-right: 3px;
}

.list-layout a, .list-layout a:focus, .list-layout a:active, .list-layout span, .list-layout span:focus, .list-layout span:active {
  color: #9a9a9a;
}

.list-layout a:hover, .list-layout span:hover {
  color: #227094;
}

.list-layout a.active, .list-layout span.active {
  color: #227094;
}

.list-marked-1 {
  margin-bottom: -8px;
}

.list-marked-1 > li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.list-marked-1 > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #fdde52;
}

* + .list-marked-1 {
  margin-top: 27px;
}

.list-marked-2 > li {
  position: relative;
  letter-spacing: 0;
  color: #151515;
}

.list-marked-2 > li::before {
  content: '\f222';
  font-family: 'Material Design Icons';
  display: inline-block;
  margin-right: 4px;
  font-size: 18px;
  color: #227094;
}

.list-marked-2 > li + li {
  margin-top: 8px;
}

* + .list-marked-2 {
  margin-top: 27px;
}

.list-marked-3 {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #000000;
}

.list-marked-3 > li {
  position: relative;
  padding-left: 27px;
}

.list-marked-3 > li::before {
  position: absolute;
  left: 0;
  content: '\e005';
  font-family: 'fl-flat-icons-set-2';
  font-size: 13px;
  color: #227094;
}

.list-marked-3 > li + li {
  margin-top: 14px;
}

@media (min-width: 992px) {
  .list-marked-3 {
    font-size: 16px;
  }
  .list-marked-3 > li::before {
    font-size: 15px;
  }
}

.context-dark .list-marked-3, .bg-accent .list-marked-3 {
  color: #ffffff;
}

.context-dark .list-marked-3 > li::before, .bg-accent .list-marked-3 > li::before {
  color: #fdde52;
}

* + .list-marked-3 {
  margin-top: 24px;
}

@media (min-width: 768px) {
  h2 + .list-marked-3 {
    margin-top: 30px;
  }
}

.list-inline-bordered {
  margin-left: -20px;
  margin-right: -20px;
}

.list-inline-bordered > li {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  padding: 0 20px;
}

.list-inline-bordered > li:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

.list-inline-bordered label {
  cursor: pointer;
}

.list-inline-bordered span {
  color: inherit;
  transition: .2s;
}

.list-inline-bordered input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.list-inline-bordered label:hover span,
.list-inline-bordered input:checked ~ span {
  color: #227094;
}

.context-dark .list-inline-bordered > li:not(:last-child), .bg-accent .list-inline-bordered > li:not(:last-child) {
  border-right-color: rgba(255, 255, 255, 0.5);
}

.context-dark .list-inline-bordered span, .bg-accent .list-inline-bordered span {
  color: #9bbdf5;
}

.context-dark .list-inline-bordered label:hover span, .bg-accent .list-inline-bordered label:hover span,
.context-dark .list-inline-bordered input:checked ~ span,
.bg-accent .list-inline-bordered input:checked ~ span {
  color: #ffffff;
}

/*

*

* Images

*/
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-responsive {
  width: 100%;
}

.img-round {
  border-radius: 50%;
}

.image-block-1 {
  display: flex;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.image-block-1::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 89.31553%;
}

.image-block-2 {
  display: flex;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.image-block-2::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 74.60595%;
}

/*

*

* Icons

*/
.icon {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
}

.icon::before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
}

.bg-gray-31 a.icon, .bg-gray-31 a.icon:focus, .bg-gray-31 a.icon:active {
  color: #5e7870;
}

.bg-gray-31 a.icon:hover {
  color: #fdde52;
}

.icon-secondary {
  color: #fdde52;
}

.bg-gray-31 .icon-secondary {
  color: #fdde52;
}

.icon-circle {
  border-radius: 50%;
}

.icon-circle.icon-rounded {
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
}

a.icon-circle.icon-rounded.fa-facebook, a.icon-circle.icon-rounded.fa-facebook:focus, a.icon-circle.icon-rounded.fa-facebook:active {
  color: #ffffff;
  background-color: #547abb;
}

a.icon-circle.icon-rounded.fa-facebook:hover {
  background-color: #227094;
}

a.icon-circle.icon-rounded.fa-google-plus, a.icon-circle.icon-rounded.fa-google-plus:focus, a.icon-circle.icon-rounded.fa-google-plus:active {
  color: #ffffff;
  background-color: #e75854;
}

a.icon-circle.icon-rounded.fa-google-plus:hover {
  background-color: #227094;
}

a.icon-circle.icon-rounded.fa-twitter, a.icon-circle.icon-rounded.fa-twitter:focus, a.icon-circle.icon-rounded.fa-twitter:active {
  color: #ffffff;
  background-color: #44c0f3;
}

a.icon-circle.icon-rounded.fa-twitter:hover {
  background-color: #227094;
}

a.icon-circle.icon-rounded.fa-pinterest-p, a.icon-circle.icon-rounded.fa-pinterest-p:focus, a.icon-circle.icon-rounded.fa-pinterest-p:active {
  color: #ffffff;
  background-color: #e46868;
}

a.icon-circle.icon-rounded.fa-pinterest-p:hover {
  background-color: #227094;
}

.icon.icon-1 {
  font-size: 25px;
}

.icon.icon-2 {
  font-size: 24px;
}

.icon.icon-3 {
  font-size: 27px;
}

.icon.icon-4 {
  font-size: 13px;
}

.icon.icon-5 {
  font-size: 14px;
}

.icon.icon-6 {
  font-size: 15px;
}

.icon.icon-7 {
  font-size: 18px;
}

/*

*

* Tables custom

*/
.table-custom {
  width: 100%;
  max-width: 100%;
  text-align: left;
  background: #ffffff;
  border-collapse: collapse;
}

.table-custom th,
.table-custom td {
  color: #888a8c;
  background: #ffffff;
}

.table-custom th {
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: #f5f5f5;
  color: #151515;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .table-custom th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.table-custom td {
  padding: 13px 24px;
}

.table-custom tbody tr:first-child td {
  border-top: 0;
}

.table-custom tr td {
  border-bottom: 1px solid #f5f5f5;
}

.table-custom tr td:first-child {
  border-left: 1px solid #f5f5f5;
}

.table-custom tr td:last-child {
  border-right: 1px solid #f5f5f5;
}

.table-custom tfoot td {
  font-weight: 400;
  color: #2f3446;
}

* + .table-custom-responsive {
  margin-top: 30px;
}

@media (min-width: 768px) {
  * + .table-custom-responsive {
    margin-top: 40px;
  }
}

.table-custom.table-custom-primary thead th {
  color: #ffffff;
  background: #227094;
  border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
  background: #f5f5f5;
}

.table-custom.table-custom-primary thead th {
  color: #ffffff;
  background: #227094;
  border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
  background: #f5f5f5;
}

.table-custom.table-custom-bordered td {
  border: 1px solid #f5f5f5;
}

.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
  border-top: 0;
}

.table-custom.table-custom-striped {
  border-bottom: 1px solid #f5f5f5;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
  background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
  background: #f5f5f5;
}

.table-custom.table-custom-striped tbody td {
  border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
  border-left: 0;
}

@media (max-width: 991.98px) {
  .table-custom-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-custom-responsive.table-bordered {
    border: 0;
  }
}

/*

*

* Dividers

*/
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #e9ecef;
}

.bg-gray-31 hr {
  border-top-color: rgba(255, 255, 255, 0.12);
}

html .page .divider-secondary {
  background-color: transparent;
}

html .page .divider-secondary::after {
  background: #fdde52;
}

.divider {
  font-size: 0;
  line-height: 0;
}

.divider::after {
  content: '';
  display: inline-block;
  width: 65px;
  height: 2px;
  background-color: #227094;
}

.divider + * {
  margin-top: 20px;
}

.divider-section {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

.divider-section.bg-gray-16 {
  background-color: #f5f5f5;
}

.divider-small::after {
  content: '';
  display: inline-block;
  width: 180px;
  height: 1px;
  background-color: #9a9a9a;
}

.context-dark .divider-small::after, .bg-accent .divider-small::after {
  background: rgba(255, 255, 255, 0.28);
}

* + .divider-small {
  margin-top: 5px;
}

@media (min-width: 576px) {
  * + .divider-small {
    margin-top: 15px;
  }
}

/*

*

* Buttons

*/
.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 14px 35px;
  font-size: 14px;
  line-height: 1.25;
  border: 2px solid;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 250ms all ease-in-out;
}

.button-block {
  display: block;
  width: 100%;
}

.button-default, .button-default:focus {
  color: #dee2e6;
  background-color: #495057;
  border-color: #495057;
}

.button-default:hover, .button-default:active {
  color: #ffffff;
  background-color: #227094;
  border-color: #227094;
}

.button-default.button-ujarak::before {
  background: #227094;
}

.button-primary, .button-primary:focus {
  color: #ffffff;
  background-color: #227094;
  border-color: #227094;
}

.button-primary:hover, .button-primary:active {
  color: #151515;
  background-color: #fdde52;
  border-color: #fdde52;
}

.button-primary.button-ujarak::before {
  background: #fdde52;
}

.button-secondary, .button-secondary:focus {
  color: #151515;
  background-color: #fdde52;
  border-color: #fdde52;
}

.button-secondary:hover, .button-secondary:active {
  color: #ffffff;
  background-color: #227094;
  border-color: #227094;
}

.button-secondary.button-ujarak::before {
  background: #227094;
}

.bg-accent .button-secondary:hover {
  color: #151515;
  background: #ffffff;
  border-color: #ffffff;
}

.button-primary, .button-primary:focus {
  color: #ffffff;
  background-color: #227094;
  border-color: #227094;
}

.button-primary:hover, .button-primary:active {
  color: #151515;
  background-color: #fdde52;
  border-color: #fdde52;
}

.button-primary.button-ujarak::before {
  background: #fdde52;
}

.button-default-outline, .button-default-outline:focus {
  color: #151515;
  background-color: transparent;
  border-color: #151515;
}

.button-default-outline:hover, .button-default-outline:active {
  color: #ffffff;
  background-color: #227094;
  border-color: #227094;
}

.button-default-outline.button-ujarak::before {
  background: #227094;
}

.context-dark .button-default-outline, .bg-accent .button-default-outline, .context-dark .button-default-outline:focus, .bg-accent .button-default-outline:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.context-dark .button-default-outline:hover, .bg-accent .button-default-outline:hover, .context-dark .button-default-outline:active, .bg-accent .button-default-outline:active {
  color: #151515;
  background-color: #fdde52;
  border-color: #fdde52;
}

.context-dark .button-default-outline.button-ujarak::before, .bg-accent .button-default-outline.button-ujarak::before {
  background: #fdde52;
}

.button-secondary-outline, .button-secondary-outline:focus {
  color: #151515;
  background-color: #fdde52;
  border-color: #fdde52;
}

.button-secondary-outline:hover, .button-secondary-outline:active {
  color: #fdde52;
  background-color: transparent;
  border-color: #fdde52;
}

.button-secondary-outline.button-ujarak::before {
  background: transparent;
}

.context-dark .button-secondary-outline, .bg-accent .button-secondary-outline, .context-dark .button-secondary-outline:focus, .bg-accent .button-secondary-outline:focus {
  color: #151515;
  background-color: #fdde52;
  border-color: #fdde52;
}

.context-dark .button-secondary-outline:hover, .bg-accent .button-secondary-outline:hover, .context-dark .button-secondary-outline:active, .bg-accent .button-secondary-outline:active {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.context-dark .button-secondary-outline.button-ujarak::before, .bg-accent .button-secondary-outline.button-ujarak::before {
  background: transparent;
}

.button-ghost {
  border: 0;
  background-color: transparent;
}

.button-ghost:hover {
  color: #ffffff;
  background: #227094;
}

.button-facebook,
.button-twitter,
.button-google {
  font-size: 12px;
  letter-spacing: .12em;
}

.button-facebook .icon,
.button-twitter .icon,
.button-google .icon {
  font-size: 18px;
}

.button-facebook, .button-facebook:focus {
  color: #ffffff;
  background-color: #547abb;
  border-color: #547abb;
}

.button-facebook:hover, .button-facebook:active {
  color: #ffffff;
  background-color: #466db0;
  border-color: #466db0;
}

.button-facebook.button-ujarak::before {
  background: #466db0;
}

.button-twitter, .button-twitter:focus {
  color: #ffffff;
  background-color: #44c0f3;
  border-color: #44c0f3;
}

.button-twitter:hover, .button-twitter:active {
  color: #ffffff;
  background-color: #2cb8f1;
  border-color: #2cb8f1;
}

.button-twitter.button-ujarak::before {
  background: #2cb8f1;
}

.button-google, .button-google:focus {
  color: #ffffff;
  background-color: #e75854;
  border-color: #e75854;
}

.button-google:hover, .button-google:active {
  color: #ffffff;
  background-color: #e4423e;
  border-color: #e4423e;
}

.button-google.button-ujarak::before {
  background: #e4423e;
}

.button-shadow, .button-shadow:focus, .button-shadow:active {
  box-shadow: 0px 9px 21px 0px rgba(30, 30, 30, 0.15);
}

.button-shadow:hover {
  box-shadow: 0px 9px 21px 0px rgba(30, 30, 30, 0.15);
}

.button-xs {
  padding: 8px 17px;
}

.button-sm {
  padding: 9px 29px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .12em;
}

.button-lg {
  padding: 16px 65px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.button-xl {
  padding: 16px 50px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .button-xl {
    padding: 21px 85px;
    font-size: 18px;
    letter-spacing: 0;
  }
}

.button-circle {
  border-radius: 30px;
}

.button-round-1 {
  border-radius: 9px;
}

.button-square {
  border-radius: 0;
}

.button.button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.button.button-icon .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 1.55em;
  line-height: 1em;
}

.button.button-icon-left .icon {
  padding-right: 11px;
}

.button.button-icon-right {
  flex-direction: row-reverse;
}

.button.button-icon-right .icon {
  padding-left: 11px;
}

.button.button-icon.button-link .icon {
  top: 5px;
  font-size: 1em;
}

.button.button-icon.button-xs .icon {
  top: .05em;
  font-size: 1.2em;
  padding-right: 8px;
}

.button.button-icon.button-xs .button-icon-right {
  padding-left: 8px;
}

.button-icon.button-icon-only {
  min-width: 50px;
  padding: 8px 10px;
}

.btn-primary {
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: .33s;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
  color: #ffffff;
  background: #227094;
  border-color: #227094;
}

.btn-primary:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

div.button-group {
  display: flex;
}

div.button-group .button {
  flex-grow: 1;
}

div.button-group .button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

div.button-group .button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

div.button-group * + .button {
  margin-top: 0;
}

/*


/*

*

* Posts

*/
.post-minimal {
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: .3s ease-out background;
}

.post-minimal::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  pointer-events: none;
  background: inherit;
  transition: .3s ease-out all;
}

.post-minimal-image {
  min-width: 80px;
  max-width: 80px;
  width: 100%;
}

.post-minimal-body {
  margin-left: 20px;
}

.post-minimal-title, .post-minimal-text {
  transition: .3s ease-out color;
}

.post-minimal-title {
  letter-spacing: .075em;
  line-height: 1.2;
}

* + .post-minimal-text {
  margin-top: 5px;
}

* + .post-minimal {
  margin-top: 15px;
}

.post-minimal + .post-minimal {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  * + .post-minimal {
    margin-top: 35px;
  }
  .post-minimal + .post-minimal {
    margin-top: 23px;
  }
}

.bg-gray-31 .post-minimal .post-minimal-title {
  color: #ffffff;
}

.bg-gray-31 .post-minimal .post-minimal-text {
  color: #227094;
}

.bg-gray-31 .post-minimal:hover::before {
  background: rgba(243, 244, 249, 0.04);
}

.bg-gray-31 .post-minimal:hover .post-minimal-title {
  color: #fdde52;
}

.bg-gray-31 .post-minimal:hover .post-minimal-text {
  color: #227094;
}

.post-minimal-1 {
  display: flex;
  letter-spacing: 0;
  box-shadow: 0px 0px 7px 6px rgba(0, 0, 0, 0);
  transform: translateY(0px);
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28) all;
  will-change: transfrom;
}

.post-minimal-1-left {
  position: relative;
  width: 35%;
  overflow: hidden;
}

.post-minimal-1-left img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  transition: .3s ease-out all;
}

.post-minimal-1-body {
  flex-grow: 1;
  padding: 28px 11px;
  background-color: #f3f4f9;
}

.post-minimal-1-title {
  color: #0d0d0d;
}

.post-minimal-1-text {
  color: #227094;
}

* + .post-minimal-1-text {
  margin-top: 1px;
}

h3 + .post-minimal-1 {
  margin-top: 25px;
}

* + .post-minimal-1 {
  margin-top: 19px;
}

@media (min-width: 576px) {
  .post-minimal-1-body {
    padding: 28px 20px;
  }
}

.post-minimal-1:hover {
  transform: translateY(-5px);
}

.post-minimal-1:hover img {
  opacity: .6;
}

.post-default {
  letter-spacing: 0;
}

.post-default-image {
  display: block;
  z-index: 1;
  position: relative;
  overflow: hidden;
  max-height:250px;
}

.post-default-image img {
  transition: .3s ease-out all;
  width:100%;
}

.post-default-body {
  padding: 30px 25px 32px;
  background-color: #ffffff;
  transition: .3s ease-out all;
}



.post-default-divider {
  width: 100%;
  height: 30px;
}

.post-default-divider::before {
  content: '';
  display: inline-block;
  width: 48px;
  border-top: 3px solid #0c83Af;
  transition: .3s ease-out all;
}

.post-default-time {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  color: #0d0d0d;
  text-transform: uppercase;
  transition: .3s ease-out all;
}

.post-default-time a, .post-default-time a:focus, .post-default-time a:active {
  color: #0d0d0d;
}

.post-default-time .icon {
  position: relative;
  top: 1px;
  margin-right: 7px;
  font-size: 16px;
  color: #227094;
  transition: .3s ease-out all;
}

* + .post-default-divider {
  margin-top: 6px;
}

.post-default-divider + * {
  margin-top: 6px;
}

* + .post-default-time {
  margin-top: 15px;
}

.post-default:hover {
  color: #ffffff;
}

.post-default:hover .post-default-image img {
  transform: scale(1.11);
}

.post-default:hover .post-default-body {
  background-color: #0c83Af;
}

.post-default:hover .post-default-title {
  color: #ffffff;
}

.post-default:hover .post-default-title > * {
  color: inherit;
}

.post-default:hover a {
  color:#ffffff;
  transition: .2s all;
}
.post-default:hover .post-default-title a:focus, .post-default:hover .post-default-title a:active {
  color: #fdde52;
}

.post-default:hover a:hover {
  color: #fdde52;
}

.post-default:hover .post-default-divider::before {
  border-color: #fdde52;
}

.post-default:hover .post-default-time {
  color: #ffffff;
}

.post-default:hover .post-default-time .icon {
  color: #ffffff;
}

.post-default:hover .post-default-time a, .post-default:hover .post-default-time a:focus, .post-default:hover .post-default-time a:active {
  color: #ffffff;
}

.post-default:hover .post-default-time a:hover {
  color: #fdde52;
}

@media (min-width: 992px) {
  .post-default-body {
    padding: 20px 20px 25px;
  }
  * + .post-default-divider {
    margin-top: 10px;
  }
  .post-default-divider + * {
    margin-top: 10px;
  }
  * + .post-default-time {
    margin-top: 18px;
  }
}

.post-modern {
  display: block;
  text-align: left;
  padding: 30px 34px;
  background-color: #ffffff;
  box-shadow: 0.518px 1.932px 5px 0px rgba(68, 83, 68, 0.12);
}

.post-modern-title {
  letter-spacing: -.025em;
}

.post-modern-title * {
  letter-spacing: inherit;
}

.post-modern-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-bottom: -5px;
  font-size: 14px;
  letter-spacing: .05em;
  color: rgba(0, 0, 0, 0.5);
}

.post-modern-list > li {
  margin-right: 25px;
  margin-bottom: 5px;
  display: inline-block;
}

.post-modern-list .icon {
  margin-right: 3px;
  vertical-align: middle;
  font-size: 19px;
  color: #227094;
}

* + .post-modern-list {
  margin-top: 12px;
}

.post-modern:hover {
  transform: translateY(-5px);
}

@media (min-width: 1200px) {
  .post-modern {
    padding: 40px 54px;
  }
}

.blog-post-solo h4 {
  font-weight: 600;
}

.blog-post-solo-footer {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  letter-spacing: 0;
  background-color: #f3f4f9;
}

.blog-post-solo-footer-left {
  margin-bottom: 10px;
}

.blog-post-solo-footer-list {
  position: relative;
  top: 3px;
  margin-left: -20px;
  margin-bottom: -5px;
}

.blog-post-solo-footer-list > li {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 20px;
}

.blog-post-solo-footer-list .icon {
  color: #227094;
}

.blog-post-solo-footer-list .icon + a {
  margin-left: 5px;
}

.blog-post-solo-footer-list a {
  display: inline-block;
}

.blog-post-solo-footer-list a, .blog-post-solo-footer-list a:focus, .blog-post-solo-footer-list a:active {
  color: #151515;
}

.blog-post-solo-footer-list a:hover {
  color: #227094;
}

.blog-post-solo-footer-list-1 {
  margin-bottom: -5px;
}

.blog-post-solo-footer-list-1 > li {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
}

.blog-post-solo-footer-list-1 > li:first-child {
  margin-right: 9px;
}

.blog-post-solo * + h4 {
  margin-top: 20px;
}

* + .blog-post-solo-footer {
  margin-top: 20px;
}

* + .blog-post-solo-part {
  margin-top: 20px;
}

.blog-post-solo-footer + * {
  margin-top: 20px;
}

.blog-post-solo-part + * {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .blog-post-solo-footer {
    padding: 20px 25px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .blog-post-solo-footer-left {
    margin-bottom: 0;
  }
  .blog-post-solo-footer-list-1 > li:first-child {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .blog-post-solo * + h4 {
    margin-top: 40px;
  }
  * + .blog-post-solo-footer {
    margin-top: 40px;
  }
  * + .blog-post-solo-part {
    margin-top: 40px;
  }
  .blog-post-solo-footer + * {
    margin-top: 40px;
  }
  .blog-post-solo-part + * {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .blog-post-solo-part-aside {
    margin-right: -33px;
  }
  .blog-post-solo-part-main {
    margin-left: 34px;
  }
}

.bg-gray-12 .blog-post-solo-footer {
  background: #e7e9f0;
}

.post-simple {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.post-simple-body {
  padding: 25px 30px 25px 20px;
  background-color: #f3f4f9;
}

.post-simple-title > h4,
.post-simple-title > * {
  font-weight: 400;
}

.post-simple-time .icon {
  position: relative;
  top: 1px;
  font-size: 16px;
  color: #227094;
}

.post-simple-time .time {
  display: inline-block;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.post-simple-time .time, .post-simple-time .time:focus, .post-simple-time .time:active {
  color: #9b9b9b;
}

.post-simple-time .time:hover {
  color: #227094;
}

.post-simple-time * + .time {
  margin-left: 8px;
}

* + .post-simple-time {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .post-simple-body {
    padding: 35px 35px 41px 41px;
  }
  * + .post-simple-time {
    margin-top: 20px;
  }
}

.post-simple-group-title {
  text-align: center;
}

.post-simple-group-title > * {
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.post-simple-group-divider {
  display: block;
  width: 100%;
  line-height: 0;
  border-top: 1px solid #e1e1e1;
}

* + .post-simple-group {
  margin-top: 50px;
}

* + .post-simple-group-divider {
  margin-top: 20px;
}

.post-simple-group-divider + * {
  margin-top: 30px;
}

@media (min-width: 992px) {
  * + .post-simple-group {
    margin-top: 55px;
  }
  .post-simple-group-divider + *,
  .post-simple-group-divider + .row {
    margin-top: 50px;
  }
}

.post-comment {
  text-align: center;
}

.post-comment-left {
  min-width: 65px;
}

.post-comment-main {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 40px;
}

.post-comment-main .post-comment {
  padding-left: 30px;
}

.post-comment-main .post-comment .post-comment-main {
  border: none;
  padding-bottom: 0;
}

.post-comment:last-child .post-comment-main {
  border: none;
}

.post-comment-title {
  display: flex;
  justify-content: space-between;
}

.post-comment-title > * {
  font-weight: 500;
  letter-spacing: .05em;
}

.post-comment-title-time {
  position: relative;
  top: -4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #151515;
}

.post-comment-list {
  margin-left: -25px;
}

.post-comment-list > li {
  display: inline-block;
  margin-left: 25px;
}

.post-comment-list a .icon, .post-comment-list a:focus .icon, .post-comment-list a:active .icon {
  color: #9fa3a7;
}

.post-comment-list a:hover .icon {
  color: #227094;
}

.post-comment-list .icon {
  margin-right: 8px;
  font-size: 16px;
}

.post-comment-list span {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #151515;
}

.post-comment .form-input,
.post-comment .form-label {
  top: 0;
  padding: 24px 32px;
  color: #9b9b9b;
  letter-spacing: 0.05em;
  font-weight: 400;
  transform: translate(0px, 0px);
}

.post-comment .form-input {
  background-color: transparent;
  border-color: #ebebeb;
}

.post-comment button.button {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  min-width: 186px;
}

.post-comment + .post-comment {
  margin-top: 40px;
}

.post-comment * + button.button {
  margin-top: 30px;
}

* + .post-comment {
  margin-top: 30px;
}

* + .post-comment-main {
  margin-top: 15px;
}

* + .post-comment-text {
  margin-top: 10px;
  color:#9a9a9a;
}

* + .post-comment-list {
  margin-top: 10px;
}

@media (min-width: 576px) {
  .post-comment {
    display: flex;
    text-align: left;
  }
  .post-comment .post-comment {
    width: 100%;
  }
  .post-comment-left {
    margin-right: 30px;
  }
  .post-comment-main {
    width: 100%;
    margin-top: 0;
    flex-grow: 1;
  }
  .post-comment-main .post-comment-left {
    margin-right: 15px;
  }
  * + .post-comment-list {
    margin-top: 25px;
  }
}

.post-comment-group-title {
  text-align: center;
}

.post-comment-group-title > * {
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.post-comment-group-divider {
  display: block;
  width: 100%;
  line-height: 0;
  border-top: 1px solid #e1e1e1;
}

* + .post-comment-group {
  margin-top: 50px;
}

* + .post-comment-group-divider {
  margin-top: 20px;
}

.post-comment-group-divider + * {
  margin-top: 30px;
}

@media (min-width: 992px) {
  * + .post-comment-group {
    margin-top: 55px;
  }
  .post-comment-group-divider + * {
    margin-top: 50px;
  }
}

.post-light {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.post-light-media {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-bottom: 54.3058%;
}

.post-light-image-outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}

.post-light-caption {
  position: relative;
  z-index: 1;
  background: #ffffff;
  display: block;
  width: calc(100% - 20px);
  max-width: 430px;
  padding: 20px;
  margin-top: -15px;
}

.post-light-caption::before {
  content: '';
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border: 1px solid #ebebeb;
}

.post-light-time {
  font: 500 12px/18px "Poppins", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #9b9b9b;
}

.post-light-divider {
  font-size: 0;
  line-height: 0;
}

.post-light-divider::after {
  content: '';
  display: inline-block;
  width: 48px;
  height: 2px;
  background: #227094;
}

.post-light-title {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}

* + .post-light-divider {
  margin-top: 10px;
}

* + .post-light-title {
  margin-top: 10px;
}

@media (max-width: 575.98px) {
  .post-light {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .post-light-title {
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .post-light-caption {
    margin-top: -50px;
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .post-light-caption {
    margin-top: -75px;
  }
  html:not(.tablet):not(.mobile) .post-light-image-outer {
    transition: .44s;
  }
  html:not(.tablet):not(.mobile) .post-light-time,
  html:not(.tablet):not(.mobile) .post-light-caption,
  html:not(.tablet):not(.mobile) .post-light-title,
  html:not(.tablet):not(.mobile) .post-light-divider::after {
    transition: .33s;
  }
  html:not(.tablet):not(.mobile) .post-light:hover .post-light-image-outer {
    transform: scale(1.1, 1.1);
  }
  html:not(.tablet):not(.mobile) .post-light:hover .post-light-time,
  html:not(.tablet):not(.mobile) .post-light:hover .post-light-title {
    color: #ffffff;
  }
  html:not(.tablet):not(.mobile) .post-light:hover .post-light-caption {
    color: #ffffff;
    background: #227094;
  }
  html:not(.tablet):not(.mobile) .post-light:hover .post-light-divider::after {
    background: #ffffff;
  }
}

.post-corporate {
  background: #ffffff;
  text-align: left;
}

.post-corporate-image-outer {
  position: relative;
  display: block;
  padding-bottom: 54.21053%;
}

.post-corporate-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}

.post-corporate-main {
  align-self: center;
  padding: 20px;
}

.post-corporate-time {
  font: 600 12px/18px "Poppins", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.post-corporate-divider {
  font-size: 0;
  line-height: 0;
}

.post-corporate-divider::after {
  content: '';
  display: inline-block;
  width: 48px;
  height: 2px;
  background: #227094;
}

.post-corporate-link {
  display: inline-block;
}

* + .post-corporate-divider {
  margin-top: 10px;
}

* + .post-corporate-title {
  margin-top: 10px;
}

* + .post-corporate-link {
  margin-top: 15px;
}

@media (max-width: 575.98px) {
  .post-corporate {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) {
  .post-corporate {
    display: flex;
  }
  .post-corporate-image-outer {
    flex-grow: 1;
  }
  .post-corporate-main {
    flex-shrink: 0;
    max-width: 250px;
  }
  * + .post-corporate-divider {
    margin-top: 15px;
  }
  * + .post-corporate-title {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .post-corporate {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-corporate-main {
    max-width: 305px;
    padding: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .post-corporate-main {
    max-width: 250px;
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .post-corporate-main {
    max-width: 305px;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .post-corporate:hover .post-corporate-image {
    transform: scale(1.1, 1.1);
  }
  html:not(.tablet):not(.mobile) .post-corporate:hover .post-corporate-divider::after {
    width: 75px;
  }
  html:not(.tablet):not(.mobile) .post-corporate-image-outer {
    overflow: hidden;
  }
  html:not(.tablet):not(.mobile) .post-corporate-image {
    transition: .33s;
  }
  html:not(.tablet):not(.mobile) .post-corporate-divider::after {
    transition: .22s;
  }
}

/*

*

* Quotes

*/
.quote-creative {
  padding: 32px 30px 34px 40px;
  -webkit-clip-path: polygon(50% 0%, calc(100% - 30px) 0, 100% 0, 100% 100%, 0 100%, 0 30px, 30px 0);
  clip-path: polygon(50% 0%, calc(100% - 30px) 0, 100% 0, 100% 100%, 0 100%, 0 30px, 30px 0);
  color: #ffffff;
  background-color: #046744;
  transition: .3s ease-out all;
}

* + .quote-creative-body {
  margin-top: 12px;
}

.quote-creative-cite {
  color: #ffffff;
  letter-spacing: .02em;
}

* + .quote-creative-cite {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .quote-creative {
    display: flex;
  }
  .quote-creative-left {
    flex-shrink: 0;
  }
  * + .quote-creative-body {
    margin-top: 0;
    margin-left: 23px;
  }
}

* + .quote-creative {
  margin-top: 30px;
}

.quote-minimal {
  display: flex;
}

.quote-minimal-img {
  position: relative;
  top: 7px;
  min-width: 35px;
}

.quote-minimal-text {
  margin-left: 15px;
}

.quote-minimal-text > * {
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
}

.quote-minimal + * {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .quote-minimal-img {
    top: 13px;
    min-width: 55px;
  }
  .quote-minimal-text {
    position: relative;
    margin-left: 26px;
    padding-left: 41px;
    padding-right: 30px;
  }
  .quote-minimal-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  .quote-minimal + * {
    margin-top: 30px;
  }
}

.quote-light {
  position: relative;
  padding: 25px 20px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.11);
  text-align: left;
}

.quote-light-mark {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 27px;
  fill: rgba(212, 213, 219, 0.3);
  pointer-events: none;
}

.quote-light-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.quote-light-header > * + * {
  margin-left: 20px;
}

.quote-light-avatar {
  flex-shrink: 0;
  max-width: 57px;
  border-radius: 50%;
}

.quote-light-cite {
  font-weight: 500;
  letter-spacing: .05em;
}

.quote-light-position {
  line-height: 1.2;
  color: #227094;
}

.quote-light-main {
  color: #0d0d0d;
}

* + .quote-light-position {
  margin-top: 5px;
}

* + .quote-light-main {
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  .quote-light {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) {
  .quote-light {
    padding: 35px 30px 40px;
  }
  .quote-light-mark {
    top: 30px;
    right: 22px;
  }
}

@media (min-width: 1200px) {
  .quote-light {
    padding: 40px 30px 50px 35px;
  }
  * + .quote-light-main {
    margin-top: 25px;
  }
}

.quote-modern {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.quote-modern-inner {
  position: relative;
  background: #ffffff;
  padding: 25px 20px;
  margin-top: 21px;
}

.quote-modern-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 0 36px;
  border-color: transparent transparent transparent #ffffff;
}

.quote-modern-time {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.quote-modern-main {
  color: #0d0d0d;
}

.quote-modern-meta-outer {
  display: flex;
  align-items: center;
}

.quote-modern-meta-outer > * + * {
  margin-left: 20px;
}

.quote-modern-avatar {
  flex-shrink: 0;
  max-width: 57px;
  border-radius: 50%;
}

.quote-modern-cite {
  font-weight: 500;
  letter-spacing: .05em;
}

.quote-modern-position {
  line-height: 1.2;
  color: #227094;
}

* + .quote-modern-main {
  margin-top: 10px;
}

* + .quote-modern-meta-outer {
  margin-top: 20px;
}

* + .quote-modern-position {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .quote-modern-inner {
    padding: 35px 30px 40px;
    margin-top: 0;
    margin-left: 21px;
  }
  .quote-modern-inner::before {
    top: 0;
    left: -21px;
    border-width: 0 21px 36px 0;
    border-color: transparent #ffffff transparent transparent;
  }
}

@media (min-width: 1200px) {
  .quote-modern-inner {
    padding: 40px 45px 50px;
  }
}

.quote-corporate {
  text-align: center;
}

.quote-corporate-mark {
  margin-left: auto;
  margin-right: auto;
}

.quote-corporate-text {
  line-height: 1.875;
}

.quote-corporate-cite {
  display: block;
  font: 600 12px/18px "Poppins", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fdde52;
}

.quote-corporate-image {
  border-radius: 50%;
}

* + .quote-corporate-text {
  margin-top: 15px;
}

* + .quote-corporate-cite {
  margin-top: 15px;
}

@media (min-width: 768px) {
  * + .quote-corporate-cite {
    margin-top: 22px;
  }
}

/*

*

* Thumbnails

*/
.figure-light figcaption {
  padding-top: 10px;
  color: #ced4da;
}

.thumbnail-indigo {
  position: relative;
  overflow: hidden;
  display: block;
  background: #495057;
  box-shadow: -1px 1px 21px 0px rgba(0, 0, 0, 0.08);
  background-position: center top;
  background-size: cover;
}

.thumbnail-indigo::before {
  content: '';
  display: block;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 125%;
}

.thumbnail-indigo-sm::before {
  padding-bottom: 75%;
}

.thumbnail-indigo-sm + .thumbnail-indigo-sm {
  margin-top: 7.4%;
}

.thumbnail-indigo-caption {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -1px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
}

@media (max-width: 575.98px) {
  .thumbnail-indigo {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .thumbnail-indigo-caption {
    top: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  html:not(.tablet):not(.mobile) .thumbnail-indigo-caption,
  html:not(.tablet):not(.mobile) .thumbnail-indigo-caption > * {
    opacity: 0;
    visibility: hidden;
    will-change: opacity;
  }
  html:not(.tablet):not(.mobile) .thumbnail-indigo-caption {
    transition: .22s;
  }
  html:not(.tablet):not(.mobile) .thumbnail-indigo-caption > * {
    transition: .22s .01s all ease-in;
  }
  html:not(.tablet):not(.mobile) .thumbnail-indigo:hover .thumbnail-indigo-caption,
  html:not(.tablet):not(.mobile) .thumbnail-indigo:hover .thumbnail-indigo-caption > * {
    opacity: 1;
    visibility: visible;
  }
}

/*

*

* Breadcrumbs

*/
.breadcrumbs-custom {
  position: relative;
  z-index: 1;
  padding: 35px 0 40px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumbs-custom::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .41;
  background-color: #518067;
  pointer-events: none;
}

.breadcrumbs-custom[data-opacity='37']::before {
  opacity: .37;
}

.breadcrumbs-custom[data-opacity='45']::before {
  opacity: .45;
}

.breadcrumbs-custom[data-opacity='48']::before {
  opacity: .48;
}

.breadcrumbs-bg-1::before {
  background: #275d94;
}

.breadcrumbs-custom-path {
  margin-left: -22px;
  margin-right: -22px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  text-align: center;
}

.breadcrumbs-custom-path > * {
  padding-left: 22px;
  padding-right: 22px;
}

.breadcrumbs-custom-path a {
  display: inline;
  vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
  color: #227094;
}

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.7;
}

.breadcrumbs-custom-path li::after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  top: 52%;
  right: -5px;
  display: inline-block;
  width: 1px;
  height: 16px;
  font-size: inherit;
  font-style: normal;
  color: #d7d7d7;
  background-color: #d7d7d7;
  transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child::after {
  display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
  color: #9a9a9a;
}

.breadcrumbs-custom-path li.active {
  top: 2px;
}

@media (min-width: 576px) {
  .breadcrumbs-custom-path li {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .breadcrumbs-custom-path {
    text-align: left;
  }
  .breadcrumbs-custom-path li {
    font-size: 16px;
  }
}

* + .breadcrumbs-custom-path {
  margin-top: 14px;
}

.breadcrumbs-custom-title br {
  display: none;
}

@media (max-width: 991.98px) {
  .breadcrumbs-custom-title {
    font-size: 26px;
  }
  .breadcrumbs-custom-title br {
    display: block;
  }
}

@media (min-width: 576px) {
  .breadcrumbs-custom {
    margin-left: -30px;
    margin-right: -30px;
  }
  .breadcrumbs-custom > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  * + .breadcrumbs-custom-path {
    margin-top: 18px;
  }
}

@media (min-width: 768px) {
  .breadcrumbs-custom {
    padding: 70px 0 80px;
  }
  .breadcrumbs-custom-path li {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .breadcrumbs-custom {
    padding: 80px 0 100px;
  }
}

@media (min-width: 1600px) {
  .breadcrumbs-custom {
    padding: 120px 0;
  }
}

/*

*

* Pagination custom

*/
.pagination {
  font-size: 0;
  line-height: 0;
  margin-bottom: -10px;
  margin-left: -10px;
}

.pagination:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.pagination > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

.page-item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}

.page-link {
  display: inline-block;
  min-width: 48px;
  padding: 10px 10px;
  border: 2px solid #e9ecef;
  font-size: 14px;
  line-height: 1.71429;
  background-color: #ffffff;
  color: #adb5bd;
  transition: all 0.3s ease-in-out;
}

.page-link:hover, .page-link:focus, .page-link:active {
  color: #ffffff;
  background-color: #227094;
  border-color: #227094;
}

.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
  color: #ffffff;
  background-color: #227094;
  border-color: #227094;
}

.page-item.disabled > .page-link, .page-item.disabled > .page-link:hover, .page-item.disabled > .page-link:focus, .page-item.disabled > .page-link:active {
  color: #ced4da;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.page-item-control .icon::before {
  font-family: 'FontAwesome';
  font-size: 11px;
  line-height: 24px;
}

.page-item-control:first-child .icon::before {
  content: '\f053';
  margin-left: -1px;
}

.page-item-control:last-child .icon::before {
  content: '\f054';
  margin-right: -1px;
}

.pagination-custom {
  text-align: center;
  margin-right: -5px;
  padding-left: 0 !important;
}

.pagination-custom > li {
  display: inline-block;
  margin-right: 5px;
}

.pagination-custom a {
  display: block;
  width: 37px;
  height: 37px;
  border: 2px solid;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
}

.pagination-custom a, .pagination-custom a:focus, .pagination-custom a:active {
  color: #0d0d0d;
  border-color: #ccc;
  background-color: transparent;
}

.pagination-custom a:hover {
  color: #ffffff;
  border-color: #0f532b;
  background: #0f532b;
}

.pagination-custom a.active {
  cursor: auto;
  pointer-events: none;
}

.pagination-custom a.active, .pagination-custom a.active:focus, .pagination-custom a.active:active, .pagination-custom a.active:hover {
  color: #ffffff;
  border-color: #0c83Af;
  background: #0c83Af;
}


/*

*

* Snackbars

*/
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #151515;
  text-align: left;
  background-color: #fdde52;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

.snackbars .icon-xxs {
  font-size: 18px;
}

.snackbars p span:last-child {
  padding-left: 14px;
}

.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}

.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}

.snackbars-right:hover {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .snackbars {
    max-width: 540px;
    padding: 12px 15px;
    font-size: 15px;
  }
}

/*

*

* Footers

*/
.right-1 {
  font-weight: 500;
  letter-spacing: .12em;
}

.right-1 .icon {
  position: relative;
  top: 1px;
  font-size: 16px;
  margin-right: 2px;
}

.footer-classic {
  padding: 20px 0;
}

.footer-classic .rights {
  letter-spacing: 0;
}

.footer-classic .rights a {
  text-decoration: underline;
}

.footer-modern {
  padding: 75px 0 50px;
}

.footer-modern .row + hr {
  margin-top: 80px;
}

.footer-modern hr + .row {
  margin-top: 40px;
}

.footer-modern .lefts, .footer-modern .lefts:focus, .footer-modern .lefts:active {
  color: #5e7870;
}

.footer-modern .lefts:hover {
  color: #fdde52;
}

.footer-modern p.rights a {
  text-decoration: underline;
}

.footer-modern.bg-gray-31 p.rights {
  color: #5e7870;
}

.footer-modern.bg-gray-31 p.rights a {
  color: inherit;
}

.footer-modern.bg-gray-31 p.rights a:hover {
  color: #fdde52;
}

.pre-footer-static h2 + p {
  margin-top: 20px;
}

.pre-footer-static p, .pre-footer-static.bg-default p {
  color: #9b9b9b;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .pre-footer-static-container {
    position: relative;
  }
  .pre-footer-static-container::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 1px solid #e0e0e0;
  }
}

.footer-static {
  text-align: center;
}

.footer-static.bg-gray-31 {
  color: #5e7870;
}

.footer-static.bg-gray-31 a {
  text-decoration: underline;
}

.footer-static.bg-gray-31 a, .footer-static.bg-gray-31 a:focus, .footer-static.bg-gray-31 a:active {
  color: inherit;
}

.footer-static.bg-gray-31 a:hover {
  color: #fdde52;
}

* + .footer-txt {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  * + .footer-txt {
    margin-top: 35px;
  }
}

.bg-gray-31 .footer-txt {
  color: #5e7870;
}

.bg-gray-21 .rights {
  color: #5e7870;
}

.bg-gray-21 .rights a:hover {
  color: #fdde52;
}

.bg-gray-21 .right-1 a:hover {
  color: #fdde52;
}

.product-classic {
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 0;
  padding: 18px 23px 30px;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.16);
  transition: .15s ease-out all;
  backface-visibility: hidden;
}

.product-classic::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-color: #ffffff;
  transition: .3s ease-out all;
  will-change: transform;
}

.desktop .product-classic::before {
  transform: translateY(32px);
}

.product-classic-media {
  position: relative;
  padding-left: 7px;
  overflow: hidden;
}

.product-classic-media .owl-carousel {
  width: calc(100% + 7px);
}

.product-classic-media .owl-item {
  transform: scale(1.01);
  overflow: hidden;
}

.product-classic-media img {
  width: 100%;
  transition: 0.8s cubic-bezier(0.39, 0.58, 0.57, 1) all;
}

.product-classic-price {
  z-index: 100;
  position: absolute;
  left: 7px;
  bottom: 0;
  padding: 2px 21px 2px 11px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background-color: #227094;
}

.product-classic-title a, .product-classic-title a:focus, .product-classic-title a:active {
  color: #227094;
}

.product-classic-title a:hover {
  color: inherit;
}

.product-classic-divider {
  line-height: 0;
  height: 1px;
  width: 100%;
}

.product-classic-divider::after {
  width: 100%;
  content: '';
  display: inline-block;
  border-top: 1px solid #e3e3e3;
}

.product-classic-list {
  display: flex;
  flex-wrap: wrap;
  color: #151515;
  margin-bottom: -17px;
}

.product-classic-list > li {
  display: flex;
  min-width: 50%;
  margin-bottom: 17px;
}

.product-classic-list span {
  display: inline-flex;
  will-change: transform;
  vertical-align: middle;
  min-height: 15px;
  line-height: 15px;
}

.product-classic-list .icon {
  margin-right: 10px;
  font-size: 19px;
  color: #abb4c0;
}

.product-classic-list .icon[class*='hotel-icon-'] {
  margin-left: -5px;
  margin-right: 3px;
}

.product-classic-list .hotel-icon-05 {
  position: relative;
  top: 2px;
  font-size: 32px;
}

.product-classic-list .hotel-icon-10,
.product-classic-list .hotel-icon-26 {
  font-size: 34px;
}

.product-classic .owl-next,
.product-classic .owl-prev {
  width: 43px;
  height: 43px;
  font-size: 20px;
  font-family: "fl-budicons-free";
  line-height: 43px;
  color: #ffffff;
  background: rgba(21, 21, 21, 0.2);
  text-align: center;
  cursor: pointer;
  transition: .3s ease-out all;
}

.product-classic .owl-next:hover,
.product-classic .owl-prev:hover {
  color: #ffffff;
  background: rgba(21, 21, 21, 0.8);
}

.product-classic .owl-prev::before {
  content: "\e016";
}

.product-classic .owl-next::before {
  content: "\e025";
}

.desktop .product-classic .owl-next,
.desktop .product-classic .owl-prev {
  opacity: 0;
}

* + .product-classic-divider,
.product-classic-divider + * {
  margin-top: 19px;
}

.product-classic-divider + * {
  margin-top: 25px;
}

* + .product-classic-title {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .product-classic-list {
    padding-right: 37px;
  }
}

.desktop .product-classic {
  box-shadow: none;
}

.desktop .product-classic:hover {
  transition: .3s ease-out all;
  transition-delay: .3s;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.16);
}

.desktop .product-classic:hover .owl-next,
.desktop .product-classic:hover .owl-prev {
  opacity: 1;
}

.desktop .product-classic:hover .product-classic-media img {
  transform: scale(1.2);
}

.product-classic:hover::before {
  transform: translateY(0);
}

.product-classic-2 {
  padding: 33px 23px 33px;
  text-align: left;
}

.product-classic-2::before {
  transform: translateY(0);
}

.product-classic-2 .product-classic-title a, .product-classic-2 .product-classic-title a:focus, .product-classic-2 .product-classic-title a:active {
  color: #151515;
}

.product-classic-2 .product-classic-title a:hover {
  color: #227094;
}

.desktop .product-classic-2::before {
  transform: translateY(0);
}

.desktop .product-classic-2:hover {
  transition: .3s ease-out all;
  transition-delay: 0s;
}

.product-classic-2 .product-classic-media {
  padding: 0;
  margin-left: -23px;
  margin-right: -23px;
}

.product-classic-2 .product-classic-price {
  left: 23px;
}

.product-classic-2 * + .product-classic-media {
  margin-top: 22px;
}

.product-classic-2 * + .product-classic-list {
  margin-top: 32px;
}

.product-classic-horizontal {
  padding: 0;
  box-shadow: none;
  overflow: visible;
  text-align: left;
}

.product-classic-horizontal .product-classic-inner {
  position: relative;
}

.product-classic-horizontal::before {
  transform: translateY(0);
  left: 7px;
}

.product-classic-horizontal .product-classic-title a, .product-classic-horizontal .product-classic-title a:focus, .product-classic-horizontal .product-classic-title a:active {
  color: #151515;
}

.product-classic-horizontal .product-classic-title a:hover {
  color: #227094;
}

.product-classic-horizontal .product-classic-price {
  left: 0;
  top: 28px;
  bottom: auto;
}

.product-classic-horizontal .product-classic-price::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #367dc3 transparent transparent;
}

.product-classic-horizontal .product-classic-right {
  padding: 29px 16px;
}

.product-classic-horizontal .product-classic-divider {
  width: 80px;
}

.desktop .product-classic-horizontal::before {
  transform: translateY(0);
}

.desktop .product-classic-horizontal:hover {
  box-shadow: none;
}

@media (min-width: 640px) {
  .product-classic-horizontal .product-classic-inner {
    display: flex;
  }
  .product-classic-horizontal .product-classic-left {
    display: flex;
    width: 100%;
    flex-shrink: 0;
    max-width: 263px;
  }
  .product-classic-horizontal .product-classic-left .product-classic-media,
  .product-classic-horizontal .product-classic-left .owl-carousel,
  .product-classic-horizontal .product-classic-left .owl-stage-outer,
  .product-classic-horizontal .product-classic-left .owl-stage,
  .product-classic-horizontal .product-classic-left .owl-item {
    display: flex;
  }
  .product-classic-horizontal .product-classic-left .owl-carousel {
    width: 263px !important;
  }
  .product-classic-horizontal .product-classic-left .owl-item {
    flex-shrink: 0;
  }
  .product-classic-horizontal .product-classic-left img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .product-classic-horizontal .product-classic-right {
    padding: 49px 30px;
  }
}

.product-classic-footer {
  margin-left: 7px;
  background-color: #e7e9f0;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-classic-footer .product-classic-list {
  margin-bottom: 0;
  color: #0d0d0d;
  letter-spacing: 0;
}

.product-classic-footer .product-classic-list > li {
  display: flex;
  margin-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-width: 0;
}

.product-classic-sm * + .product-classic-divider {
  margin-top: 10px;
}

@media (min-width: 640px) {
  .product-classic-sm .product-classic-right {
    padding-top: 39px;
    padding-bottom: 39px;
  }
}

@media (min-width: 1200px) {
  .product-classic-sm .product-classic-title {
    max-width: 200px;
    line-height: 1.66667;
  }
}

.product-classic-group {
  height: 100%;
}

.product-classic-group .product-classic,
.product-classic-group .pagination-custom {
  margin-bottom: 40px;
}

.product-classic-group .product-classic:last-child,
.product-classic-group .pagination-custom:last-child {
  margin-bottom: 0;
}

.product-classic-group .jspPane {
  right: 15px;
}

* + .product-classic-group {
  margin-top: 40px;
}

.product-modern {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 0;
  text-align: left;
  cursor: pointer;
  backface-visibility: hidden;
}

.product-modern-media {
  position: relative;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
}

.product-modern-figure {
  background-position: center center;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1, 1, 1);
  will-change: transform;
}

.product-modern-image {
  width: 100%;
}

.product-modern-overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 1;
}

.product-modern-overlay::before {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: transform 0.6s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -105%, 0);
}

.product-modern-caption {
  padding: 10px 0;
}

@media (max-width: 575.98px) {
  .product-modern {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .product-modern-caption {
    padding: 18px 0;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .product-modern-overlay::after {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 10px));
  }
  html:not(.tablet):not(.mobile) .product-modern-caption,
  html:not(.tablet):not(.mobile) .product-modern-title {
    transition: .5s;
  }
  html:not(.tablet):not(.mobile) .product-modern:hover .product-modern-figure {
    transform: scale3d(1.1, 1.1, 1);
  }
  html:not(.tablet):not(.mobile) .product-modern:hover .product-modern-overlay::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 105%, 0);
  }
  html:not(.tablet):not(.mobile) .product-modern:hover .product-modern-overlay::after {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition-delay: .3s;
  }
  html:not(.tablet):not(.mobile) .product-modern:hover .product-modern-caption {
    background: #ffffff;
  }
  html:not(.tablet):not(.mobile) .product-modern:hover .product-modern-title {
    transform: translate3d(18px, 0, 0);
  }
}

.product-corporate {
  display: flex;
  background-position: center center;
  background-size: cover;
}

.product-corporate::after {
  content: '';
  padding-bottom: 121.72996%;
}

.product-corporate:hover .product-corporate-title {
  color: #fdde52;
}

.product-corporate::after,
.product-corporate-inner {
  width: 100%;
  flex-shrink: 0;
}

.product-corporate-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.product-corporate-caption {
  padding: 20px 15px;
  background: rgba(0, 0, 0, 0.45);
}

.product-corporate-title {
  font-weight: 600;
  letter-spacing: .05em;
  transition: .22s;
}

* + .product-corporate-info {
  margin-top: 7px;
}

@media (min-width: 576px) {
  * + .product-corporate-info {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .product-corporate-caption {
    padding: 17px 10px 37px 30px;
  }
}

.product-1 {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.product-1-title {
  max-width: 280px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}

.product-1-divider {
  font-size: 0;
  line-height: 0;
}

.product-1-divider::after {
  content: '';
  height: 1px;
  width: 250px;
  display: inline-block;
  background: #9a9a9a;
}

.product-1-price {
  letter-spacing: 0;
  color: #227094;
}

.context-dark .product-1-title, .bg-accent .product-1-title {
  color: #ffffff;
}

.context-dark .product-1-title a, .bg-accent .product-1-title a {
  color: inherit;
}

.context-dark .product-1-title a:hover, .bg-accent .product-1-title a:hover {
  color: #fdde52;
}

.context-dark .product-1-divider::after, .bg-accent .product-1-divider::after {
  background: rgba(255, 255, 255, 0.28);
}

.context-dark p.product-1-price, .bg-accent p.product-1-price {
  color: #fdde52;
}

* + .product-1-divider {
  margin-top: 10px;
}

* + .product-1-price {
  margin-top: 14px;
}

@media (min-width: 576px) {
  .product-1-title {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .product-1 {
    max-width: 340px;
  }
  .product-1-title {
    font-size: 28px;
    line-height: 1.3;
  }
  * + .product-1-divider {
    margin-top: 24px;
  }
  * + .product-1-price {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .product-1-title {
    line-height: 1.2;
    font-size: 40px;
  }
}

@media (min-width: 1600px) {
  .product-1 {
    margin-right: 0;
    margin-left: 0;
  }
}

.product-light {
  width: 100%;
  background: #ffffff;
}

.product-light-media {
  width: 100%;
  padding-bottom: 70.8502%;
  background-position: center center;
  background-size: cover;
}

.product-light-main {
  padding: 17px 26px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}

.product-light-title {
  color: #151515;
}

.product-light-title a {
  color: inherit;
}

.product-light-title a:hover {
  color: #227094;
}

.product-light-price {
  color: #227094;
}

* + .product-light-price {
  margin-top: 3px;
}

/*

*

* Layouts

*/
.layout-bordered > * + * {
  margin-top: 50px;
}

.layout-bordered-aside-group {
  max-width: 400px;
}

.layout-bordered-aside-group > * {
  padding: 19px 0;
}

.layout-bordered-aside-group > *:first-child {
  padding-top: 0;
}

.layout-bordered-aside-group > *:last-child {
  padding-bottom: 0;
}

.layout-bordered-aside-group > * + * {
  border-top: 1px solid #e1e1e1;
}

* + .layout-bordered-aside-group {
  margin-top: 22px;
}

@media (min-width: 576px) {
  .layout-bordered-aside-inner {
    max-width: 430px;
    padding-right: 20px;
  }
  * + .layout-bordered-aside-group {
    margin-top: 33px;
  }
}

@media (min-width: 768px) {
  .layout-bordered-aside-group > * {
    padding: 27px 0;
  }
}

@media (min-width: 768px) {
  .layout-bordered > *:first-child {
    padding-right: 30px;
  }
  .layout-bordered > *:last-child {
    padding-left: 30px;
  }
  .layout-bordered > * + * {
    margin-top: 0;
  }
  .layout-bordered {
    display: flex;
    flex-direction: row;
  }
  .layout-bordered-main {
    width: 50%;
  }
  .layout-bordered-aside {
    width: 50%;
  }
  .layout-bordered-main-inner {
    max-width: 470px;
    margin-left: auto;
  }
  * + .layout-bordered-main {
    border-left: 1px solid #ebebeb;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .layout-bordered > *:first-child {
    padding-left: 30px;
  }
  .layout-bordered > *:last-child {
    padding-right: 30px;
  }
}

.layout-1 {
  margin-bottom: -5px;
}

.layout-1 > * {
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  .layout-1 {
    columns: 2;
    break-inside: avoid;
    column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .layout-1 {
    max-width: 600px;
    columns: 3;
  }
}

@media (min-width: 992px) {
  .layout-1 {
    columns: 2;
  }
}

@media (min-width: 1200px) {
  .layout-1 {
    column-gap: 50px;
  }
}

.layout-2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px;
}

.layout-2 li {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 8px;
}

.layout-2 > li + li {
  margin-top: 0;
}

@media (min-width: 480px) {
  .layout-2 > li {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .layout-2 li {
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .layout-2 li {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .layout-2 li {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .layout-2 li {
    width: 20%;
  }
}

.layout-3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -10px;
  margin-left: -30px;
}

.layout-3:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.layout-3 > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 30px;
}

.layout-3 .select-filter {
  min-width: 190px;
}

.layout-4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -10px;
}

.layout-4 > * {
  margin-bottom: 10px;
}

.layout-4 > *:last-child {
  margin-left: 50px;
}

.layout-5 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: -10px;
  margin-left: -15px;
}

.layout-5 > * {
  margin-bottom: 10px;
  margin-left: 15px;
}

* + .layout-5 {
  margin-top: 35px;
}

@media (min-width: 576px) {
  .layout-5-item_primary {
    flex-grow: 1;
  }
}

/*

*

* Panels

*/
.panel-1-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  color: #9a9a9a;
  vertical-align: baseline;
  transition: .22s;
}

.panel-1-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.panel-1-toggle:hover {
  color: #151515;
}

.panel-1-toggle > * + * {
  margin-left: 5px;
}

.panel-1-toggle.active .panel-1-toggle-icon::before {
  opacity: 0;
  visibility: hidden;
}

.panel-1-toggle.active .panel-1-toggle-icon::after {
  opacity: 1;
  visibility: visible;
}

.panel-1-toggle-icon {
  position: relative;
  display: block;
  width: 20px;
  font-size: 18px;
  color: #227094;
}

.panel-1-toggle-icon::before, .panel-1-toggle-icon::after {
  font-family: 'Material Design Icons';
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  transition: .22s;
}

.panel-1-toggle-icon::before {
  content: '\f504';
  opacity: 1;
  visibility: visible;
}

.panel-1-toggle-icon::after {
  content: '\f465';
  opacity: 0;
  visibility: hidden;
}

* + .panel-1 {
  margin-top: 18px;
}

* + .panel-1-content {
  margin-top: 12px;
}

.panel-1-content {
  display: none;
}

.panel-1-content > * {
  flex-grow: 1;
  padding: 0 15px;
  min-width: 190px;
}

.panel-1-content > *:first-child {
  padding-left: 0;
}

.panel-1-content > *:last-child {
  padding-right: 0;
}

.panel-1-content.active {
  display: flex;
}

.panel-2 {
  position: relative;
}

.panel-2-toggle {
  padding: 5px;
  min-width: 50px;
  min-height: 50px;
}

.panel-2-toggle .icon {
  font-size: 24px;
}

.panel-2-content {
  position: absolute;
  right: 0;
  left: 20px;
  top: 0;
  bottom: auto;
  z-index: 2;
  padding-top: 31px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #ffffff;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
  transition: .22s;
}

.panel-2-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.panel-2-content .rd-range-outer + .rd-range-outer {
  margin-top: 25px;
}

.panel-2-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 18px;
  line-height: 17px;
}

.panel-2-content-inner {
  position: relative;
  z-index: 1;
  padding: 0 40px 20px 10px;
  transition: .33s;
}

.rd-navbar-static-linked .panel-2-content-inner {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 350px);
}

@media (min-width: 576px) {
  .panel-2-content-inner {
    padding: 25px 40px 50px 25px;
  }
}

@media (min-width: 768px) {
  .panel-2-content-inner {
    padding: 25px 40px 70px 35px;
  }
  .panel-2-content-inner .rd-range-outer + hr {
    margin-top: 40px;
  }
}

.panel-3 {
  position: relative;
  border: 2px solid #f3f4f9;
}

.panel-3.active {
  border-color: transparent;
}

.panel-3.active .panel-3-header {
  pointer-events: none;
}

.panel-3.active .panel-3-title {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
}

.panel-3.active .panel-3-content {
  opacity: 1;
  visibility: visible;
}

.panel-3.active .panel-3-content > * {
  transform: translateY(0);
}

.panel-3-title,
.panel-3-content {
  background: transparent;
}

.panel-3-header {
  padding: 11px 55px 11px 10px;
  cursor: pointer;
}

.panel-3-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 0;
  transition: .22s;
}

.panel-3-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 12;
  width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  border-radius: 50%;
  background: #fdde52;
  transition: .33s all ease;
  pointer-events: auto;
}

.panel-3-toggle::before, .panel-3-toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  background: #15aaee;
}

.panel-3-toggle::before {
  width: 14px;
  height: 2px;
  right: 28px;
}

.panel-3-toggle::after {
  width: 2px;
  height: 14px;
  right: 34px;
  opacity: 1;
  visibility: visible;
}

.active .panel-3-toggle::after {
  opacity: 0;
  visibility: visible;
}

.panel-3-content {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  z-index: 10;
  padding: 15px 70px 15px 15px;
  pointer-events: none;
  border: 2px solid #f3f4f9;
  opacity: 0;
  visibility: hidden;
  transition: .22s;
  background: rgba(74, 143, 92, 0.95);
}

.panel-3-content > * {
  transform: translateY(5px);
  pointer-events: auto;
  transition: .22s;
}

.context-dark .panel-3, .bg-accent .panel-3,
.context-dark .panel-3-content,
.bg-accent .panel-3-content {
  border-color: #b8f7b2;
}

.context-dark .panel-3 .panel-3-title, .bg-accent .panel-3 .panel-3-title {
  color: #ffffff;
}

.context-dark .panel-3 .panel-3-toggle, .bg-accent .panel-3 .panel-3-toggle {
  background: #ffffff;
}

.context-dark .panel-3 .panel-3-toggle::before, .bg-accent .panel-3 .panel-3-toggle::before, .context-dark .panel-3 .panel-3-toggle::after, .bg-accent .panel-3 .panel-3-toggle::after {
  color: #5b76a2;
}

.context-dark .panel-3.active, .bg-accent .panel-3.active {
  border-color: transparent;
}

@media (min-width: 576px) {
  .panel-3-content {
    background-color: transparent;
  }
}

.panel-4 {
  z-index: 10;
  pointer-events: none;
  transition: .55s;
  transform: translateY(100%);
}

.panel-4,
.panel-4 .google-map-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.panel-4 .google-map {
  height: 100%;
  background: #f5f5f5;
}

.panel-4.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.panel-4-outer {
  position: relative;
}

.panel-4-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  font: 600 12px/18px "Poppins", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: .22s;
}

.panel-4-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.panel-4-toggle, .panel-4-toggle:active, .panel-4-toggle:focus {
  color: #227094;
}

.panel-4-toggle:hover {
  color: #151515;
}

.panel-4-toggle .icon {
  margin-right: 4px;
  font-size: 18px;
}

.context-dark .panel-4-toggle, .bg-accent .panel-4-toggle, .context-dark .panel-4-toggle:active, .bg-accent .panel-4-toggle:active, .context-dark .panel-4-toggle:focus, .bg-accent .panel-4-toggle:focus {
  color: #ffffff;
}

.context-dark .panel-4-toggle:hover, .bg-accent .panel-4-toggle:hover {
  color: #fdde52;
}

.panel-4-close {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 11;
  transform: translate3d(-50%, 0, 0);
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: #151515;
  background: #fdde52;
  transition: .33s;
}

.panel-4-close::-moz-focus-inner {
  border: none;
  padding: 0;
}

.panel-4-close:hover {
  color: #ffffff;
  background: #227094;
}

/*

*

* Jumbotron Custom

*/
.jumbotron-1 {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.jumbotron-1 .rd-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -26px;
  margin-left: -15px;
}

.jumbotron-1 .rd-form:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.jumbotron-1 .rd-form > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 26px;
  margin-left: 15px;
}

.jumbotron-1 .rd-form > * {
  display: inline-flex;
}

.jumbotron-1 .form-wrap {
  min-width: 120px;
  flex: 163 0 auto;
}

.jumbotron-1 .form-wrap_2 {
  min-width: 220px;
  flex: 253 0 auto;
}

.jumbotron-1 .select2-container {
  min-width: 100%;
}

.jumbotron-1.bg-accent {
  background: #15aaee;
}

.jumbotron-1 * + .layout-3 {
  margin-top: 30px;
}

@media (min-width: 480px) {
  .jumbotron-1 .form-wrap {
    min-width: 163px;
  }
  .jumbotron-1 .form-wrap_2 {
    min-width: 220px;
  }
}

@media (min-width: 992px) {
  .jumbotron-1 .form-wrap {
    max-width: 163px;
  }
  .jumbotron-1 .form-wrap_2 {
    max-width: 253px;
  }
}

.context-dark .jumbotron-1-divider, .bg-accent .jumbotron-1-divider {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.context-dark .jumbotron-1-divider-icon::before, .bg-accent .jumbotron-1-divider-icon::before, .context-dark .jumbotron-1-divider-icon::after, .bg-accent .jumbotron-1-divider-icon::after {
  background: rgba(255, 255, 255, 0.57);
}

.jumbotron-1-inner {
  position: relative;
  z-index: 1;
}

.jumbotron-1-figure {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-height: 96%;
  opacity: .5;
  width: 900px;
}

.jumbotron-1-figure-right {
  display: none;
}

.jumbotron-1-image {
  height: 100%;
  max-width: none;
}

.jumbotron-1-divider {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #9a9a9a;
  padding: 0 12px;
}

.jumbotron-1-divider-icon {
  position: relative;
  height: 1px;
  width: 1px;
}

.jumbotron-1-divider-icon::before, .jumbotron-1-divider-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: rgba(154, 154, 154, 0.57);
}

.jumbotron-1-divider-icon::before {
  height: 1px;
  width: 23px;
}

.jumbotron-1-divider-icon::after {
  height: 23px;
  width: 1px;
}

* + .jumbotron-1-divider {
  margin-top: 30px;
}

* + .jumbotron-1-aside {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .jumbotron-1 {
    padding: 90px 0 70px;
  }
  .jumbotron-1 * + .layout-3 {
    margin-top: 45px;
  }
  .jumbotron-1-figure {
    transform: none;
    top: 7%;
    bottom: -2%;
    width: 300px;
  }
  .jumbotron-1-figure-left {
    left: 0;
  }
  .jumbotron-1-figure-left .jumbotron-1-image {
    float: right;
  }
  .jumbotron-1-figure-right {
    display: block;
    right: 0;
    left: auto;
  }
  * + .jumbotron-1-divider {
    margin-top: 55px;
  }
  * + .jumbotron-1-aside {
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .jumbotron-1-inner {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .jumbotron-1-figure {
    opacity: 1;
  }
}

@media (min-width: 1600px) {
  .jumbotron-1 {
    padding: 150px 0 110px;
  }
  .jumbotron-1-figure-left {
    width: calc(50vw - 420px);
  }
  .jumbotron-1-figure-right {
    width: calc(50vw - 382px);
  }
  * + .jumbotron-1-divider {
    margin-top: 70px;
  }
  * + .jumbotron-1-aside {
    margin-top: 110px;
  }
}

.jumbotron-2 {
  padding: 40px 0 50px;
  background: #15aaee;
}

.jumbotron-2 .link-2 {
  margin-left: 30px;
}

.jumbotron-2-inner > * + * {
  margin-top: 30px;
}

.jumbotron-2-slider .owl-stage-outer {
  background: #ffffff;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.35);
}

.jumbotron-2-slider .owl-dots {
  margin-top: 18px;
}

.jumbotron-2-slider-link {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 93.60967%;
  background-position: center top;
  background-size: cover;
}

@media (max-width: 575.98px) {
  .jumbotron-2-inner {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .jumbotron-2 {
    padding: 80px 0 80px;
  }
  .jumbotron-2-inner {
    display: flex;
    align-items: center;
  }
  .jumbotron-2-inner > * {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .jumbotron-2-inner {
    margin: 0 -10px;
  }
  .jumbotron-2-inner > * {
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .jumbotron-2-main {
    padding: 30px;
    border: 4px solid #0bd58e;
    border-right: 0;
  }
  .jumbotron-2-slider {
    padding-right: 30px;
  }
  .jumbotron-2-slider .owl-dots {
    position: absolute;
    top: 47%;
    transform: translate3d(0, -50%, 0);
    right: -30px;
  }
  .jumbotron-2-slider .owl-dot {
    display: block;
    margin: 7px 0;
  }
  html:not(.tablet):not(.mobile) .jumbotron-2-slider-link::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }
  html:not(.tablet):not(.mobile) .jumbotron-2-slider-link:hover::after {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .jumbotron-2 {
    padding-bottom: 120px;
  }
  .jumbotron-2-inner {
    margin: 0;
  }
  .jumbotron-2-inner > * {
    margin: 0;
  }
  .jumbotron-2-main {
    padding: 65px 40px 60px;
  }
}

@media (min-width: 1600px) {
  .jumbotron-2-slider {
    padding-right: 0;
  }
  .jumbotron-2-slider .owl-dots {
    right: -65px;
  }
}

/*

*

* Profiles

*/
.profile-classic {
  position: relative;
  overflow: hidden;
  display: flex;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  box-shadow: 0px 10px 5.76px 0.24px rgba(0, 0, 0, 0.11);
}

.profile-classic::after {
  content: '';
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 120.37037%;
}

.profile-classic::after,
.profile-classic-inner {
  flex-shrink: 0;
  width: 100%;
}

.profile-classic-inner {
  display: flex;
}

.profile-classic-figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}

.profile-classic-caption {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  background: rgba(30, 79, 32, 0.47);
  padding: 30px 33px 29px 30px;
}

.profile-classic-caption * + p {
  margin-top: 5px;
}

.profile-classic-title a:hover {
  color: #fdde52;
}

.profile-classic-link {
  display: inline-flex;
  align-items: center;
  letter-spacing: .1em;
}

.profile-classic-link, .profile-classic-link:active, .profile-classic-link:focus {
  color: #ffffff;
}

.profile-classic-link:hover {
  color: #fdde52;
}

.profile-classic-link .icon {
  color: #fdde52;
}

.profile-classic-link > * + * {
  margin-left: 6px;
}

* + .profile-classic-link {
  margin-top: 10px;
}

@media (min-width: 768px) {
  * + .profile-classic-link {
    margin-top: 14px;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .profile-classic-figure {
    transition: .33s;
  }
  html:not(.tablet):not(.mobile) .profile-classic-caption {
    opacity: 0;
    visibility: hidden;
    transition: .33s;
  }
  html:not(.tablet):not(.mobile) .profile-classic:hover .profile-classic-figure {
    transform: scale(1.05, 1.05);
  }
  html:not(.tablet):not(.mobile) .profile-classic:hover .profile-classic-caption {
    opacity: 1;
    visibility: visible;
  }
}

.profile-minimal {
  display: flex;
  width: 100%;
  background: #f3f4f9;
  transition: .33s;
  text-align: left;
}

.profile-minimal::after {
  content: '';
  display: block;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 38%;
}

.profile-minimal::after,
.profile-minimal-inner {
  width: 100%;
  flex-shrink: 0;
}

.profile-minimal-inner {
  display: flex;
}

.profile-minimal-image-outer,
.profile-minimal-main {
  width: 50%;
}

.profile-minimal-image-outer {
  position: relative;
  background-position: center top;
  background-size: cover;
}

.profile-minimal-image-outer::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(30, 79, 32, 0.45);
  transition: .33s;
  opacity: 0;
  visibility: hidden;
}

.profile-minimal-main {
  padding: 20px;
  align-self: center;
}

.profile-minimal-main > * + * {
  margin-top: 5px;
}

.profile-group .block-person {
  background: #f3f4f9;
}

div .profile-group-aside {
  display: none;
}

* + .profile-group {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .profile-group .block-person {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .profile-group .block-person img {
    object-position: center 10%;
  }
  .profile-group .block-person-left {
    position: relative;
    overflow: hidden;
    height: 300px;
  }
  .profile-group .slick-arrow {
    top: 52%;
  }
}

@media (min-width: 992px) {
  .profile-group {
    display: flex;
    flex-direction: row-reverse;
  }
  .profile-group > * + * {
    margin-right: 35px;
  }
  .profile-group .carousel-parent {
    background: #f3f4f9;
  }
  .profile-group .carousel-parent .slick-arrow {
    display: none !important;
  }
  .profile-group-main {
    width: calc(100% - 405px);
  }
  div .profile-group-aside {
    display: flex;
  }
  .profile-group-aside {
    position: relative;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    width: 370px;
  }
  .profile-group-aside .carousel-child {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .profile-group-aside .slick-slide {
    padding: 7px 0;
    cursor: pointer;
  }
  .profile-group-aside .slick-arrow {
    width: 100%;
    left: 0;
    right: 0;
    transform: none;
    height: 20px;
  }
  .profile-group-aside .slick-arrow::before {
    line-height: 20px;
  }
  .profile-group-aside .slick-arrow, .profile-group-aside .slick-arrow:active, .profile-group-aside .slick-arrow:focus {
    color: #151515;
    background: #f3f4f9;
  }
  .profile-group-aside .slick-arrow:hover {
    color: #151515;
    background: #fdde52;
  }
  .profile-group-aside .slick-prev {
    top: 0;
  }
  .profile-group-aside .slick-prev::before {
    content: '\e02b';
  }
  .profile-group-aside .slick-next {
    top: auto;
    bottom: 0;
  }
  .profile-group-aside .slick-next::before {
    content: '\e00d';
  }
  .profile-group-aside .slick-current .profile-minimal {
    background: #ffffff;
    box-shadow: 0 1px 20px 0.84px rgba(0, 0, 0, 0.08);
  }
  .profile-group-aside .slick-current .profile-minimal-image-outer::after {
    opacity: 1;
    visibility: visible;
  }
  * + .profile-group {
    margin-top: 50px;
  }
}

/*

*

* Page layout

*/
.page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  opacity: 0;
}

[data-x-mode] .page {
  opacity: 1;
}

.page-header {
  position: relative;
}

html.boxed body {
  background: #f8f9fa url(../images/bg-pattern-boxed.png) repeat fixed;
}

@media (min-width: 1630px) {
  html.boxed .page {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
  }
  html.boxed .rd-navbar-static {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  html.boxed .rd-navbar-static.rd-navbar--is-stuck {
    max-width: 1600px;
    width: 100%;
    left: calc(50% - 1600px);
    right: calc(50% - 1600px);
  }
}

.one-page {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 129px 0 129px;
  text-align: center;
  background-size: cover;
  background-position: left center;
  transition: 35s ease-out background-position;
}

[class*='ie-'] .one-page {
  height: 100vh;
}

.one-page::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .51;
  background-color: #172039;
  pointer-events: none;
}

.one-page-header, .one-page-footer {
  position: absolute;
  left: 0;
  right: 0;
}

.one-page-header {
  position: absolute;
  top: 0;
  padding-top: 30px;
}

.one-page-main {
  width: 100%;
}

.one-page-main .rd-form-inline {
  justify-content: center;
}

.one-page-footer {
  bottom: 0;
  padding-bottom: 30px;
  letter-spacing: 0;
  color: #ffffff;
}

.one-page-footer a {
  text-decoration: underline;
}

.one-page-footer a, .one-page-footer a:focus, .one-page-footer a:active {
  color: #ffffff;
}

.one-page-footer a:hover {
  color: #227094;
}

.one-page .form-label,
.one-page .form-input {
  color: #ffffff;
  letter-spacing: 0;
}

.one-page .form-input {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.47);
  border-color: rgba(255, 255, 255, 0.1);
}

.one-page h4 + * {
  margin-top: 40px;
}

.one-page h4 + h2 {
  margin-top: 15px;
}

.desktop .one-page-animate:hover {
  background-position: right center;
}

@media (min-width: 1200px) {
  .one-page {
    padding: 210px 0 150px;
  }
  .one-page-header {
    padding-top: 70px;
  }
  .one-page-footer {
    padding-bottom: 50px;
  }
}

/*

*

* Text styling

*/
.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

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

.text-strike {
  text-decoration: line-through;
}

.font-weight-thin {
  font-weight: 100;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-sbold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-ubold {
  font-weight: 900;
}

.text-spacing-0 {
  letter-spacing: 0;
}

.text-spacing-20 {
  letter-spacing: .02em;
}

.text-spacing-40 {
  letter-spacing: .04em;
}

.text-spacing-50 {
  letter-spacing: .05em;
}

.text-spacing-100 {
  letter-spacing: .1em;
}

.text-spacing-150 {
  letter-spacing: .15em;
}

.text-default {
  color: #9a9a9a;
}

.text-primary {
  color: #227094;
}

.text-gray-1 {
  color: #151515;
}

.text-gray-5 {
  color: #9b9b9b;
}

/**

* Background Image

*/
[class*='bg-'] {
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .bg-fixed {
    background-attachment: fixed;
  }
}

/*

*

* Utilities custom

*/
.height-fill {
  position: relative;
  display: flex;
}

.height-fill > * {
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
}

.height-fill .google-map {
  min-height: 100%;
}

.object-inline {
  white-space: nowrap;
}

.object-inline > * {
  display: inline-block;
  min-width: 20px;
  vertical-align: top;
  white-space: normal;
}

.object-inline > * + * {
  margin-left: 5px;
}

.oh {
  position: relative;
  overflow: hidden;
}

.text-decoration-lines {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.text-decoration-lines-content {
  position: relative;
  display: inline-block;
  min-width: 170px;
  font-size: 13px;
  text-transform: uppercase;
}

.text-decoration-lines-content::before, .text-decoration-lines-content::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #ced4da;
  top: 50%;
  width: 100vw;
}

.text-decoration-lines-content::before {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

* + .text-decoration-lines {
  margin-top: 30px;
}

p.rights {
  font-size: 14px;
  color: #9a9a9a;
}

p.rights a {
  color: inherit;
}

p.rights a:hover {
  color: #227094;
}

.one-page .rights {
  color: #ffffff;
}

.one-page .rights a:hover {
  color: #fdde52;
}

.text-block > * {
  margin-left: .125em;
  margin-right: .125em;
}

@media (min-width: 480px) {
  .cols-2 {
    columns: 2;
    break-inside: avoid;
    column-gap: 26px;
  }
  .cols-2 > * {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .f1 {
    width: 109%;
  }
}

.features-block {
  padding: 20px 15px;
  background-color: #e7e9f0;
}

.features-block-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -12px;
  margin-left: -20px;
}

.features-block-inner:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.features-block-inner > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 20px;
}

.features-block-list {
  display: flex;
  flex-wrap: wrap;
  color: #0d0d0d;
  letter-spacing: 0;
  margin-bottom: -15px;
  margin-left: -10px;
}

.features-block-list:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.features-block-list > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 10px;
}

.features-block-list > li {
  display: inline-flex;
}

.features-block-list span {
  display: inline-block;
  vertical-align: middle;
  min-height: 15px;
  line-height: 15px;
}

.features-block-list .icon {
  margin-right: 10px;
  font-size: 19px;
  color: #b7b7b7;
}

.features-block-list .icon[class*='hotel-icon-'] {
  margin-left: -5px;
  margin-right: 3px;
}

.features-block-list .hotel-icon-05 {
  font-size: 32px;
}

.features-block-list .hotel-icon-10,
.features-block-list .hotel-icon-26 {
  font-size: 34px;
}

.features-block + p {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .features-block {
    padding: 14px 22px;
  }
  .features-block-list {
    margin-left: -25px;
  }
  .features-block-list > * {
    margin-left: 25px;
  }
  .features-block + p {
    margin-top: 30px;
  }
}

.item-1 {
  display: flex;
  align-items: center;
  letter-spacing: .1em;
}

.item-1 > * + * {
  margin-left: 10px;
}

.item-1 a, .item-1 a:active, .item-1 a:focus {
  color: #1c1c1c;
}

.item-1 a:hover {
  color: #227094;
}

span.item-1-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 18px;
  color: #151515;
  background: #fdde52;
}

.image-group-1 {
  max-width: 600px;
  margin: 0 auto 13%;
}

.image-group-1 a {
  position: relative;
  z-index: 1;
  display: block;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}

.image-group-1 a:nth-child(1) {
  max-width: 83.33333%;
}

.image-group-1 a:nth-child(2) {
  max-width: 53.33333%;
  margin-top: -25%;
  margin-left: 11.66667%;
}

.image-group-1 a:nth-child(3) {
  max-width: 52.33333%;
  margin-top: -68%;
  margin-left: auto;
}

.image-group-1 a img {
  width: 100%;
}

.image-group-1 a:hover {
  transform: translateY(-15px);
}

.image-group-2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.image-group-2 > * + * {
  margin-left: -5.98291%;
}

.image-group-2 a {
  position: relative;
  z-index: 1;
  display: block;
  flex-shrink: 0;
  width: 31.62393%;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.35);
}

.image-group-2 a img {
  width: 100%;
}

.image-group-2 a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: .22s;
  pointer-events: none;
}

.image-group-2 a:nth-child(2) {
  z-index: 2;
  width: 48.71795%;
}

.image-group-2 a:hover::after {
  opacity: 1;
  visibility: visible;
}

* + .image-group-2 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  * + .image-group-2 {
    margin-top: 60px;
  }
}

/*

*

* Swiper

*/
.swiper-container {
  display: flex;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: inherit;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  font-size: 26px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: .2s ease-in;
  will-change: transform;
  z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #227094;
}

@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-prev::before {
  font-family: "FontAwesome";
  content: "\f060";
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-next::before {
  font-family: "FontAwesome";
  content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
  content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
  content: "\f060";
}

.swiper-pagination {
  position: absolute;
  display: block;
  text-align: center;
  transition: .3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: .2s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
  background: white;
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-black .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.6);
}

.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.swiper-slide-caption {
  width: 100%;
  white-space: normal;
}

.swiper-slider-1 {
  min-height: 40.10417vw;
}

/*

*

* Google Maps

*/
.google-map-markers {
  display: none;
}

.google-map-container {
  width: 100%;
}

.google-map {
  width: 100%;
  height: 200px;
}

@media (min-width: 576px) {
  .google-map {
    height: 250px;
  }
}

@media (min-width: 992px) {
  .google-map {
    height: 400px;
  }
}

@media (min-width: 1200px) {
  .google-map {
    height: 450px;
  }
}

@media (min-width: 768px) {
  .google-map-1 {
    height: 370px;
  }
}

@media (min-width: 1200px) {
  .google-map-2 {
    height: 570px;
  }
}

@media (min-width: 768px) {
  .google-map-3 {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .google-map-3 {
    height: 680px;
  }
}

.google-map-4 {
  height: 340px;
}

@media (min-width: 768px) {
  .google-map-4 {
    height: 450px;
  }
}

@media (min-width: 1200px) {
  .google-map-4 {
    height: 680px;
  }
}

.gm-style-iw {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.71429;
  color: #151515;
}

.google-map-container_product-classic-2 .google-map {
  min-height: 470px;
}

.google-map-container_product-classic-2 .product-classic {
  width: 100%;
  padding: 25px 23px 21px;
}

.google-map-container_product-classic-2 .product-classic .product-classic-list {
  font-size: 14px;
}

.google-map-container_product-classic-2 .product-classic:hover {
  box-shadow: none;
}

.google-map-container_product-classic-2 .product-classic:hover .product-classic-media img {
  transform: none;
}

.google-map-container_product-classic-2 .product-classic-list {
  padding-right: 0;
}

.google-map-container_product-classic-2 * + .product-classic-list {
  margin-top: 24px;
}

.google-map-container_product-classic-2 .gm-style-iw {
  width: 100% !important;
  left: 1px !important;
}

.google-map-container_product-classic-2 .gm-style-iw > div {
  width: 100% !important;
}

.google-map-container_product-classic-2 .gm-style > div > div > div > div > div:first-child {
  width: 300px !important;
}

.google-map-container_product-classic-2 .gm-style > div > div > div > div > div:first-child > div > div:nth-child(2),
.google-map-container_product-classic-2 .gm-style > div > div > div > div > div:first-child > div > div:nth-child(4) {
  width: 100% !important;
}

.google-map-container_product-classic-2 .gm-style-pbc + div > div > div:nth-child(4) > div > div:nth-child(1) {
  margin-top: -14px;
}

.google-map-container_product-classic-2 .gm-style-iw + div {
  top: 9px !important;
  right: -1px !important;
  height: 30px !important;
  width: 30px !important;
  font-size: 18px;
  line-height: 30px;
  background: #fdde52;
  color: #151515;
  transition: .22s;
  opacity: 1 !important;
  text-align: center;
}

.google-map-container_product-classic-2 .gm-style-iw + div::before {
  content: '\f69a';
  font-family: 'Material Design Icons';
}

.google-map-container_product-classic-2 .gm-style-iw + div:hover {
  color: #ffffff;
  background: #227094;
}

.google-map-container_product-classic-2 .gm-style-iw + div img {
  display: none;
}

@media (min-width: 400px) {
  .google-map-container_product-classic-2 .gm-style > div > div > div > div > div:first-child {
    width: 370px !important;
  }
}

@media (max-width: 767.98px) {
  .google-map-container_product-light .google-map {
    height: 340px;
  }
}

.google-map-container_product-light .gm-style-iw {
  width: 100% !important;
  left: 1px !important;
}

.google-map-container_product-light .gm-style-iw > div {
  width: 100%;
}

.google-map-container_product-light .gm-style > div > div > div > div > div:first-child {
  width: 250px !important;
}

.google-map-container_product-light .gm-style > div > div > div > div > div:first-child > div > div:nth-child(2),
.google-map-container_product-light .gm-style > div > div > div > div > div:first-child > div > div:nth-child(4) {
  width: 100% !important;
}

.google-map-container_product-light .gm-style-pbc + div > div > div:nth-child(4) > div > div:nth-child(1) {
  margin-top: -13px;
}

.google-map-container_product-light .gm-style-iw + div {
  top: 9px !important;
  right: -1px !important;
  height: 30px !important;
  width: 30px !important;
  font-size: 18px;
  line-height: 30px;
  background: #fdde52;
  color: #151515;
  transition: .22s;
  opacity: 1 !important;
  text-align: center;
}

.google-map-container_product-light .gm-style-iw + div::before {
  content: '\f69a';
  font-family: 'Material Design Icons';
}

.google-map-container_product-light .gm-style-iw + div:hover {
  color: #ffffff;
  background: #227094;
}

.google-map-container_product-light .gm-style-iw + div img {
  display: none;
}

/*

*

* Search Results

*/
.rd-search-results-live {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: 600px;
  overflow-y: auto;
  margin: -3px 0 0;
  text-align: left;
  z-index: 998;
}

.rd-search-results-live #search-results {
  position: relative;
  padding: 16px 0 0;
  color: #151515;
  background: #f3f4f9;
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 0;
  transform: scale(1, 0.9);
  transition: .3s all ease;
}

.rd-search-results-live #search-results::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  border: 1px solid #e9ecef;
  border-top: 0;
}

.rd-search-results-live #search-results.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}

.rd-search-results-live .search-quick-result {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #151515;
}

.rd-search-results-live .search-list {
  margin-top: 11px;
}

.rd-search-results-live .search-list li:only-child {
  padding: 0 15px 15px;
}

.rd-search-results-live .search-link {
  color: #dee2e6;
}

.rd-search-results-live .search-link:hover {
  color: #227094;
}

.rd-search-results-live .search-error {
  font-size: 14px;
  line-height: 1.6;
}

.rd-search-results-live .search-title {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #151515;
}

.rd-search-results-live .search-title a:hover {
  color: #227094;
}

.rd-search-results-live .search-list-item-all {
  margin-top: 18px;
  width: 100%;
}

.rd-search-results-live .search-submit {
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  padding: 8px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #227094;
}

.rd-search-results-live .search-submit:hover {
  color: #ffffff;
  background: #dee2e6;
}

.rd-search-results-live .match {
  display: none;
}

.not-empty ~ .rd-search-results-live {
  visibility: visible;
  opacity: 1;
}

.rd-search-results-live p {
  font-size: 11px;
}

.rd-search-results-live p * {
  margin: 0;
}

.rd-search-results-live .search-list-item {
  padding: 0 15px;
}

.rd-search-results-live * + p {
  margin-top: 5px;
}

.rd-search-results-live .search-list-item + .search-list-item {
  margin-top: 17px;
}

.rd-search-results .search-list {
  counter-reset: li;
  text-align: left;
  padding-left: 0;
  font-size: 18px;
  list-style-type: none;
  overflow: hidden;
}

.rd-search-results .search-list li div {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}

.rd-search-results .search-list li:only-child::before {
  display: none;
}

.rd-search-results .search-list-item {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  color: #adb5bd;
}

.rd-search-results .search-list-item::before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: inherit;
  font-weight: 400;
  color: #000000;
}

.rd-search-results .search-list-item + .search-list-item {
  margin-top: 40px;
}

.rd-search-results .search-title {
  font-size: 16px;
  color: #000000;
}

.rd-search-results .search {
  color: #ffffff;
  padding: 0 .25em;
  background: #227094;
}

.rd-search-results .match {
  padding: 5px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000000;
}

.rd-search-results .match em {
  margin: 0;
  font-style: normal;
}

.rd-search-results p * {
  margin: 0;
}

.rd-search-results * + .match {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .rd-search-results .search-title {
    font-size: 18px;
  }
  .rd-search-results .search-list-item::before {
    top: -1px;
    font-size: 16px;
  }
  .rd-search-results * + p {
    margin-top: 12px;
  }
}

@media (min-width: 992px) {
  .rd-search-results .search-list-item {
    padding-left: 40px;
  }
}

* + .rd-search-results {
  margin-top: 40px;
}

@media (min-width: 768px) {
  * + .rd-search-results {
    margin-top: 55px;
  }
}

.rd-search-classic {
  position: relative;
}

.rd-search-classic .form-input {
  padding-right: 50px;
}

.rd-search-classic .form-input,
.rd-search-classic .form-label {
  color: #9b9b9b;
  letter-spacing: 0;
}

.rd-search-classic .rd-search-submit {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  padding-top: 3px;
  padding-right: 2px;
  margin: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
  color: #151515;
}

.rd-search-classic .rd-search-submit::-moz-focus-inner {
  border: none;
  padding: 0;
}

.rd-search-classic .rd-search-submit::before {
  position: relative;
  top: -1px;
  content: '\e01c';
  font: 400 20px 'fl-budicons-launch';
  line-height: 1;
  transition: .33s all ease;
}

.rd-search-classic .rd-search-submit:hover {
  color: #227094;
}

.rd-search-classic.form-sm .form-input {
  padding-right: 40px;
}

.rd-search-classic.form-sm .rd-search-submit {
  width: 40px;
  font-size: 18px;
}

.rd-search-classic.form-lg .form-input {
  padding-right: 60px;
}

.rd-search-classic.form-lg .rd-search-submit {
  width: 60px;
}

/*

*

* Isotope

*/
@keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}

[data-isotope-layout] {
  z-index: 0;
  display: block;
  min-height: 160px;
  margin-left: -15px;
  margin-right: -15px;
  transition: .4s all ease;
}

[data-isotope-layout] .row {
  margin-bottom: -30px;
}

[data-isotope-layout] .row > [class*='col-'] {
  margin-top: 30px;
}

[data-isotope-layout] .row-narrow {
  margin-bottom: -30px;
}

[data-isotope-layout] .row-narrow > [class*='col-'] {
  margin-top: 30px;
}

[data-isotope-layout] .row-condensed {
  margin-bottom: 0;
}

[data-isotope-layout] .row-condensed > [class*='col-'] {
  margin-top: 0;
}

[data-isotope-layout] [class*='col-'] {
  display: block;
  will-change: transform;
  backface-visibility: hidden;
}

.isotope-filters > * {
  margin-top: 0;
  vertical-align: middle;
}

.isotope-filters .inline-list {
  position: relative;
  word-spacing: 0;
}

.isotope-filters .inline-list li {
  display: inline-block;
}

.isotope-filters .inline-list a {
  position: relative;
  transition: .3s;
  color: #dee2e6;
}

.isotope-filters .inline-list .isotope-filters-trigger {
  display: none;
}

.isotope-filters-line .isotope-filters-list {
  position: relative;
  margin-left: -11px;
  margin-bottom: -14px;
}

.isotope-filters-line li {
  display: inline-block;
  padding: 0 11px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 14px;
  border-right: 1px solid #d4d5db;
}

.isotope-filters-line li:last-child {
  padding-right: 0;
  border: 0;
}

.isotope-filters-line a {
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  letter-spacing: .12em;
}

.isotope-filters-line a, .isotope-filters-line a:active, .isotope-filters-line a:focus {
  color: #9a9a9a;
}

.isotope-filters-line a:hover, .isotope-filters-line a.active {
  color: #227094;
}

@media (min-width: 576px) {
  .isotope-filters-line .isotope-filters-list {
    margin-left: -20px;
  }
  .isotope-filters-line li {
    padding: 0 20px;
  }
}

* + .isotope {
  margin-top: 30px;
}

@media (min-width: 768px) {
  * + .isotope {
    margin-top: 50px;
  }
}

.tabs-custom {
  text-align: left;
}

.tabs-custom .nav-tabs {
  font-size: 0;
  line-height: 0;
  word-spacing: 0;
  border: 0;
}

.tabs-custom .nav-tabs::before, .tabs-custom .nav-tabs::after {
  display: none;
}

.tabs-custom .nav-item {
  float: none;
  border: 0;
  cursor: pointer;
  transition: .33s all ease;
}

.tabs-custom .nav-link {
  margin: 0;
  border-radius: 0;
  border: 0;
}

.tabs-custom .nav-link.active {
  cursor: default;
  border: 0;
}

.tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.tab-content > .active {
  visibility: visible;
  height: auto;
  overflow: visible;
}

* + .tabs-horizontal.tabs-corporate {
  margin-top: 25px;
}

* + .tabs-vertical.tabs-corporate {
  margin-top: 40px;
}

@media (min-width: 768px) {
  * + .tabs-vertical.tabs-corporate {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  * + .tabs-vertical.tabs-corporate {
    margin-top: 80px;
  }
}

.tabs-line .nav-tabs {
  position: relative;
  margin-left: -11px;
  margin-bottom: -14px;
}

.tabs-line .nav-item {
  padding: 0 11px;
  margin-bottom: 14px;
  border-right: 1px solid #9a9a9a;
}

.tabs-line .nav-item:last-child {
  padding-right: 0;
  border: 0;
}

.tabs-line .nav-link {
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  letter-spacing: .12em;
}

.tabs-line .nav-link, .tabs-line .nav-link:active, .tabs-line .nav-link:focus {
  color: #9a9a9a;
}

.tabs-line .nav-link.active {
  background-color: transparent;
}

.tabs-line .nav-link:hover, .tabs-line .nav-link.active {
  color: #227094;
}

.tabs-line * + .tab-content {
  margin-top: 33px;
}

* + .tabs-line {
  margin-top: 20px;
}

.context-dark .tabs-line .nav-item, .bg-accent .tabs-line .nav-item {
  border-color: #0bd58e;
}

.context-dark .tabs-line .nav-link, .bg-accent .tabs-line .nav-link, .context-dark .tabs-line .nav-link:active, .bg-accent .tabs-line .nav-link:active, .context-dark .tabs-line .nav-link:focus, .bg-accent .tabs-line .nav-link:focus {
  color: #0bd58e;
}

.context-dark .tabs-line .nav-link:hover, .bg-accent .tabs-line .nav-link:hover, .context-dark .tabs-line .nav-link.active, .bg-accent .tabs-line .nav-link.active {
  color: #fdde52;
}

@media (min-width: 480px) {
  .tabs-line .nav-tabs {
    margin-left: -22px;
  }
  .tabs-line .nav-item {
    padding: 0 22px;
  }
}

@media (min-width: 768px) {
  * + .tabs-line {
    margin-top: 35px;
  }
}

.tabs-corporate .nav-tabs {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: -10px;
}

.tabs-corporate .nav-item {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.tabs-corporate .nav-link {
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #888a8c;
  text-align: center;
  vertical-align: middle;
  border: 0;
  letter-spacing: .05em;
  background-color: transparent;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
  color: #227094;
}

.tabs-corporate .tab-content {
  padding: 30px 0 0;
  color: #888a8c;
}

@media (min-width: 768px) {
  .tabs-horizontal.tabs-corporate .nav-tabs {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    border: 0;
    will-change: transform;
  }
  .tabs-horizontal.tabs-corporate .nav-item {
    display: inline-block;
    will-change: transform;
    margin-left: 28px;
    margin-right: 28px;
  }
  .tabs-horizontal.tabs-corporate .nav-link {
    display: block;
    position: relative;
    z-index: 1;
    padding: 0;
    border: none;
  }
  .tabs-horizontal.tabs-corporate .nav-link.active,
  .tabs-horizontal.tabs-corporate .nav-link:hover {
    color: #227094;
    background-color: transparent;
  }
  .tabs-vertical {
    display: flex;
    align-items: flex-start;
  }
  .tabs-vertical .nav-tabs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-shrink: 0;
    max-width: 50%;
  }
  .tabs-vertical .nav-item {
    border: 0;
    width: 100%;
    text-align: left;
  }
  .tabs-vertical .tab-content {
    flex-grow: 1;
  }
  .tabs-vertical.tabs-corporate .nav-tabs {
    width: auto;
    min-width: 260px;
    border: 0;
  }
  .tabs-vertical.tabs-corporate .nav-tabs li:last-child .nav-link {
    border: none;
  }
  .tabs-vertical.tabs-corporate .nav-item {
    margin: 0;
  }
  .tabs-vertical.tabs-corporate .nav-link {
    position: relative;
    padding: 14px 6px;
    border: 0;
    overflow: hidden;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
  }
  .tabs-vertical.tabs-corporate .nav-item + .nav-item {
    margin-top: 2px;
  }
  .tabs-vertical.tabs-corporate .tab-content {
    padding: 0 0 0 30px;
  }
}

@media (min-width: 992px) {
  .tabs-horizontal.tabs-corporate .tab-content {
    padding: 45px 5px 0;
  }
  .tabs-vertical.tabs-corporate .tab-content {
    padding: 0 0 0 45px;
  }
}

.card-group-custom {
  margin-bottom: 0;
}

.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
  border-top: 0;
}

.card-group-custom .card + .card {
  margin-top: 0;
}

.card-group-custom.card-group-corporate .card + .card {
  margin-top: 25px;
}

.card-group-corporate + .card-group-corporate {
  margin-top: 30px;
}

.card-custom {
  display: block;
  margin: 0;
  background: inherit;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

.card-custom a {
  display: block;
}

.card-custom .card-header {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: transparent;
}

.card-custom .card-body {
  padding: 0;
  border: 0;
}

* + .card-group-custom {
  margin-top: 35px;
}

@media (min-width: 768px) {
  * + .card-group-custom {
    margin-top: 50px;
  }
}

.card-corporate {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  text-align: left;
}

.card-corporate .card-title {
  margin-bottom: 0;
}

.card-corporate .card-title a,
.card-corporate .card-body {
  background: #f3f4f9;
}

.card-corporate .card-icon {
  min-width: 25px;
  margin: -3px 10px -3px -10px;
  font-size: 20px;
  line-height: 1;
  color: #227094;
}

.card-corporate .card-title a {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  padding: 21px 70px 21px 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: .05em;
  color: #0d0d0d;
  transition: 1.3s all ease;
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #dde1f0;
}

@media (min-width: 992px) {
  .card-corporate .card-title a {
    font-size: 18px;
  }
}

.card-corporate .card-title a .card-arrow::after {
  opacity: 0;
  visibility: hidden;
}

.card-corporate .card-title a.collapsed {
  border-bottom-color: transparent;
}

.card-corporate .card-title a.collapsed .card-arrow {
  background: #fdde52;
}

.card-corporate .card-title a.collapsed .card-arrow::before, .card-corporate .card-title a.collapsed .card-arrow::after {
  background: #0d0d0d;
}

.card-corporate .card-title a.collapsed .card-arrow::after {
  opacity: 1;
  visibility: visible;
}

.card-corporate .card-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 2;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #227094;
  transition: .33s all ease;
}

.card-corporate .card-arrow::before, .card-corporate .card-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  background: #ffffff;
}

.card-corporate .card-arrow::before {
  width: 14px;
  height: 2px;
  right: 28px;
}

.card-corporate .card-arrow::after {
  width: 2px;
  height: 14px;
  right: 34px;
}

.card-corporate .card-body {
  position: relative;
  z-index: 1;
  color: #9b9b9b;
  padding: 15px 44px 20px 32px;
  border-radius: 0 0 0 0;
}

@media (max-width: 991.98px) {
  .card-corporate .card-title a,
  .card-corporate .card-body {
    padding-left: 25px;
  }
}

@media (min-width: 768px) {
  .card-corporate .card-icon {
    min-width: 30px;
    font-size: 30px;
  }
  .card-corporate .card-title a {
    font-size: 18px;
  }
}

.bg-gray-12 .card-corporate .card-title a,
.bg-gray-12 .card-corporate .card-body {
  background: #ffffff;
}

/*

*

* Tooltop Custom

*/
.tooltip {
  font-size: 14px;
  line-height: 1.2;
}

.tooltip .arrow::before {
  border-top-color: #227094 !important;
  border-bottom-color: #227094 !important;
}

.tooltip-inner {
  background-color: #227094 !important;
}

.tooltip-custom[data-toggle='tooltip'] {
  color: #b7b7b7;
}

/*

*

* Counter

*/
/** @section Countdown */
.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  line-height: 1.2;
  text-align: center;
}

.countdown-block {
  position: relative;
  flex: 0 1 auto;
  padding: 0 5px;
}

@media (min-width: 576px) {
  .countdown-block {
    width: 25%;
  }
}

.countdown-block-seconds {
  display: none;
}

.countdown-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.countdown-circle {
  fill: transparent;
}

html:not(.ie-11):not(.ie-10) .countdown-circle {
  width: 100%;
  height: auto;
}

.countdown-circle-bg {
  stroke: white;
  stroke-width: 1px;
}

.countdown-circle-fg {
  stroke: #227094;
  stroke-width: 2px;
}

.countdown-counter {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #212529;
}

.countdown-title {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}

* + .countdown-title {
  margin-top: 6px;
}

* + .countdown {
  margin-top: 30px;
}

.countdown + * {
  margin-top: 35px;
}

@media (min-width: 576px) {
  .countdown-block-seconds {
    display: block;
  }
}

@media (min-width: 768px) {
  .countdown {
    margin-left: -15px;
    margin-right: -15px;
  }
  .countdown-block {
    padding: 0 15px;
  }
  .countdown-counter {
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  .countdown-counter {
    font-size: 40px;
  }
}

.context-dark .countdown-counter, .bg-accent .countdown-counter {
  color: #ffffff;
}

/** @section Progress Bars */
.progress-linear {
  position: relative;
  text-align: left;
}

.progress-linear .progress-header {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #b8b8b6;
  letter-spacing: .05em;
}

.progress-linear .progress-body {
  display: flex;
  align-items: center;
}

.progress-linear * + .progress-body {
  margin-top: 12px;
}

.progress-linear .progress-bar-linear-wrap {
  flex-grow: 1;
  margin-right: 15px;
  height: 10px;
  background: #e9ecef;
}

.progress-linear .progress-bar-linear {
  width: 0;
  height: inherit;
  background: #227094;
  transition: .5s all ease-in-out;
}

.progress-linear .progress-value {
  color: #b8b8b6;
}

.progress-linear .progress-value::after {
  content: "%";
}

* + .progress-bar-linear-wrap {
  margin-top: 8px;
}

.progress-linear + .progress-linear {
  margin-top: 13px;
}

@media (min-width: 992px) {
  .progress-linear + .progress-linear {
    margin-top: 17px;
  }
}

/** @section Progress Circle */
.progress-circle {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
}

.progress-circle-block {
  position: relative;
}

.progress-circle-bg {
  fill: transparent;
  stroke: #f8f9fa;
  stroke-width: 3px;
}

.progress-circle-fg {
  fill: transparent;
  stroke: #227094;
  stroke-width: 3px;
}

.progress-circle-counter {
  position: absolute;
  top: 50%;
  left: 51%;
  font-size: 40px;
  line-height: 40px;
  transform: translate(-50%, -50%);
  color: #151515;
  font-weight: 300;
}

.progress-circle-counter::after {
  content: "%";
}

.progress-circle-title {
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

* + .progress-circle-title {
  margin-top: 20px;
}

/*

*

* Circle Progress Bars

*/
.progress-bar-circle {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.progress-bar-circle canvas {
  vertical-align: middle;
}

.progress-bar-circle span {
  position: absolute;
  top: 50%;
  left: 51%;
  font-size: 40px;
  line-height: 40px;
  transform: translate(-50%, -50%);
  color: #151515;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}

.progress-bar-circle span::after {
  content: "%";
}

.progress-bar-circle-title {
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

* + .progress-bar-circle-title {
  margin-top: 20px;
}

/*

*

* Time Circles

*/
.time_circles {
  position: relative;
  width: 100%;
}

.time_circles > div {
  position: absolute;
  top: 0 !important;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
  margin-top: -10px;
  text-align: center;
}

@media (min-width: 1200px) {
  #DateCountdown {
    width: 100%;
  }
}

.time_circles > div > h4 {
  margin: 0;
  margin-top: 6px;
  padding: 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  letter-spacing: .05em;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: #048f5e;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .time_circles > div > h4 {
    font-size: 14px !important;
  }
}

.time_circles > div > h4 + * {
  margin-top: 0;
}

.time_circles > div > span {
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  letter-spacing: .05em;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1 !important;
  color: #212529;
}

@media (min-width: 768px) {
  .time_circles > div > span {
    font-size: 34px !important;
  }
}

@media (min-width: 992px) {
  .time_circles > div > span {
    font-size: 40px !important;
  }
}

.context-dark .time_circles > div > span {
  color: #ffffff;
}

.context-dark .time_circles > div > h4 {
  color: #ffffff;
}

.countdown-wrap {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

* + .countdown-wrap {
  margin-top: 25px;
}

.countdown-wrap + .button {
  margin-top: 40px;
}

* + .DateCountdown {
  margin-top: 30px;
}

.DateCountdown + * {
  margin-top: 40px;
}

/*

*

* jScrollPane

*/
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
  right: 10px;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: #e7e9f0;
  pointer-events: auto;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #e7e9f0;
  pointer-events: auto;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #e7e9f0;
  position: relative;
}

.jspDrag {
  background: #227094;
  width: 8px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

/*

* Arrow

*/
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

.scroll-wrap {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

/*

*

* Slick Carousel

*/
/*rtl:begin:ignore*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #ffffff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  color: #151515;
  background: #fdde52;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 9;
  transition: .33s;
  cursor: pointer;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: #ffffff;
  background: #227094;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 1;
}

.slick-prev:before, .slick-next:before {
  font: 400 17px/40px 'fl-budicons-free';
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dots {
  margin-top: 30px;
  font-size: 0;
  line-height: 0;
}

.slick-dots button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

.slick-dots button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 8px;
}

.slick-dots li button {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ced4da;
  border-radius: 50%;
  text-align: center;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition: .22s;
}

.slick-dots li button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #ced4da;
  width: 6px;
  height: 6px;
  border-radius: inherit;
  transition: .22s;
  opacity: 0;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  border-color: #227094;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  background: #227094;
}

/*rtl:end:ignore*/
.slick-slider-1 {
  position: relative;
}

.slick-slider-1 .slick-slider-price {
  position: absolute;
  z-index: 2;
  padding: 6px 4px 4px 5px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1;
  top: 38px;
  right: 0;
  bottom: auto;
  color: #ffffff;
  background: #227094;
}

.slick-slider-1 .slick-slider-price::before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent transparent #367dc3;
}

.slick-slider-1 .slick-arrow {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: auto;
  text-align: center;
  background-color: transparent;
}

.slick-slider-1 .slick-arrow::before {
  font-family: 'fl-budicons-free';
  font-size: 20px;
  color: #1c1c1c;
  transition: .22s;
}

.slick-slider-1 .slick-arrow:hover::before {
  color: #227094;
}

.slick-slider-1 .slick-prev::before {
  content: '\e016';
}

.slick-slider-1 .slick-next::before {
  content: '\e025';
}

.slick-slider-1 .carousel-parent img {
  width: 100%;
}

.slick-slider-1 .carousel-parent .slick-arrow {
  top: 60%;
  height: 48px;
  background: rgba(255, 255, 255, 0.65);
}

.slick-slider-1 .carousel-parent .slick-slide {
  padding-right: 7px;
}

.slick-slider-1 .carousel-child {
  display: none;
  background: #f3f4f9;
}

.bg-gray-12 .slick-slider-1 .carousel-child {
  background: #ffffff;
}

@media (min-width: 768px) {
  .slick-slider-1 .slick-slider-price {
    font-size: 18px;
  }
  .slick-slider-1 .carousel-parent .slick-arrow {
    display: none !important;
  }
  .slick-slider-1 .carousel-child {
    display: block;
    padding: 13px 48px;
  }
  .slick-slider-1 .carousel-child .slick-slide {
    cursor: pointer;
    padding: 0 6px;
  }
  .slick-slider-1 .carousel-child .slick-slide.slick-current {
    pointer-events: none;
  }
  .slick-slider-1 .carousel-child .slick-slide.slick-current .slick-slide-inner::after {
    opacity: 0;
  }
  .slick-slider-1 .carousel-child .slick-slide:hover .slick-slide-inner::after {
    opacity: 0;
  }
  .slick-slider-1 .carousel-child .slick-slide-inner {
    position: relative;
    background-position: center center;
    background-size: cover;
  }
  .slick-slider-1 .carousel-child .slick-slide-inner::before {
    content: '';
    display: block;
    padding-bottom: 65.28926%;
  }
  .slick-slider-1 .carousel-child .slick-slide-inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    opacity: 1;
    transition: .22s;
  }
  .slick-slider-1 .carousel-child .slick-arrow {
    top: 0;
    bottom: 0;
    transform: none;
  }
}

.slick-slider-2 {
  position: relative;
  overflow: hidden;
}

.slick-slider-2 .carousel-parent-outer {
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: flex;
  background-color: transparent;
}

.slick-slider-2 .carousel-parent-outer::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #15aaee;
  opacity: .6;
}

.slick-slider-2 .carousel-parent {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 35px 15px 70px;
}

.slick-slider-2 .carousel-child {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slick-slider-2 .carousel-child .slick-list,
.slick-slider-2 .carousel-child .slick-track,
.slick-slider-2 .carousel-child .slick-slide,
.slick-slider-2 .carousel-child .item-inner {
  height: 100%;
}

.slick-slider-2 .carousel-child .slick-list {
  width: 100%;
}

.slick-slider-2 .carousel-child .slick-track {
  display: flex;
  flex-shrink: 0;
  min-width: 100%;
}

.slick-slider-2 .carousel-child .slick-slide {
  float: none;
  width: 100%;
}

.slick-slider-2 .carousel-child .item-inner {
  background-position: center center;
  background-size: cover;
}

.slick-slider-2 .carousel-child .slick-dots {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  z-index: 4;
  display: inline-flex;
  padding: 14px 0 13px;
  transform: translate3d(-50%, 0, 0);
  background: #f3f4f9;
}

.slick-slider-2 .carousel-child .slick-dots::before, .slick-slider-2 .carousel-child .slick-dots::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 17px;
  background: inherit;
}

.slick-slider-2 .carousel-child .slick-dots::before {
  left: -17px;
  transform-origin: 100% 0;
  transform: skewY(-35deg);
}

.slick-slider-2 .carousel-child .slick-dots::after {
  right: -17px;
  transform-origin: 0 0;
  transform: skewY(35deg);
}

@media (min-width: 768px) {
  .slick-slider-2 .carousel-child .slick-dots {
    padding: 19px 0 17px;
  }
}

@media (min-width: 768px) {
  .slick-slider-2 .carousel-child .slick-dots {
    left: auto;
    transform: none;
    right: 0;
    padding-right: 17px;
  }
  .slick-slider-2 .carousel-child .slick-dots::after {
    display: none;
  }
  .slick-slider-2 .carousel-parent-outer {
    width: calc(50% - 105px);
  }
  .slick-slider-2 .carousel-parent-outer::before {
    opacity: 1;
  }
  .slick-slider-2 .carousel-parent {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-left: 0;
    width: 240px;
  }
  .slick-slider-2 .carousel-child {
    left: auto;
    width: calc(50% - -105px);
  }
}

@media (min-width: 992px) {
  .slick-slider-2 .carousel-parent-outer {
    width: calc(50% - 145px);
  }
  .slick-slider-2 .carousel-parent {
    padding: 100px 15px 90px 0;
    width: 320px;
  }
  .slick-slider-2 .carousel-child {
    width: calc(50% - -145px);
  }
}

@media (min-width: 1200px) {
  .slick-slider-2 .carousel-parent-outer {
    width: calc(50% - 185px);
  }
  .slick-slider-2 .carousel-parent {
    min-height: 680px;
    padding: 70px 0 110px;
    width: 400px;
  }
  .slick-slider-2 .carousel-child {
    width: calc(50% - -185px);
  }
}

.slick-slider-2-bg {
  display: none;
}

@media (min-width: 768px) {
  .slick-slider-2-bg {
    position: absolute;
    top: 1%;
    bottom: -1%;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    opacity: .33;
  }
  .slick-slider-2-image {
    flex-shrink: 0;
    max-width: none;
    height: 100%;
  }
}

@media (min-width: 1600px) {
  .slick-slider-2-bg {
    opacity: 1;
    width: auto;
    right: 290px;
    align-items: flex-end;
  }
}

@media (min-width: 1800px) {
  .slick-slider-2-bg {
    right: 400px;
  }
}

.slick-slider-3 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.slick-slider-3 .carousel-child {
  width: 370px;
  max-width: calc(100% - 140px);
  margin-left: auto;
  margin-right: auto;
}

.slick-slider-3 .carousel-child .slick-list {
  padding: 20px;
  margin: -20px;
}

.slick-slider-3 .carousel-child .slick-slide {
  position: relative;
  padding: 0 11px;
  cursor: pointer;
}

.slick-slider-3 .carousel-child .slick-prev {
  left: -70px;
}

.slick-slider-3 .carousel-child .slick-next {
  right: -70px;
}

.slick-slider-3 .quote-corporate-figure {
  position: relative;
  display: block;
  max-width: 67px;
  margin: 0 auto;
  border-radius: 50%;
  transition: .33s;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  transform: translate3d(0, 0, 0);
}

.slick-slider-3 .quote-corporate-image {
  display: block;
  width: 100%;
}

.slick-slider-3 .carousel-parent + .carousel-child {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .slick-slider-3 .carousel-child .slick-slide {
    transform: scale(0.85, 0.85);
    transition: .33s;
  }
  .slick-slider-3 .carousel-child .slick-current {
    transform: scale(1, 1);
  }
  .slick-slider-3 .carousel-child .slick-current .quote-corporate-figure {
    box-shadow: 5px 10px 13px 0 rgba(0, 0, 0, 0.21);
  }
}

@media (min-width: 768px) {
  .slick-slider-3 .carousel-parent + .carousel-child {
    margin-top: 45px;
  }
}

@media (min-width: 992px) {
  .slick-slider-3 {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-slider-3 .quote-corporate-figure {
    position: relative;
  }
  .slick-slider-3 .quote-corporate-figure::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(68, 171, 80, 0.2);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .22s;
  }
  .slick-slider-3 .quote-corporate-figure:hover::after {
    opacity: 1;
    visibility: visible;
  }
}

* + .slick-slider-3 {
  margin-top: 30px;
}

@media (min-width: 768px) {
  * + .slick-slider-3 {
    margin-top: 60px;
  }
}

.stepper {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 0;
}

.stepper input[type="number"] {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  text-align: left;
  -moz-appearance: textfield;
}

.stepper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.stepper-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-family: 'Material Design Icons';
  cursor: pointer;
  color: #227094;
  transition: .3s all ease;
}

.stepper-arrow:hover {
  color: #212529;
}

.stepper-arrow.up {
  right: 15px;
  text-align: left;
}

.stepper-arrow.up:before {
  content: '\f239';
}

.stepper-arrow.down {
  left: 15px;
  text-align: right;
}

.stepper-arrow.down:before {
  content: '\f236';
}

.stepper.disabled .stepper-arrow {
  pointer-events: none;
  opacity: .5;
}

/**

 * RD Filepicker

 */
.rd-file-picker {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  border: 1px solid rgba(20, 69, 61, 0.78);
  background-color: white;
}

.rd-file-picker-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 10px;
  background: rgba(20, 69, 61, 0.78);
  color: white;
  cursor: pointer;
  transition: .2s;
}

.rd-file-picker-btn:hover {
  background: rgba(14, 49, 44, 0.78);
}

.rd-file-picker-meta {
  width: 90%;
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.rd-file-picker input[type="file"] {
  position: absolute;
  overflow: hidden;
  transition: none;
  visibility: hidden;
}

.rd-file-picker .rd-file-drop-btn + p {
  margin-left: 15px;
}

.rd-file-drop {
  padding: 40px 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  outline: 2px dashed #f3f4f9;
  outline-offset: -10px;
  transition: .2s;
}

.rd-file-drop-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #151515;
}

.rd-file-drop-wrap p {
  margin-left: 5px;
  margin-top: 0;
}

.rd-file-drop-btn {
  cursor: pointer;
  transition: .22s;
}

.rd-file-drop-btn svg {
  fill: #227094;
}

.rd-file-drop-btn:hover {
  color: #227094;
}

.rd-file-drop-btn > * + * {
  margin-left: 8px;
}

.rd-file-drop-text {
  display: inline-block;
  font-weight: 600;
}

.rd-file-drop input[type="file"] {
  position: absolute;
  overflow: hidden;
  transition: none;
  visibility: hidden;
}

* + .rd-file-drop {
  margin-top: 20px;
}

.file-grabbing {
  background-color: rgba(255, 255, 255, 0.05);
  outline-color: rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {
  .rd-file-drop {
    padding: 90px 0;
    font-size: 18px;
  }
}

.rd-range {
  display: flex;
  align-items: center;
  height: 18px;
  margin-top: 25px;
}

.rd-range__wrap {
  position: relative;
  width: calc(100% - 20px);
  margin-left: 10px;
  height: 6px;
  background-color: #ebebeb;
  transition: background 100ms cubic-bezier(0.23, 1, 0.32, 1);
}

.rd-range__wrap::before, .rd-range__wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: inherit;
  width: 10px;
}

.rd-range__wrap::before {
  left: -10px;
}

.rd-range__wrap::after {
  right: -10px;
}

.rd-range:hover .rd-range__pointer:before {
  transform: scale(1);
  animation-name: pulse;
}

.rd-range__pointer {
  position: absolute;
  top: 1px;
  left: 6%;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  cursor: pointer;
  border: 2px solid #227094;
  border-radius: 50%;
  transform-origin: 0 15%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: visible;
  background-color: #ffffff;
}

.rd-range__pointer::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #227094;
}

.rd-range__line {
  background-color: #99b3cd;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
}

.rd-range.hasTooltip .rd-range__pointer-tooltip {
  position: absolute;
  bottom: 100%;
  margin-bottom: 8px;
  padding: 5px;
  background: #227094;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.rd-range.hasTooltip .rd-range__pointer-tooltip::before {
  content: '';
  position: absolute;
  bottom: -6px;
  width: 0;
  height: 0;
  border-style: solid;
}

.rd-range.hasTooltip .rd-range__pointer {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  transform: translate3d(0, -50%, 0);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}

.rd-range.hasTooltip .rd-range__pointer.active, .rd-range.hasTooltip .rd-range__pointer:hover {
  z-index: 2;
}

.rd-range.hasTooltip .rd-range__pointer.active:first-child {
  z-index: 5;
}

.rd-range.hasTooltip .rd-range__pointer.active:hover {
  z-index: 4;
}

.rd-range.hasTooltip .rd-range__pointer-1 .rd-range__pointer-tooltip {
  left: 0;
}

.rd-range.hasTooltip .rd-range__pointer-1 .rd-range__pointer-tooltip::before {
  left: 0;
  border-width: 6px 8px 0 0;
  border-color: #227094 transparent transparent transparent;
}

.rd-range.hasTooltip .rd-range__pointer-2 .rd-range__pointer-tooltip {
  right: 0;
}

.rd-range.hasTooltip .rd-range__pointer-2 .rd-range__pointer-tooltip::before {
  right: 0;
  border-width: 0 8px 6px 0;
  border-color: transparent #227094 transparent transparent;
}

.context-dark .rd-range__wrap, .bg-accent .rd-range__wrap {
  background: #b8f7b2;
}

.context-dark .rd-range__line, .bg-accent .rd-range__line {
  background: #496ca4;
}

.context-dark .rd-range.hasTooltip .rd-range__pointer-tooltip, .bg-accent .rd-range.hasTooltip .rd-range__pointer-tooltip {
  background: #496ca4;
}

.context-dark .rd-range.hasTooltip .rd-range__pointer, .bg-accent .rd-range.hasTooltip .rd-range__pointer {
  border-color: #496ca4;
}

.context-dark .rd-range.hasTooltip .rd-range__pointer::after, .bg-accent .rd-range.hasTooltip .rd-range__pointer::after {
  background: #496ca4;
}

.context-dark .rd-range.hasTooltip .rd-range__pointer-1 .rd-range__pointer-tooltip::before, .bg-accent .rd-range.hasTooltip .rd-range__pointer-1 .rd-range__pointer-tooltip::before {
  border-color: #496ca4 transparent transparent transparent;
}

.context-dark .rd-range.hasTooltip .rd-range__pointer-2 .rd-range__pointer-tooltip::before, .bg-accent .rd-range.hasTooltip .rd-range__pointer-2 .rd-range__pointer-tooltip::before {
  border-color: transparent #496ca4 transparent transparent;
}

.rd-range-outer {
  display: flex;
  color: #151515;
}

.rd-range-outer .rd-range {
  padding-top: 45px;
  margin-top: 0;
}

@media (max-width: 479px) {
  .rd-range-outer {
    flex-direction: column-reverse;
  }
  .rd-range-outer > * + * {
    margin-bottom: 16px;
  }
}

@media (min-width: 480px) {
  .rd-range-outer {
    align-items: flex-end;
  }
  .rd-range-outer .rd-range {
    flex-grow: 1;
  }
  .rd-range-outer .rd-range-caption {
    position: relative;
    bottom: -8px;
  }
  .rd-range-outer > * + * {
    margin-top: 0;
    margin-left: 20px;
  }
}

.rd-range-caption {
  min-width: 120px;
}

.context-dark .rd-range-outer, .bg-accent .rd-range-outer {
  color: #ffffff;
}

* + .rd-range-outer {
  margin-top: 20px;
}

.row + .rd-range-outer {
  margin-top: 11px;
}

.rd-range-outer + hr {
  margin-top: 20px;
}

@media (min-width: 576px) {
  * + .rd-range-outer {
    margin-top: 25px;
  }
  .form-wrap + .rd-range-outer {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .rd-range-outer + hr {
    margin-top: 30px;
  }
}

/*

* Layout panel

*/
.page.animated ~ .layout-panel-wrap {
  opacity: 1;
  visibility: visible;
}

.layout-panel-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  z-index: 1082;
  opacity: 0;
  visibility: hidden;
}

.layout-panel-wrap .jspPane {
  right: 10px;
}

.layout-panel-wrap.active .layout-panel {
  transform: translateX(0);
}

.layout-panel-wrap.active .layout-panel-inner:after {
  box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
}

.layout-panel-wrap .layout-panel-toggle,
.layout-panel-wrap .layout-panel-inner > * {
  pointer-events: auto;
}

.layout-panel {
  width: auto;
  transform: translateX(270px);
  transition: .55s all ease;
}

.layout-panel-content {
  position: relative;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding-right: 10px;
}

.layout-panel-inner {
  position: relative;
  height: auto;
  min-height: 101vh;
  max-width: 260px;
  padding: 20px 0 20px;
  background: #ffffff;
  margin-left: auto;
  text-align: center;
}

.layout-panel-inner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: -3px 0px 50px -2px transparent;
  z-index: -10;
  transition: .33s all ease;
}

.mobile.rd-navbar-fixed-linked .layout-panel-inner,
.tablet.rd-navbar-fixed-linked .layout-panel-inner {
  padding-bottom: 90px;
}

.layout-panel-header {
  padding: 0 12px;
}

.layout-panel-header .button {
  width: 100%;
}

.layout-panel-header .button + .button {
  margin-top: 15px;
}

.layout-panel-header * + .layout-panel-element,
.layout-panel-header * + .layout-panel-title {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .layout-panel-header .layout-panel-header * + .layout-panel-element,
  .layout-panel-header .layout-panel-header * + .layout-panel-title {
    margin-top: 30px;
  }
  .layout-panel-header * + .layout-panel-element,
  .layout-panel-header * + .layout-panel-title {
    margin-top: 40px;
  }
}

.layout-panel .isotope {
  overflow: visible;
  margin: 0;
}

.layout-panel .isotope-filters {
  padding: 0 5px;
}

.layout-panel .isotope-filters ul {
  position: relative;
  padding-bottom: 10px;
  overflow: hidden;
  text-align: center;
}

.layout-panel .isotope-filters ul::after {
  content: '';
  position: absolute;
  left: -100px;
  bottom: 0;
  right: -100px;
  border-bottom: 3px solid #e9ecef;
}

.layout-panel .isotope-filters li {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  font: 500 12px/18px "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #495057;
}

.layout-panel * + .isotope {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .layout-panel * + .isotope {
    margin-top: 30px;
  }
}

.layout-panel-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 20vh;
  right: 270px;
  z-index: 10;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  color: #151515;
  text-align: center;
  box-shadow: -5px 1px 10px 0 rgba(0, 0, 0, 0.05);
  border-right: 0;
  transition: .55s all ease;
}

.layout-panel-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.layout-panel-toggle::before {
  content: '\f085';
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'FontAwesome';
  font-size: 16px;
  transition: .33s;
}

.layout-panel-main {
  position: relative;
  z-index: 10;
  padding-left: 5px;
  padding-right: 4px;
}

.layout-panel-main .isotope {
  position: relative;
  margin-bottom: -10px;
  transform: translateY(-10px);
}

.layout-panel-main .isotope-item {
  margin-top: 10px;
  padding: 0 5px;
}

.layout-panel-main .isotope-item:before {
  content: '';
  display: block;
}

.layout-panel-main .isotope {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: static !important;
}

.layout-panel-main .isotope-item {
  width: 100%;
  max-width: 50%;
  flex-grow: 1;
}

* + .layout-panel-main {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .layout-panel-toggle {
    width: 54px;
    height: 54px;
    line-height: 54px;
  }
  .layout-panel-toggle::before, .layout-panel-toggle::after {
    font-size: 22px;
  }
  * + .layout-panel-main {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .layout-panel-wrap {
    width: 730px;
  }
  .layout-panel-wrap.active .layout-panel {
    transform: translateX(0);
  }
  .layout-panel-wrap .layout-panel {
    transform: translateX(340px);
  }
  .layout-panel-wrap .layout-panel-inner {
    max-width: 330px;
  }
  .layout-panel-wrap .layout-panel-toggle {
    right: 340px;
  }
  .ie-10 .layout-panel,
  .ie-11 .layout-panel {
    transform: translateX(340px);
  }
  .ie-10 .layout-panel-toggle,
  .ie-11 .layout-panel-toggle {
    right: 0;
  }
  .ie-10 .layout-panel-wrap.active,
  .ie-11 .layout-panel-wrap.active {
    right: 0;
  }
  .ie-10 .layout-panel-wrap.active .layout-panel-toggle,
  .ie-11 .layout-panel-wrap.active .layout-panel-toggle {
    right: 340px;
  }
}

.thumbnail-small {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 5px 0;
  transition: 0.3s ease;
  color: #495057;
  background-color: #f8f9fa;
}

.thumbnail-small:hover {
  color: #ffffff;
  background-color: #227094;
  border-color: #227094;
}

.thumbnail-small-image {
  position: relative;
  overflow: hidden;
  max-height: 105px;
  padding-bottom: 73.68421%;
  background-position: center top;
  background-size: cover;
}

.thumbnail-small-image img {
  height: auto;
  width: 100%;
}

.thumbnail-small-hover-media {
  display: none;
}

.thumbnail-small-hover-image {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
}

.thumbnail-small-caption {
  position: relative;
  padding: 8px 8px;
}

.thumbnail-small-header {
  position: relative;
  z-index: 1;
  font: 400 13px/18px "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .05em;
  color: inherit;
}

.layout-panel-controls {
  margin-top: 20px;
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .thumbnail-small-hover-media {
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    z-index: 11;
    transform: translate(-120%, -60%);
    transition: .33s all ease;
    width: 342px;
    height: 252px;
    background: #ffffff;
    padding: 7px;
    box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
    opacity: 0;
    pointer-events: none;
  }
  html:not(.tablet):not(.mobile) .thumbnail-small-hover-media img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
  }
  html:not(.tablet):not(.mobile) .thumbnail-small-hover-media::before {
    content: '';
    position: absolute;
    top: 50%;
    z-index: -1000;
    transform: translateY(-50%) rotate(45deg);
    right: -11px;
    width: 24px;
    height: 24px;
    background: #ffffff;
    box-shadow: -3px 0px 45px -2px rgba(0, 0, 0, 0.13);
  }
  html:not(.tablet):not(.mobile) .thumbnail-small:hover .thumbnail-small-caption:after {
    bottom: 0;
    opacity: 1;
  }
  html:not(.tablet):not(.mobile) .thumbnail-small:hover .thumbnail-small-header {
    color: #ffffff;
  }
  html:not(.tablet):not(.mobile) .thumbnail-small:hover .thumbnail-small-image:after {
    opacity: 0;
  }
  html:not(.tablet):not(.mobile) .thumbnail-small:hover .thumbnail-small-hover-media {
    z-index: 12;
    opacity: 1;
    transform: translate(-100%, -60%);
  }
}

@media (max-width: 500px) {
  .carousel-item {
    height: 250px;
  }
  .rsImg {
    width: auto;
    height: 100%;
  }
  .carousel-item img {
    min-height: initial;
  }
  .carousel-caption h1 {
    font-size: 2em;
  }
}

/* Footer styles */
.full-width {

  width:  auto;
}

.footer {
  background-color: #0c83df;
  padding: 2rem 1rem;
  text-align: center;
  color: #fff;
}
.footer i {
  font-size: 100px;
}

.footer h4 {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 2.5rem;
  margin-bottom: 10px;
}
.footer p, .footer a {
  font-weight: 300;
  font-size: .8em;
  color: #fff;
}