
.odometer.odometer-auto-theme, .odometer.odometer-theme-train-station {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-train-station .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-train-station .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-train-station .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-train-station .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-train-station {
    font-family: 'Oswald', sans-serif;
    font-weight:600;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 0.1em;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMTExMTExIi8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMzMzMzMzMiLz48c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #111111), color-stop(35%, #111111), color-stop(55%, #333333), color-stop(55%, #111111), color-stop(100%, #111111));
  background-image: -moz-linear-gradient(top, #111111 0%, #111111 35%, #333333 55%, #111111 55%, #111111 100%);
  background-image: -webkit-linear-gradient(top, #111111 0%, #111111 35%, #333333 55%, #111111 55%, #111111 100%);
  background-image: linear-gradient(to bottom, #111111 0%, #111111 35%, #333333 55%, #111111 55%, #111111 100%);
  background-color: #222;
  padding: 0 0.15em;
  color: #fff;
}
.odometer.odometer-auto-theme .odometer-digit + .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit + .odometer-digit {
  margin-left: 0.1em;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-inner {
  left: 0.15em;
}
@charset "UTF-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Prata', serif !important;
	text-transform: none !important;
}
h1,h2,h3,h4,h5,h6,p,ul,li,a{
	padding:0px;
	margin:0px;
}
a:hover,
a:focus{
	text-decoration:none;
}
body {
	color: #2d2d2d;
	font-size: 16px;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.font-source-sans{
    font-family: 'Nunito', sans-serif !important;
}
.margin-top-10{
	margin-top: 10px;
}
.margin-top-20{
	margin-top: 20px;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-top-40{
	margin-top: 40px;
}
.margin-top-50{
	margin-top: 50px;
}
.margin-bottom-30{
	margin-bottom: 30px;
}
.padding-90{
	padding:90px 0;
}
.padding-right-0 {
	padding-right: 0px;
}
.padding-bottom-90{
	padding-bottom:90px;
}
.padding-top-90{
    padding-top:90px;
}
.subHead {
	color: #707070;
	font-size: 13px;
	text-transform: uppercase;
}
.subHead span {
	background: #A52B2F;
	width: 4px;
	height: 20px;
	display: inline-block;
	transform: skewX(-19deg) translateY(5px);
	margin: 0px 5px 0px 10px;
}
.h1 {
	color: #0A083B;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 15px;
}
.h3 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.h4 {
	color: #0A083B;
	font-size: 19px;
}
.blueText{
    color:#0A083B;
}

.redBtn {
	background: #A52B2F;
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	font-weight: 500;
	margin-top: 20px;
}
.redBtn:hover{color:#fff;}
.mainHeader {
background:#03051C;
}
.navbar-brand img {
	width: 75px;
}
.navbar-nav li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0px 11px;
	font-weight: 300;
}
header .navbar {
	padding: 0px;
}
.sliderWrap {
	min-height: 650px;
	padding: 130px 0px 60px;
	background-size: cover !important;
	background-position: center center !important;
}
.sliderWrap {
	min-height: 100vh;
	padding: 130px 0px 60px;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 900px;
}
.sliderWrap::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.3);
	z-index: 0;
}
.sliderWrap .container {
	position: relative;
	z-index: 1;
}
.textMain h1 {
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	font-size: 50px;
}
.textMain {
	text-align: center;
}
.textMain a {
	background: #A01D21;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-size: 15px;
	padding: 10px 35px;
}
.expertCard {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 260px;
	background-size: cover !important;
	background-position: center center !important;
	margin: 10px 0px;
	position: relative;
	transition: 0.3s;
}
.expertCard:hover{
	transition:0.3s;
}
.expertCard::after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.expertCard p {
	position: relative;
	z-index: 1;
	text-align: center;
}
.expertCard img {
	display: block;
	margin: 0 auto;
	height: 30px;
	width:auto;
}
.expertCard p span {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	display: block;
}
.expertCard:hover {
	transition: 0.3s;
	transform: translateY(-10px);
	box-shadow: 0px 20px 10px rgba(0,0,0,0.2);
}
.parveenPic img {
	width: 100%;
}
.parveenPic {
	width: 350px;
	position:relative;
	float: right;
}
.blueBar {
	background: #000;
}
.blueBar .row {
	height: 190px;
	align-items: center;
}
.blueBar h4 {
	color: #fff;
	font-size: 40px;
	margin: 15px 0px 5px;
	text-transform: uppercase;
	text-align: center;
	line-height: 44px;
}

.parveenPic {
	margin-bottom: -190px;
}
.aboutPara {
	margin-bottom: 30px;
}
.featureSec .container-fluid {
	padding: 0px;
}
.featureSec {
	width: 100%;
	overflow: hidden;
}
.featureSec a {
	width: 100%;
	display: flex;
	height: 400px;
	background-size: cover !important;
	background-position: center !important;
	align-items: center;
	justify-content: center;
	position: relative;
	transition:0.3s;
}
.featureSec a::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.6);
}
.featureSec a span {
	position: relative;
	z-index: 1;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}
.featureSec a:hover span{
	letter-spacing:1px;
	transition:0.3s;
}
.featureSec .col-sm-3 {
	padding: 0px;
}
.featureSec a:hover {
	transform: scale(1.02);
	position: relative;
	z-index: 2;
	transition: 0.3s;
}
.featureSec a:hover span{
	
	transition: 0.3s;
}
.testiWrapper {
	margin-top: 20px;
	text-align: center;
}
.testiWrapper span {
	color: #f09c09;
}
.testiWrapper .slick-prev::before,.testiWrapper .slick-next::before {
	color: #222;
}
.testiWrapper .slick-slide {
	padding: 0px 70px;
}
.clientSliderWrap img {
	width: 100%;
	height: auto;
}
.evaluationBar {
	background: #000;
	padding: 35px 20px;
	height: 140px;
}
.callText small {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
}
.BtnText small {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
}
.callText span {
	color: #fff;
	font-weight: 700;
	font-size: 33px;
}
.BtnText a {
	display: inline-block;
	background: #A52B2F;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	padding: 10px 20px;
}
.inlineWrap {
	display: flex;
	flex-wrap: wrap;
}
.orText {
	color: #ccc;
	margin: 0px 20px;
	padding: 21px 0px 0px;
}
.homeEvaluImg {
	margin-bottom: -140px;
}
.videoArea iframe {
	width: 100%;
	height: 200px;
	margin-top: 30px;
}
.mainFooter {
	padding: 90px 0;
	background: #000;
}
.brandLogo img {
	width: 100%;
}
.brandLogo {
	display: block;
	width: 100px;
	margin: 0 auto 30px;
}
.remaxLogo {
	max-width: 150px;
	width: 100%;
	margin: 0 auto 20px;
	display: block;
}
.socialIco {
	list-style: none;
	display: flex;
	justify-content: center;
}
.socialIco li {
	margin: 5px 10px;
}
.socialIco li a {
	color: #ccc;
	font-size: 17px;
}
.policyText a {
	color: #ccc;
	font-size: 8px;
	margin-top: 20px;
	display: inline-block;
}
.footerLinks {
	list-style: none;
	padding-left: 20px;
}
footer .h3 {
	color: #fff;
	margin-bottom: 20px;
}
footer .h3 span {
	background: #A52B2F;
	width: 4px;
	height: 20px;
	display: inline-block;
	transform: skewX(-19deg) translateY(5px);
	margin: 0px 4px 0px 2px;
}
.footerLinks li a {
	color: #ADADAD;
	font-size: 14px;
	font-weight: 300;
}
.contText {
	color: #ADADAD;
}
.contText span {
	color: #A52B2F;
	display: inline-block;
	width: 40px;
}
.contText a {
	color: #ADADAD;
}
.locBox h5 {
	color: #A52B2F;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.locBox p {
	color: #ADADAD;
	font-size: 11px;
	padding-left: 20px;
	margin-bottom:20px;
	position: relative;
}
.locBox p i {
	position: absolute;
	left: 5px;
	top: 7px;
	color: #A52B2F;
}
.mainHeader.Headfixed {
	background: rgba(0,0,0,0.8);
}
.copyrightText {
	font-size: 10px;
	text-align: center;
	line-height: 19px;
	margin-top: 20px;
}
.navbar-nav ul {
	list-style: none;
}
.navbar-nav ul {
	display: flex;
}
ul#primary-menu li {
    position: relative;
}
ul#primary-menu li ul li a {
    color: #222;
    display: block;
    padding: 10px 16px;
}
ul#primary-menu ul li {
    min-width: 270px;
}
ul#primary-menu li ul {
	position: absolute;
	background: transparent;
	display: none;
	z-index: 999;
	padding-top: 38px;
}
ul#primary-menu li ul li {
    border-bottom: 1px solid #eee;
    background:#fff;
}
ul#primary-menu li:hover ul {
    display: block;
}


