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

/*** GENERIC CSS ***/
html,body {
    background: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

body {
    font-size: 16px;
    color: #161616;
}

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

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

a:focus {
    text-decoration: none;
}

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#161616;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

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

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

h2 span{
    color: #fff;
    display: block;
}

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

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

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

p {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-family: "Lato", sans-serif;
}

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

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

.section-title {
    margin-bottom: 20px;
}

.section-title h6 {
    color: #5e5e5e;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-title h2 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    margin: 0px;
}

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

.btn-default {
    position: relative;
    display: inline-block;
    border: 0px;
    font-size: 18px;
    line-height: 45px;
    font-weight: 600;
    padding: 0px 15px;
    border-radius: 3px;
    color:#fff;
    background: var(--main-color);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden;
    text-align: center;
    border: 2px solid var(--main-color);
}

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

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

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

.btn-default.black {
    color:#000;
    background: none;
    border-color: #000;
}

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

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

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


.btn-default.white:before {
    background: rgba(20, 20, 20, 0.98);
    background: rgba(255,255,255,0.98);
}

/*** SIDEMENU ***/
.menu-btn {
    min-width: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.menu-btn em {
    color: #fff;
    font-size: 13px;
    text-align: justify;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .15em;
}

.menu-btn span {
    display: block;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #000 !important;
    height: 2px;
    margin: 6px 0px;
    border-radius: 0px;
    transition: all .3s;
    margin-left: auto;
}

.menu-btn div {
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 26px;
}

.side-menu {
    background: #fff;
	position:fixed;
	top:0px;
    left: -150%;
    width: 340px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	height:100%;
	z-index:9999999;
    padding: 55px 25px;
	overflow:hidden;
	overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

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

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:30px;
}

.side-menu ul.main-menu.navbar-nav li {
	list-style:none;
	display:inline-block;
	width:100%;
    margin: 0;
    margin-bottom: 10px;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    padding: 7px 0px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}

.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
	background:none;
    color:#000;
    border-color: #000;
}

.side-menu a.CloseBtn {
    float: right;
    color: #fff;
    background: #000;
    font-size: 22px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 40px;
    min-height: 40px;
    border-radius: 0px 0px 0px 5px;
}

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

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

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

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

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

.side-menu .menu-item-has-children:hover>a,
.side-menu .menu-item-has-children.active>a {
    color: #000 !important;
    border-color: #000;
}

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

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

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

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

.side-menu ul.navbar-nav>li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.navbar-nav>li>ul.sub-menu>li {
    margin: 0;
}

.side-menu ul.navbar-nav>li>ul.sub-menu>li a {
    font-size: 14px;
    background: #ebebeb;
    color: #000;
    margin: 0;
    padding: 10px 15px !important;
}

.side-menu ul.navbar-nav>li>ul.sub-menu>li:hover a,
.side-menu ul.navbar-nav>li>ul.sub-menu>li.current_page_item>a,
.side-menu ul.navbar-nav>li>ul.sub-menu>li.active>a {
    color: #fff !important;
    background: #000 !important;
}

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

.side-menu h4 {
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
    text-transform: uppercase;
}

.side-menu .contact-list {
    color: #000;
}

.side-menu .contact-list a i {
    color: #000;
}

.side-menu .contact-list a {
    color: #000;
}

section {
    overflow: hidden;
}

/*** HEADER ***/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0px 0px;
    overflow: visible;
    background: #fff;
}

header.fixed {
    position: fixed;
    background: #fff !important;
    padding: 0px 0px;
}

.navbar {
	padding:0px 0px 0px 30px;
}

.navbar-nav {
    align-items: center;
}

.navbar-brand {
    padding: 0px !important;
}

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

.navbar-light .navbar-nav>.nav-item {
    margin: 0px 14px;
	display:inline-block;
    vertical-align: top;
	position:relative;
}

.navbar-light .navbar-nav>.nav-item>.nav-link {
    color: #161616;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.3;
    padding:10px 0px !important;
    position: relative;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 60px;
}

.navbar-light .navbar-nav>.nav-item.logo-sign img {
    max-height: 44px;
}

.navbar-light .navbar-nav.right {
}

.navbar-light .navbar-nav.right>.nav-item.logo-sign>.nav-link {
    border-left: 2px solid #c7c7c7;
}

.navbar-light .navbar-nav.right>.nav-item {
    margin: 0px;
}

