@charset "utf-8";
/* CSS Document */

/*===== Custome Fonts =====*/
@font-face{ font-family:"Roboto-Regular"; src:url("../fonts/Roboto/Roboto-Regular.ttf"); }
@font-face{ font-family:"Roboto-Medium"; src:url("../fonts/Roboto/Roboto-Medium.ttf"); }
@font-face{ font-family:"Roboto-Black"; src:url("../fonts/Roboto/Roboto-Black.ttf"); }
@font-face{ font-family:"Roboto-Bold"; src:url("../fonts/Roboto/Roboto-Bold.ttf"); }


/*===== Pre CSS ===== */
body{ margin: 0; padding: 0; font-size: 	14px; font-weight: normal; color: #333; font-family: 'Lato', sans-serif; background: #fff;}
p, a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: 'Lato', sans-serif; }

a[href^=tel] { text-decoration:inherit; color: inherit; }
a[href^=mailto] { text-decoration:inherit; color: inherit; }

/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom: 10px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 50px; height: 50px; padding-top: 12px; font-size: 20px; border-radius: 50%; opacity: 1; color: #fff; background: #333; border: #333 solid 2px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #fff; color: #333; }

/* Modal Body */
.modal-body .close{ position: absolute; top: 8px; right: -4px; transform: translate(-50%,-50%); opacity: 1; color: #333; }
.modal-body img{ width: 100%; }

/* Wrapper */
.wrapper{ position: relative; margin: 0; padding: 0; overflow: hidden; }

/*Header Navigation*/
.navbar-inverse{ position: relative; bottom: 0; padding: 0; z-index: 9; border: none; float: none; }
.navbar{ margin-top:0; margin-bottom: 0; background: transparent;  min-height: auto;}
.header-navigation{min-height:auto; width:100%;  }
.navbar-inverse .navbar-nav{ display: block; margin:0; padding: 0; float:none; }
.navbar-inverse .navbar-nav li{ list-style: none; float: left; margin: 0;  padding: 0;}
.navbar-inverse .navbar-nav li:last-child{ margin-right: 0;}
.navbar-inverse .navbar-nav li a{ position: relative; display: inline-block; padding: 0; margin: 0; padding-right: 20px;  border-radius: 0; color: #000; background: transparent; font-size: 16px; font-family: 'Roboto-Regular'; font-weight: 400; text-align: center; text-transform: capitalize; text-decoration: none; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; letter-spacing: .9px;}
.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus,
.navbar-inverse .navbar-nav .active a,
.navbar-inverse .navbar-nav .active a:hover,
.navbar-inverse .navbar-nav .active a:focus{ color: #FE1156; background: transparent;}
.navbar-background{padding: 0; position: relative; display: flex; justify-content: space-between; align-items: center; background: transparent;}

/*===== Mobile Menu =====*/
.mobile_menu.active{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9999999999; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: block; width: 100%; background-image: linear-gradient( 206.8deg, #C62957 19.1%, #F63D73 109.8% ); height: 57px; }
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; margin-top: 14px; font-size: 10px; text-align: center; text-transform: uppercase; color: #fff; background: transparent; border: #fff solid 1px; border-radius: 5px; box-sizing: border-box; text-decoration: none; }
.tab_button a:hover{ background: #747474; border: #747474 solid 1px; }
.tab_button1{ margin-left: 15px; margin-right: 5px; }

.menu_icon{ position: fixed; top: 15px; right: 15px; width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; }
.menu_icon.active span{ position: absolute;	width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; margin-top:10px; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none; background: #fff; padding: 10px 30px; margin-bottom: 15px; border-radius: 5px; width: 100%; height: auto; border:1px solid #fff; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 80%; height: 100%; background:#FE1156; text-align: center; box-sizing: border-box; z-index: 999999; transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; margin-bottom:5px;}
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #fff solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 13px; border-radius:50px; font-weight: 400; border-radius: 50px; position: relative; overflow: hidden; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #FE1156; transition: all linear 0.3s; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #FE1156;  border-radius: 50px; }

/*===== Responsive Mobile Dropdown =====*/
.accordion{ list-style: none;  padding: 0; margin: 0; }
.accordion_headline{ background: transparent; padding: 8px 10px; border: #666 solid 1px; color: #fff; text-align: left; text-transform: uppercase; font-size: 12px; font-weight: 400; transition: .3s ease; position: relative; }
.accordion_headline::before,
.accordion_headline::after{ content: ""; width: 15px; height: 2px; background: #ffffff; position: absolute; display: block; top: 50%; right: 15px; transform: translate(-50%, -50%) rotate(0deg); transition: .3s ease; }
.accordion_headline::after{ transform: translate(-50%, -50%) rotate(90deg); }
.accordion_headline:hover{ cursor: pointer; background: transparent; }
.open > .accordion_headline::before{ transform: translate(-50%, -50%) rotate(180deg);	}
.open > .accordion_headline::after{ transform: translate(-50%, -50%) rotate(360deg); }
.accordion_content{ display: none; background: transparent; padding: 0; border-top: 0; }
.accordion li{ margin-bottom: 1px; }
.accordion_headline h5{ font-size: 16px; margin: 0; padding-right: 30px; }
.accordion_content p{ font-size: 14px; margin: 0; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; top: 0; left: 0; z-index: 9; height: 100%; background: transparent; }
.share_icon .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 2; cursor: pointer; width: 52px; height: 52px; border-radius: 50%; border: #333 solid 1px; background: #333; color: #fff; font-size: 24px; text-align: center; padding: 12px 5px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.share_icon .fa:hover{ transform: rotate(360deg); color: #fff; background: #333; border-color: #333; }
.social_icon ul{ display: block; text-align: center; }
.social_icon ul li{ list-style: none; display: inline-block; }
.social_icon ul li .fa{ position: absolute; left: 11px; bottom: 11px; z-index: 1; width: 50px; height: 50px; border-radius: 50%; border: none; background: #6f729a; color: #fff; font-size: 24px; text-align: center; padding: 13px 0px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.social_icon ul li .fa:hover{ transform: rotate(360deg); }
.social_icon.active ul li:nth-child(1) .fa{ bottom: 162px; background: #3b5998; color: #fff; }
.social_icon.active ul li:nth-child(2) .fa{ bottom: 112px; background: #59adec; color: #fff; }
.social_icon.active ul li:nth-child(3) .fa{ bottom: 62px; background: #f23ece; color: #fff; }

/*Buttons*/
.more{display: block; text-align: left;}
.more a{margin-top: 20px; position: relative; display: inline-block; text-decoration: none; font-size: 16px; font-family: "Roboto-Bold"; font-weight: bold; color: #FE1156; background: transparent; border: 1px solid transparent; overflow: hidden; transition: all linear .3s; z-index: 1;}
/*.more a:hover{background: #FE1156; color: #fff;}*/

/*title-section*/
.title-section{display: block; text-align: center;}
.title-section h4{ font-size: 18px; font-family: "Lato-Bold"; color: #FE1156; font-weight: bold; text-transform: capitalize; margin-bottom: 20px; position: relative; z-index:1;}
.title-section h3{font-size: 48px; font-family: "Roboto-Medium"; color: #383838; line-height: 36px; margin-bottom:40px;}
.title-section h3{margin-bottom: 30px; font-size: 48px; font-family: 'Lato-Bold'; color: #000; font-weight: bold; text-transform: capitalize;}
.title-section h3 strong{display: block; font-size: 48px; font-family: 'Lato-Bold'; font-weight: bold; color: #FE1156;}
.title-section p{font-size: 18px; font-family: 'Lato-Regular'; font-weight: 400; color: #000; line-height: 30px; margin-bottom: 20px;}

/*transition*/
.transition{transition: all linear .3s;}

/*header*/
.top-header{padding: 18px 0; background: #FE1156;}
.top-header-content{display: flex; justify-content: space-between; align-items: center;}
.logo{padding: 20px 0; text-align: center;}
.bottom-header-logo{position: relative; background: #fff; display: flex; justify-content: space-between; align-items: center; z-index: 1;}
.bottom-header-logo .logo img{ width: 230px; height: auto; }
.bottom-header-logo .more a{background: #000; color: #fff; margin-top: 0; font-size: 20px;}
.bottom-header-logo .more a:hover{background: #fff; color: #000; border: 1px solid #000;}
.head-contact{margin-top: 60px;}
.head-contact ul{display: flex; justify-content: flex-end; align-items: center;}
.head-contact ul li{display: inline-block; width: 40%;}
.head-contact ul li span{float: left; margin-right: 15px;}
.head-contact ul li h3{font-size: 30px; font-family: 'Lato-Bold'; font-weight: bold; color: #000; }

/*bottom-header*/
.logo{padding-top: 15px; }
.bottom-header{background: transparent; margin-bottom: 20px; position: relative; z-index: 1;}
.bottom-header .header-navigation{width:100%; }
.bottom-header .free-consultation{width:20%; display: block; text-align: right;}
.bottom-header .free-consultation a{  font-size: 17px; font-family: "Lato"; color: rgb(255, 255, 255); border:2px solid #FE1156; padding:10px 20px; border-radius: 50px; text-decoration: none; transition: all linear .3s;}
.bottom-header .free-consultation a:hover{background: #FE1156;}

/*section-banner*/
.banner{position: relative; }
/*.banner::before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.45); z-index: 1;}*/
.banner img{width:100%; height: auto;}
.banner .banner-image{position: relative; z-index:1;}
.banner .banner-image .banner-content{text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 10;}
.banner .banner-image .banner-content h4{margin-bottom: 25px; text-transform: capitalize; font-size: 18px; font-family: "Lato-Bold"; font-weight: bold; color: #FE1156;}
.banner .banner-image .banner-content h3{margin-bottom: 25px; text-transform: capitalize; font-size: 48px; font-family: "Roboto-Medium"; font-weight: 500;  color: rgb(255, 255, 255); line-height: 1.25;}
.banner .banner-image .banner-content p{font-size: 24px; font-family: 'Roboto-Regular'; color: #fff; margin-bottom: 20px;}
.banner .more{text-align: left;}
.banner .more a{background: #FE1156;}
.banner .more a:hover{background: transparent; color: #FE1156;}
.search-box{background: #FE1156; color: #fff; font-family: 'Roboto-Regular';font-weight: 400; padding: 10px 20px;}

/*Welcome Section*/
.welcome{position: relative; padding:90px 0 0; background: #fff;}
/*.welcome::before{content: ''; position: absolute; left: 0; bottom: 0; background: url(../images/house-row.png)no-repeat center center; width: 100%; height: 22%;}*/
.welcome-list li{position: relative; margin-left: 235px; margin-bottom: 30px; display: inline-block; text-align: left;  font-family: 'Lato-Medium'; font-weight: 500; color: #000; font-size: 20px; line-height: 20px;}
.welcome-list li::before{content: '\f00c'; position: absolute; left: -60px; top: 0; display: flex; justify-content: center; align-items: center; font-family: 'FontAwesome'; font-size: 10px; width: 30px; height: 30px; border-radius: 50%; background: #FE1156; color: #fff;}
.home-row{position: relative; text-align: center;}
.home-row img{width: inherit;}
.rider{position: absolute; bottom: 0; width: 50px; -webkit-animation: linear infinite; -webkit-animation-name: ride; -webkit-animation-duration: 40s;}
.girl{position: absolute; bottom: -10px; width: 60px; -webkit-animation: linear infinite; -webkit-animation-name: girl-ride; -webkit-animation-duration: 100s;}
/*.rider-2{position: absolute; bottom: 0; width: 80px; -webkit-animation: linear infinite; -webkit-animation-name: rider-guy; -webkit-animation-duration: 115s;}*/
@-webkit-keyframes ride {
  0% {
    left: calc(0% - 200px);
  }
  48% {
    -webkit-transform: rotateY(0deg); 
  }
  50% { 
    left: calc(100% + 500px);
    -webkit-transform: rotateY(180deg); 
  }
  98% {
    -webkit-transform: rotateY(180deg); 
  }
  100% {
    left: calc(0% - 200px);   
     -webkit-transform: rotateY(0deg);
  }
}
@-webkit-keyframes girl-ride {
  0% {
    left: -100%;
  }
  48% {
    -webkit-transform: rotateY(0deg); 
  }
  50% { 
    left: calc(100% + 800px);
    -webkit-transform: rotateY(180deg); 
  }
  98% {
    -webkit-transform: rotateY(180deg); 
  }
  100% {
    left: calc(0% - 200px);   
     -webkit-transform: rotateY(0deg);
  }
}
/*@-webkit-keyframes rider-guy {
  0% {
    left: -100%;
  }
  48% {
    -webkit-transform: rotateY(180deg); 
  }
  50% { 
    left: calc(100% + 800px);
    -webkit-transform: rotateY(0deg); 
  }
  98% {
    -webkit-transform: rotateY(0deg); 
  }
  100% {
    left: calc(0% - 200px);   
     -webkit-transform: rotateY(180deg);
  }
}*/

/*Find Expert Section*/
.find-expert{padding: 60px 0; background: #fff; }
.expert-block{padding: 30px 25px; background: #FE1156;}
.expert-bg{position: relative;}
.expert-block{position: absolute; text-align: left; top: 10%; right: 0; width: 50%;}
.expert-block h4{color: #000;}
.expert-block h3,
.expert-block p{color: #fff;}
.find-expert .more a{margin-top: 0; color: #fff;}

/*===== Services Section =====*/
.services{padding: 60px 0; background: #FE1156;}
.services .service-block ul{display: flex; justify-content: center;}
.services .service-block ul li{margin-top: 10px; background: #fff; padding: 30px 25px; margin-right: 20px; display: inline-block; width: 23%; text-align: center; border-radius: 10px; box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2); transition: all linear .3s;}
.services .service-block ul li:hover{margin-top: -2px; }
.services .service-block ul li h3{font-size: 24px; font-family: 'Roboto-Medium'; font-weight: 500; color: #000; padding: 0 8px; margin: 15px 0;}

/*===== Services Section =====*/
.properties{padding: 60px 0; background: #fff;}
.properties .property-block ul{display: flex; justify-content: center; align-items: center;}
.properties .property-block ul li{width: 32%; margin-top: 10px; background: #fff; margin-top: 4px; margin-right: 20px; display: inline-block; text-align: left; border-radius: 10px; box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2); transition: all linear .3s;}
.properties .property-block ul li:hover{margin-top: -2px; }
.properties .property-block ul li:hover .property-thumbnail::before{display: block; }
.properties .property-block ul li h3{font-size: 24px; font-family: 'Roboto-Medium'; font-weight: 500; color: #FE1156; padding: 0 8px; margin: 15px 0;}
.property-thumbnail{position: relative; transition: all linear .3s; }
.property-thumbnail::before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(254,17,86,.5); display: none; transition: all linear .3s;}
.property-thumbnail img{width: 100%; height: auto;}
.property-content{padding: 20px 30px;}
.property-content p{font-size: 18px; font-family: 'Roboto-Medium'; font-weight: 500; color: #373737; line-height: 30px;}
.hidden-img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: none; transition: all linear .3s;}
.hidden-img img{width: inherit;}
.properties .property-block ul li:hover .hidden-img{display: block; transition: all linear .3s;}

/*Footer Section*/
.footer{padding: 50px 0; background: #000;}
.footer-title h3{font-size: 36px; font-family: 'Roboto-Medium'; font-weight: 500; color: #fff; margin-bottom: 20px;}
.footer-title h3 strong{font-size: 36px; font-family: 'Roboto-Medium'; font-weight: 500; color: #FE1156;}
.footer-title p{margin-bottom: 10px; font-size: 16px; font-family: 'Lato-Regular'; font-weight: 400; color: #fff; line-height: 25px;}
.footer-title ul li{position: relative; margin-left: 25px; font-size: 18px; font-family: 'Lato-Regular'; font-weight: 400; color: #fff; list-style-type: none;}
.footer-title ul li strong{font-size: 18px; font-family: 'Lato-Bold'; font-weight: bold; color: #fff;}
.footer-title ul li::before{content: '\f111'; position: absolute; left: -20px; top: 5px; font-family: 'FontAwesome'; color: #fff; font-size: 10px;}
.footer-title-right h4{font-size: 24px; font-family: 'Roboto-Medium'; font-weight: 500; color: #fff; margin-bottom: 20px;}
.footer-title-right h4 strong{font-size: 24px; font-family: 'Roboto-Medium'; font-weight: 500; color: #FE1156;}
.footer-title-right ul li{margin-left: 20px; position: relative; display: inline-block; width: 45%; margin-bottom: 10px;}
.footer-title-right ul li::before{content: '\f111'; position: absolute; left: -20px; top: 5px; font-family: 'FontAwesome'; color: #fff; font-size: 10px;}
.footer-title-right ul li a{color: #fff; font-size: 18px; font-family: 'Roboto-Bold'; font-weight: bold; }

/*===== copyright Section =====*/
.copyright{ margin: 0; padding: 20px 0; background: #050505; border-top: 1px solid #fff;}
.copyright p{ text-align: center; font-size: 16px; font-family: "Lato-Regular"; color: rgb(252, 252, 252); font-weight: 500;}
.copyright p a{font-family: 'Lato'; font-size: 16px; font-family: "Lato-Bold"; font-weight: bold; color: #FE1156; text-decoration: none;}

/*===== Slider Plugins =====*/
#banner-slider .owl-buttons{ display: none; }
#banner-slider .owl-pagination { position: absolute; left: 50%; top: 92%; transform: translate(-50%,-50%); z-index: 9; display: none;}
#banner-slider .owl-pagination .owl-page span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: #fff solid 3px; opacity: 1; }
#banner-slider .owl-pagination .active span{ background: #ff0000; }

#owl-demo1 .owl-pagination{ display: none }
#owl-demo1 .owl-buttons .owl-prev{ position: absolute; left: -40px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #ccc; font-size: 24px; font-weight: 400; border-radius: 50%; opacity: 1; padding-right: 14px; border: transparent solid 1px; box-sizing: border-box; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo1 .owl-buttons .owl-next{ position: absolute; right: -90px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #ccc; font-size: 24px; font-weight: 400; border-radius: 50%; opacity: 1; padding-left: 10px; border: transparent solid 1px; box-sizing: border-box; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo1 .owl-buttons .owl-prev:hover,
#owl-demo1 .owl-buttons .owl-next:hover{color: #000; }

#owl-demo-team .owl-pagination{ display: none }
#owl-demo-team .owl-buttons .owl-prev{ position: absolute; left: -40px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: #fff; color: #333; font-size: 24px; font-weight: 400; border-radius: 50%; opacity: 1; padding-right: 14px; padding-top: 4px; border: #333 solid 3px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo-team .owl-buttons .owl-next{ position: absolute; right: -90px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: #fff; color: #333; font-size: 24px; font-weight: 400; border-radius: 50%; opacity: 1; padding-left: 10px; padding-top: 4px; border: #333 solid 3px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo-team .owl-buttons .owl-prev:hover,
#owl-demo-team .owl-buttons .owl-next:hover{ background: #333; color: #fff; }

#owl-demo-testimonials .owl-pagination{ display: none }
#owl-demo-testimonials .owl-buttons .owl-prev{ position: absolute; left: -58px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #fff; font-size: 20px; font-weight: 400; border-radius: 50%; opacity: 1;  border: #fff solid 3px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; display:flex; justify-content: center; align-items: center; padding: 0;}
#owl-demo-testimonials .owl-buttons .owl-next{ position: absolute; right: -111px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #fff; font-size: 20px; font-weight: 400; border-radius: 50%; opacity: 1; border: #fff solid 3px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; display:flex; justify-content: center; align-items: center; padding: 0;}
#owl-demo-testimonials .owl-buttons .owl-prev:hover,
#owl-demo-testimonials .owl-buttons .owl-next:hover{ background: #fff; color: #FE1156; }

#owl-demo2 .owl-buttons{ display: none; }
#owl-demo2 .owl-pagination { position: absolute; left: 85%; top: 110%; z-index: 9; }
#owl-demo2 .owl-pagination .owl-page span{ margin: 0 5px; width: 10px; height: 10px; border-radius: 50%; background: #333; border: none; opacity: 1; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo2 .owl-pagination .active span{ transform: scale(2,2); background: #333; }

#owl-demo3 .owl-pagination{ display: none }
#owl-demo3 .owl-buttons .owl-prev{ position: absolute; left: 46%; top: 120%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #fff; color: #333; font-size: 24px; font-weight: 400; border-radius: 0; opacity: 1; padding-right: 14px; padding-top: 0; border: #fff solid 2px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo3 .owl-buttons .owl-next{ position: absolute; left: 54%; top: 120%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #fff; color: #333; font-size: 24px; font-weight: 400; border-radius: 0; opacity: 1; padding-left: 10px; padding-top: 0; border: #fff solid 2px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo3 .owl-buttons .owl-prev:hover,
#owl-demo3 .owl-buttons .owl-next:hover{ background: #fff; color: #333; }



/*===== Content Pages =====*/
.content-banner{ padding:20px 0; background: url(../images/banner1.png) center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.content-banner h2{ padding: 15px; text-transform: uppercase; background: #fff; color: #333; font-size: 12px; font-weight: bold; }
.content-banner a{ text-decoration: none; color: #333; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.content-banner a:hover{ color: #333; }
.content-block{ background: #fff; padding: 20px; height: auto; }
.content{ width: 100%; padding: 50px 0 100px; background: #eeeeee; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content .underline-style{ display: block; margin-bottom: 30px; }
.content h2{ text-transform: uppercase; font-size: 24px; color: #333; font-weight: 900; margin-bottom: 10px; font-family: 'Lato', sans-serif; }
.content h3{ text-transform: uppercase; font-size: 20px; color: #333; font-weight: 900; margin: 20px 0 10px; font-family: 'Lato', sans-serif; }
.content h4{ text-transform: uppercase; font-size: 16px; color: #8aca41; font-weight: 700; margin: 20px 0 10px; font-family: 'Lato', sans-serif; }
.content p{ font-size: 16px; line-height: 30px; text-align:justify; color: #666; margin-bottom: 15px; font-family: 'Lato', sans-serif; }
.content p span{ font-size: 20px; color: #333; margin: 0; font-weight: bold; font-family: 'Lato', sans-serif; }
.content ol,
.content ul{ margin: 0; padding: 0; margin-bottom: 15px; font-family: 'Lato', sans-serif; }
.content ol li,
.content ul li{ margin-left: 18px; line-height: 30px; font-size: 16px; text-align:justify; color: #333; font-family: 'Lato', sans-serif; }
.content ol li span,
.content ul li span{ font-size: 16px; text-align:justify; color: #666; font-family: 'Lato', sans-serif; }

/*===== 404 =====*/
.content-banner .page-not-found-title{ color: #fff; }
.page_not_found{ display: block; text-align: center; padding: 50px; }
.page_not_found h2{ font-size: 120px; color: #34495e; }
.page_not_found p{ font-size: 18px; color: #34495e; text-align: center; }
.page_not_found a{ display: inline-block; padding: 10px 25px; background: #c0392b; color: #fff; border-radius: 3px; text-decoration: none; }
.page_not_found a:hover{ background: #e74c3c; }

/*===== Testimonials Page =====*/
.reviewsblock{ padding: 15px 0; background: #000; width: 100%; text-align: center; }
.reviewsblock h4{ text-transform: uppercase; color: #fff; font-size: 24px; font-weight: 700; }
.reviewsform{ padding: 15px 15px 1px; background: #eee; min-height: 150px; width: 100%; }
.reviewsformstyle{ height: 44px; border-radius: 0; border: #666 solid 1px; color: #666; margin-bottom: 15px; }
.reviewsform input::placeholder{ color: #666; }
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #000; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{ background: #2ecc71; }
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .panel-group .panel{ border-radius: 0; border: none; }
.testimonials-page .panel-heading{ padding: 0; border: none; }
.testimonials-page .panel-title{ padding: 0; border: none; }
.testimonials-page .panel-title a{ position: relative; display: block; padding: 15px 50px 15px 15px; margin-bottom: 0; background: #000; text-decoration: none; text-transform: uppercase; font-size: 16px; color: #fff; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.testimonials-page .panel-title a:hover{ background: #000; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #000; position: relative; }
.testimonials-page .panel-title .collapsed::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); z-index: 999; }
.testimonials-page .panel-title a::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); }
.testimonials-page .panel-body{ box-sizing: border-box; -webkit-box-shadow: 0 0 15px -5px #666; -moz-box-shadow: 0 0 15px -5px #666; -o-box-shadow: 0 0 15px -5px #666; box-shadow: 0 0 15px -5px #666; }
.testimonials-page .panel-body p{ color: #000; font-size: 16px; line-height: 30px; }
.testimonials-page h4{ margin-bottom: 0; margin: 0; }
.testimonials-page .panel-body{ border: #eee solid 1px; border-top: none; }
.testimonials-page .panel-body p{ margin-bottom: 0; }

/*===== Contact Form Section =====*/
.formstyle{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.btn-formstyle{ width: 150px; color: #fff; background-color: #000; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{ background: #2ecc71; }
.contact-page .googlemap{ height: 400px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.form_section .fa{ position: absolute; top: 20px; z-index: 999; height: 50px; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.form_section .sms{ height: calc(100% - 20px); }

/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 15px 20px; background: #666; color: #fff; text-transform: uppercase; }
.freeestimatestyle{ padding-left: 65px; height: 50px; border-radius: 0; border: #666 solid 1px; }
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #27ae60; border: none; padding: 10px 16px; margin-top: 15px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-freeestimatestyle:hover{ background: #2ecc71; }
.free-estimate-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.free-estimate-form .fa{ position: absolute; top: 45px; z-index: 9; height: 50px; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.free-estimate-form .sms{ height: calc(100% - 46px); }

.wpcf7-not-valid-tip{ padding: 5px; background: #dc3232; color: #fff; }
.wpcf7 form.sent .wpcf7-response-output{ background: #46b450; color: #fff; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{ background: #ffb900; }


/*========== Responsive ==========*/
@media (max-width: 991px){

.logo{display: block; text-align: center;}
.bottom-header{flex-direction: column;}
.bottom-header .free-consultation{width:100%;}
.bottom-header .header-navigation{width: 100%;}
.section-banner .banner-image .banner-content h2{width: 90%; font-size: 32px;}
.home-image img{width:100%; height: auto;}
.footer-logos p{margin-bottom: 30px;}
}
@media (max-width: 767px){

	/*===== Go To Top =====*/
	#back-top{ right: 10px; bottom: 10px; }
	#back-top a .fa{ font-size: 16px; width: 40px; height: 40px; padding-top: 10px; }

	/*===== Left Social Icon =====*/
	.share_icon .fa{ left: 9px; bottom: 9px; width: 42px; height: 42px; font-size: 20px; padding: 10px 2px 0 0; }
	.social_icon ul li .fa{ left: 10px; bottom: 10px; width: 40px; height: 40px; font-size: 20px; text-align: center; padding: 10px 0px 0 0; }
	.social_icon.active ul li:nth-child(1) .fa{ bottom: 130px; }
	.social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; }
	.social_icon.active ul li:nth-child(3) .fa{ bottom: 50px; }

	/*===== Body Section =====*/
	
  .top-header{margin-top: 46px;}
  .banner .banner-image .banner-content{width: 100%;}
  .banner .banner-image .banner-content h3{font-size: 22px;}

  .welcome{padding: 30px 0 0;}
  .title-section h3{font-size: 26px; line-height: 30px; margin-bottom: 15px;}
  .title-section p{font-size: 15px;}
  .welcome-list li{margin-left: 50px; font-size: 18px; margin-bottom: 15px;}
  .welcome-list li::before{left: -40px;}

  .services .service-block ul{flex-direction: column;}
  .services .service-block ul li{width: 100%;}
  .services .service-block ul li h3{font-size: 18px;}

  .properties{padding: 40px 0 0;}
  .properties .property-block ul{flex-direction: column;}
  .properties .property-block ul li{width: 100%; margin-right: 0; margin-bottom: 15px;}
  .property-content{padding: 20px 10px;}
  .properties .property-block ul li h3{margin: 5px 0;}
  .property-content p{font-size: 16px;}

  .find-expert{padding: 0 0 40px;}
  .expert-bg img{width: 100%; height: auto;}
  .expert-block{position: relative; width: 100%;}

  .footer-title h3{font-size: 24px;}
  .footer-title h3 strong{font-size: 24px;}
  .footer-title p{margin-bottom: 10px;}
  .footer-title ul li{font-size: 16px;}
  .footer-title-right{margin-top: 20px;}
  .footer-title-right ul li a{font-size: 16px;}




	/*===== jQuery Control =====*/
	#owl-demo1 .owl-buttons .owl-prev{ left: 30px; top: 45%; width: 40px; height: 40px; color: #fff; border: #fff solid 2px; padding-top: 0px; }
	#owl-demo1 .owl-buttons .owl-next{ right: -10px; top: 45%; width: 40px; height: 40px; color: #fff; border: #fff solid 2px; padding-top: 0px; }
	#owl-demo2 .owl-pagination{ top: 90%; }
	#owl-demo3 .owl-buttons .owl-prev{ left: 40% }
	#owl-demo3 .owl-buttons .owl-next{ left: 60%; }

	/*===== Page Section =====*/
	.content-banner{ padding: 20px 0; }
	.content-block{ min-height: auto; }
	.content .underline-style{ margin-bottom: 15px; }
	.content{ padding: 30px 0; }
	.content h2{ font-size: 20px; }
	.content h3{ font-size: 16px; }
	.content h4{ font-size: 16px; }
	.sectiontitleunderline{ width: 100px; margin-bottom: 15px; }
	.content p,
	.content ul li{ font-size: 14px; line-height: 24px; }
	.content ul li span{ font-size: 14px; line-height: 24px; }
	.reviewsform{ margin-bottom: 30px; }
	.reviewsblock h4{ font-size: 18px; }
	.reviewsblock{ padding: 5px 0 10px; }
	.btn-reviewsformstyle{ font-size: 14px; }
	.testimonials-page h4{ font-size: 18px; }
	.testimonials-page p{ padding: 0; }
	.testimonials-page .panel-body p{ font-size: 14px; line-height: 23px; }
	.formstyle{ padding-left: 50px; height: 40px; }
	.form_section .fa{ width: 40px; height: 40px; }
	.form_section .sms{ width: 40px; height: 174px; }
	.btn-formstyle{ display: block; margin: 0 auto; width: 100px; font-size: 14px; margin-bottom: 15px; }
	.quoet-address{ margin-top: 15px; }
	.quoet-address ul{ margin-bottom: 15px; }
	.quoet-address ul li{ margin-bottom: 15px; font-size: 14px; }
	.quoet-address ul li span{ font-size: 16px; }
	.free-estimate-form .freeblock{ margin-bottom: 0; }
	.freeestimatestyle{ height: 40px; padding-left: 50px; }
	.btn-freeestimatestyle{ display: block; margin: 0 auto; width: 100%; font-size: 14px; }
	.free-estimate-form .fa{ width: 40px; height: 40px; }
	.free-estimate-form .sms{ width: 40px; height: 174px; }
}