.ab-icon:before{ font-family: 'dashicons'; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    line-height: 1.48;
    color: #000;
}
a, p, li, span, label,input,button{
    font-family: 'Lato', sans-serif !important;
}
a{
    text-decoration: none;
}

a:hover{
    color: #1d637d;
    text-decoration: none;
}

li{
	list-style-type: none;
}

.shadow {
    -webkit-box-shadow: 0 3px 30px 0 rgba(216,216,216,.5)!important;
    box-shadow: 0 3px 30px 0 rgba(216,216,216,.5)!important;
}

.btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 1.313rem 1rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

body{
    overflow-x: hidden; /* Hide horizontal scrollbar */
    padding-right: 0px !important;
}

.modal-open{
    overflow-y: unset !important;
    overflow-x: hidden !important;
}

.customize-support{
    padding-right: 0px !important;
}
section[data-title]{
    position: relative;
}
/* 
section[data-title]:before {
    content: attr(data-title);
    color: #cfd9df;
    font-size: 365px;
    line-height: 247px;
    letter-spacing: 66.67px;
    opacity: .2;
    white-space: nowrap;
    
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
} */

section .section_heading{
    margin-bottom: 100px;
    letter-spacing: 8px;
    text-transform: uppercase;    
    font-size: 42px;
}

section .section_heading:after {
    content: '';
    width: 170px;
    height: 1px;
    background-color: #2b95bb;
    display: block;
    margin: 2.25rem auto;
}

.navbar{
    z-index: 999;
}

/*====================Header Menu=============================*/
.header_div .navbar-nav{
    float: right;
    margin-top: 28px;
}
.header_div .navbar-nav>li{
    display:inline-block;
    margin-right: 15px;
    list-style-type: none;
}
.header_div .navbar-nav>li>a{
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700 !important;
    background-color: inherit;
}
.header_div .navbar-inverse .navbar-nav>li>a:hover{
    color: inherit;
    background-color: inherit;
}
.header_div .navbar-inverse .navbar-nav>.open>a:hover{
    background-color: inherit;
}
.header_div .dropdown-menu>.active> a{
    background-color:inherit;
    color:#222;
}
.header_div .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.header_div .navbar-inverse .navbar-nav>.open>a{
    background-color:inherit !important;
    color:inherit !important;
}
.header_div .navbar-inverse .navbar-nav>.active>a{
    background-color:inherit !important;
    color:inherit !important;
}

/*====================Home Page Menu=============================*/
/*#top_section .navbar-nav{
    float: right;
}
#top_section .navbar-inverse .navbar-nav>li{
    margin-right: 15px;
    list-style-type: none;
}

#top_section .navbar-inverse .navbar-nav>li:last-child{
    margin-right: 0px !important;
}
#top_section .navbar-inverse .navbar-nav>li>a{
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900 !important;
    background-color:inherit;
}*/
/**********************Home Page Header*****************************************/
#navbar {
	position: fixed;
    top: 0;
	left:0;
	right:0;
    width: 100%;
    display: block;
    transition: top 0.3s;
    border-bottom: inherit;
    z-index: 9999;
	box-shadow: 0 2px 3px rgb(51 51 51 / 20%);
	border-top: 4px solid #0ec6d5;
}
.header_second{
	background-color:white;
	padding:6px 0px;
}
.header_second .main_div .header_text {
	display: inline-block;
    vertical-align: middle;
}
.header_second .main_div .header_text .image_div{
	display:contents;
}
.header_second .main_div .header_text{
	display:flex;
}
.header_second .main_div .header_text .image_div{
border-radius: 50%;
    height:45px;
	width:45px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
	background-position:center;
	margin-right:15px;
	margin-top:0px;
	border:2px solid #0ec6d5;
}
.header_second .main_div .header_text p{
	color:black;
	font-size:14px;
    margin-top:12px;
}
.header_second .main_div .header_logo_imge{
	margin-top:6px;
}
.header_second .main_div .header_logo_imge img{
	width:84%;
}
.header_second .main_div .header_button{
	padding-left:0px;
	margin-top:2px;
	margin-bottom:0px;
	text-align:right;
}
.header_second .main_div .header_button li{
	display:inline-block
}
.header_second .main_div .header_button li a{
	text-decoration:none;
    line-height: 32px;
    color: #FFFFFF;
    background: #0ec6d5;
    border: 2px solid #0ec6d5;
	text-align: center;
    border-radius: 4px;
    padding: 2px 0px;
	display:block;
}

.header_second .main_div .header_button li a span{
	border-right:1px solid #ffffff;
	display: inline-block;
    padding: 0 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
}
.header_second .main_div .header_button li a i{
display: inline-block;
    padding: 0 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
}

/* ======================== Home page top section ==================== */
.top_header_section {
    position: absolute !important;
	width : 100%;
}
#top_section{
	height: 100vh;
}
#top_section .navbar-inverse{
    background-color: inherit;
    border-color: inherit;
    border:inherit;
}
#top_section header{
    margin-top:30px;
}
#top_slider_section .header_div .navbar-nav>li{
    display:inline-block;
    margin-right: 15px;
    list-style-type: none;
}
#top_slider_section .header_div .navbar-nav>li>a{
    color: #222 !important;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700 !important;
    background-color: inherit;
}
#top_slider_section .header_div .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{
    background-color: inherit;
	color:#000000 !important;
}
#top_slider_section .header_div .navbar-inverse .navbar-nav>.open>a:hover{
    background-color: inherit;
}
#top_slider_section .header_div .navbar-nav>li>a {
    color: #ffffff !important;
}

#top_section .header_div .navbar-nav>li>a .caret{
	display: none;
}
.header_div .navbar-nav{
  padding-left:28px;
  margin-top:35px;
}
.header_div .navbar-inverse .navbar-brand{
display:block;
}
.header_div .navbar-inverse .navbar-brand img{
width:60px;
}

#top_section .header_div .navbar-nav{
	padding-left: 0px;
    float: inherit;
    text-align: right;
	margin-top: 0px;
}


#top_section .header_div .navbar-nav>li{
	margin: 0 0 0 54px;
}

#top_section .header_div .navbar-nav li.dropdown{
	position:relative;
}

#top_section .header_div .navbar-nav li.dropdown:after{
	content: '\f0dd';
    font-family: 'FontAwesome';
    font-size: 1.6em;
    color: white;
	position:absolute;	
    text-align: center;
    display: block;
    left: 42%;
    top: 50%;
	opacity: 0;
}

#top_section .header_div .navbar-nav li.dropdown:hover:after{
	opacity: 1;
}

#top_section .header_div .navbar-nav li:hover a{
	opacity: 0.8;
}

#top_section .header_div .navbar-nav>li:first-child {
    margin: 0 0 0 0;
}

#top_section .header_div .navbar-nav>li>a{
	color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: block;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    text-transform: uppercase;
    letter-spacing: 0.1em;
	padding-top: 35px;
	padding-bottom: 35px;
}



#top_section .about-button .about-button-anchor{
	position: relative;
    display: inline-block;
    width: 33%;
    text-align: center;
    background: transparent;
	color: #dd3333;
    text-transform: uppercase;
    font: bold 17px "Karla", sans-serif;
    z-index: 1;
	margin: 0px 5px;
}


#top_section .about-button .left:before{
	content: "";
    line-height: 65px;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#top_section .about-button .right:before{
	content: "";
    line-height: 65px;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#top_section .about-button .about-button-anchor:hover a{
	color: white;
}

#top_section .about-button .about-button-anchor:hover::before{    
	width: 6px;
}


#top_section .about-button{
	position: relative;
    display: block;
    margin: 30px 0px;
}

#top_section .about-button .about-button-anchor a{
	position: relative;
    color: #3d6864;
    text-transform: uppercase;
    font: bold 17px "Karla", sans-serif;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background: none;
	padding: 20px 15px;
}


#front_page_header .navbar-nav>li>a{
color:#ffffff;
}
.header_button_div{
 padding-top:16px;
}
.header_button_div a{
    background-color: #fc0;
  padding-right: 0;
  overflow: hidden;
  padding-left: 2em;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  border-radius: 2px;
  color: #0e2459;
  text-transform: uppercase;
  font-weight: 900;
  box-shadow: none;
  transition: 0.2s;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  margin: 0.5em;
  margin-left:0px;
  }
.header_button_div a:after{    
    content: '\f061';
  font-family: 'FontAwesome';
  background-color: rgba(255,255,255,0.34);
  padding: 0.4em;
  margin-left: 2em;
  font-size: 1.6em;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  }
.header_button_div a:hover{
    transform: none;
  opacity: 1 !important;
  transition: 0.2s;
  background-color: #ffd849;
  padding-left: 3em;
}
.header_button_div{
	 padding-top:16px;
}
.header_button_div a{
      background-color: #fc0;
    padding-right: 0;
    overflow: hidden;
    padding-left: 1em;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    border-radius: 2px;
    color: #0e2459;
    text-transform: uppercase;
    font-weight: 900;
    box-shadow: none;
    transition: 0.2s;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    margin: 0.5em;
    margin-left:0px;
    }
.header_button_div a:after{    
      content: '\f061';
    font-family: 'FontAwesome';
    background-color: rgba(255,255,255,0.34);
    padding: 0.4em;
    margin-left: 2em;
    font-size: 1.6em;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    }
.header_button_div a:hover{
      transform: none;
    opacity: 1 !important;
    transition: 0.2s;
    background-color: #ffd849;
    padding-left: 2em;
}

/*#top_section  .navbar-brand>img{
    width: 100%;
}
#top_section .navbar-nav{
    margin-top:30px;
}
#top_section .navbar-inverse .navbar-nav>li{
    margin-right: 19px;
    list-style-type: none;
}
#top_section .navbar-inverse .navbar-nav>li>a{
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900 !important;
}
#top_section .navbar-inverse .navbar-nav>li>a:hover{
    color: #0ca5b1;
}

#top_section .main_div .social_icon{
    padding-left: 0px;
    margin-top:21px;
    float: right;
}
#top_section .main_div .social_icon li{
    display: inline-block;
    margin-left: 20px;
}
#top_section .main_div .social_icon li a{
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    background-color: #0ec6d5;
    border-color: #0ec6d5;
}
#top_section .main_div .social_icon li a:hover{
    color: #fff;
    background-color: #0ca5b1;
    border-color: #0b9aa5;
}
*/
#top_section .top-section-box{
    padding: 100px 0px;
    width: 70%;
	margin-top: 150px;
}
#top_section .headding{
    color: #ffffff;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 60px;
}
#top_section .slider_text {
	color: #ffffff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 300 !important;
}
#top_section .image_line{
    text-align: center;
    margin-bottom: 24px;
}
#top_section .image_line img{
    width: 50%;
    margin-top: 30px;
}
#top_section .slider_button{
	text-align: center;
    padding-left: 0px;
	margin-top:60px;
	padding:0px 108px;
}
#top_section .slider_button li{
    display:block;
}  
#top_section .slider_button li a{
    cursor: pointer;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 3px;
      line-height: 1.2;
      padding: 12px 90px;
      text-transform: uppercase;
      white-space: normal;
      width: auto;
      color: #fff;
    background-color: #0ec6d5;
    border-color: #0ec6d5;
    text-decoration: none;
    border-radius: 3px;
	display:block;
}
#top_section .slider_button li a:hover{
    color: #fff;
    background-color: #0ca5b1;
    border-color: #0b9aa5;
}
#top_section .select_form{
    margin-bottom: -68px;
    z-index: 10;
    color: #ffffff;
    background:#0ec6d5;
    border: 20px solid #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
    padding: 40px;
  }
  #top_section .select_form h1{
    font-size: 46px;
    text-align: center;
}
#top_section .select_form p{
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}
  #top_section .select_form ul{
    margin-top: 47px;
    padding-left: 0px;
    border-radius: 2px;
    border-color: #dddddd;
    border-width: 1px;
    border-style: solid;
    background: rgba(255,255,255,0.2);
    padding: 30px;
  }
  #top_section .select_form ul li{
    width: 19%;
    display: inline-block;
    margin-right: 7px;
  }
  .form_div select.bfg-input-field option{
  background-color: #097b97!important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  font-size: 14px;
  font-weight: 400;
  }
  #top_section .select_form .btn-bg2, [id^="MBBv3"] .btn-bg2{
    color: #ffffff;
    background: rgba(22, 22, 22, 0.6);
    border: 2px solid #fff;
    text-decoration: none;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    height:43px !important;
    padding: 14px 50px !important;
    width: auto;
    text-decoration: none;
    line-height: 18px;
  }
  #top_section .select_form .bfg-btn:hover, [id^="MBBv3"] .bfg-btn:hover .tablet-hidden {
    color:#ffffff !important;
    background-color:#0ca5b1 !important;
    border:#0ca5b1 !important;
  }
  #top_section .select_form .btn-bg2, [id^="MBBv3"] .btn-bg2 .tablet-hidden{
    font-size: 16px;
    color: #222 !important;
    background-color:#ffffff;
    display: block;
    width: 100%;
    height: 52px !important;
    text-align: center;
    padding: 17px 0px !important;
  }
  #top_section .select_form select.bfg-input-field{
    color: #ffffff !important;
    background-color: rgba(26, 26, 26, 0);
    border-color: #ffffff;
    border: 1px solid #ffffff !important;
    display: block;
    font-size: .8125em;
    height: 32px;
    line-height: 32px;
    padding: 0px 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
  }
  #top_section .select_form select.bfg-input-field{
    height: 55px !important;
    font-size: 16px !important;
    background-color: #ffffff;
    font-weight:400;
    width: 100%;
    border-radius: 0px;
    color: #222 !important;
}


/*************header_pages_start*******************/
.header_div .navbar-nav{
    float:inherit;
	padding-left:0px;
	text-align:center;
    margin-top: 36px;
}
.header_div .navbar-nav>li{
    display:inline-block;
    margin-right: 15px;
    list-style-type: none;
	float:inherit;
}
.header_div .navbar-nav>li>a{
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700 !important;
    background-color: inherit;
}
.header_div .navbar-inverse .navbar-nav>li>a:hover{
    color: inherit;
    background-color: inherit;
}
.header_div .navbar-inverse .navbar-nav>.open>a:hover{
    background-color: inherit;
}

.header_div .dropdown-menu>.active> a{
	background-color:inherit;
	color:#222;
}
.header_div .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.header_div .navbar-inverse .navbar-nav>.open>a{
	background-color:inherit !important;
	color:inherit !important;
}
.header_div .navbar-inverse .navbar-nav>.active>a{
	background-color:inherit !important;
	color:inherit !important;
}
/*************header_pages_start*******************/


 /*==========================Seller_section====================*/
#Seller_section{
    padding: 100px 0px;
}
#Seller_section .main_div .border_div{
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #ddd;
    border-right-width: 1px;
    padding-left: 27px!important;
}
#Seller_section .main_div .sold_image{
    text-align: center;
}
#Seller_section .main_div .heading_tag{
    text-align: center;
    padding-top: 10px;
}
#Seller_section .main_div .heading_tag{
    font-size: 28px;
    font-weight: 300;
    display: block;
    color: #282828;
    margin-bottom: 9px;
    margin-top: 11px;
    margin-left: 2px;
}
#Seller_section .main_div .heading_tag a:hover{
    color: #236681;
}
#Seller_section .main_div .seller_text{
    padding-top: 10px;
 }
#Seller_section .main_div .seller_text p{
    font-size: 17px;
    color: #656565;
    padding: 0 19px;
    font-weight:300 !important;
    text-align: center;
 }
#Seller_section .main_div .seller_button{
    text-align: center;
    padding-left: 0px;
    padding-top: 20px;
 }
#Seller_section .main_div .seller_button li{
    display: block;
 }
#Seller_section .main_div .seller_button li a{
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    border-style: none;
    border-width: 0;
    background-clip: border-box;
    background: #fff;
    color: #236681;
    margin-right: 12px;
    margin-bottom: 10px;
    font-size: 16px;
}
#Seller_section .main_div .seller_button li i{
    color: #236681;
 }

/**************about*****************/
#about{
	position: relative;
	padding: 0px;
}

#about .about-image-part{
	padding-right: 0px;
}

#about .about-image-part .background-box{
	padding: 100px 0px 50px;
}

#about .about-image-part .background-box .back-image{
	border: 10px solid white;
	min-height: 550px;
}

#about .about-image-part .background-box .back-image .agent-image{
	position: absolute;
	bottom: -112px;	
}

#about .about-image-part .background-box .back-image .agent-image img{
	width : 100%;
	height: auto;
}


#about .main_div .text{
    font-size:16px;
    color: #0ec6d5!important;
    padding-top: 5px;
    text-transform: uppercase;
    position: relative;    
	padding: 50px 0 40px 75px;
}

#about .main_div .text .feature-text{
	color: #6d6d6d;
    font-size: 22px;
    letter-spacing: 0.400em;
	margin-bottom: 0px;
}

#about .main_div .text:after{
    content: '';    
}
#about .main_div .headding{
    font-size: 70px;
    font-weight: 900;
    color: #3d6864;
    margin-top: 0px;
}
#about .main_div .headding span{
    color:#37cfa2;
}
#about .main_div .para-text{
    font-weight: 600;
    line-height: 1.867;
    padding: 0 15px 0 0;
    max-width: 660px;
	text-transform: none;
}

.view_more_button {
	display: block;
	text-align:center;
	padding-top: 50px;
}

.view_more_button .about-button a{
	display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0);
    padding: 15px 26px;
    border: 1px solid #008080;
	border-radius: 0%;
	color: black;
	position:relative;
	padding-left: 70px;	
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.view_more_button .about-button a:hover {
	background: #008080;
	color: white;
}

.view_more_button .about-button a:hover:before{
	color: white !important;
}

.view_more_button .about-button a:before{
	content:"\f18c";
	font-family: 'FontAwesome';
	font-size: 20px;
	position : absolute;
	left: 30px;
    top: 13px;
    color: #008080;
}

#about .main_div .social-media{
	display: flex;
    align-items: center;
	margin-left: 0px;
}

#about .main_div .social-media ul{
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 45px;
}

#about .main_div .social-media ul li{
	display: inline-block;	
	padding:0px 10px;
}

#about .main_div .social-media ul li a{
	font-size: 21px;
    color: #008080;
}
#about .main_div .social-media ul li a:hover{
	color: black;
}


#about .main_div .box8 .icon,
.box8 .title {
  margin: 0;
  position: absolute;
}
#about .main_div .box8 {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#about .main_div .box8 .about_text_second {
    list-style: none;
    padding: 0;
    top: 75%;
    left: 6%;
    right: 0;
    position: absolute;
}
#about .main_div .box8 .about_text_second li{
  display: block;
  font-size: 30px;
  color: #37cfa2;
}
@media only screen and (max-width: 990px) {
    #about .main_div .box8 {
    margin-bottom: 20px;
  }
}

#how-it-work{
	padding: 60px 0px;
	min-height: auto;
}

#how-it-work .container{
	margin-bottom: 0px;
}

#how-it-work h2{
	font-size: 70px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.9;
	margin: 0px;
}

#how-it-work ul{
	list-style-type: none;
	padding-left: 0px;
}

#how-it-work ul li{
	position: relative;
	padding: 2px 0px 2px 53px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
	margin: 10px 0px;
}

#how-it-work ul li:before{
	content: "\f046";
	font-family: 'FontAwesome';
	font-size : 24px;
	color: #75c9c1;
	position: absolute;
	top: 0px;
	left:0px;
	font-weight: normal;
}

.home #communities{
	padding : 100px 0px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.head_part{
	position: relative;
	margin-bottom: 50px;
}

.head_part h2{
	font-size: 180px;
    font-weight: 900;
    color: #ffffff;
    line-height: 0.86;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.head_part .head_content{
	position:absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align:center;
}

.head_part .head_content p{
	color: #6d6d6d;
    font-size: 22px;
    letter-spacing: 0.400em;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}

.head_part .head_content h3{
	font-size: 70px;
    font-weight: 900;
    color: #3d6864;
    margin: 0px;
    padding: 0px;
    line-height: 70px;
}

.home #communities .box{
	padding: 0px 5px;
}

.home #communities article{
	margin-bottom : 10px;
}

.home #communities article figure {
    position: relative;
    height: 327px;
    background: #000;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -ms-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
}
.home #communities article figure:hover {
    background: linear-gradient(45deg,#b70800 0,#2b95bb 100%);
}

.home #communities article figure img{
    width: 100%;
    opacity: .49;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
}

.home #communities article figure:hover .read-more{
    opacity: 1;
}

.home #communities article figure:hover figcaption{
    opacity: 0;
}