/******HOME EVALUATION CSS*******/

.mainWrap {
	min-height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	padding: 70px 0 40px;
}
.bgCont {
    background: url(../images/home-bg.jpg);
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
#home_evaluation .bgCont.home_evaluation_cambridge_bft{
	background: url(../images/Cambridge-img_x1920.jpg) !important;
	background-position: center center;
	background-repeat: no-repeat;
}
.textMain h3 span {
	color: #b00000;
}
.textMain h3 {
	font-size: 20px;
}
.textMain h3 span {
	color: #b00000;
	font-weight: 600;
}
.textMain h1 {
	font-size: 55px;
}
.textMain h1 span {
	color: #b00000;
	font-weight: 700;
}
.mainWrap .col-sm-6 {
	padding-right: 0;
}
.form-cont input[type="text"] {
	width: 100%;
	height: 70px;
	border-radius: 50px 0px 0px 50px;
	padding-left: 60px;
	border: none;
	box-shadow: 0px 10px 27px rgba(0,0,0,0.1);
	transition: 0.3s;
	background: #fff url('../images/location.svg');
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: 19px 20px;
}
.form-cont input[type="text"]:hover,.form-cont input[type="text"]:focus{
	background: #fff url('../images/location-org.svg');
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: 19px 20px;
	outline:none;
}
.form-cont:hover input[type="text"],.form-cont:focus input[type="text"]{
	background:#fff  url('../images/location-org.svg');
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: 19px 20px;
	outline:none;
}
.form-cont {
	position: relative;
}
.form-cont input[type="submit"] {
	background: #b00000;
	border: none;
	width: 230px;
	position: absolute;
	height: 70px;
	border: 3px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0px 50px 50px 0px;
}
.reviewSec {
	margin-top: 30px;
	padding: 20px;
}
.reviwInner {
	position: relative;
}
.reviwInner img.res-img {
	border-radius: 50%;
	position: absolute;
	bottom: 11px;
	left: 10px;
	width: 80px;
}
.reviewCont {
	padding: 20px;
	background: #f0f0f0;
	position: relative;
	border-radius: 20px;
	min-height: 170px;
}
.textMain .reviewCont p {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 25px;
	color: #222;
}
.reviewCont h5 {
	color: #222;
	font-size: 17px;
	margin-bottom: 3px;
}
.reviewCont span {
	color: #505050;
	font-size: 13px;
}
.reviewCont img {
	position: absolute;
	bottom: 0px;
	width: 40px;
	left: -40px;
	height: auto;
}

