/* YHU Properties */
 

 @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/*
 font-family: "Jost", system-ui;
 font-family: "Caveat", cursive;
 font-family: 'Photo_Sign', cursive;
 */

 @import url('font-awesome.css');
 @import url('owl.css');
 @import url('animate.css');
 @import url('country-code.css');
 @import url('jquery-ui.css');
 @import url('jquery.fancybox.min.css');
 
 @font-face {
     font-family: 'Photo_Sign';
     src: url('../fonts/photograph_signature-webfont.eot');
     src: url('../fonts/photograph_signature-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/photograph_signature-webfont.woff') format('woff'), url('../fonts/photograph_signature-webfont.woff2') format('woff2'), url('../fonts/photograph_signature-webfont.ttf') format('truetype'), url('../fonts/photograph_signature-webfont.svg#Photo_Sign') format('svg');
     font-weight: normal;
     font-style: normal;
 }

/*** ==================================================================== Reset ==================================================================== ***/
 * {
     margin:0px;
     padding:0px;
     border:none;
     outline:none;
}
/*** ==================================================================== Global Settings ==================================================================== ***/
 body {
     font-family: 'Jost', sans-serif;
     font-size:16px;
     color:#191718;
     line-height:1.50em;
     font-weight:400;
     background:#ffffff;
     -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
}
 a{
     text-decoration:none;
     cursor:pointer;
     color:#5de1e6;
     -moz-transition:all 0.3s ease;
     -webkit-transition:all 0.3s ease;
     -ms-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
     transition:all 0.3s ease;
}

 a:hover, a:focus, a:visited, a:active, button:active, button:focus{
     text-decoration:none;
     outline:none;
}
 h1,h2,h3,h4,h5,h6 {
     position:relative;
     font-family: 'Jost', sans-serif;
     font-weight:400;
     margin:0 0 15px;
     background:none;
     line-height:1.20em;
}
 input,button,select,textarea{
     font-family: 'Jost', sans-serif;
}
 textarea{
     overflow:hidden;
     resize: none;
}
 p{
     position:relative;
     margin-bottom:20px;
}
 .text{
     position:relative;
     line-height:1.50em;
     margin-bottom:0px;
}
 .strike-through{
     text-decoration:line-through;
}
 .auto-container{
     position:static;
     max-width:1820px;
     padding:0px 30px;
     margin:0 auto;
}
 .medium-container{
     position:static;
     max-width:1080px;
     padding:0px 20px;
     margin:0 auto;
}
 .page-wrapper{
     position:relative;
     margin:0 auto;
     width:100%;
     min-width:300px;
}
 ul,li{
     list-style:none;
     padding:0px;
     margin:0px;
}
 .theme-btn{
     display:inline-block;
     -moz-transition:all 0.3s ease;
     -webkit-transition:all 0.3s ease;
     -ms-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
     transition:all 0.3s ease;
}
 .centered{
     text-align:center;
}
 .btn-style-alt{
     position:relative;
     display:inline-block;
     vertical-align: top;
     margin: 0;
     color: #ffffff;
     font-weight: 400;
     font-family: 'Jost', sans-serif;
     font-size: 14px;
     padding: 10px 30px;
     min-width: 120px;
     line-height: 20px;
     text-align: center;
     background: rgba(0, 0, 0, 0.0);
     border: 1px solid #ffffff;
     text-transform: uppercase;
     letter-spacing: 0.07em;
     border-radius: 0;
     overflow: hidden;
     transition:all 0.3s ease;
}
 .btn-style-alt span{
     position: relative;
     display: block;
     z-index: 1;
}
 .btn-style-alt span i{
     position: relative;
     top: -1px;
     vertical-align: middle;
     font-size: 20px;
     display: inline-block;
     padding-left: 0;
}
 .btn-style-alt:before{
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     background: #5de1e6;
     transform: scaleX(0);
     transform-origin: left;
     transition: all 300ms ease;
}
 .btn-style-alt:hover:before{
     transform: scale(1.0);
}
 .btn-style-alt:hover{
     color: #191718;
     border-color: #5de1e6;
}
.btn-style-one{
     position:relative;
     display:inline-block;
     vertical-align: top;
     margin: 0;
     color: #191718;
     font-weight: 500;
     font-family: 'Jost', sans-serif;
     font-size: 14px;
     padding: 9px 35px;
     min-width: 120px;
     line-height: 30px;
     text-align: center;
     background: #5de1e6;
     border: 1px solid #5de1e6;
     text-transform: uppercase;
     letter-spacing: 0.03em;
     border-radius: 0;
     overflow: hidden;
     transition:all 0.3s ease;
}
 .btn-style-one span{
     position: relative;
     display: block;
     z-index: 1;
}
 .btn-style-one span i{
     position: relative;
     top: -1px;
     vertical-align: middle;
     font-size: 20px;
     display: inline-block;
     padding-left: 0;
}
 .btn-style-one:before{
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     background: #191718;
     transform: scaleX(0);
     transform-origin: left;
     transition: all 300ms ease;
}
 .btn-style-one:hover:before{
     transform: scale(1.0);
}
 .btn-style-one:hover{
     color: #ffffff;
     border-color: #191718;
}
 .btn-style-two{
     position:relative;
     display:inline-block;
     vertical-align: top;
     margin: 0;
     color: #191718;
     font-weight: 500;
     font-family: 'Jost', sans-serif;
     font-size: 14px;
     padding: 9px 30px;
     min-width: 120px;
     line-height: 30px;
     text-align: center;
     background: #ffffff;
     border: 1px solid #5de1e6;
     text-transform: uppercase;
     letter-spacing: 0.03em;
     border-radius: 0;
     overflow: hidden;
     transition:all 0.3s ease;
}
 
 .btn-style-two span{
     position: relative;
     display: block;
     z-index: 1;
}
 .btn-style-two span i{
     position: relative;
     top: -1px;
     vertical-align: middle;
     font-size: 22px;
     display: inline-block;
     padding-left: 8px;
}
 .btn-style-two:before{
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     background: #5de1e6;
     transform: scaleX(0);
     transform-origin: right;
     transition: all 300ms ease;
}
 .btn-style-two:hover:before{
     transform: scale(1.0);
}
 .btn-style-two:hover{
     color: #ffffff;
     border-color: #5de1e6;
}
 .btn-style-three{
     position:relative;
     display:inline-block;
     vertical-align: top;
     margin: 0;
     color: #ffffff;
     font-weight: 500;
     font-family: 'Jost', sans-serif;
     font-size: 14px;
     padding: 8px 35px;
     min-width: 130px;
     line-height: 24px;
     text-align: center;
     background: #5de1e6;
     border: 2px solid #5de1e6;
     text-transform: none;
     letter-spacing: 0.0em;
     border-radius: 22px;
     overflow: hidden;
     transition:all 0.5s ease;
}
 .btn-style-three span{
     position: relative;
     display: block;
     z-index: 1;
}
 .btn-style-three span i{
     position: relative;
     top: -1px;
     vertical-align: middle;
     font-size: 22px;
     display: inline-block;
     padding-left: 8px;
}
 .btn-style-three:hover{
     color: #ffffff;
     background: #191718;
     border-color: #191718;
}
 .btn-style-four{
     position:relative;
     display:inline-block;
     vertical-align: top;
     margin: 0;
     color: #191718;
     font-weight: 400;
     font-family: 'Jost', sans-serif;
     font-size: 14px;
     padding: 8px 35px;
     min-width: 130px;
     line-height: 24px;
     text-align: center;
     background: #f9f0e8;
     border: 2px solid #f9f0e8;
     text-transform: none;
     letter-spacing: 0.0em;
     border-radius: 22px;
     overflow: hidden;
     transition:all 0.5s ease;
}
 .btn-style-four span{
     position: relative;
     display: block;
     z-index: 1;
}
 .btn-style-four span i{
     position: relative;
     top: -1px;
     vertical-align: middle;
     font-size: 22px;
     display: inline-block;
     padding-left: 8px;
}
 .btn-style-four:hover{
     color: #ffffff;
     background: #191718;
     border-color: #191718;
}
 .theme-btn .icon-left{
     padding-right:10px;
}
 .theme-btn .icon-right{
     padding-left:10px;
}
 .theme_color{
     color:#5de1e6;
}
 .light-font{
     font-weight:300;
}
 .regular-font{
     font-weight:400;
}
 .semibold-font{
     font-weight:600;
}
 .bold-font{
     font-weight:700;
}
 .ex-bold-font{
     font-weight:800;
}
 .heavy-font{
     font-weight:900;
}
 .bg-lightgrey{
     background-color:#f6f7f8;
}
 .no-bg{
     background:none;
}
 .text-uppercase{
     text-transform:uppercase;
}
 .grey-color{
     color:#414042 !important;
}
 .preloader{
     position:fixed;
     left:0px;
     top:0px;
     width:100%;
     height:100%;
     z-index:999999;
     background-color:#ffffff;
     background-position:center center;
     background-repeat:no-repeat;
     background-image:url(../images/icons/preloader.svg);
     display: none;
}
 img{
     display:inline-block;
     max-width:100%;
     height:auto;
}
/*** ==================================================================== Scroll To Top style ==================================================================== ***/
 .scroll-to-top{
     position:fixed;
     bottom:20px;
     right:20px;
     width:50px;
     height:50px;
     color:#982F30;
     font-size:18px;
     text-transform:uppercase;
     line-height:50px;
     text-align:center;
     z-index:100;
     cursor:pointer;
     border-radius:50%;
     background:#ffffff;
     box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
     display:none;
     visibility: hidden;
     -webkit-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     transition:all 300ms ease;
}
 .scroll-to-top:hover{
     background: #982F30;
     color:#ffffff;
}
/*** ==================================================================== Default Styling ==================================================================== ***/
 table{
     position:relative;
     border-collapse: collapse;
     width: 100%;
     margin-bottom:20px;
     border: 1px solid #191718;
     font-family: 'Jost', Arial, sans-serif;
     border-top: none;
}
 table tr td{
     border: none;
     border-bottom: 1px solid #191718;
     border-right: 1px solid #191718;
     padding: 10px 15px;
     line-height: 1.5em;
     text-align: center;
     font-size: 18px;
}
 table tr td:last-child{
     border-right: none;
}
 table tr:last-child td{
     border-bottom: none;
}
 table tr:hover{
    background-color: #dddddd;
}
 table th{
     border: none;
     border-right: 1px solid #191718;
     padding: 12px 15px;
     text-align: center;
     line-height: 1.5em;
     font-size: 18px;
     font-family: 'Jost', sans-serif;
     text-transform: capitalize;
     background-color: #ed7d31;
     color: #ffffff;
}
 table th:last-child{
     border-right: none;
}
 table tr td.scope, table tr th.scope{
     width: 33.333%;
}
 ul{
     margin:0px 0px 20px 30px;
}
 ul li{
     list-style-type:disc;
}
 ol{
     margin:0px 0px 20px 30px;
}
 ol li{
     list-style-type:decimal;
}
 h1{
     font-size: 60px;
}
 h2{
     font-size: 50px;
}
 h3{
     font-size: 36px;
}
 h4{
     font-size: 30px;
}
 h5{
     font-size: 24px;
}
 h6{
     font-size: 20px;
}
/*** ==================================================================== Default Form Style ==================================================================== ***/
 form{
     position:relative;
}
 form .form-group{
     position:relative;
     margin-bottom:20px;
}
 form .row .form-group{
     margin-bottom:30px;
}
 form .form-group .field-label{
     position:relative;
     display:block;
     font-family: 'Jost', sans-serif;
     font-size: 14px;
     font-weight: 400;
     color: #5b5b5b;
     line-height:20px;
     margin-top: 10px;
}
 form .form-group .field-inner{
     position: relative;
     display: block;
}
 form .form-group .alt-icon{
     position: absolute;
     right: 15px;
     top: 50%;
     margin-top: -15px;
     line-height: 30px;
     height: 30px;
     width: 20px;
     color: #122E3A;
     text-align: center;
     font-size: 16px;
     pointer-events: none;
}
 form input[type="text"], form input[type="password"], form input[type="tel"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="file"], form input[type="number"], form textarea, form select{
     position:relative;
     display:block;
     width:100%;
     color:#191718;
     line-height:28px;
     padding:15px 30px;
     height:60px;
     font-size:15px;
     font-weight: 400;
     background-color:#ffffff;
     font-family: 'Jost', sans-serif;
     margin:0px;
     border-radius: 30px;
     border:1px solid #e0e0e0;
     -webkit-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     transition:all 300ms ease;
}
 form input[type="file"]{
     cursor: pointer;
     height: 60px;
}
 form select{
     -webkit-appearance:none;
     -ms-appearance:none;
     -moz-appearance:none;
     appearance:none;
     cursor: pointer;
     background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}
 form select.styled{
     background-image: none;
}
 form select option{
     text-indent: 30px;
     cursor: pointer;
}
 form input[type="text"]:focus, form input[type="password"]:focus, form input[type="tel"]:focus, form input[type="email"]:focus, form input[type="search"]:focus, form input[type="file"]:focus, form select:focus, form textarea:focus, .form-group .ui-selectmenu-button.ui-button:focus, .form-group .ui-selectmenu-button.ui-button:active{
     border-color:#191718;
     background-color: #ffffff;
}
 form textarea{
     height:140px;
     resize:none;
}
 form button, form input[type="submit"], form .theme-btn{
     position:relative;
     display:inline-block;
     margin: 0;
}
 form button:hover, form input[type="submit"]:hover, form .theme-btn:hover{
}
 form .radio-block{
     position: relative;
     display: inline-block;
     vertical-align: top;
     min-width: 280px;
     margin-right: 10px;
}
 form .radio-block input{
     position: absolute;
     left: 0;
     top: 5px;
     padding: 0;
     cursor: pointer;
}
 form .radio-block label{
     position: relative;
     display: block;
     padding-left: 20px;
     line-height: 24px;
     font-size: 14px;
     font-weight: 400;
     text-transform: capitalize;
     cursor: pointer;
}
 form .check-block{
     position: relative;
     display: inline-block;
     vertical-align: top;
     margin-right: 30px;
}
 form .check-block input{
     position: absolute;
     left: 0;
     top: 6px;
     padding: 0;
     cursor: pointer;
}
 form .check-block label{
     position: relative;
     display: block;
     padding-left: 20px;
     line-height: 24px;
     font-size: 15px;
     font-weight: 400;
     color: #5b5b5b;
     text-transform: capitalize;
     cursor: pointer;
}
/*Custom Select*/
 .form-group .ui-selectmenu-button.ui-button{
     width:100%;
     font-size:15px;
     font-weight: 400;
     height:60px;
     padding:15px 25px;
     line-height:28px;
     font-family: 'Jost', sans-serif;
     color:#191718;
     border-radius:0;
     background-color:#ffffff;
     border: 1px solid rgba(0, 0, 0, 0.0);
}
 .form-group .ui-button .ui-icon{
     background:none;
     position:relative;
     top:7px;
     right: 0px;
     width: 20px;
     text-indent:0px;
     color:#999999;
}
 .form-group .ui-button .ui-icon:before{
     font-family: 'Font Awesome 6 Pro';
     content: "\f107";
     position:absolute;
     right:0px;
     top:-2px !important;
     width:24px;
     height:20px;
     display:block;
     color:#191718;
     line-height:20px;
     font-size:16px;
     font-weight:700;
     text-align:center;
     transition: all 300ms linear;
     z-index:5;
}
 .form-group .ui-selectmenu-button-open .ui-icon:before{
     transform: rotate(180deg);
}
 .ui-selectmenu-menu{
     min-width: 150px;
     max-height: 450px;
     overflow-y: auto;
     transform: translateY(30px) !important;
}
 .ui-selectmenu-menu.ui-selectmenu-open{
     margin-top:20px !important;
}
 .ui-widget.ui-widget-content{
     border:1px solid #a0a0a0;
     font-family: 'Jost', sans-serif;
     border-radius: 0;
     padding: 0 0;
}
 .ui-menu .ui-menu-item{
     font-size:16px;
     font-weight: 400;
     font-family: 'Jost', sans-serif;
     border-bottom:1px solid rgba(0, 0, 0, 0.0);
}
 .ui-menu .ui-menu-item:last-child{
     border:none;
}
 .ui-menu .ui-menu-item-wrapper{
     position:relative;
     display:block;
     padding:10px 25px !important;
     background: #ffffff;
     color: #191718;
     font-size:15px;
     line-height:24px;
     font-weight: 400;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
}
 .ui-menu .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item-wrapper.ui-state-active, .ui-state-active, .ui-widget-content .ui-state-active{
     background: rgba(0, 0, 0, 0.10);
     color: #191718;
     font-weight: 400;
     border: none;
     border-bottom-color:rgba(0, 0, 0, 0.0);
     margin: 0;
}
/*** ==================================================================== Main Header style ==================================================================== ***/
 .main-header{
     position:relative;
     left:0;
     top:0;
     width:100%;
     padding:0px 0px;
     background:none;
     transition: all 300ms linear;
     z-index:2000;
}
 .main-header .auto-container{
     padding: 0 30px;
}
 .fixed-header{
     top: 0;
}

 .main-header ul, .main-header ul li{
     list-style: none;
     margin: 0;
     padding: 0;
}
 .main-header .header-upper{
     position:fixed;
     left: 0;
     top: 0;
     padding:0px 0px;
     width:100%;
     background: none;
     min-height: 100px;
     border-bottom: 0px solid rgba(255, 255, 255, 0.30);
     transition: all 300ms ease;
}
 .fixed-header .header-upper{
     padding: 0 0;
     background: #191718;
     border-bottom-width: 1px;
}

.main-header.inner-header{
    position: absolute;
    height: 230px;
    background: #191718;
}

.inner-header.no-bg{
    background: none;
}