.navbar-light .navbar-nav.right>.nav-item>.nav-link {
    padding: 0px 15px !important;
}

.navbar-light .navbar-nav.right>.nav-item>.nav-link.bellbtn {
    padding: 0px 26px !important;
    background: #7a7a7a;
    color: #fff !important;
    font-size: 15px;
    line-height: 80px;
}

.navbar-light .navbar-nav.right>.nav-item.callbtn {
    background: var(--main-color);
    position: relative;
}

.navbar-light .navbar-nav.right>.nav-item.callbtn>.nav-link {
    padding: 0px 25px !important;
    color: #fff !important;
    font-size: 18px;
    line-height: 80px;
}

.navbar-light .navbar-nav.right>.nav-item.callbtn .social-list {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    font-size: 14px;
}

.navbar-light .navbar-nav.right>.nav-item.callbtn .social-list a {
    color: #fff;
}

.navbar-light .navbar-nav.right>.nav-item>.nav-link:before {
    display: none !important;
}

.navbar-light .navbar-nav>.nav-item:hover>.nav-link,
.navbar-light .navbar-nav>.nav-item.active>.nav-link {
	color:var(--main-color)!important;
}

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

.navbar-light .navbar-nav>.nav-item>.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 100%;
    border-bottom: 1px solid #fff;
    transition: all .3s;
}

.navbar-light .navbar-nav>.nav-item.logo>a::before {
    display: none;
}

