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

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

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

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

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

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

a:focus {
    text-decoration: none;
}

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

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

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


.section-title.center h6 {
    left: 0;
}

.section-title h6 {
    font-size: 30px;
    font-weight: 700;
    color: #171717;
    letter-spacing: 0.28em;
    margin-bottom: 7px;
    font-family: "Belleza", sans-serif;
    font-family: "Allura", cursive;
    position: relative;
    left: 0px !important;
}

.section-title h2 {
    color: #DD0000;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Belleza", sans-serif;
    line-height: 1.3;
    position: relative;
}

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

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

.section-title.black h2 {
    color:#000;
}

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

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

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

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

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

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

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

h6 {
}

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

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

p {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-weight: 200;
}

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

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

.visible-xs {
    display: none;
}

.btn-underline {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
    color: #DD0000!important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 5px;
}

.btn-underline:hover {
    color: #DD0000!important;
}

.btn-underline:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 3.063vw;
    height: 0.188vw;
    background: #DD0000;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.btn-underline:hover::before {
    width: 100%;
}
@font-face {
    font-family: "Gilroy-Light";
    src: url("../fonts/Gilroy-Light.ttf");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy-ExtraBold";
    src: url("../fonts/Gilroy-ExtraBold.ttf");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TheSeasons-Light";
    src: url("https://assets.agentfire3.com/fonts/caul-group.com/subset-TheSeasons-Reg.woff2") format("woff2"), url("https://assets.agentfire3.com/fonts/caul-group.com/subset-TheSeasons-Reg.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TheSeasons-Regular";
    src: url("https://assets.agentfire3.com/fonts/caul-group.com/subset-TheSeasons-Reg.woff2") format("woff2"), url("https://assets.agentfire3.com/fonts/caul-group.com/subset-TheSeasons-Reg.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gold {
    color: #f5de68;
}

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

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

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

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

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

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

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

.opacity-0 {
    opacity: 0;
}

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

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


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

.header.none {
    display: none;
}

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

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

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

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

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

.navbar-light .navbar-nav>.nav-item:hover>a:before {
    width: 50% !important;
}

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


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

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

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

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

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

.navbar-light .navbar-nav .nav-item ul.sub-menu li a:after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0%;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #c6c6c6;
    display: none;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li a:hover:after {
    width: 100%;
}

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

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

.navbar-brand .logo img {
    filter: brightness(1) invert(1);
}

.navbar {
	padding:0px 0px;
}

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

@media only screen and (min-width:768px) {
.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 3%);
    -moz-transform: translate(0, 3%);
    -ms-transform: translate(0, 3%);
    transform: translate(0, 3%);
}
}

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

ul.sub-menu li {
	width:100%;
    position: relative;
}

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

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

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

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

