/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 8, 2022 */



@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/basic-fonts/axiforma-bold-webfont.woff2') format('woff2'),
         url('../fonts/basic-fonts/axiforma-bold-webfont.woff') format('woff'),
         url('../fonts/basic-fonts/axiforma-bold-webfont.svg#axiformabold') format('svg');
    font-weight: normal;
    font-style: 600;
}
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/basic-fonts/axiforma-light-webfont.woff2') format('woff2'),
         url('../fonts/basic-fonts/axiforma-light-webfont.woff') format('woff'),
         url('../fonts/basic-fonts/axiforma-light-webfont.svg#axiformalight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/basic-fonts/axiforma-medium-webfont.woff2') format('woff2'),
         url('../fonts/basic-fonts/axiforma-medium-webfont.woff') format('woff'),
         url('../fonts/basic-fonts/axiforma-medium-webfont.svg#axiformamedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/basic-fonts/axiforma-regular-webfont.woff2') format('woff2'),
         url('../fonts/basic-fonts/axiforma-regular-webfont.woff') format('woff'),
         url('../fonts/basic-fonts/axiforma-regular-webfont.svg#axiformaregular') format('svg');
    font-weight: 400;
    font-style: normal;
	
}


::-moz-selection { /* Code for Firefox */
	background-color: #F2F1FE;
	color: #6658dd;
}
::selection {
	background-color: #F2F1FE;
	color: #6658dd;
}
/* Works on Firefox */
*{
  scrollbar-width: thin;
  scrollbar-color: #393f47 #cccccc;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar{
  width: 8px;
}
*::-webkit-scrollbar-track{
  background: #cccccc;
}
*::-webkit-scrollbar-thumb{
  background: #393f47;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
outline: none;
}
body
{	
	margin:0;
	padding:0;
/*	font-family:Arial, Helvetica, sans-serif;*/
/*	font-family: 'Open Sans', sans-serif;*/
/* font-family: 'Dosis', sans-serif;*/
	font-family: 'Axiforma';
	font-weight: 400;
	font-size: 0.875rem;
	color: #6c757d;
	background-color: #fbfbff !important;
}
h2 {
  font-weight: 500;
	font-size: 35px;
	color: #161543;
}
h3{
	font-size: 22px;
	color: #000000;
	font-weight: 500;
}
h4 {
	 font-weight: 500;
	font-size: 20px;
}
p {
	font-size: 15px;
	color: #000000;
}
h1,h2,h3,h4,h5,h6,li,p
{
	margin:0;
	padding:0;
/*	list-style:none;*/
/*	font-weight:normal;*/
}

a:focus, a:hover {
    color: #3397db;
	text-decoration:none;
}
img
{
	outline:none;
	border:none;
	margin:0;
	padding:0;
}
a {
	color: #172754;}
a
{
	text-decoration:none;
	
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
 	display: none;
}

.btn-primary{
	background-color: #6658dd;
	border-color: #6658dd;
}
.btn-primary:hover{
	background-color: #574bbc;
	border-color: #574bbc;
}
.btn-primary:focus{
	background-color: #574bbc;
	border-color: #574bbc;
	box-shadow: 0 0 0 0.15rem rgba(125, 113, 226, .5);
}

.more_search_options_collapse{
	color: #000;
}
.more_search_options_collapse:hover, .more_search_options_collapse:focus{
	color: #6658dd;
}

.pagination .page-item .page-link{
    background-color: #ecebf5;
    border-color: #ecebf5;
    color: gray;
    padding: 8px 15px;
}
.pagination .page-item.active .page-link, .pagination .page-item .page-link:hover{
    background-color: #6658dd;
    border-color: #6658dd;
    color: #fff;
}
.pagination .page-item.disabled .page-link{
    opacity: 0.5;
}
.pagination .page-item .page-link:focus{
	box-shadow: none;
}

.section_hd_mn{
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
	    padding: 0 12px;
}
.section_hd_mn h3{
	font-size: 25px;
	color: #000;
	float: left;
	display: inline-block;
	float: left;
	width: 220px;
	text-align: left;
	
}
.lines_ar{
	height: 10px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
	margin-top: 8px;

}
.dotss{
	
    height: 15px;
    width: 15px;
    background-color: #898989;
    border-radius: 50px;
    position: absolute;
    border: 3px solid #fff;
    top: 30px;
    left: 240px;
	
}
.clear{
	clear:both;	
	}
.left{
	float: left;
}
.right{
	float: right;
}

.sectoion-links{
	display: block;
	clear: both;
/*	margin-bottom: 20px;*/
}

.logo img{
	height: 60px;filter: brightness(0) invert(1);
}
.logo{
	 float: left;
}
.info_section_web{
	display: block;
}

/* drop down menu */
.cbp-hrmenu {
	width: 100%;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a {
	padding: 8px 15px;
	
	display: inline-block;
	font-size: 15px;
	color: #fff;
	    font-weight: 400;
}

.cbp-hrmenu > ul > li > a:hover::before{
	    content: "";
    position: absolute;
    height: 5px;
    width: 29px;
    background-color: #caa364;
    border-radius: 90px;
    left: 35%;
    bottom: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.cbp-hrmenu > ul > li > a:hover {

		color: #fff;
	position: relative;
/*	background: #5a4bad;*/
/*	border-radius: 90px;*/
/*	border-radius: 3px;*/
}

.cbp-hrmenu > ul > li.cbp-hropen > a::before{
	    content: "";
    position: absolute;
    height: 5px;
    width: 29px;
    background-color: #caa364;
    border-radius: 90px;
    left: 40px;
    bottom: 0;
    margin: 0 auto;
    display: block;
	text-align: center;}
.cbp-hrmenu > ul > li.cbp-hropen a{
	position: relative;
}
.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
/*	background: #5a4bad;*/
/*	border-radius: 90px;*/
}
.myaddclass .largemenu::before{
	bottom: 3px !important;
}
/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background-color: rgba(255, 255, 255, 1);
/*	width: 100%;*/
/*	left: 0;*/
	z-index: 99999;
	border: 1px solid #5a4bad;
	border-radius: 0 5px 5px 5px;
}

.cbp-hropen .cbp-hrsub {
	display: block;
/*	padding-bottom: 3em;*/
}

.cbp-hrmenu .cbp-hrsub-inner .col-lg-6 > div {
	width: 33%;
	float: left;
	padding: 0 10px 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}


.cbp-hrsub h4 {
	color: #00b0f0;
	padding: 20px 0 15px;
	margin: 0;
	font-size: 15px !important;
	font-weight: 600;
	border-bottom: 1px solid #c4c4c4;
}
.cbp-hrsub h6{
	font-size: 17px;
	font-weight: 700;
	color: #da1415;
	margin-top: 20px;
	margin-bottom: 10px;
}
.cbp-hrmenu .cbp-hrsub-inner > div li i{
	margin-right: 10px;
}
.my-ld li{
	margin-top: 45px;
}


.text_info_inner_banner{
	right: 4%;
left: auto !important;
width: 100% !important;
text-align: right !important;
bottom: 50px;
top: auto !important;
}
.text_info_inner_banner a{
	float: right;
}
.subtotalPrice{
	display: none;
}
#cart{
	display: inline;
}
.customSubmenu ul li{
	display: inline-block;
width: 15%;
float: left;
}
.cbp-hrsub{
/*	border: 1px solid #00b0f0;*/
}
.submenu-inner h2{
	font-size: 15px;
	color: #00b0f0;
	margin: 10px 0;
	
}
.submenu-inner{
	width: 200px;
	float: left;
}

.submenu-inner li{
	width: 100%;
	display: block;
	
}

.submenu-inner li a:hover{
	color: #161543 !important;
	background-color: #fff !important;
}
.submenu-inner li a::before{
	position: absolute;
	font-family: 'FontAwesome';
    content: "\f054";
    font-size: 8px;
    line-height: 10px;
    color: #012d6b;
	left: 5px;
	top: 10px;
	display: none;
	
}
.submenu-inner li a{
	display: block;
	font-size: 13px;
	overflow: hidden;
	padding: 8px 20px;
/*	position: relative;*/
	color: #484848 !important;
	text-align: left;
}
.cbp-hrmenu > ul > li > a:hover .submenu-inner li a{
	background-color: #fff;
	color: #484848 !important;
}
.cbp-hrmenu > ul > li > a:hover .submenu-inner li{
	background-color: #fff;
	color: #484848 !important;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
/*	line-height: 2em;*/
	background: transparent !important;
/*	font-size: 14px;*/
/*	   font-family: 'helvetica-lightregular';*/
/*	color: #484848 !important;*/
/*	display: block;*/
/*	margin: 7px 0;*/
}
.submenu-inner-full li{
	display: block;
	width: 100%;
	
}
.submenu-inner-full{
	width: 220px;
	
}
.whatsapp_link{
    position: fixed;
    z-index: 9999999999999999999999;
    bottom: 100px;
    right: 20px;
    background: #25d366;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    padding: 10px;
}
.whatsapp_link i{
    color: #fff;
    font-size: 30px;
}
#popupModal .modal-content{
    overflow: inherit;
}
#popupModal .popup_close_btn{
    position: absolute;
z-index: 999;
border: 0;
padding: 0;
top: 0;
right: 0;
color: #fff;
background-color: #000;
height: 32px;
line-height: initial;
width: 30px;
}
#popupModal .modal-body{
    padding: 0px;
}
#popupModal .modal-body img{
    max-width: 100%;
}
.maps_gallery img{
    height: 235px !important;
}
.maps_gallery a{
    border: 3px solid #5A4BAD;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
}
.maps_gallery img{
    border: 0px !important;
    border-radius: 0px !important;
}
.maps_gallery p{
    margin-top: 10px;
    min-height: 67px;
    display: flex;
	justify-content: center;
	align-items: center;
}
.maps_gallery .pagination a{
	border-radius: 0;
	margin-bottom: 0;
	border-width: 1px;
}
.society_map_img_wrapper img{
    height: auto !important;
}
.map_details_wrapper .price-ranges li{
    list-style: none;
}
.community_search_field{
    display: none;
}
.custom_dk_inline_share_link{
    display: inline-block !important;
    margin-top: 0 !important;
}
.custom_dk_inline_share_link .st-btn{
    display: none !important;
}
.custom_dk_inline_share_link .st-btn:last-child{
    display: inline-block !important;
    background-color: #5A4BAD !important;
    padding: 0 !important;
    min-width: 38px !important;
}
.custom_dk_inline_share_link span{
    display: none !important;
}
.inline_share_contact_whats:hover{
    opacity: .8;
    top: -4px;
}
.inline_share_contact_whats{
    display: inline-block;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    background-color: #5A4BAD !important;
    padding: 0 !important;
    min-width: 38px !important;
}
.inline_share_contact_whats i{
    font-size: 18px;
    color: #fff;
    margin-top: 6px;
}
.share_ull{
    padding-left: 0;
}
.contactUs_phone_field::-webkit-inner-spin-button,
::-webkit-outer-spin-button{
	-webkit-appearance: none;
  	margin: 0;
}
.contactUs_phone_field{
	-moz-appearance: textfield;
}
@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 1px solid #fff;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner  .col-lg-6 > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}




.main{
/*

	margin-top: 20px;
	float: left;
	width: 77.7%;
*/

	    overflow: hidden;
    text-align: right;
	float: right;
/*	margin-top: 25px;*/
}

.basket_search_area{
	float: right;
	margin-top: 23px;
	
}
a.basket{
	background: url(../images/basket_top.png) left top no-repeat;
	width: 43px;
	height: 40px;
	float: right;
	display: block;margin-left: 15px;
}
a.basket span{
	border-radius: 100px;
	background-color: #e30404;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #fff;
	float: right;
	font-size: 15px;
	padding-top: 2px;
	margin-top: -10px
}
.logo a{
    margin-left: -13px;
    margin-right: 13px;
}

.dropbtn {
    background-color: #fff;
    color: white;
    padding: 16px;

    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
	border: 1px solid #ec267b;
    z-index: 999999999;
}

/* Links inside the dropdown */
.dropdown-content a {

    display: block;
    font-size: 13px;
    overflow: hidden;
    padding: 6px 20px;
    position: relative;
    border-top: 1px solid rgba(0,0,0, 0.10);
    color: #484848 !important;
}
.dropdown-content a i {
	margin-right: 8px;
}
.dropdown-content li{
	display: block;
	clear: both;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {/*background-color: #f1f1f1*/}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #ec267b;
	color: #fff;
/*	border-radius: 90px;*/
}
.intro_border{
border-left: 1px solid #d4d4d4;
	
border-right: 1px solid #d4d4d4;
}
button.close{
	    position: absolute;
    right: 7px;
    top: 7;
}
.close {
	font-size: 31px;}


/* slider */


    

    .slick-slide {
      margin: 0px 10px;
    }

    .slick-slide img {
      
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }

    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }





.overlay-s {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
	    z-index: 9999999999999999999;overflow: hidden;
}