.home #communities article figure:hover figcaption h2{
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-150px,0);
}

.home #communities article figure:hover figcaption p{
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,150px,0);
}

.home #communities article figure figcaption {
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    opacity: 1;
    width: 80%;
}

.home #communities article figure figcaption h2 {
    font-size: 4rem;
    margin: 0;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 700;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
}

.home #communities article figure figcaption h2:after{
    content: '';
    width: 170px;
    height: 2px;
    background-color: #3d6864;
    display: block;
    margin: 2.25rem auto;
}

.home #communities article figure figcaption p {
    font-size: 1.4rem;
    line-height: 3rem;
    color: #d8d8d8;
    margin: 0;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    font-weight: 400;
}

.home #communities article figure a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    font-size: 14px;
    line-height: 2rem;
    letter-spacing: 2.15px;
    min-width: 230px;
    -webkit-transition: all .35s;
    transition: all .35s;
	background-color: #3d6864;
}

.home #communities article figure a:hover{
	border-color: #3d6864;
}

/**************Featured*****************/
.community_page_listing{
	background-color:inherit !important;
}
#Featured{
    padding: 100px 0px;
    background-color:#f7f7f7;
  }
#Featured .headding{
    font-size:4rem;
    color: #252525!important;
    text-align: center;
    position: relative;
}
#Featured .headding:before{
    content: '';
    position: absolute;
    left: 0%;
    right: 0%;
    text-align: center;
    margin: auto;
    top:85%;
    display: block;
    width: 75px;
    height:2px;
    margin-top: 19px;
    margin-bottom: 21px;
    background-color:#0ec6d5;
}
/* #Featured .main_div{
    padding-top: 80px;
} */
#Featured .main_div .Featured_box{
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: all .2s;
    padding:18px 18px;
	height:480px;
	margin-bottom: 15px;
}
#Featured .main_div .Featured_box:hover{
    box-shadow: 0 5px 15px 0 rgba(51,51,51,.08)!important;
}
#Featured .main_div .Featured_box h3{
   margin-top: 0px;
}
#Featured .main_div .Featured_box h3 a{
    color: #252525!important;
    font-size: 20px;
    text-decoration: none;
}
#Featured .main_div .Featured_box a:hover{
    color:#252525!important;
}
#Featured .main_div .Featured_box p{
    color: #9b9b9b!important;
    font-size: 16px;
}
#Featured .main_div .Featured_box figure{
    position: relative;
}
#Featured .main_div .Featured_box figure .blog_thumbnail{
	height: 250px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
#Featured .main_div .Featured_box figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
}
#Featured .main_div .Featured_box figure:hover img {
	opacity: .5;
}
#Featured .main_div .Featured_box figure .text{
    background-color: #3d6864;
    color: #ffffff !important;
    display: inline-block;
    padding: 5px 8px;
    font-size:13px;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
    position: absolute;
    left:4%;
    top: 9%;
}
#Featured .main_div .Featured_box .main_div_second{
    margin-top: 15px;
}
#Featured .main_div .Featured_box .main_div_second .Featured_text_first{
   font-size: 17px;
   color: #333 !important;
   font-weight: 700 !important; 
}
#Featured .main_div .Featured_box .main_div_second .Featured_text_box{
    float: right;
}
#Featured .main_div .Featured_box .main_div_second .Featured_text_box p{
     font-size: 14px;
    display: inline-block;
    padding: 5px 8px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #3d6864 !important;
    color: #ffffff !important;
    line-height: 1.15;
    letter-spacing: .87px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 3px 8px;

}
#Featured .main_div .Featured_box .Featured_text_third p{
    color: #696969 !important;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    padding: 13px 0px;
    margin-bottom: 0px;
}
#Featured .main_div .Featured_box .Featured_text_third{
    position: relative;
    margin-top: 12px;
}
#Featured .main_div .Featured_box .Featured_text_third:before{
    content: '';
    position: absolute;
    background-color: #eee;
    height: 1px;
    width: 111%;
    left: -17px;
}
#Featured .main_div .Featured_box .Featured_text_third:after{
    content: '';
    position: absolute;
    background-color: #eee;
    height: 1px;
    width: 111%;
    left: -17px;
}
#Featured .main_div .Featured_box .Featured_list{
    padding-left: 0px;
    margin-top: 10px;
}
#Featured .main_div .Featured_box .Featured_list li{
    color: #7e7e7e!important;
    font-size: 14px;
    font-weight: 500 !important;
    display: inline-block;
    margin-right: 22px;
}
#Featured .main_div .Featured_box .Featured_list li i{
    color: #3d6864!important;
}
#Featured #PleasePushMe{
	font-size:15px;
} 
    
/*=====================content_section=====================*/
#content_section{
    position: relative;
    padding: 100px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#content_section:before{
    content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    background: #000;
    opacity: .34;
}
#content_section .content_div{
    position: relative;
}
#content_section .image_div_box{
    padding: 150px 0px;
}
#content_section .content_box{
    position: absolute;
    top: 30%;
    left: 10%;
    right: 10%;
    z-index: 6;
}
#content_section .headding h1{
    font-size: 48px;
    font-weight:400;
    font-style: italic;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
}
#content_section .headding h1 strong{
        font-size: 48px;
    font-weight:700;
    font-style: italic;
}
#content_section .headding h1:after{
    content: '';
    width: 170px;
    height: 1px;
    background-color: #d8d8d8;
    opacity: .51;
    display: block;
    margin: 3rem auto;
}
#content_section .name_text{
    padding-top: 0px;
}

#content_section .name_text p{
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-align:center;
    text-transform: uppercase;
}
#content_section .image_div{
    position: absolute;
    left: 4%;
    right: 0%;
    top: 90%;
    z-index: 999;
}
#content_section .image_div img{
    width: 20%;
}
#content_section .form_box{
    position: absolute;
    top:-50%;
    left: 4%;
    right: 4%;
    z-index: 5;
}
#content_section .form_box .form_div{
    box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
    border-radius: 0px;
    border-color: #dddddd;
    /*border-width: 1px;
    border-style: solid;*/
    background: rgba(1, 83, 113, 0);
    color: #ffffff;
    padding: 15px;
}
#content_section .form_box .form_div .form_text_div{
	padding-right:0px
}
#content_section .form_box .form_div .form_text_div_first{
	width:60%;
	margin:auto;
}
#content_section .form_box .form_div .form_text_button_div{
	padding-left:0px
}
#content_section .form_box .flex-wrapper{
    display: flex;
    justify-content: space-between;
    max-width:50%;
    text-align: center;
    margin: auto;
}
#content_section .form_box .flex-wrapper .form-control{
    width:256%;
    vertical-align: top;
    background-color: transparent;
    border: none;
    height: 56px;
    font-size:16px;
    display: block;
    line-height: 2;
    color: #4a4a4a;
    background-color: #fff;
    border: 1px solid #d2d5de;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
#content_section .image-wrapper .btn-primary{
    color: #fff;
    background-color: #2b95bb;
    border-color:#2b95bb;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    height: 56px;
    border-radius: 0px;
    width: 220%;
}
#content_section .image-wrapper .btn-primary:hover{
    opacity: 0.75;
}


/**********************css/ ====================*/
#content_section .form_div select.bfg-input-field option{
  background-color: #097b97!important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  font-size: 14px;
  font-weight: 400;
}
#content_section .form_div .btn-bg2, [id^="MBBv3"] .btn-bg2{
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    height:60px !important;
    display: block;
    text-decoration: none;
    width: 100%;
}
#content_section .form_div .bfg-btn:hover, [id^="MBBv3"] .bfg-btn:hover .tablet-hidden {
    color: #fff;
    background-color: #000;
    border-color: #217492; 
}
#content_section .form_div .btn-bg2, [id^="MBBv3"] .btn-bg2 .tablet-hidden{
    font-size: 16px;
    font-weight: 800;
    color:#ffffff;
}
#content_section .form_div .bfg-input-field{
    background-color: #fefefe;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    color: #888;
    display: block;
    font-size: .8125em;
    height: 60px;
    line-height: 32px;
    padding: 0px 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 16px;
}
/*===================team=============*/
#team{
    padding-bottom: 120px;
    position: relative;
}

#team::before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 5rem;
    right: 0;
    bottom: 0rem;
    background: #f5f6f8;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
}
#team .headding{
    margin-bottom:50px;
}
#team .headding h2{
    font-size: 48px;
    font-weight:400;
    color: #000;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
}
#team .headding h2:after{
    content: '';
    width: 170px;
    height: 1px;
    background-color:#2b95bb;
    opacity: .51;
    display: block;
    margin: 3rem auto;
}
#team .swiper-slide{
    background:none !important;
}
#team .swiper-wrapper{
    padding-bottom: 100px;
}
#team .swiper-scrollbar-drag{
    background-color: #2b95bb !important;
    opacity: 1 !important;
}
#team .swiper-container-horizontal>.swiper-scrollbar{
    height: 3px !important;
    opacity: 1 !important;
    width:50%;
    left: 24%;
}
#team .swiper-slide img{
    width: 90%;
}
#team .swiper-container{
    background-color: inherit;
}
#team .swiper-slide .text{
    background:none !important;
}
#team .about_image{
    position: relative;
    margin-bottom:0px;
    z-index: 10;
}
#team .about_image:before{
    content: '';
    border: 2px solid #2b95bb;
    position: absolute;
   top: -0.5px;
    left: 3.5px;
    right: 70.5px !important;
    bottom: 41.5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
        height: 95%;
    opacity: .52;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));
    background: linear-gradient(
180deg
,rgba(0,0,0,0) 0,#000 100%);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
#team .about_image img{
    width:88%;
    margin: auto;
    padding-top: 40px;
    padding-left: 26px;
    height: auto;
}
#team .about_image:hover:before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
#team .swiper-slide .slider_text_div {
    position: absolute;
    left: 6%;
    top: 78%;
    right: 16%;
    z-index: 999;
}
#team .swiper-slide .slider_text_div:before{
    background:inherit !important;
    content: "";
    position: absolute;
    z-index: 999;
}
#team .swiper-slide .slider_text_div p{
    color: #cfd9df;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    padding-left: 24px;
    margin-bottom: 0px;
}
#team .swiper-slide .slider_text_div .content_text{
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align:justify;
    padding-left: 24px;
    margin-top: 0px;
}
#team .button{
    position: absolute;
    top: 99%;
    left: 39%;
    right:0%;
    bottom: 0;
    z-index: 999;
}
#team .button li{
    display: block;
}
#team .button li a{
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 58px;
}
#team .button li a:hover{
    color: #fff;
    background-color: #247c9c;
    border-color: #217492;
}
/*============================== comunity ================================*/
#comunity{
    padding: 150px 0px 100px;
}

#comunity h2{
    letter-spacing: 8px;
    text-transform: uppercase;    
    font-size: 42px;
}

#comunity .row {
    display: flex;
    flex-wrap: wrap;
}
#comunity .comunities_iamges .row .first{
    padding-right: 0px;
}
#comunity .comunities_iamges .row .second{
    padding-left:0px;
}
#comunity .comunities_iamges .image_slider_div{
    padding: 35px;
    background-color: #015371;
    color: #fff;
    height: 500px;
}
#comunity .comunities_iamges .image_slider_div p{
    color: #ffffff;
}    
#comunity .comunities_iamges .image_slider_div h2{
    color:#ffffff;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 0px;
    text-transform:inherit;
    font-weight: 700;
    width: 67%;
  /* Create four equal columns that sits next to each other */
}
#comunity .comunities_iamges .image_slider_div .click_button{
    margin-top: 200px;
}
#comunity .comunities_iamges .image_slider_div .click_button a{
    color: #000000;
    background-color: #ffffff;
    border-color: #383939;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 24px;
    border: 2px solid #383939;
    border-radius: 10px;
    text-transform: uppercase;
}
#comunity .comunities_iamges .image_slider_div .click_button a:hover{
    color: #ffffff;
    background-color: #383939;
}
#comunity .comunities_iamges  .comunity_slider .swiper-wrapper .swiper-slide{
    position: relative;
}
#comunity .comunities_iamges  .comunity_slider .swiper-wrapper .swiper-slide .image{
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
     height:500px;
    
}
#comunity .comunities_iamges  .comunity_slider .swiper-wrapper .swiper-slide .image:hover{
    opacity: 0.75;
}

#comunity .comunities_iamges .comunity_slider .swiper-wrapper .swiper-slide:last-child .slider_text_div{
    display: none;
}
#comunity .comunities_iamges .comunity_slider .swiper-wrapper .swiper-slide .slider_text_div{
    position: absolute;
    left: 89%;
    top: 44%;
    right:0%;
    margin: auto;
    text-align: center;
    z-index: 999;
}
#comunity .comunities_iamges  .comunity_slider .swiper-wrapper .swiper-slide .slider_text_div a{
    width: 73px;
    height: 73px;
    border-radius: 50%;
    background-color: #2b95bb;
    color: #ffffff;
    padding: 28px 15px;
    opacity: 0.8;
    line-height: 73px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    z-index: 999;
}    
#comunity .comunities_iamges  .comunity_slider .swiper-wrapper .swiper-slide .slider_text_div a:hover{
    opacity: 0.75;
}
#comunity .comunities_iamges  .comunity_slider .swiper-wrapper .swiper-slide .slider_text_div_second{
    position: absolute;
    left:6%;
    top:3%;
    right:0%;
    z-index: 999;
}
#comunity .comunities_iamges  .comunity_slider .swiper-wrapper .swiper-slide .slider_text_div_second h2{
    color: #ffffff;
    font-size:26px;
    font-weight: bold;
    letter-spacing: 0px;
}
/*#comunity .column {
    flex: 50%;
    max-width: 50%;
}

#comunity .comunities_iamges .first img{
    height: 600px;
}

#comunity .second img{
    height: 300px;
}
#comunity .column .card img{
    width: 100%;    
}

#comunity .column a{
    display: inline-block;
    position: relative;
    color:black;    
}

#comunity .column a .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-134.75deg,rgb(0,0,0) 0,rgb(0,0,0) 100%);
    opacity: 0.3;
    z-index: 2;
    cursor: pointer;     
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }

#comunity .column a:hover .overlay{
    opacity: 0;
}

#comunity .column a span{
    position: absolute;
    z-index: 3;
    left: 40px;
    right: 1rem;
    bottom: 40px;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.48;
    
}

#comunity .column a .image_caption{
    position: absolute;
    color: white;
    bottom: 25px;
    left: 30px;
    z-index: 999;
    font-size: 30px;
  }

  #comunity .column a span small{
    display: block;
    
    color: #cfd9df;
    font-size: 16px;
    font-weight: 500;
  } 
  
  #comunity .column img {
    vertical-align: middle;
    width: 100%;
  }*/
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  /*@media screen and (max-width: 800px) {
    #comunity .column {
      flex: 50%;
      max-width: 50%;
    }
  }*/
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  /*@media screen and (max-width: 600px) {
    #comunity .column {
      flex: 100%;
      max-width: 100%;
    }
  }*/
/*==================client=====================*/
#client{
    padding: 150px 0px 100px;
    position: relative;
}

#client::before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 5rem;
    right: 0;
    bottom: 0rem;
    background: #f5f6f8;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
}
#client .swiper-slide{
    background:none !important;
}
.aa {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
} 
.aa-pointer-events {
    touch-action: pan-y;
}   
#client .swiper-slide .item .text_div{
    border: 3px solid rgba(207,217,223,.25);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    height: 100%;
    padding: 20px 20px;
    position: relative;
}
#client .swiper-wrapper{
    padding-bottom: 100px;
}
#client .swiper-scrollbar-drag{
    background-color: #2b95bb !important;
    opacity: 1 !important;
}
#client .swiper-container-horizontal>.swiper-scrollbar{
    height: 3px !important;
    opacity: 1 !important;
    width:50%;
    left: 24%;
}
#client .swiper-slide .item{
    margin-right: 28px;
}
#client .swiper-slide .item .text_div p{
    color: #000;
    font-size: 18px;
    font-weight: 600;    
}
#client .swiper-slide .item .text_div .content_div{
    font-size:18px;
    line-height:26px;
    letter-spacing: 1.88px;
    font-weight: 400;
    font-style: italic;
    color: #757575;
    padding-top: 8px;
    height: 210px;
}
#client .swiper-slide .item .text_div .content_div_second{
    font-size:14px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #000;
    line-height: 1.48;
    font-weight: 400;
    position: relative;
}
#client .swiper-slide .item .text_div .content_div_second:after{
    content: '';
    height: 2px;
    width: 30px;
    background-color: #2b95bb;
    display: block;
    margin-bottom: 2rem;
    margin-top: 11px;
}
#client .swiper-slide .item .text_div .source-icon{
    border: 3px solid #f3f6f7;
    background-color: #fff;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: calc(-61px / 2);
}
#client .swiper-slide .item .text_div .source-icon i{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#client .swiper-slide .item .text_div .source-icon  .fa-zillow{
    background: url('../images/zillow-logo.jpg') no-repeat center center;
    background-size: cover;
    width: 2rem;
    height: 2rem
}
#client .swiper-slide .item .text_div #more{
    display: none;
}
#client .button{
    position: absolute;
    top: 99%;
    left: 39%;
    right:0%;
    bottom: 0;
    z-index: 999;
}
#client .button li{
    display: block;
}
#client .button li a{
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 58px;
}
#client .button li a:hover{
    color: #fff;
    background-color: #247c9c;
    border-color: #217492;
}

/*==================news=====================*/
#news{
    padding: 150px 0px 100px;
    position: relative;
}
#news .main_div .blog{
    margin-bottom: 30px;
}

#news .main_div .blog img{
    width: 100%;
    height: auto;
}

#news .main_div .blog .content{
    background-color: white;
    font-size: 1rem;
    padding: 30px 30px;
}

#news .main_div .blog .content .category a{
    color: #2b95bb;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
}

#news .main_div .blog .content .blog_heading{
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.75rem;
    text-transform: none;
    letter-spacing: 0;
}
#news .button{
    position: absolute;
    top: 99%;
    left: 39%;
    right:0%;
    bottom: 0;
    z-index: 999;
}
#news .button li{
    display: block;
}
#news .button li a{
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 58px;
}
#news .button li a:hover{
    color: #fff;
    background-color: #247c9c;
    border-color: #217492;
}
/*==================news=====================*/
#as_div{
    padding: 150px 0px 100px;
    background: #ffffff;
    position: relative;
}
#as_div li{
    display: inline-block;
    margin-right: 90px;
}
#as_div li .as_div_img{
    text-align: center;
}
#as_div li .as_div_img img{
    max-width: 100%;
    height: auto;
    }
#as_div .swiper-wrapper{
    padding-bottom: 100px;
}
#as_div .swiper-container-horizontal>.swiper-scrollbar{
    width: 50%;
    position: absolute !important;
    left: 29% !important;
    right: 0% !important; 
    opacity: 1 !important;
    height: 3px !important;
}
#as_div .swiper-scrollbar-drag{
    background-color: #2b95bb !important;
    opacity: 1 !important;
    width: 342px !important
}
#as_div .swiper-slide a img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

}
/*========================= Blog Page ============================== */
#blog_page{
    background-color: #f7f7f7;
    padding: 100px 0px;
}

#blog_page .blog{
    margin-bottom: 30px;
	min-height:450px;
	background-color:#ffffff;
}
#blog_page .blog .blog_thumbnail {
    height: 250px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}	
#blog_page .blog img{
    width: 100%;
    height:220px;
}

#blog_page .blog .content{
    background-color: white;
    font-size: 1rem;
    padding: 30px;
}

#blog_page .blog .content .category a{
    color: #2b95bb;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
}

#blog_page .blog .content .blog_heading{
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.75rem;
    text-transform: none;
    letter-spacing: 0;
}
/*====================pack=============================*/
#main_header{
    padding-top: 24px;
}
#main_header .pack_button{}
.pack_button li{
    display: block;
    float:right;
}
#main_header .pack_button li a{
    font-weight: 400;
    color: #ffffff;
    background-color: #2b95bb;
    border-color: #2b95bb;
    font-size: 15px;
    text-decoration: none;
    padding: 4px 24px;
}
#main_header .pack_button li a:hover{
    color: #fff;
    background-color: #247c9c;
    border-color: #217492;
}

.header_div{
    padding-top: 0px !important;
}
.header_div .button li{
    display: block;
    float:right;
}
.header_div .button li a{
    font-weight: 400;
    color: #ffffff;
    background-color: #2b95bb;
    border-color: #2b95bb;
    font-size: 15px;
    text-decoration: none;
    padding: 4px 24px;
}
.header_div .button li a:hover{
    color: #fff;
    background-color: #247c9c;
    border-color: #217492;
}
.header_div{
    padding-top: 30px;
}

