* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

@font-face {
    font-family: 'Bodoni72C';
    src: url(../fonts/Bodoni72C-Bold.eot);
    src: url(../fonts/Bodoni72C-Bold.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Bodoni72C-Bold.woff2) format('woff2'),
        url(../fonts/Bodoni72C-Bold.woff) format('woff'),
        url(../fonts/Bodoni72C-Bold.ttf) format('truetype'),
        url(../fonts/Bodoni72C-Bold.svg#Bodoni72C-Bold) format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url(../fonts/BaiJamjuree-Regular.eot);
    src: url(../fonts/BaiJamjuree-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/BaiJamjuree-Regular.woff2) format('woff2'),
        url(../fonts/BaiJamjuree-Regular.woff) format('woff'),
        url(../fonts/BaiJamjuree-Regular.ttf) format('truetype'),
        url(../fonts/BaiJamjuree-Regular.svg#BaiJamjuree-Regular) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 16px;
    color: #999;
    line-height: 22px;
    font-weight: 400;
    background: #000;
    font-family: 'Bai Jamjuree';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

.content-section-bg::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 20% 30%, rgba(212, 175, 55, 0.03), transparent 40%), radial-gradient(ellipse at 80% 70%, rgba(141, 93, 30, 0.04), transparent 40%), linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.02) 25%, transparent 50%, rgba(255, 255, 255, 0.02) 75%, transparent 100%), repeating-linear-gradient(90deg, rgba(100, 100, 100, 0.03) 0px, rgba(150, 150, 150, 0.05) 1px, rgba(100, 100, 100, 0.03) 2px, transparent 3px, transparent 8px);
    background-size: 100% 100%, 100% 100%, 200% 100%, 8px 8px;
    animation: metalBrushSubtle 20s linear infinite, goldenGlow 10s ease-in-out infinite;
    z-index: 0;
    pointer-events: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0 15px;
    }
}

.large-container {
    max-width: 1560px;
    padding: 0 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0;
}

.auto-container {
    position: static;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input,
button,
select,
textarea {
    font-family: 'Bai Jamjuree';
    font-weight: 400;
    font-size: 16px;
    background: transparent;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    font-family: 'Bai Jamjuree';
    color: #fff;
    font-weight: 400;
    margin: 0;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Bodoni72C';
    color: #fff;
    font-weight: 400;
    margin: 0;
    transition: all 500ms ease;
}

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    background: #111;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px;
    width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    animation-delay: 1.6s;
}

.handle-preloader .loader-section {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #fff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}

.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

figure {
    margin: 0;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Bai Jamjuree';
    color: #000 !important;
    text-align: center;
    padding: 16px 65px;
    text-transform: capitalize;
    z-index: 1;
    transition: all 500ms ease;
}

.themebtn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Bai Jamjuree';
    color: #000 !important;
    text-align: center;
    padding: 15px 20px;
    text-transform: capitalize;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn.btn-one:hover {
    color: #222 !important;
}

.theme-btn.btn-one:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 500ms ease;
}

.theme-btn.btn-one:hover:before {
    width: 100%;
}

.pagination {
    position: relative;
    display: block;
}

.pagination li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.pagination li:last-child {
    margin: 0 !important;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #f5f5f5;
    text-align: center;
    color: #141417;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
    color: #fff;
}

.sec-pad {
    padding: 115px 0 120px;
}

.mr-0 {
    margin: 0 !important;
}

.scroll-to-top {
    position: fixed;
    right: 0;
    bottom: 100px;
    transform: rotate(90deg);
    z-index: 99;
}

.scroll-to-top .visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.scroll-to-top .scroll-bar {
    width: 50px;
    height: 2px;
    margin-right: 10px;
    position: relative;
}

.scroll-to-top .scroll-bar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f4244f;
    opacity: 0.3;
}

.scroll-to-top .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: currentColor;
}

.scroll-to-top .scroll-bar-text {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover {
    transform: scale(1.1);
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 28px;
}

.sec-title .sub-title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Bai Jamjuree';
    text-transform: uppercase;
    margin-bottom: 17px;
}

.sec-title h2 {
    display: block;
    font-size: 55px;
    line-height: 55px;
    font-weight: 400;
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    background-color: #111;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.header-lower {
    position: relative;
    width: 100%;
    padding: 36px 192px 0 125px;
    background: #000;
}

.header-lower .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 36px;
    background-repeat: repeat-x;
    z-index: 1;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .logo-box {
    position: relative;
    padding-bottom: 28px;
}

.main-header .logo-box .logo {
    max-width: 165px;
    width: 100%;
}

.main-header .logo-box .logo img {
    width: 100%;
}

.main-header .menu-area {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header .menu-area:before {
    position: absolute;
    content: '';
    background: #111;
    width: 6000px;
    height: calc(100% + 36px);
    left: -32px;
    bottom: 0;
}

.main-header .menu-right-content {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 60px;
    top: -4px;
}

.main-header .menu-right-content .search-box-outer {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    margin-right: 50px;
    transition: all 500ms ease;
}

.main-header .menu-right-content .nav-btn.nav-toggler {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    top: -5px;
    transition: all 500ms ease;
}

.xs-sidebar-group .xs-overlay {
    left: 0;
    top: 0;
    position: fixed;
    height: 100%;
    width: 20%;
    transform: scaleX(0);
    transform-origin: left center;
    cursor: url(../images/icons/cross-out.png), pointer;
    z-index: 9999999;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.65s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.xs-sidebar-group.isActive .xs-overlay {
    transform: scaleX(1);
    transition-delay: 0.03s;
}

.xs-sidebar-group .xs-overlay-2 {
    left: 20%;
    transition-delay: 0.06s;
}

.xs-sidebar-group .xs-overlay-3 {
    left: 40%;
    transition-delay: 0.09s;
}

.xs-sidebar-group .xs-overlay-4 {
    left: 60%;
    transition-delay: 0.12s;
}

.xs-sidebar-group .xs-overlay-5 {
    left: 80%;
    transition-delay: 0.15s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 50px;
    right: 35px;
    z-index: 1;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 460px;
    z-index: 999999999;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    transition: all 900ms ease;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}

.sidebar-textwidget {
    padding: 50px 40px;
}

.xs-sidebar-group .close-side-widget {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    font-weight: 400;
    font-size: 20px;
}

.sidebar-widget-container {
    position: relative;
    opacity: 0;
    visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    opacity: 1;
    visibility: visible;
}

.xs-bg-black {
    background-color: #121113;
}

.sidebar-info-contents .content-inner {
    position: relative;
}

.sidebar-info-contents .content-inner .logo {
    padding: 0 0 40px;
}

.sidebar-info-contents .content-inner .logo img {
    display: inline-block;
    max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
    position: relative;
}

.sidebar-info-contents .content-inner .content-box h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .content-box p {
    position: relative;
    font-size: 15px;
    margin-bottom: 25px;
    color: #d0cbc8;
}

.sidebar-info-contents .content-inner .content-box .theme-btn-two {
    padding: 10px 50px;
}

.sidebar-info-contents .content-inner .contact-info {
    position: relative;
    margin-top: 60px;
}

.sidebar-info-contents .content-inner .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: #d0cbc8;
    margin-bottom: 10px;
}

.sidebar-info-contents .content-inner .contact-info ul li a {
    color: #d0cbc8;
}

.sidebar-info-contents .content-inner .contact-info ul li a:hover {
    color: #fff;
}

.sidebar-info-contents .content-inner .contact-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .social-box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #b6b1af;
    z-index: 1;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #b6b1af;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover {
    color: #fff;
    border-color: #fff;
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .popup-inner {
    width: 100%;
    background: #272727;
    height: 100%;
}

.search-popup .upper-box {
    position: relative;
    padding: 70px;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.search-popup .close-search {
    position: relative;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    top: 11px;
    transition: all 500ms ease;
}

.search-popup .close-search:hover {
    color: red;
}

.search-popup .search-form {
    position: relative;
    width: 100%;
    padding: 100px 0 250px;
}

.search-popup .search-form .form-group {
    position: relative;
    margin: 0;
}

.search-popup .search-form fieldset input[type='search'] {
    position: relative;
    height: 90px;
    padding: 20px 0;
    background: #fff;
    border-radius: 0;
    border: 3px solid #fff;
    line-height: 30px;
    font-size: 20px;
    color: #222;
    font-family: 'Bai Jamjuree';
    font-weight: 400;
    padding: 10px 50px 10px 30px;
    transition: all 500ms ease;
}

.search-popup .search-form fieldset button[type='submit'] {
    position: absolute;
    top: 36px;
    right: 30px;
    font-size: 24px;
    color: #222;
    cursor: pointer;
    transition: all 500ms ease;
}

.search-popup .form-control:focus {
    box-shadow: none !important;
}

.main-menu .navbar-collapse {
    padding: 0;
    display: block !important;
}

.main-menu .navigation {
    margin: 0;
}

.main-menu .navigation>li {
    position: inherit;
    float: left;
    z-index: 2;
    margin: 0 11px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0 !important;
}

.main-menu .navigation>li:first-child {
    margin-left: 0 !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 30px;
    padding: 23px 0 39px;
    padding-top: 23px;
    padding-bottom: 39px;
    font-weight: 400;
    font-family: 'Bai Jamjuree';
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    letter-spacing: 0.2em;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li>a:after {
    position: absolute;
    content: '';
    width: calc(100% + 9px);
    height: 1px;
    left: -5px;
    bottom: 26px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.main-menu .navigation>li.current>a:after,
.main-menu .navigation>li:hover>a:after {
    transform: scale(1, 1);
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 230px;
    margin-top: 15px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    background-color: #000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Bai Jamjuree';
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .navigation>li>.megamenu li>a {
    padding-left: 0;
}

.main-menu .navigation>li>.megamenu h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: 15px;
    width: 230px;
    z-index: 100;
    display: none;
    border-radius: 0;
    background-color: #000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Bai Jamjuree';
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    letter-spacing: 1px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    margin-top: 0;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0;
}

.sticky-header .main-menu .navigation>li>a {
    padding-top: 29px;
    padding-bottom: 29px;
}

.main-header .sticky-header .logo-box {
    padding: 15px 10px 20px 12px;
}

.header-style-three .sticky-header .logo-box {
    padding: 20px 0 12px;
}

.main-header .sticky-header .main-menu .navigation>li.dropdown>a:before {
    top: 28px;
}

.main-header .sticky-header .btn-box .theme-btn {
    padding: 19px 35px;
}

.main-header .sticky-header .main-menu .navigation>li>a:after {
    display: none;
}

.main-header .sticky-header .outer-box {
    padding: 0 20px 0 10px;
}

.main-header .sticky-header .menu-right-content {
    top: 3px;
}

.mobile-menu.mobile-display {
    display: none;
    visibility: hidden;
    position: absolute;
    left: 0;
}

.main-menu .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    margin-bottom: 10px;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 100px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.7;
    visibility: visible;
    right: 100%;
    -webkit-transition: all 0.8s ease-out 0;
    -o-transition: all 0.8s ease-out 0;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #141417;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 0 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

div#mCSB_1_container {
    top: 0 !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0;
}

.main-header .outer-box {
    position: relative;
}

.banner-section {
    position: relative;
    overflow: hidden;
    padding-left: 125px;
    padding-bottom: 125px;
    background: #000;
    border-bottom: 1px solid #333;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    padding: 255px 0 320px;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.6;
    z-index: 1;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .active .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.banner-carousel .content-box {
    position: relative;
    display: block;
    z-index: 5;
    width: 100%;
}

.banner-carousel .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 112px;
    height: 112px;
    line-height: 112px;
    text-align: center;
    background: #630000;
    border-radius: 50%;
    margin-bottom: 40px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .icon-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box .icon-box img {
    display: inline-block;
}

.banner-carousel .content-box h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 42px;
    letter-spacing: 0.1em;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .content-box h2 span {
    font-weight: 300;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-carousel .content-box .btn-box .theme-btn {
    padding: 16px 40px;
}

.banner-carousel .owl-nav {
    position: absolute;
    right: 1080px;
    bottom: -119.5px;
}

.banner-carousel .owl-nav button {
    position: relative;
    display: inline-block;
    width: 114px;
    height: 114px;
    line-height: 114px;
    text-align: center;
    border: 1px solid #3f3f3f;
    font-size: 30px;
    cursor: pointer;
    font-weight: 700;
    transition: all 500ms ease;
}

.banner-carousel .owl-nav button:hover {
    color: #fff;
}

.banner-carousel .owl-nav button.owl-prev {
    margin-right: 5px;
}

.banner-section .banner-thumb-inner .single-item {
    position: relative;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 28px;
}

.banner-section .banner-thumb-inner .active.current .single-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: all 500ms ease;
}

.banner-section .banner-thumb-inner .single-item .count-text {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 22px;
}

.banner-section .banner-thumb-inner .single-item h6 {
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    font-family: 'Bai Jamjuree';
    text-transform: uppercase;
}

.banner-section .banner-thumb-inner .single-item p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

.banner-section .banner-thumb-inner {
    position: absolute;
    right: 185px;
    bottom: 0;
    width: 800px;
}

.banner-section .banner-thumb-inner:before {
    position: absolute;
    content: '';
    background: #111;
    width: 6000px;
    height: calc(100% + 36px);
    left: -88px;
    bottom: 0;
}

.banner-section .line-shape {
    z-index: 1;
}

.banner-section .social-links {
    position: absolute;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 120px;
    z-index: 1;
}

.banner-section .social-links:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 82px;
    left: 12px;
    top: 0;
}

.banner-section .social-links li {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.banner-section .social-links li:last-child {
    margin-bottom: 0;
}

.banner-section .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
}

.banner-section .social-links li a:hover {
    color: #fff;
}

.about-section {
    position: relative;
    padding: 225px 0 280px;
}

.about-section .image-box {
    margin-right: 130px;
}

.about-section .image-box .image {
    clip-path: polygon(0% 32%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.about-section .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}

.about-section .image-box:hover .image img {
    transform: scale(1.05);
}

.about-section .image-box:before {
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-8.png);
    width: 620px;
    height: 786px;
    left: 40px;
    bottom: 70px;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.about-section .image-box .text-inner {
    position: absolute;
    right: -40px;
    bottom: -30px;
    width: 207px;
    padding: 15px 30px 16px 33px;
    background: #323232;
    border-radius: 5px;
}

.about-section .image-box .text-inner h6 {
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Bai Jamjuree';
    text-transform: uppercase;
}

.about-section .image-box .text-inner p {
    color: #fff;
}

.about-section .content-box {
    display: block;
}

.about-section .content-box .text {
    margin-bottom: 46px;
}

.about-section .content-box .text p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 32px;
}

.about-section .content-box .text p:last-child {
    margin-bottom: 0;
}

.about-section .content-box .author-box {
    background: #323232;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 34px 50px 33px 49px;
}

.about-section .content-box .author-box:before {
    position: absolute;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    border: 1.5px dashed #999;
    border-radius: 10px;
}

.about-section .content-box .author-box .quote-box {
    position: absolute;
    left: 38px;
    top: -7px;
    font-size: 48px;
    line-height: 48px;
}

.about-section .content-box .author-box .inner {
    position: relative;
    display: block;
    padding-left: 98px;
}

.about-section .content-box .author-box .inner .author-thumb {
    position: absolute;
    left: 0;
    top: 12px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
}

.about-section .content-box .author-box .inner .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.about-section .content-box .author-box .inner p {
    color: #999;
    margin-bottom: 15px;
}

.about-section .content-box .author-box .inner .designation {
    position: relative;
    display: block;
    color: #999;
}

.about-section .shape-layer {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 142px;
    height: 214px;
    background-repeat: no-repeat;
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.line-shape {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 85%;
    max-width: 1530px;
    margin: 0 auto;
}

.line-shape .line {
    position: absolute;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.05);
    top: 0;
}

.line-shape .line.line-1 {
    left: 0;
}

.line-shape .line.line-2 {
    left: 33.333%;
}

.line-shape .line.line-3 {
    left: 66.666%;
}

.line-shape .line.line-4 {
    right: 0;
}

.overlay-anim-black-bg,
.overlay-anim-red-bg,
.overlay-anim-white-bg {
    display: inline-block;
    overflow: hidden;
}

.overlay-anim-black-bg:after,
.overlay-anim-red-bg:after,
.overlay-anim-white-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    -o-transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    z-index: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.overlay-anim-black-bg:after {
    background: #222;
}

.overlay-anim-white-bg:after {
    background: #fff;
}

.overlay-anim-black-bg.overlay-animation:after,
.overlay-anim-red-bg.overlay-animation:after,
.overlay-anim-white-bg.overlay-animation:after {
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
}

.mouse-pointer {
    position: fixed;
    top: 50%;
    left: -100px;
    -webkit-transform: translate(200%, 200%);
    -ms-transform: translate(200%, 200%);
    transform: translate(200%, 200%);
    width: 10px;
    height: 10px;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    -webkit-transition-property: width, height, background;
    -o-transition-property: width, height, background;
    transition-property: width, height, background;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition-timing-function: cubic-bezier(0.19, 0.94, 0.336, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 0.94, 0.336, 1);
    transition-timing-function: cubic-bezier(0.19, 0.94, 0.336, 1);
    font-size: 16px;
    text-indent: 0;
    border: none;
    mix-blend-mode: difference;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

body.out .mouse-pointer {
    width: 0;
    height: 0;
}

.service-section {
    position: relative;
    padding-bottom: 150px;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    border: 1px solid #323232;
    padding: 52px 30px 46px;
}

.service-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: #323232;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover:before {
    height: 100%;
}

.service-block-one .inner-box .icon-box {
    position: relative;
    min-height: 87px;
    margin-bottom: 13px;
    justify-content: center;
    display: flex;
}

.service-block-one.wow.slideInUp.animated.animated.animated {
    margin: 30px 0;
}

.service-block-one .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'Bai Jamjuree';
}

.video-section {
    position: relative;
    padding-bottom: 118px;
}

.video-section .inner-box {
    position: relative;
    width: 100%;
    padding: 294px 307px 294px 127px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video-section .inner-box:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg,
        rgba(39, 39, 39, 0) -9.17%,
        #272727 96.07%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.video-section .inner-box .content-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-section .inner-box .content-box .text h2 {
    display: block;
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 13px;
}

.video-section .inner-box .content-box .text h2 span {
    display: block;
}

.video-section .inner-box .content-box .text h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    padding-left: 30px;
}

.video-section .inner-box .content-box .text h4 i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff;
}

.video-section .inner-box .content-box .video-btn a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 106px;
    text-align: center;
    font-size: 50px;
    border-radius: 50%;
}

.video-section .inner-box .content-box .video-btn a:before,
.video-section .inner-box .content-box .video-btn a:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: '';
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(177, 151, 119, 0.4);
    box-shadow: 0 0 0 0 rgba(177, 151, 119, 0.4);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.video-section .inner-box .content-box .video-btn a:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.video-section .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
}

.video-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    background: #999;
    border-radius: 50%;
    margin: 0 2.5px;
    padding: 0;
    transition: all 500ms ease;
}

.video-section .owl-theme .owl-dots .owl-dot span:before {
    position: absolute;
    content: '';
    background: #999;
    width: 8px;
    height: 8px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.video-section .owl-theme .owl-dots .owl-dot.active span,
.video-section .owl-theme .owl-dots .owl-dot span:hover {
    background: transparent;
}

.project-section {
    position: relative;
}

.project-section .carousel-content {
    position: relative;
    margin-right: -500px;
}

.project-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg,
        rgba(39, 39, 39, 0) -9.17%,
        #272727 96.07%);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.project-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.project-block-one .inner-box .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 34px;
    padding-bottom: 44px;
    padding-right: 100px;
    z-index: 2;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box {
    bottom: 86px;
}

.project-block-one .inner-box .content-box h2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.project-block-one .inner-box .content-box h2 a {
    display: inline-block;
    color: #fff;
}

.project-block-one .inner-box .content-box p {
    padding-left: 30px;
}

.project-block-one .inner-box .content-box p i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}

.project-block-one .inner-box .content-box .big-text {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 60px;
    line-height: 70px;
    font-family: 'Bai Jamjuree';
    font-weight: 400;
    letter-spacing: 0.2em;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dfbe51;
}

.project-block-one .inner-box .content-box .link {
    position: absolute;
    right: 20px;
    bottom: -71px;
}

.project-block-one .inner-box .content-box .link a {
    font-size: 30px;
    color: #fff;
}

.project-section .owl-nav {
    position: absolute;
    left: -30px;
    top: 55%;
    transform: translateY(-50%);
}

.project-section .owl-nav button {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease;
}

.project-section .owl-nav button.owl-next {
    display: none;
}

.project-section .owl-nav button:hover {
    background: #fff;
}

.project-section .sec-title {
    margin-bottom: 60px;
}

.project-section .more-btn {
    margin-top: 50px;
}

.clients-section {
    position: relative;
    padding-top: 150px;
}

.clients-section .clients-logo {
    position: relative;
    display: block;
}

.clients-section .clients-logo img {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    transition: all 500ms ease;
}

.clients-section .clients-logo:hover img {
    transform: scale(0.95);
    opacity: 0.6;
}

.clients-section .shape {
    position: absolute;
    top: -62px;
    right: 0;
    width: 774px;
    height: 789px;
    background-repeat: no-repeat;
}

.news-section {
    position: relative;
    padding: 150px 0 162px;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    border: 1px solid #323232;
    padding: 41px 30px 47px;
}

.news-block-one .inner-box .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 4px;
    padding-left: 30px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
}

.news-block-one .inner-box .post-info li a:hover {
    text-decoration: underline;
}

.news-block-one .inner-box .post-info li:last-child {
    padding: 0;
    margin: 0;
}

.news-block-one .inner-box .post-info li i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.news-block-one .inner-box .post-info {
    margin-bottom: 15px;
}

.news-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 17px;
}

.news-block-one .inner-box h3 a {
    display: inline-block;
    color: #fff;
}

.news-block-one .inner-box p {
    color: #999;
}

.news-block-one .inner-box .overlay-content {
    position: absolute;
    top: -1px;
    left: 0;
    width: calc(200% + 33px);
    height: calc(100% + 2px);
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 20;
    display: flex;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    transition: 500ms ease;
    transform-origin: left center;
    background: #323232;
    padding: 52px 180px 50px 50px;
}

.news-block-one .inner-box:hover .overlay-content {
    transform: scaleX(1);
    opacity: 1;
    visibility: visible;
}

.news-block-one .inner-box .content-box {
    position: relative;
    display: block;
}

.news-section .sec-title {
    margin-bottom: 76px;
}

.news-block:last-child .news-block-one .inner-box .overlay-content {
    left: inherit;
    right: 0;
    transform-origin: right center;
}

.main-footer {
    position: relative;
    padding: 43px 0 38px;
}

.main-footer .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-footer .bg-layer:after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg,
        rgba(39, 39, 39, 0) -9.17%,
        #272727 96.07%);
    transform: rotate(-180deg);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.main-footer .bg-layer:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
}

.main-footer .sec-title a {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 66px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
}

.main-footer .sec-title a:hover {
    background: #fff;
}

.main-footer .sec-title h2 {
    margin-bottom: 29px;
}

.main-footer .sec-title {
    margin-bottom: 9px;
}

.main-footer .widget-title {
    position: relative;
    display: block;
    padding-bottom: 12px;
    margin-bottom: 40px;
}

.main-footer .widget-title:before {
    position: absolute;
    content: '';
    background: #4d4d4d;
    width: 70%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.main-footer .widget-title:after {
    position: absolute;
    content: '';
    width: 43px;
    height: 2px;
    left: 0;
    bottom: -1px;
    background: linear-gradient(270deg, #0d7dfc -22.92%, #ff9360 56.63%);
    -webkit-mask-image: linear-gradient(-75deg,
        rgba(244, 55, 55, 0.6) 50%,
        #f43737 50%,
        rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine_2 2s infinite;
}

.main-footer .widget-title h3 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}

.main-footer .contact-widget {
    position: relative;
    padding-left: 260px;
    padding-right: 80px;
}

@-webkit-keyframes shine_2 {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

.main-footer .contact-widget .info-list li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Bai Jamjuree';
    color: #fff;
    margin-bottom: 25px;
    padding: 7px 0 7px 57px;
}

.main-footer .contact-widget .info-list li:last-child {
    margin-bottom: 0;
}

.main-footer .contact-widget .info-list li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(to right, #8d5d1e, #fcf598);
    text-align: center;
    border-radius: 50%;
}

.main-footer .contact-widget .info-list li:last-child i {
    top: 6px;
}

.main-footer .contact-widget .info-list li:nth-child(2) i {
    background: #84cb74;
    background-image: linear-gradient(to right, #8d5d1e, #fcf598);
}

.main-footer .contact-widget .info-list li:last-child i {
    background: #333;
    background-image: linear-gradient(to right, #8d5d1e, #fcf598);
}

.main-footer .contact-widget .info-list li a {
    color: #fff;
}

.main-footer .subscribe-widget form .form-group {
    position: relative;
    margin-bottom: 32px;
}

.main-footer .subscribe-widget form .form-group input[type='text'],
.main-footer .subscribe-widget form .form-group input[type='email'],
.main-footer .subscribe-widget form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 85px;
    background: red;
    border: 1px solid red;
    font-size: 20px;
    font-family: 'Bai Jamjuree';
    color: #999;
    padding: 10px 150px 10px 30px;
    transition: all 500ms ease;
}

.main-footer .subscribe-widget form .form-group button {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Bai Jamjuree';
    color: #fff;
    padding: 16px 40px;
    cursor: pointer;
    transition: all 500ms ease;
}

.main-footer .subscribe-widget form .form-group input:focus+button,
.main-footer .subscribe-widget form .form-group button:hover {
    background: #000;
}

.main-footer .subscribe-widget .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.main-footer .subscribe-widget .social-links li:last-child {
    margin: 0 !important;
}

.main-footer .subscribe-widget .social-links li h4 {
    font-size: 20px;
    line-height: 30px;
    display: block;
}

.main-footer .subscribe-widget .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #999;
}

.footer-bottom {
    position: relative;
    padding-top: 15px;
}

.footer-bottom .copyright h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.footer-bottom .copyright h4 a {
    color: #fff;
}

.main-footer .image-layer-1 {
    position: absolute;
    left: 386px;
    top: 58px;
    width: 149px;
    height: 149px;
    z-index: 1;
}

.main-footer .image-layer-2 {
    position: absolute;
    right: 40px;
    top: 58px;
    width: 231px;
    height: 231px;
    z-index: 1;
}

.main-footer .image-layer-3 {
    position: absolute;
    left: 40px;
    bottom: 113px;
    z-index: 1;
}

.header-style-two .menu-area:before {
    display: none;
}

.header-style-two .header-lower {
    padding-top: 0;
    background: #111;
    padding-left: 10px;
    padding-right: 20px;
}

.header-style-two .header-lower .main-menu .navigation>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.header-style-two .header-lower .main-menu .navigation>li>a:after {
    bottom: 25px;
}

.header-style-two .header-lower .menu-right-content {
    top: 0;
}

.header-style-two .header-lower .logo-box {
    padding: 10px 10px 12px 12px;
}

.banner-style-two {
    position: relative;
    padding-bottom: 115px;
}

.banner-style-two .slider-content .single-item {
    position: relative;
    display: block;
    padding-bottom: 90px;
}

.banner-style-two .slider-content .single-item .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner-style-two .slider-content .single-item .image-box img {
    width: 100%;
}

.banner-style-two .slider-content .single-item .content-box {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 600px;
    background: maroon;
    padding: 49px 73px 51px 53px;
}

.banner-style-two .slider-content .single-item .content-box h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.banner-style-two .slider-content .single-item .content-box h2 span {
    display: block;
}

.banner-style-two .slider-content .single-item .content-box .info li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'Bai Jamjuree';
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 30px;
    padding-left: 30px;
}

.banner-style-two .slider-content .single-item .content-box .info li:last-child {
    margin: 0 !important;
}

.banner-style-two .slider-content .single-item .content-box .info li i {
    position: absolute;
    left: 0;
    top: 7px;
}

.banner-style-two .slider-content .single-item .content-box .icon-box {
    position: absolute;
    right: 20px;
    bottom: 25px;
}

.banner-style-two .owl-nav {
    position: absolute;
    right: 26px;
    bottom: 125px;
}

.banner-style-two .owl-nav button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
}