.main-header .main-box{
     position:relative;
     background: none;
}
 .main-header .main-box .logo-box{
     position:absolute;
     float:left;
     left: 50%;
     transform: translateX(-50%);
     text-align: center;
     padding:25px 0;
     transition:all 300ms ease;
     z-index:10;
}
 .fixed-header .main-box .logo-box{
     padding: 10px 0;
    
}
 .main-header .main-box .logo-box .logo{
     position:relative;
     display:block;
}
 .main-header .main-box .logo-box .logo img{
     position: relative;
     left: 0;
     top: 0;
     max-width: none;
     height: 150px;
     transition: all 300ms ease;
}

 .fixed-header .main-box .logo-box .logo img{
     height: 80px;
}

 .main-header .navbar-toggler{
     position:absolute;
     left: 50px;
     top: 50%;
     margin-top: -12px;
     padding: 5px 0;
     line-height: 30px;
     display: none;
     transition: all 300ms ease;
}
 .main-header .navbar-toggler button{
     position:relative;
     height:30px;
     width: 30px;
     line-height:30px;
     padding: 0px 0px;
     text-align: center;
     background:none;
     color:#ffffff;
     font-size:20px;
     margin:0px;
     border-radius:0px;
     outline: none !important;
}

.main-header .navbar-toggler img{
    position: relative;
    max-height: 24px;
}

.fixed-header .navbar-toggler img,
.inner-header .navbar-toggler img{
    
}
/* menu start */
 .main-header .menu-icon{
     position: absolute;
     background-color: #ffffff;
     width: 30px;
     height: 2px;
}
 .main-header .i-icon{
     display: block;
}
 .animate.menu-icon{
     animation-name: menu-menu;
     animation-duration: 0.3s;
}
 @keyframes menu-menu {
     0% {
         width:0px;
         height:0px;
    }
     50% {
         width:0px;
         height:0px;
    }
     51%{
         position: absolute;
         background-color: #ffffff;
         width: 30px;
         height: 2px;
    }
}
 .main-header .menu-icon:after {
     content: "";
     position: absolute;
     background-color: #ffffff;
     width: 30px;
     height: 2px;
     margin-top: -10px;
     left: 0;
}
 .animate.menu-icon:after {
     animation-name: menu-after;
     animation-duration: 0.3s;
}
 @keyframes menu-after {
     0% {
         transform: rotate(-45deg);
         margin-top:0px;
    }
     50% {
         transform: rotate(0deg);
         margin-top:0px;
    }
     100%{
         transform: rotate(0deg);
         margin-top:-10px;
    }
}
 .main-header .menu-icon:before {
     content: "";
     position: absolute;
     background-color: #ffffff;
     width: 30px;
     left: 0;
     height: 2px;
     margin-top: 10px;
}
 .animate.menu-icon:before{
     animation-name: menu-before;
     animation-duration: 0.3s;
}
 @keyframes menu-before {
     0% {
         transform: rotate(45deg);
         margin-top:0px;
    }
     50% {
         transform: rotate(0deg);
         margin-top:0px;
    }
     100%{
         transform: rotate(0deg);
         margin-top:10px;
    }
}
/* menu end */
/* close start */
 .main-header .close-icon {
     position: absolute;
     margin-top: 0;
     margin-left: 0;
}
 .close-icon.animate{
     animation-name: close-close;
     animation-duration: 0.3s;
}
 @keyframes close-close {
     0% {
         position: absolute;
         background-color: #ffffff;
         width: 30px;
         height: 2px;
         margin-top:10px;
    }
     50% {
         display:none;
         width:30px;
         height:2px;
    }
     100%{
         width:0px;
         height:0px;
    }
}
 .main-header .close-icon:after {
     content: "";
     position: absolute;
     background-color: #ffffff;
     width: 30px;
     height: 2px;
     left: 0;
     top: 0;
     transform: rotate(45deg);
}
 .animate.close-icon:after {
     animation-name: close-after;
     animation-duration: 0.3s;
}
 @keyframes close-after {
     0% {
         transform: rotate(0deg);
         margin-top: 10px;
    }
     50% {
         transform: rotate(0deg);
         margin-top: 0px;
    }
     100%{
         transform: rotate(45deg);
    }
}
 .main-header .close-icon:before {
     content: "";
     position: absolute;
     background-color: #ffffff;
     width: 30px;
     height: 2px;
     left: 0;
     top: 0;
     transform: rotate(-45deg);
}
 .animate.close-icon:before {
     animation-name: close-before;
     animation-duration: 0.3s;
}
 @keyframes close-before {
     0% {
         transform: rotate(0deg);
         margin-top:-10px;
    }
     50% {
         transform: rotate(0deg);
         margin-top:0px;
    }
     100%{
         transform: rotate(-45deg);
    }
}
/* close end */

 .fixed-header .links-box{
     padding-top: 28px;
}
 .main-header .links-box{
     position:relative;
     float: left;
     margin-right: 40px;
     padding-top: 70px;
     transition: all 300ms ease;
     z-index:10;
}
 .fixed-header .links-box{
     padding-top: 28px;
}
 .main-header .links-box .link-box{
     position: relative;
     float: left;
     margin-left: 25px;
}
 .main-header .links-box .wa-btn{
     position: relative;
     display: inline-block;
     color: #ffffff;
     height: 42px;
     line-height: 24px;
     padding: 9px 0;
     font-size: 26px;
}
 .main-header .links-box .call-btn{
     position: relative;
     display: inline-block;
     color: #ffffff;
     height: 42px;
      line-height: 24px;
     padding: 9px 0;
     font-size: 22px;
}

.fixed-header .link-box .call-btn,
.fixed-header .link-box .wa-btn,
.inner-header .link-box .call-btn,
.inner-header .link-box .wa-btn{
     
}

.fixed-header .link-box .call-btn:hover,
.fixed-header .link-box .wa-btn:hover{
     
}

.main-header .search-btn{
     position:absolute;
     right: 0;
     top: 72px;
     color: #ffffff;
     font-size: 20px;
     line-height: 40px;
     cursor: pointer;
     transition: all 300ms ease;
}

.fixed-header .search-btn{
    top: 32px;
}

 .main-header .upper-right{
     position:static;
     float: right;
     z-index:5;
}
 .main-header .nav-box{
     position:absolute;
     left: 0;
     top: 0;
     float: left;
}
 .main-header .nav-box.right-nav{
     position:relative;
     padding-left: 0;
}
 .main-header .nav-outer{
     position:relative;
     display:inline-block;
     vertical-align: middle;
     padding: 47px 0;
     transition:all 300ms ease;
     z-index:5;
}
 .fixed-header .nav-outer{
     padding: 15px 0;
}
 .main-menu{
     position:relative;
     display:block;
}
 .main-menu .navbar-collapse{
     padding:0px;
     margin:0px;
     border:none;
     box-shadow:none;
}
 .main-menu .navigation{
     position:relative;
     z-index: 1;
}
 .main-menu .navigation > li{
     position:relative;
     display: block;
     float: left;
     padding:25px 0px;
     margin-right: 25px;
     text-align:left;
     transition:all 300ms ease;
}
 .fixed-header .main-menu .navigation > li{
     padding: 15px 0;
}
 .main-menu .navigation > li:last-child{
     margin-right: 0;
}
 .main-menu .navigation > li > a{
     position:relative;
     display:block;
     font-size:14px;
     color:#ffffff;
     padding:5px 0;
     font-weight:400;
     line-height:30px;
     letter-spacing: 0.0em;
     text-transform: uppercase;
     opacity:1;
     transition:all 300ms ease;
}
 .fixed-header .main-menu .navigation > li > a,
 .inner-header .main-menu .navigation > li > a{
    
}
 .main-menu .navigation > li:hover > a, 
 .main-menu .navigation > li.current > a, 
 .main-menu .navigation > li.current-menu-item > a{
     text-decoration: none;
     background: none;
     color: #ffffff;
     opacity:1;
}
.fixed-header .main-menu .navigation > li:hover > a, 
 .fixed-header .main-menu .navigation > li.current > a, 
 .fixed-header .main-menu .navigation > li.current-menu-item > a,
 .inner-header .main-menu .navigation > li:hover > a, 
 .inner-header .main-menu .navigation > li.current > a, 
 .inner-header .main-menu .navigation > li.current-menu-item > a{
     
}
 .main-menu .navigation > li.dropdown > a{
     padding-right: 20px;
}
 .main-menu .navigation > li.dropdown > a:after{
     content: "\f107";
     font-family: 'Font Awesome 6 Pro';
     font-weight: 400;
     position: absolute;
     right: 0;
     top: 6px;
     line-height: 30px;
     font-size: 15px;
}
 .main-menu .navigation > li > a:before{
     content: "";
     position: absolute;
     left: 0;
     bottom: 0px;
     width: 0;
     border-bottom: 3px solid #ffffff;
     transition: all 100ms ease;
}
 .main-menu .navigation > li:hover > a:before, .main-menu .navigation > li.current > a:before{
     width: 24px;
}
 .fixed-header .main-menu .navigation > li:hover > a:before, 
 .fixed-header .main-menu .navigation > li.current > a:before,
 .inner-header .main-menu .navigation > li:hover > a:before, 
 .inner-header .main-menu .navigation > li.current > a:before{
     
}

 .main-menu .navigation > li > ul{
     position:absolute;
     left: 0px;
     top:100%;
     margin-top: 0;
     width:230px;
     padding:10px 20px;
     z-index:100;
     opacity: 1;
     display: none;
     text-align:left;
     background:#ffffff;
     border: 1px solid rgba(0,0,0,0.0);
     box-shadow:2px 2px 15px 1px rgba(0,0,0,0.07),-2px 0px 15px 1px rgba(0,0,0,0.07);
     border-radius:0;
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0);
     -moz-transition:all 100ms ease;
     -webkit-transition:all 100ms ease;
     -ms-transition:all 100ms ease;
     -o-transition:all 100ms ease;
     transition:all 100ms ease;
}

.main-menu .navigation > li > ul:before{
    content: '';
    position: absolute;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}

 .main-menu .navigation > li > ul > li{
     position:relative;
     padding:0px 0px;
     border-bottom: 1px solid rgba(0, 0, 0, 0.12);
     transition:all 500ms ease;
}
 .main-menu .navigation > li > ul > li:last-child{
     border-bottom: none;
     margin-bottom: 0;
}
 .main-menu .navigation > li > ul > li > a{
     position:relative;
     display:block;
     padding:10px 0 10px 0;
     font-size:15px;
     line-height:24px;
     font-weight:400;
     color:#191718;
     letter-spacing: 0.05em;
     text-decoration: none;
     text-transform:capitalize;
     -moz-transition:all 500ms ease;
     -webkit-transition:all 500ms ease;
     -ms-transition:all 500ms ease;
     -o-transition:all 500ms ease;
     transition:all 500ms ease;
}
 .main-menu .navigation > li > ul > li:hover, .main-menu .navigation > li > ul > li.current{
     border-bottom-color: #5de1e6;
}
 .main-menu .navigation > li > ul > li:hover > a, .main-menu .navigation > li > ul > li.current > a{
     color:#5de1e6;
}
 .main-menu .navigation > li.dropdown:hover > ul{
     visibility:visible;
     opacity:1;
     top: 100%;
     -webkit-transform: translate(0px);
     -ms-transform: translate(0px);
     transform: translate(0px);
     -moz-transition:all 500ms ease;
     -webkit-transition:all 500ms ease;
     -ms-transition:all 500ms ease;
     -o-transition:all 500ms ease;
     transition:all 500ms ease;
}
/*** ==================================================================== Hidden Sidebar style ==================================================================== ***/
 body.visible-sidebar{
     overflow-y: hidden;
}
 .menu-backdrop{
     position: fixed;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 1000;
     background: rgba(0,0,0,0.90);
     cursor: pointer;
     opacity:0;
     visibility:hidden;
}
 .visible-sidebar .menu-backdrop{
     opacity: 0;
     visibility: hidden;
}
 .hidden-bar{
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     max-width: 100%;
     background: #191718;
     padding-bottom: 0;
     color: #191718;
     z-index: 99999;
     opacity: 0;
     visibility: hidden;
     transform: translateX(-101%);
     transition: all 500ms ease;
}
 .hidden-bar.visible-sidebar{
     opacity: 1;
     visibility: visible;
     transform: translateX(0%);
     transition: all 500ms ease;
}
 .hidden-bar ol, .hidden-bar ol li, .hidden-bar ul, .hidden-bar ul li{
     list-style-type:none;
     margin:0px;
}
 .hidden-bar .hidden-bar-closer{
     position: absolute;
     right: 10px;
     top: 10px;
     padding: 5px 5px;
     line-height: 30px;
     font-size: 20px;
     cursor: pointer;
     color: #ffffff;
     transition: all 300ms ease;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     z-index: 9999;
}

.hidden-bar .hidden-bar-closer svg{
    width: 18px;
    height: 18px;
    stroke-width: 1.20px;
    z-index: 10;
} 

 .hidden-bar .hidden-bar-closer img{
     height: 24px;
}
 .hidden-bar-wrapper-outer{
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     width: 100%;
     overflow-y: auto;
}
 .hidden-bar-wrapper{
     position: relative;
     left: 0;
     top: 0px;
     bottom: 0;
     width: 100%;
     min-height: 100%;
     display: block;
     padding: 0px 0px 15px;
}

 .hidden-bar .outer-box{
     position: relative;
     min-height: calc(100vh);
     width: 100%;
}

.hidden-bar .logo{
    padding: 25px 0px 20px;
}

.hidden-bar .logo img{
    height: 90px;
}

.hidden-bar .info{
     position: relative;
     padding-top: 15px;
}
.hidden-bar .info li{
     position: relative;
     line-height: 1.40em;
     font-weight: 400;
     color: #ffffff;
     font-size:15px;
     margin-bottom: 10px;
}
.hidden-bar .info li a{
     position: relative;
     color: #ffffff;
     font-weight: 400;
     text-transform: none;
     letter-spacing: 0.10em;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}

.hidden-bar .info li a:hover{
    text-decoration: underline;
}

 .hidden-bar .side-menu{
     position: relative;
     display: block;
     border-top: 1px solid rgba(255, 255, 255, 0.15);
     font-family: 'Jost', serif;
     margin-bottom: 20px;
}
 .hidden-bar .side-menu ul li{
     position: relative;
     display: block;
     padding: 7px 0px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.15);
     margin-bottom: 0;
}
 .hidden-bar .side-menu ul li a{
     position: relative;
     color: #ffffff;
     display: block;
     font-weight: 400;
     font-size:20px;
     font-family: 'Jost', serif;
     line-height: 1.40em;
     text-transform: none;
     padding: 15px 0px;
     letter-spacing: 0.10em;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
 .hidden-bar .side-menu ul li .fa{
     position: relative;
     top: 0px;
     line-height: inherit;
     font-size: 20px;
     padding-left: 10px;
}
 .hidden-bar .side-menu ul li a:hover, .hidden-bar .side-menu ul > li.current > a, .hidden-bar .side-menu ul > li > ul > li.current > a {
     text-decoration: none;
     color: #5de1e6;
}
 .hidden-bar .side-menu ul li ul{
     padding-left: 20px;
}
 .hidden-bar .side-menu ul li ul li{
     border-bottom: none;
     margin-bottom: 10px;
     padding: 0 0;
}
 .hidden-bar .side-menu ul li ul li a{
     line-height: 24px;
     font-weight: 400;
     padding: 0 0;
     text-transform: none;
     font-family: 'Jost', sans-serif;
     font-size: 16px;
}
 .hidden-bar .side-menu ul li .btn-expander{
     position: absolute;
     top: 12px;
     right: 30px;
     background: none;
     color: #ffffff;
     font-size: 14px;
     height: 30px;
     width: 20px;
     line-height: 30px;
     border-radius: 0px;
     outline: none;
     cursor: pointer;
     z-index: 1;
}
 .hidden-bar .side-menu ul li a .btn{
     color: #ffffff;
}
 .hidden-bar .side-menu ul li{
     
}
 .hidden-bar .side-menu ul li:last-child{
     margin-bottom: 0;
}
 .hidden-bar .side-menu ul li a{
     display: block;
     vertical-align: top;
     line-height: 30px;
     padding: 10px 0px;
     text-transform: none;
}
 .hidden-bar .side-menu ul li .btn-expander{
    position: absolute;
    right: 0;
     top: 10px;
     right: 0px;
     font-weight: 700;
     font-size: 20px;
     width: 30px;
     height: 30px;
     outline: none;
     box-shadow: none;
     border: none;
}
 .hidden-bar .side-menu ul li .btn.focus, .hidden-bar .side-menu ul li .btn:focus{
     outline: none;
     box-shadow: none;
     border: none;
}
 .hidden-bar .side-menu ul li .btn-expander i{
     font-weight: 700;
}
 .hidden-bar .side-menu ul li ul{
     padding: 10px 0px 10px;
}
 .hidden-bar .side-menu ul li ul li ul{
     padding: 0px 0px;
}
 .hidden-bar .side-menu ul li ul li{
     margin-bottom: 10px;
}
 .hidden-bar .side-menu ul li ul li:last-child{
     margin-bottom: 0;
}
 .hidden-bar .info-box{
     position: absolute;
     left: 20px;
     right: 20px;
     bottom: -140px;
}
 .hidden-bar .info-box h5{
     margin-bottom: 22px;
     font-size: 16px;
     text-transform: uppercase;
     font-family: 'Jost', sans-serif;
     font-weight: 400;
}
 .hidden-bar .info-box .info{
     position: relative;
     margin: 0 0;
     max-width: 350px;
}
 .hidden-bar .info-box .info li{
     position: relative;
     display: block;
     font-weight: 400;
     font-size: 14px;
     line-height: 22px;
     margin-bottom: 10px;
}
 .hidden-bar .info-box .info li:last-child{
     margin-bottom: 0;
}
 .hidden-bar .info-box .info li a{
     position: relative;
     color: #ffffff;
     text-transform: uppercase;
     line-height: 22px;
}

.hidden-bar .info li a:hover, .hidden-bar .info a:hover{
     color:#5de1e6;
     text-decoration: underline;
}

.hidden-bar .links-box{
    position: relative;
    padding-top: 10px;
}

.hidden-bar .links-box .link-box{
    position: relative;
    padding-bottom: 15px;
}

.hidden-bar .links-box .link-box .theme-btn{
    padding: 12px 25px;
    text-align: center;
    display: block;
}

 .hidden-bar .info-box .social-links{
     position: absolute;
     right: -10px;
     bottom: 5px;
}

.search-box{
    position: fixed;
    right: 0;
    top: 150px;
    width: 100%;
    max-width: 800px;
    opacity:0;
    visibility:hidden;
    transition: all 300ms ease;
    z-index: 99990;
}

.visible-search .search-box{
    top: 120px;
    opacity: 1;
    visibility: visible;
}

.search-box .inner-box{
    position: relative;
    display: block;
    width: 800px;
    max-width: 100%;
    padding: 50px 30px 30px;
    background: #ffffff;
    border-radius: 0;
}

.search-box .form-box{
    position: relative;
}

.search-box .auto-container{
    padding: 0 30px;
}

.search-box .s-close-btn{
    position: absolute;
    right: 12px;
    top: 7px;
    height: 30px;
    line-height: 30px;
    color: #191718;
    cursor: pointer;
    z-index: 1;
}

.search-box .s-close-btn svg{
    width: 16px;
    height: 16px;
    stroke-width: 1.25px;
}

.search-box .form-group{
    margin: 0;
}

.search-box form input{
    width: 100%;
    height: 40px;
    line-height: 24px;
    padding: 8px 0;
    background: none;
    border: none;
    font-size: 18px;
    box-shadow: none;
}


.search-box form input::placeholder,
.search-box form textarea::placeholder{
    color:#191718;
}

.search-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(0,0,0,0.50);
    opacity:0;
    visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-search .search-backdrop{
    opacity: 1;
    visibility: visible;
}

body.visible-search{
    overflow-y: hidden;
}

.search-box form{
     position: relative;
     display: block;
     padding-right: 150px;
}

.search-box .fields{
    position: relative;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.20);
}

