/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

@import url("https://use.typekit.net/zxd6fxe.css"); /* Using a url */
/*#menu-main-menu .menu-item.current-menu-item.current_page_item,
#menu-main-menu-1 .menu-item.current-menu-item.current_page_item{
    color: red !important;
}*/
.menupopup-wrap .w-popup-box-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.font-fnp{font-family:"freight-neo-pro" !important ;}
.font-fnp-300{font-family:"freight-neo-pro" !important ;font-weight: 300 !important;}
.fonts-64{font-size:64px !important; line-height:65px!important;}
/*Add your own styles here:*/
.searchheader input:not([type="submit"]){
    border: 1px solid #0d1b20;
    border-radius: 0px;
    min-height: 1.6rem;
    height: 30px !important;
    line-height: 1px !important;
    padding: 5px !important;
    font-size: 15px;
	width:254px;
    background: transparent !important;
}
body #page-header.sticky .searchheader input:not([type="submit"]):focus{
    border: 1px solid #fff !important;
}
.w-popup-overlay.pos_fixed.menupopup, .w-popup-wrap.pos_fixed.menupopup-wrap  {
    position: fixed;
    width: 50%;
    right: 0 !important;
    left: auto;
    height: 100vh;
    padding: 0;
}

.w-popup-box {
    max-height: 100vh;
    position: absolute;
    right: 0;
}
body .w-search-form-btn {
    color: #fff;
}
body #page-header.sticky .searchheader input:not([type="submit"]) {
    border: 2px solid #fff;
    background: transparent !important;
    color: #fff !important;
}
body #page-header:not(.sticky) input:not([type="submit"]) {
    color: #0d1b20 !important;
}
body #page-header.sticky .w-search.layout_simple button {
    color: #fff!important;
}
body #page-header:not(.sticky) .w-search.layout_simple button{
    color: #0d1b20!important;
}
/*  */

/* .rotate {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
    float: left;
    position: absolute;
    left: 0;
    width: 370px;
    bottom: 8rem;

} */
.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    float: left;
    position: absolute;
    left: -90px;
    width: 536px;
    bottom: 8rem;

}
.titlediv{height:75vh;}
/* .mainexplo:hover h2.rotate{font-size:56px !important;bottom:8rem;    left: -4rem;} */
/*.mainexplo:hover h2.rotate {
    width: 310px;
    font-size: 56px !important;
    bottom: -2rem;
    left: 2rem;
    text-align: right;
  
}*/
.tp-bullet-title{visibility: hidden !important;}

.customcar-img .owl-carousel .owl-item{max-height:80px}

.customcar-img .owl-stage-outer{margin:0px 20px}
.customcar-img .owl-nav {
    position: relative;
    bottom: 38px;
}
.marquee {
    /* background-color: #eee; */
    border: 0px solid #111;
    color: #eee;
    width: 100%;
    height: 54vh;
    overflow: hidden;
	position:relative;
}
.marquee  #imgBack{
    display: block;
    width: 100%;
    height: 100%;
    max-width: 386px;
    max-height: 386px;
}
/*.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling 20s linear infinite;
  position: relative;
  z-index: 1000;
}*/
.marquee-content {
    list-style: none;
    height: auto;
    display: flex;
    animation: scrolling 20s linear infinite;
    position: relative;
    z-index: 1000;
}

@keyframes scrolling {
  0% {transform: translateX(0);}
  100% {transform: translateX(-240vw);}
}
/* This translateX depends on total li element width
Currently 3 li element with width of each is 70vw and hence it is  -210vw
Dislay element in marquee is only 1 hence additionaly we add only one element
*/

/*.marquee-content  li {
  width : 80vw;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  white-space: nowrap;
  margin-left: 2vw;
	text-shadow: 0 0px 1px #000;
}*/
.marquee-content  li {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    white-space: nowrap;
    margin-left: 2vw;
    text-shadow: 0 0px 1px #000;
}

.marquee-content:hover{
  animation-play-state: paused;
}

