/*******

====================================================================
  Google Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700,800');
  @import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700);

/*** 

====================================================================
  Reset
====================================================================

***/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.min.css');
@import url('imagehover-extended.css');
@import url('owl.css');
@import url('bootstrap-select.min.css');
@import url('jquery-ui/jquery-ui.css');
@import url('timePicker.css');
@import url('jquery.bxslider.css');
@import url('jquery.fancybox.css');
@import url('magnific-popup.css');
@import url('hover.css');
@media (min-width:1200px) {
  .container {
    padding: 0px;
  }
}

@media (min-width:1200px) {
  .container-fluid {
    padding: 0px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}


/*** 

====================================================================
  Global style
====================================================================

***/

body {
  font-size: 15px;
  color: #777777;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto', sans-serif;
}

.page-wrapper {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

input,
button,
select,
textarea {
  font-family: 'Raleway', sans-serif;
}

p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  font-family: 'Roboto', sans-serif;
}

.section-title h3 {
  font-size: 33px;
  line-height: 56px;
  color: #222222;
  font-weight: 800;
  padding-bottom: 10px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
  font-family: 'Raleway', sans-serif;

}

/*.section-title h3:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  content: '';
 background-image: url("../images/icons/head-top.png");
}
*/
.section-title h3:before {
    position: absolute;
    /* bottom: 0px; */
    /* left: 0px; */
    width: 94%;
    height: 20px;
    content: '';
    background-image: url(../images/icons/head-top.png);
    top: -19px;
}
.section-title h3:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 1px;
  content: '';
 background-image: url("../images/icons/head-top.png");
}

.section-title.text-center h3:after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 1px;
  content: '';
  background-image: url("../images/icons/head-top.png");
}

.sec-title h6 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 15px;
  margin-bottom: 40px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

.sec-title h6 span {
  color: #53c629;
}

.sec-title h6:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  content: '';
  background: #f3f3f3;
}

.sec-title h6:after {
  position: absolute;
  bottom: 0px;
  width: 50px;
  left: 0px;
  height: 3px;
  content: '';
  background: #51c4da;
}

.section-title p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #777777;
  font-family: 'Roboto', sans-serif;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.anim-3,
.anim-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.anim-5,
.anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.anim-7,
.anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.btn-style-one {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 27px;
  padding: 8px 84px;
      background: #51c4da;
    border: 1px solid #51c4da;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-style-one-contact {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 27px;
  padding: 8px 84px;
      background: #000000;
    border: 1px solid #000000;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-one:hover {
      color: #1fb7e6;
    border: 1px solid #22b8e4;
    background: #ffffff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-style-two {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  line-height: 27px;
  padding: 8px 36px;
  background: #f4f4f4;
  border: 1px solid #ececec;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-style-two:hover {
  color: #ffffff;
  border: 1px solid #1eb6e5;
  background: #1eb6e5;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/*** 

====================================================================
  Preloader style
====================================================================

***/

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}


/***

====================================================================
  Scroll To Top style
====================================================================

***/

.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  color: #ffffff;
  font-size: 24px;
  line-height: 45px;
  width: 50px;
  height: 50px;
      border: 1px solid #ffc72d;
    background: #ffc72d;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  border-radius: 25px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.scroll-to-top:hover {
  background: #ffffff;
  color: #53c629;
  border-color: #53c629;
  transition: all 500ms ease;
}


/*** 

====================================================================
  Header Top
====================================================================

***/

.header-top {
  position: relative;
  background: #fafafa;
}

.header-top .header-info .item {
  position: relative;
  display: inline-block;
  padding: 20px 15px;
}

.header-top .header-info .item:before {
  position: absolute;
  right: 0px;
  top: 24px;
  height: 20px;
  width: 1px;
  content: '';
  background: #e8e8e8;
}

.header-top .header-info .item:last-child:before {
  display: none;
}

.header-top .header-info .item:last-child {
  padding-right: 0px;
}

.header-top .header-info .item h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #777777;
  font-family: 'Roboto', sans-serif;
}

.header-top .header-info .item i:before {
  margin-left: 0px;
  margin-right: 10px;
  font-size: 16px;
}

.header-top .header-info .item h6 span {
  text-transform: uppercase;
}

.header-top .header-info .social-links {
  position: relative;
  margin-bottom: 0px;
}

.header-top .header-info .social-links li {
  display: inline-block;
}

.header-top .header-info .social-links li i {
  color: #c3c3c3;
  margin-left: 15px;
  transition: all 500ms ease;
}

.header-top .header-info .social-links li:hover i {
  color: #53c629;
  transition: all 500ms ease;
}

.header-top .header-info .social-links li i:first-child {
  margin-left: 0px;
}


/*** 

====================================================================
  Main Header
====================================================================

***/

@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -150px;
  }
  50% {
    margin-top: -130px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -150px;
  }
  50% {
    margin-top: -130px;
  }
  100% {
    margin-top: 0;
  }
}

.main-header {
  position: relative;
  width: 100%;
  /*z-index: 9999;*/
  z-index: 109;
  background: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header {
  position: fixed;
  top: 0px;
  left: 0px;
  margin: 0;
  z-index: 99;
  transition: all 500ms ease;
  -webkit-animation-name: menu_sticky;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.60s;
  animation-duration: 0.60s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11);
}
.fixed-header .menu-area{
  background: #000000!important;
}
.main-menu .navbar-collapse {
  padding: 0px;
}
.main-menu .navigation {
  position: relative;
  margin: 0px;
}
.main-menu .navigation>li {
  position: relative;
  text-align: left;
  padding: 30px 0px;
  margin-right: 50px;
  display: inline-block;
}
.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 17px;
  color: #222222;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
  color: #51c4da;
  font-weight: 900;
  transition: all 500ms ease;
}
.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 220px;
  padding: 0px;
  z-index: 1;
  display: none;
  background: #53c629;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}
.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  line-height: 26px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 10px 20px;
      background: #23bae7;
    border: 1px solid #23bae7;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
  display: block;
  line-height: 26px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 10px 20px;
      background: #23bae7;
    border: 1px solid #23bae7;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover
{
   color: #53c629;
  background: #ffffff;
  border: 1px dashed #53c629;
  transition: all 500ms ease;

}
.main-menu .navigation>li>ul>li>a:hover {
  color: #53c629;
  background: #ffffff;
  border: 1px dashed #53c629;
  transition: all 500ms ease;
}
.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0px;
  width:220px;
  padding:0px;
  z-index:100;
  display:none;
  background:#ffffff;
  border-top:3px solid #1D365C;
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -webkit-transform:scaleY(0);
  -ms-transform:scaleY(0);
  -o-transform:scaleY(0);
  -moz-transform:scaleY(0);
  transform:scaleY(0);
  -webkit-transform-origin:top;
  -ms-transform-origin:top;
  -o-transform-origin:top;
  -moz-transform-origin:top;
  transform-origin:top;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -webkit-transform:scaleY(1);
  -ms-transform:scaleY(1);
  -o-transform:scaleY(1);
  -moz-transform:scaleY(1);
  transform:scaleY(1);  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:12px 20px 12px 40px;
  line-height:24px;
  font-weight:400;
  font-size:14px;
  text-transform:capitalize;
  color:#242424;
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover{
  
  background:#0185ab !important;
  color:white;
}

/*
.main-menu .navigation > li > ul > li > ul > li > a:after{
  font-family: 'FontAwesome';
  content: "\f111";
  position:absolute;
  left:23px;
  top:12px;
  width:10px;
  height:24px;
  display:block;
  line-height:24px;
  font-size:3px;
  font-weight:normal;
  z-index:5;  
}*/

.main-menu .navigation > li > ul > li > ul > li:hover > a{
  -webkit-column-rule: #1D365C;
  -moz-column-rule: #1D365C;
  -o-column-rule: #1D365C;
  column-rule: #1D365C;
  background:#f9f9f9; 
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 42px;
    color: #1D365C;
  background:#ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
  display: none;
}
.main-header .header-area {
  position: relative;
}
.main-header .header-area .main-menu {
  margin-right: 25px;
}
.main-header .logo {
  position: relative;
  background: #fafafa;
  padding-top: 2px;
  padding-left: 30px;
  padding-right: 40px;
  padding-bottom: 40px;
  margin-bottom: -30px;
}
.main-header .header-area .search-box-btn {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  background: #53c629;
}
.main-header .header-area .search-box-btn span {
  color: #ffffff;
}


/*** 

====================================================================
  Main Slider One
====================================================================

***/

.main-slider{
  position:relative;
  z-index:0;
}
.main-slider h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
.main-slider .text {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: .5px;
  font-family: 'Roboto', sans-serif;
}

.main-slider .tp-caption a {
  font-size: 14px !important;
  color: #ffffff;
  line-height: 28px !important;
  padding: 10px 40px !important;
  background: #53c629;
  border-radius: 5px;
  display: inline-block !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  border: 1px solid #53c629;
  font-family: 'Raleway', sans-serif;
  transition: all 500ms ease;
}

.main-slider .tp-caption a.style-two {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
  transition: all 500ms ease;
}

.main-slider .tp-caption img {
  position: relative;
  width: 100%;
}

.main-slider .tp-caption a:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
  transition: all 500ms ease;
}

.main-slider .tp-caption a.style-two:hover {
  color: #ffffff;
  background: #53c629;
  border-color: #53c629;
  transition: all 500ms ease;
}

.main-slider .slotholder {
  position: relative;
}

.main-slider .slotholder:after {
  background:rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.metis.tparrows {
  width: 51px;
  height: 51px;
  padding: 8px;
  line-height: 51px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
  display:none !important;  
}

/*** 

====================================================================
  Contact Section
====================================================================

***/

.contact-section {
  position: relative;
  margin-top: -150px;
  margin-bottom: 20px;
}
.contact-section .tab-buttons a {
  position: relative;
  margin: 0px;
}
.contact-section .tab-buttons .tab-btn {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.contact-section .tab-buttons .tab-btn.active-btn {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.contact-section .tab-buttons .tab-btn i {
  font-size: 22px;
  height: 46px;
  width: 51px;
  line-height: 46px;
  text-align: center;
  color: #ababab;
  background: #e1e1e1;
}
.contact-section .tab-buttons .tab-btn.active-btn i {
  background: #fafafa;
}
.contact-section .tab-content {
  position: relative;
  padding: 30px 20px 40px;
  background: #fafafa;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact-section .tab-content:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.98);
}
.contact-section .tab-content .tab {
  display: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact-section .tab-content .tab.active-tab {
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact-section .tab-content .form-group h6 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #555555;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}
.contact-section .tab-content .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-section .tab-content .form-group i {
  position: absolute;
  bottom: 7px;
  right: 8px;
}
.contact-section .tab-content input {
  position: relative;
  width: 100%;
  height: 43px;
  padding-left: 10px;
  background: #f4f4f4;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact-section .tab-content input:focus {
  border: 1px solid #53c629;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact-section .tab-content button {
  position: relative;
  width: 100%;
  height: 43px;
  margin-top: 35px;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  color: #ffffff;
  background: #53c629;
}
#ui-datepicker-div.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #777;
  color: #252525;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #53c629 none repeat scroll 0 0;
  border: 2px solid #53c629;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: #fff;
  border: none;
}
.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}
.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}
.ui-datepicker-calendar .ui-state-default{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #252525;
  display: block;
  font-size: 12px;
  font-weight: 400;
  height: 35px;
  line-height: 25px;
  margin-bottom: 5px;
  padding: 4px 2px;
  text-align: center;
  width: 35px !important;
  transition: all 500ms ease;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active{
  background: #53c629;
  color: #fff;
  border-color: #53c629;
}
#ptTimeSelectCntr .ui-widget-header{
  background: #53c629 none repeat scroll 0 0;
  border: 2px solid #53c629;
}
#ptTimeSelectCntr #ptTimeSelectSetButton a{
  background: #09314f !important;
  border: 2px solid #09314f !important;
}
#ptTimeSelectCntr #ptTimeSelectSetButton a:hover{
  background: #53c629 !important;
  border: 2px solid #53c629 !important;
}