.search-box form .row{
     margin: 0 0;
}
.search-box form .row .form-group{
     padding: 0 0;
     margin-bottom: 0;
}

.search-box form select,
.search-box form input{
     border-radius: 0;
     border: none;
     height: 68px;
     font-size: 16px;
     padding: 19px 30px;
     line-height: 30px;
     padding-left: 25px;
}
.search-box form select option{
     text-indent: 30px;
     padding-left: 30px;
}
.search-box form button{
     position: absolute;
     right: 0;
     top: 0;
     display: block;
     width: 150px;
     height: 68px;
     line-height: 38px;
     padding: 15px 10px;
     text-align: center;
     text-transform: uppercase;
     letter-spacing: 0.1em;
     color: #ffffff;
     font-size: 14px;
     background: #5de1e6;
     font-family: 'Jost', sans-serif;
     border-radius:0;
}

.search-box form button:hover{
    background: #5de1e6;
}

.search-box form button .icon{
    padding-right: 5px;
}

/*** ==================================================================== Banner Slider Section ==================================================================== ***/
 .banner-section{
     position: relative;
     margin:0px 0px;
}
 .banner-section ul, .banner-section ul li{
     list-style: none;
     margin: 0;
}
 .banner-section .banner-slider{
     position:relative;
     width:100%;
     height: 730px;
     min-height: 100vh;
     z-index: 1;
}
 .banner-section .slide-item{
     position: relative;
     width:100%;
     padding:0px;
     height: 500px;
     min-height: 100vh;
     overflow: hidden;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
}
 .banner-section .slide-item:before{
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.0);
     z-index: 1;
}
 .banner-section .slide-item .image-layer{
     position:absolute;
     left:0;
     top:0;
     width:100%;
     height:100%;
     opacity:1;
     z-index: 0;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     -webkit-transform:scale(1.1);
     -ms-transform:scale(1.1);
     transform:scale(1.1);
}
 .banner-section .active .slide-item .image-layer{
     transition: all 7000ms ease;
     -moz-transition: all 7000ms ease;
     -webkit-transition: all 7000ms ease;
     -ms-transition: all 7000ms ease;
     -o-transition: all 7000ms ease;
     -webkit-transform:scale(1);
     -ms-transform:scale(1);
     transform:scale(1);
}
 .banner-section .slide-item .image-layer:before{
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.0);
}
 .banner-section .banner-slider:before{
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.50);
     z-index: 1;
}
 .banner-section .owl-dots{
     position: absolute;
     left: 0;
     bottom: 30px;
     width: 100%;
     text-align: center;
}
 .banner-section .owl-dots .owl-dot{
     position: relative;
     display: inline-block;
     vertical-align: middle;
     margin: 0 4px;
}
 .banner-section .owl-dots .owl-dot span{
     position: relative;
     display: block;
     width: 12px;
     height: 12px;
     background: #ffffff;
     border-radius: 50%;
}
 .banner-section .owl-dots .owl-dot.active span, .banner-section .owl-dots .owl-dot:hover span{
     background: #5de1e6;
}
 .banner-section .owl-theme .owl-nav{
     position: absolute;
     left: 40px;
     right: 40px;
     height: 0;
     top: 50%;
     margin-top: -10px;
     z-index: 50;
}
 .banner-section .owl-theme .owl-nav .owl-prev, .banner-section .owl-theme .owl-nav .owl-next{
     position: absolute;
     display: inline-block;
     vertical-align: top;
     width: 54px;
     height: 54px;
     line-height: 54px;
     font-size: 20px;
     text-align: center;
     background: #f9f0da;
     color: #191718;
     margin: 0px;
     border-radius: 50%;
     -webkit-transition:all 400ms ease;
     -moz-transition:all 400ms ease;
     -ms-transition:all 400ms ease;
     -o-transition:all 400ms ease;
     transition:all 400ms ease;
}
 .banner-section .owl-theme .owl-nav .owl-prev{
     left: 0;
}
 .banner-section .owl-theme .owl-nav .owl-next{
     right: 0;
}
 .banner-section .owl-theme .owl-nav .owl-prev:hover, .banner-section .owl-theme .owl-nav .owl-next:hover{
     background: #5de1e6;
     color: #ffffff;
}
 .banner-section .owl-dots{
     display: none;
}
 .banner-section .banner-bg-video{
     position: absolute;
     top: 0%;
     left: 0%;
     width: auto;
     height: auto;
     min-height: 100%;
     min-width: 100%;
     -ms-transform-style: preserve-3d;
     -webkit-transform-style: preserve-3d;
     overflow: hidden;
     z-index: 1;
}
 .banner-section .banner-bg-video video{
     position: absolute;
     top: 52%;
     left: 52%;
     z-index: 1;
     min-height: 100%;
     min-width: 100%;
     height: 104%;
     width: 104%;
     object-fit: cover;
     -webkit-transform: translate(-52%,-52%);
     -ms-transform: translate(-52%,-52%);
     transform: translate(-52%,-52%);
}
 .banner-section .banner-bg-video:before{
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.40);
     opacity: 1;
     z-index: 2;
}
 .banner-section .content-container{
     position: relative;
     left: 0;
     top: 0;
     width: 100%;
     height: 100vh;
     min-height: 400px;
     z-index: 5;
}

.banner-section.alt-banner .content-container {
    min-height: 100vh;
}

 .banner-section .content-container .content-box{
     position:absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     display: table;
     vertical-align: middle;
     min-height: 100%;
     padding: 180px 0px 130px;
}
 .banner-section .content-container .content{
     position:relative;
     display: table-cell;
     width: 100%;
     vertical-align: bottom;
}
 .banner-section .content-container .upper-content{
     position: relative;
     max-width: 1180px;
     color: #ffffff;
     margin: 0 auto 30px;
     z-index: 10;
}
 .banner-section .content-container .upper-content h2{
     font-weight:400;
     line-height:1.10em;
     margin:0px 0px;
}
 .banner-section .content-container .upper-content h2 span{
     color: #5de1e6;
}
 .banner-section .content-container .upper-content .text{
     padding-top: 0px;
     margin: 0 auto;
     font-size:24px;
     font-family: 'Jost', sans-serif;
     line-height:1.50em;
}
 .banner-section .content-container .auto-container{
     max-width: 1180px;
}
 .banner-section .content-container .inner{
     position: relative;
     display: block;
     padding: 0 0;
     margin: 0 0;
     z-index: 10;
}

.banner-section.alt-banner .content-container .inner {
    margin: 0 0 50px;
}

 .default-search-bar{
     position: relative;
     display: block;
     text-align: center;
     background: #ffffff;
     padding: 10px;
     width: 100%;
     border-radius: 0;
}

.search-banner .default-search-bar{
    border: 1px solid #5de1e6;
}

 .default-search-bar form{
     position: relative;
     display: block;
     padding-right: 175px;
}

 .default-search-bar form .row{
     margin: 0 0;
}

.default-search-bar form .row .form-group{
     padding: 0 0;
     padding-right: 20px;
     margin-bottom: 0;
}