/*#imgBack {
    width: 50vw;
    height: 44vh;
    margin-top: 7vh;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
}*/
.showImage {
    opacity: 1;
    width: 100%;
    height: 100%;
    max-width: 386px;
    max-height: 386px;
    margin: 0 auto;
}
#img0, #img1, #img2, #img3{
  /* display: block; */
  margin-left: auto;
  margin-right: auto;
  /* width: 100%; */
}

#img0 {
position: absolute;
top: 0;
left: 40vw;
z-index: 70;
	
}

#img1 {
  position: absolute;
  top: 0;
  left: 40vw;
  border: 1px solid #000000;
  z-index: 30;
}

#img2 {
  position: absolute;
  top: 0px;
  left: 40vw;
  border: 1px solid #000000;
  z-index: 20;
}

#img3 {
  position: absolute;
  top: 0px;
  left: 40vw;
  border: 1px solid #000000;
  z-index: 10;
}

.showImage {
    opacity: 1;
    width: 100%;
    height: 100%;
    max-width: 386px;
    max-height: 386px;
    margin: 0 auto;
}
.caro1 .w-post-elm.stretched img {
    width: auto;
    text-align: center;
    display: flex;
    margin: 0px auto;
}
.custpad-1 .vc_column-inner{    padding-right: 0;
    padding-left: 0;}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width:100%;
}

.form__field {
  font-family: inherit !important;
  width: 100%!important;
  border: 0!important;
  border-bottom: 2px solid #9b9b9b!important;
  outline: 0!important;
  font-size: 1rem!important;
  color: #fff!important;
  padding: 7px 0!important;
  background: transparent!important;
  transition: border-color 0.2s!important;
	border-radius:0px !important;
}
.form__field::placeholder {
  color: #fff!important;
	opacity:1;
}
.wpcf7-submit.whiteborder {
    border: 1px solid #fff !important;
    color: #fff !important;
    background-color: transparent !important;
    font-size: 16px !important;
    padding: 10px 35px !important;
    height: 41px !important;
    margin-top: 2rem;
    border-radius: 0 !important;
}

.wpcf7-submit.whiteborder:hover{
    background-color: #fff !important;
}
.mdc-floating-label{color:#fff!important}
#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) {
    background-color: transparent!important;
}
#cf7md-form .mdc-text-field .mdc-floating-label {
    left: 0;
    right: initial;
    top: 9px;
    z-index: 9999;
    pointer-events: none;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 1.3rem!important;
  cursor: text!important;
  top: 20px!important;
}

.form__label {
  position: absolute!important;
  top: 0!important;
  display: block!important;
  transition: 0.2s!important;
  font-size: 1rem!important;
  color: #9b9b9b!important;
}

.form__field:focus {
  padding-bottom: 6px!important;
  font-weight: 700!important;
  border-width: 3px!important;
  border-image: linear-gradient(to right, #11998e, #38ef7d)!important;
  border-image-slice: 1!important;
}
.form__field:focus ~ .form__label {
  position: absolute!important;
  top: 0!important;
  display: block!important;
  transition: 0.2s!important;
  font-size: 1rem!important;
  color: #11998e!important;
  font-weight: 700!important;
}

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none !important;
}
#page2{
 transform: translateY(50%);
}
/* .verticaltext {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    color: #fff;
	position: absolute;
	 width: 370px;
} */
.verticaltext {
    -webkit-transform: rotate(
-90deg
);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    color: #fff;
    position: absolute;
    width: 370px;
    left: -14.5em;
    top: 20em;
}
.verticaldiv {
    position: absolute;
    left: 3%;
    top: 10%;
    z-index: 9999;
    color: #fff;
    width: 20px !important;
    max-width: 20px;
}
#text1 {
       position: absolute;
    z-index: 99;
    top: 20%;
    left: -6%;
}
.iphoneimg {
    position: absolute!important;
    top: 6.6%!important;
    right: -42%!important;
    z-index: 999!important;
}
.title-heading h2{
    color: var(--color-content-heading)!important;
    font-weight: 600!important;
    font-size: 48px!important;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
	font-family:"freight-neo-pro" !important ;
}
.title-heading h3{
    color: var(--color-content-heading)!important;
    font-weight: 400!important;
    font-size:135px!important;
    margin-top: -15px!important;
    padding-top: 0!important;
	font-family:"freight-neo-pro" !important ;
}
.title-heading h3 i{font-style:italic !important;}