.navbar-light .navbar-nav>.nav-item.logo img {
    max-height: 100px;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

ul.sub-menu {
    min-width:255px;
    width: 100%;
    padding:0px 0px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
    text-align: left;
    margin: auto;
    background: none;
    margin-top: 0px;
    display: block;
    padding-top: 15px;
    
    list-style: none;
    margin: 0;
    background: 0 0;
    padding: 0;
    position: absolute;
    left: calc(50% - 100px);
    min-width: 250px;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li {
	width:100%;
    position: relative;
    margin-bottom: 1px;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li a.nav-link {
    transition: all .3s;
    display: inline-block;
    clear: both;
    margin: 0px;
	width:100%;
	position:relative;
    line-height: 25px;
    padding: 10px 10px !important;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 1);
    color: #000!important;
    border: none;
    text-transform: uppercase;
    white-space: break-spaces;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li:hover>a,
.navbar-light .navbar-nav>.nav-item>ul.sub-menu li.active>a {
	color:#fff!important;
    background: var(--main-color);
}

header.home-header .navbar-brand {
    opacity: 0;
    pointer-events: none;
}

header.home-header.fixed .navbar-brand {
    opacity: 1;
    pointer-events: auto;
}

header.home-header .navbar-nav .logo {
    opacity: 0;
    pointer-events: none;
}

header.home-header.fixed .navbar-nav .logo {
    opacity: 1;
    pointer-events: auto;
}


/*** BANNER ***/
.banner {
    position: relative;
    overflow: hidden;
    padding: 110px 0px 0px 0px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .container {
    position: relative;
    z-index: 3;
}

.banner h1 {
    color: #fff;
    font-size: 70px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner h6 {
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

.banner .logo {
    height: 250px;
    margin-bottom: 40px;
}

.banner .remax {
    max-height: 100px;
}

.banner .agency-logo img {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    max-height: 45px;
}

.banner .btn-default {
    min-width: 200px;
    margin: 10px 10px;
    white-space: nowrap;
    width: max-content;
}

.banner .btn-default:hover {
    background-color: white;
    color: var(--main-color);
    border-color: white;
}

/* .banner::before {
    content: '';
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    min-height: 400px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}


.banner:after {
    content: '';
    width: 100%;
    position: absolute;
    min-height: 100%;
    background: #000;
    opacity: .5;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
} */

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

.container {
    max-width: 1300px;
}

/*** ABOUT ***/
.about {
    padding: 50px 0px;
}

.heading h2 {
    font-size: 28px;
    font-weight: bold;
    padding: 17px 20px;
    position: relative;
}

.heading h2:before {
    content: "";
    width: 30px;
    height: 30px;
    outline: 5px solid var(--main-color);
    outline-offset: calc(-1 * 5px);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.heading p {
    color: #b0b0b0;
    font-size: 23px;
    font-weight: 800;
}

.img-style {
    display: inline-block;
    width: 100%;
}

.img-style img {
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.about .textinfo {
    border-top: 2px solid #c7c7c7;
    border-bottom: 2px solid #c7c7c7;
    padding: 30px 0px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
}

.about .textinfo .social-list {
    display: flex;
    gap: 15px;
    font-size: 18px;
}

.about .textinfo .social-list a:hover i{
    color: var(--main-color);
}

.about .textinfo .link {
    font-weight: 600;
    font-size: 18px;
}

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

.property-box {
    display: inline-block;
    width: 100%;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    position: relative;
    border-radius: 4px 4px;
    background: #f7f7f7;
    box-shadow: 0 0 #0000 ,0 0 #0000,0 0 #0000,0 0 #0000,0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
}

.property-box .img {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
}

.property-box .img .main {
    display: inline-block;
    width: 100%;
    transition: all .3s;
    object-fit: cover;
    aspect-ratio: 1 / 1.1;
}

.property-box .img .tag {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    color: var(--main-color);
    border-radius: 4px;
    padding: 3px 12px;
    font-size: 12px;
}

.property-box .img .price-tag {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--main-color);
    color: #fff;
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 800;
}


.property-box .img .prop-label {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--main-color);
    color: #fff;
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 800;
}

.property-box .img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    opacity: 0;
}

.property-box:hover .img .overlay {
    opacity: 1;
}

.property-box:hover .img .main {
    transform: scale(1.1);
    filter: blur(4px);
}

.property-box h3 {
    border-bottom: 1px solid #d1d1d1;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 15px;
}

.property-box .downinfo {
    display: flex;
    align-items: start;
    padding: 5px 15px;
    text-align: center;
    justify-content: center;
}

.property-box .downinfo p {
    color: #949494;
    font-size: 15px;
    border-right: 2px solid #c7c7c7;
    width: auto;
    padding: 0px 20px 0px 0px;
}

.property-box .downinfo .sinfo {
    color: #949494;
    font-size: 16px;
    min-width: 30px;
}

.property-box .downinfo .sinfo i {
    font-size: 17px;
}

/*** MAP ***/
.map iframe {
    float: left;
    width: 100%;
}

/*** CAPSULE VIDEO **/
.capsule-videos {
    padding: 90px 0px;
}

.video-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.video-box video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1.8;
    float: left;
}

.video-box .playbtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    background: rgba(0, 0, 0, 0.7) !important;
    border: none !important;
    box-shadow: none !important;
}

.video-box .playbtn {

}


/*** BLOGS ***/
.blogs {
    padding: 0px 0px 70px 0px;
}

.blogs-row>div {
    padding: 0px 20px;
}

.blog-box {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-box .img {
    display: inline-block;
    width: 100%;
}

.blog-box .img img {
    display: inline-block;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / .8;
}

.blog-box .text {
    display: inline-block;
    width: 100%;
    min-height: 285px;
    padding: 30px 40px 20px 40px;
    border-bottom: 1px solid #c7c7c7;
}

.blog-box .text h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-box .text p {
    font-size: 14px;
    font-weight: 400;
    color: #b0b0b0;
}

.blog-box .down {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 25px 20px;
}

.blog-box .down .link {
    font-size: 17px;
    font-weight: 600;
    color: #7a7a7a;
}

.blog-box .down .date-text {
    font-size: 14px;
    font-weight: 400;
    color: #b0b0b0;
}

/*** outlis ***/
.outlis {
    padding: 30px 0px 60px 0px;
}

.outlis-row>div {
    padding: 0px 20px;
}

.tools-box {
    display: inline-block;
    width: 100%;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    position: relative;
    border-radius: 4px 4px;
    padding: 20px 10px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    background: #f7f7f7;
}

.tools-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0px 10px 0px;
}

.tools-box p {
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    min-height: 190px;
    margin-bottom: 30px;
}

@media(max-width: 991px){
    .tools-box p {
        min-height: 150px;
    }
}

.tools-box .btn-default {
    font-size: 14px;
    line-height: 28px;
    padding: 0px 11px;
}

/*** CONTACT INFO ***/
.contact-info {
    padding: 30px 0px 60px 0px;
}

.contact-info label {
    color: #161616;
    font-size: 17px;
    font-weight: 600;
}

.form-control {
    color: #161616;
    height: 42px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    margin-bottom: 14px;
    box-shadow: none !important;
    outline: none !important;
    background: #f7f7f7;
}

.form-control:focus {
    border-color: var(--main-color);
}

select.form-control {
    appearance: auto;
}

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

.contact-info .label-box {
    display: inline-block;
    color: #161616;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    margin-top: 14px;
    margin-bottom: 50px;
    padding: 20px 70px;
    position: relative;
}

.contact-info .label-box .check {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
}

.contact-info .label-box .icon {
    position: absolute;
    top: 25px;
    left: 20px;
    height: 24px;
}

.contact-info .label-box h4 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.contact-info .label-box p {
    color: #161616;
    font-size: 12px;
    font-weight: 400;
    opacity: .7;
}


/*** FOTOER ***/
.footer {
    padding: 0px 0px 0px 0px;
    background: #3f3837;
    position: relative;
    overflow: hidden;
}

.footer .align {
    margin-bottom: 40px;
}

.footer .container {
    max-width: 1150px;
}

.footer h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.footer p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}

.contact-list {
    margin:10px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #fff;
}

.contact-list.social {
    display: flex;
    grid-area: 10px;
}

.contact-list.social li {
    margin-right: 10px;
}

.contact-list.d-flex {
    gap: 10px;
}

.contact-list li {
    margin: 0px 0px 5px 0px;
    color: #fff;
}

.contact-list li a {
    font-size: 14px;
    display: flex;
    gap: 10px;
    color: #fff;
    max-width: max-content;
}

.contact-list li a:hover {
    opacity: .5;
}

.contact-list li i {
    font-size: 16px;
    min-width: 15px;
    height: 30px;
    line-height: 25px;
    color: #fff;
    display: block;
}


/* 
.contact-list li i {
    background: #fff;
    min-width: 30px;
    min-height: 30px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #000;
    display: block;
} */

.footer .logo img {
    max-height: 180px;
}

.footer .agency-logo {
    margin-top: 15px;
    display: inline-block;
}

.footer .agency-logo img {
    margin-top: 15px;
    width: 180px;
}

.footer .lists {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer .lists li {
    margin: 0px 0px 5px 0px;
    color: #fff;
}

.footer .lists li a {
    color: #fff;
    font-size: 14px;
}

.footer .lists li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .imgs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer .imgs a {
    width: calc(50% - 20px);
}

.footer .down-info {
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding: 10px 0px;
}

.footer .footer-items:last-child {
    margin: 0px;
}

.footer-social-link .list-inline-item a:hover i{
    color: var(--main-color);
}

.footer .footer-items {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 10px;
}

.footer .footer-items .heading-first {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    min-width: 70px;
}

.footer .footer-items .small-links {
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.footer .footer-items .small-links a {
    color: #fff;
}

.footer .footer-items .small-links a:hover {
    color: #000;
}

.footer .footer-items .small-links span {
    padding: 0px 4px;
}



/*** COPYRIGHTS ***/
.copyrights {
    background: #3f3837;
    padding: 0px 0px 15px 0px;
}

.copyrights .container {
    max-width: 1118px;
}

.copyrights p {
    font-size: 14px;
}

.copyrights * {
    color: #fff;
}

.copyrights img {
    max-height: 50px;
    margin-top: -2px;
}

.contact-list.black a {
    color: #000;
}

.contact-list.black a i {
    background: #000;
    color: #fff;
}


/*** PAGE BANNER ***/
.page-banner {
    background: url(../img/bg-page-banner.webp) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}

.page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}

.page-banner .row {
    position: relative;
    z-index: 2;
}

.page-banner h1 {
    color: #fff;
    font-size: 46px;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 40px;
}

.page-banner .btn-default {
    margin: 10px 10px;
}

.page-banner .btn-default:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: var(--main-color);
}


.page-banner .container {
    max-width: 1200px;
}



/*** buysell-info ***/
.buysell-info {
    padding: 70px 0px 80px 0px;
}

.buysell-info .container {
    max-width: 1200px;
}

.breadcrumb {
    color: #d1d1d1;
    margin-bottom: 40px;
}

.breadcrumb-item a,.breadcrumb-item+.breadcrumb-item::before {
    color: #d1d1d1;
}

.breadcrumb-item:hover a{
    color: var(--main-color);
}

.breadcrumb-item.active {
    color: #161616;
}

.buysell-info .heading {
    margin-bottom: 40px;
}

.radius {
    border-radius: 5px !important;
}

.buysell-info h3 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.buysell-info p {
    font-size: 17px;
    margin-bottom: 40px;
}


/*** small-heading ***/
.small-heading {
    padding: 40px 0px;
    background: var(--main-color);
}

.small-heading .container {
    max-width: 1200px;
}

.container.normal {
    max-width: 1200px;
}

.small-heading p {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
}


/***  outlis buysell-page ***/
.outlis.buysell-page .tools-box p {
    min-height: inherit;
    text-align: left;
    margin-bottom: 40px;
}

.tools-box .text-end{
    position: absolute;
    right: 10px;
    bottom: 5px;
}



/*** download-guide ***/
.download-guide {
    padding: 50px 0px 70px 0px;
    background: var(--main-color);
}

.download-guide h2 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin: 0px 0px 15px 0px;
}

.download-guide label {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

.download-guide .form-control {
    height: 35px;
    font-size: 12px;
    margin: 0px 0px 5px 0px;
}

.download-guide .btn-default.white-border {
    width: 100%;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 5px;
}

.download-guide label.label-box {
    margin: 10px 0px 0px 0px;
}


/*** TESTIMONIALS ***/
.testimonials {
    padding: 80px 0px 90px 0px;
    background: linear-gradient(#000000b3,#00000080), url(../img/testimonials-bg.webp) 50% 50% no-repeat;
    background-size: cover;
}

.testimonials .heading h2 {
    color: #fff;
    padding-left: 0px;
    padding-bottom: 0px;
}

.testimonials .heading h2::before {
    display: none;
}

.testimonials .heading p {
    color: #d1d1d1;
}

.testimonials .bg {
    background: #fff;
    padding: 20px 40px;
    border-radius: 10px;
}

.testimonials .bg h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.testimonials .bg p {
    font-size: 15px;
    margin: 0px 0px 12px 0px;
}

.testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px 5px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    opacity: 0.5;
}

.tool-icon{
    border-radius: 5px;
    background-color: var(--main-color);
    font-size: 24px;
    padding: 12px;
    color: #fff;
}

/** Changes to banner for better responsive and so :before and :after don't go over the heading content and darken everything **/

.banner-content{
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-content h2, .banner-content a, .banner-content i{
    color: #fff;
}


.welcome-image-area{
    color: #fff;
}

.banner-overlay::before {
    content: '';
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    min-height: 400px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.banner-overlay:after {
    content: '';
    width: 100%;
    position: absolute;
    min-height: 100%;
    background: #000;
    opacity: .5;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.banner-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
}


/** Banner Social Links **/

.social-links ul{
    list-style: none;
    width: 100%;
    column-gap: 30px;
    display: flex;
    justify-content: center;
    padding: 0;
}

.social-links ul li a{
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 999px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s;
    
}

.social-links ul li a:hover{
    background-color: var(--main-color);
    border-color: var(--main-color);
}




/** Classes for convenience **/

@media(max-width: 998px){
    .w-100-under-lg{
        width: 100% !important;
    }
}

/** Header fixes **/

.navbar-light .navbar-nav.right>.nav-item.logo-sign{
    margin-right: 10px;
}

@media(max-width: 991px){
    #navbarSupportedContent{
        display: none;
    }
}

@media(max-width: 1295px){
    .navbar-nav.right .nav-item.logo-sign{
        display: none;
    }
}

@media(max-width: 1125px){
  .navbar-nav.right .nav-item.callbtn{
        display: none;
    }
}


/** Properties Section +  Blog Section **/

.properties-container{
    position: relative;
}

.paginationBtns{
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

#paginationNumbers li a, #blogPaginationNumbers li a{
    position: relative;
    display: inline-block;
    border: 0px;
    font-size: 18px;
    line-height: 45px;
    font-weight: 600;
    padding: 0px 15px;
    border-radius: 3px;
    color: #fff;
    background: var(--main-color);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden;
    text-align: center;
    border: 2px solid var(--main-color);
}

#paginationNumbers li a:hover, #blogPaginationNumbers li a:hover{
    background: none;
    color: #000;
    border-color: #000;
}

#paginationNumbers li a.active, #blogPaginationNumbers li a.active{
     background: none;
    color: #000;
    border-color: #000;
}

#paginationNumbers li:not(:first-child), #blogPaginationNumbers li:not(:first-child){
    margin-left: 10px;
}