/*** 

====================================================================
  About Property
====================================================================

***/
.about-property {
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
}
.about-property.facility {
   
    margin-top: -104px;
}


.about-property .section-title {
  margin-bottom: 80px;
}

.about-property .sec-title {
  margin-bottom: 20px;
}

.about-property .left-side .sec-title {
  margin-left: 50px;
}

.about-property .download-link li {
  display: inline-block;
  margin-left: 25px;
}

.about-property .image-box {
  margin-bottom: 25px;
}

.about-property .download-link li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}

.about-property .download-link li i {
  margin-left: 10px;
  color: #53c629;
}

.about-property .event-tab-content1 {
  margin-left: -40px;
}

.about-property .daily-event .event-tablist {
  position: relative;
  margin-bottom: 30px;
}

.about-property .daily-event .event-tablist li {
  display: inline-block;
}

.about-property .daily-event .event-tablist li a{
  display: inline-block;
  border: 1px solid #ececec;
  margin: 0px -2px;
  padding: 10px 25px;
  font-size: 15px;
  line-height: 26px;
  color: #777777;
  text-transform: uppercase;
  border-right: 0px;
  transition: .5s ease;
}

.about-property .daily-event .event-tablist li:last-child {
  border-right: 1px solid #ececec;
}

.about-property .daily-event .event-tablist li.active a,
.about-property .daily-event .event-tablist li:hover a {
  color: #ffffff;
  background: #23bae7;
  transition: .5s ease;
}

.about-property .daily-event .post-content {
  position: relative;
}

.about-property .event-tab-content .tab-pane p {
  font-size: 15px;
  margin-bottom: 25px;
}

.about-property .event-tab-content .tab-pane li {
  position: relative;
  font-size: 15px;
  color: #222222;
  line-height: 25px;
  font-weight: 400;
  padding: 12px 0px;
}

.about-property .event-tab-content .tab-pane li i:before {
  margin-left: 0px;
  font-size: 15px;
  margin-right: 15px;
}

.about-property .daily-event .event-tab-content .tab-pane {
  display: none;
  transition: .5s ease;
}

.about-property .daily-event .event-tab-content .tab-pane.active {
  display: block;
  transition: .5s ease;
}

.about-property .daily-event .event-tab-content1 .tab-pane {
  display: none;
  transition: .5s ease;
}

.about-property .daily-event .event-tab-content1 .tab-pane.active {
  display: block;
  transition: .5s ease;
}

.about-property .daily-event .nav{
  position: relative;
  margin-top: 30px;
}
.about-property .daily-event .nav>li>a {
  padding: 0px;
  transition:  .5s ease;
  background:  #fff;
  border-radius:  50%;
}

.about-property .daily-event .nav-pills>li {
  display: block;
  width: 145px;
  height: 145px;
  text-align: center;
  line-height: 132px;
  border-radius: 50%;
  color: #b4e6a1;
  float: none;
  background: #ffffff;
  border: 2px solid #e6e6e6;
}

.about-property .daily-event .nav-pills>li.active {
  position: relative;
  z-index: 98;
}

.about-property .daily-event .nav-pills>li:before {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 192px;
  height: 192px;
  content: '';
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  border:2px solid #23bae7;
  transition:  .5s ease;
  opacity:  0;
  visibility:  hidden;
  transform: scale(.5);
}

.about-property .daily-event .nav-pills>li.active:before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.about-property .daily-event .nav-pills>li.active:after {
  position: absolute;
  right: -40px;
  top: 0px;
  content: '\f0da';
  color: #23bae7;
  height: 20px;
  width: 20px;
  font-size: 30px;
  font-family: "FontAwesome";
}

.about-property .daily-event .nav-pills li i:before {
  color: #53c629;
  font-size: 40px;
  margin-left: 0px;
}

.about-property .daily-event .nav-pills li:hover i:before,
.about-property .daily-event .nav-pills li.active i:before {
  color: #ffffff;
}

.about-property .nav-pills>li.active>a,
.about-property .nav-pills>li.active>a:focus,
.about-property .nav-pills>li.active>a:hover {
  padding: 0px;
  border-radius: 50%;
  background: #23bae7;
  overflow:  hidden;
}

.about-property .nav>li>a:focus,
.about-property .nav>li>a:hover {
  color: #ffffff;
  border-radius: 50%;
  background: #23bae7;
}



/*** 

====================================================================
  Room Dimension
====================================================================

***/

.room-dimension {
  position: relative;
  padding: 120px 0px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.room-dimension .item-holder {
  margin-right: 20px;
  margin-left: -15px;
}

.room-dimension .item-content {
  padding: 40px 35px;
  background: #222222;
}

.room-dimension .item-content h6 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  font-style: italic;
  color: #53c629;
  font-family: 'Roboto', sans-serif;
}

.room-dimension .item-content h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  font-family: 'Raleway', sans-serif;
}

.room-dimension .item-holder span {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #222222;
  padding: 10px 30px;
  display: inline-block;
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
}

.room-dimension .item-holder a {
  display: inline-block;
  width: 39px;
  height: 39px;
  color: #53c629;
  line-height: 39px;
  text-align: center;
  background: #222222;
}

.room-dimension .tab-buttons {
  text-align: center;
  margin-bottom: 20px;
}

.room-dimension .tab-buttons .tab-btn {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  margin: 10px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

.room-dimension .tab-buttons .tab-btn.active-btn {
  color: #222222;
}

.room-dimension .tabs-box {
  padding: 30px 30px;
  margin-left: -50px;
  border: 8px solid rgba(236, 236, 236, 0.76);
  background: rgba(83, 198, 41, 0.93);
}

.room-dimension .tabs-box .tab {
  position: relative;
  display: none;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.room-dimension .tabs-box .tab.active-tab {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.room-dimension .tabs-box .content-text p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}

.room-dimension .tabs-box .content-text li {
  display: inline-block;
  width: 57px;
  height: 57px;
  line-height: 38px;
  background: #ffffff;
  border-radius: 50%;
  margin: 8px;
  cursor: pointer;
  display: inline-block;
  border: 10px solid #fff;
  transition: all 500ms ease;
}
.room-dimension .tabs-box .content-text li:hover{
  border: 10px solid #a0de8a;
  transition: all 500ms ease;
}
.room-dimension .tabs-box .content-text li i:before {
  margin-left: 0px;
  font-size: 20px;
}


/*** 

=============================================
    Location Area
=============================================

***/

.location-area {
  position: relative;
  padding: 105px 0px;
}

.location-area .section-title {
  margin-bottom: 30px;
}

.location-area .location-info {
  position: relative;
  background: #fafafa;
  padding: 50px 50px 30px;
  z-index: 98;
  margin: 27px -130px 27px 0px;
}

.location-area .location-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  padding-bottom: 15px;
  font-family: 'Roboto', sans-serif;
}

.location-area .location-info li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 40px;
}

.location-area .location-info li strong {
  font-size: 14px;
  line-height: 26px;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

.location-area .location-info li p {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 0px;
  font-family: 'Roboto', sans-serif;
}

.location-area .location-info li span {
  color: #53c629;
}

.location-area .google-map-area {
  position: relative;
  margin-left: 10px;
}

.location-area #contact-google-map {
  height: 430px;
  width: 100%;
}


/*** 

====================================================================
  Featured Section
====================================================================

***/

.featured-section {
  position: relative;
}
.featured-section .image-box img{
  float: right;
}
.featured-section .contact-box {
  position: relative;
  padding: 80px 0px 80px 80px;
  padding-right: 40%;
  margin-left: -30px;
  z-index: 1;
}
.featured-section .contact-box:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: rgba(250, 250, 250, 0.98);
}
.featured-section .contact-box p {
  padding-bottom: 20px;
}
.featured-section .contact-box .contact-form input {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
  transition: all 500ms ease;
}
.featured-section .contact-box .contact-form input:hover,
.featured-section .contact-box .contact-form input:focus{
  border-color: #53c629;
  transition: all 500ms ease;
}
.featured-section .contact-box .contact-form textarea {
  width: 100%;
  height: 75px;
  resize: none;
  border-radius: 0px;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  transition: all 500ms ease;
}
.featured-section .contact-box .contact-form textarea:hover,
.featured-section .contact-box .contact-form textarea:focus{
  border-color: #53c629;
  transition: all 500ms ease;
}
.featured-section .contact-box .form-group button {
  margin-top: 12px;
}
.featured-section .contact-form .form-group {
  position: relative;
  margin-bottom: 13px;
}
.featured-section .contact-box .contact-form i {
  position: absolute;
  top: 8px;
  right: 15px;
}

/*** 

====================================================================
  Agent Section
====================================================================

***/

.agent-section {
  padding-top: 70px;
}

.agent-section .image-box {
    position: relative;
    /* margin-top: -58px; */
    margin-right: -1px;
    margin-left: 101px;
    z-index: 98;
    margin-bottom: 50px;
}
.agent-section .image-content {
    position: relative;
    margin-top: 17px;
    z-index: 1;
    padding: 27px 53px 24px 96px;
    margin-bottom: 50px;
}

.agent-section .image-content:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: rgba(250, 250, 250, 0.96);
}

.agent-section .image-content p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #222222;
  font-family: 'Roboto', sans-serif;
}

.agent-section .image-content .contact-info {
  margin-top: 20px;
}

.agent-section .image-content .item {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  margin-right: 50px;
}

.agent-section .image-content .item:last-child {
  padding-left: 0px;
  margin-right: 0px;
  top: -15px;
}

.agent-section .image-content .item h6 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #222222;
  font-family: 'Roboto', sans-serif;
}

.agent-section .image-content .item p a {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
}
.agent-section .image-content .item p a:hover {
  color: #53c629;
  transition: all 500ms ease;
}

.agent-section .image-content .item span {
  position: absolute;
  left: -5px;
  top: 8px;
}

.agent-section .image-content .item span:before {
  font-size: 30px;
  margin-left: 0px;
}

.agent-section .image-content .social-links li {
  display: inline-block;
  width: 39px;
  height: 39px;
  margin: 8px 4px;
  line-height: 39px;
  text-align: center;
  background: #ececec;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.agent-section .image-content .social-links li:hover {
  background: #53c629;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.agent-section .image-content .social-links li a {
  color: #999999;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.agent-section .image-content .social-links li:hover a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}


/*** 

====================================================================
  Floor Plans
====================================================================

***/

.floor-plans {
 /* padding: 100px 0px;*/
  background: #fafafa;
  margin-bottom: 39px;
}

.floor-plans p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: 'Roboto', sans-serif;
}