.overtitle .postcountdiv .h4count{}

.customcar-img .owl-next:after {
    font-family: "Material Icons";
    content: "arrow_forward";
}
.customcar-img .owl-prev:after {
    font-family: "Material Icons";
    content: "arrow_back";
	padding-right: 0;
}
.blogcaro .owl-prev:after {font-family: "Material Icons";
    content: "arrow_back";
}
.w-popup-box.active + .w-popup-closer{background:transparent !important;}
.menuspan .menu-item a span{
    font-size: 24px;
    position: relative;
    top: -10px;
}
.menupopup img{max-width:initial !important;}
.w-popup-closer {
    right: 1.5rem;
    top: -1rem !important;
}
.menupopup-wrap .w-popup-closer:before{content:url('/wp-content/uploads/2021/07/menuclose.png') !important; /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  }
.menupopup-wrap.w-popup-wrap{
    background: #0e1c21;
}
.socialicon.us_custom_4635a7d0 {
    position: absolute!important;
    right: 21px!important;
    background: #0d1b20;
    top: 2.1rem;
    z-index: 99;
    padding-left: 1rem;
    padding-right: 1rem;
}
.socialicon.w-socials.style_solid .w-socials-item-link {
    background: transparent;
    font-size: 20px;
    width: 1.5em;
	line-height: 1.5em;
    color: #fff !important;
}

.blogcaro .owl-nav{
    bottom: 38.5rem;
    position: relative;
}
.blogcaro.nav-center .owl-nav{
    bottom: 50%;
    position: initial;
}
.blogcaro .owl-prev:after {
    font-family: "Material Icons";
    content: "arrow_back";
}
.blogcaro .owl-prev{left:33px!important}
.blogcaro .owl-next{right:33px!important}
.blogcaro .owl-next:after {
    font-family: "Material Icons";
    content: "arrow_forward";
}
.blogcaro .owl-prev:hover{background:transparent !important}
.blogcaro .owl-next:hover{background:transparent !important}

.img-right.w-image.align_right {
    margin-left: 0;
}
.top-bottom-content > .vc_column-inner > .wpb_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.font-withAC em{
	font-family:"ACaslonPro-Italic" !important ;
}
.nav-top .owl-nav {
    bottom: 30.7vmax;
    position: relative;
}
.link-decoration a{
    border-bottom: 1px solid #515d5b;
}
.v-bottom .vc_column-inner{
    justify-content: flex-end;
}


/* (1440x900) WXGA+ Display */
@media  screen and (max-width: 1440px) {
	.slider-title{    left: 109.833px !important;}
	.verticaltext {
    left: -14.6em;
    top: 21em;
	}
	.arrowimg{position: absolute!important;
		bottom: 100%!important;
		right: -8%!important;
	}
    .iphoneimg {
		position: absolute!important;
		top: 6.6%!important;
		right: -14% !important;
	}
	.marquee {    height: 70vh;	}
	#img1, #img2, #img3 {
    left: 36%;
}
}

.bcit-services-thumb .rotate {
    left: -11vmax;
    width: 50vmax;
    bottom: 20vmax;
}
/*.bcit-services-thumb .mainexplo:hover h2.rotate {
    width: 23vmax;
    font-size: 39px !important;
    bottom: 3vmax;
    left: 2vmax;
    text-align: right;
}*/
/*.bcit-services-thumb .mainexplo:hover h2.rotate {
    width: 35vmax;
    font-size: 39px !important;
    bottom: 0vmax;
    left: 11vmax;
    text-align: right;
    height: 100%;
    position: relative;
}*/
.bcit-services-thumb .mainexplo:hover .postcountdiv{
    --hwrapper-gap: 1.20rem;
    width: 100%;
    height: 100%;
}
.bcit-services-thumb .mainexplo .bcit-explore-content{
	display:none;
}
.layout_8587 .w-grid-item-h:hover .bcit-explore-content{
	display:block;
}
.layout_8587 .w-grid-item-h:hover .rotate {
    left: -17vmax;
    width: 50vmax;
    bottom: 25vmax;
}
.layout_8587 .w-grid-item-h:hover .titlediv {
    height: 24vh;
}
.bcit-carousel .owl-carousel.owl-drag .owl-item {
    max-width: 98vmax !important;
}

