.section-title {
    margin-bottom: 1em;
}

.section-title > h1,
.section-title > h2,
.section-title > h3,
.section-title > h4,
.section-title > h5,
.section-title > h6 {
    margin-top: 0;
}

.section-title .is-boxes {
    min-height: unset;
    height: auto;
}

.section-title .is-container {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.section-spacer .is-boxes {
    min-height: auto;
}

.btn.btn-border-white {
    border: 2px solid #fff;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 20px;
    font-weight: 600;
    padding: 12px 25px;
}

.btn.btn-border-white:hover,
.btn.btn-border-white:focus {
    color: #fff;
    border-color: #2d4658;
    background-color: #2d4658;
}

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

.regular {
    font-weight: 500 !important;
}

.h-100 {
    height: 100% !important;
}

strong {
    font-weight: 600;
    color: #2d4658;
}

.item-col-box ul {
    padding-left: 23px;
}

.item-image img:first-child {
    margin-top: 0;
}

.item-image img:last-child {
    margin-bottom: 0;
}

.item-content p:first-child {
    margin-top: 0;
}

.text-red {
    color: #c4122f !important;
}

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

.text-dark-slate-grey {
    color: #2d4658 !important;
}

.bg-grey {
    background-color: #e0e3e6 !important;
}

.btn,
.contentbuilder-css .btn {
    text-transform: uppercase;
}

.btn.btn-lg,
.contentbuilder-css .btn.btn-lg {
    font-size: 1.2em;
}

.panel-wrapper {
    margin-bottom: -2em;
}

.panel {
    margin-bottom: 2em;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.panel .inner {
    height: 100%;
    position: relative;
}

.panel .panel-content {
    padding-left: 15px;
    padding-right: 15px;
}

.item-panel.item-panel-white {
    background-color: #fff;
}

.item-panel.item-panel-transparent {
    background-color: rgba(255, 255, 255, 0.79);
}

.item-panel {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
}

.item-panel.item-panel-round {
    border-radius: 12px;
    overflow: hidden;
}

.item-panel.item-panel-border-orange {
    border: 2px solid #ec3b0f;
}

.item-panel .panel-head.panel-head-orange {
    background-color: #f26522;
}

.item-image.flex-box > img {
    -ms-flex-item-align: center;
    align-self: center;
}

.section-title-blue .is-boxes {
    min-height: unset;
    height: auto;
    background-color: #22408a;
}

.section-title-blue .is-container {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.section-title-blue .item-col-box h2 {
    margin: 0;
    color: #fff;
}

.is-box .is-container {
    margin-top: 0;
    margin-bottom: 0;
}

.section-spacer .is-boxes {
    min-height: auto;
}

.section-full-width .is-container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.contentbuilder-css p.lg {
    font-size: 1.15em;
}

.contentbuilder-css p.xl {
    font-size: 1.3em;
}

.padding-0 {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .contentbuilder-css .item-col-box p,
    .contentbuilder-css .item-col-box ul li {
        font-size: 1.1em;
    }

    .contentbuilder-css p.lg {
        font-size: 1.3em;
    }

    .contentbuilder-css p.xl {
        font-size: 1.5em;
    }

    .btn.btn-sm-lg,
    .contentbuilder-css .btn.btn-sm-lg {
        font-size: 1.2em;
        min-width: 250px;
    }

    .item-panel .panel-head,
    .item-panel .panel-content {
        padding: 40px 30px;
    }

    .margin-sm-top-2 {
        margin-top: 2em !important;
    }

    .margin-sm-bottom-2 {
        margin-bottom: 2em !important;
    }
}

@media (min-width: 1024x) {
    .contentbuilder-css .item-col-box p,
    .contentbuilder-css .item-col-box ul li {
        font-size: 1.2em;
    }
}

/* Float nav */

#hiddenHeader {
    display: none;
}

body.fixed-top #hiddenHeader {
    display: block;
}

.section-header {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    z-index: 2;
}

body.fixed-top .section-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.66);
}