header h4{
	font-family: 'Open Sans', sans-serif;
}
.headLine {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 60px;
}
.headLine img {
    width: 110px;
    transform: translateY(29px);
}
.headLine h4 a {
	color: #505050;
	font-weight: 700;
	font-size: 17px;
}
.headLine h4 a:hover{
	text-decoration:none;
}
.headLine h4 a i{
	color:#ed5729;
}
.mainWrap h1 {
	color: #222;
}
.mapcont {
	width: 40%;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}
.mapcont iframe {
	width: 100%;
	height: calc(100% - 50px);
	margin-top: 50px;
}
.textMain h3 {
	font-size: 20px;
	line-height: 30px;
}
.txtMap h1 {
	font-size: 38px;
}
.lineMain {
	background: #222;
	width: 100px;
	height: 2px;
	display: block;
	margin: 10px 0;
}
.textMain.txtMap h3 {
	font-size: 17px;
}

.formRow {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.formRow > label {
	flex: 0 0 120px;
	margin: 0px;
}
.radio-toolbar {
	margin: 10px;
}
.radio-toolbar input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}
.radio-toolbar label {
	margin: 5px 2px;
}
.radio-toolbar label {
	display: inline-block;
	background-color: transparent;
	padding: 10px 20px;
	font-family: sans-serif, Arial;
	font-size: 16px;
	border: 1px solid #636363;
	border-radius: 4px;
	color: #636363;
}
.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked + label {
	background-color: #222;
	border-color: #222;
	color: #fff;
}
.radio-toolbar.pad-0 {
	padding-left: 0px;
	margin-left: 0px;
}
.radio-toolbar label:hover {
	background-color:#222;
	color: #fff;
	border-color: #222;
	transition: 0.3s;
}
.field-cont-full {
	flex: 0 0 100%;
	max-width: 480px;
	position: relative;
	margin-top: 20px;
}
.field-cont-full label {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	margin: 0;
	background: #222;
	padding: 0 20px;
	display: flex;
	align-content: center;
	align-items: center;
	font-size: 15px;
	color: rgba(0,0,0,0.6);
	width: 121px;
	color: #fff;
	border-radius: 30px 0px 0px 30px;
}
.field-cont-full input[type="text"] {
    width: 100%;
    height: 50px;
    padding-left: 130px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 40px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
}
.field-cont-full label i {
	margin-right: 10px;
}
.field-cont-full input[type="email"] {
	width: 100%;
	height: 50px;
	padding-left: 130px;
	font-size: 14px;
    border: 1px solid #ccc;
	border-radius: 40px;
	box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
}
.field-cont-full input[type="tel"] {
	width: 100%;
	height: 50px;
	padding-left: 130px;
	font-size: 14px;
    border: 1px solid #ccc;
	border-radius: 40px;
	box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
}
.col-sm-7.textMain.txtMap {
	padding-top: 30px;
	padding-bottom: 30px;
}
.field-cont-full input[type="submit"] {
	background: #03be22;
	width: 100%;
	height: 60px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	border-radius: 70px;
}
#map {
	width: 100%;
	height: 100%;
}

.checkMark {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-bottom: 20px;
}
.textMain.txtMap {
	text-align: left;
}
.textMain.txtMap h1 {
	text-align: left;
}
/*****HOME EVALUATION CSS END****/


