ul {
    box-sizing: border-box
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.search-section {
    width: 60%;
    position: relative
}

.search-section input.auto-suggest-front {
    width: 92%;
    height: 35px;
    padding: 5px 10px;
    font-size: 18px
}

.search-section input.auto-suggest-front,
.asr-container {
    border: 1px solid #efefef;
    overflow-y: auto;
    margin-top: 5px;
    box-sizing: border-box
}

.asr-container {
    border: 1px solid #000;
    width: 60%
}

.result-section {
    overflow-y: auto;
    max-height: 400px
}

p.more-res {
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
    padding: 5px 10px 0;
    background: #000
}

p.more-res a {
    color: #fff;
    box-shadow: none
}

.search-section .auto-suggest-submit {
    background: url(wp-content/plugins/auto-search-suggestion/images/search.png) #000 no-repeat scroll 50% 50%;
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: 8%;
    height: 35px;
    padding: 4px
}

.search-section .auto-suggest-submit::before {
    font-size: 24px;
    left: 0;
    line-height: 26px;
    position: relative;
    width: auto
}

@media only screen and (max-width:1024px) {

    .search-section,
    .asr-container {
        width: 100%
    }
}

@media only screen and (max-width:768px) {

    .search-section,
    .asr-container {
        width: 100%
    }
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --greenTheme: #48BA41;
    --orangeTheme: #F78200;
    --blueTheme: #023F88;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

header,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h3,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

button {
    border-radius: 0
}

input,
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

button,
[type=button],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h3,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h3 {
    font-size: 1.75rem
}

h6 {
    font-size: 1rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-4,
.col-md-4,
.col-md-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

@media (min-width:768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-group {
    margin-bottom: 1rem
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.w-100 {
    width: 100% !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-2 {
    margin-left: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

@media (min-width:768px) {
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
}

@media (min-width:992px) {
    .pl-lg-5 {
        padding-left: 3rem !important
    }
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.owl-carousel,
.owl-carousel .owl-item {
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container {
    -webkit-touch-callout: none
}

.pswp__bg {
    will-change: opacity
}

.pswp__container {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../wp-content/themes/greencity/images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    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(0, 0, 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
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: .001
}

@import 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;531;600;700;800;900&display=swap';

.wp-video .mejs-container .mejs-controls {
    opacity: 0 !important;
    display: none !important
}

.wp-video .mejs-container .mejs-layers {
    opacity: 0 !important
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav button {
    outline: none;
    box-shadow: 0 0 !important
}

.owl-carousel .owl-dot span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: block;
    margin: 0 4px;
    border: 1px solid#707070
}

.owl-carousel .owl-dot.active span {
    background: #bcbcbc;
    border: 1px solid #bcbcbc
}

.owl-carousel .owl-dots {
    margin-top: 25px;
    text-align: center
}

a.active .plusminus {
    display: inline-block;
    height: 10px;
    position: relative;
    width: 10px;
    right: -9px;
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(-45deg);
    background: 0 0
}

a.active .plusminus:before,
a.active .plusminus:after {
    background: 0 0
}

a .plusminus:before,
a .plusminus:after {
    content: "";
    position: absolute;
    background: #535456
}

.second-navigation a .plusminus:before,
.second-navigation a .plusminus:after {
    background: #fff
}

.second-navigation a.active .plusminus::after {
    border-color: #fff;
    background: 0 0
}

.second-navigation a.active .plusminus::before {
    background-color: #fff
}

.second-navigation a.back-btn {
    position: absolute;
    top: 40px;
    left: 40px
}

.second-navigation a.back-btn span {
    right: 0;
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(135deg)
}

a .plusminus:before {
    top: -11px;
    left: 50%;
    width: 1.5px;
    height: 20px;
    margin-left: -2px
}

a .plusminus:after {
    top: 50%;
    left: -11px;
    width: 20px;
    height: 2px;
    margin-top: -2px
}

a.active .plusminus::after {
    border-bottom-style: solid;
    border-bottom-width: 1.3px;
    border-right-style: solid;
    border-right-width: 1.3px;
    content: '';
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px
}

a.active .plusminus::before {
    bottom: 1px;
    content: '';
    height: 24px;
    position: absolute;
    right: 0;
    transform-origin: bottom;
    width: 1.3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -15px;
    margin-left: 4px
}

a.active .plusminus::after {
    border-color: #535456
}

a.active .plusminus::before {
    background-color: #535456
}

body {
    font-family: inter, sans-serif;
    color: #343434
}

.white-btn {
    font-size: 13px;
    line-height: 13px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 12px 30px
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    height:70px;
    padding-top: 10px;
    padding-bottom: 8px
}

header img.sticky-logo {
    display: none
}

header .menu-wrapper a {
    color: #faf5fa;
    text-decoration: none;
    font-size: 15px;
    max-width: 85px
}

header .menu-bar {
    text-align: left;
    width: 30px
}

header .menu-bar span {
    height: 2px;
    background: #faf5fa;
    display: block;
    margin-bottom: 6px
}

header .menu-bar span:nth-child(1) {
    width: 17px
}

header .menu-bar span:nth-child(2) {
    width: 30px
}

header .menu-bar span:nth-child(3) {
    width: 15px;
    margin-left: auto;
    margin-bottom: 0
}

.menu-container ul li.submenu-list a {
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 35px
}

.menu-container {
    position: fixed;
    top: 0;
    min-width: 380px;
    height: 100%;
    max-width: 380px;
    left: -100%;
    z-index: 10;
    min-height: 100vh
}

.menu-container .navigation {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden
}

.menu-container .navigation .first-part {
    padding: 10px 0 0 40px;
    min-height: 40vh
}

.menu-container .navigation .second-part {
    padding: 30px 0 30px 40px;
    background: #eee;
    min-height: 60vh
}

.menu-container ul.padding-wrapper {
    padding-right: 40px
}

.second-navigation {
    position: fixed;
    top: 0;
    min-width: 380px;
    height: 100%;
    max-width: 380px;
    left: -100%;
    z-index: -10
}

.second-navigation .second-nav-wrapper {
    background: #000;
    height: 100%;
    padding: 10px 40px 30px;
    z-index: -10;
    overflow: auto
}

.second-navigation .second-nav-wrapper ul li a {
    color: #cccbcb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 0;
    text-decoration: none;
    padding-bottom: 20px
}

.background-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0/58%);
    height: 100%;
    width: 100%;
    display: none;
    z-index: 9;
    min-height: 100vh
}

.close-nav,
.close-nav-second {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999
}

.close-nav img,
.close-nav-second img {
    width: 18px;
    height: 18px
}

.second-navigation .second-nav-wrapper ul li a.third {
    color: #f3c033;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 300
}

.second-nav-wrapper ul li a {
    color: #676767;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-decoration: none
}

.menu-container ul li a {
    color: #535456;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 35px;
    text-decoration: none
}

span.plusminus {
    position: relative;
    margin: 0
}

#home-page #banner {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #faf5fa
}

#home-page #location select#project option {
    display: none
}

#home-page #location select#project option[value=""] {
    display: block !important
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    display: flex;
    align-items: center;
    visibility: hidden
}

#carousel .owl-nav {
    height: calc(100% - 49px)
}

.owl-carousel .owl-prev {
    position: absolute;
    left: 15px;
    z-index: 99;
    box-shadow: 0 0 !important;
    outline: none;
    visibility: visible
}

.owl-carousel .owl-next {
    position: absolute;
    right: 15px;
    z-index: 99;
    box-shadow: 0 0 !important;
    outline: none;
    visibility: visible
}

.owl-carousel .owl-nav svg {
    stroke: #fff;
    width: 45px;
    height: 45px;
    background: rgba(19, 36, 36, .25);
    border-radius: 50%;
    padding: 10px
}

.owl-carousel .owl-prev svg {
    transform: rotate(180deg)
}

h6 {
    font-weight: 300
}

p {
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    color: #3c4042
}

h3 {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: .1em;
    color: #2b2e31;
    text-transform: uppercase
}

.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(89, 93, 95, .95);
    overflow: hidden;
    z-index: 999;
    display: none
}

.search-modal .row {
    margin-bottom: 50px
}

.search-modal .close-btn {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 1;
    transform: scale(.6);
    padding: 20px
}

.search-modal input {
    background: 0 0;
    font-size: 36px;
    height: 60px;
    padding-left: 15px;
    border: 0;
    color: #fff;
    border-bottom: 1px solid #9a9a9a;
    border-radius: 0;
    box-shadow: 0 0 !important
}

#login-popup {
    min-height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7)
}

#login-popup .popup-wrap {
    background: url() no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    animation: shrinkeven1 2s infinite alternate;
    padding: 45px 60px;
    max-width: 500px;
    margin: auto;
    position: relative;
    min-height: 600px
}