.overlay-content-s {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay-s a {
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay-s a:hover, .overlay-s a:focus {
  color: #f1f1f1;
}

.overlay-s .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay-s a {font-size: 20px}
  .overlay-s .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.search-section input{
	width: 100%;
	margin-bottom: 20px;
	border-radius: 500px;
	background-color: #fff;
	height: 50px;
	border: none;
	margin-bottom: 20px;
	padding:0 20px;
}
.search-section{

	width: 50%;
	margin: 0 auto;
}


.view-all2{
	margin: 0 auto;
	display: block;
}


#return-to-top {
    position: fixed;
	
	z-index: 9999999999999999999999;
    bottom: 20px;
    right: 20px;
    background: #fff;
/*    background: rgba(0, 0, 0, 0.7);*/
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-align: center;
}
#return-to-top img{
	margin: 0 auto;
	margin-top: 15px;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top img {
    opacity: 0.9;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff
}

#scroll:hover {
    background-color: #044164;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.top-menu-left{
	background: url(../images/top-bg.jpg) center top no-repeat;
	height: 58px;
}

.topmenuleft p span{
	float: left;
	margin-right: 15px;
	padding:5px 10px;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: #4cc493;
	line-height: normal !important;
	
}
.topmenuleft p{
	color: #fff;
	line-height: 31px;
	font-size: 14px;
    text-align: center;
    display: inline-block;
}
.topmenuleft{
	padding-top: 14px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.social-icons ul li a:hover{
	opacity: 1;
}
.social-icons ul li a{
	display: block;
	color: #fff;	opacity: 1;
}
.social-icons ul li{
/*	float: left;*/
	width: 100%;
	margin-left: 15px;
}
.social-icons {
	opacity: 1 ;
}
.social-icons h2{
	font-size: 15px;
	float: left;
}
.top-head{
	padding: 20px 0 15px 0;
	border-bottom: 1px solid #e0dede;
}

.search-sec a{
	color: #172754;
	
}
.search-sec{
	float: left;
	height: 30px;
	width: 30px;
	border: 1px solid #fdd109;
background-color: #fdd109;
	border-radius: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 10px ;
}
/*
.container {
    width: 1200px;
}
*/
/*

.maincate a:hover{
	background: url(../images/hover.png) center top no-repeat;
	height: 45px;
	width: 45px;
	right: 0;
	bottom: 0;
	position: absolute;
}
*/




    .mainbnr .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .mainbnr .slick-active {
      opacity: .5;
    }

    .mainbnr .slick-current {
      opacity: 1;
    }
.mainbnr .slick-slide {
      margin: 0px 20px;
    }


.main_prodcts{
	min-height: 433px;
}

.main-all-cont{
	position: relative;
	overflow: hidden;
}



.banners .slider-container .slider__item .slider-pic {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat;
}
.banners .slider-container .slider__item {
    position: relative;
    min-height: 750px;
/*	min-height: 500px;*/
}

.only_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
/*    background: url(../images/bgs.png);*/
	background-color: rgba(22,21,67,0.61);
    z-index: 9;
    overflow: hidden;
}

.text_info{
    position: relative;
    z-index: 999;
    color: #fff;
    top: 260px;
    text-align: left;
    width: 420px;
	left: 0;
	
}

.text_info h3{
	font-size: 40px;
	color: #fff;
	font-weight: 400;
    margin-bottom: 10px;
} 

.text_info h6{
	font-size: 18px;
	color: #fff;
}
.text_info h4 {
    display: block;
    clear: both;
    font-size: 45px;
/*    margin-bottom: 5px;*/
	color: #fff;
	text-align: left;
	font-weight: 500;  
	line-height: 60px;
	
}
.text_info h6 {
    display: block;
    clear: both;
    font-size: 46px;
    margin-bottom: 15px;
	color: #ff75a2;
	text-align: left;
/*	margin-bottom: 50px;*/
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	
}
.text_info p {
    padding: 0;
    font-size: 16px;
    color: #fff;
	line-height: 30px;
/*	opacity: 0.7;*/
    font-weight: 400;
}

.banner_btn i{
	margin-left: 9px;font-size: 13px;
}
.banner_btn:hover{
	background-color: #5a4bad;
	border: 1px solid #5a4bad;
	color: #fff;
}
.banner_btn{
/*	background-color: #ff75a2;*/
	font-size: 15px;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	float: left;
	margin-top: 30px;
	padding: 15px 19px;
	cursor: pointer;
}

.inner-banner{
	position: relative;
}
.inner-banner img{
	width: 100%;
}