.header_div .menu li{
    position: relative;
}

.header_div .menu{
    padding-left: 100px;    
}

.header_div .menu li ul {
    display: none;
    position: absolute;
    top: 3em;
    z-index: 99999;
    padding-left: 0px;
}

.header_div .menu li:hover > ul {
    display: block;
}

.header_div .menu li:hover > ul li a{
    color: #2b95bb;  
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 300;  
    padding: 15px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;  
}

.header_div .navbar-inverse .menu li .sub-menu li{
    margin-left: 0px;
}

.header_div .navbar-inverse{
    background-color: inherit;
    border-color: inherit;
    border: inherit;
    margin-bottom: 0px;
}
.header_div .navbar-inverse .navbar-brand{
    color: inherit;
    float:none;
	height:auto;
}
.header_div .navbar-inverse .navbar-brand:hover{
    color: inherit;
    background-color: inherit;
}
.header_div .menu{
    padding-top: 60px;
   text-align: center;
}
.header_div .navbar-inverse .menu li{
    margin-left: 18px;
}

.header_div .navbar-inverse .menu{
    list-style-type: none;
}

.header_div .navbar-inverse .menu>li{
    display: inline-block;
}

.header_div .navbar-inverse .menu>li>a{
    color: #2b95bb;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    padding-right: 0px;
}
.header_div .navbar-inverse .menu .dropbtn{
    position: relative;
    display: inline-block;
}
.header_div .dropdown-content {
  display: none;
  position: absolute;
  background-color:#ffffff;
  min-width:300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.header_div .dropdown-content{
    padding-left: 0px;
}
.header_div .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.header_div .dropdown-content a:hover {
  background-color: #2b95bb;
  color: #ffffff !important;
}

.header_div .navbar-nav:hover .dropdown-content {display: block;}

.header_div .navbar-nav:hover .dropbtn {background-color:inherit;}
.header_div .navbar-nav:hover .dropdown-content li{
    display: block;
}
.header_div .navbar-nav:hover .dropdown-content li a{
    font-weight: 400;
    color: #2b95bb;
    font-size: 15px;
}

/****************header_start*********************/
.header_div{
    position: relative;
    margin-bottom: -6px;
}
.header_div #mega-menu-wrap-header-menu{
    margin-top:50px;
  }

  .header_div #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
    color:black;
  }

  #community_detail_page_top header nav #mega-menu-wrap-header-menu{
    margin-top:50px;
  }
.header_div .header_button{
    padding-left: 0px;
    float: right;
    padding-top: 60px;
}
.header_div .header_button li{
    display: block;
}
.header_div .header_button li a{    
    color: #FFFFFF;
    background-color: rgba(43,149,187,1);
    border-color: rgba(43,149,187,1);
    font-size: 14px;   
    padding: 12px 24px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;    
}
.header_div .header_button li a:hover{
    background-color: #015371;
    color: #ffffff;
}
/*.header_div:after{
    content: "";
    background-color:rgba(43, 149, 187, 0.15);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0%;
    top:95%;
}*/
/****************header_end**********************/


/***********************packing_div***************************/
#single_page_top{  
    background-size:cover !important;
    background-position: center !important;
    position: relative;
  }
  #single_page_top .post_thumbnail{
    position: absolute;
    bottom: -90px;
    left: 5%;
    width: 35%;
    z-index: 1;
  }
  #single_page_top .post_thumbnail img{
    width: 100%;
    height: auto;
  }
  #single_page_top .content{
    margin: 10vw auto 5vw;
	width: 80%;
  }
  #single_page_top .post_title{
    color: white;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 80px;
  }
  #single_page_top .author_box{
    margin-top: 40px;
  }
  #single_page_top .author_box .author{
    padding-right:0px;
    padding-left:12px;
  }
  #single_page_top .author_box .author_image img{      
    border-radius: 50%;
  }
  #single_page_top .author_box .author_name{
    color: white;
    font-size: 16px;
    margin-top: 8px;
  }

#single_page_top .author_box .author_name p{
	    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}
  #single_page_top .ask_now_section{
    background-color: rgb(14, 36, 89);
    padding: 5px 0px;
    border-bottom: 4px solid #9ba6b2;
  }
  #single_page_top .ask_now_section .text p{
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 15px;
    display: inline-block;
    vertical-align: middle;
    z-index: 3;
    color: #fff;
  }
  #single_page_top .ask_now_section .ask_button a{
    background-color: #fc0;
    padding-right: 0;
    overflow: hidden;
    padding-left: 2em;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    border-radius: 2px;
    color: #0e2459;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: none;
    transition: 0.2s;
    font-size: 1em;
    
    display: inline-block;
    vertical-align: middle;
    margin: 0.5em;
    margin-left: 1em;
  }
  #single_page_top .ask_now_section .ask_button a:after{    
    content: '\f061';
    font-family: 'FontAwesome';
    background-color: rgba(255,255,255,0.34);
    padding: 0.4em;
    margin-left: 2em;
    font-size: 1.6em;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
  }
  #single_page_top .ask_now_section .ask_button a:hover{
    transform: none;
    opacity: 1 !important;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    transition: 0.2s;
    background-color: #ffd849;
    padding-left: 3em;
  }

#packing_div{
    padding:86px 0px 100px;
    background:#ffffff;
    position: relative;
}
#packing_div .date{
    font-weight: 600;
    color: #757575;
    font-size:16px;
    text-align: center;
}
#packing_div .main_div .packge_image{
    margin-top: 25px;
	display:none;
}
#packing_div .main_div .packge_image img{
    width: 100%;
    height: auto;
}
#packing_div .main_div_second{
    margin-top: 50px;
}

#packing_div .main_div_second ul li{
	list-style-type: unset;
}
#packing_div .main_div_second .content_div p{
    font-weight: 400;
    color: #757575;
    font-size:18px;
    line-height: 28px;
}
#packing_div .main_div_second .content_div{
    font-weight: 400;
    color: #757575;
    font-size:18px;
    line-height: 28px;
}
#packing_div .main_div_second .content_div ol li b{    
    font-weight: 400;
    color: #000;
    font-size:18px;
    line-height: 28px;
}

#packing_div .main_div_third{
    margin-top: 50px;
}
#packing_div .main_div_third .buying_div{
    padding-left: 0px;
}
#packing_div .main_div_third .buying_div li{
    display: block;
}
#packing_div .main_div_third .buying_div li a{
    background: #fff;
    padding: 2.5px 20px;
    border-radius: 15px;
    font-size:17px;
    font-weight: 500;    
}
#packing_div .main_div_third .buying_div li a:hover{
    background: #2b95bb;
    color: #fff;
}
#packing_div .main_div_third
#about_agent ul.contact-list {
    margin-top: 50px;
    color: #4a4a4a;
    line-height: 1.900;
    font-size: 1.8rem;
}
/*#packing_div .main_div_third .social-icons-list{
    float: right;
}
#packing_div .main_div_third .social-icons-list li {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#packing_div .main_div_third .social-icons-list li a i{
    color: #9b9b9b!important;
    line-height: 1.900;
    font-size: 3.5rem;
}
*/
  
/* Wrapper */
.social-sharing{
position: fixed;
top: 35%;
left: 1%;
z-index: 2;
}
.social-sharing li{
  line-height:32px;
}
.social-sharing .icon-button {
  /* background-color: white; */
  border-radius: 2.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 3.3rem;
  height: 2.6rem;
  line-height: 2.6rem;
  margin: 10px 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 2.6rem;
}
/* Circle */
.social-sharing .icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 54%;
  margin: 0;
  position: absolute;
  top: 46%;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 0;
}
.social-sharing .icon-button:hover span {
 width: 5.2rem;
  height: 5.2rem;
  border-radius: 10%;
  margin: -2.6rem;
}
/* Icons */
.social-sharing .icon-button i {
  background: none;
  color: white;
  height: 2.6rem;
  left: 0;
  line-height: 2.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 2.6rem;
  z-index: 10;
}

.social-sharing .twitter span {
  background-color: #4099ff;
  width: 5rem;
  height: 5rem;
  border-radius: 10%;
  margin: -2.5rem;
  color:#ffffff;
}
.social-sharing .facebook span {
background-color: #3B5998;
width: 5rem;
height: 5rem;
border-radius: 10%;
margin: -2.5rem;
}
.social-sharing .whatsapp span {
  background-color: #128C7E;
  width: 5rem;
  height: 5rem;
  border-radius: 10%;
  margin: -2.5rem;
}
.social-sharing .instagram span {
  background-color:#cf2872;
  width: 5rem;
height: 5rem;
border-radius: 10%;
margin: -2.5rem;
}
.social-sharing .pinterest span {
  background-color: #cb2027;
  width: 5rem;
height: 5rem;
border-radius: 10%;
margin: -2.5rem;
}
.social-sharing .icon-button .fa-twitter {
  color: #ffffff;
}
.social-sharing .icon-button .fa-facebook {
  color: #ffffff;
}
.social-sharing .icon-button .fa-whatsapp {
  color: #ffffff;
}
.social-sharing  .icon-button .fa-instagram {
  color:#ffffff;
}
.social-sharing .social-sharing .icon-button .fa-instagram {
  color: #ffffff;
}
.social-sharing .icon-button .fa-pinterest {
  color: #cb2027;
}
.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-google-plus,
.icon-button:hover .fa-tumblr,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-pinterest, 
.icon-button:hover .fa-whatsapp{
  color: white;
}
@media all and (max-width: 680px) {
.icon-button {
  border-radius: 1.6rem;
  font-size: 0.8rem;
  height: 1.6rem;
  line-height: 1.6rem;
  width: 1.6rem;
}
.icon-button:hover span {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 1.6rem;
  margin: -0.8rem;
}
/* Icons */
.icon-button i {
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
}
.pinterest {
 display: none; 
}
}
#single_page_top .author_box .author {
    padding-right: 0px;
    padding-left: 12px;
}
#packing_div .main_div_third .social-icons-list{
    float: right;
}
#packing_div .main_div_third .social-icons-list li {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#packing_div .main_div_third .social-icons-list li a i{
    line-height: 1.900;
    font-size: 3.5rem;
}
#packing_div .main_div_third .social-icons-list li a .fa-facebook-square{
	color:#3B5998 !important;
}
#packing_div .main_div_third .social-icons-list li a .fa-whatsapp{
	color:#128C7E !important;
}

#packing_div .main_div_third .social-icons-list li a .fa-instagram{
	color:#cf2872 !important;
}
#packing_div .main_div_third .social-icons-list li a .fa-twitter-square{
	color:#4099ff !important;
}

#packing_div .main_div_third .social-icons-list li:active, #packing_div .main_div_third .social-icons-list li:focus, #packing_div .main_div_third .social-icons-list li:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
#packing_div .main_div_second .content_div h2{
	font-size: 37px;	
}

#packing_div .main_div_second .content_div h3{
	font-size: 34px;	
}

#packing_div .main_div_second .content_div h4{
	font-size: 30px;	
}

#packing_div .main_div_second .content_div h5{
	font-size: 26px;	
}

#packing_div .main_div_second .content_div h6{
	font-size: 22px;	
}

#packing_div .main_div_second .content_div h2, #packing_div .main_div_second .content_div h3, #packing_div .main_div_second .content_div h4, #packing_div .main_div_second .content_div h5, #packing_div .main_div_second .content_div h6 {
    color: #1e73be;
	font-weight: 700;
    margin: 50px 0px 25px;
}
#packing_div .main_div_third .social-icons-list li:active, #packing_div .main_div_third .social-icons-list li:focus, #packing_div .main_div_third .social-icons-list li:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
#packing_div .main_div_four{
    margin-top: 50px;
}
#packing_div .main_div_four .blog_heading-div{
    letter-spacing: 2.67px;
    
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 50px;
}
#packing_div .main_div_four .blog{
    margin-bottom: 30px;
	min-height:450px;
	background-color:#ffffff;
}
#packing_div .main_div_four .blog .blog_thumbnail {
    height: 250px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}	
#packing_div .main_div_four .blog img{
    width: 100%;
    height: auto;
}

#packing_div .main_div_four .blog .content{
    background-color: white;
    font-size: 1rem;
    padding: 30px;
}

#packing_div .main_div_four .blog .content .category a{
    color: #2b95bb;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
}

#packing_div .main_div_four .blog .content .blog_heading{
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.75rem;
    
    text-transform: none;
    letter-spacing: 0;
}

/* ================================ Agent Page =============================*/
#about_agent{
    padding: 100px 0px;
    position: relative;
}

#about_agent:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 28rem;
    right: 0;
    bottom: -3rem;
    background: #f5f6f8;
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
}

#about_agent .about h1{
    margin-bottom: 50px;
    font-weight: 400;
    line-height: 1.48;
    color: #000;
    font-size: 4.2rem;
    text-align: center;
}

#about_agent .about h1::after{
    content: '';
    width: 170px;
    height: 1px;
    border-bottom: 1px solid #2b95bb;
    display: block;
    margin: 2.25rem auto;
    padding-top: 20px;
}
#about_agent .agent_image img {
    width: 100%;
    height: auto;
}
#about_agent .agent_name{
    line-height: 30px;
    margin-bottom: 30px;
}

#about_agent .about p{    
    margin: 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    color: #757575;
    text-align: left;
    padding-bottom: 20px;
}

#about_agent .about ul li{    
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    color: #757575;
}

#about_agent .search_form{
    margin-top: 4rem;
}

#about_agent .search_form button{
    border-radius: 0px;
    padding: 20px 70px;
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
    font-size: 16px;
}
#about_agent .search_form button:hover{
    color: #fff;
    background-color: #247c9c;
    border-color: #217492;
}

#about_agent ul.contact-list {
    margin-top: 50px;
    color: #4a4a4a;
    line-height: 1.900;
    font-size: 1.8rem;
}

#about_agent .social-icons-list li {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#about_agent .social-icons-list li a i{
    color: #9b9b9b!important;
    line-height: 1.900;
    font-size: 3.5rem;
}

#about_agent .social-icons-list li:active, #about_agent .social-icons-list li:focus, #about_agent .social-icons-list li:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}




/* ===================== About Page ======================= */
#about_page{
    padding: 100px 0px;
    position: relative;
}

#about_page img{
    height: auto;
    width: 90%;
}

#about_page .about .has-text-align-center{
    margin-bottom: 50px;
    font-weight: 400;
    line-height: 1.48;
    color: #000;
    font-size: 4.2rem;
}

#about_page .about .has-text-align-center::after{
    content: '';
    width: 170px;
    height: 1px;
    border-bottom: 1px solid #2b95bb;
    display: block;
    margin: 2.25rem auto;
    padding-top: 20px;
}

#about_page:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 28rem;
    right: 0;
    bottom: -3rem;
    background: #f5f6f8;
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
}

#about_page .agent_name{
    line-height: 30px;
    margin-bottom: 30px;
}

#about_page .about p{    
    margin: 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    color: #757575;
    text-align: left;
    padding-bottom: 20px;  
}

#about_page .about ul li{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    color: #757575;
}

#about_page .search_form{
    margin-top: 4rem;
}

#about_page .search_form button{
    border-radius: 0px;
    padding: 20px 70px;
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
}
#about_page .search_form button:hover{
    color: #fff;
    background-color: #247c9c;
    border-color: #217492;
}

#about_page ul.contact-list {
    margin-top: 50px;
    color: #4a4a4a;
    line-height: 1.900;
    font-size: 1.8rem;
}

#about_page .social-icons-list li {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#about_page .social-icons-list li a i{
    color: #9b9b9b!important;
    line-height: 1.900;
    font-size: 3.5rem;
}

#about_page .social-icons-list li:active, #about_page .social-icons-list li:focus, #about_page .social-icons-list li:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}



/* =========================== Review Section ================================ */

#reviews_section{
    padding: 50px 0px;
    background-color: none;
}

#reviews_section .position_relative{
    position: relative;
}

#reviews_section h2{
    margin-bottom: 6rem!important;
    font-size: 4.3rem;
}

#reviews_section .swiper-container {
    width: 100%;
    height: 100%;
  }

#reviews_section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#reviews_section .swiper-wrapper{
    padding-bottom: 100px;
}

#reviews_section .author-name{
    
    font-size: 1.2rem;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #000;
    line-height: 1.48;
    width: 90%;
    display: inline-block;
}

#reviews_section .single-testimonial .author-status {
    color: #000;
    font-size: 1.3rem;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

#reviews_section .author-name:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #2b95bb;
    margin-top: 1.5rem;
}

.single-testimonial .fa-zillow {
    background: url('../images/zillow-logo.jpg') no-repeat center center;
    background-size: cover;
    width: 3rem;
    height: 3rem;
    display: inline-block;
}


#reviews_section .single-testimonial {
    border: 3px solid rgba(207,217,223,.25);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    height: 100%;
    position: relative;
    padding: 30px;
}


#reviews_section .single-testimonial blockquote{    
    border: none;
    color: #757575;
}

#reviews_section .single-testimonial blockquote a, #reviews_section .single-testimonial blockquote span {
    font-size: 1.9rem;
    line-height: 2.8rem;
    letter-spacing: 1.2px;
    
    font-style: italic;
}

#reviews_section .single-testimonial .star-rating-list li i.fa {
    color: #fed45b;
    font-size: 20px;
}

#reviews_section .single-testimonial blockquote #more {display: none;}

#reviews-section .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    position: absolute !important;
    right: 15px !important;
    top: 36px !important;
    
    font-size: 1.8rem !important;
    color: #9b9b9b !important;
    left: auto !important;
    width: 88px !important;
    text-align: center !important;
}

#reviews-section .swiper-container-horizontal>.swiper-pagination-bullets, #reviews-section .swiper-pagination-custom, .swiper-pagination-fraction .swiper-pagination-current{
    color: #000;
}
/************************form_div**********************/
#form_div{
    padding: 150px 0px 100px;
    position: relative;
}
#form_div:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f5f6f8;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
}
#form_div .form_heading{
    font-size:38px;
    
    font-weight: 400;
    line-height: 1.48;
    color: #000;
}
#form_div .form-control{
    display: block;
    width: 100%;
    padding: .625rem 1rem;
    font-size:16px;
    line-height: 2;
    color: #4a4a4a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d5de;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    font-size:16px;
    max-width: 100%;
    background-clip: border-box;
    height: 50px;
    margin-bottom: 36px;
}
#form_div  .textarea.form-control{
    height: 140px;
}
#form_div .form_text p{
    
    font-weight: 400;
    color: #757575;
    font-size: 14px;
}
#form_div .form_text p a{
    color: #2b95bb;
    text-decoration: none;
}
#form_div .form_text p a:hover{
    color: #1d637d;
}
#form_div .btn-primary{
    color: #fff;
    background-color: rgba(43,149,187,1);
    border-color: rgba(43,149,187, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.15);
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    
    font-weight: 700;
    padding: 16px 86px;
    border-radius: 0px;
    float: right;
}
#form_div .btn-primary:hover{
    background-color: #015371;
    color: #ffffff;
}
#form_div .form_content_div{
    padding-top: 30px;
}
#form_div .form_content_div .submit_button input[type=submit]{
	    color: #fff;
    background-color: rgba(43,149,187,1);
    border-color: rgba(43,149,187, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.15);
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 86px;
    border-radius: 0px;
    float: right;
}
#form_div .form_content_div .submit_button input[type=submit]:hover{
	background-color: #015371;
    color: #ffffff;
}
#form_div .form_content_div .submit_button .ajax-loader{
	width:0px;
	height:0px;
}
#form_div .form_content_div .submit_button .ajax-loader::before{
	top:50px;
	left:150px;
}
#form_div .wpcf7-form-control-wrap{
	margin-bottom:36px;
	display:block;
}

/* --------------------------------- footer section -----------------------------------*/



#footer-section{
    padding: 100px 0px 50px !important;
    background: linear-gradient(135deg,#17252a 0,#021d26 100%);
    color: white;
}
#footer-section .navbar-brand img{
	width:80%;
}
#footer-section ul{
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px;
    margin-top: 23px;
}

#footer-section ul li{
    display:block;
}

#footer-section ul li a{
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    color:#ffffff;
    line-height: 28px;
}

#footer-section .footer-menu{
    text-align:left;
}

#footer-section .footer-right {
    text-align:left;
}

#footer-section .footer-right h3{
    color:white;
}

#footer-section .footer-right li{
    list-style-type: none;
}


#footer-section .footer-right .baseline {
    vertical-align: bottom;
}

#footer-section .footer-right .baseline .social a{
    color: white;
    margin-left: 10px;
}