.banner-style-two .owl-nav button.owl-prev {
    margin-right: 20px;
}

.banner-style-two .image-inner {
    position: relative;
    display: block;
}

.banner-style-two .image-inner .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner-style-two .image-inner .image img {
    width: 100%;
}

.banner-style-two .image-inner .text {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 207px;
    background: #323232;
    border-radius: 5px;
    padding: 15px 30px 16px;
}

.banner-style-two .image-inner .text h6 {
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}

.banner-style-two .image-inner .text p {
    color: #fff;
}

.banner-style-two .shape {
    position: absolute;
    top: 134px;
    right: 0;
    width: 723px;
    height: 789px;
    background-repeat: no-repeat;
}

.about-style-two {
    position: relative;
    padding: 0 0 113px;
}

.about-style-two .line-shape {
    top: 10px;
}

.about-style-two .content-box .sec-title {
    margin-bottom: 30px;
}

.about-style-two .content-box .text p {
    margin-bottom: 32px;
    color: #999;
}

.about-style-two .content-box .text p:last-child {
    margin-bottom: 0;
}

.about-style-two .inner-box {
    position: relative;
    display: block;
}

.about-style-two .inner-box .curve-text {
    position: absolute;
    top: 0;
    right: 160px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 1px solid #323232;
}

.curve-text .text {
    position: absolute;
    left: 48px;
    top: 48px;
    width: 256px;
    height: 256px;
    background: #323232;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.curve-text .text h2 {
    display: block;
    font-size: 70px;
    line-height: 72px;
    font-weight: 700;
}

.curve-text .text h2 span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.curve-text .text h3 {
    display: block;
    font-size: 30px;
    line-height: 40px;
}

.curve-text .shape {
    position: absolute;
    left: 56px;
    bottom: 26px;
    width: 239px;
    height: 62px;
    background-repeat: no-repeat;
}

.curve-text .curved-circle {
    top: 10px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    color: #323232;
    letter-spacing: 13px;
    font-family: 'Bai Jamjuree';
}

.project-style-two {
    position: relative;
    padding-bottom: 90px;
}

.project-tab .p-tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
}

.project-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.project-tab .p-tabs-content {
    position: relative;
    display: block;
}

.project-tab .p-tab.active-tab .project-block-two {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.project-tab .p-tab .project-block-two {
    position: relative;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.project-style-two .sec-title p {
    color: #999;
    margin-top: 15px;
}

.project-style-two .sec-title {
    margin-bottom: 24px;
}

.project-style-two .tab-btns .p-tab-btn {
    position: relative;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #333;
}

.project-style-two .tab-btns .p-tab-btn h3 {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 65px;
    padding-right: 16px;
    cursor: pointer;
    letter-spacing: 2px;
}

.project-style-two .tab-btns .p-tab-btn h3 span {
    position: absolute;
    top: 12px;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.project-style-two .tab-btns .p-tab-btn.active-btn h3 span,
.project-style-two .tab-btns .p-tab-btn h3:hover span {
    transform: scale(1, 1);
}

.project-style-two .tab-btns .p-tab-btn h3:before {
    position: absolute;
    content: '';
    background: #999;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    transition: all 500ms ease;
}

.project-style-two .tab-btns .p-tab-btn.active-btn h3:before,
.project-style-two .tab-btns .p-tab-btn h3:hover:before {
    width: 100%;
}

.project-block-two .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-block-two .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.project-block-two .inner-box .text {
    position: absolute;
    left: 23px;
    bottom: 29px;
    background: #323232;
    width: 210px;
    border-radius: 5px;
    padding: 15px 30px 16px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.project-block-two .inner-box:hover .text {
    transform: scale(1, 1);
}

.project-block-two .inner-box .text h6 {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.project-block-two .inner-box .text h4 {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.project-block-two .inner-box .text p {
    color: #fff;
}

.project-style-two .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 38px;
}

.nav-style-one .owl-nav button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin: 0 10px;
    transition: all 500ms ease;
}

.testimonial-section {
    position: relative;
    padding-bottom: 180px;
}

.testimonial-section .thumb-item {
    position: relative;
    display: block;
    min-height: 503px;
    max-width: 636px;
}

.testimonial-section .thumb-item .thumb-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.testimonial-section .thumb-item .thumb-box .thumb {
    position: absolute;
    border-radius: 50%;
    background-repeat: no-repeat;
}

.testimonial-section .thumb-item .thumb-box .thumb-1 {
    width: 110px;
    height: 110px;
    top: 82px;
    left: 16px;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.testimonial-section .thumb-item .thumb-box .thumb-2 {
    width: 163px;
    height: 163px;
    top: 0;
    right: 70px;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.testimonial-section .thumb-item .thumb-box .thumb-3 {
    left: 43%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 133px;
    height: 133px;
}

.testimonial-section .thumb-item .thumb-box .thumb-4 {
    left: 0;
    bottom: 65px;
    width: 81px;
    height: 81px;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.testimonial-section .thumb-item .thumb-box .thumb-5 {
    right: 0;
    bottom: 0;
    width: 196px;
    height: 196px;
    -webkit-animation: zoom-fade 6s infinite linear;
    animation: zoom-fade 6s infinite linear;
}

.testimonial-section .thumb-item .quote-box {
    position: absolute;
    left: 48%;
    top: 54%;
    transform: translate(-50%, -50%);
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
    padding-left: 30px;
}

.testimonial-block-one .inner-box .quote {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 72px;
    line-height: 72px;
    font-family: 'Bai Jamjuree';
}

.testimonial-block-one .inner-box .text {
    font-size: 20px;
    line-height: 30px;
    color: #999;
    margin-bottom: 42px;
}

.testimonial-block-one .inner-box .text span {
    position: relative;
    display: inline-block;
    font-size: 54px;
    line-height: 0;
    font-family: 'Bai Jamjuree';
    top: 30px;
}

.testimonial-block-one .inner-box .author-box {
    position: relative;
    display: block;
    padding: 19px 0 20px 114px;
}

.testimonial-block-one .inner-box .author-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 91px;
    height: 91px;
    border-radius: 0;
}

.testimonial-block-one .inner-box .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
}

.testimonial-block-one .inner-box .author-box .designation {
    position: relative;
    display: block;
}

.testimonial-section .owl-nav {
    position: absolute;
    right: -10px;
    bottom: 25px;
}

.testimonial-section .sec-title {
    margin-bottom: 33px;
}

.video-section.alternat-2 .inner-box .content-box .video-btn a {
    border-color: #fff;
    color: #fff;
}

.video-section.alternat-2 .inner-box .content-box .video-btn a:before,
.video-section.alternat-2 .inner-box .content-box .video-btn a:after {
    -webkit-box-shadow: 0 0 0 0 red;
    box-shadow: 0 0 0 0 red;
}

.team-section {
    position: relative;
    padding-top: 30px;
}

.team-section .sec-title {
    margin-bottom: 60px;
}

.team-block-one {
    position: relative;
    margin-bottom: 25px;
}

.team-block-one .inner-box {
    position: relative;
    display: block;
}

.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.team-block-one .inner-box .image-box .social-links {
    position: absolute;
    top: 25px;
    right: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .social-links {
    right: 30px;
    opacity: 1;
    visibility: visible;
}

.team-block-one .inner-box .image-box .social-links li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.team-block-one .inner-box .image-box .social-links li:last-child {
    margin-bottom: 0;
}

.team-block-one .inner-box .image-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    color: #323232;
}

.team-block-one .inner-box .content-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0, 0);
    bottom: -25px;
    background: #323232;
    width: 230px;
    padding: 46px 30px 15px;
    clip-path: polygon(0% 32%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .content-box {
    transform: translateX(-50%) scale(1, 1);
}

.team-block-one .inner-box .content-box .count-text {
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Bai Jamjuree';
    color: transparent;
    -webkit-text-stroke-width: 1px;
}

.team-block-one .inner-box .content-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.team-block-one .inner-box .content-box h4 a {
    display: inline-block;
    color: #fff;
}

.team-block-one .inner-box .content-box .designation {
    position: relative;
    display: block;
}

.team-section .owl-theme .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.team-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    background: #999;
    border-radius: 50%;
    margin: 0 2.5px;
    padding: 0;
    transition: all 500ms ease;
}

.team-section .owl-theme .owl-dots .owl-dot span:before {
    position: absolute;
    content: '';
    background: #999;
    width: 8px;
    height: 8px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.team-section .owl-theme .owl-dots .owl-dot.active span,
.team-section .owl-theme .owl-dots .owl-dot span:hover {
    background: transparent;
}

.news-section {
    position: relative;
    padding: 170px 0 150px;
    border-bottom: 1px solid #323232;
}

.news-section .inner-container {
    position: relative;
    padding: 0 130px;
}

.news-block-two .inner-box {
    position: relative;
    display: block;
    background: #323232;
}

.news-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block-two .inner-box .image-box img {
    width: 100%;
    transition: all 5s ease;
}

.news-block-two .inner-box:hover .image-box img {
    transform: scale(1.1);
}

.news-block-two .inner-box .content-box {
    position: relative;
    display: block;
    padding: 53px 30px 50px 50px;
}

.news-block-two .inner-box .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 4px;
    padding-left: 30px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
}

.news-block-two .inner-box .post-info li a:hover {
    text-decoration: underline;
}

.news-block-two .inner-box .post-info li:last-child {
    padding: 0;
    margin: 0;
}

.news-block-two .inner-box .post-info li i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.news-block-two .inner-box .post-info {
    margin-bottom: 15px;
}

.news-block-two .inner-box h3 {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.news-block-two .inner-box h3 a {
    display: inline-block;
    color: #fff;
}

.news-block-two .inner-box p {
    color: #999;
}

.main-footer.style-two {
    padding: 61px 0 100px;
    background: #111 url(../images/footer-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.main-footer.style-two .subscribe-widget form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.main-footer.style-two .subscribe-widget form .form-group:last-child {
    margin-bottom: 0;
}

.main-footer.style-two .subscribe-widget form .form-group input {
    padding-right: 30px !important;
}

.main-footer.style-two .subscribe-widget form .form-group textarea {
    height: 190px;
    resize: none;
    padding-top: 30px;
}

.main-footer.style-two .subscribe-widget form .form-group button {
    position: relative;
    top: 0;
    right: 0;
}

.main-footer.style-two .sec-title {
    margin-bottom: 54px;
}

.main-footer.style-two .sec-title h2 {
    font-size: 60px;
    line-height: 70px;
}

.main-footer .links-widget {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.main-footer .links-widget .links-list li {
    position: relative;
    display: block;
}

.main-footer .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 45px;
    font-family: 'Bai Jamjuree';
    color: #fff;
    text-transform: uppercase;
}

.main-footer.style-two .contact-widget {
    padding: 0;
}

.main-footer.style-two .contact-widget .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 38px;
}

.main-footer.style-two .contact-widget .text {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.main-footer.style-two .contact-widget .text p {
    color: #999;
}

.main-footer.style-two .contact-widget .copyright {
    position: relative;
    display: block;
    margin-top: 98px;
}

.main-footer.style-two .contact-widget .copyright h4 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
}

.main-footer.style-two .contact-widget .copyright a {
    color: #fff;
}

.main-footer.style-two .pattern-layer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 868px;
    height: 621px;
    background-repeat: no-repeat;
}

.main-header.header-style-three {
    display: none;
}

.main-content-outerbox {
    position: relative;
}

.main-content-outerbox .fixed-left-column {
    position: fixed;
    left: 0;
    top: 0;
    width: 410px;
    height: 100%;
    background: #272727;
    z-index: 2;
}

.main-content-outerbox .main-content-column {
    position: relative;
    float: right;
    padding-left: 410px;
    width: 100%;
    z-index: 1;
}

.main-content-outerbox .mobile-menu {
    position: absolute;
    opacity: 1;
    visibility: visible;
    width: 410px;
}

.main-content-outerbox .mobile-menu .menu-backdrop {
    display: none;
}

.main-content-outerbox .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    background: transparent;
    padding-left: 60px;
    padding-right: 60px;
}

.main-content-outerbox .mobile-menu .navigation li.dropdown .dropdown-btn {
    width: 100%;
    height: 66px;
    background: transparent;
    transform: rotate(0deg) !important;
}

.main-content-outerbox .mobile-menu .navigation li.dropdown .dropdown-btn span {
    display: none;
}

.main-content-outerbox .mobile-menu .navigation li>a:before {
    display: none;
}

.main-content-outerbox .mobile-menu .nav-logo {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}

.main-content-outerbox .mobile-menu .navigation li>a {
    font-size: 15px;
    line-height: 65px;
    padding: 0;
    font-family: 'Bai Jamjuree';
    letter-spacing: 0.2em;
}

.main-content-outerbox .mobile-menu .navigation li {
    border-top: none;
    border-bottom: 1px solid #323232;
}

.main-content-outerbox .mobile-menu .navigation li:last-child {
    border-bottom: none;
}

.main-content-outerbox .mobile-menu .navigation:last-child {
    border: none;
}

.main-content-outerbox .mobile-menu .social-links li {
    margin: 0 20px;
}

.main-content-outerbox .mobile-menu .social-links li a {
    font-size: 24px;
    color: #999;
}

.main-content-outerbox .mobile-menu .social-links li a:hover {
    color: #fff;
}

.main-content-outerbox .mobile-menu .social-links {
    margin-bottom: 30px;
    margin-top: 50px;
}

.main-content-outerbox .mobile-menu .copyright h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.main-content-outerbox .mobile-menu .copyright h4 a {
    color: #fff;
}

.banner-style-three {
    position: relative;
    padding: 0;
    padding-bottom: 176px;
}

.banner-style-three h2 {
    margin-bottom: 30px !important;
}

.banner-style-three h2 span {
    display: block;
    color: #fff !important;
}

.banner-style-three .banner-carousel .slide-item {
    padding: 330px 0 300px;
}

.banner-style-three .support-box {
    position: absolute;
    top: 45px;
    right: 100px;
    z-index: 2;
}

.banner-style-three .support-box h4 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding-left: 57px;
}

.banner-style-three .support-box h4 a {
    display: inline-block;
    color: #fff;
}

.banner-style-three .support-box h4 a:hover {
    text-decoration: underline;
}

.banner-style-three .support-box h4 i {
    position: absolute;
    left: 0;
    top: -3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #fd1a5a;
    border-radius: 50%;
}

.banner-style-three .banner-thumb-inner {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 870px;
}

.banner-style-three .banner-thumb-inner .single-item {
    position: relative;
    display: block;
    width: 280px;
    margin-right: 15px;
    float: left;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    border-radius: 5px;
    padding: 76px 30px 79px;
}

.banner-style-three .banner-thumb-inner .single-item:before {
    position: absolute;
    content: '';
    background: #323232;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 500ms ease;
}

.banner-style-three .banner-thumb-inner .owl-item.current .single-item:before {
    background: #000;
    opacity: 0.8;
}

.banner-style-three .banner-thumb-inner .single-item .icon-box {
    position: relative;
    display: inline-block;
    min-height: 87px;
    margin-bottom: 13px;
}

.banner-style-three .banner-thumb-inner .single-item .icon-box img {
    display: inline-block;
}

.banner-style-three .banner-thumb-inner .single-item h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.banner-style-three .banner-thumb-inner .single-item p {
    display: block;
    color: #999;
    transition: all 500ms ease;
}

.banner-style-three .banner-thumb-inner .owl-item.current .single-item p {
    color: #fff;
}

.banner-style-three .banner-carousel .owl-nav {
    right: 890px;
    bottom: -20px;
}

.banner-style-three .banner-carousel .owl-nav .owl-next {
    display: none;
}

.banner-style-three .banner-carousel .owl-nav button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 50%;
    border: none;
    font-size: 30px;
    color: #fff;
}

.banner-style-three .banner-carousel .owl-nav button:hover {
    background: #fff;
}

.banner-style-three .text {
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 570px;
    text-align: left;
}

.banner-style-three .text h1 {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.banner-style-three .text h1 span {
    font-weight: 300;
}

.banner-style-three .text p {
    color: #999;
}

.project-style-three {
    position: relative;
    padding: 100px 0 0;
}

.project-style-three .sec-title {
    margin-bottom: 55px;
}

.project-style-three .inner-content {
    margin-right: -100px;
}

.project-style-three .shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 723px;
    height: 789px;
    background-repeat: no-repeat;
}

.project-style-two .shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 723px;
    height: 789px;
    background-repeat: no-repeat;
}

.about-section.alternat-2 .content-box .btn-box .theme-btn {
    padding: 16px 40px;
}

.about-section.alternat-2 .content-box {
    max-width: 560px;
    margin-top: -110px;
}

.about-section.alternat-2 .curve-text {
    position: absolute;
    bottom: -130px;
    right: -150px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 1px solid #323232;
    z-index: 1;
}

.about-section.alternat-2 .curve-text .curved-circle {
    left: 175px;
}

.about-section.alternat-2 .image-box:after {
    top: 47px;
}

.video-section.home-3 .testimonial-content {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 685px;
    background: #323232;
    padding: 73px 90px 83px 62px;
}

.video-section .testimonial-content .text-inner {
    position: relative;
    display: block;
    padding-left: 32px;
    margin-bottom: 23px;
}

.video-section .testimonial-content .text-inner .quote {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 72px;
    line-height: 72px;
    font-family: 'Bai Jamjuree';
    font-weight: 400;
}

.video-section .testimonial-content .text-inner p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Bai Jamjuree';
    color: #999;
}

.video-section .testimonial-content .author-box {
    position: relative;
    display: block;
    padding: 19px 0 20px 114px;
}

.video-section .testimonial-content .author-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 91px;
    height: 91px;
    border-radius: 50%;
}

.video-section .testimonial-content .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.video-section .testimonial-content .author-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}

.video-section .testimonial-content .author-box .designation {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 22px;
}

.video-section.home-3 .owl-nav {
    position: absolute;
    right: 10px;
    bottom: 54px;
}

.video-section.home-3 {
    padding-bottom: 0;
}

.main-footer.style-three .pattern-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 868px;
    height: 621px;
    background-repeat: no-repeat;
}

.main-footer.style-three .footer-top {
    padding: 67px 0 45px;
}

.main-footer.style-three .footer-top h2 {
    position: relative;
    display: block;
    font-size: 55px;
    line-height: 65px;
    font-weight: 500;
    color: #fff;
}

.main-footer.style-three .footer-top h2 span {
    display: block;
}

.main-footer.style-three .footer-top .form-inner .form-group {
    position: relative;
    margin-bottom: 0;
}

.main-footer.style-three .footer-top .form-inner .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 84px;
    background: transparent;
    border: 1px solid #999;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Bai Jamjuree';
    color: #999;
    padding: 10px 180px 10px 30px;
    transition: all 500ms ease;
}

.main-footer.style-three .footer-top .form-inner .form-group button[type='submit'] {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 16px 40px;
}

.main-footer.style-three .links-widget {
    margin-top: 0;
}

.main-footer.style-three .gallery-widget .image-list {
    position: relative;
    margin: 0 -7.5px;
}

.main-footer.style-three .gallery-widget .image-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 7.5px;
    margin-bottom: 15px;
}

.main-footer.style-three .gallery-widget .image-list li .image {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.main-footer.style-three .gallery-widget .image-list li .image img {
    width: 100%;
    transition: all 500ms ease;
}

.main-footer.style-three .gallery-widget .image-list li .image:hover img {
    opacity: 0.2;
}

.main-footer.style-three .gallery-widget .image-list li .image a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    font-size: 20px;
    color: #fff;
}

.main-footer.style-three .gallery-widget .image-list li .image:hover a {
    transform: translate(-50%, -50%) scale(1, 1);
}

.main-footer.style-three .links-widget {
    padding: 0;
}

.page-title {
    position: relative;
    width: 100%;
}

.page-title:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 105px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    z-index: 1;
}

.page-title .outer-container {
    position: relative;
    padding: 90px 0;
}

.page-title .outer-container .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title .outer-container .bg-layer:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg,
        rgba(39, 39, 39, 0.08) -12.17%,
        #000 95.5%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page-title .title-box h1 {
    display: block;
    font-size: 58px;
    line-height: 70px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.page-title .title-box h1 span {
    color: #dfbe51;
    background: linear-gradient(to right, #dda65d, #fcf598, #d89e51, #efd881);
    background-clip: border-box;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.about-section .pattern-layer {
    position: absolute;
    top: 510px;
    right: 0;
    width: 723px;
    height: 789px;
    background-repeat: no-repeat;
}

.testimonial-style-two {
    position: relative;
    padding: 120px 0;
}

.testimonial-style-two .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.testimonial-block-two .inner-box {
    position: relative;
    display: block;
    background: #323232;
    opacity: 0.95;
    border-radius: 5px;
    padding: 35px 37px 60px 45px;
    overflow: hidden;
}

.testimonial-block-two .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.testimonial-block-two .inner-box:hover:before {
    transform: scale(1, 1);
}

.testimonial-block-two .inner-box .quote {
    position: relative;
    display: block;
    font-size: 144px;
    line-height: 145px;
    font-family: 'Bai Jamjuree';
    height: 70px;
}

.testimonial-block-two .inner-box p {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Bai Jamjuree';
    color: #999;
    margin-bottom: 20px;
}

.testimonial-block-two .inner-box .author-box {
    position: relative;
    display: block;
    padding: 20px 0 19px 114px;
}

.testimonial-block-two .inner-box .author-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 91px;
    height: 91px;
    border-radius: 50%;
}

.testimonial-block-two .inner-box .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-two .inner-box .author-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
}

.testimonial-block-two .inner-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 22px;
}

.clients-section.about-page {
    padding-top: 120px;
    padding-bottom: 60px;
}

.team-section.about-page {
    padding-bottom: 120px;
}

.about-style-three {
    position: relative;
    padding: 150px 0;
}

.about-style-three .content-box .text p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 32px;
}

.about-style-three .image-box {
    position: relative;
    display: block;
    margin-left: 32px;
    margin-right: 51px;
    padding-right: 371px;
    padding-bottom: 145px;
}

.about-style-three .image-box .image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.about-style-three .image-box .image-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about-style-three .image-box .image img {
    width: 100%;
    border-radius: 20px;
}

.about-style-three .image-box .icon-box {
    position: absolute;
    top: 0;
    right: 65px;
    width: 203px;
    height: 203px;
    line-height: 203px;
    border-radius: 50%;
    text-align: center;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
    background-image: linear-gradient(to right,
        #8d5d1e,
        #fcf598,
        #6f491c,
        #efd881);
}

.about-style-three .pattern-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 457px;
    height: 259px;
    background-repeat: no-repeat;
}

.service-style-two {
    position: relative;
    padding: 115px 0 90px;
    overflow: hidden;
}

.service-style-two .service-block-one .inner-box {
    background: #323232;
    margin-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
}

.service-block-one .inner-box p {
    font-size: 12px;
    line-height: 22px;
    color: #999;
    margin-top: 15px;
}

.service-style-two .service-block-one .inner-box .icon-box {
    min-height: 95px;
    margin-bottom: 5px;
    transition: all 500ms ease;
}

.service-style-two .service-block-one .inner-box:before {
    background: #272727;
}

.service-style-two .sec-title {
    margin-bottom: 50px;
}

.parallax-bg {
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    height: 150%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.service-style-two .parallax-bg:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.service-section.service-page {
    padding: 115px 0 90px;
}

.service-section.service-page .service-block-one .inner-box {
    margin-bottom: 30px;
}

.service-section.service-page .sec-title {
    margin-bottom: 50px;
}

.testimonial-style-three {
    position: relative;
    padding-bottom: 120px;
}

.testimonial-style-three .inner-container {
    position: relative;
    max-width: 535px;
    width: 100%;
    margin: 0 auto;
}

.testimonial-style-three .owl-nav {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.sidebar-side {
    order: 1;
}

.content-side {
    order: 2;
}

.service-details {
    position: relative;
    padding: 95px 60px 120px;
}

.service-details h2 {
    display: block;
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    /*margin-bottom: 32px;*/
    color: #dfbe51;
    background: linear-gradient(to right, #8d5d1e, #fcf598, #6f491c, #efd881);
    background-clip: border-box;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.service-details-content {
    position: relative;
    display: block;
}

.service-details-content .image::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.service-details-content img {
    margin: 10px 0 20px;
}

.service-details-content .text {
    margin-bottom: 40px;
}

.service-details table {
    background: transparent;
    width: 100%;
    /*border: 1px solid #fff;*/
    color: #fff;
    margin-bottom: 32px;
}

.service-details table td {
    /*border: 1px solid #fff;*/
    background: #000;
    padding: 10px;
}

.service-details-content .text .sec-title {
    margin-bottom: 53px;
}

.service-details-content .text p {
    display: block;
    font-family: 'Bai Jamjuree';
    color: #dadada;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 32px;
    text-align: justify;
}

.service-details-content .text p:last-child {
    margin-bottom: 20px;
}

.service-details-content .image-box .image {
    position: relative;
    display: block;
}

.service-details-content .image-box .small-column .image {
    margin-bottom: 30px;
}

.service-details-content .image-box .image img {
    width: 100%;
}

.sidebar-side {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.service-sidebar {
    position: relative;
    display: block;
    margin-top: 9px;
    margin-bottom: 30px;
}

.service-sidebar .category-widget {
    position: relative;
    display: block;
    background: #323232;
    padding: 10px 16px 40px;
}

.service-sidebar ul {
    margin-bottom: 25px;
}

.service-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.service-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0;
}

.service-sidebar .category-widget .category-list li strong {
    color: #dfbe51;
    font-weight: 500;
    font-size: 17px;
}

.service-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    padding: 11px 20px 11px 12px;
    z-index: 1;
}

.service-sidebar .category-widget .category-list li a.current,
.service-sidebar .category-widget .category-list li a:hover {
    color: #fff;
}

.service-sidebar .category-widget .category-list li a i {
    position: absolute;
    top: 8px;
    right: 20px;
    color: #fff;
    font-size: 20px;
}

.service-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a.current:before,
.service-sidebar .category-widget .category-list li a:hover:before {
    width: 100%;
}

.service-sidebar .category-widget p {
    position: relative;
    display: inline-block;
    font-family: 'Bodoni72C';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    -webkit-text-fill-color: #dfbe51;
    position: relative;
    display: inline-block;
    font-family: Bodoni72C;
    font-size: 20px;
    color: #dfbe51;
    font-weight: 400;
    line-height: 30px;
    margin: 30px 0;
}

.service-sidebar .category-widget p:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.project-page-section {
    padding: 115px 0 90px;
}

.project-page-section .project-block-two .inner-box {
    margin-bottom: 30px;
}

.project-page-section .filters {
    position: relative;
    display: block;
    margin-bottom: 42px;
}

.project-page-section .filters .filter-tabs li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Bai Jamjuree';
    color: #fff;
    cursor: pointer;
    margin: 0 20px;
    transition: all 500ms ease;
}

.project-details {
    position: relative;
    padding: 120px 0;
}

.project-details .inner-container {
    position: relative;
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
}

.project-details .project-block-two .inner-box {
    border-radius: 20px;
    margin-bottom: 60px;
}

.project-details .project-block-two .inner-box img {
    border-radius: 20px;
}

.project-details .project-block-two .inner-box .text {
    transform: scale(1, 1);
}

.project-details .content-one {
    position: relative;
    display: block;
    padding-bottom: 77px;
    margin-bottom: 77px;
    border-bottom: 1px solid #999;
}

.project-details p {
    display: block;
    font-size: 12px;
    line-height: 22px;
    color: #999;
}

.project-details .content-one .text p {
    margin-bottom: 32px;
}

.project-details .content-one .text p:last-child {
    margin-bottom: 0;
}

.project-details .content-one .sec-title {
    margin-bottom: 53px;
}

.project-details .content-two .sec-title h2 {
    margin-bottom: 28px;
}

.project-details .content-two .sec-title {
    margin-bottom: 44px;
}

.project-details .content-two img {
    width: 100%;
}

.team-page-section {
    position: relative;
    padding: 115px 0 90px;
}

.team-page-section .team-block-one {
    padding-bottom: 30px;
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
    display: block;
}

.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
}

.team-page-section .tab-btn-box {
    position: relative;
    display: block;
    margin-bottom: 62px;
}

.team-page-section .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Bai Jamjuree';
    font-weight: 400;
    color: #fff;
    margin: 0 15px;
    cursor: pointer;
    transition: all 500ms ease;
}