.breadcrumb-wrp{
	background-color: #f5f5f5;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}

.breadcrumb{
	margin-bottom: 4px;
}

.product-hd-txt h4{
	display: block;
	clear: both;
	text-align: left;
	margin-bottom: 10px !important;
}

.product-hd-txt p{
	text-align: left;
}


.need-help{
	background-color: #f5f5f5;
	padding: 20px 0;
	margin-top: 30px;
}
.top-forms{
	margin-bottom: 20px;
	text-align: center;
}
.top-forms p{
	opacity: 0.7;
	
}
.top-forms h2{
	margin-bottom: 15px;
/*	font-size: 20px;*/
	color: #00b0f0;
}
.btns-sub{
	    color: #fff;
    border-radius: 90px;
    border: 1px solid #00b0f0;
    background-color: #00b0f0;
    padding: 5px 35px;
    display: block;
    margin: 25px auto 50px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
	float: left;
}
.icon-bx-cont{
	margin-right: 10px;
	text-align: center;
	float: left;
	width: 55px;
}
.icon-bx-txt h2{
	font-size: 25px;
	margin-bottom: 12px;
}
.box-cont{
	margin-bottom: 25px;
}
.icon-bx-txt{
	overflow: hidden;
}
/* new menu */



.main-containter{
	overflow: hidden;
	position:relative;	
	}
/*
.menu{
	

	position:absolute;
	z-index:10;


	}
*/
.news-box{
		position:absolute;
		padding:10px;

		width:212px;
		height:232px;
		background-color: rgba(255,255,255, 0.5);
		left:20%;
		top:180px;
		
	}
.box-in{
	overflow:hidden;
	height:212px;
	background-color:#FFF;padding:10px;	
	}
.header-box{
	border:1px solid #cdcdcd ;
	width:100%;
		height:191px;
padding:10px;
text-align:center;		
	}
	
.header-box h3{
		color:#a11419;
		font-weight:400;
		font-size:11px;
		font-family: 'Open Sans', sans-serif;
		margin-bottom:10px;
		text-align:center;
		text-transform:uppercase;
	}
	.header-box h4{
		color:#545454;
		font-weight:300;
		font-size:10px;
		font-family: 'Open Sans', sans-serif;
		margin-bottom:15px;
		text-align:center;
		text-transform:uppercase;
	}
.header-box p{
		color:#222222;	font-size:18px;
		  font-family: 'brandon_grotesquelight';
		margin-bottom:15px;
		text-align:center;	
	}
a.btn-rd{
		border:1px solid #a51d22;
		color:#a51d22;
		font-weight:300;
		font-size:10px;
		font-family: 'Open Sans', sans-serif;
		height:38px !important;
		width:80%;
		margin:0 auto;
		padding:5px !important;
		text-align:center;
		text-transform:uppercase;
	}
.headerWrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.headerArea::after {
    background-color: white;
    content: "";
    height: 76px;
    position: absolute;
    right: -4000px;
    top: 0;
    transition: background-color 400ms ease 0s;
    width: 4000px;
}
.headerArea {
    position: relative;
}
.u-StructureWrapper {
    margin: 0 auto;

    width: 1200px;
}
.headerNav::before {
    transition: background-color 400ms ease 0s, border-right-color 400ms ease 0s;
}
.headerNav::before {
    border-bottom: 76px solid transparent;
    border-right: 44px solid white;
    bottom: 0;
    content: "";
    height: 0;
    left: -44px;
    position: absolute;
    width: 0;
}
.headerNav {
    transition: all 400ms ease 0s;
}
.headerNav {
    height: 76px;
    margin-left: 75px;
    margin-top: 38px;
    padding: 0.4em 0 0.2em 0.6em;
}
.headerNav {
    background-color: white;
    position: relative;
    transition: margin-left 400ms ease 0s;
    z-index: 1;
}
.top-links {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
/*	background-color: rgba(0,0,0, 0.5);*/
	background: rgb(236,38,123);
background: linear-gradient(90deg, rgba(236,38,123,1) 25%, rgba(37,32,33,1) 53%, rgba(236,38,123,1) 100%);
	padding:9px 0;
}
.links-left{
	
	width:70%;
	float:right;
	margin-left:25px;
	text-align: right;
	}

.links-left li{
	display:inline-block;
	
	}
	
.links-left li a{
		color:#fff;
		font-weight:400;
		font-size:13px;
		font-family: 'Open Sans', sans-serif;
		padding:0 9px 0 7px !important;
		border-right:1px solid #fff;
		text-align:left;	display:block;	
/*		text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);*/
	}
.social-media-links{
	width:25%;
		float:left;	
	text-align:left;
	}
.social-media-links li{
	display:inline-block;	margin-left:18px;
	}
.social-media-links li a{
	
	display:block;

	}


.main-containter {
/*    overflow: hidden;*/
/*    position: relative;*/
}

.search {
    float: right;
    overflow: hidden;
    width: 25%;
}




/* new social media */

.social-media-links h2{
	font-size: 13px;
	float: left;
	color: #fff;
	line-height: 20px;
}
.social-media-links li a{
	color: #fff;
}



.top-headers{
	    background-color: #7418a5;
    height: 40px;
}
.topmenuleft {
    padding-top: 7px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.topmenuleft p {
    color: #fff;
    line-height: 31px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}
.topmenuleft p span {
    float: left;
    margin-right: 15px;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #ff75a2;
    line-height: normal !important;
}
.cont-wrp{
	position: relative;
/*	overflow: hidden;*/
}
.menu-wrapper{
/*	background-color: rgba(0,0,0,0.80);*/
/*	height: 60px;*/
	margin-top: 35px;
}
.headers{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.right-sections{
	float: right;margin-top: 25px;
}
.social-media-bnr {
	float: left;
    margin-top: 8px;
}
.social-media-bnr li{
	display: inline-block;
	
}
.social-media-bnr li a{
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
}

.addproperty a:hover{
		border: 1px solid #5a4bad;
	background-color: #5a4bad;
}
.addproperty a{
	
	display: block;
	padding: 8px 10px;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}
.addproperty{
	float: left;
	margin-left: 15px;
	
}

.menu{
	float: left;
}
.largemenu i{
    margin-left: 8px;
    font-size: 11px;
    /* margin-top: -10px; */
    position: relative;
    top: -2px;
}
.addproperty a i{
	margin-right: 8px;
}

.search-pannel{
	position: absolute;
    z-index: 988;
/*    color: #fff;*/
    top: 260px;
    width: 700px;
    right: 300px;
}
.search-pannel .nav-item .nav-link{
	
	background-color: #ecebf5;
	font-size: 15px;
	color: #000000;
	padding: 20px 30px;
	
	border-radius: 10px 10px 0 0 !important;
	display: block;
    border: none;
	
}

.search-pannel .tab-content{
	        margin-top: -1px;
    position: relative;
    z-index: 19;
}
.search-pannel .nav-tabs{
	float: left;
	background-color: #ecebf5;
	
	border-radius: 10px 10px 0 0;
}
.search-pannel .nav-tabs .nav-link:focus, .search-pannel .nav-tabs .nav-link:hover{
	border: none;
	background-color: #fff;
	border-radius: 10px 10px 0 0 !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 6px 6px;
}
/*
.search-pannel .nav-link1{
	border-radius: 0 10px 0 0 !important;
}
*/
.search-pannel .tab-pane{
	background-color: #fff;
	border-radius: 0 10px 10px 10px;
	padding: 30px;
}

.search-pannel .nav-tabs .nav-item.show .nav-link, .search-pannel .nav-tabs .nav-link.active, .search-pannel .nav-tabs .nav-link:hover, .search-pannel .nav-tabs .nav-link:focus{
	border: none;
	background-color: #fff;
	border-radius: 10px 10px 0 0 !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 6px 6px;
}
.select2.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple{
	    border: none !important;
	    border-bottom: 1px solid #aaa !important;
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
   
    padding: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	float: right;
}
.select2-selection__rendered li:nth-child(even) .select2-selection__choice__remove{
	color: rgba(255,255,255,0.90);
	height: 12px;
	width: 12px;
	background-color: #a6a4ee;
	border-radius: 90px;
	padding: 0;
	display: flex;
	align-items: center;justify-content: center;
	margin-left: 10px;
	padding-top: 2px;
    font-size: 9px;    margin-top: 2px;
	
}
.select2-selection__rendered li:nth-child(odd) .select2-selection__choice__remove{
	color: rgba(255,255,255,0.90);
	height: 12px;
	width: 12px;
	background-color: #eea4ad;
	border-radius: 90px;
	padding: 0;
	display: flex;
	align-items: center;justify-content: center;
	margin-left: 10px;
	padding-top: 2px;
    font-size: 9px;    margin-top: 2px;
}
.select2-selection__rendered li:nth-child(even){
	    background-color: #ececfc;
    border: none !important;
	color: #7d7ae6;
	    border-radius: 90px !important;
    padding: 5px 10px !important;
	display: inline-block;
}

.select2-selection__rendered li:nth-child(odd){
	    background-color: #fceced;
    border: none !important;
	color: #e67a89;
	    border-radius: 90px !important;
    padding: 5px 10px !important;
	display: inline-block;
}
.select2-search--inline{
	background-color: #fff !important;
	 border: none !important;padding: 0 !important;
}
.select2-search.select2-search--inline{
	background-color: #fff !important;
	 border: none !important;padding: 0 !important;
}
.search-home .select2-selection--multiple{
	padding-right: 12px;
	background: url(../images/slider/arrow-ios-downward-outline.png) right 16px no-repeat #fff;
}
.search-home1 .select2-selection--multiple{
	padding-right: 20px;
	background: url(../images/slider/search-outline.png) right 12px no-repeat #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: rgba(255,255,255,1.00) !important;
	
}
.btnselect i{margin-left: 10px;}
.btnselect{
	border-radius: 7px;
	padding: 12px 25px !important;
}

.section-wrp{
	padding: 35px 0;
}
.featured-property-box a{
	display: block;
}
.featured-property-box:hover{
	border: 1px solid #5a4bad;
}
.featured-property-box{
	display: block;
	width: 100%;
	border: 1px solid #e8e8e9;
	border-radius: 7px;background-color: #fff;
}
.feature-box-wrp{
	padding: 20px;
}
.feauter-pic{
	border-radius: 7px;
	height: 209px;
	display: block;overflow: hidden;margin-bottom: 30px;
	background-size: cover;
	background-position: center top;
}
.header-main{
	display: block;
	overflow: hidden;
	text-align: center;
}
.header-main p{
	margin-bottom: 50px;
}
.header-main h2{
	color: #161543;
	font-size: 35px;font-weight: 500;
	text-align: center;
}

.lines{
	width: 90px;
	height: 2px;
	background-color: #caa364;
	margin: 28px auto;
	
}
.feature-box-wrp p{
	margin-bottom: 15px;
	opacity: 0.8;
}
.feature-box-wrp p img{
	margin-right: 10px;
}
.feature-box-wrp h3{
	color: #161543;
	font-size: 20px;
	margin-bottom: 13px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 48px;
}
.feature-box-wrp{
	border-bottom: 1px solid 
}
/*.feature-txt*/

.feature-box-wrp{
	border-bottom: 1px solid #e8e8e9;
}


.price{
	font-size: 23px;
	font-weight: 500;
	color: #000;
}
.featured-property-box .price{
	text-align: left;
}

.feature-txt img{
	margin-right: 8px;
}

.feature-txt span{
	font-size: 14px;
	display: inline-block;
	padding-top: 1px;
}
.product-footer{
	padding: 20px;
}
.feature-shares:hover{
	opacity: 0.8;
}
.featured-property-box:hover h3{
	color: #5A4BAD
}
/*
.featured-property-box:hover .price{
	color: #5A4BAD
}
*/
.featured-property-box:hover .feature-txt{
	color: #172754;
}
.footer-top{
	height: 207px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	/*background-attachment: fixed;*/
/*	background: url(../images/footer-bg.png) center center no-repeat;*/
	background-image: url(../images/footer-bg.png);
	padding-top: 50px
}

.footer-top::before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	height: 220px;
/*	background-color: rgba(22,21,67,0.81);*/
	
	background: rgb(90,75,173);
background: linear-gradient(0deg, rgba(90,75,173,0.81) -150%, rgba(22,21,67,0.81) 100%);
}
.newsletter p{
	color: #fff;font-weight: 300;
}
.newsletter{
	position: relative;
	z-index: 99;
	
}
.newsletter h2{
	font-size: 35px;
	color: #fff;margin-bottom: 30px;
}
.newsletter-box{
	position: relative;
	z-index: 99;
}
.newsletter-box input{
	border: none;
	box-shadow: inherit;
	width: 80%;
	float: left;
	font-size: 16px;
	height: 39px;
}
.newsletter-box{
	border-radius: 8px;
	background-color: #fff;overflow: hidden;
	display: block;
	width: 100%;
	padding: 10px;margin-top: 30px;
}
.btnselect1
{
	    padding: 8px 20px !important;
}
.footer-bottom{
background: rgb(90,75,173);
background: linear-gradient(0deg, rgba(90,75,173,1) -150%, rgba(22,21,67,1) 100%);
}

.footercopy a{
	color: #fff;font-size: 13px;
}
.footercopy{font-size: 13px;
	color: #fff;
	margin: 50px 0 30px 0;
}
footer{
	background-color: #171645;
}
.logo-footer img{
	height: 56px;    filter: brightness(0) invert(1);
}
.logo-footer{
	display: block;
	margin-bottom: 15px;
}
.aboutus{
	font-size: 14px;
	color: #fff;
}
.footer-links{
	display: block;
}
.footer-links ul li a:hover{
	opacity: 0.6;
}
.footer-links ul li a{
	padding: 5px 0;
	color: #fff;
	display: block;
}
.footer-links ul li{
	display: block;
}
.footer-links h1{
	font-size: 16px;color: #fff;
	font-weight: 500;margin-bottom: 25px;
}
.footer-cont h2{
	font-size: 16px;color: #fff;
	font-weight: 500;margin-bottom: 25px;
}
.footer-cont ul li p{
	overflow: hidden;color: #fff;
}
.footer-cont ul li span{
/*	margin-right: 12px;*/
	float: left;
	width: 36px;
}
.footer-cont ul li{
	display: block;margin-bottom: 25px;
}
.services-box{
	display: block;
    margin-bottom: 25px;
}


.services-box a:hover{
	background-color: #fff;
	border-bottom: 22px solid #5A4BAD;
	box-shadow: rgb(0 0 0 / 16%) 0px 3px 10px;
}
.services-box a:hover .servies-icons img{
	filter: brightness(0) invert(1);
}
.services-box a:hover .servies-icons{
	background-color: #5A4BAD;
}
.services-box a{
	display: block;
	border-radius: 7px;
	background-color: #fff;
	border-bottom: 22px solid #5A4BAD;
	min-height: 338px;
	text-align: center;
	padding-top: 50px;
	box-shadow: rgb(0 0 0 / 16%) 0px 3px 10px;
}

.servies-icons{
	height: 90px;
	width: 90px;
	margin: 0 auto 0 auto;
	display: block;
	background-color: #5A4BAD;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-bottom: 30px;
}
.servies-icons img{
	display: flex;
	align-items: center;
	justify-content: center;
	filter: brightness(0) invert(1);
}
.services-box a h2{
	font-size: 20px;
	color: #161543;
	margin-bottom: 12px;
	padding: 0 10px;
}
.services-box a p{
	font-size: 15px;
	color: #000;
	padding: 0 10px;
}
.propert-sale h2{
	font-size: 27px;
	color:#161543;
}
.propert-sale p{
	font-size: 15px;
	color:#000;
}
.propert-sale{
	background: #F9F8FF;padding: 50px 0;
}
.new-pedding{
	padding-left: 10%;
	padding-right: 10%;
}
.blog-box{
	display: block;
}
.blog-box a{
	border: 1px solid #EDEEEF;
	display: block;
	border-radius: 7px;
	background-color: #fff;
}
.blog-pic span{
	background-color: rgba(90,75,173,1);
	font-size: 14px;
	color: #fff;
/*	display: block;*/
	border-radius: 6px;
	position: absolute;	
	bottom: 15px;
	left: 15px;
	padding: 7px 17px;
    font-weight: bold;
}
.blog-pic{
	border-radius: 7px 7px 0 0;
	background-size: cover;
	height: 244px;
	display: block;
	position: relative;
}
.blog-txt{
	padding: 30px 15px;
}

.blog-txt h3{
	font-size: 500px;
	font-size: 20px;
	color: #161543;
	margin-bottom: 20px;
	min-height: 45px;
    font-weight: bold;
}
.blog-txt p{
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	max-height: 70px;
	margin-bottom: 20px;
	min-height: 70px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.readmores{
	color: #161543;
	text-decoration: underline;  line-height: 32px;
    text-align: right;
}
.bloger-info{
	float: left;
	text-align: left;
}
.bloger-avatar{
	height: 30px;
	width: 30px;
	background-size: cover;
	border-radius: 90px;
	float: right;
	margin-left: 15px;
}
.bloger-name{
	float: left;    line-height: 32px;
}

.blog-box a:hover .bloger-name{
	color: #000000;
}
.blog-box a:hover h3{
	color: #5A4BAD;
}
.blog-box a:hover{
	border: 1px solid #5A4BAD;
}
.welcome-pic{
	float: left;
	margin-right: 80px;
}

.welcome-txt{
	overflow: hidden;
}


.welcome-txt h5{
	font-size: 16px;margin-bottom: 20px;margin-top: 30px;
}
.welcome-txt h2{
	font-size: 35px;margin-bottom: 20px;color: #161543;font-weight: 500;
}

.lines-welcome{
	width: 90px;
    height: 2px;
    background-color: #caa364;margin-bottom: 20px;
}


.welcome-txt p{
	font-size: 15px;
	margin-bottom: 20px;color: #000;
	line-height: 30px;
}

.welcome-pedding{
	width: 85%;
	margin: 0 auto;
}
.welcome{
	padding: 40px 0;
}
.header-main1 h2{
	color: #fff;
	text-align: left;
}
.header-main1 .lines{
	float: left;
}
.header-main1{
	position: relative;
	z-index: 9;
}
.ourprojects{
	
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/project-bg.png);	
    padding: 40px 0;
}

.ourprojects::before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
/*	background-color: rgba(22,21,67,0.81);*/
	background: rgb(90,75,173);
background: linear-gradient(0deg, rgba(90,75,173,0.81) 0%, rgba(22,21,67,0.81) 100%);
}

.our-projects .ourProjectsHomeBox{
	display: block;
	overflow: hidden;
	padding: 30px;
	background-color: rgba(255,255,255,0.12);
	border-radius: 7px;
}
.our-projects .ourProjectsHomeBox .btn{
	background-color: #fff;
	border-color: #fff;
	color: #6658dd;
}
.projects_picture{
	background-size: cover;
	height: 304px;
	margin-bottom: 20px;
	border-radius: 7px;
}
.center{
	position: relative;
	z-index: 99;
}
.projects_info h3{
	font-size: 17px;
	color: #fff;font-weight: 500;
	margin-bottom: 15px;
	min-height: 40px;
}
.projects_info h6{
	font-size: 15px;
	color: #fff;
	opacity: 0.5;
	margin-bottom: 5px;
}
.see-details{
	text-decoration: underline;
	opacity: 0.7;color: #fff;
	font-size: 15px;
}

.our-projects .ourProjectsHomeBox:hover{
	opacity: 0.8;
}

.inner-banners{
	background-size: cover;
	background-position: center top;
	height: 400px;
}
.over-lay{
	background-color: rgba(22,21,67,0.67);
	height: 400px;
	padding-top: 180px;
	text-align: center;
}
.headings-text{
	color: #fff;
	font-size: 45px;font-weight: 500;
	padding-top: 60px;
}
.welcome-wrp{
	padding: 80px 0;
}
.welcome-txt h3{
	font-size: 15px;
	font-weight: 400;
}
.welcome-txt ul{
	margin-top: 30px;
}
.welcome-txt ul li i{
	font-size: 5px;
	margin-right: 10px;
}
.welcome-txt ul li{
	color: #000;
	width: 49%;
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
}
.What-we-box{
	display: block;
	overflow: hidden;
	text-align: center;
}

.servies-icons1{
	height: 90px;
    width: 90px;
    margin: 0 auto 0 auto;
    display: block;
    background-color: #fff;
	    box-shadow: rgb(0 0 0 / 16%) 0px 3px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 30px;
}
.What-we-box:hover h2{
	color: #5A4BAD;
}
.What-we-box:hover .servies-icons1 img{
	filter: brightness(0) invert(1);
} 
.What-we-box:hover .servies-icons1 {
    background-color: #5A4BAD;
}

.What-we-box h2{ font-size: 20px;
    color: #161543;
    margin-bottom: 12px;
    padding: 0 10px;}

.imags-boxs img{
	border-radius: 7px;
}
.imags-boxs{
	float: right;
	margin-left: 55px;
	
}
.constrution{
	margin-bottom: 80px;
	overflow: hidden;
}
.imags-boxs1{
	float: left;
	margin-left: 0;
	margin-right: 60px;
}
.imags-boxs2{
	margin-left: 60px;
}
.consturcion-text{
	overflow: hidden;
}
.consturcion-text p{
	margin-bottom: 20px
}
.consturcion-text h2{
	padding-top: 50px;
	margin-bottom: 20px;
}
.consturcion-text1 h2{
	padding-top: 120px;
}
.consturcion-text2 h2{
	padding-top: 80px;
}

.development{
	background-color: #F9F8FF;
	padding: 60px 0;
}



.consturcion-text ul li i{
	    font-size: 5px;
    margin-right: 10px;
}
.consturcion-text ul li{
	color: #000;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
	margin-right: 55px;
}


.consturcion-text123 h2 {
    padding-top: 80px;
    margin-bottom: 20px;
}



.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul {
		 	border-radius: 6px;
	display: inline-block;
	background-color: rgba(255,255,255,0.35);
	margin: 0 auto;
	text-align: center;
	
}
.portfolio-menu ul li{
/*	display:inline-block;*/
/*	margin-left: -3px;*/
	margin:0;
	float: left;
	list-style:none;
	padding:10px 35px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
	font-size: 14px;
	font-weight: 400;
	
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:40px;
}
.portfolio-menu .btn-outline-dark {
    color: #fff;
     border: none; 	font-size: 14px;
	font-weight: 400;

}
.portfolio-menu .btn:hover{
	 color: #161543;
     background-color: #fff; 
    /* border-color: #212529; */
	 border: none;
	 	border-radius: 6px;
}
.portfolio-menu .btn-outline-dark.active, .portfolio-menu .btn-outline-dark.dropdown-toggle.show, .portfolio-menu .btn-outline-dark:active {
    color: #161543;
     background-color: #fff; 
    /* border-color: #212529; */
	 border: none;
	 	border-radius: 6px;
	 
}
.top-search{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}


.top-search form-control::placeholder{
	color: #fff;
}
.top-search a{
	float: right;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
}
.top-search {
	width: 80%;
	margin: 0 auto 50px auto;
	overflow: hidden;
	display: block;
}
.top-search .form-control{
	color: #fff;
	padding: 0 !important;
	width: 90%;
	float: left;
	background-color: transparent;
}
.overlay-pedding{
/*	padding-top: 140px;*/
}
.portfolio-item .item a{
	border: 1px solid #E4E4E4
		;padding: 25px;
	overflow: hidden;
	display: block;
	border-radius: 7px;	background-color: #fff;
}


.portfolio-item{
/*	margin-top: 50px;*/
}
.portfolio-item h2{
	font-size: 20px;color: #161543;
	font-weight: 500;
	text-align: center;margin: 25px 0 0 0;
}
.portfolio-img{
	width: 100%;
	height: 218px;
	background-size: cover;overflow: hidden;
	position: relative;
	border-radius: 7px;
}


.hover-black{
	width: 100%;
	font-size: 16px;
	height: 218px;
	background-color: rgba(90,75,153,0.46);
	color: #fff;
	text-decoration: underline;
	display: flex;align-items: center;justify-content: center;transition: 0.4s all;
	top: -218px;left: 0;position: absolute;
	
}
/* new */
.portfolio-item .item a:hover h2{
	color: #5A4BAD;
}
.portfolio-item .item a:hover{
	border: 1px solid #5A4BAD;
}
.portfolio-item .item a:hover .hover-black{
		top: 0;
}

.topheadings h2{
	color: #fff;
	text-align: center;
}

.portfolio-item-market .item a{
	border: 1px solid #E4E4E4;
    padding: 0 ;
	
    overflow: hidden;
    display: block;
    border-radius: 7px;
	padding-bottom: 20px;
}
.portfolio-item-market .item a .top-lines{
	
	width: 202px;
	height: 13px;
	background-color: #161543;
	border-radius: 0 0 13px 13px;
	margin: 0 auto;
	
}

.portfolio-item-market .item a h4{
	font-size: 20px;
	font-weight: 300;color: #161543;
	padding: 35px 0;
	text-align: center;
	
	border-bottom:1px solid #E4E4E4;
	margin-bottom: 20px;
	
}
.price-house-box span{
	font-size: 15px;
	font-weight: 300;color: #000;margin-bottom: 15px;
}
.price-house-box h5{
	font-size: 20px;
	font-weight: 300;color: #000;
}
.price-house-box{
	border-right: 1px solid #E4E4E4;
	padding-left: 25px;
}

.portfolio-item-market .item a:hover h4{
/*	border-bottom:1px solid #5A4BAD;*/
	color: #5A4BAD;
}
.portfolio-item-market .item a:hover{
	border: 1px solid #5A4BAD;
}
.portfolio-item-market .item a:hover .top-lines{
	background-color: #5A4BAD;
}
.blogs-menu{
	display: block;
	padding-left: 30px;
}

.blogs-menu ul li a:hover{
	color: #5A4BAD;
}
.blogs-menu ul li a{
	font-size: 15px;
	display: block;
	padding: 20px 0;
	
}
/*
.blogs-menu ul li:hover{
	
	border-bottom: 1px solid #5A4BAD;
}
*/
.blogs-menu ul li{
	display: block;
	border-bottom: 1px solid #E9E9E9;
}

.box-search-box{
	padding: 20px 25px;
	background-color: #fff;
	border-radius: 7px;
}

.box-search-box .form-label{
	font-weight: 400;
	font-size: 16px;
	text-align: left !important;
	display: block;
	color: #161543;
}
.text-center-box {
	margin: 0 auto;
text-align: center;}
.box-search-box {
	margin: 0 auto;
	text-align: center;
}
.box-search-box .form-select{
	border-bottom: 1px solid #DCDCDC;
	padding-left: 0;
	padding-right: 0;
	color: #000000;
}
.our-projects-box{
	display: block;
}
/*
.our-projects-box a{
	box-shadow: rgb(0 0 0 / 16%) 0px 3px 5px;
	border: 1px solid transparent;
	display: block;
    overflow: hidden;
    padding: 30px;
    background-color: #fff;
    border-radius: 7px;
    transition: all 0.3s ease;
}
*/
.project_wrapper_custom{
	box-shadow: rgb(0 0 0 / 16%) 0px 3px 5px;
	border: 1px solid transparent;
	display: block;
    overflow: hidden;
    padding: 30px;
    background-color: #fff;
    border-radius: 7px;
    transition: all 0.3s ease;
}
.our-projects-box a .our-projects-box_info .btn-primary{
	transition: all 0.3s ease;
}
.project_wrapper_custom:hover{
	background-color: #5A4BAD;
	border-color: #5A4BAD;
	box-shadow: rgb(90 75 173 / 16%) 0px 3px 5px;
}
/*
.our-projects-box a:hover{
	background-color: #5A4BAD;
	border-color: #5A4BAD;
	box-shadow: rgb(90 75 173 / 16%) 0px 3px 5px;
}
*/
/*
.our-projects-box a:hover .our-projects-box_info h3{
	color: #fff;
}
.our-projects-box a:hover .our-projects-box_info h6{
	color: #fff;
}
.our-projects-box a:hover .our-projects-box_info p{
	color: #fff;
}
.our-projects-box a:hover .our-projects-box_info .btn-primary{
	color: #5A4BAD !important;
	background-color: #fff !important;
	border-color: #fff !important;
*/
}
.project_wrapper_custom:hover .our-projects-box_info h3{
	color: #fff !important;
}
.project_wrapper_custom:hover .our-projects-box_info a h6{
	color: #fff;
}
.project_wrapper_custom:hover .our-projects-box_info a p{
	color: #fff;
}
.project_wrapper_custom:hover .our-projects-box_info .btn-primary{
	color: #5A4BAD !important;
	background-color: #fff !important;
	border-color: #fff !important;
}
.our-projects-box_picture{
	background-size: cover;
    height: 304px;
    margin-bottom: 20px;
    border-radius: 7px;
	background-position: center top;
}
.our-projects-box_info h3{
    font-size: 17px;
    color: #161543;
    font-weight: 500;
    margin-bottom: 25px;
	margin-top: 7px;
	transition: all 0.3s ease;
}
.our-projects-box_info p{
	margin-bottom: 20px;
	font-size: 14px;
	overflow: hidden;
	max-height: 105px;
	min-height: 105px;
	transition: all 0.3s ease;
}
.our-projects-box_info h6{
    font-size: 15px;
    color:#161543;
    opacity: 0.5;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}
