@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');


/*** GENERIC CSS ***/
html,body {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: "Onest", sans-serif;
    color: #191919;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #191919;
    cursor: pointer;
}

button,a,.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev,
input[type="submit"] {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#191919;
    font-family: "Tenor Sans", sans-serif;
}

.section-title h6 {
    font-size: 20px;
    font-weight: 700;
    color: #171717;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.section-title h2 {
    color: #000;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.3;
    position: relative;
}

.section-title.yellow h2 {
    color: #f5de68;
}

.section-title.white h2 {
    color:#fff;
}

.section-title.white h6 {
    color:#fff;
}

.section-title.white p {
    color:#fff;
}

h1 {
    font-size:54px;
    line-height: 1.5;
}

h2 {
    font-size: 48px;
    line-height: 1.4;
}

h3 {
    font-size:35px;
    line-height: 1.5;
}

h4 {
    font-size:27px;
    line-height: 1.5;
}

h5 {
    font-size:24px;
    line-height: 1.5;
}

h6 {
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.6;
}

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

img {
    max-width: 100%;
    height: auto;
}

.visible-xs {
    display: none;
}

.btn-underline {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.63;
    font-weight: 700;
    color: rgba(0, 0, 0, 1)!important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-underline:hover {
    color: rgba(38, 56, 87, 1)!important;
}

.btn-underline:before {
    background-color: #1a1a1a;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: .4s;
    width: 0;
    opacity: 0.5;
    width: 100%;
}

.btn-underline:after {
    background-color: #1a1a1a;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    background-color: rgba(38, 56, 87, 1);
    transition: .4s;
    width: 0;
}

.btn-underline:hover:after {
    background-color: rgba(38, 56, 87, 1);
    width: 100%;
}

.btn-default {
    display: inline-block;
    padding:0px 25px;
    border: none;
    border-radius: 0px;
    text-align: center;
    line-height: 59px;
    min-width: 150px;
    color: #fff;
    border: 1px solid #191919;
    background:#191919;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Onest", sans-serif;
    font-weight: 500;
}

.btn-default:hover,
.btn-default.active {
    color: #191919;
    background:none;
    border-color: #191919;
}

.btn-default.active:hover {
    color: #fff;
    background:#000;
    border-color:#000;
}

.btn-default.whiteborder {
    border-color: #fff;
    color:#fff;
    background: none;
}

.btn-default.whiteborder:hover,
.btn-default.whiteborder.active {
    background: #fff;
    border-color: #fff;
    color:#191919;
}

.btn-default.white {
    border-color: #fff;
    color:#191919;
    background: #fff;
}

.btn-default.white:hover,
.btn-default.white.active {
    background: none;
    border-color: #fff;
    color:#fff;
}

.btn-default.bordered {
    background: none;
    color:#f5de68;
    padding:13px 35px;
    border: 2px solid #f5de68;
}

.underlined {
    position: relative;
    display: inline-block;
}

.underlined::after {
    content:'';
    width:100px;
    background:#f5de68;
    height: 4px;
    position:absolute;
    top:100%;
    left: 0%;
}

ul.list li {
    margin:0px 0px 15px 0px;
}

/*** PRELOADER ***/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 2px solid #f5de68;
    opacity: 1;
    border-radius: 0;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
}
100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
}
}

@keyframes lds-ripple {
0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
}
100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
}
}

.img-rounded {
    border-radius: 15px;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.gold {
    color: #f5de68;
}

.social-right:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #a6a6a6;
    z-index: -1;
}

.social-right {
    position: fixed;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 35px;
    z-index: 999;
    text-align: center;
}

.social-right a:last-child {
    margin-bottom: 0;
}

.social-right a {
    display: inline-block;
    margin-bottom: 12px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all .6s ease;
    background: #fff;
    color: #2a2b2c;
    border-radius: 50%;
}

.social-right a.sm {
    font-size: 13px;
}

.social-right a.mts {
    margin-top: 30px;
}

.social-right a:hover {
    background: #000;
    color: #fff;
}

.opacity-0 {
    opacity: 0;
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;	
    right: 0;
}

#myVideo2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;	
    right: 0;
}


/*** HEADER ***/
.header {
	padding:40px 25px;
	z-index:9999;
    position: absolute;
	top:0px;
    left: 0;
    width: 100%;
}