@keyframes shrinkeven1 {
    0% {
        background-size: 100% 100%
    }

    100% {
        background-size: 104% 104%
    }
}

#login-popup .popup-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgb(0 0 0/41%)
}

#login-popup a {
    color: #eab91d !important;
    text-decoration: none
}

#login-popup .close-btn {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 1;
    transform: scale(.6);
    padding: 20px;
    z-index: 999
}

footer .mobile-nav a {
    text-transform: uppercase
}

footer h6 {
    font-size: 14px;
    font-weight: 400;
    color: #d3d3d3;
    letter-spacing: 1.5px
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer .navigation ul li a {
    margin: 0 0 15px;
    display: block
}

footer a {
    color: #d3d3d3;
    text-decoration: none;
    font-size: 13px
}

@media (max-width:767px) {
    .second-navigation a.back-btn {
        position: static;
        top: 0;
        left: 0;
        padding: 0;
        min-width: 25px;
        display: inline-block
    }

    .second-navigation .subheading h3 {
        font-size: 14px;
        color: #cccbcb
    }

    .second-nav-wrapper .padding-wrapper li {
        padding: 0
    }

    .menu-container ul.padding-wrapper {
        padding-right: 25px
    }

    a.active .plusminus::before {
        bottom: 1px;
        content: '';
        height: 15px;
        position: absolute;
        right: 0;
        transform-origin: bottom;
        width: 1.3px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -10px;
        margin-left: 2px
    }

    a.active .plusminus::after {
        border-bottom-style: solid;
        border-bottom-width: 1.3px;
        border-right-style: solid;
        border-right-width: 1.3px;
        content: '';
        display: inline-block;
        height: 8px;
        left: 0;
        position: absolute;
        top: 0;
        width: 8px
    }

    .menu-container a.third {
        padding-bottom: 15px !important
    }

    .menu-container ul {
        margin: 0 !important
    }

    .menu-container .navigation .first-part,
    .second-navigation .second-nav-wrapper {
        border-left: none;
        width: 100%;
        padding: 70px 0 50px 20px
    }

    .menu-container .navigation .first-part {
        min-height: 45vh
    }

    .menu-container .navigation .second-part {
        border-left: none;
        min-height: 55vh;
        width: 100%;
        padding: 30px 0 50px 20px
    }

    .menu-container ul li.submenu-list a {
        margin: 0;
        padding-bottom: 30px;
        font-size: 14px
    }

    .menu-container ul li a {
        font-size: 14px
    }

    .second-navigation .second-nav-wrapper ul li a.third {
        margin: 0;
        font-size: 14px
    }

    .second-navigation .second-nav-wrapper ul li a {
        margin: 0;
        font-size: 14px
    }

    .second-navigation .subheading {
        position: absolute;
        padding: 20px 0;
        left: 20px;
        background: #000
    }

    .close-nav,
    .menu-container ul li a.close-nav-second {
        position: fixed;
        top: 23px;
        right: 30px;
        z-index: 999;
        display: none
    }

    .menu-container ul li.submenu-list a {
        margin: 0%
    }

    #login-popup .popup-wrap {
        padding: 45px 25px
    }

    header img.logo {
        max-width: 43px !important;
        min-width: 43px !important
    }

    #home-page #banner .white-btn {
        border: 2px solid #fff;
        margin: auto;
        font-size: 12px;
        padding: 8px 22px;
        font-weight: 300;
        box-shadow: 0 0 !important
    }

    footer .navigation ul li a {
        margin: 0;
        padding: 20px 0;
        display: block;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid #4a4a4a
    }

    footer a {
        font-size: 12px
    }

    .search-modal .row {
        margin-bottom: 100px
    }

    .search-modal input {
        font-size: 26px;
        width: 88%
    }

    .menu-container,
    .second-navigation {
        min-width: 260px;
        max-width: 260px
    }
}