.floor-plans .floor-info {
  padding: 0px 15px;
  margin-top: -50px;
}

.floor-plans .floor-info .bd-right {
  position: relative;
}

.floor-plans .floor-info .bd-right:before {
  position: absolute;
  top: 10px;
  right: -28px;
  height: 420px;
  content: '';
  border: 2px dashed #e5e5e5;
}

.floor-plans .floor-info .bd-right:after {
  position: absolute;
  bottom: -36px;
  left: 0px;
  width: 420px;
  content: '';
  border: 1px dashed #e5e5e5;
}

.floor-plans .floor-info .item {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  margin: 35px 10px;
  border: 1px solid #f5f5f5;
}

.floor-plans .floor-info .item i:before {
  margin-left: 0px;
  font-size: 40px;
  color: #8bd76f;
}

.floor-plans .floor-info .item h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #040404;
    padding-top: 20px;
    padding-bottom: 17px;
    font-family: 'Roboto', sans-serif;
}

.floor-plans .floor-info .item span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #222222;
  font-family: 'Roboto', sans-serif;
}


/*** 

====================================================================
  Latest News
====================================================================

***/

.latest-news {
    padding: 54px 0px;
}
.latest-news .section-title p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #666666;
    padding-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.latest-news .item-holder {
    padding: 0px 11px;
    margin-top: 45px;
    background: #ffffff;
    box-shadow: 0 0 20px #f1f1f1;
}
.latest-news .image-box {
  position: relative;
  top: 10px;
  overflow:  hidden;
}

.latest-news .image-box img {
    width: 100%;
    transform: scale(1);
    transition: all 500ms ease;
    height: 240px;
    margin-bottom: 25px;
}

.latest-news .item-holder:hover .image-box img {
  transform: scale(1.2);
  transition: all 500ms ease;

}

.latest-news .overly-box {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.67);
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transform: scale(0, 0);
}

.latest-news .image-box:hover .overly-box {
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}

.latest-news .internal-link {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.latest-news .internal-link i:before {
  font-size: 15px;
  color: #ffffff;
  margin-left: 0px;
}

.latest-news .download-link i {
  position: absolute;
  font-size: 20px;
  color: #ffffff;
  left: 40px;
  bottom: 40px;
}

.latest-news .image-content .blog-info {
  font-size: 14px;
  color: #b1b1b1;
  line-height: 26px;
  font-weight: 400;
  margin-top: 5px;
  font-family: 'Roboto', sans-serif;
}

.latest-news .image-content .blog-info span {
  color: #53c629;
  font-style: italic;
}

.latest-news .image-content h6 a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #222222;
  margin-top: 8px;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  transition: all 500ms ease;
}

.latest-news .image-content h6 a:hover {
  color: #53c629;
  transition: all 500ms ease;
}

.latest-news .image-content .link-btn {
  padding-bottom: 40px;
}

.latest-news .image-content .link-btn a {
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.latest-news .image-content .link-btn a:hover {
  color: #53c629;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}


/*** 

====================================================================
  Footer Style
====================================================================

***/

.main-footer {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}

.main-footer:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: rgba(0, 0, 0, 0.93);
}

.main-footer .footer-top {
    padding-top: 46px;
    padding-bottom: 0px;
}
.main-footer .footer-logo {
  margin-top: 5px;
  margin-bottom: 20px;
}

.main-footer .sec-title h6 {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 15px;
  margin-bottom: 32px;
  display: inline-block;
  text-transform: uppercase;
}

.main-footer .sec-title h6:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  content: '';
  background: #f1f1f1;
}

.main-footer .sec-title h6:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 3px;
  width: 36px;
  content: '';
  background: #51c4da;
}

.main-footer .about-widget p {
  font-size: 14px;
  font-weight: 400;
  color: #ababab;
  line-height: 28px;
  padding-bottom: 8px;
  font-family: 'Roboto', sans-serif;
}

.main-footer .about-widget li {
  display: inline-block;
  margin-right: 25px;
}

.main-footer .about-widget li i {
  font-size: 15px;
  color: #bcbcbc;
  transition: all 500ms ease;
}

.main-footer .about-widget li:hover i{
  color: #53c629;
  transition: all 500ms ease;
}

.main-footer .news-widget .item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.main-footer .news-widget .item i {
  position: absolute;
  left: 0px;
  top: 5px;
  color: #53c629;
}

.main-footer .news-widget .item .text a {
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  font-weight: 400;
  margin-top: -5px;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
}

.main-footer .news-widget .item .text a:hover{
  color: #53c629;
  transition: all 500ms ease;
}

.main-footer .news-widget .item span {
  font-size: 14px;
  color: #ababab;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}

.main-footer .post-widget .recent-post-area {
  display: table;
  margin-top: 3px;
}

.main-footer .post-widget .item-holdar {
  margin-bottom: 25px;
}

.main-footer .post-widget .item-holdar:last-child {
  margin-bottom: 0px;
}

.main-footer .post-widget .image-box {
  display: table-cell;
}

.main-footer .post-widget .image-content {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}

.main-footer .post-widget .image-content .title {
  margin-top: -5px;
}

.main-footer .post-widget .image-content .title a {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  color: #ffffff;
  text-transform: capitalize;
  font-family: 'Raleway', sans-serif;
  transition: all 500ms ease;
}

.main-footer .post-widget .image-content .title a:hover{
  color: #53c629;
  transition: all 500ms ease;
}

.main-footer .post-widget .image-content span {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #989797;
  font-family: 'Roboto', sans-serif;
}

.main-footer .footer-top .contact-area {
  padding: 0px 10px;
}

.main-footer .footer-top .form-group {
  margin: 0px -10px;
  margin-bottom: 9px;
}

.main-footer .footer-top input,
.main-footer .footer-top textarea {
  width: 100%;
  height: 42px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  padding-left: 20px;
  display: block;
  border: 1px solid #ffffff;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
}

.main-footer .footer-top input:hover, 
.main-footer .footer-top input:focus, 
.main-footer .footer-top textarea:hover,
.main-footer .footer-top textarea:focus{
  border-color: #53c629;
  transition: all 500ms ease;
}

.main-footer .footer-top textarea {
  height: 72px;
  resize: none;
}

.main-footer .footer-top button {
  margin-top: 5px;
      display: block;
    margin: 0 auto;
}


/*** 

====================================================================
  footer-bottom
====================================================================

***/

.footer-bottom {
  padding: 18px 0px;
  border-top: 1px solid rgba(224, 224, 224, 0.1);
}

.footer-bottom p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 0px;
  font-family: 'Raleway', sans-serif;
}

.footer-bottom a {
    color: #51c4da;
}

.footer-bottom a:hover {
  color: #fedc2f;
}


/*** 

====================================================================
  Search Popup
====================================================================

***/

.search-popup {
  position: fixed;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.80);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}

.search-popup .close-search:hover {
  opacity: 0.70;
}

.search-popup .search-form {
  position: relative;
  padding: 0px 15px 50px;
  padding-top: 200px;
  max-width: 1024px;
  margin: 0 auto;
}

.search-popup .search-form fieldset {
  position: relative;
  border: 5px solid rgb(255, 255, 255);
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"],
.search-popup .search-form fieldset input.form-control {
  position: relative;
  height: 70px;
  padding: 20px 220px 20px 30px;
  background: #ffffff;
  line-height: 30px;
  font-size: 24px;
  color: #233145;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  text-align: center;
  width: 220px;
  padding: 20px 10px 20px 10px;
  color: #ffffff;
  background: #53c629;
  line-height: 30px;
  height: 70px;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  -moz-border-radius: 0px 7px 7px 0px;
  -ms-border-radius: 0px 7px 7px 0px;
  -o-border-radius: 0px 7px 7px 0px;
  -webkit-border-radius: 0px 7px 7px 0px;
  border-radius: 0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
  background: #334551;
  color: #ffffff;
}

.search-popup h3 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 1px;
}

.search-popup .recent-searches {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

.search-popup .recent-searches li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
  display: block;
  line-height: 24px;
  border: 1px solid #ffffff;
  padding: 8px 20px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 3px;
}

.search-popup .recent-searches li a:hover {
  color: #53c629;
  border-color: #53c629;
}


/*** 

============================================
============== Home Two Page ===============  
============================================

***/


/*** 

====================================================================
  Header Top Style Two
====================================================================

***/

.header-top .well-come p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  margin: 20px 0px;
  font-family: 'Roboto', sans-serif;
}

.header-top .well-come p a {
  color: #53c629;
}


/*** 

====================================================================
  Header Upper
====================================================================

***/

.header-upper {
  position: relative;
}

.header-upper .logo {
  padding: 5px 0px;
}

.header-upper .header-info li {
  position: relative;
  padding-left: 40px;
      margin: 36px 30px 33px 40px;
  display: inline-block;
}

.header-upper .header-info li:before {
  position: absolute;
  top: -5px;
  right: -40px;
  content: '';
  width: 1px;
  height: 50px;
  background: #eeeeee;
}

.header-upper .header-info li:last-child:before {
  display: none;
}

.header-upper .header-info ul {
  margin-bottom: 0px;
}

.header-upper .header-info li i {
  position: absolute;
  top: 0px;
  left: 0px;
}

.header-upper .header-info li i:before {
  margin-left: 0px;
  font-size: 25px;
  color:#51c4da ;
}

.header-upper .header-info li h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
}

.header-upper .header-info li a {
  color: #666666;
  transition: all 500ms ease;
}

.header-upper .header-info li:hover a {
  color: #53c629;
  transition: all 500ms ease;
}


/*** 

====================================================================
  Header Top Style Two
====================================================================

***/

.main-header .menu-area {
  position: relative;
      background: rgb(0, 0, 0);
  /*bottom: -56px;
  margin-top: -56px;*/
  bottom: 0px;
  margin-top: 0px;
}

.menu-area .navigation>li>ul {
  top: 103%;
}

.menu-area .navigation>li.dropdown:hover>ul {
  top: 103%;
}

.menu-area .navigation>li {
  padding: 15px 30px;
  margin-right: 0px;
}

.menu-area .navigation>li>a {
  color: #ffffff;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.main-header .menu-area .get-btn {
  overflow: hidden;
}

.main-header .menu-area .link-btn a {
  position: relative;
  margin-left: 55px;
  padding: 15px 36px;
  height: 56px;
  margin-right: 0px;
  transition: all 500ms ease;
}

