@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800&family=Roboto:wght@400;500;700;900&display=swap');
/* font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/* font-family: 'Playfair Display', serif; */

@import url("bootstrap.min.css");
@import url("animate.css");
@import url("font-awesome.min.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.min.css");
@import url("swiper.min.css");
@import url("hover.min.css");
@import url("../plugins/inston-icons/style.css");

/********************
* 2. miscelnious styles
**********************/
body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #7B7F85;
}


a:active,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}
/* Video popup */
.player .vp-video-wrapper .vp-previe {
	background-size: 100%
}

.player .vp-controls .logo {
	display:none
}

.player .vp-sidedock, .player .vp-sidedock .sidedock-inner {
	display: none
}
/* End Of Video popup */

.fancybox-container {
	z-index: 999999
}

.topbar-one__social a:hover {
	color: #00a9da
}

.topbar-one__social a:focus,
.topbar-one__social a i:focus{
	outline: none
}

.topbar-one__social a:hover i {
	color: #00a9da
}

.error404 .privacy .site-main {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 60px
}

.error404 .privacy .site-main h1 {
	font-size: 70px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
    letter-spacing: 10px;
}

.error404 .privacy .site-main h3 {
	font-size: 18px;
    line-height: 1.8;
    color: #323232;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.error404 .privacy .site-main a.return-btn {
	background-color: #00a9da;
    margin: 3px 0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
}

#videoModal.modal.show {
	z-index: 9999999;
}

.aquilaOpenBar.aquilaFront #aquilaAdminbarIcon {
	z-index: 9999999;
}

.thm-base-bg {
	background-color: #e18b1d;
}

.thm-black-bg {
	background-color: #18212E;
}

.thm-gray-bg {
	background-color: #F8F6F3;
}

.thm-white-bg {
	background-color: #fff;
}

.large-paragraph {
	color: #7B7F85;
	font-size: 18px;
	line-height: 36px;
}
.testimonial .inner-content p a {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
}
.thm-btn {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	vertical-align: middle;
	outline: none !important;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-color: rgba(2, 151, 195, 0.7);
	border: 2px solid rgba(2, 151, 195, 0.8);
	border-radius: 3px;
	padding: 0px 50px;
	line-height: 40px;
}

.thm-btn:hover {
	background-color: rgba(2, 151, 195, 1);
	border: 2px solid rgba(2, 151, 195, 1);
	color: #ffffff;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	background-image: url(../images/resources/preloader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


.scroll-to-top {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	text-align: center;
	font-size: 20px;
	background: #555;
	z-index: 99999;
}
.why-us .inner-content {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
} 

#ihf-main-container .chosen-container-single .chosen-single div b {
	height: 100% !important
}

#ihf-main-container .ihf-listing-search-results #ihf-refine-search-button {
	font-family: inherit !important;
	font-weight: 400
}

#ihf-main-container #saveSearchButton.btn-primary {
	color: #fff;
    background-color: #333;
    border-color: #333333;
}

#ihf-main-container #saveSearchButton.btn-primary i.glyphicon {
	top:1px;
	margin-right:4px
}

#ihf-main-container .ihf-listing-search-results .btn-group.btn-group-justified{
	display: flex;
	width: 60%;
	justify-content: center;
    margin: auto;
}

#ihf-main-container .ihf-listing-search-results .btn-group.btn-group-justified .btn.btn-primary{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #00a9da !important;
    color: #333333 !important;
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 10px !important;
    padding: 10px 10px !important;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 0px;
}

#ihf-main-container .ihf-listing-search-results .btn-group.btn-group-justified .btn.btn-primary.active{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #00a9da !important;
    color: #ffffff !important;
    background: #00a9da !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 10px !important;
    display: block;
    width: auto;
	padding-top: 10px !important;
    padding-bottom: 10px !important;
	border-bottom-left-radius: 0px !important
}

#ihf-main-container .ihf-listing-search-results>.row:nth-child(4)>div:nth-child(1) {
	visibility: visible
}

#ihf-email-alert-modal .btn-primary.ihf-email-alert-popup-submit {
	color: #ffffff;
    background: #00a9da;
	border-color: #00a9da
}

#ihf-email-alert-modal i.fa-envelope {
	color: #00a9da
}

#ihf-main-container .modal {
	z-index: 999999;
}

#ihf-main-container #ihf-user-registration-create-form .btn-primary {
	color: #ffffff;
    background: #00a9da;
	border-color: #00a9da
}

.propertyModal input[type=text], .propertyModal input[type=email], .propertyModal input[type=tel], .propertyModal input[type=number], .propertyModal input[type=password] {
	height: 34px !important;
	font-size: 12px
}

.custommodel .textarea-wrapper textarea.form-control {
    padding-left: 15px;
    min-height: 70px !important;
}
.scroll-to-top i {
	color: #ffffff;
}

.scroll-to-top:hover {
	background: #00a9da;
}

.scroll-to-top:hover i {
	color: #ffffff;
}

/********************
* 3. header styles
**********************/
.header-navigation {
	background-color: transparent;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	padding: 0;
	position: relative;
	background-color: transparent;
}

.header-navigation .container {
	background: transparent;
	position: relative;
	display: block;
}

.header-navigation .container .logo-box {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header-navigation .container .navbar-brand {
	height: auto;
	margin: 0;
}

.header-navigation .container .menu-toggler {
	display: none;
}

.header-navigation .container .right-side-box {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
}

.header-navigation .main-navigation {
	float: left;
	text-align: left;
}

@media (min-width: 1200px) {
	.header-navigation .main-navigation {
		display: block !important;
	}
}

.header-navigation ul.navigation-box {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
	display: none;
}

.header-navigation ul.navigation-box>li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 20px 0 20px 20px;
}

.header-navigation ul.navigation-box>li+li {
	margin-left: 28px;
}

.header-navigation ul.navigation-box>li:first-child {
	margin-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
	padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
	font-weight: 600;
	font-size: 16px;
	color: #7B7F85;
	padding: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
	color: #e18b1d;
}

.header-navigation ul.navigation-box>li>.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 270px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #e18b1d;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	-webkit-transition: opacity .4s ease, visibility .4s ease;
	transition: opacity .4s ease, visibility .4s ease;
	-webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
	.header-navigation ul.navigation-box>li>.submenu {
		display: block !important;
	}
}

.header-navigation ul.navigation-box>li>.submenu.right-align {
	left: auto;
	right: 0;
}

