/** banner-section **/

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-carousel .slide-item {
    position: relative;
    padding: 255px 0px 280px 0px;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.banner-carousel .content-box {
    position: relative;
    display: block;
    max-width: 950px;
    z-index: 5;
}

.banner-carousel .content-box h3 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 19px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box h2 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 200px;
    line-height: 180px;
    font-weight: 700;
    margin-bottom: 97px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-left: -12px;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-section .mouse-btn-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 9;
}

.banner-section .mouse-btn-down .scroll-arrow-box {
    position: absolute;
    left: 0px;
    top: -27px;
    right: 0px;
    width: 118px;
    height: 28px;
    background: url(../../images/shape/shape-1.png);
    background-repeat: no-repeat;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}


/** banner-style-two **/

.banner-style-two {
    position: relative;
    padding: 265px 0px 275px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.banner-style-two:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: -webkit-linear-gradient(90deg, rgba(34, 31, 30, 1) 10%, rgba(0, 0, 0, 0.50) 100%);
}

.banner-style-two .content-box {
    position: relative;
    display: block;
}

.banner-style-two .content-box h2 {
    position: relative;
    display: block;
    font-size: 180px;
    line-height: 150px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
    text-transform: uppercase;
}

.banner-style-two .content-box .signature {
    position: relative;
    margin-top: -29px;
    margin-bottom: 50px;
}

.banner-style-two .content-box h4 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 23px 30px 23px 80px;
    background: rgba(0, 0, 0, 0.60);
}

.banner-style-two .content-box h4 i {
    position: absolute;
    top: 25px;
    left: 35px;
    font-size: 20px;
}

.banner-style-two .price-box .inner-box {
    position: relative;
    display: block;
    min-width: 490px;
    padding: 70px 70px 70px 70px;
}

.banner-style-two .price-box .inner-box .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-two .price-box .inner-box .bg-layer:before {
    position: absolute;
    content: '';
    background: rgba(43, 40, 39, 0.20);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.banner-style-two .price-box .inner-box h6 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.banner-style-two .price-box .inner-box h2 {
    position: relative;
    display: block;
    font-size: 84px;
    line-height: 90px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #ffca3b;
    margin-bottom: 26px;
}

.banner-style-two .price-box .inner-box h3 {
    position: relative;
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 53px;
}

.banner-style-two .price-box .inner-box .btn-box {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 22px 30px;
    width: 100%;
    margin-bottom: 48px;
    text-align: center;
    text-transform: uppercase;
}

.banner-style-two .price-box .inner-box .btn-box:hover {
    background: #fff;
}

.banner-style-two .price-box .inner-box .support-box {
    position: relative;
    display: block;
    padding-left: 66px;
}

.banner-style-two .price-box .inner-box .support-box span {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 12px;
    line-height: 14px;
    color: #999898;
    text-transform: uppercase;
}

.banner-style-two .price-box .inner-box .support-box h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

.banner-style-two .price-box .inner-box .support-box h4 a {
    color: #fff;
}

.banner-style-two .price-box .inner-box .support-box h4 a:hover {}
/** about-section **/

.about-section{
  position: relative;
}

.about-section .content-outer{
  padding: 117px 0px 90px 0px;
  border-bottom: 1px solid #d9d9d9;
}



.about-section .sidebar-text .single-item{
  margin-bottom: 29px;
}

.about-section .sidebar-text .single-item:last-child{
  margin-bottom: 0px;
}

.about-section .content-column .upper-box{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.about-section .content-column .upper-box h2{
  display: block;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 38px;
}

.about-section .content-column .upper-box h4{
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding-left: 35px;
  font-weight: 600;
}

.about-section .content-column .upper-box h4 i{
  position: absolute;
  left: 0px;
  top: 2px;
}

.counter-block-one .inner-box{
  position: relative;
  display: block;
  padding: 34px 0px 32px 120px;
  border-top: 1px solid #d9d9d9;
}

.counter-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 27px;
  content: '';
  background: #f3f3f9;
  width: 85px;
  height: 85px;
  line-height: 95px;
  font-size: 40px;
  color: #3f3c3c;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.counter-block-one .inner-box:hover .icon-box{
  color: #fff;
}

.counter-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.counter-block-one .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.counter-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 3px;
}


.counter-block-one .inner-box p{
  display: block;
  font-size: 14px;
}

.about-section .counter-block{
  padding: 0px 47.5px;
}