.main-header .menu-area .link-btn a:hover:before,
.main-header .menu-area .link-btn a:hover{ background:#4ca5ff; color:#fff; }

.main-header .menu-area .link-btn a:before {
  position: absolute;
  top: -40px;
  left: -55px;
  content: '';
  width: 55px;
  height: 65px;
  background:#ffd02d;
  transform: skewY(49deg);
  -webkit-transform: skewY(49deg);
}

.main-header .menu-area .link-btn a:after {
  position: absolute;
  top: 0px;
  left: -95px;
  content: '';
  width: 96px;
  height: 3px;
  background: #e2e1dc;
  transform: skewY(49deg);
  -webkit-transform: skewY(49deg);
}

.menu-area .navigation>li>ul>li>a {
  padding: 10px 28px;
}


/*** 

====================================================================
  Rev Slider Wrapper Style Two
====================================================================

***/

.main-slider .slider-text {
  position: relative;
  display: table;
}

.main-slider .slider-text .left-side {
  position: relative;
  display: table-cell;
      padding: 40px 50px;
  z-index: 1;
  background: rgba(255, 208, 45, 0.91);
}

.main-slider .slider-text .left-side:before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: '';
  width: 93%;
  height: 94%;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.main-slider .slider-text .left-side h6 {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
}

.main-slider .slider-text .left-side h6:before {
  position: absolute;
  bottom: 0px;
  left: 15px;
  content: '';
  height: 1px;
  width: 165px;
  background: rgba(255, 255, 255, 0.3);
}

.main-slider .slider-text .left-side h2 {
  font-size: 41px;
  line-height: 60px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
}

.main-slider .slider-text .left-side a.style-two:hover{
  color: #53c629;
  background: #ffffff;
}

.main-slider .slider-text .right-side {
  position: relative;
  display: table-cell;
  padding-left: 50px;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.93);
}

.main-slider .slider-text .right-side:before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: '';
  width: 96%;
  height: 94%;
  border: 1px solid rgba(225, 225, 225, 0.41);
}

.main-slider .slider-text .right-side h3 {
  font-size: 34px;
  line-height: 45px;
  font-weight: 800;
  color: #222222;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
}

.main-slider .slider-text .right-side p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

.main-slider .slider-text .right-side .item {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  padding-left: 30px;
}

.main-slider .slider-text .right-side .item:before {
  position: absolute;
  top: 10px;
  left: -6px;
  content: '';
  width: 2px;
  height: 65px;
  background: #e1e1e1;
}

.main-slider .slider-text .right-side .item:first-child {
  padding-left: 0px;
}

.main-slider .slider-text .right-side .item:first-child:before {
  display: none;
}

.main-slider .slider-text .right-side .item i:before {
  margin-left: 0px;
  font-size: 30px;
  color: #698d41;
}

.main-slider .slider-text .right-side .item h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
}

.main-slider.style-two .tparrows {
    background: transparent;
    width: 28px;
    height: 64px;
    color: #3d3d3d;
    background: rgba(2, 2, 2, 0.5);
    border-radius: 0px;
    border: none;
}

.main-slider.style-two .tparrows:hover {
    color: #23bae7;
    background: #e6e6e6;
}
.main-slider.style-two .tparrows:before {
  font-family: "FontAwesome";
  font-size: 20px;
  color: #3d3d3d;
  display: block;
  line-height: 50px;
  text-align: center;
}

.main-slider.style-two .tparrows.tp-leftarrow:before {
  content: "\f104";
}

.main-slider.style-two .tparrows.tp-rightarrow:before {
  content: "\f105";
}


/*** 

====================================================================
  About Section
====================================================================

***/

.about-section {
    padding: 90px 0px;
    padding-bottom: 60px;
}
.about-section .left-side {
  margin-top: 15px;
}

.about-section .left-side .image-text {
  margin-top: 10px;
}

.about-section .left-side .link-btn {
      padding-top: 5px;
}

.about-section .image-text p {
  color: #222222;
}

.about-section .image-text p.text {
  color: #666666;
}

.about-section .tabs-box {
  position: relative;
  display: table;
}

.about-section .tab-content {
  position: relative;
  display: table-cell;
  width: 85%;
}

.about-section .tab-buttons {
  position: relative;
  display: table-cell;
  width: 15%;
  vertical-align: middle;
}

.about-section .tab-buttons .tab-btn {
  width: 75px;
  height: 75px;
  margin: 8px;
  display: inline-block;
  border: 1px solid #f9f9f9;
}

.about-section .tab-content .tab {
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .tab-content .tab.active-tab {
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .tab-buttons .tab-btn .image-box {
  position: relative;
}

.about-section .tab-buttons .tab-btn .overly-box {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.67);
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transform: scale(0, 0);
}

.about-section .tab-buttons .tab-btn:hover .overly-box {
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}

.about-section .tab-buttons .tab-btn .overly-box i {
  position: absolute;
  font-size: 20px;
  color: #ffffff;
}

.about-section .tab-buttons .tab-btn.active-btn {
  display: inline-block;
  width: 75px;
  height: 75px;
  margin: 8px;
  border: 1px solid #f9f9f9;
}

.about-section .download-link strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  color: #222222;
  font-family: 'Roboto', sans-serif;
}

.about-section .download-link a {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  margin-right: 10px;
  font-family: 'Roboto', sans-serif;
}

.about-section .download-link a i {
  color: #ffd02d;
  margin-left: 10px;
}


/*** 

====================================================================
  Property Details Section
====================================================================

***/

.property-details {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-details:before {
  content: '';
  position: absolute;
  right: -15%;
  top: 0px;
  width: 83%;
  height: 100%;
  background: rgba(150, 149, 149, 0.44);
  z-index: 0;
  transform: skewX(-12deg);
}

.property-details .container {
  position: relative;
  z-index: 5;
}

.property-details .image-box {
  position: relative;
  margin-right: -15px;
}

.property-details .image-box:before {
  position: absolute;
  top: -10px;
  left: 0px;
  content: '';
  width: 100%;
  height: 105%;
  border: 10px solid #ececec;
}

.property-details .image-box img {
  width: 100%;
}

.property-details .tabs-box {
  position: relative;
  margin-top: -10px;
  margin-left: -15px;
  background: #ffffff;
  border: 1px solid #f7f7f7;
}

.property-details .tabs-box:before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: '';
  width: 97%;
  height: 95%;
  border: 1px solid #f7f7f7;
}

.property-details .tabs-box .tab-buttons {
  position: relative;
     margin: 28px;
  background: rgba(255, 255, 255, 0.70);
  overflow: hidden;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}

.property-details .tabs-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #23bae7;
  color: #222222;
  font-size: 14px;
  padding: 10px 28px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.property-details .tabs-box .tab-buttons .tab-btn:hover,
.property-details .tabs-box .tab-buttons .tab-btn.active-btn {
  color: #ffffff;
  background: #ffd02d ;
  border: 1px solid #ffd02d ;
  transition: all 500ms ease;
}

.property-details .tabs-box .tab-content {
  position: relative;
}

.property-details .tabs-box .tab-content .active-tab {
  display: block;
  top: 0px;
  margin: 0px 19px;
  padding-bottom: 12px;
}

.property-details .tabs-box .text p {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
      line-height: 25px;
    padding: 0px 0px;
  font-family: 'Roboto', sans-serif;
}

.property-details .styled-list {
  position: relative;
  margin-top: 10px;
  text-transform: capitalize;
}

.property-details .styled-list li {
  line-height: 20px;
  display: flex;
  margin: 5px 0px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  transition: all 500ms ease;
}

.property-details .styled-list li span {
  font-weight: 500;
  color: #676767;
}

.property-details .styled-list li i {
  font-weight: 500;
  color: #ffd02d;
  margin-right: 10px;
}

/*** 

====================================================================
  Property Details Section
====================================================================

***/
.property-about {
    position: relative;
    overflow: hidden;
    padding: 36px 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
        padding-top: 113px;
    padding-bottom: 23px;
}
.property-about:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
 /* background: rgb(58, 105, 5);*/
 background: rgb(61, 190, 218);
  z-index: 0;
  /*transform: skewX(-12deg);*/
}

.property-about .container {
  position: relative;
  z-index: 5;
}

.property-about .image-box {
  position: relative;
  margin-right: -15px;
}

.property-about .image-box:before {
  position: absolute;
  top: -10px;
  left: 0px;
  content: '';
  width: 100%;
  height: 105%;
  border: 10px solid #ececec;
}

.property-about .image-box img {
  width: 100%;
}

.property-about .tabs-box {
  position: relative;
  margin-top: -10px;
  margin-left: -15px;
  background: #ffffff;
  border: 1px solid #f7f7f7;
}

.property-about .tabs-box:before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: '';
  width: 97%;
  height: 95%;
  border: 1px solid #f7f7f7;
}

.property-about .tabs-box .tab-buttons {
  position: relative;
     margin: 22px;
  background: rgba(255, 255, 255, 0.70);
  overflow: hidden;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}

.property-about .tabs-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #23bae7;
  color: #222222;
  font-size: 14px;
  padding: 10px 28px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.property-about .tabs-box .tab-buttons .tab-btn:hover,
.property-about .tabs-box .tab-buttons .tab-btn.active-btn {
  color: #ffffff;
  background: #ffd02d ;
  border: 1px solid #ffd02d ;
  transition: all 500ms ease;
}

.property-about .tabs-box .tab-content {
  position: relative;
}

.property-about .tabs-box .tab-content .active-tab {
  display: block;
  top: 0px;
  margin: 0px 19px;
  padding-bottom: 12px;
}

.property-about .tabs-box .text p {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
      line-height: 25px;
    padding: 0px 0px;
  font-family: 'Roboto', sans-serif;
}

.property-about .styled-list {
  position: relative;
  margin-top: 10px;
  text-transform: capitalize;
}

.property-about .styled-list li {
  line-height: 20px;
  display: flex;
  margin: 5px 0px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  transition: all 500ms ease;
}

.property-about .styled-list li span {
  font-weight: 500;
  color: #676767;
}

.property-about .styled-list li i {
  font-weight: 500;
  color: #ffd02d;
  margin-right: 10px;
}
/*** 

====================================================================
  Floor Plans Style Two
====================================================================

***/

.floor-plans.style-two {
 /* padding-bottom: 200px;*/
  background: #ffffff;
}


/*** 

====================================================================
  Services Section Two
====================================================================

***/

.floor-info {
  /*margin-top: -100px;*/
  margin-bottom: -105px;
  position: relative;
  z-index: 9;
  /*margin-top: 70px;*/
}

.floor-info .container-outer {
  padding: 8px 22px;
  margin: 0px -8px;
  background: #ffffff;
}

.floor-info .inner-box {
    background-color: #f2b732;
    padding: 22px 40px;
    margin: 0px -15px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    border: 1px solid white;
    min-height:370px;
}

.floor-info .inner-box .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(0.0);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.floor-info .inner-box .content-box {
  margin-left: 50px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.floor-info .inner-box .image-layer img {
  width: 100%;
}

.floor-info .inner-box .image-layer:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /*background: rgb(30, 182, 229);*/
}

.floor-info .inner-box i {
  position: absolute;
  left: 45px;
  top: 35px;
}

.floor-info .inner-box i:before {
  color: #fff;
  font-size: 36px;
  margin-left: 0px;
}

.floor-info .inner-box h6 a {
  position: relative;
  color: #222222;
     font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  
}

.floor-info .inner-box .text {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: .2px;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease 0s;
}

.floor-info .inner-box:hover .content-box h6 a {
  color: #ffffff;
}

.floor-info .inner-box:hover .image-layer {
  transform: scale(1);
  transition: all 500ms ease 0s;
}

.floor-info .inner-box:hover i:before {
  color: #ffffff;
}