#footer-copyright{
    padding: 10px 0px;
    background: linear-gradient(135deg,#17252a 0,#021d26 100%);
    color: white;
}

#footer-copyright li{
    list-style-type: none;
	float:inherit !important;
}
#footer-copyright li a i{
	color:#ffffff;
}
#footer-copyright li .textwidget p{
    font-size: 16px;
    color: #ffffff;
}
#footer-copyright li .textwidget a{
    margin-right: 12px;
    color: #ffffff;
}

/********************footer_css*********************/
#footer-section .footer-menu h3 {
    color: white;
}
#footer-section .footer-right .widget_text .textwidget p{
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
} 
#footer-section .footer-right .widget_text .textwidget p a{
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
} 
#footer-section .footer-right .widget_text .textwidget div{
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
} 
#footer-section .footer-right form{
    margin-top: 21px;
}
#footer-section .footer-right .news_div{
    margin-right: -35px;
}
#footer-section .footer-right .form-control{
    border: 1px solid white;
    border-radius: 0px;
    height: 42px;
    color: #222;
    font-size: 16px;
    border: inherit;
}
#footer-section .footer-right .form-control::placeholder{
    color: #222;
}
#footer-section .footer-right .btn-primary{cursor: pointer;
    font-size: 11px !important;
    font-weight: 700!important;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    border-color: #0073e1;
    color: #fff;
    border: 1px solid transparent;
    background-color: #0073e1;
    text-decoration: none;
    transition: all .5s;
    padding: 15px 10px !important;
}



/* ================================ Community Page ============================== */
#community_page{
    padding: 50px 0px;
}

#community_page .head_part h2 {
    color: #f7f7f7;
}
#community_page article{
    -webkit-box-shadow: 0 3px 30px 0 #d8d8d8!important;
    box-shadow: 0 3px 30px 0 #d8d8d8!important;
    margin-bottom: 30px;
}

#community_page article figure {
    position: relative;
    height: 327px;
    background: #000;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -ms-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
}
#community_page article figure:hover {
    background: linear-gradient(45deg,#b70800 0,#2b95bb 100%);
}

#community_page article figure img{
    width: 100%;
    opacity: .49;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
}

#community_page article figure:hover .read-more{
    opacity: 1;
}

#community_page article figure:hover figcaption{
    opacity: 0;
}

#community_page article figure:hover figcaption h2{
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-150px,0);
}

#community_page article figure:hover figcaption p{
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,150px,0);
}

#community_page article figure figcaption {
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    opacity: 1;
    width: 80%;
}

#community_page article figure figcaption h2 {
    font-size: 4rem;
    margin: 0;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 700;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
}

#community_page article figure figcaption h2:after{
    content: '';
    width: 170px;
    height: 1px;
    background-color: #2b95bb;
    display: block;
    margin: 2.25rem auto;
}

#community_page article figure figcaption p {
    font-size: 1.4rem;
    line-height: 3rem;
    color: #d8d8d8;
    margin: 0;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    font-weight: 400;
}

#community_page article figure a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    font-size: 14px;
    line-height: 2rem;
    letter-spacing: 2.15px;
    min-width: 230px;
    -webkit-transition: all .35s;
    transition: all .35s;
}


/* =========================== Community Detail Page =========================== */

#community_detail_page_top{
    position: relative;
}
#community_detail_page_top header:after{
    content: "";
    background-color: rgba(255, 255, 255, 0.16);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0%;
    top: 22%;
}
#community_detail_page_top header .menu{
    padding-left: 100px;
}
#community_detail_page_top header .navbar-inverse .menu{
    list-style-type: none;
    text-align: center;
    padding-left: 0px;
}
#community_detail_page_top header .header_button{
    padding-left: 0px;
    float: right;
    padding-top: 48px;
}
#community_detail_page_top header .header_button li{
    display: block;
}
#community_detail_page_top header .header_button li a{
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.15); 
    font-size: 14px;   
    padding: 12px 24px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;    
}
#community_detail_page_top header .header_button li a:hover{
   background-color: #015371;
    color: #ffffff;
}
#community_detail_page_top header .navbar-inverse .navbar-header{
    margin-top:7px;
}
#community_detail_page_top header .navbar-inverse .menu {
    padding-top: 43px !important;
}
/*************change_end*******************/


#community_detail_page_top{
    height: 500px;
    background-image: linear-gradient(to bottom, rgba(1,83,113.3) 0%, rgba(0,0,0,0.25) 100%),url('../images/community-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	background-position-x: center;
}

/* #community_detail_page_top header{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 6;
} */
#community_detail_page_top header .navbar-inverse{
    background-color: rgba(0, 0, 0, 0);
    border: none;
}
#community_detail_page_top header .menu{
    padding-top: 30px;
    /* padding-left: 100px; */
}

#community_detail_page_top header .navbar-inverse .menu li{
    margin-left: 18px;
}

#community_detail_page_top header .navbar-inverse .menu{
    list-style-type: none;
}

#community_detail_page_top header .navbar-inverse .menu>li{
    display: inline-block;
}
#community_detail_page_top header .navbar-inverse .menu>li>a{
    color: white;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    
    font-weight: 300;
    text-decoration: none;
    padding-right: 0px;
}

#community_detail_page_top .main_heading{    
    position: absolute;
    top: 40%;
    left: 0px;
    right: 0px;    
    z-index: 5;
}

#community_detail_page_top .main_heading h1{
    font-size: 8.625rem;
    font-weight: 400;
    line-height: 1.48;
    color: white;
    position: relative;
}


/* community detail page area highlight start */

#area-highlights{
    padding: 100px 0px;
    position: relative;
	background-color:#f9f9f9;
}


#area-highlights .aag-section__title{    
    
    font-size: 44px;
    color: #141414;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    text-align: center;
}
#area-highlights .aag-section__sub-title{
    font-size: 18px;
    font-weight: 400;
    color: #7c7c7c;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 50px;
}

#area-highlights #highlights .item label {
    margin: 25px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #898989;
}

#area-highlights #highlights .item .spec {
    width: 100px;
    height: 100px;
    font-size: 50px;
}

#area-highlights #highlights .item .h3 {
    margin: 10px 0 0;
    font-size: 38px;
    font-weight: 800;
    color: black;
}
#area-highlights #highlights .item .highlights_box_div{
	background-color:#ffffff;
	padding:32px 0px;
	box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
	margin-bottom:20px
}
#area-highlights .modal {
    z-index: 9999;
}

#area-highlights #highlights .item{
    margin: auto;
    text-align: center;
}

#area-highlights #highlights .item .border {
    border: 2px solid #eee;
    border-radius: 50%;
    overflow: hidden;    
    text-align: center;
    margin: auto;
}

#area-highlights #highlights .item .border i{
       padding-top: 20px;
    color: rgba(43,149,187,1);
}
#area-highlights .btn-spark, #area-highlights .btn-primary, #area-highlights .button, #area-highlights .et_pb_button, #area-highlights .x-btn {
    font-size: 18px;
    
    font-weight: 400;
    padding: 12px 24px;
    border: 1px solid black;
    border-radius: 60px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(43,149,187,1);
    border-color: rgba(43,149,187,1);
    cursor: pointer;
    line-height: 1.25;
    text-align: center;
    display: inline-block;
    white-space: normal;
}

#area-highlights .btn-spark:hover, #area-highlights .btn-primary:hover, #area-highlights .button:hover, #area-highlights .et_pb_button:hover, #area-highlights .x-btn:hover {
   background-color: #015371;
    color: #ffffff;
}

#area-highlights #highlights .subscribe {
    padding-top: 50px;
}
/* community detail page area highlight end*/

/*community detail page school section  start*/
#tab_section{
    padding: 100px 0px;
    background-color: #f9f9f9;
}
#tab_section .headding{
    line-height: 1.48;
    font-size: 4.2rem;
    color: #000;
    text-align: center;
}
#tab_section .title{
    
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    color: #757575;
    text-align: center;
}
#tab_section .main_div{
    margin-top: 50px;
}
#tab_section .main_div .box{
    background-color: #fdfdfd;
    padding-bottom: 30px;
    margin-top: 20px;
    box-shadow: 0px 10px 20px -20px rgb(20 20 20 / 60%);
    padding: 22px;
}
#tab_section .main_div .box p{
    text-align: center;
}
#tab_section .main_div .box p i{
    color: black;
    font-size: 60px;
}
#tab_section .main_div .box .main_div_second .number h2{
     line-height: 1.48;
    font-size:34px;
    color: #0a0a0a;
    text-align: center;
    font-weight: 700 !important;
}
#tab_section .main_div .box  .main_div_second .number p{
    
    font-size:14px;
    font-weight: 400;
    line-height: 1.8;
    color: #757575;
    text-align: center;
}
#tab_section .main_div .main_div_third .border_last{
    border-bottom: 1px solid  #cac8c8;
}
#tab_section .main_div .main_div_third .border:after{
    content: "";
    height: 1px;
    width: 100%;
    background-color: #cac8c8;
}
#tab_section .main_div .main_div_third .tittle{
     line-height: 1.48;
    font-size:19px;
    color: #7c7c7c !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}
#tab_section .main_div .main_div_third .tittle_name{
    padding-left: 0px;
    margin-top: 30px;
}
#tab_section .main_div .main_div_third .tittle_name li{
    display: block;
}
#tab_section .main_div .main_div_third .tittle_name li a{
    font-size: 14px;
    color: #f7aa20;
    
    font-weight: 500;
    text-decoration: none;
    line-height: 52px;
}

#tab_section .main_div .border_last{
    border-bottom: 1px solid  #cac8c8;
}
#tab_section .main_div .tittle{
     line-height: 1.48;
    font-size:19px;
    color: #7c7c7c !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}
#tab_section .main_div .tittle_name{
    padding-left: 0px;
    margin-top: 30px;
}

#tab_section .main_div .tittle_name li{
    display: block;
}
#tab_section .main_div .tittle_name li a{
    font-size: 14px;
    color: black;
    
    font-weight: 500;
    text-decoration: none;
    padding: 20px 0px;
    display: inline-block;
}

#tab_section .main_div .schools_list_box{
    padding:0px;
}

/*community detail page school section  end*/


#community_detail_section{
    padding: 70px 0px;
    position: relative;
}
#community_detail_section h1{
    font-weight: 700 !important;
}

#community_detail_section h2{
    font-weight: 500 !important;   
    padding-top: 30px;
}
#community_detail_section h1, #community_detail_section h2{
       position: relative;
    margin-bottom: 100px;
    text-align: center;
    margin: auto;
    margin-bottom: 100px;
}

#community_detail_section h1:after, #community_detail_section h2:after {
    content: '';
    width: 170px;
    height: 1px;
    border-bottom:1px solid #2b95bb;
    display: block;
    margin: 2.25rem auto;
    padding-top: 20px;;
}


#community_detail_section h2{
    margin-bottom: 50px;
    
    font-weight: 400;
    line-height: 1.48;
    color: #000;
    font-size: 4.2rem;
}

#community_detail_section p{
    margin: 0;    
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    color: #757575;
    text-align: left;
    padding-bottom: 20px;;
}

#community_detail_section ul li{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    color: #757575;
}

#community_location{
    padding: 70px 0px; 
    margin-bottom: 70px;
    position: relative;   
}
#community_location::before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: -3rem;
    background: #f5f6f8;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
}

#community_location h2{
    margin-bottom: 50px;
    
    font-weight: 400;
    line-height: 1.48;
    font-size: 4.2rem;
    color: #000;
}

#community_location .location_box{
    padding: 20px;
    background-color: white;
}
#community_location .location_box iframe{
	width:100%;
}
#community_region{
    padding: 100px 0px;
}

#community_region h2{
    margin-bottom: 50px;
    
    font-weight: 400;
    line-height: 1.48;
    font-size: 4.2rem;
    color: #000;
}

#community_region .acordian .cardbox{
    border-bottom: 1px solid #9b9b9b;
    padding-bottom:50px;
    padding-top: 50px;
    position: relative;
}

#community_region .acordian .cardbox .cardbox_header h5 a{
    
    font-size: 2.25rem;
    color: #2b95bb;
}

#community_region .acordian .cardbox .cardbox_header h5{
    
    font-size: 2.25rem;
    color: #2b95bb;
}

#community_region .acordian .cardbox .cardbox_header h5 i{
    font-size: 2rem;
    font-weight: 100px;
}

#community_region .acordian .cardbox .cardbox_header h5 a{
    margin-right: 15px;
}
#community_region .acordian .cardbox .cardbox_header h5 a:hover{    
    color: #2686a8;
}

#community_region .acordian .cardbox .cardbox_body p{
    margin: 0;
    
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    color: #757575;
    text-align: left;
}

/*============= Community page popup form ============*/
#area-highlights .modal-content{
    width: 96%;
    max-width: 400px;
    max-width: 70%;
    margin: auto;
}
#area-highlights .modal-header{
    background-color: black !important
}
#area-highlights .modal-header .close{
    color: white;
    z-index: 9999;
    opacity: 1;
}
#area-highlights .modal-title{
    text-align: center;
    font-size:22px;
    color: #000;
    margin-top: 10px;
}
#area-highlights .modal-body form .form-control{
    background-color: #f7f7f7;
    height: 55px;
    margin: 0;
    border: 0;
    margin-bottom: 20px;
}
#area-highlights .modal-body form .form_div{
    margin-top:30px;
}
#area-highlights .modal-body form .form-control:￼laceholder{
    color:#bdbdbd;
}
#area-highlights .modal-body form .btn-default{
    padding: 0 24px;
    line-height: 44px;
    font-size: 16px;
    margin-top: 20px;
    border: 1px solid black;
    border-radius: 60px;
    letter-spacing: 0.5px;
    text-align: center;
    
    font-weight: 500;
    background-color:black;
    color:#ffffff; 
    margin-top:6px;
    width: 100%;
}
#area-highlights .modal-body form .btn-default:hover{
    color: black;
    border-color: black;
    background-color: transparent;
}
#area-highlights .wpcf7-form-control-wrap{
	margin-bottom:36px;
	display:block;
}
/* ================ Community page property section ===============*/
#community_properties{
    padding: 70px 0px;
}

#community_properties h2{
    
    font-size: 44px;
    color: #141414;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    text-align: center;
}

#community_properties p{    
    font-size: 18px;
    font-weight: 400;
    color: #7c7c7c;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 50px;
}
#community_properties  #PleasePushMe {
    background-color: rgba(43,149,187,1);
    border-color: rgba(43,149,187, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.15);
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 30px;
    margin-top: 40px;
    color:#ffffff;
}
#community_properties  #PleasePushMe:hover {
    background-color: #015371;
    color: #ffffff;
}
#community_properties h5 {
    font-size: 15px;
}
#community_properties #data-error {
    color:red;
}
/* Wrapper */
.social-sharing{
  position: fixed;
  top: 35%;
  left: 1%;
  z-index: 2;
}
.social-sharing li{
	line-height:32px;
}
.social-sharing .icon-button {
    /* background-color: white; */
    border-radius: 2.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 3.3rem;
    height: 2.6rem;
    line-height: 2.6rem;
    margin: 10px 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 2.6rem;
}
/* Circle */
.social-sharing .icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 54%;
    margin: 0;
    position: absolute;
    top: 46%;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    width: 0;
}
.social-sharing .icon-button:hover span {
   width: 5.2rem;
    height: 5.2rem;
    border-radius: 10%;
    margin: -2.6rem;
}
/* Icons */
.social-sharing .icon-button i {
    background: none;
    color: white;
    height: 2.6rem;
    left: 0;
    line-height: 2.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    width: 2.6rem;
    z-index: 10;
}

.social-sharing .twitter span {
    background-color: #4099ff;
	width: 5rem;
    height: 5rem;
    border-radius: 10%;
    margin: -2.5rem;
	color:#ffffff;
}
.social-sharing .facebook span {
  background-color: #3B5998;
  width: 5rem;
  height: 5rem;
  border-radius: 10%;
  margin: -2.5rem;
}
.social-sharing .whatsapp span {
    background-color: #128C7E;
	width: 5rem;
    height: 5rem;
    border-radius: 10%;
    margin: -2.5rem;
}
.social-sharing .instagram span {
    background-color:#cf2872;
	width: 5rem;
  height: 5rem;
  border-radius: 10%;
  margin: -2.5rem;
}
.social-sharing .pinterest span {
    background-color: #cb2027;
	width: 5rem;
  height: 5rem;
  border-radius: 10%;
  margin: -2.5rem;
}
.social-sharing .icon-button .fa-twitter {
    color: #ffffff;
}
.social-sharing .icon-button .fa-facebook {
    color: #ffffff;
}
.social-sharing .icon-button .fa-whatsapp {
    color: #ffffff;
}
.social-sharing  .icon-button .fa-instagram {
    color:#ffffff;
}
.social-sharing .social-sharing .icon-button .fa-instagram {
    color: #ffffff;
}
.social-sharing .icon-button .fa-pinterest {
    color: #cb2027;
}
.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-google-plus,
.icon-button:hover .fa-tumblr,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-pinterest, 
.icon-button:hover .fa-whatsapp{
    color: white;
}
@media all and (max-width: 680px) {
  .icon-button {
    border-radius: 1.6rem;
    font-size: 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }
  .icon-button:hover span {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1.6rem;
    margin: -0.8rem;
  }
  /* Icons */
  .icon-button i {
      height: 1.6rem;
      line-height: 1.6rem;
      width: 1.6rem;
  }
  .pinterest {
   display: none; 
  }
}
#community_properties .property_boxes{
    margin-top:10px;
}

#community_properties .property_boxes .card{
    position: relative;
    -webkit-box-shadow: 0 3px 30px 0 #d8d8d8;
    box-shadow: 0 3px 30px 0 #d8d8d8;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
}

#community_properties .property_boxes .card .card-img-top{
    border-bottom: 6px solid #01bb01;
	position:relative;
}

#community_properties .property_boxes .card .card-img-top a{
    display: block;
}

#community_properties .property_boxes .card .card-img-top a img{
    width: 100%;
    height: 200px;
}

#community_properties .property_boxes .card .card-body{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
	
}

#community_properties .property_boxes .card .card-img-top .listing-price {
    color: white;
    font-size: 20px;
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:999;
}

#community_properties .property_boxes .card .card-img-top .listing-price small{
    font-size: 14px;
    color: white;
}

#community_properties .property_boxes .card .card-body .listing-location {
    display: block;
    font-size: 12px;
    color: #757575;
}

#community_properties .property_boxes .card .card-body .listing-meta-list li{
    font-size: 12px;
    color: #757575;
}

#community_properties .property_boxes .card .card-body .disclaimer {
    margin-top: 10px;
    color: #757575;
}

#community_properties .property_boxes .card .heart_icon{
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 18px;
}




/*****************Agent************************/
#Agent{
    padding-bottom: 100px;
}

#Agent .head_part h2 {
    color: #f7f7f7;
	text-align:unset;
}

#Agent .Agent_image{
    margin-bottom: 50px;
}
#Agent .Agent_image img{
    width: 100%;
}

/* =========================== agent detail ================================ */
#Agent .main_div a .agent_thumbnail{
	height:470px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
#Agent .main_div a{
	display:block;
	margin-bottom:40px;
}
#Agent .main_div a .Agent_image img{
	width:100%;
	height:auto;
	max-height:500px;
}
#Agent .main_div a .Agent_image .agent_text_div{
	background-color: #f7f7f7;
    padding: 20px 15px;
}
/*==================house_form=====================*/
#house_form{
    padding: 100px 0px;
    background-image:linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/houston-area-photo.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    margin-left: auto;
    margin-right: auto;
}
#house_form .headding h3{
    text-align: center;
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
    
    color: #fff;
    margin-bottom: 40px;
}
#house_form .headding h3:after {
    content: '';
    width: 90px;
    border: 1px solid #ffffff;
    display: block;
    margin: 3rem auto;
}
#house_form .headding .form_text{
    color: #fff;
    text-align: center;
    margin: 40px auto;
    
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    width: 47%;
    margin-bottom: 50px;
}
#house_form .form_div{
    background-color: #fff;
    border-radius: 4px;
    padding: 40px;
    margin: 20px auto;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    width: 46.5%
}
#house_form .form_div label{
    font-weight: 400!important;
    padding-top: 5px;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #313a3d;
    
    font-size: 17px
}
#house_form .form_div .submit-button{
    background: #145078;
    color: #fff;
    line-height: 20px;
    padding: 6px 12px;
    text-shadow: none;
    box-shadow: none;
    margin-top: 20px;
    height: 40px;
    
    font-weight: 300;
    width: 100%!important;
    font-size: 15px;
    border: 2px solid #aab5c0;
}