.header.none {
    display: none;
}

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

.navbar-nav .nav-link {
    color: #E5DFCF;
    line-height: 30px;
    padding-bottom: 5px;
    position: relative;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 500;
    letter-spacing: 2px;
    padding:0px 0px !important;
    font-size: 16px;
}

.navbar-brand {
    padding: 0px !important;
    min-width: 20.666667%;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-item>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover:before {
    width: 100%;
}

.navbar-light>.navbar-collapse>.navbar-nav>.nav-item>.nav-link:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0%;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #e5dfcf;
}

.navbar-light .navbar-nav .nav-item.active>a {
    color: #fff;
}

.navbar-light .navbar-nav .nav-item.active>a.nav-link::before {
    background-color:#fff !important;
}

.navbar-light .navbar-nav .nav-item.active .nav-link:before {
    width: 50%;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover {
    background: #fff;
}

.navbar-light>.navbar-collapse>.navbar-nav>.nav-item>.nav-link:hover:before {
    width: 50%;
}

.navbar-expand-lg .navbar-nav li {
	display:inline-block;
    vertical-align: top;
}

.navbar-brand img {
    max-height: 50px;
    margin-right: 20px;
}

.navbar {
	padding:0px 0px;
}

.navbar-nav .nav-item {
	position:relative;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 3%);
    -moz-transform: translate(0, 3%);
    -ms-transform: translate(0, 3%);
    transform: translate(0, 3%);
}

ul.sub-menu {
    left: 0px;
    top: 100%;
    min-width:255px;
    width: 100%;
    padding:0px 0px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
    background: #fff;
    text-align: left;
    margin: auto;
    margin-top: 0px;
    display: block;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translate(0, calc(0% + -10px));
    -moz-transform: translate(0, calc(0% + -10px));
    -ms-transform: translate(0, calc(0% + -10px));
    transform: translate(0, calc(0% + -10px));
}

ul.sub-menu li {
	width:100%;
    padding: 15px 13px;
    position: relative;
}

ul.sub-menu li a {
    line-height: 1;
    transition: all .3s;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    clear: both;
    white-space: nowrap;
    border: 0;
    margin: 0px;
	width:100%;
	position:relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    padding:0px 0px;
    color: #000!important;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0px;
}

ul.sub-menu li:last-child::after {
    display: none;
}

.navbar-nav .nav-item ul.sub-menu li:hover:after {
    background: #000;
}

.navbar-nav .nav-item ul.sub-menu li:hover {
    background: #000 !important;
}

.navbar-nav .nav-item ul.sub-menu li:hover a {
	color:#fff !important;
}

.header.fixed, .header.active {
	z-index:99999;
	position:fixed;
	top:0;
	left:0;	
    background:rgb(31, 33, 34, 0.95);
	transition:all .3s;
}

.social-div {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 45px;
    z-index: 5;
    text-align: center;
}

.social-div a:hover {
    background: #0a3ea3;
    color: #fff;
}

.social-div a:hover img {
    filter: brightness(1) invert(1);
}

.social-div .fc-divider {
    width: 1px;
    height: 31px;
    background: #fff;
    margin: 5px 0px;
    display: inline-block;
}

.social-div .insta {
    position: relative;
}

.social-div a {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 10px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 43px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all .6s ease;
    background: #fff;
    color: #2a2b2c;
    border-radius: 50%;
}

.social-div a img {
    max-width: 20px;
    margin: 0;
}

.postion-vidoe {
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    object-fit: cover;
}

.overlay {
    position:absolute;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.6);
    height:100%;
    width:100%;
}

.navbar-light .navbar-nav .nav-item .nav-link.dropdown-toggle {
    position: relative;
    padding-right: 15px !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 14px;
    right: 0;
}

.header ul.navbar-upper.navbar-nav>li {
    margin: 0 10px;
}

.header ul.navbar-upper {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 8px;
}