.about-section .funfact-inner{
  margin: 0px -47.5px;
}

/** about-style-two **/

.about-style-two{
  padding: 200px 0px 157px 0px;
  background: #221f1e;
}

.about-style-two .image-box{
  position: relative;
  padding-right: 190px;
  margin-right: 35px;
  padding-bottom: 130px;
}

.about-style-two .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style-two .image-box .image img{
  width: 100%;
}

.about-style-two .image-box .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.about-style-two .content-box{
  position: relative;
  display: block;
  margin-left: 40px;
}

.about-style-two .content-box .text p{
  font-size: 15px;
  line-height: 28px;
  color: #999999;
  margin-bottom: 26px;
  line-height: 26px;
}

.about-style-two .content-box .text p:last-child{
  margin-bottom: 0px;
}

.about-style-two .content-box .text{
  max-width: 570px;
}

.about-style-two .content-box .sec-title{
  margin-bottom: 88px;
}

.about-section .content-column .btn-box a{
  border: 1px solid #666666;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16.5px 57px;
}

.about-section .content-column .btn-box a:hover{
  color: #fff;
}

.about-section .content-column .btn-box{
  position: relative;
  display: block;
  margin-top: 50px;
}
/** service-section **/

.service-section{
  position: relative;
  padding: 125px 0px 90px 0px;
}

.service-section .upper-box{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.service-section .upper-box h2 {
  display: block;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 38px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  padding: 9px 0px 12px 120px;
  margin-bottom: 40px;
}

.service-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  background: #f3f3f9;
  width: 85px;
  height: 85px;
  line-height: 95px;
  font-size: 40px;
  color: #3f3c3c;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box{
  color: #fff;
}

.service-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.service-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 6px;
}

.service-block-one .inner-box h3 a{
  display: inline-block;
}

.service-block-one .inner-box h3 a:hover{
  text-decoration: underline;
}

.service-block-one .inner-box p{
  font-size: 14px;
}

.service-style-two{
  position: relative;
  padding: 0px 0px 50px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.service-block-two .inner-box{
  position: relative;
  display: block;
}

.service-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-two .inner-box .image-box img{
  width: 100;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.2;
}

.service-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 39px;
}

.service-block-two .inner-box .lower-content h2{
  display: block;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 14px;
}

.service-block-two .inner-box .lower-content h2 a{
  display: inline-block;
  color: #000;
}

.service-block-two .inner-box .lower-content h2 a:hover{

}

.service-block-two .inner-box .lower-content p{
  font-size: 15px;
  margin-bottom: 45px;
}

.service-block-two .inner-box .lower-content .theme-btn{
  border: 1px solid #999999;
  font-size: 14px;
  color: #000 !important;
  padding: 16.5px 48px;
}

.service-block-two .inner-box .lower-content .theme-btn:hover{
  color: #fff !important;
}

.service-block-two .inner-box{
  margin-bottom: 100px;
}

.service-style-two .service-block{
  padding: 0px 50px;
}

.service-style-two .inner-container{
  margin: 0px -35px;
}

.service-style-two .logo-shape{
  position: absolute;
  width: 910px;
  height: 870px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}
/** testimonial-section **/

.testimonial-section{
  padding: 125px 0px;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
}

.testimonial-block-one .inner-box h2{
  display: block;
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 64px;
}

.testimonial-block-one .inner-box .author{
  position: relative;
  display: block;
  padding: 8px 0px 9px 90px;
}

.testimonial-block-one .inner-box .author .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author h5{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2px;
}

.testimonial-block-one .inner-box .author .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.testimonial-section .owl-dots{
  position: relative;
  display: block;
  margin-top: 76px;
}

/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 140px 0px 290px 0px;
}

.testimonial-style-two .sec-title{
  margin-bottom: 91px;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  padding-top: 70px;
}

.testimonial-block-two .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 84px;
}

.testimonial-block-two .inner-box .text h3{
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-weight: 400;
}

.testimonial-block-two .inner-box .author{
  position: relative;
  display: block;
  padding: 8px 0px 9px 90px;
}

.testimonial-block-two .inner-box .author .author-thumb{
  position: absolute;
  left: 0px;
  top: 2px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author h5{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2px;
}

.testimonial-block-two .inner-box .author .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.testimonial-style-two .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 50px;
}

