@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');

.subheader,
header .top-bar {
    background-repeat: no-repeat;
    background-size: cover
}

#search-results .item,
.sm,
.sm li,
.sm ul,
.topmenu li>a,
ul.sm a,
ul.sm:after {
    display: block
}

#error-page,
#scrollUp,
.topmenu li>a {
    text-align: center
}

body,
html {
    font-size: 18px
}

body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    color: #6D6E71;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    overflow-x: hidden;
}

a,
a.inverted,
a.white {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    outline: 0;
}

a.inverted {
    color: inherit;
}

a.white {
    color: #fff;
}

a.hover,
a:focus,
a:hover {
    color: inherit;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .35s ease;
    transition: all .55s ease;
    outline: 0;
    text-decoration: none
}

a.inverted:focus,
a.inverted:hover {
    color: inherit;
}

a.white:focus,
a.white:hover {
    color: inherit;
}

hr {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}

h1,
h2,
h2.h3.h4,
h3,
h5,
h6 {
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1em;
}

p:last-child {
    margin-bottom: 0;
}

.sk-content {
    padding: 1em;
}

.sk-content-full {
    padding: 2em 0;
}

.sk-content-half {
    padding: .5em 0;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

header .top-bar {
    background-color: grey;
    color: #fff;
    background-attachment: scroll;
    background-position: center center;
    padding: .5em 0
}

header .top-bar .doSearch {
    float: right;
    min-width: 300px
}

header .logo {
    padding: 1em 1em 0 45px;
}

.subheader h1 {
    color: #fff;
    margin: 0;
    font-weight: 100
}

.subheader h1 small {
    display: block;
    font-weight: 300;
    color: #fff;
    margin-top: .5em
}

.subheader .sk.breadcrumb {
    position: absolute;
    bottom: 0;
    right: 1em;
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    padding: .5em 1.2em;
    text-transform: capitalize;
    width: auto
}

.topmenu li ul li a,
.topmenu li>a strong {
    font-weight: 500;
}

.subheader .sk.breadcrumb a.section {
    color: #fff;
}

.subheader .sk.breadcrumb a:hover {
    text-decoration: underline
}

.subheader .sk.breadcrumb .section {
    font-size: .876em;
    color: #fff;
}

.subheader .sk.inverted.input {
    width: 300px
}

#suggestions {
    position: absolute;
    width: 300px;
    top: 5em;
    z-index: 100;
}

ul.sm a,
ul.sm li {
    position: relative
}

#search-results {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
    background-color: #FFF
}

.topmenu ul {
    background-color: rgba(247,247,247,0.9);
    color: rgba(154,151,151,0.8);
    min-width: 10em !important;
}

#pagination {
    margin-top: 1em
}

.sm,
.sm li,
.sm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr
}

ul.sm li {
    float: left
}

ul.sm a {
    white-space: nowrap
}

ul.sm a.disabled {
    cursor: default
}

ul.sm ul {
    position: absolute;
    top: -999999px;
    left: -800px;
    width: 100px
}

.top-menu,
.topmenu li>a i,
.topmenu li>a small,
.topmenu li>a strong {
    position: relative
}

ul.sm-rtl {
    direction: rtl
}

ul.sm-rtl li {
    float: right
}

ul.sm ul li,
ul.sm-vertical li {
    float: none
}

ul.sm ul a,
ul.sm-vertical a {
    white-space: normal
}

* html ul.sm-vertical li {
    float: left;
    width: 100%
}

* html ul.sm-vertical ul li {
    float: none;
    width: auto
}

ul.sm ul.sm-nowrap>li>a {
    white-space: nowrap
}

* html ul.sm {
    height: 1px
}

ul.sm li *,
ul.sm li:after,
ul.sm li:before {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

ul.sm {
    -webkit-tap-highlight-color: transparent
}

.topmenu > li {
    margin-right: 3em;
}

.topmenu > li:last-child {
    margin-right: 0;
}

.topmenu li>a {
    text-decoration: none;
    font-weight: 400;
}

.topmenu li a>i {
    display: none;
    font-size: 2em
}

.topmenu li>a strong {
    display: block;
    padding: 28px 0;
}

.topmenu li>a small {
    display: none;
    font-size: .85em
}

.topmenu li:hover a small,
.topmenu li:hover a strong,
.topmenu li:hover>a i {
    opacity: 1
}

.topmenu a>small {
    display: block
}

.topmenu a.highlighted,
.topmenu a:active,
.topmenu a:focus,
.topmenu a:hover {
    color: #4D878E;
}

.topmenu li.nav-submenu-item i.icon {
    margin-right: .5em
}

.topmenu ul a.has-submenu,
.topmenu-vertical a.has-submenu {
    padding-right: 1.8em
}

.topmenu li ul li a {
    padding: .85em;
    text-align: left;
    border: 0;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(154,151,151,0.5);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(154,151,151,0.5);
    box-shadow: inset 0 -1px 0 0 rgba(154,151,151,0.5);
    font-size: calc(1em - 2px);
}

.topmenu li ul li:last-child a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.topmenu li ul li a:hover {
    color: white;
    background-color: #4D878E;
}

.topmenu li ul li a i {
    font-size: 1em;
    display: inline-block;
    margin: 0 .5em 0 0
}

#menu ul.two.cols {
    width: 380px!important
}

#menu ul.three.cols {
    width: 500px!important
}

#menu ul.three.cols li {
    width: 33.33%
}

#menu ul.four.cols li {
    width: 25%
}

#menu ul.four.cols {
    width: 680px!important
}

#menu ul.cols li {
    display: block;
    float: left;
    width: 50%
}

#menu ul.cols li:first-child {
    box-shadow: none
}

#menu ul.cols {
    clear: both
}

.topmenu a span.sub-arrow,
.megamenu a span.sub-arrow {
    display: none;
}

.topmenu li:first-child,
.topmenu ul li,
.topmenu-vertical li {
    border-left: 0
}

.topmenu ul li:first-child,
.topmenu-vertical li:first-child {
    border-top: 0
}

.topmenu span.scroll-down,
.topmenu span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    border: solid #bbb;
    border-width: 1px 0;
    background: #fff;
    height: 20px
}

.topmenu span.scroll-down-arrow,
.topmenu span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #555
}

#botwidget,
.loader {
    position: relative
}

.topmenu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed;
    border-color: #555 transparent transparent
}

#topwidget {
    background-color: #fff
}

#topwidget .static-image {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 1em 4em;
    color: #fff
}

#topwidget .static-image>h1 {
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100
}

#leftwidget aside,
#rightwidget aside {
    margin-bottom: 1.5em
}

.loader:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/loader-large.gif) 50% 50% no-repeat rgba(255, 255, 255, .8);
    visibility: visible;
    z-index: 5000
}

footer {
    background-color: rgba(104,104,160,0.05);
}

footer .logo {
    max-width: 130px;
    margin: 1em auto 0
}

footer .ficons {
    margin-bottom: 1em
}

footer .ficons i.icon {
    margin: 0 .25em
}

#scrollUp {
    bottom: 25px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #4D878E;
    border-radius: 30px;
    line-height: 35px;
    opacity: .8;
    color: #fff;
    display: none !important;
}

#scrollUp:before {
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font: 20px Icons;
}

#error-page {
    background-image: url(../images/404_bg.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    background-color: #282828;
    box-shadow: inset 0 10px 0 0 #000, inset 0 -10px 0 0 #000;
    position: relative
}

#error-page .logo {
    padding-top: 2em
}

#error-page h1 {
    padding-top: .5em;
    color: #fff;
    font-size: 5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .75)
}

#error-page h3 {
    color: #7F7F7F;
    font-size: 1.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .75)
}

#error-page h3.primary {
    margin-top: 2em
}

#error-page #but.button {
    font-size: 2em;
    border-radius: 500em
}

#error-page #but.button i.icon {
    font-size: 4em
}

.section1 {
    background: #f4f6f8;
    position: relative;
    padding: 3em 1em
}

.section1:after,
.section1:before,
.section2:after {
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.section1:before {
    background: #fff;
    border-top: 1px solid #e1e1e1;
    top: 1px
}

.section1:after {
    background: #e1e1e1;
    border-bottom: 1px solid #fefefe;
    bottom: 5px
}

.section2:after {
    background: #fefefe;
    top: 0;
    transition: all .3s ease 0s
}

.section2,
.section3,
.section4 {
    padding: 3em 1em;
    position: relative
}

.section2 {
    background: #f4f6f8;
    border-top: 1px solid #e3e3e3
}

.section3 {
    background: #fff;
    border-top: 1px solid #dadada
}

.section4 {
    background: #e3e8ee;
    border-bottom: 1px solid #f4f6f8
}

.menu.lang_menu {
    display: none;
}

.menu.lang_menu.show {
    display: block;
    position: absolute;
    background: white;
    z-index: 10000;
    width: auto;
    top: 46px;
}

.sk.menu {
    font-size: 20px;
}

.headerlanguage {
    cursor: pointer;
}

#langmenu .item {
    width: 100%;
}

.lazyload {
    display: block;
    min-height: 1px;
}

.lazyload.custom-loader {
    max-width: 50px;
    max-height: 50px;
    left: calc(50% - 25px);
}

/*All*/
b {
    font-weight: 900;
}
input,
textarea,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {
    opacity:1;
}
::-moz-placeholder {
    opacity:1;
}
:-ms-input-placeholder {
    opacity:1;
}
:-moz-placeholder {
    opacity:1;
}
.underline, a.underline:hover, a.underline:focus {
    text-decoration: underline;
}
.big-grid {
    padding-left: 45px;
    padding-right: 45px;
}
.row {
    margin-left:-15px;
    margin-right:-15px;
}
.col {
    padding-left:15px;
    padding-right:15px;
}
.row-2 {
    margin-left:-2px;
    margin-right:-2px;
}
.col-2 {
    padding-left:2px;
    padding-right:2px;
}
.row-5 {
    margin-left:-5px;
    margin-right:-5px;
}
.col-5 {
    padding-left:5px;
    padding-right:5px;
}
.row-7 {
    margin-left:-7px;
    margin-right:-7px;
}
.col-7 {
    padding-left:7px;
    padding-right:7px;
}
.row-10 {
    margin-left:-10px;
    margin-right:-10px;
}
.col-10 {
    padding-left:10px;
    padding-right:10px;
}
.row-20 {
    margin-left:-20px;
    margin-right:-20px;
}
.col-20 {
    padding-left:20px;
    padding-right:20px;
}
.row-25 {
    margin-left:-25px;
    margin-right:-25px;
}
.col-25 {
    padding-left:25px;
    padding-right:25px;
}
.row-30 {
    margin-left:-30px;
    margin-right:-30px;
}
.col-30 {
    padding-left:30px;
    padding-right:30px;
}
.row-35 {
    margin-left:-35px;
    margin-right:-35px;
}
.col-35 {
    padding-left:35px;
    padding-right:35px;
}
.row-40 {
    margin-left:-40px;
    margin-right:-40px;
}
.col-40 {
    padding-left:40px;
    padding-right:40px;
}
.row-50 {
    margin-left:-50px;
    margin-right:-50px;
}
.col-50 {
    padding-left:50px;
    padding-right:50px;
}
.row-70 {
    margin-left:-70px;
    margin-right:-70px;
}
.col-70 {
    padding-left:70px;
    padding-right:70px;
}
.row-80 {
    margin-left:-80px;
    margin-right:-80px;
}
.col-80 {
    padding-left:80px;
    padding-right:80px;
}
.row-100 {
    margin-left:-100px;
    margin-right:-100px;
}
.col-100 {
    padding-left:100px;
    padding-right:100px;
}
.v-align-middle {
    vertical-align:middle;
}
.overflow-hidden {
    overflow: hidden;
}
.visibility-hidden {
    visibility:hidden;
}
.uppercase {
    text-transform:uppercase;
}
.bold {
    font-weight:bold;
}
.block {
    display:block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display:flex;
}
.flex-wrap {
    display:flex;
    flex-wrap:wrap;
}
.flex-between {
    display:flex;
    justify-content: space-between;
}
.flex-wrap-between {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.flex-center {
    display:flex;
    justify-content: center;
}
.flex-wrap-center {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
.flex-right {
    display:flex;
    justify-content: flex-end;
}
.flex-wrap-right {
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-end;
}
.flex-all-center {
    display:flex;
    justify-content: center;
    align-items:center;
}
.flow-column {
    flex-flow:column;
}
.flex-vertical-center {
    display:flex;
    align-items:center;
}
.flex-bottom {
    display:flex;
    align-items:flex-end;
}
.flex-wrap-bottom {
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
}
.image-link img.over, .image-link:hover img.normal {
    display:none;
}
.image-link:hover img.over {
    display:inline-block;
}
.visible-phone {
    display:none !important;
}
.photo-landscape img, img.photo-landscape {
    width: 100%;
    height: auto;
}
.photo-portrait img, img.photo-portrait {
    width: auto;
    height: 100%;
}
.container {
    padding-left: 45px;
    padding-right: 45px;
}
.container-left {
    padding-left: 45px;
}
.container-right {
    padding-right: 45px;
}
.line-title {
    font-size: 18px;
    font-weight: 300;
    color: #606060;
    letter-spacing: 2px;
    position: relative;
    margin: 0;
}
.line-title.left::before {
    content: "";
    display: inline-block;
    width: 77px;
    height: 4px;
    background-color: #4D878E;
    margin-right: 20px;
}
.line-title.right::after {
    content: "";
    display: inline-block;
    width: 77px;
    height: 4px;
    background-color: #4D878E;
    margin-left: 20px;
}
.big-title {
    font-size: 145px;
    font-weight: 300;
    white-space: nowrap;
    color: rgba(109,110,113,0.1);
    letter-spacing: 10px;
    margin-bottom: 0;
    line-height: 1;
}
.sk-grid {
    max-width: 1420px;
}
.dot-complex-row {
    margin-top: 65px;
    display: flex;
}
.dot-complex-row:first-child {
    margin-top: 0;
}
.dot-complex-item {
    width: 10px;
    height: 10px;
    background-color: rgba(109,110,113,0.2);
    border-radius: 50%;
    margin-right: 60px;
    position: relative;
}
.dot-complex-item::after {
    position: absolute;
    content: "";
    top: -30px;
    left: -30px;
    bottom: -30px;
    right: -30px;
}
.dot-complex-item:last-child {
    margin-right: 0;
}
.dots-complex.left.active .dot-complex-item:first-child {
    background-color: #4D878E;
}
.dots-complex.right.active .dot-complex-item:last-child {
    background-color: #4D878E;
}
.arrow-link-animation .lnr {
    position: relative;
}
@keyframes arrow-link-animation {
    0%   {left:0;}
    50%  {left:1em;}
    100% {left:0;}
}
/*Header*/
#menu-wrap {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.scrolled #menu-wrap {
    visibility: hidden;
}
.header-left {
    width: calc(100% - 1080px);
}
.header-right {
    width: 1080px;
}
/*Menu*/
#menu {
    background-color: white;
    -webkit-box-shadow: -6px 7px 11px 0px rgba(124,124,124,0.35);
    -moz-box-shadow: -6px 7px 11px 0px rgba(124,124,124,0.35);
    box-shadow: -6px 7px 11px 0px rgba(124,124,124,0.35);
    color: #6D6E71;
    padding: 0 100px 0 2em;
}
.scrolled #megamenu-icon {
    visibility: visible;
}
.scrolled #megamenu-icon::after {
    content: "";
    background-color: white;
    -webkit-box-shadow: -6px 7px 11px 0px rgba(124,124,124,0.35);
    -moz-box-shadow: -6px 7px 11px 0px rgba(124,124,124,0.35);
    box-shadow: -6px 7px 11px 0px rgba(124,124,124,0.35);
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 77px;
    z-index: -1;
}
.opened-megamenu #megamenu-icon::after {
    background-color: transparent;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
/*Dropdown Menu*/
.menu-icons-inside {
    position: fixed;
    text-align: center;
    cursor: pointer;
    z-index: 100000;
    right: 23px;
    top: 23px;
    height: 29px;
    margin: auto;
}
.menu-icon {
    position: relative;
    color: #000;
    float: right;
    height: 29px;
    margin-right: 0;
    display: inline-block;
}
.menu-icon-create {
    display: inline-block;
    width: 32px;
    height: 3px;
    position: relative;
    top: 12px;
    vertical-align: bottom;
    background: #4D878E;
    white-space: nowrap;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    float: left;
}
.menu-icon-create::after,
.menu-icon-create::before {
    position: absolute;
    content: '';
    display: inline-block;
    height: 3px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background: #4D878E;
}
.menu-icon-create::before {
    width: 32px;
    top: -9px;
}
.menu-icon-create::after {
    width: 16px;
    top: 9px;
}
.menu-icon.opened .menu-icon-create {
    background: none;
}
.menu-icon.opened .menu-icon-create::before,
.menu-icon.opened .menu-icon-create::after {
    background-color: #6D6E71;
}
.menu-icon.opened .menu-icon-create::before {

    top: -1px;
    -webkit-transform: rotate(-45deg) translate(3px,1px);
    -moz-transform: rotate(-45deg) translate(3px,1px);
    -ms-transform: rotate(-45deg) translate(3px,1px);
    -o-transform: rotate(-45deg) translate(3px,1px);
    transform: rotate(-45deg) translate(3px,1px);

}
.menu-icon.opened .menu-icon-create::after {
    -webkit-transform: rotate(45deg) translate(0,1px);
    -moz-transform: rotate(45deg) translate(0,1px);
    -ms-transform: rotate(45deg) translate(0,1px);
    -o-transform: rotate(45deg) translate(0,1px);
    transform: rotate(45deg) translate(0,1px);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    width: 32px;
}
/*Megamenu*/
body.opened-megamenu header {
    position: fixed;
}
#megamenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background-color: white;
    display: none;
}
#megamenu.show {
    display: block;
}
.megamenu-list {
    display: flex;
    align-items: flex-end;
    height: calc(100vh - 81px);
    padding-left: 45px;
    padding-bottom: 80px;
}
ul.megamenu {
    position: relative;
    z-index: 1;
}
ul.megamenu li {
    float: none;
    text-transform: uppercase;
}
ul.megamenu > li {
    color:  rgba(109,110,113,0.3);
    font-size: 28px;
    letter-spacing: 3px;
    margin-bottom: 1.75em;
    position: static;
}
ul.megamenu > li:last-child {
    margin-bottom: 0;
}
ul.megamenu li a,
ul.megamenu li .nav-number {
    display: inline-block;
}
ul.megamenu li .nav-number {
    font-family: 'Montserrat', sans-serif;
    width: 70px;
    font-size: 15px;
    color: #6D6E71;
    font-weight: 700;
}
ul.megamenu > li > a {
    width: calc(100% - 70px);
    position: relative;
}
ul.megamenu li a strong {
    display: flex;
    padding-right: 4em;
    font-weight: 500;
}
ul.megamenu li a.has-submenu strong::after {
    content: "";
    border-top: 2px solid;
    flex: 1;
    height: 1px;
    margin-top: 0.5em;
    position: relative;
    left: 1em;
    min-width: 4em;
    display: none;
    border-color: #6D6E71;
}
ul.megamenu ul {
    top: auto;
    left: calc(100% - 1em);
    width: auto;
    bottom: 0;
    display: none;
}
ul.megamenu ul li {
    color: rgba(0,0,0,0.5);
    font-size: 22px;
    margin-bottom: 2.60em;
    font-weight: 500;
}
ul.megamenu ul li:last-child {
    margin-bottom: 0;
}
ul.megamenu > li.nav-item.active > a, ul.megamenu li:hover > a strong {
    color: #4D878E;
    font-weight: 700;
}
ul.megamenu li.active a.has-submenu strong::after,
ul.megamenu li:hover a.has-submenu strong::after {
    display: inline-block;
}
ul.megamenu li.active ul,
ul.megamenu li:hover ul {
    display: block;
}
ul.megamenu li.active ul a,
ul.megamenu li:hover ul a {
    color: #6D6E71;
}
ul.megamenu li ul a:hover {
    color: #4D878E;
}
#megamenu .dots-complex.right {
    position: absolute;
    right: 130px;
    top: 350px;
    bottom: 80px;
    width: calc(45% - 150px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
}
#megamenu .dot-complex-item {
    margin-right: 50px;
}
#megamenu .dot-complex-row {
    margin-top: 55px;
}
#megamenu .dot-complex-item:last-child {
    margin-right: 0;
}
.megamenu-socials {
    text-align: center;
    width: 100vh;
    position: absolute;
    right: 0;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 80px;
    background-color: rgba(247,247,247,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(109,110,113,0.5);
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 75px;
    padding-right: 80px;
    font-size: 16px;
    bottom: 0;
    top: 100%;
}
.megamenu-socials a {
    margin: 0 2em;
}
.megamenu-socials a:hover {
    color: #6D6E71;
}
/*Slide Text*/
#slide-text {
    margin-top: 0.5em;
    color: rgba(109,110,113,0.6);
    padding: 2.25em 0;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 3.5em;
}
#slide-text::before,
#slide-text::after {
    content: "";
    position: absolute;
    width: 50%;
    display: block;
    top: 0;
    bottom: 0;
    z-index: 1000;
}
#slide-text::before {
    left: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 35%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