.bcit-carousel .owl-carousel .owl-nav div {
    top: auto;
    bottom: 0vmax;
    right: 18vmax !important;
}
.bcit-carousel .owl-carousel .owl-nav .owl-next {
    background: transparent  !important;
	transition: all 1s ease;
}
.bcit-carousel .owl-carousel .owl-nav .owl-next:hover:after{
    transform: scale(1.05);
}
.bcit-carousel .owl-nav .owl-next:after {
    content: url(/wp-content/uploads/2021/09/horizontal-arrow.png);
    width: 8vmax;
    overflow: hidden;
    min-width: 18vmax;
    text-align: left;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.bcit-carousel .owl-nav .owl-next:before,
.bcit-carousel .owl-nav .owl-prev{
    display:none !important;
}
.img-size-actual .w-post-elm.stretched img {
    width: auto;
    margin: 0 auto;
}
.img-size-actual .w-grid-list:not(.autoheight) .owl-stage {
    align-items: center;
}

.single.single-post .l-canvas,
body.single.single-post{
    background: #eaeaea;
}
.single.single-post .searchheader input:not([type="submit"]) {
    border: 2px solid #191919;
    background: transparent !important;
    color: #191919 !important;
}
.single.single-post .w-search.layout_simple button {
    color: #191919 !important;
}
.blog-container{
	max-width:1140px;
}
body .blog-back.w-btn.us-btn-style_9 span.w-btn-label {
    text-align: right;
    max-width: 136px;
    min-width: 136px;
    border-bottom: 2px solid #808080;
    margin-top: 1rem;
    font-weight: 500;
    padding-left: 2rem;
    padding-bottom: 0.2rem;
}
body .blog-back.w-btn.us-btn-style_9 {
    text-align: left;
    max-width: 100%;
    min-width: auto;
    border-bottom: 0;
    margin-top: 1rem;
    height: 30px;
}
body .blog-back.w-btn.us-btn-style_9 i{
    font-size: 30px;
    margin-right: -7px;
}
.section-padding-0  .l-section {
    padding-left: 0;
    padding-right: 0;
}
.addtoany_list a span{
    background-color: transparent !important;
}
.mob-explore{
    overflow: hidden;
}
.mob-explore .rotate {
    left: 0;
    width: 300px;
    bottom: 15vmax;
}
.mall_explore .w-grid-item-h:hover .titlediv.w-vwrapper.valign_middle {
    justify-content: flex-end;
}
.vc_custom_heading i {
    text-transform: none;
}
.explore-container .explore-img{
	position:relative;
}
.explore-container .explore-img:before {
    content: '';
    background: linear-gradient(to right,rgb(0 0 0 / 40%),rgb(0 0 0 / 20%),transparent,rgb(0 0 0 / 18%),rgb(0 0 0 / 28%));
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}
.explore-container.active .explore-img:before {
   display:none;
}
.p-mb-1 p{
	margin-bottom:.5rem !important;
}
body .exlopre-more-xs{
    max-height: 379px;
    margin-bottom: -9px;
}
body .exlopre-more-xs .explore-text-xs {
    color: #ffffff!important;
    position: absolute !important;
    z-index: 9!important;
    writing-mode: tb-rl;
    bottom: 8%;
    transform: rotate(
180deg);
    margin-bottom: 0;
}
body .exlopre-more-xs .explore-text-xs a{
    font-family: "freight-neo-pro" !important;
    font-size: 20px;
    text-transform: uppercase;
}
body .extra-padding article{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
body .hide-explore-btn .usg_btn_1 {
   display:none !important;
}
body .hide-explore-btn .post_content {
    margin-bottom: 20vmax !important;
}
.off-space em {
    margin-right: .5rem;
}
.max-w-245{
	max-width:245px;
	margin:0 auto;
}
.employee-wellness-bg .vc_column-inner,
.integrated-city-benefits-bg .vc_column-inner,
.amenities-bg .vc_column-inner,
.connectivity-bg .vc_column-inner,
.masterplan-bg .vc_column-inner{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.employee-wellness-bg .vc_column-inner{
	background-image:url(/wp-content/uploads/2021/09/bcit-slide-4.jpg);
}
.integrated-city-benefits-bg .vc_column-inner{
	background-image:url(/wp-content/uploads/2021/09/bcit-slide-5.jpg);
}
.amenities-bg .vc_column-inner{
	background-image:url(/wp-content/uploads/2021/09/bcit-slide-3.jpg);
}
.connectivity-bg .vc_column-inner{
	background-image:url(/wp-content/uploads/2021/09/bcit-slide-2.jpg);
}
.masterplan-bg .vc_column-inner{
	background-image:url(/wp-content/uploads/2021/09/bcit-slide-1.jpg);
}
.bcit-explore-content .w-popup-trigger{
	border-color: #fff !important;
}
.exploreSlider > .owl-carousel {
    padding-top: 80px !important;
}
.exploreSlider .owl-nav {
    top: 0;
    position: absolute;
    bottom: auto;
    width: 100% !important;
}
.arrowdark .owl-nav button {
    color: #0d1b20 !important;
}
.itemWidth-auto .owl-item {
    width:auto !important;
}
.error-white .wpcf7-response-output{
	color:white;
}










/*Mobile-*/
@media (max-width: 767px){
.menupopup-wrap.w-popup-wrap {
    width: 100% !important;
}
.w-popup-overlay.active {
    background: #0e1c21 !important;
}
.slider-title{
	left: 20px !important;
}
	.rev-btn.rs-layer{
    min-width: 222px !important;
}
	.title-heading h2 {
    font-size: 22px!important;
    margin-bottom: 13px!important;
}
	.title-heading h3 {
    font-size: 62px!important;
}
/*	.marquee-content  li {
    width: 80vw;
    font-size: 14px;
	font-weight:600;
    white-space: pre-wrap;
    margin-left: 2vw;
    text-align: center;
}*/
	.marquee-content  li {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    white-space: pre-wrap;
    margin-left: 2vw;
    text-align: center;
    line-height: 1.3;
}
#imgBack {
    width: 87vw;
    height: 90vw;
}
/*	#img1, #img2, #img3 {
    left: 30vw;
}*/
	#img1, #img2, #img3 {
    left: 0;
}
/*	.marquee {
    height: 42vh;
}*/
/*	.marquee {
    height: 22vh;
}*/
.marquee {
    height: 68vmax;
}
	.marquee-content {
    margin-top: .5rem;
}
	#us_grid_1.layout_7541 .w-grid-item-h:before {
    padding-bottom: 0;
}
	#us_grid_1.layout_7541 .usg_vwrapper_1{
    display: none;
}
	#us_grid_1.layout_7541 .usg_post_title_1 {
    font-size: 44px!important;
}
	#us_grid_1.layout_7541 .usg_vwrapper_4.titlediv {
    height: 200px;
    position: relative !important;
    top: 0;
    transform: scale(1) translate(0%,0%);
    left: 0;
		padding: 1.5rem !important;
}
	.postcountdiv {
    height: 100%;
}
	body .rotate {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    float: left;
    position: absolute;
    left: 5%;
    width: 100%;
    bottom: 5%;
}
	.blogcaro .owl-nav {
	display:block !important;
    bottom: 60vmax;
    position: relative;
}
	.blogcaro .owl-nav .owl-prev{
		display:none;
	}
	#cf7md-form .mdc-text-field {
    height: 36px;
}
.w-socials-list {
    margin: calc( var(--gap,0) * -1 );
    display: flex;
    flex-direction: column;
    font-size: 4vmax;
}
.socialicon.w-socials.style_solid .w-socials-item-link {
    background: transparent;
    font-size: 3vmax;
}
.menuspan .menu-item a span {
    font-size: 16px;
    position: relative;
    top: -4px;
    font-weight: 300;
}
	.explore-container{
		transition: all 0.5s ease;
	}
	.explore-container .explore-img {
    max-height: 150px;
    overflow: hidden;
}
	.explore-container.active .explore-img {
    max-height: 100%;
}
	.explore-container .explore-content{
		display:none;
		transition: all 0.5s ease;
	}
	.explore-container.active .explore-content{
		display:block;
	}
	.explore-container .explore-close{
		display:none;
		transition: all 0.5s ease;
	}
	.explore-container.active .explore-close{
		display:block;
	}
	