.floor-info .inner-box:hover .text {
  color: #ffffff;
  transition: all 500ms ease 0s;
}
.floor-info span a {
    color: #056378;
    font-weight: 500;
    font-size: 13px;
}
.floor-info span:after {
    content: "\f178";
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    margin-left: 5px;
    font-size: 14px;
}
/*** 

====================================================================
  Caption Section
====================================================================

***/

.caption-section {
  position: relative;
  padding-top: 175px;
  padding-bottom: 75px;
  z-index: 1;
  background-repeat: no-repeat !important;
  background-size:  cover !important;
}

.caption-section h3 {
    font-size: 29px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.caption-section h3 span {
    color: #f2b732;
    font-weight: 600;
}

.caption-section .link-btn {
  margin-top: 20px;
}

.caption-section .link-btn a {
    margin: 10px;
    font-size: 17px;
    padding: 7px 37px;
    background: #ffd02d;
}
.image-box.certificate img {
    height: 420px;
    width: 93%;
    border: 1px solid #b7b3b3;
}
/*** 

====================================================================
  Gallery Section
====================================================================

***/

.gallery-section{
  position:relative;
  padding:100px 0px 70px;
}

.gallery-section.fullwidth-gallery{
  padding-bottom:0px;
}

.gallery-section .outer-box{
  position:relative;  
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
  display: none !important;
}
.mfp-zoom-out-cur .mfp-close{
  background: #fff !important;
  color: #222222 !important;
}

.gallery-section .filters{
  position:relative;
  text-align:center;
  margin-bottom:40px;
}

.gallery-section .filters li{
  position:relative;
  display:inline-block;
  padding:0px 0px;
  line-height:24px;
  color:#9f9f9f;
  cursor:pointer;
  text-transform:uppercase;
  border-radius:3px;
  font-size:13px;
  font-weight:600;
  margin:0px 15px 10px;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
}

.gallery-section .filters li:after{
  content:'/';
  position:absolute;
  right:-20px;
  top:0px;
  line-height:24px;
  font-size:14px; 
  color:#9f9f9f;
}

.gallery-section .filters li:last-child:after{
  display:none; 
}

.gallery-section .filters li:hover,
.gallery-section .filters li.active{
  color:#25292f;
}

.default-portfolio-item{
  position:relative;
  margin-bottom:30px;
}

.default-portfolio-item.mix{
  display:none;
}

.fullwidth-gallery .default-portfolio-item{
  padding:0px !important;
  margin:0px !important;
}

.default-portfolio-item .inner-box{
  position:relative;
  width:100%;
  border-radius:3px;
  overflow:hidden;
}

.gallery-section.fullwidth-gallery .default-portfolio-item .inner-box{
  border-radius:0px;
}

.default-portfolio-item .image-box{
  position:relative;
  display:block;
  border-radius:3px;  
}

.default-portfolio-item .image-box img{
  position:relative;
  display:block;
  border-radius:3px;
  width:100%;
  height: auto;
}

.default-portfolio-item .overlay-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  padding:0px;
  color:#ffffff;
  opacity:0;
  text-align:center;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transform:scaleX(0);
  -ms-transform:scaleX(0);
  -o-transform:scaleX(0);
  -moz-transform:scaleX(0);
  transform:scaleX(0);
}

.style-two .default-portfolio-item .overlay-box{
  border:none;
}

.default-portfolio-item .inner-box:hover .overlay-box{
  top:0px;
  opacity:1;
  -webkit-transform:scaleX(1);
  -ms-transform:scaleX(1);
  -o-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform:scaleX(1);  
}

.default-portfolio-item .overlay-inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  padding:10px 20px;
  background:rgba(30, 182, 229, 0.43);
}

.default-portfolio-item .overlay-inner .content{
  position:relative;
  display:table-cell;
  vertical-align:middle;
}

.default-portfolio-item .overlay-inner .option-btn{
  position:relative;
  display:inline-block;
  line-height:44px;
  color:#222222;
  font-size:15px;
  width:44px;
  height:44px;
  margin:0px 3px;
  background:#ffffff;
  border-radius:50%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner .option-btn:hover{
  background:#242424;
  color:#ffffff;  
}

/*** 

====================================================================
  Testimonials Section
====================================================================

***/

.testimonials-section {
    position: relative;
    padding: 61px 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
  
}
.testimonials-section:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: '';
  background: rgba(250, 250, 250, 0.96);
}

.testimonials-section .testimonial-carousel {
  width: 920px;
  margin: 0 auto;
  cursor: -webkit-grab;
}

.testimonials-section .slide-item {
  position: relative;
  display: table;
}

.testimonials-section .inner-box {
  position: relative;
  display: table-cell;
  width: 100%;
  padding-right: 65px;
}

.testimonials-section .image-box {
  position: relative;
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  border-radius: 50%;
 border: 5px solid #ffd02d;
}

.testimonials-section .image-box img {
    width: 128px;
    height: 128px;
        border-radius: 55%;
}
.testimonials-section p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  font-weight: 400;
  font-style: italic;
  padding-top: 40px;
  padding-bottom: 20px;
}

.testimonials-section span {
  position: absolute;
  right: 65px;
  bottom: 30px;
  font-size: 15px;
  line-height: 32px;
  color: #222222;
  font-weight: 500;
  text-transform: uppercase;
}

.testimonials-section .owl-theme .owl-controls {
  display: none;
}


/*** 

====================================================================
  Sponsors Logos
====================================================================

***/

.sponsors-logos {
  position: relative;
  background-attachment: fixed !important;
  background-repeat:  no-repeat;
  background-size: cover;
}

.sponsors-logos:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.86);
}

.sponsors-logos .sponsors-slider {
  margin-bottom: 0px;
}

.sponsors-logos .sponsors-slider .image-box {
  position: relative;
}

.sponsors-logos .sponsors-slider .image-box img {
  position: relative;
  opacity: 1;
}

.sponsors-logos .sponsors-slider .overly-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: -1;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sponsors-logos .sponsors-slider .image-box:hover img {
  opacity: -1;
}

.sponsors-logos .sponsors-slider .overly-image:hover img {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sponsors-logos .owl-carousel .owl-item img {
  display: block;
  padding: 85px 20px;
}

.sponsors-logos .owl-theme .owl-controls {
  display: none;
}


/*** 

====================================================================
  Main Footer Style Two
====================================================================

***/

.main-footer.style-two {
  position: relative;
}

.main-footer.style-two:before {
  background: rgba(250, 250, 250, 0.97);
}

.main-footer.style-two .sec-title h6 {
  color: #222222;
}

.main-footer.style-two .news-widget .item .text a {
  color: #666666;
  transition: all 500ms ease;
}

.main-footer.style-two .news-widget .item .text a:hover {
  color: #53c629;
  transition: all 500ms ease;
}

.main-footer.style-two .image-content .title a {
  color: #222222;
}

.main-footer.style-two .footer-bottom {
  border-color: #f0f0f0;
}

.main-footer.style-two .footer-bottom p {
  color: #666666;
}

.main-footer.style-two .footer-bottom p a {
  color: #666666;
}

/*** 

====================================================================
  About Property Style Two
====================================================================

***/


.about-property.style-two {
        padding-bottom: 40px;

}
.page-title {
  position: relative;
  background-repeat:  no-repeat !important;
  background-size:  cover !important;
}

.page-title .title-area {
  position: relative;
  margin-top: 368px;
}

.page-title .title-text {
  float: left;
}

.page-title .title-text h6 {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 55px;
  background: rgba(34, 34, 34, 0.75);
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

.page-title .title-menu {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  float: right;
  margin-bottom: 0px;
}

.page-title .title-menu li {
  font-size: 16px;
  line-height: 26px;
  color: #ffd02d;
  font-weight: 600;
  padding: 10px 40px;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Raleway', sans-serif;
}

.page-title .title-menu li a {
  color: #ffffff;
}

.page-title .title-menu li a:hover {
  color: #53c629;
}


/*** 

============================================
================ Error Page ================  
============================================

***/


/*** 

====================================================================
  Error-section
====================================================================

***/

.error-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 150px;
}

.error-section .error-text h1 {
  font-size: 180px;
  line-height: 220px;
  color: #222222;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

.error-section .error-text h2 {
  font-size: 44px;
  line-height: 60px;
  color: #333333;
  font-weight: 300;
  padding-bottom: 10px;
  font-family: 'Raleway', sans-serif;
}

.error-section .error-text p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  font-weight: 400;
  padding-bottom: 15px;
  font-family: 'Roboto', sans-serif;
}

.error-section .error-text .link-btn a {
  border-radius: 6px;
}


.contact-section.style-two {
  margin-top: 0px;
  margin-bottom: 120px;
}


.map-area {
  position: relative;
      margin-bottom: -9px;
}

.map-area #contact-google-map {
  height: 420px;
  width: 100%;
}


/*** 

====================================================================
  Contact Area
====================================================================

***/

.contact-area {
  padding: 100px 0px;
}

.contact-area .sec-title h6 {
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 28px;
}

.contact-area .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-area .contact-form input {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
  transition: all 500ms ease;
}
.contact-area .contact-form input:hover,
.contact-area .contact-form input:focus{
  border-color:#18b5e7;
  transition: all 500ms ease;
}
.contact-area .contact-form textarea {
  width: 100%;
  height: 190px;
  resize: none;
  border-radius: 0px;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
  transition: all 500ms ease;
}
.contact-area .contact-form textarea:hover,
.contact-area .contact-form textarea:focus{
  border-color: #18b5e7;
  transition: all 500ms ease;
}
.contact-area .contact-form .form-group button {
  margin-top: 10px;
  border-radius: 6px;
}

.contact-area .contact-text {
  margin-left: 50px;
}

.contact-area .contact-text .sec-title p {
  line-height: 28px;
  margin-top: -8px;
  padding-bottom: 10px;
}
.contact-area .contact-link .item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px;
  cursor: pointer;
}

.contact-area .contact-link .item strong {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #222222;
  font-family: 'Raleway', sans-serif;
}

.contact-area .contact-link .item .icon-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 62px;
  height: 62px;
  line-height: 58px;
  text-align: center;
  background:#51c4da ;
  border: 4px solid #51c4da ;
  border-radius: 50%;
  transition: all 500ms ease;
}

.contact-area .contact-link .item:hover .icon-box {
    border-color:#51c4da;
    transition: all 500ms ease;
    background: #51c4da;
}
.contact-area .contact-link .item p a {
  color: #777777;
  transition: all 500ms ease;
}
.contact-area .contact-link .item p a:hover {
  color: #53c629;
  transition: all 500ms ease;
}
.contact-area .contact-link .item i {
  font-size: 20px;
  color: #ffffff
}




/*** 

====================================================================
  Vedio Tour
====================================================================

***/

.vedio-tour {
  position: relative;
  z-index: 1;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.vedio-tour:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background: rgba(83, 198, 41, 0.76);
}