/*********************Selling_Page*************************/
#get{
    padding: 100px 0px;
    background-color: #ffffff;
}
#get .conatiner{
    padding-left: 15px;
    padding-right: 15px;
}
#get .main_div .get_image img{
    width: 100%;
}
#get .main_div .get_text{}
#get .main_div .get_text h2{
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size:48px;
    
    font-weight: 400;
    color: #000;
    text-align: center;
}
#get .main_div .get_text h2:after{
    content: '';
    width: 170px;
    height: 1px;
    background-color: #2b95bb;
    display: block;
    margin: 2.25rem auto;
}
#get .main_div .download_btn{
    padding-left: 0px;
    text-align: center;
    padding-top: 60px;
}
#get .main_div .download_btn li{
    display: block;
}
#get .main_div .download_btn li a{
text-decoration:none;
    font-size:13px;
    text-transform: uppercase;
    
    font-weight: 700;
    color: #2b95bb;
    border: 1px solid #2b95bb;
    background-color: transparent;
    background-image: none;
    border-color: #2b95bb;
    padding: 19px 26px;
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 14%);
    letter-spacing: 3px;
}
#get .main_div .download_btn li a:hover{
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
}
/*****************book_content******************/
#book_content{
    padding: 100px 0px;
    background-color: #f7f7f7;
}
#book_content  .headding h2{
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size:48px;
    text-align: center;
}
#book_content  .headding h2:after{
    content: '';
    width: 170px;
    height: 1px;
    background-color: #2b95bb;
    display: block;
    margin: 2.25rem auto;
}
#book_content .main_div{
    padding-top: 10px;
}
#book_content .main_div .book_image_div{
    padding-top: 32px;
}
#book_content .main_div .book_image_div img{
    width: 100%;
}
#book_content .main_div .content_div h4{
    font-size: 24px;
    color: #000;
    text-align: justify;
    margin-bottom: 12px;
}
#book_content .main_div .download_btn{
    padding-left: 0px;
    padding-top: 80px;
}
#book_content .main_div .download_btn li{
    display: block;
}
#book_content .main_div .download_btn li a{
    text-decoration:none;
    font-size:13px;
    text-transform: uppercase;
    
    font-weight: 700;
    color: #2b95bb;
    border: 1px solid #2b95bb;
    background-color: transparent;
    background-image: none;
    border-color: #2b95bb;
    padding: 19px 26px;
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 14%);
    letter-spacing: 3px;
}
#book_content .main_div .download_btn li a:hover{
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
}
/*****************financially******************/
#financially{
    padding: 100px 0px;
    background-color: #ffffff;
}
#financially  .headding h2{
    letter-spacing: 7px;
    text-transform: uppercase;
    font-size:48px;
    text-align: center;
}
#financially  .headding h2:after{
    content: '';
    width: 170px;
    height: 1px;
    background-color: #2b95bb;
    display: block;
    margin: 2.25rem auto;
}
#financially .financially_text{
    margin-top: 34px;
}
#financially .financially_text h4{
    font-size: 24px;
    color: #000;
    text-align:center;
    margin-bottom: 12px;
}
#financially .download_btn{
    padding-left: 0px;
    padding-top: 56px;
    text-align: center;
}
#financially .download_btn li{
    display: block;
}
#financially .download_btn li a{
    text-decoration:none;
    font-size:13px;
    text-transform: uppercase;
    
    font-weight: 700;
    color: #2b95bb;
    border: 1px solid #2b95bb;
    background-color: transparent;
    background-image: none;
    border-color: #2b95bb;
    padding: 19px 26px;
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 14%);
    letter-spacing: 3px;
}
#financially .download_btn li a:hover{
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
}
/*****************Guide******************/
#Guide{
    padding: 100px 0px;
    background-color: #f7f7f7;
}
#Guide .headding h3{
    font-size:35px;
    text-align: center;
}
/*****************Quality******************/
#Quality{
    padding: 100px 0px;
    background-image:url('../images/Lovepik_com-400051804-black-textured-background-template-scaled.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;  
}
#Quality .headding h1{
    font-size: 64px;
    color: #ffffff;
    text-align: center;
    text-align: center; color: white;
    text-shadow: 3px 3px 10px black;
}
#Quality .headding h4{
    text-align: center;
    color: white;
    text-shadow: 3px 3px 10px black;
    font-size: 24px;
    margin-top: 14px;
}
/*****************team_section******************/
#team_section{
    padding: 100px 0px;
    background-color: #f7f7f7;
}
#team_section .main_div .team_image{
    margin-top: 112px;
}
#team_section .main_div .team_image img{
    width: 100%;
}
#team_section .main_div .headding h2{
    color: #439cbf;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size:48px;
    text-align: center;
}
#team_section .main_div .headding h2:after{
    content: '';
    width: 170px;
    height: 1px;
    background-color: #2b95bb;
    display: block;
    margin: 2.25rem auto;
}
#team_section .main_div .headding h4{
    color: #000;
    font-size: 23px;
    text-align: center;
    line-height: 36px;
    margin-top: 30px;
}
#team_section .main_div .download_btn{
    padding-left: 0px;
    padding-top: 56px;
    text-align: center;
}
#team_section .main_div .download_btn li{
    display: block;
}
#team_section .main_div .download_btn li a{
    text-decoration:none;
    font-size:13px;
    text-transform: uppercase;
    
    font-weight: 700;
    color: #2b95bb;
    border: 1px solid #2b95bb;
    background-color: transparent;
    background-image: none;
    border-color: #2b95bb;
    padding: 19px 45px;
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 14%);
    letter-spacing: 3px;
}
#team_section .main_div .download_btn li a:hover{
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
}
#team_section .main_div .appointment_btn{
    padding-left: 0px;
    padding-top:90px;
    text-align: center;
}
#team_section .main_div .appointment_btn li{
    display: block;
}
#team_section .main_div .appointment_btn li a{
    text-decoration:none;
    font-size:13px;
    text-transform: uppercase;
    
    font-weight: 700;
    border: 1px solid #2b95bb;
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
    padding: 19px 15px;
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 14%);
    letter-spacing: 3px;
}
#team_section .main_div .appointment_btn li a:hover{
    color: #fff;
    background-color: #247c9c;
    border-color: #217492;
}


/*****************book_appointment************************/
#book_appointment{
    padding: 150px 0px 100px;
    background:#f7f7f7;
    position: relative;
}
#book_appointment h4{
    color: #000;
    font-size: 24px;
    text-align: center;
    margin: 0px 0px;
}
#community_detail_page_top header .navbar-inverse .menu{
    padding-top: 80px;
}
#community_detail_page_top header .navbar-inverse .menu li{
    margin-left: 18px;
}

#community_detail_page_top header .navbar-inverse .menu{
    list-style-type: none;
}

#community_detail_page_top header .navbar-inverse .menu>li{
    display: inline-block;
}
#community_detail_page_top header .navbar-inverse .menu>li>a{
    color: white;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    
    font-weight: 300;
    text-decoration: none;
    padding-right: 0px;
}

#community_detail_page_top .main_heading{    
    position: absolute;
    top: 40%;
    left: 0px;
    right: 0px;    
    z-index: 5;
}

#community_detail_page_top .main_heading{
    background-color: rgba(20, 20, 20, 0.75);
    border: 1px solid #fff;
    outline: 2px solid rgba(20, 20, 20, 0.75);
    display: inline-block;
    margin: 0 auto;
    padding: 12px 30px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 38%);
    max-width:32%;
    opacity: 1;
    visibility: visible;
}
#community_detail_page_top .main_heading p{
     
    font-size:16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0px;
}


#community_detail_page_top .main_heading h1{
    font-size:44px !important;
    font-weight: 700 !important;
    line-height: 1.48;
    color: white;
    position: relative;
    margin: 0px 0px;
}

#community_region{
    padding: 100px 0px;
}

#community_region h2{
    margin-bottom: 50px;
    
    font-weight: 400;
    line-height: 1.48;
    font-size: 4.2rem;
    color: #000;
}

#community_region .acordian .cardbox{
    border-bottom: 1px solid #9b9b9b;
    padding-bottom:50px;
    padding-top: 50px;
    position: relative;
}

#community_region .acordian .cardbox .cardbox_header h5 a{
    
    font-size: 2.25rem;
    color: #2b95bb;
}

#community_region .acordian .cardbox .cardbox_header h5{
    
    font-size: 2.25rem;
    color: #2b95bb;
}

#community_region .acordian .cardbox .cardbox_header h5 i{
    font-size: 2rem;
    font-weight: 100px;
}

#community_region .acordian .cardbox .cardbox_header h5 a{
    margin-right: 15px;
}
#community_region .acordian .cardbox .cardbox_header h5 a:hover{    
    color: #2686a8;
}

#community_region .acordian .cardbox .cardbox_body p{
    margin: 0;
    
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    color: #757575;
    text-align: left;
}

/*****************Testimonials************************/
#Testimonials{
    padding: 150px 0px 100px;
    background:#ffffff;
    position: relative;
}
#Testimonials .row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
#Testimonials .main_div .column {
  -ms-flex: 25%; /* IE10 */
  flex: 30%;
  max-width:33%;
  padding: 0 4px;
  margin-bottom: 30px;
}
#Testimonials .main_div .column {
  -ms-flex: 25%; /* IE10 */
  flex: 30%;
  max-width:33%;
  padding: 0 4px;
  margin-bottom: 30px;
}
#Testimonials .main_div .column .text_div {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
	height:auto;
	min-height:440px;
}
#Testimonials .main_div .column .text_div .image{
	text-align: center;
     border-radius: 50%;
    height: 100px;
    max-width: 90px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 26px auto;
}
#Testimonials .main_div .text_div{
    border: 3px solid rgba(207,217,223,.25);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    padding: 20px 20px;
    position: relative;
}
#Testimonials .main_div .text_div p{
    text-align:center;
    color: #000;
    font-size: 18px;
    font-weight: 600;    
}
#Testimonials .main_div .text_div .content_div{
    font-size:18px;
    line-height:26px;
    letter-spacing: 1.88px;
    
    font-weight: 400;
    font-style: italic;
    color: #757575;
    padding-top: 8px;
   
}
#Testimonials .main_div .text_div .content_div_second{
    
    font-size:14px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #000;
    line-height: 1.48;
    font-weight: 400;
    position: relative;
	text-align:center;
}
#Testimonials .main_div .text_div .content_div_second:after{
    content: '';
    height: 2px;
    width: 30px;
    background-color: #2b95bb;
    display: block;
    margin-bottom: 2rem;
    margin-top: 11px !important;
	text-align:center;
	margin:auto;
}
#Testimonials .main_div .text_div .source-icon{
    border: 3px solid #f3f6f7;
    background-color: #fff;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: calc(-61px / 2);
}
#Testimonials .main_div .text_div .source-icon i{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#Testimonials .main_div .text_div .source-icon  .fa-zillow{
    background: url('../images/realtor-logo.png') no-repeat center center;
    background-size: cover;
    width: 2rem;
    height: 2rem
}
#Testimonials .main_div .text_div .source-icon_div{
    border: 3px solid #f3f6f7;
    background-color: #fff;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: calc(-61px / 2);
}
#Testimonials .main_div .text_div .source-icon_div i{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#Testimonials .main_div .text_div .source-icon_div  .fa-zillow{
    background:url('../images/zillow-logo.jpg') no-repeat center center;
    background-size: cover;
    width: 2rem;
    height: 2rem
}


/*==================house_form=====================*/
#house_form{
    padding: 100px 0px;
    background-image:linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/houston-area-photo.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    margin-left: auto;
    margin-right: auto;
}
#house_form .headding h3{
    text-align: center;
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
    
    color: #fff;
    margin-bottom: 40px;
}
#house_form .headding h3:after {
    content: '';
    width: 90px;
    border: 1px solid #ffffff;
    display: block;
    margin: 3rem auto;
}
#house_form .headding .form_text{
    color: #fff;
    text-align: center;
    margin: 40px auto;
    
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    width: 47%;
    margin-bottom: 50px;
}
#house_form .form_div{
    background-color: #fff;
    border-radius: 4px;
    padding: 40px;
    margin: 20px auto;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    width: 46.5%
}
#house_form .form_div label{
    font-weight: 400!important;
    padding-top: 5px;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #313a3d;
    
    font-size: 17px
}
#house_form .form_div .form-control{
    height: 38px;
    width: 100%;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #656565;
    background-color: #f4f7f8;
    background-image: none;
    box-shadow: none;
    border: 1px solid #aab5c0;    
    font-weight: 300;
}
#house_form .form_div .submit-button{
    color: #FFFFFF;
    background-color: #000000;
    font-size: 14px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

#house_form .form_div .submit-button:hover{
    color: black;
    background-color: white;
    border-color: rgba(0, 0, 0, 1);
    border-radius: 10px;
}


/*********************Selling_Page*************************/
#get{
    padding: 100px 0px;
    background-color: #ffffff;
}
#get .conatiner{
    padding-left: 15px;
    padding-right: 15px;
}
#get .main_div .get_image img{
    width: 100%;
}
#get .main_div .get_text{}
#get .main_div .get_text h2{
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size:48px;
    
    font-weight: 400;
    color: #000;
    text-align: center;
}
#get .main_div .get_text h2:after{
    content: '';
    width: 170px;
    height: 1px;
    background-color: #2b95bb;
    display: block;
    margin: 2.25rem auto;
}
#get .main_div .download_btn{
    padding-left: 0px;
    text-align: center;
    padding-top: 60px;
}
#get .main_div .download_btn li{
    display: block;
}
#get .main_div .download_btn li a{
text-decoration:none;
    font-size:13px;
    text-transform: uppercase;
    
    font-weight: 700;
    color: #2b95bb;
    border: 1px solid #2b95bb;
    background-color: transparent;
    background-image: none;
    border-color: #2b95bb;
    padding: 19px 26px;
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 14%);
    letter-spacing: 3px;
}
#get .main_div .download_btn li a:hover{
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
}
/*****************book_content******************/
#book_content{
    padding: 100px 0px;
    background-color: #f7f7f7;
}
#book_content  .headding h2{
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size:48px;
    text-align: center;
}
#book_content  .headding h2:after{
    content: '';
    width: 170px;
    height: 1px;
    background-color: #2b95bb;
    display: block;
    margin: 2.25rem auto;
}
#book_content .main_div{
    padding-top: 10px;
}
#book_content .main_div .book_image_div{
    padding-top: 32px;
}
#book_content .main_div .book_image_div img{
    width: 100%;
}
#book_content .main_div .content_div h4{
    font-size: 24px;
    color: #000;
    text-align: justify;
    margin-bottom: 12px;
}
#book_content .main_div .download_btn{
    padding-left: 0px;
    padding-top: 80px;
}
#book_content .main_div .download_btn li{
    display: block;
}
#book_content .main_div .download_btn li a{
    text-decoration:none;
    font-size:13px;
    text-transform: uppercase;
    
    font-weight: 700;
    color: #2b95bb;
    border: 1px solid #2b95bb;
    background-color: transparent;
    background-image: none;
    border-color: #2b95bb;
    padding: 19px 26px;
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 14%);
    letter-spacing: 3px;
}
#book_content .main_div .download_btn li a:hover{
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
}
/*****************financially******************/
#financially{
    padding: 100px 0px;
    background-color: #ffffff;
}
#financially  .headding h2{
    letter-spacing: 7px;
    text-transform: uppercase;
    font-size:48px;
    text-align: center;
}
#financially  .headding h2:after{
    content: '';
    width: 170px;
    height: 1px;
    background-color: #2b95bb;
    display: block;
    margin: 2.25rem auto;
}
#financially .financially_text{
    margin-top: 34px;
}
#financially .financially_text h4{
    font-size: 24px;
    color: #000;
    text-align:center;
    margin-bottom: 12px;
}
#financially .download_btn{
    padding-left: 0px;
    padding-top: 56px;
    text-align: center;
}
#financially .download_btn li{
    display: block;
}
#financially .download_btn li a{
    text-decoration:none;
    font-size:13px;
    text-transform: uppercase;
    
    font-weight: 700;
    color: #2b95bb;
    border: 1px solid #2b95bb;
    background-color: transparent;
    background-image: none;
    border-color: #2b95bb;
    padding: 19px 26px;
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 14%);
    letter-spacing: 3px;
}
#financially .download_btn li a:hover{
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
}
/*****************Guide******************/
#Guide{
    padding: 100px 0px;
    background-color: #f7f7f7;
}
#Guide .headding h3{
    font-size:35px;
    text-align: center;
}
/*****************Quality******************/
#Quality{
    padding: 100px 0px;
    background-image:url('../images/Lovepik_com-400051804-black-textured-background-template-scaled.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;  
}
#Quality .headding h1{
    font-size: 64px;
    color: #ffffff;
    text-align: center;
    text-align: center; color: white;
    text-shadow: 3px 3px 10px black;
}
#Quality .headding h4{
    text-align: center;
    color: white;
    text-shadow: 3px 3px 10px black;
    font-size: 24px;
    margin-top: 14px;
}
/*****************team_section******************/
#team_section{
    padding: 100px 0px;
    background-color: #f7f7f7;
}
#team_section .main_div .team_image{
    margin-top: 112px;
}
#team_section .main_div .team_image img{
    width: 100%;
}
#team_section .main_div .headding h2{
    color: #439cbf;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size:48px;
    text-align: center;
}
#team_section .main_div .headding h2:after{
    content: '';
    width: 170px;
    height: 1px;
    background-color: #2b95bb;
    display: block;
    margin: 2.25rem auto;
}
#team_section .main_div .headding h4{
    color: #000;
    font-size: 23px;
    text-align: center;
    line-height: 36px;
    margin-top: 30px;
}
#team_section .main_div .download_btn{
    padding-left: 0px;
    padding-top: 56px;
    text-align: center;
}
#team_section .main_div .download_btn li{
    display: block;
}
#team_section .main_div .download_btn li a{
    text-decoration:none;
    font-size:13px;
    text-transform: uppercase;
    
    font-weight: 700;
    color: #2b95bb;
    border: 1px solid #2b95bb;
    background-color: transparent;
    background-image: none;
    border-color: #2b95bb;
    padding: 19px 45px;
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 14%);
    letter-spacing: 3px;
}
#team_section .main_div .download_btn li a:hover{
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
}
#team_section .main_div .appointment_btn{
    padding-left: 0px;
    padding-top:90px;
    text-align: center;
}
#team_section .main_div .appointment_btn li{
    display: block;
}
#team_section .main_div .appointment_btn li a{
    text-decoration:none;
    font-size:13px;
    text-transform: uppercase;
    
    font-weight: 700;
    border: 1px solid #2b95bb;
    color: #fff;
    background-color: #2b95bb;
    border-color: #2b95bb;
    padding: 19px 15px;
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 14%);
    letter-spacing: 3px;
}
#team_section .main_div .appointment_btn li a:hover{
    color: #fff;
    background-color: #247c9c;
    border-color: #217492;
}


/*****************book_appointment************************/
#book_appointment{
    padding: 150px 0px 100px;
    background:#f7f7f7;
    position: relative;
}
#book_appointment h4{
    color: #000;
    font-size: 24px;
    text-align: center;
    margin: 0px 0px;
}

/*========= Form page template for buy and sell home ==========*/
#home_form_page{
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;    
}

#home_form_page .content_box{
    padding-right: 80px;
}

#home_form_page .content_box h1{
    color: #ffffff !important;
      
    font-weight: 400;
    line-height: 1.5;
    font-size: 40px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-top: 20%;
}

#home_form_page .content_box p{
    font-size: 20px;
    color: #ffffff !important;
      
    margin: 30px 0px;
    font-weight:300;
}

#home_form_page .form_box{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0em 0em 20px 0 rgb(0 0 0 / 40%);
}

#home_form_page form label{
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 1;
    font-size: 17px;
    text-transform: none;
    color: #172944;
    font-weight: 400;
    margin-bottom: .5rem;
}

#home_form_page form input, #home_form_page form select, #home_form_page form textarea{
    background-color: #fbfbfb;
    border: 2px solid #fff;
    border-bottom-color: #ccc;
    box-shadow: none;
    font-size: 1.2rem;
}