.testimonial-style-two .dots-style-one .owl-dots .owl-dot span{
  margin: 0px 6px;
}

.testimonial-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/** testimonial-style-three **/


.testimonial-style-three{
  position: relative;
  padding: 160px 0px;
  background: #f3f4f9;
}

.testimonial-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-style-three .image-box{
  position: relative;
  max-width: 365px;
}

.testimonial-style-three .image-box img{
  width: 100%;
}

.testimonial-style-three .text h2{
  display: block;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 48px;
}

.testimonial-style-three .text h2:last-child{
  margin-bottom: 0px;
}

.testimonial-style-three .text{
  position: relative;
  display: block;
  margin-bottom: 86px;
}

.testimonial-style-three .author-info h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 6px;
}

.testimonial-style-three .author-info .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.project-section.style-two .owl-nav{
  top: 47%;
}
/** offers-section **/

.offers-section{
  position: relative;
  background: #f3f3f9;
  padding: 125px 0px 0px 0px;
}

.offers-section .image-box{
  position: relative;
  margin-left: 5px;
}

.offers-section .image-box img{
  width: 100%;
}

.offers-section .content_block_one .content-box{
  padding-top: 12px;
}

.offers-section .tab-btns li{
  position: relative;
  float: left;
  width: 20%;
  background: #e9e9f0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 30px 20px;
  cursor: pointer;
  transition: all 500ms ease;
  border-right: 5px solid #f3f3f9;
}

.offers-section .tab-btns li:last-child{
  border-right: none;
}

.offers-section .tab-btns li.active-btn{
  background: #fff;
}

.offers-section .tab-btns li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 0px;
  height: 0px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: 0px;
  transition: all 500ms ease;
}

.offers-section .tab-btns li.active-btn:before{
  bottom: -10px;
  height: 30px;
  width: 30px;
}

.offers-section .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.content_block_one .content-box h2{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px;
}

.content_block_one .content-box p{
  margin-bottom: 43px;
}

.content_block_one .content-box .list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  padding: 10px 0px;
  border-bottom: 1px solid #cfcfd4;
}

.content_block_one .content-box .list li:last-child{
  border-bottom: none;
}

.content_block_one .content-box .list li span{
  float: right;
}

.content_block_one .content-box .list li span.price{
  color: #f92502;
  font-weight: 700;
}

.content_block_one .content-box .list{
  margin-bottom: 55px;
}

.content_block_one .content-box .btn-box .theme-btn.btn-two{
  padding: 3px 39px 18px 31px;
}

.content_block_one .content-box .btn-box .theme-btn.btn-three{
  margin-right: 12px;
}

.preloader-close{
  color: #f92502;
}

.content_block_one .content-box .btn-box .theme-btn{
  margin-bottom: 15px;
}

/** offers-style-two **/

.offers-style-two{
  background: #f5f1ef;
  padding: 140px 0px 40px 0px;
}

.offers-style-two .sec-title{
  margin-bottom: 103px;
}

.offers-style-two .tab-btns{
  position: relative;
  display: block;
  border-bottom: 1px solid #d0cdcb;
  margin-bottom: 85px;
  text-align: center;
}

.offers-style-two .tab-btns li{
  position: relative;
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 29px;
  cursor: pointer;
  transition: all 500ms ease;
}

.offers-style-two .tab-btns li:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0px;
  bottom: -1px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.offers-style-two .tab-btns li.active-btn:before{
  transform: scale(1,1);
}

.offers-style-two .image-box{
  position: relative;
  display: block;
}

.offers-style-two .image-box img{
  width: 100%;
}

.offers-style-two .content_block_one .content-box .btn-box .theme-btn.btn-two{
  background: transparent;
  border: 1px solid #999999;
  padding: 2px 37px 17px 30px;
}
/** location-section **/

.location-section{
  position: relative;
}

.location-section .upper-text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.location-section .tabs-content{
  position: relative;
  margin-top: -120px;
}

.location-section .upper-text p{
  font-size: 14px;
  text-transform: uppercase;
}

.location-section .inner-container{
  position: relative;
  padding: 125px 0px; 
}

.location-section .tab-btns li{
  position: relative;
  display: block;
  padding: 0px 0px 0px 75px;
  margin-bottom: 31px;
  cursor: pointer;
}

.location-section .tab-btns li:last-child{
  margin-bottom: 0px;
}

.location-section .tab-btns li h2{
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 5px;
}

