/*-----------------------------------------------------------------------------------

    Template Name: Your template name 
    Template URI: http://bootexperts.com
    Description: This is html5 template
    Author: BootExperts
    Author URI: http://bootexperts.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)
    2.header

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
/*google fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Poppins:300,400,500');


html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;color: #666666;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #222222;
}
a {
    transition: -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration:none;
}
a:hover {
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {
    font-family: 'Poppins', sans-serif;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*sort_class*/
.opacity_1{
    position: relative;
}
.opacity_1:before{
    position: absolute;
    content: "";
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
}
.ptb_100{
    padding: 100px 0;
}
.bg_1{
    background-color: #F4F5F6;
}
.h_color{
    color: #D32F2F !important;
}
/*header_area*/
header{}
.main_menu.sticky{
    position: fixed;
    width: 100%;
    background: #D32F2F;
    transition: .3s;
    z-index: 999;
    top: 0;
}
.main_menu.sticky .menu ul li a {
    padding: 24px 10px 16px;
    color: #FFFFFF;
}
.main_menu.sticky .logo {
}
header.sticky .header_form {
    margin-top: 18px;
}
.main_menu.sticky .header_top {
    padding: 15px 0;
    border-bottom: 1px solid #D4D3D3;
    transition: .3s;
}
.main_menu.sticky .header_menu ul li .mega_menu span a{
    padding: 10px 0;
}
.main_menu.sticky .header_menu ul li ul li a{
    padding: 10px 0;
}