.search-banner .default-search-bar form .row .form-group:after{
     content: '';
     position: absolute;
     right: 0;
     top: 50%;
     margin-top: -20px;
     height: 40px;
     border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.search-banner .default-search-bar form .row .form-group:first-child:after,
.search-banner .default-search-bar form .row .form-group:last-child:after{
    display: none;
}

 .default-search-bar form .form-group .left-icon{
     right: auto;
     left: 25px;
     margin-top: -15px;
     font-size: 20px;
     color: #191718;
}
 .default-search-bar form select,
 .default-search-bar form input{
     border-radius: 0;
     border: 1px solid rgba(0, 0, 0, 0.20);
     height: 50px;
     padding: 8px 20px 8px;
     line-height: 30px;
}

.search-banner .default-search-bar form select,
.search-banner .default-search-bar form input{
    margin-top: 10px;
}

 .default-search-bar form .s-area input{
     padding-left: 70px;
}
.search-banner .default-search-bar form .s-area input{
     padding-left: 60px;
}
 .default-search-bar form select option{
     text-indent: 25px;
     padding-left: 25px;
}
 .default-search-bar form button{
     position: absolute;
     right: 0;
     top: 0;
     display: block;
     width: 175px;
     height: 50px;
     line-height: 30px;
     padding: 10px 10px;
     text-align: center;
     color: #ffffff;
     text-transform: uppercase;
     font-size: 16px;
     background: #191718;
     font-family: 'Jost', sans-serif;
     border-radius:0;
}

.search-banner .default-search-bar form button{
    height: 70px;
     padding: 20px 10px;
}

.default-search-bar form button .icon{
    font-size: 20px;
    display: none;
}
 .default-search-bar form button .txt{
     position: relative;
}

.default-search-bar form button:hover{
    background: #5de1e6;
}

.default-search-bar form .form-group .ui-selectmenu-button.ui-button{
     border: 0;
     border-radius: 0;
     height: 50px;
     line-height: 24px;
     padding-top: 12px;
     padding-bottom: 12px;
     margin-top: 10px;
}

 .default-search-bar form .form-group .alt-icon{
    right: auto;
    left: 20px;
    top: 50%;
    font-size: 20px;
    opacity: 0.50;
 }
 .default-search-bar form .form-group.cat .ui-selectmenu-button.ui-button{
    background: #191718;
    color: #ffffff;
}

.default-search-bar form .form-group.cat .ui-button .ui-icon:before{
    color: #ffffff;
}

 .default-search-bar form .form-group .ui-button .ui-icon{
     right: -8px;
     font-weight: 300;
}
 .default-search-bar form .form-group:first-child .ui-selectmenu-button.ui-button{
     border-radius: 0 0;
}

.default-search-bar .dropdown.show, .search-box .dropdown.show{
    z-index: 999999;
}

.default-search-bar .dropdown ul, .search-box .dropdown ul{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 245px;
    overflow-y: auto;
}

.default-search-bar .dropdown ul li, .search-box .dropdown ul li{
    position: relative;
    display: block;
    font-size: 15px;
    padding: 8px 20px;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.default-search-bar .dropdown ul li:last-child, .search-box .dropdown ul li:last-child{
    border-bottom: none;
}

.default-search-bar .dropdown ul li:hover, .search-box .dropdown ul li:hover{
    background: rgba(0, 0, 0, 0.075);
}

.default-search-bar .radio-sel{
    position: relative;
}

.default-search-bar .rad-block{
    position: relative;
    display: block;
    float: left;
    width: 50%;
}

.default-search-bar .rad-block input{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.default-search-bar .rad-block label{
    position: relative;
    display: block;
    margin: 0;
    text-transform: uppercase;
    background: #bef3f5;
    cursor: pointer;
    transition: all 300ms ease;
}

.default-search-bar .rad-block input:checked+label{
    background: #5de1e6;
}

.default-search-bar .rad-block span{
    position: relative;
    display: block;
    line-height: 30px;
    padding: 10px 5px;
    text-align: center;
}

.search-banner .default-search-bar .rad-block span{
    padding: 20px 5px;
}


 .default-search-bar .range-slider{
     position: relative;
     padding-left: 25px;
     padding-right: 25px;
     padding-top: 7px;
}
 .range-slider .ui-widget.ui-widget-content{
     height:8px;
     border:none;
     margin-bottom:5px;
     background:#c8c9c7;
     padding: 0 0;
     border-radius: 4px;
}
 .range-slider .ui-slider .ui-slider-range{
     top:0px;
     height:8px;
     background:#c8c9c7;
     border-radius: 4px;
}
 .range-slider .ui-state-default, .range-slider .ui-widget-content .ui-state-default{
     top:-2px;
     width:12px;
     height:12px;
     background:#5de1e6;
     cursor:pointer;
     border-radius:6px;
     border: 3px solid #5de1e6;
}
 .range-slider .price-range-slider{
}
 .range-slider .pull-left{
     float: left;
}
 .range-slider .pull-right{
     float: right;
}
 .range-slider .input{
     position: relative;
     font-size: 12px;
     color: #191718;
     line-height: 20px;
     font-family: 'Jost', sans-serif;
}
 form .form-group .range-slider .input input{
     display: inline;
     width: auto;
     font-size: 12px;
     height: 20px;
     color: #191718;
     background: none;
     border: none;
     line-height: 20px;
     padding: 0 0 0 3px;
     width: 60px;
     border-radius: 0;
}

.visible-search .ui-selectmenu-menu{
    z-index: 99996;
}
/*** ==================================================================== Properties Section ==================================================================== ***/
 .sec-title{
     position: relative;
     margin-bottom: 50px;
     z-index: 1;
}
 .sec-title.centered{
     text-align: center;
}
 .sec-title .subtitle{
     position: relative;
     font-size: 18px;
     font-weight: 400;
     color: #5de1e6;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     margin-bottom: 20px;
}
 .sec-title h2{
    text-transform: uppercase;
    letter-spacing: 0.01em;
     font-weight: 400;
     margin-bottom: 0;
}
.sec-title h2 span{
    position: relative;
    font-size: 100px;
    top: 15px;
    color: #5de1e6;
     text-transform: capitalize;
     line-height: 1em;
}
 .sec-title .text{
     position: relative;
     font-size: 18px;
     line-height: 1.4em;
     font-family: 'Jost', sans-serif;
     margin-top: 40px;
}

.sec-title.centered .text{
    max-width: 900px;
    margin: 40px auto 0;
}
 .sec-title .links-box{
     position: relative;
     padding-top: 35px;
}

 .sec-title .links-box .theme-btn{
     position: relative;
     margin: 0 30px 20px 0;
     min-width: 180px;
     padding: 8px 30px;
}

.ub-section{
     position:relative;
     padding: 170px 0 50px;
}

.ub-section .sec-title{
    left: 20%;
    margin-left: 50px;
}

.ub-section .sec-title h2 span{
    top: -30px;
    font-family: "Caveat", cursive;
}

.ub-section .content-box{
    position: relative;
    min-height: 250px;
}

.ub-section .ub-images{
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    min-height: 265px;
}

.ub-section .ub-image{
    position: absolute;
    height: 265px;
    width: 20%;
}

.ub-section .ub-image .image-layer{
     position:absolute;
     left:0;
     top:0;
     width:100%;
     height:100%;
     z-index: 0;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     transition: all 500ms ease;
}

.ub-section .ub-image img{
    display: none;
}

.ub-section .img-1{
    left: 0;
    bottom: 0;
}

.ub-section .img-2{
    right: 30%;
    margin-right: 25px;
    bottom: 40px;
    width: 15%;
    height: 240px;
}

.ub-section .img-3{
    right: 0;
    bottom: 40px;
    height: 375px;
    width: 30%;
}

.properties-section{
     position:relative;
     padding: 170px 0 130px;
}

 .properties-section .sec-title{
    margin-bottom: 150px;
 }

 .properties-section .sec-title .text{
    max-width: none;
    font-size: 22px;
    line-height: 1.3em;
 }

 .properties-section .lower-title{
    position: relative;
    margin-left: 90px;
    margin-bottom: 60px;
 }

 .properties-section .lower-title:before{
    content: '';
    position: absolute;
    left: 290px;
    top: -60px;
    bottom: -270px;
    right: 170px;
    background: #bef3f5;
 }

  .properties-section .lower-title h2{
    position: relative;
    text-transform: uppercase;
  }

  .properties-section .lower-title h2 span{
    position: relative;
    font-size: 100px;
    top: 15px;
    color: #5de1e6;
    text-transform: capitalize;
  }

 .properties-section .carousel-box{
     position: relative;
     margin: 0 0;
}
 .properties-section .carousel-box .owl-theme{
     padding: 0 0;
}

.properties-section .carousel-box .owl-theme .owl-stage-outer{
    overflow: visible;
     padding: 5px 5px 5px 5px;
}

.properties-section .carousel-box .owl-theme .owl-stage-outer:before{
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 0px;
    background: #ffffff;
    z-index: 5;
    width: 2000px;
    height: 100%;

}

 .property-block{
     position: relative;
     margin-bottom: 30px;
}

 .owl-theme .property-block,
 .owl-theme .property-block-two{
     margin-bottom: 0;
}

.property-block .no-listing{ 
    position: relative;
    display: block;
    padding: 120px 0;
    text-transform: capitalize;
    color: #777777;
    text-align: center;
}
 .property-block .inner-box{
     position: relative;
     color: #191718;
     min-height: 100%;
     background: #ffffff;
     padding: 12px;
     
     box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.15);
     -moz-transition:all 0.3s ease;
     -webkit-transition:all 0.3s ease;
     -ms-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
     transition:all 0.3s ease;
}
 .owl-theme .property-block .inner-box{
    margin-right: 8px;
}
 .property-block .item-info{
     position: absolute;
     left: 20px;
     top: 20px;
     z-index: 1;
}
 .property-block .item-info .status{
     position: relative;
     display: inline-block;
     vertical-align: top;
     font-size: 12px;
     line-height: 20px;
     padding: 4px 15px;
     background: #00ade6;
     color: #ffffff;
     text-transform: uppercase;
     margin-right: 7px;
     border-radius: 5px;
}
 .property-block .item-info .type{
     position: relative;
     display: inline-block;
     vertical-align: top;
     font-size: 12px;
     line-height: 20px;
     padding: 4px 15px;
     background: #005a8c;
     color: #ffffff;
     text-transform: uppercase;
     margin-right: 7px;
     border-radius: 5px;
}
 .property-block .image-box{
     position: relative;
     display: block;
     transition: all 500ms ease;
     overflow: hidden;
}
 .property-block .inner-box:hover .image-box{
     
}
 .property-block .image-box .image{
     position: relative;
     display: block;
     width: 100%;
     height: 320px;
}
 .property-block .image-box img{
     position: relative;
     display: block;
     width: 100%;
     border-radius: 0 0;
     transition:all 0.5s ease;
     display: none;
}
 .property-block:hover .image-box img,
 .property-block:hover .image-box .image-layer{
    transform: scale(1.05);
}
 .property-block .image-box .image-layer{
     position:absolute;
     left:0;
     top:0;
     width:100%;
     height:100%;
     z-index: 0;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     transition: all 500ms ease;
}
 .property-block .image-box .overlink{
     position:absolute;
     left:0;
     top:0;
     width:100%;
     height:100%;
     z-index: 0;
}
 .property-block .lower-box{
     position: relative;
     display: block;
     padding: 15px 10px 7px;
}
 .property-block .p-title{
     position: relative;
     color: #191718;
     font-size: 16px;
     font-weight: 400;
     line-height: 1.5em;
     margin-bottom: 10px;
}
 .property-block .p-title a{
     color: #191718;
}
 .property-block .pricing{
     position: relative;
     color: #191718;
     font-size: 24px;
     font-weight: 500;
     font-family: 'Jost', sans-serif;
     line-height: 1.4em;
     margin: 0 0 10px;
}
 .property-block .pricing .period{
     color: #5de1e6;
}

.property-block .specs{
     position: relative;
     margin: 0 0;
}

.property-block .specs ul{
     position: relative;
     margin: 0 0;
     padding: 0 0 20px;
}

.search-page .property-block .specs ul{
    padding-bottom: 0;
}

.property-block .specs ul li{
     position: relative;
     list-style: none;
     display: inline-block;
     vertical-align: top;
     font-size: 14px;
     font-family: 'Jost', sans-serif;
     color: #191718;
     line-height: 24px;
     padding: 0 0;
     margin-right: 15px;
     margin-bottom: 7px;
}
 .property-block .specs ul li:last-child{
     margin-right: 0;
}
 .property-block .specs ul li .icon{
     position: relative;
     top: 2px;
     font-size: 24px;
     color: #5de1e6;
     line-height: 24px;
     padding-right: 7px;
}
 .property-block .specs ul li .icon img{
     position: relative;
     display: inline-block;
     vertical-align: middle;
     width: auto;
     max-height: 28px;
}
 .property-block .contact-info{
     position: absolute;
     right: 0;
     bottom: 0;
     padding: 0 25px 15px;
}
 .property-block .contact-info .info{
     position: relative;
     text-align: right;
     color: #191718;
     line-height: 24px;
}
 .property-block .contact-info .info .tel, 
 .property-block .contact-info .info .email, 
 .property-block .contact-info .info .wa{
     position: relative;
     display: inline-block;
     vertical-align: top;
     width: 40px;
     height: 40px;
     line-height: 40px;
     margin-right: 10px;
     border-radius: 50%;
}
 .property-block .contact-info .info .wa{
     margin-right: 0;
}
 .property-block .contact-info .info .tel a, 
 .property-block .contact-info .info .email a, 
 .property-block .contact-info .info .wa a{
     position: relative;
     display: block;
     font-size: 22px;
     text-align: center;
     line-height: 40px;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     color: #ffffff;
     background: #191718;
}
 .property-block .contact-info .info .tel a:hover, 
 .property-block .contact-info .info .wa a:hover{
     background: #5de1e6;
     color: #ffffff;
}
 .property-block .contact-info .info .tel a{
     font-size: 20px;
}

 .property-block .location{
    position: relative;
    padding: 12px 0 0;
    line-height: 24px;
    border-top: 1px solid #7bd6d9;
    margin-bottom: 16px;
 }

  .property-block .location .icon{
    position: relative;
    top: 1px;
    color: #5de1e6;
    padding-right: 10px;
    font-size: 20px;
  }

 .properties-section .owl-theme .owl-dots{
     display: none;
}
 .properties-section .owl-theme .owl-nav{
     position: absolute;
     left: -130px;
     top: 140px;
     z-index: 10;
}
 .properties-section .owl-theme .owl-nav .owl-next, 
 .properties-section .owl-theme .owl-nav .owl-prev{
     position: relative;
     top: 0;
     width: 70px;
     height: 70px;
     display: block;
     background: rgba(0, 0, 0, 0.0);
     border: none;
     color: #5de1e6;
     line-height: 68px;
     text-align: center;
     border: 1px solid #5de1e6;
     font-size: 20px;
     font-weight: 400;
     border-radius: 50%;
     margin: 0 0 15px;
     -moz-transition:all 0.3s ease;
     -webkit-transition:all 0.3s ease;
     -ms-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
     transition:all 0.3s ease;
}
 .properties-section .owl-theme .owl-nav .owl-prev{
     
}
 .properties-section .owl-theme .owl-nav .owl-next{
     
}

 .properties-section .owl-theme .owl-nav .owl-prev:hover, 
 .properties-section .owl-theme .owl-nav .owl-next:hover{
     background: #5de1e6;
     color: #ffffff;
     border-color: #5de1e6;
}

 .properties-section .more-link-box{
     position: relative;
     text-align: center;
     padding-top: 40px;
}

.tabs-box{
    position: relative;
}

.tabs-box .tab-buttons{
    position: relative;
    margin: 0 0 20px;
}

.tabs-box .tab-buttons{
    position: relative;
    margin: 0 0;
    text-align: center;
    padding-bottom: 20px;
}

.tabs-box .tab-buttons .tab-btn{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px;
    list-style: none;
    cursor: pointer;
}

.tabs-box .tab-buttons .tab-btn.active-btn,
.tabs-box .tab-buttons .tab-btn:hover{
    
}

.tabs-box .tabs-content{
    position: relative;
}

.tabs-box .tabs-content .tab{
    position: relative;
    display: none;
}

.tabs-box .tabs-content .active-tab{
    display: block;
}

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

.property-tabs-box .tab-buttons{
    position: absolute;
    right: 230px;
    top: -120px;
}

.property-tabs-box .tab-buttons .tab-btn{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-transform: uppercase;
    color: #191718;
    font-weight: 400;
    list-style: none;
    background: #ffffff;
    line-height: 30px;
    padding: 10px 30px;
    min-width: 150px;
    border: 1px solid #5de1e6;
    text-align: center;
    margin: 0 0 20px 25px;
    letter-spacing: 0.1em;
    transition: all 300ms ease;
    cursor: pointer;
}

.property-tabs-box .tab-buttons .tab-btn.active-btn,
.property-tabs-box .tab-buttons .tab-btn:hover{
    background: #5de1e6;
    color: #191718;
}

.property-tabs-box .tabs-content{
    position: relative;
}

.property-tabs-box .tabs-content .tab{
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.property-tabs-box .tabs-content .active-tab{
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    height: auto;
    overflow: visible;
}


/*** 

====================================================================
    Get Quote
====================================================================

***/

.get-quote{
    position: relative;
}

.get-quote .outer-box{
    position:relative;
    padding: 70px 50px 80px;
    background: #e4fafb;
    overflow: hidden;
}

.get-quote .outer-box .inner-box{
    position: relative;
    max-width: 1420px;
    margin: 0 auto;
}

.get-quote .outer-box .content{
    position: relative;
    float: right;
    width: 100%;
    max-width: 580px;
}

.get-quote .outer-box .form-box{
    position: relative;
    width: 100%;
}

.get-quote .outer-box .form-box button{
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 30px;
    padding: 15px 30px;
    font-size: 18px;
    text-transform: uppercase;
}

.get-quote form .form-group{
    margin-bottom: 15px;
}

.get-quote form textarea{
    height: 64px;
}

.get-quote form textarea,
.get-quote form input,
.get-quote form .form-group .ui-selectmenu-button.ui-button{
    height: 64px;
    line-height: 28px;
    padding: 17px 20px;
    padding-left: 40px;
    border-radius: 0;
}

.get-quote form .form-group .iti{
    display: block;
    z-index: 10;
}

.get-quote form .form-group .iti__selected-flag{
    padding-left: 20px;
    padding-right: 10px;
}

.get-quote form .form-group ul .iti__divider{
    display: none;
}

.get-quote form .form-group .iti__country-list--dropup li{
    font-size: 14px;
}

.get-quote .terms{
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #191718;
}

.get-quote .terms a{
    color: #191718;
    text-decoration: underline;
}

.get-quote .form-col{
    position: relative;
}

.get-quote .form-col .inner{
    position: relative;
    padding-left: 30px;
}

.get-quote .image-col{
    position: relative;
}

.get-quote .image-col .img-col{
    position: relative;
}

.get-quote .image-col .img-col .image{
    position: relative;
    height: 240px;
    margin-bottom: 20px;
}

.get-quote .image-col .img-col.last .image{
    height: 500px;
}

.get-quote .image-col .img-col .image img{
    display: none;
    width: 100%;
}

.get-quote .image-col .image .image-layer{
     position:absolute;
     left:0;
     top:0;
     width:100%;
     height:100%;
     z-index: 0;
     background-repeat: no-repeat;
     background-position: center top;
     background-size: cover;
}


/*** ==================================================================== Popular Areas Section ==================================================================== ***/

.popular-areas{
     position:relative;
     padding: 170px 0 100px;
}

.popular-areas .sec-title{
    position: relative;
    margin-bottom: 60px;
 }

.popular-areas .sec-title:before{
    content: '';
    position: absolute;
    left: 380px;
    top: -40px;
    bottom: -250px;
    right: 170px;
    background: #bef3f5;
 }

.popular-areas .sec-title h2{
    position: relative;
    text-transform: uppercase;
  }

.popular-areas .sec-title h2 span{
    position: relative;
    text-transform: capitalize;
  }

 .popular-areas .carousel-box{
     position: relative;
}
 .popular-areas .carousel-box .owl-theme{
     padding: 0 0;
}

.popular-areas .carousel-box .owl-theme .owl-stage-outer{
    overflow: visible;
}

.popular-areas .carousel-box .owl-theme .owl-stage-outer:before{
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 0px;
    background: #ffffff;
    z-index: 5;
    width: 2000px;
    height: 100%;

}
 .area-block{
     position: relative;
     margin-bottom: 30px;
}
 .popular-areas .owl-theme .owl-item{
     transition:all 0.3s ease;
}
 .popular-areas .owl-theme .active.owl-item{
     transform: scale(1.0);
}
 .area-block .inner-box{
     position: relative;
     -moz-transition:all 0.3s ease;
     -webkit-transition:all 0.3s ease;
     -ms-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
     transition:all 0.3s ease;
}
 .area-block .image-box{
     position: relative;
     display: block;
     transition: all 500ms ease;
     overflow: hidden;
}
 .area-block .image-box img{
     position: relative;
     display: block;
     width: 100%;
     border-radius: 0 0;
     transition:all 0.5s ease;
}
 .area-block .inner-box:hover .image-box img{
     transform: scale(1.05);
}
 .area-block .info{
     position: relative;
     padding: 25px 0 0;
     text-align: center;
     z-index: 10;
}
 .active .area-block .info{
     opacity: 1;
     visibility: visible;
}
 .area-block .info h5{
     margin-bottom: 0;
}
 .area-block .info h5 a{
     color: #191718;
}
 .area-block .info .link-box{
     position: relative;
     padding-top: 20px;
}

.area-block .info .link-box .theme-btn{
    line-height: 24px;
    padding: 8px 25px;
    font-size: 12px;
    min-width: 0;
}

.popular-areas .owl-dots {
    position: relative;
    padding-top: 20px;
    width: 100%;
    text-align: center;
}

.popular-areas .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.popular-areas .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #d0d0d0;
    border-radius: 50%;
}

.popular-areas .owl-dots .owl-dot.active span,
.popular-areas .owl-dots .owl-dot:hover span {
    background: #5de1e6;
}

.popular-areas .owl-theme .owl-dots{
     display: none;
}
 .popular-areas .owl-theme .owl-nav{
     position: absolute;
     right: 220px;
     top: -130px;
     z-index: 10;
}
 .popular-areas .owl-theme .owl-nav .owl-next, 
 .popular-areas .owl-theme .owl-nav .owl-prev{
     position: relative;
     top: 0;
     width: 72px;
     height: 72px;
     display: inline-block;
     background: #5de1e6;
     border: 1px solid #5de1e6;
     color: #ffffff;
     line-height: 70px;
     text-align: center;
     border: 1px solid #5de1e6;
     font-size: 18px;
     font-weight: 400;
     border-radius: 50%;
     margin: 0 0 0 15px;
     -moz-transition:all 0.3s ease;
     -webkit-transition:all 0.3s ease;
     -ms-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
     transition:all 0.3s ease;
}
 .popular-areas .owl-theme .owl-nav .owl-prev{
     
}
 .popular-areas .owl-theme .owl-nav .owl-next{
     
}
 .popular-areas .owl-theme .owl-nav .owl-prev:hover, 
 .popular-areas .owl-theme .owl-nav .owl-next:hover{
     background: #ffffff;
     color: #5de1e6;
     border-color: #5de1e6;
}

/*** ==================================================================== News Section ==================================================================== ***/

.news-section{
     position:relative;
     padding: 50px 0 90px;
     overflow: hidden;
}

.news-section.alt-padd{
    padding-top: 150px;
}

.news-section .sec-title{
    position: relative;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 70px;
 }

.news-section .sec-title:before{
    content: '';
    position: absolute;
    left: -80px;
    top: -40px;
    bottom: -250px;
    right: -80px;
    background: #bef3f5;
 }

.news-section .sec-title h2{
    position: relative;
    text-transform: uppercase;
  }

.news-section .sec-title h2 span{
    position: relative;
    text-transform: capitalize;
  }

 .news-section .news-box{
     position: relative;
     margin: 0 80px;
     z-index: 5;
}

.news-section .carousel-box{
    position: relative;
    display: none;
}

.news-section .owl-dots {
    position: relative;
    padding-top: 20px;
    width: 100%;
    text-align: center;
}

.news-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.news-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #d0d0d0;
    border-radius: 50%;
}

.news-section .owl-dots .owl-dot.active span,
.news-section .owl-dots .owl-dot:hover span {
    background: #5de1e6;
}

.news-section .owl-theme .owl-nav{
     position: absolute;
     left: 0;
     right: 0;
     top: 25%;
     z-index: 10;
}
 .news-section .owl-theme .owl-nav .owl-next, 
 .news-section .owl-theme .owl-nav .owl-prev{
     position: absolute;
     top: 0;
     width: 60px;
     height: 60px;
     display: inline-block;
     background: #ffffff;
     color: #191718;
     line-height: 58px;
     text-align: center;
     border: 1px solid #5de1e6;
     font-size: 18px;
     font-weight: 400;
     border-radius: 50%;
     margin: 0 0;
     -moz-transition:all 0.3s ease;
     -webkit-transition:all 0.3s ease;
     -ms-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
     transition:all 0.3s ease;
}
 .news-section .owl-theme .owl-nav .owl-prev{
     left: -15px;
}
 .news-section .owl-theme .owl-nav .owl-next{
     right: -15px;
}
 .news-section .owl-theme .owl-nav .owl-prev:hover, 
 .news-section .owl-theme .owl-nav .owl-next:hover{
     background: #5de1e6;
     color: #ffffff;
     border-color: #5de1e6;
}

.news-block{
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .news-block{
    margin-bottom: 0;
}

.news-block .inner-box{
     position: relative;
}
 .news-block .image-box{
     position: relative;
     display: block;
     transition: all 500ms ease;
     overflow: hidden;
}
 .news-block .image-box img{
     position: relative;
     display: block;
     width: 100%;
     border-radius: 0 0;
     transition:all 0.5s ease;
}
 .news-block .inner-box:hover .image-box img{
     transform: scale(1.05);
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);

}
 .news-block .lower{
     position: relative;
     padding: 20px 0 0;
     z-index: 10;
}

.news-block .lower h6{
    font-size: 17px;
    line-height: 24px;
    height: 48px;
    font-family: 'Jost', sans-serif;
     margin-bottom: 15px;
     overflow: hidden;
}

.news-block .lower h6 a{
     color: #191718;
}

.news-block .lower .text{
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
    color: #acacac;
    margin-bottom: 10px;
}

.news-block .info{
    position: relative;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.news-block .info .link-box{
     position: relative;
     float: right;
}

.news-block .info .link-box .theme-btn{
    line-height: 24px;
    padding: 7px 20px;
    font-size: 12px;
    min-width: 0;
}

.news-block .info .date{
     position: relative;
     float: left;
     color: #868383;
     font-size: 13px;
     line-height: 30px;
     padding-top: 5px;
}

.news-block .info .date .icon{
    position: relative;
    top: 1px;
    font-size: 19px;
    padding-right: 10px;
}

/*** ==================================================================== FAQs Section ==================================================================== ***/

.faqs-section{
     position:relative;
     padding: 0 0 80px;
}

.faqs-section .sec-title{
    position: relative;
    margin-bottom: 80px;
 }

 .faqs-section .sec-title h2 span{
    position: relative;
    text-transform: capitalize;
 }

 .faqs-section .faq-box{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
 }

 .accordion-box{
    position: relative;
    margin: 0;
}

.accordion-box ::marker{
    display: none;
}

.accordion-box .block{
    position: relative;
    list-style: none;
    display: block;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}

.accordion-box .block:last-child{
    border-bottom: none;
    margin-bottom: 0;
}

.accordion-box .block .acc-btn{
    position:relative;
    top: 0;
    width: 100%;
    font-size:16px;
    line-height:24px;
    font-weight:400;
    color: #191718;
    cursor:pointer;
    padding:0 30px 12px 0;
}

.accordion-box .block.active-block .acc-btn{
    
}

.accordion-box .block .acc-btn:after{
    content: "\2b";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 0px;
    top: 0;
    height: 24px;
    font-size: 18px;
    color: #5de1e6;
    font-weight: 800;
    line-height: 22px;
    cursor:pointer;
    -webkit-transition:all 400ms ease;
    -moz-transition:all 400ms ease;
    -ms-transition:all 400ms ease;
    -o-transition:all 400ms ease;
    transition:all 400ms ease;
}

.accordion-box .block .acc-btn.active:after{
    content: "\f068";
}

.accordion-box .block .acc-content{
    position:relative;
    width: 100%;
    display: none;
}

.accordion-box .active-block .acc-content{
    display:block;
}

.accordion-box .block .content{
    position:relative;
    padding: 5px 0 20px;
}

.accordion-box .block .content .text{
    display: block;
    line-height: 24px;
    margin: 0;
    font-size: 15px;
}

.accordion-box .block .content ul{
    margin-left: 38px;
    margin-bottom: 0;
}

.accordion-box .block .content ul li{
    line-height: 24px;
    margin-bottom: 20px;
}

.accordion-box .block .content ul li:last-child{
    margin-bottom: 0;
}

/*** ==================================================================== Main Footer ==================================================================== ***/
 .main-footer{
     position: relative;
     color: #c8c9c7;
     font-size: 14px;
     line-height: 20px;
     background: #191718;
     overflow: hidden;
}
 .main-footer ul, .main-footer ul li{
     list-style: none;
     margin: 0;
}

 .main-footer .upper-section{
     position: relative;
     padding: 60px 0 40px;
}
 .main-footer .upper-section .footer-column{
     position: relative;
     margin-bottom: 30px;
}
 .main-footer .upper-section h6{
    font-size: 17px;
     text-transform: uppercase;
     font-weight: 400;
     margin-bottom: 25px;
}

.main-footer .upper-section h6 span{
    position: relative;
}

.main-footer .upper-section h6 span:after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 100%;
    margin-left: 12px;
    width: 35px;
    border-bottom: 5px solid #5de1e6;
}

 .main-footer .upper-section .footer-column ul{
     margin-bottom: 0;
}
 .main-footer .upper-section .inner-container{
     position: relative;
     padding-left: 450px;
     min-height: 340px;
}

 .main-footer .upper-section .info-col{
    padding-left: 380px;
 }

 .main-footer .left-info{
     position: absolute;
     left: 0;
     top: 40px;
     width: 100%;
     max-width: 330px;
}

 .main-footer .left-info .logo{
     position: relative;
     margin-bottom: 45px;
}

 .main-footer .left-info .logo img{
     max-height: 150px;
}

 .main-footer .left-info .text{
    position: relative;
 }

  .main-footer .footer-bottom{
    position: relative;
    line-height: 24px;
    color: #c8c9c7;
    border-top: 1px solid #5de1e6;
  }

 .main-footer .footer-bottom .inner{
     position: relative;
     padding: 25px 0 35px;
}
 .main-footer .footer-bottom .text{
     position: relative;
}

.main-footer .footer-bottom .bottom-links{
     position: relative;
     float: right;
}

 .main-footer .footer-bottom .copyright{
     position: relative;
     float: left;
}
 .main-footer .footer-bottom .bottom-links a{
     color: #c8c9c7;
}
 .main-footer .footer-bottom .bottom-links a:hover{
     text-decoration: underline;
     color: #ffffff;
}

 .main-footer .upper-section .links{
     position: relative;
}
 .main-footer .upper-section .links li{
     position: relative;
     display: block;
     font-weight: 400;
     font-size: 14px;
     line-height: 20px;
     text-transform: capitalize;
     margin-bottom: 5px;
}
 .main-footer .upper-section .links li:last-child{
     margin-bottom: 0;
}
 .main-footer .upper-section .links li a{
     position: relative;
     color: #c8c9c7;
}
 .main-footer .upper-section .links li a:hover{
     text-decoration: underline;
     color: #ffffff;
}
 .main-footer .upper-section .info{
     position: relative;
}
 .main-footer .upper-section .info li{
     position: relative;
     display: block;
     font-weight: 400;
     font-size: 14px;
     line-height: 20px;
     text-transform: none;
     margin-bottom: 5px;
}
 .main-footer .upper-section .info li:last-child{
     margin-bottom: 0;
}
 .main-footer .upper-section .info li a{
     position: relative;
     color: #c8c9c7;
}
 .main-footer .upper-section .info li a:hover{
    text-decoration: underline;
    color: #ffffff;
}

.main-footer .upper-section .info li.address{
    padding-top: 10px;
}

 .main-footer .news-form{
     position: relative;
}

 .main-footer .news-form .text{
     position: relative;
     color: #c8c9c7;
     font-size: 14px;
     line-height: 20px;
     margin-bottom: 20px;
}

 .main-footer .news-form .lower-text{
     position: relative;
     padding-top: 20px;
     line-height: 20px;
     color: #ffffff;
     font-size: 14px;
}

.main-footer .news-form .lower-text a{
    color: #ffffff;
}

.main-footer .news-form .lower-text a:hover{
    text-decoration: underline;
}

 .main-footer .news-form .form-group{
     position: relative;
     margin-bottom: 10px;
}
 .news-form form input{
    padding: 12px 20px;
     background: #bef3f5;
     font-size: 14px;
     line-height: 20px;
     height: 46px;
     border: none;
     border-bottom: 1px solid #bef3f5;
     border-radius: 0;
     color: #191718;
}
 .news-form form input:focus{
    background: #ffffff;
 }
 
 .main-footer .news-form .form-group button{
    position: relative;
    float: right;
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    min-width: 100px;
    padding: 8px 20px;
}

.main-footer .news-form .form-group button:before{
    background: #ffffff;
}

.main-footer .news-form .form-group button:hover{
    color: #191718;
}

 .news-form form ::-webkit-input-placeholder{
    color: #191718;
}
 .news-form form ::-moz-input-placeholder{
    color: #191718;
}
 .news-form form ::-ms-input-placeholder{
    color: #191718;
}
 
.default-social{
     position: relative;
     padding-top: 25px;
}

.main-footer .default-social{
    padding-top: 0;
}

.default-social ul{
    margin:  0 0;
}

 .default-social ul li{
     position: relative;
     display: inline-block;
     vertical-align: top;
     margin-right: 10px;

}
 .default-social ul li a{
     position: relative;
     display: block;
     line-height: 28px;
     text-align: center;
     width: 32px;
     height: 32px;
     color: #ffffff;
     border: 2px solid #ffffff;
     border-radius: 50%;
     transition: all 500ms linear;
}
 .default-social li a:before{
     content: '';
     position: absolute;
     left: -2px;
     right: -2px;
     top: -2px;
     bottom: -2px;
     background: rgba(0, 0, 0, 0.0);
     border-radius: 50%;
     transition: all 500ms linear;
}
 .default-social li a i{
     position: relative;
     line-height: 28px;
     font-size: 14px;
     z-index: 1;
}
 .default-social li:hover a{
     background: rgba(0, 0, 0, 0.0);
     color: #ffffff;
     border-color: rgba(0, 0, 0, 0.0);
     transform: rotate(360deg);
}
 .default-social li.facebook:hover a:before{
     background: #3b5998;
     transform: rotate(135deg);
     border-radius: 5px;
}
 .default-social li.twitter:hover a:before{
     background: #1da1f2;
     transform: rotate(135deg);
     border-radius: 5px;
}
 .default-social li.linkedin:hover a:before{
     background: #0a66c2;
     transform: rotate(135deg);
     border-radius: 5px;
}
 .default-social li.instagram:hover a:before{
     background: #c32aa3;
     transform: rotate(135deg);
     border-radius: 5px;
}
 .default-social li.youtube:hover a:before{
     background: #ff0000;
     transform: rotate(135deg);
     border-radius: 5px;
}
 
.fixed-wa{
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #25D366;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    color: #ffffff;
    padding: 10px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
    border-radius: 50%;
    z-index: 999;
}

.fixed-wa a{
    color: #ffffff;
}


/*** ==================================================================== Contact Section ==================================================================== ***/

.page-info{
    position:relative;
    padding-top: 230px;
    z-index: 10;
}

.page-info .inner{
    position:relative;
    padding: 18px 0px;
    background: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    z-index: 10;
}

.page-info.no-margin{
    padding-top: 0;
}

.page-info.light-color{
    
}

.page-info.light-color .inner{
    background: #191718;
}

.page-info .auto-container{
    
}

.page-info .back-link{
    position: relative;
    float: right;
}

.page-info .back-link a{
    font-size: 13px;
    color: #9e9d9d;
    line-height: 20px;
    line-height: 15px;
}

.page-info .back-link a:hover{
    color:#191718;
    text-decoration: underline;
}

.page-info .share-link{
    position: relative;
    float: right;
}

.page-info .share-link a{
    position: relative;
    color: #191718;
    font-size: 14px;
    line-height: 20px;
}

.page-info .share-link a:hover{
    text-decoration: underline;
}

.page-info .share-link a i{
    position: relative;
    padding-right: 12px;
}

.page-info .bread-crumb{
    position: relative;
    float: left;
}

.page-info ul,
.page-info ul li{
    list-style: none;
    margin: 0;
}

.page-info .bread-crumb ul li{
    position: relative;
    display: block;
    float: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #191718;
    margin-right: 34px;
}

.page-info .bread-crumb ul li:last-child{
    margin-right: 0;
}

.page-info .bread-crumb ul li:before{
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: -34px;
    top: 1px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    width: 34px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.page-info .bread-crumb ul li:last-child:before{
    display: none;
}

.page-info .bread-crumb ul li a{
    position: relative;
    line-height: 20px;
    color: #020202;
}

.page-info.light-color .bread-crumb ul li a{
    color: #ffffff;
}

.page-info .bread-crumb ul li a:hover{
    text-decoration: underline;
}

.page-info .bread-crumb ul li a:hover,
.page-info .bread-crumb ul li.active{
    color: #5de1e6;
}

.contact-section{
     position:relative;
     padding: 30px 0 90px;
     background: #191718;
     color: #ffffff;
}

.alt-container{
    max-width: 1440px;
}

 .contact-section .info-col{
    position: relative;
    order: 12;
    margin-bottom: 30px;
 }

  .contact-section .info-col .inner{
    position: relative;
    padding-left: 70px;
  }

   .contact-section h2{
    font-size: 40px;
    color: #5de1e6;
    margin-bottom: 40px;
   }

.contact-section .form-col .text{
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    margin-bottom: 40px;
}


 .contact-section .info{
    position: relative;
 }

 .contact-section .info ul{
    margin: 0 0;
 }

 .contact-section .info ul li{
    position: relative;
    list-style: none;
    min-height: 54px;
    padding-top: 5px;
    padding-left: 84px;
    margin-bottom: 20px;
 }

 .contact-section .info ul li:last-child{
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
 }

 .contact-section .info ul li .icon-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    line-height: 52px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    background: none;
    border: 1px solid #5de1e6;
    border-radius: 50%;
 }

 .contact-section .info ul li .icon-box img{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    height: 36px;
 }

 .contact-section .info ul li .icon-box img.alt{
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: 50%;
    margin-top: -18px;
 }

 .contact-section .info ul li .icon-box svg{
    stroke-width: 1.5px;
 }

 .contact-section .info ul li .icon-box i{
    font-weight: 300 !important;
 }

 .contact-section .info ul li h5{
    margin-bottom: 3px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 22px;
 }

  .contact-section .info ul li .text{
    position: relative;
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
 }

 .contact-section .info ul li .text a{
    color: #ffffff;
 }

 .contact-section .info ul li a:hover{
    color: #5de1e6;
 }

 .contact-section .form-col{
    position: relative;
    order: 0;
    margin-bottom: 30px;
 }

 .contact-section .form-col .inner{
    position: relative;
    margin-right: 30px;
 }

 .contact-section .form-box{
    position: relative;
 }

 .site-form form .row{
    margin: 0 -20px;
 }

 .site-form form .row .form-group{
    padding: 0 20px;
    margin-bottom: 30px;
 }

  .site-form form .row{
    margin: 0 -10px;
  }

 .site-form form .row .form-group{
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
 }

 .site-form form .form-group .field-inner{
    position: relative;
    padding: 14px 12px 12px;
    background: none;
    border: 1px solid #5de1e6;
 }

 .site-form form .form-group .f-label{
    position: relative;
    display: block;
    padding: 0 7px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 3px;
 }

 .site-form form .form-group input,
 .site-form form .form-group select,
 .site-form form .form-group textarea{
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    padding: 0 7px;
    height: 24px;
    border: none;
    background-color: transparent;
 }

 .site-form form input::placeholder,
.site-form form textarea::placeholder{
    color:rgba(255, 255, 255, 0.50);
}

 .site-form form .form-group input[type="file"]{
    height: 36px;
    padding: 5px 7px;
    border-radius: 0;
 }

 .site-form form .form-group select{
    padding-right: 0;
    color: #ffffff;
    background:  url(../images/icons/icon-select-2.png) right center no-repeat;
 }

 .site-form form .form-group select option{
    color: #191718;
 }

 .site-form form .form-group textarea{
    height: 230px;
 }

 .site-form form .form-group button{
    display: block;
    width: 100%;
    color: #ffffff;
    border-color: #5de1e6;
 }

 .site-form .agree{
    position: relative;
    font-size: 14px;
    color: #959393;
    padding-top: 5px;
    line-height: 20px;
 }

 .site-form .agree a{
    color: #959393;
    text-decoration: underline;
 }

 .site-form .agree a:hover{
    color: #ffffff;
    text-decoration: none;
 }

 .map-section{
    position: relative;
    background: #fafafa;
    border-radius: 0;
}

.map-section iframe{
    position: relative;
    display: block;
    width: 100%;
    height: 580px;
    outline: none;
    border: none;
    background: #fafafa;
    text-align: center;
    border-radius: 0;
}

/*** ==================================================================== CTA Section ==================================================================== ***/

.cta-section{
    position:relative;
    padding: 60px 0px 40px;
}

.cta-section.no-pad-top{
    padding-top: 0;
}

.cta-section .title-col{
    padding-top: 3px;
    margin-bottom: 20px;
}

.cta-section .title-col h3{
    color: #5de1e6;
    margin-bottom: 0;
}

.cta-section .link-col{
    margin-bottom: 20px;
    text-align: right;
}

.cta-section .link-box{

}

.cta-section .link-box a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding-left: 40px;
    padding-right: 40px;
}