.vedio-tour .image-box {
  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vedio-tour .image-box h5 {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

.vedio-tour .image-box i {
  font-size: 20px;
  color: #ffffff;
  width: 60px;
  height: 60px;
  margin: 0px 10px;
  display: inline-block;
  text-align: center;
  line-height: 58px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}


/*** 

====================================================================
  Floor Info Style Two
====================================================================

***/

.floor-info.style-two {
  padding-top: 110px;
  padding-bottom: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.floor-info.style-two p {
  font-size: 14px;
  padding-bottom: 10px;
}


/*** 

====================================================================
  Gallery Single
====================================================================

***/

.gallery-single {
  position: relative;
  padding-top: 120px;
  padding-bottom: 50px;
}

.gallery-single .owl-carousel .owl-item img {
  width: 100%;
}

.gallery-single .owl-theme .owl-controls .owl-dots {
  display: none !important;
}

.gallery-single .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none repeat scroll 0 0 #f2efed;
  color: #727272;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  width: 28px;
  height: 64px;
  line-height: 60px;
}

.gallery-single .owl-theme .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -20px;
}

.gallery-single .owl-theme .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
}

.gallery-single .image-content {
  position: relative;
}

.gallery-single .image-content .gallery-info .info {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  padding: 10px 0px;
  font-family: 'Raleway', sans-serif;
}

.gallery-single .image-content .gallery-info .info strong {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #222222;
  margin-right: 10px;
  font-family: 'Raleway', sans-serif;
}

.gallery-single .image-content .gallery-info li {
  display: inline-block;
}

.gallery-single .image-content .sec-title h6 {
  color: #222222;
  margin-top: 15px;
}

.gallery-single .image-content p {
  line-height: 28px;
}

.gallery-single .image-content .social-links li i {
  width: 40px;
  height: 40px;
  color: #b7b7b7;
  line-height: 40px;
  text-align: center;
  background: #f4f4f4;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 500ms ease;
}
.gallery-single .image-content .social-links li:hover i{
  color: #ffffff;
  background: #53c629;
  transition: all 500ms ease;
}


/*** 

====================================================================
  Related Project
====================================================================

***/

.related-project {
  padding-bottom: 120px;
}

.related-project .sec-title h6 {
  font-size: 22px;
  color: #222222;
  margin-bottom: 40px;
}

.related-project figure{
  overflow: hidden;
}
.related-project .image-box {
  position: relative;
}

.related-project .image-box img {
  width: 100%;
}

.related-project figcaption {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
}

.related-project .overly-box h6 {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}

.related-project .overly-box p {
  color: #ffffff;
}

.related-project .overly-box a {
  position: relative;
}

.related-project .overly-box i {
  font-size: 16px;
  color: #53c629;
  background: #ffffff;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  line-height: 41px;
}


/*** 

====================================================================
  Our Blog
====================================================================

***/

.latest-news.our-blog {
  padding-top: 70px;
}
.latest-news.our-blog .left-side{
  margin-right: 50px;
}
.latest-news.our-blog .item-holder{
  margin-top: 80px;
}
.latest-news.our-blog .item-review{
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #53c629;
}
.latest-news.our-blog .item-review .item{
  position: relative;
  padding: 30px 50px 30px 80px;
}
.latest-news.our-blog .item-review span{
  position: absolute;
  font-size: 42px;
  top: 40px;
  left: 60px;
}
.latest-news.our-blog .item-review p{
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 28px;
  font-style: italic;
}
.latest-news.our-blog .item-review h6{
  position: absolute;
  right: 45px;
  bottom: 25px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}
.latest-news.our-blog .owl-controls{
  display: none;
}
.latest-news.our-blog .right-side{
  margin-left: -15px;
  margin-top: 80px;
}
.latest-news.our-blog .right-side .sec-title h6{
  font-size: 16px;
  color: #222222;
  margin-top: 15px;
  margin-bottom: 40px;
}
.latest-news.our-blog .search-box{
  position: relative;
  margin-bottom: 20px;
}
.latest-news.our-blog .search-box input{
  position: relative;
  height: 48px;
  width: 100%;
  color: #888888;
  padding: 0px 15px;
  background: #ffffff;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #f9f9f9;
  border-radius: 5px; 
  transition: all 500ms ease;
}
.latest-news.our-blog .search-box input:hover,
.latest-news.our-blog .search-box input:focus{
  border-color: #53c629;
  transition: all 500ms ease;
}
.latest-news.our-blog .search-box button{
  position: absolute;
  top: 4px;
  right: 5px;
}
.latest-news.our-blog .search-box button i{
  font-size: 14px;
  color: #e6e6e6;
  height:  40px;
  width: 40px;
  line-height: 40px;
  background: #ffffff;
  transition: all 500ms ease;
}
.latest-news.our-blog .search-box button:hover i{
  color: #ffffff;
  background: #53c629;
  transition: all 500ms ease;
}
.latest-news.our-blog .catagories li{
  position: relative;
  margin: 15px 0px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #f9f9f9;
  transition: all 500ms ease;
}
.latest-news.our-blog .catagories li:first-child{
  margin-top: 0px;
}
.latest-news.our-blog .catagories li:last-child{
  display: none;
}
.latest-news.our-blog .catagories li a{
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
}
.latest-news.our-blog .catagories li:last-child:hover{
  display: block;
  border-color: #53c629;
  transition: all 500ms ease;
}
.latest-news.our-blog .catagories li:hover{
  border-color: #53c629;
  transition: all 500ms ease;
}
.latest-news.our-blog .catagories li:hover a{
  color: #53c629;
  transition: all 500ms ease;
}
.latest-news.our-blog .catagories li span{
  position: absolute;
  top: 0px;
  right: 0px;
}
.latest-news.our-blog .sidbar-blog .blog_item{
  position: relative;
  padding-left: 100px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #f9f9f9;
}
.latest-news.our-blog .sidbar-blog .blog_item:last-child{
  border-bottom: none;
}
.latest-news.our-blog .sidbar-blog .blog-img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  overflow: hidden;
}

.latest-news.our-blog .sidbar-blog h6 a{
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  color: #222222;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  transition: all 500ms ease;
}
.latest-news.our-blog .sidbar-blog h6 a:hover{
  color: #53c629;
  transition: all 500ms ease;
}

.latest-news.our-blog .popular-tags a{
  font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 26px;
    padding: 7px 20px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #f9f9f9;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
}
.latest-news.our-blog .popular-tags a:hover{
  color: #53c629;
  border-color: #53c629;
  transition: all 500ms ease;
}
.latest-news.our-blog .latest-tweets .item{
  position: relative;
  padding-left: 35px;
  padding-bottom: 10px;
}
.latest-news.our-blog .latest-tweets .item i{
  position: absolute;
  left: 0px;
  top: 5px;
  color: #53c629;
  font-size: 15px;
}
.latest-news.our-blog .latest-tweets .item h6 a{
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
}
.latest-news.our-blog .latest-tweets .item h6 a:hover{
  color: #53c629;
  transition: all 500ms ease;
}
.latest-news.our-blog .latest-tweets .item p{
  font-size: 14px;
  font-weight: 400;
  color: #ababab;
  font-family: 'Roboto', sans-serif;
}

/*** 

====================================================================
  Single Blog
====================================================================

***/