body.fixed-top .section-header .navbar-default {
    -webkit-box-shadow: 0 1px 2px 0px #ddd;
    box-shadow: 0 1px 2px 0px #ddd;
    background: #fff;
}

/* Top bar - base */

.top-bar .container-fluid {
    max-width: 1600px;
    padding: 5px 15px;
}

.top-bar a {
    display: inline-block;
    margin-left: 2em;
}

.top-bar a:first-child {
    margin-left: 0;
}

@media (min-width: 480px) {
    .top-bar .container-fluid {
        width: 90%;
    }
}

/* Top bar - custom */

.top-bar {
    text-align: right;
    background-color: rgba(255, 255, 255, 0.64);
    color: #2d4658;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.39);
}

.top-bar a {
    color: #2d4658;
}

.top-bar a:hover,
.top-bar a:focus {
    color: #c4122f;
}

.top-bar span {
    display: inline-block;
    margin-left: 2em;
}

.top-bar a > span {
    margin-left: 0;
}

@media (max-width: 580px) {
    .top-bar {
        text-align: center;
    }

    .top-bar a,
    .top-bar span {
        display: block;
        margin-left: 0;
    }
}

.noti-bar {
    background-color: #dc3545;
    color: #fff;
}

.noti-bar .container-fluid {
    padding-top: 5px;
    padding-bottom: 5px;
}

.noti-bar a {
    color: #fff;
    text-decoration: underline;
}

/* Header */

.section-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
}

body.fixed-top .top-bar {
    display: none;
}

.navbar-nav > li.header-menu-home {
    display: none !important;
}

.section-header .navbar .navbar-header a img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a {
    font-weight: 400;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
    vertical-align: middle;
    text-transform: uppercase;
}

.section-header .navbar .navbar-toggle {
    margin-top: 0px;
}

.section-header .navbar .navbar-toggle .icon-bar {
    background-color: #2d4658;
    width: 25px;
    height: 4px;
}

.section-header .navbar .navbar-header a img {
    max-width: none;
    width: auto;
    height: 80px;
}

/* .section-header .navbar-menus ul.navbar-nav.ul-after-dash .dropdown-menu > li > a,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash .dropdown-menu > li > a:hover,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash .dropdown-menu > li > a:focus {
  white-space: nowrap;
} */

.section-header .navbar-nav > li > .dropdown-menu {
    text-align: center;
    font-size: 0.93em;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.65);
}

.section-header .navbar-menus ul.navbar-nav > li > a.social-media-icon {
    padding-left: 15px;
    padding-right: 15px;
}

.section-header .navbar-menus ul.navbar-nav > li > a.social-media-icon .fa {
    vertical-align: middle;
    width: 32px;
    height: 32px;
    line-height: 2;
    color: #fff;
    background-color: rgb(45, 70, 88);
    text-align: center;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .section-header .navbar .navbar-header a {
        vertical-align: middle;
        padding-left: 15px;
    }

    .section-header .navbar .navbar-header a img {
        max-width: 100%;
        max-height: 40px;
    }

    .section-header .navbar-menus {
        background-color: rgba(255, 255, 255, 0.65);
    }

    .section-header .navbar-menus ul.navbar-nav {
        text-align: center;
    }

    .section-header .navbar-nav > li > .dropdown-menu {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li > a {
        height: 80px;
        line-height: 80px;
    }

    body.fixed-top .section-header .navbar .navbar-header a img {
        max-width: 100px;
        height: auto;
    }

    body.fixed-top .section-header .navbar .navbar-header a,
    body.fixed-top
    .section-header
    .navbar-menus
    ul.navbar-nav.ul-after-dash > li > a {
        height: 40px;
        line-height: 40px;
    }

    body.fixed-top .section-header .navbar-nav > li > .dropdown-menu {
        top: 40px;
        background-color: #fff;
    }

    .section-header .navbar-menus ul.navbar-nav > li > a,
    .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
        font-size: 1em;
    }

    .section-header .navbar-nav > li > .dropdown-menu {
        left: 0;
    }

    .section-header .navbar-nav > li > .dropdown-menu:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 12px solid rgba(255, 255, 255, 0.65);
        position: absolute;
        top: -12px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media (min-width: 1400px) {
    .section-header .navbar-menus ul.navbar-nav > li > a,
    .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
        font-size: 1.1em;
    }
}

