@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

body {
	font-family: 'PoppinsRegular';
	background-color: #fff;
	color: #000000;
	font-size: 30px;
	line-height: 50px;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: #d52122;
}

ul,
ol {
	margin-bottom: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 10px;
	margin-bottom: 10px;
}


ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: #d52122;
}

h1 {
	font-size: 74px;
	line-height: 112px;
	font-weight: 600;
}

h2 {
	font-size: 74px;
	line-height: 88px;
	font-weight: 500;
}

h3 {
	font-size: 56px;
	line-height: 84px;
	font-weight: 600;
}

h4 {
	font-size: 48px;
	line-height: 72px;
	font-weight: 600;
}

h5 {
	font-size: 32px;
	line-height: 48px;
	font-weight: 500;
}

h6 {
	font-size: 21px;
	line-height: 40px;
	font-weight: 400;
}

.alignnone {
	float: none;
	margin: 20px 0;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

/* Common Style Start */
.main-title {
	font-family: 'PoppinsMedium';
	font-size: 56px;
	line-height: 64px;
	font-weight: normal;
	position: relative;
	padding: 26px 0 0;
}

.main-title::before {
	content: "";
	width: 175px;
	height: 1px;
	background-color: #D52122;
	position: absolute;
	left: 0;
	top: 0;
}

.main-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.main-title strong {
	font-family: 'PoppinsSemiBold';
	color: #d52122;
}

.block-title {
	font-family: 'PoppinsSemiBold';
	font-size: 46px;
	line-height: 60px;
	font-weight: normal;
	padding: 27px 0 0;
	position: relative;
}

.block-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.block-title::before {
	content: "";
	width: 175px;
	height: 1px;
	background-color: #D52122;
	position: absolute;
	left: 0;
	top: 0;
}


.banner-text {
	font-family: 'PoppinsMedium';
	font-size: 36px;
	line-height: 48px;
	font-weight: normal;
	color: #fff;
}

.banner-text * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.common-detail {
	font-size: 31px;
	line-height: 50px;
	color: #000000;
}

.common-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}
.common-detail a:link {
	color: #d52122;
	text-decoration: underline;
}
.common-detail a:hover {
	color: #000000;
	text-decoration: none;
}
.common-detail a:visited {
	color: #d52122;
	text-decoration: underline;
}

.btn {
	font-family: 'PoppinsSemiBold';
	font-size: 26px;
	line-height: 28px;
	letter-spacing: 0.02em;
	padding: 29px 80px;
	position: relative;
	border: none;
	border-radius: 44px;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	-ms-border-radius: 44px;
	-o-border-radius: 44px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}	

.btn-red {
	padding: 29px 109px 29px 80px;
	background-color: #D52122;	
	color: #fff;
	top: 0;
	-moz-box-shadow: 0px 3px 6px #c3362e;
	-webkit-box-shadow: 0px 3px 6px #c3362e;
	box-shadow: 0px 3px 6px #c3362e;
}