.header.fixed {
	z-index: 998;
	position:fixed;
	top:0;
	left:0;	
    background:#1f2122;
    background: rgba(31, 33, 34, .75);
	transition:all .3s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-btn {
	width:26px;
	border-radius:100%;
	display:inline-block;
    line-height: 4px;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.menu-btn:hover {
}

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

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

.menu-btn span:last-child {
    width: 50% !important;
    float: right;
}

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

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

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

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

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
	overflow:hidden;
	overflow-y:auto;
	height:90%;
	width:100%;
    padding-left: 40px;
    padding-right: 40px;
}

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

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

a.CloseBtn {
	float:right;
	color:#000;
	font-size:26px;
	margin:35px 26px 45px 15px;
	position: relative;
    z-index: 99;
    cursor: pointer;
}

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

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

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


.banner .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.banner .btn-default {
    margin: 0px 10px;
    min-width: 270px;
    line-height: 50px;
}

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

.banner .pbs {
    padding-bottom: 80px;
}

.banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.banner h6 {
    color: #fff;
    font-size:20px;
    letter-spacing: 1px;
    line-height: 1.6;
}

.banner h2 {
    color: #fff;
    font-size:120px;
    letter-spacing: 1px;
    font-family: "Allura", cursive;
    line-height: 1.6;
    text-transform: capitalize;
}

.banner h2 span {
    font-size:100px;
    font-family: "Belleza", sans-serif;
    text-transform: uppercase;
}

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

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

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

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

.banner .btn-default {
    margin: 0px 10px;
    font-size: 17px;
}


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

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

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

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

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

.overlay-img {
    position: relative;
    background-image: url(../img/img-about.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}

.about.inner .overlay-img {
    background-image: url(../img/img-aboutpage.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.overlay-img:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    top: -30px;
    right: -30px;
    ottom: unset;
    left: unset;
    height: 100%;
    width: 100%;
    border: 1px solid #DD0000;
    opacity: 0.7;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.overlay-img:hover {
    background-color: rgba(255, 255, 255, 0);
    background-blend-mode: luminosity;
    -webkit-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    background-color: rgba(255, 255, 255, 1);
}

.overlay-img:hover:before {
    opacity: 1;
    top: 0px;
    right: 0px;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    border-color: transparent;
}

.side-follow-us {
    position: absolute;
    z-index: 10;
    top: 30%;
    top: 19%;
    left: 35px;
}

.side-follow-us ul {
    padding-left: 0;
}

.side-follow-us ul li.inti {
    list-style: none;
    font-size: 18px;
}

.side-follow-us ul li {
    list-style: none;
    font-size: 18px;
    text-align: center;
}

.side-follow-us ul li .divider {
    width: 1px;
    margin: 0 auto;
    background: #fff;
    width: 1px;
    height: 62px;
}

.side-follow-us ul li:not(:last-child) {
    margin-bottom: 12px;
}

.side-follow-us ul li span {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    bottom: -80px;
    left: -7px;
    color: #fff;
    text-transform: uppercase;
    width: 54px;
    white-space: nowrap;
    font-weight: 300;
}

.side-follow-us ul li span a {
    color: #fff;
}

.side-follow-us ul li span a:before {
    content: url(https://assets.thesparksite.com/uploads/sites/4625/2023/05/arrow.png);
    position: absolute;
    left: 0px;
    bottom: -9px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
    color: #fff;
}

.side-follow-us ul li span a:hover:before {
    left: -50px;
    top: -10px;
    opacity: 1;
    visibility: visible;
}

.side-follow-us ul li>a {
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.side-follow-us ul li>a:hover {
    color: #000;
    border-color: #DD0000;
    background: #DD0000;
}

.side-follow-us ul li .fol-calendar {
    color: #fff;
    display: inline-block;
    width: 48px;
    line-height: 48px;
    background: #f5821f;
    border-radius: 50%;
    text-align: center;
}

.side-follow-us ul li .fol-calendar:hover {
    color: #fff;
}


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

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


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

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

.footer-contact-item {
    display: flex;
    align-items: center;
    color: #000;
    padding-bottom: 10px;
    font-size: 16px;
    margin: 0px 10px;
}

.footer-contact-item>span {
    min-width: 30px;
    color: #b6af8f;
}

.footer-contact-item i {
    color: #DD0000;
    min-width: 15px;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
}

.footer-contact-item span, .footer-contact-item a {
    color: #000;
}


.footer-contact-item span a {
    position: relative !important;
    line-height: 1.7;
    padding-bottom: 3px;
}

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

.footer-contact-item span a:before {
    width: 100% !important;
    background-color: rgba(0, 0, 0, .2);
}

.footer-contact-item span a:hover:after {
    width: 100% !important;
    background: #000;
}

.footer-contact-item a:hover  {
    color: #DD0000;
}

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

/*** PROPERTIES ***/
.properties {
    padding: 60px 0px;
    overflow: hidden;
}

.property-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.property-box .img::before {
    content: '';
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 0.3s all ease;
}

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

.property-details {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px;
    bottom: -30px;
    transition: 0.4s all ease;
}

.property-details h3 {
    color: #fff;
    margin: 0px;
    line-height: 1;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}

.property-details p {
    color: #fff;
    font-size: 20px;
    margin: 5px 0px;
}

.property-details h5 {
    color: #fff;
    font-weight: 700;
}

.property-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transition: 0.4s all ease;
    display: flex;
    align-items: center;
}

.property-details ul li {
    display: inline-block;
    margin-right: 25px;
    color: #fff;
    display: flex;
    align-items: center;
}

.property-details ul li i {
    margin-left: 8px;
}

.property-details ul li img {
    margin-left: 8px;
    max-width: 25px;
    object-fit: cover;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    height: inherit;
}

.property-box:hover .property-details {
    bottom: 0;
}

.property-box:hover .property-details ul {
    opacity: 1;
}
/* ctas */
.ctas {
    padding: 70px 0;
    position: relative;
}

.ctas .overlay {
    background: linear-gradient(to bottom, rgba(224, 191,184, 0.95) 76.6%, rgba(224, 191,184, 0.95)), url(../img/bg-ctas.webp) 50% 50% no-repeat;
    background: linear-gradient(to bottom, rgba(255,155,97, 0.95) 76.6%, rgba(255,155,97, 0.95)), url(../img/bg-ctas.webp) 50% 50% no-repeat;
    background: linear-gradient(to bottom, rgba(255, 155, 97, 0.95) 76.6%, rgb(243, 243, 243 , 95%)), url(../img/bg-ctas.webp) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}

.ctas .overlay:before {
    
}

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

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

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

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

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

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

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

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

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

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

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



/* why-work */
.why-work {
    padding: 50px 0 80px 0;
    position: relative;
    background: #fff;
}

.why-work .overlay {
    background: linear-gradient(to bottom, rgba(255,155,97, 0.95) 76.6%, rgba(243,243,243, 95%)), url(../img/montreal-sunrise.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.why-work p {
    color: #fff;
}

.workbox {
    background: #fff;
    padding: 40px 15px;
    height: auto;
    border-radius: 4px;
    height: 100%;
    width: 100%;
}

.workbox h4 {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}

.why-work .workbox p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.workbox .img-work {
    max-width: 80px;
    margin: 0 auto;
    padding: 3px;
}


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


.testimonials .bg-testi {
    background-image: url(../img/bg-testi.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    display: inline-block;
    width: 100%;
    min-height: 400px;
}

.testimonials p {
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .05em;
    margin-bottom: 30px;
}

.testimonials .item {
    padding: 0px 0px;
}

.testimonials .gimg {
    padding: 0px 0px;
    width: auto !important;
    display: inline-block !important;
    height: 30px;
    float: right;
    margin-bottom: 20px;
}

.testimonials p {
    display: inline-block;
    width: 100%;
    /* font-style: italic; */
    color: #000;
    font-size: 16px;
}

.testimonials h4 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.testimonials h4 span {
    font-size: 14px;
    font-weight: 400;
}

.testimonials p .site-easing {
    color: #000;
    font-weight: 600;
}

.testimonials .icon-arrow:before {
    position: relative;
    z-index: 4;
}

.testimonials .icon-arrow:after {
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 46%;
    top: 50%;
    opacity: 1!important;
    margin-top: -0.5px;
}

.testimonials .icon-arrow.rt:after {
    left: auto;
    right: 4px;
}

.testimonials .lts {
    border-left: 2px solid rgba(255,255,255,0.7);
    padding: 22px 80px 30px;
}

.testimonials .sleft {
    padding: 0px 20px;
}

.testimonials .owl-dots {
    padding-left: 20px;
}

.testimonials .owl-dots {
    position: relative;
    padding-left: 8%;
    position: absolute;
    bottom: 25px;
    left: 65%;
}

.testimonials .owl-theme .owl-nav {
    display: none !important;
}

.testimonials .vid video {
    width: 100%;
    object-fit: cover;
    height: 420px;
    display: block;
}

.slider-counter {
    /* position: relative;
    top: -32px;
    left: -48px; */
    width: auto;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 29%;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 4px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: transparent;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #DD0000;
}

.testimonials .owl-nav button {
    position: absolute;
    top: 40%;
    left: 0;
    color: #000;
    font-size: 40px;
    background: none !important;
}

.testimonials .owl-nav button i,
.testimonials .owl-nav button span {
    color: #000;
    background: none !important;
    padding: 0;
    font-size: 40px;
    font-weight: 300;
}


.testimonials .owl-nav button.owl-next {
    right: 0;
    left: auto;
}

.testimonials-slider .bg a {
    text-decoration: none;
}

.normal-text.owl-theme .owl-nav button.disabled:after,
.normal-text.owl-theme .owl-nav button.disabled:before {
    display: none;
}

.normal-text.owl-theme .owl-nav button.disabled {
    opacity: 1;
}

.normal-text.owl-theme .owl-nav button {
    background: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-style: normal;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    margin: 0 30px;
    padding:0px 20px;
    height:45px;
    line-height: 45px;
}

/* .properties .btn-default {
    color: #fff;
    font-size: 16px;
    background: none;
    border:1px solid #fff;
} */

.properties .btn-default:hover {
    background: #fff;
    color: #000 !important;
}

.properties .custom-nav .btn-default {
    background:#DD0000;
    color:#fff;
    border:1px solid #DD0000;
}

.normal-text.owl-theme .owl-nav button .fa {
    color: #000;
    font-size: 28px;
    margin: 5px 3px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.normal-text.owl-theme .owl-nav button:hover {
    color:rgba(0,0,0,0.4) !important;
}

.normal-text.owl-theme .owl-nav button:hover .fa {
    color:rgba(0,0,0,0.4) !important;
}

.normal-text.owl-theme .owl-nav {
    position: relative;
}

.normal-text.owl-theme .owl-nav button:hover {
    background: none;
    color:rgba(0,0,0,0.4) !important;
}

.testimonials-slider .btn-default {
    display: inline-block;
    vertical-align: middle;
}

/**/
.social-media {
    padding: 100px 0px;
}

.social-media .imgs>div {
    padding: 0px 5px 5px 5px;
}

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

.social-btn {
    display: flex;
    align-items: center;
    background-color: #DD0000;
    color: #fff;
    border-radius: 55px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.social-btn i {
    margin-right: 30px;
}

/**/
.contact-form {
    position: relative;
    padding: 75px 0px;
    background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../img/contact.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

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

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

.contact-form .form-control {
    background: none;
    border: 0px;
    border-radius: 0px;
    padding: 0px 3px;
    border-bottom: 1px solid #000;
    color: #000;
    margin-bottom: 35px;
    height: 52px;
    letter-spacing: .1em;
    letter-spacing: .1em;
    outline: 0px;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #000;
}

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

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

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

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




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

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

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

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

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

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

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

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

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

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

.footer .links span {
    display: inline-block;
    align-items: center;
}

.footer .links span i {
    margin-right: 10px;
    min-width: 15px;
    position: relative;
    top: 1px;
    color: #DD0000;
}

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

.footer .linkachor:before {
    width: 100% !important;
    background-color:  rgba(0, 0, 0, .2)!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner .btn-default:hover {
    background: #DD0000 !important;
    border-color: #DD0000 !important;
}

.properties .btn-default:hover {
    color: #fff !important;
}

/**/
.page-banner {
    height: 55vh;
    padding-bottom: 15px;
}

.page-banner h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 50px;
}

footer p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.properties.inner .item {
    margin-bottom: 25px;
}

.contactpage .social-link {
    margin-bottom: 15px;
}

.contactpage .social-link p {
    font-weight: 400;
    font-size: 17px;
    margin: 0;
}

.contactpage .social-link a {
    font-size: 18px;
}

.contactpage .social-link a:hover {
    color: #DD0000;
}

.contactpage .social-links a:hover {
    background: #DD0000 !important;
    color: #000!important;
    border-color: #DD0000!important;
}

.contactpage .social-link span {
    display: flex;
    align-items: center;
}

.contactpage .social-link span i {
    margin-right: 10px;
    min-width: 15px;
    position: relative;
    top: 1px;
    color: #DD0000;
    min-width: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    margin-right: 10px;
}

.contactpage .social-link span i.fa-map-marker {
    font-size: 26px;
}

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

.contactpage .linkachor:before {
    width: 100% !important;
    background-color:  rgba(0, 0, 0, .2) !important;
}

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

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

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

.contactpage .contact-form {
    background: none;
    padding-bottom: 0;
}

.contactpage .contact-form:before,
.contactpage .contact-form:after {
    opacity: 0;
}

.contactpage .bgs {
    background: #f2f2f2;
    padding: 80px 50px;
    padding: 40px 30px 30px 30px;
    box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);
    margin-top: 30px;
}

.contactpage .social-link  strong {
    border-bottom:1px solid rgba(0, 0, 0, .2) !important;
}

.newinfo {
    padding: 80px 0px;
    overflow: hidden;
}


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

.spperinfo .bg {
    border-radius: 20px;
    background: #f3f3f3;
    background: #f5f5eb;
    box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);
    padding: 55px 50px;
    background: rgba(103, 0, 56, 0.4);
    background: #f2f2f2;
}

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

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

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

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

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

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

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

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

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

.spperinfo input:focus {
    box-shadow: none !important;
    outline: none !important;
}

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

.spperinfo.alert input {
    color:#000;
}

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

.spperinfo.alert input:focus {
    background: none;
    color:#000;
}

.spperinfo input::-webkit-input-placeholder {
    color:#000;
}

.spperinfo.alert input::-webkit-input-placeholder {
    color:#000;
}

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

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

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

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


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


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

.spperinfo.alert h4 {
    font-size: 26px;
    line-height: 1.5;
    color: #2b2b2b;
    font-weight: 600;
}

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

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

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

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

.spperinfo P {
    white-space: inherit;
    color: #000;
}

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

#stepper.alert input:focus {
    box-shadow: none !important;
    outline: none !important;
}

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

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

/**/

.spperinfo input.wpcf7-submit,
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    height: 61px!important;
    width: auto!important;
    margin-top: 15px!important;
    background: #2b2b2b !important;
    border: 1px solid transparent !important;
}

.cf7mls_next.action-button, .cf7mls_back, .cf7mls_next, .spperinfo input.wpcf7-submit, .cf7mls_back.action-button {
    background: #DD0000 !important;
    border: 0 none !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    padding: 0px 15px !important;
    border-radius: 7px !important;
    font-weight: 500 !important;
    text-align: center !important;
    line-height: 61px !important;
    min-width: 180px !important;
    font-size: 16px !important;
    letter-spacing: 2px !important;
    border: none!important;
    text-transform: uppercase !important;
}

.cf7mls_next.action-button:hover, .cf7mls_next.active,
.cf7mls_next:hover,.spperinfo input.wpcf7-submit:hover {
    color: #fff !important;
    background: #000  !important;
    border-color: #000 !important;
}

.cf7mls-btns .cf7mls_back.action-button,.cf7mls_back {
    color: #fff !important;
    background: #000  !important;
    border-color: #000 !important;
}

.cf7mls-btns .cf7mls_back.action-button:hover,.cf7mls_back:hover {
    color: #fff !important;
    background: #DD0000 !important;
    border-color: #DD0000 !important;
    opacity: 1 !important;
}


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

/*** Buyers sellers Css Stars ***/
.about.buysell {
    padding: 0;
    padding-top: 110px;
    background: none;
}

.about.buysell .section-title h2:after {
    display: none;
}

.about .bg-forms .bgs {
    margin: 100px 0px;
    border-radius: 0px;
    border:1px solid #DD0000;
    padding: 80px 50px;
}

.about .bg-forms h4 {
    font-family: "Onest", sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

.about .bg-forms .bgs .btn-default.submit {
    margin-top: 30px;
}

.bg-form .form-control {
    background: none;
    border: 0px;
    border-radius: 0px;
    padding: 0px 3px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
    height: 50px;
    font-size: 16px;
    outline: 0px;
    
    color: #000 !important;
    border: 1px solid #000;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
}


.bg-form .form-control::-webkit-input-placeholder {
}

.bg-form textarea.form-control {
    height: 100px;
    resize: none;
    padding: 20px 15px;
}

.bg-form .form-control:focus {
    box-shadow: none;
}

.info-small {
    background-color: rgba(103, 0, 56,.5);
    background: #f5f5f5;
}

.info-small .bg {
    padding: 60px 60px;
}


.buysell-form label {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color:#000;
}

.buysell-form .form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 0.375rem 3px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    border: none;
    border-bottom: 1px solid #000;
    background: none;
    border-radius: 0px;
    margin-bottom: 25px;
    font-size: 15px;
    text-transform: uppercase;
}

.buysell-form textarea {
    height: 100px !important;
    resize: none;
}

.buysell-form .checki {
    display: flex;
}

.buysell-form .checki label {
    width: 48%;
    display: inline-block;
    align-items: start;
    font-size: 16px;
    margin-bottom: 15px;
}

.buysell-form .checki input {
    color: rgba(0,0,0,0);
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 3px;
    border: 1px solid #000;
    text-align: center;
    line-height: 9px;
    margin-right: 15px;
    margin-top: 5px;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.buysell-form .checki input:checked:before {
    content: "x";
    color: #000;
    position: absolute;
    left: 1px;
    top: 0px;
}

/************* Buyers sellers Css End **************/

.calctext {
    display: inline-block;
    width: 100%;
    font-style: italic;
    margin-top: 10px;
    color: #000;
    padding-right: 100px;
}
 
li.menu-item-has-children:hover ul.sub-menu{
	display:block;
}
li.menu-item-has-children>ul.sub-menu>li{
	position:relative;
}

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

li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu {
	display: block !important;
}
ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0.25rem;
	float: none;
	position: absolute;
	top: 70px;
	padding: 0px;
	box-shadow: 0px 1px 2px 2px #f2f2f2;
	border: none;
}
input.wpcf7-form-control.wpcf7-not-valid{
	border-bottom: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

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

.contactpage .section-title.address .linkachor:before, .contactpage .section-title.address .linkachor:after{
	display:none;
}

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

li.menu-item-has-children:hover ul.sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

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

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: 255px;
	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;
	top: 100% !important;
}

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

li.menu-item-has-children>ul.sub-menu>li {
	width: 100%;
	position: relative;
}

.navbar-light .navbar-nav .nav-item.menu-item-has-children ul.sub-menu .nav-link {
	transition: all .3s;
	width: 100%;
	display: inline-block;
	clear: both;
	border: 0;
	margin: 0px;
	width: 100%;
	position: relative;
	line-height: 15px !important;
	padding: 15px 13px !important;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0px;
	background: rgba(255, 255, 255, 1);
	color: #000 !important;
	border: none;
	text-transform: uppercase !important;
	white-space: normal;
}

.navbar-light .navbar-nav .nav-item.menu-item-has-children ul.sub-menu .nav-link:hover, .navbar-light .navbar-nav .nav-item.menu-item-has-children ul.sub-menu li.current-menu-item>.nav-link {
	color: #fff !important;
	background: #DD0000 !important;
}

.header .navbar-light .navbar-nav>.nav-item:hover>.nav-link:before, .header .navbar-light .navbar-nav>.nav-item.current-menu-parent>.nav-link:before, .header .navbar-light .navbar-nav>.nav-item.current_page_item>.nav-link:before,
.header .navbar-light .navbar-nav>.nav-item:hover>.nav-link:before, .header .navbar-light .navbar-nav>.nav-item.current-menu-parent>.nav-link:before, .header .navbar-light .navbar-nav>.nav-item.current_page_item>.nav-link:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	background-color: #000 !important;
}

.header .navbar-light .navbar-nav>.nav-item:hover>.nav-link:before, .header .navbar-light .navbar-nav>.nav-item.current-menu-parent>.nav-link:before, .header .navbar-light .navbar-nav>.nav-item.current_page_item>.nav-link:before {
	width: 50% !important;
	background-color: #DD0000 !important;
}

.header .navbar-light .navbar-nav>.nav-item:hover>.nav-link,
.header .navbar-light .navbar-nav>.nav-item.current-menu-parent>.nav-link,
.header .navbar-light .navbar-nav>.nav-item.current_page_item>.nav-link {
	background: none !important;
	color: #DD0000 !important;
}

.buysell-form .checki label {
	width: 100%;
}

.buysell-form .checki .wpcf7-list-item {
	width: 50%;
	margin: 0;
}

#stepper.alert span.wpcf7-list-item {
	margin: 0;
}

.spperinfo.alert label {
	font-weight: 700;
	margin-bottom: 20px;
}