.team-details {
    position: relative;
    padding: 120px 0;
}

.team-details .inner-box {
    position: relative;
    display: block;
    background: #323232;
    padding-left: 490px;
}

.team-details .inner-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 490px;
    height: 582px;
    overflow: hidden;
}

.team-details .inner-box .image-box .image {
    position: relative;
    display: block;
}

.team-details .inner-box .image-box .image img {
    width: 100%;
}

.team-details .inner-box .image-box .social-links {
    position: absolute;
    bottom: 125px;
    right: 30px;
    z-index: 1;
}

.team-details .inner-box .image-box .social-links li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.team-details .inner-box .image-box .social-links li:last-child {
    margin-bottom: 0;
}

.team-details .inner-box .image-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    color: #323232;
}

.team-details .inner-box .content-box {
    position: relative;
    display: block;
    padding: 92px 80px 110px;
}

.team-details .inner-box .content-box h2 {
    display: block;
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    margin-bottom: 7px;
}

.team-details .inner-box .content-box .designation {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 18px;
}

.team-details .inner-box .content-box .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 23px;
}

.team-details .inner-box .content-box .social-links li:last-child {
    margin: 0 !important;
}

.team-details .inner-box .content-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.team-details .inner-box .content-box .social-links {
    margin-bottom: 18px;
}

.team-details .inner-box .content-box p {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 22px;
    color: #999;
    margin-bottom: 40px;
}

.team-details .inner-box .content-box .info-list {
    position: relative;
    max-width: 530px;
}

.team-details .inner-box .content-box .info-list li {
    position: relative;
    display: block;
    float: left;
    width: 265px;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.team-details .inner-box .content-box .info-list li:last-child {
    margin-bottom: 0;
}

.team-details .inner-box .content-box .info-list li a {
    position: relative;
    display: inline-block;
    color: #fff;
}

.team-section.team-details-page {
    padding-top: 0;
    padding-bottom: 120px;
}

.testimonial-section.testimonial-page {
    padding-bottom: 120px;
}

.comingsoon-section {
    position: relative;
    width: 100%;
    padding: 240px 0 250px;
}

.comingsoon-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.comingsoon-section .bg-layer:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg,
        rgba(39, 39, 39, 0) -9.17%,
        #272727 96.07%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.comingsoon-section .inner-box h3 {
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.comingsoon-section .inner-box h2 {
    display: block;
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 70px;
}

.comingsoon-section .cs-countdown .count-col {
    position: relative;
    display: inline-block;
    width: 196px;
    height: 196px;
    margin: 0 15px;
    background: rgba(50, 50, 50, 0.8);
    border: 1px solid #b19777;
    padding: 46px 15px;
}

.comingsoon-section .cs-countdown .count-col span {
    position: relative;
    display: block;
    font-size: 55px;
    line-height: 65px;
    font-weight: 500;
    color: #fff;
    font-family: 'Bai Jamjuree';
    text-align: center;
    margin-bottom: 0;
}

.comingsoon-section .cs-countdown .count-col h6 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    font-family: 'Bai Jamjuree';
    text-transform: capitalize;
}

.comingsoon-section .cs-countdown {
    margin-bottom: 70px;
}

.comingsoon-section .inner-box .form-inner h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
}

.comingsoon-section .inner-box .form-inner {
    margin-bottom: 65px;
}

.comingsoon-section .inner-box .form-inner .form-group {
    position: relative;
    max-width: 730px;
    margin: 0 auto;
    margin-bottom: 0;
}

.comingsoon-section .inner-box .form-inner .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 84px;
    background: #323232;
    border: 1px solid #323232;
    font-size: 20px;
    font-family: 'Bai Jamjuree';
    color: #999;
    padding: 10px 180px 10px 40px;
    transition: all 500ms ease;
}

.comingsoon-section .inner-box .form-inner .form-group button[type='submit'] {
    position: absolute;
    top: 11px;
    right: 16px;
    padding: 16px 40px;
}

.comingsoon-section .inner-box .btn-box .theme-btn {
    background: #272727;
}

.error-section {
    position: relative;
    padding: 350px 0;
}

.error-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.error-section .bg-layer:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
}

.error-section .inner-box {
    position: relative;
    display: block;
}

.error-section .inner-box h2 {
    display: block;
    font-size: 400px;
    line-height: 400px;
    font-weight: 700;
    margin-bottom: 20px;
}

.error-section .inner-box h3 {
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 39px;
}

.error-section .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 18px;
}

.error-section .inner-box .form-inner {
    position: relative;
    max-width: 730px;
    margin: 0 auto;
}

.error-section .inner-box .form-inner .form-group {
    position: relative;
    margin-bottom: 0;
}

.error-section .inner-box .form-inner .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 84px;
    background: #323232;
    font-size: 20px;
    font-family: 'Bai Jamjuree';
    color: #999;
    border: 1px solid #323232;
    padding: 10px 80px 10px 40px;
    transition: all 500ms ease;
}

.error-section .inner-box .form-inner .form-group button {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    transition: all 500ms ease;
}

.error-section .inner-box .form-inner .form-group input:focus {
    border-color: #fff;
}

.error-section .inner-box .form-inner .form-group input:focus+button,
.error-section .inner-box .form-inner .form-group button:hover {
    color: #fff;
}

.news-section.blog-grid {
    padding: 120px 0 90px;
    border-bottom: none;
}

.news-section.blog-grid .news-block-two .inner-box {
    margin-bottom: 30px;
}

.sidebar-page-container {
    position: relative;
    padding: 120px 0;
}

.blog-details-content {
    position: relative;
    background: #323232;
}

.blog-details-content .news-post {
    position: relative;
    padding: 52px 40px 70px;
}

.sidebar-page-container .news-block-two .inner-box .content-box {
    padding: 0;
}

.sidebar-page-container .news-block-two .inner-box .content-box .text p {
    margin-bottom: 32px;
}

.sidebar-page-container .news-block-two .inner-box .content-box .text p:last-child {
    margin-bottom: 0;
}

.sidebar-page-container .news-block-two .inner-box h3 {
    margin-bottom: 39px;
}

.sidebar-page-container .news-block-two .inner-box {
    margin-bottom: 45px;
}

.blog-details-content .content-one {
    position: relative;
    margin-bottom: 59px;
}

.blog-details-content .content-one blockquote {
    position: relative;
    display: block;
    background: #272727;
    padding: 39px 38px 36px 44px;
    margin: 0 0 45px;
}

.blog-details-content .content-one blockquote .quote {
    position: absolute;
    right: 24px;
    bottom: 12px;
}

.blog-details-content .content-one blockquote p {
    display: block;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #999;
    margin-bottom: 5px;
}

.blog-details-content .content-one blockquote .name {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 22px;
    padding-left: 47px;
}

.blog-details-content .content-one blockquote .name:before {
    position: absolute;
    content: '';
    width: 31px;
    height: 2px;
    left: 0;
    top: 11px;
}

.blog-details-content .content-one .image-box {
    position: relative;
    display: block;
    margin-bottom: 45px;
}

.blog-details-content .content-one .image-box .image {
    position: relative;
    display: block;
}

.blog-details-content .content-one .image-box .image img {
    width: 100%;
}

.blog-details-content .content-one .text p {
    color: #999;
}

.blog-details-content .comment-box {
    position: relative;
    margin-bottom: 26px;
}

.blog-details-content .comment-box .comment {
    position: relative;
    display: block;
    padding-left: 115px;
}

.blog-details-content .comment-box .comment .thumb-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-details-content .comment-box .comment .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.blog-details-content .comment-box .comment .comment-inner {
    position: relative;
    max-width: 335px;
}

.blog-details-content .comment-box .comment .comment-info h6 {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    margin-bottom: 13px;
}

.blog-details-content .comment-box .comment .comment-info h6 span {
    position: relative;
    display: inline-block;
    font-size: 10px;
    line-height: 22px;
    color: #fff;
    margin-left: 15px;
}

.blog-details-content .comment-box .comment .comment-inner p {
    color: #999;
    margin-bottom: 19px;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Bai Jamjuree';
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn:hover {
    color: #fff;
}

.blog-details-content .comments-form-area {
    position: relative;
    padding-left: 115px;
}

.blog-details-content .comments-form-area h3 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 19px;
}

.blog-details-content .comments-form-area .comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.blog-details-content .comments-form-area .comment-form .form-group:last-child {
    margin-bottom: 0;
}

.blog-details-content .comments-form-area .comment-form .form-group input[type='text'],
.blog-details-content .comments-form-area .comment-form .form-group input[type='email'],
.blog-details-content .comments-form-area .comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 84px;
    background: #272727;
    border: 1px solid #272727;
    font-size: 20px;
    font-family: 'Bai Jamjuree';
    color: #999;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.blog-details-content .comments-form-area .comment-form .form-group textarea {
    height: 190px;
    resize: none;
    padding-top: 30px;
}

.blog-sidebar {
    position: relative;
    display: block;
}

.blog-sidebar .sidebar-widget {
    position: relative;
    display: block;
    background: #323232;
    padding: 45px 30px 50px;
    margin-bottom: 60px;
}

.blog-sidebar .sidebar-widget:last-child {
    margin-bottom: 0;
}

.blog-sidebar .search-widget h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 23px;
}

.blog-sidebar .search-widget .search-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.blog-sidebar .search-widget .search-form .form-group input[type='search'] {
    position: relative;
    display: block;
    width: 100%;
    height: 84px;
    background: #272727;
    border: 1px solid #272727;
    padding: 10px 80px 10px 30px;
    font-size: 20px;
    font-family: 'Bai Jamjuree';
    color: #999;
    transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group button[type='submit'] {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    transition: all 500ms ease;
}

.blog-sidebar .sidebar-widget .widget-title {
    position: relative;
    display: block;
    margin-bottom: 27px;
}

.blog-sidebar .sidebar-widget .widget-title:before {
    position: absolute;
    content: '';
    width: 160px;
    height: 1px;
    left: 0;
    bottom: 0;
}

.blog-sidebar .sidebar-widget .widget-title h3 {
    font-size: 30px;
    line-height: 72px;
}

.blog-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.blog-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 22px;
    color: #999;
    padding: 11px 20px;
    z-index: 1;
}

.blog-sidebar .category-widget .category-list li a.current,
.blog-sidebar .category-widget .category-list li a:hover {
    color: #fff;
}

.blog-sidebar .category-widget .category-list li a i {
    position: absolute;
    top: 8px;
    right: 20px;
    color: #fff;
    font-size: 30px;
}

.blog-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a.current:before,
.blog-sidebar .category-widget .category-list li a:hover:before {
    width: 100%;
}

.blog-sidebar .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-sidebar .tags-widget .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    background: #999;
    padding: 10px 30px;
    text-align: center;
}

.contact-page-section {
    position: relative;
    padding: 115px 0 120px;
}

.contact-page-section .form-inner {
    position: relative;
    margin-right: 130px;
}

.contact-page-section .sec-title h2 {
    font-size: 60px;
    line-height: 70px;
}

.contact-page-section .form-inner form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-page-section .form-inner form .form-group:last-child {
    margin-bottom: 0;
}

.contact-page-section .form-inner form .form-group input[type='text'],
.contact-page-section .form-inner form .form-group input[type='email'],
.contact-page-section .form-inner form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 85px;
    background: red;
    border: 1px solid red;
    font-size: 20px;
    font-family: 'Bai Jamjuree';
    color: #999;
    padding: 10px 30px;
    transition: all 500ms ease;
}

.contact-page-section .form-inner form .form-group textarea {
    height: 190px;
    resize: none;
}

.contact-page-section .content-box {
    position: relative;
    display: block;
}

.contact-page-section .content-box .info-list li {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Bai Jamjuree';
    color: #fff;
    margin-bottom: 25px;
    padding: 4px 0 6px 57px;
}

.contact-page-section .content-box .info-list li:last-child {
    margin-bottom: 0;
}

.contact-page-section .content-box .info-list li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background: #fd1a5a;
    text-align: center;
    border-radius: 50%;
}

.contact-page-section .content-box .info-list li:last-child i {
    top: 6px;
}

.contact-page-section .content-box .info-list li:nth-child(2) i {
    background: #84cb74;
}

.contact-page-section .content-box .info-list li:last-child i {
    background: #333;
}

.contact-page-section .content-box .info-list li a {
    color: #fff;
}

.contact-page-section .content-box .logo {
    position: relative;
    display: block;
    margin-bottom: 38px;
}

.contact-page-section .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-page-section .content-box .text p {
    color: #999;
}

.contact-page-section .pattern-layer {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 868px;
    height: 621px;
    background-repeat: no-repeat;
}

.google-map-section {
    position: relative;
    padding-bottom: 120px;
}

.google-map-section #contact-google-map {
    position: relative;
    width: 100%;
    height: 500px;
}

.pad-100 {
    padding: 100px 0;
}

.project-section .shape-layer {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 142px;
    height: 214px;
    background-repeat: no-repeat;
}

.project-style-two .tab-btns .active-btn h3 {
    color: #dfbe51;
}

@media screen and (max-width: 767px) {
    body {
        background-size: 50%;
    }

    .pad-100 {
        padding: 50px 0 !important;
        text-align: center;
    }

    .project-section .sec-title {
        margin-bottom: 20px;
    }

    .content-column p {
        margin-bottom: 20px !important;
    }

    .about-style-three {
        padding: 20px 0 !important;
        text-align: center;
    }

    .team-section .sec-title {
        margin-bottom: 20px !important;
    }

    .team-section.about-page {
        padding-bottom: 20px !important;
    }

    .main-footer.style-two {
        padding: 50px 0 !important;
        text-align: center;
    }

    .footer-column {
        padding-bottom: 30px !important;
    }

    .main-footer .widget-title:before {
        display: none;
    }

    .main-footer .widget-title:after {
        display: none;
    }

    .main-footer .widget-title {
        margin-bottom: 0;
    }

    .sidebar-side {
        order: 2;
    }

    .content-side {
        order: 1;
    }

    .service-details-content img {
        display: block;
        margin: 30px auto;
    }

    .scroll-to-top {
        right: -30px;
    }
}

.color-section .owl-dots button.owl-dot {
    animation: ripple 1s linear infinite;
    border: 1px solid #000;
}

.color-variation-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.color-variation-slider .owl-dots button.owl-dot {
    min-width: inherit;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--main-color);
    margin: 0 10px;
}

.color-variation-slider .owl-dots button:focus {
    outline: none;
}

.color-section .owl-dots button.owl-dot.red {
    background: #c3c1c4;
}

.color-section .owl-dots button.owl-dot.yellow {
    background: #fee78a;
}

.color-section .owl-dots button.owl-dot.black {
    background: #000;
}

.color-section .owl-dots button.owl-dot.aqua {
    background: #cd9b44;
}

.color-section .owl-dots button.owl-dot.sheen-gold {
    background: #fff291;
}

.color-section .owl-dots button.owl-dot.storm-dust {
    background: #646464;
}

.color-section .owl-dots button.owl-dot.black-eel {
    background: #453f3f;
}

.color-section .owl-dots button.owl-dot.marzipan {
    background: #fedd98;
}

.color-section .owl-dots button.owl-dot.dirt-brown {
    background: #856e38;
}

.color-section .owl-dots button.owl-dot.dark-jungle-green {
    background: #222023;
}

.color-section .owl-dots button.owl-dot.cotton-seed {
    background: #c4b9b6;
}

.color-section .owl-dots button.owl-dot.soya-bean {
    background: #695b4e;
}

.color-section .owl-dots button.owl-dot.pastel-brown {
    background: #7e665c;
}

.color-section .owl-dots button.owl-dot.green {
    background: #fecb8c;
}

.color-section .owl-dots button.owl-dot.indian-yellow {
    background: #d7a64b;
}

.color-section .owl-dots button.owl-dot.brown {
    background: #fcc787;
}

.color-section .owl-dots button.owl-dot.golden {
    background: #c0a05d;
}

.color-section .owl-dots button.owl-dot.gray-blue {
    background: #b57a5e;
}

.color-section .owl-dots button.owl-dot.deep-coffee {
    background: #6b4a3b;
}

.color-section .owl-dots button.owl-dot.active {
    animation: ripple 1s linear infinite;
}

.variation-section .color-variation-slider {
    max-width: 1170px;
    margin: auto;
}

.variation-section .color-variation-slider .owl-dots {
    position: absolute;
    top: 0;
    margin: 0 0 0 50px;
    right: 100%;
    width: 50px;
}

.variation-section .owl-dots button.owl-dot {
    margin-bottom: 10px;
    display: inline-block;
    transition: all 400ms;
    width: 32px;
    height: 32px;
    position: relative;
    transition: all 400ms;
    left: 0;
}

.variation-section .owl-dots button.owl-dot:before {
    display: inline-block;
    width: 30px;
    height: 2px;
    content: '';
    background: var(--main-color);
    position: absolute;
    left: 0;
    transition: all 400ms;
    opacity: 0;
    z-index: -1;
}

.variation-section .owl-dots button.owl-dot.active {
    left: 40px;
}

.variation-section .owl-dots button.owl-dot.active:before {
    opacity: 1;
    left: -40px;
}

.variation-section .owl-dots button.owl-dot.brown {
    background: #8d5a32;
}

.variation-section .owl-dots button.owl-dot.navy {
    background: #41637f;
}

.variation-section .owl-dots button.owl-dot.green {
    background: #78a01f;
}

.variation-section .owl-dots button.owl-dot.black {
    background: #464646;
}

.variation-section .owl-dots button.owl-dot.active {
    animation: ripple 1s linear infinite;
}

.owl-carousel.overflow-show .owl-stage-outer {
    overflow: initial;
}

.gallery-slider .item {
    box-shadow: 0 70px 100px -40px rgba(0, 0, 0, 0.5);
}

.gallery-slider.owl-carousel .owl-dots {
    text-align: center;
}

.gallery-slider.owl-carousel button.owl-dot {
    outline: none !important;
}

.gallery-slider .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.6);
    width: 16px;
    height: 16px;
    margin: 0 6px;
    display: block;
    border-radius: 50%;
    transform: scale(0.8);
    transition: transform 0.2s ease-in-out;
}

.gallery-slider .owl-dots .owl-dot.active span {
    transform: scale(1);
}

.before-after-car-container {
    margin: 30px 0 0;
}

.before-after-car-container .twentytwenty-overlay {
    display: none;
}

.twentytwenty-horizontal .before-after-car-container .twentytwenty-handle::after,
.twentytwenty-horizontal .before-after-car-container .twentytwenty-handle::before {
    background: var(--black-color);
    box-shadow: none;
}

.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after {
    width: 0;
}

.before-after-car-container .twentytwenty-handle {
    border-color: var(--black-color);
    background: #fff;
}

.twentytwenty-left-arrow {
    border-right: 6px solid var(--main-color);
}

.twentytwenty-right-arrow {
    border-left: 6px solid var(--main-color);
}

.st-gallery {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.st-gallery li {
    list-style: none;
}

.st-gallery li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.column-2.st-gallery li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 5px;
}

.column-3.st-gallery li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding: 5px;
}

.column-4.st-gallery li {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 5px;
}

