body {
    margin: 0;
    padding: 0;
    color: #515151;
    overflow-x: hidden;
    font-weight: 400;
    background-color: #ebebeb;
    font: 16px/1.6 poppins, Helvetica, sans-serif, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.stop-scroll {
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    clear: both;
}

.section-overflow-visible,
.section-overflow-visible .section-container {
    overflow: visible !important;
}

a {
    color: #d32f2f;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.no-transition {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

a:focus,
a:hover {
    color: #121212;
    text-decoration: none;
}

::selection {
    color: #fff;
    text-shadow: none;
    background-color: #121212;
}

::-webkit-selection {
    color: #fff;
    text-shadow: none;
    background-color: #121212;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background-color: #121212;
}

.main-color {
    color: #d32f2f;
}

.main-background-color,
.main-background-color * {
    color: #fff !important;
}

.main-background-color {
    background-color: #d32f2f !important;
}

.black-background-color,
.black-background-color * {
    color: #fff !important;
}

.black-background-color {
    background-color: #121212 !important;
}

.black-background-color.ribbon-block-style-2::after {
    border-color: #121212;
}

.transparent-black-background-color {
    background-color: rgba(0, 0, 0, .7) !important;
}

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

.grey-background-color {
    background-color: #f7f7f7;
}

.tooltip {
    font-size: 12px;
    font-weight: 400;
}

.tooltip-inner {
    padding: 4px 8px;
}

.popover {
    border: 0;
    padding: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12)
}

ol,
ul {
    padding: 0;
    margin: 20px auto 15px;
    list-style-position: inside;
}

ol:first-child,
ul:first-child {
    margin-top: -5px;
}

ol:last-child,
ul:last-child {
    margin-bottom: 0;
}

ol li,
ul li {
    margin-bottom: 5px;
}

ol li:last-of-type,
ul li:last-of-type {
    margin-bottom: 0;
}

ul.list-icon {
    width: 100%;
    display: block;
    overflow: hidden;
    list-style: none;
}

ul.list-icon li i {
    color: #d32f2f;
    margin-left: 1px;
    margin-right: 5px;
}

ul.list-icon-style-1 li {
    float: left;
    position: relative;
    margin-right: 20px;
}

ul.list-icon-style-1 li:last-of-type {
    margin-right: 0;
}

ul.list-info {
    margin: 0;
    width: 100%;
    padding: 25px;
    display: block;
    overflow: hidden;
    list-style: none;
    border-radius: 2px;
    border: 2px solid #ddd;
}

ul.list-info > li {
    width: 100%;
    display: block;
    font-weight: 500;
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
    border-top: 1px solid #ddd;
}

ul.list-info > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

ul.list-info > li > div:first-child {
    margin-bottom: 5px;
}

ul.list-info > li .social-icons-block ul li {
    margin-top: 0;
    margin-bottom: 0;
}

ul.list-info-style-1 > li {
    float: left;
    width: 48.5%;
    line-height: 32px;
}

ul.list-info-style-1 > li:nth-child(2n) {
    float: right;
}

ul.list-info-style-1 > li:nth-child(2) {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

ul.list-info-style-1 > li > div:first-child {
    float: left;
    margin-bottom: 0;
}

ul.list-info-style-1 > li > div:last-child {
    float: right;
}

.wave-effect {
    z-index: 15;
    overflow: hidden;
    position: relative;
}

.gfort-ripple {
    width: 0;
    height: 0;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    background-color: rgba(255, 255, 255, .3);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.ripple-animation {
    -webkit-animation: rippleCircleAnimation 1.5s linear;
    animation: rippleCircleAnimation 1.5s linear;
}

@-webkit-keyframes rippleCircleAnimation {
    100% {
        -webkit-transform: scale(5);
        opacity: 0;
    }
}

@keyframes rippleCircleAnimation {
    100% {
        transform: scale(5);
        opacity: 0;
    }
}

.white-content,
.white-content .form-control,
.white-content .form-group label,
.white-content a:hover,
.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6,
.white-content p {
    color: #fff;
}

.white-content .form-group label::before,
.white-content .line-separator {
    background-color: #fff;
}

.white-content .form-group label::before {
    opacity: .3;
}

.triangle-arrow {
    width: 0;
    height: 0;
    left: 25%;
    z-index: 20;
    margin-left: 12px;
    position: absolute;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.triangle-arrow.white-arrow {
    border-top: 15px solid #fff;
}

.triangle-arrow.grey-arrow {
    border-top: 15px solid #f7f7f7;
}

.label {
    font-weight: 600;
    border-radius: 2px;
    padding: 5px 15px 3px;
}

.label-main {
    background-color: #d32f2f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    color: #121212;
    letter-spacing: 0;
    margin: 0 auto 10px;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.btn-gfort,
.btn-gfort-white,
.navbar-brand,
.tooltip,
h1,
h2 {
    font-family: Montserrat, Helvetica, sans-serif, serif;
}

.popover {
    font-family: poppins, Helvetica, sans-serif, serif;
}

p {
    margin: 0 0 15px 0
}

p:last-of-type {
    margin-bottom: 0;
}

.lg-heading,
.title-block-container.text-center .lg-heading {
    font-size: 150px;
}

.sm-heading,
.title-block-container.text-center .sm-heading {
    font-size: 45px;
}

.hero-section .title-block-container.text-center p.sm-p,
.sm-p {
    font-size: 22px;
    line-height: 1.5;
}

.loader-block {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999999;
    position: fixed;
    text-align: center;
    background-color: #fff;
}

.no-js .loader-block {
    display: none;
}

.loader-block-container {
    top: 50%;
    left: 50%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.circle-block {
    margin: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: relative;
    border: 4px solid #ddd;
    -webkit-animation: gfort-spin .75s infinite linear;
    animation: gfort-spin .75s infinite linear;
}

.circle-block::after,
.circle-block::before {
    top: -4px;
    left: -4px;
    content: '';
    display: none;
    width: inherit;
    height: inherit;
    border: inherit;
    position: absolute;
    border-radius: inherit;
}

@-webkit-keyframes gfort-spin {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes gfort-spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.circle-block-style-1 {
    border-top-width: 0;
}

.circle-block-style-2 {
    border-top-color: transparent;
}

.circle-block-style-2::after {
    display: block;
    -webkit-transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
    -o-transform: rotate(65deg);
    transform: rotate(65deg);
}

.circle-block-style-3 {
    border-color: transparent;
    border-top-color: #ddd;
}

.circle-block-style-3::after,
.circle-block-style-3::before {
    display: block;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.circle-block-style-3::before {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

.circle-block-style-3::after {
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg);
}

.circle-block-style-4 {
    border-top-color: transparent;
}

.circle-block-style-4::after {
    display: block;
    border-color: transparent;
    border-top-color: #ddd;
    -webkit-animation: gfort-spin 1.25s infinite linear reverse;
    animation: gfort-spin 1.25s infinite linear reverse;
}

.circle-block-style-5 {
    border-color: transparent;
    border-top-color: #ddd;
    -webkit-animation: gfort-spin 1s infinite ease;
    animation: gfort-spin 1s infinite ease;
}

.circle-block-style-5::after {
    display: block;
    -webkit-animation: gfort-spin 1.5s infinite ease;
    animation: gfort-spin 1.5s infinite ease;
}

.circle-block-style-6 {
    border-color: transparent;
    border-top-color: #ddd;
    -webkit-animation: gfort-spin 1s infinite ease-in-out alternate;
    animation: gfort-spin 1s infinite ease-in-out alternate;
}

.circle-block-style-6::after {
    display: block;
    -webkit-animation: gfort-spin 1.5s infinite ease-in-out alternate;
    animation: gfort-spin 1.5s infinite ease-in-out alternate;
}

#main-wrapper {
    padding: 0;
    z-index: 2;
    opacity: 1;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-height: 100vh;
    max-width: 1600px;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.no-js #main-wrapper {
    opacity: 1;
}

body.full-width-page #main-wrapper {
    max-width: 100%;
}

.header-section {
    width: 100%;
    z-index: 101;
    display: block;
    position: relative;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.header-section-container {
    width: 100%;
    display: block;
    position: relative;
}

.top-header {
    z-index: 3;
    width: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.top-header .social-icons-block {
    padding: 1px 15px;
    text-align: right;
}

.top-header .ads-block-container {
    margin-bottom: 0;
}

.header-menu {
    z-index: 4;
    width: 100%;
    display: block;
    position: relative;
}

.header-menu-container {
    z-index: 4;
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-brand {
    padding: 0;
    height: auto;
    margin: 0 auto;
    color: #121212;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin: 0;
}

.navbar-brand > img {
    max-width: 100%;
    max-height: 44px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar {
    border: 0;
    margin: 0;
    border-radius: 0;
}

.navbar-collapse.collapse {
    padding: 0;
}

ul.navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.navbar-nav > li {
    margin: 0 15px;
    position: relative;
}

ul.navbar-nav > li:last-child {
    margin-right: 0;
}

ul.navbar-nav > li:first-child {
    margin-left: 0;
}

ul.navbar-nav > li > a:not(.btn) {
    opacity: .75;
    color: #121212;
    font-size: 14px;
    overflow: hidden;
    font-weight: 500;
    padding: 1px 0 0;
    line-height: 73px;
    position: relative;
    text-transform: uppercase;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

ul.navbar-nav > li.parent-list > a {
    border-bottom-color: transparent !important;
}

ul.navbar-nav > li.active > a:not(.btn),
ul.navbar-nav > li > a:not(.btn):hover {
    opacity: 1;
    border-bottom-color: #d32f2f;
    background-color: transparent;
}

ul.navbar-nav > li > a:not(.btn):focus {
    background-color: transparent;
}

ul.navbar-nav > li > a.btn {
    height: 44px;
    margin: 18px 0;
    padding: 0 30px;
    line-height: 44px;
}

.navbar-toggle {
    border: 0;
    padding: 0;
    height: 22px;
    margin: 29px 0;
    color: #000;
    font-size: 15px;
    overflow: hidden;
    border-radius: 0;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.navbar-toggle > span {
    width: 21px;
    height: 21px;
    font-size: 16px;
    overflow: hidden;
    line-height: 21px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-animation: gfortAnimationSpan 1s forwards;
    animation: gfortAnimationSpan 1s forwards;
}

@-webkit-keyframes gfortAnimationSpan {
    50% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(180deg);
    }
}

@keyframes gfortAnimationSpan {
    50% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(180deg);
    }
}

.navbar-toggle > span i.lines {
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 9px;
    position: relative;
    background-color: #000;
    -webkit-animation: gfortAnimationLines 1s forwards;
    animation: gfortAnimationLines 1s forwards;
}

@-webkit-keyframes gfortAnimationLines {

    0%,
    50% {
        background-color: transparent;
    }

    100% {
        background-color: #000;
    }
}

@keyframes gfortAnimationLines {

    0%,
    50% {
        background-color: transparent;
    }

    100% {
        background-color: #000;
    }
}

.navbar-toggle > span i.lines:after,
.navbar-toggle > span i.lines:before {
    left: 0;
    height: 3px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    background-color: #000;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-toggle > span i.lines:after {
    -webkit-animation: gfortAnimationAfter 1.5s forwards;
    animation: gfortAnimationAfter 1.5s forwards;
}

@-webkit-keyframes gfortAnimationAfter {
    0% {
        bottom: 0;
        -webkit-transform: rotate(45deg);
    }

    50% {
        bottom: 0;
        -webkit-transform: rotate(0);
    }

    100% {
        bottom: -6px;
    }
}

@keyframes gfortAnimationAfter {
    0% {
        bottom: 0;
        transform: rotate(45deg);
    }

    50% {
        bottom: 0;
        transform: rotate(0);
    }

    100% {
        bottom: -6px;
    }
}

.navbar-toggle > span i.lines:before {
    -webkit-animation: gfortAnimationBefore 1.5s forwards;
    animation: gfortAnimationBefore 1.5s forwards;
}

@-webkit-keyframes gfortAnimationBefore {
    0% {
        top: 0;
        -webkit-transform: rotate(-45deg);
    }

    50% {
        top: 0;
        -webkit-transform: rotate(0);
    }

    100% {
        top: -6px;
    }
}

@keyframes gfortAnimationBefore {
    0% {
        top: 0;
        transform: rotate(-45deg);
    }

    50% {
        top: 0;
        transform: rotate(0);
    }

    100% {
        top: -6px;
    }
}

.navbar-toggle.gfort-toggle > span {
    -webkit-animation: gfortToggleAnimationSpan 1s forwards;
    animation: gfortToggleAnimationSpan 1s forwards;
}

@-webkit-keyframes gfortToggleAnimationSpan {
    50% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-180deg);
    }
}

@keyframes gfortToggleAnimationSpan {
    50% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-180deg);
    }
}

.navbar-toggle.gfort-toggle > span i.lines {
    -webkit-animation: gfortToggleAnimationLines 1s forwards;
    animation: gfortToggleAnimationLines 1s forwards;
}

@-webkit-keyframes gfortToggleAnimationLines {

    0%,
    50% {
        background-color: #000;
    }

    100%,
    51% {
        background-color: transparent;
    }
}

@keyframes gfortToggleAnimationLines {

    0%,
    50% {
        background-color: #000;
    }

    100%,
    51% {
        background-color: transparent;
    }
}

.navbar-toggle.gfort-toggle > span i.lines:after {
    -webkit-animation: gfortToggleAnimationAfter 1s forwards;
    animation: gfortToggleAnimationAfter 1s forwards;
}

@-webkit-keyframes gfortToggleAnimationAfter {
    0% {
        bottom: -6px;
    }

    50% {
        bottom: 0;
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes gfortToggleAnimationAfter {
    0% {
        bottom: -6px;
    }

    50% {
        bottom: 0;
        transform: rotate(0);
    }

    100% {
        transform: rotate(45deg);
    }
}

.navbar-toggle.gfort-toggle > span i.lines:before {
    -webkit-animation: gfortToggleAnimationBefore 1s forwards;
    animation: gfortToggleAnimationBefore 1s forwards;
}

@-webkit-keyframes gfortToggleAnimationBefore {
    0% {
        top: -6px;
    }

    50% {
        top: 0;
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-45deg);
    }
}

@keyframes gfortToggleAnimationBefore {
    0% {
        top: -6px;
    }

    50% {
        top: 0;
        transform: rotate(0);
    }

    100% {
        transform: rotate(-45deg);
    }
}

.sub-menu .gfort-ripple {
    background-color: rgba(0, 0, 0, .1);
}

.menu-arrow {
    width: 11px;
    height: 20px;
    font-size: 16px;
    overflow: hidden;
    margin-left: 5px;
    line-height: 20px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.menu-arrow i.fa {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

ul.navbar-nav > li > ul.sub-menu {
    width: 0;
    height: 0;
    top: 10px;
    margin: 0;
    padding: 0;
    left: -20px;
    z-index: 16;
    list-style: none;
    overflow: hidden;
    text-align: left;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

ul.navbar-nav > li > ul.sub-menu li {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

ul.navbar-nav > li > ul.sub-menu li:first-child {
    margin-top: 0;
}

ul.navbar-nav > li > ul.sub-menu li:first-child a {
    line-height: 30px !important;
}

ul.navbar-nav > li > ul.sub-menu li a {
    width: 100%;
    opacity: .75;
    display: block;
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    line-height: 22px;
    padding: 10px 20px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.navbar-nav > li > ul.sub-menu li a:hover {
    opacity: 1;
    background-color: #ebebeb;
}

ul.navbar-nav > li > ul.sub-menu li:first-child > a {
    opacity: 1;
    text-transform: uppercase;
}

ul.navbar-nav > li > ul.sub-menu li:first-child > a:hover {
    background-color: transparent;
}

.header-menu-container.header-menu-stuck {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.header-menu-container.header-menu-tiny .navbar-brand {
    line-height: 60px;
}

.header-menu-container.header-menu-tiny .navbar-brand > img {
    max-height: 44px;
}

.header-menu-container.header-menu-tiny .navbar-toggle {
    margin: 19px 0;
}

.header-menu-container.header-menu-tiny ul.navbar-nav > li > a:not(.btn) {
    line-height: 53px;
}

.header-menu-container.header-menu-tiny ul.navbar-nav li a.btn {
    margin: 8px 0;
}

.header-menu-container.header-menu-tiny ul.navbar-nav > li > ul.sub-menu {
    top: 0;
}

.header-menu-container.header-menu-autohide {
    top: -90px;
}

.header-menu.header-menu-center,
.header-menu.header-menu-left {
    font-size: 0;
    line-height: 0;
}

.header-menu.header-menu-left {
    text-align: left;
}

.header-menu.header-menu-center {
    text-align: center;
}

.header-menu.header-menu-center .navbar-collapse.collapse,
.header-menu.header-menu-left .navbar-collapse.collapse {
    display: inline-block !important;
}

.header-menu.header-menu-center ul.navbar-nav > li > a:not(.btn),
.header-menu.header-menu-left ul.navbar-nav > li > a:not(.btn) {
    line-height: 53px;
}

.header-menu.header-menu-center ul.navbar-nav li a.btn,
.header-menu.header-menu-left ul.navbar-nav li a.btn {
    margin: 8px 0;
}

.header-menu.header-menu-center ul.navbar-nav > li > ul.sub-menu,
.header-menu.header-menu-left ul.navbar-nav > li > ul.sub-menu {
    top: 0;
}

.header-menu.header-menu-left .social-icons-block {
    width: auto;
    float: right;
    padding: 9px 0;
    text-align: right;
}

.header-style-2 .top-header {
    padding: 18px 0;
}

.header-style-3 .social-icons-block {
    padding: 19px 15px;
}

.header-style-3 .header-menu-container .navbar-header {
    display: none;
}

.header-style-4 .top-header {
    text-align: center;
}

.header-style-4 .top-header .navbar-header {
    float: none;
    display: inline-block;
}

.header-style-4 .header-menu-container .navbar-header {
    display: none;
}

.header-style-5 .top-header {
    z-index: 2;
    padding: 15px 0 0;
}

.header-style-5 .top-header .col-md-12 {
    text-align: center;
}

.header-style-5 .top-header .navbar-header {
    float: none;
    margin-top: -35px;
    margin-bottom: 15px;
    display: inline-block;
}

.header-style-5 .header-menu-container .navbar-header {
    display: none;
}

.header-style-6 .top-header {
    text-align: right;
}

.header-style-6 .info-block {
    padding: 18px 0;
}

.header-style-6 .header-menu-container .navbar-header {
    display: none;
}

.header-style-7 .top-header {
    text-align: right;
}

.header-style-7 .info-block {
    padding: 18px 0;
}

.header-style-8 .top-header {
    text-align: right;
}

.header-style-9 .top-header {
    padding: 25px 0;
}

.header-style-9 .top-header .navbar-header {
    padding: 5px 0;
}

.header-style-10 .top-header {
    text-align: center;
}

.header-style-10 .top-header .navbar-header {
    float: none;
    display: inline-block;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-gfort,
.btn-gfort-white {
    border: 0;
    z-index: 15;
    font-size: 14px;
    overflow: hidden;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    padding: 10px 30px;
    border-radius: 2px;
    margin: 30px 10px 0 0;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.hero-section .btn-gfort,
.hero-section .btn-gfort-white {
    margin-bottom: 5px;
}

a.btn:last-of-type {
    margin-right: 0;
}

.btn-gfort *,
.btn-gfort-white * {
    margin: 0;
    padding: 0;
}

.btn-gfort-white::after,
.btn-gfort::after {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    background-color: rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-gfort,
.btn-gfort:focus {
    color: #fff;
    background-color: #d32f2f;
}

.btn-gfort-white,
.btn-gfort-white:focus {
    color: #121212;
    background-color: #fff;
}

.btn-gfort-white * {
    color: #121212;
}

.btn-gfort-white::after {
    background-color: rgba(0, 0, 0, .08);
}

.btn-gfort-white .gfort-ripple {
    background: rgba(0, 0, 0, .15);
}

.btn-gfort-white.active,
.btn-gfort-white:active,
.btn-gfort-white:hover,
.btn-gfort.active,
.btn-gfort:active,
.btn-gfort:hover {
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, .18), 0 4px 15px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 11px rgba(0, 0, 0, .18), 0 4px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px rgba(0, 0, 0, .18), 0 4px 15px rgba(0, 0, 0, .15);
}

.btn-gfort-white:focus::after,
.btn-gfort-white:hover::after,
.btn-gfort:focus::after,
.btn-gfort:hover::after {
    opacity: 1;
}

.btn-gfort-link {
    border: 0;
    z-index: 4;
    color: #121212;
    font-size: 15px;
    overflow: hidden;
    font-weight: 500;
    padding: 7px 15px;
    line-height: 24px;
    position: relative;
    border-radius: 2px;
    vertical-align: bottom;
    outline: 0 !important;
    margin: 20px 10px -15px -15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn-gfort-link:last-child {
    margin-right: 0;
}

.btn-gfort-link::after {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-gfort-link .gfort-ripple {
    background-color: rgba(0, 0, 0, .15);
}

.btn-gfort-link.active,
.btn-gfort-link:active,
.btn-gfort-link:focus,
.btn-gfort-link:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-gfort-link:focus::after,
.btn-gfort-link:hover::after {
    opacity: 1;
}

.btn-gfort-lg {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 40px;
    white-space: normal;
}

.btn-gfort-sm {
    font-size: 13px;
    padding: 8px 20px;
}

.btn-gfort-circle {
    border: 0;
    padding: 0;
    z-index: 15;
    color: #fff;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    outline: 0 !important;
    background-color: #d32f2f;
}

.btn-gfort-circle-lg {
    width: 64px;
    height: 64px;
    font-size: 22px;
    line-height: 64px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.btn-gfort-circle-md {
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.btn-gfort-circle-sm {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
}

.btn-gfort-circle i.fa {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.btn-gfort-circle-lg i.fa {
    line-height: 64px;
}

.btn-gfort-circle-md i.fa {
    line-height: 48px;
}

.btn-gfort-circle-sm i.fa {
    line-height: 32px;
}

.btn-gfort-circle-lg i.fa-play {
    padding-left: 7px;
}

.btn-gfort-circle-md i.fa-play {
    padding-left: 5px;
}

.btn-gfort-circle-sm i.fa-play {
    padding-left: 3px;
}

.btn-gfort-circle .gfort-ripple {
    background-color: rgba(0, 0, 0, .15);
}

.btn-gfort-circle:focus,
.btn-gfort-circle:hover {
    color: #121212;
    background-color: #fff;
}

a.btn-gfort-image {
    border: 0;
    padding: 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    margin: 30px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    outline: 0 !important;
    background-color: #121212;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

a.btn-gfort-image:last-of-type {
    margin-right: 0;
}

.hero-section a.btn-gfort-image {
    margin-bottom: 5px;
}

a.btn-gfort-image img {
    width: 100%;
    display: block;
    max-width: 170px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.btn-gfort-image:hover {
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, .18), 0 4px 15px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 11px rgba(0, 0, 0, .18), 0 4px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px rgba(0, 0, 0, .18), 0 4px 15px rgba(0, 0, 0, .15);
}

.section-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}

.black-section,
.grey-section,
.white-section {
    padding: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.grey-section {
    background-color: #f7f7f7;
}

.black-section {
    background-color: #121212;
}

.white-section {
    background-color: #fff;
}

.hero-section {
    font-size: 18px;
}

.single-section .post-block-container {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.section-lg-padding > .section-container {
    padding: 160px 0 130px !important;
}

.section-md-padding > .section-container {
    padding: 145px 0 115px !important;
}

.section-sm-padding > .section-container {
    padding: 125px 0 95px !important;
}

.section-xs-padding > .section-container {
    padding: 50px 0 20px !important;
}

.social-section.section-xs-padding > .section-container {
    padding: 20px 0 !important;
}

.section-no-padding > .section-container {
    padding: 0 !important;
}

.section-no-padding-bottom > .section-container {
    padding-bottom: 0 !important;
    margin-bottom: -30px !important;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-right-50 {
    padding-right: 50px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-left-100 {
    padding-left: 100px;
}

.padding-right-100 {
    padding-right: 100px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.gfort-swiper-slider {
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide-container {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.swiper-slide-container > .image-block {
    padding: 0;
}

.swiper-slide-container > .image-block img {
    width: 100%;
    height: auto;
    position: relative;
}

.swiper-slide > img {
    width: 100%;
    display: block;
}

div[class*=col-][data-gfort-swiper-slide-to] > div {
    cursor: pointer;
}

.active-swiper-slide .circle-icon-block {
    color: #d32f2f !important;
    background-color: #fff !important;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    opacity: 0;
    width: 48px;
    height: 48px;
    color: #121212;
    font-size: 32px;
    margin-top: -24px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    background-image: none;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -58px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -58px;
}

.swiper-button-prev i,
.swiper-container-rtl .swiper-button-next i {
    margin-left: -5px;
}

.swiper-button-next i,
.swiper-container-rtl .swiper-button-prev i {
    margin-right: -5px;
}

.gfort-swiper-slider:hover .swiper-button-prev,
.gfort-swiper-slider:hover .swiper-container-rtl .swiper-button-next {
    opacity: 1;
    left: 20px;
}

.gfort-swiper-slider:hover .swiper-button-next,
.gfort-swiper-slider:hover .swiper-container-rtl .swiper-button-prev {
    opacity: 1;
    right: 20px;
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 0;
    height: 20px;
    line-height: 0;
}

.section-no-padding .swiper-container-horizontal > .swiper-pagination {
    bottom: 10px
}

.background-swiper-slider .swiper-pagination,
.fade-swiper-slider .swiper-pagination,
.no-pagination-swiper-slider .swiper-pagination,
.vertical-swiper-slider .swiper-pagination {
    display: none;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
}

.swiper-pagination-bullet {
    opacity: 1;
    width: 20px;
    height: 20px;
    padding: 5px;
    position: relative;
    background-color: transparent;
}

.swiper-pagination-bullet::after {
    top: 5px;
    left: 5px;
    content: '';
    width: 10px;
    height: 10px;
    opacity: .5;
    border-radius: 50%;
    position: absolute;
    background-color: #d32f2f;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.swiper-pagination-bullet-active::after,
.swiper-pagination-bullet:hover::after {
    opacity: 1;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
    color: #fff;
    background-color: #d32f2f;
}

.gfort-swiper-slider[data-swiper-items="1"] .image-block-container .fancybox img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.background-swiper-slider {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.thumbs-swiper-slider {
    overflow: visible;
    margin-bottom: 40px;
}

.thumbs-swiper-slider .swiper-pagination-tumbs {
    z-index: 10;
    width: 100%;
    height: 80px;
    font-size: 0;
    line-height: 0;
    margin-top: -40px;
    position: relative;
    text-align: center;
}

.swiper-pagination-tumbs span {
    width: 80px;
    height: 80px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%;
    margin: -5px 2px 0;
    display: inline-block;
    background-color: #121212;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.swiper-pagination-tumbs span img {
    width: 100%;
    opacity: .7;
    display: block;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.swiper-pagination-tumbs span.active-swiper-slide img,
.swiper-pagination-tumbs span:hover img {
    opacity: 1;
}

.swiper-pagination-tumbs span.active-swiper-slide,
.swiper-pagination-tumbs span:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.coverflow-swiper-slider .swiper-slide {
    width: 33.33333333%;
}

.coverflow-swiper-slider .swiper-pagination {
    display: none;
}

.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-bottom,
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-left,
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-right,
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-top {
    left: -1%;
    width: 102%;
}

.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-left,
.coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient(90deg, #fff 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(90deg, #fff 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #fff 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(90deg, #fff 35%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, #fff 35%, rgba(255, 255, 255, 0) 100%);
}

.grey-section .coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-left,
.grey-section .coverflow-swiper-slider.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient(90deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(90deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(90deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
}

.center-swiper-slider .swiper-slide::after {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background-color: transparent;
}

.center-swiper-slider .swiper-slide-active::after {
    display: none;
}

.center-swiper-slider .portfolio-block-container .image-block ~ * {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.center-swiper-slider .swiper-slide-active .portfolio-block-container .image-block ~ * {
    opacity: 1;
}

.mobile-slider {
    width: 100%;
    display: block;
    overflow: hidden;
    max-width: 760px;
    text-align: center;
    position: relative;
    margin: 0 auto 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.mobile-slider .gfort-swiper-slider:hover .swiper-button-prev,
.mobile-slider .gfort-swiper-slider:hover .swiper-container-rtl .swiper-button-next {
    left: 5px;
}

.mobile-slider .gfort-swiper-slider:hover .swiper-button-next,
.mobile-slider .gfort-swiper-slider:hover .swiper-container-rtl .swiper-button-prev {
    right: 5px;
}

.iphone-slider .mobile-slider-container {
    top: 0;
    left: 50%;
    width: 252px;
    height: 100%;
    overflow: hidden;
    padding-top: 72px;
    position: absolute;
    margin-left: -126px;
    padding-bottom: 72px;
}

.mobile-slider .iphone-frame {
    width: 290px;
    display: block;
    margin: 0 auto;
}

.gfort-swiper-slider .portfolio-block-container {
    width: auto;
    margin-left: -1px;
    margin-right: -1px;
}

.gfort-swiper-slider .portfolio-block-container .image-block img {
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}

.gfort-swiper-slider .post-block-container {
    background-color: #d32f2f;
}

.gfort-swiper-slider .post-block-container .post-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    padding: 15px;
    display: block;
    min-height: 62px;
    text-align: right;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, .7) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(270deg, rgba(0, 0, 0, .7) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, .7) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 0, rgba(255, 255, 255, 0) 100%);
}

.gfort-swiper-slider .post-block-container .post-media {
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.gfort-swiper-slider .post-block-container .post-media > div {
    border-radius: 0;
}

.gfort-swiper-slider .post-block-container .post-footer {
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 15;
    margin-top: 0;
    position: absolute;
    background-color: #d32f2f;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 55px);
    -moz-transform: translate(0, 55px);
    -ms-transform: translate(0, 55px);
    -o-transform: translate(0, 55px);
    transform: translate(0, 55px);
    -webkit-transition: opacity .3s, transform .3s;
    -moz-transition: opacity .3s, transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
}

.gfort-swiper-slider .post-block-container .avatar-block {
    top: 15px;
    left: 15px;
    width: 32px;
    height: 32px;
}

.gfort-swiper-slider .post-block-container .meta-block-container {
    color: #fff;
    font-size: 16px;
}

.gfort-swiper-slider .post-block-container .meta-block-container span {
    margin-top: 8px;
    margin-bottom: 8px;
}

.gfort-swiper-slider .post-block-container .meta-block-container span i {
    color: #fff;
}

.gfort-swiper-slider .post-block-container .post-footer h4 {
    margin: 0;
}

.gfort-swiper-slider .post-block-container .post-footer h4 a {
    width: 100%;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 30px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 20px 10px;
    background-color: #d32f2f;
}

.gfort-swiper-slider .post-block-container .post-footer h4 a::after {
    left: 0;
    top: -5px;
    width: 100%;
    height: 5px;
    content: '';
    position: absolute;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.gfort-swiper-slider .post-block-container .post-media .image-block {
    overflow: hidden;
}

.gfort-swiper-slider .post-block-container .post-media .image-block-container {
    width: auto;
    margin-top: 0;
    margin-right: -1px;
}

.gfort-swiper-slider .post-block-container .post-media .image-block img {
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.gfort-swiper-slider .post-block-container:hover .post-media .image-block img {
    -webkit-transform: translate(0, -55px);
    -moz-transform: translate(0, -55px);
    -ms-transform: translate(0, -55px);
    -o-transform: translate(0, -55px);
    transform: translate(0, -55px);
}

.gfort-swiper-slider .post-block-container:hover .post-footer {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.background-portfolio-grid {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.background-portfolio-grid-container {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.background-portfolio-grid-container::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    opacity: .7;
    position: absolute;
    background-color: #121212;
}

.ri-grid-loading:after,
.ri-grid-loading:before {
    display: none;
}

.ri-loading-image {
    display: none;
}

.ri-grid-loading .ri-loading-image {
    left: 50%;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    margin: 100px 0 0 -15px;
}

.background-portfolio-grid-container ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    list-style: none;
    position: relative;
}

.background-portfolio-grid-container ul li {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

.background-portfolio-grid-container ul li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    display: block;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.filter-block {
    width: 100%;
    z-index: 20;
    display: block;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

.filter-block::after {
    content: '';
    clear: both;
    display: table;
}

.filter-block-container {
    padding: 0;
    z-index: 3;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.filter-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.filter-group {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

.filter-items-wrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.filter-items-container {
    width: 100%;
    height: 100%;
    display: block;
}

.filter-items-wrapper.correct-position {
    margin-bottom: 30px;
}

.portfolio-block-container {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

.portfolio-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.portfolio-block-container a.main-link {
    width: 100%;
    display: block;
    position: relative;
    outline: 0 !important;
}

.portfolio-block-container a.main-link::after {
    content: '';
    clear: both;
    display: table;
}

.portfolio-block-container .image-block {
    margin-bottom: 25px !important;
}

.portfolio-block-container .image-block:last-child {
    margin-bottom: 0 !important;
}

.portfolio-block-container .image-block a {
    width: 100%;
    display: block;
}

.portfolio-block-container .image-block a img,
.portfolio-block-container a.main-link .image-block img {
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.portfolio-block-container a.main-link .image-block::after {
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    background-color: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.portfolio-block-container h4 {
    width: auto;
    z-index: 16;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.portfolio-block-container h4:last-child {
    margin: 0;
}

.portfolio-block-container h4 + h6 {
    margin-top: -5px;
    margin-bottom: 15px;
}

.portfolio-block-container h4 + h6:last-child {
    margin-bottom: 0;
}

.portfolio-block-container .list-icon {
    margin-top: 0;
}

.portfolio-block-container a {
    color: #121212;
}

.portfolio-block-container a:hover {
    color: #d32f2f;
}

.portfolio-block-container a.btn {
    margin-top: 20px;
}

.portfolio-block-container:hover a.main-link h4 {
    color: #d32f2f;
}

.portfolio-block-container:hover a.main-link .image-block::after {
    opacity: .5;
}

.portfolio-block-style-1 a.main-link,
.portfolio-block-style-2 a.main-link {
    z-index: 15;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.portfolio-block-style-2 a.main-link {
    background-color: #d32f2f;
}

.portfolio-block-style-1 a.main-link .image-block,
.portfolio-block-style-2 a.main-link .image-block {
    overflow: hidden;
    margin-bottom: 0 !important;
}

.portfolio-block-style-1 a.main-link .image-block-container,
.portfolio-block-style-2 a.main-link .image-block-container {
    width: auto;
    margin-right: -1px;
}

.portfolio-block-style-1 a.main-link .image-block img,
.portfolio-block-style-2 a.main-link .image-block img {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.portfolio-block-style-1 a.main-link h4,
.portfolio-block-style-2 a.main-link h4 {
    left: 0;
    bottom: 0;
    opacity: 0;
    color: #fff;
    line-height: 25px;
    padding: 15px 20px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.portfolio-block-style-1 a.main-link h4 {
    width: auto;
    max-width: 100%;
    background-color: transparent;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.portfolio-block-style-2 a.main-link h4 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #d32f2f;
    border-radius: 0 0 2px 2px;
    -webkit-transform: translate(0, 55px);
    -moz-transform: translate(0, 55px);
    -ms-transform: translate(0, 55px);
    -o-transform: translate(0, 55px);
    transform: translate(0, 55px);
}

.portfolio-block-style-2 h4::after {
    left: 0;
    top: -5px;
    width: 100%;
    height: 5px;
    content: '';
    position: absolute;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.portfolio-block-style-1 .portfolio-block-container:hover a.main-link h4 {
    opacity: 1;
    color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.portfolio-block-style-2 .portfolio-block-container:hover .image-block img {
    opacity: 1;
    -webkit-transform: translate(0, -55px);
    -moz-transform: translate(0, -55px);
    -ms-transform: translate(0, -55px);
    -o-transform: translate(0, -55px);
    transform: translate(0, -55px);
}

.portfolio-block-style-2 .portfolio-block-container:hover a.main-link h4 {
    opacity: 1;
    color: #fff;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.portfolio-block-style-1 .portfolio-block-container:hover a.main-link .image-block::after,
.portfolio-block-style-2 .portfolio-block-container:hover a.main-link .image-block::after {
    opacity: .8;
}

.portfolio-block-style-3 .portfolio-block-container > .image-block {
    padding: 20px;
    background-color: #fff;
    border: 10px solid #000;
    -webkit-box-shadow: 0 10px 7px -5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 10px 7px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 7px -5px rgba(0, 0, 0, .3);
}

.portfolio-block-style-3 .portfolio-block-container > .image-block img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.portfolio-block-style-3 .portfolio-block-container > h4 {
    width: auto;
    font-size: 16px;
    display: inline-block;
    padding: 10px 25px 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.wide-block .portfolio-block-container .image-block {
    margin-bottom: 0 !important;
}

.wide-block .portfolio-block-container .image-block img,
.wide-block .portfolio-block-container .image-block::after,
.wide-block .portfolio-block-container a.main-link {
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.wide-block .portfolio-block-container h4 {
    border-radius: 0 !important;
    padding: 15px 20px !important;
}

.photostack-block {
    width: 100%;
    height: 550px;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.photostack-block-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.photostack-block-container > div.portfolio-block {
    margin: 0;
    z-index: 10;
    display: block;
    position: absolute;
    text-align: center;
}

.photostack-block-container > div.portfolio-block.photostack-current.photostack-flip {
    z-index: 11;
}

.photostack-block-container > div.portfolio-block::after {
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    visibility: visible;
    background-color: transparent;
    -webkit-transition: opacity .6s, visibility 0s .6s;
    -moz-transition: opacity .6s, visibility 0s .6s;
    -o-transition: opacity .6s, visibility 0s .6s;
    transition: opacity .6s, visibility 0s .6s;
}

.photostack-block-container > div.portfolio-block.photostack-current::after {
    opacity: 0;
    visibility: hidden;
}

.photostack-block-container > div.portfolio-block .portfolio-block-container {
    margin-bottom: 0;
}

.gfort-photostack-nav-wrapper {
    width: 100%;
    height: 20px;
    line-height: 0;
    margin-top: -30px;
}

.gfort-photostack-nav-wrapper nav {
    width: auto;
    z-index: 90;
    height: 20px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: inline-block;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.gfort-photostack-nav-wrapper nav span {
    width: 20px;
    height: 20px;
    padding: 5px;
    opacity: .5;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gfort-photostack-nav-wrapper nav span::after {
    top: 5px;
    left: 5px;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background-color: #d32f2f;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.gfort-photostack-nav-wrapper nav span.current,
.gfort-photostack-nav-wrapper nav span:hover {
    opacity: 1;
}

.gfort-photostack-nav-wrapper nav span.current::after,
.gfort-photostack-nav-wrapper nav span:hover::after {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

.gfort-photostack-next,
.gfort-photostack-prev {
    top: 50%;
    opacity: 0;
    z-index: 15;
    width: 48px;
    height: 48px;
    color: #121212;
    cursor: pointer;
    margin-top: -24px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.gfort-photostack-prev {
    left: -58px;
}

.gfort-photostack-next {
    right: -58px;
}

.gfort-photostack-next::after,
.gfort-photostack-prev::after {
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    display: block;
    font-size: 32px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    font-family: "FontAwesome";
}

.gfort-photostack-prev::after {
    content: '\f104';
    padding-right: 2px;
}

.gfort-photostack-next::after {
    content: '\f105';
    padding-left: 2px;
}

.gfort-photostack-next:hover,
.gfort-photostack-prev:hover {
    color: #fff;
    background-color: #d32f2f;
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, .18), 0 4px 15px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 11px rgba(0, 0, 0, .18), 0 4px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px rgba(0, 0, 0, .18), 0 4px 15px rgba(0, 0, 0, .15);
}

.photostack-block:hover .gfort-photostack-prev {
    opacity: 1;
    left: 20px;
}

.photostack-block:hover .gfort-photostack-next {
    opacity: 1;
    right: 20px;
}

.photostack-transition .portfolio-block {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -moz-transition: -moz-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}

.photostack-perspective .portfolio-block {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.photostack-perspective .portfolio-block.photostack-flip {
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.post-block-container {
    width: 100%;
    display: block;
    padding: 0 0 60px;
    position: relative;
    margin: 0 auto 50px;
    border-bottom: 1px solid #ddd;
}

.post-block:last-child .post-block-container {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.post-block-container .post-header {
    width: 100%;
    z-index: 10;
    display: block;
    margin: 0 auto;
    line-height: 0;
    min-height: 56px;
    position: relative;
    padding: 2px 0 0 70px;
}

.post-block-container .post-header::after {
    content: '';
    clear: both;
    display: table;
}

.post-block-container .post-media {
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 2px;
    margin: 30px auto 0;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.post-block-container .post-media * {
    margin-bottom: 0 !important;
}

.post-block-container .post-media > div {
    overflow: hidden;
    border-radius: 2px;
}

.post-block-container .post-footer {
    width: 100%;
    display: block;
    margin-top: 30px;
    position: relative;
}

.post-block-container .avatar-block {
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    position: absolute;
}

.post-block-container .post-header h4 {
    margin: 0;
    padding: 0;
}

.post-block-container .post-header h4 a {
    color: #121212;
    display: inline-block;
}

.post-block-container .post-media .image-block a {
    width: 100%;
    display: block;
}

.post-block-container .post-header h4 a:hover {
    color: #d32f2f;
}

.timeline-block-center .timeline-block-item:nth-child(odd) .post-block {
    padding-right: 25px;
}

.timeline-block-center .timeline-block-item:nth-child(even) .post-block {
    padding-left: 25px;
}

.timeline-block-center .timeline-block-item .post-block-container {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.timeline-block-center .timeline-block-item:last-child .post-block-container {
    margin-bottom: 0;
}

.timeline-block-center .timeline-block-item .post-block-container::after,
.timeline-block-center .timeline-block-item .post-block-container::before {
    left: 100%;
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.timeline-block-center .timeline-block-item .post-block-container::after {
    top: 22px;
    width: 12px;
    height: 12px;
    margin-left: 19px;
    border: 2px solid #d32f2f;
}

.timeline-block-center .timeline-block-item .post-block-container::before {
    top: 12px;
    width: 32px;
    height: 32px;
    margin-left: 9px;
}

.grey-section .timeline-block-center .timeline-block-item .post-block-container::after,
.grey-section .timeline-block-center .timeline-block-item .post-block-container::before {
    background-color: #f7f7f7;
}

.timeline-block-center .timeline-block-item:nth-child(even) .post-block-container::after {
    left: 0;
    margin-left: -31px;
}

.timeline-block-center .timeline-block-item:nth-child(even) .post-block-container::before {
    left: 0;
    margin-left: -41px;
}

.timeline-block-center .timeline-block-item .post-block-container:hover::after {
    background-color: #d32f2f;
}

nav.gfort-pagination {
    padding: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin: 0 auto 25px;
}

nav.gfort-pagination ul.pagination {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border-radius: 0;
    display: inline-block;
}

nav.gfort-pagination ul.pagination > li {
    margin: 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
}

nav.gfort-pagination ul.pagination > li > a,
nav.gfort-pagination ul.pagination > li > span {
    border: 0;
    padding: 0;
    width: 100%;
    margin-left: 0;
    color: #515151;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    border-radius: 50% !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
}

nav.gfort-pagination ul.pagination > li > a span {
    font-size: 16px;
}

nav.gfort-pagination ul.pagination > .active > a,
nav.gfort-pagination ul.pagination > .active > a:focus,
nav.gfort-pagination ul.pagination > .active > a:hover,
nav.gfort-pagination ul.pagination > .active > span,
nav.gfort-pagination ul.pagination > .active > span:focus,
nav.gfort-pagination ul.pagination > .active > span:hover,
nav.gfort-pagination ul.pagination > .disabled > a,
nav.gfort-pagination ul.pagination > .disabled > a:focus,
nav.gfort-pagination ul.pagination > .disabled > a:hover,
nav.gfort-pagination ul.pagination > .disabled > span,
nav.gfort-pagination ul.pagination > .disabled > span:focus,
nav.gfort-pagination ul.pagination > .disabled > span:hover,
nav.gfort-pagination ul.pagination > li > a:focus,
nav.gfort-pagination ul.pagination > li > a:hover,
nav.gfort-pagination ul.pagination > li > span:focus,
nav.gfort-pagination ul.pagination > li > span:hover {
    color: #fff;
    background-color: #d32f2f;
}

.post-tags-block-container {
    width: 100%;
    display: block;
    line-height: 44px;
    margin-bottom: 30px;
}

.post-tags-block-container > span {
    margin-right: 10px;
    display: inline-block;
}

.post-tags-block-container a.btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-share-block-container {
    width: 100%;
    display: block;
    line-height: 42px;
    margin: 5px auto 30px;
}

.post-share-block-container > span {
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
}

.post-share-block-container > .social-icons-block {
    vertical-align: top;
    display: inline-block;
}

.post-comments-block-container {
    width: 100%;
    display: block;
    margin: 5px auto 30px;
}

.sticky-block {
    margin-top: 100px;
    position: relative;
    margin-bottom: -70px;
}

.sticky-block::after {
    content: '';
    clear: both;
    display: table;
}

.section-no-padding .sticky-block {
    margin-top: 30px;
    margin-bottom: 0;
}

.section-no-padding .col-md-12.title-block-style-1.sticky-block .title-block-container {
    margin-bottom: 5px;
}

.section-no-padding-bottom .sticky-block {
    margin-top: 130px;
    margin-bottom: 30px;
}

.section-lg-padding .sticky-block {
    margin-top: 160px;
    margin-bottom: -130px;
}

.section-md-padding .sticky-block {
    margin-top: 145px;
    margin-bottom: -115px;
}

.section-sm-padding .sticky-block {
    margin-top: 125px;
    margin-bottom: -95px;
}

.wide-block {
    padding: 0;
}

.wide-block > div {
    margin-bottom: 0 !important
}

.wide-block .fancybox,
.wide-block .fancybox::before,
.wide-block .image-block img,
.wide-block a.main-link {
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.col-md-12.title-block + div {
    clear: left;
}

.title-block-container {
    padding: 0;
    width: 100%;
    z-index: 15;
    display: block;
    font-size: 18px;
    position: relative;
    margin: 0 auto 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.title-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.title-block-container.text-center {
    margin-bottom: 30px;
}

.title-block-container.text-center p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-section .title-block-container.text-center {
    font-size: 26px;
    letter-spacing: .5px;
}

.hero-section .title-block-container.text-center a.btn {
    margin-top: 65px;
}

.title-block-container .navbar-brand {
    float: none;
    margin-bottom: 30px;
    display: inline-block;
}

.title-block-container .navbar-brand > img {
    max-height: 80px;
}

.title-block-container h1 {
    margin-top: -5px;
}

.title-block-container.text-center h1 {
    line-height: 1;
    font-size: 60px;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.title-block-container h2 {
    margin-top: -5px;
}

.title-block-container h2 + h3 {
    margin-top: -5px;
}

.line-separator {
    width: 40px;
    height: 3px;
    display: block;
    margin: 20px 0 10px;
    background-color: #121212;
}

.wid-divider {
    border-bottom: 2px solid #000;
}

.wid-divider.line-separator {
    height: 0;
    background-color: transparent;
}

.text-center .line-separator {
    margin: 25px auto;
}

.line-separator + h4 {
    margin-top: 25px;
}

.title-block-style-1 {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.title-block-style-1 .title-block-container {
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 35px 30px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.title-block-style-1 h3:last-child {
    margin-bottom: 5px;
}

.hero-section .title-block-style-1 .title-block-container.text-center {
    font-size: 22px;
    line-height: 1.4;
}

.title-block-style-1 .title-block-container p:last-child {
    margin-bottom: 5px;
}

.title-block-style-1 .title-block-container p:first-of-type {
    padding-top: 10px;
}

.hero-section .title-block-style-1 .title-block-container.text-center a.btn,
.title-block-style-1 .title-block-container a.btn {
    margin-top: 35px;
    margin-bottom: 14px;
}

.black-title-label-block,
.main-title-label-block,
.white-title-label-block {
    z-index: 10;
    padding: 0 !important;
    line-height: 0 !important;
    margin: 0 auto 15px !important;
}

.black-title-label-block span,
.main-title-label-block span,
.white-title-label-block span {
    line-height: 1;
    overflow: hidden;
    padding: 15px 30px;
    position: relative;
    border-radius: 2px;
    display: inline-block;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.main-title-label-block span {
    color: #fff;
    background-color: #d32f2f;
}

.white-title-label-block span {
    color: #121212;
    background-color: #fff;
}

.black-title-label-block span {
    color: #fff;
    background-color: #121212;
}

.background-image-block {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.background-image-block img {
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.background-image-block img.mobile-image {
    display: none;
}

.ie9 .background-image-block img,
.no-parallax-effect img {
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.image-block {
    width: 100%;
    z-index: 10;
    margin: 0 auto;
    display: block;
    padding: 50px 0 0;
    position: relative;
}

.image-block-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.image-block-container img {
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pull-right .image-block-container img {
    left: 0;
    right: auto;
}

.pull-center .image-block-container img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.image-block-container img:nth-child(2) {
    right: 100px;
}

.pull-right .image-block-container img:nth-child(2) {
    left: 100px;
    right: auto;
}

.image-block-container img:nth-child(2) {
    z-index: 8;
}

.image-block-container img:nth-last-child(2) {
    z-index: 9;
}

.image-block-container img:nth-last-child(3) {
    z-index: 10;
}

div[class*=col-] .image-block {
    padding: 0;
    margin-bottom: 30px;
}

div[class*=col-] .image-block-container img {
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    height: auto !important;
    display: block;
    position: relative;
}

div[class*=col-] .image-block-container img ~ img {
    left: 0;
    position: absolute;
}

.fancybox {
    z-index: 25;
    display: block;
    text-align: center;
    outline: 0 !important;
}

.image-block-container .fancybox {
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    display: block;
    border-radius: 3px;
    position: relative;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

:not(.image-block-container) > .fancybox {
    top: 15px;
    right: 15px;
    position: absolute;
}

.image-block-container .fancybox img {
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.fancybox::after {
    opacity: 0;
    z-index: 15;
    width: 32px;
    height: 32px;
    display: block;
    color: #fff;
    font-size: 14px;
    content: '\f002';
    line-height: 32px;
    position: relative;
    border-radius: 50%;
    background-color: #d32f2f;
    font-family: FontAwesome;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.image-block-container .fancybox::after {
    top: 15px;
    right: 15px;
    position: absolute;
}

.fancybox.fancybox-video::after {
    content: '\f04b';
    padding-left: 2px;
}

.image-block-container .fancybox::before {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 2px;
    background-color: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fancybox:hover::after,
:not(.image-block-container):hover > .fancybox::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.image-block-container .fancybox:hover::before {
    opacity: .5;
}

.fancybox-overlay .expander {
    top: 0;
    left: 0;
    margin: 5px;
    z-index: 99999;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    text-align: center;
    outline: 0 !important;
}

.fancybox-overlay .expander::after {
    width: 32px;
    height: 32px;
    display: block;
    color: #fff;
    font-size: 14px;
    content: '\f065';
    line-height: 32px;
    border-radius: 50%;
    background-color: #d32f2f;
    font-family: FontAwesome;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fancybox-overlay .expander:hover::after {
    background-color: #000;
}

.gfort-42-column,
.gfort-50-column {
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.gfort-50-column {
    width: 50%;
}

.gfort-42-column {
    width: 42.4%;
}

.gfort-42-column > div,
.gfort-50-column > div {
    float: right;
    height: 100%;
    max-width: 585px;
    padding-left: 15px;
    padding-right: 15px;
}

.gfort-50-column.pull-right {
    left: 50%;
}

.gfort-42-column.pull-right {
    left: 57.6%;
}

.gfort-42-column.pull-right > div,
.gfort-50-column.pull-right > div {
    float: left;
}

.gfort-42-column.pull-center,
.gfort-50-column.pull-center {
    left: 50%;
    overflow: visible;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gfort-42-column > div.gmap-block,
.gfort-50-column > div.gmap-block {
    max-width: 100%;
}

.gfort-42-column > div.background-image-block,
.gfort-50-column > div.background-image-block {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gfort-42-column > div.image-block,
.gfort-50-column > div.image-block {
    max-width: 100%;
}

.gfort-42-column a.btn-gfort-circle,
.gfort-50-column a.btn-gfort-circle {
    top: 50%;
    left: 50%;
    z-index: 3;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gfort-42-column > div.gfort-swiper-slider,
.gfort-50-column > div.gfort-swiper-slider {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    height: 100% !important;
}

.gfort-42-column > div.gfort-swiper-slider .background-image-block,
.gfort-50-column > div.gfort-swiper-slider .background-image-block {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

i.circle-icon-block {
    color: #515151;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

i.circle-icon-block-lg {
    width: 64px;
    height: 64px;
    font-size: 22px;
    line-height: 64px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

i.circle-icon-block-md {
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

i.circle-icon-block-sm {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
}

i.circle-icon-block-sm.fa-clock-o,
i.circle-icon-block-sm.fa-phone {
    font-size: 16px;
    line-height: 33px;
}

.info-block {
    padding: 0;
    z-index: 4;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    position: relative;
    margin: 0 20px 0 0;
    vertical-align: top;
    display: inline-block;
}

.info-block:last-child {
    margin-right: 0;
}

.info-block-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.info-block-container > a.main-link {
    margin: 5px 0;
    position: relative;
}

.info-block-container a {
    width: 100%;
    display: block;
    color: #515151;
    text-transform: uppercase;
}

.info-block-container i.circle-icon-block {
    top: 0;
    left: 2px;
    position: absolute;
}

.info-block-container i.circle-icon-block-sm ~ a,
.info-block-container i.circle-icon-block-sm ~ h6,
.info-block-container i.circle-icon-block-sm ~ p {
    padding-left: 44px;
}

.info-block-container i.circle-icon-block-md ~ a,
.info-block-container i.circle-icon-block-md ~ h6,
.info-block-container i.circle-icon-block-md ~ p {
    padding-left: 60px;
}

.info-block-container > a.main-link i.circle-icon-block-sm ~ p {
    padding-top: 2px;
    line-height: 32px;
}

.info-block-container > a.main-link i.circle-icon-block-md ~ p {
    font-size: 16px;
    line-height: 48px;
}

.info-block-container a:hover {
    color: #d32f2f;
}

.info-block-container > a.main-link:hover i.circle-icon-block {
    color: #fff;
    background-color: #d32f2f;
}

.info-block-style-1,
.info-block-style-1 p {
    line-height: 21px;
}

.top-header .info-block-style-1 .info-block-container {
    padding: 18px 0 17px;
}

.info-block-style-1 i.circle-icon-block {
    top: 50%;
    color: #fff;
    background-color: #d32f2f;
}

.info-block-style-1 i.circle-icon-block-sm {
    margin-top: -16px;
}

.info-block-style-1 i.circle-icon-block-lg {
    margin-top: -32px;
}

.info-block-style-1 i.circle-icon-block-md {
    margin-top: -24px;
}

.info-block-style-1 h6 {
    margin-bottom: 2px;
}

.social-icons-block {
    z-index: 15;
    font-size: 0;
    line-height: 0;
    display: block;
    position: relative;
}

.social-icons-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.social-icons-block ul li {
    float: left;
    text-align: center;
    margin: 5px 10px 5px 0;
}

.social-icons-block ul li:last-child {
    margin-right: 0;
}

.text-center.social-icons-block ul li {
    float: none;
    display: inline-block;
}

.social-icons-block-lg-margin.social-icons-block ul li {
    margin: 20px 40px 20px 0;
}

.social-icons-block-lg-margin.social-icons-block ul li:last-child {
    margin-right: 0;
}

.social-icons-block ul li a {
    width: 100%;
    display: block;
    color: #515151;
    text-align: center;
    border-radius: 50%;
    outline: 0 !important;
}

.social-icons-block ul li a i.fa {
    display: block;
    color: #515151;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social-icons-block-lg ul li a i.fa {
    width: 64px;
    height: 64px;
    font-size: 22px;
    line-height: 64px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.social-icons-block-md ul li a i.fa {
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
}

.social-icons-block-sm ul li a i.fa {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
}

.social-icons-block ul li a span {
    width: 100%;
    display: block;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.social-icons-block ul li a span i.fa + span {
    width: auto;
    padding-top: 0;
    font-size: 18px;
    display: inline-block;
}

.social-icons-block ul li a i.fa + span {
    font-size: 14px;
    padding-top: 15px;
}

.social-icons-block ul li a span i.fa {
    width: auto;
    height: auto;
    line-height: 1;
    color: #515151;
    border-radius: 0;
    margin-right: 5px;
    display: inline-block;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.white-content.social-icons-block ul li a i.fa,
.white-content.social-icons-block ul li a i.fa + span,
.white-content.social-icons-block ul li a:hover span i.fa,
.white-content.social-icons-block.social-icons-block-style-1 ul li a i.fa {
    color: #fff;
    background-color: transparent;
}

.social-icons-block ul li a:hover span,
.social-icons-block ul li a:hover span i.fa {
    color: #121212;
    background-color: transparent;
}

.social-icons-block ul li a:hover i.fa {
    color: #fff;
    background-color: #d32f2f;
}

.social-icons-block-flex {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.social-icons-block-flex ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.social-icons-block-flex ul li {
    padding: 0;
    margin: 0 !important;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.social-icons-block-flex ul li a {
    border-radius: 0;
}

.social-icons-block-flex ul li a i.fa {
    width: 100%;
    height: 100px;
    font-size: 20px;
    border-radius: 0;
    line-height: 100px;
    background-color: transparent;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.social-icons-block-flex ul li:first-child a i.fa {
    border-left-color: #ddd;
}

.social-icons-block-flex ul li a:hover i.fa {
    border-color: transparent;
}

.social-icons-block.social-icons-block-style-1 ul li a i.fa {
    background-color: #fff;
}

.social-icons-block.social-icons-block-style-1 ul li a span i.fa,
.social-icons-block.social-icons-block-style-1 ul li a:hover span i.fa {
    background-color: transparent !important;
}

.social-icons-block.social-icons-block-style-2 ul li a:hover i.fa {
    color: #515151 !important;
    background-color: #fff !important;
}

.social-icons-block.social-icons-block-style-2 ul li a span i.fa,
.social-icons-block.social-icons-block-style-2 ul li a:hover span i.fa {
    background-color: transparent !important;
}

.social-icons-block.social-icons-block-style-2 ul li a:hover span i.fa,
.social-icons-block.social-icons-block-style-2 ul li a:hover span i.fa + span {
    color: #121212 !important;
}

.white-content.social-icons-block.social-icons-block-style-2 ul li a:hover span i.fa,
.white-content.social-icons-block.social-icons-block-style-2 ul li a:hover span i.fa + span {
    color: #fff !important;
}

.social-icons-block.social-icons-block-style-2.social-icons-block-flex ul li a i.fa {
    border: 0;
}

.ads-block-container {
    padding: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin-bottom: 30px;
}

.section-no-padding .ads-block-container {
    margin-bottom: 0;
}

.ads-block-container > a,
.ads-block-container > a > img {
    width: 100%;
    max-width: 728px;
    display: inline-block;
}

.form-group {
    width: 100%;
    display: block;
    line-height: 0;
    position: relative;
    margin: 0 auto 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.form-control {
    border: 0;
    z-index: 2;
    height: 44px;
    color: #121212;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    line-height: 24px;
    position: relative;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: transparent;
}

.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.form-control {
    resize: none;
    height: 70px;
}

.form-group label {
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    cursor: text;
    display: block;
    color: #515151;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

textarea.form-control + label {
    padding: 10px 0 36px;
}

.form-group label::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #ddd;
}

.form-group label::after {
    width: 0;
    left: 50%;
    bottom: 0;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #d32f2f;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.form-control:focus + label::after {
    left: 0;
    width: 100%;
}

.form-control.input-filled + label,
.form-control:focus + label {
    padding-top: 0;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 40px;
}

textarea.form-control.input-filled + label,
textarea.form-control:focus + label {
    padding-bottom: 66px;
}

.form-group label.error {
    color: red;
}

.form-group .form-control.error + label::after,
.form-group label.error::after {
    left: 0;
    width: 100%;
    background-color: red;
}

select,
select.gfort-select {
    width: 100%;
    height: 44px;
    display: block;
}

select + label,
select.gfort-select + label {
    position: relative;
}

ul.select-menu-list {
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 100%;
    z-index: 20;
    left: -20px;
    text-align: left;
    overflow: hidden;
    list-style: none;
    max-height: 240px;
    position: absolute;
    visibility: hidden;
    overflow-y: scroll;
    background-color: #fff;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

ul.select-menu-list li {
    margin: 0;
    width: 100%;
    color: #515151;
    display: block;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select-menu-list li:first-child {
    margin-top: 10px;
}

.select-menu-list li:last-child {
    margin-bottom: 10px;
}

.select-menu-list li.selected {
    color: #d32f2f;
}

.select-menu-list li.selected.selected-first-item {
    color: #515151;
}

.select-menu-list li.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.select-menu-list li.disabled.selected {
    color: #515151;
}

.select-menu-list li:hover {
    background-color: #ebebeb;
}

.correct-position-1.select-menu-list {
    top: -10px;
}

.correct-position-2.select-menu-list {
    top: -54px;
}

.correct-position-3.select-menu-list {
    top: -98px;
}

.correct-position-4.select-menu-list {
    top: -142px;
}

.correct-position-5.select-menu-list {
    top: -186px;
}

.show-select-menu-list ~ .select-menu-list {
    opacity: 1;
    visibility: visible;
}

.select-menu-input {
    cursor: pointer;
    padding-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: transparent !important;
    border-bottom: 1px solid #ddd;
}

.select-menu-input:focus {
    border-color: #ddd;
}

.select-menu-input + label {
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    cursor: text;
    color: #515151;
    margin: 0 auto;
    cursor: pointer;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.select-menu-input + label::before {
    right: 0;
    opacity: 1;
    left: auto;
    width: auto;
    height: auto;
    bottom: 10px;
    color: #121212;
    content: '\f0dc';
    text-align: right;
    line-height: 24px;
    position: absolute;
    font-family: FontAwesome;
    background-color: transparent;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.select-menu-input.input-filled + label::before,
.select-menu-input:focus + label::before {
    font-size: 15px;
}

.select-menu-input.error {
    border-color: red;
}

.select-menu-input.error + label::after {
    background-color: transparent;
}

.form-block-container button {
    margin: 0 auto !important;
}

.form-block-container button::before {
    top: 50%;
    opacity: 0;
    right: 10px;
    font-size: 13px;
    content: '\f021';
    margin-top: -12px;
    line-height: 24px;
    position: absolute;
    font-family: "FontAwesome";
}

.form-block-container button.add-spin::before {
    opacity: 1;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.form-message-block {
    left: 24px;
    bottom: -20%;
    z-index: 1060;
    color: #fff;
    margin: 0 auto;
    display: block;
    font-size: 15px;
    position: fixed;
    font-weight: 600;
    line-height: 20px;
    border-radius: 2px;
    background-color: #d32f2f;
    padding: 16px 35px 14px 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.form-message-container {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0 5px 0 0;
}

.form-message-block a {
    opacity: .75;
    color: #fff;
}

.form-message-block a:hover {
    opacity: 1;
}

.form-message-close-button {
    top: 17px;
    border: 0;
    padding: 0;
    right: 15px;
    z-index: 10;
    width: 16px;
    height: 16px;
    opacity: .9;
    font-size: 16px;
    overflow: hidden;
    line-height: 16px;
    position: absolute;
    text-align: center;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.form-message-close-button:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

input[type=checkbox]:checked,
input[type=checkbox]:not(:checked) {
    display: none;
}

.form-group input[type=checkbox] + label {
    width: auto;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 30px;
    display: inline-block;
}

.form-group input[type=checkbox]:checked + label {
    color: #515151;
}

.form-group input[type=checkbox] + label::after {
    display: none;
}

.form-group input[type=checkbox] + label::before {
    top: 0;
    width: 18px;
    height: 18px;
    bottom: auto;
    margin-top: 2px;
    border-radius: 2px;
    border: 2px solid #ddd;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.form-group input[type=checkbox]:checked + label::before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-color: #009e5e;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.date-picker ~ #ui-datepicker-div {
    width: 100%;
    margin-top: 1px;
    line-height: 1.6;
    padding: 0 0 10px;
    border-radius: 2px;
    left: 0 !important;
    top: 100% !important;
    z-index: 100 !important;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.date-picker ~ #ui-datepicker-div:before {
    top: -7px;
    left: 6px;
    content: '';
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, .2);
}

.date-picker ~ #ui-datepicker-div:after {
    top: -6px;
    left: 7px;
    content: '';
    position: absolute;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.date-picker ~ #ui-datepicker-div .ui-datepicker-calendar tr td a {
    cursor: pointer;
}

.form-block {
    padding-left: 0;
    padding-right: 0;
}

.form-block-container {
    width: 100%;
    z-index: 20;
    display: block;
    margin: 0 auto;
    padding-top: 9px;
    position: relative;
}

.form-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.form-block-container.text-center {
    padding-top: 0;
}

.form-block-container p {
    line-height: 1.6;
}

.subscribe-form-block .form-block-container button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.hero-section .subscribe-form-block {
    margin-top: 35px;
    margin-bottom: 5px;
}

.contact-form-block-style-1 {
    padding-left: 15px;
    padding-right: 15px;
}

.contact-form-block-style-1 .form-block-container {
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 35px 15px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.property-form-block .form-block-container {
    padding: 40px 0 10px;
}

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

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

.domain-form-block + .title-block {
    padding-top: 30px;
}

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

.account-form-block {
    padding-left: 15px;
    padding-right: 15px;
}

.account-form-block .form-block-container {
    max-width: 390px;
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 35px 15px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.account-form-block .navbar-brand {
    float: none;
}

.account-form-block .navbar-brand > img {
    max-height: 50px;
}

.account-form-block a.forget-password {
    line-height: 24px;
}

.account-form-block .btn {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.background-video-block {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
}

.background-video-block-container {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.background-video-block-container::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    content: '';
    width: 100%;
    height: 100%;
    opacity: .4;
    position: absolute;
    background-color: #000;
}

.background-video-block-container video {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
}

.background-video-block-container .video-overlayer {
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
}

.buttons-wrapper {
    left: 50%;
    z-index: 10;
    bottom: 20px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.buttons-wrapper button {
    float: left;
    margin: 0 5px;
    display: block;
}

iframe {
    border: 0;
}

.video-block-container {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.col-md-4 .col-md-12.content-block {
    margin-bottom: 10px;
}

.col-md-4 .col-md-12.content-block:last-child {
    margin-bottom: 0;
}

.content-block-container {
    width: 100%;
    z-index: 10;
    display: block;
    position: relative;
    margin: 0 auto 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.content-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.content-block-container i.circle-icon-block {
    color: #fff;
    margin-bottom: 25px;
    background-color: #d32f2f;
}

.content-block-container:hover i.circle-icon-block {
    color: #d32f2f;
    background-color: #fff;
}

.content-block-container .image-block {
    text-align: right;
    margin-bottom: 25px !important;
}

.content-block-container .image-block img {
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.content-block-container a.main-link {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background-color: #000;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.content-block-container a.main-link .image-block {
    margin-bottom: 0 !important;
}

.content-block-container a.main-link .image-block img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.content-block-container a.main-link h3,
.content-block-container a.main-link h4 {
    left: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
    z-index: 15;
    width: auto;
    max-width: 100%;
    position: absolute;
    padding: 15px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.content-block-container:hover a.main-link img {
    opacity: .2;
}

.content-block-container:hover a.main-link h3,
.content-block-container:hover a.main-link h4 {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.content-block-container a.main-link-style-1 {
    text-align: center;
    padding: 40px 20px 35px;
    background-color: #fff;
}

.content-block-container a.main-link-style-1 i {
    color: #d32f2f;
    font-size: 40px;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.content-block-container a.main-link-style-1 h4 {
    opacity: 1;
    padding: 0;
    width: 100%;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.content-block-container a.main-link-style-1:hover {
    background-color: #d32f2f;
}

.content-block-container a.main-link-style-1:hover * {
    color: #fff;
}

.content-block-container h4:last-child {
    margin-bottom: 0;
}

.content-block-container h4 + h6 {
    margin-top: -10px;
}

.content-block-container h6:last-child {
    margin-bottom: 0;
}

.content-block-container .btn-gfort-circle {
    display: block;
    margin-top: 15px;
}

.content-block-container .btn-gfort-circle-sm {
    margin-bottom: -41px;
}

.content-block-container .btn-gfort-circle-md {
    margin-bottom: -49px;
}

.content-block-container .btn-gfort-circle-lg {
    margin-bottom: -57px;
}

.content-block-container .image-block .btn-gfort-circle {
    float: right;
}

.content-block-container .image-block .btn-gfort-circle-sm {
    margin: -16px 16px 0 0;
}

.content-block-container .image-block .btn-gfort-circle-md {
    margin: -24px 24px 0 0;
}

.content-block-container .image-block .btn-gfort-circle-lg {
    margin: -32px 32px 0 0;
}

.content-block-container h4 a,
.content-block-container h6 a {
    color: #121212;
}

.content-block-container h6 a {
    margin-top: 15px;
    display: inline-block;
}

.content-block-container h4 a:hover,
.content-block-container h6 a:hover {
    color: #d32f2f;
}

.content-block-container .gmap-block {
    height: 215px;
}

.content-block-style-1 .content-block-container {
    padding: 25px;
    font-size: 16px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.content-block-style-1 .image-block {
    width: auto;
    overflow: hidden;
    margin: -25px -25px 25px;
}

.content-block-style-1 .content-block-container .image-block img {
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.content-block-style-1 a.btn:first-child {
    margin-top: 125px;
}

.content-block-style-1 .list-icon {
    margin-top: 12px;
    margin-bottom: 0;
}

.content-block-style-1.sticky-block {
    margin-top: -203px;
    margin-bottom: 20px;
}

.content-block-style-3 i.circle-icon-block {
    top: 0;
    left: 0;
    position: absolute;
}

.content-block-style-3 .text-right i.circle-icon-block {
    right: 0;
    left: auto;
}

.content-block-style-3 i.circle-icon-block-sm + h4 {
    padding-left: 52px;
}

.content-block-style-3 i.circle-icon-block-md + h4 {
    padding-left: 68px;
}

.content-block-style-3 i.circle-icon-block-lg + h4 {
    padding-left: 84px;
}

.content-block-style-3 .text-right i.circle-icon-block-sm + h4 {
    padding-left: 0;
    padding-right: 52px;
}

.content-block-style-3 .text-right i.circle-icon-block-md + h4 {
    padding-left: 0;
    padding-right: 68px;
}

.content-block-style-3 .text-right i.circle-icon-block-lg + h4 {
    padding-left: 0;
    padding-right: 84px;
}

.content-block-style-3 i.circle-icon-block-sm ~ p {
    padding-left: 52px;
}

.content-block-style-3 i.circle-icon-block-md ~ p {
    padding-left: 68px;
}

.content-block-style-3 i.circle-icon-block-lg ~ p {
    padding-left: 84px;
}

.content-block-style-3 .text-right i.circle-icon-block-sm ~ p {
    padding-left: 0;
    padding-right: 52px;
}

.content-block-style-3 .text-right i.circle-icon-block-md ~ p {
    padding-left: 0;
    padding-right: 68px;
}

.content-block-style-3 .text-right i.circle-icon-block-lg ~ p {
    padding-left: 0;
    padding-right: 84px;
}

.content-block-style-4 .image-block {
    margin-bottom: 0 !important;
}

.content-block-style-4 a.btn {
    margin-top: -22px;
}

.content-block-style-5 .content-block-container {
    margin: 0;
    padding: 60px 20px;
    border-left: 1px solid transparent;
    border-right: 1px solid rgba(0, 0, 0, .07);
}

.content-block-style-5:first-child .content-block-container {
    border-left-color: rgba(0, 0, 0, .07);
}

.content-block-style-6 .image-block {
    margin-top: 30px;
}

.content-block-style-6 .image-block img {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.content-block-style-7 .image-block img {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.content-block-style-7 .content-block-container:hover .image-block img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.modal {
    line-height: 0;
    text-align: center;
}

.modal-dialog {
    margin: 20px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(.7) translate(0, -50%) !important;
    -moz-transform: scale(.7) translate(0, -50%) !important;
    -ms-transform: scale(.7) translate(0, -50%) !important;
    -o-transform: scale(.7) translate(0, -50%) !important;
    transform: scale(.7) translate(0, -50%) !important;
}

.modal.in .modal-dialog {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

.modal-header {
    border-color: #ddd;
    border-radius: 2px 2px 0 0;
}

.modal-header > img {
    width: 100%;
    display: block;
}

.modal-body > img {
    width: 100%;
    display: block;
}

.modal-body > a.main-link,
.modal-body > a.main-link img {
    width: 100%;
    display: block;
}

.modal-content {
    border: 0;
    border-radius: 2px;
}

.modal .close {
    margin: 0;
    top: -14px;
    opacity: 1;
    width: 32px;
    z-index: 10;
    height: 32px;
    right: -14px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-shadow: none;
    line-height: 30px;
    position: absolute;
    border-radius: 50%;
    background-color: #d32f2f;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.modal .close:hover {
    background-color: #121212;
}

.modal-body .gfort-50-column {
    border-radius: 2px 0 0 2px;
}

.modal-body .gfort-50-column.pull-right {
    border-radius: 0 2px 2px 0;
}

.modal-style-1 .modal-dialog {
    text-align: center;
}

.modal-body {
    overflow: hidden;
    line-height: 1.6;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.modal-style-1 .modal-header {
    color: #fff;
    font-weight: 500;
    padding: 40px 20px 30px;
    background-color: #d32f2f;
}

.modal-style-1 .modal-header * {
    color: #fff;
}

.modal-style-1 .modal-body {
    padding: 40px 20px 10px;
}

.modal-style-1 .social-icons-block {
    padding-top: 5px;
}

.modal-style-1 input[readonly] {
    max-width: 600px;
    text-align: center;
    margin: 20px auto 0;
    background-color: #ebebeb;
}

.modal-style-1 hr {
    margin: 30px auto;
}

.modal-style-2 .modal-header {
    border: 0;
    padding: 0;
}

.modal-style-2 .modal-body {
    border-radius: 2px;
    padding: 60px 15px 30px;
}

.modal-style-3 .modal-header {
    border: 0;
    padding: 0;
}

.modal-style-3 .modal-body {
    padding: 0;
}

.modal-style-4 .modal-header {
    border: 0;
    padding: 0;
}

.modal-style-4 .modal-body {
    padding: 0;
    border-radius: 2px;
}

.hero-section .title-block + .progress-block {
    margin-top: 30px;
}

.progress-block-container {
    z-index: 10;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto 20px;
    padding: 30px 0 10px;
}

.content-block-container .progress-block-container {
    margin: 20px auto 0;
}

.progress-block-container h5 {
    font-weight: 600;
}

.progress-block-container .progress {
    height: 10px;
    border-radius: 0;
    margin-bottom: 0;
    overflow: visible;
    background-color: #ebebeb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.progress-block-container .progress-bar {
    height: 10px;
    border-radius: 0;
    position: relative;
    background-color: #d32f2f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 2s ease;
    -moz-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease;
}

.progress-block-container .progress-bar::after {
    right: 0;
    top: -6px;
    width: 2px;
    content: '';
    height: 22px;
    position: absolute;
    background-color: #d32f2f;
}

.progress-block-container .current-percent,
.progress-block-container .current-value,
.progress-block-container .goal-value,
.progress-block-container .skills-value,
.progress-block-container .start-value {
    margin: 0;
    padding: 0;
    line-height: 20px;
    position: absolute;
}

.progress-block-container .skills-value,
.progress-block-container .start-value {
    top: 0;
    left: 0;
}

.progress-block-container .current-percent,
.progress-block-container .goal-value {
    top: 0;
    right: 0;
}

.progress-block-container .current-value {
    opacity: 0;
    visibility: hidden;
}

.progress-block-container .donate-values {
    width: auto;
    display: block;
    margin: 0 -15px;
    overflow: hidden;
}

.progress-block-container .donate-values > div {
    margin-top: 30px;
    text-align: center;
}

.progress-block-container .donate-values > div div {
    width: 100%;
    display: block;
    padding: 25px 15px 10px;
    background-color: rgba(0, 0, 0, .5);
}

audio {
    width: 100%;
    display: block;
}

.audio-block-container {
    padding: 0;
    z-index: 10;
    width: 100%;
    line-height: 0;
    display: block;
    overflow: hidden;
    min-height: 370px;
    position: relative;
    margin: 0 auto 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.audio-block-container::after {
    left: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .6) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, .6) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, .6) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, .6) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(255, 255, 255, 0) 100%);
}

.audio-block-container .btn-gfort-circle {
    float: right;
    margin: 10px 10px 0 100%;
    background-color: rgba(0, 0, 0, .6);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.audio-block-container .btn-gfort-circle:focus,
.audio-block-container .btn-gfort-circle:hover {
    color: #fff;
    background-color: #d32f2f;
}

.mejs-container {
    padding-top: 360px;
    width: 100% !important;
    height: auto !important;
    background-color: transparent;
}

.mejs-container * {
    outline: 0 !important
}

.mejs-offscreen {
    display: none;
}

.mejs-container .mejs-controls {
    height: auto;
    overflow: hidden;
    background: 0 0;
    position: static;
    padding: 0 5px 10px;
}

.mejs-container .mejs-controls .mejs-button {
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    position: absolute;
    margin: -24px 0 0 -24px;
}

.mejs-container .mejs-controls .mejs-volume-button {
    display: none;
}

.mejs-container .mejs-controls .mejs-button button {
    margin: 0;
    width: 48px;
    height: 48px;
    color: #fff;
    overflow: hidden;
    background: 0 0;
    line-height: 48px;
    border-radius: 50%;
    background-color: #d32f2f;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.mejs-controls .mejs-button button::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    overflow: hidden;
    line-height: 48px;
    position: absolute;
    border-radius: 50%;
    font-family: "FontAwesome";
}

.mejs-controls .mejs-play button::after {
    content: '\f04b';
    padding-left: 5px;
}

.mejs-controls .mejs-pause button::after {
    content: '\f04c';
}

.mejs-controls .mejs-mute button::after {
    content: '\f028';
}

.mejs-controls .mejs-unmute button::after {
    content: '\f026';
}

.mejs-container .mejs-controls button:hover {
    color: #121212;
    background-color: #fff;
}

.mejs-container div.mejs-time-rail {
    left: 0;
    bottom: 0;
    padding: 0;
    height: 10px;
    position: absolute;
    width: 100% !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 0;
    border-radius: 0;
    background: 0 0;
    width: 100% !important;
    background-color: rgba(255, 255, 255, .2);
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    border-radius: 0;
    background: 0 0;
    background-color: rgba(255, 255, 255, .2);
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    border-radius: 0;
    background: 0 0;
    background-color: #d32f2f;
}

.mejs-controls .mejs-time-rail .mejs-time-float * {
    color: #121212;
}

.mejs-container .mejs-controls .mejs-time {
    left: 0;
    bottom: 10px;
    font-weight: 700;
    line-height: 17px;
    padding: 5px 10px;
    position: absolute;
}

.mejs-container .mejs-controls .mejs-time.mejs-duration-container {
    right: 0;
    left: auto;
}

.mejs-controls a.mejs-horizontal-volume-slider {
    width: 0;
    display: none;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    top: 12px;
    height: 3px;
    border-radius: 0;
    background: 0 0;
    background-color: rgba(255, 255, 255, .2);
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background-color: #d32f2f;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current::after {
    right: 0;
    top: -5px;
    width: 4px;
    content: '';
    height: 13px;
    position: absolute;
    background-color: #fff;
}

.mejs-controls a.mejs-horizontal-volume-slider:hover,
.mejs-volume-button:hover + .mejs-horizontal-volume-slider {
    width: 56px;
}

.mejs-controls h4 {
    left: 0;
    margin: 0;
    opacity: 0;
    z-index: 2;
    width: auto;
    float: left;
    bottom: 70px;
    line-height: 1;
    color: #fff;
    max-width: 100%;
    padding: 0 25px;
    position: absolute;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.audio-block-container:hover .mejs-controls h4 {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.audio-block-fullwidth {
    position: static;
    margin-top: 70px;
}

.audio-block-fullwidth .audio-block-container {
    left: 0;
    bottom: 0;
    min-height: 1px;
    margin-bottom: 0;
    position: absolute;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.audio-block-fullwidth .mejs-container {
    padding: 0;
}

.audio-block-fullwidth .mejs-container .mejs-controls {
    padding-top: 50px;
}

.audio-block-fullwidth .mejs-container .mejs-controls .mejs-button,
.audio-block-fullwidth .mejs-container .mejs-controls .mejs-button button {
    top: 0;
    left: 0;
    margin: 0;
    width: 26px;
    height: 26px;
    border-radius: 0;
    line-height: 26px;
    position: relative;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.audio-block-fullwidth .mejs-controls .mejs-button button::after {
    line-height: 26px;
}

.audio-block-fullwidth .mejs-container .mejs-controls .mejs-volume-button {
    display: block;
}

.audio-block-fullwidth .mejs-container .mejs-controls .mejs-playpause-button {
    margin-right: 10px;
}

.audio-block-fullwidth .mejs-container .mejs-controls button:hover {
    color: #fff;
    background-color: transparent;
}

.audio-block-fullwidth .mejs-container div.mejs-time-rail {
    left: 0;
    top: 30px;
    bottom: auto;
}

.audio-block-fullwidth .mejs-container .mejs-controls .mejs-time {
    top: 0;
    left: 0;
    bottom: auto;
}

.audio-block-fullwidth .mejs-controls .mejs-time.mejs-duration-container {
    right: 0;
    left: auto;
}

.audio-block-fullwidth .mejs-controls a.mejs-horizontal-volume-slider {
    display: block;
}

.audio-block-fullwidth .mejs-controls h4 {
    bottom: 0;
    opacity: 1;
    font-size: 16px;
    position: relative;
    padding: 6px 0 0 10px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.date-block {
    width: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
}

.date-block-container {
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin: 0 auto 15px;
    display: inline-block;
}

.date-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.title-block .date-block-container {
    margin-bottom: 0;
}

.date-block-container > span {
    float: left;
    line-height: 1;
    display: inline-block;
    margin: 0 15px 19px 0;
}

.date-block-container > span:last-child {
    margin-right: 0;
}

.title-block .date-block-container > span {
    margin-bottom: 10px;
}

.date-block-container i {
    color: #121212;
    margin: 0 8px 0 1px;
}

.timer-block-container {
    width: auto;
    display: block;
    line-height: 1;
    margin: 0 -15px;
    font-size: 16px;
    overflow: hidden;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.timer-block-container > div {
    margin-bottom: 20px;
}

.title-block .timer-block-container > div {
    margin-bottom: 0;
}

.timer-block-container h1 {
    font-size: 56px;
}

.timer-block-container h2 {
    font-size: 36px;
    line-height: 1.2;
}

.timer-block-container h5 {
    margin-bottom: 5px;
}

.timer-block-container p {
    padding: 0 !important;
    text-transform: uppercase;
    margin: 0 auto 10px !important;
}

.ribbon-block {
    z-index: 30;
    line-height: 1;
    text-align: center;
    position: absolute;
}

.ribbon-block-style-1 {
    top: 15px;
    left: 15px;
    width: auto;
    color: #121212;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 2px;
    padding: 12px 25px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    min-width: 220px;
}

.ribbon-block-style-2 {
    left: 0;
    top: 15px;
    width: auto;
    height: 36px;
    color: #fff;
    max-width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 11px 0 9px 15px;
    background-color: #d32f2f;
}

.ribbon-block-style-2 * {
    margin: 0;
    padding: 0;
    width: auto;
    height: 16px;
    color: #fff;
    max-width: 100%;
    font-size: 16px;
    overflow: hidden;
    font-weight: 600;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ribbon-block-style-2::after {
    width: 0;
    height: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    right: -33px;
    position: absolute;
    border: 18px solid #d32f2f;
    border-right-color: transparent !important;
}

.ribbon-block-style-1.ribbon-bottom-right {
    top: auto;
    left: auto;
    right: 15px;
    bottom: 15px;
}

.gmap-block {
    padding: 0;
    width: 100%;
    height: 550px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

.infoWindow-block {
    margin: 0;
    width: 300px;
    position: relative;
    padding: 12px 0 0 0;
}

.infoWindow-block::after,
.infoWindow-block::before {
    content: '';
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.infoWindow-block::after {
    left: 90px;
    z-index: -1;
    width: 20px;
    height: 20px;
    bottom: 50px;
    background-color: rgba(0, 0, 0, .1);
}

.infoWindow-block::before {
    left: 89px;
    z-index: 1;
    width: 22px;
    height: 22px;
    bottom: 52px;
    background-color: #fff;
}

.infoWindow-block > img {
    top: 0;
    z-index: 15;
    width: 24px;
    right: -12px;
    height: 24px;
    padding: 6px;
    border-radius: 50%;
    background-color: #d32f2f;
    position: absolute !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.infoWindow-block > img:hover {
    background-color: #121212;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.infoWindow-block-container {
    width: 100%;
    font-size: 16px;
    cursor: default;
    position: relative;
    margin-bottom: 60px;
}

.infoWindow-block-container .main-link {
    width: 100%;
    padding: 25px;
    display: block;
    color: #515151;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px 5px 2px 2px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.infoWindow-block-container .image-block {
    width: auto;
    background-color: #000;
    margin: -25px -25px 25px !important
}

.infoWindow-block-container .image-block-container img {
    border-radius: 4px 4px 0 0;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.infoWindow-block-container h4 {
    margin-bottom: 5px;
}

.infoWindow-block-container:hover .image-block img {
    opacity: .8;
}

.avatar-block {
    margin: 0;
    width: 64px;
    height: 64px;
    display: block;
}

.avatar-block a {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.avatar-block img {
    width: 100%;
    display: block;
}

.meta-block {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
    font-weight: 500;
    position: relative;
}

.meta-block-container {
    line-height: 1;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
}

.meta-block-container span {
    float: left;
    margin: 5px 15px 0 0;
}

.meta-block-container span:last-child {
    margin-right: 0;
}

.meta-block-container span i {
    color: #121212;
    margin-right: 8px;
}

.meta-block-container .meta-block-cat a {
    color: #121212;
    margin-right: 10px;
    position: relative;
}

.meta-block-container .meta-block-cat a:hover {
    color: #d32f2f;
}

.meta-block-container .meta-block-cat a::after {
    top: 0;
    right: -4px;
    content: ',';
    color: #515151;
    line-height: 19px;
    position: absolute;
}

.meta-block-container .meta-block-cat a:last-child {
    margin-right: 0;
}

.meta-block-container .meta-block-cat a:last-child::after {
    display: none;
}

.number-block {
    top: 0;
    margin: 0;
    right: 5px;
    padding: 0;
    opacity: .1;
    color: #515151;
    font-size: 100px;
    line-height: 100px;
    position: absolute;
}

.timeline-block-container {
    z-index: 3;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.timeline-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.timeline-block-title {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 40px;
    position: relative;
}

.timeline-block-title * {
    margin-top: 0;
    margin-bottom: 0;
}

.timeline-block-title i {
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background-color: #d32f2f;
}

.timeline-block-title span {
    width: 100%;
    height: 48px;
    line-height: 28px;
    display: inline-block;
    padding: 10px 0 10px 58px;
}

.timeline-block-title::after {
    top: 0;
    left: 23px;
    width: 2px;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #ddd;
}

.timeline-block-item {
    z-index: 10;
    position: relative;
}

.timeline-block-title ~ .timeline-block-item {
    padding-left: 16px;
}

.timeline-header {
    top: 0;
    left: 0;
    z-index: 15;
    width: 96px;
    height: 96px;
    position: absolute;
}

.timeline-footer {
    width: 100%;
    display: block;
    position: relative;
    padding: 0 0 30px 25px;
}

.timeline-block-container .timeline-block-item:last-child .timeline-footer {
    padding-bottom: 0;
}

.timeline-header + .timeline-footer {
    min-height: 96px;
    padding-left: 131px;
    padding-bottom: 45px;
}

.timeline-footer::after {
    top: 0;
    left: 7px;
    width: 2px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #ddd;
}

.timeline-header + .timeline-footer::after {
    left: 113px;
}

.timeline-footer .date-block {
    overflow: visible;
}

.timeline-footer .date-block .date-block-container {
    margin-bottom: 0;
    overflow: visible;
}

.timeline-footer .date-block .date-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.timeline-footer .date-block span {
    color: #121212;
    font-size: 14px;
    margin-bottom: 10px;
}

.timeline-footer .date-block i {
    top: -10px;
    left: -29px;
    z-index: 10;
    color: #d32f2f;
    padding: 10px 5px;
    margin: 0 0 0 1px;
    position: absolute;
    background-color: #fff;
}

.grey-section .timeline-footer .date-block i {
    background-color: #f7f7f7;
}

.timeline-footer h4 a {
    color: #121212;
}

.timeline-footer h4 a:hover {
    color: #d32f2f;
}

.timeline-header .image-block {
    z-index: 10;
    overflow: visible;
}

.timeline-header .image-block a {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.timeline-header .image-block img {
    border-radius: 50%;
    position: static !important;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.timeline-block-center .timeline-footer::after {
    display: none;
}

.timeline-block-center .timeline-block-container::before {
    top: 0;
    left: 50%;
    width: 2px;
    content: '';
    height: 100%;
    margin-left: -1px;
    position: absolute;
    background-color: #ddd;
}

.timeline-block-center .timeline-block-title {
    left: 50%;
    width: 50%;
    margin: 0 0 0 -24px;
}

.timeline-block-center .timeline-block-title ~ .timeline-block-item {
    padding-left: 0;
}

.timeline-block-center .timeline-block-item {
    width: 50%;
    float: left;
}

.timeline-block-center .timeline-block-item:nth-child(odd),
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(even) {
    clear: both;
}

.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(even) {
    float: left;
    margin-top: 0;
}

.timeline-block-center .timeline-block-item:nth-child(even),
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(odd) {
    float: right;
    clear: right;
    margin-top: 80px;
}

.timeline-block-center .timeline-block-item .timeline-header + .timeline-footer {
    padding-top: 116px;
    padding-bottom: 30px;
}

.timeline-block-center .timeline-block-item .timeline-header {
    left: 22px;
}

.timeline-block-center .timeline-block-item:nth-child(odd) .timeline-header {
    left: auto;
    right: 22px;
}

.timeline-block-center .timeline-block-item:nth-child(odd) .timeline-footer,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(even) .timeline-footer {
    padding-left: 0;
    text-align: right;
    padding-right: 22px;
}

.timeline-block-center .timeline-block-item:nth-child(even) .timeline-footer,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(odd) .timeline-footer {
    text-align: left;
    padding-right: 0;
    padding-left: 22px;
}

.timeline-block-center .timeline-block-item:nth-child(odd) .timeline-footer .date-block-container > span,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(even) .timeline-footer .date-block-container > span {
    float: right;
}

.timeline-block-center .timeline-block-item:nth-child(even) .timeline-footer .date-block-container > span,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(odd) .timeline-footer .date-block-container > span {
    float: left;
}

.timeline-block-center .timeline-block-item:nth-child(odd) .timeline-footer .date-block i,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(even) .timeline-footer .date-block i {
    left: auto;
    right: -33px;
}

.timeline-block-center .timeline-block-item:nth-child(even) .timeline-footer .date-block i,
.timeline-block-center .timeline-block-title ~ .timeline-block-item:nth-child(odd) .timeline-footer .date-block i {
    left: -34px;
    right: auto;
}

.events-table-block-container {
    z-index: 1;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0 0 10px;
    border-radius: 2px;
    position: relative;
    margin: 0 auto 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.ui-datepicker-header {
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    line-height: 45px;
    text-align: right;
    position: relative;
    padding: 5px 20px 0;
    border-bottom: 1px solid #ddd;
}

.gfort-events-month-badge {
    float: left;
    color: #d32f2f;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gfort-events-month-badge:hover {
    color: #121212;
}

.ui-datepicker-title {
    float: left;
    margin-right: 10px;
}

.ui-datepicker-next,
.ui-datepicker-prev {
    top: 10px;
    width: 30px;
    height: 30px;
    color: #121212;
    font-size: 22px;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.ui-datepicker-next {
    right: 15px;
}

.ui-datepicker-prev {
    right: 55px;
}

.ui-datepicker-next::after,
.ui-datepicker-prev::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    position: absolute;
    font-family: "FontAwesome";
}

.ui-datepicker-next::after {
    content: '\f105';
    padding-left: 2px;
}

.ui-datepicker-prev::after {
    content: '\f104';
    padding-right: 2px;
}

.ui-datepicker-next span,
.ui-datepicker-prev span {
    display: none;
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
    color: #fff;
    background-color: #d32f2f;
}

.ui-datepicker-calendar {
    width: 100%;
}

.ui-datepicker-calendar thead {
    width: 100%;
}

.ui-datepicker-calendar thead th span {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0 10px;
    text-transform: uppercase;
}

.ui-datepicker-calendar tr td {
    width: 7%;
    position: relative;
}

.ui-datepicker-calendar tr td a,
.ui-datepicker-calendar tr td span {
    width: 100%;
    color: #121212;
    display: block;
    padding: 10px 0;
    cursor: default;
    text-align: center;
    position: relative;
    border-color: #ddd;
    outline: 0 !important;
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

.ui-datepicker-calendar tr td a.has-event {
    padding: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin: 3px auto;
    line-height: 32px;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.ui-datepicker-calendar tr td a.has-event.highlight-event-day {
    border-color: #d32f2f;
}

.ui-datepicker-calendar tr td span {
    opacity: .5;
    cursor: not-allowed;
}

.events-table-list {
    right: 0;
    top: 51px;
    bottom: 0;
    z-index: 5;
    width: 240px;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: -250px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: -2px 2px 5px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.events-table-list.correct-position {
    margin-right: 0;
}

.events-table-list-container {
    width: 100%;
    display: block;
    padding: 0 15px;
    overflow: hidden;
}

.events-table-list-close {
    top: 65px;
    z-index: 15;
    width: 32px;
    height: 32px;
    right: -32px;
    color: #121212;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.events-table-list-close:hover {
    color: #fff;
    background-color: #d32f2f;
}

.events-table-list-close.correct-position {
    right: 225px;
}

.events-table-list-container .content-block {
    top: 0;
    opacity: 0;
    display: none;
    position: relative;
}

.events-table-list-container .content-block-container {
    margin-bottom: 0;
}

.events-table-list-container .content-block-container a {
    width: 100%;
    padding: 20px;
    color: #121212;
    display: block;
    border-bottom: 1px solid #ddd;
}

.events-table-list-container .content-block-container a:hover {
    background-color: #ebebeb;
}

.events-table-list-container .content-block-container h6 {
    margin-bottom: 5px;
}

.events-table-list-container .content-block-container .date-block-container {
    margin-bottom: 0;
}

.events-table-list-container .content-block-container .date-block-container > span {
    margin: 0 5px 0 0;
}

.events-table-list-container .content-block-container .date-block-container > span:last-child {
    margin-right: 0;
}

.event-block-container {
    padding: 0;
    z-index: 3;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    margin: 0 auto 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.event-block-container a.main-link {
    width: 100%;
    padding: 25px;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .6) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, .6) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, .6) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, .6) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(255, 255, 255, 0) 100%);
}

.event-block-container a.main-link .timer-block-container > div p {
    margin-bottom: 0 !important;
}

.event-block-container a.main-link > h4 {
    left: 0;
    top: 45%;
    margin: 0;
    opacity: 0;
    z-index: 3;
    width: auto;
    color: #fff;
    max-width: 100%;
    padding: 0 25px;
    position: absolute;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.event-block-container a.main-link .date-block {
    overflow: visible;
    margin-top: 210px;
}

.event-block-container a.main-link .date-block-container {
    margin: 0 auto;
    position: static;
    overflow: visible;
}

.event-block-container a.main-link .date-block-container > span {
    margin: 0;
    width: 100%;
    display: block;
    font-size: 18px;
}

.event-block-container a.main-link .date-block span:nth-child(2) {
    font-size: 16px;
    padding-top: 10px;
}

.event-block-container a.main-link .date-block span:nth-child(3) {
    bottom: 30px;
    right: -57px;
    width: 200px;
    color: #fff;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    background-color: #d32f2f;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.event-block-container a.main-link:hover > h4 {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.event-block-style-1 * {
    color: #fff;
}

.event-block-style-2 .event-block-container {
    padding: 25px;
    border: 2px solid #d32f2f;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.event-block-style-2 .date-block-container {
    margin-bottom: 0;
}

.accordion-block-container {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.accordion-block-container .panel-group {
    margin-bottom: 0;
}

.accordion-block-container .panel-group .panel {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.accordion-block-container .panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #ddd;
}

.accordion-block-container .panel-heading + .panel-collapse > .panel-body {
    padding: 25px;
    border-top-color: #ddd;
}

.accordion-block-container .panel-heading {
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    border-color: transparent;
    background-color: transparent;
}

.accordion-block-container .panel-title {
    font-weight: 500;
}

.accordion-block-container .panel-title a {
    width: 100%;
    color: #d32f2f;
    display: block;
    overflow: hidden;
    padding: 20px 25px;
    position: relative;
}

.accordion-block-container .panel-title a::after {
    top: 0;
    right: 25px;
    font-size: 20px;
    padding: 21px 0;
    content: '\f102';
    line-height: 19px;
    position: absolute;
    font-family: "FontAwesome";
}

.accordion-block-container .panel-title a.collapsed {
    color: #121212;
}

.accordion-block-container .panel-title a.collapsed::after {
    content: '\f103';
}

.accordion-block-container .panel-title a:hover {
    background-color: #ebebeb;
}

.tab-block-container {
    z-index: 3;
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tab-block-container .post-header::after {
    content: '';
    clear: both;
    display: table;
}

ul.nav-tabs {
    margin: 0;
    padding: 0;
    line-height: 0;
    border-color: #ddd;
}

ul.nav-tabs.text-center > li {
    float: none;
    display: inline-block;
}

ul.nav-tabs > li {
    margin-bottom: -1px;
}

ul.nav-tabs > li > a {
    color: #121212;
    overflow: hidden;
    outline: 0 !important;
    border-radius: 2px 2px 0 0;
}

ul.nav-tabs > li > a span {
    float: left;
}

ul.nav-tabs > li > a span:nth-last-child(2) {
    width: 80%;
}

ul.nav-tabs > li > a span:nth-child(2) {
    width: 20%;
}

ul.nav-tabs > li.active > a,
ul.nav-tabs > li.active > a:focus,
ul.nav-tabs > li.active > a:hover {
    color: #121212;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

ul.nav-tabs > li > a:hover {
    background-color: #ebebeb;
    border-color: #ddd #ddd #ddd;
}

.grey-section ul.nav-tabs > li.active > a,
.grey-section ul.nav-tabs > li.active > a:focus,
.grey-section ul.nav-tabs > li.active > a:hover {
    background-color: #f7f7f7;
}

ul.nav-tabs > li.tab-button {
    float: right;
}

ul.nav-tabs > li.tab-button > a {
    margin: 0;
    z-index: 2;
    color: #fff;
    font-weight: 600;
    position: relative;
    border-color: #d32f2f;
    background-color: #d32f2f;
}

ul.nav-tabs > li.tab-button > a::after {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    background-color: rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul.nav-tabs > li.tab-button > a i {
    margin-right: 10px;
}

ul.nav-tabs > li.tab-button > a:hover::after {
    opacity: 1;
}

.tab-content {
    position: relative;
    padding: 30px 0 0;
}

.tab-content .tab-pane {
    margin: 0 -15px;
}

.tab-pane::after {
    content: '';
    clear: both;
    display: table;
}

.vertical-tab-block ul.nav-tabs {
    width: 20%;
    float: left;
    border-bottom: 0;
    padding-right: 15px;
    margin-bottom: 30px;
}

.vertical-tab-block ul.nav-tabs > li {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.vertical-tab-block ul.nav-tabs > li:last-child {
    border-bottom: 0;
}

.vertical-tab-block ul.nav-tabs > li > a {
    border: 0;
    margin: 0;
    width: 100%;
    display: block;
    font-weight: 500;
    border-radius: 0;
    padding: 15px 20px;
    background-color: #ebebeb;
}

.vertical-tab-block ul.nav-tabs > li > a:hover {
    background-color: #ddd;
}

.vertical-tab-block ul.nav-tabs > li.active > a,
.vertical-tab-block ul.nav-tabs > li.active > a:focus,
.vertical-tab-block ul.nav-tabs > li.active > a:hover {
    border: 0;
    color: #fff;
    font-weight: 600;
    background-color: #d32f2f;
}

.vertical-tab-block .tab-content {
    width: 80%;
    float: left;
    padding: 0 0 0 15px;
}

.vertical-tab-block .tab-content::after {
    display: none;
}

.vertical-tab-block-style-1 ul.nav-tabs {
    width: 50%;
    padding: 52px 0 0;
}

.vertical-tab-block-style-1 .tab-content {
    width: 50%;
    padding: 0;
}

.schedule-tab-block ul.nav-tabs {
    text-align: center;
}

.schedule-tab-block ul.nav-tabs > li {
    float: none;
    display: inline-block;
}

.wide-block.team-block:last-child {
    margin-bottom: 30px !important
}

.gfort-swiper-slider .team-block {
    padding-top: 2px;
}

.team-block-container {
    z-index: 3;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.team-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.team-block-container .image-block {
    margin-left: 0;
    margin-bottom: 25px !important;
}

.team-block-container .image-block:last-child {
    margin-bottom: 0 !important;
}

.team-block-container .image-block img {
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.team-block-container .signature-block-container {
    margin-top: 30px;
}

.team-block-container .team-block-title {
    width: 100%;
    z-index: 15;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-block-container .team-block-title:last-child {
    margin-bottom: 0;
}

.team-block-container .team-block-title h2,
.team-block-container .team-block-title h3,
.team-block-container .team-block-title h4,
.team-block-container .team-block-title h5,
.team-block-container .team-block-title h6 {
    margin-bottom: 5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-block-container .team-block-title h4 {
    margin-bottom: 2px;
}

.team-block-container .team-block-title h2 + h4 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.team-block-container .team-block-title h2 + h4::after {
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    content: '';
    display: block;
    position: absolute;
    background-color: #121212;
}

.team-block-container p:first-of-type {
    margin-top: -5px;
}

.team-block-container .team-block-title a {
    display: inline-block;
}

.team-block-container .team-block-title a,
.team-block-container .team-block-title h6 a:hover {
    color: #121212;
}

.team-block-container .team-block-title a:hover,
.team-block-container .team-block-title h6 a {
    color: #d32f2f;
}

.team-block-container .date-block-container,
.team-block-container .date-block-container span {
    margin-bottom: 0;
}

.team-block-container .social-icons-block {
    padding-top: 15px;
    margin-bottom: -5px;
}

.team-block-container .team-block-title + .social-icons-block {
    padding-top: 0;
}

.team-popover {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 0 !important;
}

.team-popover.popover.bottom > .arrow {
    border-color: transparent;
}

.team-popover .popover-content {
    padding: 20px;
}

.team-popover .team-block-title,
.team-popover .team-block-title * {
    margin-bottom: 0;
}

.team-popover .team-block-title a {
    color: #121212;
}

.team-popover .team-block-title a:hover {
    color: #d32f2f;
}

.team-block-container ul {
    margin-top: 0;
    list-style: none;
}

.team-block-style-1 .team-block-container {
    border-radius: 2px;
    text-align: center;
    padding: 50px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.team-block-style-1 .image-block {
    width: 120px;
    margin-left: auto;
}

.team-block-style-1 .image-block img {
    border-radius: 50%;
}

.team-block-style-2 .team-block-container {
    text-align: center;
}

.team-block-style-2 .image-block {
    width: 190px;
    margin-left: auto;
}

.team-block-style-2 .image-block img {
    border-radius: 50%;
}

.team-block-style-3 .team-block-container {
    min-height: 170px;
    border-radius: 2px;
    background-color: #fff;
    padding: 28px 25px 25px 170px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.team-block-style-3 .team-block-container.text-right {
    padding: 28px 170px 25px 25px;
}

.team-block-style-3 .image-block {
    top: 25px;
    left: 25px;
    width: 120px;
    position: absolute;
}

.team-block-style-3 .team-block-container.text-right .image-block {
    left: auto;
    right: 25px;
}

.team-block-style-3 .image-block img {
    border-radius: 50%;
}

.team-block-style-3 .social-icons-block {
    margin: 0;
    padding: 0;
    top: 100px;
    left: 25px;
    width: auto;
    position: absolute;
}

.team-block-style-3 .team-block-container.text-right .social-icons-block {
    left: auto;
    right: 25px;
}

.team-block-style-4 .image-block {
    margin: 0 auto !important;
}

.team-block-style-4 .team-block-title {
    left: 0;
    bottom: 0;
    margin: 0;
    position: absolute;
}

.team-block-style-4 .team-block-title h4 {
    margin: 0;
    float: left;
    font-size: 18px;
    display: inline-block;
    background-color: #121212;
    padding: 10px 20px 8px;
    color: #fff;
}

.team-block-style-4 .team-block-title h6 {
    margin: 0;
    float: left;
    clear: left;
    color: #fff;
    display: inline-block;
    padding: 10px 20px 8px;
    border-radius: 0 0 0 2px;
    background-color: #d32f2f;
}

.team-block-style-5 a.main-link {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.team-block-style-5 .image-block {
    margin-bottom: 0 !important;
}

.team-block-style-5 .image-block img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.team-block-style-5 .team-block-title {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
}

.team-block-style-5 h4,
.team-block-style-5 h6 {
    left: 0;
    opacity: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
}

.team-block-style-5 h4 {
    bottom: 50%;
    font-size: 22px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-block-style-5 h6 {
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.team-block-style-5 .team-block-container:hover .team-block-title {
    background-color: rgba(0, 0, 0, .8);
}

.team-block-style-5 .team-block-container:hover h4,
.team-block-style-5 .team-block-container:hover h6 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team-block-style-6 {
    margin-bottom: 30px;
}

.team-block-style-6:nth-child(2n+1) {
    clear: left;
}

.title-block ~ .team-block-style-6:nth-child(2n) {
    clear: left;
}

.title-block ~ .team-block-style-6:nth-child(2n+1) {
    clear: none;
}

.team-block-style-6:last-child,
.team-block-style-6:nth-last-child(2) {
    margin-bottom: 0;
}

.team-block-style-6 .team-block-container {
    min-height: 170px;
    padding-left: 145px;
}

.team-block-style-6 .team-block-container.text-right {
    padding-left: 0;
    padding-right: 145px;
}

.team-block-style-6 .image-block {
    top: 0;
    left: 0;
    width: 120px;
    position: absolute;
}

.team-block-style-6 .team-block-container.text-right .image-block {
    right: 0;
    left: auto;
}

.team-block-style-6 .image-block img {
    border-radius: 50%;
}

.team-block-style-7:nth-child(2n+1) {
    clear: left;
}

.title-block ~ .team-block-style-7:nth-child(2n) {
    clear: left;
}

.title-block ~ .team-block-style-7:nth-child(2n+1) {
    clear: none;
}

.team-block-style-7 .team-block-container {
    min-height: 192px;
    padding-left: 170px;
}

.team-block-style-7 .team-block-container.text-right {
    padding-left: 0;
    padding-right: 170px;
}

.team-block-style-7 .image-block {
    top: 0;
    left: 0;
    width: 145px;
    position: absolute;
}

.team-block-style-7 .team-block-container.text-right .image-block {
    right: 0;
    left: auto;
}

.team-block-style-8 .team-block-container {
    text-align: center;
}

.team-block-style-8 .image-block {
    margin-bottom: 0 !important;
}

.team-block-style-8 .team-block-title {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
}

.team-block-style-8 .team-block-title h4,
.team-block-style-8 .team-block-title h6 {
    margin: 0;
}

.team-block-style-8 .team-block-title h4 {
    bottom: 0;
    left: 25px;
    right: 25px;
    position: absolute;
    background-color: #fff;
    border-radius: 2px 2px 0 0;
}

.team-block-style-8 .team-block-title h6 {
    left: 0;
    top: 50%;
    opacity: 0;
    width: 100%;
    color: #fff;
    font-size: 20px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-block-style-8 .team-block-title h4 a {
    display: block;
    padding: 15px 15px 10px;
}

.team-block-style-8 .team-block-container:hover .team-block-title {
    background-color: rgba(0, 0, 0, .8);
}

.team-block-style-8 .team-block-container:hover .team-block-title h6 {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.team-block-style-9 .team-block-container {
    text-align: center;
}

.team-block-style-9 a.main-link {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.team-block-style-9 .image-block {
    margin-bottom: 0 !important;
}

.team-block-style-9 .image-block img {
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.team-block-style-9 .team-block-title h4 {
    width: 100%;
    margin: 0;
    display: block;
    color: #fff;
    text-align: center;
    padding: 15px 15px 10px;
    background-color: #d32f2f;
}

.team-block-style-10 .team-block-container {
    padding: 25px;
    overflow: hidden;
    border-radius: 2px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.team-block-style-10 .image-block {
    width: auto;
    display: block;
    margin: -25px -25px 25px;
}

.team-block-style-10 .image-block img {
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.team-block-style-11 .image-block {
    margin: 0 auto !important;
}

.team-block-style-11 .image-block img {
    border-radius: 50%;
}

.team-block-style-11 .team-block-title {
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0 0 0 4%;
    position: absolute;
}

.team-block-style-11 .team-block-title h4 {
    margin: 0;
    float: left;
    font-size: 18px;
    display: inline-block;
    background-color: #121212;
}

.team-block-style-11 .team-block-title h6 {
    float: left;
    clear: left;
    color: #fff;
    margin: 0 0 0 15px;
    padding: 10px 20px 8px;
    background-color: #d32f2f;
}

.team-block-style-11 .team-block-title h4 a {
    color: #fff;
    display: block;
    line-height: 22px;
    padding: 10px 20px 8px;
}

.team-block-style-12:nth-child(2n+1) {
    clear: left;
}

.title-block ~ .team-block-style-12:nth-child(2n) {
    clear: left;
}

.title-block ~ .team-block-style-12:nth-child(2n+1) {
    clear: none;
}

.team-block-style-12 .team-block-container {
    padding: 25px;
    min-height: 175px;
    border-radius: 2px;
    padding-left: 195px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.team-block-style-12 .team-block-container.text-right {
    padding-left: 0;
    padding-right: 195px;
}

.team-block-style-12 .image-block {
    top: 0;
    left: 0;
    width: 175px;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.team-block-style-12 .team-block-container.text-right .image-block {
    right: 0;
    left: auto;
}

.team-block-style-12 .image-block img {
    left: 50% !important;
    width: auto !important;
    height: 100% !important;
    border-radius: 2px 0 0 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateX(-51%);
    -moz-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    -o-transform: translateX(-51%);
    transform: translateX(-51%);
}

.team-block-style-12 .team-block-container.text-right .image-block img {
    border-radius: 0 2px 2px 0;
    -webkit-transform: translateX(-49%);
    -moz-transform: translateX(-49%);
    -ms-transform: translateX(-49%);
    -o-transform: translateX(-49%);
    transform: translateX(-49%);
}

.team-block-style-13 .team-block-container {
    text-align: center;
}

.team-block-style-13 a.main-link {
    width: 100%;
    display: block;
}

.team-block-style-13 a.main-link:hover * {
    color: #d32f2f;
}

.team-block-style-13 .image-block img {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.team-block-style-14 .team-block-container {
    text-align: center;
}

.team-block-style-14 .team-block-title {
    width: auto;
    border-radius: 2px;
    padding: 15px 15px 8px;
    margin: -64px 25px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.team-block-style-15:nth-child(3n+1) {
    clear: left;
}

.title-block ~ .team-block-style-15:nth-child(3n+2) {
    clear: left;
}

.title-block ~ .team-block-style-15:nth-child(3n+1) {
    clear: none;
}

.team-block-style-15 .team-block-container {
    padding: 25px;
    min-height: 140px;
    border-radius: 2px;
    padding-left: 140px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.team-block-style-15 .team-block-container.text-right {
    padding-left: 0;
    padding-right: 140px;
}

.team-block-style-15 .image-block {
    top: 50%;
    left: 25px;
    width: 90px;
    margin-top: -45px;
    position: absolute;
}

.team-block-style-15 .team-block-container.text-right .image-block {
    left: auto;
    right: 25px;
}

.team-block-style-15 .image-block img {
    border-radius: 50%;
}

.client-block-container {
    padding: 0;
    z-index: 3;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.client-block-container a.main-link {
    width: 100%;
    display: block;
    overflow: hidden;
    outline: 0 !important;
}

.client-block-container .image-block {
    margin-bottom: 0 !important;
}

.client-block-container .image-block img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.client-block-style-1 a.main-link {
    opacity: .6;
    border-radius: 2px;
    margin: 3px auto 0;
    padding: 20px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.client-block-style-1 a.main-link:hover {
    opacity: 1
}

.client-block-style-2 .image-block img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.client-block-style-2 .client-block-container:hover .image-block img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}

.testimonials-block-container {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

.testimonials-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.testimonials-block-container .image-block {
    width: 90px;
    margin-left: 0;
    border-radius: 50%;
    margin-bottom: 25px !important;
}

.testimonials-block-container .image-block img {
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.testimonials-block-container .testimonials-block-title {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.testimonials-block-container .testimonials-block-title:last-child {
    margin-bottom: 0;
}

.testimonials-block-container .testimonials-block-title h4,
.testimonials-block-container .testimonials-block-title h5 {
    margin-bottom: 0;
}

.testimonials-block-container .testimonials-block-title h4 + h5 {
    color: #515151;
}

.testimonials-block-container h4 small {
    font-size: 85%;
    line-height: 23px;
    vertical-align: top;
    display: inline-block;
}

.testimonials-block-container .testimonials-block-desc {
    width: 100%;
    display: block;
    position: relative;
}

.testimonials-block-style-1 .testimonials-block-container {
    margin-top: 5px;
    margin-bottom: 25px;
}

.testimonials-block-style-1 .testimonials-block-desc {
    padding: 25px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.testimonials-block-style-1 .testimonials-block-desc::after,
.testimonials-block-style-1 .testimonials-block-desc::before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
}

.testimonials-block-style-1 .testimonials-block-desc::after {
    left: 20px;
    bottom: -25px;
    border-top: 25px solid #fff;
    border-right: 30px solid transparent;
}

.testimonials-block-style-1 .testimonials-block-desc::before {
    left: 18px;
    bottom: -29px;
    border-right: 32px solid transparent;
    border-top: 28px solid rgba(0, 0, 0, .05);
}

.testimonials-block-style-1 .image-block {
    width: 64px;
    vertical-align: top;
    display: inline-block;
    margin: 15px 0 0 35px !important;
}

.testimonials-block-style-1 .testimonials-block-title {
    padding: 10px 0 0 50px;
}

.testimonials-block-style-1 .testimonials-block-title h4 {
    font-size: 18px;
}

.testimonials-block-style-1 .image-block + .testimonials-block-title {
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 25px 0 0 10px;
}

.testimonials-block-style-2 .testimonials-block-container {
    padding: 25px;
    margin-top: 3px;
    border-radius: 2px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.testimonials-block-style-2 .image-block {
    margin-left: auto;
}

.testimonials-block-style-2 .testimonials-block-desc {
    text-align: left;
    padding-top: 10px;
    padding-left: 40px;
    position: relative;
}

.testimonials-block-style-2 .testimonials-block-desc::before {
    top: 14px;
    left: 1px;
    color: #121212;
    font-size: 18px;
    content: '\f10d';
    line-height: 18px;
    position: absolute;
    font-family: 'FontAwesome';
}

.testimonials-block-style-3 .testimonials-block-container::before {
    top: 3px;
    left: 1px;
    color: #121212;
    font-size: 18px;
    content: '\f10d';
    line-height: 18px;
    position: absolute;
    font-family: 'FontAwesome';
}

.testimonials-block-style-3 .image-block {
    width: 64px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0 !important;
}

.testimonials-block-style-3 .testimonials-block-title {
    width: auto;
    padding-top: 8px;
    display: inline-block;
}

.testimonials-block-style-3 .testimonials-block-desc {
    padding-left: 40px;
    position: relative;
    padding-bottom: 20px;
}

.testimonials-block-style-4 .testimonials-block-container {
    margin-top: 5px;
    text-align: center;
}

.testimonials-block-style-4 .image-block {
    margin-left: auto;
}

.testimonials-block-style-4 .image-block img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.testimonials-block-style-4 .testimonials-block-desc {
    padding: 25px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.testimonials-block-style-4 .testimonials-block-desc::after,
.testimonials-block-style-4 .testimonials-block-desc::before {
    width: 0;
    height: 0;
    left: 50%;
    content: '';
    position: absolute;
}

.testimonials-block-style-4 .testimonials-block-desc::after {
    top: -15px;
    margin-left: -20px;
    border-bottom: 15px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.testimonials-block-style-4 .testimonials-block-desc::before {
    top: -17px;
    margin-left: -22px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 17px solid rgba(0, 0, 0, .05);
}

.testimonials-block-style-4 .image-block {
    width: auto;
    max-width: 50%;
    margin-bottom: 40px !important;
}

.testimonials-block-style-4 .image-block img {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.testimonials-block-style-5 .testimonials-block-container {
    text-align: center;
}

.testimonials-block-style-5 .image-block {
    margin-left: auto;
}

.testimonials-block-style-5 .testimonials-block-desc {
    padding: 0 0 25px;
}

.testimonials-block-style-5 .image-block + .testimonials-block-desc {
    padding: 15px 0 25px;
}

.testimonials-block-style-6 .testimonials-block-container {
    margin-top: 3px;
    border-radius: 2px;
    text-align: center;
    padding: 50px 25px 100px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.testimonials-block-style-6 .testimonials-block-container::after {
    left: 50%;
    width: 20px;
    bottom: 40px;
    height: 28px;
    color: #515151;
    font-size: 28px;
    content: '\f10d';
    line-height: 28px;
    position: absolute;
    text-align: center;
    margin-left: -14px;
    font-family: 'FontAwesome';
}

.testimonials-block-style-6 .testimonials-block-desc {
    padding-top: 15px;
}

.testimonials-block-style-7 .testimonials-block-container {
    min-height: 90px;
    padding-left: 45px;
}

.testimonials-block-style-7 .testimonials-block-desc {
    border-radius: 2px;
    background-color: #fff;
    padding: 25px 25px 25px 65px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.testimonials-block-style-7 .testimonials-block-title {
    padding-top: 15px;
}

.testimonials-block-style-7 .image-block {
    left: 0;
    top: 50%;
    margin-top: -45px;
    position: absolute;
    margin-bottom: 0 !important;
}

.testimonials-block-style-8 .testimonials-block-container {
    min-height: 120px;
    padding-left: 140px;
}

.testimonials-block-style-8 .image-block {
    left: 0;
    width: 120px;
    position: absolute;
    margin-bottom: 0 !important;
}

.schedule-block:last-child .schedule-block-container {
    margin-bottom: 30px;
}

.schedule-block:nth-child(odd) .schedule-block-container {
    background-color: #ebebeb;
}

.schedule-block-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

.schedule-block .schedule-block-container:hover {
    background-color: #ddd;
}

.schedule-block-container a {
    color: #121212;
    display: inline-block;
}

.schedule-block-container a:hover {
    color: #d32f2f;
}

.schedule-block-container .image-block {
    top: 8px;
    left: 60%;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-left: 15px;
    border-radius: 50%;
    position: absolute;
    margin-bottom: 0 !important;
}

.schedule-block-container h6 {
    margin: 0;
    width: 35%;
    float: left;
    padding: 0 15px;
    line-height: 24px;
}

.schedule-block-container .image-block + h6 {
    width: 40%;
    padding: 0 15px 0 78px;
}

.schedule-block-container .date-block {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.schedule-block-container .date-block :not(i) {
    margin: 0;
}

.schedule-block-container .date-block-container {
    font-size: 14px;
}

.schedule-block-container .date-block-container span {
    line-height: 24px;
}

.button-block-container {
    width: 100%;
    display: block;
    max-width: 1140px;
    position: relative;
    margin: 0 auto 30px;
}

.button-block-container a.btn-gfort-image {
    margin-top: 20px;
}

.screenshots-block-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.screenshots-images-wrapper {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.screenshots-images-wrapper .images-wrapper {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 71px 0;
    max-width: 600px;
    position: absolute;
}

.screenshots-images-wrapper .images-wrapper:nth-child(2) {
    z-index: -2;
    padding: 101px 0;
    max-width: 880px;
}

.screenshots-images-wrapper .images-wrapper:nth-child(3) {
    z-index: -3;
    padding: 131px 0;
    max-width: 1120px;
}

.screenshots-images-wrapper .images-wrapper img {
    float: left;
    width: auto;
    height: 100%;
    border-radius: 2px;
    display: inline-block;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.screenshots-images-wrapper .images-wrapper img:last-child {
    float: right;
}

.signature-block-container {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
}

.signature-block-container img {
    width: 100%;
    display: block;
    max-width: 200px;
}

.skills-block-container {
    z-index: 1;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

.skills-block-container .image-block {
    margin-bottom: 25px !important;
}

.skills-block-container h4:last-child {
    margin-bottom: 0;
}

.skills-block-container h4 a {
    color: #121212;
}

.skills-block-container h4 a:hover {
    color: #d32f2f;
}

.pricing-tables-wrapper {
    width: 100%;
    display: block;
    padding-top: 3px;
    overflow: hidden;
    position: relative;
}

.pricing-tables-wrapper.correct-border {
    padding: 0;
    margin-bottom: 30px;
}

.section-no-padding .pricing-tables-wrapper.correct-border {
    margin-bottom: 0;
}

.pricing-block-container {
    width: 100%;
    display: block;
    padding: 60px 20px;
    text-align: center;
    border-radius: 2px;
    margin: 0 auto 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.pricing-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.pricing-block-container .pricing-block-icon {
    width: 100%;
    display: block;
    color: #d32f2f;
    font-size: 40px;
    line-height: 40px;
    margin: 0 auto 25px;
}

.pricing-block-container .pricing-block-title {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto 35px;
}

.pricing-block-container .pricing-block-title * {
    margin: 0;
    font-weight: 600;
}

.pricing-block-container .pricing-block-title h1 {
    font-size: 24px;
    font-weight: 400;
}

.pricing-block-container .pricing-block-price {
    margin: 0 auto;
    padding: 15px 0;
    display: inline-block;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.pricing-block-container .pricing-block-price * {
    margin: 0;
}

.pricing-block-container .pricing-block-price h2 {
    font-size: 0;
    line-height: 0;
    font-weight: 400;
}

.pricing-block-container .pricing-block-price p {
    color: #d32f2f;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 25px;
}

.pricing-block-container .pricing-block-price span {
    line-height: 1;
    display: inline-block;
}

.pricing-block-container .pricing-block-price .currency {
    font-size: 24px;
    padding-top: 5px;
    padding-right: 5px;
    vertical-align: top;
}

.pricing-block-container .pricing-block-price .amount {
    font-size: 50px;
}

.pricing-block-container .pricing-block-price .duration {
    font-size: 18px;
}

.pricing-block-container .pricing-block-price .old-price {
    position: relative;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}

.pricing-block-container .pricing-block-price .old-price::after {
    left: 0;
    top: 50%;
    width: 100%;
    height: 4px;
    content: '';
    margin-top: -2px;
    position: absolute;
    background-color: #d32f2f;
}

.pricing-block-container .pricing-block-price .form-group {
    margin: 25px auto -16px;
}

.pricing-block-container .pricing-block-desc {
    width: 100%;
    display: block;
    padding-top: 40px;
}

.pricing-block-container .pricing-block-features {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-weight: 500;
    padding-top: 40px;
}

.pricing-block-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.pricing-block-container .pricing-block-button {
    width: 100%;
    display: block;
    padding: 10px 0 0;
}

.pricing-block-style-1 {
    z-index: 20;
}

.pricing-block-style-1::after,
.pricing-block-style-1::before {
    display: none;
}

.pricing-block-style-1 .pricing-block-container {
    border: 2px solid #d32f2f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pricing-wide-block .pricing-block-container {
    padding: 0;
    position: relative;
}

.pricing-wide-block .pricing-block-container::before {
    top: 0;
    left: 0;
    width: 25%;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #d32f2f;
    border-radius: 2px 0 0 2px;
}

.pricing-wide-block .pricing-block-container .col-md-3:first-child {
    overflow: hidden;
    padding: 30px 15px;
    position: relative;
}

.pricing-wide-block .pricing-block-container .col-md-3:first-child * {
    color: #fff;
}

.pricing-wide-block .pricing-block-container .pricing-block-title {
    margin: 0 auto 15px;
}

.pricing-wide-block .pricing-block-container .pricing-block-price {
    border: 0;
    padding: 0;
}

.pricing-wide-block .pricing-block-container .col-md-6 {
    text-align: left;
    padding: 0 20px 25px;
}

.pricing-wide-block .pricing-block-container .pricing-block-features ul li {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.pricing-wide-block .pricing-block-container .col-md-3:last-child {
    text-align: right;
    padding: 0 40px 40px 0;
}

.pricing-block.wide-block .pricing-block-container {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pricing-block.wide-block::after,
.pricing-block.wide-block::before {
    content: '';
    z-index: 15;
    position: absolute;
    background-color: #ddd;
}

.pricing-block.wide-block::after {
    left: 0;
    width: 100%;
    height: 1px;
    bottom: -1px;
}

.pricing-block.wide-block::before {
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
}

.counters-wrapper {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.counter-block-container {
    z-index: 1;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin: 3px auto 30px;
}

.counter-block-container i {
    color: #d32f2f;
    margin-top: 1px;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 15px;
}

.white-content.counter-block-container i {
    color: #fff;
}

.counter-block-container h1 {
    font-size: 40px;
}

.counter-block-container h1 span {
    display: inline-block;
}

.counter-block-container h1 i {
    margin-bottom: 0;
}

.counter-block-container h4 {
    margin-bottom: 0;
}

.counter-block-style-1 .counter-block-container {
    padding: 30px 25px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.counter-block-style-2 .counter-block-container {
    text-align: left;
    border-radius: 2px;
    background-color: #fff;
    padding: 25px 25px 25px 90px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.counter-block-style-2 i {
    top: 50%;
    margin: 0;
    left: 25px;
    margin-top: -24px;
    position: absolute;
}

.counter-block-style-2 h1 {
    margin: 0;
}

.counter-block-style-3 .counter-block-container {
    padding: 30px 25px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.counter-block-style-3 i {
    margin: 0;
    right: -15px;
    bottom: -15px;
    opacity: .1;
    color: #515151;
    font-size: 100px;
    line-height: 100px;
    position: absolute;
    transform: rotate(-20deg);
}

.counter-block-style-4 i {
    width: 64px;
    height: 64px;
    color: #fff;
    font-size: 28px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
    background-color: #d32f2f;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.counter-block-style-5 .counter-block-container {
    margin-top: 32px;
    overflow: visible;
    border-radius: 2px;
    padding: 55px 25px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.counter-block-style-5 i {
    left: 50%;
    top: -32px;
    width: 64px;
    height: 64px;
    color: #fff;
    font-size: 28px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    margin: 0 0 0 -32px;
    background-color: #d32f2f;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.counter-block-style-6 .counter-block-container {
    margin-top: 0;
    padding: 100px 0;
}

.price-block-container {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

.price-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.price-block-container h1 {
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.price-block-container h1 span {
    margin: 0;
    line-height: 1;
    display: inline-block;
}

.price-block-container h1 .price-block-currency {
    font-size: 34px;
    padding-top: 10px;
    padding-right: 5px;
    vertical-align: top;
}

.price-block-container h1 .price-block-amount {
    font-size: 100px;
}

.price-block-container h1 .price-block-desc {
    width: 100%;
    display: block;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    padding-top: 10px;
}

.col-md-12.cta-block {
    clear: left;
}

.cta-section.section-no-padding,
.cta-section.section-no-padding > .section-container {
    z-index: 20;
    overflow: visible;
}

.cta-section.section-no-padding::after,
.cta-section.section-no-padding > .section-container::after {
    content: '';
    clear: both;
    display: table;
}

.cta-block-container {
    width: 100%;
    z-index: 15;
    display: block;
    font-size: 18px;
    padding-top: 10px;
    position: relative;
    margin: 0 auto 30px;
}

.cta-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.cta-block-container > :last-child {
    margin-bottom: 0;
}

.cta-section.section-no-padding .cta-block-container {
    margin-bottom: 0;
}

.cta-block-container h2 {
    font-weight: 400;
}

.cta-block-container h3 {
    margin-bottom: 5px;
}

.cta-block-container h3 a.btn {
    margin: 0 0 0 10px;
}

.cta-block-style-1 {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.cta-block-style-1 .cta-block-container {
    width: auto;
    min-height: 75px;
    text-align: left;
    display: inline-block;
}

.cta-block-style-1 .cta-block-container * {
    margin: 0;
}

.cta-block-style-1 i.fa {
    left: 0;
    top: 8px;
    color: #d32f2f;
    font-size: 85px;
    position: absolute;
}

.cta-block-style-1 i.fa ~ * {
    padding-left: 100px;
}

.cta-block-style-1 a {
    color: #121212;
}

.cta-block-style-1 .white-content a {
    color: #fff;
}

.cta-block-style-1 a:hover {
    text-decoration: underline;
}

.cta-block-style-2 .cta-block-container {
    padding: 25px;
    border-radius: 2px;
    background-color: #d32f2f;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.cta-block-style-2 .cta-block-container * {
    color: #fff;
}

.cta-block-style-3 {
    padding: 0;
}

.cta-block-style-3 .cta-block-container {
    padding-top: 0;
}

.cta-block-style-3 .cta-block-container a.main-link {
    width: 100%;
    display: block;
    color: #fff;
    padding: 30px 30px 25px;
    background-color: #d32f2f;
}

.cta-block-style-3 .cta-block-container a.main-link:hover {
    background-color: #121212;
}

.cta-block-style-4 .cta-block-container {
    margin: 0 auto;
    padding: 40px 0;
    background-color: #d32f2f;
}

.cta-block-style-4 .image-block {
    margin: -80px auto -80px !important;
}

.cta-block-style-4 .cta-block-container h3 {
    padding-top: 5px;
}

.cta-block-style-4 .cta-block-container a.btn {
    margin-top: 15px;
}

.cta-block-style-5 .cta-block-container {
    padding: 40px 25px;
    border-radius: 2px;
    border: 2px solid #ddd;
    background-color: #fff;
}

.cta-block-style-6 {
    padding: 0;
}

.cta-block-style-6 .cta-block-container {
    text-align: left;
    border-radius: 2px;
    padding: 0 10px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.cta-block-style-6 .cta-block-container * {
    margin: 0;
}

.cta-block-style-6 .cta-block-container > * {
    padding-top: 25px;
}

.cta-block-style-6 .cta-block-container h4 {
    line-height: 24px;
    padding: 14px 0 6px;
}

.cta-block-style-6 .cta-block-container a.btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.faq-block-container {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

.faq-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.faq-block-container > :last-child {
    margin-bottom: 0;
}

.faq-block-container h4 {
    font-size: 18px;
}

.faq-block-container a.main-link {
    width: 100%;
    padding: 25px;
    color: #121212;
    display: block;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.faq-block-container a.main-link * {
    margin-bottom: 0;
}

.faq-block-container a.main-link:hover {
    text-decoration: underline;
}

.faq-block-style-1 .faq-block-container {
    padding: 25px;
    border-radius: 2px;
    background-color: #ebebeb;
}

.faq-block-style-2 .faq-block-container {
    padding: 25px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.instagram-feed-block {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.instagram-feed-block-container {
    padding: 0;
    width: 100%;
    font-size: 0;
    display: block;
    margin: 0 auto;
    line-height: 0;
    text-align: center;
}

.instagram-feed-block-container > a {
    padding: 0;
    width: 12.5%;
    display: inline-block;
}

.instagram-feed-block-container > a img {
    width: 100%;
    display: block;
}

.instagram-feed-block > h4 {
    top: 50%;
    left: 50%;
    margin: 0;
    width: auto;
    z-index: 15;
    padding: 25px 30px;
    position: absolute;
    border-radius: 2px;
    text-align: center;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.instagram-feed-block > h4 span {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.instagram-feed-block > h4 a {
    color: #121212;
}

.instagram-feed-block > h4 a:hover {
    color: #d32f2f;
}

.flickr-feed-block {
    padding: 0;
    width: 100%;
    font-size: 0;
    display: block;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
    text-align: center;
}

.flickr-feed-block > a {
    padding: 0;
    width: 12.5%;
    display: inline-block;
}

.flickr-feed-block > a img {
    width: 100%;
    display: block;
}

.flickr-feed-block > h4 {
    top: 50%;
    left: 50%;
    margin: 0;
    width: auto;
    z-index: 15;
    padding: 25px 30px;
    position: absolute;
    border-radius: 2px;
    text-align: center;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.flickr-feed-block > h4 span {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.flickr-feed-block > h4 a {
    color: #121212;
}

.flickr-feed-block > h4 a:hover {
    color: #d32f2f;
}

.twitter-feed-block .gfort-twitter-list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.twitter-feed-block .gfort-twitter-item {
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

.twitter-feed-block li.gfort-twitter-item {
    margin-bottom: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
}

.twitter-feed-block li.gfort-twitter-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.twitter-feed-block .gfort-twitter-item .twitter-avatar {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
}

.twitter-feed-block .gfort-twitter-item .twitter-avatar > a {
    float: left;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.twitter-feed-block .gfort-twitter-item .twitter-avatar > a img {
    width: 100%;
    display: block;
}

.twitter-feed-block .gfort-twitter-item .twitter-avatar span {
    font-weight: 500;
    line-height: 48px;
    display: inline-block;
    text-transform: uppercase;
}

.twitter-feed-block .gfort-twitter-item .twitter-tweet {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto 15px;
}

.twitter-feed-block .gfort-twitter-item .twitter-tweet a {
    color: #121212;
}

.twitter-feed-block .gfort-twitter-item .twitter-tweet a:hover {
    color: #d32f2f;
}

.white-content.twitter-feed-block .gfort-twitter-item .twitter-tweet a {
    opacity: .8;
    color: #fff;
}

.white-content.twitter-feed-block .gfort-twitter-item .twitter-tweet a:hover {
    opacity: 1;
}

.twitter-feed-block .gfort-twitter-item .twitter-date-buttons {
    width: 100%;
    display: block;
    overflow: hidden;
}

.twitter-feed-block .gfort-twitter-item .twitter-date {
    float: left;
}

.twitter-feed-block .gfort-twitter-item .twitter-date a {
    color: #121212;
    display: block;
}

.twitter-feed-block .gfort-twitter-item .twitter-date a:hover {
    color: #d32f2f;
}

.white-content.twitter-feed-block .gfort-twitter-item .twitter-date a {
    opacity: .8;
    color: #fff;
}

.white-content.twitter-feed-block .gfort-twitter-item .twitter-date a:hover {
    opacity: 1;
}

.twitter-feed-block .gfort-twitter-item .twitter-buttons {
    float: right;
}

.twitter-feed-block .gfort-twitter-item .twitter-buttons a {
    color: #121212;
    margin-right: 10px;
    display: inline-block;
}

.twitter-feed-block .gfort-twitter-item .twitter-buttons a:last-child {
    margin-right: 0;
}

.twitter-feed-block .gfort-twitter-item .twitter-buttons a:hover {
    color: #d32f2f;
}

.white-content.twitter-feed-block .gfort-twitter-item .twitter-buttons a {
    opacity: .8;
    color: #fff;
}

.white-content.twitter-feed-block .gfort-twitter-item .twitter-buttons a:hover {
    opacity: 1;
}

.twitter-feed-block .gfort-twitter-item .twitter-buttons a i {
    margin-right: 5px;
}

.twitter-feed-block .gfort-twitter-item .twitter-follow {
    top: 0;
    right: 0;
    position: absolute;
}

.twitter-feed-block .gfort-twitter-item .twitter-follow a.btn {
    margin: 0;
    background-color: #55acee !important;
}

.twitter-feed-block .gfort-twitter-item .twitter-follow a.btn i.fa {
    margin-right: 5px;
}

.twitter-feed-block.twitter-slider {
    padding: 0;
    overflow: hidden;
}

.twitter-feed-block.twitter-slider .swiper-slide {
    padding: 0 15px;
}

.twitter-feed-block.twitter-slider:hover .swiper-button-prev,
.twitter-feed-block.twitter-slider:hover .swiper-container-rtl .swiper-button-next {
    opacity: 1;
    left: 20px;
}

.twitter-feed-block.twitter-slider:hover .swiper-button-next,
.twitter-feed-block.twitter-slider:hover .swiper-container-rtl .swiper-button-prev {
    opacity: 1;
    right: 20px;
}

.contact-block-container {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

.contact-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.contact-block-container i.circle-icon-block {
    color: #fff;
    margin-bottom: 25px;
    background-color: #d32f2f;
}

.contact-block-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-block-container .social-icons-block:first-child {
    margin-top: -5px;
}

.contact-block-container a.btn {
    margin-top: 25px;
}

.contact-block-container h2 a {
    color: #121212;
}

.white-content.contact-block-container h2 a {
    color: #fff;
}

.contact-block-container h2 a:hover {
    color: #d32f2f;
}

.contact-block-style-1 .contact-block-container {
    padding: 25px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.contact-block-style-2 .contact-block-container {
    margin-top: 32px;
    border-radius: 2px;
    padding: 57px 25px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.contact-block-style-2 .contact-block-container i.circle-icon-block {
    left: 25px;
    top: -32px;
    position: absolute;
}

.contact-block-style-2 .contact-block-container.text-center i.circle-icon-block {
    left: 50%;
    margin-left: -32px;
}

.car-block-container {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

.car-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.car-block-container h4 + h2 {
    margin-top: 25px;
}

.car-block-container h4 {
    margin-bottom: 0;
}

.car-block-container h4 + h5 {
    margin-bottom: 25px;
}

.car-block-container p {
    color: #121212;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.car-block-container h2 + p {
    margin-top: 25px;
}

.car-block-container h2 {
    font-size: 0;
    margin: 0 auto;
    line-height: 0;
    padding: 15px 0;
    font-weight: 400;
    display: inline-block;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.car-block-container h2 span {
    line-height: 1;
    display: inline-block;
}

.car-block-container h2 .currency {
    font-size: 24px;
    padding-top: 5px;
    padding-right: 5px;
    vertical-align: top;
}

.car-block-container h2 .amount {
    font-size: 50px;
}

.car-block-container h2 .duration {
    font-size: 18px;
}

.car-block-container ul {
    text-align: left;
    list-style: none;
    margin-top: 25px;
    margin-bottom: 0;
}

.car-block-container ul:first-child {
    margin-top: 0;
}

.car-block-container ul li i.fa {
    width: 20px;
    margin-right: 5px;
    text-align: center;
}

.widget-block-container {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 15px;
}

.widget-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.widget-block-container .widget-block-title {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto 10px;
}

.widget-block-container .widget-block-content {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 15px;
}

.widget-block-container .widget-block-content::after {
    content: '';
    clear: both;
    display: table;
}

.link-widget-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.link-widget-block ul li {
    width: 100%;
    display: block;
    font-weight: 500;
}

.link-widget-block ul li a {
    color: #121212;
    display: inline-block;
}

.link-widget-block ul li a:hover {
    color: #d32f2f;
}

.link-widget-block-style-1 ul li {
    width: auto;
    margin: 10px 15px 0 0;
    display: inline-block;
}

.link-widget-block-style-1 ul li:last-child {
    margin-right: 0;
}

.twitter-widget-block .twitter-follow {
    display: none;
}

.twitter-widget-block .twitter-buttons i {
    margin: 0;
}

.twitter-widget-block .twitter-buttons span {
    display: none;
}

.twitter-widget-block .twitter-feed-block.twitter-slider .swiper-slide {
    padding: 0;
}

.twitter-widget-block .twitter-feed-block .gfort-twitter-item .twitter-avatar {
    padding-left: 1px;
}

.instagram-widget-block .widget-block-content {
    width: auto;
    margin: -.5%;
    padding-bottom: 15px;
}

.instagram-widget-block .instagram-feed-block-container {
    text-align: left;
}

.instagram-widget-block a.gfortInsta-item {
    width: 24%;
    margin: .5%;
    overflow: hidden;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.instagram-widget-block a.gfortInsta-item:nth-child(8) ~ a.gfortInsta-item {
    display: none;
}

.subscribe-widget-block .widget-block-content {
    width: auto;
    margin: 0 -15px;
}

.subscribe-widget-block .widget-block-container {
    margin-bottom: 0;
}

.subscribe-widget-block .form-block-container {
    padding-top: 0;
}

.social-widget-block .widget-block-content {
    margin: -5px auto;
    padding-bottom: 15px;
}

.gmap-widget-block .gmap-block {
    height: 180px;
}

.text-widget-block a {
    color: #121212;
}

.text-widget-block a:hover {
    color: #d32f2f;
}

.text-widget-block .navbar-brand {
    float: none;
}

.text-widget-block .navbar-brand + h5 {
    margin-bottom: 0;
}

.text-widget-block .navbar-brand > img {
    max-height: 70px;
}

footer.footer-section {
    width: 100%;
    z-index: 100;
    display: block;
    position: relative;
}

footer.footer-section.grey-section1 {
    background: #203260;
}

.sct .social-icons-block ul li a {
    color: #fff !important;
}

.feet-para {
    color: #6c7eb0 !important;
    font-size: 12px !important;
    width: 42%;
    margin-top: 0 !important;
    line-height: 20px !important;
    position: relative;
    top: -32px;
}

.print-cpy {
    color: #fff !important;
    font-size: 12px !important;
    position: relative;
    top: -25px;
}

.feet-line {
    border-bottom: 1px solid #374873 !important;
    position: relative !important;
    top: -66px !important;
    z-index: -999 !important;
}

.print-follow {
    color: #fff;
}

.sct .social-icons-block-md ul li a i.fa {
    box-shadow: none;
    color: #fff;
    width: 34px;
}

.sct .social-icons-block.social-icons-block-style-1 ul li a i.fa {
    background-color: transparent !important;
}

.print-follow {
    color: #fff;
    font-size: 15px;
    padding-top: 23px;
    vertical-align: middle;
    font-size: 13px;
}

.print-soc li a i.fa {
    color: #6278b4 !important;
}

.print-soc {
    position: relative;
    top: -45px;
}

footer.footer-section > .section-container {
    padding: 85px 0 50px;
}

footer.copyright-section {
    width: 100%;
    z-index: 100;
    display: block;
    position: relative;
}

footer.copyright-section > .section-container {
    padding: 25px 0 10px;
}

.copyright-block-container {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
}

.copyright-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.copyright-block-container p {
    line-height: 32px;
}

.copyright-block-container h5 {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 32px;
}

.copyright-block-container .social-icons-block {
    margin: -5px auto;
}

.copyright-block-container .widget-block-container,
.copyright-block-container .widget-block-content {
    margin-bottom: 0;
}

.copyright-block-container .link-widget-block-style-1 ul li {
    margin-top: 0;
    line-height: 32px;
}

.copyright-block-container .link-widget-block-style-1 ul li a {
    font-size: 14px;
}

.copyright-section-style-1 {
    border-top: 1px solid #ddd;
}

.notification-block {
    padding: 0;
    width: 100%;
    z-index: 102;
    display: none;
    overflow: hidden;
    position: relative;
}

.notification-block-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 0 45px 0 0;
}

.notification-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.notification-header {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.notification-desc {
    width: 100%;
    display: block;
    overflow: hidden;
}

.notification-block-container a.btn {
    margin-top: 0;
}

.notification-block-container .close-notification {
    top: -20px;
    right: 15px;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    background-color: #d32f2f;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.notification-block-container .close-notification:hover {
    background-color: #121212;
}

.notification-block-container .form-block-container {
    padding-top: 0;
}

.notification-block-top {
    margin: 0 auto;
    padding: 20px 0;
    font-weight: 500;
    max-width: 1600px;
}

.notification-block-bottom-right {
    right: 0;
    bottom: 0;
    width: 310px;
    display: block;
    position: fixed;
    overflow: visible;
    border-radius: 2px 0 0 0;
    background-color: #fff;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.notification-block-bottom-right.correct-position {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.notification-block-bottom-right .notification-block-container {
    padding: 0;
}

.notification-block-bottom-right .notification-header {
    padding: 40px 20px 30px;
    background-color: #fff;
}

.notification-block-bottom-right .notification-desc {
    padding: 40px 15px 10px;
    background-color: #ebebeb;
}

.notification-block-bottom-right .close-notification {
    top: -14px;
    left: -14px;
    right: auto;
    border-radius: 50%;
}

.notification-block-modal,
.notification-block-modal .notification-block-container {
    display: block;
    position: static;
}

.notification-block-modal .close-notification {
    top: -14px;
    z-index: 20;
    right: -14px;
    border-radius: 50%;
}

.notification-block-style-3 .notification-desc {
    width: auto;
    float: left;
    padding: 10px 0;
}

.notification-block-style-3 .timer-block {
    float: left;
    width: 240px;
}

.notification-block-style-3 .timer-block-container {
    margin: 0;
    width: 100%;
}

.notification-block-style-3 .timer-block-container > div {
    width: auto;
    float: left;
    padding: 10px 0;
    margin: 0 15px 0 0;
}

.notification-block-style-3 .timer-block-container > div:last-child {
    margin-right: 0;
}

.notification-block-style-3 .timer-block-container h5 {
    margin-bottom: 0;
    font-weight: 600;
    display: inline-block;
}

.notification-block-style-3 .timer-block-container p {
    font-weight: 600;
    display: inline-block;
    margin: 0 auto !important;
}

ol.breadcrumb {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 30px 0;
    border-radius: 0;
    font-weight: 500;
    background-color: transparent;
}

ol.breadcrumb > li {
    margin: 0;
}

ol.breadcrumb > li a {
    color: #121212;
    display: inline-block;
}

ol.breadcrumb > li a:hover {
    color: #d32f2f;
}

ol.breadcrumb > li + li:before {
    color: #ddd;
}

ol.breadcrumb > li.active {
    color: #515151;
}

#up-button {
    right: 32px;
    z-index: 10;
    bottom: -64px;
    position: fixed;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#up-button.correct-position {
    bottom: 32px;
}

#up-button a {
    width: 48px;
    height: 48px;
    display: block;
    color: #515151;
    font-size: 24px;
    overflow: hidden;
    line-height: 48px;
    border-radius: 50%;
    outline: 0 !important;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

#up-button a:hover {
    color: #fff;
    background-color: #d32f2f;
}

.drag-drop-placeholder {
    background-color: red;
    border: 10px dashed #323232;
}

.spinner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .5);
}

.spinner-windows8 {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    margin-top: 100px;
}

.spinner-windows8 .wBall {
    position: absolute;
    width: 48px;
    height: 48px;
    opacity: 0;
    -moz-transform: rotate(225deg);
    -moz-animation: orbit 2.75s infinite;
    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 2.75s infinite;
    -ms-transform: rotate(225deg);
    -ms-animation: orbit 2.75s infinite;
    -o-transform: rotate(225deg);
    -o-animation: orbit 2.75s infinite;
    transform: rotate(225deg);
    animation: orbit 2.75s infinite;
}

.spinner-windows8 .wBall .wInnerBall {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    left: 0;
    top: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    z-index: 2;
}

.spinner-windows8 .wBall:first-child {
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}

.spinner-windows8 .wBall:nth-child(2) {
    -moz-animation-delay: .12s;
    -webkit-animation-delay: .12s;
    -ms-animation-delay: .12s;
    -o-animation-delay: .12s;
    animation-delay: .12s;
}

.spinner-windows8 .wBall:nth-child(3) {
    -moz-animation-delay: .24s;
    -webkit-animation-delay: .24s;
    -ms-animation-delay: .24s;
    -o-animation-delay: .24s;
    animation-delay: .24s;
}

.spinner-windows8 .wBall:nth-child(4) {
    -moz-animation-delay: .36s;
    -webkit-animation-delay: .36s;
    -ms-animation-delay: .36s;
    -o-animation-delay: .36s;
    animation-delay: .36s;
}

.spinner-windows8 .wBall:nth-child(5) {
    -moz-animation-delay: .48s;
    -webkit-animation-delay: .48s;
    -ms-animation-delay: .48s;
    -o-animation-delay: .48s;
    animation-delay: .48s;
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

.tooltip {
    z-index: 20000;
}

/* body.lobipanel-minimized {
    padding-bottom: 36px;
}

.lobipanel {
    position: relative;
    margin-bottom: 15px;
}

.lobipanel > .panel-heading {
    padding: 5px;
    position: relative;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.lobipanel > .panel-heading > .panel-title {
    float: left;
    max-width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 30px;
    padding-left: 15px;
}

.lobipanel > .panel-heading > .panel-title h1,
.lobipanel > .panel-heading > .panel-title h2,
.lobipanel > .panel-heading > .panel-title h3,
.lobipanel > .panel-heading > .panel-title h4,
.lobipanel > .panel-heading > .panel-title h5,
.lobipanel > .panel-heading > .panel-title h6 {
    margin: 0;
    line-height: 30px;
}

.lobipanel > .panel-heading > .panel-title input {
    color: inherit;
    line-height: 30px;
    border-radius: 2px;
    padding: 0 5px;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid #337ab7;
    outline: 0;
}

.lobipanel > .panel-heading > .panel-title input:focus {
    background-color: rgba(0, 0, 0, .15);
}

.lobipanel > .panel-heading .dropdown {
    display: inline-block;
    float: right;
    position: relative;
}

.lobipanel > .panel-heading .dropdown .dropdown-menu {
    left: auto;
    right: 0;
    min-width: initial;
    margin-top: 0;
    border-radius: 0;
}

.lobipanel > .panel-heading .dropdown .dropdown-menu > li > a .control-title {
    display: inline-block;
    margin-left: 15px;
}

.lobipanel > .panel-heading .dropdown .dropdown-toggle {
    border: none;
    outline: 0;
    background-color: transparent;
    text-align: center;
    padding: 0;
    width: 30px;
    font-size: 14px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.lobipanel > .panel-heading .dropdown .dropdown-toggle .panel-control-icon {
    top: 0;
    line-height: 30px;
}

.lobipanel > .panel-heading .dropdown .dropdown-toggle:hover,
.lobipanel > .panel-heading .dropdown .dropdown-toggle:hover:focus {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, .15);
}

.lobipanel > .panel-heading .dropdown.open .dropdown-toggle {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, .15);
}

.lobipanel > .panel-heading:after,
.lobipanel > .panel-heading:before {
    content: " ";
    display: table;
}

.lobipanel > .panel-heading:after {
    clear: both
}

@media screen and (min-width:768px) {
    .lobipanel .panel-heading .panel-title {
        max-width: calc(100% - 180px);
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu {
        position: static;
        display: inline-block;
        border: none;
        padding: 0;
        margin: 0;
        min-width: initial;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0;
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu > li {
        display: inline-block;
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu > li > a {
        cursor: pointer;
        color: inherit;
        padding: 0;
        outline: 0;
        text-align: center;
        width: 30px;
        font-size: 14px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu > li > a .panel-control-icon {
        top: 0;
        line-height: 30px;
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu > li > a .control-title {
        display: none;
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:focus:hover,
    .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:hover {
        text-shadow: 2px 2px 5px rgba(0, 0, 0, .6);
        background-color: rgba(0, 0, 0, .15);
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:focus {
        text-shadow: none;
        background-color: transparent;
    }

    .lobipanel .panel-heading .dropdown .dropdown-toggle {
        display: none;
    }
}

.lobipanel > .panel-body {
    overflow: auto;
    position: relative;
}

.lobipanel .panel-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .8;
}

.lobipanel.panel-collapsed > .panel-heading {
    border-bottom: none;
}

.lobipanel.panel-collapsed > .panel-heading .dropdown .dropdown-menu > li > a[data-func=expand],
.lobipanel.panel-collapsed > .panel-heading .dropdown .dropdown-menu > li > a[data-func=reload],
.lobipanel.panel-collapsed > .panel-heading .dropdown .dropdown-menu > li > a[data-func=unpin] {
    display: none;
}

.lobipanel.panel-expanded,
.lobipanel.panel-minimized.panel-unpin,
.lobipanel.panel-unpin {
    margin-bottom: 0;
}

.lobipanel.panel-unpin {
    overflow: hidden;
    position: fixed;
    z-index: 10000;
    -webkit-box-shadow: 2px 2px 15px 5px rgba(10, 10, 10, .5);
    box-shadow: 2px 2px 15px 5px rgba(10, 10, 10, .5);
}

.lobipanel.panel-unpin > .panel-heading {
    cursor: move;
}

.lobipanel.panel-unpin.panel-minimized {
    float: left;
    position: initial;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 170px;
    margin-right: 5px;
}

.lobipanel.panel-unpin.panel-minimized > .panel-heading {
    padding: 0;
    cursor: pointer;
    border-bottom: none;
}

.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title {
    max-width: calc(100% - 60px);
}

.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h1,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h2,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h3,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h4,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h5,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h6 {
    overflow: hidden;
    text-overflow: ellipsis;
}

.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu {
    position: static;
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    min-width: initial;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
}

.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li {
    display: inline-block;
}

.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a {
    cursor: pointer;
    color: inherit;
    padding: 0;
    outline: 0;
    text-align: center;
    width: 30px;
    font-size: 14px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a .panel-control-icon {
    top: 0;
    line-height: 30px;
}

.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a .control-title {
    display: none;
}

.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a:focus:hover,
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a:hover {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, .15);
}

.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a:focus {
    text-shadow: none;
    background-color: transparent;
}

.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-toggle {
    display: none;
}

.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a {
    display: none;
}

.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a[data-func=close],
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a[data-func=expand] {
    display: inline-block;
}

.lobipanel.panel-unpin.panel-minimized > .panel-body,
.lobipanel.panel-unpin.panel-minimized > .panel-footer {
    display: none !important;
}

.lobipanel.panel-expanded > .panel-heading {
    cursor: initial;
}

.lobipanel.panel-expanded > .panel-heading .dropdown .dropdown-menu > li > a[data-func=minimize],
.lobipanel.panel-expanded > .panel-heading .dropdown .dropdown-menu > li > a[data-func=unpin] {
    display: none;
}

.lobipanel.panel-expanded.panel-unpin > .panel-heading .panel-control[data-func=minimize] {
    display: block;
}

.lobipanel-minimized-toolbar {
    position: fixed;
    height: 36px;
    padding: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20000;
    background: rgba(34, 115, 182, .51);
}

.lobipanel-placeholder {
    background-color: #f9f5d1;
    border: 1px dashed #919191;
    margin-bottom: 15px;

.border-div1.custom-draggable.lobipanel.lobipanel-sortable {
    border: 2px solid #f4f4f4;
    padding: 0;
}

}*/

.custom-drag-div {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 2px !important;
    padding: 3px !important;
    margin-bottom: 10px;
}

.custom-btngroup.btn-group {
    background: #414b4c none repeat scroll 0 0;
    border-radius: 4px;
    padding: 4px 0;
    width: 100%;
}

.com-icon {
    border-radius: 0;
    color: #fff;
    margin-left: 0;
    padding: 8px 10px 9px 10px;
}

.bg1 {
    background: #1f8fe1;
}

.custom-btngroup .com-icon:first-child {
    border-radius: 3px 0 0 3px !important;
}

.custom-btngroup .com-icon:last-child {
    border-radius: 0 3px 3px 0 !important;
}

a.bg3:hover,
a.bg4:hover,
a.bg5:hover,
span a.bg2:hover {
    background: #36aaff;
    color: #fff;
}

.pad-40-20 {
    padding: 40px 20px;
    ;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.color-bluegray {
    color: #818e9b !important;
}

.color-444 {
    color: #444 !important;
}

.color-888 {
    color: #888 !important;
}

.color-black {
    color: #000 !important;
}

.t1 {
    font-size: 16px;
    font-weight: 700;
}

.title1 {
    color: #444;
    font-size: 30px;
    font-weight: 300;
}

.sub-title1 {
    color: #888;
    font-size: 14px;
    margin-bottom: 25px !important;
}

.sub-title3 {
    color: #888;
    font-size: 13px;
}

.title2 {
    color: #000;
    font-size: 24px;
    font-weight: 300;
}

.sub-title2 {
    color: #818e9b;
    font-size: 14px;
    margin-bottom: 25px !important;
}

.title3 {
    font-size: 22px;
    font-weight: 600;
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v36/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2");
}

.material-icons {
    direction: ltr;
    display: inline-block;
    font-family: "Material Icons";
    font-feature-settings: "liga";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    overflow-wrap: normal;
    text-transform: none;
    white-space: nowrap;
}

.form-component {
    position: relative;
}

.form-component:hover .handle-actions {
    opacity: 1;
}

.handle-actions {
    opacity: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9999;
    display: table;
    border-radius: 3px;
}

.form-style1 .form-control {
    background: #eee none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px;
}

.form-style1 .handle-actions {
    background: #82b541 none repeat scroll 0 0;
    color: #fff;
}

.handle-actions > span {
    display: table-cell;
    padding: 0 8px;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
}

.handle-actions > span:hover {
    background: #000;
    transition: all .5s ease;
}

.handle-actions .panel-heading {
    padding: 0;
}

.bg-green {
    background: #82b541 none repeat scroll 0 0;
}

.btn.bg-blue,
.btn.bg-green,
.btn.bg-green2,
.btn.bg-orange {
    padding: 12px;
    border-radius: 3px;
    transition: all .5s ease;
    color: #fff;
    font-weight: 600;
}

.btn.bg-reddr {
    padding: 6px;
    border-radius: 3px;
    transition: all .5s ease;
    color: #fff;
    font-weight: 600;
    background-color: #ef3e3a;
    border-color: #ef3e3a;
}

.btn.bg-green:hover {
    color: #fff;
    background: #78a73c;
    transition: all .5s ease;
}



.box-table {
    display: table;
    width: 100%;
}

.icon-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}

.content-cell {
    vertical-align: middle;
    display: table-cell;
}

.box-table .content-cell h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 0;
}

.box-div p,
.box-table .content-cell p {
    color: #888;
    font-size: 12px;
}

.material-icons.big-icon {
    font-size: 70px;
}

.icon-green {
    color: #82b541;
}

.icon-orange {
    color: #f7941d;
}

.form-bg1 {
    background: #00a78e none repeat scroll 0 0;
    color: #fff;
    padding: 50px 30px;
    border-radius: 3px;
}

.form-style2 .form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px;
}

.form-style2 .handle-actions {
    background: #d0e100 none repeat scroll 0 0;
    color: #fff;
}

.bg-green2 {
    background: #d0e100 none repeat scroll 0 0;
}

.btn.bg-green2:hover {
    color: #fff;
    background: #c0cf00;
    transition: all .5s ease;
}

.box-div h5 {
    font-size: 26px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 0;
}

.form-bg1 .form-group:last-of-type {
    margin-bottom: 0
}

.bg-f4 {
    background: #f4f4f4;
}

.form-style3 .form-control {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px;
}

.form-style3 .handle-actions {
    background: #f7941d none repeat scroll 0 0;
    color: #fff;
}

.bg-orange {
    background: #f7941d none repeat scroll 0 0
}

.b-radius-100 {
    border-radius: 100px !important;
}

.btn.bg-orange:hover {
    color: #fff;
    background: #e4881b;
    transition: all .5s ease;
}

.m-0 {
    margin: 0 !important;
}



.form-custom-width {
    margin: 0 auto;
    text-align: center;
    width: 40%;
}

@media (max-width:767px) {
    .form-custom-width {
        width: 90%;
    }
}

.form-style4 .form-control {
    background: #f2f6fa none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px;
}

.form-style4 .handle-actions {
    background: #ff7243 none repeat scroll 0 0;
    color: #fff;
}

.btn.bg-red {
    background: #ff7243 none repeat scroll 0 0;
    padding: 20px;
    color: #fff;
    font-weight: 600;
}

.btn.bg-red:hover {
    color: #fff !important;
    background: #eb693e;
    transition: all .5s ease
}

.bg-white {
    background: #fff;
    padding: 30px;
    border-radius: 3px;
}

.bg-img {
    background-attachment: scroll;
    background-color: #363f48;
    background-position: center center;
    background-size: cover;
}

.bg-img.bg-overlay-green {
    background-image: linear-gradient(rgba(0, 200, 83, .8), rgba(0, 200, 83, .8)), url(../images/uploads/edifice-section/studio-form-bg.webp);
    padding: 150px 0;
}

.label-box-f4 {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 3px;
    color: #818e9b;
    font-size: 75%;
    font-weight: 700;
    padding: .2em .6em .3em;
}

.bg-f4 pad-40-20 {
    border-radius: 3px;
}

.form-style5 .form-control {
    background: #ddd none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px;
}

.form-style5 .handle-actions {
    background: #f7941d none repeat scroll 0 0;
    color: #fff;
}

.bg-f4.pad-40-20 {
    border-radius: 3px;
}

.form-style6 .form-control {
    background: #ddd none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px;
}

.form-style6 .handle-actions {
    background: #009cde none repeat scroll 0 0;
    color: #fff;
}

.btn.bg-blue {
    background: #009cde;
}

.btn.bg-blue:hover {
    color: #fff;
    background: #0090cd;
    transition: all .5s ease;
}

.h-90 {
    height: 90px;
}

.big-icon {
    font-size: 70px;
}

.big-icon2 {
    font-size: 42px;
}



.edibtn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.edi-btn-default {
    background: #e4e7ea;
    color: #222;
    transition: .5s ease;
    border: 1px solid #e4e7ea;
}

.edi-btn-default:focus,
.edi-btn-default:hover {
    background: #e4e7ea;
    color: #222;
    opacity: .8;
    transition: .5s ease;
    border: 1px solid #e4e7ea;
}

.edi-btn-info {
    background: #03a9f3;
    color: #fff;
    transition: .5s ease;
    border: 1px solid #03a9f3;
}

.edi-btn-info:focus,
.edi-btn-info:hover {
    background: #03a9f3;
    color: #fff;
    opacity: .8;
    transition: .5s ease;
    border: 1px solid #03a9f3;
}

.edi-btn-primary {
    background: #ab8ce4;
    color: #fff;
    transition: .5s ease;
    border: 1px solid #ab8ce4;
}

.edi-btn-primary:focus,
.edi-btn-primary:hover {
    background: #ab8ce4;
    color: #fff;
    opacity: .8;
    transition: .5s ease;
    border: 1px solid #ab8ce4;
}

.edi-btn-success {
    background: #00c292;
    color: #fff;
    transition: .5s ease;
    border: 1px solid #00c292;
}

.edi-btn-success:focus,
.edi-btn-success:hover {
    background: #00c292;
    color: #fff;
    opacity: .8;
    transition: .5s ease;
    border: 1px solid #00c292;
}

.edi-btn-warning {
    background: #fec107;
    color: #fff;
    transition: .5s ease;
    border: 1px solid #fec107;
}

.edi-btn-warning:focus,
.edi-btn-warning:hover {
    background: #fec107;
    color: #fff;
    opacity: .8;
    transition: .5s ease;
    border: 1px solid #fec107;
}

.edi-btn-danger {
    background: #d50000;
    color: #fff;
    transition: .5s ease;
    border: 1px solid #d50000;
}

.edi-btn-danger:focus,
.edi-btn-danger:hover {
    background: #d50000;
    color: #fff;
    opacity: .8;
    transition: .5s ease;
    border: 1px solid #d50000;
}

.edi-btn-dark {
    background: #000;
    color: #fff;
    transition: .5s ease;
    border: 1px solid #000;
}

.edi-btn-dark:focus,
.edi-btn-dark:hover {
    background: #000;
    color: #fff;
    opacity: .8;
    transition: .5s ease;
    border: 1px solid #000;
}

.btn-outline-default {
    background: 0 0;
    color: #222;
}

.btn-outline-info {
    background: 0 0;
    color: #03a9f3;
}

.btn-outline-primary {
    background: 0 0;
    color: #ab8ce4;
}

.btn-outline-success {
    background: 0 0;
    color: #00c292;
}

.btn-outline-warning {
    background: 0 0;
    color: #fec107;
}

.btn-outline-danger {
    background: 0 0;
    color: #d50000;
}

.btn-outline-dark {
    background: 0 0;
    color: #000;
}

.edibtn-rounded {
    border-radius: 4px;
}

.edibtn-round {
    border-radius: 100px;
}

.edi-btn-standard {
    padding: 6px 12px;
    font-size: 12px;
}

.edi-btn-sm {
    padding: 4px 10px;
    font-size: 12px;
}

.edi-btn-xs {
    padding: 2px 6px;
    font-size: 10px;
}

.edi-btn-lg {
    padding: 8px 16px;
    font-size: 16px;
}

.edi-btn-xlg {
    padding: 12px 20px;
    font-size: 18px;
}

.edi-btn-block {
    display: block;
    width: 100%;
}



.pr-25 {
    padding-right: 25px;
}

.p-tb-30-50 {
    padding: 30px 0 50px 0;
}

.p-tb-100 {
    padding: 100px 0;
}

.p-tb-150 {
    padding: 150px 0;
}

.p-lr-50 {
    padding: 0 50px;
}

.edi-bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.edi-bg-img001 {
    background-image: url(../images/uploads/edifice-section/hero-001.webp);
    padding: 200px 0;
}

.edi-bg-img002 {
    background-image: url(../images/uploads/edifice-section/hero-007.webp);
}

.edi-bg-img003 {
    background-image: url(../images/uploads/edifice-section/hero-014.webp);
}

.edi-bg-img004 {
    background-image: url(../images/uploads/edifice-section/hero-013.webp);
}

.edi-bg-img005 {
    background-image: url(../images/uploads/edifice-section/hero-016.webp);
}

.edi-bg-img006 {
    background-image: url(../images/uploads/edifice-section/hero-026.webp);
}

.edi-bg-img007 {
    background-image: url(../images/uploads/edifice-section/hero-035.webp);
}

.justifycontent-center {
    display: flex;
    justify-content: center;
}

.w-100per {
    width: 100%;
}

.edi-label-block {
    text-align: center;
    padding: 8px;
    border-radius: 3px;
}

.bg-D32F2F {
    background: #d32f2f;
}

.bg-fff {
    background: #fff;
}

.display-table {
    display: table;
}

.table-cell-vt {
    display: table-cell;
    vertical-align: top;
}

.boxshadow-001 {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
}

.box-001 {
    padding: 40px;
    border-radius: 2px;
}

.sec-icon-position {
    position: absolute;
    bottom: -25px;
    width: 100%;
}

.content-block-container .sec-icon-position i.circle-icon-block {
    margin-bottom: 0;
}

section {
    position: relative;
}



.logo-height {
    width: 100%;
    height: 60px;
}

.pricing-006 h1.hdtitle {
    color: #3c3c3b;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 70px;
}

.pricing-006 {
    background-color: #e0f2fa;
    padding: 50px 0;
}

.price-col {
    height: auto;
    border: 3px solid #3c3c3b;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 10px;
}

div[class*=col-] .price-col .image-block-container img {
    width: auto;
    height: auto;
    margin: 0 auto;
}

div[class*=col-] .price-col .image-block-container {
    height: auto;
}

.price-col h3 {
    color: #3c3c3b;
    font-size: 20px;
    margin-top: 10px;
}

.pr006-price p {
    color: #3c3c3b;
    font-size: 30px;
    margin-top: 10px;
    font-weight: 600;
}

.pr006-list li {
    color: #3c3c3b;
    font-size: 14px;
    list-style: none;
    font-weight: 500;
}

.pr006-list i.fa.fa-check {
    margin-right: 10px;
}

.pr006-list {
    padding: 20px 30px;
    height: 260px;
}

.pr006-price {
    position: relative;
}

.pr006-price span {
    position: relative;
    top: -6px;
    font-size: 20px;
    left: -1px;
    font-weight: 600;
}

.pr006-btn {
    background-color: #3c3c3b;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 2px;
    margin: 0 auto;
    text-align: center;
    padding: 8px 22px;
}

.hvr-rectangle-out {
    background-color: #3c3c3b;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    width: 150px;
    border-radius: 2px;
    padding: 8px 22px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3c3c3b;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover {
    color: #fff;
    background: #fff;
    border: 1px solid #3c3c3b;
}

.hvr-rectangle-out:active:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.price-col.second-col h3 {
    color: #48cbff;
}

.price-col.second-col {
    border: 3px solid #48cbff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pr006-tophead h1 {
    background-color: #48cbff;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
}

.second-col .pr006-list {
    height: 290px;
}

.second-col .hvr-rectangle-out {
    background-color: #48cbff;
}

.second-col .hvr-rectangle-out:before {
    background: #48cbff;
}

.second-col .hvr-rectangle-out:active,
.second-col .hvr-rectangle-out:focus,
.second-col .hvr-rectangle-out:hover {
    color: #fff;
    background: #fff;
    border: 1px solid #48cbff;
}

.mt-40 {
    margin-top: 40px;
}

ul.pr006-list.mt-40 {
    margin-top: 40px;
}

span.space {
    padding-left: 20px;
}

.third-col .pr006-list {
    height: 320px;
}

.price-col.third-col h3 {
    color: #374def;
}

.price-col.third-col {
    border: 3px solid #374def;
    border-radius: 10px;
    margin-top: 40px;
}

.third-col .hvr-rectangle-out {
    background-color: #374def;
}

.third-col .hvr-rectangle-out:before {
    background: #374def;
}

.third-col .hvr-rectangle-out:active,
.third-col .hvr-rectangle-out:focus,
.third-col .hvr-rectangle-out:hover {
    color: #fff;
    background: #fff;
    border: 1px solid #374def;
}

.price-col.mt-40 {
    margin-top: 40px;
}

@media (max-width:1024px) {
    .pr006-list {
        padding: 0;
        height: 200px;
    }

    .price-col {
        padding: 25px 15px;
    }

    .pr006-list li {
        font-size: 13px;
    }

    .second-col .pr006-list {
        height: 230px;
        margin-top: 10px;
    }

    .third-col .pr006-list {
        height: 265px;
        margin-top: 10px;
    }
}

@media (max-width:568px) {
    .pr006-list {
        padding: 20px 30px;
        height: auto;
    }

    .price-col {
        margin: 20px;
    }

    .second-col .pr006-list {
        height: auto;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .third-col .pr006-list {
        height: auto;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .pricing-006 h1.hdtitle {
        font-size: 28px;
        margin-bottom: 10px;
    }

    ul.pr006-list.mt-40 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .pr006-tophead {
        margin: 20px 20px 0;
    }

    .price-col.second-col {
        margin: 0 20px 20px;
    }
}

.header2 nav.navbar.navbar-fixed-top {
    background-color: #4473f9;
    border-bottom: 2px solid #557af8;
}

.navbar-right.fx-right {
    float: none !important;
}

.header2 .input-group {
    padding-top: 18px;
}

.header2 input.form-control {
    background-color: #fff;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 14px;
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.header2 input::placeholder {
    color: #ccc;
}

.header2 button.btn {
    padding: 13px;
    border: none;
    color: #fff;
    background: #6091fb;
    font-size: 13px;
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-style: normal;
    font-weight: 600;
}

ul.navbar-nav.sin-btn {
    padding-top: 18px;
}

ul.navbar-nav.sin-btn > li > a.btn {
    padding: 0;
    margin: 0 10px;
    font-size: 17px;
    background: 0 0;
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #fff;
}

.header2 .header-menu.header-menu-center .navbar-collapse.collapse,
.header2 .header-menu.header-menu-left .navbar-collapse.collapse,
.header2 .navbar-collapse.collapse {
    display: block !important;
    background-color: transparent;
}

.header2 ul.navbar-nav.sin-btn > li {
    border: none;
}

.header2 .hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.header2 .hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0848f7;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.header2 .hvr-sweep-to-top:active,
.header2 .hvr-sweep-to-top:focus,
.header2 .hvr-sweep-to-top:hover {
    color: #fff;
}

.header2 .hvr-sweep-to-top:active:before,
.header2 .hvr-sweep-to-top:focus:before,
.header2 .hvr-sweep-to-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background-color: #0848f7 !important;
}

.sin-btn .hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.sin-btn .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #0f44d6;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sin-btn .hvr-underline-from-center:active:before,
.sin-btn .hvr-underline-from-center:focus:before,
.sin-btn .hvr-underline-from-center:hover:before {
    left: 0;
    right: 0;
}

@media (max-width:1024px) {
    .xs-pl-0 {
        padding-left: 0;
    }
}

@media (max-width:479px) {
    .header2 .navbar-brand > img {
        width: 120px;
        height: 100%;
    }

    .col-xs-6.w-50 {
        width: 50%;
    }

    ul.navbar-nav.sin-btn {
        padding: 0;
    }

    .header2 .navbar-right a.btn.btn-primary {
        margin-top: 25px;
        background-color: #0848f7;
        border: none;
        border-radius: 0;
    }

    .col-xs-8.w-80 {
        width: 80%;
        text-align: right;
    }

    .col-xs-4.w-20 {
        width: 20%;
    }

    .header2 ul.navbar-nav.sin-btn > li {
        padding: 17px;
    }

    .header2 .input-group {
        padding-top: 18px;
        position: absolute;
        top: 64px;
        left: -165px;
    }

    .header2 nav.navbar.navbar-fixed-top {
        height: 145px;
    }

    .header2 input.form-control {
        padding: 0 15px;
        width: 200px;
        font-size: 13px;
        height: 37px;
    }

    .header2 button.btn {
        padding: 10px;
        font-size: 12px;
    }

    .xs-p0 {
        padding: 0;
    }

    ul.navbar-nav.sin-btn > li > a.btn {
        font-size: 14px;
    }

    .header2 ul.navbar-nav.sin-btn > li {
        padding: 17px 0;
    }
}

.gfi-header .navbar-brand {
    font-size: 24px;
    line-height: 25px;
    transition: all .3s ease;
}

.gfi-header .navbar-brand > img {
    margin-top: 10px;
}

.gfi-header .navbar-container {
    padding: 20px 0 20px 0;
}

.navbar.navbar-fixed-top.gfi-header {
    background-color: #0091c8;
}

.navbar.navbar-fixed-top.gfi-header.fixed-theme {
    background-color: #222;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.gfi-header .navbar-brand.fixed-theme {
    font-size: 18px;
}

.gfi-header .navbar-container.fixed-theme {
    padding: 0;
}

.gfi-header .navbar-brand,
.gfi-header .navbar-brand.fixed-theme,
.gfi-header .navbar-container,
.gfi-header .navbar-container.fixed-theme,
.navbar.navbar-fixed-top.gfi-header.fixed-theme {
    transition: .8s;
    -webkit-transition: .8s;
}

.nav-custom ul.navbar-nav > li > ul.sub-menu {
    top: 100%;
    overflow: initial;
    background-color: #fff;
    height: auto;
    text-align: right;
    left: 0;
    border: none;
    border-radius: 0;
}

.nav-custom ul.navbar-nav > li > a:not(.btn) {
    font-weight: 600;
    text-decoration: none;
    padding: 18px 15px;
    display: block;
    color: #fff;
    transition: all .2s ease-in-out 0s;
    opacity: 1;
    line-height: 22px;
    border: none;
}

.nav-custom ul.navbar-nav > li > ul.sub-menu li a {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 1;
}

.nav-custom ul.navbar-nav > li > ul.sub-menu li a:hover {
    color: #42beec;
}

.nav-custom ul.navbar-nav > li > a:not(.btn) i.fa {
    margin-right: 5px;
    color: #fff;
}

.nav-custom ul.navbar-nav > li {
    margin: 0 2px;
}

.nav-custom ul.navbar-nav > li > a:hover {
    color: #fff;
    background: #3fc5f8;
}

.nav-custom ul.navbar-nav > li > ul.sub-menu:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    top: -5px;
    z-index: -1;
    left: 26px;
    transform: rotate(-45deg);
}

.nav-custom ul.navbar-nav > li > ul.sub-menu li a:active,
.nav-custom ul.navbar-nav > li > ul.sub-menu li a:focus,
.nav-custom ul.navbar-nav > li > ul.sub-menu li a:hover {
    background-color: transparent;
    border: none;
}

.nav-custom span.menu-arrow {
    display: none;
}

.gfi-header.ico-con .navbar-brand > img {
    max-height: 95px;
    margin-top: 0;
}

.ico-con .nav-custom .nav > li > a > img {
    width: 24px;
    display: block;
    margin: 5px auto;
}

.ico-con .nav-custom ul.navbar-nav > li > a:not(.btn) {
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.ico-con .nav-custom ul.navbar-nav > li > a:hover {
    color: #fff;
    background: 0 0;
}

.ico-con .nav-custom ul.navbar-nav > li > a:hover img {
    margin-top: 1px;
    margin-bottom: 9px;
    transition: all .3s ease-in-out;
}

.bottom-nav {
    background-color: #333;
}

.top-nav {
    background: #272727;
    height: 34px;
    font-size: 13px;
    color: #fff;
    z-index: 9999;
}

ul.nav-list {
    float: right;
}

ul.nav-list li {
    list-style: none;
    float: left;
    padding: 10px 4px;
    margin-bottom: 0;
}

.nav-list li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.nav-list li:first-child a {
    border-right: 1px solid #fff;
    padding: 0 10px;
    text-align: center;
}

.nav-list li a.nav-border {
    padding: 1px 32px 3px;
    border-radius: 20px;
    line-height: 20px;
}

.nav-list .hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #ec1c24;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.nav-list .hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    border: 1px solid #fff;
    background: #272727;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav-list .hvr-shutter-in-horizontal:active,
.nav-list .hvr-shutter-in-horizontal:focus,
.nav-list .hvr-shutter-in-horizontal:hover {
    color: #fff;
}

.nav-list .hvr-shutter-in-horizontal:active:before,
.nav-list .hvr-shutter-in-horizontal:focus:before,
.nav-list .hvr-shutter-in-horizontal:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.nav-custom.nav-dr ul.navbar-nav > li > a:not(.btn) {
    font-family: Lora, serif;
    font-size: 13px;
    padding: 6px 10px;
    line-height: 24px;
}

.gfi-header.dr-header .navbar-brand {
    font-size: 18px;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-weight: 500;
}

.gfi-header.dr-header .navbar-brand > img {
    margin-top: -5px;
    margin-right: 10px;
}

.gfi-header.dr-header .navbar-brand:hover,
.nav-custom.nav-dr ul.navbar-nav > li > a:hover {
    color: #ef3e3a;
    background: 0 0;
    transition: all linear .5s;
}

.header-bg {
    margin: 0;
    background: linear-gradient(to right, #121617 0, #141819 25%, #15191a 29%, #171b1c 33%, #37393a 50%, #37393a 71%, #323334 85%, #2c2c2d 100%);
    height: auto;
}

.gfi-header.dr-header .navbar-container {
    padding: 20px 5px;
}

.navbar.navbar-fixed-top.gfi-header.dr-header {
    background-color: transparent;
}

.nav-custom ul.dropdown-menu.sub-menu {
    display: none;
}

.nav-custom ul.navbar-nav > li:hover ul.dropdown-menu.sub-menu {
    display: block;
}

@media (max-width:1024px) {
    .gfi-header .navbar-container {
        padding: 20px 10px;
    }

    .gfi-header .navbar-toggle > span.sr-only {
        opacity: 0;
    }

    .gfi-header .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        top: -24px;
        right: 20px;
        opacity: 1;
        background: #fff;
    }

    .gfi-header .navbar-toggle {
        overflow: initial;
        margin: 18px 0;
    }

    .nav-custom ul.navbar-nav {
        background-color: #24afe2;
    }

    .nav-custom ul.navbar-nav > li > ul.sub-menu li:first-child {
        display: block;
    }

    .gfi-header.ico-con .navbar-brand > img {
        max-height: 60px;
    }

    .ico-con .nav-custom .nav > li > a > img {
        display: inline-block;
        margin: 0 auto;
        margin-right: 17px;
    }

    .ico-con .nav-custom ul.navbar-nav {
        background-color: #272727;
    }

    .nav-custom.nav-dr ul.navbar-nav {
        background-color: #141819;
    }

    .gfi-header.dr-header .navbar-brand {
        padding-top: 12px;
    }
}

@media (max-width:568px) {
    .gfi-header .navbar-header {
        margin: 0 auto;
    }

    .gfi-header .navbar-toggle .icon-bar {
        right: 0;
        width: 17px;
    }

    .gfi-header .navbar-container {
        padding: 10px 15px 5px;
    }

    .gfi-header .navbar-brand > img {
        width: 70px;
        height: 100%;
    }

    .gfi-header .navbar-collapse.collapse,
    .gfi-header .navbar-collapse.collapse.in,
    .gfi-header .navbar-collapse.collapsing {
        margin-left: 0;
        margin-right: 0;
    }

    .nav-custom ul.navbar-nav > li > a:not(.btn) {
        padding: 12px 5px;
        font-size: 12px;
        font-weight: 400;
    }

    .nav-custom ul.navbar-nav > li > ul.sub-menu {
        text-align: left;
    }

    .nav-list li a.nav-border {
        padding: 1px 10px 3px;
    }

    ul.nav-list {
        float: left;
    }

    .gfi-header.ico-con .navbar-brand > img {
        max-height: 45px;
        width: auto;
    }

    .nav-list li a {
        font-size: 12px;
    }

    .ico-con .nav-custom .nav > li > a > img {
        width: 15px;
    }

    .ico-con .nav-custom ul.navbar-nav > li > a:not(.btn) {
        font-size: 13px;
    }

    .gfi-header.dr-header .navbar-brand > img {
        width: auto;
        height: auto;
    }

    .gfi-header.dr-header .navbar-header {
        padding: 0 10px;
    }

    .shrink-script ul.nav-list li:last-child {
        float: right;
    }

    .add {
        font-size: 13px;
    }
}

.btn.btn-3d {
    border-bottom-width: 5px;
}

.btn.btn-xlg {
    padding: 14px 20px;
    font-size: 20px;
    line-height: 1.66;
}

.btn.btn-standard {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.33;
}

.btn.btn-dark {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #1e1818 !important;
}

.btn.btn-dark:hover {
    color: #fff !important;
    background-color: #212020 !important;
    border-color: #1e1818 !important;
}

.btn.btn-rounded {
    border-radius: 3px !important;
}

.btn.btn-round {
    border-radius: 100px !important;
}

.btn.btn-square {
    border-radius: 0 !important;
}

.dr-table {
    padding: 60px 0;
}

.dr-table h1.hdtitle {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Lora, serif';
}

.dr-table div[class*=col-] .image-block-container img {
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

.dr-table .table > thead > tr > th {
    font-size: 16px;
    font-family: 'Lora, serif';
    font-weight: 700;
    color: #272525;
}

.dr-table .table > tbody > tr > td {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: 'Lora, serif';
}

@media (max-width:1024px) {
    .dr-table .table > thead > tr > th {
        font-size: 14px;
    }

    .dr-table .table > tbody > tr > td {
        font-size: 13px;
    }
}

@media (max-width:568px) {
    .dr-table h1.hdtitle {
        font-size: 22px;
    }

    .m-scroll {
        overflow: scroll;
    }

    .dr-table div[class*=col-] .image-block-container img {
        margin-bottom: 30px;
    }

    .dr-table {
        padding: 40px 0;
    }
}

.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
}

.accordion-section {
    margin-bottom: 15px;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}

.accordion-section:last-child {
    margin-bottom: 0;
}

.accordion-section-title {
    width: 100%;
    padding: 7px 15px;
    display: inline-block;
    background: #f5f5f5;
    transition: all linear .15s;
    font-size: 16px;
    color: #000;
}

.accordion-section-title.active,
.accordion-section-title:hover {
    background: #ef3e3a;
    text-decoration: none;
}

.accordion-section-content {
    background-color: #fff;
    padding: 7px 15px;
    display: none;
}

.custom-carousel-001 .right.carousel-control {
    left: 0;
    width: 4%;
    background-image: none;
    background-color: #d64b47;
}

.custom-carousel-001 .left.carousel-control {
    left: 0;
    width: 4%;
}

.custom-carousel-001 .glyphicon {
    font-size: 16px;
}

.custom-carousel-001 .carousel-inner {
    background: #ee534f;
}

.custom-carousel-001 .item {
    padding: 50px;
}

.custom-carousel-001 .item:after {
    clear: both;
    display: table;
    content: "";
}

.d-block {
    display: block;
}

.custom-carousel-001 .carousel-control .glyphicon-chevron-right {
    bottom: 10px;
    top: auto;
}

.custom-carousel-001 .carousel-control .glyphicon-chevron-left {
    bottom: 10px;
    top: auto;
}

.gfi-carousel-section {
    background-color: #0091c8;
    padding-top: 80px;
    padding-bottom: 80px;
}

.custom-carousel-002 .carousel-indicators {
    margin-bottom: 0;
    bottom: -30px;
}

.custom-carousel-002 .item {
    padding: 30px 0;
}

.custom-carousel-002 .item::after {
    display: table;
    content: "";
    clear: both;
}

[class*=col-].col-join {
    padding-left: 0;
    padding-right: 0;
}

.image-with-label {
    position: relative;
    transition: ease .5s;
}

.image-with-label:hover {
    opacity: .7;
    transition: ease .5s;
}

.image-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 15px;
    color: #fff;
    text-align: center;
}

.image-label.bg-odd {
    background-color: #0091c8;
}

.image-label.bg-even {
    background-color: #006d96;
}

@media (max-width:767px) {
    [class*=col-].col-join {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
}

.video-gallery-section {
    background-color: #222;
    padding: 30px 0;
}

.video-gallery-left,
.video-gallery-right {
    height: 500px;
    overflow: hidden;
}

.video-gallery-right ol {
    list-style: none;
    padding-right: 25px;
}

.video-gallery-right li p {
    margin-top: 12px;
    margin-bottom: 12px;
}

.video-gallery-right a {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.video-gallery-right .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0091c8;
}

.video-gallery-right .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.video-gallery-right .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #0091c8;
}

.gfi-marquee a {
    color: #05578f;
    font-size: 20px;
}

.gfi-marquee span::after {
    margin-left: 20px;
    margin-right: 20px;
    content: "|";
    font-size: 26px;
    color: #05578f;
}

.gfi-marquee span:last-child::after {
    content: "";
}

[class*=col-].gfi-success-wrapper {
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
}

.gfi-success {
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
    min-height: 400px;
}

.gfi-success-border {
    border: 1px solid #0091c8;
}

.gfi-success-bg {
    background-color: #0091c8;
}

.d-tcell {
    display: table-cell;
}

.v-top {
    vertical-align: top;
}

.gfi-success .placed-img {
    position: relative;
    left: -65%;
    width: 120px;
}

.gfi-success .placed-content {
    margin-left: -50px;
}

.gfi-success p {
    margin-bottom: 0;
    text-align: justify;
    font-size: 14px;
}

.gfi-success p:last-of-type {
    margin-top: 20px;
}

.gfi-success-bg p {
    color: #fff;
}

@media (max-width:860px) {
    [class*=col-].gfi-success-wrapper {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .gfi-success .d-tcell {
        display: block;
    }

    .gfi-success .placed-content {
        margin-left: 0;
    }

    .gfi-success .placed-img {
        left: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .gfi-success p {
        text-align: center;
    }
}

.wform-001 .edi-iconsgroup {
    width: 60px;
}

.wform-001 .box-table .content-cell p {
    margin-bottom: 0 !important;
}

.wform-001 .box-table {
    margin-bottom: 30px;
}

.wform-001 .box-table {
    display: inline-flex;
}

.wform-001 i.fa.big-icon.big2 {
    font-size: 40px;
    color: #82b541;
}

.fixed-nav.dummy-nav {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    height: 90px;
    padding: 15px 0;
}

.dummy-nav {
    background: #0091c8;
}

.custom-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-ul li {
    float: left;
    padding: 15px 10px;
    margin-bottom: 0;
}

.custom-ul li i {
    vertical-align: middle;
}

.dummy-nav.seaberg-menu {
    background: #37393a;
    height: auto;
}

.seaberg-menu .nav-custom ul.navbar-nav > li > a:hover {
    background: 0 0;
    color: #ef3e3a;
}

.dr-logo {
    position: absolute;
    top: 15px;
    margin-left: 15px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.fixed-nav.gf-nav {
    position: relative;
    left: 0;
    right: 0;
    z-index: 999;
    height: 90px;
    padding: 15px 0;
    box-shadow: none;
}

.gf-nav {
    background: #0091c8;
}

nav.navbar.shrink {
    min-height: 70px;
}

nav.shrink .navbar-brand {
    width: 135px;
    margin-top: 5px;
    transition: all .3s ease;
}

nav.shrink .navbar-toggle {
    padding: 4px 5px;
    margin: 8px 15px 8px 0;
}

.add {
    background-color: #ff0;
}

.gfi-header.shrink .navbar-container {
    padding: 0;
}

.ico-con.shrink .nav-custom ul.navbar-nav > li > a:not(.btn) {
    padding: 8px 15px 12px;
    line-height: 18px;
}

.shrink .ico-con .nav-custom .nav > li > a > img {
    margin: 0 auto 5px;
}

.add {
    background: #e7e7e7;
    color: #ec1c24;
    text-align: center;
    padding: 9px;
    font-size: 17px;
    -webkit-box-shadow: 0 3px 5px rgba(100, 100, 100, .49);
    -moz-box-shadow: 0 3px 5px rgba(100, 100, 100, .49);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .6);
    z-index: 99;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.shrink-script {
    position: relative;
    transition: all .5s ease;
}

.shrink-fixed {
    position: fixed !important;
    transition: all .3s ease;
}

@media (max-width:568px) {
    nav.shrink .navbar-brand {
        width: 80px;
        height: 30px;
        margin-top: 5px;
        margin-left: 10px;
        margin-bottom: 10px;
        transition: all .3s ease;
    }
}

.top200 {
    margin-top: 200px;
}

.bmw-body {
    background-color: #000;
}

.bg-1e1e1e {
    background: #1e1e1e;
}

.bmw-first-sec,
.bmw-second-sec,
.bmw-third-sec {
    float: left;
    padding: 6px 12px;
}

.bmw-first-sec {
    width: 50%;
    border-left: 1px solid #616161;
    border-right: 1px solid #616161;
}

.bmw-second-sec {
    width: 40%;
}

.bmw-third-sec {
    width: 10%;
    background: #f90c66;
}

.bmw-header .input-group .form-control {
    padding: 15px;
    border: 1px solid #616161;
    border-right: none;
    border-radius: 0;
    color: #616161;
}

.bmw-header .input-group .input-group-addon {
    border: none;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #616161;
    border-left: none;
}

.nav-border-top-bmw {
    border-top: 1px solid #616161;
}

.bmw-header ul.nav.navbar-nav > li > a {
    color: #616161;
}

.bmw-header ul.nav.navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.bmw-header ul.nav.navbar-nav > li.active > a {
    color: #fff;
}

.svg-video-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.svg-video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.svg-video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.playbutton-center .video-overlay-play-button {
    box-sizing: border-box;
    width: auto;
    height: 70px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    cursor: pointer;
    transition: opacity 150ms;
}

.playbutton-bottom .video-overlay-play-button {
    box-sizing: border-box;
    width: auto;
    height: 30px;
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    cursor: pointer;
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.video-overlay-play-button circle {
    stroke: #25aae1;
    stroke-width: 5;
}

.video-overlay-play-button polygon {
    fill: #25aae1;
}

.bg-bmw-001 {
    background-image: url(../images/uploads/edifice-section/bmw-about-us.webp);
    background-size: cover;
    background-position: center;
    height: 100%;
}

.bg-bmw-002 {
    background-image: url(../images/uploads/edifice-section/bmw-videos-bg.webp);
    background-size: cover;
    background-position: center;
    height: 100%;
}

.bg-191919 {
    background: #191919;
}

.color-pink {
    color: #f90c66;
}

.color-1e1e1e {
    color: #1e1e1e;
}

.color-191919 {
    color: #191919;
}

.color-616161 {
    color: #616161;
}

.color-bmw-blue {
    color: #25aae1;
}

.text-line-through {
    text-decoration: line-through;
}

.p-80-res {
    padding: 80px;
}

.btn.btn-outline {
    background: 0 0;
    border: 1px solid #f0f8ff;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    padding: 12px 36px;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.w-100per {
    width: 100%;
}

.p-tb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.p-25 {
    padding: 25px;
}

.edi-product-wrapper {
    margin-bottom: 30px;
}

.edi-product-img-wrapper {
    height: 200px;
    overflow: hidden;
    margin-bottom: 50px;
}

.edi-product-img-wrapper img {
    max-height: 100%;
    max-width: 100%;
}

ul.edi-product-ratings {
    list-style: none;
    padding: 0;
    margin: 0;
}

.edi-product-ratings li {
    float: left;
    font-size: 10px;
    margin-right: 5px;
    line-height: 25px;
}

.fs-12 {
    font-size: 12px;
}

.img-wrapper-130 {
    width: 130px;
    height: 130px;
    display: inline-flex;
    overflow: hidden;
    margin-bottom: 10px;
}

.img-wrapper-130 img {
    max-height: 100%;
    max-width: 100%;
    border: 6px solid #191919;
}

.carousel-control.c-carousel-control {
    top: 50%;
    bottom: auto;
    opacity: 1;
}

.c-carousel-control span {
    background: #1e1e1e;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100%;
    color: #616161;
}

.nav-tabs.tab-001 {
    border-bottom: none;
    text-align: center;
}

.nav-tabs.tab-001 li {
    float: none;
    display: inline-block;
}

.nav-tabs.nav-lines.tab-001 > li.active > a {
    color: #fff;
    border-bottom: 1px solid #25aae1;
    background-color: transparent;
}

.nav-tabs.nav-lines.tab-001 > li > a {
    color: #616161;
    border-bottom: 1px solid transparent;
    text-transform: capitalize;
    padding: 0;
    margin-left: 40px;
    line-height: 30px;
}

.nav-tabs.nav-lines.tab-001 > li:first-child > a {
    margin-left: 0;
}

.bmw-icongroup-list li a:hover {
    color: #25aae1;
    border-color: #25aae1;
}

.carousel-control.c-carousel-control {
    background-image: none;
}

.bg-black {
    background-color: #000;
}

@media (max-width:767px) {
    .p-l30-r30-mobile {
        padding-left: 30px;
        padding-right: 30px;
    }

    .text-center-mobile {
        text-align: center;
    }

    .img-responsive-mobile {
        max-width: 100%;
        margin: 0 auto;
    }

    .bmw-header .navbar-toggle > span.sr-only {
        opacity: 0;
    }

    .bmw-header .navbar-toggle .icon-bar {
        top: -20px;
        background: #fff;
    }

    .p-80-res {
        padding: 30px;
    }
}

@media (max-width:1024px) {
    .bmw-header .nav-custom ul.navbar-nav {
        background-color: transparent;
    }

    .font-size-mobile {
        font-size: 12px;
    }
}

@media (max-width:800px) {
    .bmw-header .navbar-toggle .icon-bar {
        top: -20px;
        background: #fff;
    }
}

@media (min-width:960px) {
    .bmw-header .navbar-collapse.collapse {
        display: flex !important;
        justify-content: center;
    }
}

.p-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bg-moving-service {
    background-image: url(../images/uploads/edifice-section/moving-service-banner.webp);
    background-size: cover;
    background-position: center;
    height: 100%;
}

.border-white {
    border-color: #fff;
}

.custom-border-divider {
    height: 40px;
}

.img-wrapper-200w {
    width: 200px;
}

.img-wrapper-200w img {
    max-width: 100%;
    max-height: 100%;
}

.edi-timeline-wrapper {
    position: relative;
    float: left;
    width: 100%;
}

.edi-timeline-wrapper::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #999;
    z-index: 1;
    left: 49.35%;
}

.edi-timeline-wrapper::after {
    background: #999;
    position: absolute;
    content: "";
    width: 4px;
    left: 50%;
    top: 0;
    bottom: 0;
}

.edi-timeline-box:first-of-type {
    margin-top: 75px;
}

.edi-timeline-box:nth-of-type(2n+1) {
    position: relative;
    width: 50%;
}

.edi-timeline-box:nth-of-type(2n+2) {
    position: relative;
    width: 50%;
    margin-left: 50%;
    text-align: right;
}

.edi-tl-border {
    width: 40%;
    border-bottom: 4px solid;
    padding: 0 35px;
    position: relative;
}

.edi-timeline-box:nth-of-type(2n+1) .edi-tl-border {
    margin-left: 60%;
}

.edi-timeline-box:nth-of-type(2n+2) .edi-tl-border {
    margin-right: 60%;
}

.edi-timeline-box:nth-of-type(2n+1) .edi-tl-border::after {
    border: 3px solid;
    content: "\f111";
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    position: absolute;
    right: -22px;
    bottom: -21px;
    background: #fff;
    font-family: 'FontAwesome';
    z-index: 2;
    font-size: 20px;
}

.edi-timeline-box:nth-of-type(2n+1) .edi-tl-border::before {
    position: absolute;
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 20px;
    bottom: -18px;
    left: -3px;
    z-index: 1;
}

.edi-timeline-box:nth-of-type(2n+2) .edi-tl-border::after {
    position: absolute;
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 20px;
    bottom: -18px;
    right: -3px;
    z-index: 1;
}

.edi-timeline-box:nth-of-type(2n+2) .edi-tl-border::before {
    border: 3px solid;
    content: "\f111";
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    position: absolute;
    left: -18px;
    bottom: -21px;
    background: #fff;
    font-family: 'FontAwesome';
    z-index: 2;
    font-size: 20px;
}

.edi-tl-border > span {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width:767px) {
    .edi-timeline-wrapper::before {
        left: 48%;
    }

    .edi-tl-border {
        width: 100%;
    }

    .edi-timeline-box:nth-of-type(2n+1) .edi-tl-border {
        margin-left: 0;
    }

    .edi-timeline-box:nth-of-type(2n+2) .edi-tl-border {
        margin-right: 0;
    }

    .edi-timeline-wrapper .edi-tl-content {
        width: 100%;
        padding: 0 15px;
    }

    .edi-timeline-wrapper .edi-timeline-box:nth-of-type(2n+2) .edi-tl-content {
        margin-left: 0;
    }

    .edi-timeline-wrapper .edi-timeline-box:nth-of-type(2n+1) .edi-tl-content {
        margin-right: 0;
    }
}

.edi-tl-content {
    width: 75%;
    margin-top: 15px;
}

.edi-timeline-box:nth-of-type(2n+1) .edi-tl-content {
    text-align: right;
    margin-right: 25%;
}

.edi-timeline-box:nth-of-type(2n+2) .edi-tl-content {
    text-align: left;
    margin-left: 25%;
}

.color-one {
    border-color: #37dec2;
}

.color-one::before {
    color: #37dec2;
}

.color-one::after {
    border-color: #37dec2;
    color: #37dec2;
}

.color-two {
    border-color: #ffc750;
}

.color-two::after {
    color: #ffc750;
}

.color-two::before {
    border-color: #ffc750;
    color: #ffc750;
}

.color-three {
    border-color: #ff9540;
}

.color-three::before {
    color: #ff9540;
}

.color-three::after {
    border-color: #ff9540;
    color: #ff9540;
}

.color-four {
    border-color: #ff6f6f;
}

.color-four::after {
    color: #ff6f6f;
}

.color-four::before {
    border-color: #ff6f6f;
    color: #ff6f6f;
}

.color-five {
    border-color: #be4a71;
}

.color-five::before {
    color: #be4a71;
}

.color-five::after {
    border-color: #be4a71;
    color: #be4a71;
}

.edi-tl-content p {
    margin-bottom: 0;
    font-size: 13px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.form-style24 .form-control {
    border-bottom: 1px solid #ec1d23;
    color: #fff;
    font-size: 12px;
}

.form-style24 .form-control::-moz-placeholder {
    color: #fff;
}

.form-component.select-arrow-after::after {
    position: absolute;
    content: "\f0dd";
    font-family: 'FontAwesome';
    right: 0;
    top: 10px;
    color: #fff;
}

.form-style24 .custom-cr label {
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.form-style24 .custom-cr label:first-child {
    margin-left: 0;
}

.form-style24 .custom-cr input[type=radio] + span::before {
    box-shadow: none;
    border-color: #ec1d23;
}

.form-style24 .custom-cr input[type=checkbox]:checked + span::before,
.form-style24 .custom-cr input[type=radio]:checked + span::before {
    box-shadow: none;
    background-color: #fff;
}

.grw-item {
    padding: 15px;
    position: relative;
}

.grw-content-wrap {
    background: #f7f7f7;
    border-radius: 4px;
    position: relative;
}

.grw-content-wrap::before {
    content: "";
    position: absolute;
    border-bottom: 20px solid #f7f7f7;
    border-left: 20px solid transparent;
    bottom: -9px;
    left: 15px;
    transform: rotate(45deg);
    z-index: -1;
}

.grw-content-wrap-item.mCustomScrollbar {
    height: 200px;
    padding: 15px 45px;
    overflow: hidden;
}

.grw-content-wrap-item::before {
    content: "\f10d";
    position: absolute;
    display: block;
    font-family: 'FontAwesome';
    left: 15px;
}

.grw-feedback {
    padding: 15px;
    display: table;
}

.grw-user-logo {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}

.bg-01579b {
    background-color: #01579b;
}

.grw-user-logo > span {
    width: 60px;
    border-radius: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    display: block;
}

.grw-user-content {
    display: table-cell;
    vertical-align: top;
}

.grw-user-content p {
    margin-bottom: 0;
}

.edi-google-review .owl-prev {
    position: absolute;
    left: -40px;
    top: 25%;
}

.edi-google-review .owl-next {
    position: absolute;
    right: -40px;
    top: 25%;
}

.blog-section {
    background-color: #f4f4f4;
    padding: 60px 0;
}

.blog-content p,
.date-content {
    font-size: 21px;
    color: #333;
    font-weight: 300;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
}

.blog-content h2 {
    font-size: 31px;
    color: #333;
    font-weight: 300;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}

.blog-content .btn {
    font-size: 21px;
    color: #ec1c24;
    font-weight: 300;
    border: 1px solid #ec1c24;
    padding: 7px 5px 10px;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 45px;
    display: inline-block;
    text-align: center;
    width: 220px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: all .3s ease;
    font-family: 'Open Sans', sans-serif;
}

.blog-content .btn a {
    font-size: 20px;
    color: #ec1c24;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    transition: all .3s ease;
}

.blog-content .btn:hover {
    color: #fff;
    background: #ec1c24;
}

.blog-content .btn:hover a {
    color: #fff;
}

.blog-img {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: auto;
}

.blog-img img:hover {
    opacity: .7;
}

.blog-list {
    background-color: #fff;
    padding: 70px 0 30px;
}

.blog-list .blog-img {
    width: 100%;
    height: 190px;
    margin: 0 auto;
    overflow: hidden;
}

.blog-list .date-content {
    font-size: 16px;
}

.blog-list .blog-content h2 {
    font-size: 21px;
    margin-bottom: 20px;
}

.blog-list .blog-content h2:hover {
    color: #ec1c24;
}

.blog-list .blog-content p {
    font-size: 16px;
    line-height: 28px;
}

.blog-list .blog-content .btn a {
    font-size: 14px
}

.blog-list .blog-content .btn {
    font-size: 20px;
    padding: 0 0 3px;
    width: 120px;
    margin-top: 10px;
    margin-bottom: 15px;
    float: right;
}

.blog-list .blog-content {
    padding: 10px 0;
}

.blog-height {
    height: 470px;
    display: inline-block;
    overflow: hidden;
}

@media(max-width:568px) {
    .blog-section {
        padding: 40px 0;
    }

    .blog-content p,
    .date-content {
        font-size: 18px;
        line-height: 26px;
    }

    .blog-content h2 {
        font-size: 26px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .blog-img {
        height: auto;
    }

    .blog-list {
        padding: 40px 0 30px;
    }

    .blog-height {
        height: auto;
    }
}

.edi-radio {
    position: relative;
}

.edi-radio input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.edi-radio label {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
    margin-right: 30px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .25s linear;
}

.edi-radio label {
    color: #fff;
}

.edi-radio .check {
    display: block;
    position: absolute;
    border: 5px solid #aaa;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.edi-radio .check {
    border: 2px solid #fff;
}

.edi-radio .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
}

.edi-radio input[type=radio]:checked ~ .check {
    border: 2px solid #0dff92;
}

.edi-radio input[type=radio]:checked ~ .check::before {
    background: #0dff92;
}

.edi-radio input[type=radio]:checked ~ label {
    color: #0dff92;
}

.box-div .edi-radio.edi-radio-001 label {
    padding-top: 0;
    padding-left: 25px;
    color: #000;
    margin-bottom: 0;
    font-size: 12px;
}

.edi-radio.edi-radio-001 .check {
    border: 2px solid #000;
    width: 15px;
    height: 15px;
    top: 3px;
}

.edi-radio.edi-radio .check::before {
    height: 8px;
    width: 8px;
    top: 2px;
    left: 2px;
}

.edi-radio.edi-radio-001 input[type=radio]:checked ~ .check::before {
    background: #fff;
}

.edi-radio.edi-radio-001 input[type=radio]:checked ~ .check {
    border: none;
    background: #0d76e0;
}

.edi-radio.edi-radio-001 input[type=radio]:checked ~ label {
    color: #0d76e0;
}

.edi-checkbox {
    position: relative;
}

.edi-checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}

.tab-content .box-div .edi-checkbox label {
    color: #000;
}

.edi-checkbox label {
    display: block;
    position: relative;
    padding: 0 0 0 25px !important;
    margin-right: 20px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .25s linear;
}

.edi-checkbox label {
    color: #fff;
}

.edi-checkbox .check {
    display: block;
    position: absolute;
    border: 5px solid #aaa;
    height: 16px;
    width: 16px;
    top: 2px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.edi-checkbox .check {
    border: 2px solid #000;
}

.edi-checkbox .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 8px;
    width: 8px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
    text-align: center;
}

.edi-checkbox input[type=checkbox]:checked ~ .check {
    border: 2px solid #0d76e0;
}

.edi-checkbox input[type=checkbox]:checked ~ .check::before {
    background: #0d76e0;
}

.edi-checkbox input[type=checkbox]:checked ~ label {
    color: #0d76e0;
}

.horizontal-checkbox-radio .edi-checkbox,
.horizontal-checkbox-radio .edi-radio {
    display: inline-block;
}

.edi-adv-form-group {
    margin-bottom: 20px;
}

.edi-adv-horizontal-form .edi-adv-form-label {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    text-align: right;
}

.edi-adv-horizontal-form .edi-adv-form-component {
    display: table-cell;
    padding-left: 15px;
    width: 2000px;
    vertical-align: middle;
}

.edi-adv-form-group .form-control {
    border: 1px solid #ccc;
    padding: 6px 15px;
}

.input-group-addon.gc-input-group-addon {
    width: 33%;
}

.edi-google-captcha .input-group-addon {
    width: auto;
    padding: 0;
}

.edi-google-captcha .input-group-addon,
.edi-php-captcha .input-group-addon {
    border: 0;
    background: 0 0;
}

.ivory-social-media-wrapper .text-style {
    padding: 8px 25px;
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
}

.ivory-social-media-wrapper .social-media {
    padding: 0 25px;
}

[data-widget-type=form-advance].edifice-widget .edi-section-addon {
    position: relative !important;
}

.edi-adv-form-component .input-group {
    width: 100%;
}

#page-top-btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    background-color: #d8385a;
    color: #fff;
    cursor: pointer;
    padding: 4px 12px;
    border-radius: 4px;
}

#page-top-btn i {
    vertical-align: text-top;
}

.bg-more-results {
    background-image: url(../images/uploads/edifice-section/end-page.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    bottom: 0;
    background-position: center;
    padding: 30px 0 25px 0;
}

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

.bg-more-results p {
    margin-bottom: 0;
    color: #d8385a;
}

.content-block-style-1 .btn-group a.btn:first-child {
    margin-top: 15px;
}

.pr-80 {
    padding-right: 80px;
}

.mh-650 {
    min-height: 650px;
}

.bg-f7f7f7 {
    background-color: #f7f7f7;
}

.mt-20 {
    margin-top: 20px;
}

.p-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.color-fff {
    color: #fff;
}

.edifice-section .up_main_menu.color-33475B li a {
    color: #33475b;
}

.color-33475B {
    color: #33475b;
}

.et001-bg-img-001 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/uploads/edifice-section/et001-topbanner.webp);
    padding: 200px 0;
}

.et001-bg-img-006 {
    background-image: url(../images/uploads/edifice-section/et001-img006.webp);
    height: 650px;
}

.et001-bg-img-007 {
    background-image: url(../images/uploads/edifice-section/et001-img007.webp);
    height: 650px;
}

@media (max-width:767px) {
    .div-adj-container-et001 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .div-adj-container-et002 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:960px) {
    .div-adj-container-et001 {
        padding-left: 100px;
        padding-right: 30px;
    }

    .div-adj-container-et002 {
        padding-left: 30px;
        padding-right: 100px;
    }
}

.header_top .navbar-brand {
    line-height: 120px;
}

.header_top .navbar-brand > img {
    max-width: inherit;
    max-height: 100%;
    margin-top: -15px;
    display: block;
    margin-left: -162px;
}

.top-header.header_top {
    background-color: #f6f6f6;
    border: none;
    font-size: inherit;
    line-height: inherit;
}

.wffl-header .header-section {
    box-shadow: none;
}

.wffl-header nav.navbar.bootsnav {
    background-color: #f8d21f;
    border: none;
}

.wffl-header ul.navbar-nav > li {
    margin: 0;
}

.wffl-header nav.navbar.bootsnav ul.nav > li > a {
    padding: 17px 20px;
    color: #1c2c59;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .3px;
    font-family: 'Source Sans Pro', sans-serif;
}

.wffl-header ul.navbar-nav > li.active a {
    background: #1c2c59;
}

.wffl-header nav.navbar.bootsnav ul.nav li.active > a {
    color: #fff;
    background: #1c2c59;
}

.wffl-header nav.navbar.bootsnav ul.nav li.active > a:hover {
    background: #1c2c59;
}

.wffl-header nav.navbar.bootsnav ul.nav > li > a:hover {
    background-color: #1c2c59;
    color: #fff;
}

.wffl-header nav.navbar ul.nav li.dropdown.on > a {
    color: #fff !important;
    background: #1c2c59;
}

.wffl-header nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    background: #1c2c59;
    border: solid 3px #1c2c59;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-fill-mode: both;
}

.wffl-header nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    color: #fff;
    font-size: 13px;
    border-bottom: solid 1px #323b54;
}

.wffl-header nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #f8d21f;
}

.wffl-header ul.navbar-nav > li:last-child {
    background: #1c2c59;
}

.wffl-header ul.navbar-nav > li:last-child a {
    color: #fff !important;
}

.edifice-section.wffl-footer {
    background-image: url(../images/bottom-bg.jpg);
}

.wf_heading h1 {
    font-size: 15px;
    color: #2f2f2f;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}

.wf_link a {
    color: #424242;
    font-size: 13px;
    text-decoration: underline;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 2px 0;
    display: inline-flex;
    width: 100%;
    text-shadow: none;
}

.wf_link .btn-group > .btn {
    font-size: 13px;
}

.wf_link a:hover {
    color: #fb5b21;
    background-color: transparent;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.wf-nowrap {
    white-space: nowrap;
}

.wf_bottom {
    background: #1c2c59;
    padding: 7px 0;
}

.wf_copy p {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding-top: 5px;
}

.wf_copy h1 {
    display: initial;
}

.wf_bottomlink a {
    background-color: transparent;
    border: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, .8);
    line-height: 3px;
}

.wf_bottomlink a:last-child {
    border: none;
}

.wf_bottomlink a:hover {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
    text-decoration: underline;
}

.btn-group.wf_bottomlink > .btn {
    font-size: 10px;
    font-weight: 500;
}

@media(max-width:1024px) {
    .sm-mb-50 {
        margin-bottom: 50px;
    }

    .wffl-footer .xs-pl-15 {
        padding-left: 15px !important;
    }

    .wffl-header nav.navbar.bootsnav .navbar-toggle {
        float: right;
        margin-right: 0;
        margin-top: 10px;
        background-color: transparent;
        top: 8px;
    }

    .wffl-header .bootsnav ul.navbar-nav > li:first-child {
        margin-left: 0;
    }

    .wffl-header nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        background: #1c2c59;
        border: solid 3px #1c2c59;
    }

    .wffl-header nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
        color: #fff;
        border-bottom: solid 1px #323b54;
    }

    .wffl-header nav.navbar.bootsnav .navbar-nav {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .wf-xsw {
        width: 100%;
    }

    .wf_link.mt-30 {
        margin-bottom: 30px;
    }

    .xs-plr-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header_top .navbar-brand > img {
        max-width: 60%;
        margin-top: -8px;
        margin-left: -122px;
    }

    .wffl-header nav.navbar.bootsnav .navbar-collapse {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .wffl-header .bootsnav ul.navbar-nav > li:first-child {
        margin-left: 0;
    }

    .xs-pl-15 {
        padding-left: 15px !important;
    }
}

.wf-h3 {
    position: relative;
    background-color: #f9d21f;
    padding: 10px 60px 10px 15px;
    font-size: 20px;
    display: inline-block;
}

.wf-h3:after {
    content: '';
    position: absolute;
    border-top: 23px solid #f9d21f;
    border-bottom: 23px solid transparent;
    border-left: 12px solid #f9d21f;
    border-right: 12px solid transparent;
    right: -24px;
    top: 0;
}

.wf-para {
    color: #2b2b2b;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Source Sans Pro', sans-serif;
}

.btn.btn-outline.blue-btn {
    border-color: #1c2c59;
    color: #fff;
    background: #1c2c59;
    padding: 10px 25px;
    border-radius: 3px;
}

.wf-img {
    width: 420px;
    float: right;
}

.p-l-50 {
    padding-left: 50px;
}

.gfort-42-column > div.background-image-block.gfort-image,
.gfort-50-column > div.background-image-block.gfort-image {
    padding-left: 24px;
    padding-right: 24px;
}

.background-image-block [data-widget-type=image] {
    height: 100%;
}

[data-widget-type=button-group] .btn-group > .btn,
[data-widget-type=button-group] .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

[data-widget-type=button-group] .btn-group > .btn,
[data-widget-type=button-group] .btn-group > .btn:last-child:not(:first-child):not(.dropdown-toggle) {
    border-radius: 0;
}

[data-widget-type=button-group] .btn-group > .btn.btn-rounded,
[data-widget-type=button-group] .btn-group > .btn.btn-rounded:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 3px;
}

[data-widget-type=button-group] .btn-group > .btn.btn-rounded,
[data-widget-type=button-group] .btn-group > .btn.btn-rounded:last-child:not(:first-child):not(.dropdown-toggle) {
    border-radius: 3px;
}

[data-widget-type=button-group] .btn-group > .btn.btn-round,
[data-widget-type=button-group] .btn-group > .btn.btn-round:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 100px;
}

[data-widget-type=button-group] .btn-group > .btn.btn-round,
[data-widget-type=button-group] .btn-group > .btn.btn-round:last-child:not(:first-child):not(.dropdown-toggle) {
    border-radius: 100px;
}

.btn.btn-outline.btn-danger,
.btn.btn-outline.btn-dark,
.btn.btn-outline.btn-default,
.btn.btn-outline.btn-info,
.btn.btn-outline.btn-primary,
.btn.btn-outline.btn-success,
.btn.btn-outline.btn-warning {
    background: transparent;
}

.btn.btn-outline.btn-success {
    color: #4cae4c;
}

.btn.btn-outline.btn-default {
    color: #ccc;
}

.btn.btn-outline.btn-primary {
    color: #357ebd;
}

.btn.btn-outline.btn-info {
    color: #46b8da;
}

.btn.btn-outline.btn-warning {
    color: #eea236;
}

.btn.btn-outline.btn-danger {
    color: #d43f3a;
}

.btn.btn-outline.btn-dark {
    color: #000;
}

.btn.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.btn.btn-success.active,
.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover,
.open .dropdown-toggle.btn.btn-success {
    color: #fff !important;
    background-color: #47a447 !important;
    border-color: #398439 !important;
}

.btn.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.btn.btn-default.active,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover,
.open .dropdown-toggle.btn.btn-default {
    color: #333 !important;
    background-color: #ebebeb !important;
    border-color: #adadad !important;
}

.btn.btn-primary {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;
}

.btn.btn-primary.active,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
.open .dropdown-toggle.btn.btn-primary {
    color: #fff !important;
    background-color: #3276b1 !important;
    border-color: #285e8e !important;
}

.btn.btn-info {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

.btn.btn-info.active,
.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:hover,
.open .dropdown-toggle.btn.btn-info {
    color: #fff !important;
    background-color: #39b3d7 !important;
    border-color: #269abc !important;
}

.btn.btn-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}

.btn.btn-warning.active,
.btn.btn-warning:active,
.btn.btn-warning:focus,
.btn.btn-warning:hover,
.open .dropdown-toggle.btn.btn-warning {
    color: #fff !important;
    background-color: #ed9c28 !important;
    border-color: #d58512 !important;
}

.btn.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.btn.btn-danger.active,
.btn.btn-danger:active,
.btn.btn-danger:focus,
.btn.btn-danger:hover,
.open .dropdown-toggle.btn.btn-danger {
    color: #fff !important;
    background-color: #d2322d !important;
    border-color: #ac2925 !important;
}

.btn.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
    background-color: none !important;
}

,
.btn.btn-link,
.btn.btn-link:active,
.btn.btn-link[disabled] {
    background-color: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-link,
.btn.btn-link:active,
.btn.btn-link:focus,
.btn.btn-link:hover {
    border-color: transparent;
}

.btn.btn-link:focus,
.btn.btn-link:hover {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

[data-widget-type=heading] .hdtitle i + span,
[data-widget-type=heading] .hdtitle span + i {
    margin-left: 15px;
}

@media (max-width:991px) {

    .gfort-42-column,
    .gfort-42-column.pull-right,
    .gfort-50-column,
    .gfort-50-column.pull-right {
        left: 0;
        width: 100%;
        height: auto;
        position: relative;
    }

    .background-image-block.gfort-image {
        right: auto;
        bottom: auto;
        height: auto;
        position: relative;
    }

    .background-image-block.gfort-image img {
        left: 0;
        width: 100%;
        height: auto;
        min-width: 1px;
        min-height: 1px;
        top: 0 !important;
        position: relative;
        -webkit-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }
}

@media (max-width:1199px) {
    .background-image-block img {
        top: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        -moz-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        -o-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }
}

.col-fw {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 52px;
}

.ed-bg1 {
    background-image: url(../images/uploads/edifice-section/health-banner.webp);
    padding: 200px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ed-btn-blue a.btn {
    background-color: #000e42;
    color: #fff;
    font-weight: 500;
    padding: 6px 15px 8px;
    font-size: 13px;
    border: none;
}

.ed-btn-blue a.btn:hover {
    color: #fff;
    background-color: rgba(0, 14, 66, .7);
}

[data-widget-type=button-group] .btn-group.ed-btn-blue > .btn {
    border-radius: 60px;
}

@media(max-width:767px) {
    .xs-text-center {
        text-align: center;
    }

    .ed-bg1 {
        padding: 120px 0;
    }
}

[data-widget-type=modal-popup] .close {
    display: block;
}

[data-widget-type=modal-popup-advance] .close {
    display: block;
}

.sy-font {
    font-family: Roboto, sans-serif;
    overflow-x: hidden;
}

.sy-font.modal-open {
    overflow-x: auto;
}

.edi-sy-bg {
    background-image: url(../images/uploads/edifice-section/sy-banner.webp);
    padding: 16em 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff;
}

.sy-heading1 {
    color: #fff;
    font-family: Roboto, sans-serif;
    text-align: left;
    font-size: 50px;
    font-weight: 500;
    line-height: 55px;
}

.sy-content1 {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 300;
    margin-top: 20px;
}

.btn.btn-outline.btn-default.sy-btn1 {
    background-color: #8aba6c;
    color: #fff;
    font-size: 17px;
    font-family: Roboto, sans-serif;
    border-radius: 60px;
    font-weight: 300;
    border: none;
}

.sy-modal {
    margin-top: 85px;
}

.sy-heading2 {
    font-family: Roboto, sans-serif;
    color: #1a3c55;
    font-size: 26px;
    font-weight: 600;
    margin-top: 50px;
}

.sy-content2 {
    color: rgba(26, 60, 85, .6);
    font-family: Roboto, sans-serif;
    font-size: 15px;
}

.boxs-sy01 {
    height: 370px;
    border-radius: 5px;
    box-shadow: 1px 9px 24px rgba(0, 0, 0, .05), 0 1px 20px rgba(0, 0, 0, .05);
}

.sy-subhead {
    color: #1a3c55;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    text-shadow: none;
    font-size: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    color: #7c7c7c;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5,
.carousel-showmanymoveone .cloneditem-6,
.carousel-showmanymoveone .cloneditem-7 {
    display: none;
}

@media all and (min-width:768px) {

    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active,
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width:768px) and (transform-3d),
all and (min-width:768px) and (-webkit-transform-3d) {

    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active,
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width:992px) {

    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -25%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 25%;
    }

    .carousel-showmanymoveone .carousel-inner > .active,
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width:992px) and (transform-3d),
all and (min-width:992px) and (-webkit-transform-3d) {

    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        transform: translate3d(25%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active,
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-showmanymoveone .carousel-inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.mi-carousel {
    padding: 80px 0;
    background-color: #fff;
}

.img-box {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.img-box img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: .6;
}

.img-box:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.mi-carousel {
    background-image: url(../images/uploads/edifice-section/sybgbox.webp);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #fff;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

.edi-sy-bg4 {
    background-image: url(../images/uploads/edifice-section/Group-5e.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    padding: 30px 0;
}

.sy-count {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    text-shadow: none;
    font-size: 36px;
}

.count-head {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-shadow: none;
    font-size: 20px;
}

.sy-pricing {
    background-image: url(../images/uploads/edifice-section/pricingbg-07e.webp);
    background-repeat: no-repeat;
    background-size: inherit;
    background-color: #fff;
    background-position: 0 20%;
    background-origin: border-box;
}

.sy-pricing .boxs-sy01 {
    height: auto;
}

.pricing-tag span::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    border: 2px solid #1a3c55;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    left: 36%;
    top: 0;
}

.sy-blue-box .pricing-tag span::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, .7);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    left: 32.5%;
    top: -10px;
}

.sy-pricing .pr-head2 {
    color: #1a3c55;
    font-family: Roboto, sans-serif;
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
}

.d-edi-content-block.pricing-desc p {
    color: rgba(26, 60, 85, .55);
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
}

.d-edi-content-block.pricing-desc2 p {
    color: rgba(255, 255, 255, .6);
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
}

.pricing-ribbon {
    position: absolute;
    width: 135px;
    height: 42px;
    color: #fff;
    background-color: #61b32e;
    background-image: linear-gradient(#70ca39, #0d8a0d);
    display: flex;
    align-items: center;
    padding: 10px 5px 10px 32px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    top: 20px;
    right: -10px;
}

.pricing-ribbon::before {
    content: '';
    position: absolute;
    width: 29px;
    height: 29px;
    background: #1a3c55;
    transform: rotate(45deg);
    top: 6px;
    left: -17px;
}

.pricing-ribbon::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -7px;
    border-top: 7px solid #1c9414;
    border-right: 10px solid transparent;
}

.sy-blue-box .boxs-sy01 {
    height: auto;
    background-color: #1a3c55;
}

.sy-blue-box .pr-head2 {
    color: #fff;
}

.sy-pricing .btn {
    font-family: Roboto, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 17px;
    padding-top: 12px;
    padding-right: 40px;
    padding-bottom: 12px;
    padding-left: 40px;
    color: #1a3c55;
    border: 2px solid #8aba6c;
}

.sy-blue-box .sy-subhead {
    color: #fff;
    margin-top: 35px;
}

.sy-pricing .sy-content2 {
    margin: 15px 0 30px;
}

.sy-blue-box .sy-content2 {
    margin: 15px 0 20px;
    color: rgba(255, 255, 255, .6);
}

.sy-pricing .sy-blue-box .btn {
    color: #fff;
    background-color: #8aba6c;
}

@media(max-width:1024px) {
    .pricing-tag span::after {
        left: 30%;
    }

    .sy-blue-box .pricing-tag span::after {
        left: 25.5%;
    }

    .sy-pricing .boxs-sy01 {
        padding: 20px 10px;
    }

    .edi-sy-bg {
        padding: 10em 0;
    }

    .sy-blue-box .sy-subhead {
        color: #fff;
        margin-top: 50px;
    }
}

@media(max-width:767px) {
    .pricing-tag span::after {
        left: 39%;
    }

    .sy-blue-box .pricing-tag span::after {
        left: 36%;
    }

    .edi-sy-bg {
        padding: 6em 0;
        height: 550px;
    }

    .boxs-sy01 {
        height: auto;
    }

    .sy-pricing {
        background-position: 0 0;
        padding: 0 20px;
    }

    .sy-pricing .boxs-sy01 {
        padding: 35px 10px;
    }

    .mi-carousel {
        padding: 0 20px;
    }

    .sy-heading1 {
        font-size: 40px;
    }

    .sy-modal {
        margin-top: 20px;
    }
}

@media only screen and (min-width:312px) and (max-width:480px) {
    .pricing-tag span::after {
        left: 35%;
    }

    .sy-blue-box .pricing-tag span::after {
        left: 32%;
    }
}

@media only screen and (min-width:320px) and (max-width:568px) {
    .pricing-tag span::after {
        left: 35%;
    }

    .sy-blue-box .pricing-tag span::after {
        left: 32%;
    }
}

@media only screen and (min-width:375px) and (max-width:667px) {
    .pricing-tag span::after {
        left: 38%;
    }

    .sy-blue-box .pricing-tag span::after {
        left: 35%;
    }
}

@media only screen and (min-width:414px) and (max-width:736px) {
    .pricing-tag span::after {
        left: 39%;
    }

    .sy-blue-box .pricing-tag span::after {
        left: 36%;
    }
}

.transparent-header .wrap-sticky {
    height: 0 !important;
}

.transparent-header .wrap-sticky nav.navbar.bootsnav {
    background: 0 0;
    border: none;
    padding: 15px 0;
}

.transparent-header .wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: rgba(26, 60, 85, .9) !important;
    padding: 0;
    z-index: 10;
}

.transparent-header .dev-logo-settings img {
    max-height: 65px;
    margin-top: 0;
}

.transparent-header ul.up_main_menu.nav.navbar-nav.navbar-right.d-custom-submenu {
    padding: 20px 0;
    text-align: center;
}

.transparent-header nav.navbar.bootsnav ul.nav > li > a {
    padding: 12px 7px;
    color: #fff;
    font-weight: 500;
}

.transparent-header .up_main_menu li:hover {
    border-bottom: 3px solid #8ed065;
}

.transparent-header nav.navbar.bootsnav.sticked ul.nav > li > a {
    padding: 10px 7px;
}

@media(max-width:1024px) {
    .transparent-header i.fa.fa-bars {
        font-size: 24px;
    }

    .transparent-header nav.navbar.bootsnav .navbar-toggle {
        float: right;
        margin-right: 0;
        margin-top: 20px;
        background: 0 0;
        color: #1a3c55;
    }

    .transparent-header ul.up_main_menu.nav.navbar-nav.navbar-right.d-custom-submenu {
        background: rgba(26, 60, 85, .9);
    }

    .transparent-header .up_main_menu li a {
        font-size: 17px;
    }

    .transparent-header nav.navbar.bootsnav.sticked .navbar-toggle {
        color: #fff !important;
    }

    .transparent-header .sticked ul.up_main_menu.nav.navbar-nav.navbar-right.d-custom-submenu {
        background: 0 0 !important;
    }
}

.edificeHealth {
    background-color: #001544;
}

.colorWhite {
    color: #fff;
}

.vMiddle {
    vertical-align: middle;
}

.pr-15 {
    padding-right: 15px;
}

.fs-12 {
    font-size: 12px;
}

.mt-24 {
    margin-top: 24px;
}

.btnGradientGreen {
    background: linear-gradient(to right, #01887a 0, #00786b 65%, #006d61 100%);
    color: #fff;
}

.btnGradientGreen:hover {
    color: #fff;
}

.btnGradientGreen:active,
.btnGradientGreen:focus {
    background: linear-gradient(to right, #01887a 0, #00786b 65%, #006d61 100%);
    outline: 0;
    color: #fff;
}

.edificeHealthHeader .top-header {
    border-bottom: 0;
}

.edificeHealthHeader nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after {
    content: "\f067";
    font-size: 10px;
    color: #006d61;
}

@media (max-width:767px) {
    .edificeHealthHeader .centerXs {
        text-align: center;
    }

    .edificeHealthHeader .centerXs .display-table {
        display: block;
    }

    .edificeHealthHeader .centerXs .table-cell-vt {
        display: inline-block;
    }
}

.sy-footer {
    background-image: url(../images/uploads/edifice-section/1563984255yy.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    padding-top: 0;
    padding-bottom: 0;
}

.sy-bottom-title {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
}

.sy-footer .section-container {
    padding: 0 0 60px;
}

.sy-bottom-content {
    color: rgba(255, 255, 255, .77);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
}

.sy-icon-group .edi-icongroup-list {
    text-align: left;
}

.sy-icon-group .edi-icongroup-list li {
    margin-right: 6px;
}

.sy-icon-group .edi-icongroup-list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #496b6d;
    transition: all .3s linear;
    outline: 0;
    border: none;
}

.sy-icon-group .edi-icongroup-list i {
    font-size: 22px;
}

.sy-icon-group .edi-icongroup-list li a i {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.sy-icon-group .edi-icongroup-list li a:hover {
    color: #4d7560;
    transition: all .3s linear;
    background: #fff;
}

.sy-bottom-link {
    color: rgba(255, 255, 255, .73);
}

.sy-bottom-link:focus,
.sy-bottom-link:hover {
    color: #fff;
}

.sy-custom-border {
    border-radius: 5px;
    box-shadow: 1px 9px 24px rgba(0, 0, 0, .05), 0 1px 20px rgba(0, 0, 0, .05);
    background-color: #fff;
    margin-top: 20px;
    margin-left: 70px;
    padding-bottom: 50px;
}

.sy-form-heading {
    color: #1a3c55;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    text-transform: Capitalize;
    margin-top: 40px;
}

.sy-form-title {
    color: rgba(26, 60, 85, .48);
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}

form .sy-form-top .edi-adv-form-group .edi-adv-form-component .form-control {
    color: #1a3c55;
    background-color: #ecf0f3;
    border-color: #ecf0f3;
    font-size: 15px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 60px;
    font-family: 'Roboto, sans-serif';
}

form .sy-form-top .edi-adv-form-group .edi-adv-form-component .form-control::placeholder {
    color: rgba(26, 60, 85, .6);
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto, sans-serif';
}

form .sy-form-top .edi-adv-form-group .edi-adv-form-label label {
    font-family: 'Roboto, sans-serif';
    color: #1a3c55;
    font-size: 15px;
}

.btn-group.sy-submit {
    display: block;
}

.sy-submit .btn-custom {
    font-family: 'Roboto, sans-serif';
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background-color: #8aba6c;
}

.mt-170 {
    margin-top: 170px;
}

.pl-70 {
    padding-left: 70px;
}

@media(max-width:1024px) {
    .sy-custom-border {
        margin-left: 0;
    }

    .xs-pl-20 {
        padding-left: 20px;
    }

    .t6-inner-container {
        width: 90%;
    }
}

@media(max-width:767px) {
    .t6-inner-container {
        width: 86%;
    }

    .sy-footer {
        background-position: 21% 0;
    }
}

.edi-sy-boxes .content-block-container,
.sy-pricing .content-block-container {
    z-index: 2;
}

.transparent-header .wrap-sticky nav.navbar.bootsnav {
    z-index: 3;
}

.modal-backdrop {
    z-index: 1;
}

.sy-modal .modal {
    background: rgba(0, 0, 0, .5);
    padding-right: 0 !important;
}

body.modal-open {
    overflow-x: hidden;
    overflow: auto;
    padding-right: 0 !important;
}

/*single carousel*/
.singleCarousel {
    position: relative;
    height: 175px;
    overflow: hidden;
    backface-visibility: hidden;
}

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

.singleOverlay {
    position: absolute;
}

[data-overlay="hover"] .singleOverlay {
    opacity: 0;
}

[data-overlay="default"] .singleOverlay {
    opacity: 1;
}

[data-overlay="hover"] .singleCarousel:hover .singleOverlay {
    opacity: 1;
}

.singleOverlay.dataIcon {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    left: 0;
    line-height: 175px;
    text-align: center;

}

.singleOverlay.dataContent {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    left: 0;
    padding: 20px;
}

[data-content="icon"] .dataContent,
[data-content="content"] .dataIcon {
    display: none;
}

.singleCarousel {
    transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.singleCarousel:hover .singleOverlay {
    transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.sIcon {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 100%;
    cursor: pointer;
    border: 3px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.singleCarouselCaption {
    background-color: #d0d0d0;
}

.singleCarouselCaption:hover {
    background-color: #fff;
    transition: all linear .3s;
}

.singleCarouselCaption {
    box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    transition: all linear .3s;
}

.singleCarouselBody {
    padding: 10px;
    position: relative;
    cursor: pointer;
}

[data-details="yes"] .singleCarouselBody {
    display: block;
}

[data-details="no"] .singleCarouselBody {
    display: none;
}

.singleCarouselCaption.bgGrey:hover .singleCarouselBody:after {
    border-color: transparent transparent #fff transparent;
}

.singleCarouselBody:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 9px 8px 9px;
    border-color: transparent transparent #d0d0d0 transparent;
    content: '';
    position: absolute;
    top: -8px;
    left: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
}

[data-widget-type="single-carousel"] .owl-dots {
    display: none;
}

[data-widget-type="single-carousel"].owl-theme .owl-nav [class*="owl-"] {
    padding: 0 8px;
    margin: 0px 5px 0px 0px;
}

@media(min-width:1025px) {
    [data-nav="top-left"] .owl-nav {
        position: absolute;
        top: 0;
        margin-top: 0;
        left: -55px;
    }

    [data-nav="top-right"] .owl-nav {
        position: absolute;
        top: 0;
        margin-top: 0;
        right: -60px;
    }


}

/*single carousel*/


/*Lightbox Advance*/

.lbItem {
    margin-bottom: 30px;
}

.lightboxNewTile {
    position: relative;
    height: 250px;
    overflow: hidden;
    width: 100%;
    transition: all linear .1s;
}


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

/*[data-lightbox="default"]*/

[data-icon-position="default"] .lightboxIconSettings {
    align-items: center;
    justify-content: center;
}

[data-icon-position="top-left"] .lightboxIconSettings {
    align-items: flex-start;
    justify-content: flex-start;
}

[data-icon-position="top-right"] .lightboxIconSettings {
    align-items: flex-start;
    justify-content: flex-end;
}

[data-icon-position="bottom-left"] .lightboxIconSettings {
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 60px;
}

[data-icon-position="bottom-right"] .lightboxIconSettings {
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 60px;
}

.lightboxIconSettings {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    padding: 15px;
}



.lightboxIconSettings .lIcon + .lIcon {
    margin-left: 7px;
}


/*[data-lightbox="with-label"] */
.lightboxLabel {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 15px;
    color: #fff;
    left: 0;
}


.lightboxNewTile:hover .lightboxIconSettings {
    transition: all linear .1s;
    opacity: 1;
}

.lightboxIconSettings .lIcon {
    background-color: #af0909;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 100%;
    cursor: pointer;
}


[data-content="yes"] .lightboxContent,
[data-lightbox="with-label"] .lightboxLabel {
    display: block;
}

[data-content="no"] .lightboxContent,
[data-lightbox="default"] .lightboxLabel {
    display: none;
}


[data-lightbox-layout="block"] [class*="col-"].lbItem {
    padding-left: 0;
    padding-right: 0;
}

@media(min-width:1025px) {
    [data-ditem="1"] [class*="col-"].lbItem {
        width: 100%;
    }

    [data-ditem="2"] [class*="col-"].lbItem {
        width: 50%;
    }

    [data-ditem="3"] [class*="col-"].lbItem {
        width: 33.33333333%;
    }

    [data-ditem="4"] [class*="col-"].lbItem {
        width: 25%;
    }

    [data-ditem="5"] [class*="col-"].lbItem {
        width: 20%;
    }

    [data-ditem="6"] [class*="col-"].lbItem {
        width: 16.66666667%;
    }

    [data-ditem="7"] [class*="col-"].lbItem {
        width: 14.2857142857%;
    }

    [data-ditem="8"] [class*="col-"].lbItem {
        width: 12.5%;
    }

    [data-ditem="9"] [class*="col-"].lbItem {
        width: 11.1111111111%;
    }

    [data-ditem="10"] [class*="col-"].lbItem {
        width: 10%;
    }
}

@media(max-width:767px) {
    [data-mitem="1"] [class*="col-"].lbItem {
        width: 100%;
    }

    [data-mitem="2"] [class*="col-"].lbItem {
        width: 50%;
    }
}

@media(min-width:768px) and (max-width: 1024px) {
    [data-titem="1"] [class*="col-"].lbItem {
        width: 100%;
    }

    [data-titem="2"] [class*="col-"].lbItem {
        width: 50%;
    }

    [data-titem="3"] [class*="col-"].lbItem {
        width: 33.33333333%;
    }

    [data-titem="4"] [class*="col-"].lbItem {
        width: 25%;
    }

    [data-titem="5"] [class*="col-"].lbItem {
        width: 20%;
    }

    [data-titem="6"] [class*="col-"].lbItem {
        width: 16.66666667%;
    }

}

@media(max-width:1024px) {
    .lightboxNewTile .lightboxIconSettings {
        opacity: 1;
    }

    [data-widget-type="lightbox"] .lbItem {
        margin-bottom: 10px;
    }
}

/*Lightbox Advance*/



/*Mega Menu Custom*/
[data-menu-type="mega-menu-001"] ul.menu-col li a {
    position: relative;
}

[data-menu-type="mega-menu-001"] ul.menu-col li a::before {
    font-family: "fontawesome";
    content: "\f105";
    opacity: 0;
    color: #faa635;
    transition: all linear .2s;
    position: absolute;
    left: -12px;
    top: -2px;
}

[data-menu-type="mega-menu-001"] ul.menu-col li a:hover::before {
    opacity: 1;
    transition: all linear .2s;
}

[data-menu-type="mega-menu-001"] ul.menu-col li a:hover {
    color: #faa635 !important;
}

[data-menu-type="mega-menu-001"] nav.navbar ul.nav li.dropdown.on > a {
    color: #faa635 !important;
}

[data-menu-type="mega-menu-001"] nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle::after {
    color: #faa635;
}

@media(min-width:1024px) {

    [data-menu-type="mega-menu-001"] .top-search {
        position: absolute;
        width: 220px;
        right: 110px;
        top: 90px;
        z-index: 999999;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
        background-color: #fff;
        padding: 5px 0px;
        border-radius: 4px;
    }

    [data-menu-type="mega-menu-001"] .closeSearch {
        width: 180px;
    }


    [data-menu-type="mega-menu-001"] .top-search input.form-control {
        color: #4c4d4f;
        font-size: 12px;
    }

    [data-menu-type="mega-menu-001"] .top-search .input-group-addon {
        color: #4c4d4f;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav ul.nav > li > a {
        color: #4c4d4f;
        border-bottom: 3px solid transparent;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav ul.nav > li > a:hover {
        color: #faa635;
        border-bottom: 3px solid #faa635;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav ul.nav > li.dropdown.on > a:hover,
    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
        color: #faa635 !important;
        border-bottom: 3px solid #faa635;
    }



    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav ul.nav > li > a {
        line-height: 65px;
        padding-left: 15px;
        padding-right: 15px;
    }

    [data-menu-type="mega-menu-001"] .megamenu-content .col-menu.col-md-2 {
        width: 19.667%;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        border-top: 1px solid #0f9de0;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        border-top: 1px solid #0f9de0 !important;
        background-color: rgba(69, 72, 74, 0.95);
        border: 0;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
        text-align: left;
        font-size: 12px;
        font-weight: normal;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a.title {
        font-size: 15px;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover,
        {
        color: #fff !important;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        border-bottom: 1px solid #808080;
        color: #fff;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li:last-child > a {
        border-bottom: 1px solid #808080;
    }


    [data-menu-type="mega-menu-001"] ul.menu-col li a {
        color: #fff;
    }

    /*[data-menu-type="mega-menu-001"] nav.navbar li.dropdown ul.dropdown-menu > li a:hover {
    color: #fff;
}*/

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a.title {
        padding: 10px 0px;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .content {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
        content: "\f104";
        margin-left: -10px;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after {
        content: "\f107";
        color: rgb(187, 187, 187);
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
        border-left: 0;
        border-right: 0;
    }

    [data-menu-type="mega-menu-001"] .content.menu-col li {
        margin-bottom: 15px;
    }

    [data-menu-type="mega-menu-001"] .attr-nav .search {

        line-height: 65px;
        padding-top: 30px;
        padding-bottom: 30px;

    }

    [data-menu-type="mega-menu-001"] .attr-nav .search > a {
        color: #9c9fa2;
    }

    [data-menu-type="mega-menu-001"] .attr-nav .search > a::before {
        border-left: 1px solid #ccc;
        content: "";
        margin-right: 15px;
    }

    [data-logo="cover"].navbar-brand > img {
        max-height: none;
        margin-top: 0;
    }



}

@media (max-width: 960px) {

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav .navbar-nav > li {
        margin: 0;
    }

    [data-menu-type="mega-menu-001"] .nav.navbar-nav {
        background: #4c4d4f;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav ul.nav > li > a {
        color: #fff;
        border-bottom: 1px dotted #808080;
        padding: 15px 7px;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav ul.nav > li:last-child > a {
        border-bottom: 0;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
        color: #fff;
        border-bottom: 0;
    }

    [data-menu-type="mega-menu-001"] nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul > li > a {
        color: #fff;
        border-bottom: 0;
    }

    [data-menu-type="mega-menu-001"] .attr-nav .search {

        line-height: 65px;
        margin-right: 15px;

    }

    [data-menu-type="mega-menu-001"] .attr-nav .search > a {
        color: #9c9fa2;
    }

    [data-top-section="section-001"] .edi-iconsgroup {
        margin-right: 20px;

    }

}

section[data-top-section="section-001"] {
    background-color: #4c4d4f;
    padding: 7px 0px;
}


section[data-top-section="section-001"] [data-widget-type="heading"],
section[data-top-section="section-001"] [data-widget-type="icon-group"] {
    display: inline-block;
}

section[data-top-section="section-001"] .topSection-001 {
    text-align: right;
}

section[data-top-section="section-001"] ul.edi-icongroup-list:first-child {
    margin-top: 0;
    margin-left: 20px;
}


section[data-top-section="section-001"] [data-widget-type="heading"] .hdtitle,
section[data-top-section="section-001"] [data-widget-type="icon-group"] li a {
    color: #9c9fa2;
    font-weight: 300;
}

[data-top-section="section-001"] .edi-iconsgroup {
    border-left: 1px solid #808080;
    margin-left: 20px;
}

@media(max-width:1024px) {
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        right: -15px;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on .title:before {
        content: "\f107";
    }
}


/*Mega Menu Custom*/



/*Edifice VLCM Template*/

.edifice-v-btn1 .btn.btn-gfort {
    background-color: #5755ba;
    border-radius: 60px;
    font-weight: 400;
    font-family: 'Roboto, sans-serif';
}

.edifice-v-btn2 .btn.btn-gfort {
    background-color: #42e8e0;
    padding: 6px 30px;
    font-weight: 400;
    font-family: 'Roboto, sans-serif';
    border-radius: 60px;

}


.edifice-v-submit .btn {
    background-color: #878eea;
    border-color: #878eea;
    padding: 6px 38px;
    border-radius: 60px;
    text-transform: uppercase;
    font-weight: 400;
}

.edifice-vl-col4 .divider-solid {
    border: 1px solid #42e8e0;
    width: 85px;
    margin-top: 10px;
    margin-bottom: 15px;

}


.edifice-vl-col4 .heading-h1 {
    font-size: 28px;
    font-weight: 600;
    color: #2e3aa4;
    margin-top: 20px;

}

.edifice-vl-col4 .p-text {
    color: #737373;
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
}

/*Edifice VLCM Template*/


/* Mark Custom Font */

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Book-Italic.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Book-Italic'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Book-Italic'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Book-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Book-Italic.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Book-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Light.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Light'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Light'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Light.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Light.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Medium-Italic.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Medium-Italic'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Medium-Italic'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Medium-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Medium-Italic.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Medium-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Black-Italic.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Black-Italic'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Black-Italic'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Black-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Black-Italic.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Black-Italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Hairline.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Hairline'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Hairline'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Hairline.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Hairline.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Hairline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Book.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Book'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Book'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Book.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Book.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Light-Italic.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Light-Italic'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Light-Italic'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Light-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Light-Italic.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Light-Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-SmallCaps-Regular.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark SmallCaps-Regular'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-SmallCaps-Regular'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-SmallCaps-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-SmallCaps-Regular.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-SmallCaps-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Heavy-Italic.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Heavy-Italic'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Heavy-Italic'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Heavy-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Heavy-Italic.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Heavy-Italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Thin-Italic.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Thin-Italic'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Thin-Italic'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Thin-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Thin-Italic.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Thin-Italic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Regular.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Regular'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Regular'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Regular.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Bold.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Bold'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Bold'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Bold.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Heavy.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Heavy'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Heavy'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Heavy.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Heavy.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Bold-Italic.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Bold-Italic'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Bold-Italic'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Bold-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Bold-Italic.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Bold-Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Regular-Italic.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Regular Italic'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Regular-Italic'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Regular-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Regular-Italic.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Regular-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Medium.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Medium'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Medium'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Medium.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-SmallCaps-Black.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark SmallCaps-Black'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-SmallCaps-Black'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-SmallCaps-Black.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-SmallCaps-Black.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-SmallCaps-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Extralight.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Extralight'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Extralight'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Extralight.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Extralight.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Black.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Black'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Black'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Black.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Black.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Hairline-Italic.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Hairline-Italic'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Hairline-Italic'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Hairline-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Hairline-Italic.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Hairline-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Extralight-Italic.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Extralight Italic'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Extralight-Italic'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Extralight-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Extralight-Italic.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Extralight-Italic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Mark';
    src: url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Thin.eot');
    src: local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark Thin'), local('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Thin'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Thin.eot?#iefix') format('embedded-opentype'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Thin.woff') format('woff'),
        url('https://v2.edificecms.com/builder/elements/fonts/mark/Mark-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

.edi-php-captcha .input-group-addon {
    width: 60px;
    padding: 0;
}

.edi-php-captcha .input-group-addon img {
    padding-left: 7px;
    text-align: left;
}

.edi-php-captcha .input-group-addon {
    background: #fff;
}




/*widget css needful*/
.carousel-caption.text-right {
    text-align: right;
}

.carousel-caption.text-center {
    text-align: center;
}

.carousel-caption.text-left {
    text-align: left;
}

[data-textalign="center"] [class*="col-"] + [class*="col-"] {
    text-align: center;
}

[data-textalign="left"] [class*="col-"] + [class*="col-"] {
    text-align: left;
}

[data-textalign="right"] [class*="col-"] + [class*="col-"] {
    text-align: right;
}

/*widget css needful*/


/*form-style css export here*/
.label-style {
    color: #000;
    font-size: 14px;
    font-weight: 300
}

.p-relative {
    position: relative
}

.bg-img-section {
    background-image: url(../images/intro-bg2.jpg);
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 100%
}

.line1 {
    border-top: 4px solid #59a3fc;
    margin: 20px auto;
    width: 80px
}

.bg-overlay-black {
    background: rgba(0, 0, 0, .3);
    padding: 30px;
    border-radius: 3px
}

.bg-overlay-black50 {
    background: rgba(0, 0, 0, .5);
    padding: 30px;
    border-radius: 3px
}

.bg-overlay-black3 {
    background: rgba(0, 0, 0, .5);
    padding: 60px 30px 50px
}

.bg-img {
    background-attachment: scroll;
    background-position: center center;
    background-size: cover
}

.bg-img.bg-overlay-green {
    background-image: linear-gradient(rgba(0, 200, 83, .8), rgba(0, 200, 83, .8)), url(../images/studio-form-bg.jpg);
    padding: 150px 0
}

.bg-img.bg-overlay-black-img {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/bg-intro.jpg);
    padding: 50px 0
}

.bg-img.bg-overlay-black2 {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/intro-bg.jpg);
    padding: 50px 0
}

.bg-img.bg-overlay-black50-img {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/form-section-bg.jpg);
    padding: 50px 0
}

.bg-img.bg-overlay-black3-img {
    background-image: linear-gradient(rgba(54, 63, 72, .85), rgba(54, 63, 72, .85)), url(../images/main.jpg);
    padding: 0
}

.bg-img.bg-overlay-black4-img {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/intro-bg-ebook.jpg);
    padding: 60px 0
}

.ptb-60 {
    padding: 60px 0
}

.pad-40-20 {
    padding: 40px 20px
}

.mb-0 {
    margin-bottom: 0
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-10 {
    margin-bottom: 10px
}

.color-aaa {
    color: #aaa
}

.color-bluegray {
    color: #818e9b
}

.color-444 {
    color: #444
}

.color-888 {
    color: #888
}

.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.color-yellow {
    color: #f7941d
}

.color-yellow2 {
    color: #fdbd10
}

.color-gold {
    color: #cbbc94
}

.t1 {
    font-size: 16px !important;
    font-weight: 700 !important
}

.t2 {
    font-size: 26px !important;
    font-weight: 700 !important
}

.t3 {
    font-size: 28px !important;
    font-weight: 700 !important
}

.t4 {
    font-size: 18px !important;
    font-weight: 700 !important
}

.t5 {
    font-size: 32px !important;
    font-weight: 700 !important
}

.c1 {
    font-size: 14px !important
}

.c2 {
    font-size: 12px !important
}

.title1 {
    color: #444;
    font-size: 30px;
    font-weight: 300
}

.sub-title1 {
    color: #888;
    font-size: 14px;
    margin-bottom: 25px !important
}

.sub-title3 {
    color: #888;
    font-size: 13px
}

.title2 {
    color: #000;
    font-size: 24px;
    font-weight: 300
}

.sub-title2 {
    color: #818e9b;
    font-size: 14px;
    margin-bottom: 25px !important
}

.title3 {
    font-size: 22px;
    font-weight: 600
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v36/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2")
}

.material-icons {
    direction: ltr;
    display: inline-block;
    font-family: "Material Icons";
    font-feature-settings: "liga";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    overflow-wrap: normal;
    text-transform: none;
    white-space: nowrap
}

.form-component {
    position: relative
}

.form-component:hover .handle-actions {
    opacity: 1
}

.handle-actions {
    opacity: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9999;
    display: table;
    border-radius: 3px
}

.form-style1 .form-control {
    background: #eee none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px
}

.form-style1 .handle-actions {
    background: #82b541 none repeat scroll 0 0;
    color: #fff
}

.handle-actions > a {
    display: table-cell;
    padding: 0 8px;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
    color: #fff
}

.handle-actions > a:hover {
    background: #000;
    transition: all .5s ease;
    color: #fff
}

.handle-actions .panel-heading {
    padding: 0
}

.bg-green {
    background: #82b541 none repeat scroll 0 0
}

.btn.bg-blue,
.btn.bg-green,
.btn.bg-green2,
.btn.bg-green3,
.btn.bg-orange,
.btn.bg-red,
.btn.bg-red2,
.btn.bg-yellow,
.btn.bg-yellow2 {
    padding: 12px;
    border-radius: 3px;
    transition: all .5s ease;
    color: #fff;
    font-weight: 600
}

.btn.bg-green:hover {
    color: #fff;
    background: #78a73c;
    transition: all .5s ease
}

.bg-red2 {
    background: #ea4335 none repeat scroll 0 0
}

.btn.bg-red2:hover {
    color: #fff;
    background: #d83e31;
    transition: all .5s ease
}


.box-table {
    display: table;
    width: 100%
}

.icon-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100px
}

.icon-cell.img-cell {
    width: 120px
}

.content-cell {
    vertical-align: middle;
    display: table-cell
}

.box-table .content-cell h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 0
}

.box-div p,
.box-table .content-cell p {
    color: #888;
    font-size: 12px
}

.material-icons.big-icon {
    font-size: 70px
}

.icon-green {
    color: #82b541
}

.icon-orange {
    color: #f7941d
}

.form-bg1 {
    background: #00a78e none repeat scroll 0 0;
    color: #fff;
    padding: 50px 30px;
    border-radius: 3px
}

.form-style2 .form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px
}

.form-style2 .handle-actions {
    background: #d0e100 none repeat scroll 0 0;
    color: #fff
}

.bg-green2 {
    background: #d0e100 none repeat scroll 0 0
}

.btn.bg-green2:hover {
    color: #fff;
    background: #c0cf00;
    transition: all .5s ease
}

.box-div h5 {
    font-size: 26px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 0
}

.cform .form-group:last-of-type {
    margin-bottom: 0
}

.bg-f4 {
    background: #f4f4f4
}

.form-style3 .form-control {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px
}

.form-style3 .handle-actions {
    background: #f7941d none repeat scroll 0 0;
    color: #fff
}

.bg-orange {
    background: #f7941d none repeat scroll 0 0
}

.b-radius-100 {
    border-radius: 100px !important
}

.btn.bg-orange:hover {
    color: #fff;
    background: #e4881b;
    transition: all .5s ease
}

.m-0 {
    margin: 0 !important
}

.border-div1.custom-draggable.lobipanel.lobipanel-sortable {
    border: 2px solid #f4f4f4;
    padding: 0
}

.form-custom-width {
    margin: 0 auto;
    text-align: center;
    width: 40%
}

@media (max-width:767px) {
    .form-custom-width {
        width: 90%
    }
}

.form-style4 .form-control {
    background: #f2f6fa none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px
}

.form-style4 .handle-actions {
    background: #ff7243 none repeat scroll 0 0;
    color: #fff
}

.btn.bg-red {
    background: #ff7243 none repeat scroll 0 0;
    padding: 20px;
    color: #fff;
    font-weight: 600
}

.btn.bg-red:hover {
    color: #fff !important;
    background: #eb693e;
    transition: all .5s ease
}

.bg-white {
    background: #fff;
    padding: 30px;
    border-radius: 3px
}

.label-box-f4 {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 3px;
    color: #818e9b;
    font-size: 75%;
    font-weight: 700;
    padding: .2em .6em .3em
}

.bg-f4 pad-40-20 {
    border-radius: 3px
}

.form-style5 .form-control {
    background: #ddd none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px
}

.form-style5 .handle-actions {
    background: #f7941d none repeat scroll 0 0;
    color: #fff
}

.bg-f4.pad-40-20 {
    border-radius: 3px
}

.form-style6 .form-control {
    background: #ddd none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px
}

.form-style6 .handle-actions {
    background: #009cde none repeat scroll 0 0;
    color: #fff
}

.btn.bg-blue {
    background: #009cde
}

.btn.bg-blue:hover {
    color: #fff;
    background: #0090cd;
    transition: all .5s ease
}

.h-90 {
    height: 90px
}

.big-icon {
    font-size: 70px
}

.form-ul1 > li {
    color: #888;
    font-size: 14px;
    margin-bottom: 0
}

.form-style11 .form-control {
    background: #ddd none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px
}

.form-style11 .handle-actions {
    background: #237f52 none repeat scroll 0 0;
    color: #fff
}

.btn.bg-green3 {
    background: #237f52
}

.btn.bg-green3:hover {
    color: #fff;
    background: #20754c;
    transition: all .5s ease
}

.big-icon {
    font-size: 70px
}

.form-style12 .form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px
}

.form-style12 .handle-actions {
    background: #fdbd10 none repeat scroll 0 0;
    color: #fff
}

.btn.bg-yellow {
    background: #fdbd10
}

.btn.bg-yellow:hover {
    color: #fff;
    background: #e9ae0f;
    transition: all .5s ease
}

.form-style13 .form-control {
    background: #eee none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px
}

.form-style13 .handle-actions {
    background: #fdbd10 none repeat scroll 0 0;
    color: #fff
}

.form-style14 .form-control {
    background: #ddd none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px
}

.form-style14 .handle-actions {
    background: #f7941d none repeat scroll 0 0;
    color: #fff
}

.btn.bg-yellow2 {
    background: #f7941d
}

.btn.bg-yellow2:hover {
    color: #fff;
    background: #e4881b;
    transition: all .5s ease
}

.form-style17 .form-control {
    background: #eee none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px
}

.form-style17 .handle-actions {
    background: #009cde none repeat scroll 0 0;
    color: #fff
}

.form-style19 .form-control {
    background: #ddd none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px
}

.form-style19 .handle-actions {
    background: #fdbd10 none repeat scroll 0 0;
    color: #fff
}

.bg-letter {
    background-image: url(../images/newsletter-pattern.png);
    background-repeat: repeat-x
}

.form-style21 .form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px
}

.form-style21 .handle-actions {
    background: #f7941d none repeat scroll 0 0;
    color: #fff
}

.form-style09 .form-control {
    background: #eee none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin-bottom: 20px;
    padding: 12px 15px
}

.form-style09 .handle-actions {
    background: #ea4335 none repeat scroll 0 0;
    color: #fff
}

@media (max-width:767px) {
    .bg-img-section {
        width: 100%
    }
}

.custom-cr input[type=checkbox],
.custom-cr input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.custom-cr label {
    display: block;
    cursor: pointer;
    line-height: 2.5
}

.custom-cr input[type=checkbox] + span,
.custom-cr input[type=radio] + span {
    display: block
}

.custom-cr input[type=checkbox] + span:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -.25em;
    border-radius: 0;
    border: .125em solid #fff;
    box-shadow: 0 0 0 .15em #4a4a4a;
    margin-right: .75em;
    transition: .5s ease all
}

.custom-cr input[type=radio] + span:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -.25em;
    border-radius: 1em;
    border: .125em solid #fff;
    box-shadow: 0 0 0 .15em #4a4a4a;
    margin-right: .75em;
    transition: .5s ease all
}

.custom-cr input[type=checkbox]:checked + span:before,
.custom-cr input[type=radio]:checked + span:before {
    background: #1f8fe1;
    box-shadow: 0 0 0 .25em #4a4a4a
}

.select2-container .select2-choice {
    background-color: transparent !important;
    background-image: none !important;
    border: medium none !important;
    box-shadow: none !important;
    height: auto !important;
    line-height: 22px !important;
    padding: 0 !important
}

.select2-container .select2-choice .select2-arrow {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent !important;
    background-image: none !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: medium none !important;
    top: -2px;
    width: 14px
}

.select2-drop .select2-search input {
    margin-top: 5px;
    font-size: 13px;
    padding: 4px 10px
}

.select2-results .select2-result-label {
    font-size: 13px !important
}

.settings-wrapper .select2-container.form-control.select2 {
    background: #292929 none repeat scroll 0 0;
    border: medium none
}

.select2-container .select2-choice > .select2-chosen {
    color: #777
}

.wform-006 .big-icon.icon-green {
    font-size: 50px
}

.wform-006 {
    background-color: #f7f7f7
}

@media (max-width:1024px) {
    .wform-006 .box-div h5 {
        font-size: 22px;
        font-weight: 600;
        line-height: 27px;
        margin-top: 16px;
        margin-bottom: 10px
    }
}

@media (max-width:568px) {
    .wform-006 .box-div.mt-50 {
        margin-top: 0 !important
    }
}

/*form-style css export here*/

/*bootsnav css export here*/
/* ==============================================================

Template name : Bootsnav - Multi Purpose Header
Categorie : Bootstrap Menu in CSS
Author : adamnurdin01
Version : v.1.2
Created : 2016-06-02
Last update : 2016-10-19

============================================================== */

nav.bootsnav .dropdown.megamenu-fw {
    position: static
}

nav.bootsnav .container {
    position: relative
}

nav.bootsnav .megamenu-fw .dropdown-menu {
    left: auto
}

nav.bootsnav .megamenu-content {
    padding: 15px;
    width: 100% !important
}

nav.bootsnav .megamenu-content .title {
    margin-top: 0
}

nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0
}

nav.navbar.bootsnav {
    margin-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: none;
    border-bottom: solid 1px #e0e0e0;
    z-index: 9
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #6f6f6f;
    background-color: transparent;
    outline: 0;
    margin-bottom: -2px
}

nav.navbar.bootsnav ul.nav li.active > a,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover {
    background-color: transparent
}

nav.navbar.bootsnav .navbar-toggle {
    background-color: #fff;
    border: none;
    padding: 0;
    font-size: 18px;
    position: relative;
    top: 5px
}

nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%
}

nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a {
    white-space: normal
}

ul.menu-col {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.menu-col li a {
    color: #6f6f6f
}

ul.menu-col li a:focus,
ul.menu-col li a:hover {
    text-decoration: none
}

nav.bootsnav.navbar-full {
    padding-bottom: 10px;
    padding-top: 10px
}

nav.bootsnav.navbar-full .navbar-header {
    display: block;
    width: 100%
}

nav.bootsnav.navbar-full .navbar-toggle {
    display: inline-block;
    margin-right: 0;
    position: relative;
    top: 0;
    font-size: 30px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

nav.bootsnav.navbar-full .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    padding: 0;
    display: none !important;
    z-index: 9
}

nav.bootsnav.navbar-full .navbar-collapse.in {
    display: block !important
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full {
    overflow: auto
}

nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu {
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
    overflow: auto
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar {
    width: 0
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-moz-scrollbar {
    width: 0
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-ms-scrollbar {
    width: 0
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-o-scrollbar {
    width: 0
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav {
    display: block;
    width: 100%;
    overflow: auto
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav a,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a:focus,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a:hover {
    background-color: transparent
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav > li {
    float: none;
    display: block;
    text-align: center
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav > li > a {
    display: table;
    margin: auto;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 24px;
    padding: 10px 15px
}

li.close-full-menu > a {
    padding-top: 0;
    padding-bottom: 0
}

li.close-full-menu {
    padding-top: 30px;
    padding-bottom: 30px
}

.attr-nav {
    float: right;
    display: inline-block;
    margin-left: 13px;
    margin-right: -15px
}

.attr-nav > ul {
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
    display: inline-block
}

.attr-nav > ul > a {
    float: left;
    display: block
}

.attr-nav > ul > a {
    color: #000;
    display: block;
    padding: 28px 15px;
    position: relative
}

.attr-nav > ul > a span.badge {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 5px;
    font-size: 10px;
    padding: 0;
    width: 15px;
    height: 15px;
    padding-top: 2px
}

.attr-nav > ul > li.dropdown ul.dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: solid 1px #e0e0e0
}

ul.cart-list {
    padding: 0 !important;
    width: 250px !important
}

ul.cart-list > li {
    position: relative;
    border-bottom: solid 1px #efefef;
    padding: 15px 15px 23px 15px !important
}

ul.cart-list > li > a.photo {
    padding: 0 !important;
    margin-right: 15px;
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    left: 15px;
    top: 15px
}

ul.cart-list > li img {
    width: 50px;
    height: 50px;
    border: solid 1px #efefef
}

ul.cart-list > li > h6 {
    margin: 0
}

ul.cart-list > li > h6 > a.photo {
    padding: 0 !important;
    display: block
}

ul.cart-list > li > p {
    margin-bottom: 0
}

ul.cart-list > li.total {
    background-color: #f5f5f5;
    padding-bottom: 15px !important
}

ul.cart-list > li.total > .btn {
    display: inline-block;
    border-bottom: solid 1px #efefef
}

ul.cart-list > li .price {
    font-weight: 700
}

ul.cart-list > li.total > span {
    padding-top: 8px
}

.top-search {
    background-color: #333;
    padding: 10px 0;
    display: none
}

.top-search input.form-control {
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    color: #fff;
    height: 40px;
    padding: 0 15px
}

.top-search .input-group-addon {
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0
}

.top-search .input-group-addon.close-search {
    cursor: pointer
}

body {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.on-side {
    margin-left: -280px
}

.side {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -280px;
    width: 280px;
    padding: 25px 30px;
    height: 100%;
    display: block;
    background-color: #333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9
}

.side.on {
    right: 0
}

.side .close-side {
    float: right;
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 16px
}

.side .widget {
    position: relative;
    z-index: 1;
    margin-bottom: 25px
}

.side .widget .title {
    color: #fff;
    margin-bottom: 15px
}

.side .widget ul.link {
    padding: 0;
    margin: 0;
    list-style: none
}

.side .widget ul.link li a {
    color: #9f9f9f;
    letter-spacing: 1px
}

.side .widget ul.link li a:focus,
.side .widget ul.link li a:hover {
    color: #fff;
    text-decoration: none
}

nav.navbar.bootsnav .share {
    padding: 0 30px;
    margin-bottom: 30px
}

nav.navbar.bootsnav .share ul {
    display: inline-block;
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none
}

nav.navbar.bootsnav .share ul > li {
    float: left;
    display: block;
    margin-right: 5px
}

nav.navbar.bootsnav .share ul > li > a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 35px;
    height: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #cfcfcf;
    color: #fff
}

nav.navbar.bootsnav.navbar-fixed {
    position: fixed;
    display: block;
    width: 100%
}

nav.navbar.bootsnav.no-background {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.wrap-sticky {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.wrap-sticky nav.navbar.bootsnav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    position: fixed;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body.on-side .wrap-sticky nav.navbar.bootsnav.sticked {
    left: -280px
}

@media (min-width:1024px) and (max-width:1400px) {
    body.wrap-nav-sidebar .wrapper .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1024px) {
    nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
        margin-top: -2px
    }

    nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
        left: -200px
    }

    nav.navbar.bootsnav ul.nav > li > a {
        padding: 30px 7px;
        font-weight: 400;
        color: #000
    }

    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
        font-family: FontAwesome;
        content: "\f0d7";
        margin-left: 5px;
        margin-top: 2px
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        -moz-box-shadow: 0 0 0;
        -webkit-box-shadow: 0 0 0;
        -o-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        padding: 0;
        width: 200px;
        background: #fff;
        border: solid 1px #e0e0e0;
        border-top: solid 3px #d6a848
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {
        background-color: transparent
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        padding: 10px 15px;
        border-bottom: solid 1px #eee;
        color: #000;
        font-weight: 400
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li:last-child > a {
        border-bottom: none
    }

    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
        text-align: right
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
        font-family: FontAwesome;
        float: right;
        content: "\f105";
        margin-top: 0
    }

    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
        font-family: FontAwesome;
        float: left;
        content: "\f104";
        margin-top: 0
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        top: -3px
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content {
        padding: 0 15px !important
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content > li {
        padding: 25px 0 20px
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed {
        padding: 0
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed > li {
        padding: 0
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
        padding: 0 30px;
        margin: 0 -.5px;
        border-left: solid 1px #f0f0f0;
        border-right: solid 1px #f0f0f0
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:first-child {
        border-left: none
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:last-child {
        border-right: none
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content {
        display: none
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
        text-align: left;
        padding: 5px 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        border-bottom: none;
        color: #6f6f6f
    }

    nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .content {
        display: block !important;
        height: auto !important
    }

    nav.navbar.bootsnav.no-background {
        background-color: transparent;
        border: none
    }

    nav.navbar.bootsnav.navbar-transparent .attr-nav {
        padding-left: 15px;
        margin-left: 30px
    }

    nav.navbar.bootsnav.navbar-transparent.white {
        background-color: rgba(255, 255, 255, .3);
        border-bottom: solid 1px #bbb
    }

    nav.navbar.bootsnav.navbar-transparent.dark,
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, .3);
        border-bottom: solid 1px #555
    }

    nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
        border-left: solid 1px #bbb
    }

    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #555
    }

    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white .attr-nav > ul > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a {
        color: #fff
    }

    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a {
        color: #eee
    }

    nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled,
    nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled {
        display: none
    }

    nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display,
    nav.navbar.bootsnav.navbar-fixed.no-background .logo-display {
        display: block
    }

    nav.navbar.bootsnav.navbar-fixed .logo-display {
        display: none
    }

    nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
        display: block
    }

    .attr-nav > ul > li.dropdown ul.dropdown-menu {
        margin-top: 0;
        margin-left: 55px;
        width: 250px;
        left: -250px
    }

    nav.navbar.bootsnav.menu-center .container {
        position: relative
    }

    nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed
    }

    nav.navbar.bootsnav.menu-center .attr-nav,
    nav.navbar.bootsnav.menu-center .navbar-header {
        position: absolute
    }

    nav.navbar.bootsnav.menu-center .attr-nav {
        right: 15px
    }

    nav.bootsnav.navbar-brand-top .navbar-header {
        display: block;
        width: 100%;
        text-align: center
    }

    nav.bootsnav.navbar-brand-top ul.nav > li.dropdown > ul.dropdown-menu {
        margin-top: 2px
    }

    nav.bootsnav.navbar-brand-top ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu {
        margin-top: 0
    }

    nav.bootsnav.navbar-brand-top .navbar-header .navbar-brand {
        display: inline-block;
        float: none;
        margin: 0
    }

    nav.bootsnav.navbar-brand-top .navbar-collapse {
        text-align: center
    }

    nav.bootsnav.navbar-brand-top ul.nav {
        display: inline-block;
        float: none;
        margin: 0 0 -5px 0
    }

    nav.bootsnav.brand-center .navbar-header {
        display: block;
        width: 100%;
        position: absolute;
        text-align: center;
        top: 0;
        left: 0
    }

    nav.bootsnav.brand-center .navbar-brand {
        display: inline-block;
        float: none
    }

    nav.bootsnav.brand-center .navbar-collapse {
        text-align: center;
        display: inline-block;
        padding-left: 0;
        padding-right: 0
    }

    nav.bootsnav.brand-center ul.nav > li.dropdown > ul.dropdown-menu {
        margin-top: 2px
    }

    nav.bootsnav.brand-center ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu {
        margin-top: 0
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half {
        width: 50%;
        float: left;
        display: block
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half.left {
        text-align: right;
        padding-right: 100px
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half.right {
        text-align: left;
        padding-left: 100px
    }

    nav.bootsnav.brand-center ul.nav {
        float: none !important;
        margin-bottom: -5px !important;
        display: inline-block !important
    }

    nav.bootsnav.brand-center ul.nav.navbar-right {
        margin: 0
    }

    nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.left {
        text-align: left;
        padding-right: 100px
    }

    nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.right {
        text-align: right;
        padding-left: 100px
    }

    body.wrap-nav-sidebar .wrapper {
        padding-left: 260px;
        overflow-x: hidden
    }

    nav.bootsnav.navbar-sidebar {
        position: fixed;
        width: 260px;
        overflow: hidden;
        left: 0;
        padding: 0 !important;
        background: #fff;
        border-right: solid 1px #dfdfdf
    }

    nav.bootsnav.navbar-sidebar .scroller {
        width: 280px;
        overflow-y: auto;
        overflow-x: hidden
    }

    nav.bootsnav.navbar-sidebar .container,
    nav.bootsnav.navbar-sidebar .container-fluid {
        padding: 0 !important
    }

    nav.bootsnav.navbar-sidebar .navbar-header {
        float: none;
        display: block;
        width: 260px;
        padding: 10px 15px;
        margin: 10px 0 0 0 !important
    }

    nav.bootsnav.navbar-sidebar .navbar-collapse {
        padding: 0 !important;
        width: 260px
    }

    nav.bootsnav.navbar-sidebar ul.nav {
        float: none;
        display: block;
        width: 100%;
        padding: 0 15px !important;
        margin: 0 0 30px 0
    }

    nav.bootsnav.navbar-sidebar ul.nav li {
        float: none !important
    }

    nav.bootsnav.navbar-sidebar ul.nav > li > a {
        padding: 10px 15px;
        font-weight: 700
    }

    nav.bootsnav.navbar-sidebar ul.nav > li.dropdown > a:after {
        float: right
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
        left: 100%;
        top: 0;
        position: relative !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        background-color: transparent;
        border: none !important;
        padding: 0;
        -moz-box-shadow: 0 0 0;
        -webkit-box-shadow: 0 0 0;
        -o-box-shadow: 0 0 0;
        box-shadow: 0 0 0
    }

    nav.bootsnav.navbar-sidebar ul.nav .megamenu-content .col-menu {
        border: none !important
    }

    nav.bootsnav.navbar-sidebar ul.nav > li.dropdown > ul.dropdown-menu {
        margin-bottom: 15px
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
        padding-left: 0;
        float: none;
        margin-bottom: 0
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a {
        padding: 5px 15px;
        color: #6f6f6f;
        border: none
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        padding-left: 15px;
        margin-top: 0
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown > a:before {
        font-family: FontAwesome;
        content: "\f105";
        float: right
    }

    nav.bootsnav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a:before {
        content: "\f107"
    }

    nav.bootsnav.navbar-sidebar ul.dropdown-menu.megamenu-content > li {
        padding: 0 !important
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
        display: block;
        float: none !important;
        padding: 0;
        margin: 0;
        width: 100%
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title {
        padding: 7px 0;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0;
        margin-bottom: 0;
        cursor: pointer;
        color: #6f6f6f
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title:before {
        font-family: FontAwesome;
        content: "\f105";
        float: right
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title:before {
        content: "\f107"
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
        border: none
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .content {
        padding: 0 0 0 15px
    }

    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a {
        padding: 3px 0 !important
    }
}

@media (max-width:992px) {
    nav.navbar.bootsnav .navbar-brand {
        display: inline-block;
        float: none !important;
        margin: 0 !important
    }

    nav.navbar.bootsnav .navbar-header {
        float: none;
        display: block;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px
    }

    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: left;
        margin-right: -200px;
        margin-top: 10px
    }

    nav.navbar.bootsnav .navbar-collapse {
        border: none;
        margin-bottom: 0
    }

    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 350px;
        overflow-y: auto !important
    }

    nav.navbar.bootsnav .navbar-collapse.collapse {
        display: none !important
    }

    nav.navbar.bootsnav .navbar-collapse.collapse.in {
        display: block !important
    }

    nav.navbar.bootsnav .navbar-nav {
        float: none !important;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 -15px
    }

    nav.navbar.bootsnav .navbar-nav > li {
        float: none
    }

    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        font-family: FontAwesome;
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px
    }

    nav.navbar.bootsnav li.dropdown.on > a.dropdown-toggle:before {
        content: "\f107"
    }

    nav.navbar.bootsnav .navbar-nav > li > a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 0;
        border-top: solid 1px #e0e0e0;
        margin-bottom: -1px
    }

    nav.navbar.bootsnav .navbar-nav > li:first-child > a {
        border-top: none
    }

    nav.navbar.bootsnav ul.navbar-nav.navbar-left > li:last-child > ul.dropdown-menu {
        border-bottom: solid 1px #e0e0e0
    }

    nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
        float: none !important;
        position: relative;
        display: block;
        width: 100%
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        width: 100%;
        position: relative !important;
        background-color: transparent;
        float: none;
        border: none;
        padding: 0 0 0 15px !important;
        margin: 0 0 -1px 0 !important;
        -moz-box-shadow: 0 0 0;
        -webkit-box-shadow: 0 0 0;
        -o-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        -moz-border-radius: 0 0 0;
        -webkit-border-radius: 0 0 0;
        -o-border-radius: 0 0 0;
        border-radius: 0 0 0
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 0;
        color: #6f6f6f
    }

    nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus,
    nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover {
        background-color: transparent
    }

    nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
        float: none !important;
        left: 0;
        padding: 0 0 0 15px;
        position: relative;
        background: 0 0;
        width: 100%
    }

    nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu {
        display: inline-block;
        margin-top: -10px
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after {
        display: none
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
        padding: 10px 15px 10px 0;
        line-height: 24px;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0;
        margin-bottom: 0;
        cursor: pointer;
        border-bottom: solid 1px #e0e0e0;
        color: #6f6f6f
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul > li > a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 8px 0
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
        font-family: FontAwesome;
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        right: -15px
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child .title {
        border-bottom: none
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on:last-child .title {
        border-bottom: solid 1px #e0e0e0
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
        border-bottom: none
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on .title:before {
        content: "\f107"
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
        padding: 0 0 0 15px
    }

    nav.bootsnav.brand-center .navbar-collapse {
        display: block
    }

    nav.bootsnav.brand-center ul.nav {
        margin-bottom: 0 !important
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half {
        width: 100%;
        float: none;
        display: block
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half.left {
        margin-bottom: 0
    }

    nav.bootsnav .megamenu-content {
        padding: 0
    }

    nav.bootsnav .megamenu-content .col-menu {
        padding-bottom: 0
    }

    nav.bootsnav .megamenu-content .title {
        cursor: pointer;
        display: block;
        padding: 10px 15px;
        margin-bottom: 0;
        font-weight: 400
    }

    nav.bootsnav .megamenu-content .content {
        display: none
    }

    .attr-nav {
        position: absolute;
        right: 60px
    }

    .attr-nav > ul {
        padding: 0;
        margin: 0 -15px -7px 0
    }

    .attr-nav > ul > a {
        padding: 16px 15px 15px
    }

    .attr-nav > ul > li.dropdown > a.dropdown-toggle:before {
        display: none
    }

    .attr-nav > ul > li.dropdown ul.dropdown-menu {
        margin-top: 2px;
        margin-left: 55px;
        width: 250px;
        left: -250px;
        border-top: solid 5px
    }

    .top-search .container {
        padding: 0 45px
    }

    nav.bootsnav.navbar-full ul.nav {
        margin-left: 0
    }

    nav.bootsnav.navbar-full ul.nav > li > a {
        border: none
    }

    nav.bootsnav.navbar-full .navbar-brand {
        float: left !important;
        padding-left: 0
    }

    nav.bootsnav.navbar-full .navbar-toggle {
        display: inline-block;
        float: right;
        margin-right: 0;
        margin-top: 10px
    }

    nav.bootsnav.navbar-full .navbar-header {
        padding-left: 15px;
        padding-right: 15px
    }

    nav.navbar.bootsnav.navbar-sidebar .share {
        padding: 30px 15px;
        margin-bottom: 0
    }

    nav.navbar.bootsnav .tabbed > li {
        padding: 25px 0;
        margin-left: -15px !important
    }

    body > .wrapper {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    body.side-right > .wrapper {
        margin-left: 280px;
        margin-right: -280px !important
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        position: fixed;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        display: block;
        background: #fff;
        z-index: 99;
        width: 280px;
        height: 100% !important;
        left: -280px;
        top: 0;
        padding: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
        left: 0
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav {
        width: 293px;
        padding-right: 0;
        padding-left: 15px
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
        padding: 15px 15px
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu > li > a {
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        padding-top: 13px !important;
        padding-bottom: 13px !important
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse [class*=' col-'] {
        width: 100%
    }

    nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
        display: block !important
    }

    nav.navbar.bootsnav.navbar-fixed .logo-display {
        display: none !important
    }

    nav.navbar.bootsnav.navbar-mobile .tab-content,
    nav.navbar.bootsnav.navbar-mobile .tab-menu {
        width: 100%;
        display: block
    }
}

@media (max-width:767px) {
    nav.navbar.bootsnav .navbar-header {
        padding-left: 15px;
        padding-right: 15px
    }

    nav.navbar.bootsnav .navbar-nav {
        padding-left: 15px;
        padding-right: 15px
    }

    .attr-nav {
        right: 30px
    }

    .attr-nav > ul {
        margin-right: -10px
    }

    .attr-nav > ul > a {
        padding: 16px 10px 15px;
        padding-left: 0 !important
    }

    .attr-nav > ul > li.dropdown ul.dropdown-menu {
        left: -275px
    }

    .top-search .container {
        padding: 0 15px
    }

    nav.bootsnav.navbar-full .navbar-collapse {
        left: 15px
    }

    nav.bootsnav.navbar-full .navbar-header {
        padding-right: 0
    }

    nav.bootsnav.navbar-full .navbar-toggle {
        margin-right: -15px
    }

    nav.bootsnav.navbar-full ul.nav > li > a {
        font-size: 18px !important;
        line-height: 24px !important;
        padding: 5px 10px !important
    }

    nav.navbar.bootsnav.navbar-sidebar .share {
        padding: 30px 15px !important
    }

    nav.navbar.bootsnav.navbar-sidebar .share {
        padding: 30px 0 !important;
        margin-bottom: 0
    }

    nav.navbar.bootsnav.navbar-mobile.navbar-sidebar .share {
        padding: 30px 15px !important;
        margin-bottom: 0
    }

    body.side-right > .wrapper {
        margin-left: 280px;
        margin-right: -280px !important
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        margin-left: 0
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav {
        margin-left: -15px
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav {
        border-top: solid 1px #fff
    }

    li.close-full-menu {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }
}

@media (min-width:480px) and (max-width:640px) {
    nav.bootsnav.navbar-full ul.nav {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.attr-nav > ul > a {
    padding: 15px 10px
}

ul.cart-list > li.total > .btn {
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px
}

@media (min-width:1024px) {
    nav.navbar ul.nav > li > a {
        padding: 30px 15px;
        font-weight: 400
    }

    nav.navbar .navbar-brand {
        margin-top: 0
    }

    nav.navbar li.dropdown ul.dropdown-menu {
        border-top: solid 5px
    }

    nav.navbar-center .navbar-brand {
        margin: 0 !important
    }

    nav.navbar-brand-top .navbar-brand {
        margin: 10px !important
    }

    nav.navbar-full .navbar-brand {
        position: relative;
        top: -15px
    }

    nav.navbar-sidebar .navbar-brand,
    nav.navbar-sidebar ul.nav {
        margin-bottom: 50px
    }

    nav.navbar-sidebar ul.nav > li > a {
        padding: 10px 15px;
        font-weight: 700
    }

    nav.navbar.bootsnav.navbar-transparent.white {
        background-color: rgba(255, 255, 255, .3);
        border-bottom: solid 1px #bbb
    }

    nav.navbar.bootsnav.navbar-transparent.dark,
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, .3);
        border-bottom: solid 1px #555
    }

    nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
        border-left: solid 1px #bbb
    }

    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #555
    }

    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white .attr-nav > ul > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a {
        color: #fff
    }

    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a {
        color: #eee
    }
}

@media (max-width:992px) {
    nav.navbar .navbar-brand {
        margin-top: 0;
        position: relative;
        top: -2px
    }

    .attr-nav > ul > a {
        padding: 16px 15px 15px
    }

    nav.navbar.navbar-mobile ul.nav > li > a {
        padding: 15px 15px
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a {
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        padding-top: 13px !important;
        padding-bottom: 13px !important
    }

    nav.navbar-full .navbar-brand {
        top: 0;
        padding-top: 10px
    }
}

nav.navbar.navbar-inverse {
    background-color: #222;
    border-bottom: solid 1px #303030
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn {
    border-bottom: solid 1px #222 !important
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right {
    color: #fff
}

nav.navbar.navbar-inverse ul.nav > li > a,
nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    color: #232323
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a {
    background-color: #222
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a {
    color: #232323
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6 {
    color: #fff
}

nav.navbar.navbar-inverse .form-control {
    background-color: #333;
    border-color: #303030;
    color: #fff
}

nav.navbar.navbar-inverse .attr-nav > ul > a {
    color: #232323
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu {
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030
}

nav.navbar.navbar-inverse ul.cart-list > li {
    border-bottom: solid 1px #303030;
    color: #232323
}

nav.navbar.navbar-inverse ul.cart-list > li img {
    border: solid 1px #303030
}

nav.navbar.navbar-inverse ul.cart-list > li.total {
    background-color: #333
}

nav.navbar.navbar-inverse .share ul > li > a {
    background-color: #555
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu {
    border-right: solid 1px #303030
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a {
    border-bottom: solid 1px #303030
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content {
    border-left: solid 1px #303030
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover {
    background-color: #333 !important
}

nav.navbar-inverse.navbar-full ul.nav > li > a {
    border: none
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu {
    background-color: #222
}

nav.navbar-inverse.navbar-full .navbar-toggle {
    background-color: #222 !important;
    color: #6f6f6f
}

@media (min-width:1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu {
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a {
        border-bottom: solid 1px #303030
    }

    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu {
        border-left: solid 1px #303030;
        border-right: solid 1px #303030
    }

    nav.navbar.navbar-inverse.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, .3);
        border-bottom: solid 1px #999
    }

    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #999
    }

    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a {
        color: #fff
    }

    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a {
        color: #3f3f3f
    }
}

@media (max-width:992px) {
    nav.navbar.navbar-inverse .navbar-toggle {
        color: #eee;
        background-color: #222 !important
    }

    nav.navbar.navbar-inverse .navbar-nav > li > a {
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030
    }

    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu > li > a {
        color: #232323;
        border-bottom: solid 1px #303030
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title {
        border-bottom: solid 1px #303030;
        color: #eee
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a {
        border-bottom: solid 1px #303030;
        color: #999 !important
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title {
        border-bottom: solid 1px #303030
    }

    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul {
        border-top: solid 1px #303030
    }

    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse {
        background-color: #222
    }
}

@media (max-width:767px) {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav {
        border-top: solid 1px #222
    }
}

.attr-nav > ul > a:focus,
.attr-nav > ul > a:hover,
.check-list li:before,
.side .widget ul.link li a:focus,
.side .widget ul.link li a:hover,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav > li > a:hover,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
ul.cart-list > li > h6 > a {
    color: #303a43
}

nav.navbar ul.nav li.dropdown.on > a,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar-dark ul.nav li.dropdown.on > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover {
    color: #f43438 !important
}

@media(max-width:920px) {

    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover {
        color: #f43438 !important
    }
}

.dropdown .badge {
    background: #d6a848
}

ul.navbar-nav.lm-menu > li.active > a:not(.btn),
ul.navbar-nav.lm-menu > li > a:hover:not(.btn) {
    border-bottom-color: #d6a848;
    color: #d6a848
}

.lm-menu.nav a {
    line-height: inherit !important
}

.lm-menu.nav li {
    margin-right: 0
}

.nav.navbar-nav.navbar-right.lm-menu a {
    text-transform: capitalize
}

ul.navbar-nav.lm-menu > li > a:not(.btn),
ul.navbar-nav.lm-menu > li > ul.sub-menu li a {
    opacity: 1
}

ul.navbar-nav > li {
    margin: 0 15px;
    position: relative
}

ul.navbar-nav > li:last-child {
    margin-right: 0
}

ul.navbar-nav > li:first-child {
    margin-left: 0
}

.bootsnav ul.navbar-nav > li > a:not(.btn) {
    opacity: 1;
    overflow: hidden;
    font-weight: 400;
    padding: 30px 7px;
    line-height: normal;
    position: relative;
    text-transform: capitalize;
    border: none
}

.bootsnav ul.navbar-nav > li.parent-list > a {
    border: none !important
}

.bootsnav ul.navbar-nav > li.active > a:not(.btn),
.bootsnav ul.navbar-nav > li > a:not(.btn):hover {
    opacity: 1;
    border: none;
    background-color: transparent
}

ul.navbar-nav > li > a:not(.btn):focus {
    background-color: transparent
}

@media (max-width:992px) {
    .bootsnav ul.navbar-nav > li > a:not(.btn) {
        padding: 10px 7px
    }

    .bootsnav ul.navbar-nav > li:last-child {
        margin-right: 15px
    }

    .bootsnav ul.navbar-nav > li:first-child {
        margin-left: 15px
    }
}

nav.navbar.bootsnav ul.nav > li > a.btn {
    padding: 0 15px
}

.bmw-header .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.nav li .d-block {
    text-align: center
}

.nav li ul.dropdown-menu .d-block {
    display: inline-block;
    margin-right: 5px
}

.p-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.attr-nav.social-icons-block ul a {
    margin: 5px 0
}

.social-icons-block a {
    text-align: center;
    border-radius: 50%;
    outline: 0 !important;
    padding: 0 10px;
    display: inline-block
}

.social-icons-block a i {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    transition: all .3s ease-in-out;
    display: block;
    color: #515151;
    margin: 0 auto;
    border-radius: 50%
}

@media (max-width:992px) {
    .nav li .d-block {
        text-align: left
    }

    .bmw-header nav.navbar.bootsnav .navbar-header,
    .clear-menu-xs nav.navbar.bootsnav .navbar-header,
    nav.navbar.navbar-default.bootsnav .navbar-brand,
    nav.navbar.navbar-default.bootsnav .navbar-header {
        float: none !important
    }

    .attr-nav.social-icons-block > ul > a {
        padding: 10px 5px
    }

    .div-xs .navbar-brand {
        float: none;
        text-align: center
    }

    .div-xs .social-icons-block.text-right {
        text-align: center
    }
}

@media (max-width:1024px) {
    .attr-nav.social-icons-block > ul > a {
        padding: 10px 5px
    }
}

@media (min-width:992px) {
    .nav-divider::after {
        border-bottom: 1px solid #ebebeb;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        content: ""
    }

    .social-media.social-icons-block {
        margin-top: 6px
    }
}

/*bootsnav css export here*/

/*ivory3.0 css export here*/
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:100,300,400,500,700&display=swap);

body {
    font-family: 'Alegreya Sans', sans-serif
}

input::-moz-placeholder {
    opacity: 1;
    color: #999
}

.p-0 {
    padding: 0
}

.m-0 {
    margin: 0
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.p-40 {
    padding: 40px
}

.p-tb-30 {
    padding: 30px 0
}

.p-tb-80 {
    padding: 80px 0
}

.p-tb-100 {
    padding: 100px 0
}

.p-lr-50 {
    padding: 0 50px
}

.ml-20 {
    margin-left: 20px
}

.ml-15 {
    margin-left: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.hgt-500px {
    height: 500px
}

.edi-form-control {
    background-image: none;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    width: 100%
}

.edi-form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.edi-form-control[disabled],
.edi-form-control[readonly],
fieldset[disabled] .edi-form-control {
    background-color: #eee;
    opacity: 1
}

.edi-form-control[disabled],
fieldset[disabled] .edi-form-control {
    cursor: not-allowed
}

textarea.edi-form-control {
    height: auto
}

.edi-btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.edi-btn.active.focus,
.edi-btn.active:focus,
.edi-btn.focus,
.edi-btn.focus:active,
.edi-btn:active:focus,
.edi-btn:focus {
    outline: 0
}

.edi-btn.focus,
.edi-btn:focus,
.edi-btn:hover {
    text-decoration: none
}

.edi-btn.active,
.edi-btn:active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .125) inset;
    outline: 0 none
}

.edi-btn.disabled,
.edi-btn[disabled],
fieldset[disabled] .edi-btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .65
}

a.eddi-btn.disabled,
fieldset[disabled] a.edi-btn {
    pointer-events: none
}

.bg-white {
    background: #fff
}

.f16-normal {
    font-size: 16px;
    font-weight: 400
}

.f20-normal {
    font-size: 20px;
    font-weight: 400
}

.color-black {
    color: #000
}

.fw-normal {
    font-weight: 400
}

.sub-heading1 {
    font-weight: 500;
    font-size: 40px
}

.bg-img005 {
    background-image: url(../images/uploads/edifice-section/d-img1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0
}

.bg-img001 {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/uploads/edifice-section/d-img2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 0
}

.color-white {
    color: #fff
}

.input-001 {
    border-radius: 30px;
    height: 40px;
    box-shadow: none;
    border: none;
    color: #000
}

.input-001:focus {
    box-shadow: 0 0 4px 0 #d41e34;
    outline: 0 none;
    border: none
}

.position-set-001 {
    bottom: 6px;
    position: absolute;
    right: 7px
}

.btn-red-001 {
    background: #d41e34 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    padding: 3px 18px;
    transition: .5s ease
}

.btn-red-001:hover {
    color: #fff;
    opacity: .9;
    transition: .5s ease
}

.heading-001 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0
}

.position-relative {
    position: relative
}

.overflow-hidden {
    overflow: hidden
}

.bg-theme {
    background: #d41e34
}

.bg-yellow {
    background: #f1a618
}

.bg-blue {
    background: #1894f1
}

.bg-darkblue {
    background: #4809d8
}

.bg-parrotgreen {
    background: #9bba00
}

.bg-navy {
    background: #061525
}

.hgt-300 {
    height: 300px
}

.hgt-330 {
    height: 330px
}

.hgt-400 {
    height: 400px
}

.hgt-450 {
    height: 450px
}

.hgt-200 {
    height: 200px
}

.hgt-250 {
    height: 250px
}

.bg-img1-002 {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../images/uploads/edifice-section/section-2.1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%
}

.bg-img2-002 {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../images/uploads/edifice-section/section-2.2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%
}

.bg-img3-002 {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../images/uploads/edifice-section/section-2.3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%
}

.bg-img4-002 {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../images/uploads/edifice-section/section-2.4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%
}

.bg-img5-002 {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../images/uploads/edifice-section/section-2.5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%
}

.txt1-002 {
    font-weight: 500;
    font-size: 30px;
    color: #fff
}

.txt2-002 {
    font-weight: 700;
    font-size: 34px;
    color: #fff
}

.txt3-002 {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff
}

.p-adj-002 {
    padding: 27px 0
}

.f12-normal {
    font-size: 12px;
    font-weight: 400
}

.f14-normal {
    font-size: 12px;
    font-weight: 400
}

.f18-normal {
    font-size: 18px;
    font-weight: 400
}

.f20-normal {
    font-size: 20px;
    font-weight: 400
}

.f12-light {
    font-size: 12px;
    font-weight: 300
}

.f14-light {
    font-size: 12px;
    font-weight: 300
}

.f18-light {
    font-size: 18px;
    font-weight: 300
}

.f20-light {
    font-size: 20px;
    font-weight: 300
}

.f16-light-003 {
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.f20-light-003 {
    color: #f1a618;
    font-size: 20px;
    font-weight: 300
}

.color-yellow {
    color: #f1a618
}

.bg-img01-003 {
    background-image: linear-gradient(rgba(6, 21, 37, .8), rgba(6, 21, 37, .8)), url(../images/uploads/edifice-section/section-3.1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%
}

.bg-img02-003 {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../images/uploads/edifice-section/section-3.2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    transition: .8s ease
}

.overflow-hidden {
    overflow: hidden
}

.on-hover {
    opacity: 0;
    transition: all linear .8s
}

.div-hover:hover .on-hover {
    opacity: 1;
    transition: all linear .8s
}

.section-heading {
    color: #061525;
    font-size: 45px;
    font-weight: 500
}

.text-dc-ml {
    text-align: center
}

.bg-img01-004 {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../images/uploads/edifice-section/d-img2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%
}

.bb-blue-4 {
    border-bottom: 15px solid #4809d8
}

.bb-yellow-4 {
    border-bottom: 15px solid #f1cd32
}

.hgt-100per {
    height: 100%
}

.hgt-50per {
    height: 50%
}

.hover-scale {
    transition: all linear .8s
}

.hover-scale:hover {
    transition: all linear .8s
}

.position-redbox-004 {
    position: absolute;
    top: -13.33%;
    width: 100%;
    height: 100%;
    padding: 30px
}

.text-004,
.text-006 {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    line-height: 40px
}

.position-redbox-004.div-hover {
    transition: all linear .8s;
    z-index: 1
}

.position-redbox-004.div-hover:hover {
    transition: all linear .8s
}

.img-hrt {
    background: #fff none repeat scroll 0 0;
    border-radius: 25px 25px 25px 0;
    color: #d41e34;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    background: #fbeded;
    float: right
}

.img-responsive {
    width: 100%
}

.infobox-006 {
    min-height: 135px;
    padding: 20px;
    position: relative;
    margin-top: -2px
}

.positionicon-006 {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.text-004,
.text-006 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px
}

.hover-instagram {
    transition: all linear .5s
}

.hover-instagram:hover .hoverlay-effect-007 {
    opacity: 1;
    transition: all linear .5s;
    height: 100%;
    bottom: 0
}

.hoverlay-effect-007 {
    background: rgba(0, 0, 0, .4) none repeat scroll 0 0;
    bottom: 100%;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: all linear .5s
}

.hoverlay-text-007 {
    transition: all linear .5s;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%)
}

.positionicon-007 {
    position: absolute;
    right: 15px;
    top: 15px
}

.img-006,
.img-007 {
    height: 100%;
    width: auto
}

.hover-instagram {
    margin-bottom: 20px;
    width: 320px;
    height: 300px
}

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

.mt-210 {
    margin-top: 200px
}

.hgt-525px {
    height: 525px
}

.section-010 {
    background-image: url(../images/uploads/edifice-section/bg-010.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.sub-heading3 {
    font-weight: 600;
    font-size: 60px
}

.sub-heading2 {
    font-weight: 600;
    font-size: 44px
}

.div-middle {
    padding: 150px
}

.f28-medium {
    font-size: 28px;
    font-weight: 500;
    line-height: 35px
}

.img-div {
    height: 100%;
    width: 100%
}

.bg-009 {
    background-image: url(../images/uploads/edifice-section/bg-009.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%
}

.ivory-footer {
    background: #081524 none repeat scroll 0 0;
    color: #fff
}

.p-tb-50 {
    padding: 50px 0
}

.footer-divider {
    border: 1px solid #2c3744;
    margin: 30px 0
}

.footer-icon {
    color: #6b737c;
    margin-right: 20px
}

.footer-icon:hover {
    color: #fff
}

.text-social {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-right: 30px;
    transition: all linear .5s
}

.footer-link {
    color: #fff;
    font-size: 16px;
    margin-left: 30px !important;
    transition: all linear .5s
}

.footer-icon.btn,
.footer-link.btn {
    padding: 6px 0
}

.text-responsive2 {
    text-align: right
}

.footer-link:hover,
.text-social:hover {
    color: #e6e8e9;
    transition: all linear .5s
}

.text-copyright {
    color: #505964
}

.text-footer {
    color: #fff;
    font-size: 17px
}

.homes-link {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 99;
    transition: all linear .5s
}

.bg-img2-002,
.homes-bg,
.homes-logo {
    transition: all linear .5s
}

.homes-collection .homes-link:hover > .hgt-100per > .homes-bg,
.homes-collection .homes-logo:hover > .hgt-100per > .homes-bg {
    transform: scale(1.07);
    transition: all linear .5s
}

.bg-img2-002:hover,
.c-box-bottom:hover > .hgt-100per > .homes-bg {
    transform: scale(1.07);
    transition: all linear .5s
}

.box-left.c-box::after {
    border-style: solid;
    border-width: 15px 0 15px 15px;
    content: "";
    position: absolute;
    right: -13px;
    top: 43%;
    width: 0;
    z-index: 1
}

.box-bottom.c-box-bottom::after {
    border-style: solid;
    border-width: 15px 0 15px 15px;
    content: "";
    position: absolute;
    right: -13px;
    top: 40%;
    width: 0;
    z-index: 1
}

.box-right.c-box::after {
    border-style: solid;
    border-width: 15px 15px 15px 0;
    content: "";
    position: absolute;
    left: -13px;
    top: 40%;
    width: 0;
    z-index: 1
}

.bg-theme.c-box::after {
    border-color: transparent #d41e34
}

.bg-blue.c-box::after {
    border-color: transparent #1894f1
}

.bg-navy.c-box::after {
    border-color: transparent #061525
}

.bg-white.c-box-bottom::after {
    border-color: transparent #fff
}

.c-box {
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.c-box-bottom {
    height: 200px;
    position: absolute;
    top: -100%;
    width: 33.33%;
    z-index: 9999
}

.box-bottom.c-box-bottom::after {
    border-style: solid;
    border-width: 15px 15px 15px 0;
    top: 95%;
    content: "";
    left: 50%;
    position: absolute;
    transform: rotate(-90deg);
    width: 0;
    z-index: 1
}

.text-right-lgonly {
    text-align: right
}

.video-lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.video-lightbox:target {
    outline: 0;
    display: block
}

#videoModal {
    border-radius: 0;
    width: 60%;
    margin: auto;
    position: relative
}

.video-wrapper {
    width: 100%;
    display: block
}

#videoModal .modal-body {
    height: 100%;
    padding: 0;
    max-height: none;
    overflow: hidden
}

#videoModal .modal-footer:empty {
    display: none !important
}

#videoModal .close {
    background: #db00b8;
    color: #fff;
    font-size: 24px;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 5px;
    text-shadow: none;
    top: 2px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px
}

@media (max-width:767px) {
    #videoModal {
        width: 100%
    }
}

@media(max-width:767px) {
    .text-right-lgonly {
        text-align: center
    }

    .text-dc-ml {
        text-align: left
    }

    .p-adj-002 {
        display: none
    }

    .info-bottom,
    .info-left,
    .info-right {
        width: 100%
    }

    .border-blue-after::after,
    .border-navy-after::after,
    .border-theme-after::after {
        border: none
    }

    .f16-light-003 {
        color: #767e87
    }

    .f20-light-003 {
        color: #061525;
        font-size: 20px;
        font-weight: 300
    }

    .position-redbox-004 {
        top: 0
    }

    .imgbox006-wrapper {
        margin: 0 auto 20px
    }

    .img-007 {
        width: 100%
    }

    .img-006 {
        width: 100%
    }

    .text-responsive1,
    .text-responsive2 {
        text-align: center
    }

    .text-responsive1 {
        margin-bottom: 20px
    }

    .info-bottom,
    .info-left,
    .info-right {
        position: absolute;
        width: 100% !important
    }

    .c-box-bottom {
        top: 0;
        width: 33.33%;
        z-index: 9999
    }

    .box-bottom.c-box-bottom::after {
        border-style: solid;
        border-width: 15px 0 15px 15px;
        content: "";
        position: absolute;
        right: -13px;
        top: 40%;
        width: 0;
        z-index: 1
    }

    .homes-collection .hgt-400 {
        height: 200px
    }

    .homes-collection .hgt-50per {
        height: 100%
    }

    .img-div {
        height: auto;
        width: auto
    }
}

@media(max-width:960px) {
    .imgbox006-wrapper {
        margin: 0 auto 20px
    }

    .img-006 {
        width: 100%
    }

    .c-box img,
    .c-box-bottom img {
        width: 70%
    }
}

@media(max-width:1000px) {

    .text-responsive1,
    .text-responsive2 {
        text-align: center
    }

    .text-responsive1 {
        margin-bottom: 20px
    }

    .div-middle {
        padding: 30px 15px 30px 30px
    }
}

@media(max-width:1050px) {

    .info-bottom,
    .info-left,
    .info-right {
        position: absolute;
        width: 66.66%
    }
}

@media(max-width:480px) {
    .sub-heading3 {
        font-weight: 600;
        font-size: 40px
    }
}

.p-tb-200 {
    padding: 200px 0
}

.bg-overlay-001 {
    background-color: rgba(6, 21, 37, .8)
}

.bg-overlay-002 {
    background-color: rgba(0, 0, 0, .4)
}

.bg-format,
.video-bg1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none
}

.bg-format-wrapper,
.myVideo {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto
}

.c-box {
    padding: 70px 0
}

.logo-height {
    width: 100%;
    height: 60px;
    overflow: hidden;
    vertical-align: middle
}

.logo-height img {
    width: 100%;
    height: auto;
    padding: 0 25px;
    vertical-align: middle
}

.c-box-bottom .logo-height {
    padding: 70px 0
}

.c-box-bottom .logo-height img {
    padding: 15px
}

.iv-logo {
    padding-top: 15px;
    overflow: hidden;
    display: inline-block
}

@media(max-width:1024px) {
    nav.navbar.bootsnav .navbar-header {
        float: left;
        width: auto
    }

    .iv-logo {
        padding-top: 22px;
        overflow: hidden;
        display: inline-block
    }

    .attr-nav > ul > li > a {
        padding: 32px 0 15px
    }

    .attr-nav {
        right: 40px
    }
}

@media(max-width:568px) {
    nav.navbar.bootsnav .navbar-header {
        float: left;
        width: auto
    }

    .iv-logo img {
        width: 185px
    }

    .attr-nav > ul > li > a {
        padding: 32px 0 15px;
        padding-left: 0 !important
    }

    .attr-nav {
        right: 40px
    }

    nav.navbar.bootsnav .navbar-brand {
        float: left !important
    }
}

@media(max-width:767px) {
    .hover-instagram .hgt-300 {
        height: auto
    }

    .hover-instagram {
        width: 100%;
        height: auto
    }
}

@media(max-width:1024px) {
    .hover-instagram {
        margin: 0 auto;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:1280px) {
    .hover-instagram {
        width: 100% !important;
        height: 290px !important;
        overflow: hidden
    }
}

@media only screen and (min-width:600px) and (max-width:1024px) {
    .hover-instagram {
        width: 100% !important;
        height: 220px !important;
        overflow: hidden
    }
}

@media(min-width:1440px) {
    .hover-instagram {
        width: 100%;
        height: 320px;
        margin: 0 auto;
        margin-bottom: 30px;
        overflow: hidden
    }

    .hover-instagram .hgt-300 {
        height: auto
    }
}

@media(min-width:1680px) {
    .hover-instagram {
        height: 370px
    }
}

@media(min-width:1680px) {
    .hover-instagram {
        height: 385px
    }
}

@media(min-width:1920px) {
    .hover-instagram {
        height: 450px
    }
}

@media(min-width:2280px) {
    .hover-instagram {
        height: 542px
    }
}

@media(min-width:2440px) {
    .hover-instagram {
        height: 585px
    }
}

@media(min-width:2880px) {
    .hover-instagram {
        height: 695px
    }
}

/*ivory3.0 css export here*/

/*slidemenu css export here*/
.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cssmenu {
    color: #fff
}

.cssmenu ul ul {
    display: none
}

.cssmenu > ul > li.active > ul {
    display: block
}

.align-right {
    float: right
}

.cssmenu > ul > li > a {
    padding: 15px;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.cssmenu > ul > li > a:hover {
    color: #d8f3f0
}

.cssmenu ul > li.has-sub > a:after {
    position: absolute;
    right: 26px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #fff;
    content: "";
    -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
}

.cssmenu ul > li.has-sub > a:before {
    position: absolute;
    right: 22px;
    top: 23px;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    content: "";
    -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
}

.cssmenu ul > li.has-sub.open > a:after,
.cssmenu ul > li.has-sub.open > a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cssmenu ul ul li a {
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #ddd;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.cssmenu ul ul ul li a {
    padding-left: 32px
}

.cssmenu ul ul li a:hover {
    color: #fff
}

.cssmenu ul ul > li.has-sub > a:after {
    top: 16px;
    right: 26px;
    background: #ddd
}

.cssmenu ul ul > li.has-sub > a:before {
    top: 20px;
    background: #ddd
}

.na-menu {
    background: #cd2128;
    position: fixed
}

.na-menu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    transition: color .2s ease
}

.na-menu a:hover {
    transition: color .2s ease
}

.na-bar {
    width: 100%;
    color: #fff;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 2000;
    padding: 30px;
    text-align: center
}

.drop {
    padding: 30px;
    display: inline
}

.hero {
    padding: 60px;
    color: #fff;
    height: 275px;
    margin-top: 80px;
    background: #818181
}

.na-bar.shrink {
    height: 60px;
    padding: 20px
}

.na-menu-vertical {
    text-align: center;
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 9999
}

.na-menu-vertical a {
    padding: 1em
}

.na-menu-horizontal {
    text-align: center;
    width: 100%;
    height: 400px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.na-menu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.na-menu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em
}

.na-menu-left {
    left: -240px
}

.na-menu-right {
    right: -240px
}

.na-menu-left.na-menu-open {
    left: 0
}

.na-menu-right.na-menu-open {
    right: 0
}

.na-menu-top {
    top: -400px
}

.na-menu-top-sub {
    top: -400px
}

.na-menu-bottom {
    bottom: -4000px
}

.na-menu-top.na-menu-open {
    top: 0
}

.na-menu-top-sub.na-menu-open {
    top: 80px
}

.na-menu-bottom.na-menu-open {
    bottom: 0
}

.na-menu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
    top: 0
}

.na-menu-push-toright {
    left: 240px
}

.na-menu-push-toleft {
    left: -240px
}

.top-push-toBottom {
    top: 400px
}

.na-bar.na-menu-open {
    top: 400px
}

.hero,
.na-bar,
.na-menu,
.na-menu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width:55.1875em) {
    .na-menu-horizontal {
        font-size: 75%;
        height: 110px
    }

    .na-menu-top {
        top: -110px
    }

    .na-menu-top-sub {
        top: -110px
    }

    .na-menu-bottom {
        bottom: -110px
    }

    .top-push-toBottom {
        top: 110px
    }
}

@media screen and (max-height:26.375em) {
    .na-menu-vertical {
        font-size: 90%;
        width: 190px
    }

    .na-menu-left,
    .na-menu-push-toleft {
        left: -190px
    }

    .na-menu-right {
        right: -190px
    }

    .na-menu-push-toright {
        left: 190px
    }
}

.slidemenu-close {
    position: relative;
    margin-bottom: 50px
}

.slidemenu-close > span {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 999
}

.slidemenu-close > span {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 999;
    background: #000;
    padding: 14px;
    border-radius: 20px 0 20px 0
}

/*slidemenu css export here*/

/*survey360 css export here*/
.survey-wrapper .dropdown-menu,
.survey-wrapper .navbar {
    background: rgba(255, 255, 255, .25);
    border: none
}

.survey-wrapper nav.navbar.navbar-fixed-top {
    background-color: #3b5998
}

.dropdown-menu > li,
.dropdown-menu > li > a:focus,
.survey-wrapper .dropdown-menu > li > a,
.survey-wrapper .dropdown-menu > li > a:hover,
.survey-wrapper .nav > li > a {
    border-bottom: 3px solid transparent
}

.nav .open > a,
.survey-wrapper .dropdown-menu > li > a:focus,
.survey-wrapper .dropdown-menu > li > a:hover,
.survey-wrapper .nav .open > a:focus,
.survey-wrapper .nav .open > a:hover,
.survey-wrapper .nav > li > a:focus,
.survey-wrapper .nav > li > a:hover {
    border-bottom: 3px solid transparent;
    background: 0 0
}

.survey-wrapper .dropdown-menu > li > a,
.survey-wrapper .dropdown-menu > li > a:focus,
.survey-wrapper .dropdown-menu > li > a:hover,
.survey-wrapper .navbar a,
.survey-wrapper .navbar-toggle {
    color: #000
}

.survey-wrapper .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #fff;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-from-center.active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #fff;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right
}

.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
    left: 0;
    right: 0
}

.hvr-underline-from-center.active:before {
    left: 0;
    right: 0
}

.survey-wrapper .nav li:last-child {
    border: none
}

.survey-wrapper .navbar-toggle .icon-bar {
    color: #000;
    background: #000
}

.bnse-wrapper ul.navbar-nav > li.active > a:not(.btn),
.survey-wrapper ul.navbar-nav > li > a:not(.btn):hover {
    border-bottom-color: transparent;
    color: #fff
}

.survey-wrapper ul.navbar-nav > li > a:not(.btn) {
    text-transform: capitalize;
    color: #b4c7f2;
    font-weight: 400;
    line-height: 73px
}

.survey-wrapper ul.navbar-nav > li.active > a:not(.btn) {
    border-bottom-color: transparent;
    color: #fff;
    line-height: 73px
}

.survey-wrapper .menu-arrow {
    display: none
}

.survey-wrapper .caret {
    margin-left: 10px
}

.survey-wrapper li.down.parent-list.open .dropdown-menu {
    display: block
}

.bnse-wrapper .nav .open > a:focus,
.bnse-wrapper .nav .open > a:hover,
.survey-wrapper .nav .open > a {
    border-color: transparent
}

.survey-wrapper ul.navbar-nav > li > ul.sub-menu li:first-child > a {
    text-transform: capitalize
}

.survey-wrapper ul.navbar-nav > li > ul.sub-menu li:first-child {
    display: block
}

.survey-wrapper ul.navbar-nav > li > ul.sub-menu li a:hover {
    background-color: #cce6ff
}

.survey-wrapper ul.navbar-nav > li > ul.sub-menu li a {
    line-height: 22px !important
}

.survey-wrapper ul.navbar-nav > li.btn-try > a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    background-color: #67b807;
    margin: 22px 10px;
    padding: 3px 18px;
    border-radius: 30px;
    opacity: 1;
    font-size: 13px
}

.survey-wrapper ul.navbar-nav > li.btn-try > a:hover {
    background-color: #61a80c
}

.survey-tab {
    background-color: #f3f6fd;
    padding: 60px 0
}

.survey-tab h1.hdtitle {
    color: #424c5c;
    font-size: 35px;
    word-spacing: 3px;
    font-family: 'Open Sans', sans-serif
}

.survey-tab .line-separator {
    width: 70px;
    height: 6px;
    display: block;
    margin: 25px auto;
    border-radius: 60px;
    background-color: #67b807
}

div[class*=col-] .tab-left .image-block-container img {
    width: auto;
    margin: 0 auto
}

.tab-left {
    padding: 80px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 18px 1px #d9d9d9
}

.tab-right h2.hdtitle {
    color: #424c5c;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px
}

.tab-right p.para-content {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}

.tab-right {
    padding: 15px
}

.tab-right a.btn {
    background-color: #67b807;
    border-radius: 20px;
    padding: 8px 30px
}

.tab-right a.btn span {
    background: 0 0
}

.tab-right a.btn {
    background-color: #67b807;
    border-radius: 20px;
    padding: 8px 30px;
    color: #fff;
    margin-top: 25px
}

.survey-tab .nav-pills > li > a {
    border-radius: 4px;
    color: #919191;
    font-weight: 400;
    font-size: 14px
}

.survey-tab .nav-pills > li.active > a,
.survey-tab .nav-pills > li.active > a:focus,
.survey-tab .nav-pills > li.active > a:hover {
    color: #3b5998;
    background-color: transparent;
    font-weight: 700;
    font-size: 16px
}

.survey-tab .nav-pills > li > a:hover {
    background-color: transparent;
    color: #7e97cd
}

.survey-tab .nav-pills > li.active > a:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 4px;
    background-color: #3b5998;
    right: 25px;
    top: 21px;
    border-radius: 60px
}

.survey-tab ul.nav.nav-pills.nav-stacked {
    margin-top: 35px
}

.bg-img1 {
    background: url(../images/uploads/edifice-section/bg-left1.jpg) no-repeat center;
    height: 400px
}

.bg-img2 {
    background: url(../images/uploads/edifice-section/bb-right2.jpg) no-repeat center;
    height: 400px
}

.e-left {
    position: absolute;
    left: 32%;
    bottom: -45px;
    background-color: #fff;
    padding: 30px 72px;
    border-radius: 7px;
    box-shadow: 0 2px 10px -1px #a5aec7
}

.e-right {
    position: absolute;
    right: 32%;
    bottom: -45px;
    background-color: #fff;
    padding: 30px 72px;
    border-radius: 7px;
    box-shadow: 0 2px 10px -1px #a5aec7
}

.e-left p.para-content,
.e-right p.para-content {
    color: #424c5c;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif
}

.e-left p.para-content:hover,
.e-right p.para-content:hover {
    color: #f7a31f;
    transition: all .3s ease-out
}

.survey-footer {
    background-color: #242f44
}

ul.f-nav {
    list-style: none;
    float: right;
    margin: 25px 0
}

.f-nav li {
    float: left;
    margin: 0 10px
}

.f-nav li a {
    color: #97aace;
    font-size: 13px;
    padding: 10px 5px;
    font-family: 'Open Sans', sans-serif
}

.f-nav li.f-try a {
    color: #67b807
}

.survey-social {
    list-style: none;
    display: inline-block
}

.survey-social li i {
    background-color: #fff;
    padding: 8px 10px 5px;
    border-radius: 60%;
    color: #67b807
}

.survey-social li i {
    background-color: #fff;
    padding: 8px 9px 5px;
    border-radius: 60%;
    color: #67b807;
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.f-nav li a:hover {
    color: #fff
}

.survey-social li i:hover {
    background-color: #67b807;
    color: #fff;
    transition: all .5s ease-out
}

.survey-social li a {
    padding: 10px 0;
    font-size: 15px
}

.survey-social li {
    margin: 0 8px
}

.survey-contact {
    list-style: none;
    float: left;
    width: 100%
}

.survey-contact li {
    width: 25%;
    float: left
}

.survey-contact li img {
    width: auto;
    float: left;
    margin-right: 10px
}

.survey-contact address {
    color: #fff;
    font-size: 13px;
    margin-left: 40px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px
}

.survey-contact p {
    color: #67b807;
    font-size: 15px;
    margin-left: 40px;
    font-family: 'Open Sans', sans-serif
}

.survey-contact ul p {
    color: #fff;
    font-size: 12px;
    margin-left: 4px;
    margin-bottom: 10px
}

.survey-contact ul {
    display: inline-block;
    list-style: none;
    float: right
}

.survey-contact ul li {
    width: auto;
    float: left;
    color: #97aace;
    font-size: 13px;
    border-right: 1px solid #97aace;
    padding: 0 5px;
    line-height: 12px
}

.survey-contact ul li a {
    color: #97aace
}

.survey-contact ul li a:hover {
    color: #fff
}

ul.survey-contact {
    border-top: 1px solid #393c5e;
    padding: 20px 0 0
}

.footer-wrapper {
    padding: 20px 0
}

.survey-contact ul li:last-child {
    border: none
}

@media (max-width:1024px) {
    .survey-wrapper .navbar-toggle > span.sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }

    .survey-wrapper .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .survey-wrapper ul.navbar-nav > li > ul.sub-menu {
        background-color: #dfedfb
    }

    .survey-wrapper ul.navbar-nav {
        background-color: #3b5998
    }

    .survey-tab .nav-pills > li.active > a:after {
        width: 35px;
        right: 0
    }

    .survey-tab .nav-pills > li.active > a,
    .survey-tab .nav-pills > li.active > a:focus,
    .survey-tab .nav-pills > li.active > a:hover {
        font-size: 15px
    }

    .tab-left {
        padding: 20px 15px
    }

    .survey-tab ul.nav.nav-pills.nav-stacked {
        margin-top: 20px
    }

    .e-left p.para-content,
    .e-right p.para-content {
        white-space: nowrap
    }

    .e-left {
        left: 20%;
        bottom: -45px;
        padding: 20px 50px
    }

    .e-right {
        right: 20%;
        bottom: -45px;
        padding: 20px 50px
    }

    .e-left p.para-content,
    .e-right p.para-content {
        padding-top: 0
    }

    .f-nav li {
        margin: 0 5px
    }

    .f-nav li a {
        padding: 10px 0
    }

    .survey-contact li {
        width: 33%;
        float: left;
        display: block
    }

    .survey-contact li:last-child {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    .survey-contact ul {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0 263px
    }

    .survey-contact ul li {
        width: auto !important
    }
}

@media (max-width:568px) {
    .survey-wrapper .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }

    div[class*=col-] .tab-left .image-block-container img {
        width: 100%
    }

    .survey-tab .nav-pills > li.active > a:after {
        width: 65px;
        right: 0
    }

    .survey-tab .nav-pills > li.active > a:after {
        display: none
    }

    .survey-tab .nav-pills > li.active > a:before {
        content: "\f103";
        position: absolute;
        right: 25px;
        top: 12px;
        font-family: fontawesome
    }

    .survey-tab h1.hdtitle {
        font-size: 25px
    }

    .survey-tab .line-separator {
        width: 50px;
        height: 4px;
        margin: 15px auto
    }

    .tab-right {
        text-align: center
    }

    .tab-right p.para-content {
        font-size: 13px;
        text-align: justify
    }

    .e-left {
        left: 25%;
        bottom: 6px;
        padding: 10px 35px
    }

    .e-right {
        right: 26%;
        bottom: 6px;
        padding: 10px 35px
    }

    div[class*=col-] .e-left .image-block-container img {
        width: 100px
    }

    div[class*=col-] .e-right .image-block-container img {
        width: 100px
    }

    .e-left p.para-content,
    .e-right p.para-content {
        font-size: 13px
    }

    .survey-footer .navbar-brand {
        line-height: 50px
    }

    ul.f-nav {
        margin: 15px 0 0
    }

    .f-nav li {
        margin: 5px 5px
    }

    .survey-social {
        width: 100%;
        display: block;
        float: right;
        margin-top: -103px
    }

    .survey-social li {
        float: right
    }

    .f-nav li:last-child {
        float: right
    }

    .f-nav li ul.survey-social {
        margin-top: -105px
    }

    .survey-contact li {
        width: 100%;
        margin-bottom: 10px
    }

    .survey-contact ul {
        padding: 0;
        background: #0c3254
    }

    .survey-contact ul {
        padding: 10px;
        text-align: center
    }

    .survey-contact ul {
        padding: 10px 65px;
        text-align: center
    }

    .survey-contact ul p {
        margin-left: 0
    }

    .survey-social li i {
        padding: 7px 9px 3px;
        width: 26px;
        height: 26px
    }

    .survey-social li a {
        font-size: 12px
    }
}

.pricing-sec {
    background-color: #f3f6fd;
    padding: 50px 0
}

.pricing-sec h1.hdtitle {
    color: #424c5c;
    font-size: 35px;
    word-spacing: 3px;
    font-family: 'Open Sans', sans-serif
}

.pricing-sec .line-separator {
    width: 70px;
    height: 6px;
    display: block;
    margin: 25px auto;
    border-radius: 60px;
    background-color: #67b807
}

.best-plan {
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 99;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(51, 51, 51, 1);
    font-weight: 300;
    overflow: hidden
}

.best-plan__title + p {
    font-size: 18px;
    font-weight: 300
}

.b-price-plan {
    max-width: 450px;
    height: 500px;
    margin: 0 auto 30px auto;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity .35s linear, -webkit-transform .35s linear, -webkit-box-shadow .3s linear;
    transition: opacity .35s linear, -webkit-transform .35s linear, -webkit-box-shadow .3s linear;
    -o-transition: transform .35s linear, opacity .35s linear, box-shadow .3s linear;
    transition: transform .35s linear, opacity .35s linear, box-shadow .3s linear;
    transition: transform .35s linear, opacity .35s linear, box-shadow .3s linear, -webkit-transform .35s linear, -webkit-box-shadow .3s linear
}

.b-price-plan__item {
    padding: 10px 80px
}

.b-price-plan__head {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
    position: relative
}

.b-price-plan__head h3 {
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.pa-80 {
    padding: 0 80px
}

.price_foot {
    text-align: center;
    position: relative;
    overflow: hidden
}

.price_foot:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%
}

.b-price-plan__cost {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 99;
    text-align: center
}

.cost-title {
    font-size: 45px;
    line-height: 1;
    color: #012939;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.cost-title:before {
    content: '\f155';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: -20px
}

.cost-title > span {
    position: relative;
    top: -25px;
    left: 5px;
    font-size: 18px
}

.cost-time {
    font-size: 18px;
    color: rgba(0, 0, 0, .8);
    position: absolute;
    right: 60px;
    bottom: 10px
}

.price-plan_pro {
    position: relative;
    z-index: 99;
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .3)
}

.p_plan_list {
    padding: 0;
    margin: 0
}

.p_plan_list > li {
    position: relative;
    padding: 10px 15px;
    margin: 0;
    list-style: none;
    color: #424c5c;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    border-top: 1px solid rgba(125, 138, 164, .1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.p_plan_list > li:hover {
    border-color: rgba(125, 138, 164, .1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px rgba(125, 138, 164, .06);
    box-shadow: 0 2px 4px rgba(125, 138, 164, .06);
    position: relative;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 99
}

.p_plan_list > li .fa {
    color: rgba(125, 138, 164, 1);
    margin-right: 8px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -8px
}

.p_plan_list > li .fa.text-success {
    color: rgba(160, 206, 78, 1)
}

.p_plan_list > li .fa.text-danger {
    color: rgba(253, 99, 71, 1)
}

.p_plan_list > li:first-of-type {
    border-top: none
}

.price_btn {
    overflow: hidden;
    position: relative;
    z-index: 99;
    margin: 15px auto;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #67b807;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid #67b807;
    background: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.price_btn:after,
.price_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 50%;
    background: #67b807;
    -webkit-transition: width .3s ease-in;
    -o-transition: width .3s ease-in;
    transition: width .3s ease-in
}

.price_btn:after {
    top: auto;
    bottom: 0;
    -webkit-transition: width .4s ease-in;
    -o-transition: width .4s ease-in;
    transition: width .4s ease-in
}

.price_btn:hover:after,
.price_btn:hover:before {
    width: 100%
}

.price_btn > span {
    position: relative;
    z-index: 99
}

.price_btn .fa {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 99;
    width: 30px;
    opacity: 0;
    -webkit-transition: left .55s linear, opacity .55s linear;
    -o-transition: left .55s linear, opacity .55s linear;
    transition: left .55s linear, opacity .55s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.price_btn:hover .fa {
    left: 80%;
    opacity: 1
}

..b-price-plan:hover {
    overflow: visible;
    background: #fff;
    border-color: #67b807
}

.b-price-plan:hover {
    -webkit-box-shadow: 0 10px 20px rgba(125, 138, 164, .25);
    box-shadow: 0 10px 20px rgba(125, 138, 164, .25)
}

.b-price-plan:hover .price_foot:before {
    top: 0
}

.b_plan_body:hover .b-price-plan {
    opacity: 1;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.b_plan_body:hover .b-price-plan:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: #3b5998
}

.best-plan:hover .b-price-plan__head h3.hdtitle {
    color: #000
}

.best-plan:hover .cost-time,
.best-plan:hover .cost-title {
    color: #000
}

.best-plan:hover .p_plan_list > li {
    color: #000
}

.b-price-plan:hover:hover .b-price-plan__head h3.hdtitle {
    color: #fff
}

.b-price-plan:hover:hover .cost-title,
.best-plan:hover .cost-time {
    color: #fff
}

.b-price-plan:hover:hover .p_plan_list > li {
    color: #fff
}

.sm-para p {
    color: #424c5c;
    font-size: 15px;
    margin-bottom: 30px
}

.b-price-plan:hover .price_btn:after,
.b-price-plan:hover .price_btn:before {
    width: 100%;
    color: #fff
}

.b-price-plan:hover .price_btn {
    width: 100%;
    color: #fff;
    border: 1px solid #67b807;
    background-color: #fff
}

.btn-plan a.btn {
    background-color: #67b807;
    color: #fff;
    border-radius: 60px;
    padding: 8px 25px;
    font-size: 16px
}

.btn-plan a.btn:hover {
    background-color: #82d61f
}

.search-inner {
    background-color: #35518c;
    padding: 50px 0
}

.search-inner h1.hdtitle {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 40px
}

.search-inner ul.edi-icongroup-list {
    width: 700px;
    overflow: hidden
}

.search-inner .edi-icongroup-list li {
    width: 33%;
    float: left;
    list-style: none
}

.search-inner .icon-block {
    color: #fff
}

.search-inner .icon-block i.fa {
    display: block;
    margin-bottom: 10px
}

.search-inner .icon-block .icon-text-block {
    font-size: 14px
}

.custom-search-input {
    padding: 3px;
    border: solid 1px #e4e4e4;
    border-radius: 30px;
    background-color: #fff;
    width: 600px;
    margin: 45px auto 0
}

.custom-search-input input {
    border: 0;
    box-shadow: none;
    padding: 0 40px
}

.custom-search-input .input-group:after {
    content: '\f003';
    position: absolute;
    top: 7px;
    left: 15px;
    font-size: 16px;
    color: #424c5c;
    font-family: fontawesome
}

.custom-search-input button {
    margin: 2px 0 0 0;
    background: 0 0;
    box-shadow: none;
    border: 0;
    color: #666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc
}

.custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc
}

.custom-search-input .form-control {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #424c5c
}

.custom-search-input .btn-info {
    background-color: #67b807;
    padding: 8px 18px 9px;
    border-radius: 20px;
    color: #fff;
    right: 5px
}

.custom-search-input .btn-info:hover {
    background-color: #7bcd19
}

.custom-search-input .input-group-btn:last-child > .btn {
    border-radius: 20px
}

@media (max-width:1024px) {
    .b-price-plan__item.b-price-plan__head {
        padding: 20px 10px
    }

    .cost-title {
        font-size: 33px;
        line-height: 0
    }

    .b-price-plan__item {
        padding: 20px 15px 40px
    }

    .cost-time {
        font-size: 18px;
        right: 30px;
        bottom: 5px
    }

    .p_plan_list > li {
        padding: 10px 10px
    }

    .cost-title:before {
        top: -13px
    }

    .price_foot {
        position: absolute;
        bottom: 10px
    }

    .b-price-plan {
        height: 475px
    }

    .best-plan {
        overflow: inherit
    }

    .pa-80 {
        padding: 0 15px
    }
}

@media (max-width:568px) {
    .pricing-sec h1.hdtitle {
        font-size: 25px
    }

    .sm-para p {
        font-size: 13px
    }

    .b-price-plan__item {
        padding: 10px 15px 15px
    }

    .best-plan {
        font-size: 13px
    }

    .b-price-plan {
        height: auto
    }

    .price_foot {
        position: relative
    }

    .price_btn {
        font-size: 12px
    }

    .cost-time {
        right: 52px;
        bottom: -10px
    }

    .b-price-plan__item {
        padding: 20px 15px 20px
    }

    .search-inner ul.edi-icongroup-list {
        width: 100%
    }

    .custom-search-input {
        width: 100%
    }

    .search-inner h1.hdtitle {
        font-size: 25px
    }

    .search-inner .edi-icongroup-list li {
        width: 100%;
        margin-bottom: 20px
    }

    .search-inner .icon-block i.fa {
        margin-bottom: 0
    }

    .custom-search-input .btn-info {
        padding: 5px 7px 5px;
        font-size: 12px
    }

    .custom-search-input .fa-long-arrow-right {
        margin-left: 5px
    }

    .pa-80 {
        padding: 0 65px
    }
}

/*survey360 css export here*/

/*widgets-html css export here*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap);

body {
    font-family: Roboto, sans-serif
}

.overflow-hidden {
    overflow: hidden
}

.hgt-100per {
    height: 100%
}

.hgt-300px {
    height: 300px
}

.hgt-500px {
    height: 500px
}

.bg-blue {
    background-color: #00f
}

.bg-red {
    background-color: red
}

.border-dashed,
.divider-dashed {
    border: 1px dashed #999
}

.m-tb-50 {
    margin: 50px 0
}

.pt-10 {
    padding-top: 10px
}

.m-0 {
    margin: 0
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.fs-xs {
    font-size: 12px
}

.p-70-50 {
    padding: 70px 50px
}

.p-40-30 {
    padding: 40px 30px
}

.display-inline {
    display: inline-block;
    vertical-align: middle
}

.edifice-widget::after {
    clear: both;
    content: "";
    display: table
}

.carousel-caption {
    top: 33%
}

.carousel-pro .carousel-control.left,
.carousel-pro .carousel-control.right {
    background-image: none
}

.carousel-pro .carousel-control {
    width: 20px;
    text-shadow: none;
    background-color: none;
    opacity: 1;
    color: #000
}

.pro-left {
    left: 0;
    padding: 60px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 50%
}

.pro-right {
    padding: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 50%
}

.pro-right .overflow-hidden.hgt-300px > img {
    height: 100%
}

@media (max-width:767px) {

    .pro-left,
    .pro-right {
        width: 100%;
        left: 0;
        transform: translate(0, 0)
    }

    .pro-left {
        top: 0;
        padding: 0 60px
    }
}

@media (max-width:480px) {
    .pro-left {
        height: 300px;
        overflow: hidden
    }
}

.flipbox-back.flip-box::before {
    background-color: rgba(2, 78, 203, 1)
}

.threeD-flip-front::before {
    background-color: rgba(57, 181, 74, .9)
}

.threeD-flip-back::before {
    background-color: rgba(43, 58, 62, .9)
}

.threeD-flip-back {
    background-image: url(https://v2.edificecms.com/builder/elements/images/img1.jpg);
    color: #fff
}

.flipbox-front {
    background-image: url(https://v2.edificecms.com/builder/elements/images/img4.jpg)
}

.threeD-flip-front {
    background-image: url(https://v2.edificecms.com/builder/elements/images/img1.jpg);
    color: #fff
}

.flipbox-panel {
    margin: 0 auto;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d
}

.flipbox-panel .flipbox-back,
.flipbox-panel .flipbox-front {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    width: 100%
}

.flipbox-panel .flipbox-front {
    backface-visibility: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: all .6s ease-in-out 0s;
    width: 100%
}

.flipbox-panel .flipbox-back {
    backface-visibility: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: all .6s ease-in-out 0s;
    width: 100%
}

.flipbox-panel .flip-box {
    display: table
}

.flipbox-panel .flip-box .flip-box-inner {
    display: table-cell;
    position: relative;
    vertical-align: middle
}

.flip-right .flipbox-panel .flipbox-front {
    transform: rotateX(0) rotateY(0)
}

.flip-right .flipbox-panel:hover .flipbox-front {
    transform: rotateX(0) rotateY(178deg)
}

.flip-right .flipbox-panel .flipbox-back {
    transform: rotateX(0) rotateY(-178deg)
}

.flip-right .flipbox-panel:hover .flipbox-back {
    transform: none
}

.flip-left .flipbox-panel .flipbox-front {
    transform: rotateX(0) rotateY(0)
}

.flip-left .flipbox-panel:hover .flipbox-front {
    transform: rotateX(0) rotateY(-178deg)
}

.flip-left .flipbox-panel .flipbox-back {
    transform: rotateX(0) rotateY(178deg)
}

.flip-left .flipbox-panel:hover .flipbox-back {
    transform: none
}

.flip-top .flipbox-panel .flipbox-front {
    transform: rotateY(0) rotateX(0)
}

.flip-top .flipbox-panel:hover .flipbox-front {
    transform: rotateX(178deg) rotateY(0)
}

.flip-top .flipbox-panel .flipbox-back {
    transform: rotateX(-178deg) rotateY(0)
}

.flip-top .flipbox-panel:hover .flipbox-back {
    transform: none
}

.flip-bottom .flipbox-panel .flipbox-front {
    transform: rotateY(0) rotateX(0)
}

.flip-bottom .flipbox-panel:hover .flipbox-front {
    transform: rotateX(-178deg) rotateY(0)
}

.flip-bottom .flipbox-panel .flipbox-back {
    transform: rotateX(178deg) rotateY(0)
}

.flip-bottom .flipbox-panel:hover .flipbox-back {
    transform: none
}

.flibox.fade-flipbox .flipbox-panel .flipbox-front,
.flibox.slide-flipbox .flipbox-panel .flipbox-front {
    transform: none
}

.fade-flipbox .flipbox-panel,
.slide-flipbox .flipbox-panel {
    overflow: hidden;
    perspective: initial;
    transform-style: initial
}

.slide-flipbox.flip-right .flipbox-panel .flipbox-back {
    transform: translateX(100%) translateY(0)
}

.slide-flipbox.flip-right .flipbox-panel:hover .flipbox-back {
    transform: translateX(0) translateY(0)
}

.fade-flipbox .flipbox-panel .flipbox-back,
.slide-flipbox .flipbox-panel .flipbox-back {
    transform-style: initial
}

.slide-flipbox.flip-left .flipbox-panel .flipbox-back {
    transform: translateX(-100%) translateY(0)
}

.slide-flipbox.flip-left .flipbox-panel:hover .flipbox-back {
    transform: translateX(0) translateY(0)
}

.slide-flipbox.flip-top .flipbox-panel .flipbox-back {
    transform: translateX(0) translateY(-100%)
}

.slide-flipbox.flip-top .flipbox-panel:hover .flipbox-back {
    transform: translateX(0) translateY(0)
}

.slide-flipbox.flip-bottom .flipbox-panel .flipbox-back {
    transform: translateX(0) translateY(100%)
}

.slide-flipbox.flip-bottom .flipbox-panel:hover .flipbox-back {
    transform: translateX(0) translateY(0)
}

.fade-flipbox .flipbox-panel .flipbox-back {
    opacity: 0;
    transform: none
}

.fade-flipbox .flipbox-panel:hover .flipbox-back {
    opacity: 1
}

.threeD-content-wrap {
    display: inline-block;
    transform: perspective(2000px);
    transform-style: preserve-3d;
    width: 100%
}

.threeD-item {
    height: 100%;
    transform-style: preserve-3d;
    transition: all .5s cubic-bezier(.5, .3, .3, 1) 0s;
    width: 100%
}

.threeD-content-wrap:hover .threeD-item {
    transform: rotateY(-180deg);
    transform-style: preserve-3d
}

.flip-left .threeD-content-wrap:hover .threeD-item {
    transform: rotateY(180deg);
    transform-style: preserve-3d
}

.flip-left .threeD-content-wrap .threeD-item .threeD-flip-back {
    transform: rotateY(-180deg) rotateX(0);
    transform-style: preserve-3d;
    transition: all .4s ease-in-out 0s
}

.flip-right .threeD-content-wrap:hover .threeD-item {
    transform: rotateY(-180deg);
    transform-style: preserve-3d
}

.flip-right .threeD-content-wrap .threeD-item .threeD-flip-back {
    transform: rotateY(180deg) rotateX(0);
    transform-style: preserve-3d;
    transition: all .4s ease-in-out 0s
}

.flip-top .threeD-content-wrap:hover .threeD-item {
    transform: rotateX(-180deg) rotateY(0);
    transform-style: preserve-3d
}

.flip-top .threeD-content-wrap .threeD-item .threeD-flip-back {
    transform: rotateX(180deg) rotateY(0);
    transform-style: preserve-3d;
    transition: all .4s ease-in-out 0s
}

.flip-bottom .threeD-content-wrap:hover .threeD-item {
    transform: rotateX(180deg) rotateY(0);
    transform-style: preserve-3d
}

.flip-bottom .threeD-content-wrap .threeD-item .threeD-flip-back {
    transform: rotateX(-180deg) rotateY(0);
    transform-style: preserve-3d;
    transition: all .4s ease-in-out 0s
}

.threeD-flip-front {
    z-index: 2
}

.threeD-flip-back {
    transform: rotate3d(0, 45, 0, 180deg)
}

.threeD-flip-back,
.threeD-flip-front {
    backface-visibility: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-style: preserve-3d;
    width: 100%
}

.threeD-flip-back .threeD-content-inner,
.threeD-flip-front .threeD-content-inner {
    box-sizing: border-box;
    padding: 0 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateZ(60px);
    width: 100%
}

.flipbox-back.flip-box::before,
.flipbox-front.flip-box::before,
.threeD-flip-back::before,
.threeD-flip-front::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.flipbox-panel,
.threeD-item {
    height: 280px
}

.btn-xlg {
    border-radius: 6px;
    font-size: 20px;
    line-height: 1.6;
    padding: 20px 50px
}

.letter-space-5 {
    letter-spacing: 5px
}

.fs-25 {
    font-size: 25px
}

.pricing-tables-wrapper {
    display: block;
    overflow: hidden;
    padding-top: 3px;
    position: relative;
    width: 100%
}

.pricing-tables-wrapper.correct-border {
    margin-bottom: 30px;
    padding: 0
}

.section-no-padding .pricing-tables-wrapper.correct-border {
    margin-bottom: 0
}

.pricing-block-container {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12);
    display: block;
    margin: 0 auto 30px;
    padding: 60px 20px;
    text-align: center;
    width: 100%
}

.pricing-block-container::after {
    clear: both;
    content: "";
    display: table
}

.pricing-block-container .pricing-block-icon {
    color: #d32f2f;
    display: block;
    font-size: 40px;
    line-height: 40px;
    margin: 0 auto 25px;
    width: 100%
}

.pricing-block-container .pricing-block-title {
    display: block;
    margin: 0 auto 35px;
    overflow: hidden;
    width: 100%
}

.pricing-block-container .pricing-block-title * {
    font-weight: 600;
    margin: 0
}

.pricing-block-container .pricing-block-title h1 {
    font-size: 24px;
    font-weight: 400
}

.pricing-block-container .pricing-block-price {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 0
}

.pricing-block-container .pricing-block-price * {
    margin: 0
}

.pricing-block-container .pricing-block-price h2 {
    font-size: 0;
    font-weight: 400;
    line-height: 0
}

.pricing-block-container .pricing-block-price p {
    color: #d32f2f;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding-top: 10px
}

.pricing-block-container .pricing-block-price span {
    display: inline-block;
    line-height: 1
}

.pricing-block-container .pricing-block-price .currency {
    font-size: 24px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: top
}

.pricing-block-container .pricing-block-price .amount {
    font-size: 50px
}

.pricing-block-container .pricing-block-price .duration {
    font-size: 18px
}

.pricing-block-container .pricing-block-price .old-price {
    position: relative;
    transform: scale(.7)
}

.pricing-block-container .pricing-block-price .old-price::after {
    background-color: #d32f2f;
    content: "";
    height: 4px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 100%
}

.pricing-block-container .pricing-block-price .form-group {
    margin: 25px auto -16px
}

.pricing-block-container .pricing-block-desc {
    display: block;
    padding-top: 40px;
    width: 100%
}

.pricing-block-container .pricing-block-features {
    display: block;
    font-weight: 500;
    margin: 0 auto;
    padding-top: 40px;
    width: 100%
}

.pricing-block-container ul {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.pricing-block-container .pricing-block-button {
    display: block;
    padding: 30px 0 0;
    width: 100%
}

.pricing-block-style-1 {
    z-index: 20
}

.pricing-block-style-1::after,
.pricing-block-style-1::before {
    display: none
}

.pricing-block-style-1 .pricing-block-container {
    border: 2px solid #d32f2f;
    box-shadow: none
}

.pricing-wide-block .pricing-block-container {
    padding: 0;
    position: relative
}

.pricing-wide-block .pricing-block-container::before {
    background-color: #d32f2f;
    border-radius: 2px 0 0 2px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 25%
}

.pricing-wide-block .pricing-block-container .col-md-3:first-child {
    overflow: hidden;
    padding: 30px 15px;
    position: relative
}

.pricing-wide-block .pricing-block-container .col-md-3:first-child * {
    color: #fff
}

.pricing-wide-block .pricing-block-container .pricing-block-title {
    margin: 0 auto 15px
}

.pricing-wide-block .pricing-block-container .pricing-block-price {
    border: 0 none;
    padding: 0
}

.pricing-wide-block .pricing-block-container .col-md-6 {
    padding: 0 20px 25px;
    text-align: left
}

.pricing-wide-block .pricing-block-container .pricing-block-features ul li {
    float: left;
    padding: 0 10px;
    width: 50%
}

.pricing-wide-block .pricing-block-container .col-md-3:last-child {
    padding: 0 40px 40px 0;
    text-align: right
}

.pricing-block.wide-block .pricing-block-container {
    border-radius: 0;
    box-shadow: none
}

.pricing-block.wide-block::after,
.pricing-block.wide-block::before {
    background-color: #ddd;
    content: "";
    position: absolute;
    z-index: 15
}

.pricing-block.wide-block::after {
    bottom: -1px;
    height: 1px;
    left: 0;
    width: 100%
}

.pricing-block.wide-block::before {
    height: 100%;
    left: -1px;
    top: 0;
    width: 1px
}

.ribbon-block-style-2::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 18px solid #d32f2f;
    border-image: none;
    border-left: 18px solid #d32f2f;
    border-right-color: transparent !important;
    border-style: solid;
    border-top: 18px solid #d32f2f;
    border-width: 18px;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: -33px;
    width: 0;
    z-index: -1
}

.ribbon-block-style-2 {
    background-color: #d32f2f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 36px;
    left: 0;
    line-height: 16px;
    max-width: 100%;
    padding: 11px 0 9px 15px;
    text-align: left;
    text-overflow: ellipsis;
    top: 15px;
    white-space: nowrap;
    width: auto
}

.ribbon-block {
    line-height: 1;
    position: absolute;
    text-align: center;
    z-index: 99
}

@media (max-width:991px) {
    .pricing-wide-block .pricing-block-container::before {
        border-radius: 2px 2px 0 0;
        height: 153px;
        width: 100%
    }

    .pricing-wide-block .pricing-block-container .pricing-block-features ul li {
        padding: 0;
        text-align: center;
        width: 100%
    }

    .pricing-wide-block .pricing-block-container .col-md-3:last-child {
        padding: 0 15px 40px;
        text-align: center
    }

    .pricing-wide-block .pricing-block-container .col-md-3:last-child a.btn {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .pricing-block.wide-block::after {
        height: 1px;
        left: 0;
        margin-top: -1px;
        top: 100%;
        width: 100%
    }
}

.block-number-icon {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px
}

.display-table {
    display: table
}

.table-cell-vm {
    display: table-cell;
    vertical-align: middle
}

.table-cell-vt {
    display: table-cell;
    vertical-align: top
}

.countdown-bg {
    background: #0089e6 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    height: 75px;
    line-height: 75px;
    margin-bottom: 10px;
    text-align: center;
    width: 75px
}

.countdown-border {
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    height: 75px;
    line-height: 75px;
    margin-bottom: 10px;
    text-align: center;
    width: 75px
}

.countdown-nostyle {
    color: #000;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center
}

.divider-bg {
    background-image: url(https://pixiroo.us/builder/elements/images/divider-line.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 8px
}

.divider-solid {
    border: 1px solid #fae04b
}

.divider-dotted {
    border: 1px dotted #000
}

.edi-iconsgroup a:hover {
    text-decoration: none
}

.edi-icongroup-list {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0
}

.edi-icongroup-list li {
    display: inline-block;
    /*margin: 5px*/
}

.edi-iconsgroup .edi-icongroup-list li {
    margin-bottom: 10px;
}

.edi-icongroup-list li + li {
    margin-left: 10px;
}

.edi-icongroup-list li a {
    display: inline-block;
    text-align: center;
}

.iconRedEdifice {
    background-color: #c80501;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
}

.iconFacebookEdifice {
    background-color: #084095;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
}

.iconTwitterEdifice {
    background-color: #15a5e1;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
}


.iconGithubEdifice {
    background-color: #000000;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
}

.iconBehanceEdifice {
    background-color: #004aff;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
}

.iconDribbbleEdifice {
    background-color: #e8146b;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
}

.icon-text-block {
    font-size: 20px;
    display: block;
    margin-bottom: 3px
}

.icon-text-right {
    font-size: 20px;
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle
}

.icon-circle.icon-block,
.icon-square.icon-block {
    width: 100px;
    height: 100px
}

.icon-rounded.icon-right {
    width: 130px;
    height: 60px
}

.icon-right i {
    vertical-align: middle
}

.border-litegreen {
    border: 1px solid #42deba
}

.border-ebebeb {
    border: 1px solid #ebebeb
}

.color-white {
    color: #fff
}

.color-litegreen {
    color: #42deba
}

.color-parrotgreen {
    color: #7ed321
}

.color-black {
    color: #000
}

.color-fanta {
    color: #fc5035
}

.bg-fanta {
    /*background: #fc5035*/
    background: #c80501;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    color: #fff;
}

.bg-litegreen {
    background: #42deba
}

.bg-parrotgreen {
    background: #7ed321
}

.bg-white {
    background: #fff
}

.bg-f9f9f9 {
    background: #f9f9f9
}

.icon-circle {
    border-radius: 100%;
    display: inline-block;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: center;
    width: 35px
}

.icon-rounded {
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: center;
    width: 35px
}

.icon-square {
    display: inline-block;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: center;
    width: 35px
}

.sub-title {
    font-weight: 500;
    font-size: 18px
}

.empty-space {
    height: 100px
}

.feature-box {
    border-radius: 4px;
    margin-bottom: 30px
}

.icon-sm {
    font-size: 30px
}

.icon-md {
    font-size: 36px
}

.icon-lg {
    font-size: 48px
}

.video-lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.video-lightbox:target {
    outline: 0;
    display: block
}

#videoModal {
    border-radius: 0;
    width: 60%;
    margin: auto
}

#videoModal .modal-header {
    background: #000;
    border: 0;
    color: #fff;
    position: relative
}

#videoModal .modal-body {
    height: 489px;
    padding: 0;
    max-height: none;
    overflow: hidden
}

#videoModal .modal-footer:empty {
    display: none !important
}

#videoModal .close {
    background: #db00b8;
    color: #fff;
    font-size: 24px;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    width: 38px
}

@media (max-width:767px) {
    #videoModal {
        width: 100%
    }
}

.timeline .timeline-wrapper {
    list-style: outside none none;
    position: relative
}

.timeline .timeline-wrapper::before {
    background-color: #7ed321;
    bottom: 0;
    content: " ";
    left: 50%;
    position: absolute;
    top: 8px;
    width: 2px
}

.timeline .timeline-wrapper .timeline-badge {
    height: 90px;
    left: 50%;
    position: absolute;
    z-index: 5
}

.timeline .timeline-wrapper .timeline-badge::before {
    background-color: #fff;
    border: 3px solid #7ed321;
    border-radius: 100%;
    content: "";
    font-size: 30px;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease 0s;
    width: 20px
}

.timeline .timeline-wrapper .timeline-badge::after {
    background: #7ed321 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 10px;
    position: absolute;
    top: 37px;
    width: 20px
}

.timeline .timeline-wrapper .odd .timeline-badge::after {
    left: auto;
    right: 10px;
    top: 45px
}

.timeline .timeline-wrapper .timeline-badge .timeline-date {
    font-size: 1.4em
}

.timeline .timeline-wrapper .timeline-movement {
    padding-bottom: 30px;
    padding-top: 0;
    position: relative
}

.timeline .timeline-wrapper > .timeline-movement:last-child {
    bottom: -15px;
    padding-bottom: 0
}

.timeline .timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin-left: 15px;
    padding: 20px;
    position: relative;
    text-align: initial;
    width: 345px
}

.timeline .timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title {
    font-size: 18px;
    margin: 0 0 10px;
    position: relative
}

.timeline .timeline-wrapper .timeline-movement .timeline-item .timeline-panel .details {
    font-size: 14px;
    margin: 0
}

.timeline .timeline-wrapper .timeline-movement.even .timeline-badge {
    height: 76px
}

.timeline .timeline-wrapper .timeline-movement.even .timeline-item .timeline-date {
    line-height: 76px
}

.timeline .timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
    float: right;
    margin-right: 15px;
    padding: 13px 20px;
    text-align: right
}

.timeline .timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part .title::after {
    left: inherit;
    right: -80px
}

.timeline .timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part::before {
    left: inherit;
    right: 1px;
    transform: rotate(45deg) translateY(-50%)
}

.timeline .timeline-wrapper .timeline-movement .timeline-item .timeline-panel::before {
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 8px;
    box-shadow: 3px -3px 1px -2px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    content: "";
    height: 0;
    left: 1px;
    position: absolute;
    top: 32px;
    transform: rotate(-135deg) translateY(-50%);
    width: 0
}

.timeline .timeline-wrapper .timeline-movement .timeline-item .timeline-date {
    font-size: 16px;
    line-height: 90px;
    margin: 0 0 0 30px
}

.timeline .timeline-wrapper .timeline-movement.odd .timeline-item .timeline-date {
    margin: 0 30px 0 0
}

@media screen and (max-width:767px) {
    .timeline .timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
        float: none !important;
        margin: 0 auto !important;
        text-align: center;
        width: 95%
    }

    .sppb-col-xs-12.timeline-item {
        flex: 0 0 auto;
        width: 50%
    }
}

@media screen and (max-width:480px) {
    .sppb-col-xs-12.timeline-item {
        width: 100%
    }

    .timeline .timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
        width: 100%
    }

    .timeline .timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part,
    .timeline .timeline-wrapper .timeline-movement.even .timeline-item .timeline-date,
    .timeline .timeline-wrapper .timeline-movement.odd .timeline-item .timeline-date {
        margin: 0;
        text-align: center
    }

    .timeline .timeline-wrapper .timeline-badge::after,
    .timeline .timeline-wrapper .timeline-badge::before,
    .timeline .timeline-wrapper::before {
        display: none
    }

    .timeline .timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part::before {
        bottom: -5px;
        left: 0;
        margin: auto;
        right: 0;
        top: auto;
        transform: rotate(133deg) translateY(0)
    }

    .timeline .timeline-wrapper .timeline-movement .timeline-item .timeline-panel::before {
        left: 0;
        margin: 0 auto;
        right: 0;
        top: -5px;
        transform: rotate(-47deg) translateY(0)
    }

    .timeline-movement.even {
        display: table;
        margin: 0 auto;
        width: 100%
    }

    .timeline-movement.even::before {
        background-color: #7ed321;
        bottom: 10px;
        content: " ";
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: auto;
        width: 100%
    }

    .timeline-movement.even::after {
        background: #fff none repeat scroll 0 0;
        border: 2px solid #7ed321;
        border-radius: 50%;
        bottom: .1em;
        content: "";
        height: 20px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: auto;
        width: 20px
    }

    .timeline .timeline-wrapper > .timeline-movement:last-child {
        padding-bottom: 30px
    }
}

.justifycontent-center {
    display: flex;
    justify-content: center
}

.nav-pills.nav-lines a {
    color: #000
}

.nav-pills.nav-lines .active .nav-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000
}

.nav-pills.nav-lines .nav-link:focus,
.nav-pills.nav-lines .nav-link:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000
}

.nav.nav-pills.nav-lines {
    box-shadow: 0 -1px 0 0 #f7f7f7 inset
}

.nav-tabs.nav-lines > li.active > a,
.nav-tabs.nav-lines > li.active > a:focus,
.nav-tabs.nav-lines > li.active > a:hover {
    border: none;
    border-bottom: 1px solid #000
}

.nav.nav-lines > li > a:focus,
.nav.nav-lines > li > a:hover {
    background-color: transparent;
    border: none
}

.nav.nav-lines > li > a {
    border: none
}

.edi-tab-color.nav-tabs,
.edi-tab-image.nav-tabs {
    border: none
}

.nav-block.nav-tabs {
    display: table;
    width: 100%
}

.nav-block.nav-tabs li {
    display: table-cell;
    float: none;
    margin-bottom: 0;
    width: 400px
}

.nav.v-tab.nav-tabs li {
    display: block;
    width: 100%
}

.edi-tab-image.nav.nav-tabs {
    margin-bottom: 40px;
    padding-bottom: 0
}

.edi-tab-color.nav-tabs > li.active > a,
.edi-tab-color.nav-tabs > li.active > a:focus,
.edi-tab-color.nav-tabs > li.active > a:hover {
    border: none;
    outline: 0
}

.edi-tab-image.nav-tabs > li.active > a,
.edi-tab-image.nav-tabs > li.active > a:focus,
.edi-tab-image.nav-tabs > li.active > a:hover {
    border: none;
    outline: 0
}

.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li.active > a:focus,
.nav.nav-tabs > li.active > a:hover {
    outline: 0
}

.edi-tab-image.nav-tabs li.active a {
    background-color: rgba(205, 33, 40, .7);
    border-color: transparent;
    color: #fff;
    outline: 0
}

.tab-bg-color.active {
    background-color: #c53733
}

.edi-tab-color.nav-tabs li.active a {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    outline: 0
}

.tab-border-active li.active a::after {
    display: none
}

.tab-border-active li.active a {
    box-shadow: 0 -3px #000 inset
}

.edi-tab-color.nav-tabs > li > a,
.edi-tab-image.nav-tabs > li > a {
    padding: 60px 15px;
    border: none
}

.nav.nav-tabs > li > a {
    margin-right: 0;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    transition: all .4s ease 0s;
    margin-bottom: 0;
    font-size: 14px
}

.edi-tab-image.nav-tabs > li > a {
    background-color: rgba(255, 255, 255, .7)
}

ul.nav-tabs.nav > li > a span {
    float: none
}

.arrow-after.nav > li > a {
    position: unset
}

.arrow-after.v-tab.nav-tabs li.active a::after {
    right: -9px;
    top: 45%;
    left: auto
}

.arrow-after.nav-tabs li.active a::after {
    bottom: -9px;
    content: "";
    height: 18px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    transform: rotate(45deg);
    width: 18px;
    z-index: -1
}

.edi-tab-image.nav-tabs li.active a::after {
    background-color: rgba(205, 33, 40, .7)
}

.edi-tab-color.nav-tabs li.active a::after {
    background-color: #c53733
}

.tab-bg-color {
    background-color: #cd2128
}

.tab-imgdiv {
    width: 44px;
    height: 44px
}

.four-tab li {
    min-width: 160px
}

.six-tab li {
    min-width: 125px
}

.tab-hoverimg {
    display: block
}

.tab-bg-img,
.tab-hoverimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%
}

.tab-bg-img001 {
    background-image: url(../images/uploads/edifice-section/planning-bg.webp)
}

.tab-hoverimg001 {
    background-image: url(../images/uploads/edifice-section/planning.webp)
}

.edi-tab-image.nav-tabs li.active .tab-hoverimg001 {
    background-image: url(../images/uploads/edifice-section/planing-hover.webp)
}

.tab-bg-img002 {
    background-image: url(../images/uploads/edifice-section/construction-bg.webp)
}

.tab-hoverimg002 {
    background-image: url(../images/uploads/edifice-section/construction.webp)
}

.edi-tab-image.nav-tabs li.active .tab-hoverimg002 {
    background-image: url(../images/uploads/edifice-section/construction-hover.webp)
}

.tab-bg-img003 {
    background-image: url(../images/uploads/edifice-section/closing-bg.webp)
}

.tab-hoverimg003 {
    background-image: url(../images/uploads/edifice-section/closing.webp)
}

.edi-tab-image.nav-tabs li.active .tab-hoverimg003 {
    background-image: url(../images/uploads/edifice-section/closing-hover.webp)
}

.tab-bg-img004 {
    background-image: url(../images/uploads/edifice-section/warranty-bg.webp)
}

.tab-hoverimg004 {
    background-image: url(../images/uploads/edifice-section/warranty.webp)
}

.edi-tab-image.nav-tabs li.active .tab-hoverimg004 {
    background-image: url(../images/uploads/edifice-section/warranty-hover.webp)
}

.tab-inline-block span i {
    vertical-align: middle
}

.tab-container {
    padding: 0 50px
}

.left-border {
    border-left: 4px solid;
    height: 20px
}

.default-liststyle {
    padding-left: 15px
}

.no-liststyle {
    list-style: none;
    padding: 0
}

.image-blockcenter {
    display: flex;
    justify-content: center
}

.image-block001 {
    width: 350px;
    height: 350px;
    overflow: hidden
}

.image-block001 img {
    width: 100%;
    height: 100%
}

@media (max-width:767px) {
    .nav-block.nav-tabs li {
        width: 100%
    }

    .nav.nav-tabs li {
        display: block;
        float: none
    }
}

.color-facebook {
    color: #244872
}

.color-twitter {
    color: #0eaad6
}

.color-gplus {
    color: #d62616
}

.color-linkedin {
    color: #005983
}

.color-pinterest {
    color: #8a1119
}

.color-tumblr {
    color: #22364a
}

.color-getpocket {
    color: #e4162d
}

.color-reddit {
    color: #fe4500
}

.color-vk {
    color: #51739d
}

.spacer a {
    margin-bottom: 10px;
    display: inline-block
}

.btn.btn-outline.btn-info {
    background: transparent none repeat scroll 0 0;
    color: #5bc0de
}

.pie-title-center {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.pie-value {
    display: block;
    position: absolute;
    font-size: 14px;
    height: 40px;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
    line-height: 40px
}

.pie-icon {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.example-image-link {
    display: inline-block;
    margin-bottom: 20px
}

.footer-001 {
    background: #081524 none repeat scroll 0 0;
    color: #fff
}

.p-tb-50 {
    padding: 50px 0
}

.footer-divider {
    border-color: #2c3744;
    margin: 30px 0
}

.footer-icon {
    color: #6b737c;
    margin-right: 20px
}

.footer-icon:hover {
    color: #fff
}

.text-social {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-right: 30px;
    transition: all linear .5s
}

.footer-link {
    color: #fff;
    font-size: 16px;
    margin-left: 30px;
    transition: all linear .5s
}

.text-responsive2 {
    text-align: right
}

.footer-link:hover,
.text-social:hover {
    color: #e6e8e9;
    transition: all linear .5s
}

.text-copyright {
    color: #505964
}

.text-footer {
    color: #fff;
    font-size: 17px
}

.p-tb-200 {
    padding: 200px 0
}

.video-bg1 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none
}

.myVideo {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto
}

.btn-3d {
    border-bottom-width: 5px
}

.btn-xlg {
    padding: 14px 20px;
    font-size: 20px;
    line-height: 1.66
}

.btn.btn-outline.btn-xlg {
    padding: 14px 20px;
    font-size: 20px;
    line-height: 1.66
}

.btn-standard {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.33
}

.btn.btn-outline.btn-standard {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.33
}

.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #1e1818
}

.btn.btn-outline.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #1e1818
}

.btn-dark:hover {
    color: #fff;
    background-color: #212020;
    border-color: #1e1818
}

.btn.btn-rounded {
    border-radius: 3px
}

.btn.btn-round {
    border-radius: 100px
}

.btn-square {
    border-radius: 0
}

.btn.btn-outline.btn-rounded {
    border-radius: 3px
}

.btn.btn-outline.btn-square {
    border-radius: 0
}

.btn.btn-outline.btn-round {
    border-radius: 100px
}

.btn.btn-outline.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5
}

.btn.btn-outline.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.btn.btn-outline.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.btn-group.btn-block {
    display: block;
    width: 100%
}

/*widgets-html css export here*/

/*owl.carousel css export here*/
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .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
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*owl.carousel css export here*/

/*owl.theme.default css export here*/
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/*owl.theme.default css export here*/

/*vlcm-temp css export here*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap);

body {
    font-family: Roboto, sans-serif
}

.bg-banner-001 {
    background-image: url(../images/uploads/edifice-section/v-ban01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 20px;
    padding-bottom: 150px
}

.heading-h1 {
    font-size: 27px;
    font-weight: 300;
    color: #c7c7d3;
    margin-bottom: 5px;
    font-family: Roboto, sans-serif
}

.heading-h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    font-family: Roboto, sans-serif
}

.p-text {
    color: #a5a6d4;
    font-weight: 300;
    font-family: Roboto, sans-serif
}

.v-btn1 a.btn.btn-gfort {
    background-color: #5755ba !important;
    border-radius: 60px;
    font-weight: 400;
    font-family: Roboto, sans-serif
}

.bg-sec1 {
    height: 500px;
    background-color: #fff
}

.vl-left {
    background-image: linear-gradient(to left, #4565c8, #447ecc);
    position: relative;
    top: -125px;
    left: -20px
}

.vl-left img {
    width: 100%
}

.heading-h3 {
    color: #fff;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    padding: 58px 100px 0
}

.heading-h4 {
    color: #fff;
    font-size: 26px;
    font-family: Roboto, sans-serif;
    padding: 0 100px 0
}

.heading-h31 {
    color: #5b5b5b;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.vl-circle {
    padding-top: 25px;
    padding-bottom: 5px;
    margin-top: 30px
}

.vl-circle:hover {
    cursor: pointer
}

.vl-circle:hover .heading-h31 {
    color: #4481cc;
    font-weight: 500;
    cursor: pointer
}

.b-radius {
    background: #4554c2;
    display: inline-block;
    width: 90px;
    height: 90px;
    padding: 25px;
    border-radius: 60px
}

.bg-form-1 {
    background-image: url(../images/uploads/edifice-section/form-bg012.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 20px;
    padding-bottom: 80px;
    left: -75px
}

.bg-form-1 input.form-control {
    height: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    border-radius: 5px !important
}

.bg-form-1 select.form-control {
    height: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    border-radius: 5px !important;
    background-color: transparent;
    position: relative
}

.bg-form-1 textarea.form-control {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    border-radius: 5px !important
}

.bg-form-1 select.form-control option {
    color: #333;
    padding: 15px !important
}

.bg-form-1 input.form-control::placeholder,
textarea.form-control::placeholder {
    color: #fff;
    font-family: Roboto, sans-serif
}

.form-head .heading-h4 {
    padding: 0 30px 0
}

.form-head .heading-h3 {
    padding: 0 30px 0
}

.bg-form-1 select.form-control::before {
    content: "\f107";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome
}

.bg-form-1 select.form-control:before {
    content: "\f107";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome
}

.v-submit a.btn {
    background-color: #878eea !important;
    border-color: #878eea;
    padding: 6px 38px;
    border-radius: 60px;
    text-transform: uppercase;
    font-weight: 400
}

.bg-white2 {
    background-color: #fff
}

.vl-content .heading-h3,
.vl-content .heading-h4 {
    padding: 0
}

/*.vl-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto, sans-serif
}*/
.vl-content {
    background-color: #453b9e;
    padding: 50px 60px 140px;
    width: 500px;
    position: relative;
    right: -40px;
    bottom: -170px;
    z-index: 9999
}

.mt-0 {
    margin-top: 0 !important
}

.vl-col4 .heading-h1 {
    font-size: 28px;
    font-weight: 600;
    color: #2e3aa4;
    margin-top: 20px
}

.vl-col4 .divider-solid {
    border: 1px solid #42e8e0;
    width: 85px;
    margin-top: 10px;
    margin-bottom: 15px
}

.vl-col4 .p-text {
    color: #737373;
    font-weight: 400;
    font-size: 15px;
    text-align: justify
}

.vl-col4 .v-btn1 a.btn.btn-gfort {
    background-color: #42e8e0 !important;
    padding: 6px 30px
}

.b-radius img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out
}

.vl-circle:hover img {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg)
}

.vlcm-header .header-menu-container {
    background-color: #180d5b
}

.vlcm-header ul.navbar-nav > li > a {
    color: #fff;
    opacity: 1;
    font-size: 13px;
    font-weight: 400
}

.vlcm-header ul.navbar-nav > li > a:hover {
    color: #42e8e0;
    border-bottom-color: #42e8e0
}

.foot-left {
    background-color: #29337c;
    padding: 40px;
    height: 450px
}

.foot-left img {
    width: 100%
}

.foot-left .f-logo img {
    width: 180px;
    margin-bottom: 50px
}

.vl-footer {
    background-color: #23126a
}

.vlcm-c1 h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px
}

.fs-14 {
    font-size: 14px;
}

.vlcm-c1 h5 {
    font-size: 14px;
    color: #fff
}

.vlcm-c1 i.fa.fa-circle {
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #9189b5
}

.vlcm-c1 i.fa.fa-map-marker,
.vlcm-c1 i.fa.fa-phone {
    color: #42e8e0;
    font-size: 14px;
    position: relative;
    top: -1px;
    margin-right: 10px
}

.vlcm-c1 i.fa.fa-envelope {
    color: #42e8e0;
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-right: 8px
}

.vlcm-c1 h5 a {
    color: #efefef;
    font-weight: 400
}

.vlcm-c1 h5 a:hover {
    color: #42e8e0
}

.foot-right {
    padding: 50px 60px 25px
}

.foot-divider .divider-solid {
    border: 1px solid #655a97;
    margin-top: 10px;
    margin-bottom: 10px
}

.vl-copy h5 {
    color: #e2dede;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0;
    padding-right: 10px
}

.d-inline {
    display: inline-block
}

.w-22p {
    width: 22%
}

.vlcm-social a.bg-fanta {
    color: #23126a;
    background-color: #655a97;
    transition: .3s ease-in-out;
    font-size: 16px;
    text-align: center;
    border-radius: 60px;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px
}

.vlcm-social a.bg-fanta:hover {
    color: #23126a;
    background-color: #42e8e0;
    transition: .3s ease-out
}

.a-lnk a {
    color: #42e8e0;
    padding-left: 10px;
    border-left: 1px solid #e2dede
}

@media (max-width:1024px) {
    .bg-banner-001 {
        background-position: 60% 5%;
        padding-top: 0;
        height: 435px
    }

    .heading-h3 {
        padding: 40px 30px 0
    }

    .heading-h4 {
        font-size: 20px;
        padding: 0 30px 0
    }

    .vl-circle {
        padding: 0 0 20px 0
    }

    .bg-sec1 {
        height: 400px
    }

    .bg-form-1 {
        left: 0;
        background-size: cover
    }

    .vl-content {
        padding: 20px 15px 20px;
        width: 212px;
        right: -12px;
        bottom: -35px
    }

    .xs-p0 {
        padding: 0 !important
    }

    .vl-col4 .heading-h1 {
        font-size: 20px
    }

    .vl-left {
        top: -53px;
        left: -15px
    }

    .vlcm-header .navbar-toggle {
        color: #fff
    }

    .navbar-toggle > span i.lines {
        background-color: #fff !important
    }

    .vlcm-header .navbar-toggle > span i.lines:after,
    .vlcm-header .navbar-toggle > span i.lines:before {
        background-color: #fff
    }

    .vlcm-header ul.navbar-nav {
        background-color: #5755b9
    }

    .vlcm-header ul.navbar-nav > li {
        border-top: 1px solid #ffff
    }

    .vlcm-header ul.navbar-nav > li > a {
        color: #180d5b
    }

    .foot-right {
        padding: 50px 10px 20px;
        height: 500px
    }

    .foot-left .f-logo img {
        width: 120px
    }

    .foot-left {
        height: 500px
    }

    .sm-p-0 {
        padding: 0
    }
}

@media (max-width:568px) {
    .bg-banner-001 {
        background-position: 73% 5%;
        height: 380px
    }

    .vl-left {
        top: -51px;
        left: 0
    }

    .p-text {
        color: #f2f3ff
    }

    .bg-sec1 {
        height: auto
    }

    .xs-mt-0 {
        margin-top: 0 !important
    }

    .form-head .heading-h3 {
        padding: 20px 30px 0
    }

    .vl-content {
        width: 100%;
        right: 0;
        bottom: 0
    }

    .vl-col4 {
        text-align: center
    }

    .vl-col4 .divider-solid {
        margin: 15px auto
    }

    .foot-left {
        height: auto
    }

    .foot-right {
        padding: 50px 40px 20px;
        height: auto
    }

    .foot-divider {
        padding: 0
    }

    .vl-copy {
        padding: 0
    }

    .vl-copy h5 {
        white-space: nowrap
    }

    .vlcm-social {
        float: left !important
    }

    .vlcm-c1 {
        margin-bottom: 20px
    }
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

/*vlcm-temp css export here*/

/*edifice-template-2new css export here*/
@import url(//fonts.googleapis.com/css?family=Roboto&display=swap);

body {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.shp-sec {
    background-color: #f4fafd;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative
}

.shp1 h1 {
    color: #024792;
    font-weight: 400
}

.color-003366 {
    color: #036;
    font-style: italic
}

.shp-btn .edi-btn-custom {
    color: #fff;
    background-color: #024792;
    margin-top: 30px
}

.shp-img img {
    width: auto;
    margin: 0 auto
}

.bg-shp-014 {
    background-image: url(../images/uploads/edifice-section/sh-bann21.webp);
    background-size: cover;
    background-position: center;
    height: 400px
}

.bg-15538a {
    background: #15538a
}

.bg-shp-vid {
    background-color: #f4fafd;
    background-size: cover;
    background-position: center;
    height: 100%
}

.bg-wht2 {
    background-color: #fff;
    padding: 0
}

.color-333 {
    color: #333
}

.nav-tabs.nav-lines.tab-001.shp-tab > li.active > a {
    color: #333;
    border-bottom: 2px solid #25aae1
}

.bg-shp-vid .wid-video iframe {
    height: 292px
}

.shp-all .btn.btn-outline {
    border: 1px solid #15538a;
    background: #15538a;
    color: #fff
}

.shp-testimonial {
    background-image: linear-gradient(rgba(21, 83, 138, .8), rgba(21, 83, 138, .8)), url(../images/uploads/edifice-section/tesimonial-sh7654.webp)
}

.cs-inner .img-wrapper-130 {
    width: 100px;
    height: 100px
}

.cs-inner .img-wrapper-130 img {
    border: 2px solid #aec2cc
}

.cs-inner .c-carousel-control span {
    opacity: .7;
    background: #4896c5;
    color: #fff
}

.cs-inner .carousel-control.left {
    left: -45px !important;
    top: 40%
}

.cs-inner .carousel-control.right {
    right: -45px !important;
    top: 40%
}

.f-600 {
    font-weight: 600
}

.ban-ht {
    height: 500px
}

.color-8c8787 {
    color: #8c8787
}

.bg-fff {
    background-color: #fff
}

.bg-fff .bmw-header ul.nav.navbar-nav > li > a:hover {
    color: #000
}

.bg-fff .nav-border-top-bmw {
    border-top: 1px solid #9a9898
}

.bg-fff .bmw-header .input-group .form-control {
    border: 1px solid #9a9898;
    border-right: none;
    color: #333 !important;
    font-size: 14px;
    font-weight: 500
}

.bg-fff .bmw-header .input-group .input-group-addon {
    border: 1px solid #9a9898;
    border-left: none
}

.bg-fff .bmw-third-sec {
    width: auto
}

.border-2d2c2c {
    border: 1px solid #2d2c2c
}

@media (max-width:1024px) {
    .ban-ht {
        height: 400px
    }

    .ban-ht iframe {
        height: 405px
    }

    .p-80-res {
        padding: 40px 20px
    }
}

@media (max-width:568px) {
    .xs-p-0 {
        padding: 0
    }

    .ban-ht iframe {
        height: 203px
    }

    .ban-ht {
        height: 202px
    }

    .shp1 h1 {
        font-size: 25px
    }

    .bg-shp-vid .tab-container {
        padding: 0 20px
    }

    .bg-shp-vid .wid-video iframe {
        height: 180px
    }

    .cs-inner .carousel-control.left {
        left: -5px !important
    }

    .cs-inner .carousel-control.right {
        right: -5px !important
    }
}

/*edifice-template-2new css export here*/

/*edifice-template3 css export here*/
.widget-XTgjhWD {
    background: 0 0;
    position: relative
}

.section-par-xusRe .section-title {
    text-align: center
}


.section-par-xusRe {
    background-color: #fff;
    background-image: none;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative
}

.widget-E9bvmS9 {
    background: 0 0;
    position: relative
}

@media(max-width:767px) {
    .edi-google-review .owl-dots {
        display: none
    }

    .edi-google-review .grw-item {
        padding: 0
    }

    .edi-google-review .grw-content-wrap-item.mCustomScrollbar {
        padding-right: 15px
    }
}

.widget-dMYCZ .btn {
    border-radius: 6px;
    font-size: 24px
}

.widget-dMYCZ {
    position: relative
}

.widget-dMYCZ .btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 50px;
    padding-bottom: 12px;
    padding-left: 50px
}

.widget-dMYCZ .edi-btn-custom {
    color: #fff;
    background-color: #ec1c24
}


.widget-xAk3C .btn {
    font-size: 14px
}

.widget-xAk3C {
    margin-bottom: 80px;
    position: relative
}

.widget-xAk3C .btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-top: 9px;
    padding-right: 20px;
    padding-bottom: 9px;
    padding-left: 20px
}

.widget-xAk3C .edi-btn-custom {
    color: #fff;
    background-color: #ec1c24
}


.section-par-K6KQz {
    background-color: #fff;
    background-image: none;
    padding-top: 100px;
    padding-bottom: 60px;
}

.section-par-K6KQz {
    height: auto
}

.widget-LUyMLdP {
    position: relative
}

@media(max-width:568px) {
    .widget-LUyMLdP .hdtitle {
        margin-top: 0 !important
    }
}

.column-H {
    position: relative
}

.column-ucXxVeG {
    position: relative
}

@media (min-width:768px) and (max-width:991px) {
    .column-ucXxVeG {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .column-ucXxVeG {
        margin-bottom: 40px
    }
}

.column-kn8Mcgi {
    position: relative
}

@media (min-width:768px) and (max-width:991px) {
    .column-kn8Mcgi {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .column-kn8Mcgi {
        margin-bottom: 40px
    }
}

.vid310 {
    height: 310px !important
}

.widget-ETqt8PB {
    position: relative
}

.widget-wv6nR7w {
    position: relative
}

.vid310 {
    height: 310px !important
}

@media(max-width:568px) {
    .vid310 {
        height: 185px !important
    }
}


#column-6gvgOhM {
    padding-top: 25px;
    padding-bottom: 50px;
    position: relative
}

@media (min-width:768px) and (max-width:991px) {
    #column-6gvgOhM {
        padding-top: 0;
        padding-bottom: 20px
    }
}

@media (max-width:767px) {
    #column-6gvgOhM {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 25px
    }
}

.section-par-QFtyN {
    background-image: none;
    background-color: #fff;
    position: relative
}

.section-par-QFtyN {
    height: auto;
    padding-bottom: 40px
}

.widget-LUyMLdP .hdtitle {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: Defaultpx;
    text-shadow: 0 0 0 #
}


@media (max-width:767px) {
    .widget-LUyMLdP .hdtitle {
        font-size: 28px
    }
}

.widget-v3zbRqh .hdtitle {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 31px;
    font-weight: 300;
    margin-top: 0;
}


@media (min-width:768px) and (max-width:991px) {
    .widget-v3zbRqh .hdtitle {
        font-size: 13px;
        line-height: 22px
    }
}

.widget-1ZrBZvh .hdtitle {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
    font-weight: 300;
    margin-top: 10px;
}



@media (min-width:768px) and (max-width:991px) {
    .widget-1ZrBZvh .hdtitle {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .widget-1ZrBZvh .hdtitle {
        margin-top: 50px
    }
}

.widget-AyKo60N {
    height: 290px;
    padding-top: 10px
}

.widget-AyKo60N:hover {
    padding-top: 0 !important;
    transition: all .2s ease-out
}

.widget-AyKo60N img {
    width: auto;
    margin: 0 auto
}

@media(max-width:1024px) {
    .widget-AyKo60N {
        height: 230px
    }
}

.widget-AyKo60N {
    position: relative
}


.column-meZJSAy a:hover .widget-1ZrBZvh .hdtitle {
    color: #ec1c24
}

.column-meZJSAy {
    background-image: none;
    background-color: #fff;
    padding-bottom: 30px;
    position: relative
}

.widget-lvX2ev3 .hdtitle {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 31px;
    font-weight: 300;
    margin-top: 0;
}


@media (min-width:768px) and (max-width:991px) {
    .widget-lvX2ev3 .hdtitle {
        font-size: 13px;
        line-height: 22px
    }
}

.widget-XTQ3HxU .hdtitle {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
    font-weight: 300;
    margin-top: 10px;
}


@media (min-width:768px) and (max-width:991px) {
    .widget-XTQ3HxU .hdtitle {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .widget-XTQ3HxU .hdtitle {
        margin-top: 50px
    }
}

.widget-PZXeW63 {
    height: 290px;
    padding-top: 10px
}

.widget-PZXeW63:hover {
    padding-top: 0 !important;
    transition: all .2s ease-out
}

.widget-PZXeW63 img {
    width: auto;
    margin: 0 auto
}

@media(max-width:1024px) {
    .widget-PZXeW63 {
        height: 230px
    }
}

.widget-PZXeW63 {
    position: relative
}


.column-ZH0vvAA a:hover .widget-XTQ3HxU .hdtitle {
    color: #ec1c24
}

.column-ZH0vvAA {
    background-image: none;
    background-color: #fff;
    padding-bottom: 30px;
    position: relative
}

.section-par2 {
    background-image: none;
    background-color: #fff;
    position: relative
}

.section-par2 {
    height: auto !important
}

.column-2YPaNHP {
    background-image: none;
    background-color: #fff;
    padding-bottom: 30px;
    position: relative
}

.column-2YPaNHP a:hover .widget-ZTsX74P .hdtitle {
    color: #ec1c24
}

.widget-5Poud6s .hdtitle {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 31px;
    font-weight: 300;
    margin-top: 0;
}



@media (min-width:768px) and (max-width:991px) {
    .widget-5Poud6s .hdtitle {
        font-size: 13px;
        line-height: 22px
    }
}

.widget-ZTsX74P .hdtitle {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
    font-weight: 300;
    margin-top: 10px;
}



@media (min-width:768px) and (max-width:991px) {
    .widget-ZTsX74P .hdtitle {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .widget-ZTsX74P .hdtitle {
        margin-top: 50px
    }
}

.widget-MKyXyIJ {
    position: relative
}

.widget-MKyXyIJ {
    height: 290px;
    padding-top: 10px
}

.widget-MKyXyIJ:hover {
    padding-top: 0 !important;
    transition: all .2s ease-out
}

.widget-MKyXyIJ img {
    width: auto;
    margin: 0 auto
}

@media (max-width:1024px) {
    .widget-MKyXyIJ {
        height: 230px
    }
}

.par2-content {
    position: relative
}

.par2-content .para-content {
    font-weight: 300
}

.par2-content .hdtitle {
    font-weight: 400;
}

.par2-content .d-edi-content-block p {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    line-height: 40px
}

.column-n {
    background-image: none;
    background-color: #fff;
    margin-top: -70px;
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative
}

@media (min-width:768px) and (max-width:991px) {
    .column-n {
        margin-top: -100px
    }
}

@media (max-width:767px) {
    .column-n {
        margin-top: -140px;
        padding-bottom: 0
    }
}

.hd1 .hdtitle {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 300;
    margin-top: 40px;
}

@media (min-width:768px) and (max-width:991px) {
    .hd1 .hdtitle {
        font-size: 30px;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .hd1 .hdtitle {
        font-size: 26px;
        margin-top: 60px;
        margin-bottom: 0;
        padding-top: 0
    }
}

.crsl-top {
    padding-right: 60px;
    padding-left: 60px;
    position: relative
}

@media (max-width:767px) {
    .crsl-top {
        padding-right: 0;
        padding-left: 0
    }
}

.sd1 .carousel-indicators li {
    border: 1px solid #b9b9b9;
    width: 11px;
    height: 11px;
    margin: 4px
}

.sd1 .carousel-indicators .active {
    width: 14px;
    height: 14px;
    background-color: #ec1c24;
    border: 2px solid #ec1c24;
    margin: 4px
}

.carousel-control .icon-next,
.crsl-top .carousel-control .glyphicon-chevron-right {
    margin-right: -50px
}

.carousel-control .icon-prev,
.crsl-top .carousel-control .glyphicon-chevron-left {
    margin-left: -50px
}

.crsl-top .carousel-indicators {
    bottom: 0
}

@media(max-width:1024px) {
    .crsl-top {
        height: 330px
    }

    .crsl-top .carousel-indicators {
        bottom: -45px
    }
}

@media(max-width:568px) {

    .carousel-control .icon-prev,
    .crsl-top .carousel-control .glyphicon-chevron-left {
        margin-left: -10px
    }

    .carousel-control .icon-next,
    .crsl-top .carousel-control .glyphicon-chevron-right {
        margin-right: -10px
    }

    .carousel-inner > .item > a > img,
    .carousel-inner > .item > img {
        line-height: 1;
        height: 200px
    }
}

.section-par {
    background-image: url(../images/uploads/project135/1529385330.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative
}

.section-par {
    height: 480px
}

@media(max-width:568px) {
    .section-par {
        background-size: cover
    }

    .section-par .section-title {
        text-align: center
    }



    .crsl-top .carousel-inner > .item > img {
        width: 100%;
        height: auto
    }

    .crsl-top .left.carousel-control,
    .crsl-top .right.carousel-control {
        height: 100%;
        border: none;
        top: 20px;
        border-radius: 0
    }
}

@media (max-width:1024px) {
    .crsl-top .carousel-inner > .item {
        height: 380px !important
    }

    .crsl-top .carousel-inner > .item > img {
        height: 100% !important
    }
}

@media (max-width:568px) {
    .section-par {
        height: 320px;
        background-size: contain !important
    }

    .crsl-top .carousel-inner > .item {
        height: 190px !important
    }

    .crsl-top .carousel-inner > .item > img {
        height: 180px !important
    }

    .section-par-K6KQz .container,
    .section-par-QFtyN .container,
    .section-par2 .container {
        width: 100%
    }

    .section-par-K6KQz {
        padding: 0 !important
    }
}


.cfm {
    color: #333;
    font-size: 22px;
    margin-top: 30px;
}

/*edifice-template3 css export here*/

/*edifice-common3 css export here*/
.widget-lmCHZrd {
    position: relative
}

.widget-lmCHZrd {
    background: #e7e7e7;
    color: #ec1c24;
    text-align: center;
    padding: 9px;
    font-size: 17px;
    -webkit-box-shadow: 0 3px 5px rgba(100, 100, 100, .49);
    -moz-box-shadow: 0 3px 5px rgba(100, 100, 100, .49);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .6);
    z-index: 99;
    position: fixed;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

.widget-0wbNeLH {
    position: relative
}

.widget-0wbNeLH a {
    color: #fff
}

.btn-0wbNeLH,
.btn-Ju1XQL5 {
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important
}

.widget-0wbNeLH a:active,
.widget-0wbNeLH a:focus,
.widget-0wbNeLH a:hover {
    color: #fff
}

.section-par-DK6Yo .gfi-header .navbar-container {
    padding: 20px 0 20px 0;
    width: 1170px
}

.btn-group-0wbNeLH .btn-CrZuDfv,
.btn-group-0wbNeLH .btn-RRyZ9np,
.btn-group-0wbNeLH .btn-rHIBefw {
    border-radius: 15px !important
}

.btn-group-0wbNeLH .btn-CrZuDfv:hover,
.btn-group-0wbNeLH .btn-RRyZ9np:hover,
.btn-group-0wbNeLH .btn-rHIBefw:hover {
    border: 1px solid #ec1c24
}

.btn-group-0wbNeLH .btn-CrZuDfv,
.btn-group-0wbNeLH .btn-rHIBefw {
    margin-left: 5px !important
}

.btn-0wbNeLH {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 14px
}

.btn-Ju1XQL5 {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 14px;
    padding-left: 0
}

.btn-group-0wbNeLH .btn.btn-outline.btn-RRyZ9np {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
    color: #fff;
    background-color: #272727
}

.btn-group-0wbNeLH .btn.btn-outline.btn-RRyZ9np:hover {
    color: #fff;
    background-color: #c30c0c
}

.btn-group-0wbNeLH .btn.btn-outline.btn-rHIBefw {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
    color: #fff;
    background-color: #272727
}

.btn-group-0wbNeLH .btn.btn-outline.btn-rHIBefw:hover {
    color: #fff;
    background-color: #c30c0c
}

.btn-group-0wbNeLH .btn.btn-outline.btn-CrZuDfv {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
    color: #fff;
    background-color: #272727
}

.btn-group-0wbNeLH .btn.btn-outline.btn-CrZuDfv:hover {
    color: #fff;
    background-color: #c30c0c
}

.section-par-DK6Yo .ico-con .nav-custom ul.navbar-nav > li > a:not(.btn) {
    box-shadow: none
}

.section-par-DK6Yo .ico-con .nav-custom ul.navbar-nav > li.focus > a:not(.btn) {
    background: 0 0;
    outline: 0
}

.section-par-DK6Yo .ico-con .nav-custom ul.navbar-nav > li:last-child > a:not(.btn) {
    padding-right: 0 !important
}

.section-par-dUg3m {
    background-image: none !important;
    background-color: #272727;
    padding-right: 80px;
    padding-left: 80px;
    position: relative
}

.section-par-dUg3m {
    height: auto !important
}

.section-par-dUg3m .container-fluid {
    width: 100%
}

@media(max-width:1024px) {
    .section-par-dUg3m {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media(max-width:568px) {
    .section-par-dUg3m {
        padding-right: 0;
        padding-left: 0
    }
}

.section-par-dUg3m .section-title {
    text-align: center
}



.section-par-DK6Yo {
    position: relative
}

.gfi-header.ico-con.shrink.navbar-brand > img {
    margin-top: 5px !important
}

.section-par-DK6Yo .d-block img {
    width: 25px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px
}

.section-par-DK6Yo .up_main_menu li a:hover .d-block img {
    margin-top: 0;
    margin-bottom: 10px
}

.section-par-DK6Yo .nav-list li a.nav-border {
    border: 1px solid #fff
}

.section-par-DK6Yo .nav-list li a.nav-border:hover {
    border: 1px solid #ec1c24;
    background: #ec1c24
}

@media(max-width:1024px) {
    .section-par-DK6Yo .navbar-header {
        width: 100%
    }

    .section-par-DK6Yo .navbar-toggle {
        display: block
    }

    .section-par-DK6Yo .navbar-collapse.collapse {
        left: 0;
        top: 100%;
        padding: 0;
        width: 100%;
        position: absolute;
        display: none !important
    }

    .section-par-DK6Yo .navbar-collapse.collapse.in {
        padding: 0;
        max-height: 300px;
        display: block !important;
        overflow: hidden !important;
        overflow-y: scroll !important
    }

    .section-par-DK6Yo .up_main_menu li {
        width: 100%
    }

    .section-par-DK6Yo .up_main_menu li a {
        width: 100%;
        text-align: left !important;
        float: left
    }

    .section-par-DK6Yo .d-block {
        display: inline-block;
        margin-right: 15px
    }

    .section-par-DK6Yo .shrink .navbar-header {
        padding: 10px 0
    }

    .section-par-DK6Yo nav.shrink .navbar-toggle {
        padding: 12px 5px
    }
}

.section-par-DK6Yo .up_main_menu li a {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.section-par-DK6Yo .up_main_menu li a img {
    display: inline-block
}

@media(max-width:568px) {

    .btn-group-0wbNeLH .btn-CrZuDfv,
    .btn-group-0wbNeLH .btn-RRyZ9np,
    .btn-group-0wbNeLH .btn-rHIBefw {
        margin-top: 5px;
        padding-top: 2px;
        padding-bottom: 3px
    }
}

.column-YbbLeJK {
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative
}

.widget-lmCHZrd .hdtitle {
    color: #ec1c24;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;

}


.section-par-DK6Yo .up_main_menu li a {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}



.section-par-DK6Yo .up_main_menu li a img {
    display: inline-block
}


.widget-ltbJ4z9 {
    border: 1px solid #fff;
    border-radius: 20px;
    margin-right: 10px;
    transition: all .3s ease-in-out
}

.widget-ltbJ4z9:hover {
    border: 1px solid #ec1c24;
    background: #ec1c24;
    transition: all .3s ease-in-out
}

.widget-DkgsEFq {
    border: 1px solid #fff;
    border-radius: 20px;
    margin-right: 10px;
    transition: all .3s ease-in-out
}

.widget-DkgsEFq:hover {
    border: 1px solid #ec1c24;
    background: #ec1c24;
    transition: all .3s ease-in-out
}

.widget-QrcvT9i {
    border: 1px solid #fff;
    border-radius: 20px;
    margin-right: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.widget-QrcvT9i:hover {
    border: 1px solid #ec1c24;
    background: #ec1c24;
    transition: all .3s ease-in-out
}

.widget-JIje4vu .hdtitle {
    border-right: 1px solid #fff
}

.widget-5CBMUtj {
    border: 1px solid #fff;
    border-radius: 20px;
    margin-right: 10px;
    transition: all .3s ease-in-out
}

.widget-5CBMUtj:hover {
    border: 1px solid #ec1c24;
    background: #ec1c24;
    transition: all .3s ease-in-out
}

.widget-Xkj2e5p {
    border: 1px solid #fff;
    border-radius: 20px;
    margin-right: 10px;
    transition: all .3s ease-in-out
}

.widget-Xkj2e5p:hover {
    border: 1px solid #ec1c24;
    background: #ec1c24;
    transition: all .3s ease-in-out
}

.widget-Esnnfly {
    border: 1px solid #fff;
    border-radius: 20px;
    margin-right: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.widget-Esnnfly:hover {
    border: 1px solid #ec1c24;
    background: #ec1c24;
    transition: all .3s ease-in-out
}

.widget-MRtW0YW .hdtitle {
    border-right: 1px solid #fff
}

.column-1NZnJQt {
    background-image: none;
    background-color: #272727;
    position: relative
}

.section-par-s8DtB {
    background-image: none;
    background-color: #e7e7e7;
    margin-top: 0;
    padding-top: 0;
    position: relative
}

.section-par-s8DtB {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .6);
    height: 40px !important
}

.section-par-s8DtB .section-title {
    text-align: center
}


.widget-UFc1L {
    border: 1px solid #fff;
    border-radius: 20px;
    transition: all .3s ease-in-out
}

.widget-UFc1L:hover {
    border: 1px solid #ec1c24;
    background: #ec1c24;
    transition: all .3s ease-in-out
}

.widget-E9GWAn9 .hdtitle {
    color: #e21d25;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-top: 20px;
}

@media (max-width:767px) {
    .widget-E9GWAn9 .hdtitle {
        font-size: 22px;
    }

}

.column-u6R7jP4 .form-bg1 {
    background: 0 0;
    padding: 15px 30px
}

.column-u6R7jP4 .form-bg1 label {
    color: #292222 !important;
    font-weight: 400 !important;
    font-size: 15px;
    padding: 0;
    background: 0 0
}

.column-u6R7jP4 .form-bg1 .form-component {
    margin-top: 5px
}

.column-u6R7jP4 .form-style2 .form-control {
    color: #333 !important;
    border: 1px solid #d9d9d9;
    border-radius: 0 !important;
    padding: 10px 15px
}

.column-u6R7jP4 button.sbutton {
    background-color: transparent;
    border: 1px solid #ec1c24;
    color: #ec1c24;
    padding: 10px 35px;
    font-size: 20px;
    font-weight: 400;
    margin-top: 25px
}

.column-u6R7jP4 button.sbutton:hover {
    background-color: #ec1c24;
    color: #fff
}

.column-u6R7jP4 i.fa.fa-refresh {
    color: #000;
    margin-left: 15px;
    font-size: 18px
}

.column-u6R7jP4 .succmsg {
    padding-left: 30px
}

.column-u6R7jP4 {
    padding-right: 60px;
    padding-left: 60px;
    position: relative
}

@media (min-width:768px) and (max-width:991px) {
    .column-u6R7jP4 {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:767px) {
    .column-u6R7jP4 {
        padding-right: 0;
        padding-left: 0
    }
}

.column-CTDMsjo {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    margin-top: 45px
}

@media (min-width:768px) and (max-width:991px) {
    .column-CTDMsjo {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:767px) {
    .column-CTDMsjo {
        padding-right: 0;
        padding-left: 0
    }
}

@media(max-width:568px) {
    #NewTextCommunication .text-message-body {
        width: 100% !important
    }
}

@media(max-width:1024px) {
    div.form-module {
        padding: 5px !important
    }

    .column-CTDMsjo iframe {
        margin-left: 0 !important
    }
}

.widget-Ue7Smxz .hdtitle {
    color: #e21d25;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .widget-Ue7Smxz .hdtitle {
        font-size: 22px;
    }
}

.widget-kyOii6G .wid-divider {
    border-style: solid;
    border-width: 1px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: #d9d9d9;
    margin-top: 30px;
    margin-bottom: 20px
}

.widget-d3nqCDX .hdtitle {
    color: #333;
    font-family: 'Open Sans', sans-serif;
}


@media (max-width:767px) {
    .widget-d3nqCDX .hdtitle {
        font-size: 28px;
    }

}

.section-par-NE5zo {
    background-image: none;
    background-color: #f7f7f7;
    position: relative
}

.section-par-NE5zo {
    height: auto
}

.widget-Pi0dfGk .wid-divider {
    margin-top: 30px
}

.column-pYFospr {
    position: relative
}

.column-pYFospr-w7rY {
    position: relative
}

.widget-2aSog a:hover,
.widget-8LLEH a:hover,
.widget-Hwha9 a:hover {
    margin-left: 10px;
    transition: all .3s ease-in-out
}

.widget-2aSog a:hover,
.widget-8LLEH a:hover,
.widget-Hwha9 a:hover {
    margin-left: 10px
}

.widget-mbquq {
    position: relative
}

.column-qHHhJE8 {
    position: relative
}

.column-qHHhJE8-w7rY {
    position: relative
}

.widget-mbquq .edi-icongroup-list {
    display: inline-flex
}

.widget-mbquq {
    margin-top: 8px
}

.widget-mbquq a {
    line-height: 24px !important;
    font-size: 16px !important;
    margin-top: 5px;
    margin-bottom: 5px
}

@media (max-width:1024px) {
    .widget-mbquq a.icon-circle {
        width: 30px !important;
        height: 30px !important;
        padding: 3px !important;
        line-height: 24px !important
    }
}

.widget-mbquq .edi-icongroup-list {
    display: inline-flex
}

.widget-mbquq {
    margin-top: 8px
}

.widget-mbquq a {
    line-height: 24px !important;
    font-size: 16px !important;
    margin-top: 5px;
    margin-bottom: 5px
}

@media (max-width:1024px) {
    .widget-mbquq a.icon-circle {
        width: 30px !important;
        height: 30px !important;
        padding: 3px !important;
        line-height: 24px !important
    }
}

.column-tZJhcwH {
    padding-right: 0;
    padding-left: 0;
    position: relative
}

.widget-qn3e9 {
    background-image: none;
    background-color: #272727;
    padding-top: 2px;
    padding-bottom: 10px;
    position: relative
}

.section-par-YdhAI {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

.section-par-YdhAI .section-container {
    padding: 0
}

.section-par-YdhAI .section-title {
    text-align: center
}

.widget-qn3e9 .d-edi-content-block p {
    color: #fff;
    font-family: 'Open Sans', sans-serif
}

.section-par-fmEKv-6Liw {
    padding-top: 20px;
    position: relative
}

.section-par-fmEKv-kQVk {
    padding-top: 20px;
    position: relative
}

.btn-b1Lkbat {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    padding: 5px 15px;
    border-radius: 0;
    background: #0891c2
}

a.btn-iOsGgy7 {
    background: #fff;
    color: #ec1c24;
    border: 1px solid #ec1c24;
    border-radius: 0;
    padding: 8px 30px
}

a.btn-iOsGgy7:hover {
    background: #ec1c24;
    color: #fff
}

.section-par-fmEKv-6Liw .form-style6 .form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    border: 1px solid #dad4d4;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #444
}

.column-9f4h4mo {
    background-color: transparent
}

.btn-b1Lkbat {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    padding: 5px 15px;
    border-radius: 0;
    background: #0891c2
}

a.btn-iOsGgy7 {
    background: #fff;
    color: #ec1c24;
    border: 1px solid #ec1c24;
    border-radius: 0;
    padding: 8px 30px
}

a.btn-iOsGgy7:hover {
    background: #ec1c24;
    color: #fff
}

.section-par-fmEKv-kQVk .form-style6 .form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    border: 1px solid #dad4d4;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #444
}

.column-9f4h4mo {
    background-color: transparent
}

.widget-AlxMw {
    position: relative
}

.btn-b1Lkbat {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0
}

.widget-nvMyvbv {
    margin-top: -40px;
    position: relative
}

.widget-nvMyvbv img {
    width: 180px
}


.widget-nvMyuGS {
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative
}

.widget-nvMyuGS img {
    width: 100px
}


.widget-fWJGE-6Liw {
    position: relative
}

.widget-fWJGE-kQVk {
    position: relative
}

.widget-0lx2CZc-6Liw .wid-divider {
    margin-top: 30px
}

.widget-0lx2CZc-kQVk .wid-divider {
    margin-top: 30px
}

.column-9f4h4mo {
    position: relative
}

.column-9f4h4mo-6Liw {
    position: relative
}

.column-9f4h4mo-kQVk {
    position: relative
}

.widget-fWJGE-6Liw .hdtitle {
    color: #e21d25;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

.widget-fWJGE-kQVk .hdtitle {
    color: #e21d25;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

.widget-8NNrt4H-6Liw .hdtitle {
    color: #e21d25;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}

.widget-8NNrt4H-kQVk .hdtitle {
    color: #e21d25;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;

}

.widget-0lx2CZc-6Liw .wid-divider {
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: #d9d9d9
}

.widget-0lx2CZc-kQVk .wid-divider {
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: #d9d9d9
}

.widget-Jr3QRpl-6Liw .hdtitle {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
}


.widget-Jr3QRpl-kQVk .hdtitle {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
}

.widget-QbPGj:hover {
    border: 1px solid #ec1c24
}

.widget-QbPGj .edi-btn-custom:hover {
    border-radius: 4px !important
}

.widget-QbPGj {
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 5px;
    margin-top: 0;
    position: relative
}

.widget-QbPGj .btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-top: 8px;
    padding-bottom: 8px
}

.widget-QbPGj .edi-btn-custom {
    color: #fff;
    background-color: transparent
}

.widget-QbPGj .edi-btn-custom:hover {
    background-color: #ec1c24
}


@media (min-width:768px) and (max-width:991px) {
    .widget-QbPGj .btn {
        padding-top: 5px;
        padding-right: 0;
        padding-bottom: 5px;
        padding-left: 0
    }
}

.widget-bn9H2 {
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 5px;
    margin-top: 0;
    position: relative
}

.widget-bn9H2 {
    margin-top: 0 !important
}

.widget-bn9H2:hover {
    border: 1px solid #ec1c24
}

.widget-bn9H2 .edi-btn-custom:hover {
    border-radius: 4px !important
}

.widget-bn9H2 .btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-top: 8px;
    padding-bottom: 8px
}

.widget-bn9H2 .edi-btn-custom {
    color: #fff;
    background-color: transparent
}

.widget-bn9H2 .edi-btn-custom:hover {
    background-color: #ec1c24
}



@media (min-width:768px) and (max-width:991px) {
    .widget-bn9H2 .btn {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.widget-Hwha9 {
    color: #fff;
    position: relative
}

.widget-Hwha9 a {
    color: #fffcfc
}

.widget-Hwha9 .hdtitle {
    color: #fff0f0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: px;
    font-weight: 300;
    margin-top: 0;
}



@media (min-width:768px) and (max-width:991px) {
    .widget-Hwha9 .hdtitle {
        font-size: 13px;
    }
}

@media (max-width:767px) {
    .widget-Hwha9 .hdtitle {
        font-size: 14px;
    }


}

.widget-8LLEH {
    color: #fff;
    position: relative
}

.widget-8LLEH a {
    color: #fffcfc
}

.widget-8LLEH .hdtitle {
    color: #fff0f0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0;
}


@media (min-width:768px) and (max-width:991px) {
    .widget-8LLEH .hdtitle {
        font-size: 13px;
    }

}

@media (max-width:767px) {
    .widget-8LLEH .hdtitle {
        font-size: 14px;
    }

}

.widget-2aSog {
    color: #fff;
    position: relative
}

.widget-2aSog a {
    color: #fffcfc
}

.widget-2aSog .hdtitle {
    color: #fff0f0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0;
}



@media (min-width:768px) and (max-width:991px) {
    .widget-2aSog .hdtitle {
        font-size: 13px;
    }

}

@media (max-width:767px) {
    .widget-2aSog .hdtitle {
        font-size: 14px;
    }

}

.widget-OAoz2ST {
    color: #fff;
    position: relative
}

.widget-OAoz2ST a {
    color: #fffcfc
}

.widget-OAoz2ST .hdtitle {
    color: #fff0f0;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
}


@media (min-width:768px) and (max-width:991px) {
    .widget-OAoz2ST .hdtitle {
        font-size: 20px;
    }


}

@media (max-width:767px) {
    .widget-OAoz2ST .hdtitle {
        font-size: 20px;
    }

}

.widget-2ziCo7M .hdtitle {
    margin: 5px 0
}

.widget-gkFZyLH .hdtitle {
    margin: 5px 0
}

.widget-nwlW92d .hdtitle {
    margin: 5px 0
}

.widget-Sjm7qp0 .hdtitle {
    margin: 5px 0
}

.widget-Oyvol .hdtitle {
    margin: 5px 0
}

.widget-Oyvol {
    position: relative
}

.widget-Oyvol .hdtitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}



.widget-Oyvol .d-edi-content-block p {
    color: #fff
}

.widget-cv2vW .hdtitle {
    margin: 5px 0
}

.widget-cv2vW {
    position: relative
}

.widget-cv2vW .hdtitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}


.widget-cv2vW .d-edi-content-block p {
    color: #fff
}

.widget-d20bk .hdtitle {
    margin: 5px 0
}

.widget-d20bk {
    position: relative
}


.widget-d20bk .d-edi-content-block p {
    color: #fff;
    font-family: 'Open Sans', sans-serif
}

.widget-lXicna9 {
    position: relative
}

.widget-lXicna9 .hdtitle {
    margin: 5px 0
}

.widget-lXicna9 .hdtitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}



.widget-lXicna9 .d-edi-content-block p {
    color: #fff;
    margin-bottom: 5px
}

.widget-GkU9rwA .hdtitle {
    color: #fafafa;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}


@media (min-width:768px) and (max-width:991px) {
    .widget-GkU9rwA .hdtitle {
        font-size: 20px;
    }


}

@media (max-width:767px) {
    .widget-GkU9rwA .hdtitle {
        font-size: 20px;
    }

}

.widget-NFYdX i.fa.fa-map-marker {
    color: #ccc;
    font-size: 19px;
    left: 0;
    position: absolute
}

.widget-NFYdX .hdtitle {
    margin-top: 0;
    margin-left: 20px
}

.widget-NFYdX {
    color: #fff;
    position: relative
}

.widget-NFYdX a {
    color: #fff
}

.widget-NFYdX .hdtitle {
    color: #fafafa;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
}




.widget-yYUPFGf {
    background: 0 0;
}

.widget-yYUPFGf a {
    color: #fff
}

.widget-yYUPFGf i.fa.fa-mobile {
    color: #ccc;
    font-size: 19px;
    position: absolute;
    left: 16px
}

.widget-yYUPFGf .hdtitle {
    margin-top: 15px;
    margin-left: 20px
}

.widget-yYUPFGf .hdtitle {
    color: #fafafa;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
}


@media (min-width:768px) and (max-width:991px) {
    .widget-yYUPFGf .hdtitle {
        font-size: 13px
    }
}

.widget-MCV8hfT {
    position: relative
}

.widget-MCV8hfT img {
    width: 150px
}

.widget-MCV8hfT .imgtitle {
    font-size: px;
    line-height: px;
    font-weight: px;
    letter-spacing: Defaultpx;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px
}



@media (min-width:768px) and (max-width:991px) {
    .widget-MCV8hfT .imgtitle {
        font-size: px;
        line-height: px;
        padding-top: px;
        padding-right: px;
        padding-bottom: px;
        padding-left: px
    }
}

@media (max-width:767px) {
    .widget-MCV8hfT .imgtitle {
        font-size: px;
        line-height: px;
        padding-top: px;
        padding-right: px;
        padding-bottom: px;
        padding-left: px
    }
}

.section-par-sOh4x {
    background-color: #333;
    background-image: none;
    position: relative
}

@media(max-width:568px) {
    .section-par-sOh4x {
        height: auto
    }
}

.widget-mbquq .edi-icongroup-list li:hover {
    margin-top: 2px !important;
    transition: all .2s ease-in
}

.widget-mbquq a.icon-circle {
    color: #333;
    background-color: #fafafa;
    width: 30px;
    height: 30px;
    padding: 3px
}

@media (max-width:1024px) {
    .column-kyZ9BSw .contact-block-container {
        padding: 0 !important
    }

    .column-9f4h4mo .contact-block-container {
        padding: 0 !important
    }

    .section-par-DK6Yo .gfi-header .navbar-container {
        width: 100%;
        padding: 10px 10px 10px 0
    }

    .section-par-DK6Yo .ico-con .nav-custom ul.navbar-nav {
        margin-right: 0 !important
    }
}

@media (max-width:568px) {
    .column-kyZ9BSw .contact-block-container {
        padding: 10px !important
    }

    .column-9f4h4mo .contact-block-container {
        padding: 10px !important
    }

    .section-par-NE5zo .container,
    .section-par-sOh4x .container {
        width: 100%
    }
}

.foo-form3 input[type=email],
.foo-form3 input[type=text] {
    height: 40px;
    border-radius: 2px
}

.foo-form3 .edi-adv-form-label label {
    color: #292222;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 0;
    background: 0 0
}

.foo-form3 .input-group .form-control {
    box-shadow: none
}

.foo-form3 .edi-adv-form-group .form-control {
    background: #fff;
    color: #333
}

.foo-form3 .cnn-submit .btn {
    background-color: transparent;
    color: #ec1c24;
    border: 1px solid #ec1c24;
    padding: 12px 50px;
    font-size: 15px;
    border-radius: 0
}

/*edifice-common3 css export here*/

/*edifice-template-4 css export here*/
.widget-jHGPS {
    background: 0 0;
}

.widget-T6ckZVc {
    background: 0 0;
}

.widget-Kkha8GT {
    background: 0 0;
}

.widget-Kkha8GT {
    display: none
}

.widget-3RhBPN9 {
    background: 0 0;
}

.widget-3RhBPN9 {
    display: none
}

.section-par-R48Aw {
    background: 0 0;
}

.section-par-R48Aw .col-sm-6.col-md-3.col-lg-3 {
    width: 50%
}

@media(max-width:568px) {
    .section-par-R48Aw .col-sm-6.col-md-3.col-lg-3 {
        width: 100%
    }
}

.widget-jHGPS .hdtitle {
    color: #1e1b1b;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}



@media (max-width:767px) {
    .widget-jHGPS .hdtitle {
        font-size: 24px
    }
}




.section-par-Uc1Ay {
    position: relative
}

.section-par-Uc1Ay .section-container {
    padding-bottom: 30px !important;
    padding-top: 10px !important
}

.widget-9YsKAGG .item {
    width: 100%;
    height: 300px;
    overflow: hidden
}

.widget-9YsKAGG .item img {
    width: 100%;
    height: 100%
}

.carousel-9YsKAGG .carousel-indicators {
    bottom: -45px
}

.carousel-9YsKAGG .carousel-indicators .active {
    background-color: #f70d2a;
    width: 9px;
    height: 9px
}

.carousel-9YsKAGG .carousel-indicators li {
    border: 1px solid #f70d2a;
    width: 7px;
    height: 7px;
    margin: 0 2px
}

.widget-Im5AS4G {
    background: 0 0;
}

.widget-Im5AS4G {
    display: none
}

span.glyphicon.glyphicon-menu-left {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #000;
    background: #fff;
    padding: 10px;
    border-radius: 60px;
    opacity: 1;
    text-shadow: none;
    z-index: 9999
}

span.glyphicon.glyphicon-menu-right {
    position: absolute;
    z-index: 9999;
    top: 50%;
    right: 15px;
    color: #000;
    background: #fff;
    padding: 10px;
    border-radius: 60px;
    opacity: 1;
    text-shadow: none
}

.widget-4upHbN1 {
    height: auto
}

.widget-4upHbN1 .carousel-indicators {
    bottom: -45px
}

.carousel-USH4v6s .carousel-indicators {
    bottom: -45px
}

.widget-4upHbN1 .carousel-indicators .active {
    background-color: #f70d2a;
    width: 9px;
    height: 9px
}

.widget-4upHbN1 .carousel-indicators li {
    border: 1px solid #f70d2a;
    width: 7px;
    height: 7px;
    margin: 0 2px
}

.widget-4upHbN1 .carousel-control.left,
.widget-4upHbN1 .carousel-control.right {
    width: 1px
}

.video-rcPXlJu {
    height: 300px
}

@media(max-width:568px) {
    .carousel-USH4v6s {
        display: block !important
    }
}

.widget-4upHbN1 {
    background: 0 0;
}

.widget-Kkha8GT .hdtitle {
    color: #767474;
    font-family: Muli, sans-serif;
    font-size: 12px;
    margin-top: 32px;
    margin-bottom: 10px;
}



.widget-3RhBPN9 .hdtitle {
    color: #000;
    font-family: Muli, sans-serif;
    font-size: 14px;
    font-weight: 400;

}







.widget-Im5AS4G .wid-divider {
    border-style: solid;
    border-width: 2px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: #f70d2a;
    width: 50px;
    margin-top: 5px
}

.widget-T6ckZVc .hdtitle {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
}



@media (max-width:767px) {
    .widget-T6ckZVc .hdtitle {
        font-size: 24px
    }
}

.column-PmPOhMZ {
    padding-top: 30px;
    position: relative
}

.widget-Ev6BuNr {
    position: relative
}

span.glyphicon.glyphicon-menu-left {
    position: absolute;
    top: 50%;
    left: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 60px;
    color: #000;
    opacity: 1;
    text-shadow: none;
    z-index: 9999
}

span.glyphicon.glyphicon-menu-right {
    position: absolute;
    z-index: 9999;
    top: 50%;
    right: 15px;
    color: #000;
    background: #fff;
    padding: 10px;
    border-radius: 60px;
    opacity: 1;
    text-shadow: none
}

.widget-Ev6BuNr {
    height: auto
}

.carousel-Ev6BuNr .carousel-indicators {
    bottom: -45px
}

.widget-Ev6BuNr .carousel-indicators .active {
    background-color: #f70d2a
}

.widget-Ev6BuNr .carousel-indicators li {
    border: 1px solid #f70d2a
}

.widget-Ev6BuNr .carousel-control.left,
.widget-Ev6BuNr .carousel-control.right {
    width: 1px
}

.video-rcPXlJu {
    height: 300px
}

.column-WRQ3R6h {
    background: 0 0;
    0position: relative
}

.widget-CFVOo {
    position: relative
}

.widget-CFVOo .custom-carousel-001 .carousel-control .glyphicon-chevron-left,
.widget-CFVOo .custom-carousel-001 .carousel-control .glyphicon-chevron-right {
    bottom: 40%;
    top: auto
}

.widget-CFVOo .custom-carousel-001 .right.carousel-control {
    background: 0 0;
    right: 0 !important;
    left: initial
}

.widget-CFVOo .custom-carousel-001 .left.carousel-control {
    background: 0 0;
    left: 0
}

.widget-CFVOo .left.carousel-control {
    width: 4%
}

.widget-vO3HNyH .hdtitle {
    color: #fff;
    font-family: Muli, sans-serif;
    font-size: 14px;
    line-height: px;
    font-weight: 400;
    text-transform: Capitalize;

}


.column-byvXfoV {
    background: 0 0;
}

.column-byvXfoV .custom-carousel-001 .carousel-inner {
    background: 0 0
}

.column-byvXfoV img.d-edi-carousel-pri-img {
    width: 100%;
    height: 100%
}

.column-byvXfoV .img-div {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 60px;
    margin: 30px auto;
    overflow: hidden;
    border: 3px solid #fff;
    margin-bottom: 20px
}

.custom-carousel-001 .item {
    padding: 35px 35px 0 !important
}

@media(max-width:568px) {
    .custom-carousel-001 .item {
        padding: 20px 0
    }

    .carousel-lh74kV2 .d-edi-carousel-content {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

.section-par-yi6wy {
    background-image: linear-gradient(rgba(81, 16, 16, .56), rgba(81, 16, 16, .56)), url(../images/uploads/testmonial-bann212.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.section-par-yi6wy {
    height: 320px
}

.carousel-item-kGT7dv8 .d-edi-carousel-heading {
    font-family: Muli, sans-serif;
    font-size: 18px;
    margin-bottom: 5px
}

.carousel-item-kGT7dv8 .d-edi-carousel-content {
    font-family: Muli, sans-serif;
    font-size: 14px;
    color: #fff;
    padding-right: 100px;
    padding-left: 100px
}

.carousel-item-kGT7dv8 .d-edi-carousel-button {
    letter-spacing: 0
}

.carousel-item-ThEQyJa .d-edi-carousel-heading {
    font-family: Muli, sans-serif;
    font-size: 18px;
    margin-bottom: 5px
}

.carousel-item-ThEQyJa .d-edi-carousel-content {
    font-family: Muli, sans-serif;
    font-size: 14px;
    color: #fff;
    padding-right: 100px;
    padding-left: 100px
}

.carousel-item-ThEQyJa .d-edi-carousel-button {
    letter-spacing: 0
}

.carousel-item-S3fXB7W .d-edi-carousel-heading {
    font-family: Muli, sans-serif;
    font-size: 18px;
    margin-bottom: 5px
}

.carousel-item-S3fXB7W .d-edi-carousel-content {
    font-family: Muli, sans-serif;
    font-size: 14px;
    color: #fff;
    padding-right: 100px;
    padding-left: 100px
}

.carousel-item-S3fXB7W .d-edi-carousel-button {
    letter-spacing: 0
}

.carousel-item-jBP0t0i .d-edi-carousel-heading {
    font-family: Muli, sans-serif;
    font-size: 18px;
    margin-bottom: 5px
}

.carousel-item-jBP0t0i .d-edi-carousel-content {
    font-family: Muli, sans-serif;
    font-size: 14px;
    color: #fff;
    padding-right: 100px;
    padding-left: 100px
}

.carousel-item-jBP0t0i .d-edi-carousel-button {
    letter-spacing: 0
}

.carousel-item-nUP3jfk .d-edi-carousel-heading {
    font-family: Muli, sans-serif;
    font-size: 18px;
    margin-bottom: 5px
}

.carousel-item-nUP3jfk .d-edi-carousel-content {
    font-family: Muli, sans-serif;
    font-size: 14px;
    color: #fff;
    padding-right: 100px;
    padding-left: 100px
}

.carousel-item-nUP3jfk .d-edi-carousel-button {
    letter-spacing: 0
}

.carousel-item-jlekaRk .d-edi-carousel-heading {
    font-family: Muli, sans-serif;
    font-size: 18px;
    margin-bottom: 5px
}

.carousel-item-jlekaRk .d-edi-carousel-content {
    font-family: Muli, sans-serif;
    font-size: 14px;
    color: #fff;
    padding-right: 100px;
    padding-left: 100px
}

.carousel-item-jlekaRk .d-edi-carousel-button {
    letter-spacing: 0
}

.carousel-item-0VSmzQS .d-edi-carousel-heading {
    font-family: Muli, sans-serif;
    font-size: 18px;
    margin-bottom: 5px
}

.carousel-item-0VSmzQS .d-edi-carousel-content {
    font-family: Muli, sans-serif;
    font-size: 14px;
    color: #fff;
    padding-right: 100px;
    padding-left: 100px
}

.carousel-item-0VSmzQS .d-edi-carousel-button {
    letter-spacing: 0
}

.carousel-item-N5p742W .d-edi-carousel-heading {
    font-family: Muli, sans-serif;
    font-size: 18px;
    margin-bottom: 5px
}

.carousel-item-N5p742W .d-edi-carousel-content {
    font-family: Muli, sans-serif;
    font-size: 14px;
    color: #fff;
    padding-right: 100px;
    padding-left: 100px
}

.carousel-item-N5p742W .d-edi-carousel-button {
    letter-spacing: 0
}

.carousel-item-A2Lr87c .d-edi-carousel-heading {
    font-family: Muli, sans-serif;
    font-size: 18px;
    margin-bottom: 5px
}

.carousel-item-A2Lr87c .d-edi-carousel-content {
    font-family: Muli, sans-serif;
    font-size: 14px;
    color: #fff;
    padding-right: 100px;
    padding-left: 100px
}

.carousel-item-A2Lr87c .d-edi-carousel-button {
    letter-spacing: 0
}

.section-par-yi6wy .section-title {
    text-align: center
}

.table-leOG1MU1 tr td,
.table-leOG1MU1 tr th {
    letter-spacing: 0
}

.table-leOG1MU1 tbody tr:nth-child(odd) {
    background-color: #ebebeb
}

.table-leOG1MU tr td,
.table-leOG1MU tr th {
    letter-spacing: 0
}

.table-leOG1MU tbody tr:nth-child(odd) {
    background-color: #ebebeb
}

.column-CFGUILP1 {
    position: relative
}

@media(max-width:568px) {
    .column-CFGUILP1 {
        padding-right: 0
    }
}

.section-par-phWwq {
    background-image: none;
    background-color: #f9f9f9;
    padding-bottom: 30px;
    position: relative
}

@media(max-width:568px) {
    .xs-pr-0 {
        padding-right: 0
    }
}

.widget-zsU1K1e .hdtitle {
    color: #000;
    font-family: Muli, sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 15px;
}


.nav-0MgEtCuu2 li a {
    background-color: #ebebeb;
    color: #000 !important;
    font-weight: 600;
    font-size: 12px;
    font-family: Montserrat, sans-serif
}

.column-4UIJmPo .nav-pills > li.active > a,
.column-4UIJmPo .nav-pills > li.active > a:focus,
.column-4UIJmPo .nav-pills > li.active > a:hover {
    background-color: #3f51b5;
    color: #fff !important
}

.column-4UIJmPo tbody > tr > td {
    font-size: 14px
}

.column-4UIJmPo tbody > tr > td {
    border: none
}

@media(max-width:568px) {
    .xs-pl-0 {
        padding-left: 0 !important
    }

    .nav-0MgEtCuu2 {
        margin-right: 15px !important
    }

    .widget-leOG1MU1 {
        margin-right: 15px !important
    }
}

.column-4UIJmPo {
    background: 0 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    0position: relative
}

.table-tX0tMsU tr td,
.table-tX0tMsU tr th {
    letter-spacing: 0
}

.table-tX0tMsU tbody tr td {
    color: #000;
    font-size: 14px
}

.table-tX0tMsU tbody tr:nth-child(odd) {
    background-color: #ebebeb
}

.table-UGN5MDL tr td,
.table-UGN5MDL tr th {
    letter-spacing: 0
}

.table-UGN5MDL tbody tr td {
    color: #000;
    font-size: 14px
}

.table-UGN5MDL tbody tr:nth-child(odd) {
    background-color: #ebebeb
}

.table-cHPedXy tr td,
.table-cHPedXy tr th {
    letter-spacing: 0
}

.table-cHPedXy tbody tr td {
    color: #000;
    font-size: 14px
}

.table-cHPedXy tbody tr:nth-child(odd) {
    background-color: #ebebeb
}

.table-euTGPiz tr td,
.table-euTGPiz tr th {
    letter-spacing: 0
}

.table-euTGPiz tbody tr td {
    color: #000;
    font-size: 14px
}

.table-euTGPiz tbody tr:nth-child(odd) {
    background-color: #ebebeb
}

.table-PbOLQL7 tr td,
.table-PbOLQL7 tr th {
    letter-spacing: 0
}

.table-PbOLQL7 tbody tr td {
    color: #000;
    font-size: 14px
}

.table-PbOLQL7 tbody tr:nth-child(odd) {
    background-color: #ebebeb
}

.column-AziMWmv {
    background: 0 0;
    padding-top: 0;
    padding-right: 15px;
    padding-left: 0;
    0position: relative
}

.nav-0MgEtCu li a {
    background-color: #ebebeb;
    color: #000 !important;
    font-weight: 600;
    font-family: Montserrat, sans-serif
}

.column-AziMWmv .nav-pills > li.active > a,
.column-AziMWmv .nav-pills > li.active > a:focus,
.column-AziMWmv .nav-pills > li.active > a:hover {
    background-color: #d51818;
    color: #fff !important
}

.column-AziMWmv tbody > tr > td {
    font-size: 14px
}

.column-AziMWmv tbody > tr > td {
    border: none
}

@media(max-width:568px) {
    .nav-0MgEtCu {
        margin-left: 15px !important
    }

    .widget-leOG1MU {
        left: 15px !important
    }
}

.column-CFGUILP {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative
}

@media(max-width:568px) {
    .column-CFGUILP {
        padding-right: 15px !important
    }
}

.widget-RYrrLbx .hdtitle {
    color: #000;
    font-family: Muli, sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 15px;
}


.widget-a1JG6Kt .hdtitle {
    color: #000;
    font-family: Muli, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 120px;
    padding-left: 120px;
}

.widget-fRzyZt3 {
    position: relative
}

.widget-fRzyZt3 .divider-solid {
    margin: 0 auto
}

.widget-fRzyZt3 .wid-divider {
    border-style: solid;
    border-width: 2px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: #f70d2a;
    width: 50px;
    margin-top: 5px;
    margin-bottom: 20px
}

.widget-N0xZRn8 .hdtitle {
    color: #121212;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    padding-top: 40px;

}



.nav-0MgEtCu li a {
    border-style: solid;
    border-width: 0;
    font-size: 12px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    font-family: Montserrat, sans-serif
}

.tab-i1JXWfM a {
    color: #000
}

.tab-i1JXWfM.active a {
    color: #fff
}

.tab-i1JXWfM {
    background-image: none
}

.tab-i1JXWfM {
    background-image: none
}

.tab-i1JXWfM {
    background-color: #ebebeb
}

.tab-i1JXWfM a:hover {
    background-color: #ddd
}

.tab-Z18NJ1S a {
    color: #000
}

.tab-Z18NJ1S.active a {
    color: #fff
}

.tab-Z18NJ1S {
    background-image: none
}

.tab-Z18NJ1S {
    background-image: none
}

.tab-Z18NJ1S {
    background-color: #ebebeb
}

.tab-Z18NJ1S a:hover {
    background-color: #ddd
}

.tab-t4nVGex a {
    color: #000
}

.tab-t4nVGex.active a {
    color: #fff
}

.tab-t4nVGex {
    background-image: none
}

.tab-t4nVGex {
    background-image: none
}

.tab-t4nVGex {
    background-color: #ebebeb
}

.tab-t4nVGex a:hover {
    background-color: #ddd
}

.tab-HL7hzK7 a {
    color: #000
}

.tab-HL7hzK7.active a {
    color: #fff
}

.tab-HL7hzK7 {
    background-image: none
}

.tab-HL7hzK7 {
    background-image: none
}

.tab-HL7hzK7 {
    background-color: #ebebeb
}

.tab-HL7hzK7 a:hover {
    background-color: #ddd
}

.tab-BG4hz6J a {
    color: #000
}

.tab-BG4hz6J.active a {
    color: #fff
}

.tab-BG4hz6J {
    background-image: none
}

.tab-BG4hz6J {
    background-image: none
}

.tab-BG4hz6J {
    background-color: #ebebeb
}

.tab-BG4hz6J a:hover {
    background-color: #ddd
}

.tab-XFFpcjt a {
    color: #000
}

.tab-XFFpcjt.active a {
    color: #fff
}

.tab-XFFpcjt {
    background-image: none
}

.tab-XFFpcjt {
    background-image: none
}

.tab-XFFpcjt {
    background-color: #ebebeb
}

.tab-XFFpcjt a:hover {
    background-color: #ddd
}

.tab-i1JXWfMl1 {
    background-image: none
}

.tab-i1JXWfMl1 {
    background-image: none
}

.tab-Z18NJ1Sl2 {
    background-image: none
}

.tab-Z18NJ1Sl2 {
    background-image: none
}

.tab-t4nVGexl3 {
    background-image: none
}

.tab-t4nVGexl3 {
    background-image: none
}

.tab-HL7hzK7l4 {
    background-image: none
}

.tab-HL7hzK7l4 {
    background-image: none
}

.tab-BG4hz6Jl5 {
    background-image: none
}

.tab-BG4hz6Jl5 {
    background-image: none
}

.tab-XFFpcjtl6 {
    background-image: none
}

.tab-XFFpcjtl6 {
    background-image: none
}

.section-par-zFLam {
    background-color: #fff;
    background-image: none;
    padding-top: 20px;
    padding-bottom: 0;
    0position: relative
}

.section-par-zFLam .lightbox h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 14px 0;
    position: absolute;
    right: -50px;
    text-align: center;
    top: 175px;
    transform: rotate(-45deg);
    width: 210px;
    background-color: #c20018
}

.section-par-zFLam .lightbox {
    height: 250px
}

.section-par-zFLam .lightbox img {
    height: auto
}

.h-250 {
    height: 250px !important
}

@media(max-width:568px) {
    .lightbox h2 {
        right: -4px;
        top: 134px
    }
}

.section-par-4cDtS {
    position: relative
}

#video-KhVHLnr .fluid-width-video-wrapper {
    padding-top: 41% !important
}

@media(max-width:1024px) {
    .section-par-4cDtS .video-block-container {
        height: 500px
    }
}

@media(max-width:568px) {
    #video-KhVHLnr .fluid-width-video-wrapper {
        padding-top: 0 !important
    }

    .section-par-4cDtS .fluid-width-video-wrapper iframe {
        height: 300px !important
    }

    .section-par-4cDtS .video-block-container {
        height: 300px
    }
}

.widget-zt6YO56 {
    position: relative
}

.widget-zt6YO56 .wid-divider {
    margin: 0 auto
}

.widget-zt6YO56 .wid-divider {
    border-style: solid;
    border-width: 2px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: #f70d2a;
    width: 50px;
    margin-top: 5px;
    margin-bottom: 10px
}

.widget-TCbQ0 .hdtitle {
    color: #000;
    font-family: Muli, sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: Defaultpx;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-right: 120px;
    padding-left: 120px;

}



.widget-7PU27 .hdtitle {
    color: #121212;
    font-family: Montserrat, sans-serif;
    font-size: 27px;
    line-height: px;
    font-weight: 600;
    letter-spacing: Defaultpx;
}


.section-par-4cDtS .section-title {
    text-align: center
}



.column-Beie4xV {
    background: 0 0;
    position: relative
}

.ht-312 {
    height: 312px
}

@media (max-width:568px) {
    .widget-TCbQ0 .hdtitle {
        padding-left: 0;
        padding-right: 0
    }

    .widget-a1JG6Kt .hdtitle {
        padding-left: 0;
        padding-right: 0
    }

    .lightbox h2 {
        right: 70px;
        top: -10px;
        transform: rotate(0)
    }

    #carousel-USH4v6s {
        display: block
    }
}

/*edifice-template-4 css export here*/

/*edifice-common-4 css export here*/
@import url(https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900&display=swap);

body,
h1 {
    font-family: Muli, sans-serif
}

.section-par-n1ysH {
    background-image: none;
    background-color: #fff;
    position: relative
}

.section-par-n1ysH .dummy-nav {
    background: #fff;
    position: relative
}

.section-par-n1ysH .dropdown-menu > .active > a {
    background: #fff;
    text-align: left
}

.section-par-n1ysH .dropdown-menu > .active > a:hover {
    background: #f3f3f3 !important
}

.section-par-n1ysH .nav-custom ul.navbar-nav > li > ul.sub-menu:after {
    border: 1px solid #e8e7e7 !important
}

.section-par-n1ysH .nav-custom ul.navbar-nav > li:hover ul.dropdown-menu.sub-menu {
    width: 250px;
    left: 15px
}

.section-par-n1ysH .nav-custom ul.navbar-nav > li > a:not(.btn) {
    font-weight: 500;
    color: #121212;
    background: 0 0;
    padding: 18px 10px
}

.section-par-n1ysH .up_main_menu li i {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 0
}

@media(max-width:1024px) {
    .navbar-header {
        width: 100%
    }

    .section-par-n1ysH .navbar-toggle {
        display: block !important
    }

    .section-par-n1ysH .gfi-header .navbar-toggle .icon-bar {
        background: #0a7cb3
    }

    .section-par-n1ysH .navbar-collapse.collapse {
        display: none !important
    }

    .section-par-n1ysH .navbar-collapse.collapse.in {
        display: block !important
    }

    .section-par-n1ysH .up_main_menu li {
        width: 100%
    }

    .section-par-n1ysH .nav-custom ul.navbar-nav {
        background: #0a7cb3;
        top: 20px;
        position: relative
    }

    .section-par-n1ysH .nav-custom ul.navbar-nav {
        background-color: #0a7cb3;
        overflow: scroll !important
    }

    .section-par-n1ysH .up_main_menu li a {
        color: #fff !important;
        border-bottom: 1px solid #b32929 !important
    }

    .section-par-n1ysH .nav-custom ul.navbar-nav > li:hover ul.dropdown-menu.sub-menu {
        left: 29%;
        width: 300px
    }

    .section-par-n1ysH .dropdown-menu > .active > a {
        color: #333 !important
    }

    .section-par-n1ysH .up_main_menu li i {
        color: #fff !important
    }
}

@media(max-width:568px) {
    .section-par-n1ysH .gfi-header .navbar-toggle {
        margin: 20px 0
    }

    .section-par-n1ysH .gfi-header .navbar-toggle .icon-bar {
        background: #0a7cb3
    }

    .section-par-n1ysH .gfi-header .navbar-brand > img {
        width: 120px
    }

    .section-par-n1ysH .dummy-nav {
        height: 85px;
        padding-left: 20px;
        padding-right: 20px
    }

    .section-par-n1ysH .nav-custom ul.navbar-nav {
        background-color: #0a7cb3;
        overflow: scroll !important
    }

    .xs-p-0 {
        padding: 0 !important
    }

    .section-par-n1ysH .up_main_menu li a {
        color: #fff !important;
        border-bottom: 1px solid #0c64ab !important
    }

    .section-par-n1ysH .nav-custom ul.navbar-nav > li:hover ul.dropdown-menu.sub-menu {
        left: 12%
    }

    .section-par-n1ysH .dropdown-menu > .active > a {
        color: #333 !important
    }

    .section-par-n1ysH .up_main_menu li i {
        color: #fff !important
    }
}

@media(max-width:1024px) {
    .section-par-n1ysH .nav-custom ul.navbar-nav > li > a:not(.btn) {
        color: #fff !important
    }
}

.section-par-n1ysH .up_main_menu li a {
    color: #121212 !important;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;

}

.section-par-n1ysH .up_main_menu li a:hover {
    background-color: #fff;
    color: #000
}


.section-par-n1ysH .up_main_menu li.edi-menu-parent-sub ul {
    background-color: #d1d1d1
}

.section-par-n1ysH .up_main_menu li i {
    color: #121212 !important;
    float: right;
}

.section-par-n1ysH .up_main_menu li a img {
    display: inline-block
}

.section-par-n1ysH .dev-logo-settings img {
    width: 180px;
    margin-top: 6px
}


#btn-oHRIzPs {
    font-family: Muli, sans-serif;
    letter-spacing: 0;
    font-weight: 800;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    color: #fff;
    background-color: #e8384f
}

#btn-oHRIzPs:hover {
    color: #fff;
    background-color: #d80622
}

.widget-WJgxWpD form .edi-adv-form-group .edi-adv-form-label label {
    font-family: Montserrat, sans-serif;
    color: #e8384f;
    text-align: left;
    font-weight: 700
}

.widget-oHRIzPs {
    padding-bottom: 20px;
    position: relative
}

.widget-8xa46yZ {
    position: relative
}

#column-LivdmEN {
    position: relative
}

.column-2igvmvu {
    position: relative
}

.widget-kEuYwyy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

.widget-kEuYwyy .btn {
    padding-top: 15px;
    padding-bottom: 15px;

}

.widget-kEuYwyy .edi-btn-custom {
    color: #fff;
    background-color: #ee230c
}

.widget-kEuYwyy .edi-btn-custom:hover {
    background-color: #d01905
}


.column-HMWU8Yk {
    padding-right: 0;
    padding-left: 0;
    position: relative
}

.widget-6V2g7rc {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

.widget-6V2g7rc .btn {
    padding-top: 15px;
    padding-bottom: 15px;
}

.widget-6V2g7rc .edi-btn-custom {
    color: #fff;
    background-color: #373737
}

.widget-6V2g7rc .edi-btn-custom:hover {
    background-color: #303030
}

.column-XOqs3CN {
    padding-right: 0;
    padding-left: 0;
    position: relative
}

.widget-iNpxv {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

.widget-iNpxv .btn {
    padding-top: 15px;
    padding-bottom: 15px;
}

.widget-iNpxv .edi-btn-custom {
    color: #fff;
    background-color: #3b5999
}

.widget-iNpxv .edi-btn-custom:hover {
    background-color: #234080
}


.section-par-nfcom .section-title {
    text-align: center
}

.column-fSQe2S5 {
    padding-right: 0;
    padding-left: 0;
    position: relative
}

.widget-FOafhnR .hdtitle {
    padding-top: 10px;
}


.section-par-nfcom {
    background-image: none;
    background-color: #fff;
    position: relative
}

.widget-qZ6wM80 .infoWindow-block-container .image-block {
    background-color: transparent;
    width: 200px;
    padding: 20px 20px 0 !important
}

.widget-qZ6wM80 .infoWindow-block-container h4 {
    margin-bottom: 5px;
    font-size: 16px
}

.widget-qZ6wM80 .infoWindow-block-container p {
    font-size: 14px
}

.widget-WJgxWpD {
    margin-top: 30px
}

.widget-WJgxWpD textarea.form-control::placeholder {
    color: #a59e9e;
    font-weight: 400px
}

.widget-WJgxWpD .infoWindow-block-container {
    width: 75% !important;
    left: -50px !important
}

/*edifice-common-4 css export here*/

/*edifice-template-5 css export here*/
@import url(https://fonts.googleapis.com/css?family=Arimo&display=swap);

body {
    font-family: Arimo, sans-serif;
}

.bg-banner-et5.temp5-ban {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../images/uploads/edifice-section/temp5-banner.webp);
    background-position: center top;
    padding-top: 100px;
    padding-bottom: 170px;
}

.temp5-ban .heading-h1 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    font-family: Arimo, sans-serif;
}

.t5-text {
    color: #fff;
    font-size: 14px;
    opacity: .9;
}

.v5-btn1 .btn,
.v5-btn1 .btn:focus {
    background-color: #00aeef;
    font-size: 13px;
    letter-spacing: .5px;
    padding: 10px 15px;
    color: #fff;
    border-radius: 0;
    margin-top: 30px;
}

.et5-text1 {
    font-size: 30px;
    color: #434343;
    font-family: Arimo, sans-serif;
}

.et5-text2 {
    font-size: 14px;
    color: #868585;
    max-width: 970px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.et5-text3 {
    font-size: 13px;
    padding-top: 15px;
    color: #999;
}

.temp-five2 {
    background-color: #fff;
}

.temp-five2 .team-section {
    padding: 40px 0;
    background-image: url(../images/uploads/edifice-section/bg-wht67.webp);
    background-position: center right;
    background-repeat: no-repeat;
}

.cann-tab .divider-solid,
.temp-five2 .divider-solid {
    border: 1px solid #00aeef;
    width: 40px;
    margin: 8px auto 20px;
}

.temp-five2 .canyon-sec-equal .content-block {
    margin-bottom: 20px;
}

.img-doct img {
    width: 90%;
}

.cann-tab {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.cann-tab .tab-bg-img {
    background: 0 0;
}

.cann-tab .tab-imgdiv {
    display: none;
}

.cann-tab .edi-tab-image.nav-tabs li a {
    padding: 15px;
    font-weight: 500;
    font-size: 14px;
    font-family: Arimo, sans-serif;
    color: #868585;
    background-color: transparent;
}

.cann-tab .edi-tab-image.nav-tabs li.active a {
    background-color: #7ed026;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.cann-tab .edi-tab-image.nav-tabs li a:hover {
    background-color: #eef3e9
}

.cann-tab .edi-tab-image.nav-tabs li.active a:hover {
    background-color: #7ed026;
    color: #fff;
    font-weight: 600;
}

.tx-tab .table-bordered,
.tx-tab .table-bordered > tbody > tr > td,
.tx-tab .table-bordered > tbody > tr > th {
    border: 0;
}

.table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eef3e9;
}

.tx-tab .table > tbody > tr > td {
    padding: 17px 22px;
    border-top: 0 solid #ddd;
    font-size: 14px;
    vertical-align: middle;
    color: #868585;
}

.cann-tab .tab-content {
    padding: 0;
}

.tb-img {
    width: 50px;
    height: 50px;
    display: inline-table;
    border-radius: 40px;
    position: relative;
}

.tb-img img {
    width: 100%;
    border-radius: 60px;
}

.tx-tab {
    margin-top: 30px;
}

.tx-tab .table > tbody > tr > td.tabtd-1 {
    color: #434343;
    font-weight: 800;
}

.tx-tab .table > tbody > tr > td.fw-600 {
    font-weight: 600;
}

.w-145 {
    width: 145px;
}

.vb-map .infoWindow-block-container .image-block {
    background-color: #fff;
}

.cnn-contact {
    background-color: #fff;
}

.cnn-right {
    padding: 40px 50px 40px;
}

.cnn-right h2 {
    font-family: Arimo, sans-serif;
}

.cnn-right .divider-solid {
    border: 1px solid #00aeef;
    width: 40px;
    margin: 0 0 15px;
}

.cnn-form .edi-adv-form-group .form-control,
.cnn-form .input-group .form-control {
    border: 0;
    border-bottom: 1px solid #bdbdbd;
    padding-left: 0;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}

.cnn-form .edi-adv-form-group .form-control::placeholder {
    color: #999;
    font-family: Arimo, sans-serif;
}

.cnn-cap .input-group .form-control {
    padding-left: 10px;
    border: 1px solid #bdbdbd;
}

.cnn-checkbx .edi-checkbox label {
    color: #999;
    font-size: 13px;
    font-weight: 400;
}

.cnn-checkbx .edi-checkbox .check {
    border: 1px solid #b5b5b5;
}

.cnn-submit .btn {
    background-color: #00aeef;
    border-radius: 0;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 600;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.vb-map .gmap-block {
    height: 600px;
}

.cnn-btns a.btn {
    padding: 10px 15px;
    border-radius: 0;
    font-size: 13px;
    color: #fff;
    opacity: 1;
    font-family: Arimo, sans-serif;
}

.cnn-btns {
    padding-top: 20px;
}

.cnn-btns a.btn.btn-info {
    margin-left: 10px;
    background-color: #00aeef;
    border: 1px solid #00aeef;
}

.cnn-btns a.btn.btn-success {
    background-color: #7ed026;
    border: 1px solid #7ed026;
}

.header-menu.header-menu-left.cnn-header ul.navbar-nav > li > a:not(.btn) {
    color: #434343;
    font-size: 14px;
    text-transform: capitalize;
}

.cnn-header ul.navbar-nav > li.active > a:not(.btn),
.cnn-header ul.navbar-nav > li > a:not(.btn):hover {
    opacity: 1;
    border-bottom-color: #00aeef;
}

.bg-blck {
    background: #434343;
}

.cnn-social .bmw-icongroup-list li a {
    color: #7ed026;
    border-color: #fff;
    background-color: #fff;
}

.cnn-social .bmw-icongroup-list li a:hover,
.cnn-social .bmw-icongroup-list li.active a {
    color: #fff;
    border-color: #7ed026;
    background-color: #7ed026;
}

.bottom-lnk {
    margin-bottom: 25px;
}

.bottom-lnk a.btn {
    color: #fff;
    background: 0 0;
    border: none;
    outline: 0;
    font-size: 12px;
    opacity: .9;
}

.bottom-lnk a.btn:hover {
    color: #7bd41c;
}

.top-header.cnn-top {
    font-size: inherit;
    line-height: inherit;
}

.cnn-copy {
    color: #fff;
    background: 0 0;
    font-size: 11px;
    opacity: .9;
    font-weight: 400;
    padding: 25px 0 0;
    border-top: 1px solid #5f5f5f;
}

@media(max-width:1024px) {
    .img-doct img {
        width: 30%;
    }

    .xs-center {
        text-align: center;
    }

    .temp-five2 .canyon-snd-sec {
        overflow: hidden;
    }

    .temp-five2 .canyon-sec-equal .content-block {
        margin-bottom: 5px;
    }

    .cann-tab .tab-container {
        padding: 0 15px;
    }

    .cnn-contact {
        height: auto;
    }

    .top-header.cnn-top .navbar-header {
        width: 50%;
        text-align: left;
    }
}

@media(max-width:568px) {
    .bg-banner-et5.temp5-ban {
        background-position: 80% 17%;
    }

    .temp5-ban .heading-h1 {
        font-size: 28px;
        text-align: center;
    }

    .t5-text {
        text-align: center;
    }

    .v5-btn1 {
        text-align: center;
    }

    .img-doct img {
        width: 50%;
    }

    .xs-pl0 {
        padding-left: 0;
    }

    .xs-pr-0 {
        padding-right: 0;
    }

    .cnn-right {
        padding: 30px;
    }

    .top-header.cnn-top .navbar-header {
        width: 100%;
    }

    .cnn-btns {
        display: inline-block;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .cnn-btns a.btn {
        padding: 8px 10px;
        font-size: 12px;
    }

    .cnn-top .navbar-brand {
        line-height: 65px;
    }
}

/*edifice-template-5 css export here*/

/*et-06 css export here*/
@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);

body {
    font-family: Montserrat, sans-serif
}

.et006-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../images/uploads/edifice-section/et6-banner.webp);
    padding: 200px 0
}

.fs-50-600 {
    font-size: 50px;
    font-weight: 600
}

.fs-22-400 {
    font-size: 22px;
    font-weight: 400
}

.fsv-600 {
    color: #33475b;
    font-size: 30px;
    font-weight: 600
}

.fsv-ct-400 {
    color: #33475b;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 20px
}

.fsv-ct-13 {
    color: #33475b;
    font-size: 13px;
    font-weight: 400
}

.fsv-hd-500 {
    color: #33475b;
    font-size: 20px;
    font-weight: 500
}

.box-s01 {
    padding: 40px 20px;
    border-radius: 2px
}

.et06-tab-sec .nav.nav-lines.et6-tab li {
    background-color: #f4f4f4;
    border-radius: 20px;
    margin: 0 4px
}

.et06-tab-sec .nav.nav-lines.et6-tab li a {
    color: #33475b;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    border: none;
    padding: 4px 34px
}

.et06-tab-sec .nav.nav-lines.et6-tab li.active a {
    color: #d63289;
    border: none
}

.img-cover {
    width: 100%;
    height: 270px;
    overflow: hidden;
    padding: 15px 0
}

.img-cover img {
    height: auto
}

.et06-box2 {
    background-image: url(../images/uploads/edifice-section/et6-right.webp);
    background-color: #ef4fa6;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}

.et6-carousel .item p {
    color: #33475b;
    margin-bottom: 0;
    padding: 0 20px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    position: relative
}

.et6-carousel .item p:before {
    content: "\f10d";
    position: absolute;
    left: -3px;
    top: -2px;
    font-size: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #33475b;
    opacity: .7
}

.et6-carousel .item p:after {
    content: "\f10e";
    position: absolute;
    font-size: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    bottom: 0;
    right: 3px;
    color: #33475b;
    opacity: .7
}

.et6-carousel {
    display: block;
    background-color: #fff;
    padding: 20px 15px;
    min-height: 350px;
    width: 70%;
    margin: 0 auto;
}

.round-box {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    margin: 0 20px;
    border-radius: 60px
}

.round-box img {
    width: 100%;
    height: auto
}

.et6-carousel h3.d-edi-carousel-heading {
    color: #33475b;
    font-size: 18px
}

.et6-carousel h5.d-edi-carousel-heading {
    color: #33475b;
    font-size: 14px;
    font-weight: 400
}

.et6-carousel .custom-carousel-002 .carousel-indicators {
    margin-bottom: 0;
    bottom: -70px
}

.et6-carousel .carousel-indicators li {
    display: inline-block;
    width: 25px;
    height: 5px;
    border-radius: 0;
    margin: 0 2px;
    opacity: .5;
    background-color: #fff
}

.et6-carousel .carousel-indicators .active {
    width: 25px;
    height: 5px;
    background-color: #fff;
    border-radius: 0;
    opacity: 1
}

.et6-carousel .d-edi-carousel-content {
    min-height: 150px
}

.et06-cbox2 {
    background-image: url(../images/uploads/edifice-section/form-banner87.webp);
}

.temp06-form {
    padding: 60px 80px
}

.temp06-form h2 {
    font-size: 28px;
    color: #33475b;
    font-weight: 600
}

.temp06-form p.para-content {
    font-size: 13px;
    color: #33475b;
    padding-bottom: 20px
}

.temp06-form .input-group .form-control,
.temp06-form textarea.form-control {
    font-size: 14px;
    color: #33475b;
    border: 1px solid #33475b3d;
    margin-bottom: 10px;
    box-shadow: 0 0 3px -2px #33475b
}

.temp06-form .input-group .form-control::placeholder,
.temp06-form textarea.form-control::placeholder {
    font-size: 14px;
    color: #33475b;
    font-weight: 500;
    font-family: Montserrat, sans-serif
}

.temp06-form .cnn-submit .btn {
    background-color: #5dd6ed;
    width: 100%;
    border: 1px solid #5dd6ed;
    font-size: 16px
}

.temp06-form .cnn-submit .btn:hover {
    background-color: #31c8e4
}

.temp06-form .edi-form-container {
    margin-top: 20px
}

@media(max-width:1024px) {
    .img-cover {
        height: 180px
    }

    .xs-mb-10 {
        margin-bottom: 10px
    }

    .et6-carousel {
        padding: 15px 10px;
        min-height: 330px;
        width: 80%;
    }

    .et6-carousel .custom-carousel-002 .carousel-indicators {
        bottom: -50px
    }

    .temp06-form {
        padding: 40px 10px
    }
}

@media(max-width:568px) {
    .et006-bg {
        padding: 50px 0
    }

    .tab-001.et6-tab {
        text-align: left
    }

    .et06-tab-sec .nav.nav-lines.et6-tab li a {
        padding: 1px 25px
    }

    .et06-tab-sec .nav.nav-lines.et6-tab li {
        margin-bottom: 10px
    }

    .et06-tab-sec .tab-container {
        padding: 0 25px
    }

    .et06-tab-sec .tab-content {
        padding: 5px 0 0
    }

}


.flexUserSettings > .edi-section-column a {
    display: none !important;
}

.flexUserSettings .edi-section-column a.addwidget,
.flexUserSettings .edi-section-column a.column-settings {
    display: block !important;
}

/*et-06 css export here*/

/*et-06-footer css export here*/
@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);

body {
    font-family: Montserrat, sans-serif
}

.et-ft-06 {
    background-color: #222;
    padding: 40px 0 0
}

.et-ft-06 p.para-content {
    color: #fff;
    font-size: 14px;
    opacity: .9;
    margin: 1px 0
}

.ft06-h1 h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px
}

.ft-06-link a.btn {
    background: 0 0;
    color: #fff;
    opacity: .9;
    font-size: 14px;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    text-align: left;
    margin: 7px 0;
    text-shadow: none
}

.t6-inner-container {
    width: 1020px;
    margin: 0 auto;
    overflow: hidden
}

.ft06-divider .line-separator {
    width: 100%;
    height: 2px;
    display: block;
    margin: 10px 0 10px;
    opacity: .2;
    background-color: #fff
}

.p-tb-10-0 {
    padding: 10px 0 0
}

.t6-theme {
    color: #bbb8b8;
    width: 30px;
    height: 30px;
    line-height: 29px;
    border: 1px solid transparent
}

.ft-06-link a.btn:active,
.ft-06-link a.btn:hover {
    color: #5dd6ed;
    transition: all .3s ease-in-out
}

.t6-theme:active,
.t6-theme:focus,
.t6-theme:hover,
.t6-theme:visited {
    color: #5dd6ed;
    border: 1px solid #5dd6ed;
    transition: all .3s ease-in-out;
    line-height: 29px
}

.et-06-bglft {
    background-image: url(../images/uploads/edifice-section/et6-lftbanner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width:1024px) {
    .t6-inner-container {
        width: 100%
    }
}

@media(max-width:568px) {
    .container.xs-w100p {
        width: 100%
    }

    .xs-mb-10 {
        margin-bottom: 10px
    }

    .xs-mb-20 {
        margin-bottom: 20px
    }

    .et-ft-06 {
        padding: 0
    }

    .ft-06-link {
        margin-bottom: 20px
    }

    .xs-center {
        text-align: center
    }
}

/*et-06-footer css export here*/

/*et-07 css export here*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500&display=swap);

body {
    font-family: Montserrat, sans-serif !important
}

.fs-50-300 {
    font-size: 50px;
    font-weight: 300
}

.fs-45-300 {
    font-size: 45px;
    font-weight: 300
}

.fs-25-300 {
    font-size: 25px;
    font-weight: 300
}

.fs-26-300 {
    font-size: 26px;
    font-weight: 300
}

.fs-28-300 {
    font-size: 28px;
    font-weight: 300
}

.fs-38-300 {
    font-size: 38px;
    font-weight: 300
}

.fs-14-300 {
    font-size: 14px;
    font-weight: 300
}

.fs-15-300 {
    font-size: 15px;
    font-weight: 300
}

.fs-21-300 {
    font-size: 21px;
    font-weight: 300
}

.fs-13-500 {
    font-size: 13px;
    font-weight: 500
}

.fs-13-400 {
    font-size: 13px;
    font-weight: 400
}

.fs-13-300 {
    font-size: 13px;
    font-weight: 300
}

.fs-15-400 {
    font-size: 15px;
    font-weight: 400
}

.fs-20-400 {
    font-size: 20px;
    font-weight: 400
}

.fs-20-500 {
    font-size: 20px;
    font-weight: 500
}

.fs-12-400 {
    font-size: 12px;
    font-weight: 400
}

.fs-12-300 {
    font-size: 12px;
    font-weight: 300
}

.fs-45-600 {
    font-size: 45px;
    font-weight: 600
}

.fs-18-400 {
    font-size: 18px;
    font-weight: 400
}

.fs-28-500 {
    font-size: 28px;
    font-weight: 500
}

.mh-650 {
    min-height: 650px
}

.bg-f7f7f7 {
    background-color: #f7f7f7
}

.bg-000000 {
    background-color: #000
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mb-0 {
    margin-bottom: 0
}

.p-0 {
    padding: 0
}

.p-b-30 {
    padding-bottom: 30px
}

.p-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.p-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.p-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.p-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.p-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.color-fff {
    color: #fff
}

.color-302624 {
    color: #302624
}

.color-232323 {
    color: #232323
}

.color-272727 {
    color: #272727
}

.bg-1C1C1C {
    background-color: #1c1c1c
}

.bg-2397AF {
    background-color: #2397af
}

.color-33475B {
    color: #33475b
}

.color-2397AF {
    color: #2397af
}

.color-1B1B1B {
    color: #1b1b1b
}

.color-888888 {
    color: #888
}

.et07-bg-img-1 {
    background-image: url(../images/uploads/edifice-section/et-07-rt2.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.table-cell-vm {
    display: table-cell;
    vertical-align: middle
}

.w-150 {
    width: 150px
}

.et-07-btn.btn.btn-outline {
    padding: 12px 30px;
    border-radius: 0;
    background: #fff;
    color: #40a068;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease-in-out
}

.et-07-btn.btn.btn-outline:hover {
    background: #40a068;
    color: #fff;
    transition: all .3s ease-in-out
}

.et-07-bglft {
    background-image: url(../images/uploads/edifice-section/et-07-lft1.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.ft07-divider .line-separator {
    width: 70px;
    border-bottom: 4px solid #aaceb9;
    margin-top: 0
}

.box-border-07 {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #e3e3e3
}

.img-cover2 {
    width: 100%;
    height: 270px;
    overflow: hidden
}

.img-cover2 img {
    height: auto
}

.p-tb-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.p-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.et07-bg-img-2 {
    background-image: url(../images/uploads/edifice-section/lft-bann55.webp);
    background-position: center
}

.et-07-bg9BC2E1 {
    background-color: #9bc2e1
}

.img-cover3 {
    width: 100%;
    overflow: hidden;
    margin-top: 50px
}

.img-cover3.h-auto {
    height: auto
}

.img-cover3 img {
    height: auto
}

.et-flex-wrapper {
    display: flex;
    flex: 0 0 100%;
    width: 100%
}

.et-flex-box {
    position: relative;
    width: 100%
}

.et-flex-box-6 {
    flex: 0 0 50%
}

.spacer-100-30 {
    padding: 100px 30px
}

.hgt-sm-xs {
    height: 100%
}

@media (max-width:767px) {
    .et-flex-wrapper {
        display: block
    }

    .hgt-sm-xs {
        min-height: 400px
    }
}

@media(max-width:1024px) {
    .et-07-bglft .spacer-100-30 {
        padding: 50px 20px
    }

    .box-border-07 {
        margin-bottom: 20px
    }

    .et-07-bg9BC2E1 .spacer-100-30 {
        padding: 50px 20px
    }
}

@media(max-width:568px) {
    .img-cover2 {
        height: auto
    }
}

/*et-07 css export here*/

/*et-08 css export here*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500&display=swap);

body {
    font-family: Montserrat, sans-serif !important
}

.et008-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../images/uploads/edifice-section/et-08-bannerr.webp);
    padding: 140px 0;
    background-position: center top
}

.et-08-btn.btn.btn-outline {
    border-radius: 60px;
    background: #2397af;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #2397af;
    transition: all .5s ease-in-out
}

.et-08-btn.btn.btn-outline:hover {
    background: #fff;
    color: #2397af;
    border: 1px solid #fff;
    transition: all .5s ease-in-out
}

.p-tb-8060 {
    padding-top: 80px;
    padding-bottom: 60px
}

.pt-50 {
    padding-top: 50px
}

.op-8 {
    opacity: .8
}

.op-6 {
    opacity: .6
}

.bg-87D3E3 {
    background-color: #87d3e3
}

.fs-45-500 {
    font-size: 45px;
    font-weight: 500
}

.et08-bg-img2 {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../images/uploads/edifice-section/digital-455.webp);
    background-position: center
}

.fs-40-500 {
    font-size: 40px;
    font-weight: 500
}

.box-border-08 {
    overflow: hidden;
    border: 1px solid #f7f7f7;
    margin-bottom: 10px
}

.bg-gray08 {
    background-color: #f7f7f7;
    padding: 0 0 40px
}

.bg-gray-review {
    background-color: #f7f7f7;
    padding: 40px 0
}

.fs-18-500 {
    font-size: 18px;
    font-weight: 500
}

.fs-13-500 {
    font-size: 13px;
    font-weight: 500
}

.bg-green-08 {
    background-color: #b3c5bf
}

.ht-315 {
    height: 315px
}

.et08-review .grw-content-wrap {
    background: #fff
}

.et08-review .grw-rating {
    display: inline-block;
    margin: 30px 40px 10px;
    width: 100%
}

.et08-review .grw-content {
    color: #33475b;
    font-size: 15px;
    font-weight: 500
}

.et08-review .grw-rating i.fa.fa-star {
    color: #cacaca;
    font-size: 14px
}

.et08-review .grw-rating i.fa.fa-star.color-yellow {
    color: #f9d043
}

.et08-review .grw-user-logo > span {
    border-radius: 60px;
    background: 0 0
}

.et08-review .grw-user-content p.color-black {
    color: #33475b !important;
    font-size: 17px;
    font-weight: 600
}

.et08-review .grw-user-content p.text-muted {
    color: #33475b !important;
    font-size: 14px;
    font-weight: 500;
    opacity: .8
}

.et08-review .grw-content-wrap-item.mCustomScrollbar {
    padding: 15px 45px 40px
}

.et08-review .grw-feedback {
    padding: 15px 15px 40px 40px;
    display: block
}

.et08-review .grw-content-wrap-item::before {
    display: none
}

.et08-review .owl-theme .owl-nav [class*=owl-] {
    top: 40%
}

@media(max-width:1024px) {
    .et008-bg {
        padding: 80px 0
    }

    .bg-87D3E3 .spacer-100-30 {
        padding: 60px 8px
    }

    .bg-green-08 .p-lr-50 {
        padding: 0 20px
    }

    .xs-mt0 {
        margin-top: 0
    }

    .et08-review .owl-theme .owl-nav [class*=owl-] {
        margin: 5px 30px
    }
}

@media(max-width:568px) {
    .et008-bg {
        background-position: 70%
    }

    .et008-bg {
        padding: 40px 0
    }

    .p-tb-8060 {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px
    }

    .bg-87D3E3 .spacer-100-30 {
        padding: 40px 0
    }

    .xs-p-0 {
        padding: 0
    }

    .bg-green-08 .p-lr-50 {
        padding: 0 10px
    }

    .et08-review .owl-theme .owl-nav [class*=owl-] {
        margin: 5px 40px
    }
}

/*et-08 css export here*/

/*et-09 css export here*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500&display=swap);

body {
    font-family: Montserrat, sans-serif !important
}

.fs-50-300 {
    font-size: 50px;
    font-weight: 300
}

.fs-45-300 {
    font-size: 45px;
    font-weight: 300
}

.fs-25-300 {
    font-size: 25px;
    font-weight: 300
}

.fs-26-300 {
    font-size: 26px;
    font-weight: 300
}

.fs-28-300 {
    font-size: 28px;
    font-weight: 300
}

.fs-38-300 {
    font-size: 38px;
    font-weight: 300
}

.fs-14-300 {
    font-size: 14px;
    font-weight: 300
}

.fs-15-300 {
    font-size: 15px;
    font-weight: 300
}

.fs-21-300 {
    font-size: 21px;
    font-weight: 300
}

.fs-15-400 {
    font-size: 15px;
    font-weight: 400
}

.fs-20-400 {
    font-size: 20px;
    font-weight: 400
}

.fs-20-500 {
    font-size: 20px;
    font-weight: 500
}

.fs-12-400 {
    font-size: 12px;
    font-weight: 400
}

.fs-12-300 {
    font-size: 12px;
    font-weight: 300
}

.fs-13-500 {
    font-size: 13px;
    font-weight: 500
}

.fs-13-400 {
    font-size: 13px;
    font-weight: 400
}

.fs-13-300 {
    font-size: 13px;
    font-weight: 300
}

.fs-18-400 {
    font-size: 18px;
    font-weight: 400
}

.mh-650 {
    min-height: 650px
}

.bg-f7f7f7 {
    background-color: #f7f7f7
}

.bg-000000 {
    background-color: #000
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mb-0 {
    margin-bottom: 0
}

.p-0 {
    padding: 0
}

.p-b-30 {
    padding-bottom: 30px
}

.p-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.p-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.p-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.p-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.p-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.color-fff {
    color: #fff
}

.color-302624 {
    color: #302624
}

.color-232323 {
    color: #232323
}

.color-272727 {
    color: #272727
}

.bg-1C1C1C {
    background-color: #1c1c1c
}

.bg-2397AF {
    background-color: #2397af
}

.color-33475B {
    color: #33475b
}

.color-2397AF {
    color: #2397af
}

.color-1B1B1B {
    color: #1b1b1b
}

.color-888888 {
    color: #888
}

.et09-bg-img-1 {
    background-image: url(https://v2.edificecms.com/builder/elements/images/uploads/edifice-section/et09-1.webp)
}

.table-cell-vm {
    display: table-cell;
    vertical-align: middle
}

.w-150 {
    width: 150px
}

.et-09-btn.btn.btn-outline {
    padding: 10px 30px;
    border-radius: 5px
}

.et-09-btn.border-black.btn-outline {
    border-color: #000;
    color: #000
}

.et-flex-wrapper {
    display: flex;
    flex: 0 0 100%;
    width: 100%
}


.spacer-100-30 {
    padding: 100px 30px
}



@media (max-width:767px) {
    .et-flex-wrapper {
        display: block
    }

}

.et09-tab-sec .nav.nav-lines.et09-tab li {
    background-color: #f4f4f4;
    border-radius: 20px;
    margin: 0 4px
}

.et09-tab-sec .nav.nav-lines.et09-tab li a {
    color: #302624;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    border: none;
    padding: 4px 34px
}

.et09-tab-sec .nav.nav-lines.et09-tab li.active a {
    color: #d63289;
    border: none
}

.img-cover {
    width: 100%;
    height: 270px;
    overflow: hidden;
    padding: 10px 0
}

.img-cover img {
    height: 100%
}

.et09-img-wrapper-001 {
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 15px
}

.et09-img-wrapper-001 img {
    height: 100%
}

.et-10-header .up_main_menu.color-33475B li a {
    color: #33475b;
    opacity: 1;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400
}

.et-10-header ul.navbar-nav > li.active > a:not(.btn),
.et-10-header ul.navbar-nav > li > a:not(.btn):hover {
    border-bottom-color: transparent
}

.et-10-header .navbar-toggle .icon-bar {
    width: 35px;
    background-color: #000;
    top: -20px;
    right: 15px
}

.et-10-header .navbar-toggle .sr-only {
    opacity: 0
}

@media (max-width:767px) {
    .et-10-header .up_main_menu.color-33475B li a {
        line-height: 30px;
        padding: 0 15px
    }

    .et-10-header ul.navbar-nav > li {
        margin: 0
    }

    .et-10-header ul.navbar-nav > li:last-child {
        margin-bottom: 15px
    }
}

@media (max-width:1024px) {
    .et-10-header .navbar-header {
        width: auto
    }
}

.footer-logo {
    width: 150px
}

@media (max-width:767px) {
    .responsive-footer [class*=col-].text-right {
        text-align: center
    }

    .responsive-footer [class*=col-] .footer-logo {
        margin: 0 auto;
        text-align: center;
        display: block
    }
}

/*et-09 css export here*/

/*et-010 css export here*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500&display=swap);

body {
    font-family: Montserrat, sans-serif !important
}

.fs-50-300 {
    font-size: 50px;
    font-weight: 300
}

.fs-26-300 {
    font-size: 26px;
    font-weight: 300
}

.fs-28-300 {
    font-size: 28px;
    font-weight: 300
}

.fs-38-300 {
    font-size: 38px;
    font-weight: 300
}

.fs-15-300 {
    font-size: 15px;
    font-weight: 300
}

.fs-15-400 {
    font-size: 15px;
    font-weight: 400
}

.fs-20-400 {
    font-size: 20px;
    font-weight: 400
}

.fs-20-500 {
    font-size: 20px;
    font-weight: 500
}

.fs-12-400 {
    font-size: 12px;
    font-weight: 400
}

.fs-13-500 {
    font-size: 13px;
    font-weight: 500
}

.fs-13-400 {
    font-size: 13px;
    font-weight: 400
}

.fs-18-400 {
    font-size: 18px;
    font-weight: 400
}

.mh-650 {
    min-height: 650px
}

.bg-f7f7f7 {
    background-color: #f7f7f7
}

.mt-20 {
    margin-top: 20px
}

.p-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.p-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.p-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.color-fff {
    color: #fff
}

.et-10-header .up_main_menu.color-33475B li a {
    color: #33475b;
    opacity: 1;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400
}

.et-10-header ul.navbar-nav > li.active > a:not(.btn),
.et-10-header ul.navbar-nav > li > a:not(.btn):hover {
    border-bottom-color: transparent
}

.color-33475B {
    color: #33475b
}

.et001-bg-img-001 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/uploads/edifice-section/et001-topbanner.webp);
    padding: 140px 0
}

.w-150 {
    width: 150px
}

.et-10-btn.btn.btn-outline {
    padding: 10px 30px;
    border-radius: 5px
}

.et-10-btn.border-black.btn-outline {
    border-color: #000;
    color: #000
}

.et-10-header .navbar-toggle .icon-bar {
    width: 35px;
    background-color: #000;
    top: -20px;
    right: 15px
}

.et-10-header .navbar-toggle .sr-only {
    opacity: 0
}

.et10-bg-img-1 {
    background-image: url(../images/uploads/edifice-section/et001-img006.webp)
}

.et10-bg-img-2 {
    background-image: url(../images/uploads/edifice-section/et001-img007.webp)
}

.et-flex-wrapper {
    display: flex;
    flex: 0 0 100%;
    width: 100%
}

.bg-000 {
    background-color: #000
}

.bg-f8f8f8 {
    background-color: #f8f8f8
}

@media (max-width:767px) {
    .et-10-header .up_main_menu.color-33475B li a {
        line-height: 30px;
        padding: 0 15px
    }

    .et-10-header ul.navbar-nav > li {
        margin: 0
    }

    .et-10-header ul.navbar-nav > li:last-child {
        margin-bottom: 15px
    }

    .div-adj-container-et001 {
        padding-left: 30px;
        padding-right: 30px
    }

    .div-adj-container-et002 {
        padding-left: 30px;
        padding-right: 30px
    }

    .et-flex-wrapper {
        display: block
    }

}

@media (min-width:1050px) {
    .l-spacer-sm-xs {
        padding: 60px 30px 60px 88px
    }

    .r-spacer-sm-xs {
        padding: 60px 88px 60px 30px
    }
}

@media (max-width:1050px) {
    .l-spacer-sm-xs {
        padding: 30px 15px 30px 15px
    }

    .r-spacer-sm-xs {
        padding: 30px 15px 30px 15px
    }
}

@media (max-width:1024px) {
    .et-10-header .navbar-header {
        width: auto
    }
}

.etbox-10 .box-001 {
    padding: 40px 15px;
    border-radius: 2px
}

.etbox-10 .boxshadow-001 {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .12)
}

/*et-010 css export here*/