#blogPaginationNumbers{
    list-style-type: none;
    padding: 0;
    display: flex;
}

.carouselArrows {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 999px;
    background: #1f1f1f;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.carouselArrows:hover:not(:disabled) {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.carouselArrows:active:not(:disabled) {
    transform: scale(0.95);
}

.carouselArrows:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    box-shadow: none;
}


.blogs-row .blog-item {
    margin-bottom: 30px;
}

.blogs-row .blog-item[style*="display: block"] {
    display: flex !important;
}

.blogs-row .blog-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.blogs-row .blog-box .text {
    flex-grow: 1;
}

.form-group:has(> .wpcf7-form-control-wrap.your-email){
    margin-bottom: 10px;
}

/** Footer **/

footer:not(.entry-footer){
    border-top: 1px solid var(--main-color);
    padding: 10px
}

.title-divider{
    display: inherit;
    text-align: center;
}

.title-divider::before{
   background-image: linear-gradient(to left, rgba(255, 255, 255, 0), var(--main-color));
   
    margin-right: 4px;
}

.title-divider::after{
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), var(--main-color));
   
    margin-left: 4px;
}
.title-divider::before, .title-divider::after{
    content: "";
    display: inline-block;
    width: 8%;
    height: 1px;
    vertical-align: middle;
    text-align: center;
}