.st-gallery li span.caption-text {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.st-gallery li a:before {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.st-gallery li:hover a:before {
    opacity: 1;
    visibility: visible;
}

.st-gallery li:hover span.caption-text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.owl-item {
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    content: '\f060';
    background: transparent;
    color: #869791;
    font-size: 40px;
    line-height: 300px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: -20%;
}

.fa-stack {
    color: transparent !important;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    content: '\f061';
    top: -20%;
    right: 30%;
    padding-left: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 25px;
}

.fa-stack {
    display: contents !important;
}

.fa-inverse {
    color: #fff;
    font-size: 27px;
    padding: 4px 0 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    right: 25%;
    padding-right: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 25px;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    width: 370px;
}

.moto-color1 {
    color: #158ea3;
}

.moto-color1_1 {
    color: #d65024;
}

.moto-color1_2 {
    color: #dd5f36;
}

.moto-color1_3 {
    color: #158ea3;
}

.moto-color1_4 {
    color: #e58262;
}

.moto-color1_5 {
    color: #f69776;
}

.moto-color2 {
    color: #eee;
}

.moto-color2_1 {
    color: #d4d4d4;
}

.moto-color2_2 {
    color: #e0e0e0;
}

.moto-color2_3 {
    color: #eee;
}

.moto-color2_4 {
    color: #fafafa;
}

.moto-color2_5 {
    color: #fff;
}

.moto-color3 {
    color: #333;
}

.moto-color3_1 {
    color: #1a1a1a;
}

.moto-color3_2 {
    color: #262626;
}

.moto-color3_3 {
    color: #333;
}

.moto-color3_4 {
    color: #404040;
}

.moto-color3_5 {
    color: #4d4d4d;
}

.moto-color4 {
    color: #39a9a4;
}

.moto-color4_1 {
    color: #2c827e;
}

.moto-color4_2 {
    color: #329590;
}

.moto-color4_3 {
    color: #39a9a4;
}

.moto-color4_4 {
    color: #3fbbb5;
}

.moto-color4_5 {
    color: #50c4bf;
}

.moto-color5 {
    color: gray;
}

.moto-color5_1 {
    color: #666;
}

.moto-color5_2 {
    color: #737373;
}

.moto-color5_3 {
    color: gray;
}

.moto-color5_4 {
    color: #8c8c8c;
}

.moto-color5_5 {
    color: #999;
}

.moto-color_custom1 {
    color: #000;
}

.moto-color_custom2 {
    color: #cacaca;
}

.moto-color_custom3 {
    color: #00a8ff;
}

.moto-color_custom4 {
    color: red;
}

.moto-color_custom5 {
    color: #0a5e76;
}

.moto-bg-color1 {
    background: #158ea3;
}

.moto-bg-color1_1 {
    background: #d65024;
}

.moto-bg-color1_2 {
    background: #dd5f36;
}

.moto-bg-color1_3 {
    background: #158ea3;
}

.moto-bg-color1_4 {
    background: #e58262;
}

.moto-bg-color1_5 {
    background: #f69776;
}

.moto-bg-color2 {
    background: #eee;
}

.moto-bg-color2_1 {
    background: #d4d4d4;
}

.moto-bg-color2_2 {
    background: #e0e0e0;
}

.moto-bg-color2_3 {
    background: #eee;
}

.moto-bg-color2_4 {
    background: #fafafa;
}

.moto-bg-color2_5 {
    background: #fff;
}

.moto-bg-color3 {
    background: #333;
}

.moto-bg-color3_1 {
    background: #1a1a1a;
}

.moto-bg-color3_2 {
    background: #262626;
}

.moto-bg-color3_3 {
    background: #333;
}

.moto-bg-color3_4 {
    background: #404040;
}

.moto-bg-color3_5 {
    background: #4d4d4d;
}

.moto-bg-color4 {
    background: #39a9a4;
}

.moto-bg-color4_1 {
    background: #2c827e;
}

.moto-bg-color4_2 {
    background: #329590;
}

.moto-bg-color4_3 {
    background: #39a9a4;
}

.moto-bg-color4_4 {
    background: #3fbbb5;
}

.moto-bg-color4_5 {
    background: #50c4bf;
}

.moto-bg-color5 {
    background: gray;
}

.moto-bg-color5_1 {
    background: #666;
}

.moto-bg-color5_2 {
    background: #737373;
}

.moto-bg-color5_3 {
    background: gray;
}

.moto-bg-color5_4 {
    background: #8c8c8c;
}

.moto-bg-color5_5 {
    background: #999;
}

.moto-bg-color_custom1 {
    background: #000;
}

.moto-bg-color_custom2 {
    background: #cacaca;
}

.moto-bg-color_custom3 {
    background: #00a8ff;
}

.moto-bg-color_custom4 {
    background: red;
}

.moto-bg-color_custom5 {
    background: #0a5e76;
}

@media screen and (min-width: 1039px) {

    .moto-parallax,
    .moto-background-fixed {
        background-attachment: fixed;
    }
}

.moto-spacing-top-auto {
    padding-top: initial;
}

.moto-spacing-top-zero {
    padding-top: 0;
}

.moto-spacing-top-small {
    padding-top: 10px;
}

.moto-spacing-top-medium {
    padding-top: 20px;
}

.moto-spacing-top-large {
    padding-top: 100px;
}

.moto-spacing-bottom-auto {
    padding-bottom: initial;
}

.moto-spacing-bottom-zero {
    padding-bottom: 0;
}

.moto-spacing-bottom-small {
    padding-bottom: 10px;
}

.moto-spacing-bottom-medium {
    padding-bottom: 20px;
}

.moto-spacing-bottom-large {
    padding-bottom: 100px;
}

.moto-spacing-left-auto {
    padding-left: initial;
}

.moto-spacing-left-zero {
    padding-left: 0;
}

.moto-spacing-left-small {
    padding-left: 10px;
}

.moto-spacing-left-medium {
    padding-left: 20px;
}

.moto-spacing-left-large {
    padding-left: 100px;
}

.moto-spacing-right-auto {
    padding-right: initial;
}

.moto-spacing-right-zero {
    padding-right: 0;
}

.moto-spacing-right-small {
    padding-right: 10px;
}

.moto-spacing-right-medium {
    padding-right: 20px;
}

.moto-spacing-right-large {
    padding-right: 100px;
}

@media (max-width: 1039px) {
    .moto-spacing-top-small {
        padding-top: 10px;
    }

    .moto-spacing-top-medium {
        padding-top: 15px;
    }

    .moto-spacing-top-large {
        padding-top: 30px;
    }

    .moto-spacing-bottom-small {
        padding-bottom: 10px;
    }

    .moto-spacing-bottom-medium {
        padding-bottom: 15px;
    }

    .moto-spacing-bottom-large {
        padding-bottom: 30px;
    }

    .moto-spacing-left-small {
        padding-left: 10px;
    }

    .moto-spacing-left-medium {
        padding-left: 15px;
    }

    .moto-spacing-left-large {
        padding-left: 30px;
    }

    .moto-spacing-right-small {
        padding-right: 10px;
    }

    .moto-spacing-right-medium {
        padding-right: 15px;
    }

    .moto-spacing-right-large {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .moto-spacing-top-small {
        padding-top: 10px;
    }

    .moto-spacing-top-medium {
        padding-top: 20px;
    }

    .moto-spacing-top-large {
        padding-top: 30px;
    }

    .moto-spacing-bottom-small {
        padding-bottom: 10px;
    }

    .moto-spacing-bottom-medium {
        padding-bottom: 20px;
    }

    .moto-spacing-bottom-large {
        padding-bottom: 30px;
    }

    .moto-spacing-left-small {
        padding-left: 10px;
    }

    .moto-spacing-left-medium {
        padding-left: 20px;
    }

    .moto-spacing-left-large {
        padding-left: 30px;
    }

    .moto-spacing-right-small {
        padding-right: 10px;
    }

    .moto-spacing-right-medium {
        padding-right: 20px;
    }

    .moto-spacing-right-large {
        padding-right: 30px;
    }
}

@media (max-width: 479px) {
    .moto-spacing-top-small {
        padding-top: 10px;
    }

    .moto-spacing-top-medium {
        padding-top: 20px;
    }

    .moto-spacing-top-large {
        padding-top: 30px;
    }

    .moto-spacing-bottom-small {
        padding-bottom: 10px;
    }

    .moto-spacing-bottom-medium {
        padding-bottom: 20px;
    }

    .moto-spacing-bottom-large {
        padding-bottom: 30px;
    }

    .moto-spacing-left-small {
        padding-left: 10px;
    }

    .moto-spacing-left-medium {
        padding-left: 20px;
    }

    .moto-spacing-left-large {
        padding-left: 30px;
    }

    .moto-spacing-right-small {
        padding-right: 10px;
    }

    .moto-spacing-right-medium {
        padding-right: 20px;
    }

    .moto-spacing-right-large {
        padding-right: 30px;
    }
}

h1 {
    margin: 0.67em 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

.add-text-new {
    font-size: 18px !important;
    line-height: 25px;
    margin-top: 10px;
    color: #94becf;
}

.moto-container_content_5cdb397c3e0df {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5cdb385c5edab {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5cdb3147dee43 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5cdb2fc7c6493 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5cdb2e79ed63f {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5cdb2cb347d64 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5cdb2b5e0815b {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5cdb26f3766d8 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5c9a79186 {
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5c75b88622f35 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5c75b0b1070c3 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5c75af114543a {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5c75ac7cb126d {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5bacf68c3dd4c {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5b5f5502c2150 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5b5f5238094d5 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5b5f5049a44eb {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5b5f4e4beadd1 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5b50d59eda636 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_59b6d66c2 {
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5886936c25923 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58869222614ba {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58869191a92ed {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5886901b5099f {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58868eb524f0f {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58868ccb0d52e {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58868b5f90c1c {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58868aa0e17b7 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_588689aa922b4 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5886886cc660a {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5886861c80a4b {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5886859fdb60e {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58867ee9cb7ff {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58866bee9d99f {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58812fb0e53ca {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58812f414c586 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58812e7fbfeec {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58812cfcae526 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58812c2d9f9e4 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58812b34b7fef {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_58812a0f038d7 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58812841ba9d9 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5881276a2a6d8 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58812694307a3 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_588123b90339c {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5880fe4a0b34e {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5880fc4fa05a8 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5880fab8437e3 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5880f8faba333 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5880f6fe29602 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5880f21790e92 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5880e4b5339da {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5880e0ccd7a58 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5880dcdf7ab8e {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_588046aea060b {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58804525c7074 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58803e572aef2 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58802361e01b8 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_588022444eadd {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5880212b3a119 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58801fe8b810d {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58801ea145473 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58801c9ba50fb {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_587feb41508d5 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_587fe9c2bcc1a {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_587fe8c11674d {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_587fe73b0f815 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_587fe389c52e4 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_587fe2666940a {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_587fdf9f169e4 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_587fde8554bc3 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_587fd253b0678 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_587fd050b09fb {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_587fcf03ae6a9 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_587fcb91443ca {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_587fc72060f20 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5877ab43b8990 {
    background-color: rgba(51, 51, 51, 0.6);
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5877ab43b7282 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2017/01/dubai-international-airport.jpg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_header_586fed68beca9 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_header_586fed68bd266 {
    background-color: transparent;
    border-style: solid;
    border-color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0 0 0 1px;
    margin: 0;
    padding: 0 0 0 15px;
}

.moto-container_content_586fd6dd0133a {
    background-color: rgba(51, 51, 51, 0.6);
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_586fd6dd00ac6 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2016/12/mt-0234-portfolio-img42.jpg);
    background-size: cover;
    background-position: left top;
    background-repeat: repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_586fd695cac7b {
    background-color: rgba(51, 51, 51, 0.6);
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_586fd695c9e0a {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2017/01/medical-research.jpg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_586fd5fa7e339 {
    background-color: rgba(51, 51, 51, 0.6);
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_586fd5fa7d6b5 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2016/12/stainless_steel_embossed_wood_pattern_rds_brass_image1.jpg);
    background-size: auto;
    background-position: left top;
    background-repeat: repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_footer_586fd55679eb5 {
    background-color: #0a5e76;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_footer_586fd55679655 {
    padding-bottom: 5px;
    background-color: #158ea3;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_586fd20ce9e25 {
    background-color: #4d4d4d;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2017/02/fedex-express.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_586fc9c7e456f {
    background-color: rgba(51, 51, 51, 0.6);
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_586fc9c7e2c61 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2016/12/stainless_steel_embossed_wood_pattern_rds_brass_image1.jpg);
    background-size: auto;
    background-position: left top;
    background-repeat: repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_586fc8c3312d4 {
    background-color: rgba(51, 51, 51, 0.6);
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_586fc8c32b92a {
    background-color: #eee;
    background-image: url(../../images/arch-steel-img.jpg);
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
    background-position: center;
    background-size: cover;
}

.moto-container_content_586fc4e66b200 {
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2015/11/mt-0234-home-slide01.jpg);
    background-size: auto;
    background-position: left top;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_586fc4e66b920 {
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../../images/bg-brush-heavy.jpg);
    background-size: auto;
    background-position: left top;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_586fc4e6695dd {
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_586fc4e66715a {
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2017/02/royal-decor-steel-polishing-stainless-steel.jpg);
    background-size: auto;
    background-position: left top;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_586eb85825021 {
    background-image: url(../uploads/2017/02/pvd-machine.jpg);
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_586eb858248b1 {
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_586eb85822f2d {
    background-image: url(../uploads/2017/02/pvd-ti-gold.jpg);
    background-position: center center;
    background-repeat: repeat;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_58664b943 {
    background-color: rgba(51, 51, 51, 0.6);
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5866495aa9405 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2017/01/stainless-steel-mosaic.jpg);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_586645752 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_58662f3f1 {
    background-color: rgba(51, 51, 51, 0.3);
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_58662ac16c1ba {
    background-color: #4d4d4d;
    background-image: url(../uploads/2018/09/brass-elevator-b.jpg);
    background-size: cover;
    background-position: center;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_58662ac16b0bd {
    padding-left: 40px;
    padding-right: 40px;
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_58662ac16a55c {
    background-color: #158ea3;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5834bfbadefe4 {
    background-color: transparent;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2015/11/mt-0234-about-icon1-bg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 10px 0;
}

.moto-container_content_5834bfbade62f {
    background-color: transparent;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2015/11/mt-0234-about-icon1-bg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 10px 0;
}

.moto-container_content_5834bfbadd9c6 {
    background-color: transparent;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2015/11/mt-0234-about-icon1-bg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 10px 0;
}

.moto-container_content_5834bfbadbca7 {
    background-color: transparent;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2015/11/mt-0234-about-icon1-bg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 10px 0;
}

.moto-container_content_5834bfbad7289 {
    background-color: #39a9a4;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5834bfbad4a23 {
    background-color: #333;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2015/11/mt-0234-about-parallax1.html);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5834bfbaccd7e {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_581a17404e6d5 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_581a17404df9f {
    background-color: #4d4d4d;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2015/11/mt-0234-products-parallax1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_581a12b030d7d {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_581a12b02fa42 {
    background-color: #4d4d4d;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2015/11/mt-0234-products-parallax1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5643752b {
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_56436d36 {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_56436675 {
    background-color: #4d4d4d;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2015/11/mt-0234-products-parallax1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-text_133 {
    font-weight: 500;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #39a9a4;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
}

.moto-text_133 a {
    color: #39a9a4;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
}

.moto-text_133 a:hover {
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    color: #158ea3;
}

.moto-container_content_56435dc7 {
    background-color: #4d4d4d;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2015/11/mt-0234-prifile-parallax2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_56435c0b {
    background-color: #eee;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_content_5643593b {
    background-color: #4d4d4d;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../uploads/2015/11/mt-0234-prifile-parallax1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-text_128 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #999;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
}

.moto-text_128 a {
    color: #999;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

.moto-text_128 a:hover {
    text-decoration: underline;
    font-weight: 400;
    font-style: normal;
    color: #158ea3;
}

@media (max-width: 1039px) {
    .moto-text_128 {
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_128 {
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .moto-text_128 {
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

.moto-container_content_564344de {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../uploads/2015/11/mt-0234-about-icon1-bg.png);
    background-size: contain;
    background-position: center center;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_5643448c {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../uploads/2015/11/mt-0234-about-icon1-bg.png);
    background-size: contain;
    background-position: center center;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_56434459 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../uploads/2015/11/mt-0234-about-icon1-bg.png);
    background-size: contain;
    background-position: center center;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-text_124 {
    font-weight: 300;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #158ea3;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0;
}

.moto-text_124 a {
    color: #999;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

.moto-text_124 a:hover {
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    color: #158ea3;
}

@media (max-width: 1039px) {
    .moto-text_124 {
        font-size: 40px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_124 {
        font-size: 45px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .moto-text_124 {
        font-size: 30px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

.moto-container_content_564343a0 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../uploads/2015/11/mt-0234-about-icon1-bg.png);
    background-size: contain;
    background-position: center center;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_564342be {
    background-color: #158ea3;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_56433f34 {
    background-color: #333;
    background-image: url(../../images/dubai-pic.jpg);
    background-size: cover;
    background-position: center;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_56433db6 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_footer_56433b6c5bc2b {
    background-color: #0a5e76;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_footer_56433b6c5b073 {
    padding-bottom: 5px;
    background-color: #158ea3;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_footer_56433ac6 {
    background-color: transparent;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_footer_564337de {
    background-color: #0a5e76;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.moto-container_footer_56432c77 {
    background-color: #158ea3;
    border-style: none;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0 0 5px;
}

.moto-container_content_56432492 {
    padding-bottom: 5px;
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_56431e91 {
    background-image: url(../uploads/2017/01/mt-0234-home-parallax2.jpg);
    background-size: cover;
    background-position: center top;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_56431b79 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_564319e0 {
    background-color: #666;
    background-image: url(../uploads/2015/11/mt-0234-home-parallax1.jpg);
    background-size: cover;
    background-position: center center;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_564318c4 {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #158ea3;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_56431213 {
    padding-left: 30px;
    padding-right: 30px;
    border-style: solid;
    border-color: #158ea3;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
    border-width: 3px;
}

.moto-container_content_56430fe8 {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #158ea3;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.moto-container_content_564307da {
    background-color: #158ea3;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_content_56420832 {
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
}

.moto-container_header_56420099 {
    background-color: #eee;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
    border-top: 3px solid #0a5e76;
}

.moto-background_2 {
    background-color: #d4d4d4;
    background-size: auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.moto-background_1 {
    background-color: #eee;
    background-size: auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.moto-background {
    background-color: #fff;
    background-size: auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.moto-text_system_14 {
    font-weight: 500;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #158ea3;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
}

.moto-text_system_14 a {
    color: #158ea3;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
}

.moto-text_system_14 a:hover {
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    color: #39a9a4;
}

@media (max-width: 1039px) {
    .moto-text_system_14 {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_system_14 {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .moto-text_system_14 {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

.moto-text_system_13 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
}

.moto-text_system_13 a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
}

.moto-text_system_13 a:hover {
    text-decoration: underline;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}

@media (max-width: 1039px) {
    .moto-text_system_13 {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_system_13 {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .moto-text_system_13 {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

.moto-text_system_12 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: gray;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0 !important;
}

.moto-text_system_12 a {
    color: gray;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

.moto-text_system_12 a:hover {
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    color: #333;
}

@media (max-width: 1039px) {
    .moto-text_system_12 {
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_system_12 {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0;
        margin-bottom: 15px !important;
    }
}

@media (max-width: 479px) {
    .moto-text_system_12 {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

.moto-text_system_11 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 11px;
    line-height: 2.3;
    letter-spacing: 0;
}

.moto-text_system_11 a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

.moto-text_system_11 a:hover {
    text-decoration: underline;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

@media (max-width: 1039px) {
    .moto-text_system_11 {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_system_11 {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .moto-text_system_11 {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0;
    }
}

.moto-text_system_10 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
}

.moto-text_system_10 a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

.moto-text_system_10 a:hover {
    text-decoration: underline;
    font-weight: 400;
    font-style: normal;
    color: #333;
}

@media (max-width: 1039px) {
    .moto-text_system_10 {
        font-size: 13px;
        line-height: 1.4;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_system_10 {
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0;
        padding-bottom: 10px !important;
    }
}

@media (max-width: 479px) {
    .moto-text_system_10 {
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0;
    }
}

.moto-text_system_9 {
    font-weight: 500;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0;
}

.moto-text_system_9 a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
}

.moto-text_system_9 a:hover {
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    color: #158ea3;
}

@media (max-width: 1039px) {
    .moto-text_system_9 {
        font-size: 18px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_system_9 {
        font-size: 20px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .moto-text_system_9 {
        font-size: 17px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

.moto-text_system_8 {
    font-weight: 900;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
}

.moto-text_system_8 a {
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    font-style: normal;
}

.moto-text_system_8 a:hover {
    text-decoration: none;
    font-weight: 900;
    font-style: normal;
    color: #fff;
}

@media (max-width: 1039px) {
    .moto-text_system_8 {
        font-size: 18px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_system_8 {
        font-size: 18px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .moto-text_system_8 {
        font-size: 18px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}

.moto-text_system_7 {
    font-weight: 500;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #13839b;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
}

.moto-text_system_7 a {
    color: #13839b;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
}

.moto-text_system_7 a:hover {
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    color: #158ea3;
}

@media (max-width: 1039px) {
    .moto-text_system_7 {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_system_7 {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .moto-text_system_7 {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

.moto-text_system_6 {
    font-weight: 300;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
}

.moto-text_system_6 a {
    color: #333;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
}

.moto-text_system_6 a:hover {
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    color: #158ea3;
}

@media (max-width: 1039px) {
    .moto-text_system_6 {
        font-size: 25px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_system_6 {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .moto-text_system_6 {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

.moto-text_system_5 {
    font-weight: 500;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0;
}

.moto-text_system_5 a {
    color: #333;
    text-decoration: underline;
    font-weight: 400;
    font-style: normal;
}

.moto-text_system_5 a:hover {
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    color: #333;
}

@media (max-width: 1039px) {
    .moto-text_system_5 {
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_system_5 {
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .moto-text_system_5 {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

.moto-text_system_4 {
    font-weight: 300;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0;
}

.moto-text_system_4 a {
    color: #333;
    text-decoration: underline;
    font-weight: 400;
    font-style: normal;
}

.moto-text_system_4 a:hover {
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    color: #333;
}

@media (max-width: 1039px) {
    .moto-text_system_4 {
        font-size: 48px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_system_4 {
        font-size: 48px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .moto-text_system_4 {
        font-size: 38px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

.moto-text_system_3 {
    font-weight: 700;
    font-style: normal;
    font-family: arial, helvetica, sans-serif;
    color: #158ea3;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0;
}

.moto-text_system_3 a {
    color: #158ea3;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
}

.moto-text_system_3 a:hover {
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    color: #158ea3;
}

@media (max-width: 1039px) {
    .moto-text_system_3 {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_system_3 {
        font-size: 38px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .moto-text_system_3 {
        font-size: 38px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}

.moto-text_system_2 {
    font-weight: 300;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: gray;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
}

.moto-text_system_2 a {
    color: gray;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
}

.moto-text_system_2 a:hover {
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    color: gray;
}

@media (max-width: 1039px) {
    .moto-text_system_2 {
        font-size: 13px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_system_2 {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .moto-text_system_2 {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

.moto-text_system_1 {
    font-weight: 100;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #158ea3;
    font-size: 47px;
    line-height: 0.8;
    letter-spacing: 0;
}

.moto-text_system_1 a {
    color: #158ea3;
    text-decoration: none;
    font-weight: 900;
    font-style: normal;
}

.moto-text_system_1 a:hover {
    text-decoration: none;
    font-weight: 900;
    font-style: normal;
    color: #158ea3;
}

@media (max-width: 1039px) {
    .moto-text_system_1 {
        font-size: 25px;
        line-height: 0.9;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_system_1 {
        font-size: 46px;
        line-height: 0.9;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .moto-text_system_1 {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

.moto-text_normal {
    font-weight: 400;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #999;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
}

.moto-text_normal a {
    color: #39a9a4;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

.moto-text_normal a:hover {
    text-decoration: underline;
    font-weight: 400;
    font-style: normal;
    color: #39a9a4;
}

@media (max-width: 1039px) {
    .moto-text_normal {
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .moto-text_normal {
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .moto-text_normal {
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

.moto-widget-text ul li {
    position: relative;
    padding-left: 36px;
    line-height: 30px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.moto-widget-text ul li:first-child {
    margin: 0;
}

.moto-widget-text ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    line-height: 11px;
    font-family: FontAwesome;
    font-size: 11px;
    color: #158ea3;
    content: '\f111';
}

@media screen and (max-width: 1039px) {
    .moto-widget-text ul li:before {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}

.moto-widget-text ol {
    counter-reset: moto-counter;
}

.moto-widget-text ol li {
    position: relative;
    padding-left: 135px;
    margin-bottom: 30px;
}

.moto-widget-text ol li:before {
    content: counter(moto-counter);
    counter-increment: moto-counter;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 119px;
    height: 119px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 110px;
    font-weight: 300;
    background: #39a9a4;
}

.moto-widget-button .moto-widget-button-link {
    position: relative;
    text-align: center;
    z-index: 1;
    transition: 0.3s;
}

.moto-widget-button .moto-widget-button-link .moto-widget-button-label {
    position: relative;
}

.moto-widget-button.moto-preset-default .moto-widget-button-link {
    width: 100%;
}

.moto-widget-button.moto-preset-default .moto-widget-button-link.moto-size-small {
    font-size: 15px;
    padding: 10px 10px 11px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-default .moto-widget-button-link.moto-size-small {
        font-size: 13px;
    }
}

.moto-widget-button.moto-preset-default .moto-widget-button-link.moto-size-medium {
    font-size: 20px;
    padding: 16px 10px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-default .moto-widget-button-link.moto-size-medium {
        font-size: 14px;
    }
}

.moto-widget-button.moto-preset-default .moto-widget-button-link.moto-size-large {
    font-size: 26px;
    padding: 15px 10px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-default .moto-widget-button-link.moto-size-large {
        font-size: 16px;
    }
}

.moto-widget-button.moto-preset-2 .moto-widget-button-link {
    width: 100%;
}

.moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-small {
    font-size: 15px;
    padding: 10px 10px 11px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-small {
        font-size: 13px;
    }
}

.moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-medium {
    font-size: 20px;
    padding: 16px 10px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-medium {
        font-size: 14px;
    }
}

.moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-large {
    font-size: 26px;
    padding: 15px 10px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-large {
        font-size: 16px;
    }
}

.moto-widget-button.moto-preset-3 .moto-widget-button-link.moto-size-small {
    font-size: 14px;
    padding: 12px 18px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-3 .moto-widget-button-link.moto-size-small {
        font-size: 12px;
        padding: 8px 12px;
    }
}

.moto-widget-button.moto-preset-3 .moto-widget-button-link.moto-size-medium {
    font-size: 18px;
    padding: 21px 30px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-3 .moto-widget-button-link.moto-size-medium {
        font-size: 14px;
        padding: 12px 18px;
    }
}

.moto-widget-button.moto-preset-3 .moto-widget-button-link.moto-size-large {
    font-size: 24px;
    padding: 33px 49px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-3 .moto-widget-button-link.moto-size-large {
        font-size: 18px;
        padding: 20px 30px;
    }
}

.moto-widget-button.moto-preset-3 .moto-widget-button-link .moto-widget-theme-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-left: 10px;
    float: right;
    line-height: inherit;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-3 .moto-widget-button-link .moto-widget-theme-icon {
        font-size: 14px;
        line-height: 1.2;
    }
}

.moto-widget-button.moto-preset-3 .moto-widget-button-link .moto-widget-theme-icon:before {
    content: '>>';
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.moto-widget-button.moto-preset-4 .moto-widget-button-link.moto-size-small {
    font-size: 14px;
    padding: 12px 18px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-4 .moto-widget-button-link.moto-size-small {
        font-size: 12px;
        padding: 8px 12px;
    }
}

.moto-widget-button.moto-preset-4 .moto-widget-button-link.moto-size-medium {
    font-size: 18px;
    padding: 21px 30px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-4 .moto-widget-button-link.moto-size-medium {
        font-size: 14px;
        padding: 12px 18px;
    }
}

.moto-widget-button.moto-preset-4 .moto-widget-button-link.moto-size-large {
    font-size: 24px;
    padding: 33px 49px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-4 .moto-widget-button-link.moto-size-large {
        font-size: 18px;
        padding: 20px 30px;
    }
}

.moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-theme-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-left: 10px;
    float: right;
    line-height: inherit;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-theme-icon {
        font-size: 14px;
        line-height: 1.2;
    }
}

.moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-theme-icon:before {
    content: '>>';
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-small {
    font-size: 14px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-small {
        font-size: 12px;
    }
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-medium {
    font-size: 18px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-medium {
        font-size: 14px;
    }
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-large {
    font-size: 24px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-large {
        font-size: 18px;
    }
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-theme-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-left: 5px;
    float: right;
    line-height: inherit;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-theme-icon {
        font-size: 14px;
        line-height: 1.2;
    }
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-theme-icon:before {
    content: '>>';
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.moto-widget-social-links .moto-widget-social-links-link {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.moto-widget-social-links .moto-widget-social-links-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 20px;
}

.moto-widget-social-links .moto-widget-social-links-item {
    margin: 0 1px;
}

.moto-widget-social-links.moto-align-left .moto-widget-social-links-list {
    margin-left: -1px;
}

.moto-widget-social-links.moto-align-right .moto-widget-social-links-list {
    margin-right: -1px;
}

.moto-widget-social-links .moto-widget-social-links-link_facebook:before {
    content: '\f09a';
}

.moto-widget-social-links .moto-widget-social-links-link_googleplus:before {
    content: '\f0d5';
}

.moto-widget-social-links .moto-widget-social-links-link_twitter:before {
    content: '\f099';
}

.moto-widget-social-links .moto-widget-social-links-link_youtube:before {
    content: '\f16a';
}

.moto-widget-social-links .moto-widget-social-links-link_pinterest:before {
    content: '\f0d2';
}

.moto-widget-social-links .moto-widget-social-links-link_linkedin:before {
    content: '\f0e1';
}

.moto-widget-social-links .moto-widget-social-links-link_instagram:before {
    content: '\f16d';
}

.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:before {
    font-size: 19px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-social-links.moto-preset-default .moto-widget-social-links-link {
        font-size: 16px;
    }
}

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link {
    height: 42px;
    width: 42px;
    font-size: 23px;
    color: #fff;
}

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover {
    opacity: 0.6;
}

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link_facebook {
    background: #4e71a8;
}

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link_googleplus {
    background: #e3411f;
}

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link_twitter {
    background: #1cb7eb;
}

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link_pinterest {
    background: #ca3737;
}

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link_linkedin {
    background: #1686b0;
}

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link_instagram {
    background: #3e739d;
}

.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-item {
    margin: 0 5px;
}

.moto-widget-social-links.moto-preset-3.moto-align-left .moto-widget-social-links-list {
    margin-left: -5px;
}

.moto-widget-social-links.moto-preset-3.moto-align-right .moto-widget-social-links-list {
    margin-right: -5px;
}

.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link {
    height: 85px;
    width: 85px;
    position: relative;
    text-align: center;
    border-radius: 50%;
}

.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:before {
    font-size: 35px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link {
        height: 47px;
        width: 47px;
    }

    .moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:before {
        font-size: 18px;
    }
}

.moto-widget-image .moto-widget-image-link {
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.moto-widget-image .moto-widget-image-link:before {
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    transition: 0.3s;
}

.moto-widget-image .moto-widget-image-link:after {
    z-index: 5;
    left: 50%;
    top: 50%;
    opacity: 1;
    font: 22px/1 FontAwesome;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: 0.3s;
}

.moto-widget-image .moto-widget-image-link:before,
.moto-widget-image .moto-widget-image-link:after {
    position: absolute;
    content: '';
}

.moto-widget-image .moto-widget-image-picture {
    transition: 0.3s;
}

.moto-widget-image.moto-preset-default .moto-widget-image-link:before,
.moto-widget-image.moto-preset-default .moto-widget-image-link:after {
    display: none;
}

.moto-widget-image.moto-preset-2 .moto-widget-image-link:hover .moto-widget-image-picture {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    filter: grayscale(100%);
}

.moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
    content: '\f065';
}

.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover .moto-widget-image-picture {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.moto-widget-image.moto-preset-5 .moto-widget-image-link {
    border-radius: 50%;
}

.moto-widget-image.moto-preset-5 .moto-widget-image-link:before,
.moto-widget-image.moto-preset-5 .moto-widget-image-link:after {
    display: none;
}

.moto-widget-menu {
    font-size: 14px;
}

.moto-widget-menu-toggle-btn {
    width: 40px;
    height: 40px;
    padding: 0 8px;
}

.moto-widget-menu-toggle-btn-icon {
    font-size: 24px;
    line-height: 40px;
}

.moto-widget-menu .moto-widget-menu-list {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu .moto-widget-menu-list {
        display: none;
    }
}

.moto-widget-menu.moto-align-right .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
    top: -20px;
    left: calc(100% + 13px);
}

.moto-widget-menu.moto-align-right .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist:before {
    position: absolute;
    top: 0;
    left: -13px;
    width: 13px;
    height: 100%;
    content: '';
}

.moto-widget-menu .moto-widget-menu-item {
    text-align: center;
    line-height: 58px;
}

.moto-widget-menu .moto-widget-menu-item .moto-widget-menu-link-level-1 {
    display: block;
    font-size: 20px;
    text-decoration: none;
    padding: 0 30px;
    margin-right: -3px;
    transition: 0.3s;
}

@media screen and (max-width: 1039px) {
    .moto-widget-menu .moto-widget-menu-item .moto-widget-menu-link-level-1 {
        font-size: 17px;
        padding: 0 10px;
    }
}

.moto-widget-menu .moto-widget-menu-item .moto-widget-menu-link-level-1:hover {
    cursor: pointer;
}

.moto-widget-menu .moto-widget-menu-item .moto-widget-menu-sublist {
    min-width: 270px;
    padding: 0 0 3px;
    border-bottom: 3px solid #0a5e76;
}

@media screen and (max-width: 1039px) {
    .moto-widget-menu .moto-widget-menu-item .moto-widget-menu-sublist {
        min-width: 250px;
    }
}

.moto-widget-menu .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item {
    margin: 0;
    padding: 0;
    text-align: left;
}

.moto-widget-menu .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    padding: 0 28px;
    line-height: 39px;
    font-size: 14px;
    transition: 0.3s;
    text-decoration: none;
}

@media screen and (max-width: 1039px) {
    .moto-widget-menu .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
        font-size: 14px;
    }
}

.moto-widget-menu .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
    margin: 0;
}

.moto-widget-menu .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item:last-child .moto-widget-menu-link {
    border-bottom: none;
}

.moto-widget-menu .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-sublist {
    top: -20px;
    left: calc(100% + 13px);
}

.moto-widget-menu .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-sublist:before {
    position: absolute;
    top: 0;
    left: -13px;
    width: 13px;
    height: 100%;
    content: '';
}

.moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow:after {
    font-family: FontAwesome;
    font-size: 15px;
    content: '\f054';
    position: absolute;
    color: #fff;
    margin: 0 auto;
    right: 23px;
    top: 13px;
    text-align: left;
}

@media screen and (max-width: 1039px) {
    .moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow:after {
        top: 14px;
        right: 13px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow:after {
        display: none;
    }
}

.moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-item:hover .moto-widget-menu-link-arrow:after {
    color: #fff;
}

.moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-active .moto-widget-menu-link-arrow:after {
    color: #fff;
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-item {
    padding: 5px 0;
    line-height: 70px;
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-item .moto-widget-menu-link {
    border-radius: 9px;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-preset-3 .moto-widget-menu-item .moto-widget-menu-link {
        border-radius: 0;
    }
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-link {
    border-radius: 0;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list {
        border: 1px solid;
        width: 290px;
        margin: 0 auto;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
        border: none;
        margin: 0 !important;
        padding: 0;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:after,
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:before {
        display: none;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:not(:last-child) {
        border-bottom: 1px solid;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
        padding: 10px 50px 10px 20px;
        font-size: 14px;
        line-height: 1.2;
        text-align: left;
        border: none;
        border-radius: 0;
        position: relative;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link:after,
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link:before {
        display: none;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        width: 50px;
        height: 100%;
        transition: 0.3s;
        font-size: inherit;
        margin: 0;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:after {
        content: '\f107';
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
        display: none;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist {
        width: 100%;
        padding: 0;
        border: none;
        box-shadow: none;
        border-radius: 0;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist:before,
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist:after {
        content: none;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item {
        width: 100%;
        border-bottom: none;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
        padding: 7px 40px;
        font-size: 12px;
        margin: 0;
        border: none;
        text-align: left;
        position: relative;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
        right: 0;
        top: 0;
        font-size: inherit;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        color: inherit !important;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:before,
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
        display: none;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
        padding: 7px 40px 7px 60px;
    }
}

.moto-widget-contact_form .moto-widget-contact_form-form {
    overflow: visible;
}

.new {
    margin-bottom: 20px;
}

.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-label {
    display: none;
}

.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field {
    font-size: 16px;
    padding: 5px 16px;
    line-height: normal;
    outline: none;
    border-width: 1px;
    border-style: solid;
    -webkit-appeareance: none;
    height: 41px;
}

.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field.moto-widget-contact_form-textarea {
    min-height: 115px;
}

.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field-error,
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-required {
    position: absolute;
    font-size: 11px;
    top: 3px;
    right: 11px;
    line-height: 1;
}

.moto-widget-contact_form .moto-widget-contact_form-success,
.moto-widget-contact_form .moto-widget-contact_form-danger {
    position: relative;
    font-size: 12px;
    bottom: 15px;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-group .moto-widget-contact_form-field {
    border-width: 0 0 1px;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-group .moto-widget-contact_form-field {
    border-radius: 15px;
}

.moto-widget-slider .moto-widget-slider.moto-widget-slider-loader li:first-child:after {
    border-color: rgba(24, 27, 39, 0.2) rgba(24, 27, 39, 0.2) rgba(24, 27, 39, 0.2) #181b27;
}

.moto-widget-slider.moto-preset-default .bx-pager {
    position: absolute;
    bottom: 30px;
    text-align: right;
    width: 200px;
    right: 50px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-default .bx-pager {
        bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-preset-default .bx-pager {
        bottom: 13px;
    }
}

.moto-widget-slider.moto-preset-default .bx-pager-link {
    font-size: 0;
    display: inline-block;
    width: 20px;
    height: 8px;
    text-align: center;
    margin: 0 2px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-default .bx-pager-link {
        width: 20px;
        height: 8px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-preset-default .bx-pager-link {
        width: 10px;
        height: 4px;
    }
}

.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next {
    top: 50%;
    margin-top: -35px;
    z-index: 50;
    font-size: 0;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    width: 69px;
    height: 69px;
    line-height: 69px;
}

.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:before {
    font-size: 55px;
}

@media screen and (max-width: 1039px) {

    .moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev,
    .moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next {
        width: 49px;
        height: 49px;
        line-height: 49px;
        margin-top: -25px;
    }

    .moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:before,
    .moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:before {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {

    .moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev,
    .moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next {
        width: 19px;
        height: 19px;
        line-height: 18px;
    }
}

@media screen and (max-width: 767px) {

    .moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev,
    .moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next {
        margin-top: -10px;
    }

    .moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:before,
    .moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:before {
        font-size: 20px;
    }
}

.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev {
    left: 30px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev {
        left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev {
        left: 10px;
    }
}

.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:before {
    content: '\f104';
}

.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next {
    right: 30px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next {
        right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next {
        right: 10px;
    }
}

.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:before {
    content: '\f105';
}

.moto-widget-slider.moto-preset-default .bx-caption {
    bottom: 0;
    width: 40%;
    left: 0;
    text-align: left;
    padding: 50px;
    line-height: 1.2;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-default .bx-caption {
        padding: 20px;
        line-height: 1;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-preset-default .bx-caption {
        width: 55%;
        padding: 7px 10px;
        line-height: 1;
    }
}

.moto-widget-slider.moto-preset-default .bx-caption_text {
    font-size: 45px;
    line-height: 1.2;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-default .bx-caption_text {
        font-size: 26px;
        line-height: 1;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-preset-default .bx-caption_text {
        font-size: 12px;
        line-height: 1;
    }
}

.moto-widget-slider.moto-preset-2 .bx-pager {
    position: absolute;
    top: 70%;
    left: 20%;
    width: 200px;
    text-align: left;
}

@media screen and (max-width: 1280px) and (min-width: 320px) {
    .moto-widget-slider.moto-preset-2 .bx-pager {
        left: 5%;
    }
}

.moto-widget-slider.moto-preset-2 .bx-pager-link {
    font-size: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 50%;
    margin: 0 4px;
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-preset-2 .bx-pager-link {
        width: 10px;
        height: 10px;
    }
}

.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
    top: 50%;
    z-index: 50;
    font-size: 0;
    margin-top: -4px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-decoration: none;
    font-weight: 400;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:before {
    font-size: 180px;
}

@media screen and (max-width: 1039px) {

    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev,
    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
        margin-top: 0;
    }

    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:before,
    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:before {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {

    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev,
    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
        margin-top: -1px;
    }

    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:before,
    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:before {
        font-size: 30px;
    }
}

.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev {
    left: 67px;
}

@media only screen and (min-width: 1039px) and (max-width: 1800px) {
    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev {
        left: 40px;
    }
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev {
        left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev {
        left: 20px;
    }
}

.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:before {
    content: '\f104';
}

.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
    right: 67px;
}

@media only screen and (min-width: 1039px) and (max-width: 1800px) {
    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
        right: 40px;
    }
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
        right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
        right: 20px;
    }
}

.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:before {
    content: '\f105';
}

.moto-widget-slider.moto-preset-2 .bx-caption {
    top: 50%;
    width: 60%;
    left: 20%;
    text-align: left;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media screen and (max-width: 1280px) and (min-width: 320px) {
    .moto-widget-slider.moto-preset-2 .bx-caption {
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.moto-widget-slider.moto-preset-2 .bx-caption_text {
    font-size: 60px;
    line-height: 1;
}

@media only screen and (min-width: 1039px) and (max-width: 1800px) {
    .moto-widget-slider.moto-preset-2 .bx-caption_text {
        font-size: 50px;
    }
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-2 .bx-caption_text {
        font-size: 34px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-preset-2 .bx-caption_text {
        font-size: 15px !important;
    }
}

.moto-widget-slider.moto-widget-carousel .carousel-block {
    padding: 0 0 40px;
}

.moto-widget-slider.moto-widget-carousel .carousel-block .bx-wrapper {
    padding: 0 100px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-widget-carousel .carousel-block .bx-wrapper {
        padding: 0 60px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-widget-carousel .carousel-block .bx-wrapper {
        padding: 0 45px;
    }
}

.moto-widget-slider.moto-widget-carousel .carousel-block .bx-wrapper .bx-pager {
    bottom: -38px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    top: auto;
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-widget-carousel .carousel-block .bx-wrapper .bx-pager {
        bottom: -38px;
    }
}

.moto-widget-slider.moto-widget-carousel .carousel-block .bx-wrapper .bx-controls-direction .bx-prev {
    left: 0;
}

.moto-widget-slider.moto-widget-carousel .carousel-block .bx-wrapper .bx-controls-direction .bx-next {
    right: 0;
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption {
    display: block;
    z-index: 99;
    margin: 0 auto;
    bottom: 0;
    width: 90%;
    opacity: 0;
    padding: 15px;
}

@media screen and (max-width: 767px) {
    .moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption {
        padding: 5px;
    }
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption_text {
    text-align: center;
    font-size: 13px;
    line-height: 1.15;
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption-visible {
    opacity: 1;
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item:before {
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    transition: 0.3s;
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
    z-index: 2;
    font: 22px/1 FontAwesome;
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item:before,
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
    position: absolute;
    content: '';
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item .moto-widget-grid-gallery-image {
    transition: 0.3s;
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption,
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
    transition: 0.3s;
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption {
    bottom: 0;
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
    content: '\f065';
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover .moto-widget-grid-gallery-image {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item .caption {
    bottom: auto;
    top: 150%;
}

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item .caption-visible {
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:before {
    top: 150%;
}

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:hover:before {
    top: 0;
}

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item .caption {
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item .caption {
        padding: 5px;
    }
}

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:after {
    content: '\f065';
}

.moto-back-to-top-button {
    right: 25px;
    bottom: 50px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.moto-back-to-top-button .moto-back-to-top-button-link {
    text-align: center;
}

.moto-back-to-top-button .moto-back-to-top-button-link:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #333;
}

.moto-back-to-top-button .moto-back-to-top-button-link:hover .moto-back-to-top-button-icon {
    color: #333;
}

.moto-back-to-top-button .moto-back-to-top-button-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 37px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #158ea3;
}

.moto-back-to-top-button .moto-back-to-top-button-icon:before {
    content: '\f0aa';
}

.moto-widget-divider.moto-preset-default .moto-widget-divider-line {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333;
}

.moto-widget-divider.moto-preset-2 .moto-widget-divider-line {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
}

.moto-widget-divider.moto-preset-3 .moto-widget-divider-line {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #158ea3;
}

.moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
    color: transparent;
}

.moto-widget-image.moto-preset-3 .moto-widget-image-link:before {
    background-color: transparent;
}

.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:after {
    color: #fff;
}

.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.moto-widget-image.moto-preset-4 .moto-widget-image-link:before {
    background-color: transparent;
}

.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.moto-widget-button.moto-preset-default .moto-widget-button-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #158ea3;
    background-color: #eee;
}

.moto-widget-button.moto-preset-default .moto-widget-button-link:hover {
    color: #333;
    background-color: #cacaca;
}

.moto-widget-button.moto-preset-default .moto-widget-button-link .moto-widget-button-label {
    text-decoration: none;
}

.moto-widget-button.moto-preset-2 .moto-widget-button-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    background-color: #cacaca;
}

.moto-widget-button.moto-preset-2 .moto-widget-button-link:hover {
    color: #158ea3;
    background-color: #eee;
}

.moto-widget-button.moto-preset-2 .moto-widget-button-link:hover .moto-widget-button-label {
    text-decoration: none;
}

.moto-widget-button.moto-preset-2 .moto-widget-button-link .moto-widget-button-label {
    text-decoration: none;
}

.moto-widget-button.moto-preset-3 .moto-widget-button-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    background-color: #158ea3;
}

.moto-widget-button.moto-preset-3 .moto-widget-button-link:hover {
    color: #fff;
    background-color: #39a9a4;
}

.moto-widget-button.moto-preset-3 .moto-widget-button-link .moto-widget-button-label {
    text-decoration: none;
}

.moto-widget-button.moto-preset-4 .moto-widget-button-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    background-color: #39a9a4;
}

.moto-widget-button.moto-preset-4 .moto-widget-button-link:hover {
    color: #fff;
    background-color: #158ea3;
}

.moto-widget-button.moto-preset-4 .moto-widget-button-link:hover .moto-widget-button-label {
    text-decoration: none;
}

.moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-button-label {
    text-decoration: none;
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #158ea3;
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link:hover {
    color: #39a9a4;
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link:hover .moto-widget-button-label {
    text-decoration: none;
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-button-label {
    text-decoration: none;
}

.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:before {
    color: #fff;
}

.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:hover:before {
    color: #fff;
}

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:before {
    color: #fff;
}

.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link {
    background-color: #158ea3;
}

.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:before {
    color: #fff;
}

.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:hover {
    background-color: #39a9a4;
}

.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:hover:before {
    color: #fff;
}

.moto-widget-slider.moto-preset-default .bx-caption {
    background-color: rgba(0, 0, 0, 0.5);
}

.moto-widget-slider.moto-preset-default .bx-caption_text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none;
}

.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next {
    background-color: #999;
}

.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:before {
    color: #fff;
}

.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:hover,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:hover {
    background-color: #fff;
}

.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:hover:before,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:hover:before {
    color: #999;
}

.moto-widget-slider.moto-preset-default .bx-pager-link {
    background-color: #333;
}

.moto-widget-slider.moto-preset-default .bx-pager-link:hover {
    background-color: #158ea3;
}

.moto-widget-slider.moto-preset-default .bx-pager-link.active {
    background-color: #158ea3;
}

.moto-widget-slider.moto-preset-2 .bx-caption_text {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:before {
    color: #fff;
}

.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:hover:before,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:hover:before {
    color: #158ea3;
}

.moto-widget-slider.moto-preset-2 .bx-pager-link {
    background-color: #158ea3;
}

.moto-widget-slider.moto-preset-2 .bx-pager-link:hover {
    background-color: #fff;
}

.moto-widget-slider.moto-preset-2 .bx-pager-link.active {
    background-color: #fff;
}

.moto-widget-grid-gallery.moto-preset-default .caption_text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #fff;
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:before {
    background-color: transparent;
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
    color: transparent;
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:after {
    color: #fff;
}

.moto-widget-grid-gallery.moto-preset-2 .caption_text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #fff;
}

.moto-widget-grid-gallery.moto-preset-2 .caption {
    background-color: rgba(0, 0, 0, 0.5);
}

.moto-widget-grid-gallery.moto-preset-3 .caption_text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #333;
}

.moto-widget-grid-gallery.moto-preset-3 .caption {
    background-color: rgba(255, 255, 255, 0.5);
}

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:after {
    color: transparent;
}

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover:after {
    color: #fff;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form {
    font-family: 'Roboto', sans-serif;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field {
    color: gray;
    background-color: #fff;
    font-style: normal;
    font-weight: 400;
    border-color: #eee;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
    color: #333;
    border-color: #158ea3;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
    font-style: normal;
    font-weight: 400;
    color: #333;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-success {
    font-style: normal;
    font-weight: 400;
    color: #333;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-danger {
    font-style: normal;
    font-weight: 400;
    color: #333;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-checkbox-icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    border-color: #81868c;
    color: #55616d;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-group-not-valid .moto-widget-contact_form-checkbox-icon {
    border-color: red;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form {
    font-family: 'Roboto', sans-serif;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field {
    color: #333;
    background-color: transparent;
    font-style: normal;
    font-weight: 400;
    border-color: #1a1a1a;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
    color: #333;
    border-color: #158ea3;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
    font-style: normal;
    font-weight: 400;
    color: #333;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-success {
    font-style: normal;
    font-weight: 400;
    color: #333;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
    font-style: normal;
    font-weight: 400;
    color: #333;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-checkbox-icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    border-color: #81868c;
    color: #55616d;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-group-not-valid .moto-widget-contact_form-checkbox-icon {
    border-color: red;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form {
    font-family: 'Roboto', sans-serif;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field {
    color: #333;
    font-style: normal;
    font-weight: 400;
    border-color: #333;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
    color: #333;
    border-color: #333;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
    font-style: normal;
    font-weight: 400;
    color: #333;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-success {
    font-style: normal;
    font-weight: 400;
    color: #333;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
    font-style: normal;
    font-weight: 400;
    color: #333;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-checkbox-icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    border-color: #81868c;
    color: #55616d;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-group-not-valid .moto-widget-contact_form-checkbox-icon {
    border-color: red;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
    color: #333;
    text-decoration: none;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #158ea3;
    text-decoration: none;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
    color: #333;
    text-decoration: none;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist {
    background-color: #333;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item:hover>.moto-widget-menu-link {
    color: #fff;
    text-decoration: none;
    background-color: #39a9a4;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    text-decoration: none;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #fff;
    text-decoration: none;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-toggle-btn {
    color: #fff;
    background-color: #158ea3;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
        color: #fff;
        background-color: #158ea3;
    }

    .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
        color: #fff;
        text-decoration: none;
        background-color: #333;
    }

    .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
        color: #158ea3;
        text-decoration: none;
    }

    .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
        color: #fff;
        text-decoration: none;
    }

    .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
        color: #158ea3;
        text-decoration: none;
    }
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
    color: #13839b;
    text-decoration: none;
    background-color: none;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-style: normal;
    color: #333;
    text-decoration: none;
    background-color: transparent;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
    color: #fff;
    text-decoration: none;
    background-color: #0a5e76;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist {
    background-color: #13839b;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item:hover>.moto-widget-menu-link {
    color: #fff;
    text-decoration: none;
    background-color: #0a5e76;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    text-decoration: none;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #fff;
    text-decoration: none;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-toggle-btn {
    color: #fff;
    background-color: #158ea3;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
        color: #fff;
        background-color: #158ea3;
    }

    .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
        color: #fff;
        text-decoration: none;
        background-color: #333;
    }

    .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
        color: #daa520;
        text-decoration: none;
    }

    .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
        color: #fff;
        text-decoration: none;
    }

    .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
        color: #daa520;
        text-decoration: none;
    }
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
    color: #fff;
    text-decoration: none;
    background-color: #39a9a4;
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #39a9a4;
    text-decoration: none;
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
    color: #fff;
    text-decoration: none;
    background-color: #39a9a4;
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist {
    background-color: #333;
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item:hover>.moto-widget-menu-link {
    color: #fff;
    text-decoration: none;
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: gray;
    text-decoration: none;
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
    text-decoration: none;
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-toggle-btn {
    color: #fff;
    background-color: #158ea3;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
        color: #fff;
        background-color: #158ea3;
    }

    .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
        color: #fff;
        text-decoration: none;
        background-color: #333;
    }

    .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
        color: #158ea3;
        text-decoration: none;
    }

    .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
        color: #fff;
        text-decoration: none;
    }

    .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
        color: #158ea3;
        text-decoration: none;
    }
}

.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button,
.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active.mejs-moto-download-button a {
    background-color: #d3d8db;
}

.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button:before,
.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active.mejs-moto-download-button a:before {
    color: #55616d;
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-button button,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button,
.moto-media-player.moto-preset-default .mejs-overlay-button,
.moto-media-player.moto-preset-default .mejs-controls .mejs-button.mejs-moto-download-button a {
    background-color: transparent;
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-button button:before,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button:before,
.moto-media-player.moto-preset-default .mejs-overlay-button:before,
.moto-media-player.moto-preset-default .mejs-controls .mejs-button.mejs-moto-download-button a:before {
    color: #d3d8db;
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-button button:hover:before,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button:hover:before,
.moto-media-player.moto-preset-default .mejs-overlay-button:hover:before,
.moto-media-player.moto-preset-default .mejs-controls .mejs-button.mejs-moto-download-button a:hover:before {
    color: #7f878a;
}

.moto-media-player.moto-preset-default .mejs-controls {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #81868c;
    background-color: #fff;
    font-size: 12px;
    border-color: #d3d8db;
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-time-current,
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
    background-color: #7f878a;
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-current,
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-handle {
    background-color: #7f878a;
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-time-loaded {
    background-color: rgba(127, 135, 138, 0.25);
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-time-total {
    background-color: rgba(127, 135, 138, 0.25);
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
    box-shadow: 0 0 4px 0 #7f878a;
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-total {
    background-color: rgba(127, 135, 138, 0.5);
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-handle {
    box-shadow: 0 0 4px 0 #7f878a;
}

.moto-widget-countdown.moto-preset-default .countdown-item-amount {
    color: #2e3a46;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
}

.moto-widget-countdown.moto-preset-default .countdown-item-unit {
    color: #81868c;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
}

.moto-widget-countdown.moto-preset-default .countdown-item-delimiter {
    min-width: 20px;
    font-size: 22px;
    color: #d3d8db;
}

.moto-widget-countdown.moto-preset-default .countdown-item-block {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #81868c;
    background-color: #d3d8db;
    font-size: 12px;
    height: 80px;
    width: 80px;
    border-style: none;
    border-radius: 40px;
    border-width: 0;
}

.moto-widget-countdown.moto-preset-2 .countdown-item-amount {
    color: #2e3a46;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
}

.moto-widget-countdown.moto-preset-2 .countdown-item-unit {
    color: #81868c;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.moto-widget-countdown.moto-preset-2 .countdown-item-delimiter {
    min-width: 20px;
    font-size: 22px;
    color: #d3d8db;
}

.moto-widget-countdown.moto-preset-2 .countdown-item-block {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #81868c;
    background-color: #d3d8db;
    font-size: 12px;
    height: 80px;
    width: 80px;
    border-style: none;
    border-radius: 0;
    border-width: 0;
}

.moto-widget-countdown.moto-preset-3 .countdown-item-amount {
    color: #2e3a46;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
}

.moto-widget-countdown.moto-preset-3 .countdown-item-unit {
    color: #81868c;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
}

.moto-widget-countdown.moto-preset-3 .countdown-item-delimiter {
    min-width: 20px;
    font-size: 30px;
    color: #81868c;
}

.moto-widget-countdown.moto-preset-3 .countdown-item-block {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #81868c;
    font-size: 12px;
    height: 80px;
    width: 80px;
    border-color: #81868c;
    border-style: solid;
    border-radius: 40px;
    border-width: 3px;
}

.moto-widget-pagination.moto-preset-default {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.moto-widget-pagination.moto-preset-default .moto-pagination-item,
.moto-widget-pagination.moto-preset-default li {
    margin-right: 5px;
}

.moto-widget-pagination.moto-preset-default .moto-pagination-link,
.moto-widget-pagination.moto-preset-default a {
    color: gray;
    background-color: transparent;
    border-color: transparent;
    border-width: 1px;
    border-radius: 0;
    border-style: solid;
    text-decoration: none;
    width: 31px;
    height: 31px;
}

.moto-widget-pagination.moto-preset-default .moto-pagination-link:hover,
.moto-widget-pagination.moto-preset-default a:hover {
    color: #158ea3;
}

.moto-widget-pagination.moto-preset-default .moto-pagination-link_active,
.moto-widget-pagination.moto-preset-default li.active a {
    font-style: normal;
    font-weight: 700;
    color: #158ea3;
    border-color: transparent;
    text-decoration: none;
}

.moto-widget-pagination.moto-preset-default .moto-pagination-link_active:hover,
.moto-widget-pagination.moto-preset-default li.active a:hover {
    font-style: normal;
    font-weight: 700;
    color: #158ea3;
    border-color: transparent;
    text-decoration: none;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    border-style: none;
    color: #80868b;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    border-width: 0;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
    color: #80868b;
    font-size: 20px;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon {
    color: #80868b;
    font-size: 20px;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon:before {
    content: '\f105';
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item {
    border-color: #d3d8db;
    border-radius: 0;
    border-style: solid;
    margin-bottom: 0;
    border-width: 0 0 1px;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item .moto-widget-accordion__header-title {
    text-decoration: none;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item .moto-widget-accordion__content {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    border-style: none;
    border-width: 0;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__header {
    color: #54616d;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
    color: #54616d;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
    color: #54616d;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open {
    border-color: #d3d8db;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
    text-decoration: none;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    border-style: none;
    color: #54616d;
    border-width: 0;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
    color: #80868b;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
    color: #54616d;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
    content: '\f107';
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header-icon {
    color: #54616d;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header {
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;
    border-style: none;
    color: #80868b;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    border-width: 0;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header-icon {
    color: #80868b;
    font-size: 20px;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon {
    color: #80868b;
    font-size: 14px;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon:before {
    content: '\f067';
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item {
    border-color: #d3d8db;
    border-radius: 0;
    border-style: solid;
    margin-bottom: 10px;
    border-width: 1px;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item .moto-widget-accordion__header-title {
    text-decoration: none;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item .moto-widget-accordion__content {
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;
    border-style: none;
    border-width: 0;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__header {
    background-color: #fff;
    color: #54616d;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
    color: #54616d;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
    color: #54616d;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open {
    border-color: #54616d;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
    text-decoration: none;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;
    border-style: none;
    color: #54616d;
    border-width: 0;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
    color: #54616d;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
    color: #54616d;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
    content: '\f00d';
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header {
    color: #80868b;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header {
    background-color: #d3d8db;
    border-color: transparent;
    border-radius: 0;
    border-style: none;
    color: #54616d;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    border-width: 0;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header-icon {
    color: #54616d;
    font-size: 20px;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__collapse-icon {
    color: #80868b;
    font-size: 12px;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__collapse-icon:before {
    content: '\f105';
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item {
    border-color: transparent;
    border-radius: 0;
    border-style: none;
    margin-bottom: 5px;
    border-width: 0;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item .moto-widget-accordion__header-title {
    text-decoration: none;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item .moto-widget-accordion__content {
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;
    border-style: none;
    border-width: 0;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__header {
    background-color: #54616d;
    color: #fff;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
    color: #fff;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
    color: #fff;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open {
    border-color: transparent;
    border-radius: 0;
    border-style: none;
    border-width: 0;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
    text-decoration: none;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
    background-color: #54616d;
    border-color: transparent;
    border-radius: 0;
    border-style: none;
    color: #fff;
    border-width: 0;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
    color: #fff;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
    color: #fff;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
    content: '\f107';
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header {
    background-color: #54616d;
}

.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__item {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__item:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.moto-widget-social-links-extended.moto-preset-default.moto-align-left .moto-widget-social-links-extended__item {
    margin-left: 0;
}

.moto-widget-social-links-extended.moto-preset-default.moto-align-center .moto-widget-social-links-extended__item {
    margin-right: 2.5px;
    margin-left: 2.5px;
}

.moto-widget-social-links-extended.moto-preset-default.moto-align-right .moto-widget-social-links-extended__item {
    margin-right: 0;
}

.moto-widget-social-links-extended.moto-preset-default.moto-align-right .moto-widget-social-links-extended__item:first-child {
    margin-left: 0;
}

.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link {
    font-size: 26px;
    width: 46px;
    height: 46px;
    border-radius: 0;
    border-style: none;
    color: #fff;
    background-color: #2e3a46;
    border-color: transparent;
    border-width: 0;
}

.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link:hover {
    color: #2e3a46;
    background-color: #d3d8db;
    border-color: transparent;
}

.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link {
    width: auto;
    height: auto;
}

.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__item {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__item:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.moto-widget-social-links-extended.moto-preset-2.moto-align-left .moto-widget-social-links-extended__item {
    margin-left: 0;
}

.moto-widget-social-links-extended.moto-preset-2.moto-align-center .moto-widget-social-links-extended__item {
    margin-right: 5px;
    margin-left: 5px;
}

.moto-widget-social-links-extended.moto-preset-2.moto-align-right .moto-widget-social-links-extended__item {
    margin-right: 0;
}

.moto-widget-social-links-extended.moto-preset-2.moto-align-right .moto-widget-social-links-extended__item:first-child {
    margin-left: 0;
}

.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__link {
    font-size: 26px;
    width: 46px;
    height: 46px;
    border-radius: 25px;
    border-style: solid;
    color: #55616d;
    background-color: #fff;
    border-color: #55616d;
    border-width: 2px;
}

.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__link:hover {
    color: #d3d8db;
    background-color: #2e3a46;
}

.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__item {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__item:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.moto-widget-social-links-extended.moto-preset-3.moto-align-left .moto-widget-social-links-extended__item {
    margin-left: 0;
}

.moto-widget-social-links-extended.moto-preset-3.moto-align-center .moto-widget-social-links-extended__item {
    margin-right: 5px;
    margin-left: 5px;
}

.moto-widget-social-links-extended.moto-preset-3.moto-align-right .moto-widget-social-links-extended__item {
    margin-right: 0;
}

.moto-widget-social-links-extended.moto-preset-3.moto-align-right .moto-widget-social-links-extended__item:first-child {
    margin-left: 0;
}

.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__link {
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 0;
    border-style: solid;
    color: #55616d;
    background-color: #d3d8db;
    border-color: transparent;
    border-width: 2px;
}

.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__link:hover {
    background-color: #fff;
    border-color: #d3d8db;
}

.moto-widget-back-to-top {
    top: auto;
    bottom: 60px;
    right: 40px;
    left: auto;
}

.moto-widget-back-to-top.moto-back-to-top-button_visible {
    -webkit-animation-name: none;
    animation-name: none;
}

@media screen and (max-width: 1039px) {
    .moto-widget-back-to-top {
        top: auto;
        bottom: 20px;
        right: 20px;
        left: auto;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-back-to-top {
        top: auto;
        left: auto;
    }
}

@media screen and (max-width: 479px) {
    .moto-widget-back-to-top {
        top: auto;
        left: auto;
    }
}

.moto-widget-back-to-top .moto-widget-back-to-top-link {
    width: 48px;
    height: 48px;
    font-size: 24px;
    background-color: rgba(211, 216, 219, 0.8);
    color: #2e3a46;
    border-color: #fff;
    border-style: solid;
    border-radius: 0;
    border-width: 1px;
}

.moto-widget-back-to-top .moto-widget-back-to-top-link:hover {
    color: #d3d8db;
    background-color: #2e3a46;
    border-color: #d3d8db;
}

.moto-widget-back-to-top .moto-widget-back-to-top-icon:before {
    content: '\f077';
}

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header_desktop {
    margin-right: 10px;
}

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper {
    margin-bottom: 10px;
}

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__content {
    border-style: solid;
    border-radius: 3px;
    border-color: #d3d8db;
    border-width: 1px;
    padding: 20px;
}

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header {
    font-size: 14px;
    border-style: solid;
    border-radius: 3px;
    border-color: transparent;
    background-color: transparent;
    border-width: 1px;
    padding: 10px 20px;
}

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header-title {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #54616d;
    text-decoration: none;
}

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header-icon {
    font-size: 18px;
    margin-right: 10px;
    color: #54616d;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .moto-widget-tabs.moto-preset-default .moto-widget-tabs__item {
        margin-bottom: 10px;
    }
}

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header:hover {
    border-color: #d3d8db;
}

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header:hover .moto-widget-tabs__header-title {
    color: #2e3a46;
}

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header:hover .moto-widget-tabs__header-icon {
    color: #2e3a46;
}

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    border-style: solid;
    border-radius: 3px;
    background-color: #d3d8db;
    border-color: #d3d8db;
    border-width: 1px;
}

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-title {
    color: #2e3a46;
    text-decoration: none;
}

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-icon {
    color: #2e3a46;
}

@media screen and (max-width: 767px) {
    .moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened {
        margin-bottom: 10px;
    }
}

.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper {
    margin-left: 10px;
    margin-right: 10px;
}

.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop {
    margin-bottom: 10px;
}

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header_desktop:last-child,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header-icon:last-child,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-right .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-right+.moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
    margin-right: 0;
}

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-left .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-left+.moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
    margin-left: 0;
}

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__item:last-child,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop:last-child {
    margin-bottom: 0;
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header_desktop {
    margin-right: 0;
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper {
    margin-bottom: 0;
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__content {
    border-style: none;
    border-radius: 0;
    background-color: #d3d8db;
    border-color: transparent;
    border-width: 0;
    padding: 20px;
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header {
    font-size: 14px;
    border-style: none;
    border-radius: 0;
    border-color: transparent;
    background-color: transparent;
    border-width: 0;
    padding: 14px 30px;
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header-title {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #54616d;
    text-decoration: none;
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header-icon {
    font-size: 18px;
    margin-right: 10px;
    color: #54616d;
    margin-left: 10px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header {
        font-size: 14px;
        padding: 12px 22px;
    }

    .moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header-icon {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-tabs.moto-preset-2 .moto-widget-tabs__item {
        margin-bottom: 0;
    }
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header:hover {
    border-color: transparent;
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header:hover .moto-widget-tabs__header-title {
    color: #2e3a46;
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header:hover .moto-widget-tabs__header-icon {
    color: #2e3a46;
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    border-style: none;
    border-radius: 0;
    background-color: #d3d8db;
    border-color: transparent;
    border-width: 0;
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-title {
    color: #54616d;
    text-decoration: none;
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-icon {
    color: #54616d;
}

@media screen and (max-width: 767px) {
    .moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
        margin-bottom: 0;
    }
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover .moto-widget-tabs__header-title {
    color: #2e3a46;
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover .moto-widget-tabs__header-icon {
    color: #2e3a46;
}

.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper {
    margin-left: 0;
    margin-right: 0;
}

.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop {
    margin-bottom: 0;
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header_desktop:last-child,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header-icon:last-child,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-right .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-right+.moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
    margin-right: 0;
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-left .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-left+.moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
    margin-left: 0;
}

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__item:last-child,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop:last-child {
    margin-bottom: 0;
}

.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-horizontal .moto-widget-tabs__headers-wrapper {
    margin-bottom: 0;
}

.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
    margin-right: 0;
}

.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
        margin-bottom: 0;
    }
}

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header_desktop {
    margin-right: 1px;
}

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper {
    margin-bottom: 0;
}

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__content {
    border-style: solid;
    border-radius: 0;
    background-color: #fff;
    border-color: #d3d8db;
    border-width: 1px;
    padding: 20px;
}

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header {
    font-size: 14px;
    border-style: solid;
    border-radius: 0;
    border-color: transparent;
    background-color: #d3d8db;
    border-width: 1px 1px 0;
    padding: 18px 30px;
}

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header-title {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #54616d;
    text-decoration: none;
}

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header-icon {
    font-size: 18px;
    margin-right: 10px;
    color: #54616d;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .moto-widget-tabs.moto-preset-3 .moto-widget-tabs__item {
        margin-bottom: 1px;
    }
}

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header:hover {
    background-color: #54616d;
}

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header:hover .moto-widget-tabs__header-title {
    color: #fff;
}

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header:hover .moto-widget-tabs__header-icon {
    color: #fff;
}

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    border-style: solid;
    border-radius: 0;
    background-color: #fff;
    border-color: #d3d8db;
    border-width: 1px 1px 0;
}

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-title {
    color: #54616d;
    text-decoration: none;
}

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-icon {
    color: #54616d;
}

@media screen and (max-width: 767px) {
    .moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
        margin-bottom: 0;
    }
}

.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper {
    margin-left: 0;
    margin-right: 0;
}

.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop {
    margin-bottom: 1px;
}

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header_desktop:last-child,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header-icon:last-child,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-right .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-right+.moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
    margin-right: 0;
}

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-left .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-left+.moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
    margin-left: 0;
}

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__item:last-child,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop:last-child {
    margin-bottom: 0;
}

.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-horizontal .moto-widget-tabs__headers-wrapper {
    margin-bottom: -1px;
}

.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
    margin-right: -1px;
}

.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
    margin-left: -1px;
}

@media screen and (max-width: 767px) {
    .moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
        margin-bottom: -1px;
    }
}

.moto-cookie-notification {
    background-color: #1f2228;
}

.moto-cookie-notification__button_close {
    color: rgba(255, 255, 255, 0.4);
}

.moto-cookie-notification__button_close:hover {
    color: #fff;
}

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item {
    border-style: none;
    border-radius: 0;
    border-color: transparent;
    border-width: 0;
}

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-layer {
    background-color: transparent;
    border-style: none;
    border-radius: 0;
    border-color: transparent;
    border-width: 0;
}

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-layer-icon {
    color: transparent;
}

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-layer-icon:before {
    content: '\f067';
}

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    background-color: rgba(46, 58, 70, 0.85);
    font-size: 16px;
    padding: 20px;
}

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
    background-color: rgba(85, 97, 109, 0.45);
}

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
    font-size: 42px;
    color: #fff;
}

@media screen and (max-width: 1039px) {
    .moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
        padding: 16px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
        font-size: 14px;
        padding: 12px;
    }

    .moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
        font-size: 30px;
    }
}

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    right: 0;
}

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-caption {
    bottom: 0;
}

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item {
    border-style: none;
    border-radius: 0;
    border-color: transparent;
    border-width: 0;
}

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer {
    background-color: transparent;
    border-style: none;
    border-radius: 0;
    border-color: transparent;
    border-width: 0;
}

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer-icon {
    font-size: 40px;
    color: transparent;
}

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer-icon:before {
    content: '\f00e';
}

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-caption {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    color: #2e3a48;
    background-color: transparent;
    font-size: 16px;
    padding: 10px;
}

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
    background-color: rgba(255, 255, 255, 0.75);
}

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
    color: #2e3a48;
}

@media screen and (max-width: 767px) {
    .moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer-icon {
        font-size: 30px;
    }

    .moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-caption {
        font-size: 14px;
        padding: 8px;
    }
}

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer {
    margin: 0;
    padding: 0;
    padding-top: 30px;
}

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
    padding-top: 0;
}

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item {
    border-style: none;
    border-radius: 0;
    border-color: transparent;
    border-width: 0;
}

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer {
    background-color: transparent;
    border-style: solid;
    border-radius: 0;
    border-color: transparent;
    border-width: 16px;
}

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer-icon {
    font-size: 40px;
    color: transparent;
}

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer-icon:before {
    content: '\f00e';
}

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-caption {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    padding: 10px;
}

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
    background-color: rgba(46, 58, 72, 0.85);
}

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer-icon {
        font-size: 30px;
    }

    .moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-caption {
        font-size: 14px;
        padding: 8px;
    }
}

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer {
    margin: 0;
    padding: 0;
    padding-bottom: 16px;
}

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
    padding-bottom: 0;
}

.moto-widget-blog-post_tags.moto-preset-default .moto-widget-blog-post_tags__item-link {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    border-style: solid;
    border-radius: 10px;
    text-decoration: none;
    color: #2e3a46;
    background-color: #fff;
    border-color: #d3d8db;
    border-width: 1px;
    padding: 4px 10px;
}

.moto-widget-blog-post_tags.moto-preset-default .moto-widget-blog-post_tags__item-link:hover {
    font-style: normal;
    font-weight: 400;
    background-color: #d3d8db;
}

.moto-widget-blog-post_tags.moto-preset-default .moto-widget-blog-post_tags__item {
    margin-right: 4px;
    margin-bottom: 4px;
}

.moto-widget-blog-post_tags.moto-preset-default .moto-widget-blog-post_tags__title {
    margin-right: 15px;
    margin-bottom: 4px;
}

.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item {
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: #d3d8db;
    border-bottom-width: 1px;
    margin-bottom: 10px;
}

.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-link {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #55616d;
}

.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-link:hover {
    color: #2e3a46;
}

.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-text {
    font-size: 16px;
    text-decoration: none;
}

.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-text:hover {
    text-decoration: underline;
}

.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-link:hover .moto-widget-blog-category_list__item-icon {
    color: #81868c;
}

.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-icon {
    font-size: 8px;
    margin-right: 10px;
    color: #2e3a46;
}

.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item {
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: #2e3a46;
    border-bottom-width: 1px;
    margin-bottom: 10px;
}

.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item-link {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #81868c;
}

.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item-link:hover {
    color: #fff;
    font-style: normal;
    font-weight: 400;
}

.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item-text {
    font-size: 16px;
    text-decoration: none;
}

.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item-link:hover .moto-widget-blog-category_list__item-icon {
    color: #55616d;
}

.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item-icon {
    font-size: 10px;
    margin-right: 10px;
    color: #d3d8db;
}

.moto-widget-callback.moto-preset-default {
    bottom: 40px;
    right: 40px;
    left: auto;
    box-shadow: 0 4px 10px 0 rgba(46, 58, 70, 0.35);
    background-color: #fff;
    color: #434f53;
    max-height: 80vh;
}

@media screen and (max-width: 1039px) {
    .moto-widget-callback.moto-preset-default {
        bottom: 35px;
        right: 35px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-callback.moto-preset-default {
        bottom: 30px;
        right: 30px;
    }
}

@media screen and (max-width: 479px) {
    .moto-widget-callback.moto-preset-default {
        bottom: 25px;
        right: 25px;
    }
}

.moto-widget-callback.moto-preset-default.moto-widget-callback_opened,
.moto-widget-callback.moto-preset-default.moto-widget-callback_opening {
    border-radius: 3px;
    border-style: none;
    border-color: transparent;
    border-width: 0;
}

.moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
.moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
    border-style: none;
    border-color: transparent;
    border-radius: 40px;
    border-width: 0;
}

.moto-widget-callback.moto-preset-default .moto-widget-callback__agent .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty) {
    border-radius: 40px;
    margin-bottom: 10px;
}

.moto-widget-callback.moto-preset-default .moto-widget-callback__agent .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
    font-size: 80px;
    margin-bottom: 10px;
}

.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-divider {
    border-top-color: #d3d8db;
    border-top-width: 1px;
}

.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-button {
    color: #adb0b4;
}

.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-button:hover {
    color: #81868c;
}

.moto-widget-callback.moto-preset-default .moto-widget-callback__close-button {
    color: #adb0b4;
}

.moto-widget-callback.moto-preset-default .moto-widget-callback__close-button:hover {
    color: #81868c;
}

.moto-widget-callback.moto-preset-default .moto-widget-callback__overlay_open-button {
    background-color: transparent;
}

.moto-widget-callback.moto-preset-default .moto-widget-callback__overlay_link {
    background-color: transparent;
}

.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button:hover .moto-widget-callback__overlay_open-button {
    background-color: rgba(255, 255, 255, 0.35);
}

.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-item:hover .moto-widget-callback__overlay_link {
    background-color: rgba(255, 255, 255, 0.25);
}

.moto-widget-callback.moto-preset-default .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty),
.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_empty {
    width: 80px;
    height: 80px;
    font-size: 50px;
}

.moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
.moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
    width: 80px;
}

.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
    font-size: 50px;
    line-height: 80px;
}

.moto-widget-content_slider.moto-preset-default .bx-prev,
.moto-widget-content_slider.moto-preset-default .bx-next {
    background-color: #899098;
    border-color: #899098;
    color: #fff;
    width: 50px;
    height: 50px;
    border-style: none;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    border-width: 0;
}

.moto-widget-content_slider.moto-preset-default .bx-prev:before,
.moto-widget-content_slider.moto-preset-default .bx-next:before {
    font-size: 30px;
}

.moto-widget-content_slider.moto-preset-default .bx-prev:hover,
.moto-widget-content_slider.moto-preset-default .bx-next:hover {
    background-color: #2e3a46;
    border-color: #2e3a46;
}

@media screen and (max-width: 1039px) {

    .moto-widget-content_slider.moto-preset-default .bx-prev,
    .moto-widget-content_slider.moto-preset-default .bx-next {
        width: 40px;
        height: 40px;
    }

    .moto-widget-content_slider.moto-preset-default .bx-prev:before,
    .moto-widget-content_slider.moto-preset-default .bx-next:before {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {

    .moto-widget-content_slider.moto-preset-default .bx-prev,
    .moto-widget-content_slider.moto-preset-default .bx-next {
        width: 24px;
        height: 24px;
    }

    .moto-widget-content_slider.moto-preset-default .bx-prev:before,
    .moto-widget-content_slider.moto-preset-default .bx-next:before {
        font-size: 12px;
    }
}

.moto-widget-content_slider.moto-preset-default .bx-pager-link {
    border-style: none;
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: #d3d8db;
    color: #2e3a46;
    transition: 0.4s;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    border-width: 0;
}

.moto-widget-content_slider.moto-preset-default .bx-pager {
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-content_slider.moto-preset-default .bx-pager {
        bottom: 20px;
    }
}

.moto-widget-content_slider.moto-preset-default .bx-pager-item:not(:last-child) {
    margin-right: 6px;
}

.moto-widget-content_slider.moto-preset-default .bx-pager-link {
    border-style: none;
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: #d3d8db;
    color: #2e3a46;
    transition: 0.4s;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    border-width: 0;
}

.moto-widget-content_slider.moto-preset-default .bx-pager-link:hover {
    background-color: #81868c;
}

.moto-widget-content_slider.moto-preset-default .bx-pager-link.active {
    color: #fff;
    background-color: #2e3a46;
    border-color: #2e3a46;
}

.moto-widget-content_slider.moto-preset-default .bx-prev {
    left: 40px;
}

.moto-widget-content_slider.moto-preset-default .bx-prev:before {
    content: '\f104';
}

@media screen and (max-width: 1039px) {
    .moto-widget-content_slider.moto-preset-default .bx-prev {
        left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-content_slider.moto-preset-default .bx-prev {
        left: 10px;
    }
}

.moto-widget-content_slider.moto-preset-default .bx-next {
    right: 40px;
}

.moto-widget-content_slider.moto-preset-default .bx-next:before {
    content: '\f105';
}

@media screen and (max-width: 1039px) {
    .moto-widget-content_slider.moto-preset-default .bx-next {
        right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-content_slider.moto-preset-default .bx-next {
        right: 10px;
    }
}

.moto-widget-content_slider.moto-preset-default .bx-controls-auto {
    right: 65px;
    bottom: 48px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-content_slider.moto-preset-default .bx-controls-auto {
        right: 60px;
        bottom: 28px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-content_slider.moto-preset-default .bx-controls-auto {
        right: 22px;
    }
}

.moto-widget-content_slider.moto-preset-default .bx-start,
.moto-widget-content_slider.moto-preset-default .bx-stop {
    color: #d3d8db;
    transition: 0.4s;
}

.moto-widget-content_slider.moto-preset-default .bx-start:before,
.moto-widget-content_slider.moto-preset-default .bx-stop:before {
    font-size: 22px;
}

.moto-widget-content_slider.moto-preset-default .bx-start:hover,
.moto-widget-content_slider.moto-preset-default .bx-stop:hover {
    color: #81868c;
}

.moto-widget-content_slider.moto-preset-default .bx-start:before {
    content: '\f04b';
}

.moto-widget-content_slider.moto-preset-default .bx-stop:before {
    content: '\f04c';
}

.moto-widget-content_slider.moto-preset-default .moto-widget-loader__indicator {
    border-color: rgba(24, 27, 39, 0.2) rgba(24, 27, 39, 0.2) rgba(24, 27, 39, 0.2) #181b27;
}

.moto-widget-content_slider.moto-preset-2 .bx-prev,
.moto-widget-content_slider.moto-preset-2 .bx-next {
    background-color: #899098;
    border-color: #899098;
    color: #fff;
    width: 50px;
    height: 50px;
    border-style: none;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    border-width: 0;
}

.moto-widget-content_slider.moto-preset-2 .bx-prev:before,
.moto-widget-content_slider.moto-preset-2 .bx-next:before {
    font-size: 30px;
}

.moto-widget-content_slider.moto-preset-2 .bx-prev:hover,
.moto-widget-content_slider.moto-preset-2 .bx-next:hover {
    background-color: #2e3a46;
    border-color: #2e3a46;
}

@media screen and (max-width: 1039px) {

    .moto-widget-content_slider.moto-preset-2 .bx-prev,
    .moto-widget-content_slider.moto-preset-2 .bx-next {
        width: 40px;
        height: 40px;
    }

    .moto-widget-content_slider.moto-preset-2 .bx-prev:before,
    .moto-widget-content_slider.moto-preset-2 .bx-next:before {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {

    .moto-widget-content_slider.moto-preset-2 .bx-prev,
    .moto-widget-content_slider.moto-preset-2 .bx-next {
        width: 24px;
        height: 24px;
    }

    .moto-widget-content_slider.moto-preset-2 .bx-prev:before,
    .moto-widget-content_slider.moto-preset-2 .bx-next:before {
        font-size: 12px;
    }
}

.moto-widget-content_slider.moto-preset-2 .bx-pager-link {
    border-style: none;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: #d3d8db;
    color: #2e3a46;
    transition: 0.4s;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0;
    border-width: 0;
}

.moto-widget-content_slider.moto-preset-2 .bx-pager {
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-content_slider.moto-preset-2 .bx-pager {
        bottom: 20px;
    }
}

.moto-widget-content_slider.moto-preset-2 .bx-pager-item:not(:last-child) {
    margin-right: 6px;
}

.moto-widget-content_slider.moto-preset-2 .bx-pager-link {
    border-style: none;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: #d3d8db;
    color: #2e3a46;
    transition: 0.4s;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0;
    border-width: 0;
}

.moto-widget-content_slider.moto-preset-2 .bx-pager-link:hover {
    background-color: #81868c;
    color: #fff;
}

.moto-widget-content_slider.moto-preset-2 .bx-pager-link.active {
    color: #fff;
    background-color: #2e3a46;
    border-color: #2e3a46;
}

.moto-widget-content_slider.moto-preset-2 .bx-prev {
    left: 40px;
}

.moto-widget-content_slider.moto-preset-2 .bx-prev:before {
    content: '\f104';
}

@media screen and (max-width: 1039px) {
    .moto-widget-content_slider.moto-preset-2 .bx-prev {
        left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-content_slider.moto-preset-2 .bx-prev {
        left: 10px;
    }
}

.moto-widget-content_slider.moto-preset-2 .bx-next {
    right: 40px;
}

.moto-widget-content_slider.moto-preset-2 .bx-next:before {
    content: '\f105';
}

@media screen and (max-width: 1039px) {
    .moto-widget-content_slider.moto-preset-2 .bx-next {
        right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-content_slider.moto-preset-2 .bx-next {
        right: 10px;
    }
}

.moto-widget-content_slider.moto-preset-2 .bx-controls-auto {
    right: 65px;
    bottom: 48px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-content_slider.moto-preset-2 .bx-controls-auto {
        right: 60px;
        bottom: 28px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-content_slider.moto-preset-2 .bx-controls-auto {
        right: 22px;
    }
}

.moto-widget-content_slider.moto-preset-2 .bx-start,
.moto-widget-content_slider.moto-preset-2 .bx-stop {
    color: #d3d8db;
    transition: 0.4s;
}

.moto-widget-content_slider.moto-preset-2 .bx-start:before,
.moto-widget-content_slider.moto-preset-2 .bx-stop:before {
    font-size: 22px;
}

.moto-widget-content_slider.moto-preset-2 .bx-start:hover,
.moto-widget-content_slider.moto-preset-2 .bx-stop:hover {
    color: #81868c;
}

.moto-widget-content_slider.moto-preset-2 .bx-start:before {
    content: '\f04b';
}

.moto-widget-content_slider.moto-preset-2 .bx-stop:before {
    content: '\f04c';
}

.moto-widget-content_slider.moto-preset-2 .moto-widget-loader__indicator {
    border-color: rgba(24, 27, 39, 0.2) rgba(24, 27, 39, 0.2) rgba(24, 27, 39, 0.2) #181b27;
}

.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__list {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    border-style: none;
    border-width: 0;
}

.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-content {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    background-color: transparent;
    padding: 0;
}

.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-content_link {
    color: #55616d;
    text-decoration: none;
    border-radius: 0;
    border-color: transparent;
    border-style: none;
    border-width: 0;
}

.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-content_link:hover {
    color: #2e3a46;
}

.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-content_current {
    color: #55616d;
    border-radius: 0;
    border-color: transparent;
    border-style: none;
    border-width: 0;
}

.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-delimiter {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #55616d;
}

.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-icon {
    color: #55616d;
    font-size: 12px;
    margin-right: 5px;
}

.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item:hover .moto-widget-breadcrumbs__item-icon {
    color: #2e3a46;
}

.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-delimiter,
.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item:not(:last-child) {
    margin-right: 10px;
}

.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-icon:last-child {
    margin-right: 0;
}

.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__list {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    border-style: none;
    border-width: 0;
}

.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-content {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    background-color: transparent;
    padding: 0;
}

.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-content_link {
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    border-color: transparent;
    border-style: none;
    border-width: 0;
}

.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-content_link:hover {
    color: #d3d8db;
}

.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-content_current {
    color: #fff;
    border-radius: 0;
    border-color: transparent;
    border-style: none;
    border-width: 0;
}

.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-delimiter {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-icon {
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item:hover .moto-widget-breadcrumbs__item-icon {
    color: #d3d8db;
}

.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-delimiter,
.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item:not(:last-child) {
    margin-right: 10px;
}

.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-icon:last-child {
    margin-right: 0;
}

.moto-preset-default .moto-form__field-control {
    font-size: 15px;
    line-height: 1.6;
    border-radius: 2px;
    border-style: solid;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    border-color: #d3d8db;
    color: #353159;
    background-color: #fff;
    border-width: 1px;
}

.moto-preset-default .moto-form__field-control::-webkit-input-placeholder {
    color: #7e81a5;
}

.moto-preset-default .moto-form__field-control::-ms-input-placeholder {
    color: #7e81a5;
}

.moto-preset-default .moto-form__field-control::-moz-placeholder {
    color: #7e81a5;
}

.moto-preset-default .moto-form__field-control:focus {
    border-color: #09a4fb;
}

.moto-preset-default .moto-form__element_invalid .moto-form__field-control {
    border-color: #ff6464;
}

.moto-preset-default .moto-form__field-control_input,
.moto-preset-default .moto-form__field-control_select {
    height: 44px;
    padding-left: 15px;
    padding-right: 15px;
}

.moto-preset-default .moto-form__field-control_textarea {
    padding: 10px 15px;
}

.moto-preset-default .moto-form__field_with-icon .moto-form__field-control_input {
    padding-left: 42px;
}

.moto-preset-default .moto-form__element_input .moto-form__field-icon {
    font-size: 18px;
    left: 10px;
    color: #7e81a5;
}

.moto-preset-default .moto-form__element.moto-form__element_invalid .moto-form__field-icon {
    color: #ff6464;
}

.moto-preset-default .moto-form__error-item {
    font-size: 12px;
    line-height: 1.2;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ff6464;
    margin-top: 5px;
}

.moto-preset-default .moto-form__element_radio .moto-form__field-text {
    margin-left: 10px;
}

.moto-preset-default .moto-form__element_radio .moto-form__field-label {
    color: #353159;
    font-size: 15px;
    line-height: 1.6;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.moto-preset-default .moto-form__element_checkbox .moto-form__field-text {
    margin-left: 10px;
}

.moto-preset-default .moto-form__element_checkbox .moto-form__field-label_type-text,
.new3 {
    color: #353159;
    font-size: 15px;
    line-height: 1.6;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.moto-preset-default .moto-form__element_checkbox .moto-form__field-icon {
    color: #7e81a5;
    font-size: 20px;
}

.moto-preset-default .moto-form__element_checkbox .moto-form__field-icon:before {
    content: '\f096';
}

.moto-preset-default .moto-form__field-control_checkbox:checked+.moto-form__field-icon {
    color: #353159;
}

.moto-preset-default .moto-form__field-control_checkbox:checked+.moto-form__field-icon:before {
    content: '\f14a';
}

.moto-preset-default .moto-form__element_radio .moto-form__field-icon {
    color: #7e81a5;
    font-size: 20px;
}

.moto-preset-default .moto-form__element_radio .moto-form__field-icon:before {
    content: '\f1db';
}

.moto-preset-default .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon {
    color: #353159;
}

.moto-preset-default .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon:before {
    content: '\f192';
}

.moto-preset-default .moto-form__element_radio .moto-form__field-options_vertical .moto-form__field-options-item {
    margin-bottom: 10px;
}

.moto-preset-default .moto-form__element_radio .moto-form__field-options_horizontal .moto-form__field-options-item {
    margin-right: 30px;
}

.moto-preset-default .moto-form__attachments-item {
    font-size: 15px;
    line-height: 1.6;
    border-radius: 2px;
    border-style: solid;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    border-color: #d3d8db;
    color: #353159;
    background-color: #fff;
    border-width: 1px;
}

.moto-preset-default .moto-form__attachments-item::-webkit-input-placeholder {
    color: #7e81a5;
}

.moto-preset-default .moto-form__attachments-item::-ms-input-placeholder {
    color: #7e81a5;
}

.moto-preset-default .moto-form__attachments-item::-moz-placeholder {
    color: #7e81a5;
}

.moto-preset-default .moto-form__attachments-item:hover {
    border-color: #09a4fb;
}

.moto-preset-default .moto-form__attachments-item.moto-form__attachments-item_error {
    border-color: #ff6464;
}

.moto-preset-default .moto-form__attachments-item_button {
    color: #7e81a5;
}

.moto-preset-2 .moto-form__field-control {
    font-size: 15px;
    line-height: 1.6;
    border-radius: 2px;
    border-style: solid;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    border-color: #4e5964;
    color: #fff;
    background-color: #10151b;
    border-width: 1px;
}

.moto-preset-2 .moto-form__field-control::-webkit-input-placeholder {
    color: #4e5964;
}

.moto-preset-2 .moto-form__field-control::-ms-input-placeholder {
    color: #4e5964;
}

.moto-preset-2 .moto-form__field-control::-moz-placeholder {
    color: #4e5964;
}

.moto-preset-2 .moto-form__field-control:focus {
    border-color: #8a98a5;
}

.moto-preset-2 .moto-form__element_invalid .moto-form__field-control {
    border-color: #ff6464;
}

.moto-preset-2 .moto-form__field-control_input,
.moto-preset-2 .moto-form__field-control_select {
    height: 44px;
    padding-left: 15px;
    padding-right: 15px;
}

.moto-preset-2 .moto-form__field-control_textarea {
    padding: 10px 15px;
}

.moto-preset-2 .moto-form__field_with-icon .moto-form__field-control_input {
    padding-left: 42px;
}

.moto-preset-2 .moto-form__element_input .moto-form__field-icon {
    font-size: 18px;
    left: 10px;
    color: #4e5964;
}

.moto-preset-2 .moto-form__element.moto-form__element_invalid .moto-form__field-icon {
    color: #ff6464;
}

.moto-preset-2 .moto-form__error-item {
    font-size: 12px;
    line-height: 1.2;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ff6464;
    margin-top: 5px;
}

.moto-preset-2 .moto-form__element_radio .moto-form__field-text {
    margin-left: 10px;
}

.moto-preset-2 .moto-form__element_radio .moto-form__field-label {
    color: #8a98a5;
    font-size: 15px;
    line-height: 1.6;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.moto-preset-2 .moto-form__element_checkbox .moto-form__field-text {
    margin-left: 10px;
}

.moto-preset-2 .moto-form__element_checkbox .moto-form__field-label_type-text {
    color: #8a98a5;
    font-size: 15px;
    line-height: 1.6;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.moto-preset-2 .moto-form__element_checkbox .moto-form__field-icon {
    color: #4e5964;
    font-size: 20px;
}

.moto-preset-2 .moto-form__element_checkbox .moto-form__field-icon:before {
    content: '\f096';
}

.moto-preset-2 .moto-form__field-control_checkbox:checked+.moto-form__field-icon {
    color: #8a98a5;
}

.moto-preset-2 .moto-form__field-control_checkbox:checked+.moto-form__field-icon:before {
    content: '\f14a';
}

.moto-preset-2 .moto-form__element_radio .moto-form__field-icon {
    color: #4e5964;
    font-size: 20px;
}

.moto-preset-2 .moto-form__element_radio .moto-form__field-icon:before {
    content: '\f1db';
}

.moto-preset-2 .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon {
    color: #8a98a5;
}

.moto-preset-2 .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon:before {
    content: '\f192';
}

.moto-preset-2 .moto-form__element_radio .moto-form__field-options_vertical .moto-form__field-options-item {
    margin-bottom: 10px;
}

.moto-preset-2 .moto-form__element_radio .moto-form__field-options_horizontal .moto-form__field-options-item {
    margin-right: 30px;
}

.moto-preset-2 .moto-form__attachments-item {
    font-size: 15px;
    line-height: 1.6;
    border-radius: 2px;
    border-style: solid;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    border-color: #4e5964;
    color: #fff;
    background-color: #10151b;
    border-width: 1px;
}

.moto-preset-2 .moto-form__attachments-item::-webkit-input-placeholder {
    color: #4e5964;
}

.moto-preset-2 .moto-form__attachments-item::-ms-input-placeholder {
    color: #4e5964;
}

.moto-preset-2 .moto-form__attachments-item::-moz-placeholder {
    color: #4e5964;
}

.moto-preset-2 .moto-form__attachments-item:hover {
    border-color: #8a98a5;
}

.moto-preset-2 .moto-form__attachments-item.moto-form__attachments-item_error {
    border-color: #ff6464;
}

.moto-preset-2 .moto-form__attachments-item_button {
    color: #4e5964;
}

.moto-preset-3 .moto-form__field-control {
    font-size: 15px;
    line-height: 1.6;
    border-radius: 25px;
    border-style: solid;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    border-color: #d3d8db;
    color: #353159;
    background-color: #fff;
    border-width: 1px;
}

.moto-preset-3 .moto-form__field-control::-webkit-input-placeholder {
    color: #7e81a5;
}

.moto-preset-3 .moto-form__field-control::-ms-input-placeholder {
    color: #7e81a5;
}

.moto-preset-3 .moto-form__field-control::-moz-placeholder {
    color: #7e81a5;
}

.moto-preset-3 .moto-form__field-control:focus {
    border-color: #09a4fb;
}

.moto-preset-3 .moto-form__element_invalid .moto-form__field-control {
    border-color: #ff6464;
}

.moto-preset-3 .moto-form__field-control_input,
.moto-preset-3 .moto-form__field-control_select {
    height: 44px;
    padding-left: 15px;
    padding-right: 15px;
}

.moto-preset-3 .moto-form__field-control_textarea {
    padding: 10px 15px;
}

.moto-preset-3 .moto-form__field_with-icon .moto-form__field-control_input {
    padding-left: 42px;
}

.moto-preset-3 .moto-form__element_input .moto-form__field-icon {
    font-size: 18px;
    left: 10px;
    color: #7e81a5;
}

.moto-preset-3 .moto-form__element.moto-form__element_invalid .moto-form__field-icon {
    color: #ff6464;
}

.moto-preset-3 .moto-form__error-item {
    font-size: 12px;
    line-height: 1.2;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ff6464;
    margin-top: 5px;
}

.moto-preset-3 .moto-form__element_radio .moto-form__field-text {
    margin-left: 10px;
}

.moto-preset-3 .moto-form__element_radio .moto-form__field-label {
    color: #353159;
    font-size: 15px;
    line-height: 1.6;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.moto-preset-3 .moto-form__element_checkbox .moto-form__field-text {
    margin-left: 10px;
}

.moto-preset-3 .moto-form__element_checkbox .moto-form__field-label_type-text {
    color: #353159;
    font-size: 15px;
    line-height: 1.6;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.moto-preset-3 .moto-form__element_checkbox .moto-form__field-icon {
    color: #7e81a5;
    font-size: 20px;
}

.moto-preset-3 .moto-form__element_checkbox .moto-form__field-icon:before {
    content: '\f096';
}

.moto-preset-3 .moto-form__field-control_checkbox:checked+.moto-form__field-icon {
    color: #353159;
}

.moto-preset-3 .moto-form__field-control_checkbox:checked+.moto-form__field-icon:before {
    content: '\f14a';
}

.moto-preset-3 .moto-form__element_radio .moto-form__field-icon {
    color: #7e81a5;
    font-size: 20px;
}

.moto-preset-3 .moto-form__element_radio .moto-form__field-icon:before {
    content: '\f1db';
}

.moto-preset-3 .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon {
    color: #353159;
}

.moto-preset-3 .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon:before {
    content: '\f192';
}

.moto-preset-3 .moto-form__element_radio .moto-form__field-options_vertical .moto-form__field-options-item {
    margin-bottom: 10px;
}

.moto-preset-3 .moto-form__element_radio .moto-form__field-options_horizontal .moto-form__field-options-item {
    margin-right: 30px;
}

.moto-preset-3 .moto-form__attachments-item {
    font-size: 15px;
    line-height: 1.6;
    border-radius: 25px;
    border-style: solid;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    border-color: #d3d8db;
    color: #353159;
    background-color: #fff;
    border-width: 1px;
}

.moto-preset-3 .moto-form__attachments-item::-webkit-input-placeholder {
    color: #7e81a5;
}

.moto-preset-3 .moto-form__attachments-item::-ms-input-placeholder {
    color: #7e81a5;
}

.moto-preset-3 .moto-form__attachments-item::-moz-placeholder {
    color: #7e81a5;
}

.moto-preset-3 .moto-form__attachments-item:hover {
    border-color: #09a4fb;
}

.moto-preset-3 .moto-form__attachments-item.moto-form__attachments-item_error {
    border-color: #ff6464;
}

.moto-preset-3 .moto-form__attachments-item_button {
    color: #7e81a5;
}

.moto-preset-4 .moto-form__field-control {
    font-size: 15px;
    line-height: 1.6;
    border-radius: 25px;
    border-style: solid;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    border-color: #4e5964;
    color: #fff;
    background-color: #10151b;
    border-width: 1px;
}

.moto-preset-4 .moto-form__field-control::-webkit-input-placeholder {
    color: #4e5964;
}

.moto-preset-4 .moto-form__field-control::-ms-input-placeholder {
    color: #4e5964;
}

.moto-preset-4 .moto-form__field-control::-moz-placeholder {
    color: #4e5964;
}

.moto-preset-4 .moto-form__field-control:focus {
    border-color: #8a98a5;
}

.moto-preset-4 .moto-form__element_invalid .moto-form__field-control {
    border-color: #ff6464;
}

.moto-preset-4 .moto-form__field-control_input,
.moto-preset-4 .moto-form__field-control_select {
    height: 44px;
    padding-left: 15px;
    padding-right: 15px;
}

.moto-preset-4 .moto-form__field-control_textarea {
    padding: 10px 15px;
}

.moto-preset-4 .moto-form__field_with-icon .moto-form__field-control_input {
    padding-left: 42px;
}

.moto-preset-4 .moto-form__element_input .moto-form__field-icon {
    font-size: 18px;
    left: 10px;
    color: #4e5964;
}

.moto-preset-4 .moto-form__element.moto-form__element_invalid .moto-form__field-icon {
    color: #ff6464;
}

.moto-preset-4 .moto-form__error-item {
    font-size: 12px;
    line-height: 1.2;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ff6464;
    margin-top: 5px;
}

.moto-preset-4 .moto-form__element_radio .moto-form__field-text {
    margin-left: 10px;
}

.moto-preset-4 .moto-form__element_radio .moto-form__field-label {
    color: #8a98a5;
    font-size: 15px;
    line-height: 1.6;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.moto-preset-4 .moto-form__element_checkbox .moto-form__field-text {
    margin-left: 10px;
}

.moto-preset-4 .moto-form__element_checkbox .moto-form__field-label_type-text {
    color: #8a98a5;
    font-size: 15px;
    line-height: 1.6;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.moto-preset-4 .moto-form__element_checkbox .moto-form__field-icon {
    color: #4e5964;
    font-size: 20px;
}

.moto-preset-4 .moto-form__element_checkbox .moto-form__field-icon:before {
    content: '\f096';
}

.moto-preset-4 .moto-form__field-control_checkbox:checked+.moto-form__field-icon {
    color: #8a98a5;
}

.moto-preset-4 .moto-form__field-control_checkbox:checked+.moto-form__field-icon:before {
    content: '\f14a';
}

.moto-preset-4 .moto-form__element_radio .moto-form__field-icon {
    color: #4e5964;
    font-size: 20px;
}

.moto-preset-4 .moto-form__element_radio .moto-form__field-icon:before {
    content: '\f1db';
}

.moto-preset-4 .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon {
    color: #8a98a5;
}

.moto-preset-4 .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon:before {
    content: '\f192';
}

.moto-preset-4 .moto-form__element_radio .moto-form__field-options_vertical .moto-form__field-options-item {
    margin-bottom: 10px;
}

.moto-preset-4 .moto-form__element_radio .moto-form__field-options_horizontal .moto-form__field-options-item {
    margin-right: 30px;
}

.moto-preset-4 .moto-form__attachments-item {
    font-size: 15px;
    line-height: 1.6;
    border-radius: 25px;
    border-style: solid;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    border-color: #4e5964;
    color: #fff;
    background-color: #10151b;
    border-width: 1px;
}

.moto-preset-4 .moto-form__attachments-item::-webkit-input-placeholder {
    color: #4e5964;
}

.moto-preset-4 .moto-form__attachments-item::-ms-input-placeholder {
    color: #4e5964;
}

.moto-preset-4 .moto-form__attachments-item::-moz-placeholder {
    color: #4e5964;
}

.moto-preset-4 .moto-form__attachments-item:hover {
    border-color: #8a98a5;
}

.moto-preset-4 .moto-form__attachments-item.moto-form__attachments-item_error {
    border-color: #ff6464;
}

.moto-preset-4 .moto-form__attachments-item_button {
    color: #4e5964;
}

.container-fluid,
.moto-cell {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.moto-container_width-fixed,
.row-fixed .container-fluid {
    max-width: 1200px;
}

.logo-top {
    margin-top: -15px;
    float: left;
}

.border-radius-bl-tr {
    border: 1px solid #1a1a1a !important;
    padding: 15px 30px;
    display: table !important;
    text-align: center;
    margin: 0 auto !important;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.border-radius-bl-tr2 {
    padding: 15px 30px;
    display: table !important;
    text-align: center;
    margin: 0 auto !important;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.services-table div {
    padding: 5px 10px;
}

.bdr-right-btm {
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
}

.bdr-right {
    border-right: 1px solid #555;
}

.bdr-bottom {
    border-bottom: 1px solid #555;
}

.right-box {
    width: 100%;
    float: left;
}

.right-box ul {
    margin: 0;
    padding: 0;
}

.right-box ul li {
    width: 100%;
    float: left;
    list-style: none;
    font-size: 13px;
    color: #333;
}

.right-btm {
    width: 100%;
    float: left;
}

.right-btm-box {
    width: 100%;
    float: right;
}

.right-btm-box ul {
    margin: 0;
    padding: 0;
}

.right-btm-box ul li {
    width: 100%;
    list-style: none !important;
    display: table;
    text-align: left;
}

.right-btm-box-hdng {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 700;
    color: #555;
}

.right-btm-box-text {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #555;
}

.right-btm-box-code {
    width: 25%;
    float: left;
    padding: 10px;
    min-height: 90px !important;
}

.right-btm-box-code2 {
    width: 20%;
    float: left;
    padding: 10px;
    min-height: 120px !important;
}

.right-btm-text {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #f6702a;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
}

.pdf-section {
    width: 100%;
}

.pdf-section-box img {
    width: 100%;
}

.tech-pdf-section {
    width: 100%;
    height: 700px;
    overflow: auto;
    margin-bottom: 100px;
    padding: 0;
}

.tech-pdf-section img {
    width: 100%;
}

.bg-color-row {
    background: #dcdcdc;
}

.breadcrumbs-cat {
    width: 100%;
    background: #0a5e76;
    margin: 0 auto;
    color: #fff;
    border-bottom: 4px solid #ccc;
    margin-bottom: -20px;
}

.breadcrumbs-cat ul {
    padding: 60px 30px;
}

.breadcrumbs-cat ul li {
    display: inline-block;
    margin: 0 20px;
}

.breadcrumbs-cat ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.breadcrumbs-cat ul li a:hover {
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}

input.custom-form {
    width: 100%;
    height: 44px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-1 {
    padding: 10px 24px;
    text-align: center;
    width: 100%;
    border: none;
    color: #158ea3;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    background-color: #fff;
    cursor: pointer;
}

.btn-1:hover {
    color: #333;
    background-color: #cacaca;
    width: 100%;
}

input.custom-form-2 {
    width: 100%;
    height: 40px;
    padding: 5px 16px;
    font-weight: 400;
}

textarea {
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0 15px;
}

input.custom-form-3,
.fomr {
    width: 100%;
    height: 44px;
    padding: 0 15px;
    font-size: 15px;
}

.btn-2 {
    width: 370px;
    width: 370px;
    height: 42px;
    background-color: #fff;
}

.btn-2:hover {
    color: #333;
    background-color: #cacaca;
}

.btn-4 {
    padding: 10px 24px;
    text-align: center;
    width: 100%;
    padding: 15px 10px;
    border: none;
}

.btn-4:hover {
    color: #333;
    background-color: #cacaca;
}

button.btn-4 {
    background-color: #fff;
    font-size: 26px;
    border: none;
    color: #158ea3;
}

.new1 {
    padding-bottom: 10px;
}

.set {
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: -10px;
}

.new5 {
    padding-top: 20px;
}

.footnew {
    padding-bottom: 100px;
}

.button {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .moto-text_normal {
        font-size: 17px;
        margin-left: 0 !important;
    }

    .moto-text_system_10 {
        font-size: 17px !important;
        line-height: 40px;
    }

    .moto-text_system_8 {
        font-size: 17px !important;
        margin-bottom: 20px;
    }

    .button {
        padding: 13px 50px !important;
        font-size: 22px;
    }

    .moto-text_128 {
        font-size: 17px !important;
    }

    .moto-text_system_11 {
        font-size: 17px !important;
        line-height: 40px;
    }

    .moto-text_system_12 {
        font-size: 17px !important;
    }

    .moto-text_system_14 {
        font-size: 18px;
    }

    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
        font-size: 15px;
    }
}

.racing-car.color-section .color-variation-slider .owl-dots {
    position: absolute;
    top: 0;
    margin: 0;
    left: 0;
    width: 50px;
}

.racing-car.color-section .owl-dots button.owl-dot {
    margin-bottom: 10px;
    display: inline-block;
    transition: all 400ms;
}

.engine-specifications {
    margin: 0;
    padding: 0;
    display: flex;
}

.engine-specifications li {
    padding-right: 30px;
    margin-right: 30px;
    text-align: center;
    display: inline-block;
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%;
}

.engine-specifications span.key {
    font-size: 18px;
    display: block;
    text-transform: uppercase;
}

.engine-specifications span.value {
    font-size: 42px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    display: block;
}

.hero-section.racing-car h1.large-heading {
    font-size: 4.725rem;
}

.hero-section.racing-car h1.large-heading span {
    display: inline-block;
}

.hero-section.racing-car .animation-text {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 12.5em;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    left: 50%;
}

.racing-car.start-animation .animation-text span {
    display: inline-block;
    animation: textanimate 1s linear forwards;
    opacity: 0;
    color: rgba(255, 255, 255, 0.05);
}

@keyframes textanimate {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
        filter: blur(10px);
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg);
        filter: blur(0px);
    }
}

.racing-car .animation-text span:nth-child(1) {
    animation-delay: 1s;
}

.racing-car .animation-text span:nth-child(2) {
    animation-delay: 2s;
}

.racing-car .animation-text span:nth-child(3) {
    animation-delay: 2.5s;
}

.racing-car .animation-text span:nth-child(4) {
    animation-delay: 3s;
}

.racing-car .animation-text span:nth-child(5) {
    animation-delay: 3.5s;
}

.racing-car .animation-text span:nth-child(6) {
    animation-delay: 4s;
}

.racing-car .animation-text span:nth-child(7) {
    animation-delay: 4.5s;
}

.racing-car .animation-text span:nth-child(8) {
    animation-delay: 5s;
}

.racing-car-animation {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    top: auto;
    height: auto;
    display: table;
    left: 0;
    right: 0;
    margin: auto;
}

.color-section .owl-dots button.owl-dot {
    animation: ripple 1s linear infinite;
    border: 1px solid #000;
}

.color-variation-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.color-variation-slider .owl-dots button.owl-dot {
    min-width: inherit;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--main-color);
    margin: 0 10px;
}

.color-variation-slider .owl-dots button:focus {
    outline: none;
}

.color-section .owl-dots button.owl-dot.red {
    background: #c3c1c4;
}

.color-section .owl-dots button.owl-dot.yellow {
    background: #fee78a;
}

.color-section .owl-dots button.owl-dot.black {
    background: #000;
}

.color-section .owl-dots button.owl-dot.aqua {
    background: #cd9b44;
}

.color-section .owl-dots button.owl-dot.sheen-gold {
    background: #fff291;
}

.color-section .owl-dots button.owl-dot.storm-dust {
    background: #646464;
}

.color-section .owl-dots button.owl-dot.black-eel {
    background: #453f3f;
}

.color-section .owl-dots button.owl-dot.marzipan {
    background: #fedd98;
}

.color-section .owl-dots button.owl-dot.dirt-brown {
    background: #856e38;
}

.color-section .owl-dots button.owl-dot.dark-jungle-green {
    background: #222023;
}

.color-section .owl-dots button.owl-dot.cotton-seed {
    background: #c4b9b6;
}

.color-section .owl-dots button.owl-dot.soya-bean {
    background: #695b4e;
}

.color-section .owl-dots button.owl-dot.pastel-brown {
    background: #7e665c;
}

.color-section .owl-dots button.owl-dot.green {
    background: #fecb8c;
}

.color-section .owl-dots button.owl-dot.indian-yellow {
    background: #d7a64b;
}

.color-section .owl-dots button.owl-dot.brown {
    background: #fcc787;
}

.color-section .owl-dots button.owl-dot.golden {
    background: #c0a05d;
}

.color-section .owl-dots button.owl-dot.gray-blue {
    background: #b57a5e;
}

.color-section .owl-dots button.owl-dot.deep-coffee {
    background: #6b4a3b;
}

.color-section .owl-dots button.owl-dot.active {
    animation: ripple 1s linear infinite;
}

.variation-section .color-variation-slider {
    max-width: 1170px;
    margin: auto;
}

.variation-section .color-variation-slider .owl-dots {
    position: absolute;
    top: 0;
    margin: 0 0 0 50px;
    right: 100%;
    width: 50px;
}

.variation-section .owl-dots button.owl-dot {
    margin-bottom: 10px;
    display: inline-block;
    transition: all 400ms;
    width: 32px;
    height: 32px;
    position: relative;
    transition: all 400ms;
    left: 0;
}

.variation-section .owl-dots button.owl-dot:before {
    display: inline-block;
    width: 30px;
    height: 2px;
    content: '';
    background: var(--main-color);
    position: absolute;
    left: 0;
    transition: all 400ms;
    opacity: 0;
    z-index: -1;
}

.variation-section .owl-dots button.owl-dot.active {
    left: 40px;
}

.variation-section .owl-dots button.owl-dot.active:before {
    opacity: 1;
    left: -40px;
}

.variation-section .owl-dots button.owl-dot.brown {
    background: #8d5a32;
}

.variation-section .owl-dots button.owl-dot.navy {
    background: #41637f;
}

.variation-section .owl-dots button.owl-dot.green {
    background: #78a01f;
}

.variation-section .owl-dots button.owl-dot.black {
    background: #464646;
}

.variation-section .owl-dots button.owl-dot.active {
    animation: ripple 1s linear infinite;
}

.owl-carousel.overflow-show .owl-stage-outer {
    overflow: initial;
}

.gallery-slider .item {
    box-shadow: 0 70px 100px -40px rgba(0, 0, 0, 0.5);
}

.gallery-slider.owl-carousel .owl-dots {
    text-align: center;
}

.gallery-slider.owl-carousel button.owl-dot {
    outline: none !important;
}

.gallery-slider .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.6);
    width: 16px;
    height: 16px;
    margin: 0 6px;
    display: block;
    border-radius: 50%;
    transform: scale(0.8);
    transition: transform 0.2s ease-in-out;
}

.gallery-slider .owl-dots .owl-dot.active span {
    transform: scale(1);
}

.before-after-car-container {
    margin: 30px 0 0;
}

.before-after-car-container .twentytwenty-overlay {
    display: none;
}

.twentytwenty-horizontal .before-after-car-container .twentytwenty-handle::after,
.twentytwenty-horizontal .before-after-car-container .twentytwenty-handle::before {
    background: var(--black-color);
    box-shadow: none;
}

.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after {
    width: 0;
}

.before-after-car-container .twentytwenty-handle {
    border-color: var(--black-color);
    background: #fff;
}

.twentytwenty-left-arrow {
    border-right: 6px solid var(--main-color);
}

.twentytwenty-right-arrow {
    border-left: 6px solid var(--main-color);
}

.st-gallery {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.st-gallery li {
    list-style: none;
}

.st-gallery li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.column-2.st-gallery li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 5px;
}

.column-3.st-gallery li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding: 5px;
}

.column-4.st-gallery li {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 5px;
}

.st-gallery li span.caption-text {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.st-gallery li a:before {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.st-gallery li:hover a:before {
    opacity: 1;
    visibility: visible;
}

.st-gallery li:hover span.caption-text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.owl-item {
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    content: '\f060';
    background: transparent;
    color: #869791;
    font-size: 40px;
    line-height: 300px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: -20%;
}

.fa-stack {
    color: transparent !important;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    content: '\f061';
    top: -20%;
    right: 30%;
    padding-left: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 25px;
}

.fa-stack {
    display: contents !important;
}

.fa-inverse {
    color: #fff;
    font-size: 27px;
    padding: 4px 0 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    right: 25%;
    padding-right: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 25px;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    width: 370px;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
    color: #fff;
    line-height: 18px !important;
}

.menu-right-content .social-box li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.menu-right-content .social-box li a {
    position: relative;
    width: 25px;
    height: 25px;
    color: #b6b1af;
    z-index: 1;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #b6b1af;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-right-content .social-box li a:hover {
    color: #fff;
    border-color: #fff;
}

.contact-info .social-box-1 li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.contact-info .social-box-1 li a {
    color: #b6b1af;
}

.contact-info .social-box-1 li a i {
    position: relative;
    width: 25px;
    height: 25px;
    color: #b6b1af;
    z-index: 1;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #b6b1af;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-info .social-box-1 li a:hover {
    color: #fff;
    border-color: #fff;
}

.top-header .menu-right-content {
    text-align: right;
    margin-top: 5px;
}

@media (max-width: 566px) {
    .top-header .menu-right-content {
        text-align: center;
    }
}

@media (max-width: 1250px) {
    .mobile-menu .navigation li>a i {
        display: none;
    }
}

.margin-top-1 {
    margin-top: 0 !important;
}

.content-box-info {
    width: 100%;
    height: auto;
    padding: 5px 0 5px 15px;
    position: relative;
}

.content-box-info::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background: linear-gradient(to top, #8d5d1e, #fcf598, #6f491c, #efd881);
    left: 0;
    top: 0;
    z-index: 2;
}

.content-box-info p {
    font-size: 20px;
    padding-bottom: 10px;
}

.content-box-info span {
    color: #fff;
}

.house-fabrication {
    width: 100%;
    height: auto;
}

.service-border-box-1 {
    position: relative;
    z-index: 1;
    margin: 0 10px;
}

.service-border-box-1:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background-color: #eee;
    z-index: -1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.service-border-box-1:hover:before {
    background: linear-gradient(to right, #8d5d1e, #fcf598, #6f491c, #efd881);
}

.service-box-title-1 {
    padding-left: 20px;
    margin-left: 0;
    margin-bottom: 25px;
    position: relative;
    min-height: 72px;
}

.service-box-title-1::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background: linear-gradient(to top, #8d5d1e, #fcf598, #6f491c, #efd881);
    left: 0;
    top: 0;
    z-index: 2;
}

.service-box-title-1 span {
    font-size: 30px;
    display: block;
    text-align: left;
    line-height: 36px;
    color: #000;
    font-weight: 800;
}

.service-box-content-1 {
    min-height: 221px;
}

.service-box-content-1 p {
    margin-bottom: 20px;
    color: #000;
}

.service-box-content-1 ul li {
    padding-bottom: 10px;
    list-style: circle;
    color: #000;
}

.single-service-style-three {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 155px;
}

.single-service-style-three .img-box {
    position: relative;
}

.single-service-style-three .text-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0 20px;
    margin-top: -30px;
}

.single-service-style-three .text-box .inner {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #dda65d, #fcf598, #d89e51, #efd881);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-service-style-three .text-box .inner:before {
    background: #fff;
}

.hvr-bounce-to-bottom {
    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: 0.5s;
    transition-duration: 0.5s;
}

.single-service-style-three:hover .hvr-bounce-to-bottom {
    color: #fff;
}

.hvr-bounce-to-bottom:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.single-service-style-three:hover .hvr-bounce-to-bottom:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.single-service-style-three .text-box .inner h2 {
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
}

.single-service-style-three:hover .text-box .inner p {
    color: #000;
}

.image-1 {
    margin: 20px 0;
}

ul.spec {
    margin: 30px 0;
}

ul.spec li {
    color: #fff;
    line-height: 27px;
    margin-bottom: 20px;
}

.support table tr td:nth-child(1) {
    width: 45%;
}

.support table tr td:nth-child(2) {
    padding-left: 25px;
}

.support table tr td strong {
    display: block;
    margin-bottom: 10px;
}

.support table tr td img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.mt-25 {
    margin-top: 25px;
}

@media (min-width: 1000px) {

    #timeline .demo-card:nth-child(odd) .head::after,
    #timeline .demo-card:nth-child(even) .head::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    #timeline {
        margin-top: 50px;
        margin-bottom: 100px;
    }

    #timeline .demo-card:nth-child(odd) .head::before,
    #timeline .demo-card:nth-child(even) .head::before {
        position: absolute;
        content: '';
        width: 9px;
        height: 9px;
        background-color: #bdbdbd;
        border-radius: 9px;
        box-shadow: 0 0 2px 8px #f7f7f7;
    }
}

.demo-card:nth-child(1) {
    order: 1;
}

.demo-card:nth-child(2) {
    order: 5;
}

.demo-card:nth-child(3) {
    order: 2;
}

.demo-card:nth-child(4) {
    order: 6;
}

.demo-card:nth-child(5) {
    order: 3;
}

.demo-card:nth-child(6) {
    order: 7;
}

.demo-card:nth-child(7) {
    order: 4;
}

#timeline h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
}

#timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
}

#timeline .demo-card-wrapper {
    position: relative;
    margin: auto;
}

@media (min-width: 1000px) {
    #timeline .demo-card-wrapper {
        display: flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 2250px;
        margin: 0 auto;
    }
}

#timeline .demo-card-wrapper::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    background: linear-gradient(to top, #8d5d1e, #fcf598, #6f491c, #efd881);
    width: 3px;
}

#timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2;
}

@media (min-width: 480px) {
    #timeline .demo-card {
        max-width: 60%;
        box-shadow: 0 1px 22px 4px rgba(0, 0, 0, 0.07);
    }
}

@media (min-width: 720px) {
    #timeline .demo-card {
        max-width: 40%;
    }
}

@media (min-width: 1000px) {
    #timeline .demo-card {
        max-width: 450px;
        height: 400px;
        margin: 60px 90px;
    }

    #timeline .demo-card:nth-child(odd) {
        margin-right: 45px;
    }

    #timeline .demo-card:nth-child(odd) .head::after {
        border-left-width: 15px;
        border-left-style: solid;
        left: 100%;
    }

    #timeline .demo-card:nth-child(odd) .head::before {
        left: 491.5px;
    }

    #timeline .demo-card:nth-child(even) {
        margin-left: 45px;
    }

    #timeline .demo-card:nth-child(even) .head::after {
        border-right-width: 15px;
        border-right-style: solid;
        right: 100%;
    }

    #timeline .demo-card:nth-child(even) .head::before {
        right: 489.5px;
    }

    #timeline .demo-card:nth-child(2) {
        margin-top: 220px;
    }

    #timeline .demo-card:last-child {
        margin-top: 110px;
    }
}

#timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #fff;
    font-weight: 400;
}

#timeline .demo-card .head .number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.17);
}

#timeline .demo-card .head h2 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1rem;
}

@media (min-width: 480px) {
    #timeline .demo-card .head h2 {
        font-size: 110%;
        line-height: 1.2rem;
        color: #000;
    }
}

#timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
}

@media (min-width: 480px) {
    #timeline .demo-card .head h2 span {
        font-size: 0.8rem;
    }
}

#timeline .demo-card .body {
    background: #eee;
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-top: 0;
    padding: 15px;
}

@media (min-width: 1000px) {
    #timeline .demo-card .body {
        height: auto;
    }
}

#timeline .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #000;
}

#timeline .demo-card .body img {
    display: block;
    width: 100%;
}

#timeline .demo-card--step1 {
    background-color: #fff;
}

#timeline .demo-card--step1 .head::after {
    border-color: #fff;
}

#timeline .demo-card--step2 {
    background-color: #fff;
}

#timeline .demo-card--step2 .head::after {
    border-color: #fff;
}

#timeline .demo-card--step3 {
    background-color: #fff;
}

#timeline .demo-card--step3 .head::after {
    border-color: #fff;
}

#timeline .demo-card--step4 {
    background-color: #fff;
}

#timeline .demo-card--step4 .head::after {
    border-color: #fff;
}

#timeline .demo-card--step5 {
    background-color: #fff;
}

#timeline .demo-card--step5 .head::after {
    border-color: #fff;
}

.colortabs {
    margin-bottom: 50px;
}

.tab {
    overflow: hidden;
}

.tab button {
    background-color: inherit;
    float: left;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    margin-right: 4px;
    border: 1px solid #ccc;
}

.tab button:hover {
    background-color: #ddd;
    color: #000;
}

.tab button.active {
    background-color: #ccc;
    color: #000;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.colortabs .tabcontent:nth-child(1) {
    display: block;
}

.tabcontent {
    margin-bottom: 50px;
}

.tabcontent .column {
    float: left;
    width: 19%;
    padding: 10px;
}

.tabcontent .column img {
    display: block;
    opacity: 1;
}

.tabcontent .column img:hover {
    opacity: 1;
    cursor: pointer;
}

.tabcontent .row:after {
    display: table;
    clear: both;
}

.tabcontent .container {
    position: relative;
    padding: 0;
}

.tabcontent #imgtext1,
#imgtext2,
#imgtext3,
#imgtext4,
#imgtext5,
#imgtext6,
#imgtext7,
#imgtext8 {
    position: absolute;
    font-size: 20px;
    left: 35px;
    color: #fff;
    top: 45px;
}

.tabcontent .imglogo {
    position: absolute;
    width: 140px;
    right: 75px;
    top: 25px;
}

.partner-content {
    text-align: right;
    background: url(../images/partner.png) no-repeat center right;
}

.align-center {
    align-items: center;
    display: flex;
}

.partner-content p {
    padding: 15px 0 20px;
}

.head-certificate {
    text-align: center;
}

.head-certificate p {
    padding: 20px 0 25px;
}

.certificate-img {
    margin: 25px;
}

.box-margin {
    margin: 30px 0;
}

.box {
    --border-size: 3px;
    --border-angle: 0;
    width: 252px;
    height: 252px;
    background-image: conic-gradient(from var(--border-angle),
        #84602c,
        #0c0c0c 50%,
        #895625),
        conic-gradient(from var(--border-angle), transparent 20%, #e5be6b, #986538);
    background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)),
        cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite;
    padding: 5px;
    margin-bottom: 30px;
}

.box figcaption {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

@-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

.box:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.widget-title p {
    font-size: 20px;
    font-weight: 700;
}

.section-border {
    background: linear-gradient(135deg, rgba(18, 18, 18, 0.95), rgba(10, 10, 10, 0.9));
    border-radius: 50px;
    padding: 65px;
    margin: 20px 60px;
    margin-bottom: 70px;
    border: 3px solid rgba(212, 175, 55, 0.3);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(20px);
    animation: sectionFloat 12s ease-in-out infinite;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5);
}

@keyframes sectionFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }
}

.section-border::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(transparent,
        transparent 345deg,
        rgba(212, 175, 55, 0.4) 352deg,
        rgba(255, 215, 0, 0.5) 360deg);
    animation: rotateBorder 8s linear infinite;
    opacity: 0;
    transition: opacity 0.7s;
}

.section-border:hover::before {
    opacity: 1;
}

.section-border::after {
    content: "";
    position: absolute;
    inset: 5px;
    background: linear-gradient(135deg, rgba(18, 18, 18, 0.98), rgba(10, 10, 10, 0.96));
    border-radius: 47px;
    z-index: 1;
}

.section-inner {
    position: relative;
    z-index: 2;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section-subtitle {
    font-size: 1.2rem;
    color: #fff;
    text-align: justify;
    margin-bottom: 40px;
    line-height: 1.9;
}

.gold-text {
    background: linear-gradient(90deg, #B8860B 0%, #D4AF37 25%, #FFD700 50%, #F4E5C2 75%, #D4AF37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.price-display {
    background: linear-gradient(135deg, #8B6914 0%, #D4AF37 25%, #FFD700 50%, #D4AF37 75%, #8B6914 100%);
    background-size: 200% 200%;
    animation: gradientFlow 10s ease infinite;
    padding: 50px;
    border-radius: 35px;
    text-align: center;
    color: #000;
    font-size: 3.2rem;
    font-weight: 900;
    /*box-shadow: 0 25px 70px rgba(212, 175, 55, 0.7), inset 0 2px 0 rgba(255, 255, 255, 0.4);*/
    position: relative;
    overflow: hidden;
    letter-spacing: 2px;
}

.price-display h2 {
    color: #000;
}

.price-display::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    animation: priceShimmer 4s infinite;
}

@keyframes priceShimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes gradientFlow {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.section-title {
    font-size: 3.2rem;
    background: linear-gradient(135deg, #8B6914 0%, #D4AF37 25%, #FFD700 50%, #D4AF37 75%, #8B6914 100%);
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
    background-clip: text;
    background-size: 200% 200%;
    animation: gradientFlow 10s ease infinite;
    margin-bottom: 45px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 900;
}

.spec-card {
    /*border: 1px solid rgba(255,255,255,.08);*/
    background: #17171c;
    overflow: hidden;
    height: 100%
}

.spec-card .sc-head {
    padding: 18px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: #141418;
    display: flex;
    align-items: center;
    gap: 12px
}

.spec-card .sc-head svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #c9a96a;
    stroke-width: 1.4
}

.spec-card .sc-head h3 {
    font-size: 1.2rem;
    margin: 0
}

.table-spec {
    margin: 0;
    color: #a8a39a;
    margin-bottom: 10px !important;
}

.table-spec th {
    color: #c9a96a;
    font-weight: 600;
    width: 42%;
    background: transparent
}

.table-spec td,
.table-spec th {
    padding: 14px 24px;
    border-color: rgba(255, 255, 255, .08);
    vertical-align: top;
    font-size: .92rem
}

.table-spec tr:hover td,
.table-spec tr:hover th {
    background: rgba(201, 169, 106, .04)
}

.spec-note {
    border-left: 2px solid #c9a96a;
    padding: 6px 0 6px 18px;
    color: #726d65;
    font-size: .86rem
}

.gold-card {
    background: #121212;
    border-radius: 35px;
    margin-bottom: 30px;
    overflow: hidden;
    border: 3px solid rgba(212, 175, 55, 0.3);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    animation: cardAppear 0.9s ease backwards;
    position: relative;
}

.gold-card:nth-child(1) {
    animation-delay: 0.1s;
}

.gold-card:nth-child(2) {
    animation-delay: 0.2s;
}

.gold-card:nth-child(3) {
    animation-delay: 0.3s;
}

.gold-card:nth-child(4) {
    animation-delay: 0.4s;
}

.gold-card:nth-child(5) {
    animation-delay: 0.5s;
}

.gold-card:nth-child(6) {
    animation-delay: 0.6s;
}

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: scale(0.88) translateY(40px) rotateX(10deg);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0) rotateX(0deg);
    }
}

.gold-card::before {
    content: "";
    position: absolute;
    top: -150%;
    left: -150%;
    width: 400%;
    height: 400%;
    background: conic-gradient(transparent,
        rgba(255, 215, 0, 0.5) 10deg,
        transparent 30deg);
    animation: rotateCardBorder 4s linear infinite;
    opacity: 0;
    transition: opacity 0.5s;
}

.gold-card:hover::before {
    opacity: 1;
}

@keyframes rotateCardBorder {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.gold-card::after {
    content: "";
    position: absolute;
    inset: 5px;
    background: #121212;
    border-radius: 32px;
    z-index: 1;
}

.gold-card:hover {
    transform: translateY(-18px) scale(1.04);
    border-color: #FFD700;
    box-shadow:
        0 35px 90px rgba(212, 175, 55, 0.5),
        0 0 50px rgba(255, 215, 0, 0.3);
}

.card-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    filter: brightness(0.75) contrast(1.1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
}

.gold-card:hover .card-image {
    filter: brightness(1.1) contrast(1.3) saturate(1.3);
    transform: scale(1.12) rotate(1deg);
}

.card-content {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.card-title {
    font-size: 1.6rem;
    background: linear-gradient(90deg, #B8860B 0%, #D4AF37 25%, #FFD700 50%, #F4E5C2 75%, #D4AF37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.card-desc {
    color: #D4D4D4;
    font-size: 1rem;
    line-height: 1.7;
}

.finish-features {
    position: relative;
}

.finish-features {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.feature-badge {
    margin: 20px 0px;
    padding: 6px 15px;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 15px;
    font-size: 25px !important;
    color: #c9a96a;
}

/* ===== SQUARE PROJECT MARQUEE ===== */
.marquee {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.marquee-track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: marq 48s linear infinite;
}

.marquee:hover .marquee-track {
    animation-play-state: paused;
}

@keyframes marq {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.msq {
    position: relative;
    flex: 0 0 auto;
    width: clamp(190px, 22vw, 266px);
    aspect-ratio: 1/1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    cursor: pointer;
}

.msq img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .9s cubic-bezier(.2, .7, .2, 1);
}

.msq:hover img {
    transform: scale(1.1);
}

.msq::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 55%, rgba(7, 7, 9, .82));
    transition: .4s;
}

.msq .lbl {
    position: absolute;
    left: 14px;
    bottom: 13px;
    z-index: 2;
}

.msq .lbl b {
    display: block;
    font-family: 'Marcellus', serif;
    color: #fff;
    font-size: 1rem;
}

.msq .lbl small {
    color: #c9a96a;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: .62rem;
}

.eyebrow {
    font-family: 'Marcellus SC', serif;
    font-size: .78rem;
    letter-spacing: .4em;
    text-transform: uppercase;
    color: #c9a96a;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.eyebrow.c {
    justify-content: center;
}

.eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: linear-gradient(135deg, #f0dca5 0%, #c9a96a 38%, #9c7a42 70%, #e6cf95 100%);
}

.em-i {
    font-style: italic;
    color: #c9a96a;
}

.applications {
    background: #0f0f12
}

.app-item {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #17171c;
    padding: 18px 22px;
    height: 100%;
    transition: .4s cubic-bezier(.2, .7, .2, 1);
}

.app-item:hover {
    border-color: #c9a96a;
    transform: translateX(6px)
}

.app-item svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #c9a96a;
    stroke-width: 1.4;
    flex: 0 0 auto
}

.app-item b {
    font-weight: 500;
    font-size: .95rem
}

.testi {
    position: relative;
    overflow: hidden;
}

.testi::before {
    content: "\201C";
    position: absolute;
    top: 10px;
    left: 6%;
    font-family: 'Marcellus', serif;
    font-size: 17rem;
    color: rgba(201, 169, 106, .06);
    line-height: 1;
    pointer-events: none;
}

.tstars {
    color: #c9a96a;
    letter-spacing: .3em;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.testi blockquote {
    font-family: 'Marcellus', serif;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    line-height: 1.5;
    color: #fff;
    margin-bottom: 26px;
}

.testi .who b {
    color: #c9a96a;
    font-size: 1rem;
    display: block;
}

.testi .who small {
    color: #726d65;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: .72rem;
}

/* ==================== FAQ SECTION ==================== */
.faq-container {
    max-width: 1100px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 20px;
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.4s;
    animation: cardAppear 0.7s ease backwards;
}

.faq-item:nth-child(n) {
    animation-delay: calc(0.1s * var(--i, 1));
}

.faq-question {
    padding: 26px 32px;
    background: #121212;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.05rem;
}

.faq-question:hover {
    background: rgba(212, 175, 55, 0.15);
}

.faq-item.active .faq-question {
    background: rgba(212, 175, 55, 0.25);
    color: #FFD700;
}

.faq-icon {
    transition: transform 0.4s;
    color: #D4AF37;
    font-size: 1.2rem;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
    color: #FFD700;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(10, 10, 10, 0.95);
    padding: 0 32px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 26px 32px;
}

.faq-answer p {
    color: #D4D4D4;
    line-height: 1.9;
    font-size: 1rem;
}

/* ==================== CTA BUTTON ==================== */
.cta-btn {
    display: inline-block;
    padding: 20px 50px;
    background: linear-gradient(135deg, #8B6914 0%, #D4AF37 25%, #FFD700 50%, #D4AF37 75%, #8B6914 100%);
    background-size: 200% 200%;
    animation: gradientFlow 10s ease infinite;
    color: #000;
    text-decoration: none;
    border-radius: 35px;
    font-weight: 900;
    font-size: 1.15rem;
    transition: all 0.4s;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 3px;
    box-shadow: 0 10px 35px rgba(212, 175, 55, 0.5);
}

.cta-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.7);
}

.cta-btn-secondary {
    background: transparent;
    border: 3px solid #D4AF37;
    color: #FFD700;
}

.cta-btn-secondary:hover {
    background: rgba(212, 175, 55, 0.2);
}

.service-details .hero-carousel {
    border: 1px solid rgba(201, 169, 106, .20);
    ;
    padding: 12px;
    background: rgba(255, 255, 255, .015);
    box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .85);
    position: relative
}

.service-details .hero-carousel .carousel-item .sq {
    background: linear-gradient(135deg, #2a2a30, #191920 60%, #23231b);
    overflow: hidden
}

.service-details .hero-carousel .carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover
}

.service-details .hero-carousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 50px 22px 18px;
    background: linear-gradient(transparent, rgba(7, 7, 9, .9))
}

.service-details .hero-carousel .carousel-caption h5 {
    font-size: 1.35rem;
    margin: 0;
    color: #fff
}

.service-details .hero-carousel .carousel-caption small {
    color: #c9a96a;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-size: .66rem
}

.service-details .carousel-indicators [data-bs-target] {
    width: 24px;
    height: 3px;
    background: #c9a96a;
    opacity: .35;
    border: 0
}

.service-details .carousel-indicators .active {
    opacity: 1
}

.service-details .carousel-control-prev,
.service-details .carousel-control-next {
    width: auto;
    opacity: 1
}

.service-details .ctrl {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(201, 169, 106, .20);
    ;
    background: rgba(11, 11, 13, .7);
    color: #c9a96a;
    display: grid;
    place-items: center;
    transition: .4s cubic-bezier(.2, .7, .2, 1);
    margin: 0 8px
}

.service-details .ctrl:hover {
    background: linear-gradient(135deg, #f0dca5 0%, #c9a96a 38%, #9c7a42 70%, #e6cf95 100%);
    color: #1a1408;
    border-color: transparent
}

.service-details .ctrl svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6
}

.service-details .corner {
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #c9a96a;
    z-index: 3
}

.service-details .corner.tl {
    top: -1px;
    left: -1px;
    border-right: 0;
    border-bottom: 0
}

.service-details .corner.br {
    bottom: -1px;
    right: -1px;
    border-left: 0;
    border-top: 0
}

@keyframes titleGlow {

    0%,
    100% {
        filter: brightness(1);
        transform: translateX(0);
    }

    50% {
        filter: brightness(1.2);
        transform: translateX(3px);
    }
}

.pad {
    padding: 0px !important;
}

.frame-img {
    border: 1px solid rgba(201, 169, 106, .20);
    ;
    padding: 12px;
    background: rgba(255, 255, 255, .015);
    position: relative
}

.frame-img .sq {
    overflow: hidden;
    background: linear-gradient(135deg, #2a2a30, #191920 60%, #23231b);
}

.frame-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}


.badge-circ {
    position: absolute;
    right: -18px;
    top: -18px;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f0dca5 0%, #c9a96a 38%, #9c7a42 70%, #e6cf95 100%);
    color: #1a1408;
    display: grid;
    place-items: center;
    text-align: center;
    font-family: 'Marcellus', serif;
    line-height: 1.05;
    box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .85);
    transform: rotate(-8deg)
}

.badge-circ b {
    font-size: 1.5rem;
    display: block
}

.badge-circ small {
    font-size: .56rem;
    letter-spacing: .12em;
    text-transform: uppercase
}

.check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #ece9e2;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, #f0dca5 0%, #c9a96a 38%, #9c7a42 70%, #e6cf95 100%);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/contain no-repeat
}

.finishes {
    background: #0f0f12
}

.finish-block {
    padding: 38px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.finish-block:last-child {
    border-bottom: 0
}

.finish-media {
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 10px;
    background: #17171c;
    position: relative;
    transition: .5s cubic-bezier(.2, .7, .2, 1)
}

.finish-media:hover {
    border-color: rgba(201, 169, 106, .20)
}

.finish-media .sq {
    overflow: hidden;
    background: linear-gradient(135deg, #2a2a30, #191920 60%, #23231b)
}

.finish-media img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 1.1s cubic-bezier(.2, .7, .2, 1)
}

.finish-media:hover img {
    transform: scale(1.06)
}

.finish-num {
    font-family: 'Marcellus', serif;
    font-size: .9rem;
    color: #c9a96a;
    letter-spacing: .2em
}

.finish-block h3 {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    margin: .3rem 0 1rem
}

.finish-block p {
    color: #a8a39a
}

.chip {
    display: inline-block;
    font-size: .74rem;
    letter-spacing: .06em;
    color: #c9a96a;
    border: 1px solid rgba(201, 169, 106, .20);
    padding: 5px 12px;
    border-radius: 2px;
    margin: 0 8px 8px 0
}

.swatch-bar {
    height: 6px;
    width: 64px;
    border-radius: 3px;
    margin-bottom: 18px
}

.btn-outline-gold {
    border: 1px solid rgba(201, 169, 106, .20);
    color: #ece9e2;
    background: transparent;
    font-weight: 600;
    letter-spacing: .03em;
    padding: .8rem 1.7rem;
    border-radius: 2px;
    transition: .4s cubic-bezier(.2, .7, .2, 1);
}

.btn-outline-gold:hover {
    border-color: #c9a96a;
    color: #c9a96a;
    background: rgba(201, 169, 106, .06)
}