.see-details-info {
    text-decoration: underline;
    opacity: 0.7;
    color: #161543;
    font-size: 15px;
}

.property-box{
	display: block;
    width: 100%;
    border: 1px solid #e8e8e9;
    border-radius: 7px;
	overflow: hidden;
    background-color: #fff;
	
}
.propety-box-left a{
	padding: 25px;
	display: block;
	clear: both;
	overflow: hidden;
}
.propety-box-left{
	width: 75%;
	float: left;
}
.propety-box-right{
	width: 25%;
	float: right;
	background-color: #f9f8ff;
	border-radius: 0 7px 7px 0;
	height: 214px;
}
.property-pic{
	width: 241px;
	height: 164px;
	border-radius: 7px;
	float: left;
	margin-right: 30px;
	background-size: cover;
}
.property-txt h3{
	color: #161543;
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: 500;
}
.property-txt h6{
	color: #a5a5a5;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 400;
}
.property-txt{
	overflow: hidden;
}
.property-txt p img{
	margin-right: 10px;
}
.property-txt p {
	overflow: hidden;
	display: block;
    margin-bottom: 13px;
/*    opacity: 0.8;*/
}

.border-radious{
	    border-radius: 90px;
    padding: 5px 10px;
    /* float: left; */
    display: inline-block;
}
.alert-success{
	background-color: #E9F7EB !important;
	border: none !important;
	color: #64CA64 !important;
	margin-bottom: 15px;
}
.product-footer{
	text-align: center;
}
.product-rights{
	text-align: center;
	padding: 25px;
}
.prices{
	margin-top: 20px;
}
.prices h3{
color: #5A4BAD;font-size: 20px;
	font-weight: 500;
}

.product-rights ul li a{
	display: block;
	width: 100%;
}
.product-rights ul li{
	display: inline-block;
	margin:0 10px;
}
.btncontact{
	border: 1px solid #5A4BAD;
	background-color: #EDEBF8;color: #5A4BAD;
	font-size: 14px;
	border-radius: 7px;
	padding: 10px 20px !important;
	margin:0 auto;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 20px;
/*	display: block;*/
}


.our-projects-box1 a .see-details-info{
	color: #5A4BAD;opacity: 1;font-weight: 500;
}
.our-projects-box1 a{
	border: 1px solid #E4E4E4;
	box-shadow: inherit;
	padding: 20px;
	display: block;
}

.our-projects-box1 .our-projects-box_picture {
    
	height: 200px;}

.our-projects-box1 h3{
	 font-size: 15px;font-weight: 500;
}
.header1 .cbp-hrmenu > ul > li > a{
	color: #000 !important;
}
.header1 .addproperty a:hover{
	border: 1px solid #5a4bad !important;
    background-color: #5a4bad; color: #fff;
}
.header1 .logo img{
	filter: inherit !important; 
}
.header1 .addproperty a {
    color: #000;
    border: 1px solid #000;
}
.header1 .menu-wrapper{
	margin-top: 0;
	height: 112px;
	background-color: #fff;
	box-shadow: rgb(0 0 0 / 5%) 0px 3px 6px;
	padding-top: 34px;
}
.headers.add_shadow .menu-wrapper{
	background-color: #fff;
	box-shadow: rgb(0 0 0 / 5%) 0px 3px 6px;
}
.headers.add_shadow{
	background-color: #fff;
	box-shadow: rgb(0 0 0 / 5%) 0px 3px 6px;
	padding-bottom: 30px;
}
.headers.header1.add_shadow{
	background-color: transparent;
	box-shadow: none;
	padding-bottom: 0;
}
.headers.add_shadow .cbp-hrmenu > ul > li > a{
	color: #000 !important;
}
.headers.add_shadow .addproperty a{
	color: #000;
	border: 1px solid #000;
}
.headers.add_shadow .addproperty a:hover{
	border: 1px solid #5a4bad !important;
	background-color: #5a4bad;
	color: #fff;
}
.headers.add_shadow .logo img{
	filter: inherit !important;
}
.headers.fixed-top{
	position: fixed;
	top: 0;
	z-index: 9999999;
}
.toppedding{
	margin-top: 170px;
	margin-bottom: 80px;
}
.toppedding_contact{
    margin-top: 50px;
}

.select2-selection{
    border: none !important;
    border-bottom: 1px solid #DCDCDC !important;
    padding-top: 4px !important;
    padding-bottom: 3px !important;
    color: #5A4BAD !important;
    border-radius: 0 !important;
    height: auto !important;
}
.select2-selection__rendered{
    color: #5A4BAD !important;
    text-align: left !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #5A4BAD !important;
}
.form-control, .form-select{
	border: none;
    border-bottom: 1px solid #DCDCDC;
    padding-left: 5px;
    padding-right: 5px;
    color: #5A4BAD;
    border-radius: 0;
}
.form-select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.form-control:focus, .form-select:focus{
	border-bottom-color: #5A4BAD;
	box-shadow: none;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	color: #808080;
  	opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: #808080;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
  	color: #808080;
}
.form-check-label{
	color: #000;
	margin-left: 5px;
}
.form-check-input{
	border: 1px solid #DEDEDE;
	width: 20px;
	height: 20px;
	margin-top: 0;
}
.form-check-input:checked{
	border-color: #5A4BAD;
	background-color: #5A4BAD;
}
.form-check-input:focus{
	box-shadow: none;
}
.form-control::file-selector-button{
	border-color: #6658dd;
	background-color: #6658dd;
	color: #fff;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button{
	background-color: #574bbc;
	border-color: #574bbc;
}



.contact-info{
	background-color: #fff;
	border: 1px solid #DEDEDE;
	padding: 50px;
	overflow: hidden;
	display: block;
	border-radius: 10px;
}

.contact-info .form-label{
	color: #000000;font-size: 16px;
	font-weight: 500;
}
.contact-info .form-control, .contact-info .form-select{
    border-bottom: 1px solid #DCDCDC;
    padding-left: 5px;
    padding-right: 5px;
    color: #5A4BAD;
    border-radius: 0;
}
.contact-info .form-select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.contact-info .form-control:focus, .contact-info .form-select:focus{
	border-bottom-color: #5A4BAD;
}
.contact-info .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	color: #808080;
  	opacity: 1; /* Firefox */
}
.contact-info .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: #808080;
}
.contact-info .form-control::-ms-input-placeholder { /* Microsoft Edge */
  	color: #808080;
}
.contact-info .form-check-label{
	color: #000;
	margin-left: 5px;
}
.contact-info .form-check-input{
	border: 1px solid #DEDEDE;
	width: 20px;
	height: 20px;
	margin-top: 0;
}
.contact-info .form-check-input:checked{
	border-color: #5A4BAD;
	background-color: #5A4BAD;
}
.contact-info h3{
	margin-bottom: 30px;
}