.header ul.navbar-upper li a {
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.header ul.navbar-upper li.menu-item-search {
    margin-left: 70px;
}

.header .menu-item-search input {
    background: #fff;
    border: #f5de68 1px solid;
}

.input-group-append {
    margin-left: -1px;
}

.navbar-upper .input-group .btn {
    background: #f5de68;
    color: #000;
    border: none;
}

.menu-btn {
	display:inline-block;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    background: #fff ;
    color: #000 ;
    border: 1px solid #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: center;
    display: inline-block;
    white-space: normal;
    word-break: break-word;
    padding: 14px 20px;
    font-size: 16px;
    font-family: "Onest", sans-serif;
    font-weight: 500;
}

.menu-btn em {
    font-style: normal;
}

.menu-btn:hover {
    background: #191919;
    border-color: #191919;
    color:#fff;
}

.menu-btn:hover span {
	background:#fff;
}

.menu-btn span {
    height: 2px;
    background: #fff;
    display: inline-block;
    margin: 3.5px 0px;
    float: left;
    transition: all .3s;
}

.side-menu {
	background:#fff;
	position:fixed;
	top:0px;
	right:-140%;
    width: 370px;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	height:100%;
	z-index:9999999;
    padding: 50px;
	overflow:hidden;
	overflow-y:scroll;
	height:100%;
}

.side-menu.intro {
	right:0px;
}

.side-menu ul.main-menu ul {
	padding: 0;
}

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.side-menu ul.main-menu {
	padding-left:0px;
	width:100%;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    padding: 10px;
    border: none;
    border-radius: 0;
    background: transparent;
    text-transform: none;
    -webkit-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
    padding: 14px 10px;
	color:#000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
	width: 100%;
}

.side-menu ul.main-menu li a:hover {
	background:none;
	color:#000;
    font-weight: bold;
}

a.CloseBtn {
	float:right;
	color:#fff;
	font-size:26px;
	margin:0px 0px 45px 15px;
	position: relative;
    z-index: 99;
    cursor: pointer;
    background: #191919;
    padding: 11px 15px;
    border-radius: 100px;
}

a.CloseBtn:hover {
    opacity: .7;
}

/* 
a.CloseBtn:before,
a.CloseBtn:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
} */

/**/
.banner {
	position: relative;
    height: 100vh;
}

.banner::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(24, 24, 24, 0.55);
}

.banner h6 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.rotation_words {
    height: 2rem;
    display: block;
    text-indent: 8px;
    position: relative;
    text-transform: uppercase;
    font-family: "Onest", sans-serif;
}

.rotation_words figure {
    left: 0;
    top: 0;
    animation: topToBottom 12.5s linear infinite 0s;
    color: #fff;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.rotation_words figure:nth-of-type(-n + 5) {
    visibility: visible;
}
.rotation_words figure:nth-of-type(n + 6) {
    visibility: hidden;
}
.rotation_words figure:nth-of-type(5n + 1) {
    animation-delay: 0s;
}
.rotation_words figure:nth-of-type(5n + 2) {
    animation-delay: 2.5s;
}
.rotation_words figure:nth-of-type(5n + 3) {
    animation-delay: 5s;
}
.rotation_words figure:nth-of-type(5n + 4) {
    animation-delay: 7.5s;
}
.rotation_words figure:nth-of-type(5n + 5) {
    animation-delay: 10s;
}
@keyframes topToBottom {
    5% {
        opacity: 0;
        transform: translateY(-30px);
    }
    10% {
        opacity: 1;
        transform: translateY(0px);
    }
    25% {
        opacity: 1;
        transform: translateY(0px);
    }
    30% {
        opacity: 0;
        transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
}


.banner .logo {
    max-height: 180px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.banner p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 50px;
}

.banner h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

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

.banner:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
	opacity: 0.2;
    transition-property: opacity;
    transition-timing-function: linear;
    z-index: 1;
}

.banner .btn-default {
    margin: 0px 10px;
    min-width: 230px;
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;	
    right: 0;
}

#myVideo2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;	
    right: 0;
}

.zindex {
	position: relative;
	z-index: 3;
}

.h-100vh {
	height: 100vh;
}

/*** About ***/
.about {
    position: relative;
    overflow: hidden;
    padding: 80px 0px;
    background: #191919;
}

.about p {
    color: #fff;
}

.about .btn-default {
    margin-top: 35px;
}

.about .btn-underline {
    margin-top: 30px;
}