.latest-news.blog-details .item-holder{
  background: none;
  box-shadow: none;
  padding: 0px;
}
.latest-news.blog-details .image-content{
  margin-right: 25px;
  padding-bottom: 20px;
}
.latest-news.blog-details .image-content h6{
  font-size: 20px;
}
.latest-news.blog-details blockquote {
  padding: 10px 20px;
  margin: 25px 90px 35px 10px;
  border-left: 1px solid #c6ecb8;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  font-family: 'Roboto', sans-serif;
}
.latest-news.blog-details .social-links li{
  display: inline-block;
  margin-right: 5px;
}
.latest-news.blog-details .social-links li strong{
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  line-height: 26px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
.latest-news.blog-details .social-links{
  margin-bottom: 50px;
}
.latest-news.blog-details .social-links li i{
  font-size: 14px;
  height: 36px;
  width: 36px;
  color: #888888;
  border-radius: 50%;
  background: #f4f4f4;
  line-height: 36px;
  text-align: center;
  transition: all 500ms ease;
}
.latest-news.blog-details .social-links li:hover i{
  color: #ffffff;
  background: #53c629;
  transition: all 500ms ease;
}
.latest-news.blog-details .reviwe-area .sec-title h6{
  font-size: 24px;
  color: #222222;
  text-transform: capitalize;
}
.latest-news.blog-details .reviwe-area .single-item{
  position: relative;
  display: table;
}
.latest-news.blog-details .reviwe-area .image-box{
  display: table-cell;
  width: 15%;
  top: 0px;
}
.latest-news.blog-details .reviwe-area .image-box img{
  width: 113px;
  height: 105px;
}
.latest-news.blog-details .reviwe-area .image-text{
  position: relative;
  display: table-cell;
  width: 85%;
  padding-left: 25px;
  padding-right: 12px;
  vertical-align: top;
}
.latest-news.blog-details .reviwe-area .single-item{
  position: relative;
  margin-bottom: 50px;
}
.latest-news.blog-details .reviwe-area h6{
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
} 
.latest-news.blog-details .reviwe-area span{
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  margin-left: 50px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}
.latest-news.blog-details .reviwe-area p{
  font-size: 14px;
  line-height: 26px;
  color: #555555;
  margin-top: 15px;
} 
.latest-news.blog-details .reviwe-area .reply-btn{
  position: absolute;
  top: 0px;
  right: 50px;
}
.latest-news.blog-details .reviwe-area .reply-btn a{
  font-size: 15px;
  color: #222222;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
}
.latest-news.blog-details .reviwe-area .reply-btn:hover a{
  color: #53c629;
  transition: all 500ms ease;
}
.latest-news.blog-details .reviwe-area .reply-btn i{
  color: #53c629;
  margin-right: 10px;
}
.latest-news.blog-details .comment-area .sec-title h6{
  font-size: 24px;
  color: #222222;
  text-transform: capitalize;
}
.latest-news.blog-details .comment-area input{
  height: 48px;
  padding: 10px;
  width: 100%;
  background: #fafafa;
  border: 1px solid #fafafa;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.latest-news.blog-details .comment-area input:focus{
  color: #222222;
  border-color: #53c629;
  transition: all 500ms ease;
}
.latest-news.blog-details .comment-area textarea{
  height: 155px;
  padding: 10px;
  width: 100%;
  background: #fafafa;
  border: 1px solid #fafafa;
  box-shadow: none;
  resize: none;
  border-radius: 0px;
  transition: all 500ms ease;
}
.latest-news.blog-details .comment-area textarea:hover,
.latest-news.blog-details .comment-area textarea:focus{
  color: #222222;
  border-color: #53c629;
  transition: all 500ms ease;
}
.latest-news.blog-details .comment-area button{
  height: 50px;
  border-radius: 5px;
}
/* -----------------------------------
  12.  Featured property area
----------------------------------- */

.flat-item {
    margin-bottom: 20px;
    overflow: hidden;
        margin-bottom: 36px;
}
.flat-item-image {
    position: relative;
}
.flat-item-image:before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.flat-item:hover .flat-item-image:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.flat-item-image > a {
    display: block;
}
.flat-item-image > a > img {
    width: 100%;
        height: 210px;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.flat-item:hover .flat-item-image > a > img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
/*for-sale*/

.for-sale {
    background: #95c41f none repeat scroll 0 0;
    color: #fff;
    font-family: 'montserrat';
    font-size: 14px;
    font-weight: 600;
    left: 0;
    margin-bottom: 0;
    padding: 6px 15px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.for-sale.rent {
    background: #343650 none repeat scroll 0 0;
}
.for-sale.sold {
    background: #e20707 none repeat scroll 0 0;
}

.flat-item:hover .for-sale {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
/*flat-link*/

.flat-link {
    left: 0;
    margin-top: -15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 2;
}
.flat-item:hover .flat-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.flat-link > a {
    border: 1px solid #fff;
    color: #fff;
    font-family: "montserrat";
    font-size: 14px;
    font-weight: normal;
    padding: 9px 12px 10px;
    text-transform: uppercase;
}
.flat-link > a:hover {
    background: #ffd02d none repeat scroll 0 0;
    border: 1px solid #ffd02d;
    color: #fff;
}
/*flat-desc*/

.flat-desc > li {
    display: inline-block;
}
.flat-desc {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    padding: 15px 0;
    position: relative;
    text-align: center;
    z-index: 2;
    font-size: 18px;
}
.flat-desc > li + li {
    margin-left: 10%;
}
.flat-desc li img {
    margin-right: 10px;
}
/*flat-item-info*/

.flat-item-info {
    padding: 15px 0;
}
.flat-title-price {
    overflow: hidden;
    padding-bottom: 5px;
}
.price {
    color: #95c41f;
    font-family: "montserrat";
    font-size: 22px;
    font-weight: 400;
}
.flat-title-price .price {
    float: right;
    line-height: 1;
}
.flat-title-price h5 {
    float: left;
    margin-bottom: 0;
}
.flat-item-info img {
    margin-right: 10px;
}
.flat-item-info > p {
    font-size: 15px;
    margin-bottom: 0;
}
/* -----------------------------------
  13. Features area
----------------------------------- */

.features-area {
    background: #f5f5f5 url("images/others/features.jpg") no-repeat scroll 0 0;
}
.features-info {
    padding: 60px 130px 45px 50px;
    position: relative;
}
.features-info:before {
    border-bottom: 532px solid #f5f5f5;
    border-left: 200px solid transparent;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 0;
}
.features-include-list {
    margin-top: 35px;
}
.features-include-list > h6 {
    color: #303030;
    font-family: montserrat;
    font-weight: 400;
}
.features-include-list img {
    margin-right: 15px;
}
.list-style-one li {
   
}
.list-style-one a {
    color: #bababa;
}
.list-style-one .fa {
    color: #ffffff;
    margin-right: 8px;
    padding: 4px;
}
/******************* club **********************/
.carousel {
  margin-bottom: 0;
 /* padding: 0 40px 30px 40px;*/
}

/*.carousel .carousel-control {
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: 63.5px;
  border: 4px solid #fff;
  border-radius: 23px 23px 23px 23px;
  background: #d01f76;
}*/
.carousel-control.right {
    right: 0;
    left: auto;
    background-image:none !important;
    background-image:none !important; 
    background-image:none !important; 
    background-image:none !important; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-image:none !important; 
    background-image:none !important;
    background-image:none !important; 
    background-image:none !important; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel .carousel-control.right {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: auto;
}
.carousel .carousel-control.left {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    left: auto;
}
.carousel .carousel-indicators {
  top: auto;
  right: 50%;
      bottom: -15px;
  margin-right: -19px;
}

.carousel .carousel-indicators li {
  background: #cecece;
}

.carousel .carousel-indicators .active {
  background: #d01f76;
}

.carousel .item .row {
  clear: both;
  margin: 0;
}

.carousel .item .item__element {
  float: left;
  width: 33.33333333%;
  padding: 5px 0;
  text-align: center;
}

.carousel .item .item__element img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .carousel .item .item__element {
    width: 16.66666667%;
  }
}
/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  top: 50%;
  transform: translateY(-50%);
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img {
    width: 100%;
    height: 160px;
}
section.club {
    
    
        margin-bottom: 35px;
}
.club h4 {
    text-align: center;
    background-image: url(../images/background/shape.png);
    padding: 16px;
    /* top: -27px; */
        padding-bottom: 8px;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    margin-left: 18px;
    font-size: 17px;
}
/* -----------------------------------
  9. booking-area
----------------------------------- */
.booking-area .section-title {
    margin-top: 15px;
    padding: 36px;
    color: #fff;
}
.booking-conternt {
    margin: auto;
    width: calc(100% - 80px);
}
.book-house {
    float: left;
    width: 80%;
    padding: 62px;
    text-align: center;
}
.book-house h2 {
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.book-house h2 + h2 {
    margin-top: 20px;
}
.booking-imgae {
    float: left;
    margin-top: -100px;
    width: 20%;
}
.booking-imgae img {} .booking-imgae {
    margin-top: -100px;
}
/* -----------------------------------
  8. call-to-action-area
----------------------------------- */

.call-to-bg {
    position: relative;
}
.call-to-bg:before,
.call-to-bg:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}
.call-to-bg:before {
    background:#ffd02d none repeat scroll 0 0;
    left: 0;
    margin-left: -100px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 31%;
}
.call-to-bg:after {
    background: rgba(0, 0, 0, 0.31) none repeat scroll 0 0;
    height: 100%;
    right: 0;
    width: 100%;
    z-index: -1;
}
.bg-1 {
    background: url(../images/background/7.jpg);
}
.bg-1 {
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
@media (max-width: 1400px) and (min-width: 1170px){
.plr-140 {
    padding-left: 2%;
    padding-right: 2%;
}
}

@media (max-width: 767px)
{

.booking-conternt {
    width: calc(100% - 0px);
}
.section-title h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.book-house {

    float: left;
    width: 100%;
    padding: 26px;
    text-align: center;

}
.book-house h2 {

    font-size: 20px;
    margin-bottom: 0;
    color: #fff;

}
}
.bg-1 {
    background: url(../images/background/spring_grand_back_hp.png);
}
.bg-1 {
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.bg-1.mall {
    background: url(../images/background/mall.jpg);

}
.bg-1.mall {
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.section-facility {
    padding-bottom: 17px;
}
.section-facility p {
    text-align: justify;
    padding: 0px;
}
.section-facility .styled-list li i {
    font-weight: 500;
    color: #ffd02d;
    margin-right: 10px;
}
.section-booking {
    margin-bottom: 52px;
    margin-top: 24px;
}
.blog-info {
    border-bottom: 4px solid #1f223e;
    padding: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
        height: 134px;
}
/****** zoom **************/

.layout {
      max-width: 930px;
  margin: 50px auto;
  margin-bottom: 3px;
  margin-top: -17px;
 }

/****** zoom **************/

/*********************** Price table *****************/
#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 10px;
        text-align: center;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #000;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
}
.table-price {
    padding: 47px 0px;
}
.table-price .section-title p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  padding-top: 15px;
  font-family: 'Roboto', sans-serif;
}
section.price-list {
    margin-bottom: 20px;
}
/**************** scroll top **********************/
.mouse {
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 48px;
    border-radius: 12px;
    background-color:transparents;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border: 2px solid white;
    position: absolute;
    top: 40px;
    position: absolute;
    left: 51%;
    margin-left: -26px;
}
.mouse__wheel {
    display: block;
    margin: 6px auto;
    width: 3px;
    height: 3px;
    border-radius: 4px;
    background-color:#222;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}
@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}



#section-1{
    height:50px;
    width:100%;
    background-color:#2196f3;
}
#blank{
    height:1200px;
}

#section-2{
    height:50px;
    width:100%;
    background-color:#ff5722;
}
.scrollup {
    font-size: 20px;
    color: #fff;
    background-color: #51c4da;
    border: 1px solid #51c4da;
    text-align: center;
    padding: 4px;
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 25px;
    right: 30px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 35px;
}
.list-style-two li {
    position: relative;
    color: #bbbbbb;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 0px;
    display: flex;
}
.list-style-two li > span {
    color:#fff;
}
p.logo-name {
    font-size: 26px;
    font-weight: 900;
    color: #53c629;
    padding: 11px;
    /* border: 1px solid green; */
}
.about-img img {
    margin-top: 20px;
    height: 319px;
    
    float: right;
}
/*zoom image*/
.zoom {
  display:inline-block;
  position: relative;
}

.zoom img {
  display: block;
  margin: 0 auto;
}

.zoom img::selection { background-color: transparent; }

#zoomThisImage img:hover { cursor: grab; }
#zoomThisImage img:active { cursor: move; }
#zoomThisImage .btn{ position:absolute; top:0; left:0 }
#zoomThisImage{ position:relative; }

.property-text p {
    background: white;
    /* padding: 9px; */
    text-align: center;
    padding: 0px;
    color: #000000bd;
    border: 1px solid #fff;
    padding: 2px;
    margin-top: -11px;
    text-align: center;
    height: 179px;
    padding-top: 24px;
}
.feature-services
{
  padding-top: 25px;
    padding-bottom: 25px;
}
.layout-plans {
    margin-top: -75px;
    padding-bottom: 40px;
}

  .enlarge_contain {
  max-width: 1100px;

  margin: 50px auto;
  border: 25px solid #3dbeda;
  }
  .enlarge_btn {
  display: none;
  }
    
 /*----------------------------------------*/
/*  5. Course Area
/*----------------------------------------*/
.fetures-area .section-title-wrapper {margin-bottom: 122px;}
.single-item-image a {display: inline-block;}
.single-item-image {
    overflow: hidden;
    position: relative;
    text-align: center;
        top: -56px;
}
.fetures-area img {
    height: 218px;
    border: 4px solid #3dbeda;


}
.fetures-area > a > img {
     -webkit-transform: scale(1.05);
    transform: scale(1.05);
         -webkit-transition: all 0.8s ease 0s; 
     transition: all 0.8s ease 0s; 
    
}
   
.overlay-effect a {position: relative}
.overlay-effect a:before {
  background: rgba(45, 62, 80, 0.2) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  width: 100%;
}
.single-item:hover .overlay-effect a:before {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100);}
.single-item {
    background: #fff none repeat scroll 0 0;
     /* background: #f6f6f6 none repeat scroll 0 0;*/
    border-bottom: 3px solid #000000;
    padding: 0 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 38px;
    border-radius: 5%;
}
.single-item:hover {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}
.single-item-text h4 {

    font-size: 26px;
    padding-top: 0px;
    text-align: center;
    padding-bottom: 6px;

}
.single-item-text h4 a, .single-item-text h4 {
    color: #222222;
    margin-top: -33px;
    margin-bottom: 7px;
}
.single-item-text-info span {
    color: #696969;
    font-family: "montserratregular";
    margin-right: 11px;
}
.single-item-text-info span span {color: #2d3e50;}
.single-item-text > p {
    color: #666666;
    padding: 5px 10px 12px 10px;
text-align: justify;
max-height: 230px;
}
.single-item-content {
    margin-bottom: 44px;
    overflow: hidden;
    padding-top: 21px;
}
.single-item-text-info {margin-bottom: 18px; padding-top: 5px;}
.single-item-comment-view span {
    color: #696969;
    display: inline-block;
    font-family: "montserratregular";
    font-size: 12px;
    margin-right: 17px;
}
.single-item-comment-view span:last-child {margin-right: 0}
.single-item-comment-view > span i {font-size: 14px; margin-right: 8px;}
.single-item-comment-view, .single-item-rating {display: inline-block;}
.single-item-rating {
    color: #f3c30b;
    float: right;
    font-size: 16px;
}
.single-item-rating i {margin-left: 3px;}
.single-item .button-default {padding: 8px 33px;}
.button-bottom {
    margin-bottom: -19.5px;
    text-align: center;
    position: relative;
    z-index: 99999;
}
.single-item:hover .button-default {background: #000 none repeat scroll 0 0; }
.button-large.button-default {
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.2);
    font-size: 18px;
    margin-top: 83px;
    padding: 12px 18px;
    text-transform: capitalize;
}
.shortcode .button-large.button-default {margin-top: 40px}
.button-default.button-large:hover {background: #2d3e50 none repeat scroll 0 0;}
.button-large.button-default i {
    font-size: 28px;
    line-height: 20px;
    margin-left: 11px;
    position: relative;
    top: 4px;
}
.single-item .button-default {
    padding: 2px 33px;
}
.button-default {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
     font-size: 20px;
    margin: 0;
    padding: 15px 35px;

}
.glyphicon-chevron-left:before {
    content: "\e079";
    color: #fff;
}
.glyphicon-chevron-right:before {
    content: "\e080";
    color: #fff;
}
.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 5px;
    margin: 1px;
    text-indent: -1003px;
    cursor: pointer;
 
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel .carousel-indicators .active {
    background: #51c4da;
    width: 18px;
    height: 7px;
    border: 1px solid #51c4da;
}
p.tagline-project {
    text-align: center;
    font-size: 27px;
    color: #131313;
    line-height: 1.4em;
    letter-spacing: 1px;
    font-weight: 300;
}
.blinking{
    animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #fff;    }
}
button.clickhere {
    padding: 0px 20px;
    background: #3dbeda;
    margin-top: 23px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 19px;
    margin-left: 4px;
    font-weight: 600;
}
.tagline-project .fa
{
  font-size: 18px;
}
.tagline {
  
    padding-top: 0;
}

.floating{
	position:fixed;
	width:60px;
	height:60px;
	bottom:70px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
       font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float-button{
	margin-top:16px;
}



/* ------------------------------------------------------------------------------------------------------------------------------------------- */






body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.heading_container h2 {
  padding-left: 5px;
  position: relative;
  border-left: 7px solid #51cdda;
  font-weight: bold;
}


#highlights1 {
  padding-bottom: 49px;
  border-top: 2px solid #fff;
}

#highlights2 {
  padding-bottom: 50px;
  border-top: 2px solid #fff;
}

#highlights3 {
  padding-bottom: 49px;
  border-top: 2px solid #fff;
}

#highlights4 {
  /* padding-bottom: 83px; */
  border-top: 2px solid #fff;
}