@media (min-width:1024px) {
    .menu-container .bg-wrapper {
        background: #fff;
        width: 100%;
        height: 50px
    }

    .second-navigation .bg-wrapper {
        background: #000;
        width: 100%;
        height: 50px
    }
}

@media (min-width:768px) {
    #banner {
        min-height: 100vh
    }
}

@media (min-width:1024px) {
    .custom-container {
        max-width: 90%
    }
}

@media (max-width:767px) {

    #home-page #carousel .owl-stage-outer,
    #home-page #carousel .owl-nav {
        min-height: 100vw
    }
}

.header .search-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
    box-shadow: 0 0 2px 4px rgba(0, 0, 0, .2)
}

#search .search-wrap {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    opacity: 1
}

#search {
    position: fixed;
    width: 100%;
    background: rgba(89, 93, 95, .95);
    z-index: 999999999;
    display: none;
    overflow: hidden
}

#search .search-wrap {
    align-items: center !important;
    height: 100vh;
    margin: auto;
    width: 90%;
    display: flex;
    justify-items: center !important;
    align-items: center;
    padding: 10px 20px;
    opacity: 1
}

.search-wrapper .form-control {
    color: #fff !important;
    height: 68px !important;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #fff !important
}

#search .search-wrap .close {
    margin: 0;
    position: fixed;
    top: 20px;
    right: 20px;
    opacity: 1;
    fill: #fff;
    padding: 10px
}