.about .logo img {
    filter: brightness(0) invert(1);
    max-height: 180px;
    margin-bottom: 100px;
}


.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links a {
    color: #263857;
    font-size: 21px;
    background: #fff;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #263857;
    transition: all .3s;
    display: inline-block;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 6px;
}


.social-links a .lts {
    font-size: 14px;
}

.social-links a:hover {
    color: #fff !important;
    background: #263857;
}


@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
}
}

/*** PROPERTIES ***/
.properties {
    padding: 100px 0px;
}

.properties .container {
    max-width: 1400px;
}

.property-box {
    position: relative;
    color: #191919;
    display: inline-block;
    width: 100%;
    margin-bottom: 70px;
}

.prop-label {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    color: #fff;
    background: #191919;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    text-transform: uppercase;
    font-size: 15px;
    z-index: 3;
    padding: 5px 20px;
}

.property-box .img {
    position: relative;
}

.property-box .img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.property-box .hover-text  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.3s all ease;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
}

.property-box:hover .hover-text {
    opacity: 1;
}

.property-box .hover-text img {
    width: 70px;
    height: auto;
    margin-bottom: 25px;
    object-fit: cover;
}

.property-box .hover-text span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.property-box .info {
    padding-top: 20px;
    min-height: 110px;
}

.property-box .price {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 5px;
}

.property-box .address {
    font-size: 18px;
    line-height: 1.5;
}

.property-box .list {
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    padding: 15px 0;
    margin-top: 20px;
}

.property-box .list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.property-box .list ul li {
    display: inline-block;
    width: 25%;
}

.property-box .list ul li .fa {

}

.property-box .list li span {
    display: block;
}

/* ctas */
.ctas {
    padding: 30px 0px 70px 0px;
}

.gallery-card {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    padding: 20px 15px;
    -webkit-text-decoration: none;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.gallery-card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 76.6%, #000000);
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    z-index: 1;
}

.gallery-card:after {
    content: "";
    width: 0;
    padding-top: 121.5%;
}

.gallery-card .gallery-card__preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-card .gallery-card__preview>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .75s ease-out;
    transition: transform .75s ease-out;
}

.gallery-card .gallery-card__title {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 0;
    text-shadow: none;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s;
    transition: all .3s;
    text-transform: none;
    font-size: 26px;
}

.gallery-card .gallery-card__title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid currentColor;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.gallery-card:hover:before {
    background-color: #000;
}

.gallery-card:hover .gallery-card__preview img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.gallery-card:hover .gallery-card__title {
    -webkit-transform: translateY(-51px);
    -moz-transform: translateY(-51px);
    -ms-transform: translateY(-51px);
    transform: translateY(-51px);
}

.gallery-card:hover .gallery-card__title:after {
    opacity: .3;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

/* why-work */
.why-work {
    background-image: url(../img/modern4.jpg);
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.why-work:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(to top, #141414 0%, rgba(16, 13, 12, 0.55) 100%);
    background: rgba(255, 255, 255, 0.8);
}

.why-work .spr>div {
    margin-bottom: 20px;
}

.why-work .img {
    max-height: 70px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.why-work .bgs {
    background: #fff;
    padding: 25px 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 100%;
}

.why-work h3 {
    font-size: 24px;
    margin-top: 20px;
    text-transform: uppercase;
}

.why-work .icon {
    font-size: 28px;
    color: #555555;
}

/**/
.clienti {
	padding: 100px 0px;
}

.clienti .container {
    width: 100%;
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
}

.clienti .section-title {
	margin-bottom: 70px;
}

.clienti .sp {
	padding: 0px 25px;
}

.clienti p {
	margin-bottom: 1.666rem;
	font-style: italic;
}

.clienti h5 {
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 3px;
}


.clienti .navigat {
    border: none;
}

.clienti .navigat .owl-nav {
	margin-top: 40px;
	margin-bottom: 40px;
    position: relative;
    border: none;
}

.clienti .navigat .owl-theme .owl-nav [class*=owl-] {
	color: #000;
}

.clienti .navigat .owl-theme .owl-nav [class*=owl-]:first-child:after {
	background-color: #000;
}

.clienti .navigat .owl-theme .owl-nav button:before {
	background-color: #000;
}

.navigat .owl-theme .owl-nav [class*=owl-] {
    color: #C6C6C6;
    text-decoration: none;
    transition: 0.2s;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    background: none;
    padding: 0;
    border-radius: 0;
    position: relative;
    letter-spacing: 1px;
    color: #000;
    border: none;
    margin: 0px 18px;
}

.clienti .navigat .owl-theme .owl-nav [class*=owl-] {
    font-size: 30px;
    font-weight: 300;
}

.navigat .owl-theme .owl-nav [class*=owl-]:first-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    margin: 0px 25px;
    margin-top: -5px;
    top: 43%;
    background-color: #fff;
    left: 13px;
}

.clienti .navigat .owl-theme .owl-nav [class*=owl-]:first-child:after {
    background-color: #000;
}

/**/
.contact-form {
    padding: 120px 0px 120px 0px;
    background-color: #1f1e1e;
    background: linear-gradient(rgba(23,23,23,.18), rgba(23,23,23,.18)), url(../img/contact-bg.jpeg) no-repeat center center/cover;
    background-attachment: fixed; 
    position: relative;
    padding: 100px 0;
    font-size: 0;
}

.contact-form:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.65);
    z-index: 0;
    background-repeat: repeat;
    opacity: 1;
}