.location-section .tab-btns li:before{
  position: absolute;
  content: '';
  background: #cccccc;
  width: 6px;
  height: 6px;
  left: 11px;
  top: 22px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.location-section .tab-btns li:after{
  position: absolute;
  content: '';
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  left: 0px;
  top: 10px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.location-section .tab-btns li.active-btn:after{

}

.location-section .tab-btns li.active-btn:before{

}

.content_block_two .location-inner{
  position: relative;
  min-height: 721px;
  width: 100%;
}

.content_block_two .location-inner .map{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content_block_two .location-inner .location-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.content_block_two .location-inner .location-box .single-location{
  position: absolute;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 10px rgba(14, 164, 120, 0.10);
}

.content_block_two .location-inner .location-box .single-location h6{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  padding: 9px 15px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.content_block_two .location-inner .location-box .single-location.active h6,
.content_block_two .location-inner .location-box .single-location:hover h6{
  opacity: 1;
  visibility: visible;
}

.content_block_two .location-inner .location-box .single-location h6:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 10px;
  height: 24px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.content_block_two .location-inner .location-box .single-location:first-child{
  left: 375px;
  top: 150px;
}

.content_block_two .location-inner .location-box .single-location:nth-child(2){
  left:225px;
  top: 315px;
}

.content_block_two .location-inner .location-box .single-location:nth-child(3){
  left: 315px;
  bottom: 175px;
}

.content_block_two .location-inner .location-box .single-location:nth-child(4){
  right: 330px;
  top: 170px;
}

.content_block_two .location-inner .location-box .single-location:nth-child(5){
  right: 160px;
  bottom: 280px;
}

.content_block_two .location-inner .location-box .single-location:nth-child(6){
  right: 137px;
  top: 295px;
}

.content_block_two .location-inner .google-map{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.content_block_two .location-inner .google-map a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #064df0;
  text-transform: uppercase;
}

.content_block_two .location-inner .google-map a i{
  margin-right: 10px;
}

/** location-style-two **/

.location-style-two{
  position: relative;
  background: #221f1e;
  padding-top: 150px;
}

.location-style-two .map-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 820px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.location-style-two .content_block_two .location-inner{
  height: 820px;
}

.location-style-two .sec-title{
  margin-bottom: 120px;
}

.location-style-two .tab-btn{
  position: relative;
  display: block;
  padding: 0px 0px 0px 110px;
  margin-bottom: 33px;
  cursor: pointer;
}

.location-style-two .tab-btn .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
  width: 70px;
  height: 70px;
  line-height: 80px;
  background: #272423;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.location-style-two .tab-btn.active-btn .icon-box{
  color: #000;
}

.location-style-two .tab-btn h2{
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 6px;
}

.location-style-two .tab-btn p{
  font-size: 15px;
  color: #999999;
}

.location-style-two .content_block_two .location-inner .location-box .single-location h6{
  border-radius: 3px;
}

.location-style-two .content_block_two .location-inner .location-box .single-location{
  width: 40px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #000;
}

.location-style-two .tab-btn-box{
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.location-style-two .content_block_two .location-inner .google-map a{
  color: #fff;
}

.location-style-two .content_block_two .location-inner .google-map{
  padding-bottom: 50px;
}
/** subscribe-section **/

.subscribe-section{
  position: relative;
  padding: 125px 0px 130px 0px;
  background: #f3f3f9;
}

.subscribe-section .sidebar-text h6{
  margin-bottom: 50px;
}

.subscribe-section .single-agents .agents-thumb{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 24px;
}

.subscribe-section .single-agents .agents-thumb img{
  width: 100%;
  border-radius: 50%;
}

.subscribe-section .single-agents h3{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 3px;
}

.subscribe-section .single-agents .designation{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 32px;
}

.subscribe-section .single-agents .info li{
  position: relative;
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  color: #000;
}

.subscribe-section .single-agents .info li:last-child{
  margin-bottom: 0px;
}

.subscribe-section .single-agents .info li a{
  display: inline-block;
  color: #666666;
}

.subscribe-section .single-agents .info li a:hover{

}

.subscribe-section .single-agents .info{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.subscribe-section .single-agents .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #8d8d91;
}

.subscribe-section .single-agents .link a:hover{

}

.subscribe-section .content-column .text{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.subscribe-section .content-column .text h2{
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 55px;
}

.subscribe-section .content-column .text .list li{
  position: relative;
  display: block;
  float: left;
  width: 50%;
  font-size: 18px;
  color: #000;
  padding-left: 40px;
  margin-bottom: 18px;
}

.subscribe-section .content-column .text .list li:last-child{
  margin-bottom: 0px;
}

.subscribe-section .content-column .text .list li:before{
  position: absolute;
  content: "\f12d";
  font-family: 'flaticon';
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}

.subscribe-section .form-inner{
  margin-bottom: 0px -22.5px;
}

.subscribe-section .subscribe-form .column{
  padding: 0px 22.5px;
}

.subscribe-section .subscribe-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.subscribe-section .subscribe-form .column:last-child .form-group{
  margin-bottom: 0px;
}

.subscribe-section .subscribe-form .form-group input[type='text'],
.subscribe-section .subscribe-form .form-group input[type='email'],
.subscribe-section .subscribe-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  color: #999999;
  padding: 15px 0px;
  border-bottom: 1px solid #cfcfd4;
  background: transparent;
  transition: all 500ms ease;
}

.subscribe-section .subscribe-form .form-group textarea{
  height: 120px;
  resize: none;
}

.subscribe-section .subscribe-form .form-group input:focus,
.subscribe-section .subscribe-form .form-group textarea:focus{
  border-color: #000;
  color: #000;
}

.subscribe-section .subscribe-form .form-group button{
  background: #fff;
  padding: 17.5px 70px;
  margin-top: 40px;
}

.subscribe-section .subscribe-form .form-group button:hover{
  color: #fff !important;
}

/*custom css*/

.subscribe-section .frm-fluent-form .column{
  padding: 0px 22.5px;
}

.subscribe-section .frm-fluent-form .ff-el-input--content{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.subscribe-section .frm-fluent-form .column:last-child .ff-el-input--content{
  margin-bottom: 0px;
}

.subscribe-section .frm-fluent-form .ff-el-input--content input[type='text'],
.subscribe-section .frm-fluent-form .ff-el-input--content input[type='email'],
.subscribe-section .frm-fluent-form .ff-el-input--content textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  color: #999999;
  padding: 15px 0px;
  border-bottom: 1px solid #cfcfd4;
  background: transparent;
  transition: all 500ms ease;
}

.subscribe-section .frm-fluent-form .ff-el-input--content textarea{
  height: 120px;
  resize: none;
}

.subscribe-section .frm-fluent-form .ff-el-input--content input:focus,
.subscribe-section .frm-fluent-form .ff-el-input--content textarea:focus{
  border-color: #000;
  color: #000;
}

.subscribe-section .frm-fluent-form .ff_submit_btn_wrapper .ff-btn.ff-btn-submit{
  background: #fff;
  padding: 17.5px 70px;
  margin-top: 40px;
  border-radius: unset!important;
}
.subscribe-section .fluentform .ff-el-form-control{
  border:none;
}
.subscribe-section .frm-fluent-form .ff_submit_btn_wrapper .ff-btn.ff-btn-submit:hover{
  color: #fff !important;
}

.subscribe-section .fluentform .ff-el-group {
  margin-bottom: 0!important;
}

.subscribe-section .frm-fluent-form .form-group{
  margin-bottom: 0!important;
}

@media (min-width: 768px){
  .subscribe-section .frm-fluent-form .ff-t-cell {
      display: table-cell;
      padding: 0 22.5px;
      vertical-align: inherit;
      width: 100%;
  }
}


/** playground-section **/

.playground-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 627px 0px 73px 0px;
  background-attachment: fixed;
}

.playground-section:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.1;
}

.playground-section h2{
  display: block;
  font-size: 150px;
  line-height: 130px;
  color: #fff;
}
/** advantages-section  **/


.advantages-section{
  position: relative;
}

.border-bottom{
  border-bottom: 1px solid #d9d9d9;
}

.advantages-section .inner-container{
  padding: 125px 0px;
}

.sub-title{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.sub-title p{
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.advantages-block-one .inner-box{
  position: relative;
  display: block;
}

.advantages-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.advantages-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.advantages-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.2;
}

.advantages-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 38px;
}

.advantages-block-one .inner-box .lower-content h2{
  display: block;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 14px;
}

.advantages-block-one .inner-box .lower-content h2 a{
  display: inline-block;
  color: #000;
}

.advantages-block-one .inner-box .lower-content h2 a:hover{

}