#home_form_page form p{
    font-size: 12px;
    font-weight: 300;
    color: #515051;
    line-height: 1.4;
    letter-spacing: 0;
}
#home_form_page form .submit_button{
	    border-radius: 4px;
    background-color: rgba(43,149,187,1);
    border-color: rgba(43,149,187,1);
    border: none;
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 12px 5px;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
	cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
} 
#home_form_page form .submit_button:after{
	content: '\f061';
    font-family: 'FontAwesome';
    position: absolute;
    opacity: 0;
    top: 14px;
    right: -20px;
    transition: 0.5s;
}
#home_form_page form .submit_button:hover{
	background-color: #015371;
    color: #ffffff;
}
#home_form_page form .submit_button:hover{
    padding-right: 25px;
}
#home_form_page form .submit_button:hover:after {
    opacity: 1;
    right: 14px;
	
}

#home_form_page form .submit_button input{
	background-color: inherit;
    font-weight: 900;
    border-color: inherit;
    border: inherit;
    -webkit-transition: unset;
    transition: unset;
	font-size:18px;
}

#home_form_page form button{
    padding: 15px 30px;
    font-size: 14px;
    margin-top: 20px;
    background-color: rgba(43,149,187,1);
    border-color: rgba(43,149,187, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.15);
}
#home_form_page form button:hover{
    background-color: #015371;
    color: #ffffff;
}

#home_form_page form p.submit_button .ajax-loader{
    width: 0px;
    height: 0px;
    margin: 0px;
}

#home_form_page form p.submit_button .ajax-loader::before{
    top: 35px;
    left: -35px;
}
/* contact page css */
#contact_page_top_section{
    background-size: cover;
    padding:150px 0px;
}
#contact_page_top_section h4{
    color: #ffffff;
    font-size: 15px;
    position: relative;
}
#contact_page_top_section h4:before{
    content: '';
    width: 60px;
    height: 1px;
    background: #4fb0cd;
    position: absolute;
    top: 50%;
    left: 10%;
}
#contact_page_top_section h1{
    color: #ffffff;
    font-size: 50px;
}
#contact_page_top_section p{
    color: #ffffff;
    font-size: 18px;
}
#form_section{
    padding:50px 0px;
}
#form_section .headding{
    line-height: 1.48;
    color: #000;
    font-size: 4.2rem;
}
#form_section p{
    font-size:16px;
    font-weight: 400;
    line-height: 1.8;
    color: #757575;
}
#form_section .main_div{
    margin-top: 30px;
}
#form_section .main_div .box{
    width: 12%;
}
#form_section .icon{
    width: 48px;
    height: 48px;
    background-color: rgba(43,149,187,1);
    border-radius: 50%;
    text-align: center;
    margin: auto;
}
#form_section .icon:hover{
    background-color: #015371;
    color: #2b95bb;
}
#form_section .icon i{
    color: #fff;
    line-height: 49px;
    font-size: 18px
}
#form_section .address_list{
    padding-left: 0px;
    margin-bottom: 18px;
    list-style-type: none;
}
#form_section .address_list li{
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #020507;    
    font-weight: 700;
}
#form_section .address_list li a{
    color: #020507;
    font-size: 16px;    
    font-weight: 500;
    text-decoration: none;
}
#form_section .address_list li a:hover{
    text-decoration:underline;
    color: #020507; 
}
#form_section .form_div{
    box-shadow: 0px 5px 31px 0px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    margin: 0;
    padding: 3em 3em 2em 3em;
}
#form_section .form_div h3{
    line-height: 1.48;
    color: #000;
    font-size:24px;
    text-align: center;
}
#form_section .form_div form{
    margin-top: 30px;
}
#form_section .form_div form .form-control{
    background: #f7f7f7;
    color: #020507;
    font-size: 17px;
    border: inherit;
    height: 54px;
    margin-bottom: 20px;
}
#form_section .form_div form .form-control::placeholder{
    color:#929191;
}
#form_section .form_div form textarea.form-control{
    color:#929191;
    height: 120px;

}
#form_section .form_div form .btn-default{
    text-align:center;
    margin: auto;
    display: block;
}
#form_section .form_div form .btn-default a i{
    width: 48px;
    height: 48px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 18px;
    line-height: 49px;
}
#form_section .form_div form .btn-default a{
    margin: 0px 30px;
}
#form_section .form_div form .btn-default .send_btn{
    color: #020507;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}
#form_section .form_div form .btn-default:hover{
   background-color: inherit;    
   border:inherit;
   color: #020507;
    border-color: #020507;
    background-color: transparent;
    border: none;
    min-width: 12rem;
}



/* ================ blog singel page properties section ===============*/
#community_properties_section{
    padding: 70px 0px;
}

#community_properties_section h2{
    
    font-size: 44px;
    color: #141414;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    text-align: center;
}

#community_properties_section p{    
    font-size: 18px;
    font-weight: 400;
    color: #7c7c7c;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 50px;
}

#community_properties_section .property_boxes{
    margin-top:10px;
}

#community_properties_section .property_boxes .card{
    position: relative;
    -webkit-box-shadow: 0 3px 30px 0 #d8d8d8;
    box-shadow: 0 3px 30px 0 #d8d8d8;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
}

#community_properties_section .property_boxes .card .card-img-top{
    border-bottom: 6px solid #01bb01
}
#community_properties_section .property_boxes .card .card-img-top a img{
    width: 100%;
}
#community_properties_section .property_boxes .card .card-body{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px 20px;
}

#community_properties_section .property_boxes .card .card-body .listing-price {
    color: #000;
    font-size: 18px;
}

#community_properties_section .property_boxes .card .card-body .listing-price small{
    font-size: 12px;
    color: #757575;
}

#community_properties_section .property_boxes .card .card-body .listing-location {
    display: block;
    font-size: 12px;
    color: #757575;
    margin-top: 10px;
}

#community_properties_section .property_boxes .card .card-body .disclaimer {
    margin-top:5px;
    color: #757575;
}
#community_properties_section .property_boxes .card .card-body .disclaimer .mr-2{
    font-size: 13px;
    line-height: 26px;
}
#community_properties_section .property_boxes .card .heart_icon{
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 18px;
}


/* =========================== sell_Page =========================== */
#sell_page_top{
    height:430px;
    background-image: url('../images/lillights-2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#sell_page_top:before{
    content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(#111),to(rgba(17,17,17,0)));
    background: linear-gradient(180deg,#111 0,rgba(17,17,17,0) 100%);
    opacity: .62;
}

#sell_page_top header{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 5;
}

#sell_page_top header .header_div .navbar-inverse .navbar-nav>li>a{
    color: white;
}

#sell_page_top header .header_div .navbar-inverse .navbar-nav>li>a:hover{
    color: #d6d6d6;
}
#sell_page_top .main_heading{    
    position: absolute;
    top:52%;
    left:9%;
    right: 0px;    
    z-index: 5;
}
#sell_page_top .main_heading p{
    font-size: 15px;
    color:#ffffff;
}
#sell_page_top .main_heading p:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #4fb0cd;
    position: absolute;
    top: 9%;
    right: 0;
    left: 11%;
}
#sell_page_top .main_heading h1{
    font-size:50px;
    font-weight: 400;
    line-height: 1.48;
    color: white;
    position: relative;
}
#sell_page_top .main_heading .headding_text{
    font-size: 15px;
    color:#ffffff;
}
#book_content_section{
    padding: 100px 0px;
}
#book_content_section .book_image img{
    width: 100%;
    width: 77%;
    transform: rotate( 
-5deg
 );
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 8%);
    border: 7px solid #fff;
}
#book_content_section .text{
    color: #020507;
    font-size:19px;
    font-weight: 700;
    text-transform: uppercase;
}
#book_content_section p{
    font-size: 16px;
    color: #575555;
    font-weight: 400;
    margin-top: 26px;
    line-height: 24px;
}
#book_content_section form{
    margin-top: 50px;
}
#book_content_section form .form-control{
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: #020507;
    font-size: 17px;
    border: inherit;
    height: 54px;
    margin-bottom: 20px;
}
#book_content_section form .form-control::placeholder{
    color: #757575;
}

#book_content_section form .submit_button{
	    border-radius: 4px;
    background-color: rgba(43,149,187,1);
    border-color: rgba(43,149,187,1);
    border: none;
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 12px 5px;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
	cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
} 
#book_content_section form .submit_button:after{
	content: '\f061';
    font-family: 'FontAwesome';
    position: absolute;
    opacity: 0;
    top: 14px;
    right: -20px;
    transition: 0.5s;
}
#book_content_section form .submit_button:hover{
	background-color: #015371;
    color: #ffffff;
}
#book_content_section form .submit_button:hover{
    padding-right: 25px;
}
#book_content_section form .submit_button:hover:after {
    opacity: 1;
    right: 14px;
	
}


#book_content_section form .submit_button input{
	background-color: inherit;
    font-weight: 900;
    border-color: inherit;
    border: inherit;
    -webkit-transition: unset;
    transition: unset;
	font-size:18px;
}


#book_content_section form p.submit_button .ajax-loader{
    width: 0px;
    height: 0px;
    margin: 0px;
}

#book_content_section form p.submit_button .ajax-loader::before{
    top: 35px;
    left: -35px;
}
#book_content_section form .btn-default{
    padding-left: 0px;
    margin-top: 30px;
}
#book_content_section form .btn-default a{
    margin: 0px 30px
}
#book_content_section form .btn-default a i{
    width: 48px;
    height: 48px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 18px;
    line-height: 49px;
}
#book_content_section form .btn-default .send_btn {
    color: #020507;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}    
#book_content_section form .btn-default:hover{
    color: #020507;
    border-color: #020507;
    background-color: transparent;
    border:inherit;
}
#book_content_section form .btn-default:hover i{
    width: 100%;
}
#book_content_section form .button {
    border-radius: 4px;
    background-color: rgba(43,149,187,1);
    border-color: rgba(43,149,187,1);
    border: none;
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 15px 5px;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  
  #book_content_section form .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  #book_content_section form .button span:after {
    content: '\f061';
    font-family: 'FontAwesome';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  #book_content_section form .button:hover{
    background-color: #015371;
    color: #ffffff;
  }
#book_content_section form .button:hover span {
    padding-right: 25px;
  }
  
#book_content_section form .button:hover span:after {
    opacity: 1;
    right: 0;
  }
#book_content_section form .wpcf7-form-control-wrap{
	margin-bottom:36px;
	display:block;
}
/*================== chat box button ====================*/
.chat-box-button{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    padding: 1px;
    margin: 0px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0);
    outline: none;
    border: 0px;
	border-radius: 50%;
    height: 45px;
    width: 45px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
  }
/*.chat-box-button:hover {
    transform: scale(1.08);
    transition: .8s cubic-bezier(.2,1,.2,1);
    box-shadow: 0 16px 32px rgb(0 0 0 / 20%);
}*/
.chat-box-button  .chat_div {
    opacity: 1;
    transition: .8s cubic-bezier(.2,1,.2,1);
    width: 175px;
}

.chat-box-button .chat_div{
	position: absolute;
    right: 3px;
    bottom: 60px;
    width: 100px !important;
    background-color: #fff;
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 12px;
    transition: .8s cubic-bezier(.2,1,.2,1) !important;
}
.chat-box-button .chat_div p{
	text-align:center;
	margin-bottom:0px;
}
.chat-box-button .chat {
    background-color: #fff;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    color: #9ba6b2;
    position: absolute;
    bottom: 0;
    left: -12px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 30%);
    transition: .8s cubic-bezier(.2,1,.2,1);
}
.chat-box-button .chat i {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}	
  #chatModal{
	position: fixed;
	 top:0px;
	 left:0px;
	  right:0px;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    background-color: rgba(26,54,80,.247059);
    overflow: auto;
    
  }
  .modal-dialog {
	  position:relative;
}
  #chatModal  .social_icon_div{
    padding-left: 0px;
    float: right;
    margin-top: 28px;
  }
  #chatModal  .social_icon_div li{
    display: inline-block;
    padding-left: 6px;
  }
  #chatModal  .social_icon_div li a {
	background-color: rgba(0,0,0,.35);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: .4s;
    position: fixed;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 10;
}
  #chatModal  .social_icon_div li a i{position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 24px!important;
  }
  #chatModal .modal-content{
	 width:70%;
	  margin:auto;
    background-color:#1e73be;
    border-radius: 18px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
    transition-timing-function: ease-in;
	position:absolute;
	top:95px;
	left:15%;
  }
  #chatModal .modal-content .modal-header{
    border-bottom:none;
	  position:relative;
  }
 #chatModal .modal-content .modal-header .chat_image_div{
	position: absolute;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    left: 0%;
    right: 0%;
    top:-135px;
    bottom: 0%;
    text-align: center;
    margin: auto;
	border:2px solid #ffffff; 
}
#chatModal .modal-content .modal-header .tittle_div{
	text-align:center;
}
#chatModal .modal-content .modal-header .tittle_div h3{
	font-size:24px;
	color:#ffffff;
}
#chatModal .modal-content .modal-header .tittle_div p{
	font-size:18px;
	color:#ffffff;
}
#chatModal .modal-content .modal-body{
    margin-bottom: 20px;
  }
#chatModal .modal-content .modal-body form .form-control{
	height: 60px;
	box-shadow: inset 0 0 0 transparent;
    border-color: #fff;
    background-color: rgba(255,255,255,.9);
	width: 100%;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #dae1e9;
    display: inline-block;
    font-weight: 400;
    transition: .4s;
	border: 1px solid #ffffff;
    margin-bottom: 9px;
}
#chatModal .modal-content .modal-body form .form-control input:hover{
	box-shadow: 0 0 0 1px #fff;
	transition: .4s;
}
#chatModal .modal-content .modal-body form textarea{
	height: 120px !important;
}
#chatModal .modal-content .modal-body form .ask_button p{
      background-color: #fc0;
    padding-right: 0;
    overflow: hidden;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    border-radius: 2px;
    color: #0e2459;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: none;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    margin: 0.5em;
    margin-left:0px;
    transition: 0.2s;
	padding-left:1em;
    }
    #chatModal .modal-content .modal-body form .ask_button p:after{    
      content: '\f061';
    font-family: 'FontAwesome';
    background-color: rgba(255,255,255,0.34);
    padding: 0.4em;
    font-size: 1.6em;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    }
    #chatModal .modal-content .modal-body form p:hover{
      transform: none;
    opacity: 1 !important;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    background-color: #ffd849;
	padding-left:2em;
    transition: 0.2s;	
}

#chatModal .modal-content .modal-body form p input[type=submit]{
	background-color: inherit;
    font-size: 1em;
    font-weight: 900;
	border-color:inherit;
	border:inherit;
	-webkit-transition:unset;
	transition:unset;
	padding: 10px 30px 10px 15px;
}
#chatModal .modal-content .modal-body form p input[type=submit]:hover{
 	background-color:inherit;
	border-color:inherit;
	border:inherit;
	transition:unset;    
}

#chatModal .modal-content .modal-body form .ask_button p .ajax-loader{
    width: 0px;
    height: 0px;
    margin: 0px;
}

#chatModal .modal-content .modal-body form .ask_button p .ajax-loader::before{
    top: -10px;
    left: 100px;
}
 .fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}
/* ============================= Listing detail page  ============================ */


#listing_detail #top_slider{
    position: relative;
}


#listing_detail #top_slider .slider_headding{
    position: absolute;
    top: 59%;
    left: 4%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
}
#listing_detail #top_slider .slider_headding h1{
    color: #ffffff;
    font-size: 4rem;
    line-height: 4rem;
}
#listing_detail #top_slider .slider_headding .text_skider{
    color:#ffffff;
    font-size: 2rem;
}
#listing_detail #top_slider .slider_headding h3{
    color: #ffffff;
    font-size: 2rem;
    line-height: 4rem;
}

#listing_detail #top_slider .swiper-container{
    overflow: unset !important;
}
#listing_detail #top_slider .swiper-container .swiper-wrapper .swiper-slide{
    height: 550px !important;
    transition-property: transform;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#listing_detail #top_slider .swiper-container .swiper-button-prev{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,.77);
    position: absolute;
    top: 50%;
	left:2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #2b95bb;
    z-index: 11;
}
#listing_detail .swiper-button-prev:after, #listing_detail .swiper-container-rtl .swiper-button-next:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 2em;
    font-weight: 900;
}
#listing_detail #top_slider .swiper-container .swiper-button-next{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,.77);
    position: absolute;
    top: 50%;
	right:2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #2b95bb;
    z-index: 11;
}
#listing_detail #top_slider .swiper-container .swiper-button-next:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 2em;
    font-weight: 900;
}
#listing_detail #contact_page_section{
    background-color: #ffffff;
    padding: 10px 0px;
    position: relative;
    z-index: 5;
}
#listing_detail #contact_page_section:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 18rem;
    right: 0;
    bottom: 17rem;
    background: #f5f6f8;
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
}
#listing_detail #contact_page_section .main_div .property_div{
    padding-left: 0px;
}
#listing_detail #contact_page_section .main_div .property_div li{
    display: inline-block;
    margin-right: 12px;
}
#listing_detail #contact_page_section .main_div .property_div li a{
    font-size:1rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.57px;
    color: #2b95bb;
    text-decoration: none;
}
#listing_detail #contact_page_section  .main_div .property_div li a i{
    color: #d0d4db;
    margin-right: 3px;
    font-size: 1rem;
}
#listing_detail #contact_page_section  .main_div .content_page_text{
    font-size: 3rem;
    line-height: 1.48;
    color: #000;
}
#listing_detail #contact_page_section  .main_div .content_div{
    line-height: 2;
    color: #757575;
    font-size:1.5rem;
}
#listing_detail #contact_page_section  .main_div .rate{
    font-size: 2.75rem;
    color: #000;
    line-height: 33px;
    display: block;
    margin-top: 21px;
    text-align: right;
}
#listing_detail #contact_page_section .list_text_div{
    margin-top: 20px;
}
#listing_detail #contact_page_section .list_text_div .list_pricediv {
    font-size:1.8rem;
    color: #4a4a4a;
    font-weight: 600;
    display:block;
}    
#listing_detail #contact_page_section .list_text_div .list_pricediv_second {
    font-size:1.3rem;
    text-transform: uppercase;
    color: #757575;
}
#listing_detail #contact_page_section .list_pricediv_third{
    font-size: 1.3rem;
    color:#757575;
    margin-top: 20px;
}
#listing_detail #contact_page_section .list_pricediv_third .list_pricediv_four{
    color:#34b522;
    font-size: 1.3rem;
    font-weight: 600;;
}
#listing_detail #contact_page_section .list_pricediv_five{
    margin-top: 18px;
}    
#listing_detail #contact_page_section .list_pricediv_five .list_pricediv_six {
    font-size:1.8rem;
    color: #4a4a4a;
    font-weight: 600;
}    
#listing_detail #contact_page_section .list_pricediv_five .list_pricediv_seven {
    font-size:1.3rem;
    color: #757575;
    margin-top: 8px;
}    
#listing_detail #contact_page_section .text_list_div{
    margin-top: 30px;
}
#listing_detail #contact_page_section .text_list_div p{
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #757575;
}
#listing_detail #contact_page_section .text_list_div .google_map iframe{
	width:100%;
}
#listing_detail #contact_page_section .text_list_div .content_list{
    font-weight: 600;
    color: #757575;
}
#listing_detail #contact_page_section .video_headding{
    margin-top: 30px;
}
#listing_detail #contact_page_section .video_headding h3{
    font-size: 1.375rem;
    font-weight: 500;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-bottom: 3rem !important;
    color: #000;

}
#listing_detail #contact_page_section .detail{
    margin-top: 60px;
}
#listing_detail #contact_page_section .detail h3{
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-bottom: 3rem !important;
    color: #000;

}
#listing_detail #contact_page_section .detail h3:after{
    content: '?';
    position: relative;
    top: 1px;
    color: #2b95bb;
}
#listing_detail #contact_page_section .mp3{
    margin-bottom: 2rem !important;
}
#listing_detail #contact_page_section .menu_detail li {
    font-size: 1.5rem;
    position: relative;
    font-weight: 500;
    padding-top:2rem;
    padding-bottom: 2rem;
    color: #757575;
    display: block;
}
#listing_detail #contact_page_section .menu_detail li .right_text{
    float: right;
}
#listing_detail #contact_page_section .menu_detail li:after{
    content: '';
    height: 1px;
    background: #d2d5de;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -1px;
}    
#listing_detail #contact_page_section .main_div{
    padding-top: 20px;
}
#listing_detail #contact_page_section .main_div .price{
    font-size: 1rem;
    position: relative;
    font-weight: 500;
    padding-top: calc(1rem + 2px);
    padding-bottom: 1rem;
    color: #757575;
}
#listing_detail #contact_page_section .table_text{
    margin-top: 25px;
}
#listing_detail #contact_page_section .table_text p{
    font-size: 1.5rem;
    margin-top: 1.25rem;
    color: #757575;
    line-height:2;
}
#listing_detail #contact_page_section .table_text p a{
    color: #1d637d !important;
    text-decoration: none !important;
}
#listing_detail #contact_page_section .table_text p a:hover{
    color: #053242 !important;
    text-decoration: none !important;
}
#listing_detail #contact_page_section .table_text_div{
    margin-top: 82px;
}
#listing_detail #contact_page_section .table_text_div h5{
    font-size:1.5rem;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1.56px;
}
#listing_detail #contact_page_section .table_text_div p{
    font-size: 1.5rem;
    color: #757575;
}
#listing_detail #contact_page_section .content_box_div{
    background: #fff;
    -webkit-box-shadow: 0 6px 60px 0 #d8d8d8;
    box-shadow: 0 6px 60px 0 #d8d8d8 !important;
    border-top: 3px solid #adb0b9;
    /*margin-top: calc(-4rem - 124px);*/
    padding: 20px 26px;
}
#listing_detail #contact_page_section .content_box_div .headding{
    font-size:2rem;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}