/*****Blog*****/
.postSingleLeft h1.entry-title {
	color: #0A083B;
	font-weight: 400;
	text-transform: none;
	margin-top: 0px;
	font-size: 29px;
	line-height: 39px;
	margin-bottom: 10px;
}
.postSingleLeft .entry-meta {
	margin-bottom: 20px;
}
.postSingleLeft .post-thumbnail img {
	max-width: 100%;
	height: auto;
}
.postSingleLeft .post-thumbnail {
	margin-bottom: 20px;
	display: block;
}
.entry-content h3 {
	font-size: 20px;
	margin: 15px 0px;
}
#respond {
	border-top: 1px solid #ccc;
	margin-top: 40px;
	padding-top: 30px;
}
#comments label {
	display: block;
	margin-bottom: 0px;
	margin-top: 10px;
}
#comments .comment-form-cookies-consent label {
	display: inline-block;
}
.comment-form-comment textarea {
	width: 100%;
	height: 140px;
	resize: vertical;
	max-height: 200px;
	border: 1px solid #ccc;
}
#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] {
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
}
#respond #reply-title {
	font-size: 21px;
	margin-bottom: 15px;
}
#commentform #submit {
	background: #0A083B;
	color: #fff;
	border: none;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 10px 30px;
}
#comments .comments-title {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.comment-list {
	padding: 0px;
	list-style: none;
}
.comment-list .comment {
	border-top: 1px solid #ccc;
	padding: 20px 0px;
}
.comment .comment-metadata a {
	font-size: 10px;
	margin-top: 10px;
	display: block;
}
.comment .avatar {
	display: none;
}
#cancel-comment-reply-link {
	font-size: 13px;
	margin-left: 20px;
}
.blogRightSide .widget {
	margin-bottom: 40px;
}
.blogRightSide .widget h2 {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.blogRightSide .widget ul {
	list-style: none;
	padding-left: 10px;
}
.page-title {
	font-size: 24px;
	margin-bottom: 10px;
}
.postSingleLeft .entry-title a{
	color: #0A083B;
	font-weight: 400;
	text-transform: none;
	margin-top: 0px;
	font-size: 29px;
	line-height: 39px;
	margin-bottom: 10px;
}
aside.blogRightSide li a{
    color:#222;
}
span.cat-links {
    margin-right: 10px;
}
aside.blogRightSide li {
    margin: 10px 0px;
}
.post-thumbnail img {
	max-width: 100%;
	height: auto;
}
.postBox .entry-header h2 {
	font-size: 20px;
	line-height: 32px;
	margin-top: 15px;
}
.postBox .entry-title a {
	color: #0A083B;
}
.postBox .post-thumbnail {
	display: block;
	overflow: hidden;
	height: 233px;
}
.postBox {
	margin-top: 30px;
}
.postBox .posted-on {
	font-size: 9px;
}
.singlePost .entry-content p {
	line-height: 33px;
	font-size: 16px;
}
.singlePost article {
	margin-bottom: 40px;
}
#primary-menu li.menu-item-has-children > a {
	background: url('../images/arrow.svg');
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
	margin-right: 10px;
}
#resButton{
    display:none;
}
#resButton {
	cursor: pointer;
	border: none;
	box-shadow: none;
	padding: 10px 10px;
	background: transparent;
}
#menuClose {
	background: #A01D21;
	border: none;
	color: #fff;
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0px;
	cursor: pointer;
	top: 0px;
}
#Mob-menu {
	list-style: none;
}
#Mob-menu ul {
	list-style: none;
	border-left: 1px solid rgba(255,255,255,0.2);
	padding-left: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 15px;
}
#Mob-menu li a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 10px 10px;
	border-bottom: 1px dotted rgba(255,255,255,0.3);
}
#Mob-menu li.menu-item-has-children > a {
	background: url('../images/arrow.svg');
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
	margin-right: 10px;
}
#Mob-menu .sub-menu {
	display: none;
}
#menuClose {
	background: #A01D21;
	border: none;
	color: #fff;
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0px;
	cursor: pointer;
}
.mobMenu {
	position: fixed;
	z-index: 10000;
	background: rgba(0,0,0,0.95);
	width: 100%;
	height: 100vh;
	right: 0px;
	top: 0px;
	overflow-y: scroll;
	padding: 75px 20px 80px 20px;
	transition: 0.3s;
	transform: translateX(100%);
}
.mobMenu.menuOpen {
	transition: 0.3s;
	transform: translateX(0%);
}
.parveenSign {
	display: none;
}
.featureSec .col-md-3.col-sm-6 {
	padding: 0px;
}
.reviewCont {
    text-align: left;
}
.mapArea {
	background: #fff;
	padding-top: 0px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.mapArea iframe {
	width: 100%;
	height: 460px;
	margin-top: 20px;
}
.footerLinks ul{
    list-style:none;
}
.contactForm input[type="text"], .contactForm input[type="email"], .contactForm input[type="tel"] {
	width: 100%;
	background: transparent;
	border: 1px solid #ccc;
	height: 55px;
	padding:10px;
}
.contactForm textarea {
	background: transparent;
	border: 1px solid #ccc;
	width: 100%;
	height: 110px;
	max-height: 200px;
	padding:10px;
	resize: vertical;
}
.contactForm input[type="submit"] {
	background: #A01D21;
	border: none;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 50px;
	margin-top: 20px;
}
.contDark .contText, .contDark .contText a {
	color: #222;
	margin-bottom: 5px;
	font-size: 14px;
}
.wpcf7-form-control-wrap {
	margin-bottom: 20px;
	display: block;
}
.numberSection {
    background-attachment:fixed !important;
    background-size:cover !important;
	background: #000 url('../images/home-collage.jpg');
	text-align: center;
	padding: 90px 0;
}
.numberSection .numberflap {
	display: inline-block;
}
.numberSection h1 {
	color: #fff;
	margin-bottom: 20px;
}
.numberSection h4 {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
}
.padding-top-bottom-90 {
	padding: 90px 0;
	background: #000;
}
.odometer {
	font-size: 100px;
	line-height: 90px;
}
.top-communities {
	background: #F6F6F6;
	padding: 90px 0px 220px;
}
.top-communities h4 {
	color: #0A083B;
	font-size: 19px;
	margin-bottom: 15px;
}
.top-communities h1 {
	color: #0A083B;
}
.communityContentBar img {
	width: 100%;
	display: none;
}
.communityContentBar {
	background: #0A083B;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.communityContent h2 {
	color: #fff;
	margin-bottom: 15px;
	line-height: 57px;
}
.communityContent p {
	color: #CBCBCB;
}
.communityContent {
	padding: 45px 45px;
	width: 65%;
}
.communityContent p {
	text-align: left;
	line-height: 30px;
}
.communityFeatureImage {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 35%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
}
.communityImageBar {
	margin-top: -150px;
}
.communityImageBar {
	margin-top: -150px;
	margin-bottom: 90px;
}
.CommonContWrap input[type="text"], .CommonContWrap input[type="email"], .CommonContWrap input[type="tel"], .CommonContWrap select, .CommonContWrap textarea {
	width: 100%;
	height: 40px;
	border-radius: 0px;
	border: 1px solid #ccc;
	background: transparent;
	padding: 5px;
	font-size: 13px;
	font-weight: 300;
}
.CommonContWrap textarea {
	height: 100px;
	resize: vertical;
	max-height: 150px;
}
.CommonContWrap input[type="submit"] {
	background: #A01D21;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	padding: 10px 40px;
	font-weight: 500;
}
#MainForm {
	background: #F6F6F6;
}
.CommonContWrap .wpcf7-not-valid-tip {
	font-size: 10px;
	position: absolute;
	top: 25px;
	background: #F6F6F6;
	left: 10px;
	padding: 0px 5px;
}
.locArea iframe {
	width: 100%;
	height: 260px;
	margin-top: 10px;
	margin-bottom: 30px;
	border: 5px solid #fff !important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.CTA-Mob-Bar {
    display:none;
	position: fixed;
	z-index: 99999;
	background: #fff;
	bottom: 0px;
	left: 0px;
	width: 100%;
	border-top: 1px solid #ccc;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}
.CTA-Mob-Bar ul {
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
}
.CTA-Mob-Bar li a {
	color: #222;
	font-size: 18px;
	padding: 17px 5px;
	display: block;
	width: 100%;
	text-align: center;
}
.CTA-Mob-Bar ul li {
	width: 20%;
}
.CTA-Mob-Bar li {
	border-right: 1px solid #ccc;
}
.CTA-Mob-Bar li:last-child{
    border-right:none;
}
.blueBar p {
	text-align: center;
	color: #fff;
}
.numberSection h1 {
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-size: 30px !important;
	letter-spacing: 7px;
}
.numberSection h4 {
	text-transform: uppercase !important;
	font-weight: 700;
	font-size: 29px;
	letter-spacing: 2px;
}


/****Coming Soon Page***/
.comingPage {
	background: url('../images/ComingSoon.jpg');
	min-height: 100vh;
	padding: 30px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.comingPage p {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
}
.comingCont {
	text-align: center;
}
.comingCont h1 {
	font-family: 'Oswald', sans-serif !important;
	color: #fff;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	background-image: url('../images/text-bg.jpg');
	font-size: 130px;
	background-position: 0px 0px;
	background-repeat: repeat-y;
	animation: animatedBackground 40s linear infinite alternate;
	background-size: cover;
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 100%;
  }
}
.comingCont img {
	width: 110px;
	margin-bottom: 40px;
}
.comingPage a {
	display: inline-block;
	background: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	color: #000;
	padding: 15px 30px;
	margin-top: 30px;
}

.comingPage.pageError {
	background: #fff;
}
.comingPage.pageError p {
	color: #222;
}
.comingPage.pageError a {
	background: #222;
	color: #fff;
}
.comingPage.pageError h1 {
	font-size: 290px;
}
.bgCover {
	padding: 70px 0;
	min-height: 370px;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bgCover::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0A083B;
	top: 0px;
	left: 0px;
	opacity: 0.6;
}
.bgCover h1 {
	color: #fff;
}
.bgCover p {
	color: #fff;
	font-weight: 700;
}
.divideCont {
	background: #F4F4F4;
}
.divideContainer {
	max-width: 660px;
	margin: 130px auto;
}
.divideCover {
	background-size: cover !important;
	background-position: center center !important;
}
.cta-main {
	background-size: cover !important;
	background-position: center !important;
	position: relative;
}
.cta-main::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0px;
	left: 0px;
	opacity: 0.7;
}
.cta-main {
	text-align: center;
}
.cta-main h2, .cta-main p {
	color: #fff;
}
.faqAccord .btn.btn-link {
	color: #0A083B;
}
.faqAccord .btn.btn-link:hover, .faqAccord .btn.btn-link:focus, .faqAccord .btn.btn-link:active {
	outline: none;
	text-decoration: none;
}
.faqAccord .card {
	border: none;
}
.card-body ul {
	padding-left: 30px;
	margin-top: 20px;
}
.card-header {
	background: transparent;
}
.faqAccord .btn.btn-link {
	display: block;
	text-align: left;
	white-space: normal;
}
.AL_properties_widget .hasPagination ul.pagination {
	flex-wrap: wrap;
}
.callText a {
	color: #fff;
	text-decoration: none;
}
.homeCustomSearch input, .homeCustomSearch select {
	width: 100%;
	background: transparent;
	border: 1px solid #ccc;
	height: 50px;
}
.search-all.homepage .form-count .btn {
	height: 50px;
}
.bgCover.bgResidential {
	padding: 250px 0;
}
.textMain p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.divideCont.divideExpand .divideContainer {
	width: 100%;
	max-width: 100%;
	padding: 0px 60px;
}
img {
	height: auto;
}
.menuListings h3 {
	color: #0A083B;
	font-size: 17px;
}
.wrapFull {
	max-width: 1800px;
	margin: 0 auto;
}
.menuListings {
	border-top: 1px solid #eee;
	padding-top: 60px;
	padding-bottom: 40px;
}
.menuListings ul {
	list-style: none;
	font-size: 12px;
	line-height: 19px;
}
.menuListings ul li a {
	color: #222;
}
.menuListings ul {
	margin-bottom: 20px;
}
.cstmBtn {
	color: #fff;
	background: #A01D21;
	display: inline-block;
	margin-top: 20px;
	padding: 10px 40px;
	font-weight: 700;
}
.cstmBtn:hover{
    color:#fff;
}
.bottmCont p {
	margin-bottom: 20px;
}
.bottmCont ul {
	padding-left: 40px;
}
.navigation.posts-navigation {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
.postBox .entry-meta {
	font-size: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	margin-top: 5px;
}
.postBg {
	width: 100%;
	height: 240px;
	background-size: cover !important;
	background-position: center !important;
}
.mapsMain {
	margin-top: 50px;
	text-align: center;
}
.locArea p {
	font-size: 12px;
}
section.single.single-post img {
	margin-bottom: 40px;
}
.single-post .entry-footer {
	border-top: 1px solid #ccc;
	margin-top: 60px;
	padding-top: 40px;
}
.copyrightText {
	color: rgba(255,255,255,0.4);
}

.page-template-template-quick-links header {
	display: none;
}

.page-template-template-quick-links .menuListings {
	display: none;
}
.page-template-template-quick-links #MainForm {
	display: none;
}
.page-template-template-quick-links .mainFooter {
	display: none;
}
.page-template-template-quick-links .mobMenu, .page-template-template-quick-links .CTA-Mob-Bar {
	display: none !important;
}
.page-template-template-quick-links {
	background: #000;
}
.quickLinkBox {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 40px;
}
.quickLinkBox img {
	width: 100%;
}
.quickLinkBanner {
	margin-bottom: 40px;
}
.btnsGroup a {
	display: block;
	text-align: center;
     background: rgb(233,233,233);
background: linear-gradient(0deg, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 100%); 
	color: #222;
	font-size: 16px;
	margin: 20px 0px;
	padding: 20px 20px;
	border-radius: 80px;
}
.btnsGroup a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px; /* Consistent height for all buttons */
    width: 80%;
    max-width: 350px;
    padding: 10px 20px; /* Base padding for all buttons */
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 80px; /* Keep this for the general button shape */
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1.2;
    position: relative; /* VERY IMPORTANT: Set parent to relative for absolute positioning of children */
    overflow: hidden; /* Keep this for now, but we might adjust if it causes clipping */
}