.header-navigation ul.navigation-box>li>.submenu.center-align {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>.submenu>li {
	display: block;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.submenu>li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>.submenu>li>a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	padding: 12px 30px;
	display: block;
	line-height: 26px;
	white-space: nowrap;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.submenu>li:hover>a {
	color: #18212E;
	background: #fff;
}

.header-navigation ul.navigation-box>li:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

.header-navigation ul.navigation-box>li:hover>.submenu {
	opacity: 1;
	visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li {
	/* no more nested showen */
}

.header-navigation ul.navigation-box>li>ul>li>.submenu {
	position: absolute;
	top: 0%;
	left: 100%;
	z-index: 1000;
	float: left;
	min-width: 270px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #e18b1d;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	-webkit-transition: opacity .4s ease, visibility .4s ease;
	transition: opacity .4s ease, visibility .4s ease;
	-webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
.requestcopy .right-side .inner-content .left-content .heading.white h1::before {
     content: ""!important;
    background-image: url(../images/icon/ls-symbol.png) !important;
    bottom: -42px!important;
}
.header-navigation ul.navigation-box>li>ul>li>.submenu.right-align {
	left: auto;
	right: 100%;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu.center-align {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li {
	display: block;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li>a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	padding: 12px 30px;
	display: block;
	line-height: 26px;
	white-space: nowrap;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li:hover>a {
	color: #18212E;
	background: #fff;
}

.header-navigation ul.navigation-box>li>ul>li:hover>.submenu {
	opacity: 1;
	visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li ul {
	display: none;
}

.header-one {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}

.header-one .header-navigation .container {
	padding-right: 15px;
	padding-left: 15px;
}

.header-one__link {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header-one__link:hover {
	color: #18212E;
}

.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.stricked-menu .header-one__link {
	color: #18212E;
}

.stricked-menu .header-one__link:hover {
	color: #e18b1d;
}

.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.site-header__header-two {
	position: relative;
	background-color: white;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
}

@media (min-width: 1200px) {
	.site-header__header-two .container {
		width: 100%;
		max-width: 100%;
	}
}

.site-header__header-two .header-one__link {
	color: #e18b1d;
}

.site-header__header-two .header-navigation .container {
	padding-left: 235px;
}

.site-header__header-two .header-navigation .container .logo-box {
	left: 60px;
}

.site-header__header-two .header-navigation .container .right-side-box {
	right: 0;
}

.site-header__header-two .header-navigation ul.navigation-box>li {
	padding: 44.5px 0;
}

.site-header__header-two-btn {
	padding: 50px 68px;
	background-color: #e18b1d;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	margin-left: 55px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.site-header__header-two-btn:hover {
	background-color: #18212E;
	color: #fff;
}

.topbar-one {
	padding: 5px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.topbar-one .navbar-brand {
	padding-top: 0px;
	padding-bottom: 0px;
}

.topbar-one .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.topbar-one__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.topbar-one__text {
	margin: 0;
	font-size: 12px;
	color: #b3bbc6;
	font-weight: 500;
}

.topbar-one__text a {
	color: #e18b1d;
	text-decoration: underline;
}

.topbar-one__info {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0px;
}

.topbar-one__info i {
	color: #00a9da;
	margin-right: 10px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.topbar-one__info.email {
	margin-right: 40px;
}

.topbar-one__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 30px;
}

.topbar-one__social a {
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.topbar-one__social a:hover {
	color: #e18b1d;
}

.topbar-one__social a+a {
	margin-left: 25px;
}

.site-header__header-three .header-navigation .container .logo-box {
	left: 0;
}

.site-header__header-three .header-navigation .main-navigation {
	float: right;
	text-align: right;
}

.site-header__header-three .header-navigation .container .right-side-box {
	display: none;
}

.site-header__header-three .header-navigation ul.navigation-box>li>a {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	text-transform: capitalize;
	position: relative;
}

.site-header__header-three .header-navigation ul.navigation-box>li>a::after {
	position: absolute;
	width: 0;
	content: "";
	height: 1px;
	background-color: #00a9da;
	bottom: -7px;
	left: 50%;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.site-header__header-three .header-navigation ul.navigation-box>li>a:hover::after {
	width: 80%;
}

.site-header__header-three .header-navigation ul.navigation-box>li:hover>a {
	color: #00a9da;
}

.site-header__header-three .stricked-menu {
	background-color: rgba(0, 0, 0, 0.7);
}

.site-header__header-three .stricked-menu ul.navigation-box>li {
	padding-top: 0px;
	padding-bottom: 0px;
}

.main-logo {
	display: inline-block;
	max-width: 250px;
	padding-right: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar.stricky-fixed .main-logo {
	max-width: 200px;
}

.logo {
	max-width: 125px;
	position: relative;
	margin-top: 0;
}

.navbar.stricky-fixed .logo {
	max-width: 95px;
	padding-left: 20px;
}

.navbar .logo-box {
	display: none;
}

.navbar.stricky-fixed .logo-box {
	display: block;
}





/********************
* 4. banner styles
**********************/

.banner-wrapper {
	position: relative;
}

.static-banner-one {
	position: relative;
	-webkit-perspective: 400px;
	perspective: 400px;
}

.static-banner-one .container {
	position: relative;
	padding-top: 360px;
	padding-bottom: 300px;
}

.static-banner-one__person {
	position: absolute;
	top: 57px;
	right: 33px;
}

.static-banner-one__moc {
	position: absolute;
	top: 0;
	right: 0;
}

.static-banner-one__title {
	margin: 0;
	font-size: 50px;
	line-height: 57px;
	font-weight: 600;
	letter-spacing: -0.06em;
	color: #18212E;
}

.static-banner-one__text {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	color: #7B7F85;
	margin-top: 40px;
	margin-bottom: 5px;
}

.static-banner-one__link {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	text-decoration: underline;
	font-size: 20px;
	font-weight: 600;
	color: #e18b1d;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.static-banner-one__link:hover {
	color: #18212E;
}

.static-banner-one__btn {
	margin-top: 40px;
	padding: 14.5px 36.25px;
}

.static-banner-one__btn:hover {
	background-color: #18212E;
	color: #fff;
}

.banner-wrapper .owl-dots {
	margin: 0;
	position: absolute;
	bottom: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 999;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-wrapper .owl-dots .owl-dot {
	position: relative;
	z-index: 991;
}

/* .banner-wrapper .owl-dots .owl-dot.active {
	border: 2px solid;
	border-color: rgb(0,169,218);
	border-radius: 50%;
} */

.banner-wrapper .owl-dots .owl-dot.active span {
	position: relative;
	background: transparent;
	opacity: 1;
	width: 20px;
	height: 20px;
}

.banner-wrapper .owl-dots .owl-dot.active span:before {
	content: "\f192";
	font-family: FontAwesome;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 20px;
	height: 20px;
	color: #00a9da;
	font-size: 20px;
	line-height: normal;
}



.banner-wrapper .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	background-color: transparent;
	opacity: .2;
	margin: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-color: rgba(0, 169, 218, 0.6);
}

.banner-wrapper .owl-dots .owl-dot+.owl-dot {
	margin-left: 7px;
}

.banner-wrapper .owl-carousel .owl-item img {
	width: auto;
}

.banner-wrapper .owl-theme .owl-nav {
	display: block;
	margin: 0;
}

.banner-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev {
	width: 0;
	height: 0;
	background: transparent;
	border-radius: 0px;
	padding: 0px;
	color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto;
}

.banner-wrapper .owl-carousel .owl-controls .owl-nav .owl-next {
	width: 0;
	height: 0;
	background: transparent;
	border-radius: 0px;
	padding: 0px;
	color: transparent;
	right: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.banner-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev::before {
	content: "\f104";
	font-family: FontAwesome;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 15px;
	height: 15px;
	color: #fff;
	z-index: 9999;
	background: transparent;
	line-height: 16px;
	font-size: 50px;
}

.banner-wrapper .owl-carousel .owl-controls .owl-nav .owl-next::before {
	content: "\f105";
	font-family: FontAwesome;
	right: 0px;
	position: absolute;
	top: 0px;
	width: 15px;
	height: 15px;
	color: #fff;
	z-index: 9999;
	background: transparent;
	line-height: 16px;
	font-size: 50px;
}

.banner-wrapper .banner-carousel-btn {
	position: absolute;
	bottom: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 91;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.banner-wrapper .banner-carousel-btn [class*=banner-carousel-btn__] {
	width: 44px;
	height: 44px;
	border: 2px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	opacity: .2;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.banner-wrapper .banner-carousel-btn [class*=banner-carousel-btn__] i {
	font-size: 12px;
}

.banner-wrapper .banner-carousel-btn [class*=banner-carousel-btn__]:hover {
	opacity: 1;
}

.banner-wrapper .banner-carousel-btn [class*=banner-carousel-btn__]+[class*=banner-carousel-btn__] {
	margin-left: 10px;
}

.banner-one .container {
	position: relative;
}

.banner-one__slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.banner-one__slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.banner-one__light-color {
	color: #fff;
}

.banner-one__title,
.banner-one__title h1 {
	font-family: 'Playfair Display', serif;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	z-index: 6;
	white-space: nowrap;
	font-size: 54px;
	line-height: 64px;
	font-weight: 300;
	color: rgb(255, 255, 255);
	position: relative;
	padding-bottom: 15px;
	text-shadow: 2px 2px black;
}

.banner-one__title::after {
	content: '';
	position: absolute;
	background: #00a9da;
	width: 60px;
	height: 3px;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
}

.banner-one__text {
	margin: 0;
	font-size: 24px;
	line-height: 40px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 30px;
	margin-bottom: 35px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.banner-one__btn {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.banner-one .active .banner-one__title {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.banner-one .active .banner-one__text {
	font-family: 'Playfair Display', serif;
	color: #ffffff;
	font-size: 32px;
	text-shadow: 2px 2px black;
	font-style: italic;
	margin-bottom: 60px;
	overflow: hidden;
	/* Ensures the content is not revealed until the animation */
	border-right: .15em solid #ffffff;
	/* The typwriter cursor */
	white-space: nowrap;
	/* Keeps the content on a single line */
	width: max-content;
	animation:
		typing 3.5s steps(50, end),
		blink-caret 2s step-end infinite;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


@keyframes typing {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

/* The typewriter cursor effect */
@keyframes blink-caret {

	from,
	to {
		border-color: transparent
	}

	50% {
		border-color: #ffffff;
	}
}


.banner-one .active .banner-one__btn {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.banner-wrapper .inner-content {
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100vh;
}

.banner-wrapper .inner-content .banner-symbol {
	width: 80px;
	height: 80px;
	animation-name: fadeInDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	margin: auto;
	margin-bottom: 5px;
}

.banner-wrapper .inner-content .banner-btn-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-wrapper .inner-content .banner-btn-wrapper .center {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.banner-wrapper .inner-content .banner-btn-wrapper .center p {
	font-family: 'Playfair Display', serif;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-style: italic;
	position: relative;
	top: -3px;
}


/* Content  */

.heading {
	text-align: center;
}

.heading h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	color: #000;
	letter-spacing: 0;
	font-size: 36px;
	position: relative;
	padding-top: 0px;
	line-height: 40px;
	margin-bottom: 70px;
	position: relative;
	text-transform: uppercase;
}

.heading h1::before {
    content: "";
    background: url(https://laura-slyman-team.s3-accelerate.amazonaws.com/2021/04/jsLogo_black.svg);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: transparent;
    z-index: 9;
    padding: 4px;
    background-size: 27px 27px;
    height: 27px;
    width: 27px;
}
/*.heading h1::before {
	content: url(../images/icon/ls-symbol.png);
	position: absolute;
	bottom: -55px;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: transparent;
	z-index: 9;
	padding: 4px;
}*/

.heading h1::after {
	width: 142px;
	height: 1px;
	background-color: #00a9da;
	bottom: -30px;
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.heading.white h1 {
	color: #ffffff;
}
.heading.white h1::before {
	content:"";
	background: url(https://laura-slyman-team.s3-accelerate.amazonaws.com/2021/04/jsLogo.svg);
	background-size: 27px 27px !important;
}
/*.heading.white h1::before {
	content: url(../images/icon/ls-symbol-blue.png);
}*/

.heading.white h1::after {
	background-color: #ffffff;
}

.heading h1 span.color {
	color: #00a9da;
}

.btn-blue {
	background-color: #00a9da;
	margin: 3px 0;
	border-radius: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
}

.slyman-team {
	padding-top: 70px;
	padding-bottom: 70px;
}

.slyman-team .items .item {
	padding: 0px 15px;
}

.slyman-team .right-content .inner-content h3 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: normal;
	color: #333;
	font-family: 'Raleway', sans-serif;
}

.slyman-team .right-content .inner-content .year {
	color: #00a9da;
	font-size: 35px;
	padding: 10px 0;
}

.slyman-team .right-content .inner-content p {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 20px;
	color: #888;
	letter-spacing: 1px;
}

.slyman-team .items.owl-carousel .owl-controls .owl-nav .owl-prev {
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right: 30px solid #00a9da;
	background: transparent;
	border-radius: 0px;
	padding: 0px;
	color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0px;
}

.slyman-team .items.owl-carousel .owl-controls .owl-nav .owl-next {
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #00a9da;
	background: transparent;
	border-radius: 0px;
	padding: 0px;
	color: transparent;
	right: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.slyman-team .items.owl-carousel .owl-controls .owl-nav .owl-prev::before {
	content: "\f053";
	font-family: FontAwesome;
	left: 9px;
	position: absolute;
	top: -8px;
	width: 15px;
	height: 15px;
	color: #fff;
	z-index: 9999;
	background: transparent;
	line-height: 16px;
}

.slyman-team .items.owl-carousel .owl-controls .owl-nav .owl-next::before {
	content: "\f054";
	font-family: FontAwesome;
	right: 9px;
	position: absolute;
	top: -8px;
	width: 15px;
	height: 15px;
	color: #fff;
	z-index: 9999;
	background: transparent;
	line-height: 16px;
}

.slyman-team .items.owl-theme .owl-nav {
	margin-top: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	display: flex;
	justify-content: space-between;
}


.slyman-team .items.owl-theme .owl-dots {
	display: none !important;
}

.results {
	background-image: url(../images/banner/banner-result.jpg);
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
}

.results .content-box {
	margin-top: 100px;
}

.results .content-wrapper {
	display: flex;
	align-items: center;
}

.results .content-wrapper .left {
	position: relative;
	flex-basis: 30%;
	background: #333;
	height: 100%;
}

.results .content-wrapper .left .progress {
	position: absolute;
	bottom: -10px;
	-webkit-transform: rotate(-90deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-90deg);
	height: 25px;
	border-radius: 0px;
	background: #fff;
	min-width: 120px;
}

@keyframes progress {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

.results .content-wrapper .left .progress .progress-bar {
	background-color: #00a9da;
	color: transparent;
	width: 0;
	/*animation: progress 3.5s ease-in-out forwards;*/
}

.results .content-wrapper .right {
	padding-left: 10px;
}

.results .content-wrapper .right .inner-content h3 {
	color: #00a9da;
	font-weight: 800;
	font-size: 40px;
	margin-bottom: 0px;
	line-height: 1;
}

.results .content-wrapper .right .inner-content p {
	font-weight: 800;
	color: #dddddd;
	width: auto;
	padding-top: 15px;
	font-size: 22px;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.results .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

.why-choose {
	padding-top: 70px;
	padding-bottom: 70px;
}

.why-choose .items {
	padding-left: 15px;
	padding-right: 15px;
}

.why-choose .item {
	padding: 0px 15px;
	height: 100%;
	min-height: 100%;
}

.why-choose .item .inner-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #f6f6f6;
	border: 2px solid #eee;
	height: 100%;
	min-height: 100%;
	position: relative;
}

.why-choose .item .top-content {
	z-index: 999;
}

.why-choose .item .top-content .img-wrapper {
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	min-height: 115px;
}

.why-choose .item .top-content .img-wrapper img {
	max-width: 60px;
	width: auto;
}

.why-choose .item .top-content .inner-heading h5 {
	margin: 25px 0;
	padding: 15px 15px;
	padding-top: 0px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.why-choose .item .top-content .inner-heading h5::after {
	position: absolute;
	content: "";
	background-color: #00a9da;
	height: 2px;
	width: 86px;
	left: 0px;
	right: 0px;
	bottom: 0;
	margin: auto;
}

.why-choose .item .top-content .inner-heading h5 a {
	font-size: 18px;
	font-weight: 700;
	color: #333;
}

.why-choose .item .top-content .content-box {
	padding-left: 15px;
	padding-right: 15px;
}

.why-choose .item .top-content .content-box p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	letter-spacing: normal;
	text-align: center;
}

.why-choose .item .bottom-content {
	display: flex;
	justify-content: center;
	padding: 10px 0px;
	z-index: 999;
}

.why-choose .item .bottom-content .btn-learn {
	font-size: 13px;
	font-weight: 600;
	background-color: transparent;
	color: #00a9da;
	text-transform: uppercase;
}

.why-choose .owl-carousel .owl-stage {
	display: flex;
}

.why-choose .owl-carousel .owl-item {
	min-height: 100%;
}

.why-choose .item .inner-content .overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 9;
}

.why-choose .item:hover .inner-content {
	background: url(../images/whychoose/box.jpg);
	background-size: cover;
}

.why-choose .item:hover .inner-content .overlay {
	background: rgba(0, 0, 0, 0.8);
}

.why-choose .item:hover .top-content .img-wrapper {
	background: transparent;
}

.why-choose .item:hover .top-content .img-wrapper img {
	filter: brightness(0) invert(1);
}

.why-choose .item:hover .top-content .inner-heading h5 a {
	color: #ffffff;
}

.why-choose .item:hover .top-content .inner-heading h5::after {
	background-color: #ffffff;
}

.why-choose .item:hover .top-content .content-box p {
	color: #ffffff;
}

.why-choose .item:hover .bottom-content {
	background: #00a9da;
}

.why-choose .item:hover .bottom-content .btn-learn {
	color: #ffffff;
}


.why-choose .items.owl-carousel .owl-controls .owl-nav .owl-prev {
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right: 30px solid #00a9da;
	background: transparent;
	border-radius: 0px;
	padding: 0px;
	color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -20px;
}

.why-choose .items.owl-carousel .owl-controls .owl-nav .owl-next {
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #00a9da;
	background: transparent;
	border-radius: 0px;
	padding: 0px;
	color: transparent;
	right: -20px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.why-choose .items.owl-carousel .owl-controls .owl-nav .owl-prev::before {
	content: "\f053";
	font-family: FontAwesome;
	left: 9px;
	position: absolute;
	top: -8px;
	width: 15px;
	height: 15px;
	color: #fff;
	z-index: 9999;
	background: transparent;
	line-height: 16px;
}

.why-choose .items.owl-carousel .owl-controls .owl-nav .owl-next::before {
	content: "\f054";
	font-family: FontAwesome;
	right: 9px;
	position: absolute;
	top: -8px;
	width: 15px;
	height: 15px;
	color: #fff;
	z-index: 9999;
	background: transparent;
	line-height: 16px;
}

.why-choose .items.owl-theme .owl-nav {
	margin-top: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	display: flex;
	justify-content: space-between;
}


.why-choose .items.owl-theme .owl-dots {
	display: none !important;
}


/********************************** login-signup page CSS start here ********************/

.login-signup { align-items:center; background-color:#000; /*background-color:rgba(0,0,0,0.9)*/; display:flex; height:100%; top: 0px; position:fixed; width:100%; z-index:111; }
.login-reg-panel { background-image: url(../images/login-bg.jpg); background-position:top center; background-size:cover; border-radius:5px; box-shadow:0 0 15px #000; color:#fff; height:550px; position:relative; }
.white-panel { background-color:#fff; border-radius:5px; height:550px; left:calc(50%); position:absolute; transition:.3s ease-in-out; width:50%; z-index:0; }
.login-reg-panel input[type="radio"] { display:none; }
.login-info-box, .register-info-box { padding:0 40px; position:absolute; right:0; text-align:center; top:35%; width:50%; }
.register-info-box { left:0; }
.login-show, .register-show { color:#242424; display:none; opacity:0; text-align:center; transition:0.3s ease-in-out; z-index:1; }
.login-show{padding:30px 40px;}
.register-show{padding:10px 40px;}
.show-log-panel { display:block; opacity:0.9; }
.right-log { left:0 !important; }

.login-signup h2 { font-size:22px; font-weight:bold; margin:0 0 18px; text-transform:uppercase; }
.login-signup h2 span { display:block; }
.login-signup h5 { margin:0 0 20px; }
.login-signup h5 a { color:#bbb; font-size:15px; font-weight:normal; text-decoration:underline; }
.login-signup h5 a:hover { color:#012638; }
.login-signup p { color:#000; font-size:16px; font-weight:500; margin:0 0 8px; }
.login-signup li { border:1px solid #ccc; border-radius:50%; display:inline-block; height:37px; margin:0 3px 12px; padding:5px 0 0; text-align:center; width:37px; }
.login-signup .form-control { background-color:#fff !important; border:1px solid #e1e1e1 !important; border-radius:0 !important; color:#4d4d4d !important; height:42px !important; margin:0 0 10px !important; padding:0 10px 0 35px !important; }
.login-signup .form-control:focus { background-color:#fff !important; border:1px solid #e1e1e1 !important; box-shadow:none !important; color:#4d4d4d !important; }
.login-signup .form-control::-moz-placeholder { color:#4d4d4d !important; }
.login-signup .form-control::-webkit-input-placeholder { background-color:#fff !important; color:#4d4d4d !important; }
.login-signup i { color:#d5d5d5; font-size:16px; left:10px; margin:12px 0 0; position:absolute; }
.login-signup .apsl-icon-block i {
	position: unset;
}
.login-signup #login label, .login-signup #register label { color:red; display:block; font-size:9px; margin:-9px 0 0; text-align:right; }
.login-signup #login .status, .login-signup #register .status { color:var(--main-theme-color); font-size:12px; }
.sign-btn, .login-reg-panel #label-login, .login-reg-panel #label-register { background-color:#45a9f5; border:2px solid #45a9f5; border-radius:4px; color:#fff !important; cursor:pointer; display:inline-block; font-size:14px; font-weight:600; padding:4px 20px; text-transform:uppercase; }
.sign-btn:hover { background-color:transparent; color:#45a9f5 !important; }
form#ao_login_form {
	position: relative;
}
form#ao_registration_form {
	position: relative;
}
#data_error_r_respo, #data_error_respo {
	color: red;
	font-size: 14px;
	padding: 10px 0;
	font-weight: 500;
}
label.error {
	color: red;
	font-size: 10px;
	float: left;
}
.ao_red {
	color: red;
}
.ao_green {
	color: green;
}
.owl-theme .owl-controls .owl-buttons div { background-position:center !important; }

small.auth0-lock-terms, .auth0-lock-header, .page_main_title {
  display: none !important;
}
.properties {
	padding-top: 70px;
	padding-bottom: 70px;
}

.properties .nav-tabs {
	border-bottom: 0px;
	display: flex;
	justify-content: center;
}

.properties .nav-tabs .nav-link {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: 1px solid #00a9da !important;
	color: #333333;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 3px;
	padding: 7px 15px 5px;
	text-transform: uppercase;
	margin: 0px;
}

.properties .nav-tabs .nav-link.active {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: 1px solid #00a9da !important;
	color: #ffffff;
	background: #00a9da;
}

.properties .nav-tabs .nav-item {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.properties .product-gallery-wrapper {
	margin-top: 20px;
}

.properties .product-gallery-wrapper .tab-content {
	margin-top: 50px;
}

.properties .product-gallery-wrapper .tab-content .tab-pane {}

.properties .product-gallery-wrapper .tab-content .items {
	display: flex;
	flex-wrap: wrap;
}

.properties .product-gallery-wrapper .tab-content .items .item {
	flex-basis: 25%;
	background: #dddddd;
	min-height: 220px;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.properties .product-gallery-wrapper .tab-content .items .item .inner-content {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.properties .product-gallery-wrapper .tab-content .items .item .inner-content .content-wrapper {
	position: relative;
	z-index: 999;
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
}

.properties .product-gallery-wrapper .tab-content .items .item .inner-content .label {
	position: absolute;
	top: 15px;
	right: 15px;
	width: auto;
	padding: 0px;
}

.properties .product-gallery-wrapper .tab-content .items .item .inner-content .label p {
	margin-bottom: 0px;
	color: #ffffff;
	font-size: 12px;
	padding: 2px 10px;
	background: #000000
}

.properties .product-gallery-wrapper .tab-content .items .item .inner-content .detail {
	display: flex;
	background: #333333;
	position: absolute;
	width: 100%;
	bottom: -100%;


}

.properties .product-gallery-wrapper .tab-content .items .item .inner-content .detail .inner-detail {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-right: 1px solid #e1e1e1;
	padding-top: 5px;
	padding-bottom: 5px;
}

.properties .product-gallery-wrapper .tab-content .items .item .inner-content .detail .inner-detail:last-child {
	border-right: 0px solid #e1e1e1;
}

.properties .product-gallery-wrapper .tab-content .items .item .inner-content .detail .inner-detail p {
	margin-bottom: 0px;
	color: #e1e1e1;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}

.properties .product-gallery-wrapper .tab-content .items .item .inner-content .heading {
	text-align: left;
	padding: 10px;
	width: 100%;
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .75) 100%);
	background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .75) 100%);
	background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .75) 100%);
	background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .75) 100%);
	background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, .75) 100%);
}

.properties .product-gallery-wrapper .tab-content .items .item .inner-content .heading p {
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 1.2px;
	padding-bottom: 5px;
	position: relative;
	text-transform: uppercase;
}

.properties .product-gallery-wrapper .tab-content .items .item .inner-content .heading p::after {
	position: absolute;
	width: 32px;
	height: 1px;
	content: "";
	background-color: #00a9da;
	bottom: 0px;
	left: 0;
}

.properties .product-gallery-wrapper .tab-content .items .item:hover .inner-content .detail {
	display: flex;
	background: #333333;
	position: relative;
	width: 100%;
	bottom: 0px;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.properties .product-gallery-wrapper .tab-content .items .item:hover .inner-content .heading {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.properties .product-gallery-wrapper .tab-content .items .item .overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 9;
}

.properties .product-gallery-wrapper .tab-content .items .item:hover .overlay {
	background: rgba(0, 0, 0, 0.6);
}

.properties .product-gallery-wrapper .tab-content .items .item .img-box img {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.properties .product-gallery-wrapper .tab-content .items .item:hover .img-box img {
	transform: translateY(-30px);
}

.our-team {
	padding-top: 70px;
	padding-bottom: 70px;
}

.our-team h5 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 25px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0;
	position: relative;
	padding-bottom: 16px;
	text-align: center;
	margin-top: 20px;
}

.our-team h5::after {
	height: 2px;
	width: 40px;
	content: "";
	background-color: #00a9da;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.our-team h5 span.designations {
	color: #4c4b4b;
	font-size: 15px;
	display: block;
	margin-top: 10px;
	font-weight: 400;
	font-style: italic;
}

.our-team ul.info {
	padding-left: 0px;
	list-style: none;
}

.our-team ul.info li {
	margin-bottom: 5px;
	text-align: center;
}

.our-team ul.info li p {
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.our-team ul.info li p i {
	color: #4c4b4b;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0px;
}

.our-team ul.info li p a {
	color: #4c4b4b;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0px;
}

.our-team ul.info li i {
	margin-right: 10px;
}

.our-team .inner-content {
	height: 100%;
	border: 2px solid #eee;
}

.our-team .inner-content:hover {
	background: #00a9da;
	border: 2px solid #eee;
}

.our-team .inner-content:hover h5 {
	color: #ffffff
}

.our-team .inner-content:hover h5 span.designations {
	color: #ffffff
}

.our-team .inner-content:hover h5::after {
	background-color: #ffffff;
}

.our-team .inner-content:hover ul.info li p i {
	color: #ffffff;
}

.our-team .inner-content:hover ul.info li p a {
	color: #ffffff;
}

.our-team .inner-content .img-box {
	position: relative;
	text-align: center;
}

.our-team .inner-content:hover .img-box {
	background: #ffffff;
}

.our-team .inner-content .img-box .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
}

.our-team .inner-content:hover .img-box .overlay {
	background: rgba(0, 0, 0, 0.8);
}

.our-team .inner-content .img-box .overlay-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.our-team .inner-content .img-box .overlay-content i {
	font-size: 24px;
	margin-bottom: 20px;
	color: #00a9da;
}

.our-team .inner-content .img-box .overlay-content a {
	font-size: 16px;
	margin-bottom: 0px;
	color: #ffffff;
}

.our-team .inner-content:hover .img-box .overlay-content {
	opacity: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.testimonial {
	background-image: url(../images/banner/testimonial-bg.jpg);
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
}

.testimonial .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
}

.testimonial .stars {
	display: flex;
	list-style: none;
	padding-left: 0px;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.testimonial .stars li {
	margin: 0px 5px;
	color: #00a9da;
	font-size: 28px;
}

.testimonial .inner-content p {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 29px;
	padding: 5px 42px;
	position: relative;
	text-align: center;
	letter-spacing: 0.5px;
}

.testimonial .inner-content p::before {
	content: "\f10d";
	font-family: FontAwesome;
	left: 5px;
	position: absolute;
	top: 0px;
	width: 25px;
	height: 25px;
	color: #8d8c8c;
	font-size: 30px;
}

.testimonial .inner-content p::after {
	content: "\f10e";
	font-family: FontAwesome;
	right: 5px;
	position: absolute;
	bottom: 0px;
	width: 25px;
	height: 25px;
	color: #8d8c8c;
	font-size: 30px;
}

.testimonial .inner-content i {
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 1px;
	display: block;
}

.testimonial .owl-theme .owl-nav {
	display: none;
}

.testimonial .owl-theme .owl-dots {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonial .owl-theme .owl-dots .owl-dot.active span {
	background: transparent;
	border: 3px solid #00a9da;
	width: 12px;
	height: 12px;
}

.testimonial .owl-theme .owl-dots .owl-dot span {
	background: #00a9da;
	border: 0px solid transparent;
	border-radius: 50%;
	border: 0px;
	width: 6px;
	height: 6px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.55);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.55);
}

.requestcopy {
	background: #000000;
}

.requestcopy .left-side .inner-content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 70px;

}

.requestcopy .left-side {
	padding: 15px 0px;
	position: relative;
}

.requestcopy .left-side::after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0;
	border-top: 56px solid transparent;
	border-bottom: 56px solid transparent;
	border-left: 56px solid #000;
	background: transparent;
	right: -55px;
	z-index: 999;
	top: 0;
}

.requestcopy .right-side {
	padding: 15px 0px;
	background: #00a9da;
}

.requestcopy .right-side .inner-content {
	display: flex;
	align-items: center;
}

.requestcopy .right-side .inner-content .left-content {
	flex: 1;
}

.requestcopy .right-side .inner-content .left-content .heading h1 {
	margin-bottom: 41px;
	font-size: 22px;
}

.requestcopy .right-side .inner-content .left-content .heading.white h1::before {
	content: url(../images/icon/ls-symbol.png);
}

.requestcopy .right-side .inner-content .right-content {
	flex: 1;
	display: flex;
	justify-content: center;
}

.requestcopy .right-side .inner-content .right-content .btn.btn-request {
	background: #000;
	border: 0;
	border-radius: 5px;
	color: #fff;
	float: right;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	padding: 12px 40px;
	text-transform: uppercase;
}

.requestcopy .right-side .inner-content .right-content .btn.btn-request:hover {
	background: #ffffff;
	color: #00a9da;
}


/* Footer  */

.footer {
	background: url(../images/footer-bg.jpg) repeat;
}

.footer .logo1 {
	max-width: 298px;
	margin-bottom: 25px;
}

.footer .logo2 {
	max-width: 150px;
}

.footer .footer-top {
	padding: 50px 0px;
}

.footer .footer-heading p {
	font-size: 18px;
	line-height: normal;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.footer .footer-heading p::after {
	content: "";
	position: absolute;
	background: #00a9da;
	width: 32px;
	height: 1px;
	left: 0;
	margin: auto;
	bottom: 0px;
}

.footer .footer-links {
	padding-left: 0px;
	list-style: none;
}

.footer .footer-links li {
	margin-bottom: 0px;
}

.footer .footer-links li a {
	font-size: 14px;
	line-height: 20px;
	color: #dddddd;
	text-transform: capitalize;
	font-weight: 500;
	padding-left: 10px;
	position: relative;
}

.footer .footer-links li a:hover {
	color: #00a9da;
}

.footer .footer-links li a::before {
	content: "\f105";
	font-family: FontAwesome;
	left: 0px;
	position: absolute;
	top: -3px;
	width: 15px;
	height: 15px;
	color: #00a9da;
}

.footer .footer-contact {
	padding-left: 0px;
	list-style: none;
}

.footer .footer-contact li {
	display: flex;
	margin-bottom: 10px;
}

.footer .footer-contact li i {
	color: #00a9da;
	min-width: 25px;
	position: relative;
	top: 2px;
}

.footer .footer-contact li.address i {
	top: 4px;
}

.footer .footer-contact li p {
	font-weight: 500;
	color: #dddddd;
	line-height: normal;
	margin-bottom: 0px;
	font-size: 14px;
}

.footer .footer-contact li.address p {
	text-transform: uppercase;
}

.footer .footer-contact li p a {
	color: #dddddd;
}

.footer .footer-social-icons {
	padding-left: 0px;
	list-style: none;
	display: flex;
}

.footer .footer-social-icons li {
	margin-right: 15px;
}

.footer .footer-social-icons li a {
	font-size: 18px;
	color: #999999;
}

.footer .footer-center {
	padding: 14px 0;
	text-align: center;
}

.footer .footer-center p {
	color: #cccccc;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

.footer .footer-bottom {
	padding: 14px 0px;
	border-top: 1px solid #5e5e5e;
	text-align: center;
}

.footer .footer-bottom p {
	color: #cccccc;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

.footer .footer-bottom .agent-optix-logo {
	margin-top: 10px;
	margin-bottom: 10px;
}

.site-header__header-three .header-navigation .main-navigation .icon-cross {
	display: none;
}

.site-header__header-three .header-navigation .main-navigation .topbar-one__right {
	display: none;
}
@media (max-width: 1440px) {
	.static-banner-one__moc {
		right: -20.5%;
	}

}
@media (min-width: 1200px) {
	.header-navigation ul.navigation-box>li>ul>li>.submenu {
		display: block !important;
	}
}
@media (max-width: 1199.5px) {
	.site-header__header-three .header-navigation ul.navigation-box>li>a {
		font-size: 12px;
	}

	.header-navigation ul.navigation-box>li+li {
		margin-left: 15px;
	}

	.topbar-one__info.email {
		margin-right: 20px;
	}

	.topbar-one__social {
		margin-left: 20px;
	}

	.results .content-wrapper .left {
		flex-basis: 40%;
	}

	.properties .product-gallery-wrapper .tab-content .items .item {
		flex-basis: 33.33%;
	}
}

@media (max-width: 991.5px) {
	.header-navigation .container .menu-toggler {
		display: block;
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 30px;
		background: transparent;
		border: 0px;
	}

	.header-navigation .container .menu-toggler:focus {
		border: 0px;
		outline: 0px;
	}

	.header-navigation .container .menu-toggler span {
		color: #ffffff;
		font-size: 22px
	}

	.site-header__header-three .header-navigation .main-navigation {
		width: 40vw;
		position: fixed;
		top: 0;
		bottom: 0;
		background: #323232;
		height: 100vh;
		z-index: 9999;
		right: -40vw;
		padding: 10px 25px;
		display: block;
		transition: right 500ms ease;
	}

	.site-header__header-three .header-navigation .main-navigation.show {
		right: 0;
		transition: right 500ms ease;
	}
	
	.site-header__header-three .header-navigation .main-navigation.show .mobilelogo {
		margin-bottom: 30px;
		margin-top: 30px
	}

	.site-header__header-three .header-navigation .main-navigation.show .icon-cross {
		display: flex;
		width: 30px;
		height: 30px;
		background: #00a9da;
		justify-content: center;
		align-items: center;
		border-radius: 0;
		left: -10px;
		top: 10px;
		position: absolute
	}

	.site-header__header-three .header-navigation .main-navigation.show .icon-cross span {
		color: #ffffff;
		font-size: 16px;
	}
	
	.site-header__header-three .header-navigation .main-navigation.show .content-wrapper {
		max-height: 95vh;
		height: 95vh;
		overflow-y: scroll;
	}

	.site-header__header-three .header-navigation .main-navigation.show ul.navigation-box {
		display: flex;
		flex-direction: column;
		text-align: left;
	}

	.site-header__header-three .header-navigation .main-navigation.show .topbar-one__right {
		display: flex;
		flex-direction: column;
	}

	.site-header__header-three .header-navigation .main-navigation.show .topbar-one__right .content-top {
		text-align: left;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #444;
	}

	.site-header__header-three .header-navigation .main-navigation.show .topbar-one__right .content-top .topbar-one__info i {
		top: 0px;
		position: relative;
	}

	.site-header__header-three .header-navigation .main-navigation.show .topbar-one__right .content-top .topbar-one__info:last-child {
		margin-bottom: 0px;
	}

	.header-navigation .main-navigation.show ul.navigation-box>li {
		margin: 0;
		border-bottom: 1px solid #555;
	}
.content-top p {
    font-size: 16px;
    letter-spacing: 0.5px;
}
	.site-header__header-three .header-navigation .main-navigation.show .topbar-one__right .content-top .topbar-one__info:last-child i {
    top: 8px;
}
	.site-header__header-three .header-navigation ul.navigation-box>li>a {
		font-size: 18px;
    letter-spacing: 0.5px;
    padding: 12px 0 12px 15px;
    display: block;
	}
ul.navigation-box>li:last-child {
    border: unset;
}
	.site-header__header-three .header-navigation .main-navigation.show .topbar-one__right .content-bottom {
		padding-top: 15px;
	}

	.site-header__header-three .header-navigation .main-navigation.show .topbar-one__right .content-bottom .topbar-one__social {
		margin-left: 0px;
	}

	.topbar-one__info {
		margin-bottom: 15px;
		display: flex;
	}

	.topbar-one__info.email {
		margin-right: 0px;
	}

	.topbar-one {
		display: none;
	}

	.site-header__header-three .stricked-menu {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	.navbar .logo-box {
		display: block;
	}

	.navbar .main-logo {
		max-width: 200px;
	}

	.navbar .logo {
		max-width: 95px;
		padding-left: 20px;
	}

	.results .content-wrapper .left {
		flex-basis: 26%;
	}

	.testimonial .inner-content p {
		color: #fff;
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
		padding: 5px 20px;
		position: relative;
		text-align: center;
		letter-spacing: 0.5px;
	}

	.testimonial .inner-content p::before {
		content: "\f10d";
		font-family: FontAwesome;
		left: 1px;
		position: absolute;
		top: 0px;
		width: 15px;
		height: 15px;
		color: #fff;
		font-size: 15px;
	}

	.testimonial .inner-content p::after {
		content: "\f10e";
		font-family: FontAwesome;
		right: 1px;
		position: absolute;
		bottom: 0px;
		width: 15px;
		height: 15px;
		color: #fff;
		font-size: 15px;
	}

	.requestcopy .left-side .inner-content {
		justify-content: center;
		padding-right: 0;
	}

	.slyman-team .left-content {
		margin-bottom: 30px;
	}

	.footer .logo1 {
		margin-bottom: 40px;
		margin-right: 25px;
	}

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

	.requestcopy .right-side {
		background: transparent;
	}

	.requestcopy .right-side .inner-content {
		display: flex;
		align-items: center;
		flex-direction: column;
		width: 80%;
		margin: auto;
		background: #00a9da;
		padding-top: 10px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.requestcopy .right-side .inner-content .left-content .heading h1 {
		margin-bottom: 60px;
		font-size: 16px;
		line-height: 26px;
	}
}

@media (max-width: 767.5px) {
	.site-header__header-three .header-navigation .main-navigation {
		width: 80vw;
		right: -80vw;
	}

	.properties .product-gallery-wrapper .tab-content .items .item {
		flex-basis: 50%;
	}

	.banner-wrapper .inner-content .banner-btn-wrapper {
		flex-direction: column;
	}

	.banner-wrapper .inner-content .banner-btn-wrapper .center {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.banner-one .active .banner-one__text {
		font-size: 14px;
	}

	.banner-wrapper .owl-theme .owl-nav {
		display: none;
	}

	.footer .footer-heading p {
		margin-bottom: 15px;
	}

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

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

}

@media (max-width: 455px) {
	.properties .product-gallery-wrapper .tab-content .items .item {
		flex-basis: 100%;
	}
}

.inner-banner {
	min-height: 60vh;
	position: relative;
}

.inner-banner .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9;
}

.inner-banner .inner-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 180px;
	padding-bottom: 130px;
	position: relative;
	z-index: 99;
}

.inner-banner .inner-content h2.innerbanner-text {
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	text-transform: none;
	font-style: italic;
	font-weight: 600;
	padding: 0px 35px;
	margin-top: 15px;
	margin-bottom: 0px;
}

.breadcrumb-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.breadcrumb {
	background: rgba(255, 255, 255, 0.2);
	position: relative;
	z-index: 99;
	justify-content: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.breadcrumb-item,
.breadcrumb-item.active {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.2px;
}

.breadcrumb-item a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #ffffff;
}

.why-us .content-wrapper {
	margin-top: 70px;
	justify-content: center;
}

.why-us .top-content {
	text-align: center;
}

.why-us .top-content .img-wrapper {
	border: 3px solid #ccc;
	border-radius: 50%;
	height: 105px;
	margin: 0 auto;
	padding: 8px 0;
	position: relative;
	width: 105px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.why-us .inner-content:hover .img-wrapper {
	background: #00a9da;
}

.why-us .inner-content:hover .img-wrapper img {
	filter: brightness(0) invert(1);
}

.why-us .top-content .inner-heading h5 {
	font-size: 18px;
	font-weight: 700;
	padding: 0 14px;
	margin: 25px 0;
	padding: 15px 15px;
	padding-top: 0px;
	position: relative;
}

.why-us .top-content .inner-heading h5::after {
	position: absolute;
	content: "";
	background-color: #00a9da;
	height: 1px;
	width: 86px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

.why-us .top-content .inner-heading h5 a {
	color: #323232;
}

.why-us .top-content .content-box p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	padding: 0 15px;
	letter-spacing: normal;
	font-weight: 300;
}

.why-us .bottom-content {
	text-align: center;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
	color: #ffffff;
}

.property-search .nav-tabs {
	border-bottom: 0px;
	display: flex;
	justify-content: center;
}

.property-search .nav-tabs .nav-link {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: 1px solid #00a9da !important;
	color: #333333;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 3px;
	padding: 7px 15px 5px;
	text-transform: uppercase;
	margin: 0px;
}

.property-search .nav-tabs .nav-link.active {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: 1px solid #00a9da !important;
	color: #ffffff;
	background: #00a9da;
}

.property-search .nav-tabs .nav-item {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.property-search .tab-content {
	margin-top: 30px;
}
.property-search .tab-content .tab-pane {
	display:none;
}
.property-search .tab-content .tab-pane.show {
	display:block;
}
.form-group label {
	font-size: 13px;
	color: #666;
	font-weight: 400;
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	border: 1px solid #dddddd;
}

.form-group .btn.btn-blue {
	height: 34px;
	padding: 3px 15px;
	width: 100%;
	border-radius: 4px;
	line-height: 16px;
}

.input-group .input-group-append .input-group-text,
.input-group .input-group-prepend .input-group-text {
	background: transparent;
	height: 34px;
	font-size: 13px;
	color: #555;
	line-height: 22px;
}

.input-group .input-group-append .input-group-text {
	border-left: 0px solid;
}

.input-group .input-group-prepend .input-group-text {
	border-right: 0px solid;
}

.input-group input.form-control {
	border-right: 0px;
}

.input-group input.form-control.border-left-0 {
	border-left: 0px;
	border-right: 1px solid #dddddd;
}

.textarea-wrapper textarea.form-control {
	position: relative;
	padding-left: 50px;
}

.textarea-wrapper {
	position: relative;
}

.textarea-wrapper .icon-textbox {
	position: absolute;
	left: 15px;
	top: 7px;
	width: 18px;
	height: auto;
}

.contact {
	/* padding-top: 70px; */
	padding-bottom: 70px;
}

.contact .content-box, .contact #map {
	padding-top: 70px;
}

.contact form i {
	color: #00a9da;
}

.form-group .subs-btn .btn.btn-blue {
	height: 40px;
}


.contact .right-section .info {
	padding-left: 0px;
	list-style: none;
}

.contact .right-section .info li {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.contact .right-section .info i {
	color: #00a9da;
	min-width: 35px;
	position: relative;
	top: 2px;
	font-size: 20px;
}

.contact .right-section .info li.address i {
	top: 4px;
}

.contact .right-section .info li p {
	font-weight: 500;
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 0px;
}

.contact .right-section .info li.address p {
	text-transform: uppercase;
}

.contact .right-section .info li p a {
	color: #333333;
}

.contact .right-section .info li p a:hover {
	color: #00a9da;
}

.contact .right-section .info li .right h5 {
	color: #333;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.privacy {
	padding-top: 70px;
	padding-bottom: 70px;
}

.privacy h1 {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
}

.privacy p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 15px;
	color: #888;
	font-weight: 300;
}

.privacy h3 {
	font-size: 17px;
	line-height: 28px;
	color: #323232;
	text-transform: uppercase;
	font-weight: 600;
}

.privacy a,
.privacy a strong {
	color: #323232;
	font-weight: 600;
}

.privacy a {
	color: #323232;
	font-weight: 600;
}

.privacy a:hover,
.privacy a:focus,
.privacy a:active {
	color: #00a9da;
}

.privacy a strong {
	font-weight: 600;
}



/* New Pages Style */

.properties-innerpg {
	padding-top: 70px;
	padding-bottom: 70px;
}

.properties-innerpg a.items {
	display: block;
	width: 100%;
	height: 100%;
}

.properties-innerpg .inner-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 80px 15px 250px 15px;
	position: relative;
}

.properties-innerpg .inner-content::before {
	content: '';
	position: absolute;
	background: rgba(37, 37, 37, 0.05) url(../images/feature-property/bg-overlay.png) repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}

.properties-innerpg a.items:hover .inner-content:after {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}

.properties-innerpg .inner-content .img-wrapper {
	width: 80px;
	margin-bottom: 40px;
	position: relative;
	z-index: 9999;
}

.properties-innerpg .inner-content h2 {
	font-size: 36px;
	line-height: 36px;
	text-transform: capitalize;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0px;
	position: relative;
	z-index: 99;
	text-align: center;
}

.prperty-info-topbtn {
	padding-top: 70px;
	padding-bottom: 70px
}

.prperty-info-topbtn .inner-content {
	display: flex;
	justify-content: space-between;
}

.property-info h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	color: #333;
	margin-bottom: 15px;
}

.property-info ul.list-inline {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.property-info ul.list-inline li {
	flex-basis: 49%;
	line-height: normal;
	background-color: #fcfdfd;
	border: 2px solid #fff;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	min-height: 56px;
}

.property-info ul.list-inline li .info i {
	font-size: 18px;
	margin-right: 20px;
	color: #323232;
}

.property-info ul.list-inline li .info span {
	font-size: 18px;
	color: #323232;
}

.location-info {
	padding-top: 70px;
	padding-bottom: 70px;
}

.gallery {
	padding-bottom: 70px;
}

#lightgallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#lightgallery a {
	display: inline-block;
	margin: 2px;
}

.lg-outer {
	z-index: 99999;
}

#propertyModal .modal-dialog {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

#propertyModal .modal-content {
	border-radius: 10px;
	background-color: #000000;
	border: 3px solid #00a9da;
}

#propertyModal .close {
	float: right;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: 1;
}

#propertyModal .modal-title {
	color: #FFF;
	font-size: 17px;
	width: 100%;
	text-align: center;
}

#propertyModal .modal-header {
	border-bottom: 1px solid #e5e5e5;
}

#propertyModal input[type=text],
#propertyModal input[type=email] {
	appearance: none;
	-webkit-appearance: none;
	border: 0px solid #ddd;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #888;
	outline: 0;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 10px 15px;
	transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	display: inline-block;
}

.modal-footer {
	justify-content: center;
	padding-top: 0px;
	border-top: 0px;
}


.btn.btn-info {
	background: #000;
	border: 0;
	border-radius: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	padding: 10px 20px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.request-popup {
	display: none;
}

.request-popup.show {
	display: flex;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	padding: 15px;
	justify-content: center;
	align-items: center;
}

.request-popup .closerequest-icon {
	position: absolute;
	right: -15px;
	top: -15px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	background: #00a9da;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.request-popup .inner-content {
	height: auto;
	background: #fff;
	width: 300px;
	border-radius: 4px;
	position: relative;
}

.requestcopy .right-side .request-popup .inner-content {
	align-items: flex-start;
	padding: 15px;
	justify-content: center;
}

.request-popup .inner-content .form-wrapper {
	width: 100%;
}

.request-popup .inner-content .form-wrapper h4 {
	color: #323232;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
	margin-bottom: 20px;
}

.request-popup .inner-content .form-control {
	width: 100%;
	height: 46px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	border: 1px solid #dddddd;
	padding: 10px 15px;
	line-height: normal;
	border-radius: 0px;
}

.request-popup .inner-content .btn-group {
	display: flex;
	justify-content: center;
}

.request-popup .inner-content .btn-group .btn-blue {
	margin: 0px 10px;
}


.email-popup {
	display: none;
}

.email-popup.show {
	display: flex;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	padding: 15px;
	justify-content: center;
	align-items: center;
}

.email-popup .closeemail-icon {
	position: absolute;
	right: -15px;
	top: -15px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	background: #000000;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
}

.email-popup .inner-content {
	height: auto;
	background: #fff;
	width: 300px;
	border-radius: 4px;
	position: relative;
}

.our-team .email-popup .inner-content {
	align-items: flex-start;
	padding: 15px;
	justify-content: center;
}

.email-popup .inner-content .form-wrapper {
	width: 100%;
}

.email-popup .inner-content .form-wrapper h4 {
	color: #323232;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
	margin-bottom: 20px;
}

.email-popup .inner-content .form-control {
	width: 100%;
	height: 46px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	border: 1px solid #dddddd;
	padding: 10px 15px;
	line-height: normal;
	border-radius: 0px;
}

.email-popup .inner-content .btn-group {
	display: flex;
	justify-content: center;
}

.email-popup .inner-content .btn-group .btn-blue {
	margin: 0px 10px;
	border-radius: 4px;
}


.mediainfo-popup {
	display: none;
}

.mediainfo-popup.show {
	display: block;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
}

.mediainfo-popup .inner-content {
	justify-content: center;
	height: 100%;
	align-items: center;
}

.mediainfo-popup .close-icon {
	position: absolute;
	right: 25px;
	top: 15px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
}

.mediainfo-popup ul {
	padding-left: 0px;
	list-style: none;
	margin-bottom: 0px;
	display: flex;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	justify-content: space-evenly;
}

.mediainfo-popup ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0px 30px;
}

.mediainfo-popup .img-wrapper {
	max-width: 80px;
}

.mediainfo-popup p {
	margin-bottom: 0px;
	color: #fff;
	margin-top: 15px;
	text-align: center;
}
#videoModal.modal, #serviceModal.modal {
    background: rgb(0 0 0 / 55%);
}

#videoModal.modal.show {
	padding-right: 0px !important;
}

#serviceModal.modal.show .modal-dialog,
#videoModal.modal.show .modal-dialog{
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90vw;
	max-width: 90vw;
	margin: auto;
}


#videoModal .modal-content {
	width: 70vw;
	max-width: 79vw;
	height: auto;
	max-height: 90vh;
	background: #000;
	border: 3px solid #00a9da;
}

#videoModal .modal-header {
	min-height: 16.43px;
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
	position: relative;
}

#videoModal .modal-header .close {
	color: #ffffff;
	margin-top: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	right: 0px;
	opacity: 1;
}

#videoModal .modal-content .modal-title {
	text-align: left;
	color: #fff;
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
	position: relative;
	padding: 20px;
	padding-right: 35px;
	background: #000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 0px solid #ddd;
	width: 100%;
}


#videoModal .modal-body .inner-content {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.5%;
}

#videoModal .modal-body iframe,
#serviceModal .modal-body iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: -webkit-fill-available;
}

#videoModal .modal-body {
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	padding: 0px;
	margin: 15px;
}

@media screen and (max-width: 767px) {
	#videoModal .modal-content {
		width: 90vw;
    max-width: 90vw;
		left: 0;
		top: 10%;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		right: 0;
		margin: auto;
	}
	#videoModal .modal-content {
    height: 38vh !important;
}
	#videoModal .modal-body {
    margin: 15px;
}
}

.btn-blue.btn-lightblue {
	background-color: #5bc0de;
	border-color: #46b8da;
	font-size: 12px;
}


#carousel-one,
#carousel-three {
	padding-left: 35px;
	padding-right: 35px;
}
@media (max-width: 767.98px) {
	.navbar .main-logo {
    max-width: 150px;
		padding-right: 10px;
}
	.navbar .logo {
    width: 60px;
    margin-left: 8px; 
	}
}


/* New Styles */

.our-team .inner-content {
    height: auto !important;
}

.preloader {
    background-image: url(https://laura.imgix.net/2021/03/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
    z-index: 99999999;
}

@media(min-width:768px) {
    #ihf-main-container .modal-dialog {
        left: 0 !important;
        top: 20%;
    }
}

@media (max-width: 767.98px) {

    .navbar .main-logo,
    .navbar.stricky-fixed .main-logo {
        max-width: 150px;
        padding-right: 10px;
    }

    .header-one {
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .site-header__header-three .stricked-menu {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .navbar .logo,
    .navbar.stricky-fixed .logo {
        width: 60px;
        margin-left: 8px;
        padding-left: 0;
    }

    .header-navigation .container .menu-toggler span {
        font-size: 17px;
    }

    .header-navigation .container .menu-toggler {
        right: 9px;
    }

    .banner-one__title {
        font-size: 44px;
        line-height: 47px;
    }

    .banner-wrapper .inner-content .banner-symbol {
        height: 60px;
    }

    .banner-one .active .banner-one__text {
        font-size: 17px;
        line-height: 23px;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
        width: 100%;
        text-align: center;

    }

    .banner-content .thm-btn {
        font-size: 12px;
        padding: 0px 39px;
    }

    .slyman-team .heading h1 {
        font-size: 27px;
        line-height: 32px;
    }

    #carousel-one,
    #carousel-three {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .slyman-team .items.owl-theme .owl-nav {
        position: absolute;
        top: -35px;
    }

    .slyman-team .right-content .inner-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .slyman-team .right-content .inner-content p {
        font-weight: 300;
        line-height: 1.6;
		font-size: 16px
    }

    .results {
        padding-top: 45px;
        padding-bottom: 0;
    }

    .heading h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .results .content-wrapper .right .inner-content h3 {
        font-size: 28px;
    }

    .results .content-wrapper .right .inner-content p {
        font-size: 17px;
        line-height: 22px;
    }

    .results [class*=col-] {
        width: 50%;
        margin: 0 0 80px;
    }

    .results .content-wrapper .left .progress {
        left: -30px;
        top: 0;
    }

    .results .content-wrapper .right {
        padding-left: 53px;
    }

    .results .content-wrapper .left {
        flex-basis: 0;
    }

    .results .content-box {
        margin-top: 115px;
    }

    .why-choose {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .properties {
        background-color: #fcfcfc;
        padding-top: 30px;
        padding-bottom: 55px;
    }

    .properties .product-gallery-wrapper {
        margin-top: 8px;
    }

    .slyman-team .items.owl-carousel .owl-controls .owl-nav .owl-next::before {
        content: "\f054";
        font-family: FontAwesome;
        right: 11px;
        position: absolute;
        top: 11px;
        width: 15px;
        transform: rotate(-45deg);
        height: 15px;
        color: #fff;
        z-index: 9999;
        background: transparent;
        line-height: 16px;
    }

    .slyman-team .items.owl-carousel .owl-controls .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        border-top: unset;
        border-bottom: unset;
        border-left: unset;
        background: #00a9da;
        color: transparent;
        right: 10px;
        position: absolute;
        transform: rotate(45deg);
        top: 0;
    }

    .slyman-team .items.owl-carousel .owl-controls .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        border-top: unset;
        border-bottom: unset;
        border-left: unset;
        background: #00a9da;
        position: absolute;
        top: 0;
        bottom: 0;
        transform: rotate(45deg);
        left: 15px;
    }

    .slyman-team .items.owl-carousel .owl-controls .owl-nav .owl-prev::before {
        left: 10px;
        transform: rotate(-45deg);
        top: 15px;
        width: 15px;
    }

    .why-choose .items.owl-theme .owl-nav {
        position: relative;
        top: 0px;
    }

    .why-choose .items.owl-carousel .owl-controls .owl-nav .owl-prev,
    .why-choose .items.owl-carousel .owl-controls .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        border-top: unset;
        border-bottom: unset;
        border-left: unset;
        background: #00a9da;
        transform: rotate(45deg);
    }

	.why-choose .items.owl-carousel .owl-controls .owl-nav .owl-next {
        right: 10px !important;
    }

    .why-choose .items.owl-carousel .owl-controls .owl-nav .owl-next::before,
    .why-choose .items.owl-carousel .owl-controls .owl-nav .owl-prev::before {
        transform: rotate(-45deg);
    }

    .why-choose .items.owl-carousel .owl-controls .owl-nav .owl-prev::before {
        left: 11px;
        top: 14px;
    }

    .why-choose .items.owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 10px !important;
    }

    .why-choose .items.owl-carousel .owl-controls .owl-nav .owl-next::before {
        right: 11px;
        top: 11px;
    }

    .why-choose .items,
    .why-choose .item {
        padding: 0;
    }

    .testimonial {
        padding: 50px 0;
    }

    .testimonial .stars li {
        font-size: 22px;
    }

    .testimonial .inner-content p::before {
        left: 2px;
        font-size: 22px;
        color: #8d8c8c;
    }

    .testimonial .inner-content p {
        padding: 5px 25px;
    }

    .testimonial .inner-content p::after {
        font-size: 22px;
        color: #8d8c8c;
        right: 7px;
    }

    .requestcopy .left-side {
        padding: 15px 0px 0;
    }

    .requestcopy .right-side .inner-content {
        width: 85%;
    }

    .footer .footer-top {
        padding: 35px 0 30px;
    }

    .footer .logo1 {
        max-width: 275px;
        margin-bottom: 25px;
    }

    .footer .footer-contact li.address i {
        top: 4px;
    }

    .footer .footer-contact li i {
        top: -3px;
    }
}

@media (max-width: 767.98px) {
	.slyman-team .items.owl-carousel .owl-controls,
	.why-choose .items.owl-carousel .owl-controls {
		position: absolute;
		top: -35px;
		width: 100%;
	}
	
	.slyman-team .items.owl-theme .owl-nav {
		position: relative;
		top: 0;
	}	
}

@media (max-width: 991.5px) {
	#ihf-main-container .ihf-listing-search-results .btn-group.btn-group-justified{
		width: 100%;
	}
	.testimonial .inner-content p a{
		font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	}
	.site-header__header-three .header-navigation ul li.current-menu-item>a, .site-header__header-three .header-navigation ul li.current-menu-parent>a {
    color: #00a9da!important;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#videoModal .modal-content, .serviceModal .modal-content {
   width: 48vw;
    height: 44vh;
}
}

@media (max-width: 767.5px) {
	#ihf-main-container .ihf-listing-search-results .btn-group.btn-group-justified .btn.btn-primary {
		font-size: 12px !important;
		margin: 4px !important;
	}
	#ihf-main-container .ihf-listing-search-results .btn-group.btn-group-justified .btn.btn-primary.active {
		margin: 4px !important;
	}
	#ihf-main-container .ihf-listing-search-results .pull-right {
		float: left!important;
	}
	
	#ihf-email-alert-modal .modal-dialog {
		margin-top: 80px
	}
}

@media (max-width: 767.5px) {
	.site-header__header-three .header-navigation ul.navigation-box>li>a:hover::after {
    width: 80%;
    left: 14px;
}
	.site-header__header-three .header-navigation ul.navigation-box>li>a::after {
    bottom: 7px;
    left: 0; 
		transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
	}
	.aquilaOpenBar.aquilaFront #aquilaAdminbarIcon {
		display: none;
	}
	.form-group .btn.btn-blue {
		padding: 3px 10px;
		font-size: 13px;
	}	
	
	.properties .nav-tabs {
		justify-content: space-between;
	}
	
	.properties .nav-tabs .nav-item {
		margin-left: 2%;
		margin-right: 2%;
		width: 46%;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	
	.properties .nav-tabs .nav-link {
		text-align: center
	}
	
	.banner-wrapper .owl-dots {
		bottom: 20px
	}
}
@media (max-height: 699px) {
  .login-signup{
	padding: 180px 0;
	position: initial;
  }
  
}
@media (min-width: 414px) and (max-width: 575.98px) {
	#videoModal .modal-content, .serviceModal .modal-content {
    height: 39vh !important;
}
}

@media (min-width: 375px) and (max-width: 413.98px) {
	#videoModal .modal-content, .serviceModal .modal-content {
    height: 40vh !important;
}
}
@media (min-width: 320px) and (max-width: 767px) {
.login-show, .register-show {
	padding: 20px 15px;
}
.login-info-box, .register-info-box {
	padding: 0 15px;
	top: -50px;
	width: 100%;
}
.login-signup h2 {
	display:none;
}
.white-panel {
	left: 0;
	width: 100%;
}

.right-log {
	left: 0 !important;
}
}
@media (min-width: 320px) and (max-width: 363.98px) {
	.site-header__header-three .header-navigation .main-navigation {
    padding: 10px 15px; 
	}
	.site-header__header-three .header-navigation .main-navigation {
    width: 85vw; 
		right: -85vw;
	}
	.site-header__header-three .header-navigation ul.navigation-box>li>a {
    font-size: 17px; 
	}
	.content-top p {
    font-size: 15px; 
	}
	#videoModal .modal-content, .serviceModal .modal-content {
    height: 42vh !important;
}
}



.heading h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	color: #000;
	letter-spacing: 0;
	font-size: 36px;
	position: relative;
	padding-top: 0px;
	line-height: 40px;
	margin-bottom: 40px;
	position: relative;
	text-transform: uppercase;
}

.heading h2::before {
    content: "";
    background: url(https://laura-slyman-team.s3-accelerate.amazonaws.com/2021/04/jsLogo_black.svg);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: transparent;
    z-index: 9;
    padding: 4px;
    background-size: 27px 27px;
    height: 27px;
    width: 27px;
}
/*.heading h1::before {
	content: url(../images/icon/ls-symbol.png);
	position: absolute;
	bottom: -55px;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: transparent;
	z-index: 9;
	padding: 4px;
}*/

.heading h2::after {
	width: 142px;
	height: 1px;
	background-color: #00a9da;
	bottom: -30px;
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.heading.white h2 {
	color: #ffffff;
	font-size: 22px !important;
}
.heading.white h2::before {
	content:"";
	background: url(https://laura-slyman-team.s3-accelerate.amazonaws.com/2021/04/jsLogo.svg);
	background-size: 27px 27px !important;
}
/*.heading.white h1::before {
	content: url(../images/icon/ls-symbol-blue.png);
}*/

.heading.white h2::after {
	background-color: #ffffff;
}

.heading h2 span.color {
	color: #00a9da;
}

.requestcopy .right-side .inner-content .left-content .heading.white h2::before {
    content: ""!important;
    background-image: url(../images/icon/ls-symbol.png) !important;
    bottom: -42px!important;
}
.heading.white h2::before {
    content: "";
    background: url(https://laura-slyman-team.s3-accelerate.amazonaws.com/2021/04/jsLogo.svg);
    background-size: 27px 27px !important;
}
.heading h2::before {
    content: "";
    background: url(https://laura-slyman-team.s3-accelerate.amazonaws.com/2021/04/jsLogo_black.svg);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: transparent;
    z-index: 9;
    padding: 4px;
    background-size: 27px 27px;
    height: 27px;
    width: 27px;
}