/*** ==================================================================== CTA Section Two ==================================================================== ***/

.cta-two{
    position:relative;
    padding: 60px 0px 120px;
}

.cta-two.no-pad-top{
    padding-top: 0;
}

.cta-two .content{
    position: relative;
    text-align: center;
}

.cta-two h2{
    margin-bottom: 50px;
}

.cta-two .link-box{

}

.cta-two .link-box a{
    position: relative;
    min-width: 250px;
}

/*** 

====================================================================
    Property Single Page
====================================================================

***/

.property-single{
    position: relative;
    background: #f3f4f5;
}

.property-details .share-property{
    position: relative;
}

.property-details .share-property .share-link{
    position: relative;
    float: right;
    margin-bottom: 20px;
}

.property-details .share-property .share-link a{
    position: relative;
    color: #020202;
    font-size: 12px;
    line-height: 20px;
}

.property-details .share-property .share-link a:hover{
    text-decoration: underline;
}

.property-details .share-property .share-link a i{
    position: relative;
    padding-right: 12px;
}

.property-gallery{
    position: relative;
}

.property-gallery .carousel-box{
    position: relative;
    padding-left: 50%;
    overflow: hidden;
}

.property-gallery .carousel-box .owl-theme{
    position: static;
}

.property-gallery .carousel-box .owl-stage-outer{
    overflow: visible;
}

.property-gallery .image-block{
    position: relative;
    margin-bottom: 20px;
}

.property-gallery .image-block .overlink{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.property-gallery .image-col,
.property-gallery .image-block.half{
    position: relative;
    padding: 0 10px;
}

.property-gallery .row{
    margin: 0 -10px;
}

.property-gallery .image-block .image-box{
    position: relative;
    display: block;
    height: 500px;
    overflow: hidden;
}

.property-gallery .image-block.half .image-box{
    height: 240px;
}

.property-gallery .image-block .image-box img{
    position: relative;
    display: none;
    width: 100%;
    transition: all 1000ms ease;
}

.property-gallery .image-block .image-box:hover img{
    transform: scale(1.075);
}

.property-gallery .image-block .image-layer{
     position:absolute;
     left:0;
     top:0;
     width:100%;
     height:100%;
     opacity:1;
     z-index: 0;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
    transition: all 1000ms ease;
}

 .property-gallery .image-block:hover .image-layer{
     transform: scale(1.075);
}

.property-gallery .owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  position: absolute;
  right: 185px;
  bottom: 30px;
  background: #ffffff;
  line-height: 24px;
  padding: 5px 20px;
  font-size: 14px;
  color: #101010;
  border-radius: 20px;
  z-index: 10;
}

.property-gallery .owl-dots:after {
  content: counter(slides-num) " Photos";
  /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
}

.property-gallery .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
}

.property-gallery .owl-dot span {
  display: none;
}

.property-gallery .owl-dot.active:before {
  content: counter(slides-num) "/";
  /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 0;
  top: 0;
}

.property-gallery .owl-theme .owl-nav {
    position: absolute;

    left: 40px;

    right: 40px;

    height: 0;

    top: 50%;

    margin-top: -10px;

    z-index: 50;
}

.property-gallery .owl-theme .owl-nav .owl-prev,
.property-gallery .owl-theme .owl-nav .owl-next {
    position: absolute;

    display: inline-block;

    vertical-align: top;

    width: 54px;

    height: 54px;

    line-height: 52px;

    font-size: 24px;

    text-align: center;

    background: #f9f0da;
    border: 1px solid rgba(0, 0, 0, 0.20);

    color: #010101;

    margin: 0px;

    border-radius: 50%;

    -webkit-transition: all 400ms ease;

    -moz-transition: all 400ms ease;

    -ms-transition: all 400ms ease;

    -o-transition: all 400ms ease;

    transition: all 400ms ease;
}

.property-gallery .owl-theme .owl-nav .owl-prev {
    left: 0;
}

.property-gallery .owl-theme .owl-nav .owl-next {
    right: 0;
}

.property-gallery .owl-theme .owl-nav .owl-prev:hover,
.property-gallery .owl-theme .owl-nav .owl-next:hover {
    background: #eabd1d;
    color: #ffffff;
}

.property-gallery .cap-box{
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 2;
}