#listing_detail #contact_page_section .content_box_div .image img{
    max-width: 100%;
    height: auto;
}
#listing_detail #contact_page_section .content_box_div .client-text{
    margin-top: 32px;
}
#listing_detail #contact_page_section .content_box_div .client-text .client-text-tittle{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.48;
    color: #757575;
    margin-bottom: 5px;
}
#listing_detail #contact_page_section .content_box_div .client-text .client-text-name{
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 1.28;
    color: #2b95bb!important;
}
#listing_detail #contact_page_section .content_box_div .client-text .client-text-phone{
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #4a4a4a;
    color: #757575;
}
#listing_detail #contact_page_section .content_box_div .text_client{
    color: #757575;
    font-size: 1rem;
    line-height:2;
    text-align: center;
    margin-top: 25px;
}
#listing_detail #contact_page_section .content_box_div .day_detail{
    margin-top:20px;
}
#listing_detail #contact_page_section .content_box_div .day_detail a{
    width: 65.66px;
    padding: 10.5px 5px;
    border-radius: 21.5px!important;
    border-color: #d0d4dc;
    color: #adb0b9;
    font-weight: 500;
    font-size: 1rem;
    margin-right: 7px;
    letter-spacing: 0;
    border: 1px solid #d8d8d8;
    text-transform: none;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
#listing_detail #contact_page_section .content_box_div .day_detail a:hover{
    background-color: #f9f9f9;
}
#listing_detail #contact_page_section .content_box_div .text_client_second{
    color: #757575;
    font-size: 1rem;
    line-height:2;
    text-align: center;
    margin-top: 25px;
}
#listing_detail #contact_page_section .content_box_div form{
    margin-top:30px;
}
#listing_detail #contact_page_section .content_box_div form  .form-control {
    max-width: 100%;
    background-clip: border-box;
    display: block;
    width: 100%;
    padding: 2.2rem 1rem;
    font-size: 1rem;
    line-height: 2;
    color: #4a4a4a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d5de;
    border-radius: 0;
    margin-bottom: 30px;
}    
#listing_detail #contact_page_section .content_box_div form .btn-default{
    color: #fff !important;
    background-color: #2b95bb !important;
    border-color: #2b95bb !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    line-height:1;
    border-radius: 0px;
    padding: 1.9rem 6rem;
}
#listing_detail #contact_page_section .content_box_div form .btn-default:hover{
    color: #fff !important;
    background-color: #247c9c !important;
    border-color: #217492 !important;
}

/**************buyer_seller_section*******************/
#buyer_seller_section{
    padding: 60px 0px;
}
#buyer_seller_section .main_div .seller{
    -webkit-box-shadow: 0 3px 30px 0 rgba(216,216,216,.5)!important;
    box-shadow: 0 3px 30px 0 rgba(216,216,216,.5)!important;
    padding: 10px 30px;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s !important;
    background-position: center;
    background-size: cover;
}
#buyer_seller_section img{
    text-align: center;
    margin: auto;
    display: block;
}
#buyer_seller_section .main_div .seller .text_hadding{
    font-size:30px;
    color: #ffffff;
    text-align: center;
}
#buyer_seller_section .main_div .seller .content{
    margin-top: 30px;
}
#buyer_seller_section .main_div .seller .content p{
    font-size:15px;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
}
#buyer_seller_section .main_div .seller .btn{
    padding-left: 0px;
    text-align: center;
    margin: auto;
    margin-top: 43px;
    display: block;
    margin-bottom: 35px;
}
#buyer_seller_section .main_div .seller .btn li{
    display: block;
}
#buyer_seller_section .main_div .seller .btn li a{
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.2;
    padding: 18px 24px;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    color: #fff;
    background-color: #0ec6d5;
    border-color: #0ec6d5;
    text-decoration: none;
}
#buyer_seller_section .main_div .seller .btn li a:hover{
    color: #fff;
    background-color: #0ca5b1;
    border-color: #0b9aa5;
}

#buyer_seller_section .main_div .seller .btn li a .fa{
	padding-left : 5px;
}
/**************Communities*****************/
#Communities_section{
    padding: 60px 0px;
}
#Communities_section .headding {
    font-size: 35px;
    color: #000000;
    text-align:center; 
    position: relative;
}
#Communities_section .headding::before{
    content: '';
    position: absolute;
    left: 0%;
    right: 0%;
    text-align: center;
    margin: auto;
    top:85%;
    display: block;
    width: 75px;
    height:2px;
    margin-top: 19px;
    margin-bottom: 21px;
    background-color:#0ec6d5;
}  
#Communities_section .main_div{
    padding-top: 50px;
}
#Communities_section .main_div .Communities_image{
    width: 100%;
   height: 370px;
   min-height: 100px;
   text-align: center;
   background-position: center !important;
   background-size: cover !important;
   transition: all .4s ease;
   height: 400px;
   position: relative;
   border-radius:3px;
   margin-bottom: 15px;
}
#Communities_section .main_div .Communities_image:hover{
   opacity: inherit;
}
#Communities_section .main_div .Communities_image .Communities_text{
   position: absolute;
   left: 0;
   right: 0;
   bottom: 13%;
   text-align: center;
   color: #fff;
}
#Communities_section .main_div .Communities_image .Communities_text span{
   font-size: 28px;
   text-align: center;
   cursor: pointer;
   color: #fff;
   text-decoration: none;
}
#Communities_section .main_div .Communities_image .Communities_text p{
   font-size: 14px;
   text-transform: capitalize;
   text-align: center;
   color: #fff;
   background: #0ec6d5 !important;
   display: inline-block;
   padding: 1px 9px;
   margin-top: 7px;
   border-radius: 2px;
}    
#Communities_section .View_button{
    text-align: center;
    margin-top:6em !important;
	padding-left:0px;
}
#Communities_section .View_button li{
    display: block;
}
#Communities_section .View_button li a{
    background: transparent;
    border: 2px solid #161616;
    border-radius: 0;
    color: #fff;
    background-color: #0ec6d5;
    border-color: #0ec6d5;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 12px 30px;
    font-weight: 700;
    box-shadow: none;
    text-decoration: none;
    transition: all .3s;
}
#Communities_section .View_button li a:hover{
    color: #fff;
    background-color: #0ca5b1;
    border-color: #0b9aa5;
}
/***************List_section***************/
#List_section{
    padding: 100px 0px;
}
#List_section .headding{
    font-size: 40px;
    color: #222;
    text-align: center;
}
#List_section .text{
    color: #6f6f6f;
    line-height: 1.4em;
    font-size: 16px;
    text-align: center;
    width: 55%;
    margin: auto;
    padding-top: 12px;
}
#List_section .main_div{
    padding-top: 80px;
}

#List_section .main_div .swiper-slide{
    height: auto;
}
#List_section .main_div .list_box{
    box-shadow: 0 -1px 19px 0 rgb(7 152 255 / 9%);
    border: 1px solid #f1f8ff;
    font-size: 13px;
    background-color: #fff;
    width: 100% !important;
    transition: .3s ease-out;
    border-radius:2px
}
#List_section .main_div .list_box .image{
    position: relative;
}

#List_section .main_div .list_box .image a{
    display: inline-block;
}

#List_section .main_div .list_box .image img{
    width: 100%;
    height: auto;
    max-height: 240px;
}
#List_section .main_div .list_box .shadow_div{
    padding: 0px 18px;
}
#List_section .main_div .list_box .new{
    position: absolute;
    top: 8%;
    left: .0%;
}
#List_section .main_div .list_box .new_second{
    position: absolute;
    top: 8%;
    right: -25%;
}
#List_section .main_div .list_box .img_text{
    padding-left: 0px;
}
#List_section .main_div .list_box .img_text li{
    max-width: 85px;
    float: left;
    background-color: #f1bf7f;
    background-color: rgba(241,191,127,.85);
    color: #fff;
    font-size: 11px;
    padding: 0 15px;
    line-height: 20px;
    background-image: none!important;
    margin-bottom: 4px;
    top: 20px;
    font-weight: 600;
    border-radius: 2px;
    display: block;
}
#List_section .main_div .list_box .new_second{
    position: absolute;
    top: 8%;
    right: 0%;
}
#List_section .main_div .list_box .new_second .img_text_second{
    padding-left: 0px;
}
#List_section .main_div .list_box .new_second .img_text_second li{
    font-size: 11px;
    float: left;
    background-color: #0073e1;
    background-color: rgba(0,115,225,.85);
    color: #fff;
    padding: 0 15px;
    top: 20px;
    text-align: center;
    line-height: 20px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border-radius: 2px;
    display: block;
}
#List_section .main_div .list_box .new_third{
    position: absolute;
    top: 83%;
    left: 0%;
}
#List_section .main_div .list_box .new_third .text{
    padding-left: 0px;
    display: contents;
}
#List_section .main_div .list_box .new_third .text li{
    display: inline-block;
}
#List_section .main_div .list_box .new_third .text li a{
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

#List_section .main_div .list_box .line{
    margin-top: 10px;
}
#List_section .main_div .list_box .line a{
    font-size: 20px;
    color: #222;
    font-weight: 600 !important;
    padding-top: 10px;
    text-decoration: none;
}
#List_section .main_div .list_box .price{
    color: #f1bf7f;
    margin-left: 20px;
    font-size: 17px;
    line-height: 40px;
    margin: 0px 0px;;
}
#List_section .main_div .price_text{
    color: #5c727d;
    font-size: 14px;
}
#List_section .main_div .list_box .house_detail{
    padding-left: 0px;
    padding-top: 10px;
}
#List_section .main_div .list_box .house_detail li{
    display: inline-block;
    margin-right: 5px;
    color: #5c727d;
    font-size: 13px;
}
#List_section .main_div .list_box .house_detail_btn{
    padding-left: 0px;
    padding-top: 10px;
}
#List_section .main_div .list_box .house_detail_btn li{
    display: block;
}
#List_section .main_div .list_box .house_detail_btn li a{
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    float: right;
    padding: 4px 7px;
    margin-top: 4px;
    line-height: 12px;
    background-color: #f1bf7f;
    background-image: linear-gradient(to right,transparent 50%,#f1bf7f 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    border: 1px solid #f1bf7f;
    font-weight: 600;
    border-radius: 2px;
}
#List_section .main_div .list_box .house_detail_btn li a:hover{
    text-decoration: none;
    background-color: transparent;
    background-position: left bottom;
    color: #f1bf7f;
    border-color: #f1bf7f;
    transition: all 300ms ease;
}
#List_section .main_div .list_box .box_image_div{
    padding-top: 20px;
    padding-left: 0px;
}
#List_section .main_div .list_box .box_image_div li{
    display: inline-block;
}
#List_section .main_div .list_box .box_image_div .image_div{
    width: 30px;
    height: 30px;
    float: left;
    background-size: cover;
    margin-right: 10px;
    border-radius: 100%;
    background-image: url('../images/person7-120x120.png');
}
#List_section .main_div .list_box .box_image_div li a{
    color: #333;
    font-size: 14px;
    font-weight: 800 !important;
}
#List_section .main_div .list_box .social_icon_div{
    padding-top: 20px;
}
#List_section .main_div .list_box .social_icon_div li{
    display: inline-block;
}
#List_section .main_div .list_box .social_icon_div li a{
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
     border: 1px solid #eef3f6;
    border-radius: 2px;
    color: #8593a9;
    line-height: 30px;
    text-align: center;
}
#List_section  .swiper-container .swiper-button-prev{
    width:33px;
    height:33px;
    background:#0073e1;
    position: absolute;
    top: 14%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#ffffff;
    z-index: 11;
    right: 0%;
    left:93%;
    opacity: 1;
}
#List_section  .swiper-container .swiper-button-prev:hover{
    background-color:#0761b7;
}
#List_section .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 14px;
    font-weight: 900;
}
#List_section .swiper-container .swiper-button-next{
    width:33px;
    height:33px;
    background:#0073e1;
    position: absolute;
    top: 14%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    z-index: 11;
    opacity: 1;
}
#List_section .swiper-container .swiper-button-next:hover{
    background-color:#0761b7;
}
#List_section  .swiper-container .swiper-button-next:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size:14px;
    font-weight: 900;
}


/**************Agents*****************/
#Agents{
    padding: 100px 0px;
    background-color:#ffffff!important;
  }

#Agents .head_part h2{
	color: #f7f7f7;
}

#Agents .headding{
    font-size:4rem;
    color: #252525!important;
    text-align: center;
    position: relative;
}
#Agents .headding:before{
    content: '';
    position: absolute;
    left: 0%;
    right: 0%;
    text-align: center;
    margin: auto;
    top:85%;
    display: block;
    width: 75px;
    height:3px;
    margin-top: 19px;
    margin-bottom: 21px;
    background-color:#0ec6d5;
}
/* #Agents .main_div{
    padding-top: 80px;
} */
#Agents .main_div .agents_box{
    box-shadow: 0 10px 31px 0 rgb(7 152 255 / 9%);
    border-radius: 2px;
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    border: 1px solid #f1f8ff;
    min-height: 450px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    max-width: 525px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    padding-bottom: 50px;
    border-radius: 2px;
    padding: 8px;
}
#Agents .main_div .agents_box:hover{
    transform: translate(0%,-10px);
    opacity: .8;   
}
#Agents .main_div .agents_box img{
    width: 100%;
}
#Agents .main_div .agents_box figure img {
	width:100%;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#Agents .main_div .agents_box .main_div_second{
    padding: 10px;
}
#Agents .main_div .agents_box .main_div_second .agent_text a{
    font-size: 20px;
    color: #222;
    text-decoration: none;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
}
#Agents .main_div .agents_box .main_div_second .agent_text a:hover{
    color: #3d6864;
}
#Agents .main_div .agents_box .main_div_second .agent_text_second{
    color: #868585;
    font-size: 14px;
}
#Agents .main_div .agents_box .main_div_second .agent_text_third{
    font-size: 14px;
    color: #5c727d;
}
#Agents .main_div .agents_box .main_div_second .agent_text_third a{
    text-decoration: none;
}
#Agents .main_div .agents_box .main_div_second .agent_text_third a:hover{
    color: #0b9aa5;
}
#Agents .main_div .agents_box .main_div_third .social_icon{
    padding-left: 0px;
    margin-top: 20px;
}
#Agents .main_div .agents_box .main_div_third .social_icon li{
    display: inline-block;
    margin-right: 16px;
}
#Agents .main_div .agents_box .main_div_third .social_icon li a i{
    font-size: 13px;
    background: #efefef;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color:#777;
}
#Agents .main_div .agents_box .main_div_third .social_icon a i:hover{
    color: #ffffff;
    background-color: #3d6864;
    border-color: #0b9aa5;    
}
#Agents .View_button{
    text-align: center;
    margin-top:6em !important;
	padding-left:0px;
}
#Agents .View_button li{
    display: block;
}
#Agents .View_button li a{
    background: transparent;
    border: 2px solid #161616;
    border-radius: 0;
    color: #fff;
    background-color: #0ec6d5;
    border-color: #0ec6d5;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 12px 30px;
    font-weight: 700;
    box-shadow: none;
    text-decoration: none;
    transition: all .3s;
}
#Agents .View_button li a:hover{
    color: #fff;
    background-color: #0ca5b1;
    border-color: #0b9aa5;
}
/**************Blog*****************/
#Blog{
    padding: 100px 0px;
    background-color:#f7f7f7!important;
  }
#Blog .headding{
    font-size:4rem;
    color: #252525!important;
    text-align: center;
    position: relative;
}
#Blog .headding:before{
    content: '';
    position: absolute;
    left: 0%;
    right: 0%;
    text-align: center;
    margin: auto;
    top:85%;
    display: block;
    width: 75px;
    height:2px;
    margin-top: 19px;
    margin-bottom: 21px;
    background-color:#0ec6d5;
}
/* #Blog .main_div{
    padding-top: 80px;
} */
#Blog .main_div .blog_box{
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: all .2s;
    box-shadow:0 0 10px 0 rgba(51,51,51,.15)!important;    
	min-height:502px;
}
#Blog .main_div .blog_box figure {
	position: relative;
}
#Blog .main_div .blog_box figure .blog_thumbnail{
	height: 250px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
/*#Blog .main_div .blog_box figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}*/
#Blog .main_div .blog_box figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
#Blog .main_div .blog_box figure img{
    width: 100%;
}
#Blog .main_div .blog_box figure .blog_text{
    position: absolute;
    top: 77%;
    bottom: 0%;
    left: 4%;
    right: 0%;
}
#Blog .main_div .blog_box figure .blog_text a{
    background-color: rgba(0,0,0,.4)!important;
    line-height: 1.15;
    letter-spacing: .87px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-size: 14px;
    padding: 4px 9px;
}
#Blog .main_div .blog_box .main_div_second{
    padding: 20px;
}
#Blog .main_div .blog_box .main_div_second .blog_text{
    font-size: 14px;
    color: #696969 !important;
}
#Blog .main_div .blog_box .main_div_second .blog_text_second a{
    color: #333!important;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    line-height: 27px;
    display: block;
}
#Blog .main_div .blog_box .main_div_second .blog_text_third{
    color: #696969 !important;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}
#Blog .main_div .blog_box .main_div_second .blog_text_four a{
    color: #333!important;
    font-size: 16px;
    text-decoration: none;
	padding: 8px 15px 10px;
	border: 1px solid teal;
	margin-top: 15px;
	display: inline-block;
	transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

#Blog .main_div .blog_box .main_div_second .blog_text_four a:hover{
	background: #008080;
    color: white !important;
}
#Blog .main_div .blog_box .main_div_second .blog_text_four a i{
    color: #008080 !important;
	margin-left: 5px;
}
#Blog .View_button{
	text-align: center;
    margin-top: 6em !important;
    padding-left: 0px;
}
#Blog .View_button li{
    display: block;
}
#Blog .View_button li a{
    background: transparent;
    border: 2px solid #161616;
    border-radius: 0;
    color: #fff;
    background-color: #0ec6d5;
    border-color: #0ec6d5;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 12px 30px;
    font-weight: 700;
    box-shadow: none;
    text-decoration: none;
    transition: all .3s;
}
#Blog .View_button li a:hover{
    color: #fff;
    background-color: #0ca5b1;
    border-color: #0b9aa5;
}
/**************Home Testimonials*****************/
#home-testimonials{
    padding: 60px 0px;
    background-color:#ffffff !important;
	position:relative;
}
#home-testimonials .headding {
    font-size: 35px;
    color: #000000;
    text-align:center; 
    position: relative;
}
#home-testimonials .headding:before{
    content: '';
    position: absolute;
    left: 0%;
    right: 0%;
    text-align: center;
    margin: auto;
    top:85%;
    display: block;
    width: 75px;
    height:3px;
    margin-top: 19px;
    margin-bottom: 21px;
    background-color:#0ec6d5;
}
#home-testimonials .main_div{
    padding-top:44px;
}
#home-testimonials .main_div div .Testimonials_box .image{
    text-align: center;
     border-radius: 50%;
    height: 100px;
    max-width: 100px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 26px auto;
}
#home-testimonials .main_div .Testimonials_box h4{
    font-size: 24px;
    color: #111;
    text-align: center;
    margin-top: 40px;
}
#home-testimonials .main_div .Testimonials_box .text{
    font-size: 16px;
    color: #7A7A7A;
    line-height:33px;
    text-align: center;
    width:70%;
    margin:auto;
    margin-top: 26px;
}
#home-testimonials .main_div .Testimonials_box .text a{
    color: #67ddab;
    font-size: 13px;
    text-decoration: underline;
}
#home-testimonials .main_div .Testimonials_box .text a:hover{
    text-decoration: none;
}
#home-testimonials .main_div .Testimonials_box .text span{
    color: #111;
    font-size: 14px;
    font-weight: 600;
    line-height: 47px;
    padding-top: 18px;
    display: block;
    text-align: center;
}
#home-testimonials .swiper-container .swiper-button-prev{
    width:50px;
    height:50px;
    border-radius: 50%;
    color: #fff;
    background-color: #0ec6d5;
    border-color: #0ec6d5;
    position: absolute;
    top:15%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
    right: 0%;
    left:90%;
    opacity: 1;
}
#home-testimonials  .swiper-container .swiper-button-prev:hover{
    color: #fff;
    background-color: #0ca5b1;
    border-color: #0b9aa5;
}
#home-testimonials .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 1.6em;
    font-weight: 900;
}
#home-testimonials .swiper-container .swiper-button-next{
    width: 50px;
    height:50px;
    border-radius: 50%;
    color: #fff;
    background-color: #0ec6d5;
    border-color: #0ec6d5;
    position: absolute;
    top: 15%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  z-index: 11;
    opacity: 1;
    right: 1%;
}
#home-testimonials .swiper-container .swiper-button-next:hover{
    color: #fff;
    background-color: #0ca5b1;
    border-color: #0b9aa5;
}
#home-testimonials .swiper-container .swiper-button-next:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 1.6em;
    font-weight: 900;
}
#home-testimonials .View_button{
    text-align: center;
    margin-top: 6em !important;
    padding-left: 0px;
}
#home-testimonials .View_button li{
    display: block;
}
#home-testimonials .View_button li a{
    background: transparent;
    border: 2px solid #161616;
    border-radius: 0;
    color: #fff;
    background-color: #0ec6d5;
    border-color: #0ec6d5;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 12px 30px;
    font-weight: 700;
    box-shadow: none;
    text-decoration: none;
    transition: all .3s;
}
#home-testimonials .View_button li a:hover{
    color: #fff;
    background-color: #0ca5b1;
    border-color: #0b9aa5;
}