.explore-container.active img{
    height: 100%;
}
	#cf7md-form .mdc-text-field .mdc-floating-label {
    font-size: 14px;
}
	#cf7md-form .mdc-layout-grid__inner {
    grid-gap: 8px;
    grid-gap: var(--mdc-layout-grid-gutter-phone, 8px);
}
#cf7md-form .mdc-button {
    margin-top: 1.8rem;
    font-size: 13px !important;
    min-width: 183px;
}
	body .us_custom_2c6179fc .menu>li {
    margin-bottom: 0.8rem !important;
}
	.explore-container .layout_8330 .usg_hwrapper_1{
		height: 100%;
	}
	.explore-container.active .layout_8330 .usg_hwrapper_1{
		height:auto;
	}
		.column-xs.w-hwrapper.valign_top {
    flex-direction: column;
}
	.hide-br-xs br{
		display:none;
	}
	.btn-small-xs.w-btn{
    font-size: 10px !important;
    padding: 0.9em 2.5em !important;
}
	.xs-streach-none {
    width: 50% !important;
}
	.hide-xs{
		display:none !important;
	}
	
	body .visit-button{
    font-size: 14px;
    font-weight: 400;
    padding: 0.8em 5em;
}
	.set-xs-header-image .l-section-h {
    padding-top: 0 !important;
}
	.set-xs-header-image .l-section-h  .header-img-xs{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
body .bcit-services-xs .usg_post_title_1 {
    font-size: 22px!important;
}
body .bcit-services-xs .usg_hwrapper_1 {
    padding: 1.5rem 3rem!important;
    box-shadow: 0px -82px 64px -64px rgb(0 0 0 / 62%) inset;
    -webkit-box-shadow: 0px -82px 64px -64px rgb(0 0 0 / 62%) inset;
    -moz-box-shadow: 0px -82px 64px -64px rgb(0 0 0 / 62%) inset;
}
	body .bcit-services-xs .usg_vwrapper_3 {
    padding: 1.5rem 3rem !important;
}
	body .bcit-services-xs .explore-container .explore-img {
    display: flex;
    align-items: center;
}
	body .bcit-services-xs .explore-container .explore-img:before {
    background: linear-gradient(to right,rgb(0 0 0 / 74%),rgb(0 0 0 / 20%),transparent,rgb(0 0 0 / 46%),rgb(0 0 0 / 28%));
    transform: rotateX(362deg);
}
	.dots-pt-0 .owl-dots{
		padding-top:0;
	}
	.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 20px !important;
    line-height: 20px!important;
    width: 20px!important;
}
body .blog-back.w-btn.us-btn-style_9 span.w-btn-label {
    text-align: right;
    max-width: 100px;
    min-width: 100px;
    border-bottom: 2px solid #808080;
    margin-top: 1rem;
    font-weight: 500;
    padding-left: .8rem;
    padding-bottom: 0.2rem;
    font-size: 11px;
}
.strong-as-title-xs strong {
    margin-bottom: -.8rem;
    display: block;
    font-size: 18px;
    line-height: 26px;
}
	.strong-as-title-xs p{
    margin-bottom: 2rem;
}
	body .leela-slider .us-btn-style_6 {
    font-size: 8px;
}
	body .layout_8751 .usg_post_content_1 {
    font-size: 12px!important;
    margin-bottom: 0!important;
}
	.exploreSlider > .owl-carousel {
    padding-top: 40px !important;
}
}