.property-gallery .cap-box a{
    position: relative;
    display: inline-block;
    vertical-align: top;
  background: #5de1e6;
  line-height: 24px;
  padding: 10px 20px 10px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #231f20;
  margin-left: 5px;
  margin-bottom: 7px;
}

.property-gallery .cap-box a i{
    position: relative;
    top: 1px;
    font-size: 16px;
    padding-right: 5px;
}

.property-gallery .cap-box a:hover{
    background: #191718;
    color: #5de1e6;
}

.properties-section.similar-properties{
    position: relative;
    padding: 100px 0 120px;
    background: #e4fafb;
    overflow: hidden;
}

.properties-section.similar-properties .carousel-box{
    padding: 10px 10px;
    overflow: hidden;
    margin: 0 -10px;
}

.properties-section.similar-properties .sec-title{
    margin-bottom: 50px;
}

.properties-section.similar-properties .sec-title h2{
    font-size: 40px;
}

.properties-section.similar-properties .owl-theme .owl-nav,
.properties-section.similar-properties .carousel-box .owl-theme .owl-stage-outer:before{
    display: none;
}

.property-details{
    position: relative;
    padding: 0 0 90px;
    /*overflow: hidden;*/
}

/*.property-details .upper-box:before{
    content: '';
    position: absolute;
    top: 0;
    left: -1500px;
    width: 4500px;
    height: 100%;
    background: #d3f3f4;
}*/

.property-details .bgl{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: #d3f3f4; 
}

.property-details .bgl:before{ 
    content: '';
    position: absolute;
    top: 99.99%;
    left: 0px;
    width: 100%;
    height: 15px;
    background: #d3f3f4; 
}

.property-details .content-side{
    position: relative;
    margin-bottom: 30px;
}

.property-details .content-side .content-inner{
    position: relative;
}

.property-details .content-side .description{
    position: relative;
    padding-bottom: 30px;
}

.property-details .content-side .text-content{
    position: relative;
    line-height: 1.5em;
}

.property-details .content-side .amenities{
    position: relative;
    margin-bottom: 50px;
}

.property-details .content-side .amenities ul{
    position: relative;
    margin: 0 0;
}

.property-details .content-side .amenities ul li{
    position: relative;
    list-style: none;
    color: #231f20;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 35px;
    margin-bottom: 10px;
}

.property-details .content-side .amenities ul li:last-child{
    margin-bottom: 0;
}

.property-details .content-side .amenities ul li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    font-weight: 700;
    top: 1px;
    width: 22px;
    height: 22px;   
    font-size: 10px;
    color: #999999;
    height: 22px;
    line-height: 19px;
    text-align: center;
    border: 2px solid #999999;
    border-radius: 50%;
}

.property-details .location-box{
    position: relative;
}

.property-details .content-side h2,
.property-details .content-side h3,
.property-details .content-side h4{
    font-weight: 400;
    margin-bottom: 40px;
}

.property-details .location-box .map-box{
    position: relative;
    background: #f8f5ee;
    border-radius: 0;
}

.property-details .location-box .map-box iframe{
    position: relative;
    display: block;
    width: 100%;
    height: 480px;
    outline: none;
    border: none;
    background: #e4fafb;
    text-align: center;
    border-radius: 0;
}

.property-details .content-side .upper-box{
    position: relative;
    padding-bottom: 20px;
    padding-top: 25px;
    margin-bottom: 50px;
}


.property-details .content-side .upper-box h3{
    position: relative;
    margin-bottom: 25px;
}

.property-details .content-side .upper-box .address{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.property-details .content-side .upper-box .address i{
    position: relative;
    top: 1px;
    font-size: 22px;
    padding-right: 10px;
}

.property-details .content-side .specs{
     position: relative;
     float: left;
     margin: 0 0;
}
 .property-details .content-side .specs ul{
     position: relative;
     margin: 0 0;
     padding: 0 0;
}
 .property-details .content-side .specs ul li{
     position: relative;
     list-style: none;
     display: inline-block;
     vertical-align: top;
     font-size: 16px;
     font-weight: 400;
     color: #231f20;
     line-height: 24px;
     padding: 0 0;
     margin-right: 30px;
     margin-bottom: 10px;
}
 .property-details .content-side .specs ul li:last-child{
     margin-right: 0;
}
 .property-details .content-side .specs ul li .icon{
     position: relative;
     top: 3px;
     font-size: 28px;
     color: #5de1e6;
     line-height: 28px;
     padding-left: 10px;
}

.property-details .content-side .ref-no{
    position: relative;
    float: left;
    top: 5px;
    padding: 0 0;
    font-size: 16px;
    line-height: 24px;
    margin-left: 50px;
}

.property-details .content-side .upper-box .lf{
    position: relative;
    font-size: 18px;
    color: #191718;
    font-weight: 400;
    margin-bottom: 25px;
}

.property-details .content-side .upper-box .price{
    position: relative;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 20px;
}

.property-details .sidebar-side{
    padding-top: 25px;
    position: static;
    margin-bottom: 30px;
}

.property-details .sidebar-side .sidebar-inner{
    position: sticky;
    top: 105px;
    right: 0;
}

.property-details .sidebar-side .inner-box{
    position: relative;
    margin-left: 40px;
}

.property-details .call-box{
    position: relative;
    padding: 30px 40px 40px;
    background: #ffffff;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
}

.property-details .call-box .links-box{
    position: relative;
    padding-bottom: 18px;
}

.property-details .call-box .links-box .theme-btn{
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    width: 100%;
    background: #5de1e6;
}

.property-details .call-box .links-box .link{
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.property-details .call-box .links-box .wa-btn{
    background: #25d366;
}

.property-details .call-box .links-box .link a i{
    position: relative;
    top: 2px;
    font-size: 18px;
    padding-right: 12px;
}

.property-details .call-box .links-box .call-btn:hover,
.property-details .call-box .links-box .mail-btn:hover,
.property-details .call-box .links-box .wa-btn:hover{
    background: #231f20;
    color: #ffffff;
}

.property-details .call-box .back-link a i{
    padding-right: 5px;
    font-size: 10px;
}

.property-details .call-box .location{
    position: relative;
    font-size: 15px;
    color: #020202;
    line-height: 22px;
    margin-bottom: 20px;
}

.property-details .call-box .agent-info{
    position: relative;
}

.property-details .call-box .agent-info .agent-inner{
    position: relative;
    padding-left: 106px;
    min-height: 105px;
    font-size: 14px;
    line-height: 1.5em;
    padding-top: 15px;
}

.property-details .call-box .agent-info .agent-inner strong{
    font-weight: 400;
}

.property-details .call-box .agent-info .agent-inner .txt{
    font-size: 12px;
    line-height: 20px;
}

.property-details .call-box .agent-info .image{
    position: absolute;
    left: 0;
    top: 0;
    width: 91px;
    height: 105px;
}

.property-details .call-box .agent-info .image img{
    display: block;
    width: 91px;
/*    height: 105px;*/
}

.property-details .sidebar-side .opn{
    position: relative;
    padding-top: 30px;
    font-weight: 400;
    color: #5de1e6;
    margin-bottom: 40px;
}

.property-details .sidebar-side .opn span{
    position: relative;
    color: #191718;
}

.property-details .call-box .agent-info .info{
     position: relative;
     padding-top: 8px;
     color: #231f20;
     font-weight: 400;
     line-height: 24px;
}

.property-details .call-box .agent-info .info strong,
.property-details .call-box .agent-info .info span{
    font-weight: 400;
}
 .property-details .call-box .agent-info .info .tel, 
 .property-details .call-box .agent-info .info .email, 
 .property-details .call-box .agent-info .info .wa{
     position: relative;
     display: inline-block;
     vertical-align: top;
     width: 30px;
     height: 30px;
     line-height: 30px;
     background: #ffffff;
     margin-right: 5px;
     border-radius: 50%;
}
 .property-details .call-box .agent-info .info .wa{
     margin-right: 0;
}
 .property-details .call-box .agent-info .info .tel a, 
 .property-details .call-box .agent-info .info .email a, 
 .property-details .call-box .agent-info .info .wa a{
     position: relative;
     display: block;
     font-size: 16px;
     text-align: center;
     line-height: 30px;
     border-radius: 50%;
     color: #ffffff;
     background: #231f20;
}
 .property-details .call-box .agent-info .info a:hover{
     background: #5de1e6;
     color: #ffffff;
}
 .property-details .call-box .agent-info .info .tel a{
     font-size: 14px;
}

.property-details .enquiry-box{
    position: relative;
    padding: 30px 40px 25px;
    background: #ffffff;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
}

.property-details .enquiry-box .form-box button{
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 25px;
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
}

.property-details .enquiry-box form .form-group{
    margin-bottom: 15px;
}

.property-details .enquiry-box form textarea,
.property-details .enquiry-box form input,
.property-details .enquiry-box form .form-group .ui-selectmenu-button.ui-button{
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    padding: 10px 20px;
    padding-left: 20px;
    border-color: #e0e0e0;
    border-radius: 0;
}

.property-details .enquiry-box form textarea{
    height: 130px;
}

.property-details .enquiry-box form .form-group .iti{
    display: block;
    z-index: 10;
}

.property-details .enquiry-box form .form-group .iti__selected-flag{
    padding-left: 20px;
    padding-right: 10px;
}

.property-details .enquiry-box form .form-group ul .iti__divider{
    display: none;
}

.property-details .enquiry-box form .form-group .iti__country-list--dropup li{
    font-size: 14px;
}

.property-details .enquiry-box .terms{
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #191718;
}

.property-details .enquiry-box .terms a{
    color: #191718;
    text-decoration: underline;
}

/*** ==================================================================== Search Banner ==================================================================== ***/
 .search-banner{
     position: relative;
     padding:0px 0px;
     background: #191718;
}
 .search-banner ul, .search-banner ul li{
     list-style: none;
     margin: 0;
}
 .search-banner .auto-container{
     max-width: 1570px;
}
 .search-banner .content-box{
     position: relative;
     display: block;
     padding: 250px 0 0;
     margin: 0 0 -40px;
     z-index: 10;
}

/*** 
====================================================================

    Properties Search

====================================================================
***/

.properties-section.search-page{
    padding: 0 0;
}

.properties-section .upper-content{
    padding: 80px 0 40px;
    background: #ffffff;
}

.properties-section .upper-content .auto-container {
    max-width: 1570px;
}

.properties-section .properties{
    padding: 40px 0 100px;
    background: #e4fafb;
}

.properties-section .upper-text{
    position: relative;
}

.properties-section .upper-text h4{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.properties-section .upper-text .text{
    font-weight: 500;
}

.properties-section .top-row{
    position: relative;
    padding-bottom: 10px;
}

.properties-section .top-row .left-box{
    position: relative;
    float: left;
    padding-top: 12px;
    margin-bottom: 20px;
}

.properties-section .top-row .s-tags{
    position: relative;
}

.properties-section .top-row .s-tags ul{
    margin: 0 0;
}

.properties-section .top-row .s-tags ul li{
    position: relative;
    float: left;
    list-style: none;
    margin-right: 25px;
    margin-bottom: 20px;
}

.properties-section .top-row .s-tags ul li a{
    position: relative;
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    background: #ffffff;
    line-height: 20px;
    text-transform: capitalize;
    color: #231f20;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.properties-section .top-row .s-tags ul li a span,
.properties-section .top-row .s-tags ul li a i{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-style: normal;
}

.properties-section .top-row .s-tags ul li a span{
    padding-right: 24px;
}

.properties-section .top-row .s-tags ul li a span:after{
    content: '';
    position: absolute;
    right: 11px;
    top: 2px;
    height: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.20);
}

.properties-section .top-row .r-text{
    position: relative;
    font-weight: 500;
}

.properties-section .top-row .sort-by{
    position: relative;
    float: right;
    margin-bottom: 20px;
}

.properties-section .top-row .sort-by .filter{
    position: relative;
}

.properties-section .top-row .sort-by .form-group{
    margin-bottom: 0;
    padding: 0;
    min-width: 170px;
}

.properties-section .top-row .sort-by .ui-selectmenu-button.ui-button{
    height: 48px;
    padding: 9px 25px;
    border-color: rgba(0, 0, 0, 0.20);
    border-radius: 0;
}

.properties-section .top-row .sort-by .ui-button .ui-icon{
    right: -10px;
    top: 5px !important;
}

.properties-section.search-page .properties .row{
    margin: 0 -10px;
}

.properties-section.search-page .property-block{
    padding: 0 10px;
    margin-bottom: 60px;
}

.properties-section.search-page .property-block .lower-box{
    padding-top: 25px;
}

.styled-pagination{
    position: relative;
    padding-top: 20px;
}

.styled-pagination ul{
    position: relative;
    margin: 0 0;
}

.styled-pagination li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 10px;
}

.styled-pagination li a{
    position: relative;
    display: block;
    min-width: 50px;
    height: 48px;
    line-height: 30px;
    padding: 8px 5px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #231f20;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
    background: #5de1e6;
    border-color: #5de1e6;
    color: #ffffff;
}

.styled-pagination li.prev{
    margin-right: 30px;
}

.styled-pagination li.next{
    margin-left: 30px;
}

.styled-pagination li.next a,
.styled-pagination li.prev a{
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    min-width: 100px;
}

.styled-pagination li.next a:hover,
.styled-pagination li.prev a:hover{
    background: #5de1e6;
}

/*** ==================================================================== Inner Banner Section ==================================================================== ***/
 .inner-banner{
     position: relative;
     margin:0px 0px;
     background: #191718;
}
 .inner-banner ul, .inner-banner ul li{
     list-style: none;
     margin: 0;
}
 .inner-banner .image-layer{
     position:absolute;
     left:0;
     top:0;
     width:100%;
     height:100%;
     opacity:1;
     z-index: 0;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
}
 .inner-banner .image-layer:before{
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.55);
     z-index: 1;
}

 .inner-banner .content-container{
     position: relative;
     left: 0;
     top: 0;
     width: 100%;
     min-height: 620px;
     color: #ffffff;
     z-index: 5;
}

 .ops-banner .content-container{
    min-height: 100vh;
 }

 .team-banner .content-container{
    height: 620px;
    min-height: 0;
 }

 .offplan-banner .content-container .content-box,
 .offplan-banner .content-container .content-box .content{
    vertical-align: middle;
 }

 .ops-banner .content-container .content-box,
 .ops-banner .content-container .content-box .content{
    vertical-align: middle;
 }

 .inner-banner .content-container .content-box{
     position:absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     display: table;
     vertical-align: bottom;
     min-height: 100%;
     padding: 260px 0px 100px;
}

  .ops-banner .content-container .content-box{
    position: relative;
    height: auto;
    min-height: 100vh;
 }

 .team-banner .content-container .content-box{
    padding-bottom: 200px;
 }

 .inner-banner .content-container .content{
     position:relative;
     display: table-cell;
     width: 100%;
     vertical-align: bottom;
}

.inner-banner .content-container h1,
.inner-banner .content-container h2{
     font-weight:400;
     line-height:1.25em;
     margin:0px 0px;
}

 .inner-banner .content-container .subtitle{
    font-weight: 400;
    text-transform: uppercase;
     line-height:1.50em;
     margin-bottom: 15px;
}

.inner-banner .content-container .text{
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.team-banner .content-container .text{
    margin-top: 0;
    margin-bottom: 20px;
}

.theme_color{
    color: #5de1e6;
}

.inner-banner .content-container .links-box{
    position: relative;
    padding-top: 50px;
}

.ops-banner .content-container .links-box{
    padding-top: 30px;
}

.inner-banner .content-container .links-box a{
    display: inline-block;
    margin: 0 10px 20px;
    min-width: 190px;
    letter-spacing: 0.07em;
}

.ops-banner .content-container .links-box a{
    padding: 10px 25px;
    line-height: 30px;
}

 .inner-banner .content-container .inner{
     position: relative;
     display: block;
     text-align: center;
     padding: 0 0;
}

/*** ==================================================================== Team Section ==================================================================== ***/
.team-section{
     position: relative;
     margin:0px 0px 70px;
}

.team-section .auto-container{
    max-width: 1440px;
}

.team-section .team-box{
    position: relative;
    margin-top: -110px;
}

.team-block{
    position: relative;
    margin-bottom: 30px;
}

.team-section .team-box .row{
    margin: 0 -20px;
}

.team-section .team-box .team-block{
    padding: 0 20px;
    margin-bottom: 40px;
}

.team-block .inner-box{
     position: relative;
     color: #191718;
     min-height: 100%;
     transition:all 0.3s ease;
}

 .team-block .image-box,
 .team-block .image{
     position: relative;
     display: block;
     transition: all 500ms ease;
     overflow: hidden;
}

 .team-block .image img{
     position: relative;
     display: block;
     width: 100%;
     transition:all 0.5s ease;
}
 .team-block:hover .image img,
 .team-block:hover .image .image-layer{
    transform: scale(1.05);
}

 .team-block .overlink{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
 }

 .team-block .lower-box{
     position: relative;
     display: block;
     padding: 20px 0px 0;
}

 .team-block .lower-box h6{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 3px;
 }

 .team-block .lower-box h6 a{
    color: #191718;
 }

 .team-block .lower-box h6 a:hover{
    text-decoration: underline;
 }

 .team-block .lower-box .designation{
    font-size: 18px;
    line-height: 1.5em;
 }

 .team-block ul,
 .team-block ul li{
    list-style: none;
    margin: 0 0;
 }

 .team-block .c-links{
     position: relative;
     display: block;
     padding: 10px 0px 0;
}

.team-block .c-links ul li{
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
}

.team-block .c-links ul li a{
    position: relative;
    display: block;
     font-size: 18px;
    line-height: 30px;
    color: #191718;
    transition: all 700ms ease;
}

.team-block .c-links ul li.wa a{
    font-size: 22px;
}

.team-block .c-links ul li.email a{
    font-size: 19px;
}

.team-block .c-links ul li a:hover{
    color: #5de1e6;
}

 .team-section .carousel-box{
    position: relative;
    display: none;
 }

 .team-section .carousel-box .team-block{
    margin-bottom: 0;
    width: 100% !important;
    padding: 0 0;
 }

 .team-section .owl-theme .owl-dots{
    display: block;
}

.team-section .owl-nav{
    display: none;
}

.team-section .owl-dots {
    position: relative;
    padding-top: 30px;
    width: 100%;
    text-align: center;
}

.team-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.team-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #d0d0d0;
    border-radius: 50%;
}

.team-section .owl-dots .owl-dot.active span,
.team-section .owl-dots .owl-dot:hover span {
    background: #5de1e6;
}

/*** ==================================================================== About Section ==================================================================== ***/
.about-section{
     position: relative;
     padding:100px 0px 120px;
}

.about-section .auto-container{
    max-width: 1440px;
}

.about-section .title{
    position: relative;
    margin-bottom: 40px;
}

.about-section .title span{
     position: relative;
     font-size: 18px;
     font-weight: 400;
     color: #5de1e6;
     letter-spacing: 0.1em;
     text-transform: uppercase;
}

.about-section .text-col{
    position: relative;
    margin-bottom: 10px;
}

.about-section .text-col p{
    margin-bottom: 30px;
}

.about-section .image-col{
    position: relative;
    margin-bottom: 30px;
}

.about-section .image-col .inner{
    position: relative;
    margin-left: 30px;
}

.about-section .image-col .image img{
    position: relative;
    display: block;
    width: 100%;
}

.about-section .lower-title{
    position: absolute;
    left: 100px;
    bottom: -80px;
}

.about-section .lower-title h2{
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.01em;
     font-weight: 400;
     margin-bottom: 0;
}

.about-section .lower-title h2 span{
    position: relative;
    font-size: 120px;
    font-family: "Caveat", cursive;
    color: #5de1e6;
     text-transform: none;
     line-height: 1em;
}

/*** ==================================================================== Fun Facts Section ==================================================================== ***/
.facts-section{
     position: relative;
     padding:140px 0px 100px;
     background: #191718;
     color: #ffffff;
}

.facts-section .image-layer{
     position:absolute;
     left:0;
     top:0;
     width:100%;
     height:100%;
     opacity:0.50;
     z-index: 0;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
}

.facts-section .image-layer:before{
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.55);
     z-index: 1;
}