.contact-form .section-title {
    margin-bottom: 60px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-form .form-control {
    background: none;
    border: 0px;
    border-radius: 0px;
    padding: 0px 3px;
    border-bottom: 1px solid #000;
    color: #fff;
    margin-bottom: 30px;
    height: 41px;
    letter-spacing: 0;
    font-size: 16px;
    padding: 20px 0 20px 10px;
    font-family: "Onest", sans-serif;
    outline: 0px;
    font-weight: 300 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.contact-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-form .form-control:focus {
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.contact-form textarea.form-control {
    resize: none;
    padding-top: 17px;
    height: 200px;
    border-radius: 0px;
}

.contact-form .btn-default {
    margin-top: 40px;
}

.contact-form .btn-default:hover {
    background: #191919;
}

.contact-form .btn-default i {
    margin-left: 5px;
    font-size: 15px;
}


/*** FOOTER ***/
.footer {
    position: relative;
    padding: 100px 0px 0px 0px;
}

.footer .logos img {
    max-width: 150px;
    margin-bottom: 30px;
}

.footer .logos img {
    max-width: 200px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.footer .logos img.logomain {
    max-width: 150px;
    margin-top: 0px;
    margin-bottom: 30px;
    filter: brightness(0) invert(0);
}

.footer .logos a {
    display: inline-block;
}

.footer h3 {
    font-size:18px;
    color: #191919;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer .mts {
    margin-top: 100px;
    margin-bottom: 40px;
}

.footer .social-link:hover,
.footer .social-link:hover,
.footer .social-link:hover {
    color: #000;
}

.footer .social-link:hover .fa {
}

.footer p {
    color: #000;
    font-weight: 400;
}

.footer p a {
}

.footer .linkachor {
    position: relative !important;
    line-height: 1.7;    
}

.footer .linkachor:before {
    width: 100% !important;
    background-color: #777 !important;
}

.footer .linkachor:before, 
.footer .linkachor:after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    line-height: 1;
    content: "" "";
    height: 1px;
    position: absolute !important;
    bottom: 0;
    left: 0;
}

.footer .linkachor:after {
    width: 0% !important;
    background-color: #191919 !important;
}

.footer .linkachor:hover:after {
    width: 100% !important;
}

.footer .social-link .icon {
    color: #000;
    font-size: 21px;
    background: #fff;
    min-width: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    transition: all .3s;
    display: inline-block;
}

.footer .social-link:hover {
    opacity: 1 !important;
}

.footer .social-link .icon:hover {
    color: #fff !important;
    background: none;
}

.footer ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin: 10px 15px;
    margin-left: 0;
    margin-right: 50px;
    display: inline-block;
}

.footer ul li a {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.footer ul li a:hover {
    color: #fff;
    opacity: .7;
}

.footer ul li li a {
    font-weight: 500;
    font-size: 12px;
}

.footer .line {
    border-top: 1px solid rgba(255,255,255,0.1);
    border-top: 1px solid rgb(88 88 88 / 20%);
    margin-top: 60px;
    width: 100%;
}

.footer .line p {
    display: block;
    text-align: center;
    padding: 30px 0 30px 0;
    letter-spacing: 0.02em;
}

.footer .copy p img {
    width: 130px;
    padding-left: 10px;
}

/*** PAGE BANNER ***/
.page-banner {
    height: 60vh;
    padding-bottom: 5vh;
}

.page-banner h1 {
    color: #fff;
    text-transform: uppercase;
}

.about.bg-white p {
    color: #000;
}

.about .linkachor i {
    margin-right: 10px;
    margin-top: 5px;
}

.about .linkachor:hover {
    opacity: 0.7;
}

.about .socials a {
    margin: 0px 10px;
    font-size: 24px;
    padding: 0px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border:1px solid #000;
    border-radius: 99px;
}

.about .socials a:hover {
    color: #fff;
    background: #000;
}

/** BUYER SELLERS ***/
.about.inner .bg-form {
    background: none;
    padding: 50px 30px;
    border: none;
}

.about.inner h5 {
    font-size: 24px;
    color:#fff;
    letter-spacing: .1em;
}

.bg-form .form-control {
    width: 100%;
    height: 60px;
    margin: 0 0 40px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    outline: none;
    appearance: none;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 0;
}

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

.bg-form .form-control:focus {
    border: none;
    border-bottom: 1px solid #fff;
}

.bg-form option:not(first-child) {
    color: #000;
}

.info-small {
	padding: 0px 0px 0px 0px;
}

.info-small .bg {
	padding: 60px 15px;
	background: #fff;
}

.info-small .section-title {
	margin: 0;
}



/************* Free Estimation Page CSS Start **************/
.spperinfo {
    padding: 80px 0px 80px 0px;
}

.spperinfo .bg {
    border-radius: 10px;
    background: #f3f3f3;
    box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);
    padding: 55px 50px;
}

.spperinfo .bottom-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.spperinfo .btn-info {
    border: none;
    width: 100%;
    margin-top: 15px;
    pointer-events: none;
    min-height: 106px;
    font-size: 18px;
    padding: 24px 0px;
}

.spperinfo .section-title {
    margin-bottom: 40px;
}

.spperinfo .section-title h2 {
    line-height: 1.2;
    margin: 0;
    margin-top: 0px;
}

.spperinfo .btn-info span {
    font-size: 16px;
}

.spperinfo .btn-info {
    color: #fff;
    border: 1px solid #fff;
    background: none;
    border-radius: 0px;
}

.spperinfo .btn-info.active {
    background: #fff !important;
    border-color: #fff!important;
    color: #000!important;
}

.spperinfo p label {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.spperinfo input {
    width: 100%;
    height: 60px;
    padding: 0;
    padding-left: 15px;
    color: #2b2b2b;
    background: #fff;
    box-shadow: none;
    border: 1px solid #2b2b2b;
    border-radius: 0;
}

.fieldset-cf7mls .cf7mls_next {
    float: right;
}

.spperinfo input:focus {
    background: #fff;
    color:#2b2b2b;
}

.cf7mls-btns  {
    margin-top: 30px;
}

.cf7mls-btns .action-button {
    margin: 25px 0px 26px;
    position: relative;
}

.cf7mls-btns .action-button:hover {
    background-color: #2b2b2b !important;
    border-color: #2b2b2b;
    color: #fff;
}

#stepper #StepTwo input {
    border: 1px solid #2b2b2b;
    margin-bottom: 20px;
}


#StepThree p {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

#StepTwo, #StepThree {
    display:none;
}

#StepOne.active,#StepTwo.active, #StepThree.active {
    display: block !important;
}