.title-divider i {
    color: var(--main-color);
}

footer a{
    color: var(--main-color);
}

footer a:hover{
    text-decoration: underline;
    color: var(--hover-color);
}


/** Link with arrow **/

.link {
    display: inline;
    transition: all 0.3s ease;
}

.link i {
    margin-left: 6px;
    vertical-align: middle;
}

.link:hover {
    padding-left: 18px;
}


/** Video Banner **/

.banner iframe {
   position: absolute;
    top: 50%;
    left: 50%;

    width: 140%;
    height: 140%;

    transform: translate(-50%, -50%);

    border: 0;
}

.banner:has(iframe){
    padding: 0;
    margin-top: 80px;
    height: auto !important;
    max-height: calc(100vh - 80px);
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}



.banner:has(iframe)::before{
     content: '';
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    min-height: 400px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.banner:has(iframe)::after{
    content: '';
    width: 100%;
    position: absolute;
    min-height: 100%;
    background: #000;
    opacity: .5;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}



@media(max-width: 800px){
    .banner:has(iframe) h2,.banner:has(iframe) h2 span{
        font-size: 24px;
        margin-bottom: 10px !important;
    }

     .banner:has(iframe) .btn-default{
        margin: 5px;
        min-width: 175px;
        font-size: 14px;
     }
}

@media(max-width:599px){
    .banner:has(iframe) h2, .banner:has(iframe) h2 span{
        display: none !important;
    }
     .banner:has(iframe) .btn-default{
        line-height: 30px;
     }

     .banner:has(iframe) .banner-content{
        bottom: 0;
        top: unset;
        left: 50%;
        transform: translate(-50%, 0);
     }
}


#filter-wrapper.controls, #pagination-wrapper{
    list-style: none;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    flex-wrap: wrap;
    padding: 0;
}