#highlights5 {
  padding-bottom: 43px;
  border-top: 2px solid #fff;
}

#highlights6 {
  padding-bottom: 44px;
  border-top: 2px solid #fff;
}


#highlights_heading5 {
  padding-bottom: 50px;
}

#highlights_heading6 {
  padding-bottom: 50px;
}



/*header section*/
.hero_area {
  /* background-image: url(../images/hero-bg.jpg); */
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 60% 100%;
}

.sub_page .hero_area {
  height: auto;
  background: none;
  background-color: #51cdda;
}

.enlarge_contain {
  /* overflow: hidden;
  -webkit-overflow-scrolling: touch;
  display: block;
  position: relative; */
  padding: 0px 50px;
}

.enlarge_contain img {
  width: 100%;
}

.header_section {
  overflow-x: hidden;
  overflow-y: hidden;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .navbar-expand-lg .navbar-nav {
  width: 90%;
}

.header_section .user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .user_option a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 15px;
  color: #060606;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #3554d1;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 90px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
  height: 80px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 50px;
  width: 30px;
  height: 30px;
}

.lg_toggl-btn {
  background-color: transparent;
  border: none;
  outline: none;
  width: 56px;
  height: 40px;
  cursor: pointer;
}

.lg_toggl-btn:focus {
  outline: none;
}

.User_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 35px;
}

.User_option a {
  color: #000;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 7px;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn button span {
  display: block;
  width: 50px;
  height: 5px;
  background-color: #51c4da;
  margin: 6px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu_btn-style {
  position: fixed;
  right: 40px;
  top: 7px;
}

.custom_menu-btn .s-2 {
  width: 25px;
  margin-left: auto;
}

.custom_menu-btn .s-3 {
  width: 25px;
  margin-left: auto;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(81, 196, 218, 1);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #f1f1f1;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
}

.overlay a:hover {
  color: #252525;
}

.overlay-content {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu_width {
  width: 100%;
}

/*end header section*/
/* slider section */
.slider_section {
  /* padding: 75px 0; */
  color: #0b0b0b;
}

.slider_section .container {
  position: relative;
  z-index: 2;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box h1 {
  color: #3554d1;
  font-weight: bold;
  font-size: 4rem;
}

.slider_section .detail-box h1 span {
  color: #51cdda;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-bottom: 75px;
}

.slider_section .detail-box .btn-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}

.find_section {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.find_section form {
  padding: 10px 45px;
  -webkit-box-shadow: 0px 0px 20px 11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 20px 11px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.find_section form .form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 45px;
  margin: 10px 0;
}

.find_section form button {
  background-color: #f97616;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  height: 45px;
  width: 100%;
  margin: 10px 0;
}

.about_section {
  position: relative;
  padding-top: 75px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: transparent;
  color: #51c4da;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #51c4da;
  border-radius: 25px;
  margin-top: 25px;
}

.about_section .detail-box a:hover {
  background-color: #51c4da;
  border-color: transparent;
  color: #ffffff;
}

.about_section .square-box {
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 75px;
}

.about_section .square-box img {
  width: 100%;
}

.sale_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.sale_section .sale_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sale_section .sale_container .box {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin: .65%;
}


@media screen and (max-width: 420px) {

  .sale_section .sale_container .box {
        flex-basis: 100%;
  }

}


.sale_section .sale_container .box .img-box img {
  width: 100%;
}

.sale_section .sale_container .box .detail-box {
  margin-top: 10px;
}

.sale_section .sale_container .box .detail-box h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.sale_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sale_section .btn-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-top: 35px;
}

.sale_section .btn-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}

.price_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price_section .price_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.price_section .price_container .box {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin: 45px .65%;
  color: #ffffff;
  min-width: 300px;
}

.price_section .price_container .box .detail-box {
  background-color: #51cdda;
}

.price_section .price_container .box .detail-box .heading-box {
  padding: 20px 0;
  background-color: #51cdda;
}

.price_section .price_container .box .detail-box .heading-box h4 {
  font-weight: bold;
}

.price_section .price_container .box .detail-box .heading-box h6 {
  text-transform: uppercase;
  font-weight: bold;
}

.price_section .price_container .box .detail-box .text-box {
  padding: 45px 0;
}

.price_section .price_container .box .detail-box .text-box h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.price_section .price_container .box .detail-box .text-box h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 45px;
  height: 5px;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
}

.price_section .price_container .box .detail-box .text-box ul {
  padding: 0;
}

.price_section .price_container .box .detail-box .text-box ul li {
  list-style-type: none;
  margin: 10px 0;
}

.price_section .price_container .box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.price_section .price_container .box .btn-box a {
  padding: 7px 30px;
  background-color: #51cdda;
  color: #ffffff;
  border-radius: 25px;
}

.price_section .price_container .box:hover .detail-box {
  background-color: #f9bc16;
}

.price_section .price_container .box:hover .btn-box a {
  background-color: #f9bc16;
}

.deal_section {
  overflow-x: hidden;
}

.deal_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.deal_section .detail-box p {
  margin-top: 15px;
}

.deal_section .detail-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-top: 25px;
}

.deal_section .detail-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}

.deal_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115%;
}

.deal_section .img-box .box.b1 {
  margin-right: 15px;
}

.deal_section .img-box img {
  max-width: 100%;
}

.us_section {
  background-color: #51cdda;
  color: #ffffff;
}

.us_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.us_section .heading_container h2 {
  border-left-color: #ffffff;
}

.us_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  margin: 25px 0;
}

.us_section .box .img-box {
  margin-bottom: 15px;
}

.us_section .box .img-box img {
  width: 100%;
}

.us_section .box h3 {
  font-weight: bold;
}

.us_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.us_section .btn-box a {
  padding: 7px 30px;
  background-color: #ffffff;
  color: #252525;
  border-radius: 25px;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.client_section .client_container {
  width: 85%;
  margin: auto;
  border: 1px solid #252525;
}

.client_section .client_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 55px 2%;
}

.client_section .client_container .box .img-box {
  min-width: 100px;
  margin-right: 15px;
}

.client_section .client_container .box .img-box img {
  width: 100%;
}

.client_section .client_container .box .detail-box h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .client_container .box .detail-box h5 hr {
  width: 45px;
  height: 5px;
  margin: 0;
  margin-left: 5px;
  border: none;
  background-color: #252525;
}

.client_section .client_container div#carouselExampleControls {
  padding: 0 10%;
}

.client_section .client_container div#carouselExampleControls::before {
  content: "";
  width: 50px;
  height: 155px;
  background-color: #51cdda;
  position: absolute;
  left: 10%;
  top: 37px;
}

.client_section .client_container .carousel-control-prev,
.client_section .client_container .carousel-control-next {
  width: 45px;
  height: 45px;
  background-color: #51cdda;
  border-radius: 100%;
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.client_section .client_container .carousel-control-prev {
  background-image: url(../images/prev-white.png);
  left: 10px;
}

.client_section .client_container .carousel-control-next {
  background-image: url(../images/next-white.png);
  right: 10px;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.contact_section .container-fluid {
  background-color: #51cdda;
  color: #ffffff;
}

.contact_section .form_container {
  padding: 45px 0 45px 15px;
}

.contact_section input {
  width: 100%;
  border: none;
  background-color: #ffffff;
  outline: none;
  color: #252525;
  margin-top: 25px;
  padding: 12px;
}

.contact_section input::-webkit-input-placeholder {
  color: #2a2a2c;
}

.contact_section input:-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_section input::-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_section input::placeholder {
  color: #2a2a2c;
}

.contact_section input.message-box {
  padding: 45px 12px;
}

.contact_section button {
  padding: 10px 65px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f97616;
  border-radius: 25px;
  margin: 45px 0 0 auto;
  text-transform: uppercase;
}

.contact_section .map_container {
  height: 100%;
}

.contact_section .map_container .map-responsive {
  height: 100%;
}

.info_section {
  background-color: #51cdda;
  color: #ffffff;
  padding: 90px 0 45px 0;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;
}

.info_section .info_contact .img-box {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_contact p {
  margin: 0;
}

.info_section .info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.info_section .info_contact > div img {
  height: auto;
  margin-right: 12px;
}

.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f97616;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 25px;
}

/* footer section*/
.footer_section {
  background-color: #51cdda;
}

.footer_section p {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  margin: 0;
  width: 70%;
  padding: 25px 0 20px 0;
  margin: 0 auto;
  text-align: center;
}

.footer_section a {
  color: #ffffff;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */
