/*
  [CSS Index]
*/

/* 1.1. fullscreen slider BACKGROUND */
/*.bg-img-1 {
    background-image: url(../img/background/hero-bg-1.jpg);
}

.bg-img-2 {
    background-image: url(../img/background/hero-bg-2.jpg);
}

.bg-img-3 {
    background-image: url(../img/background/hero-bg-3.jpg);
}

.bg-img-4 {
    background-image: url(../img/background/hero-bg-4.jpg);
}

.bg-img-5 {
    background-image: url(../img/background/hero-bg-5.jpg);
}*/


/* 1.2. parallax IMG BACKGROUND */
.parallax-contact {
    background-image: url(../img/background/parallax-contact.jpg);
}

.parallax-blank {
    background-image: url(../img/background/parallax-blank.jpg);
}


/* 1.3. about team IMG BACKGROUND */
.carousel-img-item-1 {
    background-image: url(../img/team/1.jpg);
}

.carousel-img-item-2 {
    background-image: url(../img/team/2.jpg);
}

.carousel-img-item-3 {
    background-image: url(../img/team/3.jpg);
}

.carousel-img-item-4 {
    background-image: url(../img/team/4.jpg);
}

.carousel-img-item-5 {
    background-image: url(../img/team/5.jpg);
}


/* 1.3.1. about know-how IMG BACKGROUND */
.img-fullwidth-know-how-carousel-1 {
    background-image: url(../img/know-how/1.jpg);
}

.img-fullwidth-know-how-carousel-2 {
    background-image: url(../img/know-how/2.jpg);
}


/* 1.4. services IMG BACKGROUND */
.img-fullwidth-services-carousel-1 {
    background-image: url(../img/services/1.jpg);
}

.img-fullwidth-services-carousel-2 {
    background-image: url(../img/services/2.jpg);
}


/* 1.5. inside IMG BACKGROUND */
.inside-img-item-1 {
    background-image: url(../img/inside/1.jpg);
}

.inside-img-item-2 {
    background-image: url(../img/inside/2.jpg);
}

.inside-img-item-3 {
    background-image: url(../img/inside/3.jpg);
}

.inside-img-item-4 {
    background-image: url(../img/inside/4.jpg);
}

.inside-img-item-5 {
    background-image: url(../img/inside/5.jpg);
}


/* 2. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    /*height: 100%;
    line-height: 170%;*/
}

body {
    /* line-height: 1; */
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}


/* 3. layout */
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    color: #5f5f5f;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    /* line-height: 1.5; */
}

a {
    color: #5f5f5f;
    text-decoration: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a:hover,
a:visited,
a:active,
a:focus {
    color: #5f5f5f;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

p {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #5f5f5f;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

p a,
p a:hover {
    color: #5f5f5f;
    text-decoration: none;
    font-weight: 500;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

strong {
    font-weight: bold;
}

::-moz-selection {
    background: #5f5f5f;
    color: #fff;
}

::selection {
    background: #5f5f5f;
    color: #fff;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.pl-0{
    padding-left: 0;
}

.pr-0{
    padding-right: 0;
}


/* 4. upper page */
.upper-page {
    position: relative;
    width: 100%;
    height: calc(100vh - 165px);
    overflow: hidden;
    left: 0;
    top: 0;
    margin: 0;
}

/* 4. upper page */
.about-page {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0 40px 120px;
}

.about-page:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 50%;
    height: 1px;
    background: #E1E1E1;
}

.widget-box{
    position: relative;
}

.widget-box.widget-category ul{
    height: calc(100vh - 290px);
    overflow: auto;
}

.widget-box-mobile{
    display: none;
}

.widget-box h1 {
    font-size: 45px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 2.25px;
    color: #D3924B;
    margin-top: 30px;
    margin-bottom: 20px;
}

.widget-box.widget-category h1{
    font-size: 32px;
}
.widget-box:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: #ACACAC;
}

.widget-box ul li a{
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #22294B;
    opacity: 0.5;
    display: block;
    margin: 10px 0;
    text-transform: uppercase;
}

.widget-box.menu-box ul li a{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #ACACAC;
    opacity: 1;
    display: inline-block;
    margin: 0;
}

.widget-box ul li a.active, .widget-box ul li a:hover{
    opacity: 1;
}

.widget-box.menu-box ul li a.active, .widget-box.menu-box ul li a:hover{
    opacity: 1;
    color: #161E3F;
    border-bottom: 1px solid #161E3F;
}

.page-content {
    padding-top: 65px;
}

.page-content-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.page-short-content {
    max-width: 500px;
}

.page-short-content p {
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 700;
}

.page-long-content {
    max-width: 500px;
    margin-left: 100px;
}

.page-long-content p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #898989;
    font-weight: 200;
    margin-bottom: 30px;
}

.page-long-content p span{
    font-style: italic;
    font-weight: 600;
}

.page-long-content p:last-child {
    margin-bottom: 0;
}

.page-content-logos{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65%;
    text-align: center;
    margin-bottom: 75px;
}

.page-content-logos a{
    margin-right: 120px;
}

.page-content-logos img{
    width: 100%;
}

.page-content-img img {
    width: 100%;
}

.page-content.menu-content{
    padding-top: 30px;
}
.page-content h2{
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #22294B;
    margin-bottom: 30px;
}

.page-content .page-menu-block{
    border-bottom: 1px solid #AEAEAE;
    padding-bottom: 10px;
    padding-top: 10px;
}

.page-content .page-menu-block h3{
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #AEAEAE;
    margin-bottom: 3px;
}

.page-content .page-menu-block span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #AEAEAE;
    font-style: italic;
}

/* 5. center container */
.center-container {
    position: absolute;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: none;
}

.center-block {
    display: table-cell;
    vertical-align: middle;
}

.nav-button {
    width: 42px;
    height: 50px;
    cursor: pointer;
    position: relative;
    top: 10px;
    right: 0;
    z-index: 199;
    margin-left: 30px;
}

.nav-button span {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    height: 3px;
    background: #D3924B;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.nav-button span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #161E3F;
    transition: all 0.2s ease-in-out;
}

.nav-button:hover span:before {
    width: 100%;
}

.nav-button .nbs {
    width: 60%;
    left: 20%;
}

.nav-button.cmenu:hover .nbs, .nav-button:hover .nbs {
    width: 100%;
    left: 0;
}

.nav-button:hover .ncs,
.nav-button:hover .nbs {
    width: 100%;
}

.nav-button.cmenu .nos {
    transform: rotate(-45deg);
    margin-bottom: 0;
    top: 10.5px;
    background: #fff;
}

.nav-button.cmenu .ncs {
    transform: rotate(45deg);
    margin-bottom: 0;
    top: 7px;
    width: 100%;
    background: #fff;
}

.nav-button.cmenu .nbs, .nav-button.cmenu:hover .nbs {
    width: 0;
}

.nav-button:hover .menu-button-text {
    color: #D3924B;
}

.menu-button-text {
    position: absolute;
    left: -2px;
    width: 100%;
    bottom: 2px;
    color: #D3924B;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nav-button.cmenu .menu-button-text {
    margin-top: 16px;
}

.nav-holder {
    position: fixed;
    right: -50%;
    width: 50%;
    bottom: 0;
    top: 0;
    background: #161E3F;
    overflow: hidden;
    z-index: 106;
}

.nav-holder .fl-wrap {
    padding-left: 75px;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 99;
}

.nav-holder #menu ul li a {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 3px;
    color: #FEFEFE;
    font-weight: 700;
    margin-bottom: 60px;
    display: inline-block;
    text-transform: uppercase;
}

.nav-holder #menu ul li a:after {
    transition: all 0.2s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 3px;
    left: 0;
    bottom: -15px;
    padding: 0;
    background-color: #fff;
}

.nav-holder #menu ul li a:hover:after {
    width: 100%;
}

.nav-holder .nav-info {
    display: flex;
    flex-direction: column;
    max-width: 375px;
    margin-top: 150px;
}

.nav-holder .nav-info span {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.2px;
    color: #FEFEFE;
    font-weight: 300;
    margin-bottom: 15px;
}

.nav-holder-line-text {
    font-size: 32px;
    letter-spacing: 10px;
    color: #FEFEFE;
    writing-mode: vertical-rl;
    position: absolute;
    right: 140px;
    top: 75px;
    height: 100%;
    text-align: center;
    opacity: .5;
}

.nav-title span {
    font-size: 62px;
    letter-spacing: 20px;
    color: #FEFEFE;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: center;
    opacity: 1;
    width: 100%;
    display: flex;
    align-items: center;
}

.nav-title span img {
    transform: rotate(90deg);
    position: absolute;
    right: -25%;
    width: 100%;
    max-width: 75%;
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-holder-dec, .nav-holder, .nav-overlay {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0) !important;
}

.nav-overlay {
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 103;
    width: 100%;
    background: rgba(37, 36, 37, 0.5);
    display: none;
    overflow: hidden;
}

.nav-holder-dec {
    right: -100%;
    width: 100%;
    bottom: 0;
    top: 0;
    z-index: 105;
    background: #333;
}

.navbar-toggle {
    display: block;
    padding: 0;
    margin: 0 0 0 20px;
}

.navbar-toggle .icon-bar {
    background: #d3924b;
    display: block;
    width: 48px;
    height: 4px;
    border-radius: 1px;
    margin: 10px 0;
}

/* 6. main navigation */
.logo .logo-light {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
    width: 250px;
}

.logo .logo-dark {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
    width: 250px;
}

.logo-menu{
    display: none!important;
    width: 250px;
}

.header-menu {
    display: flex;
    align-items: center;
}

.header-menu .languages-box.qrmenu-lang{
    display: none;
}

.header-menu .languages-box {
    margin-right: 40px;
}

.header-menu .languages-box ul {
    display: flex;
}

.header-menu .languages-box ul li span {
    font-size: 18px;
    color: #22294B;
    letter-spacing: 1.8px;
    font-weight: 600;
    margin-left: 5px;
    cursor: pointer;
    transition: all .3s;
}

.header-menu .languages-box ul li span:hover {
    color: #d3924b;
}

.header-menu .reservation-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D3924B;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1px;
    color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 4px;
}

.header-menu .reservation-btn a:hover {
    background: #161E3F;
}

.main-navigation-bg .logo .logo-light {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
}

.main-navigation-bg .logo .logo-dark {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
}

.navbar-bg-switch {
    position: relative;
    width: 95%;
    top: 0;
    left: 2.5%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 999;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.logo {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.logo .navbar-brand {
    padding: 0;
    height: auto;
}

.main-navigation .navbar-nav li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    letter-spacing: 0.05em;
    padding: 0px 15px 0px 15px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.main-navigation .navbar-nav li a:hover {
    color: #333;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    color: #fff;
    background: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.main-navigation-bg {
    height: 58px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.main-navigation-bg .logo {
    padding-top: 6px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.main-navigation-bg .main-navigation .navbar-nav li a {
    color: #111;
    padding: 19px 15px 0 15px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.main-navigation-bg .main-navigation .navbar-nav li a:hover {
    color: #111;
}

.navbar-nav li.active {
    color: #ccc !important;
    text-decoration: none;
}

.navbar-nav > .active > a {
    color: #ccc !important;
    background: none;
    text-decoration: none;
}


/* 7. overlay */
.overlay:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.overlay-dark-75:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}


/* 8. hero */
.hero-fullscreen {
    position: absolute;
    width: 95%;
    height: 95%;
    left: 2.5%;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

.hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-fullscreen-FIX {
    width: 100%;
    height: 100%;
}

.hero-carousel {
    position: absolute;
    bottom: 3%;
    right: 3%;
    width: 400px;
    z-index: 99;
}


/* 9. to top arrow */
.to-top-arrow {
    position: fixed;
    right: 80px;
    bottom: -10px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #111;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 105;
}

.to-top-arrow.show {
    bottom: 60px;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.to-top-arrow:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 10. intro years */
.timeline-image {
    position: relative;
    width: 400px !important;
    height: 400px;
    top: 200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #f7f7f7;
    border: 20px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 100;
}

.intro-years {
    position: absolute;
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: -18px; */
    margin-top: -8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.5;
}

.intro-years h2,
.intro-years h4 {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.65em;
    color: #111;
    z-index: 2;
}

.intro-years h2 {
    margin: 0 0 42px 0;
    padding-top: 35px;
}

.intro-years h4 {
    margin: 30px 0 0 0;
}

.intro-years h3 {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 105px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #111;
    width: 100%;
    line-height: 100%;
    margin-top: -18px;
    z-index: 2;
}


/* 11. skills bar */
.show-skillbar {
    position: relative;
    padding: 0 65px;
    margin: 40px 0 0 0;
    text-align: left;
}

.skillbar {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 21px;
    margin: 0 0 30px 0;
    background: none;
}

.skillbar-title {
    position: absolute;
    width: auto;
    height: 21px;
    line-height: 21px;
    top: -21px;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5f5f5f;
    padding: 0;
    letter-spacing: 0.05em;
}

.skillbar-bar {
    display: inline-block;
    width: 0px;
    height: 1px;
    background: #ccc;
    margin: 0 0 3px 0;
}

.skill-bar-percent {
    position: absolute;
    height: auto;
    line-height: 1;
    top: -21px;
    right: 0;
    color: #5f5f5f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
}


/* 12. borders */
.borders {
    position: absolute;
    /* border: 15px solid rgba(225, 225, 225, .25); */
    border: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 1;
}

.borders,
.borders:after,
.borders:before {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: calc(100% - 80px);
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 13. parallax */
.parallax-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 0;
}

.parallax {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 200px 0;
}

.parallax-all {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: none;
    z-index: 1;
}


/* 13.1. parallax button more */
.more-wraper-center {
    position: relative;
    width: 120px !important;
    max-width: 120px;
    height: 120px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 1;
}

.more-wraper-center.more-wraper-center-form {
    margin: 5px auto 0 auto;
    bottom: -20px;
}

.more-button-bg-center {
    background: #fff;
    border: 2px dashed #fff;
}

.more-button-bg-center.more-button-bg-center-dark {
    background: #fff;
    border: 2px dashed #111;
}

.more-button-circle {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-clip: content-box;
    padding: 2.5px;
    cursor: pointer;
}

.more-wraper-center:hover .more-button-circle {
    -webkit-animation: spin 5s linear infinite;
    -moz-animation: spin 5s linear infinite;
    -ms-animation: spin 5s linear infinite;
    -o-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

.more-button-txt-center {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 120px !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: normal;
    color: #111;
    margin: 0 auto;
    cursor: pointer;
}

.more-button-txt-center span {
    color: #111;
}

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

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/* 14. fullwidth IMG */
.img-fullwidth-wrapper {
    position: relative;
}

.img-fullwidth {
    min-height: 600px;
}

.img-fullwidth-all {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* 15. preloader */
.preloader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 3px solid rgba(17, 17, 17, .15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -3px;
    left: -3px;
    border: 3px solid transparent;
    border-top: 3px solid rgba(17, 17, 17, .75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.border-bottom.secondary-position {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
}

.border-left.secondary-position {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
}

.border-right.secondary-position {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
}


/* 17. hover effect */
.hover-icons {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 15px;
    text-align: center;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 1;
}

.hover-icons a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 4px;
    font-size: 20px;
    background: #111;
    border: 1px solid #111;
    color: #fff;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.hover-icons a.iw-slide-left {
    -webkit-transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -ms-transform: translate3d(-60px, 0, 0);
    -o-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
}

.hover-icons a.iw-slide-right {
    -webkit-transform: translate3d(60px, 0, 0);
    -moz-transform: translate3d(60px, 0, 0);
    -ms-transform: translate3d(60px, 0, 0);
    -o-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
}

.hover-effect-img:hover .hover-icons a {
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.hover-icons a:hover {
    background: #111;
    border: 1px solid #111;
    color: #fff;
}

.hover-icons a:hover:after {
    background: #111;
}

.hover-effect-img:hover .hover-icons {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hover-icons a:before {
    position: relative;
    z-index: 1;
}

.hover-icons a i {
    position: relative;
    z-index: 1;
}

.hover-effect-img {
    position: relative;
    z-index: 5 !important;
}

.hover-effect {
    position: absolute;
    background: #fff;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.hover-effect {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: calc(100% - 80px);
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
}

.hover-effect-img:hover .hover-effect {
    opacity: 0.85;
    -moz-opacity: 0.85;
    -webkit-opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.legendary-gallery {
    position: relative;
    margin: -20px 20px 0 20px;
    z-index: 0;
}

.legendary-gallery figure {
    padding: 20px;
}

.legendary-gallery figure:last-child {
    margin-bottom: 20px;
}

.legendary-gallery .img-caption {
    display: none;
}

.move-down {
    margin-bottom: 0;
}

/* 18. google maps */
#google-maps-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    bottom: -54px;
    margin: -54px auto 0 auto;
}

.google-maps {
    width: 100%;
    height: 400px;
}

.google-maps iframe {
    position: relative;
    top: -54px;
    width: 100%;
    height: 400px;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

/* 19. headings */
.hero-heading {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    text-align: left;
    text-transform: none;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 auto 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    line-height: 1.15;
    z-index: 1;
}

.hero-heading .text-tm {
    font-size: 8px;
    font-weight: 300;
    margin-right: 5px;
    top: -24px;
}

.hero-heading.hero-heading-dark {
    color: #111;
}

h2.hero-heading {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    text-align: left;
    text-transform: none;
    letter-spacing: -0.04em;
    color: #fff;
    margin: -6px auto -8px auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    line-height: 1.15;
    z-index: 1;
}

h2.hero-heading.hero-heading-dark {
    color: #111;
}

.hero-subheading {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 200;
    text-transform: none;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: normal;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    margin: 5px auto 0;
}

.hero-subheading-h3 {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 800;
    text-transform: none;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: normal;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 auto;
    z-index: 1;
}

.hero-subheading.hero-subheading-dark {
    color: #111;
}

.hero-subheading span {
    position: relative;
    display: inline-block;
    padding-right: 0;
    margin-right: 0;
    line-height: 1;
    color: #fff;
}

.hero-subheading.hero-subheading-dark span {
    color: #111;
}

.hero-subheading.hero-subheading-dark span::before {
    border-top: 1px solid #111;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    color: #5f5f5f;
    line-height: 1;
    letter-spacing: -0.04em;
}

.color-switch {
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.col-all .color-switch {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.col-all:hover .color-switch {
    color: #5f5f5f;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/* 20. blockquote */
.testimonial {
    position: relative;
    text-align: left;
    margin: -5px 0 -30px 0;
}

.testimonial.testimonial-bottom {
    margin: -5px 0 -30px 0;
}

.testimonial .inner {
    margin: 0 auto;
    padding: 0;
}

.testimonial blockquote {
    position: relative;
    font-family: 'Raleway', sans-serif;
    color: #5f5f5f;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 25px;
    padding: 0;
    z-index: 1;
}

q,
blockquote {
    quotes: none;
}

.quote-inner a,
.quote-inner a:hover {
    color: #5f5f5f;
    text-decoration: none;
}

.testimonial blockquote::before {
    /* content: "“"; */
    content: "\201C";
    position: absolute;
    color: rgba(17, 17, 17, .15);
    font-family: Georgia, serif;
    font-size: 165px;
    font-style: normal;
    left: 0;
    top: -90px;
    z-index: -10;
}

/* 21. services */
.services-steps-wrapper {
    position: relative;
    margin: -16px 0 0 0;
}

.service-heading {
    margin: 15px 0 0 0;
    padding-left: 135px;
}

.service-number {
    position: absolute;
    top: -8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 175px;
    line-height: 175px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #111;
    z-index: 1;
}

@supports ((text-stroke: 1px #111) or (-webkit-text-stroke: 1px #111)) {
    .service-number {
        color: transparent;
        -webkit-text-stroke: 1px #111;
        text-stroke: 1px #111;
        text-shadow: none;
    }
}

#services p {
    position: relative;
    padding-left: 135px;
    text-align: left;
    margin: -7px 0;
}

.services-block {
    position: relative;
    margin: 0 0 8px 0;
}

/* 22. services accordion */
.services-wrapper {
    max-height: 400px;
    padding: 0 65px;
    text-align: left;
    margin-top: -18px;
}

.services-accordion {
    background: none;
    width: auto;
}

.services-accordion > ul > li {
    list-style: none;
    border-bottom: 1px solid #ccc;
}

.services-accordion ul li span {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 15px 0;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5f5f5f;
    letter-spacing: 0.05em;
}

.services-accordion ul li span:after {
    position: absolute;
    display: block;
    content: "+";
    font-family: "Ionicons";
    right: -2px;
    top: 20px;
    font-size: 16px;
    line-height: 16px;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #5f5f5f;
    font-weight: bold;
}

.services-accordion ul li.toggled span:after {
    content: "–";
    color: #5f5f5f;
    font-size: 16px;
    line-height: 16px;
}

.services-accordion ul ul {
    margin-left: 15px;
    display: none;
}

.services-accordion ul ul li,
.services-accordion ul ul li a {
    display: block;
    color: #5f5f5f;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 15px;
    width: auto;
    font-weight: 700;
}

.services-accordion ul ul li a:hover {
    color: #111;
}


/* 23. contact */
.contact-info-wrapper {
    position: relative;
    padding: 0;
    z-index: 1;
}

.page-content .contact-info-description{
    color: #161e3f;
}

.contact-info-description {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.contact-info-description-img {
    display: block;
    font-size: 25px;
    text-align: center;
    color: #fff;
    margin: -5px auto 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.page-content .contact-info-description-img{
    color: #161e3f;
    margin: 0;
    font-size: 40px;
}

.contact-info-description-img.large {
    font-size: 40px;
    margin: 15px auto 0 auto;
}

.contact-info-text {
    font-size: 14px;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.contact-info-text.large {
    font-size: 14px;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.page-content .contact-info-description-img.large{
    margin: 0;
}
.contact-info-text a,
.contact-info-text a:hover,
.contact-info-text a:visited,
.contact-info-text a:active,
.contact-info-text a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.page-content .contact-info-text a{
    color: #161e3f;
    font-size: 14px;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-transform: lowercase;
}

/* 24. footer */
.footer-credits {
    text-align: center;
}

.footer-credits-logo {
    margin: 1px auto -5px auto;
}

/* 24.1. social icons */
.social-icons {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-style: normal;
    text-transform: uppercase;
    color: #111;
    background: none;
    border: none;
    width: auto;
    height: auto;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    margin: 15px 0 0;
}

.social-icons a,
.social-icons a:hover {
    outline: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 20px;
    color: #161E3F;
    margin-right: 10px;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-style: normal;
    text-transform: uppercase;
    color: #D3924B;
}

.social-icons li {
    display: inline;
    padding: 0;
}

.social-icons li span {
    color: #111;
    padding: 0 10px;
}

/* 24.2. copyright */
.copyright {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 auto -2px auto;
    color: #111;
    font-weight: 700;
}

/* 25. link effect */
a.link-effect {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

a.link-effect::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    padding: 0;
    background-color: #5f5f5f;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

a.link-effect.link-effect-light::after {

}

a.link-effect:hover::after {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(1, 0);
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 26. home quotes */
.home-quotes-wrap {
    position: relative;
}

/* 27. extras */
.section-all {
    position: relative;
    height: auto;
    min-height: inherit;
    overflow: hidden;
    margin-left: 40px;
    margin-right: 40px;
}

/* 28. dots */
.dots {
    position: absolute;
    display: block;
    width: -webkit-calc(33% - 300px);
    width: -moz-calc(33% - 300px);
    width: calc(33% - 300px);
    height: -webkit-calc(100% - 300px);
    height: -moz-calc(100% - 300px);
    height: calc(100% - 300px);
    top: 150px;
    right: 150px;
    bottom: 150px;
    left: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 1;
}

.dots-reverse {
    position: absolute;
    display: block;
    width: -webkit-calc(33% - 300px);
    width: -moz-calc(33% - 300px);
    width: calc(33% - 300px);
    height: -webkit-calc(100% - 300px);
    height: -moz-calc(100% - 300px);
    height: calc(100% - 300px);
    top: 150px;
    right: 0;
    bottom: 150px;
    left: 66%;
    margin-left: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 1;
}

.the-dots {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    background-image: radial-gradient(rgba(119, 119, 119, .75) 5%, transparent 0);
    background-size: 30px 30px;
}


/* 29. waves */
.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
    left: 0;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 0;
}

.parallax > use {
    -webkit-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax > use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

@-webkit-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(85px, 0, 0);
    }
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/* 30. menu selector */
.item-selector {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -5px 0 0 0;
}

.item-button {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #111;
    line-height: 1;
    letter-spacing: -0.04em;
    margin: 4px 0 0 0;
    padding: 0 20px;
}

.menu {
    display: none;
}

.menu-visible {
    display: grid;
}

.item-wrapper {
    display: flex;
    align-items: baseline;
}

.item-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #111;
    line-height: 1.5;
    letter-spacing: -0.04em;
}

.item-divider {
    flex: 1;
    border-bottom: 1px dashed #111;
    margin: 0 15px;
}

.item-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #111;
    line-height: 1.5;
    letter-spacing: -0.04em;
}

.item-description {
    margin: 0 0 50px 0;
}


/* 31. carousel ALL */
.carousel-img-item-all {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 450px;
    background-position: center center !important;;
    background-repeat: no-repeat !important;;
    -webkit-background-size: cover !important;;
    -moz-background-size: cover !important;;
    -ms-background-size: cover !important;;
    -o-background-size: cover !important;;
    background-size: cover !important;
}

/* 32. team box */
.team-box {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 15px 30px 30px;
    background: rgba(34, 41, 75, .77);
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-align: left;
    color: #111;
    line-height: 1.5;
    min-height: 190px;
}

.team-box h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.team-box p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 300;
}

.team-box a {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1.6px;
    margin-top: 15px;
    display: block;
    position: relative;
}

.team-box a:before {
    content: "";
    position: absolute;
    right: 15px;
    width: 70px;
    height: 1px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
}

.team-box a:hover {
    color: #D3924B;
}

.team-box a:hover:before {
    right: 5px;
}

.team-box a span {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 21px;
    color: #fff;
    transform: translateY(-50%);
}

/* 33. hover effect */
.hover-effect.the-team {
    position: absolute;
    background: #fff;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
}

.hover-effect.the-team {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
}

/* 34. BG */
.bg-light {
    background: #fff;
}

.bg-dark {
    background: #f7f7f7;
}

/* 34.1. about wall */
.wall-images {
    position: absolute;
    width: 440px;
    height: 611px;
    top: 100px;
    right: 0;
    overflow: hidden;
}

.wall-images img {
    position: absolute;
    width: 145px;
    height: 193px;
    object-fit: cover;
    object-position: center;
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    filter: alpha(opacity=10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
    border-radius: 5%;
    z-index: 0;
}

.wall-images .wall-photo-1 {
    top: 194px;
    right: 255px;
}

.wall-images .wall-photo-2 {
    top: 97px;
    right: 95px;
}

.wall-images .wall-photo-3 {
    top: 305px;
    right: 95px;
}

.wall-images .wall-photo-4 {
    width: auto;
    top: 0;
    left: 358px;
    right: auto;
}

.wall-images .wall-photo-5 {
    width: auto;
    top: 208px;
    left: 358px;
    right: auto;
}

.wall-images .wall-photo-6 {
    width: auto;
    top: 416px;
    left: 358px;
    right: auto;
}

.wall-images-reverse {
    position: absolute;
    width: 440px;
    height: 611px;
    top: 100px;
    left: 0;
    overflow: hidden;
}

.wall-images-reverse img {
    position: absolute;
    width: 145px;
    height: 193px;
    object-fit: cover;
    object-position: center;
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    filter: alpha(opacity=10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
    border-radius: 5%;
    z-index: 0;
}

.wall-images-reverse .wall-photo-1 {
    top: 194px;
    left: 255px;
}

.wall-images-reverse .wall-photo-2 {
    top: 97px;
    left: 95px;
}

.wall-images-reverse .wall-photo-3 {
    top: 305px;
    left: 95px;
}

.wall-images-reverse .wall-photo-4 {
    width: auto;
    top: 0;
    right: 358px;
    left: auto;
}

.wall-images-reverse .wall-photo-5 {
    width: auto;
    top: 208px;
    right: 358px;
    left: auto;
}

.wall-images-reverse .wall-photo-6 {
    width: auto;
    top: 416px;
    right: 358px;
    left: auto;
}

/* 35. hero bg */
.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-bg,
.hero-bg-show {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.hero-bg,
.hero-bg-FIX {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero-bg-FIX {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.hero-bg-show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* 36. Slick CUSTOM */
.slick-slide {
    height: 550px;
}

.slick-slider {
    margin-bottom: 0;
    margin-top: 0;
    cursor: default;
}


/* slick left */
.slick-left {
    width: 100%;
    height: auto;
}

.slick-left p {
    padding: 20px;
}


/* slick right */
.slick-right {
    width: 100%;
    height: auto;
}


/* slick navigation */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    margin-top: -25px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before,
.slick-next:before {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    background: rgba(0, 0, 0, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev:before {
    left: 55px;
    top: 9px;
}

.slick-next:before {
    right: 55px;
    top: 9px;
}

.slick-prev:hover,
.slick-next:hover {
    -webkit-transition: 0 none;
    -moz-transition: 0 none;
    -ms-transition: 0 none;
    -o-transition: 0 none;
    transition: 0 none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:active:before,
.slick-next:active:before,
.slick-right-alternative:hover .slick-prev,
.slick-right-alternative:hover .slick-next {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-right-alternative:hover .slick-prev {
    /* left: -35px; */
    left: -15px;
}

.slick-right-alternative:hover .slick-next {
    /* right: -35px; */
    right: -15px;
}

/* 37. Owl Carousel CUSTOM */
.owl-carousel {
    cursor: grab;
}

.owl-nav-custom-team,
.owl-nav-custom-inside,
.owl-nav-custom-news-all {
    position: relative;
    width: 114px !important;
    max-width: 114px;
    height: 50px;
    left: 2px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin: 2px auto;
    text-align: center;
    overflow: hidden;
}

.owl-buttons {
    position: static;
}

.owl-prev,
.owl-next {
    position: absolute;
    display: block;
    text-align: center;
}

.owl-prev {
    left: 0;
}

.owl-next {
    left: 60px;
}

.owl-prev,
.owl-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    background: #111;
    cursor: pointer;
    z-index: 10;
}

.owl-prev:hover,
.owl-next:hover {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.owl-prev.disabled,
.owl-next.disabled {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #ccc !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    cursor: default !important;
}


/* 38. Swiper CUSTOM */
.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.hero-slider-img .swiper-slide {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide-txt {
    position: relative;
    width: 100% !important;
    padding: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper-slide-txt-inner {
    position: relative;
    max-width: 600px;
}

.hero-slider-bg-controls {
    position: absolute;
    right: 75px;
    bottom: 80px;
    z-index: 10;
}

.swiper-slide-controls {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
    position: relative;
    width: 40px !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: 6px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.swiper-slide-controls:hover {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background: #fff;
    color: #111
}

.swiper-slide-pagination {
    position: absolute;
    width: 8px;
    left: 80px;
    bottom: 78px;
    z-index: 10;
}

.swiper-slide-pagination::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: -50px;
    background: none;
}

.swiper-slide-pagination .swiper-pagination-bullet {
    position: relative;
    width: 100%;
    height: 6px;
    background: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}

.swiper-slide-pagination .swiper-pagination-bullet::before,
.swiper-slide-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    left: 50%;
    background: #fff;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.swiper-slide-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.swiper-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    background: #fff;
}

.slider-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.circle-svg {
    position: relative;
    -webkit-transform: scale(1) rotate(-90deg);
    -moz-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
    -o-transform: scale(1) rotate(-90deg);
    transform: scale(1) rotate(-90deg);
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
}

.circle-svg circle,
.circle {
    fill: none;
    stroke: #fff;
    stroke-dasharray: 3;
    stroke-width: 1px;
}

.slider-progress-bar.slider-active .circle {
    stroke-dashoffset: 200px;
    -webkit-transition: linear 4s stroke-dashoffset;
    transition: linear 4s stroke-dashoffset;
}

.swiper-slide-controls-play-pause {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 201px;
    bottom: 80px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    background: none;
    cursor: pointer;
    z-index: 10;
}

.swiper-slide-controls-play-pause:hover {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background: none;
}

.swiper-slide-controls-play-pause i,
.swiper-slide-controls-play-pause i {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;

}

.swiper-slide-controls-play-pause.slider-on-off i::before,
.slider-on-off-switch {
    content: "\f478";
    position: relative;
    width: 50px !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.swiper-container-wrapper {
    padding-top: 0 !important;
    height: 100% !important;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #111;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-slide-inner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -ms-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0.2;
    -moz-opacity: 0.2;
    -webkit-opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.swiper-slide-duplicate-active .swiper-slide-inner-bg,
.swiper-slide-active .swiper-slide-inner-bg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt {
    position: absolute;
    width: 500px !important;
    margin-left: auto;
    margin-right: auto;
    top: 55%;
    left: 5%;
    -webkit-transform: translate(-5%, -55%);
    -moz-transform: translate(-5%, -55%);
    -ms-transform: translate(-5%, -55%);
    transform: translate(-5%, -55%);
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 15;
}

.swiper-slide-inner-txt.inner-txt-2 {
    top: 55%;
    left: 5%;
    -webkit-transform: translate(-5%, -55%);
    -moz-transform: translate(-5%, -55%);
    -ms-transform: translate(-5%, -55%);
    transform: translate(-5%, -55%);
    width: 35% !important;
}

.swiper-slide-inner-txt.inner-txt-3 {
    width: 450px !important;
}

.swiper-slide-active .swiper-slide-inner-txt {
    -webkit-transition: opacity 1.8s ease 1.2s;
    -moz-transition: opacity 1.8s ease 1.2s;
    -ms-transition: opacity 1.8s ease 1.2s;
    -o-transition: opacity 1.8s ease 1.2s;
    transition: opacity 1.8s ease 1.2s;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* 39. Magnific Popup CUSTOM */
.mfp-bg {
    background: rgba(0, 0, 0, .7);
}

.mfp-arrow-left:after {
    font-family: "Ionicons";
    content: "\f124";
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 22px;
    left: 15px;
}

.mfp-arrow-right:after {
    font-family: "Ionicons";
    content: "\f125";
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 22px;
    right: 15px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: crosshair;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
    border-right: none;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
    border-left: none;
}

.mfp-title,
.mfp-counter {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
}

.mfp-close {
    font-weight: 500 !important;
    color: #fff !important;
    cursor: pointer !important;
}

.mfp-arrow-left,
.mfp-arrow-right {
    z-index: 99998 !important;
}

.mfp-bg {
    z-index: 99996 !important;
}

.mfp-wrap {
    z-index: 99997 !important;
}

.mfp-content {
    z-index: 99998 !important;
}

.mfp-close,
.mfp-arrow {
    color: #fff;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 40. Lity CUSTOM */
.lity {
    z-index: 99999;
    cursor: crosshair;
    background: rgba(0, 0, 0, .55);
}

.lity-close {
    top: 90px;
    right: 70px;
    font-weight: 500 !important;
}

.lity-close:active {
    top: 90px;
    right: 70px;
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-shadow: none;
}


/* 41. contact */
/* 41.1. contact modal */
.center-container-contact-modal {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: none;
}

.center-block-contact-modal {
    display: table-cell;
    vertical-align: middle;
}

.center-block-contact-modal-padding-top {
    padding: 100px 0 0 0;
}

.center-block-contact-modal-padding-bottom {
    padding: 0 0 100px 0;
}

.contact-modal-wrapper {
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.contact-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    background: #111;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
}

.contact-modal.open {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    background: #111;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.contact-modal-closer {
    position: relative;
    width: 50px;
    height: auto;
    margin: -5px auto 0 auto;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}


/* 41.2. contact form */
#contact-form {
    position: relative;
    width: 100%;
    top: -20px;
    padding: 0;
    text-align: center;
}

form {
    margin: 0;
    padding: 0;
}

#form input {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 10px 0 20px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

textarea {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#form textarea {
    color: #fff;
    margin: 16px 0 10px 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#form input:hover,
#form textarea:hover {
    border-color: rgba(219, 0, 24, .5);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


#form input:focus,
#form textarea:focus {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.success {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 50px 0 25px 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#form .error {
    position: absolute;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    color: #ff264a;
    margin: -13px 0 0 0;
    padding: 0;
    letter-spacing: 0.15em;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px !important;
}

.make-space {
    margin-left: 15px;
    margin-right: 15px;
}

::-webkit-input-placeholder {
    font-size: 12px;
    color: #fff;
}

:-ms-input-placeholder {
    font-size: 12px;
    color: #fff;
}

::-moz-placeholder {
    font-size: 12px;
    color: #fff;
}

input:-moz-placeholder {
    font-size: 12px;
    color: #fff;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

button {
    border: none;
    background: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: normal;
    color: #111;
    margin: 0 auto;
    cursor: pointer;
}


/* 42. blog */
.blog-wrapper p {
    margin: -5px auto 0 auto;
    text-align: center;
}

.blog-item:first-child {
    border-top: 1px solid #fff;
}

.blog-item {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 40px;
    border-top: 1px solid #e0e0e0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 10;
}

.blog-item:hover {
    background: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-item:nth-of-type(10) {
    border-bottom: 1px solid #e0e0e0;
}

.blog-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.blog-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}

.blog-item:hover img {
    opacity: 0.3;
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-item .blog-content {
    position: relative;
    width: 100%;
    height: 530px;
    top: -7px;
}

.blog-item .blog-content .blog-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.blog-item h2,
.text h2 {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    text-transform: none;
    letter-spacing: -0.04em;
    margin: -5px auto 2px auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    line-height: 1.15;
    z-index: 1;
}

.text h2 {
    text-align: left;
    color: #111;
}

.blog-tag,
.section-title-inner {
    position: relative;
    bottom: -7px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 auto;
}

.blog-tag.blog-more {
    bottom: 0;
    cursor: pointer;
}

.section-title-inner {
    bottom: 0;
    text-align: center;
}

.section-title-inner.section-title-inner-dark {
    color: #111;
}

.img-cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .img-cover {
        display: none;
        visibility: hidden;
    }
}

.blog-item .blog-tag,
.blog-item h2,
.blog-item .blog-tag.blog-more {
    color: #111;
}

.blog-item p {
    color: #5f5f5f;
}

.blog-item:hover .blog-tag,
.blog-item:hover h2,
.blog-item:hover p,
.blog-item:hover .blog-tag.blog-more {
    color: #fff;
}


/* 42.1. blog news */
.news-modal .modal-content {
    min-height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: none;
    background: #fff;
}


/* news quote */
.blog-quote {
    line-height: 100px;
    padding: 0 0 0 50px;
    border-left: 5px solid #5f5f5f;
    margin: 0;
}

.blog-quote p {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    text-align: left;
    text-transform: none;
    letter-spacing: -0.02em;
    color: #5f5f5f;
    margin: -12px 0 0 0;
    top: -2px;
    width: 100%;
    line-height: 1.15;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@supports ((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
    .blog-quote p {
        color: transparent;
        -webkit-text-stroke: 1px #5f5f5f;
        text-stroke: 1px #5f5f5f;
        text-shadow: none;
    }
}


.blog-quote p span {
    color: #5f5f5f;
    -webkit-text-stroke: 1px #5f5f5f;
    text-stroke: 1px #5f5f5f;
    text-shadow: none;
}

.nopadding.nopadding-xs {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

/* news lower page */
.lower-page.lower-page-modal {
    position: relative;
    height: auto;
    min-height: inherit;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

/* news img */
.section-item img {
    width: 33vw;
    height: 66vh;
    object-fit: cover;
}

/* 43. PhotoSwipe CUSTOM */
.pswp__bg {
    background: #fff;
}

.pswp__counter {
    color: #111;
    opacity: 1;
}

.pswp__caption__center {
    color: #111;
}

.pswp__share-modal {
    background: rgba(255, 255, 255, 0.5);
}

.pswp__img--placeholder--blank {
    background: #fff;
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(255, 255, 255, 1);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(255, 255, 255, 1);
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../photoswipe/default-skin/default-skin-reverse.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        /* background-image: url(../photoswipe/default-skin/default-skin.svg); */
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}


/* 44. divider */
.divider-s,
.divider-m,
.divider-m-2,
.divider-l,
.divider-xl {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: none;
    z-index: -1;
}

.divider-s {
    height: 25px;
}

.divider-m {
    height: 50px;
}

.divider-m-2 {
    height: 40px;
}

.divider-l {
    height: 100px;
}

.divider-xl {
    height: 200px;
}

.divider-line {
    width: 45%;
    height: 1px;
    background: #E1E1E1;
}

.visible-mobile-devices {
    display: none;
    visibility: hidden;
}

.hidden-mobile-devices {
    display: block;
    visibility: visible;
}

/* hide mob. scoll FIX */
#home,
#about
#team,
#know-how,
#services,
#services-2,
#works,
#menu,
#blank,
#inside,
#blog,
#blog-2,
#contact,
#footer,
#google-maps-wrapper {
    overflow: hidden;
}

h6 {
    display: none;
    visibility: hidden;
}

.footer {
    padding-bottom: 50px;
}

.footer .footer-logos {
    display: flex;
    margin-bottom: 60px;
}

.footer .footer-logos img {
    height: 56px;
}

.footer .footer-logos ul {
    margin-left: 100px;
    display: flex;
    align-items: flex-end;
}

.footer .footer-logos ul li a {
    font-size: 18px;
    color: #161E3F;
    margin-right: 15px;
}

.footer .footer-logos ul li a:hover {
    color: #D3924B;
}

.footer .footer-newsletter span {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0px;
    color: #ACACAC;
    display: block;
    margin-bottom: 10px;
    font-weight: 200;
}

.footer .footer-newsletter form {
    position: relative;
    width: 450px;
}

.footer .footer-newsletter input {
    position: relative;
    width: 100%;
    height: 60px;
    background: #F4F7F8 0% 0% no-repeat padding-box;
    border-radius: 30px;
    box-shadow: none;
    border: 0;
    text-indent: 20px;
}

.footer .footer-newsletter button {
    position: absolute;
    top: 50%;
    right: 30px;
    letter-spacing: 2.2px;
    color: #000000;
    transform: translateY(-50%);
}

.footer .footer-menu ul {
    width: 185px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.footer .footer-menu ul li {
    width: 50%;
}

.footer .footer-menu ul li a {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0px;
    color: #ACACAC;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.footer .footer-menu ul li a:hover {
    color: #161E3F;
}

.footer .footer-contact .contact-email a {
    font-size: 28px;
    text-decoration: underline;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 35px;
    display: block;
}

.footer .footer-contact .contact-adress {
    display: flex;
}

.footer .footer-contact .contact-adress a {
    width: 200px;
    font-size: 12px;
    margin-right: 30px;
}

.footer .footer-contact a:hover {
    color: #161E3F;
}

/* Menu Css*/

.page-menu-area{
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
.menu-card{
    display: block;
    height: 175px;
}

.menu-card a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.menu-card .menu-card-title{
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    display: block;
    width: 70%;
}

.menu-item-card{
    display: flex;
}

.menu-item-card a img{
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.menu-item-card-content{
    padding:0 10px;
    position: relative;
    width: 100%;
font-size: 10px;
color: #242752;
font-weight: 500;
line-height: 16px;
}

.menu-item-card-content .product-title{
    font-size: 21px;
    color: #b2936e;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.menu-item-card-content p{
    font-size: 10px;
    color: #242752;
    font-weight: 500;
    line-height: 16px;
}

.menu-item-card-content .product-price{
    /* display: none;
    position: absolute; */
    top: 0;
    right: 0;
    color: #1c355e;
    font-size: 11px;
    font-weight: 400;
}

.menu-item-card-content .product-price b{
    font-size: 16px;
    font-weight: 700;
}

/* Menu Page Footer Section Style*/

.footer-menupage{
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 10px 15px 15px;
}
.footer-homebtn{
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 100%;
    padding: 5px;
    box-shadow: 0px -5px 15px -7px #acacac;
    -moz-box-shadow: 0px -5px 15px -7px #acacac;
    -webkit-box-shadow: 0px -5px 15px -7px #acacac;
}
.footer-homebtn a{
    background: #0056b4;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.footer-homebtn a img{
    width: 50%;
    height: 50%;
    margin-top: -5px;
}
.footer-container{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d6d6d6;
    padding-top: 10px;
}
.footer-col{
    display: flex;
    width: 50%;
}
.footer-col1 a{
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 700;
    color: #b1b1b1;
    justify-content: center;
    text-align: center;
}

.footer-col1 a img{
    height: 40px;
}

.footer-col1 a span{
    display: block;
    width: 100%;
    margin-top: 5px;
}

/* Sidebar Nav Style*/
.qr-menu-sidebar{
    position: absolute;
    right: 15px;
    top: 13px;
    display: none;
    cursor: pointer;
}

.qr-menu-sidebar img{
    width: 40px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    background: url("../img/sidebar-bg.jpg") no-repeat top center;
    background-size: cover;
}

.sidenav a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid rgb(177, 177, 177);
    display: flex;
    align-items: center;
    padding: 30px 20px;
    font-weight: 600;
}

.sidenav a img{
    margin-right: 30px;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 48px;
    margin-left: 50px;
    color: #b29876;
    border-bottom: none;
    padding: 0;
}
.sidebar-slogan{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}