#pagination-wrapper button, #pagination-wrapper span {
    position: relative;
    display: inline-block;
    border: 0px;
    font-size: 18px;
    line-height: 45px;
    font-weight: 600;
    padding: 0px 15px;
    border-radius: 3px;
    color: #fff;
    background: var(--main-color);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden;
    text-align: center;
    border: 2px solid var(--main-color);
}

#products{
    padding: 70px 0 80px 0;
}

.entry-header .post-img{
    border-radius: 12px;
    margin-bottom: 20px;
}

.entry-footer .post_sub_btn{
    margin-top: 10px;
}

.entry-footer .post_sub_btn:hover{
    background-color: var(--hover-color);
}

.blog-sidebar ul li a:hover {
    text-decoration: underline;
}

.stars .fa-star{
    color: var(--accent-color);
}

.underline{
    text-decoration: underline;
}

.underline:hover{
    text-decoration: underline;
    color: var(--hover-color);
}

.contact-form-message{
    padding: 10px;
    border: 1px solid transparent;
}

.success{
    color: rgb(12, 124, 12);
    border-color:  rgb(12, 124, 12);
}

.error{
 color: rgb(211, 8, 8);
    border-color:  rgb(211, 8, 8);
}

.experience-button:hover{
    scale: 1.15;
}

.experience-button{
    transition-duration: 0.5s;
}

.tool-icon:hover{
    scale: 1.15;
}

.tool-icon{
    transition-duration: 0.5s;
}

.tools-box img:hover{
    scale: 1.15;
}

.tools-box img{
    transition-duration: 0.5s;
}