/*header_top*/
.header_top {
    padding: 24px 0;
    border-bottom: 1px solid #D4D3D3;
}
.header_contact {
    float: right;
    margin-top: 6px;
}
.header_contact ul li {
    float: left;
    margin-left: 37px;
}
.header_contact ul li span{}
.contact_icon i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    box-shadow: 0 0 5px 2px rgba(0,0,0, 0.2);
    color: #D32F2F;
    margin-right: 12px;
    transition: .3s;
    border-radius: 3px;
    font-size: 12px;
}
.contact_icon i:hover{
    color: #FFFFFF;
    background-color: #D32F2F; 
}
.contact_text {
    color: #D32F2F;
    line-height: 26px;
    font-weight: 500;
}
.menu {
    text-align: center;
}
.menu ul li{
    display: inline-block;
}
.menu ul li a {
    color: #222222;
    line-height: 26px;
    font-weight: 500;
    padding: 29px 10px 21px;
    display: block;
    position: relative;
}
.menu ul li:hover > a{
    color: #D32F2F;
}
.menu ul li > a:focus{
    color: #D32F2F;
    text-decoration: none;
}
.menu ul li > a:before{
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
    left: 50%;
    width: 0%;
    background: #D32F2F;
    transition: .3s;
}
.menu ul li > a:after{
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
    right: 50%;
    width: 0%;
    background: #D32F2F;
    transition: .3s;
}
.menu ul li > a:hover:before{
    width: 50%;
    left: 0;
}
.menu ul li > a:focus:before{
    width: 100%;
    left: 0;
}
.menu ul li > a:hover:after{
    width: 50%;
    right: 0;
}
.mean-container .mean-bar::before {
    position: absolute;
    content: "MENU";
    left: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    top: 12px;
    font-family: 'Montserrat', sans-serif;
}
/*banner_area*/
#banner_area{
    
}
.banner_img {
    position: relative;
}
.banner_img:before {
    position: absolute;
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
}
.banner_img img {
}
.banner_content {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    transform: translateY(50%);
}
.banner_content h1 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 18px;
}
.banner_content p {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    font-weight: 500;
    position: relative;
    padding-bottom: 16px;
}
.banner_content p::before {
    position: absolute;
    content: "";
    background: #FFFFFF;
    width: 58px;
    height: 2px;
    bottom: 0;
    left: 47%;
}
.banner_content a {
    text-align: center;
    width: 143px;
    height: 45px;
    background: #D32F2F;
    display: inline-block;
    line-height: 45px;
    border-radius: 3px;
    color: #FFFFFF;
    text-transform: inherit;
    font-size: 13px;
    margin-top: 38px;
    border: 1px solid transparent;
}
.banner_content a:hover{
    background-color: #FFFFFF;
    color: #D32F2F;
    border-color: #D32F2F;
}
.banner_content i {
    font-size: 12px;
    padding-left: 5px;
}
.slide_hed{
    animation-duration:1s;
}
.slide_body{
  animation-delay: .5s;   
}
.slid_link{
  animation-delay: 1.5s;   
}
.active_slider .owl-dots{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}
.active_slider .owl-dot {
    width: 23px;
    height: 5px;
    background: #C2C2C2;
    display: inline-block;
    margin: 0 5px;
    border-radius: 2px;
    border: 1px solid transparent;
}
.active_slider .owl-dot.active{
  background: #D32F2F;
}
/*about_area*/
.about_img {
    margin-top: 36px;
}
.about_img img{
    width: 100%;
    border: 12px solid #FFFFFF;
}
.abou_info h2 {
    font-size: 30px;
    margin-bottom: 38px;
    color: #333333;
    line-height: 40px;
    position: relative;
    padding-bottom: 18px;
}
.abou_info h2:before{
    position: absolute;
    content: "";
    background: #D32F2F;
    width: 68px;
    height: 2px;
    bottom: 0;
    left: 0;    
}
.abou_info p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 9px;
    color: #666666;
    text-align: justify;
}
.about_icon {
    float: left;
}
.about_list{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-left: 30px;
}
.link_btn {
    width: 116px;
    height: 40px;
    background: #D32F2F;
    display: inline-block;
    line-height: 40px;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
    border: 1px solid transparent;
    text-transform: uppercase;
}
.link_btn:hover{
    color: #D32F2F;
    background-color: #FFFFFF;
    border-color: #D32F2F;   
}
/*features_area*/
.section_title{
    margin-bottom: 64px;
}
.section_title h2 {
    color: #222222;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 1px;
}
.section_title p {
    font-size: 16px;
    line-height: 21px;
    display: inline-block;
    position: relative;
    margin: 0;
    padding-bottom: 15px;    

}
.section_title p:before{
    position: absolute;
    content: "";
    background-color: #D32F2F;
    width: 33px;
    height: 3px;
    bottom: 0;
    left: 40%;
}
.section_title p::after {
    position: absolute;
    content: "";
    background-color: #B1B1B1;
    width: 11px;
    height: 3px;
    bottom: 0;
    right: 81px;
}
.single_feature {
    border: 1px solid #DADADA;
    padding: 22px;
    transition: .25s;
}
.features_area .col-lg-4:last-child .single_feature{
    margin-bottom: 0;
}
.single_feature:hover {
    box-shadow: 0 10px 20px 4px rgba(0,0,0, .2);
    border-color: transparent;
}
.single_feature img {
    width: 72px;
    height: 59px;
    background-color: #D32F2F;
    padding: 14px 20px 12px;
    border-radius: 3px;
    margin-top: 25px;
    transition: .3s;
}
.single_feature img:hover {
    background-color: #222222;
}
.single_feature h3 {
    color: #D32F2F;
    font-size: 17px;
    line-height: 40px;
    margin: 10px 0 2px;
    font-weight: 600;
    transition: .3s;
}
.single_feature h3:hover{
    color: #222222;
}
.single_feature p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 18px;
}
/*our_properties_area*/
.our_properties_area{
    padding: 100px 0 60px; 
}
.single_properties{
    background-color: #FFFFFF;
    border: 1px solid transparent;
    transition: .3s;
    position: relative;
    margin-bottom: 40px;
}
.our_properties_area .col-lg-4:last-child .single_properties{
    margin-bottom: 0;
}
.single_properties:hover{
    border: 1px solid #C7C7C7;
}
.single_properties img{
    width: 100%;
}
.list {
    border-bottom: 1px solid #D8D8D8;
    padding-left: 30px;
}
.list ul li {
    display: inline-block;
    position: relative;
    margin-right: 32px;
    font-size: 13px;
    line-height: 38px;
    color: #666666;
    font-weight: 500;
}
.list ul li:last-child{
    margin-right: 0;
}
.list ul li::before {
    content: "•";
    color: #D32F2F;
    position: absolute;
    top: -1px;
    left: -16px;
    size: -12px;
    font-size: 32px;
}
.properties_info{
    padding: 0 17px;
}
.properties_info h3 {
    font-size: 18px;
    line-height: 40px;
    margin: 8px 0 -1px;
    font-weight: 600;
}
.properties_info p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 21px;
}
.properties_info a {
    width: 95px;
    height: 30px;
    border: 1px solid transparent;
    display: block;
    color: #FFFFFF;
    background: #D32F2F;
    line-height: 29px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 27px;
    font-size: 12px;
}
.properties_info a:hover{
    background-color: #FFFFFF;
    border-color: #D32F2F;
    color: #D32F2F;
}
.pro_price {
    width: 97px;
    height: 32px;
    display: block;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    background-color: #D32F2F;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
}
/*best_design_area*/
.design_info h2 {
    font-size: 30px;
    margin-bottom: 57px;
    color: #333333;
    line-height: 40px;
    position: relative;
    padding-bottom: 18px;
}
.design_info h2::before {
    position: absolute;
    content: "";
    background: #D32F2F;
    width: 68px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.design_list ul li {
    margin-bottom: 30px;
}
.design_list ul li:last-child {
    margin-bottom: 0px;
}
.design_no {
    float: left;
    margin-top: -10px;
}
.design_no span {
    font-size: 60px;
    color: #D32F2F;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.list_info {
    margin-left: 97px;
}
.list_info h3 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 0px;
}
.list_info p {
    font-size: 13px;
    line-height: 26px;
    margin: 0;
}
.design_img {
    margin-top: 140px;
}
.design_img img {
    width: 100%;
    border-radius: 50%;
}
/*subscribe_area*/
.subscribe_area {
    background: url(img/subscribe_bg.jpg);
    height: 424px;
    padding: 180px 0;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.subs_heading {
    margin-top: -18px;
}
.subs_heading h2 {
    font-size: 30px;
    line-height: 41px;
    margin: 0;
    color: #FFFFFF;
    font-height: 700;
    font-weight: 700;
}
.subs_form form input {
    border: 1px solid #FFFFFF;
    background: transparent;
    height: 50px;
    width: 100%;
    border-radius: 5px;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
}
::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;;
}
:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;;
}
:-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.subs_btn button {
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    background: #D32F2F;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    transition: .3s;
}
.subs_btn button:hover{
    background-color: #FFFFFF;
    color: #D32F2F;
    border-color: #D32F2F;
}
/*our_leaders_area*/
.our_leaders_area .section_title {
    margin-bottom: 132px;
}
.single_leader {
    padding: 20px;
    border: 1px solid #DCDCDC;
    transition: .25s;
    position: relative;
}
.mb_125_l{
    margin-bottom: 125px;
}
.our_leaders_area .col-lg-4:last-child .single_leader{
    margin-bottom: 0;
}
.single_leader:hover {
    box-shadow: 0 10px 20px 4px rgba(0,0,0, .2);
    border-color: transparent;
}
.single_leader h3 {
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: -8px;
}
.single_leader span {
    font-size: 13px;
    text-transform: uppercase;
    font-size: ;
    font-weight: 40px;
    font-weight: 500;
    color: #D32F2F;
    display: inline-block;
}
.single_leader p {
    font-size: 13px;
    line-height: 20px;
    margin: 18px 0 21px;
}
.leader_icon {
    margin-bottom: 15px;
}
.leader_icon a{
    margin: 0 11px;
}
.leader_icon i {
    width: 26px;
    height: 26px;
    line-height: 27px;
    text-align: center;
    box-shadow: 0 0 5px 2px rgba(0,0,0, 0.2);
    color: #000000;
    transition: .3s;
    border-radius: 3px;
}
.leader_icon i:hover {
    color: #FFFFFF;
    background-color: #D32F2F;
}
.leader_img {
    position: absolute;
    top: -24%;
    left: 0;
    right: 0;
}
.leader_img img{
    border-radius: 50%;
}
/*new_apartment_area*/
.single_aparment {
    padding: 0 30px;
}
.aparment_img {
    width: 50%;
    float: left;
}
.aparment_img img {
    width: 100%;
    height: 434px;
    border-radius: 8px 0 0 8px;
}
.aparment_info {
    width: 50%;
    float: left;
    border: 1px solid #DADADA;
    padding-left: 32px;
    border-left-color: transparent;
    border-radius: 0px 8px 8px 0px;
    background-color: #FFFFFF;
}
.aparment_info h3 {
    font-size: 20px;
    margin: 46px 0 -9px;
    line-height: 40px;
    text-transform: none;
}
.single_aparment .list {
    border-bottom: none;
    padding-left: 15px;
}
.aparment_info p {
    font-size: 13px;
    line-height: 26px;
    margin: 7px 0 12px;
}
.location i {
    color: #D32F2F;
    padding-right: 15px;
    font-size: 32px;
}
.aparment_info h4 {
    color: #D32F2F;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 38px;
    margin-top: 20px;
}
.aparment_info a {
    width: 100px;
    height: 37px;
    border: 1px solid transparent;
    display: block;
    color: #FFFFFF;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 67px;
    background-color: #D32F2F;
}
.aparment_info a:hover{
    border-color: #D32F2F;
    color: #D32F2F;
    background-color: transparent;
}
.owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
}
.owl-dot {
    width: 23px;
    height: 5px;
    background: #C2C2C2;
    display: inline-block;
    margin: 0 5px;
    border-radius: 2px;
    border: 1px solid transparent;
}
.owl-dot.active{
  background: #D32F2F;
}
.owl-nav div {
    width: 35px;
    height: 35px;
    background: rgba(211,47,47, .7);
    position: absolute;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    line-height: 35px;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 18px;
    top: 50%;
}
.owl-nav div.owl-next {
    left: auto;
    right: 18px;
}
/*gallery_are*/
.single_gallery{
    position: relative;
    transition: .3s;
    transform: scale(1);
}
.single_gallery:hover{
    transform: scale(1.05);
}
.single_gallery:hover:before {
    transform: scale(1);
}
.single_gallery:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: .1;
    transition: .3s;
    transform: scale(0);
    border-radius: 5px;
}
.single_gallery img {
    width: 100%;
    border-radius: 5px;
}
.mb_35_l{
    margin-bottom: 30px;
}
/*review_area_start*/
.our_clients_area {
    padding: 72px 0 111px;
}
.our_clients_area .section_title {
    margin-bottom: 47px;
}
.single_client{
    position: relative;
}
.single_client img {
    border: 4px solid #E9EAEA;
    border-radius: 50%;
    width: 124px !important;
    height: 124px;
    margin: 0 auto;
}
.single_client h3 {
    font-size: 14px;
    line-height: 40px;
    margin: 0;
    margin-bottom: -8px;
}
.single_client p {
    font-size: 13px;
    line-height: 24px;
    color: #383838;
    font-style: italic;
    padding: 0 200px;
    margin: 0;
}
.star_icon {
    display: inline-block;
    margin-bottom: 31px;
}
.star_icon i{
    color: #FFC107;
}
.d_quote i{
    color: #D32F2F;
    font-size:22px;
}
.left_qoute {
    position: absolute;
    top: 62%;
    left: 13%;
}
.right_qoute {
    position: absolute;
    right: 13%;
    top: 62%;
}
.review_img {
    position: absolute;
    top: -80%;
    left: 0;
    right: 0;
}
.review_img a {
    border: 4px solid #E9EAEA;
    border-radius: 50%;
}
.our_clients_area .owl-nav div {
    width: 35px;
    height: 35px;
    background: transparent;
    position: absolute;
    color: #D32F2F;
    font-size: 22px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    left: 12%;
    top: 83%;
}
.our_clients_area .owl-nav div.owl-next {
    left: auto;
    right: 12%;
}
/*partners_area*/
.single_partner {
    float: left;
    width: 20%;
    text-align: center;
}
/*contact_area*/
.contact_info {
    background: #FFFFFF;
    padding-left: 22px;
    border: 1px solid transparent;
    transition: .3s;
    margin-bottom: 30px;
}
.contact_info:hover {
    border-color: rgba(211,47,47, .4);
}
.contact_info h3 {
    font-size: 18px;
    margin: 23px 0 5px;
    line-height: 40px;
    font-weight: 600;
}
.contact_info p{
    color: #666666;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 47px;
}
.contact_input form input {
    border: 1px solid #E9E7E7;
    height: 50px;
    width: 100%;
    background: #FFFFFF;
    padding-left: 20px;
    transition: .3s;
    margin-bottom: 30px
}
.contact_input form input:hover{
    border-color: rgba(211,47,47, .6) !important;
    opacity: .5 !important;
}
.contact_input form input::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.contact_input form input::-moz-placeholder {
  color: #666666;
  opacity: 1;;
}
.contact_input form input:-ms-input-placeholder {
  color: #666666;
  opacity: 1;;
}
.contact_input form input:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.contact_textarea form textarea {
    height: 195px;
    width: 100%;
    border: 1px solid #E9E7E7;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 20px;
    transition: .3s;
    margin-bottom: 30px;
    resize: none;
}
.contact_textarea form textarea:hover{
    border-color: rgba(211,47,47, .6);
    opacity: .5;
}
.contact_textarea form textarea::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.contact_textarea form textarea::-moz-placeholder {
  color: #666666;
  opacity: 1;;
}
.contact_textarea form textarea:-ms-input-placeholder {
  color: #666666;
  opacity: 1;;
}
.contact_textarea form textarea:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.contact_textarea button {
    width: 165px;
    height: 53px;
    color: #FFFFFF;
    border: 1px solid transparent;
    background-color: #D32F2F;
    border-radius: 3px;
    line-height: 53px;
    transition: .3s;
}
.contact_textarea button:hover{
    background-color: #FFFFFF;
    color: #D32F2F;
    border: 1px solid #D32F2F;
}
textarea:focus, input:focus {
    color: #666666;
    opacity: 1 !important;
}
/*footer_area*/
.footer_area{
    background-color: #222222;
}
.footer_icon{
    margin-bottom: 26px;
}
.footer_icon a {
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    border: 2px solid #FFFFFF;
    line-height: 38px;
    display: inline-block;
    border-radius: 50%;
    font-size: 17px;
    margin: 0 4px;
}
.footer_icon a:hover{
    color: #D32F2F;
    border-color: #D32F2F;
}
.footer_menu{
    margin-bottom: 14px;
}
.footer_menu ul li{
    display: inline-block;
    position: relative;
}
.footer_menu ul li::before {
    position: absolute;
    content: "|";
    top: 10px;
    right: 0;
    color: #FFFFFF;
}
.footer_menu ul li:last-child:before{
    display: none;
}
.footer_menu ul li a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
}
.footer_menu ul li a:hover{
    opacity: .5;
}
.copyright p{
    font-size: 13px;
    line-height: 33px;
    color: #FFFFFF;
    margin: 0;
}
.scrollup i {
    width: 45px;
    height: 40px;
    background: #D32F2F;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    padding: 8px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    line-height: 25px;
    border-radius: 3px 3px 0 0;
}

