/* GENERAL STYLES
================================================ */

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 4.5em;
    font-weight: 300;
}
h2 {
    font-size: 1.8em;
    
    color: #606060;
}
h3 {
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
    color: #111;
}
p {
    font-size: 15px;
    color: #727272;
    line-height: 1.5em;
    font-weight: 400;
}
a {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #b3cddf;
    font-weight: 400;
    letter-spacing: .3px;
}
a:hover {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.section-title {
    margin-bottom: 15px;
    padding-bottom: 20px;
	text-align:left;
    border-bottom: 1px solid #036992;
	color:#036992;
	font-weight:200;
	/*text-transform:capitalize;*/
	font-size:48px;
}
.button {
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-block;
    color: #5F5F5F;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.button:hover {
    text-decoration: none;
    background: #454545;
    border-color: #454545;
}
.overlay {
    background: rgba(43, 191, 217, 0.90);
}
/* NAVIGATION
================================================ */

.navbar-default {
    background: #036992;
    border-color: #036992;
    padding: 0px 0;
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.navbar-brand {
    padding: 12px 15px;
    max-width: 220px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    margin-right: 8px;
}

.active{
	border-bottom:4px solid #fff;
}
.active2{
	border-bottom:4px solid #b3cddf;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
	border-bottom:4px solid #fff;
}
.mbversa{
	margin-right:5px;
}
.mbversa2{
	margin-right:10px;
}
.mt-15{
	margin-top:15px;
}
.mb-15{
	margin-bottom:15px;
}
.mt-30{
	margin-top:30px;
}
.mb-30{
	margin-bottom:30px;
}
.mt-60{
	margin-top:60px;
}
.mb-60{
	margin-bottom:60px;
}
.pt-15{
	padding-top:15px;
}
.pb-15{
	padding-bottom:15px;
}
.pt-30{
	padding-top:30px;
}
.pb-30{
	padding-bottom:30px;
}

/* HEADER
================================================ */


/* SERVICES
================================================ */

#services {
    background: #fff;
    border-bottom: 1px solid #efefef;
	padding:100px 0 60px;
}
.pdflista_para{
	text-align:left;
	font-size:18px;
	color:#303355;
	margin: 10px 0;
}
.pdflista_para_btn{
	background:#b3cddf;
	color:#fff;
	display:table;
	float:right;
	padding:15px 40px;
	border-radius:8px;
	letter-spacing:2px;
	margin: 10px 0;
	border:none;
}
.pdflista_para_btn:hover{
	background:#b3cddf;
	color:#fff;
	text-decoration:none;
}
.special_input .form-control{
	background:#F6F7F9;
	height:50px;
	color:#323C6E;
	font-size:16px;
	font-weight:400;
	border:1px solid #9297B2;
	border-radius:0 8px 8px 0;
}
.special_input .form-control::-moz-placeholder{
	opacity:1;
}
.special_input .form-control::-webkit-placeholder{
	opacity:1;
}
.special_input .form-control::placeholder{
	opacity:1;
}
.pdf_list_four_buttons{
	background:#F5F6F8;
	padding-left:30px;
	padding-right:30px;
}
.four_buttons2{
	width:100%;
	display:table;
	background:#b3cddf;
	border:1px solid #b3cddf;
	font-weight:500;
	font-size:16px;
	color:#fff;
	padding:13px 30px;
	border-radius:6px;
}
.four_buttons{
	width:100%;
	display:table;
	background:#fff;
	border:1px solid #9297B2;
	font-weight:500;
	font-size:16px;
	color:#303355;
	padding:13px 30px;
	border-radius:6px;
}
.four_buttons.active{
	background:#303355;
	border:1px solid #303355;
	color:#fff;
	text-decoration:none;
}
.four_buttons:hover{
	background:#303355;
	border:1px solid #303355;
	color:#fff;
	text-decoration:none;
}
.four_buttons3{
	width:100%;
	display:table;
	background:#fff;
	border:1px solid #9297B2;
	font-weight:500;
	font-size:16px;
	color:#303355;
	padding:13px 30px;
	border-radius:6px;
}
.four_buttons3.active{
	background:#b3cddf;
	border:1px solid #b3cddf;
	color:#fff;
	text-decoration:none;
}
.four_buttons3:hover{
	background:#b3cddf;
	border:1px solid #b3cddf;
	color:#fff;
	text-decoration:none;
}
.property_link{
	width:100%;
	display:table;
	background:#fff;
	border:1px solid #9297B2;
	font-weight:500;
	font-size:16px;
	color:#303355;
	padding:11px 15px;
	text-align:left;
	border-radius:6px;
	margin-bottom:10px;
	
  
}
.property_link:hover{
	background:#303355;
	border:1px solid #303355;
	color:#fff;
	text-decoration:none;
}
.property_link.active{
	background:#b3cddf;
	border:1px solid #b3cddf;
	color:#fff;
}
.accordion {
  margin-top: 40px;
}
.accordion .card {

  margin-bottom: 0;
}
.accordion .card h2 {
  background: url(../img_new/arrow_down.png) no-repeat calc(1% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 25px;
  color:#303355;
  text-align:left;
  font-weight:200;
  padding-left: 35px;
}
.accordion .card h2.collapsed {
  background-image: url(../img_new/right_arrow.png);
}
.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 25px;
  padding-top: 25px;
}
.accordion .card:first-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
   /* background-color: #fff;*/
    background-clip: border-box;
    border-bottom: 1px solid #9297B2;
    border-radius:0;
}
.bg_color div{
    
 /*background-color: #F5F6F8 !important;*/
   
}