.facts-section .auto-container{
    max-width: 1440px;
}

.facts-section .title-col{
    position: relative;
    margin-bottom: 50px;
}

.facts-section .title-col .inner{
    position: relative;
    padding-top: 30px;
}

.facts-section .title-col .subtitle{
    position: relative;
    font-size: 18px;
    color: #5de1e6;
    margin-bottom: 30px;
}

.facts-section .title-col h2{
    position: relative;
    font-size: 40px;
    margin-bottom: 0;
}

.facts-section .facts-col{
    position: relative;
}

.facts-section .fact-block{
    position: relative;
    margin-bottom: 50px;
}

.facts-section .fact-block .count-box{
    position: relative;
    color: #5de1e6;
    font-size: 64px;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.facts-section .fact-block .f-title{
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5em;
}

/*** ==================================================================== Mortgages Section ==================================================================== ***/


.mortgages-section{
     position:relative;
     padding: 320px 0 80px;
     background: #ffffff;
}

.mortgages-section .dv{
    display: block;
}

.mortgages-section .mv{
    display: none;
}

.mortgages-section .faq-col{
    position: relative;
    order: 0;
    margin-bottom: 40px;
}

.mortgages-section .faq-col h3{
    font-weight: 500;
    margin-bottom: 20px;
}

.mortgages-section .faq-col .u-text{
    font-size: 18px;
    margin-bottom: 40px;
}

.mortgages-section .accordion-box .block{
    margin-bottom: 22px;
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

.mortgages-section .accordion-box .block:last-child{
    margin-bottom: 0;
}

.mortgages-section .accordion-box .block .acc-btn{
    font-weight: 500;
    padding-bottom: 20px;
}

.mortgages-section .cal-col{
    position: relative;
    order: 12;
    margin-bottom: 40px;
}

.mortgages-section .cal-col .inner-box{
    position: relative;
    margin-left: 40px;
    padding: 40px 40px 50px;
    background: #EEF2F2;
    border: 2px solid #5de1e6;
    border-radius: 10px;
}

.mortgages-section input[type=range] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 100%;
    margin: 0;
    overflow: hidden;
    /* Reset margin */
}

.mortgages-section form input[type=range]{
    position: relative;
    margin-top: 17px !important;
    margin-bottom: 10px !important;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none !important;
    border-radius: 15px;
    height: 20px;
    background: #ccc;
    overflow: hidden;
    border-radius: 20px;
}

.mortgages-section form input[type=range]::-webkit-slider-runnable-track {
    position: relative;
    top: -4px;
    height: 6px;
    background: #ccc;
    border-radius: 12px;
}

.mortgages-section form input[type=range]::-moz-range-track {
    position: relative;
    top: -4px;
    height: 6px;
    background: #ccc;
    border-radius: 12px;
}

.mortgages-section form input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #5de1e6;
    box-shadow: -407px 0 0 400px #5de1e6;
}

.mortgages-section form input[type=range]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #5de1e6;
    box-shadow: -407px 0 0 400px #5de1e6;
}

.mortgages-section form label {
    color: #191718;
    font-size: 16px;
    font-family: "Jost", Sans-serif;
    font-weight: 500;
}

.mortgages-section form input[type=number],
.mortgages-section form input[type=text] {
    margin-top: 10px !important;
    margin-bottom: 25px !important;
    width: 100%;
    border-radius: 5px !important;
    background: #fff !important;
    border-color: rgba(0, 0, 0, 0.15);
    padding-left: 22px !important;
    color: #191718 !important;
    font-family: "Jost", Sans-serif;
}

.mortgages-section form span#downpaymentvaluedas {
    color: #191718;
    font-size: 16px;
    font-family: "Jost", Sans-serif;
}

.mortgages-section #resultmort>br+span {
    font-size: 24px;
    line-height: 145%;
    font-weight: 500;
}

.mortgages-section .cal-col h3{
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}

.mortgages-section .calc-box{
    position: relative;
}

.mortgages-section .links-box{
    position: relative;
}

.mortgages-section .links-box .link{
    margin-top: 25px;
}