.contact-box{
	display: block;
	margin-top: 40px;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
	
}
.contact-us-info{
	padding-left: 100px;
	padding-top: 50px;
}

.contact-box h4{
	font-size: 20px;
	font-weight: 500;color: #000000;
	margin-bottom: 20px;
}
.contact-box ul li{
	display: block;
    margin-bottom: 25px;
}

.contact-box ul li p {
    overflow: hidden;
    color: #000;font-size: 15px;
}

.contact-box ul li span {
    /* margin-right: 12px; */
    float: left;
    width: 36px;
}
.contact-info{
	padding: 40px 15px;
}
.contact-info2{
	padding: 40px;
}
.contact-info.sticky-top{
	top: 130px;
}

.file-upload-wrapper-parent{
	background-color: #FCFCFC;
	border: 1px solid #5A4BAD;
	border-radius: 10px;
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 275px;
}
.file-upload-wrapper-img{
	margin: 50px;
}
.file-upload-wrapper-img img{
	max-width: 100%;
	max-height: 100%;
}
.file-upload-wrapper label{
	display: inline-block;
	background-color: #EDECF5;
	border-radius: 4px;
	color: #5A4BAD;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	padding: 12px 30px;
}

.gallery-pic-box{
	height: 450px;
	border-radius: 7px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.detail-pic{
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 136px;
	overflow: hidden;
	border-radius: 4px;
}
.nomargin{
	margin: 0;
}
.pictures a{
	display: block;
	overflow: hidden;
}
.gallery-pictures{
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.center1 .slick-prev {
    left: 15px !important;
	z-index: 9999;
}
.center1 .slick-prev, .center1 .slick-next{
	top: 50% !important;z-index: 9999;
}
.overlay-pic{
	
}
.gallery-pic{
	position: relative;
}
.gallery-pic::before{
	position: absolute;
	content: "";
	height: 430px;
	width: 100%;
	background-color: rgba(0,0,0,0.08);
	left: 0;top: 0;
}
.overlay-pic p{
	font-size: 17px;
	color: #fff;margin-left: 10px;
}
.overlay-pic{
	width: 100%;
		height: 130px;
		background-color: rgba(90,75,173,0.57);
	text-align: center;
	display: flex;align-items: center;justify-content: center;
	border-radius: 4px;
		
}
.price-ranges{
	margin-bottom: 40px;
}
.price-ranges h2 {
	margin-bottom: 20px;
}


.price-ranges h4 span{
	margin-left: 50px;color: #000000;
}
.price-ranges h4{
	font-size: 16px;
	color: #161543;
}
.price-ranges-discount h6{
	text-decoration: line-through;font-size: 20px;
	font-weight: 300;
	
}
.price-ranges-discount h2{
	margin-bottom: 15px;
}

.featuress ul li:first-child{
	padding-left: 0;
	border: none;
}
.featuress ul li{
	float: left;
	border-left: 1px solid #E9E9E9;
	width: 20%;
	padding:0 0 0 30px;
	overflow: hidden;
	display: inline-block;
}
.featuress{
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	padding: 30px 0;overflow: hidden;
	display: block;
	margin-bottom: 50px;
}

.featuress ul li h3{
	font-size: 25px;font-weight: 500;
	color: #000;
}
.featuress ul li h6{
	font-size: 16px;
	color: #8E8E8E;
	margin-bottom: 19px;font-weight: 400;
}
.features-description{
	margin-bottom: 50px;
}
.description-house{
	line-height: 30px;
}

.features-description{
	margin-top: 10px;
}

.Facilities p{
		line-height: 30px;
	margin-bottom: 50px;
}
.Facilities{
	border-top: 1px solid #E9E9E9;
	padding-top: 50px;
	margin-bottom: 50px;
}
.property_detail_tabs .Facilities{
    margin-bottom: 0px;
padding-top: 20px;
}
/*.Facilities ul{
	columns: 2;
}*/
.Facilities ul li{
/*	float: left;*/
	/*display: inline-block;
	width: 49%;*/
	margin-bottom: 20px;
/*	vertical-align: top;*/
}


.Facilities ul li p{
	line-height: inherit;
	margin-bottom: 0;
	overflow: hidden;
}
.Facilities ul li span{
	width: 61px;
	float: left;
}

.tabs-designs-id{
	background-color: #fff;
	padding: 20px;
	border-radius: 0 10px 10px 10px;
	position: relative;
	z-index: 999;
	margin-top: -2px;
	
    box-shadow: rgb(0 0 0 / 16%) 0px 6px 6px;
}
/*
body{
	background-color: #d0d0d0 !important;
}
*/
.tabtop{
	display: block;
	clear: both
;width: 100%;
}
.tabtop .nav-link {
	border: none;
	background-color: #fff;
}
.tabtop .nav-item .nav-link {
    background-color: #f2f2f2;
    font-size: 15px;
    color: #000000;
    padding: 20px 30px !important;
    border-radius: 10px 10px 0 0 !important;
    display: block;
}
.tabtop .nav-tabs {
    float: left;
    background-color: #f2f2f2;
    border-radius: 10px 10px 0 0;
/*    box-shadow: rgb(0 0 0 / 16%) 0px 6px 6px;*/
}
.tabtop .nav-tabs .nav-item.show .nav-link, .tabtop .nav-tabs .nav-link.active {
    border: none;
    background-color: #fff;
    border-radius: 10px 10px 0 0 !important;
    box-shadow: rgb(0 0 0 / 16%) 0px 6px 6px;
}
.center .slick-prev {
    right: 60px !important;
    left: inherit !important;
}

.project_page_detail{
	border-top: none;
}
.project_page_detail p{
	margin-bottom: 20px;
}
.project_page_detail h4{
	font-weight: 500;
	font-size: 20px;
	color: #212121;
	margin-bottom: 20px;
	margin-top: 40px;
}
.project_page_detail_ul{
	columns: 2;
}
.project_page_detail_ul li{
	color: #000 !important;
	margin-bottom: 20px !important;
	width: 100% !important;
	display: block !important;
}
.project_page_detail_ul li i{
	font-size: 6px;
	margin-right: 5px;
}
.project_page_detail_ul_li_inner{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.project_features_card{
	border-radius: 7px;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 25px;
	filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.05));
}
.project_features_card h5{
	color: #212121;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
.project_features_card .form-check{
	margin: 20px 0;
}
.project_features_card .form-check-label{
	color: #000;
	margin-left: 5px;
}
.project_features_card .form-check-input{
	width: 20px;
	height: 20px;
	margin-top: 0;
	background-image: url('../images/checkbox_img.svg');
    background-color: transparent;
    border-color: transparent;
}
.project_features_card .form-check-input:checked{
	background-image: url('../images/checked_checkbox_img.svg');
}
.project_features_card .form-check-input:disabled{
    opacity: 1;
}
.project_page_detail_booking{
	position: relative;
}
.project_page_detail_booking::before{
	content: "";
	background-color: #F2F1FE;
	width: 475px;
	height: 475px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -180px;
	z-index: -1;
}
.project_page_detail_booking h1{
	color: #161543;
	font-size: 45px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 50px;
}
.project_page_detail_booking img{
	max-width: 100%;
	max-height: 100%;
}
.project_page_detail_tabs{
	width: 100%;
	background-color: #F9F8FF;
	border-radius: 9px;
	margin-bottom: 40px;
	border: none;
	display: inline-flex;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.project_page_detail_tabs .nav-link{
	color: #000;
	background-color: transparent;
	border: none;
	padding: 15px 20px;
	border-radius: 9px;
}
.project_page_detail_tabs .nav-link.active,
.project_page_detail_tabs .nav-link:hover,
.project_page_detail_tabs .nav-link:focus{
	color: #fff;
	background-color: #5A4BAD;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.blog_page_detail_img{
	width: 100%;
	height: 550px;
	margin-bottom: 50px;
	overflow: hidden;
	border-radius: 10px;
}
.blog_page_detail_img img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.blog_page_detail_inner h6{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-left: 10px;
	margin-bottom: 0;
}
.blog_page_detail_inner h5{
	font-size: 18px;
	font-weight: 400;
	color: #161543;
	margin-left: 10px;
	margin-bottom: 0;
}
.blog_page_detail_inner h1{
	font-size: 35px;
	font-weight: 800;
	color: #000;
	margin-bottom: 30px;
	margin-top: 20px;
}
.blog_page_detail_inner p{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 20px;
}
.blog_page_detail hr{
	border-top: 1px solid #D5D5D5;
}
.share_row h4{
	font-size: 18px;
	font-weight: 400;
	color: #161543;
	margin-bottom: 0;
}
.share_row ul{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	margin-left: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.share_row ul a{
	display: inline-block;
	margin: 0 10px;
	font-size: 25px;
	color: #000;
	transition: all 0.15s ease-in-out;
}
.share_row ul a:hover{
	color: #5A4BAD;
}

.floor_plan_gallery a{
	display: block;
	margin-bottom: 25px;
}
.floor_plan_gallery img{
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 10px;
	border: 3px solid #5A4BAD;
}

.modal{
	z-index: 99999999;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.modal .modal-content{
	border-radius: 0.5rem;
	background-color: #fff;
	overflow: hidden;
	border: 3px solid #5A4BAD;
}
.modal-backdrop{
	z-index: 1050;
	background-color: #000;
}
.modal-header{
	background-color: #5A4BAD;
	border-radius: 0 !important;
}
.modal-title{
	color: #fff;
}
.btn-close{
	color: #fff;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.swal2-container{
    z-index: 999999999 !important;
}
.inner_banner_lg .over-lay{
    padding-top: 130px;
}
.inner_banner_xl .over-lay{
    padding-top: 130px;
    height: 575px;
}
.inner_banner_xl{
    height: 575px;
}
.top-search .form-control{
    border-bottom: none;
}
.custom-search-pannel ul.nav-tabs li button{
      padding: 13px 20px !important;
}
.custom-search-pannel .tab-pane{
    padding: 15px;
}
.custom-search-pannel .tab-pane label{
    margin-bottom: 0;
}
.inline-gallery-container{
  	width: 100%;
/*  	height: 900px;*/
	height: 90vh;
  	position: relative;
    margin-bottom: 20px;
}
.blog_cats_wrapper{
    margin: 0 auto 50px auto;
}
.custom_blog_read_more_btn{
    padding: 5px 12px !important;
}
.g-recaptcha div{
    max-width: 100%;
}

/* Pre Loader */
.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}
.spinner{
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}
.spinner:before{
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #000;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
}
.spinner2{
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}
.spinner2:before{
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    border: 1px solid #5A4BAD;
    border-top-color: #ffffff;
    animation: spinner2 2s linear infinite;
}
@-webkit-@keyframes spinner{
	to {transform: rotate(360deg);}
}
@keyframes spinner{
	to {transform: rotate(360deg);}
}
@-webkit-@keyframes spinner2{
	to {transform: rotate(-360deg);}
}
@keyframes spinner2{
	to {transform: rotate(-360deg);}
}
/* Pre Loader */


	@media (max-width: 1700px) {
		.search-pannel {
   
    right: 10%;
}
	}
	@media (max-width: 1550px) {
		.search-pannel {    right: 5%;		}
		
		.welcome-pedding{
			width: 100%;
		}
	}

@media only screen and (max-width: 1199px){
    .inner_banner_xl .w-75{
        width: 100% !important;
    }
    .inner_banner_lg .w-75{
        width: 100% !important;
    }
    
	
 .container {
        width: 99% !important;
        padding: 0 2%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }
	.over_products figure{
		width: 30%;
	}
	.logos-info{
		width: 346px;
	}
	.company_info{
		margin-bottom: 20px;
	}
	.footer_top_sn{
		padding: 0;
	}
	figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover figcaption > span{
		bottom: 60px;
	}
	.enquiry_form {
		width: 80%;}
	.main{
		
		margin-top: 27px;
		float: right;
	}
	.cbp-hrmenu > ul > li > a{
		padding: 10px 6px;
	}
	.logo {
		padding: 7px 0;
	margin: 0;}
	.login_area h2{
	
	 font-size: 24px;
	}
.slick-next {
    right: 0 !important;z-index: 99999;
}
	.slick-prev {
    left: -30px !important;z-index: 99999;
}
	.how-icons-work img {
    width: 100%;
}
	
	.headerWrapper1{
		position: inherit;
	}
	.u-StructureWrapper1 {
    margin: 0 auto;
    width: 100%;
		position: inherit;width: 100%;
}
	.headerArea1{
		
		position: inherit;
	}
	.headerNav1{
		position: inherit;
		margin: 0;
	}
	.headerNav{
		position: inherit;width: 100%;	margin: 0;
	}
	.headerArea{
		
		position: inherit;width: 100%;
	}
	.headerArea1::after{
		display: none;
	}
	.headerNav1::before{
		display: none;
	}
	.u-StructureWrapper {
    margin: 0 auto;
    width: 100%;
		position: inherit;
}
	.headerArea::after{
		display: none;
	}
	.headerNav::before{
		display: none;
	}
	.headerWrapper {
		position: inherit;}
	
	.programmes-img img{
		width: 100%;
	}
	.logo-bt img{
		width: 66%;
	}
	.youtube {
    
    background-position: right bottom;
}
	.main {
     margin-top: 0; 
     float: none; 
}
	
	.cbp-hrmenu > ul > li > a {
		font-size: 13px;}
	
	.addproperty a {
    font-size: 13px;
}
	.search-pannel {
		width: 500px;}

	.text_info {
  
    top: 260px;
    width: 350px;
}
.text_info h4 {
    display: block;
    clear: both;
	font-size: 35px;}
	
	.feature-box-wrp h3 {
    color: #161543;
		font-size: 17px;}
	
	.feature-txt span {
    font-size: 13px;
  
    clear: both;
    display: block;
    margin-top: 8px;
}
.projects_picture {
    background-size: cover;
    height: 170px;
}
	.projects_info h3 {
		font-size: 14px;}
	.welcome-pic {
    float: left;
    margin-right: 30px;
}
.welcome-txt h5 {
    margin-bottom: 15px;
    margin-top: 0;
}
	.blog-txt h3 {
		
		font-size: 16px;}
.readmores {
    font-size: 12px;
}
	.new-pedding {
    padding-left: 0;
    padding-right: 0;
}
	.imags-boxs img{
		width: 100%;
	}
	.imags-boxs{
		width: 40%;
	}
.consturcion-text h2 {
    padding-top: 0;
    margin-bottom: 20px;
}
	.portfolio-item h2 {
		font-size: 16px;}
.blogs-menu {
    display: block;
    padding-left: 0;
}
	.blogs-menu ul li a {
    font-size: 12px;
    display: block;
    padding: 15px 0;
}
	.our-projects-box_picture {
    background-size: cover;
		height: 200px;}
.our-projects-box a {
	
	padding: 12px;}
	
	
	
	.propety-box-left a {
    padding: 10px;
}
	.product-rights {
    text-align: center;
    padding: 10px;
}
	.property-pic {
		width: 180px;}
	.property-txt h3 {
    margin-bottom: 10px;font-size: 17px;
}
	.property-txt p {
    overflow: hidden;
    display: block;
		margin-bottom: 12px;}
	.propety-box-right {
    width: 25%;
    float: right;
    background-color: #f9f8ff;
    border-radius: 0 7px 7px 0;
    height: 185px;
}
	.contact-info h3 {
    margin-bottom: 15px;
    font-size: 18px;
}
	.price-ranges-discount h2 {
    margin-bottom: 15px;
    font-size: 25px;
}
	.price-ranges h2 h2 {
    margin-bottom: 15px;
    font-size: 25px;
}
	.center1 .slick-next {
    right: 15px !important;
}
	.gallery-pictures:last-child{
		margin-right: 0;
	}
	.gallery-pictures{
		width: 31%;
		margin-bottom: 25px;
		margin-right: 15px;
		display: inline-block;
		text-align: center;
	}
}

@media only screen and (max-width: 992px) {
	
	.portfolio-item h2 {
		font-size: 14px;}
.portfolio-item .item a {
    border: 1px solid #E4E4E4;
	padding: 7px;}
	.portfolio-img {
    width: 100%;
		height: 150px;}
		.main{
		display: block;
		clear: both;
		margin-top: 10px;
		float: right;
	}
	/* only intro */
	.intro_pic{
		width: 90%;
		margin: 0 auto 30px auto;
	}
	.intro_pic img{
		width: 100%;
	}
	.footer {
    background: url(../images/background.jpg) center bottom no-repeat;
    padding-top: 20px;
		background-color: #040404;
}
	.howitswork ul li h5 {
    color: #1f93ce;
		font-size: 20px;}.strip h2 {
    font-size: 23px;
    color: #fff;
    font-weight: 400;
}.strip p {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}
	.cbp-hrmenu > ul > li > a {
		font-size: 12.5px;}
	
	.links li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
	.logos-info{
		width: 100%;
	}
	.logos-info img{
		width: 100%;
	}
	.topmenuleft p {
    font-size: 12px;
}
	.programmes-box h3 {
    font-size: 22px;
}
	.programmes-box p {
    font-size: 17px;
}
	.youtube {
    height: auto;
 
}
	.youtube-txt {
    overflow: hidden;
    /* float: left; */
    background-color: rgba(26,26,26,0.50);
    padding: 22px 38px;
    /* margin-left: -75px; */
    position: absolute;
    width: 100%;
		height: auto;
    left: 0;
    top: 150px;
}
	.youtube-img img{
		width: 450px;
	}
	.logo img{
		
    height: 31px;
	}
	.feature-box-wrp {
    padding: 5px;
}
	.main {
     display: inherit; 
     clear: inherit; 
    /* margin-top: 10px; */
     float: none; 
}
	.text_info{
		display: none;
	}
	.search-pannel {
    width: 85%;
    right: 6%;
    margin: 0 auto;
        top: 200px;
}
	.addproperty {
    float: right;
    margin-left: 15px;
}
	.feauter-pic {
    border-radius: 7px;
		height: 133px;}
	.feature-box-wrp p {
    margin-bottom: 15px;
    opacity: 0.8;
    font-size: 13px;
}
	.price {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
	.welcome-pic img{
		width: 100%;
	}
	.welcome-pic {
    float: none;
    margin-right: 0px;
		width: 100%;
		margin-bottom: 30px;
}
	.services-box a:hover {
    border-bottom: 7px solid #5A4BAD;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 10px;
}
.services-box a {
    display: block;
    border-radius: 7px;
    background-color: #fff;
    border-bottom: 7 solid #fff;
    min-height: inherit;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
	.blog-box a {
    border: 1px solid #EDEEEF;
    display: block;
    max-height: inherit;
    border-radius: 7px;
}
	.blog-pic {
    border-radius: 7px 7px 0 0;
    background-size: cover;
    height: 150px;
    display: block;
    position: relative;
}
.blog-txt p {

    max-height: 100px;

}
	.newsletter-box input {
    border: none;
    box-shadow: inherit;
		width: 67%;}
.newsletter h2 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 0;
}
	.logo-footer img {
    height: auto;
    width: 100%;
    filter: brightness(0) invert(1);
}
	.aboutus {
    font-size: 13px;
    color: #fff;
}
	.price-house-box{
		padding-left: 8px;
/*		margin-bottom: 15px;*/
	}
	.price-house-box span {
		font-size: 12px;}
.price-house-box h5 {
	font-size: 14px;
	font-weight: 400;}
	
	.portfolio-item-market .item a{
		padding: 0;
		padding-bottom: 20px;
	}
	
	.contact-us-info {
    padding-left: 20px;
    padding-top: 50px;
}
	.header1 .menu-wrapper{
		height: auto;
		
	}
	.header1 .addproperty{
		margin-bottom: 10px;
	}
	.contact-info {

		padding: 20px;}
	
}


@media only screen and (max-width: 820px) {
	.blog_page_detail_img{
		height: 450px;
	}
	.blog_page_detail_inner h1{
		font-size: 30px;
	}
	.floor_plan_gallery img{
		height: 200px;
	}
    .inner_banner_xl .col-sm-4{
        width: 50%;
    }
    .inner_banner_lg .col-sm-4{
        width: 50%;
    }
    .inner_banner_lg{
        height: 500px;
    }
    .inner_banner_lg .over-lay{
        height: 500px;
    }
    .inner_banner_xl{
        height: 750px;
    }
    .inner_banner_xl .over-lay{
        height: 750px;
    }
}

@media only screen and (max-width: 767px) {
	
	.menu{
		
		display:none;	
		
		}
	

	.section_countity{
		margin-bottom: 20px;
	}
	}
@media only screen and (max-width: 767px) {
	
	.over_products figure{
		width: 100%
	}	
	.links{
			width: 100%;
			margin: 0;
			margin-bottom: 20px;
		}
	.position_image{
		height: inherit;
	}
	.info_section_web{
		float: left;
	}
	.social_media_top{
		text-align: left;
		padding: 10px 0; 
	}
	.email_template{
		padding: 0;
		min-height: 0;
		background: transparent;
	}
	.enquiry_form{
		width: 100%;
	}
	.emils_type, .new-btn{
		width: 100%;
		border-radius: 0;
	}
	.socialmedia{
		width: 100%;
	}
	.footer_social_media h4{
		width: 100%;
		margin-bottom: 20px;
	}
	.option_offers_icon1, .option_offers_icon2{
		margin-bottom: 20px;
	}
	.main{
		width: 100%;
	}
	.cbp-hrmenu .cbp-hrsub-inner .col-lg-6 > div{
		width: 100%;
	}
	.cbp-hrmenu .cbp-hrsub-inner{
		padding: 0;
	}
	.my-ld li {
    margin-top: 0;
		margin: 0;
}
/* menu */
	
	 .mobile_menu
{
	width:60px;
	margin: 0 auto 10px auto;
    text-align: center;
	clear:both;
	z-index:999999;
	padding-top: 5px;
	float: right;
}
.mobile_menu a
{
	display:block;
}
.mobile_menu a span
{
	margin-bottom:5px;
	height:5px;
	background:#fff;
	
	display:block;
	
	}

	.cbp-hrmenu .cbp-hrsub-inner .col-lg-6 > div{
		padding: 0;
	}
	.col-lg-6{
		padding: 0;
	}
	.menu {
  
    margin-top: 30px;
}

	.copy_right{
		display: block;
		clear: both;
		text-align: center;
	}
	.login_area{
		margin-top: 50px;
	}
	.cbp-hrmenu > ul > li{
		display: block;
	}
	.cbp-hrmenu .cbp-hrsub{
		position: inherit;
	}
	.product_detail_text{
		width: 100%;
	}
	.only-product_pic{
		width: 100%;
		float: left;
		margin-right: 0;
		margin-bottom: 60px;
	}
	.section_countity{
		width: 100%;
		float: none;
		display: block;
		overflow: hidden;
	}
	.add-to_btns{
		
		width: 100%;
		float: none;
		display: block;
	}
	.left_menu{
		width: 100%;
	}
	.s_hd{
		display: block;
		width: 100%;
	}
	.pro_imgs{
		float: right;
		margin: 0;
		margin-left: 20px;
	}
	.shopping_heading{
		display: none;
	}
	.s_hd1{
		width: 32%;
	}
	.product_shoping_carts .s_hd1{
		margin-top: 0;
		margin-bottom: 20px;
		 line-height: 36px;
	}
	.total-count{
		float: none
			;display: block;
		width: 100%;
	}
	.conf-order{
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
	.over_products figure{
		margin: 0
	}
	.login_area{
		padding: 0 15px;
	}
/* only intro */
	.intro_pic{
		width: 100%;
	}
	.intro_pic img{
		width: 100%;
	}
	.intro_box{
		display: none;
	}
	.intro_btn{
		display: block;
	}
	.mobile_menu {
    width: 36px;
    margin-top: -77px;
}
	.main {
    display: block;
    clear: both;
    margin-top: 0;
    float: none;
}
	.text_info{
		display: none;
	}
	.howitswork{
		display: none;
	}
	.only_bg{
/*		display: none;*/
	}
	.banners .slider-container .slider__item {
    position: relative;
    /* min-height: 100vh; */
    min-height: 450px;
}.slick-next {
    right: 24px !important;
    z-index: 99999;
}.social-icons {
    opacity: 0.7;
    margin-bottom: 13px;
    overflow: hidden;
}
	.top-menu-left {
    background: url(../images/top-bg.jpg) center top repeat;
    height: auto;
}
	/* inner pages */
	
	.section-right-area{
		float: none
			;margin: 0;
	}
	.section-right-area1{
		float: none
			;margin: 0;
	}
	
	.submenu-inner-full {
    width: 100%;
}
	
.submenu-inner-full li {
    float: none;
	display: block;
    width: 100%;
    margin-right: 0;
}
	.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100%;
}
	.logos-info {
    width: 100%;
}
	
		/* inner pages */
	
	.section-right-area{
		float: none
			;margin: 0;
	}
	.section-right-area1{
		float: none
			;margin: 0;
	}
	
	.professional{
		margin: 30px 0;
	}
	.headerNav {
		height: auto;}
	.menu {
    float: none;
}
	.social-media-links{
		display: none;
	}
	.links-left{
		width: 100%;
		display: block;
	}
	.f1{
		display: none !important;
	}
	.search-section {
    width: 100%;
    margin: 0 auto;
}
	.baskets {
   
    margin-right: 5px;
}
	.search-sec {
    margin-right: 0;
    float: right;
}
	.our-programmes h1 {
    font-size: 44px;
}
	.product_headings h4 {
    color: #ec267b;
    font-size: 47px;
   
    margin-top: 70px;
}
	.youtube-img img {
    width: 100%;
		display: block;
		width: 100%;
		float: none;
}
	.videos{
		position: inherit;
	}
	.youtube-txt{
		position: inherit;
		width: 100%;
		display: block;
		
	}
	.videos{
		background-repeat: repeat;
	}
	.top-headers {
    background-color: #7418a5;
    height: auto;
}
	.social-icons{
		display: none;
	}
	.cont-wrp {
    position: inherit;
    overflow: inherit;
}.main-containter {
    position: inherit;
    overflow: inherit;
}
	.headers {
    position: inherit;
}
	.menu-wrapper {
   
    height: auto;
}
	
	.menu-wrapper {
    background-color: rgba(0,0,0,1.1);
}
	
.topmenuleft p {
    color: #fff;
	line-height: normal;}
	
	.mobile_menu {
    width: 36px;
    margin-top: -45px;
    position: absolute;
    right: 12px;
}
	.cbp-hrmenu > ul > li > a {
    text-align: left;
}

	.banner-inr {
    background-size: cover;
     min-height: auto; 
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}
	.banner-inr h2{
		margin: 0;
	}
	
	.menu-wrapper {
    /* background-color: rgba(0,0,0,0.80); */
    /* height: 60px; */
    margin-top: 0;
}
	.logo{
		margin-top: 5px;
	}
	.logo a{
		margin:20px 0 0 0;
	}
	.addproperty a {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}
	.search-pannel {
    position: inherit;
    margin-top: -430px;
    position: relative;
    z-index: 9999;
    right: inherit;
    top: inherit;
}
	.btnselect{
		margin-top: 10px;
		width: 100%;
	}
	.search-pannel .tab-pane {
    padding: 20px;
}
	.select2-container{
		z-index: 999999;
	}
	.header-main h2 {
    color: #161543;
		font-size: 30px;}
	
	.lines {
    margin: 12px auto;
}
	p {
    font-size: 14px;
    color: #000000;
}
	.header-main p {
    margin-bottom: 20px;
}
	.product-footer .col-sm-8{
		width: 60%;
		float: left;
	}
	.product-footer .col-sm-2{
		width: 20%;
		float: left;
	}

	.section-wrp .mb-5{
		margin-bottom: 20px !important;
	}
	.blog .mb-5{
		margin-bottom: 20px !important;
	}
.section-wrp {
    padding: 120px 0 60px 0;
}
	
	.blog-txt .col-lg-4{
		width: 30%;
	}
	.blog-txt .col-lg-8{
		width: 70%;
	}
	.blog-txt p {
   
    max-height: inherit;
    margin-bottom: 10px;
    min-height: inherit;
		    max-height: inherit;
}
	.footer-top {
		height: auto;
		padding-bottom: 50px;
		background-repeat: repeat;
		overflow: hidden;
	}
	.footer-top::before{
		height: 100%;
	}
	.newsletter-box input {
    width: 100%;
}
	.footer-cont h2{
		margin-top: 20px;
	}
	.footer-links h1{
		margin-top: 20px;
	}
.logo-footer img {
	width: 88%;}
	.new-pedding .col{
		margin-top: 20px;
	}
	.new-pedding{
		text-align: center;
	}
	
	.imags-boxs {
    float: none;
		display: block;
		width: 100%;
    margin: 0 0 15px 0;
}
	.welcome-txt h2 {
    font-size: 22px;
		margin-bottom: 10px;}

	.welcome-txt ul li{
		width: 100%;
	}
	.consturcion-text h2 {
     font-size: 22px;
}
	
	
	.portfolio-item .item a {
    border: 1px solid #E4E4E4;
    padding: 7px;
    min-height: 230px;
}
	.portfolios-main{
		padding: 30px 0 !important;
	}


	.portfolio-menu ul{
		text-align: center;
		padding: 5px;width: 100%;
	}
	.portfolio-menu ul li {
		display: inline-block;
		text-align: center;
		float: none;
		width: 30.333%;
		padding: 10px 0;
	}
	.inner-banners-pedding {
		height: 150px;overflow: hidden;
	}
	.inner-banners-pedding .over-lay{
		padding-top: 0;
	}
	.welcome-wrp {
    padding: 20px 0 80px;
}
	.constrution .mb-5{
		margin-bottom: 30px !important;
	}
.constrution {
    margin-bottom: 30px;
    overflow: hidden;
}
	.consturcion-text ul li{margin-right: 10px;}
	
	
	.portfolio-item-market .item a{
		min-height: inherit;
		padding: 0 0 15px 0;
	}
	.portfolio-item-market .item{
		margin-bottom: 25px !important;
	}
.portfolio-item-market .item a h4 {
    font-size: 17px;
	padding: 20px 0;}
	
	.top-search-pedding{
		padding: 0;
		margin-top: 30px;
	}
	.our-projects-box_info p{
	overflow: hidden;
	max-height: inherit;
	min-height: inherit;
}
	.overlay-pedding12 .box-search-box .col-sm-4{
		margin-bottom: 20px;
	}
	.overlay-pedding12 .box-search-box {
		padding: 20px;}
	.overlay-pedding12 .over-lay {
		padding-top: 50px;}
	.overlay-pedding12 .text-center-box{
		width: 95% !important;
	}
	
	.property-pic{
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
		display: block;
	}
	.propety-box-right, .propety-box-left {
    	width: 100%;
		display: block;
		float: none;
}
	.cbp-hrmenu > ul > li.cbp-hropen > a::before{
		display: none !important;
	}
	.cbp-hrmenu > ul > li > a:hover::before{
		display: none !important;
	}
	.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
		background: #5a4bad;
	}
	
.cbp-hrmenu > ul > li > a:hover::before{
	   display: none;
}
.cbp-hrmenu > ul > li > a:hover {

		color: #fff;
/*	position: relative;*/
		background: #5a4bad;}
	
	.toppedding {
    margin-top: 20px;
    margin-bottom: 20px;
}
	
	.header1 .cbp-hrmenu > ul > li > a:hover{
		color: #fff !important;
	}
	.header1 .cbp-hrmenu > ul > li, .headers.add_shadow .cbp-hrmenu > ul > li{
		border-bottom: 1px solid #000;
	}
	.header1 .mobile_menu a span, .headers.add_shadow .mobile_menu a span{
  
    background: #000;
}
	.header1 .menu-wrapper{
		padding-top: 0;
	}
	.gallery-pic-box {
		height: 250px;}
	.detail-pic {
    width: 100%;
    background-size: cover;
		height: 75px;}
	.gallery-pictures {
		width: 29%;}
	.overlay-pic {
    width: 100%;
		height: 75px;}
	.price-ranges h2 {
    margin-bottom: 20px;
    font-size: 21px;
}
	.price-ranges-discount h6 {
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 300;
		margin-bottom: 20px;
		
}
	.featuress ul li:last-child{
		width: 100%;margin-top: 20px;
	}
	.featuress ul li {
    float: left;
    border-left: 1px solid #E9E9E9;
    width: 50%;
    padding: 0 10px;
		margin-bottom: 20px;
    overflow: hidden;
    display: inline-block;
		text-align: center;
}.featuress ul li h6 {
    font-size: 16px;
    color: #8E8E8E;
    margin-bottom: 10px;
    font-weight: 400;
}
	.Facilities ul li {
    /* float: left; */
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    vertical-align: top;
}
	.tabs-designs-id{
		margin-bottom: 30px;
	}
	.header-main h2 {
    color: #fff;
    font-size: 30px;
}
	.center .slick-prev {
    right: 65px !important;
    left: inherit !important;
}
}

@media only screen and (max-width: 481px) {
	.blog_page_detail_img{
		height: 350px;
	}
	.blog_page_detail_inner h1{
		font-size: 25px;
	}
	.floor_plan_gallery img{
		height: 300px;
	}
    .inner_banner_xl .col-sm-4{
        width: 100%;
    }
    .inner_banner_lg .col-sm-4{
        width: 100%;
    }
    .inner-banners-pedding{
        height: 300px;
    }
    .inner-banners-pedding .over-lay{
        height: 300px;
        padding-top: 135px;
    }
    .inner_banner_xl{
        height: 1150px;
    }
    .inner_banner_xl .over-lay{
        height: 1150px;
        padding-top: 135px;
    }
    .banners .slider-container .slider__item{
        min-height: 1100px;
    }
    .search-pannel{
        position: absolute;
        top: 150px;
        right: 3%;
        left: 3%;
        margin-top: 0;
    }
    .header-main h2{
        color: #161543;
    }
    .feature-box-wrp{
        padding: 20px;
    }
    .feauter-pic{
        height: 209px;
    }
    .header-main1 h2{
        color: #fff;
    }
}

	@media (max-width: 480px) {
		.socialmedia li {
    margin: 0 6px;
}
	}




/*
	Date: 30 Nov, 2022
	Auhor: Hasnain Ali
*/


.inner_banner_categories{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.inner_banner_categories a{
	display: inline-block;
	background-color: #6658dd;
	text-decoration: none;
	color: #fff;
	border-radius: 6px;
	padding: 10px;
	margin: 5px;
}
.inner_banner_categories a:hover{
	background-color: #574bbc;
}
.categories-inner-banners{
	height: 420px;
}
.categories-inner-banners .over-lay{
	height: 420px;
}
.features_card{
	border: none;
	border-radius: 0;
	margin-bottom: 25px;
}
.features_card .features_card_img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 6px;
	padding: 5px;
}
.features_card .features_card_img img{
	max-width: 100%;
	max-height: 100%;
}
.features_card h5{
	font-weight: 400;
	font-size: 14px;
	color: #555555;
	margin-bottom: 0;
	text-transform: uppercase;
}
.features_card .card-body{
	padding: 10px;
}
.section-wrp,
.welcome,
.section-serves,
.welcome-wrp,
.development,
.footer-bottom{
    overflow: hidden;
}
.lg-backdrop{
    z-index: 99999999;
}
.lg-outer{
    z-index: 999999999;
}
.slider-nav{
	width: 100% !important;
	text-align: left !important;
	left: 55px !important;
}
.menu-wrapper{
	margin-top: 15px;
}
.headers.add_shadow{
	padding-bottom: 15px;
}
.header1 .menu-wrapper{
	padding-top: 15px;
	height: 72px;
}
.home_menu_link{
	display: none !important;
}
.blog-txt{
	padding: 30px 15px 15px 15px;
}
.btnselect{
	padding: 5px 12px !important;
}
.propety-box-right{
	height: 287px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.property-txt h3{
	min-height: 48px;
}
.our-projects-box1 a{
	box-shadow: rgb(0 0 0 / 16%) 0px 3px 5px;
	border-color: transparent;
	background-color: #fff;
	border-radius: 7px;
}
.our-projects-box1 a:hover{
	background-color: #5A4BAD;
	border-color: #5A4BAD;
	box-shadow: rgb(90 75 173 / 16%) 0px 3px 5px;
}
.our-projects-box1 a:hover .btn{
	background-color: #fff;
	border-color: #fff;
	color: #5A4BAD;
}
.our-projects-box1 a:hover h6{
	color: #fff;
}
.our-projects-box1 a:hover h3{
	color: #fff;
}
.project_wrapper_custom:hover h3{
	color: #fff;
}
.blog_detail_page_side_ad{
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 10px;
	display: block;
}
.blog_detail_page_side_ad img{
	width: 100%;
	object-fit: cover;
}
.blog_page_detail{
	background-color: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	padding: 15px;
}
.white_box_global{
	background-color: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	padding: 15px;
}
.project_page_detail_tabs.sticky-top{
	top: 72px;
	z-index: 99999;
}
.search-pannel .form-control, .search-pannel .form-select{
	border: 1px solid #DCDCDC;
	border-radius: 6px;
}
.search-pannel .form-control:focus, .search-pannel .form-select:focus{
	border-color: #6658dd;
}
.search-pannel .select2-selection{
	border: 1px solid #DCDCDC !important;
	border-radius: 6px !important;
}
.search-pannel .select2-selection .select2-selection__arrow{
	top: 5px !important;
}
.box-search-box .form-control, .box-search-box .form-select{
	border: 1px solid #DCDCDC;
	border-radius: 6px;
}
.box-search-box .form-control:focus, .box-search-box .form-select:focus{
	border-color: #6658dd;
}
.box-search-box .select2-selection{
	border: 1px solid #DCDCDC !important;
	border-radius: 6px !important;
}
.box-search-box .select2-selection .select2-selection__arrow{
	top: 5px !important;
}
.inner_banner_xl{
	height: 500px;
}
.inner_banner_xl .over-lay{
	height: 500px;
}
.project_page_detail_gallery_pic{
	height: 450px;
	border-radius: 7px;
}
.project_page_detail_gallery_pic img{
	border-radius: 7px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}
.swiper-button-next, .swiper-button-prev{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
}
.swiper-button-next::after, .swiper-button-prev::after{
	color: #fff;
	font-size: 20px;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
	color: #000;
	background-color: #fff;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after{
	color: #000;
}
.swiper-button-next.dark, .swiper-button-prev.dark{
	border-color: #6658dd;
	background-color: #6658dd;
	color: #fff;
}
.swiper-button-next.dark::after, .swiper-button-prev.dark::after{
	color: #fff;
}
.swiper-button-next.dark:hover, .swiper-button-prev.dark:hover{
	color: #fff;
	background-color: #6658dd;
}
.swiper-button-next.dark:hover::after, .swiper-button-prev.dark:hover::after{
	color: #fff;
}
.wysiwyg_editor_div li{
	display: list-item !important;
}
.wysiwyg_editor_div img{
	max-width: 100%;
	max-height: 100%;
}
.wysiwyg_editor_div blockquote{
	font-style: italic;
	padding: 2px 8px 2px 20px;
	border-left: 5px solid #ccc;
	margin: 1.5rem;
}
.wysiwyg_editor_div blockquote p{
	margin: 1rem 0;
}
.wysiwyg_editor_div table{
	caption-side: inherit;
	border-collapse: inherit;
}
.wysiwyg_editor_div tbody,
.wysiwyg_editor_div td,
.wysiwyg_editor_div tfoot,
.wysiwyg_editor_div th,
.wysiwyg_editor_div thead,
.wysiwyg_editor_div tr{
	border-color: inherit;
	border-style: inherit;
	border-width: inherit;
}
.lg-toolbar{
	background-color: #000;
}
.projectYoutubeVideoDiv iframe{
	width: 100% !important;
	height: 600px !important;
}
.inline-gallery-container .lg-toolbar{
	background-color: #b7b7b7;
}
.inline-gallery-container .lg-backdrop{
	background-color: #b7b7b7;
}
.inline-gallery-container .lg-toolbar .lg-icon{
	color: #000;
}
.inline-gallery-container .lg-toolbar .lg-icon:hover{
	color: #fff;
}
.textualInnerBanner{
	height: 300px;
}
.textualInnerBanner .over-lay{
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
}
.inner_banner_lg{
	height: 350px;
}
.inner_banner_lg .over-lay{
	height: 350px;
}
.inner_banner_xl{
	height: 350px;
	transition: height 0.3s ease;
}
.inner_banner_xl .over-lay{
	height: 350px;
	transition: height 0.3s ease;
}
.inner_banner_xl.inner_banner_xl_properties{
	height: 450px;
}
.inner_banner_xl.inner_banner_xl_properties .over-lay{
	height: 450px;
}
.breadcrumb{
	margin-bottom: 20px;
}
.breadcrumb a:hover{
	color: #6658dd;
}
.footerSocialLinks{
	display: flex;
	list-style: none;
	margin-bottom: 0;
}
.footerSocialLinks li{
	margin: 5px;
}
.footerSocialLinks li a{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #6658dd;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 18px;
}
.select2-container--open .select2-dropdown{
	top: -32px;
}
.home_blogs_swiper .blog-box .blog-txt h3{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 38px;
}
.home_blogs_swiper_prev{
	left: -30px;
}
.home_blogs_swiper_next{
	right: -30px;
}
.property-box .alert-success{
	margin-bottom: 1rem;
	border: 1px solid #C6F7C6 !important;
}

/* Small Device */
@media only screen and (max-width: 992px){
	.features_card h5{
		font-size: 13px;
	}
}

/* Tablet */
@media only screen and (max-width: 767px){
	.footer-top .col-sm-4{
		width: 100%;
	}
	.footer-top .col-sm-8{
		width: 100%;
	}
	.footer-bottom .col-sm-4{
		width: 100%;
	}
	.footer-bottom .col-sm-2{
		width: 50%;
	}
	.feauter-pic{
		height: 209px;
	}
	.featured-property-box_col{
		width: 100%;
	}
	.services-box_col{
		width: 100%;
	}
	.header-main h2{
	 	color: #161543;
	}
	.header-main1 h2{
	  	color: #fff;
	}
	.fact_feature_row .col-sm-4{
		width: 50%;
	}
	.fact_feature_row .features_card .col-sm-8{
		width: 66.66666667%;
	}
	.fact_feature_row .features_card .col-sm-4{
		width: 33.33333333%;
	}
    .toppedding{
        margin-top: 145px;
    }
    .featuress ul li{
        border: none;
    }
    .featuress ul li:first-child{
        padding-left: 10px
    }
    .featuress ul li:last-child{
        padding-right: 10px
    }
    .contact-info{
        margin-top: 25px
    }
    .overlay-pedding12 .over-lay{
        padding-top: 130px;
    }
    .related_blogs_row{
        --bs-gutter-y: 0;
        --bs-gutter-x: 0;
    }
    .user_tag_row .col-sm-3, .user_tag_row .col-sm-9{
        width: 50%;
    }
    .pagination{
        flex-wrap: wrap;
    }
    .categories-inner-banners{
        height: 450px;
    }
    .categories-inner-banners .over-lay{
        height: 450px;
    }
    .addproperty a{
    	font-size: 12px;
    }
    .featured-property-box{
    	border: 1px solid #5a4bad;
    }
    .headers.add_shadow {
		background-color: transparent;
		box-shadow: none;
		padding-bottom: 0;
	}
	.blog_cats_wrapper{
		width: 100% !important;
	}
	.top-search-pedding{
		width: 100% !important;
	}
	.feature-box-wrp h3{
		min-height: 42px;
	}
	.menu-wrapper{
		margin-top: 0;
	}
	.logo{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.logo a{
		display: inline-block;
		margin: 0;
	}
	.mobile_menu{
		margin-top: -55px;
		right: 18%;
	}
	.menu{
		margin-top: 0;
		padding-bottom: 20px;
	}
	.header1 .menu-wrapper{
		padding-top: 0;
	}
	.home_menu_link{
		display: block !important;
	}
	.blog-txt .col-lg-8{
		width: 50%;
	}
	.blog-txt .col-lg-4{
		width: 50%;
	}
	.blog-txt .btnselect{
		width: auto;
		margin-top: 0;
	}
	.footer-bottom .col-sm-2{
		width: 50%;
	}
	.propety-box-right{
		height: auto;
	}
	.text_info{
		display: block;
		top: 90px;
	}
	.text_info h4, .text_info p{
		display: none;
	}
	.text_info .banner_btn{
		margin-top: 0;
	}
	.search-pannel{
		top: 175px;
		width: 65%;
		position: absolute;
		margin-top: 0;
		right: 3%;
		left: 3%;
	}
	.more_search_options_collapse_row .col-sm-6{
		width: 50%;
	}
	.inner_banner_xl{
		height: 820px;
	}
	.inner_banner_xl .over-lay{
		height: 820px;
	}
	.project_page_detail_gallery_pic{
		height: 250px;
	}
	.header1 .menu-wrapper{
		height: auto;
	}
	.project_page_detail_tabs.sticky-top{
		top: 80px;
	}
	.featured_property_share_box_row .col-sm-8{
		width: 66.66666667%;
	}
	.featured_property_share_box_row .col-sm-4{
		width: 33.33333333%;
	}
	.text_info h4{
		font-size: 30px;
		line-height: 40px;
	}
	.banner_btn{
		padding: 12px 15px;
		font-size: 14px;
	}
	.featuress ul{
		padding-left: 0;
	}
	.contactUsModalUserInfoRow .col-sm-6{
		width: 50%;
	}
	.relatedProjectsSection{
		margin-top: 20px;
	}
	.blog_detail_page_side_ad_col{
		margin-top: 20px;
	}
	.projectYoutubeVideoDiv iframe{
		width: 100% !important;
		height: 250px !important;
	}
	.our-projects-box_info .btnselect{
		width: auto;
		margin-top: 0;
	}
	.inline-gallery-container{
		height: 500px;
	}
	.inner_banner_lg .over-lay{
		padding-top: 90px;
	}
	.inner_banner_xl{
		height: 300px;
	}
	.inner_banner_xl .over-lay{
		height: 300px;
		padding-top: 90px;
	}
	.inner_banner_xl.inner_banner_xl_properties{
		height: 678px;
	}
	.inner_banner_xl.inner_banner_xl_properties .over-lay{
		height: 678px;
	}
	.banners .slider-container .slider__item{
		min-height: 530px;
	}
	.banners.homeBanner_expand .slider-container .slider__item{
		min-height: 850px;
	}
	.container{
		padding: 0 3%;
	}
	.section-wrp{
		padding-top: 60px;
	}
	.price-properties .price-ranges{
		margin-bottom: 20px;
	}
	.featuress{
		padding: 20px 0;
	}
	.featuress ul li:last-child{
		margin: 0;
	}
	.featuress ul li .alert{
		margin-bottom: 0;
	}
	.addproperty{
		display: none;
	}
	.our-projects .ourProjectsHomeBox .col-sm-6{
		width: 50%;
	}
	.home_blogs_swiper{
		padding: 0 3%;
	}
	.cbp-hrmenu > ul > li > a{
		display: block;
	}
	.search-pannel .col-sm-4{
		width: 100%;
	}
	.search-pannel .col-sm-8{
		width: 100%;
	}
	.box-search-box .col-sm-4{
		width: 100%;
	}
	.box-search-box .col-sm-8{
		width: 100%;
	}
	.What-we-box_col{
		width: 100%;
	}
	.maps_gallery .col-sm-3{
		width: 100%;
	}
	.our-projects-box a{
		padding: 0;
	}
	.floor_plan_gallery .col-sm-4{
		width: 100%;
	}
	.floor_plan_gallery img{
		height: 300px;
	}
	.toppedding_contact{
		margin-top: 50px;
	}
	.toppedding_contact .col-sm-6{
		width: 100%;
	}
}

/* Mobile */
@media only screen and (max-width: 481px){
	.fact_feature_row .col-sm-4{
		width: 50%;
	}
	.fact_feature_row .features_card .col-sm-8{
		width: 66.66666667%;
	}
	.fact_feature_row .features_card .col-sm-4{
		width: 33.33333333%;
	}
    .toppedding{
        margin-top: 145px;
    }
    .featuress ul li{
        border: none;
    }
    .featuress ul li:first-child{
        padding-left: 10px
    }
    .featuress ul li:last-child{
        padding-right: 10px
    }
    .contact-info{
        margin-top: 25px
    }
    .overlay-pedding12 .over-lay{
        padding-top: 130px;
    }
    .related_blogs_row{
        --bs-gutter-y: 0;
        --bs-gutter-x: 0;
    }
    .user_tag_row .col-sm-3, .user_tag_row .col-sm-9{
        width: 50%;
    }
    .pagination{
        flex-wrap: wrap;
    }
    .categories-inner-banners{
        height: 450px;
    }
    .categories-inner-banners .over-lay{
        height: 450px;
    }
    .addproperty a{
    	font-size: 12px;
    }
    .featured-property-box{
    	border: 1px solid #5a4bad;
    }
    .headers.add_shadow {
		background-color: transparent;
		box-shadow: none;
		padding-bottom: 0;
	}
	.blog_cats_wrapper{
		width: 100% !important;
	}
	.top-search-pedding{
		width: 100% !important;
	}
	.feature-box-wrp h3{
		min-height: 42px;
	}
	.menu-wrapper{
		margin-top: 0;
	}
	.logo{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.logo a{
		display: inline-block;
		margin: 0;
	}
	.mobile_menu{
		margin-top: -55px;
		right: 12px;
	}
	.menu{
		margin-top: 0;
		padding-bottom: 20px;
	}
	.header1 .menu-wrapper{
		padding-top: 0;
	}
	.home_menu_link{
		display: block !important;
	}
	.blog-txt .col-lg-8{
		width: 50%;
	}
	.blog-txt .col-lg-4{
		width: 50%;
	}
	.blog-txt .btnselect{
		width: auto;
		margin-top: 0;
	}
	.footer-bottom .col-sm-2{
		width: 50%;
	}
	.propety-box-right{
		height: auto;
	}
	.text_info{
		display: block;
		top: 90px;
	}
	.text_info h4, .text_info p{
		display: none;
	}
	.text_info .banner_btn{
		margin-top: 0;
	}
	.search-pannel{
		top: 175px;
		width: 94%;
	}
	.more_search_options_collapse_row .col-sm-6{
		width: 50%;
	}
	.inner_banner_xl{
		height: 820px;
	}
	.inner_banner_xl .over-lay{
		height: 820px;
	}
	.project_page_detail_gallery_pic{
		height: 250px;
	}
	.header1 .menu-wrapper{
		height: auto;
	}
	.project_page_detail_tabs.sticky-top{
		top: 80px;
	}
	.featured_property_share_box_row .col-sm-8{
		width: 66.66666667%;
	}
	.featured_property_share_box_row .col-sm-4{
		width: 33.33333333%;
	}
	.text_info h4{
		font-size: 30px;
		line-height: 40px;
	}
	.banner_btn{
		padding: 12px 15px;
		font-size: 14px;
	}
	.featuress ul{
		padding-left: 0;
	}
	.contactUsModalUserInfoRow .col-sm-6{
		width: 50%;
	}
	.relatedProjectsSection{
		margin-top: 20px;
	}
	.blog_detail_page_side_ad_col{
		margin-top: 20px;
	}
	.projectYoutubeVideoDiv iframe{
		width: 100% !important;
		height: 250px !important;
	}
	.our-projects-box_info .btnselect{
		width: auto;
		margin-top: 0;
	}
	.inline-gallery-container{
		height: 400px;
	}
	.inner_banner_lg .over-lay{
		padding-top: 90px;
	}
	.inner_banner_xl{
		height: 300px;
	}
	.inner_banner_xl .over-lay{
		height: 300px;
		padding-top: 90px;
	}
	.inner_banner_xl.inner_banner_xl_properties{
		height: 678px;
	}
	.inner_banner_xl.inner_banner_xl_properties .over-lay{
		height: 678px;
	}
	.banners .slider-container .slider__item{
		min-height: 530px;
	}
	.banners.homeBanner_expand .slider-container .slider__item{
		min-height: 850px;
	}
	.container{
		padding: 0 3%;
	}
	.section-wrp{
		padding-top: 60px;
	}
	.price-properties .price-ranges{
		margin-bottom: 20px;
	}
	.featuress{
		padding: 20px 0;
	}
	.featuress ul li:last-child{
		margin: 0;
	}
	.featuress ul li .alert{
		margin-bottom: 0;
	}
	.addproperty{
		display: none;
	}
	.our-projects .ourProjectsHomeBox .col-sm-6{
		width: 50%;
	}
	.home_blogs_swiper{
		padding: 0 3%;
	}
	.toppedding_contact{
		margin-top: 50px;
	}
	.home_blogs_swiper_prev{
		left: 0;
	}
	.home_blogs_swiper_next{
		right: 0;
	}
}

/* Tablet Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1280px)
and (orientation: landscape){
	.features_card h5{
		font-size: 13px;
	}
}