.spperinfo.alert h4 {
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
}

.spperinfo.alert label {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

#stepper.alert span.wpcf7-list-item input {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
}

#stepper.alert span.wpcf7-list-item {
    display: inline-block;
    width: 48%;
    text-align: left;
}

.spperinfo.alert input {
    background: none !important;
    color: #fff;
    border: none!important;
    border-bottom: 1px solid #fff!important;
}

.spperinfo P {
    white-space: inherit;
}

#stepper.alert #StepTwo input {
    margin-bottom: 0px;
}

div#StepThree .white-box {
    padding: 15px 15px;
}

.spperinfo .section-title h2:after {
    opacity: 0;
}

/**/

.cf7mls_next.action-button,
.cf7mls_back,
.cf7mls_next, .spperinfo input.wpcf7-submit {
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    padding: 0px 15px;
    border: none;
    border-radius: 0px;
    font-weight: 400;
    text-align: center;
    line-height: 59px;
    min-width: 195px;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    border: 1px solid transparent;
    text-transform: uppercase;

}

.spperinfo input.wpcf7-submit  {
    height: 61px;
    width: auto;
    margin-top: 15px;
    color: #000;
    background: #fff !important;
    border: 1px solid transparent !important;
}

.spperinfo input.wpcf7-submit:hover {
    color: #fff !important;
    background: none!important;
    border-color: #fff!important;
}