.mortgages-section .links-box a{
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

.mortgages-section .links-box .wa-btn{
    background: #61CE70;
    border-color: #61CE70;
    color: #ffffff;
}

.mortgages-section .links-box a i{
    padding-right: 10px;
}

/*** ==================================================================== Offplan Section ==================================================================== ***/


.offplan-section{
     position:relative;
     padding: 80px 0 110px;
     background: #ffffff;
}

.offplan-section .properties{
    position: relative;
    margin-right: 140px;
}

.offplan-section .properties:before{
    content: '';
    position: absolute;
    right: -140px;
    top: -70px;
    left: 170px;
    background: #bef3f5;
    height: 260px;
}

.property-block-two{
    position: relative;
    margin-bottom: 50px;
}

.owl-theme .property-block-two{
    margin-bottom: 0;
}

.property-block-two .inner-box{
    position: relative;
    min-height: 100%;
    background: #ffffff;
    padding: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.property-block-two .inner-box:hover{
    border-color: #5de1e6;
    box-shadow: 0px 0px 1px 2px #5de1e6;
}

.property-block-two .inner{
    position: relative;
    padding-left: 40%;
    min-height: 260px;
}

.property-block-two .image-box{
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40%;
    height: 260px;
    overflow: hidden;
}

.property-block-two .image-box img{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition:all 0.7s ease;
}

.property-block-two:hover .image-box img{
    transform: scale(1.05);
}

.property-block-two .image-box .status{
    position: absolute;
    right: 20px;
    top: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 4px 15px;
    font-weight: 400;
    background: #5de1e6;
    border-radius: 0px;
    z-index: 1;
}

.property-block-two .lower-box{
    position: relative;
    display: block;
    padding: 8px 0 0 35px;
}

.property-block-two .p-title{
    position: relative;
    margin-bottom: 15px;
}

.property-block-two .p-title h5{
    position: relative;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.property-block-two .p-title h5 a{
    color: #191718;
}

.property-block-two .p-title .price{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.property-block-two .developer{
    position: absolute;
    right: 10px;
    top: 100px;
    padding: 0 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    z-index: 1;
}

.property-block-two .developer .logo{
    position: relative;
    display: block;
    padding-top: 5px;
    line-height: 24px;
}

.property-block-two .developer .logo img{
    position: relative;
    max-height: 24px;
}

.property-block-two .loc{
    position: relative;
}

.property-block-two .loc .icon{
    position: relative;
    top: 1px;
    font-size: 20px;
    color: #5de1e6;
    padding-right: 10px;
}

.property-block-two .info{
    position: relative;
    margin: 0 0;
}

.property-block-two .info ul{
    position: relative;
    margin: 0 0 20px;
}

.property-block-two .info ul li{
    position: relative;
    list-style: none;
    line-height: 24px;
    margin-bottom: 2px;
}

.property-block-two .info ul li strong{
    position: relative;
    font-weight: 500;
}

.property-block-two .links-box{
    position: relative;
    display: table;
    left: -5px;
    width: calc(100% + 10px);
}

.property-block-two .links-box .link{
    position: relative;
    display: table-cell;
    width: 33.33%;
    padding: 0 5px;
    vertical-align: middle;
}

.property-block-two .links-box .link a{
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    color: #040404;
    text-align: center;
    background: #defbfc;
}

.property-block-two .links-box .more-link a{
    background: #5de1e6;
}

.property-block-two .links-box .link a:hover{
    color: #ffffff;
    background: #191718;
}

.property-block-two .links-box .more-link a:hover i{
    color: #ffffff;
}

.property-block-two .links-box .link a i{
    position: relative;
    top: 1px;
    font-size: 18px;
    color: #5de1e6;
    padding-right: 7px;
}

.property-block-two .links-box .wa a i{
    width: 24px;
    height: 24px;
    padding: 0 0;
    top: 0;
    line-height: 24px;
    font-size: 15px;
    background: #00d95f;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.property-block-two .links-box .more-link a i{
    color: #040404;
    padding-right: 0;
    padding-left: 7px;
}


/* Offplan Details*/

.offplan-details{
    position: relative;
    padding-top: 90px;
}

.offplan-details .sec-title h2{
    text-transform: capitalize;
}

.offplan-details .op-ui{
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}

.offplan-details .op-ui h1{
    line-height: 1.1em;
    margin-bottom: 50px;
}

.offplan-details .op-ui .info ul{
    position: relative;
    margin: 0 0;
}

.offplan-details .op-ui .info ul li{
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0 7px 20px;
    background: #e4fafb;
    font-size: 18px;
    line-height: 1.4em;
    padding: 20px 30px;
    min-width: 240px;
}

.offplan-details .op-ui .info ul li .icon{
    display: block;
    margin-bottom: 15px;
    font-size: 36px;
    color: #5de1e6;
}

.offplan-details .op-ui .info ul li strong{
    font-weight: 500;
}

.offplan-details .upper-box{
    position: relative;
    margin-bottom: 70px;
}

.offplan-details .upper-box .text-col{
    position: relative;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.offplan-details .upper-box .text-col .inner{
    position: relative;
    margin-right: 120px;
}

.offplan-details .upper-box .text-col h3{
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 400;
}

.offplan-details .upper-box .image-col .card-box{
    position: relative;
    margin-bottom: 30px;
}

.offplan-details .upper-box .image-col .card-box img{
    position: relative;
    display: block;
    width: 100%;
}

.offplan-details .upper-box .image-col .link-box{
    position: relative;
}

.offplan-details .upper-box .image-col .link-box .theme-btn{
    position: relative;
    display: block;
}

.offplan-details .upper-box .image-col{
    position: relative;
    margin-bottom: 30px;
}

.offplan-details .upper-box .image-col .inner{
    position: relative;
    display: block;
    margin-left: 50px;
}

.offplan-details .offplan-gallery{
    position: relative;
    margin-bottom: 70px;
}

.offplan-details .offplan-gallery .row{
    margin: 0 -10px;
}

.offplan-details .offplan-gallery .image-col{
    padding: 0 10px;
}

.offplan-details .offplan-gallery .image-block{
    position: relative;
    margin-bottom: 20px;
}

.offplan-details .offplan-gallery .image-col .row .image-block{
    padding: 0 10px;
}

.offplan-details .offplan-gallery .image-block .image-box{
    position: relative;
    display: block;
    background: #010101;
    border-radius: 0;
}

.offplan-details .offplan-gallery .image-block .image-box img{
    position: relative;
    display: block;
    width: 100%;
    transition: all 300ms ease;
    border-radius: 0;
}

.offplan-details .offplan-gallery .image-block .image-box:hover img{
    opacity: 0.70;
}

.offplan-details .floor-plans{
    position: relative;
    margin-bottom: 90px;
}

.offplan-details .floor-plans .sec-title{
    margin-bottom: 70px;
}

.offplan-details .floor-plans .tab-buttons{
    position: relative;
    text-align: center;
    margin: 0 0;
}

.offplan-details .floor-plans .tab-buttons .tab-btn{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 30px;
    list-style: none;
    padding: 11px 25px;
    min-width: 190px;
    background: none;
    border: 1px solid #5de1e6;
    color: #191718;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 0;
    transition: all 500ms ease;
}

.offplan-details .floor-plans .tab-buttons .tab-btn:hover,
.offplan-details .floor-plans .tab-buttons .active-btn{
    background: #5de1e6;
    color: #ffffff;
}

.offplan-details .floor-plans .tabs-content{
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 0;
}

.offplan-details .floor-plans .tabs-content .tab{
    position: relative;
    text-align: center;
}

.offplan-details .floor-plans .tabs-content .tab .title-box{
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.offplan-details .floor-plans .tabs-content .tab h3,
.offplan-details .floor-plans .tabs-content .tab h4{
    font-weight: 400;
    margin-bottom: 10px;
}

.offplan-details .floor-plans .tabs-content .tab .area{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.offplan-details .payment-plan{
    position: relative;
    margin-bottom: 80px;
}

.offplan-details .payment-plan .inner-box{
    position: relative;
    padding: 85px 50px 50px;
    background: #defbfc;
    text-align: center;
    border-radius: 0;
}

.offplan-details .payment-plan h2{
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 45px;
}

.offplan-details .payment-plan ul{
    position: relative;
    margin: 0 0;
}

.offplan-details .payment-plan ul li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 50px;
    line-height: 24px;
    font-weight: 400;
    padding: 14px 30px;
    min-width: 180px;
    background: #5de1e6;
    color: #ffffff;
    border-radius: 0;
}

.offplan-details .payment-plan ul li strong{
    font-weight: 400;
    display: block;
    font-size: 48px;
    line-height: 1.3em;
}

.offplan-details .location-box{
    position: relative;
    text-align: center;
}

.offplan-details .location-box .sec-title h2{
    text-transform: capitalize;
}

.offplan-details .location-box .inner-box{
    position: relative;
    background: #e0e0e0;
    text-align: center;
    border-radius: 0;
}

.offplan-details .location-box .inner-box iframe{
    position: relative;
    display: block;
    width: 100%;
    height: 700px;
    outline: none;
    border: none;
    background: #e0e0e0;
    text-align: center;
    border-radius: 0;
}

.register-interest{
    position: relative;
    padding: 100px 0;
}

.register-interest .inner-box{
    position: relative;
    padding: 70px 80px 50px;
    background: #e4fafb;
    border-radius: 0;
}

.register-interest .content{
    position: relative;
    margin: 0 auto;
}

.register-interest .text-col{
    position: relative;
    margin-bottom: 15px;
}

.register-interest .text-col .inner{
    position: relative;
    display: block;
    padding-top: 70px;
    max-width: 500px;
}

.register-interest .content h2,
.register-interest .content h3{
    font-weight: 400;
    margin-bottom: 20px;
}

.register-interest .content .text{
    position: relative;
    max-width: 450px;
    margin-bottom: 30px;
}

.register-interest .content .links-box{
    position: relative;
    max-width: 400px;
}

.register-interest .content .links-box .theme-btn{
    min-width: 180px;
    font-weight: 500;
}

.register-interest .content .links-box .link{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 15px 0;
}

.register-interest .content .links-box .wa-btn{
    width: 378px;
    font-size: 14px;
    font-weight: 400;
    background: #5de1e6;
    color: #ffffff;
}

.register-interest .content .links-box .wa-btn strong{
    font-weight: 500;
}

.register-interest .content .links-box .wa-btn span i{
    top: -1px;
    font-size: 15px;
    width: 24px;
    height: 24px;
    padding: 0 0;
    margin-right: 0px;
    line-height: 24px;
    color: #ffffff;
    background: #00d95f;
    border-radius: 14px;
}

.register-interest .content .links-box .call-btn,
.register-interest .content .links-box .mail-btn{
    background: #ffffff;
    font-size: 14px;
}

.register-interest .content .links-box .call-btn span i,
.register-interest .content .links-box .mail-btn span i{
    font-size: 18px;
    padding-right: 10px;
}

.register-interest .content .links-box .call-btn:hover,
.register-interest .content .links-box .mail-btn:hover{
    background: #222222;
}

.register-interest .form-col{
    position: relative;
    margin-bottom: 10px;
}

.register-interest .form-box{
    position: relative;
}

.register-interest .form-box button{
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.register-interest form .form-group{
    margin-bottom: 15px;
}

.register-interest form textarea{
    height: 64px;
}

.register-interest form textarea,
.register-interest form input,
.register-interest form .form-group .ui-selectmenu-button.ui-button{
    height: 64px;
    line-height: 28px;
    padding: 17px 20px;
    padding-left: 40px;
    border-radius: 0;
}

.register-interest form .form-group .iti{
    display: block;
    z-index: 10;
}

.register-interest form .form-group .iti__selected-flag{
    padding-left: 20px;
    padding-right: 10px;
}

.register-interest form .form-group ul .iti__divider{
    display: none;
}

.register-interest form .form-group .iti__country-list--dropup li{
    font-size: 14px;
}

.register-interest .form-box form  textarea{
    height: 150px;
} 

/*** ==================================================================== Team Single Section ==================================================================== ***/

.team-single{
     position:relative;
     padding: 50px 0 70px;
}

.team-single .default-social{
    text-align: left;
    padding-top: 0;
}

.team-single .default-social ul li a{
 color: #231f20;
 border-color: #231f20;
}

.team-single .default-social ul li{
    margin-right: 5px;
}

.team-single .default-social ul li a:hover{
    color: #ffffff;
}

.team-single .content-col{
    position: relative;
    margin-bottom: 30px;
}

.team-single .content-col .inner{
    position: relative;
    display: block;
    padding-right: 70px;
}

.team-single .image-col{
    position: relative;
    margin-bottom: 30px;
}

.team-single .image-col .inner{
    position: relative;
    display: block;
}

.team-single .image-col img{
    display: block;
    width: 100%;
} 

.team-single .content-col .info{
    position: relative;
    margin-bottom: 30px;
}

.team-single .content-col .u-content{
    position: relative;
}

.team-single .content-col .u-image-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    display: none;
}

.team-single .content-col .u-image-box img{
    width: 100%;
}

.team-single .content-col h3{
    color: #0500f2;
    margin-bottom: 7px;
}

.team-single .content-col .links-box{
    position: relative;
    padding-bottom: 20px;
}

.team-single .content-col .c-links,
.team-single .content-col .number,
.team-single .content-col .social{
    position: relative;
    float: left;
    line-height: 24px;
    margin-right: 60px;
    margin-bottom: 20px;
}

.team-single .content-col .c-links:after,
.team-single .content-col .number:after{
    content: '';
    position: absolute;
    right: -31px;
    height: 24px;
    top: 4px;
    border-left: 1px solid;
}

.team-single .content-col .number{
    padding: 4px 0;
}

.team-single .content-col .c-links .link{
    position: relative;
    float: left;
    padding: 4px 0;
    margin-right: 20px;
}

.team-single .content-col .c-links .link:last-child,
.team-single .content-col .social{
    margin-right: 0;
}

.team-single .content-col .c-links .link a{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #231f20;
}

.team-single .content-col .c-links .link .wa-btn{
    font-size: 26px;
}

.team-single .content-col .c-links .link a:hover{
    color: #0035eb;
}

/*** ==================================================================== Community Details ==================================================================== ***/

.cg-details{
    position: relative;
    padding: 20px 0 0;
}

.cg-details .pattern-image-right {
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 0;
}

.cg-details .content-side{
    position: relative;
    margin-bottom: 30px;
}

.cg-details .content-side .content-inner{
    position: relative;
    padding-right: 30px;
}

.cg-details .content-side .upper-box{
    position: relative;
    padding-bottom: 15px;
}

.cg-details .content-side .upper-box h3{
    position: relative;
    margin-bottom: 25px;
}

.cg-details .content-side .upper-box .text{
    position: relative;
    padding-bottom: 10px;
}

.cg-details .content-side .text-content ul{
    margin: 0 0 25px 30px;
}

.cg-details .content-side .text-content ul li{
    list-style: none;
}

.cg-details .content-side .links-box .theme-btn{
    margin: 0 20px 20px 0;
}

.cg-details .content-side .description{
    position: relative;
}

.cg-details .content-side .text-content{
    position: relative;
    line-height: 1.5em;
}

.cg-details .content-side h2,
.cg-details .content-side h3,
.cg-details .content-side h4,
.cg-details .content-side h5{
    font-weight: 400;
    margin-bottom: 20px;
}

.cg-details .content-side .text-content h2,
.cg-details .content-side .text-content h3,
.cg-details .content-side .text-content h4,
.cg-details .content-side .text-content h5{
    font-family: 'Athletics_Medium', sans-serif;
    font-weight: 400;
}

.cg-details .content-side p{
    margin-bottom: 20px;
}

.cg-details .content-side .image{
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
}

.cg-details .content-side .image img{
    display: block;
    width: 100%;
}

.cg-details .location-box{
    position: relative;
    margin-top: 70px;
}

.cg-details .location-box .map-box{
    position: relative;
    background: #231f20;
    border-radius: 0;
}

.cg-details .location-box .map-box iframe{
    position: relative;
    display: block;
    width: 100%;
    height: 520px;
    outline: none;
    border: none;
    background: #f9f0da;
    text-align: center;
    border-radius: 0;
}

.cg-details .sidebar-side{
    position: static;
    margin-bottom: 30px;
}

.cg-details .sidebar-side .sidebar-inner{
    position: sticky;
    top: 105px;
    right: 0;
}

.cg-details .sidebar-side .inner-box{
    position: relative;
    margin-left: 40px;
}

.cg-details .sidebar-side .c-inner{
    position: relative;
    padding: 50px 50px 34px;
    background: #cbf1f3;
    text-align: center;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.10);
}

.cg-details .sidebar-side .c-inner h3{
    margin-bottom: 40px;
}

.cg-details .sidebar-side .links-box{
    position: relative;
    padding-bottom: 0px;
}

.cg-details .sidebar-side .links-box .theme-btn{
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    width: 100%;
    background: #5de1e6;
}

.cg-details .sidebar-side .links-box .theme-btn.call-btn{
    color: #191718;
}

.cg-details .sidebar-side .links-box .theme-btn.btn-style-one{
    background: #231f20;
}

.cg-details .sidebar-side .links-box .theme-btn.btn-style-one:hover{
    color: #0035eb;
    border-color: #0035eb;
}

.cg-details .sidebar-side .links-box .link{
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.cg-details .sidebar-side .links-box .wa-btn{
    background: #25d366;
}

.cg-details .sidebar-side .links-box .link .wa-btn i{
    font-size: 18px;
    top: 0;
}

.cg-details .sidebar-side .links-box .link a i{
    padding-right: 15px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.cg-details .sidebar-side .links-box .call-btn:hover,
.cg-details .sidebar-side .links-box .mail-btn:hover,
.cg-details .sidebar-side .links-box .wa-btn:hover,
.cg-details .sidebar-side .links-box .theme-btn.call-btn:hover{
    background: #231f20;
    color: #ffffff;
}

.cg-details .sidebar-side .back-link{
    position: relative;
    margin-bottom: 20px;
}

.cg-details .sidebar-side .back-link a{
    font-size: 12px;
    color: #020202;
    line-height: 15px;
}

.cg-details .sidebar-side .back-link a:hover{
    text-decoration: underline;
}

.cg-details .sidebar-side .back-link a i{
    padding-right: 5px;
    font-size: 10px;
}

.cg-details .sidebar-side .location{
    position: relative;
    font-size: 15px;
    color: #020202;
    line-height: 22px;
    margin-bottom: 20px;
}

/*** ==================================================================== Communities Section ==================================================================== ***/
.communities-section{
     position:relative;
     background: #f5f5f5;
     padding: 120px 0 90px;
}

 .communities-section .com-box{
     position: relative;
}

 .com-block{
     position: relative;
     margin-bottom: 30px;
}

 .owl-theme .com-block{
     margin-bottom: 0;
}

 .com-block .inner-box{
     position: relative;
     display: block;
}

 .owl-theme .com-block .inner-box{
}

 .com-block .image-box{
     position: relative;
     display: block;
     transition: all 500ms ease;
     overflow: hidden;
}

 .com-block .inner-box:hover .image-box{
     
}
 .com-block .image-box .image{
     position: relative;
     display: block;
     width: 100%;
     height: 320px;
}
 .com-block .image-box img{
     position: relative;
     display: block;
     width: 100%;
     border-radius: 0 0;
     transition:all 0.5s ease;
     display: none;
}
 .com-block:hover .image-box img,
 .com-block:hover .image-box .image-layer{
    transform: scale(1.05);
}
 .com-block .image-box .image-layer{
     position:absolute;
     left:0;
     top:0;
     width:100%;
     height:100%;
     z-index: 0;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     transition: all 500ms ease;
}
 .com-block .image-box .overlink{
     position:absolute;
     left:0;
     top:0;
     width:100%;
     height:100%;
     z-index: 0;
}
 .com-block .lower-box{
     position: relative;
     display: block;
     text-align: center;
     padding: 25px 0 0;
}

.com-block h5{
    position: relative;
    font-family: 'Athletics_Medium', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.com-block h5 a{
    color: #231f20;
}

.com-block h5 a:hover{
    text-decoration: underline;
}

 .com-block .link{
    position: relative;
 }

 .com-block .link a{
    position: relative;
    text-transform: uppercase;
  } 
  
  /*** ==================================================================== Sticky Bottom Section ==================================================================== ***/

.sticky-bottom-section{
     position:fixed;
     left: 0;
     bottom: 0;
     width: 100%;
     background-color: #ffffff;
    border-top: 1px solid #e3e3e3;
    padding: 20px 13px;
     z-index: 9999;
     display: none;
}

.align-items-end {
    align-items: flex-end !important;
}

.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.sticky-bottom-section .call,
.sticky-bottom-section .wa{
    display: block;
    width: 50%;
    float: left;
    padding: 0 7px;
}

.sticky-bottom-section .call .theme-btn,
.sticky-bottom-section .wa .theme-btn{
    background-color: #bef3f5;
    border: 1px solid #5de1e6;
    color: #231f20;
}

.sticky-bottom-section .theme-btn{
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    line-height : 24px;
    height: 50px;
    letter-spacing: 2px;
    padding: 12px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.sticky-bottom-section .call .theme-btn:hover,
.sticky-bottom-section .wa .theme-btn:hover{
    border-color: #231f20;
    color: #ffffff;
    background: #231f20;
}

.sticky-bottom-section .theme-btn i{
    line-height : 26px;
}

.sticky-bottom-section .wa .theme-btn i{
    font-size: 24px;
}


/* Search Price Range Style*/

.default-search-bar .range-dropdown .dropdown-toggle{
    position: relative;
    display: block;
    font-size: 15px;
    color: #191718;
    line-height: 30px;
    margin: 0 0 0 20px;
    padding: 10px 15px 10px 0;
    margin-top: 10px;
    text-align: left;
    cursor: pointer;
    border-radius: 0;
}

.default-search-bar .range-dropdown .dropdown-toggle i{
    position: absolute;
    right: 0;
    top: 11px;
    line-height: 30px;
}

.default-search-bar .range-dropdown .dropdown-toggle::after{
    display: none;
}

.default-search-bar .range-dropdown ul{
    padding: 0 0 !important;
    background: #ffffff;
    height: auto !important;
    border-radius: 0;
    margin-top: 20px !important;
}

.default-search-bar .range-dropdown ul li{
    padding: 0 0 !important;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.default-search-bar .range-dropdown ul li:last-child{
    border-bottom: none;
}

.default-search-bar .range-dropdown select{
    margin: 0 0 !important;
    border: none;
}

/*** ==================================================================== News Details Section ==================================================================== ***/

.news-section.related-posts{
     position:relative;
     padding: 100px 0 90px;
     border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.news-section.related-posts .sec-title:before{
    display: none;
}

.news-section.related-posts .news-box,
.news-section.related-posts .sec-title{
    margin-left: 0;
    margin-right: 0;
}

/*** 

====================================================================
    Page Title
====================================================================

***/

.page-title{
    position:relative;
    text-align: center;
    padding: 300px 0px 70px;
}

.page-title h2{
    margin-bottom: 0;
}

/*** 

====================================================================
    Sidbar Page
====================================================================

***/

.sidebar-page-container{
    position:relative;
    padding: 100px 0px 60px;
}

.sidebar-page-container .auto-container{
    max-width: 1280px;
}

.sidebar-page-container.no-pad-top,
.sidebar-page-container .no-pad-top{
    padding-top: 0 !important;
}

.sidebar-page-container .content-side h2{
    font-size: 40px;
    font-weight: 400;
}

.sidebar-page-container .content-side h3{
    font-size: 32px;
    font-weight: 400;
}

.sidebar-page-container .content-side h4{
    font-size: 26px;
    font-weight: 400;
}

.sidebar-page-container .content-side h5{
    font-size: 22px;
    font-weight: 400;
}


.sidebar-page-container .content-side h2{
    font-size: 40px;
    font-weight: 400;
}

.sidebar-page-container .content-side h3{
    font-size: 32px;
    font-weight: 400;
}

.sidebar-page-container .content-side h4{
    font-size: 26px;
    font-weight: 400;
}

.sidebar-page-container .content-side h5{
    font-size: 22px;
    font-weight: 400;
}

.sidebar-page-container .content-side h2 b,
.sidebar-page-container .content-side h2 strong,
.sidebar-page-container .content-side h3 b,
.sidebar-page-container .content-side h3 strong,
.sidebar-page-container .content-side h4 b,
.sidebar-page-container .content-side h4 strong,
.sidebar-page-container .content-side h5 b,
.sidebar-page-container .content-side h5 strong{
    font-weight: 400;
}

.no-pad-bot{
    padding-bottom: 0 !important;
}

.no-mar-top{
    margin-top: 0 !important;
}

.no-mar-bot{
    margin-bottom: 0 !important;
}

.sidebar-page-container .content-side{
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .content-side .content-inner{
    position: relative;
}

.sidebar-page-container .sidebar-side{
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .sidebar-side .sidebar-inner{
    position: relative;
    margin-left: 20px;
}

.sidebar-page-container .post-detail{
    position: relative;
    margin-bottom: 20px;
}

.sidebar-page-container .post-detail{
    position: relative;
}

.sidebar-page-container .post-detail .image-box{
    position: relative;
    display: block;
    background: #010101;
    border-radius: 0;
    margin-bottom: 40px;
}

.sidebar-page-container .post-detail .image-box img{
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
    border-radius: 0;
}

.sidebar-page-container .post-detail .post-info{
    position: relative;
    padding: 30px 0 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    margin-bottom: 20px;
}

.sidebar-page-container .post-detail h2,
.sidebar-page-container .post-detail h3,
.sidebar-page-container .post-detail h4,
.sidebar-page-container .post-detail h5{
    margin-bottom: 30px;
}

.sidebar-page-container.explore-page h2,
.sidebar-page-container.explore-page h3,
.sidebar-page-container.explore-page h4,
.sidebar-page-container.explore-page h5{
    font-family: 'Jost', sans-serif;
}

.sidebar-page-container .post-detail .post-info h2,
.sidebar-page-container .post-detail .post-info h3{
    margin-bottom: 20px;
}

.sidebar-page-container .post-detail .post-info h4 a{
    color: #222222;
}

.sidebar-page-container .post-detail .post-info .info{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0;
    color: #868383;
    font-family: 'Jost', sans-serif;
}

.sidebar-page-container .post-detail .post-info .info li{
    position: relative;
    float: left;
    line-height: 24px;
    list-style: none;
    margin-right: 50px;
}

.sidebar-page-container .post-detail .post-info .info li:last-child{
    margin-right: 0;
}

.sidebar-page-container .post-detail .post-info .info li .icon{
    font-size: 20px;
    padding-right: 10px;
}

.sidebar-page-container .post-detail .post-content{
    position: relative;
}

.sidebar-page-container .post-detail .share-post{
    position: relative;
}

.sidebar-page-container .recent-posts{
    position: relative;
    margin-bottom: 50px;
}

.sidebar-page-container .sb-title{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 4px solid #000000;
}

.sidebar-page-container .sb-title h4{
    margin-bottom: 0;
}

.recent-posts .news-post{
    position: relative;
    margin-bottom: 30px;
}

.recent-posts .news-post:last-child{
    margin-bottom: 0;
}

.recent-posts .news-post .inner-box{
    position: relative;
    padding-left: 185px;
    min-height: 120px;
}

.recent-posts .news-post .image-box{
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 160px;
    border-radius: 0;
}

.recent-posts .news-post .image-box img{
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
    transition: all 500ms ease;
    border-radius: 0;
}

.recent-posts .news-post .lower-box{
    position: relative;
    padding: 0 0;
}

.recent-posts .news-post .lower-box h6{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px;
    font-family: 'Jost', sans-serif;
}

.recent-posts .news-post .lower-box h6 a{
    color: #222222;
}

.recent-posts .news-post .lower-box h6 a:hover{
    text-decoration: underline;
}

.recent-posts .news-post .lower-box .info{
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0;
    color: #868383;
    font-family: 'Jost', sans-serif;
}

.recent-posts .news-post .lower-box .info li{
    position: relative;
    float: left;
    line-height: 24px;
    list-style: none;
    margin-right: 50px;
}

.recent-posts .news-post .lower-box .info li:last-child{
    margin-right: 0;
}

.recent-posts .news-post .lower-box .info li .icon{
    font-size: 18px;
    padding-right: 10px;
}

.sidebar-page-container .post-cats{
    position: relative;
    padding: 30px 30px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 0;
    margin-bottom: 40px;
}

.sidebar-page-container .post-cats ul{
    margin: 0 0;
}

.sidebar-page-container .post-cats ul li{
    position: relative;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    list-style: none;
}

.sidebar-page-container .post-cats ul li a{
    color: #222222;
}

.sidebar-page-container .post-cats ul li a:hover{
    text-decoration: underline;
}

.sidebar-page-container .offplan{
    position: relative;
    margin-bottom: 50px;
}

.sidebar-page-container .offplan .sb-title{
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-page-container .offplan .image-box{
    position: relative;
    display: block;
    border-radius: 0;
}

.sidebar-page-container .offplan .image-box img{
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
    border-radius: 0;
}

.sidebar-page-container .offplan .link-box{
    position: relative;
    padding: 25px 0 0;
}

.sidebar-page-container .offplan .link-box a{
    display: block;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 0;
}

.get-quote-widget{
    position: relative;
    margin-bottom: 50px;
}

.get-quote-widget .image-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.get-quote-widget .image-layer:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    opacity: 1;
}

.get-quote-widget .outer-box{
    position:relative;
    padding: 50px 30px 40px;
    border-radius: 0;
    overflow: hidden;
}

.get-quote-widget .outer-box .content{
    position: relative;
    display: block;
}

.get-quote-widget .outer-box h4{
    position: relative;
    font-weight: 700;
    color: #222222;
    margin-bottom: 25px;
}

.get-quote-widget .outer-box .text{
    position: relative;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 35px;
}

.get-quote-widget .form-box{
    position: relative;
    width: 100%;
}

.get-quote-widget .form-box button{
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 30px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 0;
}

.get-quote-widget form .form-group{
    margin-bottom: 15px;
}

.get-quote-widget form textarea{
    height: 60px;
}

.get-quote-widget form textarea,
.get-quote-widget form input,
.get-quote-widget form .form-group .ui-selectmenu-button.ui-button{
    padding-left: 35px;
    border-radius: 0;
}

.get-quote-widget form .form-group .iti{
    display: block;
    z-index: 10;
}

.get-quote-widget form .form-group .iti__selected-flag{
    padding-left: 20px;
    padding-right: 10px;
}

.get-quote-widget form .form-group ul .iti__divider{
    display: none;
}

.get-quote-widget form .form-group .iti__country-list--dropup li{
    font-size: 14px;
}

.get-quote-widget .terms{
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.get-quote-widget .terms a{
    color: #ffffff;
    text-decoration: underline;
}