.search-section input.auto-suggest-front,
.asr-container {
    border: none;
    width: 100%;
    overflow-y: auto;
    margin-top: 5px;
    font-size: 24px;
    padding-bottom: 12px !important;
    padding: 10px 0
}

.asr-container {
    width: 100%
}

.mejs-offscreen {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal
}

.mejs-container {
    background: #000;
    font-family: Helvetica, Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top
}

.mejs-container,
.mejs-container * {
    box-sizing: border-box
}

.mejs-container video::-webkit-media-controls,
.mejs-container video::-webkit-media-controls-panel,
.mejs-container video::-webkit-media-controls-panel-container,
.mejs-container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

.mejs-mediaelement {
    left: 0;
    position: absolute;
    top: 0
}

.mejs-mediaelement {
    height: 100%;
    width: 100%;
    z-index: 0
}

.mejs-poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

.mejs-overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0
}

.mejs-layer {
    z-index: 1
}

.mejs-overlay-button {
    background: url(../wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px
}

.mejs-overlay-loading {
    height: 80px;
    width: 80px
}

.mejs-overlay-loading-bg-img {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent url(../wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.mejs-controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3
}

.mejs-controls:not([style*="display:none"]) {
    background: rgba(255, 0, 0, .7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .35));
    background: linear-gradient(transparent, rgba(0, 0, 0, .35))
}

.mejs-button,
.mejs-time,
.mejs-time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px
}

.mejs-button>button {
    background: transparent url(../wp-includes/js/mediaelement/mejs-controls.svg);
    border: 0;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px
}

.mejs-container-keyboard-inactive [role=slider],
.mejs-container-keyboard-inactive a,
.mejs-container-keyboard-inactive button {
    outline: 0
}

.mejs-time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto
}

.mejs-play>button {
    background-position: 0 0
}

.mejs-time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative
}

.mejs-time-buffering,
.mejs-time-current,
.mejs-time-float,
.mejs-time-float-corner,
.mejs-time-float-current,
.mejs-time-hovered,
.mejs-time-loaded,
.mejs-time-total {
    border-radius: 2px;
    display: block;
    height: 10px;
    position: absolute
}

.mejs-time-total {
    background: hsla(0, 0%, 100%, .3);
    margin: 5px 0 0;
    width: 100%
}

.mejs-time-buffering {
    -webkit-animation: b 2s linear infinite;
    animation: b 2s linear infinite;
    background: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
    background: linear-gradient(-45deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
    background-size: 15px 15px;
    width: 100%
}

@-webkit-keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

.mejs-time-loaded {
    background: hsla(0, 0%, 100%, .3)
}

.mejs-time-current,
.mejs-time-handle-content {
    background: hsla(0, 0%, 100%, .9)
}

.mejs-time-hovered {
    background: hsla(0, 0%, 100%, .5);
    z-index: 10
}

.mejs-time-buffering,
.mejs-time-current,
.mejs-time-hovered,
.mejs-time-loaded {
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%
}

.mejs-time-buffering {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.mejs-time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important
}

.mejs-time-handle,
.mejs-time-handle-content {
    border: 4px solid transparent;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 11
}

.mejs-time-handle-content {
    border: 4px solid hsla(0, 0%, 100%, .9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px
}

.mejs-time-float {
    background: #eee;
    border: 1px solid #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px
}

.mejs-time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px
}

.mejs-time-float-corner {
    border: 5px solid #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.mejs-fullscreen-button>button {
    background-position: -80px 0
}

.mejs-unmute>button {
    background-position: -40px 0
}

.mejs-volume-button {
    position: relative
}

.mejs-volume-button>.mejs-volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, .7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    z-index: 1
}

.mejs-volume-total {
    background: hsla(0, 0%, 100%, .5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}

.mejs-volume-current {
    left: 0;
    margin: 0;
    width: 100%
}

.mejs-volume-current,
.mejs-volume-handle {
    background: hsla(0, 0%, 100%, .9);
    position: absolute
}

.mejs-volume-handle {
    border-radius: 1px;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px
}

.mejs-overlay-error {
    position: relative
}

.mejs-container {
    clear: both;
    max-width: 100%
}

.mejs-container * {
    font-family: Helvetica, Arial
}

.mejs-container,
.mejs-container .mejs-controls {
    background: #222
}

.mejs-time {
    font-weight: 400;
    word-wrap: normal
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #0073aa
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(255, 255, 255, .33)
}

.mejs-controls .mejs-time-rail span {
    border-radius: 0
}

.mejs-overlay-loading {
    background: 0 0
}

.wp-video {
    max-width: 100%;
    height: auto
}

.wp-video-shortcode video,
video.wp-video-shortcode {
    max-width: 100%;
    display: inline-block
}