.collapse:not(.show) {
    display: none;
}
.tab_image img{
	width:100%;
	border-radius:6px;
	height:100%;
	/*max-height:160px;
	min-height:160px;
	*/
	object-fit:fill;
}
/*.tab_image a img:hover{
	box-shadow:0px 8px 10px 0 #999;
	transition:all 300ms ease-in-out 0ms;
}
.tab_image a i:hover{
	box-shadow:0px 8px 10px 0 #999;
	transition:all 300ms ease-in-out 0ms;
}*/
.newtest img:hover{
	box-shadow:0px 8px 10px 0 #999;
	transition:all 300ms ease-in-out 0ms;
}

.property_info2{
	padding:0px 0;
}
.property_info2 h4{
	font-size:16px;
	font-weight: normal;
	color:#303355;
	margin:15px 0;
	text-align:left;
}
.property_info{
	padding:15px 0;
}
.property_info h4{
	font-size:16px;
	font-weight: normal;
	color:#303355;
	margin:15px 0;
	text-align:left;
}
.first_nav{
	margin-left:0 !important;
}
.mallista_title h3{
	text-align:left;
	font-size:34px;
	font-weight:200;
	color:#303355;
	text-transform:capitalize;
}
.mallist_prop_img{
	
	
	/*min-height: 297px;*/
   /* height: 240px;*/
	/*transition:all 300ms ease-in-out 0ms;*/
}
.mallist_prop_img:hover{
	/*box-shadow:0px 8px 10px 0 #999;
	transition:all 300ms ease-in-out 0ms;*/
}
.mallist_prop_img2{
	min-height: 120px;
    height: 120px;
	padding-top:10px;
	text-align:center;
	transition:all 300ms ease-in-out 0ms;
}
.mallist_prop_img2 img{
	border: solid #9297B2 1px ;
}
.mallist_prop_img2 img:hover{
	box-shadow:0px 8px 10px 0 #999;
	transition:all 300ms ease-in-out 0ms;
}
.mallist_prop_img img{
	
	max-width:100%;
	/*border-radius:0px;*/
	max-height: 100%;
    object-fit: contain;
	vertical-align:central;
	/*margin:auto;*/
	border: solid #9297B2 1px ;
	
}
.mallist_prop_img img:hover{
	box-shadow:0px 8px 10px 0 #999;
	transition:all 300ms ease-in-out 0ms;
}
.mallist_prop_img_link a{
    display: table;
	width:70%;
    background: #fff;
    border: 1px solid #9297B2;
    font-weight: 500;
    font-size: 16px;
    color: #303355;
    padding: 12px 10px;
    border-radius: 6px;
	margin:10px auto 0px;
	margin-bottom:40px !important ;
}
.mallist_prop_img_link a:hover{
	background:#303355;
	border:1px solid #303355;
	color:#fff;
	text-decoration:none;
}
.mallist_prop2_img{
	border:1px solid #9297B2;
}
.mallist_prop2_img img{
	width:100%;
	border-radius:0px;
	height:100%;
	max-height:190px;
	min-height:190px;
	object-fit:fill;
	transition:all 300ms ease-in-out 0ms;
}
.mallist_prop2_img img:hover{
	box-shadow:0px 8px 10px 0 #999;
	transition:all 300ms ease-in-out 0ms;
}
.border{
	border-top:1px solid #9297B2;
}
/* FOOTER
================================================ */

footer {
    background: #F5F6F8;
    border-top: 1px solid #efefef;
    padding: 20px 0;
}
.footer-menu li {
    border-right: 1px solid #e4e4e4;
}
.footer-menu li:last-child {
    border-right: none;
}
.footer-menu a {
    color: #A8A8A8;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 5px;
}
.footer-menu a:hover {
    color: #41C8DE;
    text-decoration: none;
}
.footer-content p {
    color: #303355;
    font-size: 14px;
	margin:0;
}