.cf7mls_next:hover, .cf7mls_next.active {
    color: #fff !important;
    background: none!important;
    border-color: #fff!important;
}

.cf7mls_back {
    color: #fff;
    background: none;
    border-color: #fff;
    opacity: 0.7;
}

.cf7mls_back.action-button:hover,
.cf7mls_back:hover,
.cf7mls_back.action-button.active {
    color: #000!important;
    background: #fff!important;
    border-color: #2b2b2b !important;
    opacity: 1;
}

.spperinfo .bg {
    background: #ebebeb;
    background: #000;
}

/************* Free Estimation Page CSS End **************/

/************* Calculator Page CSS Start **************/
.newinfo {
    padding: 80px 0px;
    overflow: hidden;
}

#payment-calc .rh-calc-main .rate-selector, .ratehub-calc #calc_extension .section-content h4, .ratehub-calc #calc_extension .rate-risk .ledger-items li:first-child+li, #payment-calc .rh-calc-main .rate-selector, #afford-output .rate-selector {
	color:#000 !important;
}

.ratehub-calc #calc_extension .amortization tbody .highlight td,.ratehub-calc #calc_extension .amortization tbody .highlight th, #afford-input tbody .afford-submit a, .rh-rate-selector table.rate-display td:first-child+td+td a, .ratehub-calc .go,.ratehub-calc .get-details, #afford-input tbody .afford-submit a, #payment-calc .calc-tip-middle, #payment-calc .calc-tip-top, #payment-calc .calc-tip-bottom {
	background:#000 !important;
}

#payment-calc .calc-tip-nib { display:none !important;}

.newinfo .iframCode h2 { margin-bottom:0px !important;}

.ratehub-calc #calc_extension .section-title:after, .ratehub-calc #calc_extension .section-title:before {
    background: none;
}

.ratehub-calc #calc_extension .section-title::after {
    position: relative;
    right: auto;
    top: auto;
    content: "\f078";
    background: none;
    height: 22px;
    width: auto;
    margin-left: 7px;
}

.ratehub-calc .rh-calc-main .col1 {
    color: #000 !important;
    font-weight: 500 !important;
}

#payment-calc .calc-tip-wrapper {
    z-index: 99 !important;
}

.rh .popover .popover-title {
    background: #000 !important;
}

.ratehub-calc #calc_extension .amortization tbody .highlight td, .ratehub-calc #calc_extension .amortization tbody .highlight th {
    border: 1px solid #000;
    background-color: #000!important;
}

.ratehub-calc .calc-social-icons {
    display: none;
}

/************* Calculator Page CSS End **************/

.menu-item-has-children2>a {
    pointer-events: none;
    cursor: pointer;
}

.side-menu .menu-item-has-children2>a {
    position: relative;
}

.side-menu .menu-item-has-children2 {
    cursor: pointer;
}

.side-menu .menu-item-has-children2>a:before {
    content: '';
    content: "\2b";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 16px;
    z-index: 99;
    top: 50%;
    transform: translate(0px, -50%);
    right: 3px;
}

.side-menu .menu-item-has-children2.current>a:before {
    content: "\f068";
}

.side-menu .menu-item-has-children2>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.side-menu ul.main-menu ul.drop-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    background: #ccc;
    padding: 10px 0px;
}

.side-menu ul.main-menu ul.drop-menu li {
    padding: 0;
}

.side-menu ul.main-menu ul.drop-menu li a {
    padding: 0px 12px;
    font-size: 13px;
    line-height: 13px;
}