/* Footer */

.section-footer {
    background-color: #2d4658;
    color: #fff;
    position: relative;
}

.section-footer footer {
    padding: 3em 0 1em;
}

.section-footer p {
    margin: 1em 0;
}

.footer-logo span.logo-text {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #00666c;
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 1.5em;
}

.section-footer footer,
.section-footer footer a {
    color: #fff;
    font-weight: 500;
}

.section-footer footer a:hover,
.section-footer footer a:focus {
    color: #696969;
    text-decoration: none;
}

footer h4 {
    color: #fff;
}

footer .footer-logo img {
    max-width: 220px;
}

.footer-top .container-fluid {
    padding-top: 15px;
    padding-bottom: 35px;
}

.footer-bottom .container-fluid {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-logo {
    margin-bottom: 1em;
}

h4.footer-title {
    margin-bottom: 1.5em;
}

footer ul.footer-list li.footer-menu a {
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
}

footer ul.footer-list li.footer-menu a:hover,
footer ul.footer-list li.footer-menu a:focus {
    color: #e46538;
}

footer .footer-copyright {
    font-size: 0.9em;
}

.section-footer .logo-wrapper img {
    margin: 0 10px 10px;
}

.footer-top .col {
    margin-left: 2em;
}

.footer-top .col:first-child {
    margin-left: 0;
}

footer img {
    max-width: 100%;
}

footer .social-media {
    text-align: center;
    margin-top: 1.5em;
}

footer .social-media .social-media-icon.social-media-icon-circle {
    font-size: 2em;
    background-color: #fff;
    color: #2d4658;
}

footer .social-media .social-media-icon.social-media-icon-circle:hover,
footer .social-media .social-media-icon.social-media-icon-circle:focus {
    color: #fff;
    background-color: transparent;
}

@media (max-width: 991px) {
    .footer-top .footer-logo {
        text-align: center;
    }

    .footer-top .flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-top .flex .col {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .footer-logo {
        margin-top: 1em;
    }
}

@media (min-width: 1200px) {
    .footer-top .logo-wrapper {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center;
    }

    .footer-top .logo-wrapper > a {
        width: auto;
    }
}

/* Banner */

/* Banner - Full height */
.section-banner,
.section-banner .inner,
.swiper-banner-container {
    height: 100%;
}

.section-banner {
    position: relative;
}

.swiper-banner-container
.swiper-slide-background.banner-padding-lg
.banner-background-container {
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 0.9em;
    position: relative;
    z-index: 1;
    height: 100%;
}

.swiper-banner-container .swiper-slide-background.banner-padding-lg {
    min-height: 280px;
    height: 100%;
    background-position: center;
    position: relative;
}

.swiper-banner-container
.swiper-slide-background
.banner-background-container
.banner-text1 {
    margin-bottom: 1em;
    line-height: 1.5;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8em;
    background-color: rgba(255, 255, 255, 0.65);
}

.swiper-banner-container
.swiper-slide-background
.banner-background-container
.banner-text2 {
    font-size: 1.3em;
    margin: 0 auto;
    max-width: 100%;
    width: 85%;
    line-height: 1.6;
}

.swiper-banner-container
.swiper-slide-background
.banner-background-container
.banner-text2
small {
    display: block;
    font-size: 75%;
    margin-top: 2em;
}

.swiper-banner-container
.swiper-slide-background
.banner-background-container
.btn-container {
    margin-top: 2em;
}

.swiper-banner-container
.swiper-slide-background
.banner-background-container
.btn-container
.btn {
    font-size: 0.8em;
}

.swiper-banner-container .banner-text2 .scroll-down {
    color: #fff;
    font-size: 2em;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.15;
    margin-top: 0.8em;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@media (min-width: 480px) {
    .swiper-banner-container
    .swiper-slide-background.banner-padding-lg
    .banner-background-container {
        max-width: 1600px;
        width: 90%;
    }

    .banner-text2 .banner-wrapper p {
        max-width: 70%;
    }
}

@media (min-width: 640px) {
    .banner-text2 .banner-wrapper p {
        max-width: 58%;
    }

    .swiper-banner-container
    .swiper-slide-background
    .banner-background-container
    .banner-text1 {
        font-size: 1.6rem;
        position: relative;
        top: 8%;
    }
}

@media (min-width: 768px) {
    .swiper-banner-container
    .swiper-slide-background.banner-padding-lg
    .banner-background-container {
        font-size: 1em;
    }

    .swiper-banner-container
    .swiper-slide-background
    .banner-background-container
    .banner-text1 {
        font-size: 2.4rem;
    }
}

@media (min-width: 1024px) {
    .swiper-banner-container
    .swiper-slide-background.banner-padding-lg
    .banner-background-container {
        font-size: 1.1em;
    }

    .swiper-banner-container
    .swiper-slide-background
    .banner-background-container
    .banner-text1 {
        font-size: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .swiper-banner-container
    .swiper-slide-background.banner-padding-lg
    .banner-background-container {
        font-size: 1.1em;
    }

    .swiper-banner-container
    .swiper-slide-background
    .banner-background-container
    .banner-text1 {
        font-size: 4.25rem;
    }
}

/* Banner - custom */

.swiper-banner-container
.swiper-slide-background.banner-padding-lg
.banner-background-container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: space-around;
}

.swiper-banner-container
.swiper-slide-background
.banner-background-container
.banner-text2
.btn {
    font-size: 1em;
    border-radius: 1.3em;
    white-space: normal;
    background-color: rgba(255, 255, 255, 0.65);
}

.swiper-banner-container .swiper-slide-background .banner-background-container .banner-text2 .btn:hover {
    background-color: #2d4658
}

.swiper-banner-container .banner-text2 .scroll-down {
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
    font-size: 3em;
}

.swiper-banner-container .banner-text2 .scroll-down:hover,
.swiper-banner-container .banner-text2 .scroll-down:focus {
    text-decoration: none;
}

.swiper-banner-container .banner-text2 .scroll-down > span {
    transform: rotate(-45deg);
    display: block;
}

@media (min-width: 480px) {
    .swiper-banner-container
    .swiper-slide-background
    .banner-background-container
    .banner-text1 {
        width: 100%;
        padding-left: 2em;
        padding-right: 2em;
    }
}

/* Main */

.is-wrapper.contentbuilder-css > div.is-section-auto {
    box-shadow: none;
}

.flex > [class*='is-box'] {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
}

/* Home */

.col-image {
    position: relative;
}

.col-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.flex > .is-content-box {
    background-color: rgba(203, 207, 210, 0.73);
    z-index: 1;
}

.tab-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.tab-wrapper > .row {
    margin-left: -10px;
    margin-right: -10px;
}

.tab-wrapper .tab {
    padding-left: 10px;
    padding-right: 10px;
}

.tab-wrapper .tab .inner a {
    display: block;
    text-align: center;
    border: 2px solid #2d4658;
    font-size: 1em;
    padding: 8px 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2d4658;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tab-wrapper .tab.active .inner a,
.tab-wrapper .tab .inner a:hover,
.tab-wrapper .tab .inner a:focus {
    text-decoration: none;
    background-color: #2d4658;
    color: #fff;
}

.row-gallery .image {
    padding: 0 4px 8px;
    transition: transform 0.15s ease-in-out;
}

.row-gallery .image:hover {
    transform: scale(1.01);
}

.row-gallery {
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.bg.bg-showroom:before {
    content: 'Showroom';
    position: absolute;
    top: 15px;
    left: 0;
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0.78);
    color: #2d4658;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
}

.row-gallery.row-gallery-first {
    height: auto;
}

.row-gallery.in {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: auto;
}

.row-gallery .image .inner {
    height: 0;
    position: relative;
    padding-bottom: 66%;
}

.row-gallery .image .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.row-gallery .image .collections.first {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.row-gallery .image .collections.first:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.28);
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.row-gallery .image .collections.first:after {
    content: 'Click to see more images';
    display: flex;
    position: absolute;
    color: #f5f5f5;
    font-weight: 600;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.row-gallery .image:hover .collections.first:before {
    opacity: 1;
}

.row-gallery .image:hover .collections.first:after {
    opacity: 1;
}

#view-all .page {
    width: 100%;
    display: none;
    flex-wrap: wrap;
}

#view-all .page.curr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#view-all .page > [class*='col-'] {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#view-all .pagination {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4em;
    color: #2d4658;
}

#view-all .pagination li {
    padding: 5px 10px;
    cursor: pointer;
}

#view-all .pagination li.curr {
    color: #fff;
    background-color: #2d4658;
}

.services-list .panel .inner {
    padding-top: 65%;
}

.services-list .panel .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 65%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.services-list .panel .panel-head {
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.promise-list .panel .panel-head {
    padding-top: 27%;
    padding-bottom: 1px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.promise-list .panel .panel-head h4 {
    color: #fff;
}

@media (max-width: 960px) {
    .tab-wrapper .tab {
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .flex > .is-box-img {
        height: 50vw !important;
    }
}

@media (min-width: 768px) {
    .tab-wrapper .tab {
        width: 20%;
    }
}

@media (min-width: 961px) {
    .flex > .is-box-img {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    .flex > .is-right-content-box {
        margin-left: -8.4%;
    }

    .flex > .is-left-content-box {
        margin-right: -8.4%;
    }

    .flex > .is-left-content-box.lg {
        margin-right: -16.7%;
    }
}

@media (min-width: 768px) {
    .tab-wrapper > .row {
        flex-wrap: nowrap;
    }

    .tab-wrapper .tab .inner a {
        font-size: 0.8em;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 992px) {
    .tab-wrapper .tab .inner a {
        font-size: 1em;
    }
}

@media (min-width: 1200px) {
    .tab-wrapper .tab .inner a {
        font-size: 1.2em;
    }
}

/* Reviews */

.testimonial-container .btn.btn-default {
    background-color: rgba(255, 255, 255, 0.65);
}

.testimonial-container .review-item {
    background-color: #fff;
    padding: 30px 20px;
    position: relative;
}

.review-stars {
    max-width: 230px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.review-header {
    padding-bottom: 3em;
}

.review-content {
    line-height: 1.6;
    margin-top: 1em;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.reviewer {
    margin-top: 15px;
    font-weight: 400;
    margin-top: 2em;
    margin-right: 5%;
    text-align: right;
}

.testimonial-container .no-review {
    width: 100%;
    border-radius: 5px;
    padding: 0px 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.testimonial-container .swiper-singlerow .swiper-default-container {
    padding-top: 1em;
    padding-bottom: 3em;
}

.swiper-review-container .swiper-slide {
    width: 100%;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.3);
}

.swiper-review-container .swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(0.7) translateX(75%);
    transform: scale(0.7) translateX(75%);
}

.swiper-review-container .swiper-slide.swiper-slide-next {
    -webkit-transform: scale(0.7) translateX(-75%);
    transform: scale(0.7) translateX(-75%);
}

.swiper-review-container .swiper-slide.swiper-slide-active {
    opacity: 1;
    z-index: 1;
}

.testimonial-container .more-btn {
    margin-top: 3em;
}

.swiper-singlerow.swiper-gradient-side .swiper-default-container::before,
.swiper-singlerow.swiper-gradient-side .swiper-default-container::after {
    content: '';
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    z-index: 8;
}

.swiper-singlerow.swiper-gradient-side .swiper-default-container::before {
    left: 0;
    background: -moz-linear-gradient( left, rgba(238, 239, 240, 1) 0%, rgba(238, 239, 240, 0) 100% );
    background: -webkit-linear-gradient( left, rgba(238, 239, 240, 1) 0%, rgba(238, 239, 240, 0) 100% );
    background: linear-gradient( to right, rgba(238, 239, 240, 1) 0%, rgba(238, 239, 240, 0) 100% );
}

.swiper-singlerow.swiper-gradient-side .swiper-default-container::after {
    right: 0;
    background: -moz-linear-gradient( right, rgba(238, 239, 240, 1) 0%, rgba(238, 239, 240, 0) 100% );
    background: -webkit-linear-gradient( right, rgba(238, 239, 240, 1) 0%, rgba(238, 239, 240, 0) 100% );
    background: linear-gradient( to left, rgba(238, 239, 240, 1) 0%, rgba(238, 239, 240, 0) 100% );
}

@media (max-width: 991px) {
    .swiper-singlerow .swiper-default-container.swiper-container-3d {
        -webkit-perspective: none;
        perspective: none;
    }
}

@media (max-width: 768px) {
    .testimonial-container .swiper-singlerow {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .swiper-review-container .swiper-slide {
        width: 85%;
    }
}

@media (min-width: 992px) {
    .swiper-singlerow {
        padding-left: 6em;
        padding-right: 6em;
    }

    .swiper-singlerow .swiper-default-container.swiper-container-3d {
        margin-left: -6em;
        margin-right: -6em;
    }

    .swiper-review-container .swiper-slide {
        width: 60%;
    }

    .tes .review-item {
        padding-left: 65px;
        padding-right: 65px;
    }

    .tes .review-stars {
        max-width: 100%;
    }
}

/* Review Page */

.scriptbuilder-contentarea .verview-review-widget .btn-primary,
.google-review-widget .gv-button-load-more {
    color: #2d4658;
    background: none;
    border: 2px solid #2d4658;
    border-radius: 2em;
    font-weight: 600;
    padding: 12px 25px;
    font-size: 1.3em;
}

.scriptbuilder-contentarea .verview-review-widget .btn-primary:hover,
.google-review-widget .gv-button-load-more:hover,
.google-review-widget .gv-button-load-more:focus {
    color: #fff;
    background-color: #2d4658;
}

/* Contact Us */

@media (max-width: 767px) {
    .google-maps {
        padding-top: 4em;
    }
}

/* Brands */

.row-brands a {
    width: 20%;
    max-width: 250px;
}

.row-brands a img {
    max-height: 180px;
}

@media (max-width: 680px) {
    .row-brands a {
        width: 40%;
    }
}

/* Contractors */

#local-toronto-btn .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Form base */

.form-group-lg .form-control {
    border-radius: 0;
    border-color: #7e8488;
}

.widget-form > .formbuilder-inner .btn-form-submit {
    font-size: 1em;
}

/* Form - custom */

.widget-form {
    font-family: 'Open Sans', sans-serif;
}

.formbuilder-widget-1978 {
    display: none;
}

.formbuilder-widget-1978 > .formbuilder-inner {
    padding: 0;
}

.formbuilder-widget-1978 > .formbuilder-inner .row-submit .col-md-12 {
    margin-top: 1em;
}

.formbuilder-widget-1978 > .formbuilder-inner .btn-form-submit {
    padding-left: 30px;
    padding-right: 30px;
    min-width: 180px;
}

/* Lightcase */

#lightcase-overlay {
    background-color: #eaeaea;
}

.lightcase-icon-prev,
.lightcase-icon-next {
    background-color: #2d4658;
    color: #fff !important;
    width: auto !important;
}

.lightcase-icon-prev {
    padding: 10px 0 10px 10px;
}

.lightcase-icon-next {
    padding: 10px 10px 10px 0;
}

.lightcase-icon-prev:before,
.lightcase-icon-next:before {
    content: '∟';
}

.lightcase-icon-prev:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lightcase-icon-next:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.lightcase-icon-close:before {
    content: '×';
    color: #2d4658;
}

.lightcase-icon-close:after {
    content: 'CLOSE GALLERY';
    color: #2d4658;
    position: absolute;
    right: 100%;
    top: 9px;
    font-size: 18px;
    width: 165px;
}

#lightcase-info {
    width: 100%;
}

#lightcase-info .bullets {
    text-align: center;
}

#lightcase-info .bullets .bullet {
    margin: 0 4px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #2d4658;
    opacity: 0.2;
    cursor: pointer;
}

#lightcase-info .bullets .bullet.current {
    opacity: 1;
}

@media (max-width: 640px) {
    .lightcase-icon-close:after {
        top: 4px;
        width: 130px;
        font-size: 14px;
    }
}

/* Widget */

.sectionbuilder-widget-1993 {
    height: auto !important;
    margin-bottom: 4em !important;
}

.sectionbuilder-widget-1993:before,
.sectionbuilder-widget-1993:after {
    content: '';
    display: table;
}

.sectionbuilder-widget-1993:after {
    clear: both;
}


/* Brochures */

.door-image {
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    margin-bottom: 15px;
}

.style-image {
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
    max-width: 48%;
    margin-bottom: 15px;
            width: 100%;
}

.door-image img {
    width: 100%;
}

.style-image img {
    max-width: 100%;
}

.style-image-heading { display:flex; justify-content:center; align-items:center;}
.style-image-heading .style-name-heading {    display: block;
    color: #2d4658;
    font-weight: 600;
    font-size: 1.8em;

}
.style-image .style-name{
    display: block;
    color: #2d4658;
    font-weight: 600;
    font-size: 1.2em;
}

.door-image .door-name {
    display: block;
    color: #2d4658;
    font-weight: 600;
    font-size: 1.3em;
}

@media (min-width: 680px) {
    .door-image {
        width: 31%;
    }
    .style-image{
        max-width: 23%;
    }
}

@media (min-width: 1024px) {
    .style-image {
        max-width: 14%;
    }
}

/* Scroll Top */

.scrollToTop {
    background-color: #c4122f;
    z-index: 10;
}

/* Order Form */

.row-order-form .field-wrapper {
    width: 100%;
    border: 2px solid #2d4658;
    padding: 15px;
    background-color: #ebebeb;
    margin-bottom: 2em;
}

.row-order-form .field-wrapper:last-child {
    margin-bottom: 0;
}

.row-order-form .label {
    display: inline-block;
    text-align: left;
    color: inherit;
    font-weight: inherit;
    font-size: 1em;
    padding: 5px;
    margin-bottom: 5px;
}

.row-order-form .form-inner > .flex-box {
    margin-bottom: 3em;
}

.row-order-form .form-inner .form-group,
.row-order-form .form-inner .radio-group,
.row-order-form .form-inner .checkbox-group {
    width: 100%;
    padding: 5px;
    font-size: 1.125em;
}

.row-order-form .form-inner .radio-group {
    padding: 2px 5px;
}

.row-order-form .form-inner .radio-group.radio-group-block > label,
.row-order-form .form-inner .checkbox-group.checkbox-group-block > label {
    display: block;
    margin-bottom: 15px;
}

.row-order-form .form-inner .radio-group.radio-group-block > label:last-child,
.row-order-form .form-inner .radio-group.radio-group-block > label.last {
    margin-bottom: 0;
}

.row-order-form
.form-inner
.radio-group.radio-group-block > label + .extra-option {
    margin-top: 5px;
}

.row-order-form .form-inner .form-group > input,
.row-order-form .form-inner .form-group > textarea {
    padding: 5px 12px;
    border-radius: 0;
    font-size: 1em;
}

.row-order-form .form-inner .form-group > textarea {
    border: none;
    box-shadow: none;
}

.row-order-form .form-inner .form-group > input {
    height: 35px;
    border: none;
    box-shadow: none;
}

.row-order-form .form-inner .form-group.inline {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.row-order-form .form-inner .extra-option .form-group {
    font-size: 1em;
    margin-bottom: 0;
}

.row-order-form .form-inner .extra-option .form-group > input {
    height: 33px;
}

.row-order-form .form-inner input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
}

.row-order-form .form-inner input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
}

.row-order-form .form-inner input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

.row-order-form .form-inner input:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
}

.row-order-form input.form-control-underline {
    display: inline-block;
    width: auto;
    border-left: none;
    border-top: none;
    border-right: none;
    box-shadow: none;
}

.row-order-form .form-inner .radio-group label,
.row-order-form .form-inner .checkbox-group label {
    position: relative;
    margin-bottom: 0;
}

.row-order-form .form-inner input[type='radio'],
.row-order-form .form-inner input[type='checkbox'] {
    display: none;
}

.row-order-form .form-inner .check-label {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #797979;
    font-size: 22px;
    margin-right: 5px;
    text-align: center;
}

.row-order-form .form-inner .check-label.check-label-right {
    margin-left: 5px;
    margin-right: 0;
}

.row-order-form .form-inner .radio-group > label:not(:last-child),
.row-order-form .form-inner .checkbox-group > label:not(:last-child) {
    padding-right: 1.5em;
}

.row-order-form .row-submit {
    margin-top: 2em;
}

.row-order-form .group-seperator {
    display: inline-block;
    margin-top: 1.1em;
}

.row-order-form .form-inner .form-group {
    display: -webkit-box;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
}

.field-wrapper.info input.form-control {
    max-width: none;
    width: 100%;
}

.row-order-form .form-inner .form-group > label {
    margin-bottom: 0;
    white-space: nowrap;
    margin-right: 10px;
}

.row-order-form .form-inner .form-group > input {
    background-color: transparent;
}

.row-order-form input.form-control.parsley-error {
    border-bottom-color: red !important;
}

.parsley-errors-list {
    list-style: none;
    padding-left: 0 !important;
    margin-bottom: 0;
    color: red;
    font-size: 13px;
}

.row-order-form .radio-group label.parsley-error .check-label,
.row-order-form .radio-group label.parsley-error ~ label .check-label {
    border-color: red;
}

.row-order-form .form-inner .form-group > .parsley-errors-list {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
}

.row-order-form .form-group .dropdown {
    width: 100%;
}

.row-order-form .form-group .dropdown .btn {
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

.row-order-form .form-group .dropdown .dropdown-menu {
    width: 100%;
    border-radius: 0;
    border: none;
}

.row-order-form .form-group .dropdown .dropdown-menu li {
    cursor: pointer;
    padding: 5px 10px;
}

.row-order-form .form-group .dropdown .dropdown-menu li:hover {
    background-color: #eee;
}

.row-order-form #sales_staff {
    visibility: hidden;
}

.row-order-form .row-submit .btn {
    margin: 5px;
    min-width: 115px;
}

#g_recaptcha > div {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

@media (max-width: 991px) {
    .page-1878
    .swiper-banner-container
    .swiper-slide-background.banner-padding-lg {
        background-position-x: 50%;
    }
}

@media (max-width: 380px) {
    .row-order-form .form-inner .form-group {
        flex-wrap: wrap;
    }
}

@media (max-width: 580px) {
    .row-order-form .group-seperator {
        display: block;
        margin-top: 0;
        margin-left: 6.8em;
    }
}

@media (min-width: 768px) {
    .row-order-form .form-inner .third {
        width: 33.333%;
    }

    .row-order-form .form-inner .half {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .row-order-form .form-inner .form-group > input,
    .row-order-form .form-inner .form-group > textarea {
        padding: 8px 16px;
    }

    .row-order-form .form-inner .form-group > input {
        height: 40px;
        min-width: 0;
    }

    .row-order-form .form-inner .extra-option .form-group > input {
        height: 38px;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