/* Specific style for the First-Time Buyer Event button */
.first-time-buyer-event-btn {
    background: #d11f26; /* Your desired background color */
    color: #ffffff;      /* Your desired text color */
    border: 2px solid #ffffff; /* Your desired border */
    /* Adjust padding to make space for the absolutely positioned tag */
    padding: 10px 20px; /* Base padding */
    padding-right: 50px; /* Add extra padding on the right to make space for the tag */
    padding-top: 15px; /* Adjust top padding slightly to give tag space */
    padding-bottom: 15px; /* Adjust bottom padding if main text shifts */
    border-radius: 80px; /* Ensure this specific button also has rounded corners */
}

/* Style for the main text within the First-Time Buyer Event button */
.first-time-buyer-event-btn .main-text {
    display: block; /* Ensure it takes up its own space */
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2;
    /* Since the parent is flex, this text will center. No need for additional positioning here */
}

/* Style and position for the "This Saturday, July 19th!" tag */
.first-time-buyer-event-btn .date-tag {
    position: absolute; /* Position absolutely relative to its parent */
    top: 0px;   /* Start from the top edge of the parent */
    right: 0px; /* Start from the right edge of the parent */

    background-color: #000; /* Background color for the tag */
    color: #ffffff; /* Text color for the tag */
    font-size: 0.75em; /* Smaller font size for the tag */
    font-weight: bold;
    padding: 3px 8px; /* Padding inside the tag */
    border-radius: 0 8px 0 8px; /* Rounded corners for the tag */
    white-space: nowrap; /* Prevent text from wrapping */
    z-index: 10; /* Ensure it's above other content */

    /* The crucial transform for the corner effect */
    transform: translate(29.29%, -29.29%) rotate(45deg); /* Moves and rotates into the corner */
    transform-origin: 0% 100%; /* Rotate around the top-right corner of the *parent* */
    /* Explanation: sqrt(2) * 50% = 70.71%. This value is 50% / sqrt(2) for half the width/height of the square created by the corner.
       For a 45-degree rotation from the corner, it's about 29.29% of the diagonal.
       You'll need to fine-tune `translate` values based on desired overlap.
       Example: `translate(20px, -20px) rotate(45deg);` if you want a fixed offset.
    */
    /* OR, if you want a simpler top-right badge without rotation, use this: */
    /*
    top: 5px;
    right: 5px;
    padding: 5px 10px;
    border-radius: 4px;
    transform: none;
    transform-origin: center center;
    */
}