.btn-red::after {
	content: "";
	background-image: url("../images/right-arrow.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;position: absolute;
	right: 80px;
	top: 50%;
	width: 13px;
	height: 22px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.btn-red:hover,
.btn-red:active {
	background-color: #D52122 !important; 	
	color: #fff !important;
	margin: 0;
	top: -5px;
}

/* Common Style End */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	background-color: #f2f2f2;
}

.header .navbar {
	padding: 0;
	display: block;
}

.contact-no ul {
	padding: 0;
	margin: 0;
}

.contact-no ul li {
	font-size: 27px;
	line-height: 54px;
	letter-spacing: 0.03em;
	color: #fff;
	list-style-type: none;
	position: relative;
	padding: 0 45px 0 98px;
	border-right: 1px solid #680005;
}

.contact-no ul li::before {
	content: "";
	background-image: url("../images/phone-call.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.contact-no ul li::after {
	content: "";
	border: 2px solid #fff;
	width: 78px;
	height: 78px;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.contact-no ul li a:hover {
	color: #000;	
	/* opacity: 0.7; */
}

.header-links {
	padding: 0 30px 0 0;
}

.header-links ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-links ul li {
	font-family: 'PoppinsSemiBold';
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0.03em;
	color: #fff;
	list-style-type: none;
	padding: 10px 45px;
	border-right: 1px solid #680005;
}

.header-links ul .current-menu-item,
.header-links ul li a:hover,
.header-links ul li a.active {
	color: #000;
}

.open-hours p {
	font-family: 'PoppinsSemiBold';
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	margin: 0;
}

.open-hours {
	position: relative;
	padding: 0 0 0 108px;
}

.open-hours::before {
	content: "";
	background-image: url("../images/open-hours.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 42px;
	height: 35px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.open-hours::after {
	content: "";
	border: 2px solid #fff;
	width: 76px;
	height: 76px;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.top-header {
	padding: 30px 0;
	margin: 0 0 0 0;
	position: relative;
	z-index: 9;
	/* background: -webkit-linear-gradient(90deg, #d52122 2.02%, #d0211f 24.92%, #c22118 50.61%, #ac210c 77.55%, #942100 100%);
	background: -moz-linear-gradient(90deg, #d52122 2.02%, #d0211f 24.92%, #c22118 50.61%, #ac210c 77.55%, #942100 100%);
	background: linear-gradient(90deg, #d52122 2.02%, #d0211f 24.92%, #c22118 50.61%, #ac210c 77.55%, #942100 100%); */
	/* box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.16);
	border-radius: 12.72px 0px 0px 89.01px;
	-webkit-border-radius: 12.72px 0px 0px 89.01px;
	-moz-border-radius: 12.72px 0px 0px 89.01px;
	-ms-border-radius: 12.72px 0px 0px 89.01px;
	-o-border-radius: 12.72px 0px 0px 89.01px; */
}

.top-header::after {
	content: "";
	position: absolute;
	left: 243px;
	right: 0;
	top: 0;
	bottom: 0;
	background: -webkit-linear-gradient(90deg, #d52122 2.02%, #d0211f 24.92%, #c22118 50.61%, #ac210c 77.55%, #942100 100%);
	background: -moz-linear-gradient(90deg, #d52122 2.02%, #d0211f 24.92%, #c22118 50.61%, #ac210c 77.55%, #942100 100%);
	background: linear-gradient(90deg, #d52122 2.02%, #d0211f 24.92%, #c22118 50.61%, #ac210c 77.55%, #942100 100%);
	z-index: -1;
	box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.16);
	border-radius: 12.72px 0px 0px 89.01px;
	-webkit-border-radius: 12.72px 0px 0px 89.01px;
	-moz-border-radius: 12.72px 0px 0px 89.01px;
	-ms-border-radius: 12.72px 0px 0px 89.01px;
	-o-border-radius: 12.72px 0px 0px 89.01px;
}

.top-header-section {
	display: flex;
	align-items: center;
	/* justify-content: flex-start; */
	justify-content: space-between;
	/* margin: 0 0 0 -120px; */
}

.header .navbar-nav .nav-item {
	padding: 0 85px;
}

.header .navbar-nav .nav-item .nav-link {
	font-family: 'PoppinsBold';
	font-size: 28px;
	line-height: 34px;
	color: #000000;
	padding: 0;
	text-transform: uppercase;
}

.header .navbar-nav .nav-item .nav-link:hover,
.header .navbar-nav .nav-item .nav-link:focus,
.header .navbar-nav .nav-item .nav-link.active,
.header .navbar-nav .current-menu-item .nav-link,
.header .navbar-nav .current_menu_item .nav-link {
	color: #d52122;
}

.header .navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.header .navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.login-details .login-btn {
	font-family: 'PoppinsMedium';
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0.03em;
	position: relative;
	padding: 24px 90px 24px 168px;
	display: block;
	color: #fff;
	background-color: #000000;
	text-transform: uppercase;
	border-radius: 34px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	-ms-border-radius: 34px;
	-o-border-radius: 34px;
}	

.login-details .login-btn:hover {
	background-color: #d52122;
}

.login-details .login-btn::before {
	content: "";
	background-image: url("../images/user.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 37px;
	height: 39px;
	position: absolute;
	left: 100px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.login-details .sign-up-btn {
	font-family: 'PoppinsMedium';
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.03em;
	color: #D52122;
	display: block;
	margin: 0 0 0 62px;
	text-transform: uppercase;
}

.login-details .sign-up-btn:hover {
	color: #000;
}

.login-details {
	display: flex;
	align-items: center;
}

.bottom-header-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px 0 34px;
}

.bottom-header-section .navbar-collapse {
	flex: 0 0 64%;
	/* justify-content: center; */
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*========== Home Page Start ==========*/
.banner-content {
	max-width: 659px;
	margin-left: auto;
	padding: 176px 55px 117px;
	background: -webkit-linear-gradient(rgba(51, 51, 51, 0.4) 0%, rgba(63, 63, 63, 0.44) 6.39%, rgba(91, 91, 91, 0.53) 24.11%, rgba(108, 108, 108, 0.58) 41.38%, rgba(114, 114, 114, 0.6) 57.54%, rgba(114, 114, 114, 0.62) 58.28%, rgba(120, 120, 120, 0.79) 64.17%, rgba(124, 124, 124, 0.91) 70.35%, rgba(127, 127, 127, 0.98) 76.96%, #808080 84.75%);
	background: -moz-linear-gradient(rgba(51, 51, 51, 0.4) 0%, rgba(63, 63, 63, 0.44) 6.39%, rgba(91, 91, 91, 0.53) 24.11%, rgba(108, 108, 108, 0.58) 41.38%, rgba(114, 114, 114, 0.6) 57.54%, rgba(114, 114, 114, 0.62) 58.28%, rgba(120, 120, 120, 0.79) 64.17%, rgba(124, 124, 124, 0.91) 70.35%, rgba(127, 127, 127, 0.98) 76.96%, #808080 84.75%);
	background: linear-gradient(rgba(51, 51, 51, 0.4) 0%, rgba(63, 63, 63, 0.44) 6.39%, rgba(91, 91, 91, 0.53) 24.11%, rgba(108, 108, 108, 0.58) 41.38%, rgba(114, 114, 114, 0.6) 57.54%, rgba(114, 114, 114, 0.62) 58.28%, rgba(120, 120, 120, 0.79) 64.17%, rgba(124, 124, 124, 0.91) 70.35%, rgba(127, 127, 127, 0.98) 76.96%, #808080 84.75%);
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 0 0 6.55px 6.55px;
	-webkit-border-radius: 0 0 6.55px 6.55px;
	-moz-border-radius: 0 0 6.55px 6.55px;
	-ms-border-radius: 0 0 6.55px 6.55px;
	-o-border-radius: 0 0 6.55px 6.55px;
}

.banner-content .banner-logo {
	background-color: #fff;
	display: block;
	padding: 68px 28px;
	border: 2px solid #d00b0a;
	text-align: center;
}

.banner-content .banner-text {
	padding: 28px 0 0;
	text-align: center;
}

.banner-wrp {
	position: relative;
}

.banner-wrp::before {
	content: "";
	background-image: url("../images/white-line.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 316px;
	position: absolute;
	right: 0;
	left: 261px;
	bottom: -40px;
	z-index: 1;
}

.banner-wrp::after {
	content: "";
	background-image: url("../images/banner-white-shape.svg");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 226px;
}

.red-line {
	background-image: url("../images/red-line.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 459px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
	z-index: 1;
}

.banner-slider {
	opacity: 1;
	-webkit-transition: opacity 4000s ease-in-out;
    -moz-transition: opacity 4000s ease-in-out;
    -ms-transition: opacity 4000s ease-in-out;
    -o-transition: opacity 4000s ease-in-out;
}

.banner-slider.slick-initialized {
	opacity: 1;
}

.banner-wrp .banner-section {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

.banner-img img {
	width: 100%;
	height: 955px;
	object-fit: cover;
	font-family: "object-fit: cover";	
}

.welcome-section .main-title {
	max-width: 900px;
	margin: 0 0 72px;
}

.welcome-section .common-detail {
	margin: 0 220px 0 0;
}

.welcome-section .common-detail p {
	margin: 0 0 30px; 
}

.welcome-wrp {
	padding: 59px 0 89px;
	position: relative;
	z-index: 9;
	margin: 0;
}

.contact-realtors-wrp {
	padding: 71px 0 380px 0;
	margin: 0 55px 0 0;
	position: relative;
	background: -moz-linear-gradient(#d52122 2.02%, #d0211f 24.92%, #c22118 50.61%, #ac210c 77.55%, #942100 100%);
	background: -webkit-linear-gradient(#d52122 2.02%, #d0211f 24.92%, #c22118 50.61%, #ac210c 77.55%, #942100 100%);
	background: linear-gradient(#d52122 2.02%, #d0211f 24.92%, #c22118 50.61%, #ac210c 77.55%, #942100 100%);
	border-radius: 0 260px 0 0;
	-webkit-border-radius: 0 260px 0 0;
	-moz-border-radius: 0 260px 0 0;
	-ms-border-radius: 0 260px 0 0;
	-o-border-radius: 0 260px 0 0;
}

.contact-realtors-wrp::after {
	content: "";
	background-image: url("../images/contact-realtor-shape.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 0;
	max-width: 1007px;
	height: 521px;
	width: 100%;
	border-radius: 0 260px 0 0;
	-webkit-border-radius: 0 260px 0 0;
	-moz-border-radius: 0 260px 0 0;
	-ms-border-radius: 0 260px 0 0;
	-o-border-radius: 0 260px 0 0;
}

.contact-realtors-img {
	position: absolute;
	right: 0;
	top: -540px;
	z-index: 9;
}

.our-services-wrp {
	margin: -287px 0 0;
	position: relative;
	z-index: 9;
	padding: 18px 0 225px 0;
	background-color: #fff;
	-moz-box-shadow: 0px -30px 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px -30px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px -30px 20px rgba(0, 0, 0, 0.15);
	border-radius: 511px 511px 0 0;
	-webkit-border-radius: 511px 511px 0 0;
	-moz-border-radius: 511px 511px 0 0;
	-ms-border-radius: 511px 511px 0 0;
	-o-border-radius: 511px 511px 0 0;
}

.contact-realtors-section {
	position: relative;
	z-index: 9;
}

.contact-realtors-section .main-title {
	font-family: 'PoppinsItalic';
	padding: 0;
	color: #fff;
}

.contact-realtors-section .main-title strong {
	font-family: 'PoppinsMediumItalic';
	color: #fff;
	display: block;
}

.our-services-content {
	text-align: center;
	height: 100%;
	padding: 71px 0 103px;
	border-bottom: 1px solid #D52122;
	position: relative;
}

.our-services-content::after {
	content: "";
	border-right: 1px solid #d52122;
	position: absolute;
	right: -83px;
	top: 0;
	bottom: -1px;
}

.our-services-content .main-title {
	font-family: 'PoppinsBold';
	padding: 0;
	margin: 0 0 22px;
}

.our-services-content .main-title::before {
	display: none;
}

.our-services-content .our-services-img {
	max-width: 171px;
	height: 125px;
	width: 100%;
	margin: 0 auto 33px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.our-services-content .our-services-img img {
	max-height: 100%;
}

.our-services-main .row {
	margin: 0 -83px;
}

.our-services-main .row>* {
	padding: 0 83px;
}

.our-services-content .common-detail {
	font-size: 30px;
	line-height: 46px;
	font-family: 'PoppinsSemiBold';
}

.our-services-main .row>*:nth-child(even) .our-services-content::after {
	display: none;
}

.our-services-main .row>*:nth-last-child(-n+2) .our-services-content {
	border-bottom: none;
}

.our-services-main .row>*:nth-child(-n+2) .our-services-content::after {
	top: 130px;
}

.our-services-main .row>*:nth-last-child(-n+2) .our-services-content::after {
	bottom: 69px;
}

.join-us-block .common-detail {
	font-size: 34px;
	line-height: 54px;
	margin: 0 0 48px;
	color: #4D4D4D;
}

.join-us-block .block-title {
	max-width: 616px;
	margin: 0 0 61px;
}

.bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 9;
}

.join-us-section {
	margin: 0 0 0 -150px;
}

.join-us-section .join-us-block {
	position: relative;
	z-index: 9;
	padding: 116px 206px 157px 0;
	margin: 0 51px 0 0;
}

.join-us-section .join-us-block::before {
	content: "";
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	right: 0;
	width: 6000px;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	z-index: -1;
	border-radius: 0 19px 19px 0;
	-webkit-border-radius: 0 19px 19px 0;
	-moz-border-radius: 0 19px 19px 0;
	-ms-border-radius: 0 19px 19px 0;
	-o-border-radius: 0 19px 19px 0;
}

.join-us-wrp {
	padding: 0 0 218px;
}

.our-dedication-section {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	padding: 146px 0 126px;
}

/* .our-dedication-section::after {
	content: "";
	background-color: #E5000F;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 6000px;
} */

.out-dedication-img {
	position: absolute;
	top: auto;
	left: -330px;
	bottom: 0;
}

.bg-img::before {
	content: "";
	background-image: url("../images/our-dedication-lines.svg");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 134px;
	right: 0;
	top: 0;
	height: 390px;
	max-width: 1785px;
	width: 100%;
	mix-blend-mode: color-dodge;
}

.our-dedication-section .main-title {
	color: #fff;
	padding: 0;
}

.our-dedication-section .main-title::before {
	display: none;
}

.our-dedication-section .main-title strong {
	font-family: 'PoppinsBold';
	color: #fff;
}

.our-dedication-wrp {
	position: relative;
	z-index: 9;
	margin: 30px 0 0;
	z-index: 9;
	/* margin: 0 0 0 477px; */
}

.bg-img::after {
	content: "";
	background-color: rgba(229, 0, 15, 0.9);
	left: 477px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	height: 400px;
	mix-blend-mode: multiply;
	border-radius: 146px 0 0 146px;
	-webkit-border-radius: 146px 0 0 146px;
	-moz-border-radius: 146px 0 0 146px;
	-ms-border-radius: 146px 0 0 146px;
	-o-border-radius: 146px 0 0 146px;
}

.choose-realtor-content {
	background-color: rgba(255, 255, 255, 0.92);
	padding: 161px 250px 231px 133px;
	position: relative;
	margin: 151px 0 92px -90px;
	height: calc(100% - 243px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	border-radius: 19px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	-ms-border-radius: 19px;
	-o-border-radius: 19px;
}

.choose-realtor-wrp {
	position: relative;
}

/* .choose-realtor-img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	transform: translate();
	-webkit-transform: translate();
	-moz-transform: translate();
	-ms-transform: translate();
	-o-transform: translate();
} */

.choose-realtor-img {
	margin: 0 -216px 0 0;
	height: 100%;
}

.choose-realtor-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.choose-realtor-content .main-title {
	font-family: 'PoppinsMedium';
	margin: 0 0 65px;
	max-width: 910px;
	width: 100%;
}

.choose-realtor-content .main-title strong {
	font-family: 'PoppinsBold';
	color: #000;
}

.choose-realtor-content .common-detail p {
	margin: 0 0 67px;
}

.choose-realtor-content .common-detail p strong {
	font-family: 'PoppinsMedium';
	font-weight: normal;
}

.our-partner-slider .slick-arrow {
	background-color: transparent;
	border: 1px solid #D52122;
	width: 74px;
	height: 74px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.our-partner-slider .slick-prev {
	left: -170px;
}

.our-partner-slider .slick-next {
	right: -170px;
} 

.our-partner-slider .slick-arrow:hover {
	background-color: #D52122;
}

.our-partner-slider .slick-arrow svg path {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.our-partner-slider .slick-arrow:hover svg path {
	fill: #fff;
}

.our-partner-slider .our-partner-item {
	margin: 0 20px;
}

.our-partner-slider .our-partner-item img {
	margin: 0 auto;
}

.our-partner-slider .slick-track {
	display: flex;
	align-items: center;
}

.our-partner-wrp {
	padding: 70px 0;
	position: relative;
}

.our-partner-wrp::before {
	content: "";
	background-image: url("../images/white-gradient.webp");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1334px;
}

.our-partner-section .block-title {
	font-family: 'PoppinsMedium';
	text-align: center;
	padding: 34px 0 0;
}

.our-partner-section .block-title::before {
	right: 0;
	margin: 0 auto;
}

.our-partner-slider {
	padding: 81px 0 0;
	opacity: 0;
}

.our-partner-slider.slick-initialized {
	opacity: 1;
}

/*========== Home Page End ==========*/

/*========== About Us Page Start ==========*/
.inner-banner-wrp .banner-img img {
	height: 490px;
}

.inner-banner-wrp .banner-content {
	padding: 30px 39px 54px;
	max-width: 596px;
	margin-left: 0;
}

.inner-banner-wrp::before {
	display: none;
}

.inner-banner-wrp .banner-img {
	position: relative;
}

.inner-banner-wrp .banner-img::before {
	content: "";
	background-image: url("../images/about-banner-lines.svg");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 476px;
	mix-blend-mode: color-dodge;
}

.inner-banner-wrp {
	margin: 0 0 140px;
}

.about-quick-links .banner-text {
	font-family: 'PoppinsSemiBold';
	color: rgba(0, 0, 0, 0.72);
	margin: 0 0 44px;
	text-transform: uppercase;
}

.about-quick-links ul {
	padding: 0;
	margin: 0;
}

.about-quick-links ul li {
	font-size: 30px;
	line-height: 39px;
	color: #D52122;
	list-style-type: none;
	padding: 23px 0;
	border-bottom: 1px solid rgba(112, 112, 112, 0.43);
}

.about-quick-links ul li a {
	position: relative;
	display: block;
}

.about-quick-links ul li a:hover {
	text-decoration: underline;
}

.about-quick-links ul li a::after {
	content: "";
	background-image: url("../images/red-right-arrow.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 7px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.about-quick-links {
	max-width: 577px;
	width: 100%;
}

.about-right-content .main-title {
	padding: 0;
	margin: 0 0 77px;
}

.about-right-content .main-title::before {
	display: none;
}

.about-right-content .common-detail {
	color: #000000;
}

.about-right-content {
	margin: 0 -170px 0 18px;
}

.about-bottom-right {
	display: flex;
	justify-content: space-between;
	margin: 40px -159px 0 102px;
	padding: 20px 0 0 29px;
	background: -moz-linear-gradient(#d52122 2.02%, #d0211f 24.92%, #c22118 50.61%, #ac210c 77.55%, #942100 100%);
	background: -webkit-linear-gradient(#d52122 2.02%, #d0211f 24.92%, #c22118 50.61%, #ac210c 77.55%, #942100 100%);
	background: linear-gradient(#d52122 2.02%, #d0211f 24.92%, #c22118 50.61%, #ac210c 77.55%, #942100 100%);
	-moz-box-shadow: -20px -17px 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: -20px -17px 20px rgba(0, 0, 0, 0.15);
	box-shadow: -20px -17px 20px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.about-bottom-right .banner-text {
	font-size: 41px;
	line-height: 58px;
	color: #fff;
	max-width: 358px;
	text-align: right;	
	display: flex;
	align-items: center;
}

.about-bottom-right .banner-text strong {
	font-family: 'PoppinsBold';
}

.about-bottom-right .about-gentalman-img {
	margin: 0 0 0 28px;
}

.about-bottom .common-detail {
	margin: 0 -78px 0 0;
}

.about-bottom {
	padding: 85px 0 0;
}

.about-wrp {
	padding: 0 0 130px;
}

.choose-realtors-wrp {
	background-color: rgba(0, 0, 0, 0.07);
	padding: 95px 0 97px;
	text-align: center;
}

.choose-realtors-section .block-title {
	font-family: 'PoppinsLight';
	line-height: 75px;
	padding: 0;
	margin: 0 0 53px;
}

.choose-realtors-section .block-title strong {
	font-family: 'PoppinsSemiBold';
}

.choose-realtors-section .block-title::before {
	display: none;
}
/*========== About Us Page End ==========*/

/*========== Find a Realtor Page End ==========*/
.relator-member-wrp {
    padding: 130px 0 89px; 
}

.common-table.dataTable {
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.common-table.dataTable>thead>tr>th, 
.common-table.dataTable>thead>tr>td {
	font-family: 'PoppinsMedium';
	font-weight: normal;
	background-color: rgba(213, 33, 34, 0.1);
	text-transform: uppercase;
	padding: 25px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.common-table.dataTable>thead>tr>th:first-child {
	border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	-ms-border-radius: 10px 0 0 0;
	-o-border-radius: 10px 0 0 0;
}

.common-table.dataTable>thead>tr>th:last-child {
	border-right: none;
	border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	-ms-border-radius: 0 10px 0 0;
	-o-border-radius: 0 10px 0 0;
}

.common-table.dataTable.display>tbody>tr.odd>.sorting_1, 
.common-table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1,
.common-table.dataTable.display>tbody>tr.even>.sorting_1, 
.common-table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1,
.common-table.dataTable.stripe>tbody>tr.odd>*, 
.common-table.dataTable.display>tbody>tr.odd>* {
	box-shadow: none;
}

.common-table.dataTable tbody th, 
.common-table.dataTable tbody td {
	font-size: 26px;
	line-height: 32px;
	padding: 30px 15px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.common-table.dataTable tbody td:last-child {
	border-right: none;
}

.common-table.dataTable tbody tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	-ms-border-radius: 0 0 0 10px;
	-o-border-radius: 0 0 0 10px;
}

.common-table.dataTable tbody tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	-ms-border-radius: 0 0 10px 0;
	-o-border-radius: 0 0 10px 0;
}

.common-table.dataTable tbody tr.even td,
.common-table.dataTable tbody tr.even:hover td {
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow: none;
}

.find-realtor-section {
	padding: 40px;
	margin: 0 0 10px;
	background-color: #fff;
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.find-realtor-section .dataTables_wrapper .dataTables_paginate {
	padding-top: 25px;
}

.find-realtor-section .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 24px;
    line-height: 30px;
    padding: 15px;
	border: none;
}

.find-realtor-section .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: transparent;
	border: none;
	color: #000 !important;
	-moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
}

.find-realtor-section .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: #fff;
	border: none;
	padding: 7px 20px;
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.find-realtor-section .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	border: none;
	background: #fff;
}

.find-realtor-section .dataTables_wrapper .dataTables_filter {
    float: left;
	text-align: left;
}

.find-realtor-section .dataTables_wrapper .dataTables_length {
    float: right;
}

.find-realtor-section .dataTables_wrapper .dataTables_filter > label {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 40px;
}

.find-realtor-section .dataTables_wrapper .dataTables_filter input {
	background-color: #fff;
	border: none;
	width: 800px;
	max-width: 100%;
	padding: 20px 15px;
	margin: 5px 0 0 10px;
	-moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.find-realtor-section .dataTables_wrapper .dataTables_length > label {
	font-size: 24px;
	line-height: 30px;
}

.find-realtor-section .dataTables_wrapper .dataTables_length select {
	border: none;
	padding: 10px 25px 10px 15px;
	margin: 5px 15px;
	outline: none;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.1);
}


/*========== Find a Realtor Page End ==========*/

/*========== Member Resources Page Start ==========*/
.member-resources-left .banner-text {
	font-size: 26px;
	line-height: 36px;
	color: #4D4D4D;
	margin: 0 0 35px;
}

.member-resources-left .banner-text small {
	font-size: 22px;
	font-family: 'PoppinsLight';
	display: block;
}

.member-lists > h4 {
	font-family: 'PoppinsMedium';
	font-size: 26px;
	line-height: 34px;
	font-weight: normal;
	margin: 0 0 30px;
}

.member-lists > h4 span {
	font-family: 'PoppinsLight';
	font-size: 24px;
    line-height: 32px;
	font-weight: normal;
}

.member-lists ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.member-lists ul li {
	font-size: 22px;
	line-height: 26px;
	list-style-type: none;
	padding: 0 20px 0 0;
	margin: 0 20px 30px 0;
	color: #d52122;
	border-right: 1px solid #808080;
}

.member-lists ul li a:hover {
	color: #4D4D4D;
}

.member-lists {
	padding: 0 0 25px;
}

.member-resources-left .block-title {
	margin: 0 0 30px;
}

.member-resources-left .common-detail {
	font-size: 26px;
    line-height: 44px;
	margin: 0 0 30px;
}

.member-resources-wrp {
	padding: 120px 0 60px;
}

.member-resources-logo {
	font-size: 24px;
    line-height: 28px;
    color: #4D4D4D;
	display: block;
	text-align: center;
	margin: 0 0 50px;
}

.member-resources-logo:hover span, 
.member-resources-logo:hover {
	color: #d52122 !important;
}

.member-resources-logo img {
	margin: 0 0 25px;
}

.member-resources-logo span {
	display: block;
	font-size: 24px;
	line-height: 28px;
	color: #4D4D4D;
}


.member-resources-right {
	background-color: #fff;
	padding: 30px 40px;
	-moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.member-resources-section .row {
	margin: 0 -20px;
}

.member-resources-section .row>* {
	padding: 0 20px;
}

.calender-section iframe {
	width: 100%;
	height: 900px;

}

.calender-wrp {
	padding: 0 0 30px;
}

/*========== Member Resources Page End ==========*/

/*========== Login Page Start ==========*/
.common-form .swpm-label {
	font-family: 'PoppinsMedium';
	font-size: 26px;
	line-height: 32px;
	margin: 0 0 15px;
}

.common-form .swpm-username-input,
.common-form .swpm-password-input {
	margin: 0 0 30px;
}

.common-form .swpm-text-field {
	font-size: 24px;
	line-height: 30px;	
	width: 100%;
	border: none;
	padding: 15px 20px;
	margin: 0;
	-moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.common-form .swpm-login-widget-form {
	max-width: 1200px;
	margin: 0 auto;
	/* display: flex;
	justify-content: center; */
	padding: 50px 150px;
	background-color: #fff;
	/* -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px; */
}


.common-form .swpm-password-toggle-checkbox-label,
.common-form .swpm-rememberme-label {
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 0 50px;
	position: relative;
}

.common-form .swpm-login-form-submit {
	font-family: 'PoppinsSemiBold';
	font-size: 26px;
	line-height: 28px;
	letter-spacing: 0.02em;
	padding: 22px 80px;
	border: none;
	background-color: #D52122;
	color: #fff;
	position: relative;
	top: 0;
	-moz-box-shadow: 0px 3px 6px #c3362e;
	-webkit-box-shadow: 0px 3px 6px #c3362e;
	box-shadow: 0px 3px 6px #c3362e;
	border-radius: 44px;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	-ms-border-radius: 44px;
	-o-border-radius: 44px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.common-form .swpm-login-form-submit:hover,
.common-form .swpm-login-form-submit:active {
	background-color: #D52122 !important;
    color: #fff !important;
	top: -5px;
}

.common-form .swpm-remember-checkbox input {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -99;
	opacity: 0;
}

.common-form .swpm-remember-me {
	position: relative;
	margin: 0 0 40px;
}

.common-form .swpm-rememberme-label::before {
	content: "";
	width: 25px;
	height: 25px;
	background-color: #fff;
	border: 1px solid #D52122;
	position: absolute;
	left: 0;
	top: 0;
}

.common-form .swpm-remember-me.item .swpm-rememberme-label::before {
	background-color: #D52122;
}

.common-form .swpm-remember-me .swpm-rememberme-label::after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	top: -1px;
	left: 4px;
	opacity: 0;
	color: #fff;
}

.common-form .swpm-remember-me.item .swpm-rememberme-label::after {
	opacity: 1;
}

.common-form .swpm-join-us-link {
	display: none;
}

.common-form .swpm-forgot-pass-link a {
	font-size: 20px;
	line-height: 22px;
	color: #000;
}

.common-form .swpm-forgot-pass-link a:hover {
	color: #D52122;
}

.common-form {
	padding: 70px 0;
}

.common-form .swpm-forgot-pass-link {
	display: none;
}

.swpm-post-not-logged-in-msg {
	color: #000;
	text-align: center;
}

.swpm-post-not-logged-in-msg a {
	color: #D52122;		
}

.swpm-post-not-logged-in-msg a:hover {
	color: #808080;
}


.swpm-red-error-text {
    font-weight: normal;
    color: red;
    font-size: 16px;
    line-height: 20px;
}
/*========== Login Page End ==========*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer-bg {
	background-repeat: no-repeat;
	background-size: cover;
}

.footer {
	position: relative;
	z-index: 9;
	padding: 0 0 117px;
}

.footer::after {
	content: "";
	background-image: url("../images/footer-grey-bg.webp");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 912px;
	z-index: -1;
}

.footer-links span {
	font-family: 'PoppinsBold';
	font-size: 21px;
	line-height: 25px;
	letter-spacing: 0.12em;
	display: block;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 29px;
	margin: 0 0 21px;
}

.footer-links span::after {
	content: "";
	background-color: #D52122;
	width: 64px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}	

.footer-links ul {
	padding: 0;
	margin: 0;
}

.footer-links ul li {
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0.03em;
	color: #fff;
	list-style-type: none;
	padding: 0 0 20px;
}

.footer-links ul li a:hover {
	color: #d52122;
}

.footer-left ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.footer-left ul li {
	font-size: 27px;
	line-height: 35px;
	letter-spacing: 0.03em;
	color: #fff;
	list-style-type: none;
	display: flex;
	align-items: center;
	padding: 0 20px 0 0;
}

.footer-left ul li img {
	width: 20px;
	height: 20px;
}

.footer-left ul li span {
	width: 76px;
	height: 76px;
	margin: 0 22px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F3F3F5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.social-media ul {
	padding: 0;
	margin: 0;
}

.social-media ul li {
	color: #fff;
	list-style-type: none;
}

.social-media ul li a {
	width: 76px;
	height: 76px;
	border: 1px solid #F3F3F5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.social-media ul li a:hover {
	background-color: #F3F3F5;
}

.copyright .common-detail {
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.59);
}

.footer-contact {
	padding: 29px 0 99px 0;
}

.footer-logo {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 172px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.footer-top {
	position: relative;
	margin: 0 0 324px;
}

.footer-lines img {
	width: 100%;
}

.mobile-footer-block ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-footer-block ul li {
	list-style-type: none;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

