﻿    @import "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css";
        @import 'https://use.typekit.net/bpx1lyc.css';
    body {
        font-family: montserrat, sans-serif;
        color: #9B9B9B;
        font-size: 16px;
        padding-top: calc(85px + 30px);
    }

    body.has-signup {
        padding-top: calc(85px + 30px + 50px);
    }

    @media screen and (max-width: 768px) {
        body {
            padding-top: calc(60px + 30px);
        }

        body.has-signup {
            padding-top: calc(60px + 30px + 50px);
        }

    }

    h1, h2, h3, h4, h5, h6 {
        margin: 0;
    }

    .inner-content, p {
        color: #9B9B9B;
    }

    .size-big {
        line-height: 1;
        font-size: 80px !important;
        font-family: baskerville-urw, serif;
line-height:1;;
        color: #000000;

    }

    h1, .size-1 {
        font-size: 36px;
        font-family: baskerville-urw, serif;
line-height:1;
        line-height: 1.16;
        color: #000000;
    }

    .size-1 {
        font-size: 36px !important;
    }

    section.testimonials .description {
        font-size: 24px;
        font-family: baskerville-urw, serif;
line-height:1.15;
        color: #000000;
    }

    section.testimonials .outer-wrapper .owl-theme .owl-dots .owl-dot.active, section.testimonials .outer-wrapper .owl-theme .owl-dots .owl-dot:hover {
        border: 1px solid #4CB6E6 !important;
    }

    section.testimonials .outer-wrapper .owl-theme .owl-dots .owl-dot span {
        background-color: #4CB6E6 !important;
    }

    h2, .size-2 {
        font-size: 36px;
        font-family: baskerville-urw, serif;
line-height:1.139;;
        color: #000000;
    }

    .size-2 {
        font-size: 36px !important;
    }

    h1.size-2 {
        font-size: 50px !important;
    }

    h3, .size-3 {
        font-size: 20px;
        font-family: baskerville-urw, serif;
line-height:1.15;;
        color: #000000;
    }

    .size-3 {
        font-size: 20px !important;
    }

    .size-4, h4 {
        font-size: 16px;
        line-height: 1;
        font-family: montserrat, sans-serif;;
        color: #9B9B9B;
        text-transform: uppercase;
    }

    a {
        color: #000000;
    }

    a:hover {
        color: #000000;

    }

    ul.select {
        background-color: #fafafa;
    }

    ul.select li:not(.init):hover, li.selected:not(.init) {
        background: #4CB6E6;
        color: #fff;
    }

    /*==colorclass*/
    .blue, .color-primary {
        color: #3B356E;
    }

    .blue-light .color-primary-light {
        color: #4CB6E6;
    }

    .bg-primary-light-color {
        background-color: #4CB6E6;
    }

    .bg-primary-light-color h1, .bg-primary-light-color h2, .bg-primary-light-color h3, .bg-primary-light-color h4, .bg-primary-light-color .size-4 {
        color: #fff;
    }

    .white {
        color: #fff;
    }

    .bg-white {
        background-color: #fff;
    }

    .black {
        color: #000000;
    }

    .bg-red {
        background-color: rgba(207,72,72,0.500000);
    }

    .bg-green {
        background-color: rgba(9,171,55,1.000000);
    }

    .bg-green.half:before {
        background-color: rgba(9,171,55,1.000000);
    }

    .bg-pattern {
        background-color: #252152;
        background: #252152
        -webkit-background-size: 100px;
        background-size: 100px;
    }

    /*==button*/

    .btn {
        line-height: 1;
        /*font-size: 0.875em;*/
        font-family: montserrat, sans-serif;
font-weight: bold;
letter-spacing: 0;
        font-size: 12px;
        color: #ffffff;
        padding: 16px 20px;
    }

    .btn-primary {
        color: #ffffff !important;
    }

    .btn-primary:before {
        background-color: #3B356E;
    }

    .btn-primary:hover:before {
        color: #ffffff !important;
        background-color: #252152;

    }

    .bg-gray {
        background-color: #fafafa;
    }

    .bg-black {
        background-color: #000000;
    }

    .btn-red {
        background-color: rgba(207,72,72,0.800000) !important;
        border: 1px solid rgba(207,72,72,0.800000) !important;
        position: relative;
        z-index: 1;
    }

    .btn-red:hover {
        background-color: #cf4848 !important;
        border: 1px solid #cf4848 !important;

    }

    .btn-white {
        color: #9B9B9B !important;
    }

    .btn-white:hover, .btn-white.active {
        background-color: #252152 !important;
        border: 1px solid #252152 !important;
        color: #fff !important;
    }

    .btn-light-black {
        background-color: #9B9B9B !important;
        border: 1px solid #9B9B9B !important;
    }

    .btn-light-black:hover, .btn-light-black:active {
        background-color: #252152 !important;
        border: 1px solid #252152 !important;

    }

    a.more {

        font-family: montserrat, sans-serif;
font-weight: bold;
letter-spacing: 0;;
        font-size: 12px;
    }

    header {
        background-color: #ffffff !important;
    }

    /*==content*/

    .section-title > div {
        color: #fafafa;
    }

    .section-title > div .number {
        color: #252152;
        font-weight: bold;
    }

    .section-title > div .number.underline:after {
        background-color: #252152;
    }

    a.blog-categories, a.blog-categories:hover {
        color: #3B356E;
    }

    .no-result-found {
        color: #252152;
    }

    .owl-prev, .owl-next {
        border: 1px solid #3B356E;
        background-color: #3B356E;

    }

    .content strong, .content b, p strong, p b {
        color: #000000;
    }

    .content > span, p > span {
        color: #9B9B9B;
    }

    .content > span a:not(.btn), p > span a:not(.btn) {
        color: #3B356E;
    }

    .content a:not(.btn), p a:not(.btn) {
        color: #3B356E;
    }

    .content a:not(.btn) span, p a:not(.btn) span {
        color: #3B356E;
    }

    /*==section*/
    section {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    section.bg-gray .custom-select-dropdown .dropdown-content {
        background-color: #fafafa;
    }

    section.bg-primary-light-color {

    }

    @media screen and (max-width: 1200px) {
        section {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }

    @media screen and (max-width: 991px) {
        section.bg-gray {
            padding-top: 120px;
            padding-bottom: 120px;
        }
    }

    section .image-placeholder .inner-wrapper {
        border: 1px solid #fff;
    }

    section .image-placeholder:before, section .image-placeholder:after {
        border: 1px solid #fff;
        background-color: #3B356E;
    }

    /*==bg-gray-half*/
    section.bg-gray-half:after {
        background-color: #fafafa
    }

    section.bg-gray-quarter:after {
        background-color: #fafafa
    }

    /*section==update*/
    section.update.bg-primary-light-color {
        padding: 0;
        background: none;
    }

    section.update.bg-primary-light-color .outer-wrapper > .container:after {
        border-top-color: #fff !important;
        bottom: -3.0em !important;
        right: -3.0em !important;
    }

    section.update .subscription-form .input-group button:before {
        background-color: #3B356E;
    }

    section.update .subscription-form .input-group button:hover:before {
        background-color: #252152;
    }

    section.update .subscription-form .form-group.error .input-group:after {
        background-color: #252152;
    }

    section.update .subscription-form label.steps {
        color: #9B9B9B;
    }

    section.update.bg-primary-light-color .outer-wrapper > .container {
        background: #4CB6E6 url('') no-repeat 110% 160%;
}

    section.update.bg-primary-light-color .outer-wrapper > .container:after {
        border: 3em solid transparent;
        border-top-color: #fafafa;
    }

    section.update .subscription-form .form-group:before {
        background-color: #4CB6E6;
        border-top-color: #4CB6E6;
    }

    section.update.bg-white .subscription-form input {
        border: 1px solid #fafafa !important;
    }

    section.update.bg-gray .subscription-form input {
        background-color: #fff !important;
    }

    /*testiimonial*/
    section.bg-primary-light-color .image-placeholder:before, section.bg-primary-light-color .image-placeholder:after {
        background-color: #4CB6E6;
    }

    section.bg-white .image-placeholder:before, section.bg-white .image-placeholder:after {
        background-color: #fff;
    }

    section.bg-gray .image-placeholder:before, section.bg-gray .image-placeholder:after {
        background-color: #fafafa;
    }

    header .navbar-brand img {
        max-height: 85px;
    }

    header.sticky.is-active {
        background-color: #ffffff;
    }

    header.sticky.is-active {
        background-color: #ffffff;
    }

    body.header-fixed header {
        position: fixed;
    }

    body.header-fixed header.scrolled {
        background-color: #3B356E;
    }

    body header.scrolled nav a.btn-primary {
        
    }

    body header.scrolled nav a.btn-primary:before {
        /*background: #fff;*/
    }

    body.no-banner header {
        background-color: #ffffff;
    }

    header .signup-box {
        background-color: #000000;
    }

    header nav .dropdown-menu .child-container a:first-child:hover:before {
        background-color: #3B356E;
    }

    header nav .dropdown-menu a {
        color: #9B9B9B;
    }

    header nav .dropdown-menu a:hover {
        background-color: #3B356E;
    }

    header nav .dropdown-menu a.active {
        color: #000000;
    }

    header nav .dropdown-menu a.active:hover {
        background-color: #3B356E;

    }

    header nav a {
        font-family: montserrat, sans-serif;
font-weight: bold;
letter-spacing: 0;;
        color: #000000;
        font-size: 12px;
    }

    header nav a:hover {
        color: #000000;
    }

    header nav a:hover, header nav .active > a {
        border-bottom-color: #3B356E !important;
    }

    .div-for-mobile .btn-sale {
        border: 15px solid #fafafa;
    }

    .div-for-mobile ul li a, .div-for-mobile ul li a.back .material-icons, .div-for-mobile ul li .child-arrow {
        color: #9B9B9B;
    }

    .div-for-mobile ul li.active > a {
        border-bottom: 2px solid #9B9B9B;
    }

    .div-for-mobile ul li .dropdown-menu ul li .dropdown-item.active {
        color: #9B9B9B;
        border-bottom: 1px solid #9B9B9B;
    }

    @media screen and (max-width: 991px) {
        body body.nav-mobile .div-for-mobile .top-bar .dropdown-item:hover, body body.nav-mobile .div-for-mobile .top-bar .dropdown-item.active, body body.nav-mobile .div-for-mobile .top-bar .dropdown-item.:active {
            color: #000000;
        }

        body.nav-mobile.Home header .navbar-toggler .material-icons {
            color: #9B9B9B;
        }
    }

    /*==intro*/
    @media screen and (max-width: 768px) {
        section.intro a.back {
            background-color: #4CB6E6;

        }

        section.intro a.back:hover {
            background-color: #3B356E;
        }

        header .navbar-brand img, header nav a.btn-primary {
            max-height: 60px;
        }

    }

    /*==three block*/
    section.three-block.bg-gray .content {
        

    }

    /*==twoblock*/
    section.two-block h3 {
        background-color: #000000;
    }

    section.two-block.bg-gray h3, section.two-block.bg-gray p {
        background-color: #000000;
    }

    section.two-block-blue h3 {
        color: #3B356E;
    }

    section.two-block-blue h3 .placeholder .image-summary {
        color: #3B356E;
    }

    /*==two block smal*/
    section.two-block-small .block-repeat {
        background-color: #4CB6E6;
    }

    /*==homeforsale*/
    section.home-for-sale .content-wrapper {
        background-color: #rgba(250,250,250,0.800000);
    }

    section.home-for-sale .content-wrapper .brand {
        color: #000000;
    }

    section.home-for-sale .content-wrapper .content .size-4 {
        color: #000000;
    }

    section.home-for-sale .content-wrapper .placeholder:after {
        background: linear-gradient(180deg, #3B356E 0%, #252152 100%);
    }

    /*==latest-news*/
    section.latest-news .content-wrapper {
        border: 1px solid #fafafa;
    }

    section.latest-news .content-wrapper:before {
        border-top: 1px solid #fafafa;
    }

    section.latest-news .content-wrapper .content .size-4 {
        color: #000000;
    }

    section.latest-news .content-wrapper .placeholder .inner-image:after {
        background: linear-gradient(180deg, #3B356E 0%, #252152 100%);
    }

    body.button-style-skew section.latest-news.bg-gray .content-wrapper:before {
        border-top-color: #fafafa !important;
        background-color: #fafafa !important;
    }

    /*blog info*/
    .blog-info .brand {
        color: #000000;
    }

    /*infocenter*/
    section.information-center .bg-red {
        background-color: #cf4848;
    }

    /*toggle block*/
    .two-block-toggle.[class*='alternate-block'] .align-items-center {
        border: 1px solid #252152;
        background-color: #252152;
    }

    .two-block-toggle.alternate-block .align-items-center, .two-block-toggle.alternate-block-no-cta .align-items-center {
        border: 1px solid #252152;
        background-color: #252152;
        padding: 50px;
    }

    .two-block-toggle.alternate-block .align-items-center *, .two-block-toggle.alternate-block-no-cta .align-items-center * {
        color: #fff;
    }

    .two-block-toggle.alternate-block .align-items-center .btn-primary:hover:before, .two-block-toggle.alternate-block-no-cta .align-items-center .btn-primary:hover:before {
        background-color: #3B356E;
    }

    section.two-block-no-image .inner-content, section.two-block-no-image .inner-content p {
        color: #9B9B9B;
    }

    section.hightlight ol li {
        color: #9B9B9B;
    }

    section.hightlight ol li:before {
        background: rgba(207,72,72,0.800000);
    }

    /*==blog*/
    body.Blog .intro .categories ul li a {
        color: #9B9B9B;
    }

    body.Blog .intro .categories ul li.active a, body.Blog .intro .categories ul li a:hover body.Blog .intro .categories ul li a.active {
        color: #3B356E;
    }

    section.blog-single .main-blog-content .more, section.blog-single .main-blog-content .more i {
        color: #3B356E;
    }

     section.blog-single .main-blog-content .social li a {
        background: #4CB6E6;
    }

    /*social */
    section.follow-on-facebook a {
        color: #000000;
    }

    section.follow-on-facebook .fab, section.follow-on-facebook .fab:hover {
        background-color: #000000;
    }

    .alt-text:before {
        background-color: #4CB6E6;
    }

    /*==form*/
    section.inner-form-container .contact-info span {
        color: #4CB6E6;
    }

    section.inner-form-container .contact-info li a {
        color: #9B9B9B;
    }

    section.inner-form-container .social li {
        color: #3B356E;
    }

    section.inner-form-container .social li a {
        background: #4CB6E6;
    }

    section.inner-form-container .description {
        color: #9B9B9B;
    }

    section.inner-form-container #error-message {
        color: rgba(207,72,72,0.800000);
    }

    section.inner-form-container .message-sent span {
        color: #09ab37;
    }

    section.inner-form-container .successfully-sent .form-control {
        color: #09ab37;
    }

    /*blog item*/
    @media screen and (max-width: ) {
        body.BlogItem .blog-single-image a.back {
            background-color: #4CB6E6;

        }
    }

    section.video-section .placeholder .play-pause {
        background-color: #3B356E;
        border: none;
    }

    /*quote*/
    section.single-quote.bg-white h2, section.single-quote.bg-white h3 {
        line-height: 1.5;
    }

    .two-block-toggle .content h3 {
        color: #4CB6E6;
    }

    .team-section.bg-white .content-wrapper .placeholder:before, .team-section.bg-white .content-wrapper .placeholder:after {
        background-color: #fff;
    }

    .team-section.bg-gray .content-wrapper .placeholder:before, .team-section.bg-gray .content-wrapper .placeholder:after {
        background-color: #fafafa;
    }

    section.team-section .content-wrapper .image-placeholder .inner-image:after {
        background: linear-gradient(180deg, #3B356E 0%, #252152 100%);
    }

    body.ErrorPage.page-Security .main .content-container h1, body.Page.page-Security .main .content-container h1 {
        color: #3B356E;
    }

    body.ErrorPage.page-Security .main .content-container form .action, body.Page.page-Security .main .content-container form .action {
        background-color: #3B356E;
        border: 1px solid #3B356E;
    }

    body.ErrorPage.page-Security .main .content-container form .action:hover, body.Page.page-Security .main .content-container form .action:hover {
        background-color: #252152;

    }

    body.ErrorPage.page-Security .main .content-container form .checkbox label:before, body.Page.page-Security .main .content-container form .checkbox label:before {
        border: 1px solid #3B356E;
    }

    body.ErrorPage.page-Security .main .content-container form input:checked + label:before {
        background-color: #3B356E;
    }

    body.ErrorPage.page-Security .main .content-container form .checkbox label:after, body.Page.page-Security .main .content-container form .checkbox label:after {
        border: 2px solid #3B356E;
    }

    body.ErrorPage.page-Security .main .content-container form .checkbox input:checked + label:before, body.Page.page-Security .main .content-container form .checkbox input:checked + label:before {
        background-color: #3B356E;
    }

    section.logo-panel .owl-prev, section.logo-panel .owl-next {
        border-color: #9B9B9B;
    }
    section.logo-panel .owl-prev i, section.logo-panel .owl-next i {
        color: #9B9B9B;
    }
    /*==footer*/
    footer {
        background-color: #000000;
    }

        
        footer h4 {
            color: #9B9B9B !important;
        }
        

        
        footer .row:not(.terms) a, footer .row:not(.terms) p {
            color: #ffffff !important;
        }
        

    footer .size-4 a, footer .size-4 a:hover {
        color: #9B9B9B !important;
    }

    footer .terms ul li a, footer .terms .powered, footer .terms .powered a {
        font-family: montserrat, sans-serif;;
        color: #9B9B9B;
        font-size: 12px;
    }

/*defauts*/
.container {
  position: relative;
  z-index: 1; }

@media screen and (max-width: 1281px) and (max-height: 600px) {
  body {
    font-size: 14px; } }
@media screen and (max-width: 575px) and (max-height: 600px) {
  body {
    font-size: 16px !important; } }
a {
  text-decoration: underline; }

a, a > i {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.tdn {
  text-decoration: none; }
  .tdn > a {
    text-decoration: none; }

.disabled {
  pointer-events: none; }

.hide {
  display: none; }

.reverse {
  transform: rotate(180deg); }

@media screen and (max-width: 1200px) {
  .size-big {
    margin-top: 12vmin;
    font-size: 11vmin; } }
@media screen and (max-width: 575px) {
  .size-big {
    font-size: 12vmin !important;
    line-height: 1.25; }

  h1, .size-1 {
    font-size: 5.8vmin;
    line-height: 1; } }
body.Album #popup-video .prev, body.Album #popup-video .next, body.BlogItem #popup-video .prev, body.BlogItem #popup-video .next, section.logo-panel #logo-panel-nav-container.owl-nav button, .noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome, Opera and Firefox */ }

.clearfix {
  clear: both;
  width: 100%;
  display: block; }

.bg-red {
  background-color: #EA6060; }

.bg-green {
  position: relative; }
  .bg-green.half {
    background-color: transparent; }
    .bg-green.half:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 175px); }
  .bg-green .content a {
    color: #fff !important; }
  @media screen and (max-width: 768px) {
    .bg-green.half .placeholder {
      position: relative;
      z-index: 1; }
      .bg-green.half .placeholder:before {
        content: '';
        position: absolute;
        bottom: -15px;
        height: 100px;
        width: 120%;
        left: -10%;
        z-index: -1;
        background-color: #fff; } }

.btn {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: none !important;
  position: relative; }
  .btn:hover, .btn:focus {
    outline-style: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn:active {
    box-shadow: none !important;
    background: none !important;
    border: none !important; }
  .btn.big {
    height: 50px;
    padding: 17px 45px; }
  .btn.small {
    height: auto;
    font-size: 14px; }

.btn-primary {
  position: relative;
  z-index: 1;
  background: none;
  border: none; }
  .btn-primary:before {
    position: absolute;
    content: '';
    top: -0px;
    left: -9px;
    width: calc(100% + 18px);
    height: 100%;
    z-index: -1; }
  .btn-primary:hover {
    background: none;
    border: none; }
  @media screen and (max-width: 1281px) {
    .btn-primary {
      min-width: 200px; } }

.btn-red {
  color: #fff !important;
  position: relative;
  z-index: 1; }

.btn-white {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  position: relative;
  z-index: 1; }
  .btn-white:hover {
    color: #fff !important; }
  .btn-white.active {
    color: #fff !important; }

.btn-light-black {
  color: #fff !important;
  position: relative;
  z-index: 1; }
  .btn-light-black:hover {
    color: #fff !important; }
  .btn-light-black.active {
    color: #fff !important; }

.btn-apply {
  padding-left: 20px;
  padding-right: 15px; }
  .btn-apply i {
    margin: -5px 0 0 5px; }
    .btn-apply i:hover {
      color: #fff; }

a.more {
  text-transform: uppercase;
  font-weight: bold; }

body.button-style-square .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  body.button-style-square .btn:before {
    transform: none; }
body.button-style-square section.update .subscription-form .input-group button:before {
  transform: none; }
body.button-style-square section.team-section .content-wrapper .team-info .btn-primary {
  min-width: auto; }

body.button-style-round .btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  body.button-style-round .btn:before {
    transform: none; }
body.button-style-round section.update .subscription-form .input-group button:before {
  transform: none; }
body.button-style-round section.update .subscription-form .input-group button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

body.button-style-skew .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  body.button-style-skew .btn:before {
    transform: skewX(40deg); }
body.button-style-skew section.update .subscription-form .form-group.step4.valid.animate .input-group:after {
  width: 97.5% !important; }
body.button-style-skew section .image-placeholder:before, body.button-style-skew section .image-placeholder:after {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  top: -25px;
  left: -25px;
  width: 50px;
  height: 50px;
  z-index: 1; }
body.button-style-skew section .image-placeholder:after {
  top: auto;
  left: auto;
  bottom: -25px;
  right: -25px; }

@media screen and (max-width: 575px) {
  .btn.big {
    font-weight: normal; } }
/*ul-dropdown*/
ul.select {
  height: 30px;
  width: 150px;
  list-style: none;
  text-align: left; }
  ul.select li {
    padding: 5px 10px;
    z-index: 2; }
    ul.select li:hover {
      cursor: pointer; }
  ul.select li:not(.init) {
    display: none;
    background: #ddd; }
  ul.select li:not(.init):hover, ul.select li.selected:not(.init) {
    color: #fff; }
  ul.select li.init {
    cursor: pointer; }

.section-title > div {
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.5em;
  text-transform: uppercase;
  position: relative; }
  .section-title > div .number {
    width: 60px;
    float: left; }
    .section-title > div .number.underline {
      color: rgba(0, 0, 0, 0); }
      .section-title > div .number.underline:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 2px;
        width: 60px;
        max-width: 100%; }

section {
  width: 100%;
  float: left; }
  section .heading-container .size-3 {
    margin-bottom: 1.25em;
    text-transform: uppercase; }
  section .section-title {
    margin-bottom: 3.125em; }
  section .section-content {
    position: relative; }
  section .block-view-all {
    margin-top: 3.75em; }
  section .image-placeholder {
    position: relative; }
    section .image-placeholder .inner-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #fff; }
    section .image-placeholder img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-height: 100%;
      height: auto;
      object-fit: contain; }
  section.bg-primary-light-color .heading-container .size-3, section.bg-primary-light-color .heading-container .size-1 {
    color: #fff; }
  @media screen and (max-width: 575px) {
    section .heading-container .size-3 {
      margin-bottom: 15px; } }

@media screen and (max-width: 1200px) {
  section.last-section {
    border-bottom: 4.375em solid rgba(255, 255, 255, 0); }
  section .section-title {
    margin-bottom: 4.375em; } }
@media screen and (max-width: 575px) {
  section .image-placeholder img.active {
    position: relative;
    width: 100%;
    height: auto; } }
.container > .bg-pattern {
  position: absolute;
  width: 248px;
  height: 248px;
  max-width: 50%;
  left: -80px;
  top: -200px;
  z-index: -1;
  -webkit-background-size: cover !important;
  background-size: cover !important; }
  .container > .bg-pattern.bottom {
    top: auto;
    bottom: -200px; }
  .container > .bg-pattern.right {
    right: -200px;
    left: auto; }
  .container > .bg-pattern.right.bottom {
    top: auto;
    right: -80px; }

.pattern-wrapper {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  .pattern-wrapper img {
    position: absolute;
    left: -50px;
    top: -50px; }
    .pattern-wrapper img.right {
      right: -50px;
      left: auto; }
    .pattern-wrapper img.bottom {
      top: auto;
      bottom: -260px; }
  @media screen and (max-width: 1200px) {
    .pattern-wrapper img {
      max-width: 50vmin; }
      .pattern-wrapper img.bottom {
        bottom: -150px; } }
  @media screen and (max-width: 768px) {
    .pattern-wrapper .pattern-wrapper img.bottom {
      bottom: -100px; } }

section.bg-gray {
  position: relative; }
  section.bg-gray .container {
    z-index: 0; }
  section.bg-gray .container > .bg-pattern {
    left: -80px;
    top: -150px;
    z-index: -1; }
    section.bg-gray .container > .bg-pattern.bottom {
      top: auto;
      bottom: -150px; }
    section.bg-gray .container > .bg-pattern.right {
      right: -80px;
      left: auto; }
    section.bg-gray .container > .bg-pattern.right.bottom {
      top: auto;
      right: -150px; }

section.bg-primary-light-color {
  position: relative; }

section.bg-gray-half {
  position: relative; }
  section.bg-gray-half:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: -1; }

body:not(.Home) section.bg-gray-half.three-block:after {
  display: none; }

section.bg-gray-quarter {
  position: relative; }
  section.bg-gray-quarter:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 75%;
    z-index: -1; }

.no-result-found {
  margin-top: 50px; }

.owl-prev, .owl-next {
  padding: 0;
  color: #fff; }
  .owl-prev span, .owl-next span {
    opacity: 0.5;
    color: #fff;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: block;
    line-height: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.owl-prev:focus, .owl-next:focus, .owl-prev:hover, .owl-next:hover {
  outline-style: none !important; }
  .owl-prev:focus span, .owl-next:focus span, .owl-prev:hover span, .owl-next:hover span {
    opacity: 1; }

a.icon-link i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.custom-owl-btn .owl-prev {
  position: relative; }
  .custom-owl-btn .owl-prev span {
    color: rgba(0, 0, 0, 0); }
  .custom-owl-btn .owl-prev:after {
    content: "chevron_left";
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 27%;
    margin: 0 auto;
    font-family: 'Material Icons';
    font-style: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.25em;
    opacity: 0.5; }
  .custom-owl-btn .owl-prev:hover:after {
    opacity: 1; }
.custom-owl-btn .owl-next {
  position: relative; }
  .custom-owl-btn .owl-next span {
    color: rgba(0, 0, 0, 0); }
  .custom-owl-btn .owl-next:after {
    content: "chevron_right";
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 25%;
    margin: 0 auto;
    font-family: 'Material Icons';
    font-style: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.25em;
    opacity: 0.5; }
  .custom-owl-btn .owl-next:hover:after {
    opacity: 1; }

body.ie .custom-owl-btn .owl-prev span, body.ie .custom-owl-btn .owl-next span {
  opacity: 0.5;
  color: #fff; }
body.ie .custom-owl-btn .owl-prev:after, body.ie .custom-owl-btn .owl-next:after {
  display: none; }
body.ie .custom-owl-btn .owl-prev:hover span, body.ie .custom-owl-btn .owl-next:hover span {
  opacity: 1; }

/*only edge suports -ms-ime-aligh*/
@supports (-ms-ime-align: auto) {
  .custom-owl-btn .owl-prev span, .custom-owl-btn .owl-next span {
    opacity: 0.5;
    color: #fff; }
  .custom-owl-btn .owl-prev:after, .custom-owl-btn .owl-next:after {
    display: none; }
  .custom-owl-btn .owl-prev:hover span, .custom-owl-btn .owl-next:hover span {
    opacity: 1; } }
.toggle-description {
  overflow: hidden;
  position: relative;
  /*no hove reffect in mobile*/ }
  .toggle-description .overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    z-index: -1;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out; }
    .toggle-description .overlay:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .toggle-description .description {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out; }
  @media screen and (min-width: 575px) {
    .toggle-description:hover .overlay {
      transform: scale(1.1); }
      .toggle-description:hover .overlay:before {
        opacity: 1; }
    .toggle-description:hover .description {
      overflow: visible;
      max-height: 500px;
      opacity: 1; } }
  @media screen and (max-width: 768px) {
    .toggle-description .overlay {
      left: 1px;
      top: -1px; } }

.overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.content, p {
  line-height: 24px; }
  .content strong, .content b, p strong, p b {
    font-weight: 600; }
  .content > span a:not(.btn):hover, p > span a:not(.btn):hover {
    text-decoration: underline; }
  .content a:not(.btn):hover, p a:not(.btn):hover {
    text-decoration: underline; }
  .content a[title=button], p a[title=button] {
    font-size: 14px;
    text-decoration: none;
    font-weight: 500; }

.content p > img {
  width: auto !important;
  height: auto !important;
  max-width: 100%; }
  .content p > img.rightAlone {
    clear: both;
    display: block;
    margin-left: auto; }
  .content p > img.leftAlone {
    clear: both;
    display: block; }
  .content p > img.center {
    clear: both;
    display: block;
    margin: 0 auto; }
.content p:last-child {
  margin-bottom: 0; }
@media screen and (min-width: 768px) {
  .content p > img {
    width: auto !important;
    height: auto !important;
    max-width: 100%; }
    .content p > img.left {
      float: left;
      padding-right: 10px;
      padding-bottom: 10px; }
    .content p > img.right {
      float: right;
      padding-left: 10px;
      padding-bottom: 10px; } }

.image-placeholder-icon {
  position: relative;
  max-height: 600px;
  overflow: hidden; }
  .image-placeholder-icon .overlay {
    height: 40vw; }
  .image-placeholder-icon.portrait {
    max-height: 100%; }
  .image-placeholder-icon:hover .material-icons {
    opacity: 1; }

/*==bodycss*/
html, body {
  position: relative;
  left: 0;
  overflow-x: hidden; }

body {
  overflow-x: hidden; }
  body.has-signup section.banner {
    height: calc(100vh - 180px); }
  body.no-banner header nav .navbar-brand .secondary {
    display: none !important; }
  body.no-banner header nav ul a .fas, body.no-banner header nav .dropdown-toggle .fas {
    color: #fff; }

.signup-box {
  padding: 10px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(35, 31, 32, 0.7); }
  .signup-box .btn {
    font-size: 14px;
    margin-left: 20px;
    padding: 5px 39px 0px;
    line-height: 17px; }
  .signup-box .left {
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: -3px;
    line-height: 24px; }
  .signup-box .fas, .signup-box .material-icons {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 18px;
    cursor: pointer; }
  @media screen and (max-width: 768px) {
    .signup-box .left {
      font-size: 12px;
      font-weight: 500; }
    .signup-box .btn {
      font-weight: 500;
      font-size: 12px;
      margin-left: 5px;
      width: 150px;
      padding-left: 5px;
      padding-right: 5px; } }

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: block;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: background 0.25s, transform 0.3s;
  transition: background 0.25s, transform 0.3s; }
  header .signup-box {
    position: relative; }
  header .navbar-brand img {
    max-width: 465px; }
  header nav.navbar {
    padding: 0px; }
  header nav .navbar-nav {
    align-items: center; }
  header nav li.dropdown:hover .dropdown-menu {
    display: block;
    top: 20px; }
  header nav .dropdown-toggle::after {
    position: absolute;
    right: 0px;
    top: 38%;
    font-size: 12px; }
  header nav .nav-item.dropdown {
    margin-right: 0.5rem; }
  header nav span.dropdown-toggle {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 999;
    cursor: pointer;
    /*color: $color_light_black;
    &:hover {
      color: $color_white;
    }*/ }
  header nav .dropdown-menu {
    background-color: transparent;
    padding: 20px 0 0 0;
    border: none; }
    header nav .dropdown-menu .child-container {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.15);
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 0px; }
      header nav .dropdown-menu .child-container a:first-child {
        position: relative; }
        header nav .dropdown-menu .child-container a:first-child:before {
          content: "";
          position: absolute;
          color: #fff;
          left: 20%;
          top: -9px;
          width: 15px;
          height: 15px;
          background-color: #fff;
          border-top: 1px solid rgba(0, 0, 0, 0.15);
          border-left: 1px solid rgba(0, 0, 0, 0.15);
          transform: rotate(45deg);
          -webkit-transition: background-color 0s ease;
          -moz-transition: background-color 0s ease;
          -ms-transition: background-color 0s ease;
          -o-transition: background-color 0s ease;
          transition: background-color 0s ease; }
    header nav .dropdown-menu a {
      padding: 10px 20px;
      font-weight: 500;
      margin: 0 !important;
      width: auto; }
      header nav .dropdown-menu a:hover {
        color: #fff !important; }
      header nav .dropdown-menu a.active {
        text-decoration: none;
        background-color: transparent; }
        header nav .dropdown-menu a.active:hover {
          color: #fff !important; }
  header nav .left-nav {
    margin-right: 15px;
    margin-right: 0;
    padding-right: 0; }
  header nav a {
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 1rem; }
    header nav a.nav-link {
      margin-bottom: -10px;
      padding: 0 0 8px !important;
      border-bottom: 2px solid rgba(0, 0, 0, 0); }
    header nav a.btn-primary {
      min-width: 100px; }
  header nav a.navbar-brand {
    padding: 15px 0 !important; }
  header nav a:hover.btn, header nav .active > a.btn {
    border-bottom-color: transparent; }
  header.no-menu .navbar-expand-lg .navbar-toggler {
    display: none; }
  header.no-menu .navbar-nav, header.no-menu .collapse:not(.show) {
    display: block; }
  @media screen and (max-width: 1200px) {
    header .navbar {
      padding: .5rem 0rem; }
      header .navbar .navbar-brand {
        margin-right: 0; }
    header .navbar-toggler {
      outline-style: none;
      padding-right: 0; }
      header .navbar-toggler .material-icons {
        font-size: 45px; }
    header nav {
      padding-top: 0px !important; }
      header nav:before {
        height: 65px; }
      header nav a.nav-link {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important; }
      header nav .dropdown-toggle::after {
        right: 0px; } }
  @media screen and (max-width: 991px) {
    header .navbar-nav {
      display: none; }
    header nav .right-section {
      overflow: hidden; } }
  @media screen and (max-width: 768px) {
    header .navbar-brand {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    header.no-menu .navbar-nav, header.no-menu .collapse:not(.show) {
      margin-top: 0 !important; } }
  @media screen and (max-width: 768px) {
    header .dropdown-toggle {
      right: 15px; }
    header nav {
      padding: 0 !important; } }

header.sticky {
  width: 100%; }
  header.sticky nav {
    margin-top: 0; }
    header.sticky nav .primary {
      display: block; }
    header.sticky nav a, header.sticky nav .dropdown-toggle {
      text-decoration: none; }
    header.sticky nav .nav-item.active > a {
      text-decoration: none; }
  header.sticky.is-active {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(200, 200, 200, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(200, 200, 200, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(200, 200, 200, 0.1);
    opacity: 1; }
  header.sticky .dropdown-menu:before {
    display: none; }

header.sticky {
  position: fixed;
  width: 100%;
  top: 0px;
  -ms-transform: translateY(-142px);
  transform: translateY(-142px);
  transition: background 0.25s, transform 0.3s; }
  header.sticky.has-signup {
    -ms-transform: translateY(-202px);
    transform: translateY(-202px); }
  @media screen and (max-width: 575px) {
    header.sticky {
      transform: translateY(-100px); }
      header.sticky.has-signup {
        -ms-transform: translateY(-105px);
        transform: translateY(-105px); } }

body.ie header.sticky, body.ie header {
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

header.sticky.animate-nav {
  transition: background 0.25s, transform 0s !important; }

body.header-sticky header.is-active {
  position: fixed;
  width: 100%;
  top: 0px;
  transform: translateY(0%);
  opacity: 1;
  transition: background 0.25s, transform 0.3s; }
  body.header-sticky header.is-active.has-signup {
    transform: translateY(0%); }

body.header-fixed header {
  position: fixed; }

@media screen and (max-width: 1200px) {
  header nav, .navbar-collapse {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }

  ul.navbar-nav {
    text-align: left; } }
.div-for-mobile {
  pointer-events: none;
  background-color: #fff;
  width: 100%;
  position: fixed;
  opacity: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  padding-top: calc(100px + 10vmin);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden; }
  .div-for-mobile.has-signup {
    top: 65px; }
  .div-for-mobile .btn-sale {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999; }
    .div-for-mobile .btn-sale .btn-primary {
      font-size: 20px;
      font-weight: bold;
      height: 60px; }
  .div-for-mobile .top-bar {
    left: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .div-for-mobile .top-bar ul {
      height: calc(100vh - 120px);
      display: block; }
  .div-for-mobile ul {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 115px;
    list-style: none;
    padding-left: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center; }
    .div-for-mobile ul li {
      padding: 2vmin 20px;
      display: block; }
      .div-for-mobile ul li a {
        text-transform: uppercase;
        text-decoration: none;
        font-size: 6vmin;
        font-weight: 500;
        line-height: 0.78;
        padding-bottom: 5px;
        position: relative; }
        .div-for-mobile ul li a.back {
          font-weight: normal; }
          .div-for-mobile ul li a.back .material-icons {
            position: relative;
            top: 5px; }
      .div-for-mobile ul li:last-child {
        border: none; }
      .div-for-mobile ul li .child-arrow {
        position: absolute;
        right: -30px;
        top: 0;
        cursor: pointer; }
      .div-for-mobile ul li.active > a {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      .div-for-mobile ul li .dropdown-menu {
        position: relative;
        border: none;
        width: 100%;
        padding-bottom: 30px; }
        .div-for-mobile ul li .dropdown-menu ul {
          padding-bottom: 0px;
          overflow: hidden; }
          .div-for-mobile ul li .dropdown-menu ul li {
            padding: 20px 15px 0px 20px; }
            .div-for-mobile ul li .dropdown-menu ul li .dropdown-item {
              font-size: 16px; }
              .div-for-mobile ul li .dropdown-menu ul li .dropdown-item:hover {
                background: none; }
              .div-for-mobile ul li .dropdown-menu ul li .dropdown-item.active {
                background: transparent !important;
                display: initial;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box; }
  @media screen and (min-width: 1200px) {
    .div-for-mobile {
      display: none; } }
  @media screen and (orientation: landscape) and (max-width: 768px) {
    .div-for-mobile {
      padding-top: 100px; } }
  @media screen and (orientation: portrait) {
    .div-for-mobile {
      padding-top: 100px; }
      .div-for-mobile > ul {
        padding-top: 25px; }
        .div-for-mobile > ul li {
          padding: 16px 15px 16px 20px; } }

@media screen and (max-width: 991px) {
  body .body-overlay {
    content: '';
    position: fixed !important;
    height: 100vh !important;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0; }

  body.nav-mobile {
    overflow: hidden !important; }
    body.nav-mobile .body-overlay {
      height: 100vh;
      overflow: hidden;
      opacity: 1;
      z-index: 999; }
    body.nav-mobile header .navbar-toggler {
      padding-right: 20px; }
      body.nav-mobile header .navbar-toggler img {
        display: none !important; }
      body.nav-mobile header .navbar-toggler .material-icons {
        display: none; }
      body.nav-mobile header .navbar-toggler .material-icons.d-none {
        display: block !important;
        margin-right: -10px;
        margin-top: -5px; }
    body.nav-mobile header nav .right-section .top {
      transform: translateX(0); }
    body.nav-mobile .div-for-mobile {
      pointer-events: auto;
      transform: translatex(0%);
      opacity: 1; }
      body.nav-mobile .div-for-mobile .top-bar .dropdown-item {
        padding: 0; }
        body.nav-mobile .div-for-mobile .top-bar .dropdown-item:hover, body.nav-mobile .div-for-mobile .top-bar .dropdown-item.active, body.nav-mobile .div-for-mobile .top-bar .dropdown-item:active {
          background-color: transparent; } }
@media screen and (max-width: 768px) {
  body.nav-mobile header .navbar-toggler {
    margin-left: 0; }
    body.nav-mobile header .navbar-toggler .material-icons {
      font-size: 45px;
      padding-top: 10px; } }
.margin-top {
  margin-top: 20px; }

.margin-bottom {
  margin-bottom: 20px; }

.heading-container .size-4 {
  margin-bottom: 20px;
  font-weight: normal; }

/*==banner*/
section.banner {
  min-height: 600px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2; }
  section.banner.full-height {
    height: 100vh; }
  section.banner.Contact-banner {
    background: none !important; }
  section.banner.overlay:before {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #212721;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
    z-index: 0; }
  section.banner.has-carousel {
    padding-bottom: 13em; }
  section.banner .banner-logo {
    top: 0;
    z-index: 99;
    width: 100%;
    padding-top: 29.43%;
    max-height: 410px;
    max-width: 410px;
    min-height: 225px; }
  section.banner .banner-title-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0; }
  section.banner .banner-title {
    position: absolute;
    bottom: 150px;
    font-weight: bold;
    font-size: 3.75em;
    color: #fff;
    line-height: 50px;
    text-align: right;
    text-transform: uppercase; }
  section.banner .size-2 {
    margin-top: 25px; }
  section.banner .btn {
    margin-top: 1.875em;
    margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    section.banner {
      min-height: 450px; }
      section.banner .signup-box {
        padding: 10px 15px; }
      section.banner.banner .arrow-container.prev, section.banner.banner .arrow-container.next, section.banner.banner .text-right {
        display: none; } }
  section.banner.right-aligned {
    padding: 50px 0; }
    section.banner.right-aligned:before {
      display: none; }
    section.banner.right-aligned .banner-image-right {
      position: relative;
      padding-top: 122%;
      width: 100%; }
    section.banner.right-aligned .col-md-6 {
      position: relative; }
      section.banner.right-aligned .col-md-6 .scroll-down {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #4CB6E6;
        color: #fff;
        font-size: 20px;
        cursor: pointer; }
  @media screen and (max-width: 1200px) {
    section.banner.right-aligned .col-md-6 .scroll-down {
      left: 15px; } }
  @media screen and (max-width: 991px) {
    section.banner.right-aligned .col-md-6 .scroll-down {
      display: none !important; } }
  @media screen and (max-width: 768px) {
    section.banner.right-aligned {
      padding-top: 0; }
      section.banner.right-aligned .col-md-6.order-md-2 {
        padding: 0; }
        section.banner.right-aligned .col-md-6.order-md-2 .banner-image-right {
          padding-top: 70%; }
      section.banner.right-aligned .size-big {
        line-height: 1.12;
        margin-top: 8vmin; } }

.map-wrapper {
  width: calc(100% - 30px);
  padding-top: 43%;
  bottom: 65px; }
  .map-wrapper .map-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /*    &:before {
          content: '';
          z-index: 1;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(39, 39, 40, 0.2);
        }*/ }
  @media screen and (max-width: 768px) {
    .map-wrapper {
      width: calc(100% + 30px);
      margin-left: -15px;
      padding-top: 60%; } }

section.intro a.back {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  text-decoration: none; }
  section.intro a.back .material-icons {
    position: absolute;
    top: -3px;
    left: -30px; }
section.intro .content ul {
  padding: 16px 0 16px 16px; }
  section.intro .content ul li {
    margin-bottom: 8px; }
    section.intro .content ul li:last-child {
      margin-bottom: 0; }
section.intro .size-2, section.intro .size-3, section.intro .size-4, section.intro h1, section.intro h2, section.intro h3, section.intro h4 {
  margin-bottom: 24px; }
@media screen and (max-width: 768px) {
  section.intro .has-parent-link {
    margin-bottom: 50px; }
  section.intro a.back {
    position: absolute;
    bottom: -24px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 19px;
    color: #fff;
    height: 50px; }
    section.intro a.back .material-icons {
      position: relative;
      left: initial;
      top: initial;
      padding-right: 10px; }
      section.intro a.back .material-icons:hover {
        color: #fff; } }
@media screen and (min-width: 768px) {
  section.intro.intro-summary, section.intro.contact-intro {
    padding: 100px 0; } }

section.three-block .heading-container {
  margin-bottom: 3.125em; }
  section.three-block .heading-container .size-1 {
    margin-bottom: -10px;
    margin-bottom: 55px; }
  section.three-block .heading-container .summary {
    margin-top: 20px; }
section.three-block .content {
  margin-top: 10px;
  width: 100%; }
  section.three-block .content .size-2 {
    margin: 1.25em 0; }
  section.three-block .content h4, section.three-block .content h5, section.three-block .content p {
    color: #fff; }
  section.three-block .content .more {
    margin-top: 1.25em;
    text-decoration: none;
    display: block; }
section.three-block.bg-gray .content h4, section.three-block.bg-gray .content h5, section.three-block.bg-gray .content h2 {
  text-transform: uppercase; }
section.three-block .placeholder {
  margin-bottom: 20px;
  padding-top: 57.69%;
  width: 100%;
  overflow: hidden; }
  section.three-block .placeholder a {
    display: flex;
    width: 100%;
    height: 100%; }
section.three-block.text-center .placeholder {
  margin-left: auto;
  margin-right: auto; }
@media screen and (max-width: 768px) {
  section.three-block {
    text-align: center; }
    section.three-block.Left {
      text-align: center; }
    section.three-block .heading-container .size-1 {
      margin-bottom: 50px; }
    section.three-block .heading-container .size-2 {
      margin-bottom: 30px; }
    section.three-block .placeholder {
      margin-left: auto;
      margin-right: auto; }
    section.three-block .content {
      width: 100%; }
      section.three-block .content .size-2 {
        margin: 15px 0; } }

section.two-block .heading-container {
  margin-bottom: 3.125em; }
section.two-block .content {
  background-color: #fff;
  width: calc(100% - 60px);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  min-height: 197px;
  position: relative; }
  section.two-block .content h3 {
    color: #212721; }
  section.two-block .content .inner-content {
    margin: 10px 0 15px;
    color: #fff; }
section.two-block.bg-gray .content {
  background-color: #fff; }
section.two-block.bg-gray h3, section.two-block.bg-gray p {
  color: #212721; }
section.two-block .placeholder {
  height: 420px;
  margin-bottom: -120px; }
section.two-block.related-section .heading-container {
  padding-bottom: 3.125em;
  margin-bottom: 0; }
section.two-block.related-section .content {
  padding: 30px;
  min-height: auto; }
section.two-block.related-section .more {
  margin-top: 10px; }

section.two-block-small .block-repeat {
  margin-top: 1.875em; }
  section.two-block-small .block-repeat .placeholder {
    height: 100%;
    width: 100%; }
  section.two-block-small .block-repeat .left-content {
    width: 300px;
    height: 100%;
    min-height: 300px; }
  section.two-block-small .block-repeat .right-content {
    width: calc(100% - 300px);
    min-height: 300px; }
  section.two-block-small .block-repeat .content-wrapper {
    padding: 50px; }
    section.two-block-small .block-repeat .content-wrapper * {
      color: #fff; }
    section.two-block-small .block-repeat .content-wrapper .content, section.two-block-small .block-repeat .content-wrapper h3, section.two-block-small .block-repeat .content-wrapper h2 {
      color: #fff; }
    section.two-block-small .block-repeat .content-wrapper a.btn {
      margin-top: 15px; }
section.two-block-small.block-repeat-not-margin .block-repeat:first-child {
  margin-top: 0 !important; }
@media screen and (max-width: 991px) {
  section.two-block-small .block-repeat .left-content {
    width: 100%;
    height: 215px; }
  section.two-block-small .block-repeat .right-content {
    width: 100%;
    min-height: 215px; } }
@media screen and (max-width: 575px) {
  section.two-block-small .block-repeat .left-content {
    min-height: auto; }
    section.two-block-small .block-repeat .left-content .placeholder {
      margin-left: -15px;
      width: calc(100% + 30px); }
  section.two-block-small .block-repeat .content-wrapper {
    padding: 15px; } }

/*==home-for-sale*/
section.home-for-sale .heading-container {
  margin-bottom: 3.125em;
  justify-content: center; }
  section.home-for-sale .heading-container h1, section.home-for-sale .heading-container h2, section.home-for-sale .heading-container h3 {
    margin-bottom: 0;
    align-self: center; }
section.home-for-sale .content-wrapper {
  width: 100%; }
  section.home-for-sale .content-wrapper .brand {
    font-size: 1.25em;
    font-weight: 500;
    padding: 5px 10px 0px 5px;
    text-decoration: none;
    border-left: none !important;
    position: relative;
    z-index: 1;
    margin-left: 12px;
    margin-bottom: 25px; }
    section.home-for-sale .content-wrapper .brand .trangle {
      z-index: -1;
      width: 17px;
      height: calc(100% + 6px);
      position: absolute;
      left: -7px;
      transform: skewX(-20deg);
      top: -3px; }
    section.home-for-sale .content-wrapper .brand .brand-img {
      display: none;
      margin-right: 10px; }
      section.home-for-sale .content-wrapper .brand .brand-img img {
        width: 40px; }
  section.home-for-sale .content-wrapper .content {
    position: relative;
    z-index: 99;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    padding: 15px; }
    section.home-for-sale .content-wrapper .content .size-4 {
      text-transform: uppercase; }
    section.home-for-sale .content-wrapper .content .inner-content {
      margin: 10px 0 15px; }
    section.home-for-sale .content-wrapper .content a {
      text-decoration: none; }
    section.home-for-sale .content-wrapper .content .btn {
      margin-top: 0px; }
  section.home-for-sale .content-wrapper .placeholder {
    min-height: 250px;
    overflow: hidden;
    position: relative; }
    section.home-for-sale .content-wrapper .placeholder .extra-logo {
      margin: 10px; }
    section.home-for-sale .content-wrapper .placeholder .inner-image {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    section.home-for-sale .content-wrapper .placeholder:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    section.home-for-sale .content-wrapper .placeholder:hover .inner-image {
      transform: scale(1.2); }
    section.home-for-sale .content-wrapper .placeholder:hover:after {
      opacity: 0.9; }
  section.home-for-sale .content-wrapper .property-details {
    list-style: none;
    padding: 0; }
    section.home-for-sale .content-wrapper .property-details li {
      display: inline-block;
      margin-right: 15px; }
      section.home-for-sale .content-wrapper .property-details li a {
        color: #9B9B9B; }
        section.home-for-sale .content-wrapper .property-details li a.bedroom {
          background: transparent url(../images/Bedrooms@2x.svg) left center no-repeat;
          -webkit-background-size: contain;
          background-size: contain; }
        section.home-for-sale .content-wrapper .property-details li a.bathroom {
          background: transparent url(../images/Bathrooms@2x.svg) left center no-repeat;
          -webkit-background-size: contain;
          background-size: contain; }
        section.home-for-sale .content-wrapper .property-details li a.garage {
          background: transparent url(../images/Garage@2x.svg) left center no-repeat;
          -webkit-background-size: contain;
          background-size: contain; }
section.home-for-sale.bg-gray .content-wrapper {
  background: #fff; }
@media screen and (max-width: 768px) {
  section.home-for-sale .heading-container {
    text-align: center;
    justify-content: center; }
    section.home-for-sale .heading-container .btn {
      display: none; } }

body.page-for-sale section.home-for-sale .heading-container .btn {
  display: none; }

footer .subs-container {
  width: 100%; }
@media screen and (min-width: 991px) {
  footer .subs-container {
    max-width: 360px; } }

/*==latest-news*/
section.latest-news .tag-section {
  display: none;
  margin-bottom: 1.5em; }
  section.latest-news .tag-section ul {
    display: none;
    margin: 0;
    padding: 0; }
    section.latest-news .tag-section ul li {
      margin-bottom: 10px; }
    section.latest-news .tag-section ul li:not(:last-child) {
      margin-right: 10px; }
section.latest-news .filter-selected {
  margin-bottom: 1.5em;
  background-color: #D8D8D8;
  padding: 10px; }
  section.latest-news .filter-selected ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600; }
    section.latest-news .filter-selected ul li:not(:last-child) {
      margin-right: 10px; }
    section.latest-news .filter-selected ul .material-icons {
      margin-top: -5px;
      margin-left: 5px;
      font-size: 14px;
      font-weight: 600; }
section.latest-news .heading-container {
  margin-bottom: 2.5em;
  justify-content: center; }
  section.latest-news .heading-container h1, section.latest-news .heading-container h2, section.latest-news .heading-container h3 {
    margin-bottom: 0; }
  section.latest-news .heading-container .inner-content {
    position: relative;
    width: 100%; }
    section.latest-news .heading-container .inner-content .line {
      position: absolute;
      bottom: -15px;
      width: 100%;
      height: 1px;
      left: 0;
      border-top: 1px solid #D8D8D8; }
  section.latest-news .heading-container .right {
    display: inline-flex;
    margin-top: -10px; }
section.latest-news .content-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 45px; }
  section.latest-news .content-wrapper .popup-video-play {
    position: relative;
    left: 0;
    top: 0;
    transform: none; }
  section.latest-news .content-wrapper .content {
    padding: 20px; }
    section.latest-news .content-wrapper .content .size-4 {
      text-transform: uppercase; }
    section.latest-news .content-wrapper .content .inner-content {
      margin: 15px 0 0px; }
      section.latest-news .content-wrapper .content .inner-content .published {
        display: block;
        font-size: 12px;
        margin-bottom: 10px; }
  section.latest-news .content-wrapper .blog-info {
    margin-left: -21px;
    margin-top: -63px; }
    section.latest-news .content-wrapper .blog-info .btn-primary:before {
      width: 120%;
      left: -22px;
      background-color: #4CB6E6; }
  section.latest-news .content-wrapper .more {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-decoration: none; }
    section.latest-news .content-wrapper .more i {
      color: #fff !important;
      margin-left: 10px;
      font-size: 20px;
      opacity: 1; }
  section.latest-news .content-wrapper .placeholder {
    min-height: 250px;
    position: relative;
    overflow: hidden; }
    section.latest-news .content-wrapper .placeholder i {
      font-size: 60px !important;
      color: #fff;
      opacity: 0.8;
      position: relative;
      z-index: 999; }
      section.latest-news .content-wrapper .placeholder i:hover {
        opacity: 1; }
    section.latest-news .content-wrapper .placeholder .inner-image {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      section.latest-news .content-wrapper .placeholder .inner-image:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      section.latest-news .content-wrapper .placeholder .inner-image.portrait {
        background-position: top left !important; }
    section.latest-news .content-wrapper .placeholder:hover .inner-image {
      transform: scale(1.2); }
      section.latest-news .content-wrapper .placeholder:hover .inner-image:after {
        opacity: 0.5; }
section.latest-news .blog-grid-container {
  margin-bottom: -30px; }
  section.latest-news .blog-grid-container .col-md-4 {
    margin-bottom: 30px; }
section.latest-news.bg-gray .content-wrapper {
  background-color: #fff; }
@media screen and (min-width: 991px) {
  section.latest-news .heading-container h2 {
    max-width: 75%; }
  section.latest-news .btn-gray {
    width: 150px;
    margin-left: 10px; } }
section.latest-news .tag-section ul {
  margin-bottom: -10px; }

body.button-style-skew section.latest-news.bg-gray .content-wrapper:before {
  content: '';
  position: absolute;
  transform: rotate(-45deg);
  bottom: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  background-color: #fff; }

@media screen and (min-height: 768px) {
  .heading-container .flex-item {
    margin-left: 10px; } }
@media screen and (max-width: 768px) {
  .heading-container .right {
    display: inline; }
  .heading-container .btn {
    display: none; } }
.pagination {
  margin-top: calc(6.25em - 30px); }
  .pagination .btn-red, .pagination .btn-white {
    margin: 0;
    float: left;
    outline-style: none; }
  .pagination .btn-white {
    border-left: 1px solid #F4F4F4; }
  @media screen and (max-width: 575px) {
    .pagination {
      margin-top: 3.125em; }
      .pagination .btn-red, .pagination .btn-white {
        width: 50px;
        height: 50px; } }

.blog-info {
  padding: 20px 20px 0 20px; }
  .blog-info .brand {
    font-size: 1.25em;
    font-weight: 500;
    padding: 5px 10px 0px 5px;
    text-decoration: none;
    border-left: none !important;
    position: relative;
    z-index: 1;
    margin-left: 12px; }
    .blog-info .brand .trangle {
      z-index: -1;
      width: 17px;
      height: calc(100% + 6px);
      position: absolute;
      left: -7px;
      transform: skewX(-20deg);
      top: -3px; }
    .blog-info .brand .brand-img {
      display: none;
      display: inline-block;
      margin-right: 10px; }
      .blog-info .brand .brand-img img {
        width: 40px; }
    .blog-info .brand:hover {
      background-color: rgba(255, 255, 255, 0.8); }
  .blog-info .category a {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none; }
  .blog-info .published {
    font-size: 12px; }

section.information-center .bg-container {
  width: 100%;
  height: 100%;
  padding: 9.375em 15px; }
section.information-center .bg-white, section.information-center .bg-gray, section.information-center .bg-red {
  padding-top: 50px;
  padding-bottom: 50px; }
section.information-center .bg-red .size-1, section.information-center .bg-red .inner-content {
  color: #fff !important; }
section.information-center .bg-red .btn-red:hover {
  border: 1px solid #EA6060 !important; }
section.information-center .container .bg-pattern {
  left: -80px;
  top: -200px;
  z-index: -1; }
  section.information-center .container .bg-pattern.bottom {
    top: auto;
    bottom: -200px; }
  section.information-center .container .bg-pattern.right {
    right: -50px;
    left: auto; }
  section.information-center .container .bg-pattern.right.bottom {
    top: auto;
    right: -200px; }
section.information-center .container .content {
  padding: 4.3em 0px;
  width: 100%; }
section.information-center .container .inner-content {
  margin: 12px 0px 30px;
  color: #9B9B9B; }
section.information-center .bdr {
  position: relative; }
  section.information-center .bdr:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 90%;
    left: 5%;
    bottom: 0;
    background-color: #fff; }
@media screen and (min-width: 991px) {
  section.information-center .bdr {
    border-right: 1px solid #212721; }
    section.information-center .bdr:after {
      display: none; }
  section.information-center .bg-red .bdr {
    border-right: 1px solid #fff; } }
@media screen and (max-width: 575px) {
  section.information-center {
    padding: 3.125em 15px; }
    section.information-center .container .content {
      padding: 3.125em 15px; } }

.two-block-toggle {
  position: relative; }
  .two-block-toggle .image-holder {
    min-height: 400px;
    height: 100%;
    width: 100%; }
  .two-block-toggle .size-3, .two-block-toggle h3 {
    display: block;
    text-transform: none; }
  .two-block-toggle a.more {
    margin-top: 15px; }
  .two-block-toggle > .container > .row:not(:last-child) {
    margin-bottom: 3.75em;
    padding-bottom: 3.75em; }
  .two-block-toggle[class*='no-cta'] a.btn {
    display: none !important; }
  .two-block-toggle[class*='list-block'] .align-items-center {
    background-color: transparent; }
  .two-block-toggle[class*='list-block'] > .container > .row:not(:last-child) {
    padding-bottom: 3.75em;
    border-bottom: 1px solid #9B9B9B; }
  .two-block-toggle[class*='list-block'] .image-container {
    position: relative;
    display: inline-grid; }
    .two-block-toggle[class*='list-block'] .image-container .image-holder {
      margin-top: 10px;
      width: 45%;
      min-height: auto;
      height: auto;
      left: 0;
      bottom: 0;
      align-self: flex-end;
      justify-content: center; }
      .two-block-toggle[class*='list-block'] .image-container .image-holder img {
        width: 100%; }
  .two-block-toggle[class*='toggle-block'] .content, .two-block-toggle[class*='toggle-block'] p {
    color: #fff; }
  .two-block-toggle[class*='toggle-block'] .size-3, .two-block-toggle[class*='toggle-block'] h3 {
    color: #fff; }
  .two-block-toggle[class*='toggle-block'] .align-items-center {
    padding: 3.125em; }
  .two-block-toggle.list-square-block .content {
    margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .two-block-toggle:not(.list-block):not(.list-block-no-cta):not(.list-square-block) > .container > .row:nth-child(2n) .col-md-6:first-child, .two-block-toggle:not(.list-block):not(.list-block-no-cta):not(.list-square-block) > .container > .row:nth-child(2n) .col-md-5:first-child {
      order: 2;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 2; }
    .two-block-toggle:not(.list-block):not(.list-block-no-cta):not(.list-square-block) > .container > .row:nth-child(2n) .col-md-6:last-child, .two-block-toggle:not(.list-block):not(.list-block-no-cta):not(.list-square-block) > .container > .row:nth-child(2n) .col-md-5:last-child {
      order: 1;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1; }
    .two-block-toggle:not(.list-block):not(.list-block-no-cta):not(.list-square-block) > .container > .row:nth-child(2n) .col-md-5:last-child {
      margin-left: 8.333333%; }
    .two-block-toggle:not(.list-block):not(.list-block-no-cta):not(.list-square-block) > .container > .row:nth-child(2n-1) .col-md-5:first-child {
      margin-left: 8.333333%; } }
  @media screen and (max-width: 768px) {
    .two-block-toggle[class*='list-block'] .image-container {
      position: relative; }
      .two-block-toggle[class*='list-block'] .image-container .image-holder {
        position: relative;
        margin-bottom: 20px;
        width: 100%; }
        .two-block-toggle[class*='list-block'] .image-container .image-holder img {
          width: auto;
          min-width: 125px; }
    .two-block-toggle[class*='list-block'] .size-2 {
      margin-bottom: 0;
      padding-bottom: 0; }
    .two-block-toggle[class*='list-block'] h3 {
      margin-bottom: 10px; }
    .two-block-toggle.list-square-block .content-wrapper {
      margin-top: 30px; }
    .two-block-toggle.list-square-block .content {
      margin-top: 20px; } }
  @media screen and (max-width: 575px) {
    .two-block-toggle .image-holder {
      min-height: 215px; }
    .two-block-toggle .bg-green.p-5 {
      padding: 15px !important; }
    .two-block-toggle > .container > .row:not(:last-child) {
      margin-bottom: 3.125em; }
    .two-block-toggle .align-items-center {
      padding: 20px; }
    .two-block-toggle[class*='list-block'] .align-items-center {
      padding: 20px 0; }
    .two-block-toggle p a[title=button] {
      cursor: pointer;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.875em;
      line-height: 1.14;
      padding: 18px 25px;
      height: 50px;
      min-width: 12.5em;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      color: #fff !important;
      position: relative;
      z-index: 1;
      overflow: hidden;
      margin-bottom: 40px; }
      .two-block-toggle p a[title=button]:before {
        position: absolute;
        content: '';
        left: -15px;
        top: -1px;
        width: 116%;
        height: 100%;
        background-color: #0083C4;
        transform: skewX(40deg);
        z-index: -1; }
      .two-block-toggle p a[title=button]:hover {
        text-decoration: none; }
    .two-block-toggle .content-wrapper .content p:last-of-type a[title=button] {
      margin-bottom: 0; } }

section.hightlight .content {
  width: calc(100% - 60px);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  min-height: 197px;
  position: relative; }
  section.hightlight .content .inner-content {
    margin: 10px 0 15px;
    color: #fff;
    position: relative; }
  section.hightlight .content h3, section.hightlight .content p {
    color: #fff; }
section.hightlight .placeholder {
  height: 500px;
  margin-bottom: -120px; }
section.hightlight ol {
  padding: 10px 0px 0px;
  list-style: none;
  counter-reset: my-awesome-counter; }
  section.hightlight ol li {
    counter-increment: my-awesome-counter;
    padding-left: 55px;
    min-height: 50px;
    margin: 15px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    section.hightlight ol li:before {
      content: counter(my-awesome-counter);
      color: #FFF;
      font-weight: bold;
      margin-right: 10px;
      width: 50px;
      height: 50px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      background: #EA6060;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 10px;
      font-family: 'Calibre'; }

section.two-block-no-image .inner-content {
  margin-top: 15px; }

body.Blog .intro .categories {
  position: relative; }
  body.Blog .intro .categories .btn {
    width: 17vw;
    background-color: transparent;
    border: 1px solid #9B9B9B;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 500;
    position: relative; }
    body.Blog .intro .categories .btn:hover, body.Blog .intro .categories .btn:active, body.Blog .intro .categories .btn:focus {
      outline-style: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border: 1px solid #9B9B9B !important; }
    body.Blog .intro .categories .btn:before {
      display: none; }
    body.Blog .intro .categories .btn span {
      width: 100%;
      text-align: left;
      position: relative;
      display: block;
      color: #212721; }
    body.Blog .intro .categories .btn .material-icons {
      position: absolute;
      right: 0px;
      top: 0px;
      font-size: 16px;
      width: 44px;
      height: 44px;
      background-color: #4CB6E6;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 30px; }
  body.Blog .intro .categories ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 45px;
    right: 0;
    background-color: #fff;
    padding: 15px;
    list-style: none; }
    body.Blog .intro .categories ul li {
      display: block; }
      body.Blog .intro .categories ul li:not(last-child) {
        margin-bottom: 10px; }
      body.Blog .intro .categories ul li a {
        color: #9B9B9B;
        text-decoration: none; }
        body.Blog .intro .categories ul li a:hover, body.Blog .intro .categories ul li a.active {
          color: #365F9F; }
      body.Blog .intro .categories ul li.active a {
        color: #365F9F; }
  body.Blog .intro .categories:hover ul {
    display: block; }
body.Blog .latest-news .content-wrapper {
  padding-bottom: 0; }
  body.Blog .latest-news .content-wrapper .more {
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    left: 0;
    bottom: 0;
    display: block; }
body.Blog .block-testimonial h5 {
  font-size: 32px;
  line-height: 1.156;
  color: #fff; }
body.Blog .block-testimonial .by {
  margin-top: 40px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px; }
body.Blog .block-testimonial .content {
  background: transparent url(../images/quote.png) 5px 25px no-repeat;
  -webkit-background-size: 111px;
  background-size: 111px;
  padding: 60px 30px 30px; }
@media screen and (min-width: 991px) {
  body.Blog .heading-container .categories a:last-child {
    margin-right: 0px; } }

section.blog-single-image {
  padding-bottom: 3.125em; }
  section.blog-single-image .info-section {
    margin-bottom: 3.125em; }
    section.blog-single-image .info-section .published {
      font-size: 12px;
      line-height: 24px;
      color: #9B9B9B;
      display: block; }
    section.blog-single-image .info-section .category a {
      font-weight: 500; }
      section.blog-single-image .info-section .category a:before {
        width: 120%;
        left: -22px;
        background-color: #4CB6E6; }
  section.blog-single-image .summery-section h1.size-2 {
    font-size: 36px !important;
    margin-bottom: 24px; }
  section.blog-single-image .summery-section .content {
    margin-bottom: 3.125em; }
  section.blog-single-image .back {
    position: relative;
    text-transform: uppercase;
    text-decoration: none; }
    section.blog-single-image .back .material-icons {
      position: absolute;
      top: -3px;
      left: -30px; }
  section.blog-single-image .image-placeholder-icon .inner-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    position: relative;
    top: 0;
    left: 0;
    transform: none; }
    section.blog-single-image .image-placeholder-icon .inner-image.portrait {
      height: auto; }
  section.blog-single-image.bg-gray:before {
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    height: 25%;
    background-color: #fff; }
  @media screen and (max-width: 768px) {
    section.blog-single-image .info-section {
      margin-top: 3.125em; } }

section.blog-single .published {
  font-size: 12px;
  line-height: 24px;
  color: #9B9B9B;
  display: block; }
section.blog-single .size-1 {
  text-transform: none; }
section.blog-single .category a {
  text-transform: uppercase;
  text-decoration: none; }
section.blog-single h4 {
  font-weight: normal;
  font-size: 20px;
  line-height: 27px; }
section.blog-single .title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25em;
  margin-bottom: 1.5em; }
  section.blog-single .title-section .brand {
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 500;
    color: #212721;
    padding: 5px 10px 0px 5px;
    background-color: #fff;
    position: relative;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    section.blog-single .title-section .brand:hover {
      background-color: rgba(255, 255, 255, 0.8); }
    section.blog-single .title-section .brand .trangle {
      z-index: -1;
      width: 17px;
      height: calc(100% + 6px);
      position: absolute;
      left: -10px;
      transform: skewX(-20deg);
      top: -3px; }
    section.blog-single .title-section .brand .brand-img {
      display: none;
      margin-right: 10px; }
      section.blog-single .title-section .brand .brand-img img {
        width: 40px; }
  section.blog-single .title-section .category a {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: #9B9B9B; }
section.blog-single .main-blog-content .content img {
  max-width: 100%; }
section.blog-single .main-blog-content .more {
  margin-top: 6.25em;
  display: block;
  text-decoration: none;
  align-items: center; }
section.blog-single .main-blog-content .social {
  margin-top: 6.25em;
  padding: 0;
  list-style: none; }
  section.blog-single .main-blog-content .social li {
    display: inline-block;
    color: #212721;
    margin-right: 5px;
    font-size: 12px;
    text-transform: uppercase; }
    section.blog-single .main-blog-content .social li a {
      padding: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none; }
      section.blog-single .main-blog-content .social li a i {
        font-size: 16px;
        color: #fff; }
@media screen and (max-width: 768px) {
  section.blog-single .main-blog-content .social {
    margin-top: 1.875em; } }

/*==sectionfacebook*/
section.follow-on-facebook {
  padding: 2.5em 0; }
  section.follow-on-facebook a {
    text-decoration: none;
    text-transform: uppercase; }
  section.follow-on-facebook .fab {
    color: #fff;
    margin-left: 10px;
    padding: 15px 20.5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  @media screen and (max-width: 768px) {
    section.follow-on-facebook h3 {
      font-size: 22px; } }

section.for-sale-carousel .owl-stage-outer {
  overflow: visible; }
section.for-sale-carousel .item {
  min-height: 500px;
  margin-bottom: 100px; }
section.for-sale-carousel .content {
  margin: auto;
  position: relative;
  z-index: 99;
  width: calc(100% - 200px);
  top: calc(500px - 125px);
  border: 1px solid #F1F1F1;
  background-color: #fff;
  padding: 30px; }
  section.for-sale-carousel .content .size-6 {
    color: #212721;
    font-weight: 600; }
  section.for-sale-carousel .content .inner-content {
    margin: 10px 0 15px; }
  section.for-sale-carousel .content a {
    text-decoration: none; }
    section.for-sale-carousel .content a:hover {
      text-decoration: none; }
  section.for-sale-carousel .content .btn {
    margin-top: 0; }
section.for-sale-carousel .brand {
  font-size: 20px;
  font-weight: 500;
  color: #212721;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
  padding: 5px 15px 0px 5px;
  position: relative; }
  section.for-sale-carousel .brand .trangle {
    z-index: -1;
    width: 17px;
    height: calc(100% + 6px);
    position: absolute;
    left: -7px;
    transform: skewX(-20deg);
    top: -3px; }
  section.for-sale-carousel .brand .brand-img {
    margin-right: 10px; }
    section.for-sale-carousel .brand .brand-img img {
      width: 40px; }
section.for-sale-carousel .owl-item:not(.center) {
  opacity: 0.4; }
@media screen and (max-width: 575px) {
  section.for-sale-carousel .item {
    min-height: 200px; } }

section.two-block-blue {
  padding: 6.25em 0; }
  section.two-block-blue .placeholder {
    margin-top: 30px; }
    section.two-block-blue .placeholder .overlay {
      padding-top: 66%;
      width: 100%; }
    section.two-block-blue .placeholder .image-summary {
      margin-top: 15px;
      display: block;
      position: relative;
      padding-left: 75px;
      font-size: 12px;
      font-weight: 500;
      line-height: 18px; }
  section.two-block-blue.py-0 .placeholder {
    margin-top: 0; }
  section.two-block-blue .col-md-7 {
    margin-top: 3.75em; }
  section.two-block-blue.reverse-Yes .col-md-5 {
    -ms-flex-order: 2;
    order: 2; }
  section.two-block-blue.reverse-Yes .col-md-7 {
    -ms-flex-order: 1;
    order: 1; }
  @media screen and (max-width: 768px) {
    section.two-block-blue .placeholder {
      margin-left: -15px;
      margin-top: 0;
      width: 80%; }
      section.two-block-blue .placeholder .overlay {
        max-width: 100%; }
    section.two-block-blue .col-md-7 {
      margin-top: 15px; }
      section.two-block-blue .col-md-7 .placeholder {
        margin-left: auto;
        margin-right: -15px; } }

section.bg-green.half + section.empty, section.two-block-small + section.empty {
  display: none; }

header.header + section.map-section {
  margin-top: 3.125em; }

section.faq .heading-container {
  margin-bottom: 50px; }
  section.faq .heading-container h4 {
    margin-bottom: 20px; }
section.faq ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  section.faq ul li {
    padding: 20px 1.875em 20px 0;
    border-bottom: 1px solid #D8D8D8;
    text-align: left;
    position: relative; }
    section.faq ul li:hover {
      cursor: pointer; }
    section.faq ul li:after {
      content: '\e145';
      font-family: "Material Icons";
      position: absolute;
      right: 0;
      top: 0.5em;
      font-size: 24px;
      -webkit-transition: all 0.1s ease 0s;
      -moz-transition: all 0.1s ease 0s;
      -ms-transition: all 0.1s ease 0s;
      -o-transition: all 0.1s ease 0s;
      transition: all 0.1s ease 0s; }
    section.faq ul li.active:after {
      content: '\e15b';
      font-family: "Material Icons"; }
    section.faq ul li .size-4 {
      color: #212721;
      font-family: baskerville-urw, serif;
      text-transform: none;
      font-size: 20px;
      line-height: 1.15; }
    section.faq ul li .content {
      display: none;
      margin-top: 20px;
      padding-bottom: 1.875em; }
    section.faq ul li.active .content {
      display: block; }
section.faq.inner-faq ul li:after {
  top: 1.9em;
  width: 18px;
  height: 18px;
  background: transparent url(../images/plus-green.png) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }
section.faq.inner-faq ul li.active:after {
  background: transparent url(../images/minus-green.png) center center no-repeat;
  -webkit-background-size: 18px;
  background-size: 18px;
  -webkit-background-size: contain;
  background-size: contain; }

section.single-quote {
  padding: 6.25em;
  margin-top: 0; }
  section.single-quote.bg-black h2, section.single-quote.bg-black h3, section.single-quote.bg-blue h2, section.single-quote.bg-blue h3 {
    color: #fff; }
  @media screen and (max-width: 768px) {
    section.single-quote {
      padding: 3.125em 15px; } }

section.three-block-no-image {
  margin-top: 3.125em; }

/*==video pupup*/
.popup-video-play {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .popup-video-play .material-icons {
    font-size: 80px;
    cursor: pointer;
    opacity: 0.5;
    color: #fff;
    position: relative;
    z-index: 99; }
    .popup-video-play .material-icons:hover {
      opacity: 1; }
  .popup-video-play .prev, .popup-video-play .next {
    display: none; }

.has-title .popup-video-play {
  left: 75%; }
@media screen and (max-width: 991px) {
  .has-title .popup-video-play {
    top: 80%; } }
@media screen and (max-width: 575px) {
  .has-title .popup-video-play {
    left: 80%;
    top: 77%; } }

#popup-video {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.50s ease;
  transition: opacity 0.50s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  max-width: 0;
  max-height: 0; }

#popup-video.open {
  visibility: visible;
  z-index: 99999;
  opacity: 1;
  max-width: 100%;
  max-height: 100%; }
  #popup-video.open .popup-video-close {
    cursor: pointer; }
    #popup-video.open .popup-video-close .material-icons {
      color: #fff;
      font-size: 60px;
      opacity: 0.5; }
      #popup-video.open .popup-video-close .material-icons:hover {
        opacity: 1; }

#popup-video .popup-video-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

#popup-video {
  display: flex;
  justify-content: center;
  align-items: center; }

#popup-video .iframe-wrapper {
  position: absolute;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-flex; }
  #popup-video .iframe-wrapper iframe {
    min-width: 70vw;
    min-height: 40.1vw;
    max-height: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  #popup-video .iframe-wrapper #popup-image, #popup-video .iframe-wrapper #popup-video-internal {
    max-width: 70vw;
    max-height: 40.1vw;
    width: auto;
    height: auto; }
  #popup-video .iframe-wrapper.video #popup-image, #popup-video .iframe-wrapper.video #popup-video-internal {
    display: none; }
  #popup-video .iframe-wrapper.image #popup-video-player, #popup-video .iframe-wrapper.image #popup-video-internal {
    display: none; }
  #popup-video .iframe-wrapper.internal-video #popup-video-player, #popup-video .iframe-wrapper.internal-video #popup-image {
    display: none; }

#popup-video .iframe-wrapper .popup-video-close {
  position: absolute;
  top: -60px;
  right: -60px; }

section.map-section .container {
  position: relative;
  z-index: 1; }
section.map-section .heading-container {
  margin-bottom: 3.125em; }
section.map-section .bg-pattern.top {
  top: -100px; }

section.single-image {
  /*if side block*/ }
  section.single-image .heading-container {
    margin-bottom: 3.125em; }
  section.single-image .placeholder {
    padding-top: 60%;
    width: 100%; }
  section.single-image .placeholder-wrapper {
    position: relative; }
    section.single-image .placeholder-wrapper ul {
      position: absolute;
      bottom: 0px;
      left: 20px;
      padding-left: 0;
      list-style: none; }
      section.single-image .placeholder-wrapper ul li {
        position: relative;
        display: inline-block;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out; }
        section.single-image .placeholder-wrapper ul li a {
          display: block;
          text-decoration: none;
          padding: 5px 15px 0px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px;
          font-size: 20px;
          font-weight: 500;
          background-color: #fff;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          section.single-image .placeholder-wrapper ul li a.coming-soon {
            pointer-events: none; }
        section.single-image .placeholder-wrapper ul li .soon-msg {
          color: #fff;
          font-size: 10px;
          font-weight: 600;
          z-index: 1;
          width: 90px;
          height: 20px;
          text-align: center;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: 0;
          transform: translateY(0px);
          visibility: hidden;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          padding: 5px;
          text-transform: uppercase; }
      section.single-image .placeholder-wrapper ul.hover li {
        opacity: 0.3; }
      section.single-image .placeholder-wrapper ul.hover li:hover {
        opacity: 1; }
        section.single-image .placeholder-wrapper ul.hover li:hover .soon-msg {
          transform: translateY(-18px);
          visibility: visible;
          z-index: -1; }
  section.single-image.has-side-block .wrapper {
    overflow: hidden; }
    section.single-image.has-side-block .wrapper .image-placeholder {
      position: relative; }
      section.single-image.has-side-block .wrapper .image-placeholder img {
        visibility: hidden; }
      section.single-image.has-side-block .wrapper .image-placeholder .bg-pattern {
        position: absolute;
        z-index: 99;
        top: 50%;
        left: 0;
        max-width: 200px;
        max-height: 200px;
        width: 20vw;
        height: 20vw;
        transform: translate(-50%, -50%); }
    section.single-image.has-side-block .wrapper .size-1 {
      color: #D22727; }
      section.single-image.has-side-block .wrapper .size-1 span {
        color: #EA6060;
        display: block; }
  @media screen and (min-width: 768px) {
    section.single-image.Left .col-md-7, section.single-image .left .col-md-7 {
      -ms-flex-order: 2;
      order: 2; }
    section.single-image.Left .col-md-5, section.single-image .left .col-md-5 {
      -ms-flex-order: 1;
      order: 1; } }
  @media screen and (max-width: 991px) {
    section.single-image.has-side-block .bg-pattern {
      display: none; }
    section.single-image.has-side-block .wrapper .col-lg-5 {
      padding: 3.125em 15px; } }
  @media screen and (max-width: 768px) {
    section.single-image .placeholder {
      margin-bottom: 3.125em;
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-bottom: 15px; }
    section.single-image .placeholder-wrapper ul {
      padding-top: 50px;
      padding-left: 15px;
      padding-right: 15px;
      position: absolute;
      top: auto;
      bottom: -15px;
      left: -15px;
      width: calc(100% + 30px);
      margin-top: 20px;
      margin-bottom: 0;
      white-space: nowrap;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
      section.single-image .placeholder-wrapper ul li {
        display: inline-block;
        left: 0 !important;
        top: 0 !important; }
        section.single-image .placeholder-wrapper ul li img {
          display: none; }
        section.single-image .placeholder-wrapper ul li a {
          margin-bottom: 0;
          min-width: 112px;
          text-align: center; } }
  @media (pointer: none), (pointer: coarse) {
    section.single-image .placeholder-wrapper {
      overflow: hidden; }
      section.single-image .placeholder-wrapper ul::-webkit-scrollbar {
        height: 0;
        width: 0;
        display: none !important; } }

.alt-text {
  font-size: 12px;
  position: relative;
  margin-top: 12px;
  margin-left: 34px; }
  .alt-text:before {
    content: '';
    position: absolute;
    left: -14px;
    bottom: 0;
    width: 4px;
    height: 100px; }

/*==contact*/
section.inner-form-container {
  padding-top: 100px; }
  section.inner-form-container .contact-info {
    padding: 3.125em 0 0 0;
    list-style: none; }
    section.inner-form-container .contact-info li {
      position: relative;
      padding-left: 25px;
      display: block; }
      section.inner-form-container .contact-info li:not(:last-child) {
        margin-bottom: 10px; }
      section.inner-form-container .contact-info li span {
        position: absolute;
        left: 0;
        top: 4px;
        font-weight: bold;
        font-size: 12px; }
      section.inner-form-container .contact-info li a {
        color: #9B9B9B;
        text-decoration: none; }
  section.inner-form-container .social {
    margin-top: 3.125em;
    padding: 0;
    list-style: none; }
    section.inner-form-container .social li {
      display: inline-block;
      margin-right: 5px; }
      section.inner-form-container .social li:first-child {
        margin-right: 30px;
        font-size: 12px;
        font-weight: 500;
        color: #212721;
        text-transform: uppercase; }
      section.inner-form-container .social li a {
        width: 40px;
        height: 40px;
        display: block;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none; }
        section.inner-form-container .social li a i {
          font-size: 16px;
          color: #fff; }
  section.inner-form-container .form-container {
    margin-top: 6.25em; }
  section.inner-form-container .description {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 50px;
    margin-top: 80px; }
  section.inner-form-container .form-group {
    margin-bottom: 15px;
    position: relative; }
    section.inner-form-container .form-group .fas {
      position: absolute;
      right: 20px;
      top: 15px;
      color: #EA6060;
      opacity: 0; }
  section.inner-form-container form .form-control {
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
    padding: 15px 20px 13px;
    outline-style: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    height: auto;
    color: #212721 !important; }
    section.inner-form-container form .form-control:focus:invalid, section.inner-form-container form .form-control._has_error {
      border: 1px solid #EA6060; }
      section.inner-form-container form .form-control:focus:invalid ~ .fas, section.inner-form-container form .form-control._has_error ~ .fas {
        opacity: 1; }
    section.inner-form-container form .form-control.visited:not(:focus):invalid, section.inner-form-container form .form-control._has_error {
      border: 1px solid #EA6060; }
      section.inner-form-container form .form-control.visited:not(:focus):invalid ~ .fas, section.inner-form-container form .form-control._has_error ~ .fas {
        opacity: 1; }
  section.inner-form-container ._error {
    display: none; }
  section.inner-form-container textarea.form-control {
    height: 250px; }
  section.inner-form-container ._form-thank-you {
    color: #43B02A; }
  section.inner-form-container ._error-inner {
    color: #EA6060; }
  section.inner-form-container .form-control:focus {
    box-shadow: none !important;
    border-color: #F9F9F9;
    outline: 0; }
  section.inner-form-container .btn-submit {
    height: 50px;
    min-width: 110px; }
    section.inner-form-container .btn-submit .material-icons {
      position: absolute;
      top: 13px;
      right: 25px;
      display: none; }
      section.inner-form-container .btn-submit .material-icons.sending {
        display: block;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-name: scrollSide; }
  section.inner-form-container .successfully-sent .message-sent span {
    display: inline-block !important;
    font-style: italic;
    font-size: 14px; }
  section.inner-form-container .successfully-sent .form-group .fas {
    opacity: 0 !important; }
  section.inner-form-container .successfully-sent .form-control {
    border: 1px solid #F9F9F9 !important; }
  section.inner-form-container #error-message {
    font-size: 14px;
    display: none; }
  section.inner-form-container .message-sent span {
    margin-top: 18px;
    display: none; }
  section.inner-form-container #error-message.show {
    display: block; }
  section.inner-form-container ::placeholder {
    color: #8D8D8D !important; }
  section.inner-form-container ::-moz-placeholder {
    /* Firefox 19+ */
    color: #8D8D8D !important; }
  section.inner-form-container :-ms-input-placeholder {
    /* IE 10+ */
    color: #8D8D8D !important; }
  section.inner-form-container :-moz-placeholder {
    /* Firefox 18- */
    color: #8D8D8D !important; }
  @media screen and (max-width: 768px) {
    section.inner-form-container {
      padding-top: 60px; }
      section.inner-form-container .inner-form-wrapper {
        margin-top: 40px; }
      section.inner-form-container .message-sent span {
        margin-bottom: 20px;
        width: 100%; }
      section.inner-form-container .form-container {
        margin-top: 3.125em; } }

/*==gallery*/
section.gallery-item .tag-section {
  display: none;
  margin-bottom: 1.5em; }
  section.gallery-item .tag-section ul {
    display: none;
    margin: 0;
    padding: 0; }
    section.gallery-item .tag-section ul li {
      margin-bottom: 10px; }
    section.gallery-item .tag-section ul li:not(:last-child) {
      margin-right: 10px; }
section.gallery-item .filter-selected {
  margin-bottom: 1.5em;
  background-color: #D8D8D8;
  padding: 10px; }
  section.gallery-item .filter-selected ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600; }
    section.gallery-item .filter-selected ul li:not(:last-child) {
      margin-right: 10px; }
    section.gallery-item .filter-selected ul .material-icons {
      margin-top: -5px;
      margin-left: 5px;
      font-size: 14px;
      font-weight: 600; }
section.gallery-item .heading-container {
  margin-bottom: 2.5em;
  justify-content: center; }
  section.gallery-item .heading-container h1, section.gallery-item .heading-container h2, section.gallery-item .heading-container h3 {
    margin-bottom: 0;
    align-self: center; }
  section.gallery-item .heading-container .size-1 .material-icons {
    font-size: 25px;
    float: left;
    margin-top: 3px;
    margin-right: 25px;
    color: #EA6060; }
  section.gallery-item .heading-container .inner-content {
    position: relative;
    width: 100%; }
    section.gallery-item .heading-container .inner-content .line {
      position: absolute;
      bottom: -15px;
      width: 100%;
      height: 1px;
      left: 0;
      border-top: 1px solid #D8D8D8; }
  section.gallery-item .heading-container .right {
    display: inline-flex;
    margin-top: -10px; }
section.gallery-item .content-wrapper {
  border: 1px solid #F1F1F1;
  position: relative;
  background-color: #fff;
  width: 100%;
  margin-bottom: 0px; }
  section.gallery-item .content-wrapper .popup-video-play {
    position: relative; }
  section.gallery-item .content-wrapper .content {
    padding: 20px; }
    section.gallery-item .content-wrapper .content .size-4 {
      color: #212721; }
    section.gallery-item .content-wrapper .content .inner-content {
      margin: 15px 0 0px;
      color: #9B9B9B; }
  section.gallery-item .content-wrapper .placeholder {
    min-height: 250px;
    position: relative;
    overflow: hidden; }
    section.gallery-item .content-wrapper .placeholder i {
      font-size: 60px !important;
      color: #fff;
      opacity: 0.8;
      position: relative;
      z-index: 999; }
      section.gallery-item .content-wrapper .placeholder i:hover {
        opacity: 1; }
    section.gallery-item .content-wrapper .placeholder .inner-image {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      section.gallery-item .content-wrapper .placeholder .inner-image:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: #212721;
        width: 100%;
        height: 100%;
        opacity: 0.1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      section.gallery-item .content-wrapper .placeholder .inner-image.portrait {
        background-position: top left !important; }
    section.gallery-item .content-wrapper .placeholder:hover .inner-image {
      transform: scale(1.2); }
      section.gallery-item .content-wrapper .placeholder:hover .inner-image:after {
        opacity: 0.7; }
section.gallery-item .gallery-grid-container {
  margin-bottom: -30px; }
  section.gallery-item .gallery-grid-container .col-md-4 {
    margin-bottom: 30px; }
    section.gallery-item .gallery-grid-container .col-md-4 .size-4 {
      position: absolute;
      color: #fff;
      text-transform: uppercase;
      left: 20px;
      bottom: 0px;
      width: calc(100% - 40px); }
  section.gallery-item .gallery-grid-container .col-md-3 {
    margin-bottom: 30px; }
@media screen and (min-width: 991px) {
  section.gallery-item .heading-container .btn-gray {
    width: 150px;
    margin-left: 10px; }
  section.gallery-item .tag-section ul {
    margin-bottom: -10px; } }
@media screen and (min-height: 768px) {
  section.gallery-item .heading-container .flex-item {
    margin-left: 10px; } }
@media screen and (max-width: 768px) {
  section.gallery-item .heading-container {
    text-align: center;
    justify-content: center; }
    section.gallery-item .heading-container .right {
      display: inline; } }

body.Gallery section.gallery-item, body.Album section.gallery-item {
  padding-bottom: 9.375em; }
@media screen and (max-width: 768px) {
  body.Gallery .gallery-grid-container .col-md-4, body.Album .gallery-grid-container .col-md-4 {
    margin-bottom: 15px; } }

body.Album section.gallery-item .content-wrapper .placeholder, body.BlogItem section.gallery-item .content-wrapper .placeholder {
  min-height: 182px; }
body.Album #popup-video, body.BlogItem #popup-video {
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center; }
  body.Album #popup-video .iframe-wrapper, body.BlogItem #popup-video .iframe-wrapper {
    position: relative;
    max-width: 70vw;
    max-height: 40.1vw;
    left: auto;
    top: auto;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
    opacity: 0; }
  body.Album #popup-video.animate .iframe-wrapper, body.BlogItem #popup-video.animate .iframe-wrapper {
    opacity: 1; }
  body.Album #popup-video #popup-video-player, body.BlogItem #popup-video #popup-video-player {
    padding-bottom: 1px; }
  body.Album #popup-video #popup-video-player, body.Album #popup-video #popup-image, body.Album #popup-video #popup-video, body.BlogItem #popup-video #popup-video-player, body.BlogItem #popup-video #popup-image, body.BlogItem #popup-video #popup-video {
    border: 1px solid #fff; }
  body.Album #popup-video .popup-video-close, body.BlogItem #popup-video .popup-video-close {
    right: 0;
    top: -30px;
    display: flex;
    align-items: center; }
    body.Album #popup-video .popup-video-close span, body.BlogItem #popup-video .popup-video-close span {
      display: inline-block !important;
      color: #fff;
      padding-top: 5px;
      font-size: 14px;
      font-weight: 600;
      font-family: 'Calibre';
      text-transform: uppercase; }
    body.Album #popup-video .popup-video-close .material-icons, body.BlogItem #popup-video .popup-video-close .material-icons {
      opacity: 1;
      font-size: 16px;
      color: #fff;
      margin-left: 10px; }
  body.Album #popup-video .progress-content, body.BlogItem #popup-video .progress-content {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    color: #FFFFFF;
    font-family: Calibre;
    font-size: 12px; }
  body.Album #popup-video .prev, body.Album #popup-video .next, body.BlogItem #popup-video .prev, body.BlogItem #popup-video .next {
    position: absolute;
    display: block;
    top: calc(50% - 40px);
    z-index: 9;
    cursor: pointer; }
    body.Album #popup-video .prev .material-icons, body.Album #popup-video .next .material-icons, body.BlogItem #popup-video .prev .material-icons, body.BlogItem #popup-video .next .material-icons {
      color: #fff;
      font-size: 40px; }
  body.Album #popup-video .prev, body.BlogItem #popup-video .prev {
    left: -90px; }
  body.Album #popup-video .next, body.BlogItem #popup-video .next {
    right: -90px; }
@media screen and (max-width: 575px) {
  body.Album .gallery-grid-container .item, body.BlogItem .gallery-grid-container .item {
    margin-bottom: 15px; }
  body.Album #popup-video .prev, body.BlogItem #popup-video .prev {
    left: -40px;
    top: 45%; }
  body.Album #popup-video .next, body.BlogItem #popup-video .next {
    right: -40px;
    top: 45%; } }

body.BlogItem section.gallery-item .content-wrapper .placeholder {
  min-height: 169px; }
body.BlogItem .latest-news.bg-white {
  border-top: 1px solid #9B9B9B; }
@media screen and (max-width: 768px) {
  body.BlogItem .blog-single-image {
    padding-top: 0; }
    body.BlogItem .blog-single-image .image-placeholder-icon {
      margin-left: -15px;
      width: calc(100% + 30px); }
    body.BlogItem .blog-single-image a.back {
      display: none !important;
      max-width: 124px;
      margin-left: -15px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 18px 19px;
      color: #fff;
      height: 50px; }
      body.BlogItem .blog-single-image a.back .material-icons {
        position: relative;
        left: initial;
        top: initial;
        padding-right: 10px; } }

#download-form {
  display: none !important; }

/*section grid block*/
/*
== picture block
*/
section.grid-block.bg-gradient {
  background-image: linear-gradient(#fff, #f1f1f1); }
section.grid-block .col-md-4 {
  border: 10px solid #fff;
  min-height: 320px;
  text-align: center;
  position: relative; }
section.grid-block .col-md-4:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3); }
section.grid-block .content {
  padding: 25px;
  margin: 0 auto;
  position: relative; }
section.grid-block .content .title {
  font-size: 85px;
  color: #fff; }
  section.grid-block .content .title small {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    display: block; }
section.grid-block .content .description {
  color: #fff;
  font-size: 20px;
  margin-top: 1.5em;
  margin-bottom: 0; }
@media screen and (max-width: 575px) {
  section.grid-block .col-md-4 {
    border: 15px solid #fff;
    border-top: 0px; }
    section.grid-block .col-md-4:first-child {
      border-top: 15px; } }

/*section testimonial*/
section.testimonials .outer-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  section.testimonials .outer-wrapper .owl-theme .owl-nav {
    display: none; }
  section.testimonials .outer-wrapper .owl-theme .owl-stage {
    display: inline-flex; }
  section.testimonials .outer-wrapper .owl-theme .owl-dots {
    margin-top: 0;
    transform: translateY(-100%);
    text-align: left; }
    section.testimonials .outer-wrapper .owl-theme .owl-dots .owl-dot {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      padding: 4px;
      background-color: transparent;
      border: 1px solid rgba(0, 0, 0, 0);
      margin-right: 3px; }
      section.testimonials .outer-wrapper .owl-theme .owl-dots .owl-dot span {
        height: 6px;
        width: 6px;
        padding: 0;
        margin: 0;
        background-color: #E5E5E5; }
      section.testimonials .outer-wrapper .owl-theme .owl-dots .owl-dot.active, section.testimonials .outer-wrapper .owl-theme .owl-dots .owl-dot:hover {
        border: 1px solid #E5E5E5; }
      section.testimonials .outer-wrapper .owl-theme .owl-dots .owl-dot:focus {
        outline-style: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
section.testimonials .testimonial-wrapper .content-wrapper {
  position: relative; }
section.testimonials .testimonial-wrapper .description {
  margin-bottom: 30px;
  display: block;
  text-transform: none; }
section.testimonials .testimonial-wrapper .by {
  font-weight: normal;
  display: block;
  text-align: right; }
section.testimonials .testimonial-wrapper .owl-item, section.testimonials .testimonial-wrapper .cloned {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
section.testimonials .testimonial-wrapper .owl-item.active {
  opacity: 1; }
section.testimonials .image-placeholder {
  width: 100%;
  padding-top: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  section.testimonials .image-placeholder img {
    object-fit: cover;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    min-height: 100%;
    min-width: 100%; }
    section.testimonials .image-placeholder img.active {
      opacity: 1; }
section.testimonials .owl-item.active .image-placeholder img {
  opacity: 1; }
@media screen and (max-width: 768px) {
  section.testimonials {
    text-align: center; }
    section.testimonials .col-md-7 {
      padding: 0; }
      section.testimonials .col-md-7 .heading-container, section.testimonials .col-md-7 .testimonial-wrapper {
        padding: 0 15px; }
      section.testimonials .col-md-7 .heading-container .size-3 {
        margin-bottom: 10px; }
    section.testimonials .testimonial-wrapper {
      text-align: center; }
      section.testimonials .testimonial-wrapper .content-wrapper {
        padding: 0 !important; }
        section.testimonials .testimonial-wrapper .content-wrapper .description {
          font-weight: 500;
          margin-bottom: 1.25em;
          font-size: 4.8vmin; }
        section.testimonials .testimonial-wrapper .content-wrapper .by {
          text-align: center; }
    section.testimonials .outer-wrapper .owl-theme .owl-dots {
      margin-top: 40px;
      transform: none;
      text-align: center; }
    section.testimonials .image-placeholder {
      overflow: hidden;
      max-width: 50%;
      padding-top: 50%;
      margin: 0 auto 15px; } }

/*==video section*/
section.video-section .placeholder {
  position: relative;
  z-index: 9;
  width: 100%;
  padding-top: 57%; }
  section.video-section .placeholder .play-pause {
    position: absolute;
    margin: 10px auto;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    pointer-events: none; }
    section.video-section .placeholder .play-pause i {
      color: #fff; }
  section.video-section .placeholder.no-video:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #212721;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none; }
  section.video-section .placeholder.playing:before {
    opacity: 0; }
  section.video-section .placeholder.playing .play-pause {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
section.video-section .inner-content {
  margin-top: 1.25em;
  margin-bottom: 1.25em; }
section.video-section video, section.video-section iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0; }
@media screen and (min-width: 768px) {
  section.video-section.Right .col-md-7, section.video-section .right .col-md-7 {
    -ms-flex-order: 2;
    order: 2; }
  section.video-section.Right .col-md-1, section.video-section .right .col-md-1 {
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 575px) {
  section.video-section .placeholder {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 15px;
    padding-top: 60%; } }

/*subscription*/
section.update {
  position: relative;
  padding: 100px 0;
  /*&:after {
    content: '';
    width: 100%;
    height: 50%;
    background-color: $color_bg_gray;
    position: absolute;
    left: 0;
    bottom: 0;
  }*/ }
  section.update .subscription-form {
    margin-top: 3.125em;
    display: block; }
    section.update .subscription-form label.steps {
      font-size: 0.75em;
      line-height: 1.5em;
      position: absolute;
      right: 130px;
      top: 50%;
      transform: translateY(-50%);
      width: 28px; }
    section.update .subscription-form input, section.update .subscription-form input:focus, section.update .subscription-form button:focus, section.update .subscription-form button {
      outline-style: none !important;
      border-color: transparent !important;
      box-shadow: none !important;
      background-color: transparent !important; }
    section.update .subscription-form input {
      padding: 13px 40px 13px 20px;
      height: auto;
      font-size: 16px;
      border-radius: 0; }
    section.update .subscription-form .input-group {
      position: relative;
      border: none;
      border-bottom-width: 4px; }
      section.update .subscription-form .input-group button {
        width: 120px;
        height: calc(100% - 3px);
        margin-top: 2px;
        overflow: hidden;
        position: relative; }
        section.update .subscription-form .input-group button:before {
          position: absolute;
          content: '';
          left: -22px;
          top: -1px;
          width: 123%;
          height: 100%;
          transform: skewX(-40deg);
          z-index: -1; }
        section.update .subscription-form .input-group button:hover:before {
          color: #fff !important; }
        section.update .subscription-form .input-group button div i {
          padding-right: 10px;
          margin-top: 5px;
          color: #fff;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          section.update .subscription-form .input-group button div i.sending {
            animation-duration: 1.5s;
            animation-iteration-count: infinite;
            animation-name: scrollSide;
            animation-direction: reverse; }
      section.update .subscription-form .input-group button:hover i {
        color: #fff; }
      section.update .subscription-form .input-group ._error {
        display: none !important; }
    section.update .subscription-form .input-group-append {
      position: relative;
      z-index: 4;
      margin: -3px; }
    section.update .subscription-form .input-group:after {
      content: '';
      position: absolute;
      width: 0%;
      left: 0;
      bottom: 0px;
      height: 2px;
      background-color: #43B02A;
      -webkit-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -ms-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      transition: all 1s ease-out; }
    section.update .subscription-form .form-group {
      position: relative;
      /*
      &:before {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        left: -10px;
        top: -10px;
        //background-color: $color_blue_light;
        border: 10px solid transparent;
        //border-top-color: $color_blue_light;
        transform: rotate(135deg);
        z-index: 9;
      }
      */ }
    section.update .subscription-form .form-group.error .input-group:after {
      background-color: #EA6060; }
    section.update .subscription-form .form-group.error input {
      border-bottom: 1px solid #EA6060 !important; }
      section.update .subscription-form .form-group.error input::placeholder {
        color: #EA6060; }
    section.update .subscription-form .form-group.error label.steps {
      color: #EA6060; }
    section.update .subscription-form .hidefield {
      position: absolute;
      z-index: -11111;
      opacity: 0; }
    section.update .subscription-form .form-group.step2 .input-group:after {
      width: 0%; }
    section.update .subscription-form .form-group.step2.animate .input-group:after {
      width: 25%; }
    section.update .subscription-form .form-group.step3 .input-group:after {
      width: 25%; }
    section.update .subscription-form .form-group.step3.animate .input-group:after {
      width: 50%; }
    section.update .subscription-form .form-group.step3.valid .input-group:after {
      width: 50%; }
    section.update .subscription-form .form-group.step4 .input-group:after {
      width: 50%; }
    section.update .subscription-form .form-group.step4.animate .input-group:after {
      width: 75%; }
    section.update .subscription-form .form-group.step4.valid.animate .input-group:after {
      width: 100%; }
    section.update .subscription-form .form-group.error .input-group {
      border-color: #ff4d54; }
    section.update .subscription-form ._form-thank-you {
      color: #43B02A;
      font-size: 0.75em;
      text-transform: uppercase;
      letter-spacing: 0.075em;
      font-weight: 700;
      display: none; }
    section.update .subscription-form.successfully-sent ._form-thank-you {
      display: block; }
  section.update.bg-white input.form-control {
    background-color: #F4F4F4 !important; }
  section.update.bg-gray .subscription-form input:focus, section.update.bg-gray .subscription-form input:active {
    background-color: #fff !important; }
  section.update.bg-primary-light-color .outer-wrapper > .container {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
    position: relative; }
    section.update.bg-primary-light-color .outer-wrapper > .container:before {
      position: absolute;
      content: '';
      border: 3em solid transparent;
      border-top-color: #fff;
      left: -3.1em;
      top: -3.1em;
      transform: rotate(135deg);
      z-index: -1; }
    section.update.bg-primary-light-color .outer-wrapper > .container:after {
      position: absolute;
      content: '';
      bottom: -3.1em;
      right: -3.1em;
      transform: rotate(-45deg);
      z-index: -1; }
    section.update.bg-primary-light-color .outer-wrapper > .container .subscription-form input {
      background-color: #fff !important; }
  @media screen and (max-width: 991px) {
    section.update .subscription-form {
      margin-top: 1.25em; }
    section.update.bg-primary-light-color .outer-wrapper > .container {
      -webkit-background-size: 50vmin;
      background-size: 50vmin; }
      section.update.bg-primary-light-color .outer-wrapper > .container:after {
        display: none; } }
  @media screen and (max-width: 575px) {
    section.update .subscription-form .form-group {
      overflow: visible; }
      section.update .subscription-form .form-group label.steps {
        left: 0px;
        top: 115%;
        font-size: 14px;
        width: 30px;
        transform: none; }
      section.update .subscription-form .form-group .input-group input {
        padding: 13px 20px; }
      section.update .subscription-form .form-group .input-group .input-group-append .steps {
        display: none !important; }
      section.update .subscription-form .form-group .input-group button {
        width: 70px; }
        section.update .subscription-form .form-group .input-group button:before {
          left: -20px;
          width: 145%; }
        section.update .subscription-form .form-group .input-group button i {
          padding-right: 0; }
    section.update.bg-primary-light-color .outer-wrapper > .container:before {
      position: absolute;
      content: '';
      border: 2.0em solid transparent;
      border-top-color: #fff;
      left: -2.1em;
      top: -2.1em;
      transform: rotate(135deg);
      z-index: -1; }
    section.update.bg-primary-light-color .outer-wrapper > .container:after {
      position: absolute;
      content: '';
      border: 2em solid transparent;
      border-top-color: #F4F4F4;
      bottom: -2.1em;
      right: -2.1em;
      transform: rotate(-45deg);
      z-index: -1; } }

/*==team*/
/*==latest-news*/
section.team-section .heading-container {
  margin-bottom: 2.5em;
  justify-content: center; }
  section.team-section .heading-container h1, section.team-section .heading-container h2, section.team-section .heading-container h3 {
    margin-bottom: 0; }
  section.team-section .heading-container .inner-content {
    position: relative;
    width: 100%; }
    section.team-section .heading-container .inner-content .line {
      position: absolute;
      bottom: -15px;
      width: 100%;
      height: 1px;
      left: 0;
      border-top: 1px solid #D8D8D8; }
  section.team-section .heading-container .right {
    display: inline-flex;
    margin-top: -10px; }
section.team-section .content-wrapper {
  position: relative;
  width: 100%; }
  section.team-section .content-wrapper .popup-video-play {
    position: relative; }
  section.team-section .content-wrapper .content {
    padding: 16px 16px 16px 0px; }
    section.team-section .content-wrapper .content .size-4 {
      text-transform: none;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      color: #212721; }
    section.team-section .content-wrapper .content .inner-content {
      margin: 15px 0 0px; }
    section.team-section .content-wrapper .content a {
      color: #9B9B9B;
      text-decoration: none;
      display: block;
      font-size: 14px;
      margin-top: 5px; }
      section.team-section .content-wrapper .content a span {
        color: #212721;
        font-size: 14px;
        font-weight: 500;
        padding-right: 5px;
        font-size: 12px;
        line-height: 16px; }
      section.team-section .content-wrapper .content a:last-child span {
        color: #4CB6E6;
        font-weight: normal; }
  section.team-section .content-wrapper .team-info {
    margin-top: -43px; }
    section.team-section .content-wrapper .team-info .btn-primary {
      padding: 15px 20px;
      font-size: 12px;
      justify-content: left;
      font-weight: 500 !important; }
      section.team-section .content-wrapper .team-info .btn-primary:before {
        width: 140%;
        left: auto;
        right: -9px;
        min-width: auto;
        background-color: #4CB6E6; }
  section.team-section .content-wrapper .more {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-decoration: none; }
    section.team-section .content-wrapper .more i {
      color: #fff !important;
      margin-left: 10px;
      font-size: 20px;
      opacity: 1; }
  section.team-section .content-wrapper .image-placeholder {
    min-height: 320px;
    position: relative;
    overflow: hidden; }
    section.team-section .content-wrapper .image-placeholder i {
      font-size: 60px !important;
      color: #fff;
      opacity: 0.8;
      position: relative;
      z-index: 999; }
      section.team-section .content-wrapper .image-placeholder i:hover {
        opacity: 1; }
    section.team-section .content-wrapper .image-placeholder .inner-image {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      section.team-section .content-wrapper .image-placeholder .inner-image:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      section.team-section .content-wrapper .image-placeholder .inner-image.portrait {
        background-position: top left !important; }
    section.team-section .content-wrapper .image-placeholder:hover .inner-image {
      transform: scale(1.2); }
      section.team-section .content-wrapper .image-placeholder:hover .inner-image:after {
        opacity: 0.5; }
section.team-section .blog-grid-container {
  margin-bottom: -30px; }
  section.team-section .blog-grid-container .col-md-4 {
    margin-bottom: 30px; }
@media screen and (min-width: 991px) {
  section.team-section {
    margin-bottom: -1.5rem; } }
@media screen and (min-width: 991px) {
  section.team-section .sm-carousel > .row {
    width: 103.3%; }
    section.team-section .sm-carousel > .row .content-wrapper {
      width: 97%; }
  section.team-section .heading-container .btn-gray {
    width: 150px;
    margin-left: 10px; }
  section.team-section .heading-container h3, section.team-section .heading-container h2 {
    max-width: 60%; }
  section.team-section .tag-section ul {
    margin-bottom: -10px; } }
@media screen and (min-height: 768px) {
  section.team-section .heading-container .flex-item {
    margin-left: 10px; } }
@media screen and (max-width: 768px) {
  section.team-section .heading-container .right {
    display: inline; }
  section.team-section .heading-container .btn {
    display: none; }
  section.team-section .sm-carousel {
    width: 100vw; }
    section.team-section .sm-carousel .row {
      flex-flow: row nowrap;
      overflow-x: scroll;
      overflow-y: hidden; }
      section.team-section .sm-carousel .row .content-wrapper {
        min-width: 60vmin; } }
@media screen and (max-width: 768px) and (hover: hover) {
  section.team-section .sm-carousel {
    width: 100vw; }
    section.team-section .sm-carousel .row {
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      section.team-section .sm-carousel .row::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      section.team-section .sm-carousel .row::-webkit-scrollbar-track {
        background: #E5E5E5; }
      section.team-section .sm-carousel .row::-webkit-scrollbar-thumb {
        background: #9B9B9B; }
      section.team-section .sm-carousel .row::-webkit-scrollbar-thumb:hover {
        background: #9B9B9B; } }

/*section==team-popup*/
.team-popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%; }
  .team-popup .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #212721;
    opacity: 0.9; }
  .team-popup.active {
    display: flex;
    justify-content: center;
    align-items: center; }
  .team-popup .title-wrap {
    margin-bottom: 20px; }
    .team-popup .title-wrap .item-title {
      margin-top: 2px;
      display: block; }
  .team-popup .detail {
    background-color: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; }
  .team-popup .close {
    position: absolute;
    top: -35px;
    right: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-size-adjust: none;
    opacity: 1;
    font-weight: normal; }
  .team-popup .photo {
    padding-right: 0;
    display: flex; }
    .team-popup .photo .image-placeholder {
      width: 100%;
      min-height: 350px; }
  .team-popup .social-links {
    margin-top: 20px; }
    .team-popup .social-links a {
      text-decoration: none;
      margin-right: 20px; }
      .team-popup .social-links a i {
        color: #4CB6E6;
        font-size: 20px; }
  .team-popup .row {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .team-popup .close {
      right: 15px; } }
  @media screen and (max-width: 768px), screen and (max-height: 650px) {
    .team-popup .container > .row {
      max-height: 80vh;
      overflow-y: auto;
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .team-popup .container > .row::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      .team-popup .container > .row::-webkit-scrollbar-track {
        background: #E5E5E5; }
      .team-popup .container > .row::-webkit-scrollbar-thumb {
        background: #9B9B9B; }
      .team-popup .container > .row::-webkit-scrollbar-thumb:hover {
        background: #9B9B9B; } }

/*==categorylist*/
section.category-list {
  padding-top: 15px;
  padding-bottom: 0; }
  section.category-list ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    overflow-x: scroll;
    white-space: nowrap; }
    section.category-list ul li {
      display: inline-block; }
      section.category-list ul li:first-child {
        margin-left: 15px; }
      section.category-list ul li a {
        padding: 18px;
        text-decoration: none;
        text-transform: uppercase;
        color: #0083C4;
        display: block; }
      section.category-list ul li.active a, section.category-list ul li:hover a {
        background-color: #F4F4F4; }
  @media screen and (max-width: 768px) and (hover: hover) {
    section.category-list ul {
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      section.category-list ul::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      section.category-list ul::-webkit-scrollbar-track {
        background: #E5E5E5; }
      section.category-list ul::-webkit-scrollbar-thumb {
        background: #9B9B9B; }
      section.category-list ul::-webkit-scrollbar-thumb:hover {
        background: #9B9B9B; } }

body.Meeting h4 {
  font-weight: normal;
  margin-bottom: 20px; }
body.Meeting ._error-inner {
  display: none; }
body.Meeting input._has_error {
  border: 1px solid #EA6060; }
body.Meeting .form-group .fas {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #EA6060;
  opacity: 0; }
body.Meeting form-control.visited:not(:focus):invalid ~ .fas {
  opacity: 1; }
body.Meeting ._form-thank-you {
  color: #43B02A !important; }

section.logo-panel {
  /*==owl carousel*/
  /*==left right column*/
  /*==navdisable when nav disabled*/
  /*==two row*/
  /*nav-wrapper*/
  /*==middle*/ }
  section.logo-panel.bg-gray {
    position: relative; }
  section.logo-panel .inner-wrapper {
    text-align: center; }
    section.logo-panel .inner-wrapper .content {
      margin-top: 15px; }
      section.logo-panel .inner-wrapper .content .inner-content {
        max-width: 800px;
        margin: 0 auto; }
  section.logo-panel .logo-panel-wrapper {
    position: relative; }
  section.logo-panel .owl-theme {
    overflow: hidden;
    margin-top: 1.25em; }
    section.logo-panel .owl-theme.half-logo-wrapper {
      max-width: 850px;
      margin-left: auto;
      margin-right: auto; }
    section.logo-panel .owl-theme .item .image-placeholder {
      padding-top: 60%;
      width: 70%;
      margin: 0 auto; }
      section.logo-panel .owl-theme .item .image-placeholder:before, section.logo-panel .owl-theme .item .image-placeholder:after {
        display: none; }
      section.logo-panel .owl-theme .item .image-placeholder img {
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        object-fit: contain; }
    section.logo-panel .owl-theme .owl-nav {
      display: none; }
    section.logo-panel .owl-theme .owl-stage {
      display: inline-flex; }
    section.logo-panel .owl-theme .owl-dots {
      margin-top: 0;
      text-align: left; }
      section.logo-panel .owl-theme .owl-dots .owl-dot {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 6px;
        background-color: transparent;
        border: 1px solid rgba(0, 0, 0, 0);
        margin-right: 3px; }
        section.logo-panel .owl-theme .owl-dots .owl-dot span {
          height: 6px;
          width: 6px;
          padding: 0;
          margin: 0;
          color: #E5E5E5; }
        section.logo-panel .owl-theme .owl-dots .owl-dot.active, section.logo-panel .owl-theme .owl-dots .owl-dot:hover {
          border: 1px solid #E5E5E5; }
        section.logo-panel .owl-theme .owl-dots .owl-dot:focus {
          outline-style: none;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
  section.logo-panel .half-logo-wrapper .item {
    width: 49.6%; }
  section.logo-panel .owl-theme:not(.logo-panel-carousel) .item {
    width: 19.6%;
    display: inline-flex; }
  @media screen and (max-width: 992px) {
    section.logo-panel .owl-theme:not(.logo-panel-carousel) .item {
      width: 24.6%;
      display: inline-flex; } }
  @media screen and (max-width: 769px) {
    section.logo-panel .owl-theme:not(.logo-panel-carousel) .item {
      width: 32.6%;
      display: inline-flex; } }
  @media screen and (max-width: 576px) {
    section.logo-panel .owl-theme:not(.logo-panel-carousel) .item {
      width: 49.5%;
      display: inline-flex; } }
  section.logo-panel .owl-theme.half-logo-wrapper .item {
    width: 31.5%;
    display: inline-flex; }
    section.logo-panel .owl-theme.half-logo-wrapper .item .image-placeholder {
      max-width: 200px; }
      section.logo-panel .owl-theme.half-logo-wrapper .item .image-placeholder img {
        max-height: 85px;
        max-width: 180px; }
    section.logo-panel .owl-theme.half-logo-wrapper .item.gap-1 {
      margin-left: 32.5%; }
    section.logo-panel .owl-theme.half-logo-wrapper .item.gap-2 {
      margin-left: 15.75%; }
  @media screen and (max-width: 992px) {
    section.logo-panel .owl-theme.half-logo-wrapper .item {
      width: 49%; }
      section.logo-panel .owl-theme.half-logo-wrapper .item.gap-1, section.logo-panel .owl-theme.half-logo-wrapper .item.gap-2 {
        margin-left: 0; } }
  @media screen and (max-width: 576px) {
    section.logo-panel .owl-theme.half-logo-wrapper {
      margin-top: 1.25em; }
      section.logo-panel .owl-theme.half-logo-wrapper .item {
        width: 49.5%; } }
  section.logo-panel .owl-theme.two-row .item .image-placeholder:first-of-type {
    margin-bottom: 15px; }
  section.logo-panel #logo-panel-nav-container {
    margin-top: 3.125em; }
    section.logo-panel #logo-panel-nav-container.owl-nav {
      display: flex !important;
      justify-content: center;
      width: 100%;
      left: 0; }
      section.logo-panel #logo-panel-nav-container.owl-nav button {
        margin: 0 5px;
        background-color: transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center; }
        section.logo-panel #logo-panel-nav-container.owl-nav button.disabled {
          opacity: 0.5;
          pointer-events: none; }
  section.logo-panel .logo-panel-wrapper.nav-middle #logo-panel-nav-container {
    position: absolute;
    top: 50%;
    left: 0;
    justify-content: space-between;
    margin-top: 0;
    transform: translateY(-50%);
    width: 120%;
    left: -10%;
    max-width: 100vw; }
  @media screen and (max-width: 1400px) {
    section.logo-panel .logo-panel-wrapper.nav-middle #logo-panel-nav-container {
      width: 110%;
      left: -5%; } }
  @media screen and (max-width: 1281px) {
    section.logo-panel .logo-panel-wrapper.nav-middle {
      width: 100%;
      left: 0; }
      section.logo-panel .logo-panel-wrapper.nav-middle #logo-panel-nav-container {
        width: 100%;
        left: 0%; } }
  @media screen and (max-width: 769px) {
    section.logo-panel .logo-panel-wrapper.nav-middle {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
      section.logo-panel .logo-panel-wrapper.nav-middle #logo-panel-nav-container {
        width: 130%;
        left: -15%; } }
  @media screen and (min-width: 768px) {
    section.logo-panel .inner-wrapper {
      padding: 0 30px; }
    section.logo-panel.content-right.bg-gray:before {
      left: auto;
      right: 0; }
    section.logo-panel.content-right .row > .col-md-6 {
      order: 1; }
    section.logo-panel.content-right .row > .col-md-6:first-of-type {
      order: 2; } }
  @media screen and (max-width: 769px) {
    section.logo-panel.bg-gray {
      background-color: #fff;
      padding-bottom: 0 !important; }
      section.logo-panel.bg-gray .calculator-wrapper {
        background-color: #F4F4F4;
        margin-left: -15px;
        margin-right: -15px;
        padding: 60px 30px; }
    section.logo-panel .size-2 br {
      display: none; } }

section.calculator-block .inner-wrapper .content {
  margin-top: 30px; }
  section.calculator-block .inner-wrapper .content .inner-content {
    max-width: 800px;
    margin: 0 auto; }
@media screen and (min-width: 768px) {
  section.calculator-block.content-right .col-md-6.first {
    order: 2; }
  section.calculator-block.content-right .col-md-6.second {
    order: 1; } }

/*==for calculaor*/
.calculator-wrapper {
  text-align: center; }
  .calculator-wrapper .mcw-back {
    display: none !important; }
  .calculator-wrapper .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 0 !important; }
    .calculator-wrapper .content .map-terms {
      margin-top: 1.25em;
      font-size: 12px;
      line-height: 1.5;
      max-width: 250px;
      text-align: left;
      color: #000; }
  .calculator-wrapper .mcw-wrap_250 {
    width: 100%; }
  .calculator-wrapper .mcw-wrap .mcw-form__block {
    margin-bottom: 15px; }
  .calculator-wrapper .mcw-wrap input.mcw-form__field {
    padding: 10px; }
  .calculator-wrapper .mcw-wrap .mcw-calculate-btn {
    padding: 13px; }
  @media screen and (max-width: 768px) {
    .calculator-wrapper {
      margin-top: 3.125em; }
      .calculator-wrapper .contnet {
        margin-top: 3.125em; } }

.mcw-wrap input.mcw-form__field {
  color: #9B9B9B !important; }

/*==footer*/
footer {
  padding: 50px 0 0;
  width: 100%;
  display: block;
  float: left;
  color: #fff; }
  footer a, footer h5 {
    color: #9B9B9B;
    text-decoration: none; }
    footer a:hover, footer h5:hover {
      color: #9B9B9B !important;
      text-decoration: none; }
  footer .size-3 {
    text-transform: uppercase;
    color: #0083C4; }
  footer .logo-section a {
    line-height: 20px;
    font-size: 14px; }
    footer .logo-section a.address {
      line-height: 24px;
      margin-bottom: 5px;
      display: block; }
  footer .logo-section .phone {
    display: block;
    font-weight: 500;
    color: #365F9F;
    margin-top: 20px; }
  footer .logo-section .email {
    display: block;
    font-weight: 500;
    color: #365F9F;
    margin-top: 20px; }
  footer .logo-section .disclosure {
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px; }
  footer .footer-nav {
    padding: 0;
    list-style: none; }
    footer .footer-nav a {
      display: block;
      text-decoration: none;
      line-height: 32px;
      font-size: 14px;
      margin-bottom: 10px; }
  footer a.facebook {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #9B9B9B;
    text-decoration: none;
    padding-left: 0; }
    footer a.facebook span {
      font-size: 14px;
      color: #9B9B9B; }
      footer a.facebook span:hover {
        color: #fff; }
    footer a.facebook i {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.1);
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      font-size: 14px;
      width: 40px;
      height: 40px;
      text-align: center;
      padding-top: 14px;
      margin-right: 10px; }
  footer h6 {
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: normal; }
  footer .copyright {
    font-size: 0.75em;
    font-weight: 500;
    line-height: 17px;
    color: #fff;
    line-height: 50px; }
  footer .terms {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 4.375em; }
    footer .terms .social {
      padding: 0;
      margin-bottom: 0;
      list-style: none; }
      footer .terms .social li {
        display: inline-block;
        margin-right: 20px; }
        footer .terms .social li a {
          border: 1px solid;
          width: 40px;
          height: 40px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
          footer .terms .social li a i {
            font-size: 20px; }
          footer .terms .social li a:hover {
            color: #fff !important; }
    footer .terms .powered * {
      font-size: 0.75em;
      font-weight: normal;
      line-height: 20px; }
    footer .terms .powered a {
      text-decoration: none;
      font-weight: 500; }
      footer .terms .powered a:hover {
        color: #fff !important; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 4.375em 0; }
      footer .logo-section {
        margin-bottom: 40px; }
        footer .logo-section .social {
          margin-bottom: 0; }
      footer .footer-nav {
        margin-bottom: 40px; }
        footer .footer-nav a {
          margin-bottom: 0; }
      footer h6 {
        margin-top: 20px;
        text-align: center; }
      footer .terms {
        margin-top: 0; }
        footer .terms ul li a {
          padding: 0px 10px; }
        footer .terms .copyright {
          color: #E5E5E5;
          font-size: 0.875em;
          font-weight: normal;
          line-height: 17px;
          float: left; }
          footer .terms .copyright br {
            display: none; }
        footer .terms .powered {
          margin-top: 15px; } }

/*==home*/
body.Home .follow-on-facebook {
  margin-top: 0; }

body.ErrorPage .main, body.Page .main {
  padding: 6.25em 0;
  max-width: 1200px;
  margin: 0 auto; }
  body.ErrorPage .main h1, body.Page .main h1 {
    margin-bottom: 1.5em; }
  body.ErrorPage .main h2, body.Page .main h2 {
    font-weight: normal;
    font-size: 1.8em;
    margin-bottom: 1em; }
  body.ErrorPage .main h2, body.Page .main h2 {
    font-weight: normal;
    font-size: 1.5em;
    margin-bottom: 1em; }
  body.ErrorPage .main .content, body.Page .main .content {
    font-size: 1.25em; }
    body.ErrorPage .main .content p, body.ErrorPage .main .content li, body.ErrorPage .main .content span, body.ErrorPage .main .content em, body.Page .main .content p, body.Page .main .content li, body.Page .main .content span, body.Page .main .content em {
      line-height: 1.5;
      font-size: 16px; }
    body.ErrorPage .main .content a, body.Page .main .content a {
      color: #EA6060; }
    body.ErrorPage .main .content h2, body.Page .main .content h2 {
      margin-top: 1em; }
    body.ErrorPage .main .content h5, body.Page .main .content h5 {
      margin-bottom: 0.5em; }
    body.ErrorPage .main .content b, body.Page .main .content b {
      color: #9B9B9B; }
  body.ErrorPage .main .content-container, body.Page .main .content-container {
    max-width: 800px;
    margin: 0 auto; }
body.ErrorPage.page-Security .main .content-container, body.Page.page-Security .main .content-container {
  /*login page*/
  max-width: 300px;
  margin: 0 auto;
  text-align: center; }
  body.ErrorPage.page-Security .main .content-container h1, body.Page.page-Security .main .content-container h1 {
    margin-bottom: 20px; }
  body.ErrorPage.page-Security .main .content-container .content, body.Page.page-Security .main .content-container .content {
    margin-bottom: 20px; }
  body.ErrorPage.page-Security .main .content-container .btn-toolbar, body.Page.page-Security .main .content-container .btn-toolbar {
    justify-content: center;
    align-items: center; }
  body.ErrorPage.page-Security .main .content-container .message.warning, body.Page.page-Security .main .content-container .message.warning {
    display: none; }
  body.ErrorPage.page-Security .main .content-container .message.bad, body.Page.page-Security .main .content-container .message.bad {
    color: #EA6060; }
  body.ErrorPage.page-Security .main .content-container form .field, body.Page.page-Security .main .content-container form .field {
    margin-bottom: 15px; }
  body.ErrorPage.page-Security .main .content-container form .checkbox input, body.Page.page-Security .main .content-container form .checkbox input {
    vertical-align: middle;
    visibility: hidden;
    cursor: pointer; }
  body.ErrorPage.page-Security .main .content-container form .checkbox label, body.Page.page-Security .main .content-container form .checkbox label {
    cursor: pointer;
    margin-bottom: unset;
    position: relative;
    padding-left: 5px; }
    body.ErrorPage.page-Security .main .content-container form .checkbox label:before, body.Page.page-Security .main .content-container form .checkbox label:before {
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      left: -16px;
      top: 0px; }
    body.ErrorPage.page-Security .main .content-container form .checkbox label:after, body.Page.page-Security .main .content-container form .checkbox label:after {
      content: '';
      position: absolute;
      width: 10px;
      height: 5px;
      left: -14px;
      top: 3px;
      border-top: 0;
      border-right: 0;
      transform: rotate(-45deg);
      opacity: 0; }
  body.ErrorPage.page-Security .main .content-container form .checkbox input:checked + label:after, body.Page.page-Security .main .content-container form .checkbox input:checked + label:after {
    border-color: #fff;
    opacity: 1; }
  body.ErrorPage.page-Security .main .content-container form .text, body.Page.page-Security .main .content-container form .text {
    padding: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    width: 100%; }
    body.ErrorPage.page-Security .main .content-container form .text:focus, body.ErrorPage.page-Security .main .content-container form .text:hover, body.ErrorPage.page-Security .main .content-container form .text:active, body.Page.page-Security .main .content-container form .text:focus, body.Page.page-Security .main .content-container form .text:hover, body.Page.page-Security .main .content-container form .text:active {
      outline-style: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  body.ErrorPage.page-Security .main .content-container form input.text, body.Page.page-Security .main .content-container form input.text {
    border: 1px solid #9B9B9B;
    padding: 15px 20px 13px;
    outline-style: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    height: auto;
    color: #212721 !important; }
  body.ErrorPage.page-Security .main .content-container form .action, body.Page.page-Security .main .content-container form .action {
    width: 100%;
    padding: 15px 10px 10px;
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    body.ErrorPage.page-Security .main .content-container form .action:hover, body.Page.page-Security .main .content-container form .action:hover {
      outline-style: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  body.ErrorPage.page-Security .main .content-container form #ForgotPassword, body.Page.page-Security .main .content-container form #ForgotPassword {
    display: block;
    width: 100%;
    margin-top: 15px; }
@media screen and (max-width: 991px) {
  body.ErrorPage .main, body.Page .main {
    padding: 6.25em 15px; } }

section.search-result-page {
  margin-bottom: 6.25em; }
  section.search-result-page .searchResults article {
    padding-bottom: 3.125em;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 3.125em;
    color: #9B9B9B; }
    section.search-result-page .searchResults article a.readmore {
      color: #0083C4;
      display: block; }
  section.search-result-page #PageNumbers {
    margin-top: 3.125em; }
    section.search-result-page #PageNumbers a {
      color: #0083C4; }

/*==animation */
/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-animated-out {
  z-index: 1; }

.owl-animated-in {
  z-index: 0; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
body {
  position: relative; }

/*for */
@-webkit-keyframes slideInUpLong {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInUpLong {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInUpLong.in-view, .in-view.slideInUpLongT, .in-view-bottom.slideInUpLongB {
  -webkit-animation-name: slideInUpLong;
  animation-name: slideInUpLong; }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(75px);
    transform: translateY(75px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInUp.in-view, .in-view.slideInUpT, .in-view-bottom.slideInUpB {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInRight, .in-view.slideInRight, .in-view-bottom.slideInRightB {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes scrollSide {
  0% {
    opacity: 0;
    transform: translateX(-5px); }
  100% {
    opacity: 1;
    transform: translateX(10px); } }
/* Standard syntax */
@keyframes scrollSide {
  0% {
    opacity: 0;
    transform: translateX(-5px); }
  100% {
    opacity: 1;
    transform: translateX(10px); } }
.delay-0-1 {
  animation-delay: 0.1s, 0.1s; }

.delay-0-2 {
  animation-delay: 0.2s, 0.2s; }

.delay-0-3 {
  animation-delay: 0.3s, 0.3s; }

.delay-0-4 {
  animation-delay: .4s, 0.4s; }

.delay-0-5 {
  animation-delay: 0.5s, 0.5s; }

.delay-0-6 {
  animation-delay: 0.6s, 0.6s; }

.delay-0-7 {
  animation-delay: 0.7s, 0.7s; }

.delay-0-8 {
  animation-delay: 0.8s, 0.8s; }

.delay-0-9 {
  animation-delay: 0.9s, 0.9s; }

.delay-1, .delay-1full, .delay-0-10 {
  animation-delay: 1s, 1s; }

.animation-element:not(.default) {
  opacity: 0; }

.animation-element.in-view:not(.bottom), .animation-element.in-view-bottom {
  opacity: 1;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

section.animation-element > .overlay:before {
  position: absolute;
  content: '';
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
section.animation-element > .overlay.left-out:before {
  right: auto;
  left: 0; }
section.animation-element.in-view > .overlay:before {
  width: 0%; }

/*==customisable*/
section {
  position: relative; }
  section.padding-top {
    padding-top: 6.25em !important; }
  section.padding-bottom {
    padding-bottom: 6.25em !important; }
  section.margin-top {
    margin-top: 6.25em !important; }
  section.margin-top-half {
    margin-top: 3.125em !important; }
  section.margin-bottom {
    margin-bottom: 6.25em !important; }

/*==body-content-wrapper*/
div.body-content-wrapper {
  min-height: calc(100vh - 120px - 415px); }
  div.body-content-wrapper.chat-enabled {
    min-height: calc(100vh - 120px - 463px); }

@media screen and (min-height: 600px) {
  body > .main, body.Blog .latest-news, body.Gallery .gallery-item {
    min-height: calc(100vh - 313px - 150px); } }
@media (min-width: 1200px) {
  .container {
    max-width: 1160px; }
    .container.container-wide {
      max-width: 1320px;
      padding: 0px 15px; }
    .container.container-small {
      max-width: 975px; } }
@media screen and (min-width: 1281px) {
  .container {
    padding: 0; } }
@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%; } }
@media screen and (max-width: 768px) {
  section.padding-top {
    padding-top: 3.125em; }
  section.padding-bottom {
    padding-bottom: 3.125em; }
  section.margin-top {
    margin-top: 3.125em; }
  section.margin-bottom {
    margin-bottom: 3.125em; }
  section .bg-pattern {
    display: none !important; }

  section.bg-gray, section.bg-primary-light-color {
    padding-top: 4.375em;
    padding-bottom: 4.375em; } }
@media (min-width: 768px) {
  .col-md-2-5 {
    -ms-flex: 0 0 20.833%;
    flex: 0 0 20.833%;
    max-width: 20.833%; } }
/*==ie*/
body.ie.Home header nav.navbar {
  padding-top: 10px !important; }
body.ie header nav .top {
  margin-bottom: 15px; }
body.ie section.latest-news .content-wrapper .placeholder i, body.ie section.gallery-item .content-wrapper .placeholder i {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px); }
body.ie section.blog-single .img-fluid {
  width: 100%; }

.icon-scroll {
  position: relative;
  width: 18px;
  height: 30px;
  margin: 15px auto;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 25px; }

.icon-scroll:before {
  position: absolute;
  left: 50%;
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  margin-left: -2px;
  top: 5px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(10px); } }
/* Standard syntax */
@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(16px); } }
@media screen and (max-width: 768px) {
  .icon-scroll {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }
.has-signup .home-inner.end {
  margin-top: 0px; }

header.is-hidden {
  -webkit-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  transform: translateY(-120px); }

header.is-hidden.has-signup {
  -webkit-transform: translateY(-180px);
  -moz-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  transform: translateY(-180px); }

header {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: background 0.25s, transform 0.3s !important;
  -moz-transition: background 0.25s, transform 0.3s !important;
  -ms-transition: background 0.25s, transform 0.3s !important;
  transition: background 0.25s, transform 0.3s !important; }

/*remove*/
.direction-bar, .row.section-title, .grecaptcha-badge {
  display: none !important; }

.disable-scroll {
  height: 100vh;
  overflow: hidden; }

.main {
    padding: 6.25em 0;
    max-width: 1200px;
    margin: 0 auto;
}

.content-container {
    max-width: 800px;
    margin: 0 auto;
}

.main h1 {
    margin-bottom: 1.5em;
}

.main .content {
    font-size: 1.25em;
}

.main .content h2 {
    margin-top: 1em;
}
.main h2 {
    font-weight: normal;
    font-size: 1.5em;
    margin-bottom: 1em;
}