/* Remove or adjust this if you find it conflicts with the new .first-time-buyer-event-btn .date-tag */
.btnsGroup a span {
    /* If this was for the previous two-line text, it might need adjustment or removal */
    /* display: block; */
    /* margin-top: 5px; */
}
.faqSec .btn.btn-link {
	color: #0A083B;
}
.faqSec .accordion {
	margin-top: 30px;
}
.faqSec .card {
	border: none;
}
.faqSec {
	border-top: 1px solid #ccc;
}
.interviewBox {
	width: 100% !important;
	max-width: 900px !important;
	text-align: center !important;
	margin: 0 auto;
	padding: 0px 20px;
}
.interviewBox iframe {
	border: 5px solid #fff;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.9) !important;
}
.sliderUpdate img {
	width: 100%;
}
.slider-main.sliderUpdate {
	margin-top: 100px;
	margin-bottom: -9px;
}
.bgLG {
	background: #f9f9f9;
}
.slick-slide img.hidden {
	display: none;
}
.rating-section img {
	max-width: 100%;
}
.rating-section .row {
	align-items: center;
}
.rating-section a {
	display: block;
	max-width: 160px;
	margin: 20px auto;
}
.rating-section {
	padding: 90px 0;
	border-top: 1px solid #ccc;
}
.AboutSec {
	padding-top: 90px;
}
.odometer-inside .odometer-digit:last-child {
	overflow: hidden;
}
.odometer-inside .odometer-digit:last-child .odometer-ribbon-inner {
	transition: 0.3s;
	animation: movement 15s infinite;
}
@keyframes movement {
  0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateY(-20px);
	}

	20%,
	40%,
	60% {
		transform: translateY(20px);
	}

	80% {
		transform: translateY(19px);
	}

	90% {
		transform: translateY(-19px);
	}
}

.bg-dark-blk{
    background:#000;
}


html .elementor-element-234c93f .cog-form__container, :root:root:root:root:root .elementor-element-234c93f  .cog-form__container {
	max-width: var(--form__width);
	background-color: transparent !important;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: var(--form__margins--responsive);
	position: relative !important;
	z-index: 11 !important;
}




.singlePost .postSingleLeft h3 {
  font-size: 25px;
  margin-left: 8px;
  text-decoration: underline;
}

.singlePost .postSingleLeft h4 {
  font-size: 20px;
  margin-left: 7px;
}

.singlePost .postSingleLeft .entry-content p {
  padding: 0px 10px;
  margin: 15px 0;
  line-height: 1.7;
}