.side-menu ul.main-menu li.current ul.drop-menu {
    opacity: 1;
    visibility: visible;
    display: block;
}

.side-menu ul.main-menu li ul.drop-menu.current {
    opacity: 1;
    visibility: visible;
    display: block;
}


.header .menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
}

.header .menu-item-has-children>a {
    position: relative;
}

.header .menu-item-has-children {
    cursor: pointer;
}

 div#sidebar-menu .menu-item-has-children>a:before {
    content: '';
    content: "\2b";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 16px;
    z-index: 99;
    top: 50%;
    transform: translate(0px, -50%);
    right: 3px;
}

 div#sidebar-menu  .menu-item-has-children.current>a:before {
    content: "\f068";
}

 div#sidebar-menu  .menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

 div#sidebar-menu  ul.main-menu li.current ul.drop-menu {
    opacity: 1;
    visibility: visible;
    display: block;
}

 div#sidebar-menu  ul.main-menu li ul.drop-menu.current {
    opacity: 1;
    visibility: visible;
    display: block;
}

.testi {
    padding: 120px 0px 75px 0px;
    background: url(../img/bg-buyers.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.testi::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.zindex {
    position: relative;
    z-index: 9;
}

.testi p {
    color: #000;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
}

.testi h3 {
    color: #000;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.testi .item img {
    filter: invert(1);
}

.testi.inner {
    padding: 0px;
}

.testi.inner .item {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 50px;
}

.testi.inner .item img {
    display: block;
}


.about.bg-white .linkachor {
    font-size: 20px;
}

.navbar-light .navbar-nav .nav-item.current_page_item>a.nav-link::before,
.navbar-light .navbar-nav .nav-item.current-menu-parent>a.nav-link::before {
    background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-item.current_page_item>.nav-link:before,
.navbar-light .navbar-nav .nav-item.current-menu-parent>.nav-link:before {
    width: 50%;
}


li.menu-item-has-children>ul.sub-menu>li.current_page_item>a {
    background: #000 !important;
    color: #fff !important;
}

ul.sub-menu {
    -webkit-transform: translate(0, calc(0% + -10px));
    -moz-transform: translate(0, calc(0% + -10px));
    -ms-transform: translate(0, calc(0% + -10px));
    transform: translate(0, calc(0% + -10px));
}

li.menu-item-has-children:hover ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

li.menu-item-has-children>ul.sub-menu>li {
    padding: 0px 0px;
}

.navbar-light .navbar-nav .nav-item.menu-item-has-children>a {
    position: relative;
    padding-right: 15px !important;
}

.navbar-light .navbar-nav .nav-item.menu-item-has-children>a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
}

.navbar-light .navbar-nav .nav-item ul.sub-menu>li>a {
    padding: 12px 13px !important;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 0;
}

div#sidebar-menu.main-menu li.current ul.drop-menu {
    opacity: 1;
    visibility: visible;
    display: block;
}

.side-menu ul li.current>a {
    font-weight: bold;
}

 div#sidebar-menu.main-menu li ul.drop-menu.current {
    opacity: 1;
    visibility: visible;
    display: block;
}

.side-menu .menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children>a {
    position: relative;
}

.side-menu .menu-item-has-children.current>a:before {
    content: "\f068";
}

.side-menu .menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 27px;
    z-index: 99;
    top: 50%;
    transform: translate(0px, -50%);
    right: 4px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: #ccc;
    padding: 0px 0px !important;
    display: none !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
}

.side-menu ul.main-menu li ul.sub-menu a {
    letter-spacing: 1px;
    font-size: 14px;
    padding: 12px 10px;
}

li.menu-item-has-children:hover ul.sub-menu{
	display:block;
}
li.menu-item-has-children>ul.sub-menu>li{
	position:relative;
}

li.menu-item-has-children>ul.sub-menu>li>ul.sub-menu {
	display: none !important;
	position:absolute;
	top:0;
	left:100%;
}

li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu {
	display: block !important;
}
ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
	display: none;
	float: left;
}


input.wpcf7-form-control.wpcf7-not-valid{
	border-bottom: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
	display:none;
}
#StepTwo, #StepThree {
    display: block;
}