#slide-text::after {
    right: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 65%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.slide-text-item {
    font-size: 16px;
    text-transform: uppercase;
}
/*Page Captions & Paragraphs*/
.page-caption-paragraph {
    margin: -110px 0 0;
}
.page-caption-left {
    width: calc(35% + 140px);
    position: relative;
    font-size: 27px;
    color: #4D878E;
    font-weight: bold;
    background-color: rgba(33,27,27,0.02);
    padding: 225px 155px;
    letter-spacing: 5px;
    line-height: 2;
}
.page-caption-quote {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 375px;
    line-height: 1;
    color: rgba(77,135,142,0.6);
}
.page-caption-down-link {
    position: absolute;
    top: 0;
    right: 0;
    color: #6D6E71;
    width: 140px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:  rgba(239,232,232,0.5);
}
.page-caption-down-link:hover {
    background-color: #4D878E;
    color: white;
}
.page-caption-right {
    width: calc(65% - 140px);
    padding: 110px;
    color: #6D6E71;
    letter-spacing: 1px;
    margin-top: 110px;
}
.page-caption-right p {
    line-height: 2;
}
.explore-projects-link {
    background-color: #4D878E;
    background-size: 150% 150%;
    color: white;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 25px 25px 25px 50px;
    display: inline-block;
    white-space: nowrap;
}
#about-caption .explore-projects-link {
    position: absolute;
    bottom: -35px;
    left: 0;
}
.explore-projects-link .lnr {
    font-size: 0.75em;
    margin-right: -0.25em;
}
.explore-projects-link:hover {
    color: white;
    -webkit-animation: gradient 3s ease infinite;
    -moz-animation: gradient 3s ease infinite;
    animation: gradient 3s ease infinite;
    background: linear-gradient(90deg, #4d878e 0%, rgba(77,135,142,0.7) 100%);
}
/*Header Image*/
.header-image {
    overflow: hidden;
    position: relative;
}
.header-image-left {
    padding: 90px 45px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.header-image-left h1,
.products-publish-left-small-title {
    color: #4D878E;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.header-image-left h2,
.products-publish-left-big-title {
    color: #6D6E71;
    font-size: 70px;
    font-weight: 300;
    margin-right: -200px;
    letter-spacing: 5px;
    line-height: 1.2;
    margin-bottom: 1.5em;
}
.header-image-left h2 b, .products-publish-left-big-title {
    font-weight: 700;
}
.header-image-left.products-publish-left h2 {
    margin-right: 0;
}
.header-image-left h2 span,
.products-publish-left-big-title span {
    background-color: rgba(255,255,255,0.8);
}
.header-image-left p {
    color: #6D6E71;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
}
.header-image-right {
    position: relative;
}
.header-image-right::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: rgba(33,27,27,0.2);
}
.header-image .sk-carousel .item,
.header-image .sk.single-header {
    height: 100vh;
    min-height: 900px;
    background-size: cover;
    background-position: center center;
}
.header-image.header-without-text .sk-carousel .item,
.header-image.header-without-text .sk.single-header {
    min-height: auto;
}
.header-image.header-without-text .sk-carousel .item,
.header-image.header-without-text .sk.single-header {
    height: 155px;
}
.header-socials {
    text-align: center;
    width: calc(100vh - 75px);
    position: absolute;
    right: 0;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 80px;
    background-color: rgba(247,247,247,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(109,110,113,0.6);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    z-index: 1;
    min-width: 825px;
}
.header-socials a {
    margin: 0 2em;
}
.header-socials a:hover {
    color: #6D6E71;
}
/*Carousel*/
.owl-theme .owl-controls .owl-buttons div {
    height: 80px;
    line-height: 80px;
    width: 80px;
    background-color: transparent;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-right: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: 0;
    background-color: rgba(247,247,247,0.9);
}
.owl-theme .owl-controls .owl-buttons div i {
    font-size: 2em;
    color: rgba(109,110,113,0.5);
}
.owl-theme .owl-controls .owl-buttons div.owl-next i {
    color: #6D6E71;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover i {
    color: #4D878E;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background-color: transparent;
}
.owl-theme .owl-controls .owl-buttons div:hover.owl-next {
    background-color: rgba(247,247,247,0.9);
}
/*Decoration & Construction Carousel*/
.dc-carousel-section {
    position: relative;
    margin-bottom: 11em;
}
.dc-carousel-section .big-title {
    position: relative;
    z-index: -1;
}
.dc-carousel-section.top .big-title {
    left: 12px;
}
.dc-carousel-section.bottom .big-title {
    right: -15px;
}
.dc-carousel-actions {
    float: left;
    width: 240px;
    text-align: center;
    padding-bottom: 50px;
}
.dc-carousel-arrow {
    color: #6D6E71;
    font-size: 40px;
    vertical-align: middle;
}
.dc-carousel-view-all {
    color: #6D6E71;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
}
.dc-carousel-container {
    float: left;
    width: calc(100% - 240px);
}
.dc-carousel-container h3 {
    font-size: 23px;
    font-weight: bold;
    color: #4D878E;
    letter-spacing: 2px;
    margin-bottom: 1em;
    margin-top: -45px;
}
.dc-carousel-container h3 span {
    font-weight: 400;
}
.dc-carousel-section.bottom .dc-carousel-container h3 {
    text-align: left;
    padding-left: calc((100vw - 1445px) / 2);
}
#dc-dec-carousel::after {
    content: "";
    top: 0;
    bottom: 0;
    width: 15%;
    right: 0;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
#dc-con-carousel::after {
    content: "";
    top: 0;
    bottom: 0;
    width: 15%;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.dc-carousel-top {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}
.dc-carousel-back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4D878E;
    -webkit-transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,-webkit-transform .35s ease .35s;
    -moz-transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,-moz-transform .35s ease .35s;
    -o-transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,-o-transform .35s ease .35s;
    transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,transform .35s ease .35s;
}
.dc-carousel-explore {
    font-size: 16px;
    color: white;
    font-weight: 400;
    letter-spacing: 2px;
    border-bottom: 1px solid transparent;
    position: absolute;
    right: -80px;
    top: 75px;
    transform-origin: left bottom;
    transform: rotate(-90deg);
}
.dc-carousel-front {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,-webkit-transform .35s ease .35s;
    -moz-transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,-moz-transform .35s ease .35s;
    -o-transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,-o-transform .35s ease .35s;
    transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,transform .35s ease .35s;
}
.dc-carousel-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
}
.dc-carousel-image img {
    display: none;
}
.dc-carousel-image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: rgba(109,110,113,0.3);
    color: rgba(255,255,255,0.8);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.dc-carousel-title {
    text-transform: uppercase;
    color: rgba(109,110,113,0.5);
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
/*Homepage - Projects Carousel*/
#home-projects {
    margin: 1em 0 7em 0;
    background-color: rgba(104,104,160,0.05);
    position: relative;
}
.home-project-titles {
    position: relative;
    right: 45px;
    text-align: right;
    margin-top: 12em;
    z-index: 2;
}
.home-project-titles .big-title {
    margin-top: -45px;
    margin-bottom: 0;
}
.projects-category-carousel {
    display: none;
}
.projects-category-carousel.active {
    display: block;
}
.projects-category-carousel .owl-carousel .owl-wrapper {
    display: flex !important;
    flex-wrap: wrap;
}
.projects-carousel-item {
    padding-bottom: 15px;
    height: 100%;
}
.projects-carousel-item > .columns {
    height: 100%;
}
.projects-carousel-left {
    min-height: 100%;
}
.projects-carousel-image {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
}
.projects-carousel-image img {
    display: none;
}
.projects-carousel-title {
    position: absolute;
    margin: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    color: #4D878E;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 3px;
    padding: 0.9em 2em;
    width: 425px;
    height: 70px;
}
.projects-carousel-view {
    position: absolute;
    left: 425px;
    bottom: 0;
    background-color: #4D878E;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    height: 70px;
    padding: 1.65em 1.5em;
    letter-spacing: 1px;
    background-size: 150% 150%;
}
.projects-carousel-view .lnr {
    font-size: 0.75em;
    font-weight: bold;
}
.projects-carousel-view .lnr:first-child {
    margin-left: 0.5em;
    margin-right: -0.2em;
}
.projects-carousel-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 30px;
    max-height: 30px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.projects-carousel-right {
    padding: 5em 45px 0 30px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.projects-carousel-right h4 {
    color: #6D6E71;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 0;
}
.project-car-details-item {
    margin-bottom: 45px;
}
.lnr-chevron-right::before {
    content: "\e876";
}
.project-car-details-item:last-child {
    margin-bottom: 0;
}
.project-car-details-wrap {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.project-car-details-back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4D878E;
    -webkit-transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,-webkit-transform .35s ease .35s;
    -moz-transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,-moz-transform .35s ease .35s;
    -o-transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,-o-transform .35s ease .35s;
    transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,transform .35s ease .35s;
}
.project-car-details-explore {
    position: absolute;
    bottom: 90px;
    right: 5px;
    font-size: 16px;
    color: white;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-bottom: 1px solid transparent;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.project-car-details-front {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,-webkit-transform .35s ease .35s;
    -moz-transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,-moz-transform .35s ease .35s;
    -o-transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,-o-transform .35s ease .35s;
    transition: top .35s ease,bottom .35s ease,left .35s ease,right .35s ease,transform .35s ease .35s;
}
.project-car-details-image {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.project-car-details-image img {
    display: none;
}
.project-car-details-title {
    background-color: rgba(22,21,21,0.07);
    color: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: bold;
    letter-spacing: 2px;
    opacity: 0;
    padding: 3px 7px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.project-title-hm {
    font-size: 28px;
    font-weight: bold;
    color: #4D878E;
    letter-spacing: 2px;
    margin-bottom: 1em;
    margin-top: -45px;
}
#home-projects .owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    top: 0;
    right: 30%;
    z-index: 2;
}
#home-projects .owl-theme .owl-controls .owl-buttons div {
    height: 55px;
    line-height: 55px;
    width: 35px;
    background-color: transparent;
    border-radius: 0;
}
#home-projects .owl-buttons {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#home-projects .owl-buttons::after {
    content: "";
    display: block;
    background-color: #4D878E;
    width: 145px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
#home-projects .owl-theme .owl-controls .owl-buttons div.owl-next {
    width: 145px;
}
#home-projects .owl-theme .owl-controls .owl-buttons div.owl-next::before {
    content: "next project";
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 300;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
    line-height: 60px;
}
#home-projects .owl-theme .owl-controls .owl-buttons div i {
    font-size: 3em;
    color: #fff;
}
.home-projects-bottom {
    margin-top: -15px;
}
.home-projects-bottom-left {
    background-color: white;
    position: relative;
}
.projects-category-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 2em 4em 1em;
    color: #6D6E71;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    float: right;
}
.projects-category-menu > li {
    margin-right: 5em;
    margin-bottom: 1em;
}
.projects-category-menu > li:last-child {
    margin-right: 0;
}
.projects-category-menu > li > a.active:hover,
.projects-category-menu > li > a.active {
    color: #4D878E;
    border-bottom: 2px solid;
    font-weight: 600;
}
.home-projects-view-link {
    color: #6D6E71;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.home-projects-view-link span {
    font-weight: 800;
}
.home-projects-view-link .lnr {
    font-size: 0.75em;
    font-weight: bold;
}
.home-projects-view-link .lnr:first-child {
    margin-left: 0.75em;
    margin-right: -0.35em;
}
.projects-carousel-view:hover {
    color: #fff;
}
.home-projects-view-link:hover {
    color: #4D878E;
}
/*About us - Philosophy*/
#about-philosophy .line-title {
    position: relative;
    top: -55px;
}
#about-philosophy .big-title {
    position: relative;
    line-height: 1;
    text-align: right;
    right: 35px;
}
#about-philosophy .small-title {
    padding-right: calc((100vw - 1440px) / 2);
    text-align: right;
}
.small-title {
    font-size: 23px;
    font-weight: bold;
    color: #4D878E;
    letter-spacing: 2px;
    margin-bottom: 1em;
    margin-top: -45px;
}
/*Features*/
#about-features {
    margin: 4em 0;
}
.features-grid {
    margin: auto;
    max-width: 1550px;
}
.features-results {
    margin-bottom: 3em;
}
.features-res-wrap {
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    position: relative;
}
.features-res-number {
    color: rgba(77,135,142,0.6);
    font-size: 150px;
    font-weight: 400;
    letter-spacing: 10px;
    position: relative;
    line-height: 1;
    padding-bottom: 15px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.features-res-wrap.active .features-res-number {
    color: #4D878E;
}
.features-res-number::after {
    content: "";
    position: absolute;
    max-width: 160px;
    border-bottom: 4px solid rgba(109,110,113,0.6);
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.features-res-wrap.active .features-res-number::after {
    border-color: #4D878E;
}
.features-res-wrap.active .features-res-title {
    color: #4D878E;
}
.features-res-title {
    font-size: 27px;
    font-weight: bold;
    color:  rgba(109,110,113,0.6);
    letter-spacing: 4px;
    padding-bottom: 30px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.features-res-wrap.inactive .features-res-title {
    color: rgba(0,0,0,0.1);
}
.features-paragraphs {
    height: 200px;
    overflow: hidden;
    margin-bottom: 4em;
}
.features-paragraph {
    color: #6D6E71;
    letter-spacing: 2px;
    display: none;
}
.features-paragraph.active {
    display: block;
}
.features-paragraph p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 40px;
    height: 200px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.features-bottom {
    position: relative;
}
.features-images {
    padding-top: 25%;
    background-size: cover;
    background-position: center center;
    position: relative;
}
#about-features .features-images {
    margin-bottom: 8em;
}
.features-image {
    position: absolute;
    background-size: cover;
    background-position: center center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .35s ease .35s;
    -moz-transition: all .35s ease .35s;
    -o-transition: all .35s ease .35s;
    transition: all .35s ease .35s;
}
.features-image.active {
    opacity: 1;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.features-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 75%;
    width: 94%;
    background-color: rgba(33,27,27,0.3);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.features-image.active::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease .35s;
    -moz-transition: all .35s ease .35s;
    -o-transition: all .35s ease .35s;
    transition: all .35s ease .35s;
}
.features-image img {
    display: none;
}
.features-bottom .dots-complex.right {
    position: absolute;
    right: 45px;
    bottom: 0;
}
/*Products Results*/
#products-results {
    margin-top: -2em;
    margin-bottom: 2em;
}
.products-results-right {
    position: relative;
}
.products-results-container {
    max-width: 1075px;
    width: 100%;
    padding-top: 115px;
    padding-right: 80px;
    height: 940px;
    overflow: hidden;
}
.products-results-container.scroll {
    overflow-y: auto;
}
.products-results-container.scroll + div {
    z-index: 2 !important;
}
.products-results-right .header-socials {
    padding-right: 0;
    width: 940px;
    min-width: auto;
}
.products-res-item {
    margin-bottom: 25px;
}
.products-res-item .dc-carousel-title {
    height: 22px;
    -webkit-line-clamp: 1;
    line-height: 22px;
}
/*Products Publish*/
#products-publish-page {
    margin: -2em 0;
}
#products-publish {
    margin-bottom: 4em
}
.products-publish-left.header-image-left {
    padding: 120px 0 215px;
}
.products-publish-left-text {
    padding: 0 45px;
}
.products-publish-left-images {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.products-thumbs-item {
    margin-bottom: 10px;
}
.products-thumbs-item:last-child {
    margin-bottom: 0;
}
.products-thumbs-image {
    padding-top: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: pointer;
    opacity: 0.45;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.products-thumbs-image img {
    display: none;
}
.products-thumbs-image.active,
.products-thumbs-image:hover {
    opacity: 1;
}
.products-pubcar-image {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    min-height: 900px;
}
.products-pubcar-image img {
    display: none;
}
#products-publish-carousel.owl-theme .owl-controls {
    text-align: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.products-publish-right .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-color: white;
}
.products-publish-right .owl-theme .owl-controls .owl-buttons div i {
    color: rgba(109,110,113,0.5);
}
.products-publish-right .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-color: transparent;
}
.products-publish-right .owl-theme .owl-controls .owl-buttons div.owl-next i {
    color: #6D6E71;
}
.products-publish-right .owl-theme .owl-controls .owl-buttons div:hover.owl-next i {
    color: #4D878E;
}
/*Project Categories Results*/
#projects-categories-results {
    margin-top: -2em;
    margin-bottom: 2em;
}
#projects-categories-results .products-results-container {
    height: 900px;
}
#projects-categories-results .products-results-right .header-socials {
    width: 900px;
}
/*Projects Publish*/
#project-publish-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000000;
    background-color: white;
    display: none;
}
#project-publish-popup.active {
    display: block;
}
.project-publish-container {
    position: relative;
}
.project-popup-controllers {
    position: absolute;
    z-index: 2;
    left: calc(100% - 365px);
}
.project-popup-buttons div {
    height: 55px;
    line-height: 55px;
    width: 35px;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.project-popup-buttons div.project-popup-next {
    width: 145px;
}
.project-popup-buttons {
    position: relative;
    z-index: 1;
}
.project-popup-buttons::after {
    content: "";
    display: block;
    width: 145px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #4D878E;
    background-size: 150% 150%;
}
.project-popup-buttons div i {
    font-size: 2.25em;
    color: #4D878E;
}
.project-popup-buttons div.project-popup-next i {
    color: #fff;
}
.project-popup-buttons div.project-popup-next::before {
    content: "next project";
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}
.project-popup-buttons div:hover i,
.project-popup-buttons div.project-popup-next:hover::before  {
    color: white;
}
.project-popup-buttons:hover::after {
    color: white;
    -webkit-animation: gradient 3s ease infinite;
    -moz-animation: gradient 3s ease infinite;
    animation: gradient 3s ease infinite;
    background: linear-gradient(90deg, #4d878e 0%, rgba(77,135,142,0.7) 100%);
}
.project-popup-buttons i.icon.angle.left:hover::before {
    border-color: #4D878E;
}
.project-popup-close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: rgba(22,21,21,0.6);
    font-size: 45px;
    cursor: pointer;
    z-index: 2;
}
.project-publish-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.project-publish-item.active {
    z-index: 1;
    opacity: 1;
}
.project-publish-item-left {
    width: calc(100% - 390px);
}
.project-publish-item-left-container {
    position: relative;
}
.project-publish-image-item {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(22,21,21,0.07);
    position: relative;
}
.project-publish-image-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.1);
}
.project-publish-image-item img {
    display: none;
}
.project-publish-images-carousel.owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.project-publish-images-carousel.owl-theme .owl-controls .owl-buttons div {
    height: 70px;
    line-height: 70px;
    width: 70px;
}
.project-publish-images-carousel.owl-theme .owl-controls .owl-buttons div i {
    font-size: 3em;
    line-height: 1.2em;
}
.project-publish-images-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-color: rgba(255,255,255,0.9);
}
.project-publish-images-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
    background-color: white;
}
.project-publish-images-carousel.owl-theme .owl-controls .owl-buttons div.owl-next i {
    color: #6f6f8e;
}
.project-publish-images-carousel.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background-color: white;
}
.project-publish-images-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 160px);
    height: 70px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 40%, rgba(255,255,255,0) 65%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.project-popup-buttons i.icon.angle.right::before {
    content: "\f105";
    content: "\f105";
    content: "";
    border-top: 2px solid;
    border-right: 2px solid;
    width: 0.3em;
    height: 0.3em;
    display: inline-block;
    transform: rotate(45deg);
    position: relative;
    right: 0.1em;
}
.project-popup-buttons i.icon.angle.left::before {
    content: "\f104";
    content: "";
    border-top: 2px solid #6f6f8e;
    border-left: 2px solid #6f6f8e;
    width: 0.3em;
    height: 0.3em;
    display: inline-block;
    transform: rotate(-45deg);
    position: relative;
    left: 0.1em;
}
.project-publish-images-title {
    font-size: 22px;
    color: #4D878E;
    font-weight: bold;
    padding: 0 25px;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    height: 22px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.project-publish-thumbs-item {
    padding-top: 70px;
    background-size: cover;
    background-position: center center;
    opacity: 0.75;
    cursor: pointer;
}
.project-publish-thumbs-item.active {
    opacity: 1;
}
.project-publish-thumbs-item img {
    display: none;
}
.project-publish-item-right {
    width: 390px;
}
.project-publish-item-right-container {
    padding-right: 70px;
}
.project-publish-item-right-container h4 {
    font-size: 18px;
    font-weight: bold;
    color: #4D878E;
    letter-spacing: 2px;
}
.project-publish-details-results .project-car-details-item {
    margin-bottom: 45px;
}
.project-publish-details-results .project-car-details-wrap {
    padding-top: 50%;
}
.project-publish-item-left-container i.icon.angle.right::before {
    content: "";
    border-top: 2px solid;
    border-right: 2px solid;
    width: 0.4em;
    height: 0.4em;
    display: inline-block;
    transform: rotate(45deg);
    position: relative;
    right: 0.1em;
}
.project-publish-item-left-container i.icon.angle.left::before {
    content: "";
    border-top: 2px solid;
    border-left: 2px solid;
    width: 0.4em;
    height: 0.4em;
    display: inline-block;
    transform: rotate(-45deg);
    position: relative;
    left: 0.1em;
}
.project-publish-images-carousel.owl-theme .owl-controls .owl-buttons div:hover.owl-next i {
    color: #4D878E;
}
/*Contact Form*/
#contact-form {
    margin: -2em 0 0;
    position: relative;
}
#contact-form .header-image-left {
    padding: 90px 45px 465px;
}
#contact-form .header-image-left h2 {
    margin-bottom: 0;
}
.contact-form-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 200px);
    z-index: 1;
    background-color: white;
    padding: 35px 35px 0 45px;
}
.contact-title {
    color: #4D878E;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 2em;
    letter-spacing: 2px;
    position: relative;
    line-height: 1;
    display: flex;
    align-items: end;
}
.contact-title.line::after {
    content: "";
    flex: 1;
    margin-left: 15px;
    position: relative;
    top: -3px;
    height: 1px;
    background-color: #6D6E71;
}
.contact-info-item {
    margin-bottom: 2em;
}
.contact-info-item:last-child {
    margin-bottom: 0;
}
.contact-info-item h3 {
    color: #4D878E;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0.25em;
}
.contact-info-desc {
    font-size: 20px;
    line-height: 1.65;
    color: #6D6E71;
}
.contact-info-desc.bold {
    font-size: 22px;
    color: #6D6E71;
}
.contact-info-socials {
    margin-top: 10px;
}
.contact-info-socials a {
    margin-right: 1em;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
}
.contact-info-socials a:last-child {
    margin-right: 0;
}
.contact-info-socials a:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
#contact-form .sk.form.loading::after {
    width: calc(100% + 35px);
}
.sk.form .field label {
    white-space: normal;
}
.sk.form .field label,
.sk.form textarea,
.sk.form input[type="text"],
.sk.form input[type="email"],
.sk.form input[type="date"],
.sk.form input[type="password"],
.sk.form input[type="number"],
.sk.form input[type="tel"],
.sk.form .fileinput > input,
.sk.form .field label.radio,
.sk.form .field label.checkbox,
.sk.button,
.sk.message .header {
    font-family: 'Raleway', sans-serif;
}
.sk.form textarea,
.sk.form input[type="text"],
.sk.form input[type="email"],
.sk.form input[type="date"],
.sk.form input[type="password"],
.sk.form input[type="number"],
.sk.form input[type="tel"],
.sk.form .fileinput > input {
    border: none;
    font-size: 18px;
    color: rgba(0,0,0,0.5);
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    padding: 16px 10px;
}
.sk.form input[type="text"]:hover,
.sk.form input[type="email"]:hover,
.sk.form input[type="date"]:hover,
.sk.form input[type="password"]:hover,
.sk.form input[type="number"]:hover,
.sk.form input[type="url"]:hover,
.sk.form input[type="tel"]:hover,
.sk.form textarea:hover,
.sk.form input[type="text"]:focus,
.sk.form input[type="email"]:focus,
.sk.form input[type="date"]:focus,
.sk.form input[type="password"]:focus,
.sk.form input[type="number"]:focus,
.sk.form input[type="url"]:focus,
.sk.form input[type="tel"]:focus,
.sk.form textarea:focus,
.sk.form .field.error textarea:hover,
.sk.form .field.error input[type="text"]:hover,
.sk.form .field.error input[type="email"]:hover,
.sk.form .field.error input[type="date"]:hover,
.sk.form .field.error input[type="password"]:hover,
.sk.form .field.error input[type="number"]:hover,
.sk.form .field.error input[type="url"]:hover,
.sk.form .field.error input[type="tel"]:hover,
.sk.form .field.error textarea:focus,
.sk.form .field.error input[type="text"]:focus,
.sk.form .field.error input[type="email"]:focus,
.sk.form .field.error input[type="date"]:focus,
.sk.form .field.error input[type="password"]:focus,
.sk.form .field.error input[type="number"]:focus,
.sk.form .field.error input[type="url"]:focus,
.sk.form .field.error input[type="tel"]:focus {
    color: rgba(0,0,0,0.8);
    border-color: transparent;
    -webkit-box-shadow: 1px 0px 16px 0px rgba(147,147,147,0.4);
    -moz-box-shadow: 1px 0px 16px 0px rgba(147,147,147,0.4);
    box-shadow: 1px 0px 16px 0px rgba(147,147,147,0.4);
    padding-left: 10px;
}
.sk.form .fields.error .field textarea,
.sk.form .fields.error .field input[type="text"],
.sk.form .fields.error .field input[type="email"],
.sk.form .fields.error .field input[type="date"],
.sk.form .fields.error .field input[type="password"],
.sk.form .fields.error .field input[type="number"],
.sk.form .fields.error .field input[type="url"],
.sk.form .fields.error .field input[type="tel"],
.sk.form .field.error textarea,
.sk.form .field.error input[type="text"],
.sk.form .field.error input[type="email"],
.sk.form .field.error input[type="date"],
.sk.form .field.error input[type="password"],
.sk.form .field.error input[type="number"],
.sk.form .field.error input[type="url"],
.sk.form .field.error input[type="tel"] {
    background-color: transparent;
    border-color: rgba(0,0,0,0.2);
    color: rgba(0,0,0,0.5);
    padding-left: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sk.form ::-webkit-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form ::-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form :-ms-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form :-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form .error ::-webkit-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form .error ::-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form .error :-ms-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form .error :-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.sk.form :hover::-webkit-input-placeholder {
    color: rgba(0,0,0,0.8);
}
.sk.form :hover::-moz-placeholder {
    color: rgba(0,0,0,0.8);
}
.sk.form :hover:-ms-input-placeholder {
    color: rgba(0,0,0,0.8);
}
.sk.form :hover:-moz-placeholder {
    color: rgba(0,0,0,0.8);
}
.sk.form :focus::-webkit-input-placeholder {
    color: rgba(0,0,0,0.8);
}
.sk.form :focus::-moz-placeholder {
    color: rgba(0,0,0,0.8);
}
.sk.form :focus:-ms-input-placeholder {
    color: rgba(0,0,0,0.8);
}
.sk.form :focus:-moz-placeholder {
    color: rgba(0,0,0,0.8);
}
.sk.form .error :focus::-webkit-input-placeholder {
    color: rgba(0,0,0,0.8);
}
.sk.form .error :focus::-moz-placeholder {
    color: rgba(0,0,0,0.8);
}
.sk.form .error :focus:-ms-input-placeholder {
    color: rgba(0,0,0,0.8);
}
.sk.form .error :focus:-moz-placeholder {
    color: rgba(0,0,0,0.8);
}
.sk.textarea,
.sk.form textarea {
    resize: none;
}
.sk.form .fields.error .field label,
.sk.form .field.error label,
.sk.form .fields.error .field .input,
.sk.form .field.error .input, .sk.form #agreeInfo {
    color: #4D878E;
    font-size: 14px;
}
.sk.form .field.error label input + div,
.sk.form .field.error label textarea + div,
.sk.form #agreeInfo {
    position: relative;
    top: 5px;
}
.sk.form .field label.checkbox {
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(0,0,0,0.5);
}
.radio, .checkbox {
    padding-left: 0;
    line-height: 1;
}
.radio i,
.checkbox i {
    position: relative;
    display: inline-block;
    margin-right: 0.5em;
}
.checkbox i {
    width: 1.25em;
    height: 1.25em;
    border: 1px solid rgba(0,0,0,0.2);
    vertical-align: text-bottom;
}
.radio input + i::after,
.checkbox input + i::after {
    font-size: 1em;
}
.checkbox input + i::after {
    content: "";
    line-height: 1.25;
}
.checkbox input:checked + i::after {
    content: "\f00c";
    color: #4D878E;
}
.sk.button {
    background-color: #4D878E;
    background-size: 150% 150%;
    border-radius: 0;
    font-size: 16px;
    min-width: 200px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 1.2em 1.5em;
}
.sk.button:hover {
    color: #fff;
    -webkit-animation: gradient 3s ease infinite;
    -moz-animation: gradient 3s ease infinite;
    animation: gradient 3s ease infinite;
    background: linear-gradient(90deg, #4d878e 0%, rgba(77,135,142,0.7) 100%);
}
#contact-form .sk.button {
    position: relative;
    right: -35px;
    margin-top: 1em;
}
.sk.message {
    color: rgba(0,0,0,0.5);
    border-radius: 0;
    -webkit-box-shadow: 1px 0px 16px 0px rgba(147,147,147,0.4);
    -moz-box-shadow: 1px 0px 16px 0px rgba(147,147,147,0.4);
    box-shadow: 1px 0px 16px 0px rgba(147,147,147,0.4);
}
.sk.success.message,
.sk.positive.message {
    background-color: #fff;
    color: #4D878E;
    padding: 4em 1em;
    text-align: center;
}
.sk.icon.message.success i {
    display: none !important;
}
.sk.icon.message > .icon + .content {
    padding-left: 0;
}
.sk.message .header {
    font-size: 1.5em;
    font-weight: bold;
}
/*Pre Footer*/
#pre-footer {
    text-align: center;
    position: relative;
    padding-top: 4em;
    padding-bottom: 15em;
    margin-top: 3em;
}
#pre-footer h2 {
    color: #4D878E;
    font-size: 73px;
    font-weight: 300;
    letter-spacing: 6px;
    margin-bottom: 0.5em;
}
#pre-footer h2 span {
    font-weight: bold;
}
.pre-footer-link {
    color: #6D6E71;
    font-weight: bold;
    letter-spacing: 2px;
    border-bottom: 1px solid transparent;
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 1;
}
.pre-footer-link .lnr {
    font-size: 0.75em;
    font-weight: bold;
    display: none;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.pre-footer-link .lnr:first-child {
    margin-right: -0.7em;
}
.pre-footer-link:hover {
    color: #4D878E;
}
.pre-footer-line {
    display: block;
    border-right: 1px solid #6D6E71;
    height: 16.5em;
    width: 0;
    margin: 3.5em auto -19em;
}
#pre-footer .dots-complex {
    position: absolute;
    top: 0;
}
#pre-footer .dots-complex.left {
    left: 45px;
}
#pre-footer .dots-complex.right {
    right: 45px;
}
/*Footer*/
.upper-footer {
    padding: 5em 0 4em 0;
}
.footer-socials {
    text-align: center;
}
.footer-socials a {
    opacity: 0.5;
    margin:  0 1em;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.footer-socials a:hover {
    opacity: 1;
    filter: none;
}
.footer-menu {
    margin-top: 5em;
}
#footermenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #6D6E71;
    text-transform: uppercase;
}
#footermenu > li > a::after {
    content: "";
    background-color: #4D878E;
    width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 2.2em;
}
#footermenu > li:last-child > a::after {
    display: none;
}
#footermenu > li strong {
    font-weight: 300;
    letter-spacing: 2px;
}
.footer-bottom {
    padding: 2em 0 1em 0;
}
.footer-text {
    font-size: 15px;
    color: #6D6E71;
}
.footer-text.center {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4D878E;
    letter-spacing: 3px;
}
.footer-text.right {
    text-align: right;
}
footer a:hover {
    color: rgba(77,135,142,0.6);
}
#CybotCookiebotDialog {
    background-color: #6D6E71 !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #4D878E !important;
    border-color:   #4D878E !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #4D878E !important;
}
#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for="CybotCookiebotDialogBodyLevelButtonNecessary"]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
    color: #4D878E !important;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    color: white !important;
}
#CybotCookiebotDialog a:hover::after, #CybotCookiebotDialog a:hover::before, #CybotCookiebotDialog button:hover::after, #CybotCookiebotDialog button:hover::before {
    border-color:
            #4D878E !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #4D878E !important;
    color: white !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: #4D878E !important;
}
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
    color: #4D878E !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
    color: #4D878E !important;
}
@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/*Responsive*/
@media only screen and (min-width:1025px) {
    /*All*/
    .dot-complex-item:hover {
        background-color: #4D878E;
    }
    .arrow-link-animation:hover .lnr {
        animation-name: arrow-link-animation;
        animation-duration: 2s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }
    /*Megamenu*/
    ul.megamenu > li.inactive {
        color: rgba(111,111,142,0.3);
    }
    /*Decoration & Construction Carousel*/
    .dc-carousel-arrow:hover {
        color: #4D878E;
    }
    .dc-carousel-view-all:hover {
        color: #4D878E;
        border-bottom: 1px solid;
    }
    .dc-carousel-explore:hover {
        border-bottom: 1px solid;
    }
    .dc-carousel-wrap:hover .dc-carousel-back {
        left: 70px;
        right: 10px;
        top: 40px;
        bottom: 7px;
        /*-webkit-transform: translate(18px, 13px);*/
        /*-moz-transform: translate(18px, 13px);*/
        /*-ms-transform: translate(18px, 13px);*/
        /*-o-transform: translate(18px, 13px);*/
        /*transform: translate(18px, 13px);*/
    }
    .dc-carousel-wrap:hover .dc-carousel-front {
        /*left: 18px;*/
        right: 39px;
        /*top: 13px;*/
        bottom: 26px;
        /*-webkit-transform: translate(-18px, -13px);*/
        /*-moz-transform: translate(-18px, -13px);*/
        /*-ms-transform: translate(-18px, -13px);*/
        /*-o-transform: translate(-18px, -13px);*/
        /*transform: translate(-18px, -13px);*/
    }
    .dc-carousel-wrap:hover .dc-carousel-image-title {
        opacity: 1;
    }
    .dc-carousel-wrap:hover .dc-carousel-title {
        opacity: 0;
    }
    /*Homepage - Projects Carousel*/
    .projects-carousel-view:hover {
        color: white;
        -webkit-animation: gradient 3s ease infinite;
        -moz-animation: gradient 3s ease infinite;
        animation: gradient 3s ease infinite;
    }
    .project-car-details-wrap:hover .project-car-details-back {
        top: 30px;
        /*bottom: 15px;*/
        left: 26px;
        /*right: 13px;*/
        /*-webkit-transform: translate(16px,15px);*/
        /*-moz-transform: translate(16px,15px);*/
        /*-ms-transform: translate(16px,15px);*/
        /*-o-transform: translate(16px,15px);*/
        /*transform: translate(16px,15px);*/
    }
    .project-car-details-wrap:hover .project-car-details-front {
        /*top: 15px;*/
        bottom: 30px;
        /*left: 13px;*/
        right: 26px;
        /*-webkit-transform: translate(-16px,-15px);*/
        /*-moz-transform: translate(-16px,-15px);*/
        /*-ms-transform: translate(-16px,-15px);;*/
        /*-o-transform: translate(-16px,-15px);*/
        /*transform: translate(-16px,-15px);*/
    }
    .project-car-details-wrap:hover .project-car-details-title {
        opacity: 1;
    }
    .project-car-details-explore:hover {
        border-bottom: 1px solid;
    }
    #home-projects .owl-buttons:hover::after {
        background-color: #4D878E;
    }
    .projects-category-menu > li > a:hover {
        color: rgba(77,135,142,0.6);
    }
    /*Projects Publish*/
    .project-publish-details-results .project-car-details-wrap {
        opacity: 0.5;
    }
    .project-publish-details-results .project-car-details-wrap:hover {
        opacity: 1;
    }
    /*Pre Footer*/
    .pre-footer-link:hover {
        border-bottom: 1px solid;
        letter-spacing: 6px;
    }
    .pre-footer-link:hover .lnr {
        display: inline-block;
        opacity: 1;
    }
}
@media only screen and (max-width:1700px) {
    /*Features*/
    .features-grid {
        max-width: 100%;
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media only screen and (max-width:1600px) {
    /*Homepage - Projects Carousel*/
    .project-car-details-explore {
        bottom: 55px;
        font-size: 10px;
    }
    .project-car-details-title {
        font-size: 12px;
    }
    .dc-carousel-section.bottom .dc-carousel-container h3 {
        padding-left: calc((100vw - 1385px) / 2);
    }
}
@media only screen and (max-width:1550px) {
    /*All*/
    .sk-grid {
        max-width: 100%;
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
    .sk-grid .sk-grid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .big-title {
        font-size: 125px;
    }
    /*Menu*/
    ul.megamenu li a strong {
        padding-right: 3em;
    }
    ul.megamenu li a.has-submenu strong::after {
        min-width: 3em;
    }
    /*Header Image*/
    .header-image-left h2,
    .products-publish-left-big-title {
        font-size: 60px;
    }
    /*About us - Philosophy*/
    #about-philosophy .big-title {
        font-size: 180px;
    }
    /*Product Results*/
    .products-results-container {
        height: calc(45.9vw + 210px);
    }
    .products-results-right .header-socials {
        width: calc(45.9vw + 210px);
    }
    /*Projects Categories Results*/
    #projects-categories-results .products-results-container {
        height: calc(45.9vw + 181px);
    }
    #projects-categories-results .products-results-right .header-socials {
        width: calc(45.9vw + 181px);
    }
    /*Contact Form*/
    .sk.form .fields.error .field label,
    .sk.form .field.error label,
    .sk.form .fields.error .field .input,
    .sk.form .field.error .input, .sk.form #agreeInfo,
    .sk.form .field label.checkbox {
        font-size: 10px;
    }
    /*Footer*/
    #footermenu > li > a::after {
        margin: 0 1.2em;
    }
    .dc-carousel-section.bottom .dc-carousel-container h3 {
        padding-left: 90px;
    }
}
@media only screen and (max-width:1450px) {
    /*All*/
    body, html {
        font-size: 16px;
    }
    .line-title {
        font-size: 16px;
    }
    .line-title.left::before,
    .line-title.right::after {
        width: 70px;
    }
    /*Header*/
    .header-left {
        width: calc(100% - 980px);
    }
    .header-right {
        width: 980px;
    }
    /*Menu*/
    .scrolled #megamenu-icon::after {
        height: 75px;
    }
    /*Page Captions & Paragraphs*/
    .page-caption-left {
        font-size: 22px;
        padding: 200px 120px;
    }
    .page-caption-right {
        padding: 50px 45px;
    }
    .explore-projects-link {
        font-size: 14px;
    }
    /*Header Image*/
    .header-image-left p {
        font-size: 14px;
    }
    /*About us - Philosophy*/
    #about-philosophy .line-title {
        top: 0;
    }
    #about-philosophy .big-title {
        margin: -55px 0 0;
        left: -50px;
    }
    /*Features*/
    .features-res-number {
        font-size: 120px;
    }
    .features-res-title {
        font-size: 20px;
        letter-spacing: 3px;
    }
    .features-paragraphs {
        height: 150px;
    }
    .features-paragraph p {
        line-height: 30px;
        height: 150px;
    }
    /*Projects Publish*/
    .project-publish-details-results .project-car-details-item {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:1300px) {
    /*All*/
    .sk-grid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .big-grid,
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container-right {
        padding-right: 20px;
    }
    .big-title {
        font-size: 95px;
        letter-spacing: 5px;
    }
    /*Header*/
    .header-left {
        width: calc(100% - 80px);
    }
    header .logo {
        padding: 1em 1em 0 20px;
    }
    .header-right {
        width: 80px;
    }
    /*Menu*/
    #menu-wrap {
        background-color: white;
        -webkit-box-shadow: -6px 7px 11px 0px rgba(124,124,124,0.35);
        -moz-box-shadow: -6px 7px 11px 0px rgba(124,124,124,0.35);
        box-shadow: -6px 7px 11px 0px rgba(124,124,124,0.35);
        height: 75px;
    }
    #menu {
        display: none;
    }
    /*Megamenu*/
    .megamenu-list {
        padding-left: 20px;
        padding-bottom: 35px;
    }
    ul.megamenu > li {
        font-size: 20px;
    }
    ul.megamenu li .nav-number {
        width: 55px;
    }
    ul.megamenu > li > a {
        width: calc(100% - 55px);
    }
    ul.megamenu ul li {
        font-size: 16px;
        margin-bottom: 2.75em;
    }
    #megamenu .dots-complex.right {
        bottom: 0;
    }
    /*Page Captions & Paragraphs*/
    .page-caption-left {
        padding: 200px 20px;
    }
    .page-caption-right {
        padding: 50px 20px;
    }
    .explore-projects-link {
        padding: 25px;
    }
    #about-caption .explore-projects-link {
        left: 0;
    }
    /*Header Image*/
    .header-image-left {
        padding: 90px 20px;
    }
    .header-image-left h2,
    .products-publish-left-big-title {
        font-size: 50px;
    }
    /*Homepage - Projects Carousel*/
    .home-project-titles {
        top: 0;
        right: 0;
        position: relative;
        padding: 30px 20px 0;
        margin-bottom: -30px;
    }
    .home-project-titles .big-title {
        position: relative;
        right: -5px;
    }
    .projects-carousel-item > .columns {
        height: auto;
    }
    .projects-carousel-left {
        width: 100%;
        min-height: auto;
    }
    .projects-carousel-image {
        min-height: auto;
    }
    .projects-carousel-title {
        padding: 0.9em 20px;
    }
    .projects-carousel-right {
        width: 100%;
        padding: 20px;
    }
    .project-carousel-details-results-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    .project-car-details-item {
        width: 25%;
        padding: 0 10px;
        margin: 0;
    }
    #home-projects .owl-theme .owl-controls {
        right: 0;
    }
    .projects-category-menu {
        padding: 3em 20px 1em;
    }
    .projects-category-menu > li {
        margin-right: 3em;
    }
    /*About us - Philosophy*/
    #about-philosophy .big-title {
        font-size: 160px;
    }
    /*Features*/
    .features-grid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .features-res-number {
        font-size: 100px;
    }
    .features-res-title {
        font-size: 16px;
    }
    .features-bottom .dots-complex.right {
        right: 20px;
    }
    /*Products Publish*/
    .products-publish-left-text {
        padding: 0 20px;
    }
    /*Projects Publish*/
    .project-popup-controllers {
        left: 5px;
    }
    .project-publish-item {
        padding-top: 70px;
    }
    .project-publish-item-left {
        width: 100%;
    }
    .project-publish-item-right {
        width: 100%;
    }
    .project-publish-item-right-container {
        padding: 0 20px;
    }
    .project-publish-details-results {
        margin: 0 -10px;
    }
    .project-publish-details-results .project-car-details-item {
        float: left;
        margin-bottom: 0;
    }
    .project-publish-image-item {
        height: calc(100vh - 12.5vw - 150px);
    }
    /*Contact Form*/
    #contact-form .header-image-left {
        padding: 90px 20px;
    }
    #contact-form .header-image .sk.single-header {
        height: 50vh;
        min-height: 650px;
    }
    #contact-form .header-socials {
        width: calc(50vh - 75px);
        min-width: 575px;
    }
    .contact-form-bottom {
        position: relative;
        width: 100%;
        padding: 35px 20px 0;
    }
    #contact-form .sk.form.loading::after {
        width: calc(100% + 20px);
    }
    #contact-form .sk.button {
        right: -20px;
    }
    /*Pre Footer*/
    #pre-footer h2 {
        font-size: 55px;
    }
    #pre-footer .dots-complex.left {
        left: 20px;
    }
    #pre-footer .dots-complex.right {
        right: 20px;
    }
    /*Footer*/
    #footermenu {
        font-size: 13px;
    }
    .footer-text {
        font-size: 13px;
    }
    .footer-text.center {
        font-size: 18px;
    }
    .dc-carousel-section.bottom .dc-carousel-container h3 {
        padding-left: 40px;
    }
}
@media only screen and (max-width:1024px) {
    /*All*/
    body, html {
        font-size: 14px;
        overflow-x: hidden;
    }
    .big-title {
        font-size: 70px;
    }
    .line-title {
        font-size: 14px;
    }
    .line-title.left::before,
    .line-title.right::after {
        width: 65px;
        height: 3px;
    }
    /*Header*/
    .header-left {
        width: calc(100% - 50px);
    }
    .header-right {
        width: 50px;
        position: fixed;
        right: 0;
        z-index: 100000;
    }
    /*Menu*/
    #menu-wrap {
        height: 50px;
    }
    .opened-megamenu #menu-wrap {
        background-color: transparent;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    .menu-icons-inside {
        top: 11px;
        right: 9px;
    }
    .scrolled #menu-wrap {
        visibility: visible;
    }
    .scrolled #megamenu-icon::after {
        height: 50px;
        width: 50px;
        display: none;
    }
    /*Megamenu*/
    .megamenu-list {
        padding: 0 50px 0 20px;
        display: block;
        height: calc(100vh - 390px);
        margin-top: 50px;
        overflow: auto;
    }
    ul.megamenu > li {
        margin-bottom: 1.5em;
        font-size: 24px;
    }
    ul.megamenu li a strong {
        padding-right: 40px;
    }
    ul.megamenu li a.has-submenu strong::after {
        content: "+";
        border: none;
        height: auto;
        margin-top: 0;
        position: absolute;
        top: 0;
        left: auto;
        right: 15px;
        min-width: auto;
        display: block;
        font-size: 26px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        color: #4D878E;
    }
    ul.megamenu ul {
        top: auto;
        left: auto;
        bottom: auto;
        width: calc(100% - 124px);
        position: relative;
        padding-left: 55px;
        margin-top: 15px;
    }
    ul.megamenu ul li {
        font-size: 18px;
        margin-bottom: 1em;
    }
    ul.megamenu ul li a {
        max-width: 100%;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        display: -webkit-box;
        white-space: normal !important;
    }
    #megamenu .dots-complex.right {
        display: none;
    }
    .megamenu-socials {
        height: 50px;
        font-size: 12px;
        padding-left: 50px;
        padding-right: 20px;
        justify-content: flex-end;
    }
    .megamenu-socials a {
        margin: 0 1.5em;
    }
    .megamenu-socials a:last-child {
        margin-right: 0;
    }
    ul.megamenu li.active a.has-submenu strong::after,
    ul.megamenu li:hover a.has-submenu strong::after {
        content: "-";
        display: block;
    }
    /*Slide Text*/
    .slide-text-item {
        font-size: 14px;
    }
    /*Page Captions & Paragraphs*/
    .page-caption-paragraph {
        margin: -75px 0 0;
    }
    .page-caption-left {
        width: calc(40% + 140px);
        padding: 140px 20px 50px;
    }
    .page-caption-quote {
        font-size: 265px;
    }
    .page-caption-down-link {
        height: 75px;
    }
    .page-caption-right {
        margin-top: 75px;
        width: calc(60% - 140px);
    }
    .page-caption-right p {
        line-height: 1.5;
    }
    .explore-projects-link {
        font-size: 12px;
        padding: 20px;
    }
    #about-caption .explore-projects-link {
        bottom: -33px;
    }
    /*Header Image*/
    .header-image-left h2,
    .products-publish-left-big-title {
        font-size: 40px;
        margin-right: -350px;
    }
    .header-image-left p {
        font-size: 12px;
    }
    .header-image .sk-carousel .item,
    .header-image .sk.single-header {
        height: 900px;
    }
    .header-socials {
        min-width: auto;
        width: 850px;
        height: 50px;
        font-size: 12px;
    }
    /*Carousel*/
    .owl-theme .owl-controls .owl-buttons div {
        height: 50px;
        line-height: 50px;
        width: 50px;
    }
    /*Decoration & Construction Carousel*/
    .dc-carousel-section {
        margin-bottom: 3em;
    }
    .dc-carousel-container h3 {
        font-size: 20px;
    }
    .dc-carousel-actions {
        display: none;
    }
    .dc-carousel-container {
        width: 100%;
    }
    .dc-carousel-section.top .dc-carousel-container {
        padding-left: 50px;
    }
    .dc-carousel-section.bottom .dc-carousel-container {
        padding-right: 50px;
    }
    /*Homepage - Projects Carousel*/
    .home-project-titles {
        margin-bottom: -15px;
    }
    .projects-carousel-title {
        font-size: 20px;
        height: 63px;
    }
    .projects-carousel-view {
        font-size: 14px;
        height: 63px;
    }
    .projects-carousel-right h4,
    .project-publish-item-right-container h4 {
        font-size: 18px;
    }
    #home-projects .owl-theme .owl-controls .owl-buttons div.owl-next::before,
    .project-popup-buttons div.project-popup-next::before {
        font-size: 14px;
    }
    .home-projects-bottom-left {
        background-color: transparent;
    }
    .home-projects-bottom-right {
        background-color:  white;
        padding-top: 10px;
    }
    .home-projects-view-link {
        font-size: 12px;
    }
    /*About us - Philosophy*/
    #about-philosophy {
        padding: 0 20px;
        margin-top: 5em;
    }
    #about-philosophy .big-title {
        font-size: 100px;
        margin: -40px 0 0;
        left: -7px;
        line-height: 1;
    }
    /*Features*/
    .features-res-number {
        font-size: 60px;
        letter-spacing: 2px;
    }
    .features-res-title {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .features-paragraphs {
        height: 100px;
    }
    .features-paragraph p {
        line-height: 20px;
        height: 100px;
    }
    .features-bottom > .columns {
        width: calc(100% - 60px);
    }
    /*Product Results*/
    .header-image-left.products-results-left {
        padding: 120px 20px 50px;
    }
    .header-image-left.products-results-left h2,
    .products-publish-left.header-image-left h2,
    .products-publish-left.header-image-left .products-publish-left-big-title {
        margin-right: 0;
        margin-bottom: 0.75em;
        height: auto;
        display: block;
        -webkit-line-clamp: none;
        text-overflow: unset;
        -webkit-box-orient: unset;
        overflow: visible;
    }
    .header-image-left.products-results-left p,
    .products-publish-left.header-image-left p {
        display: block;
    }
    .products-results-container {
        height: auto;
        padding: 0 20px;
    }
    .products-results-container.scroll {
        overflow: hidden;
    }
    .products-results-right .header-socials {
        display: none;
    }
    /*Products Publish*/
    #products-publish > .columns {
        flex-flow: column-reverse;
    }
    #products-publish-phone .products-publish-left.header-image-left {
        padding: 120px 0 50px;
    }
    .products-publish-left.header-image-left {
        padding: 0;
    }
    .products-publish-left-images {
        position: relative;
        padding: 0 10px;
        margin-top: 10px;
    }
    .products-pubcar-image {
        height: auto;
        min-height: auto;
        padding-top: 75%;
    }
    .products-publish-right .header-socials {
        display: none;
    }
    /*Projects Categories Results*/
    #projects-categories-results .products-results-container {
        height: auto;
    }
    /*Projects Publish*/
    #project-publish-popup {
        overflow: auto;
        overflow-x: hidden;
    }
    .project-publish-item {
        padding-top: 125px;
    }
    .project-publish-image-item {
        height: 75vw;
    }
    /*Contact Form*/
    #contact-form .header-socials {
        width: calc(50vh - 50px);
        min-width: 600px;
    }
    .contact-bottom-left {
        margin-bottom: 5em;
    }
    /*Pre Footer*/
    #pre-footer h2 {
        font-size: 45px;
    }
    /*Footer*/
    .footer-menu {
        display: none;
    }
    .footer-text {
        font-size: 10px;
    }
    .footer-text.center {
        font-size: 15px;
    }
}
@media only screen and (max-width:769px) {
    #footer .links {
        float: none!important
    }
    .sk.tabs li,
    ul.topmenu li {
        float: none
    }
    .sk.tabs li a.active,
    .sk.tabs li a.active:hover {
        border-color: #F4BF1E
    }
    ul.topmenu {
        width: auto
    }
    ul.topmenu ul {
        display: none;
        position: static;
        top: auto!important;
        left: auto!important;
        margin-left: 0!important;
        margin-top: 0!important;
        width: auto!important;
        min-width: 0!important;
        max-width: none!important
    }
    ul.topmenu ul.sm-nowrap>li>a,
    ul.topmenu>li>a {
        white-space: normal
    }
    ul.topmenu iframe {
        display: none
    }
    .topmenu ul.menu-submenu {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .topmenu li>a {
        display: block;
        text-decoration: none;
        padding: .5em 1em;
        text-align: left;
        font-weight: 400;
        color: #fff;
        box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, .2)
    }
    .topmenu li>a strong {
        display: inline-block;
        font-weight: 400;
        font-size: .85em;
        padding: 0
    }
    #menu ul.four.cols,
    #menu ul.three.cols,
    #menu ul.two.cols {
        width: 100%!important
    }
    #menu ul.cols li {
        float: none;
        width: auto;
        box-shadow: none
    }
    .topmenu li:hover a small,
    .topmenu li:hover>a i {
        opacity: 1;
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none
    }
    .topmenu li {
        border-left: 0
    }
    .topmenu li:first-child {
        border-top: 0
    }
    /*All*/
    body, html {
        font-size: 10px;
        overflow-x: hidden;
    }
    .big-title {
        font-size: 62px;
        letter-spacing: 3px;
    }
    .line-title {
        font-size: 10px;
    }
    .line-title.left::before {
        width: 40px;
        height: 2px;
        margin-right: 10px;
    }
    .line-title.right::after {
        width: 40px;
        height: 2px;
        margin-left: 10px;
    }
    .dot-complex-row {
        margin-top: 35px;
    }
    .dot-complex-item {
        width: 5px;
        height: 5px;
        margin-right: 30px;
    }
    /*Header*/
    header {
        position: relative;
    }
    header .logo img {
        width: 180px;
    }
    /*Megamenu*/
    .megamenu-list {
        height: calc(100vh - 90px);
    }
    ul.megamenu > li {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 1.5em;
    }
    ul.megamenu li .nav-number {
        width: 30px;
        font-size: 8px;
    }
    ul.megamenu > li > a {
        width: calc(100% - 30px);
    }
    ul.megamenu li a.has-submenu strong::after {
        font-size: 20px;
        line-height: 1;
    }
    ul.megamenu ul {
        width: 100%;
        padding-left: 30px;
    }
    ul.megamenu ul li {
        font-size: 12px;
        margin-bottom: 1.5em;
    }
    .megamenu-socials {
        font-size: 10px;
    }
    /*Slide Text*/
    #slide-text {
        display: none;
    }
    /*Page Captions & Paragraphs*/
    .page-caption-paragraph {
        margin: 0;
    }
    .page-caption-left {
        width: 65%;
        padding: 80px 20px 30px;
        min-width: 250px;
        font-size: 13px;
        letter-spacing: 1px;
    }
    .page-caption-quote {
        font-size: 170px;
        top: -10px;
    }
    .page-caption-down-link {
        display: none;
    }
    .explore-projects-link {
        padding: 10px 15px;
        font-size: 10px;
    }
    #about-caption .explore-projects-link {
        bottom: -20px;
    }
    .page-caption-right {
        padding: 0 20px;
        width: 100%;
        margin-top: 45px;
    }
    /*Header Image*/
    .header-image-left,
    #contact-form .header-image-left,
    .header-image-left.products-results-left {
        padding: 50px 20px;
    }
    .header-image-left h1,
    .products-publish-left-small-title {
        font-size: 10px;
    }
    .header-image-left h2,
    .products-publish-left-big-title {
        letter-spacing: 2px;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 40px;
        height: 125px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .header-image-left h2 span,
    .products-publish-left-big-title span {
        background-color: transparent;
    }
    .header-image-left p {
        display: none;
    }
    .header-image .sk-carousel .item,
    .header-image .sk.single-header {
        height: auto;
        min-height: auto;
        padding-top: 75%;
    }
    .header-socials {
        display: none;
    }
    /*Carousel*/
    .owl-theme .owl-controls .owl-buttons div {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    /*Decoration & Construction Carousel*/
    #dc-carousels .big-title {
        display: none;
    }
    .dc-carousel-container h3 {
        font-size: 14px;
    }
    .dc-carousel-container > .row-10 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .col-10.dc-carousel-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    .dc-carousel-title {
        line-height: 15px;
        height: 30px;
        letter-spacing: 1px;
    }
    /*Homepage - Projects Carousel*/
    #home-projects {
        margin: 3em 0;
    }
    .home-project-titles {
        margin-bottom: 0;
    }
    .projects-carousel-title {
        font-size: 10px;
        height: 28px;
        letter-spacing: 1px;
        width: 130px;
        padding: 0.9em 10px 0.9em 20px;
    }
    .projects-carousel-title span {
        line-height: 10px;
        max-height: 10px;
    }
    .projects-carousel-view {
        font-size: 10px;
        height: 28px;
        left: 130px;
        padding: 10px;
    }
    .projects-carousel-right {
        padding: 7px 20px 20px;
    }
    .projects-carousel-right h4,
    .project-publish-item-right-container h4 {
        font-size: 8px;
        letter-spacing: 1px;
        margin-bottom: 7px;
    }
    .project-carousel-details-results {
        margin-left: -2px;
        margin-right: -2px;
    }
    #home-projects .owl-buttons::after,
    .project-popup-buttons::after {
        width: 70px;
        height: 25px;
    }
    #home-projects .owl-theme .owl-controls .owl-buttons div,
    .project-popup-buttons div {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    #home-projects .owl-theme .owl-controls .owl-buttons div i,
    .project-popup-buttons div.project-popup-next i {
        font-size: 2.5em;
    }
    #home-projects .owl-theme .owl-controls .owl-buttons div.owl-next,
    .project-popup-buttons div.project-popup-next {
        width: 70px;
    }
    #home-projects .owl-theme .owl-controls .owl-buttons div.owl-next::before,
    .project-popup-buttons div.project-popup-next::before {
        font-size: 8px;
        line-height: 30px
    }
    .project-car-details-item {
        padding: 0 2px;
    }
    .projects-category-menu > li {
        margin-right: 2.5em;
    }
    .home-projects-view-link {
        font-size: 8px;
    }
    /*About us - Philosophy*/
    #about-philosophy .big-title {
        font-size: 62px;
        margin: -30px 0 0;
    }
    /*Features*/
    #about-features {
        margin: 1em 0 4em;
    }
    .features-res-item {
        width: 33.33%;
    }
    .features-res-wrap::after {
        border-bottom: 4px solid
        #4D878E;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 85px;
        display: block;
    }
    .features-res-wrap.inactive {
        border-color: rgba(27,30,30,0.1);
    }
    .features-res-wrap > .columns {
        display: block;
    }
    .features-res-number {
        padding-bottom: 5px;
    }
    .features-res-number::after {
        display: none;
    }
    .features-res-title {
        padding-bottom: 15px;
    }
    .features-paragraphs {
        height: 75px;
    }
    .features-paragraph p {
        line-height: 15px;
        height: 75px;
    }
    .features-bottom .dots-complex.right {
        display: none;
    }
    #about-features .features-images {
        margin-bottom: 4em;
    }
    /*Product Results*/
    #products-results {
        margin-bottom: 0;
    }
    .header-image-left.products-results-left h2,
    .products-publish-left.header-image-left h2,
    .products-publish-left.header-image-left .products-publish-left-big-title {
        margin-bottom: 0.25em;
    }
    .products-res-item {
        margin-bottom: 10px;
    }
    /*Products Publish*/
    #products-publish-phone .products-publish-left.header-image-left {
        padding: 50px 0;
    }
    .products-publish-left-images {
        padding: 0 4px;
        margin-top: 4px;
    }
    .products-publish-left-images > .row-5 {
        margin-left: -2px;
        margin-right: -2px;
    }
    .products-publish-left-images .col-5.products-thumbs-group {
        padding-left: 2px;
        padding-right: 2px;
    }
    .products-thumbs-item {
        margin-bottom: 4px;
    }
    /*Projects Categories Results*/
    #projects-categories-results .products-res-item {
        margin-bottom: 25px;
    }
    #projects-categories-results .products-res-item:last-child {
        margin-bottom: 0;
    }
    /*Projects Publish*/
    .project-popup-buttons div i {
        margin: 0 !important;
    }
    .project-publish-images-bottom {
        width: calc(100% - 80px);
        height: 35px;
        background: none;
        filter: none;
    }
    .project-publish-images-title {
        font-size: 10px;
        padding: 0 10px;
        letter-spacing: 1px;
        line-height: 15px;
        height: 15px;
    }
    .project-publish-images-bottom-left {
        background-color: rgba(255,255,255,0.8);
        height: 35px;
        display: flex;
        align-items: center;
    }
    .project-publish-thumbs-item {
        padding-top: 35px;
    }
    .project-publish-images-carousel.owl-theme .owl-controls .owl-buttons div {
        height: 35px;
        line-height: 35px;
        width: 35px;
    }
    .project-publish-item-right-container {
        padding: 0 10px;
    }
    .project-publish-item-right-container h4 {
        font-size: 8px;
    }
    .project-publish-details-results {
        margin: 0 -2px;
    }
    /*Contact Form*/
    #contact-form .header-image-right {
        display: none;
    }
    #contact-form .header-image-left h2 {
        margin-bottom: 0;
        height: auto;
        max-height: 125px;
    }
    .contact-form-bottom {
        padding: 0 20px;
    }
    .contact-title {
        font-size: 14px;
    }
    .contact-title.line::after {
        display: none;
    }
    .contact-info-item h3 {
        font-size: 8px;
    }
    .contact-info-desc.bold {
        font-size: 12px;
    }
    .contact-info-desc.bold img {
        max-height: 18px;
    }
    .contact-info-desc {
        font-size: 12px;
    }
    .contact-info-socials {
        margin-top: 0;
    }
    .sk.form textarea,
    .sk.form input[type="text"],
    .sk.form input[type="email"],
    .sk.form input[type="date"],
    .sk.form input[type="password"],
    .sk.form input[type="number"],
    .sk.form input[type="tel"],
    .sk.form .fileinput > input {
        font-size: 10px;
        padding: 7px 5px;
    }
    .sk.form input[type="text"]:hover,
    .sk.form input[type="email"]:hover,
    .sk.form input[type="date"]:hover,
    .sk.form input[type="password"]:hover,
    .sk.form input[type="number"]:hover,
    .sk.form input[type="url"]:hover,
    .sk.form input[type="tel"]:hover,
    .sk.form textarea:hover,
    .sk.form input[type="text"]:focus,
    .sk.form input[type="email"]:focus,
    .sk.form input[type="date"]:focus,
    .sk.form input[type="password"]:focus,
    .sk.form input[type="number"]:focus,
    .sk.form input[type="url"]:focus,
    .sk.form input[type="tel"]:focus,
    .sk.form textarea:focus, .sk.form
    .field.error textarea:hover,
    .sk.form .field.error input[type="text"]:hover,
    .sk.form .field.error input[type="email"]:hover,
    .sk.form .field.error input[type="date"]:hover,
    .sk.form .field.error input[type="password"]:hover,
    .sk.form .field.error input[type="number"]:hover,
    .sk.form .field.error input[type="url"]:hover,
    .sk.form .field.error input[type="tel"]:hover,
    .sk.form .field.error textarea:focus,
    .sk.form .field.error input[type="text"]:focus,
    .sk.form .field.error input[type="email"]:focus,
    .sk.form .field.error input[type="date"]:focus,
    .sk.form .field.error input[type="password"]:focus,
    .sk.form .field.error input[type="number"]:focus,
    .sk.form .field.error input[type="url"]:focus,
    .sk.form .field.error input[type="tel"]:focus,
    .sk.form .fields.error .field textarea,
    .sk.form .fields.error .field input[type="text"],
    .sk.form .fields.error .field input[type="email"],
    .sk.form .fields.error .field input[type="date"],
    .sk.form .fields.error .field input[type="password"],
    .sk.form .fields.error .field input[type="number"],
    .sk.form .fields.error .field input[type="url"],
    .sk.form .fields.error .field input[type="tel"],
    .sk.form .field.error textarea,
    .sk.form .field.error input[type="text"],
    .sk.form .field.error input[type="email"],
    .sk.form .field.error input[type="date"],
    .sk.form .field.error input[type="password"],
    .sk.form .field.error input[type="number"],
    .sk.form .field.error input[type="url"],
    .sk.form .field.error input[type="tel"] {
        padding-left: 5px;
    }
    .sk.button {
        font-size: 10px;
        min-width: 125px;
        padding: 1.5em;
    }
    /*Pre Footer*/
    #pre-footer {
        margin-top: 0;
    }
    #pre-footer h2 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    #pre-footer .dots-complex {
        top: 30px;
        bottom: -95px;
    }
    #pre-footer .dots-complex.left {
        left: 20px;
    }
    #pre-footer .dots-complex.right {
        right: 20px;
    }
    #pre-footer .dot-complex-item:nth-child(8n+1),
    #pre-footer .dot-complex-item:nth-child(8n+2),
    #pre-footer .dot-complex-item:nth-child(8n+3),
    #pre-footer .dot-complex-item:nth-child(8n+4) {
        opacity: 0;
    }
    /*Footer*/
    .upper-footer {
        padding: 5em 0 0;
    }
    .footer-socials img {
        width: 20px;
    }
    .footer-bottom {
        padding: 1em 0;
        margin-top: 3em;
    }
    .footer-bottom > .columns {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-text {
        font-size: 8px;
    }
    .footer-text.center {
        font-size: 10px;
        letter-spacing: 2px;
        margin-bottom: 2em;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .footer-text.left {
        text-align: right;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        margin-bottom: 1em;
    }
    .footer-text.right {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    .dc-carousel-section.bottom .dc-carousel-container h3 {
        padding-left: 30px;
    }
    .dc-carousel-section.bottom {
        margin-top: 7em;
        margin-bottom: 9em;
    }
    .dc-carousel-section.top .dc-carousel-container {
        padding-left: 30px;
    }
    .dc-carousel-section.bottom .dc-carousel-container {
        padding-right: 30px;
    }
    .home-project-titles {
        margin-top: 8em;
    }
    #products-publish {
        margin-bottom: 14em;
    }
    .megamenu-header .logo img {
        width: 50px;
    }
}
@media only screen and (min-width:501px) and (max-width:769px) {
    /*Projects Categories Results*/
    #projects-categories-results .products-res-item {
        width: 50%;
        float: left;
        clear: none;
    }
}
@media only screen and (max-width:414px) {
    #products-publish {
        margin-bottom: 12em;
    }
}
@media only screen and (max-width:360px) {
    header .logo img {
        width: 165px;
    }
}
@media only screen and (max-width:350px) {
    /*Megamenu*/
    ul.megamenu > li {
        font-size: 11px;
    }
    ul.megamenu li a.has-submenu strong::after {
        font-size: 15px;
        line-height: 12px;
    }
}