/* General button styling - ensure these are applied from your stylesheet */
.btnsGroup a {
    display: flex; /* Use flexbox for basic centering */
    justify-content: center;
    align-items: center;
    min-height: 60px; /* Adjust as needed for consistent height */
    width: 80%;
    max-width: 350px;
    padding: 15px 20px; /* Base padding for all buttons */
    text-align: center;
    text-decoration: none;
    color: #222; /* Default button text color */
    background: linear-gradient(0deg, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 100%); /* Your existing gradient background */
    border: 1px solid #ccc; /* Default border */
    border-radius: 80px; /* Your existing rounded corners */
    box-sizing: border-box;
    font-size: 16px; /* Your existing font size */
    line-height: 1.2;
    position: relative; /* CRITICAL: Allows absolute positioning of children */
    overflow: hidden; /* Helps manage content that might extend outside */
    margin: 20px 0px; /* Your existing margin */
}

/* Specific styling for the First-Time Buyer Event button */
.first-time-buyer-event-btn {
    background: #d11f26; /* The specific red background */
    color: #ffffff;      /* White text for this button */
    border: 2px solid #ffffff; /* White border for this button */
    /* Adjust padding to create space for the corner tag.
       Increase right padding significantly to ensure text doesn't overlap the tag.
    */
    padding: 15px 70px 15px 20px; /* Top, Right (more space), Bottom, Left padding */
    border-radius: 80px; /* Ensure this button also gets the rounded corners */
    text-align: center; /* Center the overall text */
}

/* Styles for the main text within the First-Time Buyer Event button */
.first-time-buyer-event-btn .main-text {
    display: block; /* Ensures it acts like a block, so date-tag can be absolute around it */
    font-size: 1em; /* Inherit or set explicitly */
    font-weight: bold; /* Make the main text bold if desired */
    line-height: 1.2;
    /* No need for position: relative here unless you have sub-elements inside main-text */
    position: relative; /* Keep relative to ensure it stays in document flow if date-tag is absolute around main-text */
    z-index: 1; /* Ensure main text is above the date tag if there's any overlap */
    margin-right: -40px; /* Pull text left to account for extra right padding (fine-tune this) */
}


/* Style and position for the "This Saturday, July 19th!" corner tag */
.first-time-buyer-event-btn .date-tag {
    position: absolute; /* Position absolutely relative to its parent (.first-time-buyer-event-btn) */
    top: 0px;   /* Align to the top edge of the button */
    right: 0px; /* Align to the right edge of the button */

    background-color: #000; /* Black background for the tag */
    color: #ffffff; /* White text for the tag */
    font-size: 0.75em; /* Smaller font size */
    font-weight: bold;
    padding: 3px 8px; /* Padding inside the tag */
    border-radius: 0 8px 0 8px; /* Rounded corner effect for the specific shape */
    white-space: nowrap; /* Prevent text from wrapping */
    z-index: 2; /* Ensure the tag is on top of the main text */

    /* Advanced transforms to create the ribbon/corner effect */
    /* This setup moves it out and rotates it to look like it's peeled from the corner */
    transform-origin: 100% 0%; /* Pivot point for rotation: top-right corner of the tag itself */
    transform: translate(25%, -25%) rotate(45deg); /* Fine-tune these percentages for desired overlap */
    box-shadow: -2px 2px 3px rgba(0,0,0,0.3); /* Subtle shadow for depth */

    /* You may need to adjust `translate` values based on button size and desired look.
       - `translate(X%, -Y%)`: X for horizontal push out, Y for vertical pull out.
       - Example `translate(50%, -50%)` would center its corner exactly at the button's corner before rotation.
       - If `25%` and `-25%` are too much/too little, try smaller/larger values.
    */
}

/* Ensure the default btnsGroup a span style doesn't interfere */
/* You had a previous rule: .btnsGroup a span { display: block; margin-top: 5px; } */
/* This rule might be interfering if it's still present and applies to .main-text or .date-tag */
/* Make sure to either remove it or make its specificity lower than your new rules. */
.btnsGroup a span {
    /* If you still need this for other buttons, ensure it doesn't affect .first-time-buyer-event-btn .main-text or .date-tag */
    /* Consider using: */
    /* &.main-text { /* styles */ } */
    /* &.date-tag { /* styles */ } */
}
/* General button styling for all buttons in .btnsGroup */
.btnsGroup a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    width: 80%;
    max-width: 350px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    color: #222; /* Default text color for other buttons */
    background: linear-gradient(0deg, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 100%);
    border: 1px solid #ccc;
    border-radius: 80px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    margin: 20px 0px;
}

/* Specific styling for the First-Time Buyer Event button */
.first-time-buyer-event-btn {
    background: #d11f26 !important; /* Force red background */
    color: #ffffff !important;      /* Force white text */
    border: 2px solid #ffffff !important; /* Force white border */
    padding: 15px 70px 15px 20px !important; /* Adjust padding as needed, ensuring space for the tag */
    border-radius: 80px !important; /* Force rounded corners */
}

/* Styles for the main text within the First-Time Buyer Event button */
.first-time-buyer-event-btn .main-text {
    display: block;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    margin-right: -40px; /* Fine-tune this to prevent text collision with tag */
}

/* Style and position for the "This Saturday, July 19th!" corner tag */
.first-time-buyer-event-btn .date-tag {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #000 !important; /* Force black background for tag */
    color: #ffffff !important; /* Force white text for tag */
    font-size: 0.75em;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 0 8px 0 8px;
    white-space: nowrap;
    z-index: 2;
    transform-origin: 100% 0%;
    transform: translate(25%, -25%) rotate(45deg); /* Adjust these percentages as needed */
    box-shadow: -2px 2px 3px rgba(0,0,0,0.3);
}