#front_page_search_box .search_box{
    width: 75%;
    margin: auto;
	position:relative;
}

#front_page_search_box .search_box .search_form_box input.form-control{
    height: 50px;
    border-radius: 0px;
    width: 70%;
    display: inline-block;
	border:inherit;
}

#front_page_search_box .search_box .search_form_box .btn{
    height: 50px;
    width: 30%;
    margin-top: -3px;
    margin-left: -4px;
    font-size: 16px;
}
#front_page_search_box .search_box .search_form_box .btn-primary:focus{
	outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
	border:inherit;
}
#front_page_search_box .search_box #datafetch{
    border-radius: 0 0 4px 4px;
    max-height: 250px;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 500;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    text-align: left;
	position: absolute;
    top: 100%;
    left: 0px;
    right: 30%;
    z-index: 100;
    display: block;
}
#front_page_search_box .search_box #datafetch .box-heading{
    background-color:#f0f0f0;	
	padding: 8px 12px;
    font-size: 16px;
}

#front_page_search_box .search_box #datafetch h4 a{
   	padding: 8px 12px;
    font-size: 14px;
	color:black;
	display:block !important;
}
#front_page_search_box .search_box #datafetch h3,#front_page_search_box .search_box #datafetch h4{
	margin:0px !important;
}
#front_page_search_box .search_box #datafetch h4 a:hover{
	background-color:#dcdcdc;
	display:block;
	padding: 8px 12px;
}
#front_page_search_box .search_box #datafetch::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}

#front_page_search_box .search_box #datafetch::-webkit-scrollbar
{
width: 12px;
background-color: #F5F5F5;
}

#front_page_search_box .search_box #datafetch::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #1e73be;
}
/********************BUY-PAGE**********************************/
.second_slider_section{
	padding:50px 0px;
}
.second_slider_section .left_box_div{
	padding-right:80px;
}
.second_slider_section h1{
    font-weight: 400;
    line-height: 1.5;
    font-size: 40px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-top: 20%;
}
.second_slider_section p{
	font-size: 18px;
    color: #ffffff !important;
    margin: 30px 0px;
    font-weight: 300;
}
.second_slider_section .second_slider_text{
    font-size: 18px;
    margin: 30px 0px;
    font-weight: 300;
}
.second_slider_section .second_slider_text i{
	margin-left:7px;
}
.second_slider_section .right_box_div{
	    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0em 0em 20px 0 rgb(0 0 0 / 40%);
}
.second_slider_section form label{
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 1;
    font-size: 17px;
    text-transform: none;
    color: #172944;
    font-weight: 400;
    margin-bottom: .5rem;
}

.second_slider_section form input, .second_slider_section form select, .second_slider_section form textarea{
    background-color: #fbfbfb;
    border: 2px solid #fff;
    border-bottom-color: #ccc;
    box-shadow: none;
    font-size: 1.2rem;
}

.second_slider_section form p{
    font-size: 12px;
    font-weight: 300;
    color: #515051 !important;
    line-height: 1.4;
    letter-spacing: 0;
	margin:0px 0px 10px;
}
.second_slider_section form .submit_button{
	    border-radius: 4px;
    background-color: rgba(43,149,187,1);
    border-color: rgba(43,149,187,1);
    border: none;
    color: white !important;
    text-align: center;
    font-size: 18px;
    padding: 12px 5px;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
	cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
} 
.second_slider_section form .submit_button:after{
	content: '\f061';
    font-family: 'FontAwesome';
    position: absolute;
    opacity: 0;
    top: 14px;
    right: -20px;
    transition: 0.5s;
}
.second_slider_section form .submit_button:hover{
	background-color: #015371;
    color: #ffffff;
}
.second_slider_section form .submit_button:hover{
    padding-right: 25px;
}
.second_slider_section form .submit_button:hover:after {
    opacity: 1;
    right: 14px;
	
}

.second_slider_section form .submit_button input{
	background-color: inherit;
    font-weight: 900;
    border-color: inherit;
    border: inherit;
    -webkit-transition: unset;
    transition: unset;
	font-size:18px;
}

.second_slider_section form button{
    padding: 15px 30px;
    font-size: 14px;
    margin-top: 20px;
    background-color: rgba(43,149,187,1);
    border-color: rgba(43,149,187, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.15);
}
.second_slider_section form button:hover{
    background-color: #015371;
    color: #ffffff;
}

.second_slider_section form p.submit_button .ajax-loader{
    width: 0px;
    height: 0px;
    margin: 0px;
}
/***************book_text_section********************/
.book_text_section{
	padding:60px 0px;
}
.book_text_section .image_book img{
	width: 77%;
    transform: rotate( 
-5deg
 );
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 8%);
    border: 7px solid #fff;
}
.book_text_section h1{
	font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}
.book_text_section p{
    font-weight: 300 !important;
	font-size:18px;
    margin-top: 26px;
    line-height: 24px;
}
.book_text_section form{
    margin-top: 50px;
}
.book_text_section form .form-control{
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: #020507;
    font-size: 17px;
    border: inherit;
    height: 54px;
    margin-bottom: 20px;
}
.book_text_section form .form-control::placeholder{
    color: #757575;
}

.book_text_section form .submit_button{
	    border-radius: 4px;
    background-color: rgba(43,149,187,1);
    border-color: rgba(43,149,187,1);
    border: none;
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 12px 5px;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
	cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
	margin-left:16px;
} 
.book_text_section form .submit_button:after{
	content: '\f061';
    font-family: 'FontAwesome';
    position: absolute;
    opacity: 0;
    top: 14px;
    right: -20px;
    transition: 0.5s;
}
.book_text_section form .submit_button:hover{
	background-color: #015371;
    color: #ffffff;
}
.book_text_section form .submit_button:hover{
    padding-right: 25px;
}
.book_text_section form .submit_button:hover:after {
    opacity: 1;
    right: 14px;
	
}


.book_text_section form .submit_button input{
	background-color: inherit;
    font-weight: 900;
    border-color: inherit;
    border: inherit;
    -webkit-transition: unset;
    transition: unset;
	font-size:18px;
}


.book_text_section form p.submit_button .ajax-loader{
    width: 0px;
    height: 0px;
    margin: 0px;
}

.book_text_section form p.submit_button .ajax-loader::before{
    top: 35px;
    left: -35px;
}
/*******************contact-page***********************/
.contact_slider_section h4{
    color: #ffffff;
    font-size: 15px;
    position: relative;
}
.contact_slider_section h4:before{
    content: '';
    width: 60px;
    height: 1px;
    background: #4fb0cd;
    position: absolute;
    top: 50%;
    left: 10%;
}
.contact_slider_section h1{
    color: #ffffff;
    font-size:48px;
}
.contact_slider_section p{
    color: #ffffff;
    font-size: 18px;
}
/***************form-div**************/
.form_div{
    padding:50px 0px;
}
.form_div h2{
    line-height: 1.48;
    font-size:38px;
}
.form_div p{
    font-size:18px;
    font-weight: 300 !important;
    line-height: 31px;
}
.form_div .form_main{
    box-shadow: 0px 5px 31px 0px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    margin: 0;
    padding: 3em 3em 2em 3em;
}
.form_div .form_main h3{
    line-height: 1.48;
    color: #000;
    font-size:24px;
    text-align: center;
}
.form_div .form_main form{
    margin-top: 30px;
}
.form_div .form_main form .form-control{
    background: #f7f7f7;
    color: #020507;
    font-size: 17px;
    border: inherit;
    height: 54px;
    margin-bottom: 20px;
}
.form_div .form_main form .form-control::placeholder{
    color:#929191;
}
.form_div .form_main form textarea.form-control{
    color:#929191;
    height: 120px;

}
.form_div .form_main form .btn-default{
    text-align:center;
    margin: auto;
    display: block;
}
.form_div .form_main form .btn-default a i{
    width: 48px;
    height: 48px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 18px;
    line-height: 49px;
}
.form_div .form_main form .btn-default a{
    margin: 0px 30px;
}
.form_div .form_main form p .btn-default{
	color: #020507;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
	border: 1px solid black;
    padding: 18px 50px;
    border-radius: 24px;
}
.form_div .form_main form p .btn-default:hover{
   background-color: black;
    color: white;
    transition: all .3s;
	border:inherit;
	border: 1px solid black;
}
.form_div .form_main .wpcf7 .ajax-loader{
	margin: auto;
    display: block;
	margin-top:15px;
}
.form_div .form_main form p .btn-default:focus{
	outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
	background-color:inherit;
	color:black;
}
.form_div .main_div{
    margin-top: 30px;
}
.form_div .main_div .div_content{
    width: 12%;
}
.form_div .div_icon{
    width: 48px;
    height: 48px;
    background-color: rgba(43,149,187,1);
    border-radius: 50%;
    text-align: center;
    margin: auto;
}
.form_div .div_icon:hover{
    background-color: #015371;
    color: #2b95bb;
}
.form_div .div_icon i{
    color: #fff;
    line-height: 49px;
    font-size: 18px
}
.form_div .address_div{
    padding-left: 0px;
    margin-bottom: 18px;
    list-style-type: none;
}
.form_div .address_div li{
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #020507;    
    font-weight: 700;
}
.form_div .address_div li a{
    color: #020507;
    font-size: 16px;    
    font-weight: 500;
    text-decoration: none;
}
.form_div .address_div li a:hover{
    text-decoration:underline;
    color: #020507; 
}
.form_div .form_heading{
	line-height: 1.48;
    font-size: 24px;
}
/********************footer*********************************/
footer img{
	width:80%;
}
footer #block-7{
 list-style:none;
}
footer ul{
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px;
	margin-top:23px;
}
footer ul li{
    display:block;
}

footer ul li a{
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    color:#ffffff;
    line-height: 29px;
}
footer ul li a:hover{
	color:#ffffff;
}
footer h3{
    font-size: 26px;
    font-weight: 300;
}
footer form{
    margin-top: 21px;
}
footer .footer_form{
    margin-right: -35px;
}
footer .form-control{
    border: 1px solid white;
    border-radius: 0px;
    height: 44px;
    color: #222;
    font-size: 16px;
    border: inherit;
}
footer .form-control::placeholder{
    color: #222;
}
footer .btn-primary{
 cursor: pointer;
    font-size: 12px !important;
    font-weight: 700!important;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    border-color: #0073e1;
    color: #fff;
    border: 1px solid transparent;
    background-color: #0073e1;
    text-decoration: none;
    transition: all .5s;
    padding: 14px 10px !important;
}
footer .footer_content{
	margin-top:12px;
}
footer .footer_content li p{
	font-size:18px;
	font-weight:300 !important;
}

footer .footer_content li p a{
	font-size:18px;
	font-weight:300 !important;
}
#footer-copyright .social ul{
	margin-top:0px;
}
#footer-copyright .social ul li a i{
  font-size:25px;
}


/* ======== Buy This Theme ========*/
.buy-this-theme {
    position: fixed;
    bottom: 20px;
    width: 16%;
    margin: auto;
    text-align: center;
    left: 42%;
    z-index: 999;
    margin-bottom: 30px;
}

.buy-this-theme a{
	padding : 10px 20px;
	font-size: 20px;
	color : white;
	display : block;
	text-decoration : none;	
    background-color: #78b657;
}

#testimonial{
	padding: 100px 0px;
}

#testimonial{
	background-color: #fdfdfe;
}

#testimonial .head_part h2{
	color: #f5f5f5;
}

#testimonial .main_div{
	display:flex;
	align-items: center;
}

#testimonial .image_part{
	width: 280px;
	margin: auto;
}
#testimonial .image_part .swiper-slide{
	width: 250px !important;
	height: 250px;
	border: 5px solid white;
	border-radius: 50%;
	box-shadow: 0 0 3px rgb(0 0 0 / 11%);
	margin: auto;
	background-size: cover;
	background-position: center;
	background-position-y: top;
	background-repeat: no-repeat;
}
#testimonial .text_part .content{
	min-height: 150px;
}
#testimonial .text_part .content h3{
	font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #3d6864;
}

#testimonial .text_part .content p{
	font-size: 16px;
    color: #000;
    line-height: 1.875;
}

#testimonial .swiper-button-prev, #testimonial .swiper-button-next{
	top:unset;
	bottom: 10px;
	color:#cfcfcf;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#get_in_touch {
	padding: 100px 0px;	
	background-size: cover;
    background-attachment: fixed;
}

#get_in_touch .head_part h2{
	color: #f5f5f5;
}

#get_in_touch .form_part{
	background-size: cover;
    background-attachment: fixed;
    padding: 53px 0;
    margin: 10px 0 0;
}

#get_in_touch .form_part .contact_form{
	background-color: rgba(255,255,255,0.9);
	position: relative;
    padding: 67px 0 52px;
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1346px;
}

#get_in_touch .form_part .contact_form h3{
	color: #3d6864;
    font-size: 70px;
    font-weight: 900;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

#get_in_touch .form_part .contact_form p{
	display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

#get_in_touch .form_part .contact_form .form_content{
	width: 70%;
	margin: auto;
	padding-top: 50px;
}

#get_in_touch .form_part .contact_form .form_content form .form-group{
	margin-bottom: 0px;
}

#get_in_touch .form_part .contact_form .form_content form input{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.100em;
    background: none;
    border: 0;
    border-bottom: 1px solid #bebebe;
    padding: 0 0;
    font-weight: 600;
    height: 71px;
    outline: 0;
	border-radius: 0px;
}

#get_in_touch .form_part .contact_form .form_content form input::-webkit-input-placeholder, #get_in_touch .form_part .contact_form .form_content form textarea::-webkit-input-placeholder {
    color:#000;
}

#get_in_touch .form_part .contact_form .form_content form input::-moz-placeholder, #get_in_touch .form_part .contact_form .form_content form textarea::-moz-placeholder {
    color:#000;
}

#get_in_touch .form_part .contact_form .form_content form input::-ms-placeholder, #get_in_touch .form_part .contact_form .form_content form textarea::-ms-placeholder {
    color:#000;
}

#get_in_touch .form_part .contact_form .form_content form input::placeholder, #get_in_touch .form_part .contact_form .form_content form textarea::placeholder {
    color:#000;
}

#get_in_touch .form_part .contact_form .form_content form textarea{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.100em;
    background: none;
    border: 0;
    border-bottom: 1px solid #bebebe;
    padding: 0 0;
    font-weight: 600;
    height: 71px;
    outline: 0;
    resize: none;
	border-radius: 0px;
	margin: 35px 0 0;
}

#get_in_touch .form_part .contact_form .form_content form input:focus, #get_in_touch .form_part .contact_form .form_content form textarea:focus{
    outline: none;
}

#get_in_touch .form_part .contact_form .form_content form .view_more_button{
	text-align: left;
}

#get_in_touch .form_part .contact_form .form_content form .submit{
	display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0);
    padding: 15px 26px;
    border: 1px solid #008080;
    border-radius: 0%;
    color: black;
    position: relative;
    padding-left: 70px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

#get_in_touch .form_part .contact_form .form_content form .submit:hover{
	background: #008080;
    color: white;
}

#get_in_touch .form_part .contact_form .form_content form .submit:before{	
    content: "\f18c";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    left: 30px;
    top: 13px;
    color: #008080;
}

#get_in_touch .form_part .contact_form .form_content form .submit:hover:before{
	color: white;
}


/* search form */
#search_form{
    background-color: white;
    padding-top: 50px;
}
.select_form{
    z-index: 10;
    color: #ffffff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    padding:13px 25px;
    border: 1px solid #217492;
}
.select_form .widget-area{
	text-align:center;
}
.select_form ul{
    padding-left: 0px;
    margin-bottom:0px;
}
.select_form ul li{
    width: 19%;
    display: inline-block;
    margin-right: 7px;
}
.form_div select.bfg-input-field option{
  background-color: #097b97!important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.select_form .btn-bg2, [id^="MBBv3"] .btn-bg2{
    color: #ffffff;
    background: rgba(22, 22, 22, 0.6);
    border: 0px solid #fff;
    text-decoration: none;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    height:43px !important;
    padding: 14px 50px !important;
    width: auto;
    text-decoration: none;
    line-height: 15px;
}
.select_form .bfg-btn:hover, [id^="MBBv3"] .bfg-btn:hover .tablet-hidden {
    background: #161616;
    border: 0px solid transparent;
}
.select_form .btn-bg2, [id^="MBBv3"] .btn-bg2 .tablet-hidden{
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
    color:#ffffff;
    display: block;
    width: 100%;
    height:49px !important;
    text-align: center;
    padding: 16px 0px !important;
}
.select_form select.bfg-input-field{
    color: #ffffff;
    background: rgba(22, 22, 22, 0.6);
    border: 2px solid #fff;
    color: #ffffff;
    display: block;
    font-size: .8125em;
    font-family: Arial;
    height: 32px;
    line-height: 32px;
    padding: 0px 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
/*.select_form select.bfg-input-field:hover{
    background: #161616;
    border: 2px solid transparent;
}*/
.select_form select.bfg-input-field{
    height: 49px !important;
    font-size: 16px !important;
	  font-family: 'Source Sans Pro', sans-serif;
    font-weight:400;
    width: 100%;
    border-radius: 0px;
    background-color: #ffffff;
    color: #222;
    border: 1px solid #217492;
}
.select_form select.bfg-input-field:focus-visible{
    outline: 0px;
}
.select_form .form-control{
    height: 49px !important;
    font-size: 16px !important;
    font-weight:400;
    width: 100%;
    border-radius: 0px;
	background: rgba(22, 22, 22, 0.6);
    background-color: #ffffff;
    color: #222;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0px 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border: 1px solid #217492;
}
.select_form .form-control:focus{
    border-color: inherit;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 0%);
}
.select_form .form-control::placeholder{
    color: #222 !important;
}
.select_form .form-control::placeholder{
	color:#ffffff;
}
.select_form .col{
	width: 16%;
    display: inline-block;
    margin-right: 4px;
}
.select_form .form_text_button_div{
	width:15%;
	display:inline-block;
}
.select_form .form_text_div_first{
    text-align: center;
    margin: auto;
}

.select_form .btn-bg2{
    background: unset;
    color: white;
    background: #217492;
}

/**************Responsive***************/
@media (max-width: 767px){
	.select_form{
		padding:13px 10px;
	}
	.select_form .form_text_div_first{
		text-align:inherit;
	}
	.select_form .col{
		width:15%;
		margin-right:1%;
	}
	.select_form .col:last-child{
		margin-right:0px;
	}
}
@media (max-width: 480px){
	.select_form .col{
		width:100%;
		margin-bottom:15px;
	}
	.select_form .col:last-child{
		margin-bottom:0px;
	}
}	

.wpcf7-spinner{
	display: none;
}