/* Ensure no conflicting general span styles */
.btnsGroup a span {
    /* If this rule exists elsewhere and is causing issues, make it less specific or remove it */
    /* Example: Remove if it overrides .first-time-buyer-event-btn .main-text or .date-tag */
}

a.first-time-buyer-event-btn {
    background: #d02d2d;
}
.redBtn.cstm-design-btn {
	padding: 0px;
	background: transparent;
	position: relative;
}
.redBtn.cstm-design-btn span {
	background: #A52B2F;
	display: block;
	padding: 15px 40px;
	position: relative;
	z-index: 2;
}
.redBtn.cstm-design-btn::after {
	content: ;
	content: '';
	display: block;
	position: absolute;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: linear-gradient(229deg, #c9821b, #f9f4cc, #cf771a);
    background-size: 600% 600%;
	 -webkit-animation: AnimationName 0s ease infinite;
    -moz-animation: AnimationName 0s ease infinite;
    animation: AnimationName 0s ease infinite;
	left: -2px;
	top: -2px;
}
 @-webkit-keyframes AnimationName {
    0%{background-position:0% 61%}
    50%{background-position:100% 40%}
    100%{background-position:0% 61%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 61%}
    50%{background-position:100% 40%}
    100%{background-position:0% 61%}
}
@keyframes AnimationName {
    0%{background-position:0% 61%}
    50%{background-position:100% 40%}
    100%{background-position:0% 61%}
}
@charset "UTF-8";
/* CSS Document */

/******1200px******/
@media only screen and (max-width:1200px){
	.parveenPic {
	width: 100%;
}
.callText span {
	font-size: 27px;
}
.BtnText a {
	font-size: 13px;
	padding: 5px 10px;
}
.homeEvaluImg {
	margin-bottom: 0px;
}
.inlineWrap {
	justify-content: center;
}
footer .h3 {
	font-size: 13px;
}
.footerLinks li a {
	font-size: 12px;
}
}


/******991px******/
@media only screen and (max-width:991px){
	
#resButton{
    display:block;
}
#resButton span {
	display: block;
	width: 40px;
	height: 4px;
	background: #fff;
	margin: 7px 0;
	border-radius: 20px;
}
.expertCard {
	margin-top: 30px;
}
.bgCont {
	width: 100%;
	opacity: 0.06;
}
.form-cont input[type="submit"] {
	position: unset;
	border-radius: 50px;
	margin-top: 20px;
	width:290px;
}
.form-cont input[type="text"] {
	border-radius: 50px;
}
.reviwInner {
	padding-left: 0px;
}
.reviwInner img.res-img {
	display: none;
}
.reviewCont {
	border-radius: 20px;
}
.mainWrap.wrapSubFOrm {
	flex-wrap: wrap;
	padding-top: 0px;
}
.mapcont {
	width: 100%;
	position: unset;
	height: 210px;
	margin-bottom: 60px;
}
.locBox h5 {
	margin-top: 0px;
}
.mainFooter h3 {
	margin-top: 30px;
}
.odometer {
	font-size: 60px;
	line-height: 70px;
}
.CommonContWrap {
	margin-bottom: 50px;
}
.communityContentBar {
	flex-wrap: wrap;
}
.communityContentBar img {
	width: 100%;
	display: none;
}

.communityFeatureImage {
	position: unset;
	width: 100%;
	height: 300px;
}
.communityContent {
	padding: 45px 45px;
	width: 100%;
}
.AL_properties_widget.customBox .property {
	width: 50%;
}
}


@media only screen and (max-width:767px){
    .parveenPic {
	margin-bottom: 0px;
	max-width: 270px;
}
.parveenSign {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 40px;
	width: 250px;
}
.featureSec a {
	height: 250px;
}
.evaluationBar {
	height: auto;
}
.mapArea iframe {
	margin-bottom: 50px;
}
.mainFooter {
	text-align: center;
}
.locBox {
	margin-top: 30px;
}
.locBox p {
	display: inline-block;
}

.CTA-Mob-Bar {
    display:block;
}
.sliderWrap {
	min-height: 540px;
}
.navbar-brand img {
	width: 55px;
}
.blueBar .row {
	height: auto;
}
.blueBar {
	padding: 60px 0px;
}
.numberWrap {
	margin: 25px 0px;
}
.comingCont h1 {
	font-size: 90px;
	line-height: 90px;
}
.divideCover {
	min-height: 300px;
}
.cover-margin-bottom-40 {
	margin-bottom: 40px;
}
.AL_properties_widget.customBox .property {
	width: 100%;
}
.bgCover.bgResidential {
	padding: 130px 0;
}
.elementor-kit-10 h1 {
	font-size: 26px;
}
.slider-main.sliderUpdate {
	margin-top: 75px;
}

}


@media only screen and (max-width:575px){
    .odometer {
	font-size: 32px;
	line-height: 39px;
}
.blueBar .row {
	height: auto;
}
.blueBar h4 {
	margin: 15px 0px;
}
.featureSec.padding-90 {
	padding-top: 0px;
}
.blueBar {
	padding-top: 30px;
	padding-bottom: 30px;
}
.homeEvaluation {
	text-align: center;
}
.videoArea iframe {
	height: 260px;
}
.odometer {
	font-size: 37px;
	line-height: 39px;
}
.textMain h1 {
	font-size: 30px !important;
	padding: 0px 30px !important;
}
.sliderWrap {
	min-height: 410px;
}
.AboutSec {
	overflow: hidden;
}
.numberSection h4 {
	font-size: 18px;
}
.odometer {
	font-size: 29px;
}
.slick-slide img.hidden-mob{
    display:none;
}
.slick-slide img.visible-mob{
    display:block;
}
.col.col-xs-6 {
	flex-basis: 100%;
	margin-bottom: 40px;
}
.col.col-xs-12 {
	flex-basis: 100%;
}
}