
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url(../css/animate.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/date-picker.css);
@import url(../css/jquery.bxslider.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/jquery.mCustomScrollbar.min.css);
@import url(../css/jquery-ui.css);
@import url(../css/polyglot-language-switcher.css);
@import url(../css/slick.css);
@import url(../css/timePicker.css);

*{
	margin:0px;
	padding:0px;
	border: none;
	outline: none;
	font-size: 100%;
}
html,
body { 
    height: 100%;
}
body {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
}
button:focus{
    outline: none;
}
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #222222;
    font-weight: 700;
    font-family: 'Noto Serif', serif;
    margin: 0;
}
h3 {
    font-size: 18px; 
    line-height: 1.2em;
    font-weight: 400;
}
h4 {

}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}
.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.fix{
    position: relative;
    display: block;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.pad-dist > li { display: block; }
.pad-dist > li:not(:last-child) {
  margin-bottom: 20px !important;
  padding-bottom: 0 !important; /* czyści poprzednie reguły */
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}
.map-data a{
    color: #0b59d9;
	display: block;
}
.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.mt-50{
	margin-top: 50px;
	}
	
.mt-top{
	margin-top: 100px;
	}


i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol,
li{
    margin: 0;
    padding: 0;    
}
.clr1{
    color: #f36727;
}
.bgclr1{
    background: #f36727;    
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}



.btn-one {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    margin-left: 20px;
    padding-right: 35px;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
    font-family: 'Noto Serif', serif;
}
.btn-one:after{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #0d1723;
    content: "";
    border-radius: 0px;
    transform: scaleY(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}
.btn-one:hover:after{
    transform: scaleY(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.btn-one .txt {
    position: relative;
    z-index: 1;
}
.btn-one:hover,
.btn-one:focus{
    color: #ffffff;
}




.btn-two {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 700;
    text-transform: none;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
    font-family: 'Noto Serif', serif;
}

.btn-two:after{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #171717;
    content: "";
    border-radius: 0px;
    transform: scaleY(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}
.btn-two:hover:after{
    transform: scaleY(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.btn-two .txt {
    position: relative;
    z-index: 1;
}





.thm-social-link1 {
    position: relative;
    display: block;
}
.thm-social-link1 ul{
    position: relative;
}
.thm-social-link1 ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.thm-social-link1 ul li:last-child{
    margin-right: 0;
}
.thm-social-link1 ul li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    color: #222222;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}
.thm-social-link1 ul li a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.thm-social-link1 ul li a:hover:before{
    transform: scaleX(1.0);      
}
.thm-social-link1 ul li a:hover{
    color: #ffffff;
}








.theme-shape{
    position: relative;
    display: block;
}
.theme-shape.pdtop30{
    padding-top: 30px;
}
.theme-shape-box{
    position: relative;
    display: block;
}
.theme-shape-box .shap_item {
    position: relative;
    display: inline-block !important;
    margin: 0 13px;
    color: #f6f3ee;
    font-size: 60px;
}


.sec-title {
    position: relative;
    display: block;
    padding-bottom: 71px;
}
.sec-title .title-icon {
    position: relative;
    display: block;
    height: 20px;
    line-height: 0;
}
.sec-title .title-icon span:before {
    color: #222222;
    font-size: 90px;
    line-height: 20px;
}
.sec-title .title-icon.clr_white span:before {
    color: #ffffff;
}


.sec-title .sub-title{
    position: relative;
    display: block;
    padding-top: 31px;
    padding-bottom: 16px;
}
.sec-title .sub-title h4{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.0em;
    font-weight: 400;
}
.sec-title h2 {
    color: #222222;
    font-size: 44px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}




.sec-title.style2 .sub-title h4{
    color: #777777;
}
.sec-title.style2 h2{
    text-transform: none;
} 



.sec-title.style3 .sub-title h4{
    color: #777777;
}
.sec-title.style3 h2{
    text-transform: none;
} 
.sec-title.style4 .sub-title h4{
    color: #444444;
}
.sec-title.style4 h2{
    text-transform: none;
} 
.sec-title.style4 p{
    margin: 19px 0 0;
}





.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 




.owl-theme .owl-prev span, 
.owl-theme .owl-next span {
    display: block;
}





.owl-nav-style-one{}
.owl-nav-style-one.owl-theme .owl-prev span, 
.owl-nav-style-one.owl-theme .owl-next span {
    position: relative;
    display: block;
}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: block;
    z-index: 10;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background: #ffffff;
    border: 0px solid;
    border-radius: 50%;
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    line-height: 65px;
    margin: 0 0 0 0px;
    padding: 0;
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
	margin-left: 20px;
    transform: rotate(180deg);
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    background: #171717;
}







.owl-nav-style-two{}
.owl-nav-style-two .owl-controls { }
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    background: #3740b0;
}



.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
}
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 20px !important;
    display: block;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 19px;
	height: 19px;
    border: 1px solid transparent;
    background: transparent;
	margin: 0px 7px;
	padding: 5px;
	border-radius: 50%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    background: #dedede;
    margin: 4px !important;
    border-radius: 50%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
    border: 1px solid #dedede;
    background: #ffffff;
}




@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1),
        0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255,231,1,.1),
        0 0 0 20px rgba(255, 231,1, 0.3000);
    }
}

.rating-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.rating-box ul{
    overflow: hidden;    
}
.rating-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.rating-box ul li:last-child{
    margin-right: 0;
}
.rating-box ul li a{
    color: #fcbc38;
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;  
    background: #ffffff none repeat scroll 0 0;
    width: 100%;
    min-width: 320px;
}










.boxed_wrapper_box_page{
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
.body_switcher {
    position: fixed;
    top: 150px;
    z-index: 9999999;
    left: -200px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.body_switcher .body_switch_btn {
    position: absolute;
    right: -50px;
    z-index: -1;
}
.body_switcher .body_switch_btn button {
    width:50px;
    height:50px;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.80);
    cursor: pointer;
    transition: all 500ms ease;
}


.body_switcher .boxed_switch_menu {
    position: relative;
    background: #fff;
    width: 200px;
    padding: 25px 15px 20px;
    text-align: center;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.body_switcher .boxed_switch_menu h5{
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.body_switcher.switcher-show{
    left:0;
}
.body_switcher .boxed_switch_menu .switch_body .box {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}
.body_switcher .boxed_switch_menu .switch_body .box>div {
    width:80px;
    height:50px;
    background: #fff;
    border:2px solid #999;
}
.body_switcher .boxed_switch_menu .switch_body .box>div>span {
    display: block;
    width:60px;
    height:100%;
    margin:0 auto;
    background: #fff;
    border-left:2px solid #e5e5e5;
    border-right:2px solid #e5e5e5;
}
.body_switcher .boxed_switch_menu .switch_body .box p {
    position: relative;
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 7px 0 0;
}
.main_page.active_boxlayout {
    max-width: 1550px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    background: url(../images/pattern/body-pattern.png) #f8f8f8;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    overflow-x:hidden;
}




.switcher {
    position: fixed;
    top: 220px;
    z-index: 99;
}
.switcher .switch_btn {
  position: absolute;
  top: 0px;
  right: -50px;
  z-index: -1;
}
.switcher .switch_btn button {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    border-radius: 0;
    margin-left: 0;
    transition: all 500ms ease;
    background: rgba(0, 0, 0, 0.90);
}
.switcher .switch_menu {
    position: absolute;
    width: 190px;
    height: 30px;
    background: transparent;
    display: none;
    top: 0px;
    left: 60px;
    bottom: 0;
    margin: 10px 0;
}
.switcher #styleOptions li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
}
.switcher #styleOptions li:last-child{
    margin-right: 0;
}
.switcher #styleOptions li a {
    position: relative;
    display: inline-block;
    width:100%;
    height:100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
}
.switcher #styleOptions li a.blue-color {
    background: #6377ee;
}
.switcher #styleOptions li a.pink-color {
    background: #ff6ec7;
}
.switcher #styleOptions li a.violet-color {
    background: #6936d8;
}
.switcher #styleOptions li a.crimson-color {
    background: #ba0913;
}
.switcher #styleOptions li a.orange-color {
    background: #FFA500;
}




.preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999999999999999; 
    background-color:#ffffff; 
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../images/icon/preloader.gif);
}
.preloader.style-two {
    background-image: url(../images/icon/preloader-1.gif);
}






.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
}
.scroll-top span {}
.scroll-top:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	z-index: -1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover{
    color: #f8f8f8;
}

.scroll-top.style2 {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #0098ff;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}














input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error{
    border-color: red;    
}
#contact-form input[type="email"].error{
  border-color: red;    
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error{
  border-color: red;    
}





.post-pagination{
    position: relative;
    display: block;
}
.post-pagination.martop20{
    margin-top: 20px;
}
.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    color: #131313;
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}
.post-pagination li a i {
    color: #c1c1c1;
    font-size: 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.post-pagination li.active a, 
.post-pagination li:hover a {
    background: #fec727;
    border-color: #fec727;
}
.post-pagination li.active a i,
.post-pagination li:hover a i{
    color: #131313;    
}


.post-pagination.style2 li a{
    border-radius: 0;
}




.secpd100-0{
    padding: 100px 0;
}




.overlay-style-one{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}




.overlay-style-one.bg3{
    background-color: rgba(0, 83, 153, 0.90);    
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}
.overlay-style-one .box .inner{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}

.overlay-style-two{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;    
}
.overlay-style-two:before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}
.overlay-style-two:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}


.overlay-style1 {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
    z-index: 1;
}
.overlay-style1.bg1{
    background-color: rgba(0, 0, 0, 0.70);    
}
.overlay-style2 {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.70);  
    transform: skew(0deg, 0deg) scale(1.2, 1.2);
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
    z-index: 1;
}



.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}
.review-box ul {
    display: block;
    overflow: hidden;
}
.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 3px;
}
.review-box ul li:last-child{
    margin-right: 0px;    
}
.review-box ul li i {
    color: #f6d000;
    font-size: 18px;
}


.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}
.social-links-style1 li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.social-links-style1 li:last-child{
    margin-right: 0px;
}
.social-links-style1 li a i{
    position: relative;
    display: block;
    background: #f4f5f7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #353742;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    transition: all 500ms ease;
}
.social-links-style1 li a:hover i{
    color: #ffffff;
    background: #02c18d;
}


.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}
.sociallinks-style-two li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.sociallinks-style-two li:last-child{
    margin-right: 0px;    
}
.sociallinks-style-two li a i {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i{
    color: #e4b33d;
}





@keyframes menu_sticky {
    0%   {margin-top:-90px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}








.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}
.nav-outer .mobile-nav-toggler .inner{
    position: relative;
    display: block;
    padding: 3px 5px;
}

.mobile-menu{
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width:100%;
	height: 100%;
	padding-right:30px;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}
.mobile-menu .menu-backdrop{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(3, 13, 40, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}
.mobile-menu .navbar-collapse{
	display:block !important;	
}


.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}
.mobile-menu .nav-logo a{
    position: relative;
    display: inline-block;
}

.mobile-menu-visible{
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #000000;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}


.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li.current > a:before{
	height:100%;
}



.mobile-menu .navigation li ul li > a{
	font-size: 15px;
    font-weight: 400;
	margin-left: 20px;
	text-transform: none;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	top:6px;
	right:6px;
	width:32px;
	height:32px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
	display: none;
}
.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}
.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 5px 10px;
}
.mobile-menu .social-links li a{
	position:relative;
	color:#ffffff;
	font-size: 20px;
	line-height:32px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}




.neighbour-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 130px 0 0px;
    z-index: 1;
}
.neighbour-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 90px;
    right: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
}
.neighbour-area .top-title-box{
    position: relative;
    display: block;
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 72px;
}
.neighbour-area .top-title-box .logo-box{
    color: #ffffff;
    font-size: 65px;
}
.neighbour-area .top-title-box h2{
    color: #ffffff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    margin: 13px 0 16px;
}
.neighbour-area .top-title-box p{
    color: #ffffff;
    margin: 0;
}

.neighbour-content-box {
    position: relative;
    display: flex;
}
.neighbour-box{
    position: relative;
    display: block;
    max-width: 350px;
    width: 100%;
    background: #ffffff;
    padding-left: 40px;
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
}
.neighbour-box .accordion-box {
    padding: 49px 0 50px;
}
.home-map-outer-2 {
    position: relative;
    display: block;
    max-width: 790px;
    width: 100%;
}
.home-map-outer-2 .map-canvas {
    position: relative;
    width: 100%;
    height: 640px;
}

.neighbour-style2-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 110px 0 110px;
}
.neighbour-content-box-style2 {
    position: relative;
    display: block;
    padding-bottom: 60px;
}
.neighbour-box-style2{
    position: relative;
    display: block;
    max-width: 420px;
    width: 100%;
    background: #ffffff;
    padding-top: 42px;
    padding-left: 50px;
    padding-bottom: 41px;
    padding-right: 50px;
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
    z-index: 10;
}
.neighbour-style2-image-box {
    position: absolute;
    top: 60px;
    left: 100px;
    bottom: 0px;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}




.slogan-area{
    position: relative;
    display: block;
}
.slogan-content {
    position: relative;
    padding: 58px 70px 58px;
    margin-bottom: -30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 100;
}
.slogan-content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.80;
    content: "";
    z-index: -1;
}
.slogan-content .title{
    position: relative;
    display: block;
    z-index: 1;
}
.slogan-content .title h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 4px;
}
.slogan-content .title p{
    color: #ffffff;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    margin: 0;
}
.slogan-content .button-box{
    position: relative;
    display: block;
}
.slogan-content .button-box a{
    color: #222222;
    background: #ffffff;
}
.slogan-content .button-box a:hover{
    color: #ffffff;
}

.slogan-area.style2{
    position: relative;
    display: block;
}
.slogan-content.style2 {}
.slogan-content.style2:before {
    opacity: 1.0;
}



.slogan-content.style2 .button-box a{
    color: #ffffff;
    line-height: 56px;
    border: 2px solid #ffffff;
    background-color: transparent;
}

.slogan-style3-area{
    position: relative;
    display: block;
    background: #f9f6f2;
}
.slogan-style3-area:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 30px;
    background: #ffffff;
    content: "";
    z-index: 1;    
}
.slogan-content-style3 {
    position: relative;
    display: block;
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    padding: 51px 40px 53px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
.slogan-content-style3:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: .85;
}
.slogan-content-style3:after{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background: #444444;
    content: "";
    z-index: 1;
}

.slogan-content-style3 h2{
    color: #ffffff;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
}
.slogan-content-style3 h2 span:before{
    position: relative;
    top: 4px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 18px;
    font-size: 35px;
}
.slogan-content-style3 h2 a{
    color: #ffffff;
}
.slogan-content-style3 h2 a:hover{
    color: #222222;
}




.brief-desc-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 110px;
}

.brief-desc-image-box {
    position: relative;
    display: block;
    padding-top: 80px;
    padding-right: 35px;
}
.brief-desc-image-box .pattern-bg {
    position: absolute;
    top: 0;
    right: 195px;
    bottom: 80px;
    left: -100000px;
    background-color: #f9f6f2;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: contain;
    background-position: center center;
}

.brief-desc-image-box .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.brief-desc-image-box .inner::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(23,23,23,0) 0%, rgba(23,23,23, .3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
}
.brief-desc-image-box:hover .inner::before{
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}
.brief-desc-image-box .inner img {
    width: 100%;
}


.brief-desc-content-box {
    position: relative;
    display: block;
    padding-top: 80px;
}
.brief-desc-content-box .sec-title{
    padding-bottom: 34px;
}
.brief-desc-content-box .inner-content{
    position: relative;
    display: block;
}
.brief-desc-content-box .inner-content .text{
    position: relative;
    margin-bottom: 42px;
}

.brief-desc-content-box .inner-content ul{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}
.brief-desc-content-box .inner-content ul li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding-top: 9px;
    padding-left: 25px;
    padding-bottom: 4px;
    margin-bottom: 30px;
}
.brief-desc-content-box .inner-content ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #e1e1e1;
    content: "";
}
.brief-desc-content-box .inner-content ul li .inner {
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.brief-desc-content-box .inner-content ul li .inner .icon{
    width: 50px;
}
.brief-desc-content-box .inner-content ul li .inner .icon span:before{
    font-size: 50px;
    line-height: 50px;
}
.brief-desc-content-box .inner-content ul li .inner .title{
    position: relative;
    padding-left: 25px;
}
.brief-desc-content-box .inner-content ul li .inner .title h5{
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 9px;
}
.brief-desc-content-box .inner-content ul li .inner .title h3{
    color: #222222;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.brief-desc-content-box .inner-content ul li .inner .title h3 span{}
.brief-desc-content-box .inner-content ul li .inner .title h3 span sup{}
.brief-desc-content-box .inner-content .button-box {
    position: relative;
    display: block;
    padding-top: 16px;
}




.slogan-style2-area{
    position: relative;
    display: block;
}
.slogan-style2-content {
    position: relative;
    padding: 42px 80px 46px;
    margin-top: -85px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 100;
}
.slogan-style2-content .left{
    position: relative;
    display: flex;
    align-content: center;
}
.slogan-style2-content .left .logo {
    display: flex;
    align-items: center;
    width: 55px;
}
.slogan-style2-content .left .logo span:before{
    color: #fff;
    font-size: 55px;
    line-height: 55px;
}
.slogan-style2-content .left .title{
    position: relative;
    padding-left: 20px;
}
.slogan-style2-content .left .title h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
}
.slogan-style2-content .button-box{
    position: relative;
    display: block;
}
.slogan-style2-content .button-box a{
    border: 2px solid #ffffff;
    background: transparent;
}




.facilities-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 70px;
}

.facilities-content-box {
    position: relative;
    display: block;
    padding-top: 28px;
}
.facilities-content-box .sec-title.style3 {
    max-width: 650px;
    width: 100%;
    padding-bottom: 52px;
}
.facilities-content-box .sec-title.style3 p {
    margin: 14px 0 0;
}
.facilities-content-box .row {
    margin-left: -20px;
    margin-right: -20px;
}
.facilities-content-box .row [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}


.single-facilities-box{
    position: relative;
    display: block;
    align-content: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 40px;
}
.single-facilities-box:before{
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 2px;
    content: "";
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 600ms ease 100ms;
}
.single-facilities-box:hover:before{
    transform: scaleX(1.0); 
    transition: all 1200ms ease 100ms;
}

.single-facilities-box .icon{
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
    text-align: center;
    z-index: 1;
}
.single-facilities-box .icon,
.single-facilities-box .title{
    display: table-cell;
    vertical-align: middle;
}
.single-facilities-box .icon:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #444444;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-facilities-box:hover .icon:before{
    transform: scaleX(1.0);      
}
.single-facilities-box .icon span:before{
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 80px;
    transition: all 200ms linear;
    transition-delay: 0.1s    
}
.single-facilities-box:hover .icon span:before{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s
}
.single-facilities-box .title{
    position: relative;
    padding-left: 20px;
}
.single-facilities-box .title h3{
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
}
.single-facilities-box .title h3 a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-facilities-box .title p{
    font-size: 14px;
    margin: 0;
}


.facilities-image-box {
    position: relative;
    display: block;
    padding-top: 80px;
    margin-left: 60px;
    margin-right: -120px;
}
.facilities-image-box .pattern-bg{
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 80px;
    right: -10000px;
    background-color: #f9f6f2;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: auto;
    background-position: center center;
}
.facilities-image-box .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.facilities-image-box .inner img{
    width: 100%;
}




.subscribe-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 103px 0 104px;
}
.subscribe-content-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}
.subscribe-content-box .left{
    position: relative;
    display: flex;
    align-items: center;
}
.subscribe-content-box .left .thm-logo {
    position: relative;
    display: flex;
    align-items: center;
    width: 55px;
}
.subscribe-content-box .left .thm-logo span:before{
    font-size: 55px;
    line-height: 55px;
}

.subscribe-content-box .left .subscribe-title {
    position: relative;
    padding-left: 20px;
}
.subscribe-title{
    position: relative;
    display: block;
}
.subscribe-title h2 {
    color: #222222;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin: 0 0 1px;
}
.subscribe-title p{
    margin: 0;
}


.subscribe-box {
    position: relative;
    display: block;
    max-width: 520px;
    width: 100%;
    height: 60px;
    margin: 6px 0;
}
.subscribe-form {
    position: relative;
    display: block;
}
.subscribe-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    padding-right: 90px;
    background: rgba(255, 255, 255, 1.0);
    border: 1px solid #cccccc;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    transition: all 500ms ease;
    font-family: 'Noto Serif', serif;
}
.subscribe-form input::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.50);
}
.subscribe-form input:-moz-placeholder {
    color: rgba(102, 102, 102, 0.50);
}
.subscribe-form input::-moz-placeholder {
    color: rgba(102, 102, 102, 0.50);
}
.subscribe-form input:-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.50);
}

.subscribe-form button {
    position: absolute;
    background-color: #444444;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 80px;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    font-weight: 400;
    transition: all 300ms ease 100ms;
}
.subscribe-form input[type="email"]:focus {
    color: #222222;    
}
.subscribe-form input[type="email"]:focus + button, 
.subscribe-form button:hover {
    background: #000000;
}

.subscribe-style1-area.style1instyle2 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 86px 0 86px;
}
.subscribe-style1-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}




.building-features-area{
    position: relative;
    display: block;
    background: #ffffff;
}
.building-features-content {
    position: relative;
    display: block;
    padding-top: 110px;
    margin-left: -200px;
    padding-bottom: 85px;
    padding-right: 95px;
}
.building-features-content .row {
    margin-left: -30px;
    margin-right: -30px;
}
.building-features-content .row [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
}
.building-features-content .top-title {
    position: relative;
    display: block;
    margin-top: -12px;
    padding-bottom: 57px;
    max-width: 600px;
    width: 100%;
}
.building-features-content .top-title h2 {
    color: #222222;
    font-size: 44px;
    line-height: 56px;
    font-weight: 700;
    margin: 0 0 27px;
}
.building-features-content .top-title p {
    margin: 0;
}


.building-features-content .inner-content{
    position: relative;
    display: block;
}
.building-features-content .inner-content ul{
   position: relative;
    display: block;
}
.single-building-features-box{
    position: relative;
    display: block;
    padding-left: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 40px;
}
.single-building-features-box:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.single-building-features-box:before{
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 2px;
    content: "";
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 600ms ease 100ms;
}
.single-building-features-box:hover:before{
    transform: scaleX(1.0); 
    transition: all 1200ms ease 100ms;
}
.single-building-features-box:last-child:before{
    display: none;
}


.single-building-features-box .icon{
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
    text-align: center;
    z-index: 1;
}
.single-building-features-box .icon,
.single-building-features-box .title{
    display: table-cell;
    vertical-align: middle;
}
.single-building-features-box .icon:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-building-features-box:hover .icon:before{
    transform: scaleX(1.0);      
}
.single-building-features-box .icon span:before{
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 80px;
    transition: all 200ms linear;
    transition-delay: 0.1s    
}
.single-building-features-box:hover .icon span:before{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s
}
.single-building-features-box .title{
    position: relative;
    padding-left: 20px;
}
.single-building-features-box .title h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 3px;
}
.single-building-features-box .title h3 a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-building-features-box .title p{
    font-size: 14px;
    margin: 0;
}
.single-building-features-box.right:after{
    position: absolute;
    top: -15px;
    left: -30px;
    bottom: 25px;
    width: 1px;
    background: #e1e1e1;
    content: "";
    z-index: 10;
}
.single-building-features-box.right:last-child:after {
    bottom: -15px;
}
.more-building-features {
    position: relative;
    display: block;
    padding-top: 58px;
}
.more-building-features a{
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}
.building-features-image-box {
    position: relative;
    display: block;
    margin-left: -15px;
}
.building-features-image-box img{
    max-width: none;
    float: left;
}




.apartment-types-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding-top: 110px;
}
.apartment-types-area .sec-title{
    padding-bottom: 62px;
}

.apartment-types-area .row{
    margin: 0;
}
.apartment-types-area .row [class*=col-]{
    padding: 0;
} 
.apartment-types-area .container-fullwidth{
    position: relative;
    display: block;
    width: 100%;
}
.single-apartment-types-box{
    position: relative;
    display: block;
}
.single-apartment-types-box .img-holder{
    position: relative;
    display: block;    
}
.single-apartment-types-box .img-holder .inner{
    position: relative;
    display: block;  
    overflow: hidden;
    z-index: 1;
}
.single-apartment-types-box .img-holder .inner:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0px; 
    right: 0;
    height: 450px;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    z-index: 1;
    transition: all 800ms linear;
    transition-delay: 0.5s;
}
.single-apartment-types-box:hover .img-holder .inner:before{
    opacity: 0;    
}
.single-apartment-types-box .img-holder .inner img{
    width: 100%;
    transition: all 1700ms ease 200ms;
}
.single-apartment-types-box:hover .img-holder .inner img{
    transform: scale(1.2);
    transition: all 0.8s cubic-bezier(0.62, 0.21, 0.45, 1.52);    
}
.single-apartment-types-box .img-holder .static-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 62px;
    padding-left: 70px;
    padding-right: 40px;
    z-index: 2;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scaleY(1.0);
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-apartment-types-box:hover .img-holder .static-content{
    transform: scaleY(0.0); 
    transition: all 800ms ease 100ms;
}
.single-apartment-types-box .img-holder .static-content h2{
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 8px;
}
.single-apartment-types-box .img-holder .static-content p{
    color: #ffffff;
    margin: 0;
}
.single-apartment-types-box .img-holder .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 400ms ease 100ms;
}
.single-apartment-types-box:hover .img-holder .overlay-content{
    transform: scaleX(1.0);
    transition: all 800ms ease 100ms;
}
.single-apartment-types-box .img-holder .overlay-content:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0px; 
    bottom: 0;
    right: 0;
    opacity: 0.95;
}
.single-apartment-types-box .img-holder .overlay-content:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0px; 
    right: 0;
    height: 450px;
    opacity: 0.40;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
}
.single-apartment-types-box .img-holder .overlay-content .inner-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 70px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    z-index: 1;
}
.single-apartment-types-box .img-holder .overlay-content .inner-box h2{
    color: #ffffff;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    margin: 0 0 6px;
}
.single-apartment-types-box .img-holder .overlay-content .inner-box p{
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}
.single-apartment-types-box .img-holder .overlay-content .inner-box .text {
    position: relative;
    display: block;
    margin-top: 25px;
}
.single-apartment-types-box .img-holder .overlay-content .inner-box .text p{
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}
.single-apartment-types-box .img-holder .overlay-content .inner-box .button-box {
    position: relative;
    display: block;
    margin-top: 42px;
}
.single-apartment-types-box .img-holder .overlay-content .inner-box .button-box a{
    background: transparent;
    line-height: 56px;
    border: 2px solid #ffffff;
}




.space-availabe-area{
    position: relative;
    display: block;
    background: #f9f6f2;
    padding: 110px 0 110px;
}
.space-availabe-area .sec-title {
    padding-bottom: 46px;
}


.space-availabe-area .table-outer{
    position: relative;
    width: 100%;
    overflow-x: auto;
}
.space-availabe-table{
    min-width: 1024px;
    width: 100%;
}
.space-availabe-table .space-availabe-header{
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: none;
    width: 100%;
}
.space-availabe-table thead tr {
    border-bottom: 2px solid #e1e1e1;  
}

.space-availabe-table thead tr th {
    font-weight: 700;
    line-height: 24px;
    min-width: 110px;
    padding: 20px 25px;
    text-align: center;
}
.space-availabe-table tbody .bg-orange{
    background: #f5f0e9;
}

.space-availabe-table tbody tr td {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    min-width: 110px;
    padding: 25px 25px;
    text-align: center;
}
.space-availabe-table tbody tr:nth-child(even){
    background-color: #f5f0e9;
}
.space-availabe-table tbody tr td .button{
    position: relative;
    display: block;
}
.space-availabe-table tbody tr td .button a {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #e2dbcf;
    padding: 9px 30px 10px;
    transition: 0.1s all ease;
}
.space-availabe-table tbody tr td .button a:hover{
    color: #ffffff;
}
.space-availabe-button-box{
    position: relative;
    display: block;
    padding-top: 80px;
    text-align: center;
}
.space-availabe-button-box a{
    position: relative;
    display: inline-block;
    padding: 0 35px;
    background: #f9f6f2;
    color: #222222;
    font-size: 18px;
    line-height: 58px;
    font-weight: 700;
    text-transform: none;
    margin: 0 5px;
    border: 1px solid #e2dbcf;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}

.space-availabe-button-box a span{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    z-index: 1;
}
.space-availabe-button-box a span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
    background: #836634;
    content: "";
    margin: 27px 0 26px;
}




.extra-facilities-area{
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 100px;
}

.single-extra-facilities-box{
    position: relative;
    display: block;
}
.single-extra-facilities-box .img-holder{
    position: relative;
    display: block;
}
.single-extra-facilities-box .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-extra-facilities-box .img-holder .inner::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
}
.single-extra-facilities-box:hover .img-holder .inner::after{
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}
.single-extra-facilities-box .img-holder .inner img{
    width: 100%;
}
.single-extra-facilities-box .text-holder {
    position: relative;
    display: block;
    margin-top: 36px;
}
.single-extra-facilities-box .text-holder .title{
    position: relative;
    display: block;
}
.single-extra-facilities-box .text-holder .title h3{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
.single-extra-facilities-box .text-holder .title .border-box {
    position: relative;
    display: block;
    width: 40px;
    height: 1px;
    margin-top: 10px;
}
.single-extra-facilities-box .text-holder .text {
    position: relative;
    display: block;
    margin-top: 17px;
    margin-bottom: 30px;
}
.single-extra-facilities-box .text-holder .text p{

}
.single-extra-facilities-box .text-holder ul{
    overflow: hidden;
}
.single-extra-facilities-box .text-holder ul li {
    position: relative;
    display: block;
    padding-left: 28px;
    color: #222222;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
}
.single-extra-facilities-box .text-holder ul li:before{
    font-family: 'icomoon' !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "\e99a";
    font-size: 14px;
}




.error-page-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 135px 0 140px;
}
.error-content{
    position: relative;
    display: block;
    z-index: 3;
}
.error-content h4{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.error-content .title {
    position: relative;
    display: block;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 17px 0 18px;
}
.error-content p{
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}
.error-content .btns-box{}
.error-content .btns-box a {
    line-height: 60px;
}




.story-area{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 110px 0px;
}
.story-area.pdtop0{
    padding-top: 0;
}
.story-area .layer-outer {
    position: absolute;
    bottom: -50px;
    right: -50px;
    max-width: 615px;
    width: 100%;
    height: 726px;
    z-index: 10;
    opacity: 0.15;
}
.story-content-box{
    position: relative;
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
}
.story-content-box .story-img-bg {
    position: absolute;
    top: 0;
    left: 100px;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.story-content-box .inner-content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
    max-width: 500px;
    width: 100%;
    padding: 60px;
    z-index: 100;
}
.story-content-box .inner-content .sec-title {
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.story-content-box .inner-content  .sec-title h2 {
    font-size: 36px;
    text-transform: none;
}
.story-content-box .inner-content .sec-title .title-icon {
    position: relative;
    display: block;
    height: 20px;
    line-height: 0;
    margin-bottom: 22px;
}
.story-content-box .inner-content  .sec-title .title-icon span:before{
    font-size: 90px;
    line-height: 20px;
}
.story-content-box .inner-content .text{
    position:relative;
    display: block;
}
.story-content-box .inner-content .text .bottom-text {
    margin-top: 29px;
    margin-bottom: 31px;
}




.building-info-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 20px;
}
.building-info-area .sec-title{
    position: relative;
    display: block;
}
.building-info-area .sec-title h2 {
    margin: 23px 0 7px;
}
.building-info-area .sec-title h3{
    color: #666666;
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
}
.building-info-area .sec-title .text{
    position: relative;
    display: block;
    margin-top: 33px;
}
.building-info-area .sec-title .text p{
    margin: 0;
}
.building-info-area .container-fullwidth{
    position: relative;
    display: block;
    max-width: 1650px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.building-info-image-box{
    position: relative;
    display: block;
}
.building-info-image-box.left {
    margin-right: 19px;
}
.building-info-image-box.right {
    margin-left: 19px;
}
.building-info-image-box ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.building-info-image-box ul li{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.building-info-image-box ul li:last-child{
    margin-bottom: 0;
}
.building-info-image-box ul li .img-box{
    position: relative;
    display: block;
    overflow: hidden;    
}
.building-info-image-box ul li .img-box img{
    width: 100%;
}
.building-info-middle-image-box {
    position: relative;
    display: block;
    margin-left: -20.5px;
    margin-right: -20.5px;
}
.building-info-middle-image-box .img-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.building-info-middle-image-box .img-box img{
    width: 100%;
}




.welcome-style2-content .inner-content ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 6px;
}
.welcome-style2-content .inner-content ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #222222;
    font-size: 16px;
    line-height: 36px;
    padding-bottom: 30px;
    font-weight: 700;
}
.welcome-style2-content .inner-content ul li:before{
    font-family: 'icomoon' !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "\e99a";
    font-size: 14px;
}

.stats-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 0;
}
.stats-area .container-fullwidth{
    position: relative;
    display: block;
    padding: 0 80px;
}
.stats-content{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}
.stats-content li {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 16.6%;
    width: 100%;
    text-align: center;
}
.stats-content li:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 7px;
    width: 1px;
    background: #e1e1e1;
    content: "";
}
.stats-content li:last-child:before{
    display: none;
}
.stats-content li .icon span:before {
    font-size: 60px;
    line-height: 60px;
}
.stats-content li .title {
    position: relative;
    padding-top: 32px;
}
.stats-content li .title h5 {
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 14px;
}
.stats-content li .title h3 {
    color: #222222;
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
}
.stats-content li .title h3 sup {
    position: relative;
    display: inline-block;
    top: -17px;
    font-size: 24px;
    font-weight: 400;
}










/*** 
=============================================



About Style1 Area Css
=============================================
***/
.about-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 130px 0 0;
    z-index: 1;
}
.about-style1-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 90px;
    right: 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.rowmargin0{
    margin: 0;
}
.colpd0{
    padding: 0;
}
.about-style1-image-box{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.about-style1-image-box:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 150px;
    content: "";
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}
.about-style1-image-box img{
    width: 100%;
    transition: all 3700ms ease 100ms;
}
.about-style1-image-box:hover img{
    transform: scale(1.3);    
}
.about-style1-image-box::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.about-style1-image-box:hover::after {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.about-style1-image-box .button-box{
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 2;
}
.about-style1-image-box .button-box a{
    position: relative;
    display: block;
    text-align: center;
}


.about-style1-content-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 60px 83px;
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
}
.about-style1-content-box .sec-title {
    padding-bottom: 34px;
}
.about-style1-content-box .inner-content{
    position: relative;
    display: block;
}
.about-style1-content-box .inner-content ul{
    overflow: hidden;
}
.about-style1-content-box .inner-content ul li {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    border-bottom: 1px solid #e1e1e1;
    padding: 23px 0px 28px;
}
.about-style1-content-box .inner-content ul li:first-child{
    padding-top: 0;
}
.about-style1-content-box .inner-content ul li:last-child{
    padding-bottom: 0;
    border: none;
}
.about-style1-content-box .inner-content ul li span{
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    float: right;
}






/*** 
=============================================
    Amenities Style1 Area Css
=============================================
***/
.amenities-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 0 110px;
}
.amenities-style1-area.pdtop110{
    padding-top: 110px;
}
.amenities-style1-area .row {
    margin-left: -30px;
    margin-right: -30px;
}
.amenities-style1-area .row [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
}

.single-amenities-box{
    position: relative;
    display: block;
    z-index: 1;
}
.single-amenities-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-amenities-box .image-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 0%;
    z-index: 1;
    opacity: 0.80;
    transform: scale(0.0);
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 700ms ease;
}
.single-amenities-box:hover .image-box:before{
    transform: scaleX(1.0);          
}
.single-amenities-box .image-box img{
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;    
}

.single-amenities-box .text-box {
    position: relative;
    display: block;
    padding-top: 20px;
    margin-bottom: 32px;
}
.single-amenities-box.style2 .text-box{
    padding-top: 35px;
    margin-bottom: 0;
}

.single-amenities-box .text-box h3 {
    font-size: 24px;
    margin-bottom: 13px;
}
.single-amenities-box .text-box p{
    margin: 0;
}



/*** 
=============================================
    More Amenities Area Css
=============================================
***/
.more-amenities-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 70px;
}
.more-amenities-area.pdtop{
    padding-top: 110px;
}
.more-amenities-area .row {
    margin-left: -25px;
    margin-right: -25px;
}
.more-amenities-area .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}

.single-amenities-box-style2{
    position: relative;
    display: block;
    align-content: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 40px;
}
.single-amenities-box-style2:before{
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 2px;
    content: "";
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 600ms ease 100ms;
}
.single-amenities-box-style2:hover:before{
    transform: scaleX(1.0); 
    transition: all 1200ms ease 100ms;
}

.single-amenities-box-style2 .icon{
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    z-index: 1;
}
.single-amenities-box-style2 .icon,
.single-amenities-box-style2 .title{
    display: table-cell;
    vertical-align: middle;
}
.single-amenities-box-style2 .icon:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #444444;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-amenities-box-style2:hover .icon:before{
    transform: scaleX(1.0);      
}
.single-amenities-box-style2 .icon span{
    transition: all 200ms linear;
    transition-delay: 0.1s    
}
.single-amenities-box-style2:hover .icon span{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s
}

.single-amenities-box-style2 .title{
    position: relative;
    padding-left: 20px;
}
.single-amenities-box-style2 .title h3{
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
}
.single-amenities-box-style2 .title h3 a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-amenities-box-style2 .title p{
    font-size: 14px;
    margin: 0;
}



/*** 
=============================================
   Amenities Style2 Area Css
=============================================
***/
.amenities-style2-area{
    position: relative;
    display: block;
    padding: 130px 0 100px;
    z-index: 1;
}
.amenities-style2-area-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.amenities-style2-area .top-title-box{
    position: relative;
    display: block;
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 72px;
}
.amenities-style2-area .top-title-box .logo-box{
    color: #ffffff;
    font-size: 65px;
}
.amenities-style2-area .top-title-box h2{
    color: #ffffff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    margin: 13px 0 16px;
}
.amenities-style2-area .top-title-box p{
    color: #ffffff;
    margin: 0;
}

.single-amenities-box-style3 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 40px 0 33px;
    margin-bottom: 30px;
    transition: all 500ms ease;
    z-index: 1;
}
.single-amenities-box-style3:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: 0.10;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.single-amenities-box-style3:hover:before{
    opacity: 0.80;
    transform: scaleY(1.0);    
}
.single-amenities-box-style3:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: 0.10;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.single-amenities-box-style3:hover:after{
    opacity: 0.80;
    transform: scaleY(1.0);    
}
.single-amenities-box-style3 span {
    font-size: 60px;
    transition: all 600ms linear;
    transition-delay: 0.1s;
}
.single-amenities-box-style3:hover span{
    color: #ffffff;
}
.single-amenities-box-style3 span:before{}
.single-amenities-box-style3 h5 {
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 10px;
    transition: all 600ms linear;
    transition-delay: 0.1s;
}
.single-amenities-box-style3:hover h5{
    color: #ffffff;
}



/*** 
=============================================
    Amenities Style3 Area Css
=============================================
***/
.amenities-style3-area{
    position: relative;
    display: block;
    padding: 110px 0 80px;
}
.amenities-style3-area .pattern-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    width: 45%;
    background-color: #f9f6f2;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: contain;
    background-position: center center;    
}
.amenities-style3-area .top-title {
    position: relative;
    display: block;
    margin-top: -16px;
    margin-bottom: 47px;
}
.amenities-style3-area .top-title h2{
    color: #222222;
    font-size: 44px;
    line-height: 60px;
    font-weight: 700;
}

.amenities-style3-content{
    position: relative;
    display: block;
    margin-right: -250px;
}
.amenities-style3-items {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
.single-amenities-box-style4{
    position: relative;
    display: block;
    width: 250px;
    height: 230px;
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    text-align: center;
    margin-right: 35px;
    margin-bottom: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.single-amenities-box-style4:last-child{
    margin-right: 0;
}
.single-amenities-box-style4:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #444444;
    content: "";
    z-index: -1;
    transition: all 700ms ease 100ms;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(1.0);
}
.single-amenities-box-style4:hover:before{
    height: 100%;    
}

.single-amenities-box-style4 .inner{
    position: relative;
    display: block;
}
.single-amenities-box-style4 .inner .icon {
    position: relative;
    display: block;
    width: 120px;
    height: 145px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 24px;
    z-index: 1;
}
.single-amenities-box-style4 .inner .icon:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    opacity: 0.10;
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-amenities-box-style4:hover .inner .icon:before{
    opacity: 1;
}
.single-amenities-box-style4 .inner .icon span:before {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 65px;
    padding-bottom: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-amenities-box-style4:hover .inner .icon span:before{
    color: #ffffff;
} 
.single-amenities-box-style4 .inner h3{
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    transition: all 700ms ease 200ms;
}
.single-amenities-box-style4:hover .inner h3{
    color: #ffffff;
}



/*** 
=============================================
    Amenities Style14 Area Css
=============================================
***/
.amenities-style4-area{
    position: relative;
    display: block;
    background: #ffffff;
}
.amenities-style4-content{
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-left: -200px;
    margin-right: 17px;
}
.amenities-style4-content .inner-box{
    position: relative;
    display: block;
    padding: 130px 0 105px;
    padding-right: 110px;
    z-index: 1;
}
.amenities-style4-content .inner-box .pattern-bg{
    position: absolute;
    top: 0;
    left: -50000px;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: contain;
    background-position: center center;
}


.amenities-style4-content .row {
    margin-left: -12.5px;
    margin-right: -12.5px;
}
.amenities-style4-content .row [class*=col-] {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.single-amenities-box-style5{
    position: relative;
    display: block;
    text-align: center;
    padding: 45px 0 43px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(61, 61, 61);
    background-color: rgb(37, 37, 37);
    margin-bottom: 25px;
    z-index: 1;
}
.single-amenities-box-style5 .static-content{
    position: relative;
    display: block;
    transition: all 600ms linear;
    transition-delay: 0.2s;
}
.single-amenities-box-style5:hover .static-content{
    opacity: 0;    
}
.single-amenities-box-style5 .static-content .icon{
    position: relative;
    display: block;
    padding-bottom: 17px;
}
.single-amenities-box-style5 .static-content .icon span{
    color: #fff;
    font-size: 45px;
}
.single-amenities-box-style5 .static-content h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}


.single-amenities-box-style5:before {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    right: -1px;
    height: 50%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.single-amenities-box-style5:hover:before{
    transform: scaleY(1.0);    
}
.single-amenities-box-style5:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 51%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.single-amenities-box-style5:hover:after{
    transform: scaleY(1.0);    
}



.single-amenities-box-style5 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    z-index: 2;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scaleY(0);
}
.single-amenities-box-style5:hover .overlay-content{
    opacity: 1.0;
    transform: scaleY(1.0);
}

.single-amenities-box-style5 .overlay-content span{
    color: #fff;
    font-size: 45px;
    opacity: 1;
}
.single-amenities-box-style5 .overlay-content h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400; 
    margin: 17px 0 5px;
}
.single-amenities-box-style5 .overlay-content p{
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.amenities-style4-image-box {
    position: relative;
    display: block;
    margin-left: -47px;
}
.amenities-style4-image-box .inner{}
.amenities-style4-image-box img{
    max-width: none;
    float: left;
}



/*** 
=============================================
    Amenities Style5 Area Css
=============================================
***/
.amenities-style5-area{
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 110px 0 110px;
    z-index: 1;
}
.amenities-style5-area:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(37,37,37, 0.45);
    z-index: -1;    
}
.amenities-style5-area.mar0-80{
    margin: 0 80px;
}

.amenities-style5-area .container {
    max-width: 1320px;
}

.amenities-style5-area .sec-title{
    padding-bottom: 61px;
}
.amenities-style5-area .sec-title .title-icon span:before {
    color: #ffffff;
}
.amenities-style5-area .sec-title h2 {
    color: #ffffff;
}


.single-amenities-box-style6 {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}
.single-amenities-box-style6 .static-content{
    position: relative;
    display: block;
    background-color: rgb(249, 246, 242);
    padding: 65px 0 63px;
    transition: all 600ms linear;
    transition-delay: 0.2s;
}
.single-amenities-box-style6:hover .static-content{}

.single-amenities-box-style6 .static-content .icon {
    position: relative;
    display: block;
    width: 130px;
    height: 130px;
    background: #f5f0e9;
    border-radius: 50%;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 24px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-amenities-box-style6 .static-content .icon span {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    font-size: 60px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-amenities-box-style6 .static-content h3{
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-amenities-box-style6 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 40px 30px 0;
    opacity: 0;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scale(1.2) translateY(50px);
    transition: all .4s ease-in-out .1s;  
}
.single-amenities-box-style6:hover .overlay-content{}
.single-amenities-box-style6 .overlay-content .icon {
    position: relative;
    display: block;
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, 0.60);
    border-radius: 50%;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 24px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-amenities-box-style6 .overlay-content .icon span{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 60px;
    background: #252525;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;    
}
.single-amenities-box-style6 .overlay-content h3{
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 7px;
}
.single-amenities-box-style6 .overlay-content p{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.amenities-style5-carousel{
    position: relative;
	display: block;
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}
.amenities-style5-carousel.owl-carousel .owl-stage-outer{
	overflow: visible;
	padding: 0px 0px 40px;
}
.amenities-style5-carousel.owl-carousel .owl-item.active .single-amenities-box-style6 .overlay-content{
    opacity: 1.0;
    transform: scale(1.0) translateY(0);
    transition: all .4s ease-in-out .2s;      
}
.amenities-style5-carousel.owl-carousel .owl-item.active .single-amenities-box-style6 .static-content{
    opacity: 0;      
}














/*** 
=============================================
    Apartment Plans Area Css
=============================================
***/
.apartment-plans-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}

.apartment-plans-tab{
    position: relative;
    display: block;
}
.apartment-plans-tab .tab-button-column{
    position: relative;
    display: block;
    padding-bottom: 72px;
}
.apartment-plans-tab .tab-button-column .tab-buttons {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 1;
}
.apartment-plans-tab .tab-button-column .tab-buttons li {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 20%;
    width: 100%;
    background: #edf1f7;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 21px 20px 21px;
    margin: 0;
    border-right: 2px solid #ffffff;
}
.apartment-plans-tab .tab-button-column .tab-buttons li:last-child{
    border-right: none;
}

.apartment-plans-tab .tab-button-column .tab-buttons li span{
    position: relative;
    display: inline-block;
}
.apartment-plans-tab .tab-button-column .tab-buttons li span:before {
    position: absolute;
    left: 0;
    bottom: -31px;
    right: 0;
    content: "";
    transform: scaleY(0);
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    width: 30px;
    border-top: 10px solid #444444;
    margin: 0 auto;
}


.apartment-plans-tab .tab-button-column .tab-buttons li.tab-btn:hover,
.apartment-plans-tab .tab-button-column .tab-buttons li.tab-btn.active-btn{
	color: #ffffff;
    background: #444444;
}
.apartment-plans-tab .tab-button-column .tab-buttons li.tab-btn:hover span:before,
.apartment-plans-tab .tab-button-column .tab-buttons li.tab-btn.active-btn span:before{
    transform: scaleY(1.0);       
}


.apartment-plans-tab .tabs-content .tab{
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	z-index:10;
}
.apartment-plans-tab .tabs-content .tab.active-tab{
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}


.apartment-plans-tab-content{
    position: relative;
    display: block;
}
.apartment-plans-tab-content .top-title{
    position: relative;
    display: block;
    padding-bottom: 42px;
}
.apartment-plans-tab-content .top-title h3{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 15px;
}
.apartment-plans-tab-content .top-title p{
    margin: 0;
}


.apartment-plans-content-box{
    position: relative;
    display: block;
}
.apartment-plans-content-box ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.apartment-plans-content-box ul li{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 40px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
}
.apartment-plans-content-box ul li.gray-bg{
    background: #f5f5f5;
}
.apartment-plans-content-box ul li span{}
.apartment-plans-content-box ul li span.right{
    position: relative;
    display: inline-block;
    float: right;
    color: #222222;
    font-weight: 700;
}


.apartment-plans-map-box{
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%;
    float: right;
    padding: 40px 60px 40px;
    border: 1px solid #e1e1e1;
}

 
.apartment-plans-tab-content .button-box{
    position: relative;
    display: block;
    padding-top: 80px;
    text-align: center;
}
.apartment-plans-tab-content .button-box a{
    position: relative;
    display: inline-block;
    padding: 0 35px;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 700;
    text-transform: none;
    margin: 0 5px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.apartment-plans-tab-content .button-box a:hover{
    background: #444444;
}

.apartment-plans-tab-content .button-box a span{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    z-index: 1;
}
.apartment-plans-tab-content .button-box a span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
    background: #ffffff;
    content: "";
    margin: 27px 0 26px;
}

.apartment-plans-tab-content .button-box a.style2{
   background: #444444;    
}



/*** 
=============================================
    Apartment Plans Style2 Area Css
=============================================
***/
.apartment-plans-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
}
.apartment-plans-style2-image-box {
    position: relative;
    display: block;
    margin-right: -48px;
}
.apartment-plans-style2-image-box img{
    max-width: none;
    float: right;
}

.apartment-plans-style2-content{
    position: relative;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: -52px;
    margin-right: -200px;
    z-index: 10;
}
.apartment-plans-tab-style2{
    position: relative;
    z-index: 1;
}
.apartment-plans-tab-style2:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -100000px;
    background: #faf8f4;
    content: "";
    z-index: -1;
}
.apartment-plans-tab-style2 .theme-logo {
    position: absolute;
    right: -170px;
    bottom: 0px;

}

.apartment-plans-tab-style2 .tab-button-column{
    position: relative;
    width: 620px;
    padding-top: 160px;
    padding-left: 110px;
    padding-bottom: 160px;
}
.apartment-plans-tab-style2 .tab-button-column .pattern-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #f9f6f2;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: contain;
    background-position: center center;
}

.apartment-plans-tab-style2 .tab-button-column .sec-title {
    padding-bottom: 61px;
}
.apartment-plans-tab-style2 .tab-button-column .sec-title h2 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: none;
    margin: 23px 0 0;
}


.apartment-plans-tab-style2 .tab-button-column .tab-buttons {
    position: relative;
    display: block;
}
.apartment-plans-tab-style2 .tab-button-column .tab-buttons li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    color: #222222;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 30px;
}
.apartment-plans-tab-style2 .tab-button-column .tab-buttons li:last-child{
    margin-bottom: 0;
}
.apartment-plans-tab-style2 .tab-button-column .tab-buttons li span{
    position: relative;
    display: inline-block;
}



/***
.apartment-plans-tab-style2 .tab-button-column .tab-buttons li span:before {
    position: absolute;
    left: 0;
    bottom: -31px;
    right: 0;
    content: "";
    transform: scaleY(0);
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    width: 30px;
    border-top: 10px solid #444444;
    margin: 0 auto;
}
.apartment-plans-tab-style2 .tab-button-column .tab-buttons li.tab-btn:hover span:before,
.apartment-plans-tab-style2 .tab-button-column .tab-buttons li.tab-btn.active-btn span:before{
    transform: scaleY(1.0);       
}
***/


.apartment-plans-tab-style2 .tabs-content .tab{
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	z-index:10;
}
.apartment-plans-tab-style2 .tabs-content .tab.active-tab{
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}



.apartment-plans-tab-style2 .tab-button-column,
.apartment-plans-tab-style2 .tabs-content{
    display: table-cell;
    vertical-align: top;
}

.apartment-plans-tab-style2 .tabs-content{
    position: relative;
    padding-top: 160px;
    padding-left: 110px;
}

.apartment-plans-style2-tab-content {
    position: relative;
    display: block;
}
.apartment-plans-style2-tab-content h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 17px;
}
.apartment-plans-style2-tab-content p{
    margin: 0px;
}
.apartment-plans-style2-tab-content h3 span:before {
    position: relative;
    top: 5px;
    display: inline-block;
    font-size: 40px;
    transform: rotate(180deg);
    padding-left: 14px;
}


.apartment-plans-style2-info {
    position: relative;
    display: block;
    margin-top: 28px;
}
.apartment-plans-style2-info ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.apartment-plans-style2-info ul li{
    position: relative;
    display: block;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}
.apartment-plans-style2-info ul li span{}
.apartment-plans-style2-info ul li span.right{
    position: relative;
    display: inline-block;
    float: right;
    color: #222222;
    font-weight: 700;
}






















/*** 
=============================================
    Apartments Style1 Area Css 
=============================================
***/
.apartments-style1-area{
    position: relative;
    display: block;
    padding: 0 0 30px;
}
.single-apartments-style1{
    position: relative;
    display: block;
    margin-bottom: 80px;
}
.single-apartments-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-apartments-style1 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-apartments-style1 .img-holder .inner:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 0%;
    z-index: 1;
    background: #252525;
    opacity: 0.85;
    transform: scale(0.0);
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 700ms ease;
}
.single-apartments-style1:hover .img-holder .inner:before{
    transform: scaleX(1.0);          
}
.single-apartments-style1 .img-holder .inner img{
    width: 100%;
    transform: scale(1.0);
}
.single-apartments-style1:hover .img-holder .inner img{
    transform:scale(1.2) rotate(1deg);	    
}
.single-apartments-style1 .img-holder .button-box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scale(0);
    transition: all 500ms ease 200ms;
}
.single-apartments-style1:hover .img-holder .button-box{
    opacity: 1;
    transform: scale(1.0);   
}
.single-apartments-style1 .img-holder .button-box a{
    position: relative;
    display: block;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 55px;
    text-align: center;
    transform: rotate(90deg);
}


.single-apartments-style1 .text-holder {
    position: relative;
    display: block;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
    padding: 36px 0px 45px;
    z-index: 1;
}
.single-apartments-style1 .text-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-apartments-style1:hover .text-holder:before{
    transform: scaleX(1.0);    
}
.single-apartments-style1 .text-holder h2{
    color: #222222;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 3px;
    transition: all 200ms linear;
    transition-delay: 0.1s   
}
.single-apartments-style1:hover .text-holder h2{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s   
}
.single-apartments-style1 .text-holder p {
    margin-bottom: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s   
}
.single-apartments-style1:hover .text-holder p{
    color: #ffffff;
}
.single-apartments-style1 .text-holder .button {
    position: relative;
    display: block;
    margin-top: 22px;
}
.single-apartments-style1 .text-holder .button a{
    position: relative;
    display: inline-block;
    color: #e2655d;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-apartments-style1:hover .text-holder .button a{
    color: #ffffff;
}
.single-apartments-style1 .text-holder .button a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #444444;
    content: "";
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-apartments-style1:hover .text-holder .button a:before{
    background: #ffffff;    
}



/*** 
=============================================
    Apartments Style2 Area Css 
=============================================
***/
.apartments-style2-area{
    position: relative;
    display: block;
    background: #f2f2f2;
    padding: 110px 0 50px;
}

.single-apartments-style2{
    position: relative;
    display: block;
    margin-bottom: 60px;
}
.single-apartments-style2 .img-holder{
    position: relative;
    display: block;
}
.single-apartments-style2 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.single-apartments-style2 .img-holder .inner:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    content: "";
    height: 250px;
    z-index: 1;
}
.single-apartments-style2 .img-holder img{
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-apartments-style2:hover .img-holder img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.single-apartments-style2 .img-holder .overlay-title {
    position: absolute;
    left: 0;
    bottom: 45px;
    right: 0;
    text-align: center;
    z-index: 10;
}    
.single-apartments-style2 .img-holder .overlay-title h2{
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.single-apartments-style2 .img-holder .overlay-title .button{
    position: relative;
    display: block;
    padding-top: 7px;
}
.single-apartments-style2 .img-holder .overlay-title .button a{
    position: relative;
    display: inline-block;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-apartments-style2 .img-holder .overlay-title .button a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #ffffff;
    content: "";
}



/*** 
=============================================
    Apartments Style3 Area Css 
=============================================
***/
.apartments-style3-area{
    position: relative;
    display: block;
    background: #f2f2f2;
    padding: 110px 0 30px;
}

.single-apartments-style3{
    position: relative;
    display: block;
    margin-bottom: 80px;
}
.single-apartments-style3 .img-holder{
    position: relative;
    display: block;
    padding-bottom: 30px;
}
.single-apartments-style3 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-apartments-style3 .img-holder .inner:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 0%;
    z-index: 1;
    background: #252525;
    opacity: 0.70;
    transform: scale(0.0);
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 700ms ease;
}
.single-apartments-style3:hover .img-holder .inner:before{
    transform: scaleX(1.0);          
}
.single-apartments-style3 .img-holder .inner img{
    width: 100%;
    transform: scale(1.0);
}
.single-apartments-style3:hover .img-holder .inner img{
    transform:scale(1.2) rotate(1deg);	    
}

.single-apartments-style3 .text-holder {
    position: absolute;
    left: 100px;
    bottom: 0;
    right: 100px;
    display: block;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
    padding: 36px 0px 45px;
    z-index: 1;
}
.single-apartments-style3 .text-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-apartments-style3:hover .text-holder:before{
    transform: scaleX(1.0);    
}

.single-apartments-style3 .text-holder h3{
    color: #222222;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 3px;
    transition: all 200ms linear;
    transition-delay: 0.1s   
}
.single-apartments-style3:hover .text-holder h3{
    color: #ffffff;    
}
.single-apartments-style3 .text-holder p {
    margin-bottom: 0;
    transition: all 200ms linear;
    transition-delay: 0.2s   
}
.single-apartments-style3:hover .text-holder p{
    color: #ffffff;      
}
.single-apartments-style3 .text-holder .button {
    position: relative;
    display: block;
    margin-top: 22px;
}
.single-apartments-style3 .text-holder .button a{
    position: relative;
    display: inline-block;
    color: #e2655d;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    transform: scale(1.0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-apartments-style3:hover .text-holder .button a{
    transform: scale(0);    
}
.single-apartments-style3 .text-holder .button a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #444444;
    content: "";
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-apartments-style3 .text-holder .button .overlay-button{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.single-apartments-style3 .text-holder .button .overlay-button a {
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    transform: scale(0);
    transition: all 200ms linear;
    transition-delay: 0.2s;
}
.single-apartments-style3:hover .text-holder .button .overlay-button a{
    transform: rotate(180deg) scale(1.0);    
}
.single-apartments-style3 .text-holder .button .overlay-button a:before {
    display: none;
}



/*** 
=============================================
    Apartments Details One Css
=============================================
***/
.apartments-details-one{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.apartments-details-one-content{
    position: relative;
    display: block;
    max-width: 945px;
    width: 100%;
    margin: 0 auto;
}
.apartments-details-image-box{
    position: relative;
    display: block;
}
.apartments-details-image-box .single-item{
    position: relative;
    display: block;
    overflow: hidden;
}
.apartments-details-image-box .single-item img{
    width: 100%;
}
.apartments-details-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    left: 0;
    bottom: 50px;
    right: 0;
    text-align: center;
    line-height: 0;
    margin-top: 0px !important;
    display: block;
}

.apartments-details-text-box {
    position: relative;
    display: block;
    padding-top: 45px;
}
.apartments-details-text-box h2{
    color: #222222;
    font-size: 44px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 17px;
}
.apartments-details-text-box span{
    color: #222222;
    font-weight: 700;
}
.apartments-details-text-box .text {
    position: relative;
    display: block;
    padding-top: 15px;
}
.apartments-details-text-box .text p{
    margin: 0 0 28px;
}
.apartments-details-text-box .button-box {
    position: relative;
    display: block;
    margin-top: 58px;
}
.apartments-details-text-box .button-box a{
    margin: 0 5px;
}
.apartments-details-text-box .button-box a .txt{
    color: #ffffff;
}
.apartments-details-text-box .button-box a.black{
    background: #444444;
}



/*** 
=============================================
    Apartments Details Two Css
=============================================
***/
.apartments-details-two{
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 70px;
}
.apartments-details-two-content{
    position: relative;
    display: block;
    max-width: 945px;
    width: 100%;
    margin: 0 auto;
}

.apartments-details-text-box-two{
    position: relative;
    display: block;
}
.apartments-details-text-box-two .sec-title {
    padding-bottom: 28px;
}
.apartments-details-text-box-two .sec-title h2 {
    margin: 22px 0 7px;
}
.apartments-details-text-box-two .sec-title h3{
    color: #666666;
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
}

.apartments-details-text-box-two .inner-content {
    position: relative;
    display: block;
    margin-bottom: 45px;
}
.apartments-details-text-box-two .inner-content .text {
    position: relative;
    display: block;
    margin-bottom: 31px;
}
.apartments-details-text-box-two .inner-content .text .top-text {
    position: relative;
    display: block;
    margin-bottom: 31px;
}
.apartments-details-text-box-two .inner-content .text p{}

.apartments-details-text-box-two .inner-content ul{
    overflow: hidden;
}
.apartments-details-text-box-two .inner-content ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #222222;
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
}
.apartments-details-text-box-two .inner-content ul li:before{
    font-family: 'icomoon' !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "\e99a";
    font-size: 14px;
}
.apartments-details-text-box-two .inner-content .bottom-text {
    position: relative;
    display: block;
    margin-top: 27px;
}
.apartments-details-text-box-two .inner-content .bottom-text p{}

.facilities-content-box{
    position: relative;
    display: block;
    padding-top: 30px;
}










/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    display: block;
    padding: 0 80px;
    z-index: 10;
}
.main-slider.style1 {
    margin-top: 0px;
}
.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 213px 0px 230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider .slide .image-layer{
	position:absolute;
	left:0;
	top:0;
	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);
    transition: all .8s ease-in-out .4s;
}
.main-slider .slide .image-layer:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.20);
    content: "";
    z-index: -1;
}
.main-slider .active .slide .image-layer{
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
}
.main-slider .content{
	position:relative;
	z-index:11;
}
.main-slider.style1 .content{
    position: relative;
    display: block;
    width: 100%;
}
.main-slider .auto-container{
    position: relative;
    overflow: hidden;
}



.main-slider .content .big-title{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 21px;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main-slider .active .content .big-title{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;   
}
.main-slider .content .big-title h2{
	color: #222222;
	font-size: 68px;
	line-height: 1.2em;
	font-weight: 400;
}


.main-slider .content h3{
    position: relative;
    display: block;
    overflow: hidden;
    color: #222222;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(80px);
    transform: perspective(400px) rotateX(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    font-family: 'Noto Serif', serif;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main-slider .active .content h3{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
    transform: perspective(400px) rotateX(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;     
}


.main-slider .content .btns-box{
	position: relative; 
    display: block;
    overflow: hidden;
    padding-top: 40px;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.main-slider .content .btns-box a{
    padding-left: 35px;
    padding-right: 35px;
    margin-right: 6px;
}
.main-slider .content .btns-box a.style2{
    background: #444444;
}


.main-slider .active .content .btns-box{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms; 
}

.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    line-height: 0;
    opacity: 0;
    transform: scale(1.0) translateY(0px);
}
.main-slider:hover .owl-theme .owl-nav{
    opacity: 1;
    transform: scale(1.0) translateY(-60px);
}
.main-slider .owl-theme .owl-prev span, 
.main-slider .owl-theme .owl-next span{
    display: block;
}
.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    top: 0;
    transform: rotate(180deg);
    background: rgba(255, 255, 255, 1.0);
    border: 2px solid #ffffff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    color: #333029;
    font-size: 25px;
    line-height: 116px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-slider .owl-theme .owl-prev span:before {
    margin-right: 52px;
}
.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    top: 0;
    transform: rotate(0deg);
    background: rgba(255, 255, 255, 1.0);
    border: 2px solid #ffffff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    color: #333029;
    font-size: 25px;
    line-height: 116px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-slider .owl-theme .owl-next span:before{
    margin-left: -52px;    
}
.main-slider .owl-theme .owl-nav .owl-prev:hover{
    background: rgba(255, 255, 255, 0.30);    
}
.main-slider .owl-theme .owl-nav .owl-next:hover{
    background: rgba(255, 255, 255, 0.30);      
}
.banner-carousel .owl-dots {
    display: none;
}
.main-slider.style1 .banner-carousel.owl-carousel .owl-dots{
    display: none;
}



/*** 
=====================================================
	Main Slider Style2 Css
=====================================================
***/
.main-slider.style2 {
    padding: 0 0px;    
}
.main-slider.style2 .slide {
    padding: 306px 0px 355px;
}
.main-slider.style2 .slide .image-layer:before {
    background-color: rgba(0, 0, 0, 0.70);
}

.main-slider.style2 .content .big-title {
    margin-bottom: 22px;
}
.main-slider.style2 .content .big-title h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 1.2em;
    text-transform: uppercase;
}
.main-slider.style2 .content h3 {
    color: #ffffff;
}

.main-slider .mouse-btn-down {
	position: absolute;
	left: 50%;
	bottom: 194px;
	width: 120px;
	height: 80px;
	color: #ffffff;
	font-size: 12px;
    text-transform: uppercase;
	cursor: pointer;
	z-index: 20;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	padding-top: 56px;
}
.main-slider .mouse-btn-down:before {
	position: absolute;
	content: '';
	height: 10px;
	width: 1px;
	top: 8px;
	left: 0;
    right: 0;
    margin: 0 auto;
}
.main-slider .mouse-btn-down:after {
	position: absolute;
	content: '';
	height: 50px;
	width: 34px;
	top: 0px;
	left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;
}
.main-slider .mouse-btn-down:before{
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: float_up_down_two;
    animation-name: float_up_down_two;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
@-webkit-keyframes float_up_down_two {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px)
    }
    to {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
}
@keyframes float_up_down_two {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px)
    }
    to {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
}

.main-slider.style2 .owl-theme .owl-nav .owl-prev {
    margin-top: -20px;
}
.main-slider.style2 .owl-theme .owl-nav .owl-next {
    margin-top: -20px;
}

.main-slider.style2 .banner-carousel.owl-carousel .owl-dots{
    display: none;
}





/*** 
=====================================================
	Main Slider Style3 Css
=====================================================
***/
.main-slider.style3 {
    padding: 0 0px;    
}
.main-slider.style3:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
     opacity: 0.502;
    z-index: 10;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
}
.main-slider.style3 .slide {
    padding: 306px 0px 250px;
}
.main-slider.style3 .slide .image-layer:before {
    background-color: rgba(0, 0, 0, 0.65);
}
.main-slider.style3 .content{
    position: relative;
    z-index: 11;
}


.main-slider.style3 .content h3 {
    color: #ffffff;
    font-size: 18px;
}
.main-slider.style3 .content .big-title {
    margin-top: 21px;
    margin-bottom: 7px;
}
.main-slider.style3 .content .big-title h2 {
    color: #ffffff;
    font-size: 68px;
    line-height: 1.2em;
    text-transform: none;
}
.main-slider.style3 .content .btns-box a.style2 {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    line-height: 56px;
}


.main-slider.style3 .owl-theme .owl-nav{
    display: none;
}
.main-slider.style3 .banner-carousel.owl-carousel .owl-dots {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.banner-carousel.owl-carousel .owl-dots {
    text-align: center;
    line-height: 0;
    margin-top: 0px;
    display: block;
}
.banner-carousel.owl-carousel .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 2px;
	height: 30px;
    border: 0px solid transparent;
    background: #ffffff;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 0%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.banner-carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}
.banner-carousel.owl-carousel .owl-dots .owl-dot.active{
    height: 50px;
}

.banner-social-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
}
.banner-social-link ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.banner-social-link ul li{
    position: relative;
    display: block;
    margin: 28px 0;
}
.banner-social-link ul li a{
    color: #ffffff;
    font-size: 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




/*** 
=====================================================
	Main Slider Style4 Css
=====================================================
***/
.main-slider.style4 {
    padding: 0 0px;    
}
.main-slider.style4:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
     opacity: 0.502;
    z-index: 10;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
}
.main-slider.style4 .slide {
    padding: 341px 0px 378px;
}
.main-slider.style4 .slide .image-layer:before {
    background-color: rgba(0, 0, 0, 0.50);
}
.main-slider.style4 .content{
    position: relative;
    z-index: 11;
}


.main-slider.style4 .content .big-title {
    margin-bottom: 20px;
}
.main-slider.style4 .content .big-title h2 {
    color: #ffffff;
    font-size: 82px;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: none;
}
.main-slider.style4 .content h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.5em;
}

.main-slider.style4 .mouse-btn-down {
    padding-top: 0;
    padding-bottom: 56px;
    bottom: 130px;
}
.main-slider.style4 .mouse-btn-down:after {
    top: auto;
    bottom: 0;
    border-color: #ffffff;
}
.main-slider.style4 .mouse-btn-down:before {
    background: #ffffff;
    top: auto;
    bottom: 20px;
}


.main-slider.style4 .owl-theme .owl-nav{
    display: none;
}
.main-slider.style4 .banner-carousel.owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    right: 100px;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}
.main-slider.style4 .main-slider.style4 .banner-carousel.owl-carousel .owl-dots {
    text-align: center;
    line-height: 0;
    margin-top: 0px;
    display: block;
}
.main-slider.style4 .banner-carousel.owl-carousel .owl-dots .owl-dot{
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    border: 1px solid transparent;
    background: transparent;
    margin: 9px 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}
.main-slider.style4 .banner-carousel.owl-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 7px;
    height: 7px;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}
.main-slider.style4 .banner-carousel.owl-carousel .owl-dots .owl-dot.active{
    border: 1px solid #ffffff; 
}




/*** 
=====================================================
	Main Slider Style5 Css
=====================================================
***/
.main-slider.style5 {
    padding: 0 0px;    
}
.main-slider.style5:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
     opacity: 0.502;
    z-index: 10;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
}
.main-slider.style5 .slide {
    padding: 301px 0px 250px;
}
.main-slider.style5 .slide .image-layer:before {
    background-color: rgba(0, 0, 0, 0.65);
}
.main-slider.style5 .content{
    position: relative;
    z-index: 11;
}


.main-slider.style5 .content h3 {
    color: #ffffff;
    font-size: 18px;
}
.main-slider.style5 .content .big-title {
    margin-top: 21px;
    margin-bottom: 7px;
}
.main-slider.style5 .content .big-title h2 {
    color: #ffffff;
    font-size: 68px;
    line-height: 1.2em;
}
.main-slider.style5 .content .btns-box a.style2 {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    line-height: 56px;
}
.main-slider.style5 .owl-theme .owl-nav{
    display: none;
}
.main-slider.style5 .banner-carousel.owl-carousel .owl-dots {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.main-slider.style5 .banner-carousel.owl-carousel .owl-dots {
    text-align: center;
    line-height: 0;
    margin-top: 0px;
    display: block;
}
.main-slider.style5 .banner-carousel.owl-carousel .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 2px;
	height: 30px;
    border: 0px solid transparent;
    background: #ffffff;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 0%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.main-slider.style5 .banner-carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}
.main-slider.style5 .banner-carousel.owl-carousel .owl-dots .owl-dot.active{
    height: 50px;
}

















/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/
.blog-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 70px;
    z-index: 1;
}

.blog-style1-title-box{
    position: relative;
    display: block;
    margin-left: -140px;
    width: 100%;
    height: 100%;
}
.blog-style1-title-box .sec-title{
    padding: 0;
}
.blog-style1-title-box .apartment-box {
    position: absolute;
    left: -200px;
    bottom: -70px;
}
.blog-style1-title-box .apartment-box img{
    max-width: none;
    float: right;
}


.blog-style1-content-box{
    position: relative;
    display: block;
    padding-top: 50px;
    margin-right: -140px;
}
.single-blog-style1{
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.single-blog-style1 .text-holder {
    position: relative;
    display: block;
    padding-top: 14px;
    padding-left: 70px;
    padding-bottom: 13px;
}
.single-blog-style1 .text-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #e1e1e1;
    content: "";
}
.single-blog-style1 .text-holder .tag-box{
    position: relative;
    display: block;
}
.single-blog-style1 .text-holder .tag-box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 14px;
}

.single-blog-style1 .text-holder .blog-title {
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
.single-blog-style1 .text-holder .blog-title a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style1 .text-holder .text {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 26px;
}
.single-blog-style1 .text-holder .text p {
    margin: 0;
}

.single-blog-style1 .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-style1 .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.single-blog-style1 .text-holder .meta-info li:last-child{
    margin-right: 0px;
}
.single-blog-style1 .text-holder .meta-info li a {
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



/*** 
=============================================
    Blog Style2 Area Css
=============================================
***/
.blog-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 0 40px;
}
.blog-style2-area .pattern-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 45%;
    background-color: #f9f6f2;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: contain;
    background-position: center center; 
    z-index: 1;
}
.blog-style2-area .row {
    margin-left: -20px;
    margin-right: -20px;
}
.blog-style2-area .row [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}
.blog-style2-top-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 1;
}
.blog-style2-top-title .sec-title{
    padding-bottom: 51px;
}
.blog-style2-top-title .button-box{
    padding-bottom: 60px;
}
.blog-style2-top-title .button-box a {
    color: #222222;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #222222;
    line-height: 58px;
    padding: 0 35px;
}
.blog-style2-top-title .button-box a:hover{
    color: #ffffff;
}

.single-blog-style2{
    position: relative;
    display: block;
    padding-left: 250px;
    min-height: 405px;
    margin-bottom: 40px;
    z-index: 1;
}
.single-blog-style2 .img-holder{
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 405px;
}
.single-blog-style2 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-style2 .img-holder .inner:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    height: 200px;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}
.single-blog-style2 .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    opacity: 0.10;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.single-blog-style2:hover .img-holder .inner:after{
    opacity: 0.80;
    transform: scaleY(1.0);    
}
.single-blog-style2 .img-holder img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style2:hover .img-holder img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-blog-style2 .img-holder .meta-info {
    position: absolute;
    left: 20px;
    bottom: 61px;
    right: 20px;
    text-align: center;
    z-index: 2;
}
.single-blog-style2 .img-holder .meta-info li {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.single-blog-style2 .img-holder .meta-info li a{
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: #ffffff;
}


.single-blog-style2 .text-holder {
    position: relative;
    display: block;
    padding: 43px 40px 50px;
    padding-right: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
}
.single-blog-style2 .text-holder .tag-box {
    position: relative;
    display: block;
    margin-bottom: 14px;
}
.single-blog-style2 .text-holder .tag-box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}
.single-blog-style2 .text-holder .blog-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 14px;
}
.single-blog-style2 .text-holder .blog-title a{
    color: #222222;
}
.single-blog-style2 .text-holder .text {
    position: relative;
    display: block;
    margin-bottom: 24px;
}
.single-blog-style2 .text-holder .text p {
    margin: 0;
}
.single-blog-style2 .text-holder .button-box{
    position: relative;
    display: block;
}
.single-blog-style2 .text-holder .button-box a {
    font-size: 14px;
    line-height: 50px;
    padding-left: 25px;
    padding-right: 25px;
}



/*** 
=============================================
    Blog Style3 Area Css
=============================================
***/
.blog-style3-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 70px;
}
.blog-style3-title {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100%;
}
.blog-style3-title .sec-title{
    padding: 0;
    margin-top: -10px;
}
.blog-style3-title .sec-title p{
    margin: 24px 0 0;
}
.blog-style3-title .sec-title .button-box{
    position: relative;
    display: block;
    padding-top: 42px;
}
.blog-style3-title .sec-title .button-box a{
    color: #222222;
    line-height: 56px;
    border: 2px solid #222222;
    background-color: #ffffff;
}
.blog-style3-title .sec-title .button-box a:hover{
    color: #ffffff;
}


.blog-style3-content{
    position: relative;
    display: block;
}
.single-blog-style3{
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.single-blog-style3 .img-holder{
    position: relative;
    display: block;
}
.single-blog-style3 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-style3 .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.10;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.single-blog-style3:hover .img-holder .inner:after{
    opacity: 0.80;
    transform: scaleY(1.0);    
}
.single-blog-style3 .img-holder img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style3:hover .img-holder img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-blog-style3 .img-holder .meta-info {
    position: absolute;
    top: 20px;
    left: 0px;
    background: #3a3a3a;
    padding: 3px 20px 3px;
    z-index: 2;
}
.single-blog-style3 .img-holder .meta-info li {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.single-blog-style3 .img-holder .meta-info li a{
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: #ffffff;
}


.single-blog-style3 .text-holder {
    position: relative;
    display: block;
    padding: 42px 40px 50px;
    padding-right: 30px;
    background-color: #f8f8f8;
}
.single-blog-style3 .text-holder .blog-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}
.single-blog-style3 .text-holder .blog-title a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style3 .text-holder .text {
    position: relative;
    display: block;
    margin-bottom: 23px;
}
.single-blog-style3 .text-holder .text p {
    margin: 0;
}
.single-blog-style3 .text-holder .button-box{
    position: relative;
    display: block;
}
.single-blog-style3 .text-holder .button-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
}
.single-blog-style3 .text-holder .button-box a:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #3a3a3a;
    content: "";
}



/*** 
=============================================
    Blog Style4 Area Css
=============================================
***/
.blog-style2-area.style4{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 70px;
}







/*** 
=============================================
    Blog Grid Style1 Area Css
=============================================
***/
.blog-grid-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;    
}


.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 10px;
}
.styled-pagination.pdtop0{
    padding-top: 0;
}
.styled-pagination li{
	position: relative;
	display: inline-block;
    float: none;
	margin: 0 3px;
}
.styled-pagination li a{
	position: relative;
	display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    background: #ffffff;
    border: 1px solid #e1e1e1;
	color: #222222;
	font-size: 16px;
	line-height: 48px;
	font-weight: 700;
	text-align: center;
	text-transform:capitalize;
	transition:all 500ms ease;
    font-family: 'Noto Serif', serif;
    z-index: 1;
}
.styled-pagination li:hover a,
.styled-pagination li.active a{
    color: #ffffff;
}

.styled-pagination li.prev a,
.styled-pagination li.next a{
    position: relative;
	color: #222222;
    line-height: 48px;
}
.styled-pagination li.prev a i {
    position: relative;
    top: 0px;
    display: inline-block;
    transform: rotate(-90deg);
}
.styled-pagination li.next a i {
    position: relative;
    top: 0px;
    display: inline-block;
    transform: rotate(90deg);
}
.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover{
    color: #ffffff;
}



/*** 
=============================================
    Blog Grid Style2 Area Css
=============================================
***/
.blog-grid-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}

.single-blog-style4{
    position: relative;
    display: block;
    margin-bottom: 80px;
}
.single-blog-style4 .img-holder{
    position: relative;
    display: block;
}
.single-blog-style4 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-style4 .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.10;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.single-blog-style4:hover .img-holder .inner:after{
    opacity: 0.80;
    transform: scaleY(1.0);    
}

.single-blog-style4 .img-holder .inner img{
    width: 100%;
    transition: all 700ms linear;
    transition-delay: 0.1s;
}
.single-blog-style4:hover .img-holder .inner img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-blog-style4 .img-holder .date-box {
    position: absolute;
    left: 45px;
    bottom: 45px;
    width: 75px;
    padding: 19px 0px 15px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.3s;
    z-index: 10;
}
.single-blog-style4:hover .img-holder .date-box{
    background: #171717;    
}
.single-blog-style4 .img-holder .date-box h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 20px;
    font-weight: 400;
}
.single-blog-style4 .img-holder .date-box h2 span{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.single-blog-style4 .text-holder {
    position: relative;
    display: block;
    margin-top: 38px;
}
.single-blog-style4 .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-style4 .text-holder .meta-info li{
    position: relative;
    display: block;
    float: left;
    padding-right: 17px;
    margin-right: 15px;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.single-blog-style4 .text-holder .meta-info li:before{
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 7px;
    width: 2px;
    background: #b7b7b7;
    content: "";
}
.single-blog-style4 .text-holder .meta-info li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.single-blog-style4 .text-holder .meta-info li:last-child:before{
    display: none;
}
.single-blog-style4 .text-holder .meta-info li a {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style4 .text-holder .blog-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 13px;
    margin-bottom: 28px;
}
.single-blog-style4 .text-holder .blog-title a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style4 .text-holder .text{
    position: relative;
    display: block;
}
.single-blog-style4 .text-holder .text p{

}
.single-blog-style4 .text-holder .button-box {
    position: relative;
    display: block;
    margin-top: 31px;
}
.single-blog-style4 .text-holder .button-box a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style4 .text-holder .button-box a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #444444;
    content: "";
}



/*** 
=============================================
    Blog List Style1 Area style
=============================================
***/
.blog-list-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.sidebar-wrapper.pdleft0{
    padding-left: 0;
}
.single-blog-style4.style4instyle5 {
    margin-bottom: 60px;
}
.single-blog-style4.style4instyle5 .text-holder .blog-title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    margin-top: 13px;
    margin-bottom: 21px;
}

.single-blog-style4.style4instyle5 .text-holder .button-box {
    margin-top: 23px;
}

.single-blog-style4.style4instyle5 .video-play-button{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    z-index: 100;
}
.single-blog-style4.style4instyle5 .video-play-button a{
    position: relative;
    display: inline-block;
    height: 90px;
    width: 90px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    color: #222222;
    font-size: 30px;
    line-height: 90px;
    text-align: center;
    box-shadow: 0px 0px 46.15px 18.85px rgba(0, 0, 0, 0.2);
}
.blog-list-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0;
    text-align: center;
    line-height: 0;
    margin-top: 0px !important;
    display: block;
}
.single-blog-style4.style4instyle5 .inner-content{
    position: relative;
    display: block;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 21px 50px 60px;
    z-index: 1;
}
.single-blog-style4.style4instyle5 .inner-content .link-icon{
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #ffffff;
    font-size: 30px;
}

.single-blog-style4.style4instyle5 .inner-content:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #252525;
    opacity: 0.80;
    z-index: -1;
}
.single-blog-style4.style4instyle5 .outer-box{
    position: relative;
    display: block;
    padding-left: 75px;
}
.single-blog-style4.style4instyle5 .outer-box .date-box{
    position: absolute;
    top: 11px;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 80px;
    padding: 19px 0px 15px;
    text-align: center;
}
.single-blog-style4.style4instyle5 .outer-box .date-box h2{
    color: #ffffff;
    font-size: 30px;
    line-height: 20px;
    font-weight: 400;    
}
.single-blog-style4.style4instyle5 .outer-box .date-box h2 span{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;    
}
.single-blog-style4.style4instyle5 .outer-box .text-holder{
    position: relative;
    display: block;
    padding-left: 40px;
}

.single-blog-style4.style4instyle5 .outer-box .text-holder .blog-title{
    margin-top: 0;
    margin-bottom: 18px;    
}
.single-blog-style4.style4instyle5 .outer-box .text-holder .blog-title a{
    color: #ffffff;
}
.single-blog-style4.style4instyle5 .outer-box .text-holder .meta-info li {
    color: #ffffff;
}
.single-blog-style4.style4instyle5 .outer-box .text-holder .meta-info li:before {
    background: #ffffff;
}
.single-blog-style4.style4instyle5 .outer-box .text-holder .meta-info li a {
    color: rgba(255, 255, 255, 0.80);
}
.single-blog-style4.style4instyle5 .outer-box .text-holder .meta-info li a:hover{
    color: rgba(255, 255, 255, 0.99);    
}




/*** 
=============================================
    Blog Details Area style
=============================================
***/
.blog-details-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.blog-details-area .blog-posts{
    position: relative;
    display: block;
}
.blog-details-area .blog-posts .single-blog-style4{
    margin-bottom: 45px;
}
.blog-details-area .blog-posts .single-blog-style4 .text-holder .blog-title {
    color: #222222;
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    margin-top: 13px;
    margin-bottom: 21px;
}
.blog-details-area .blog-posts .single-blog-style4 .text-holder .bottom-text {
    position: relative;
    display: block;
    margin-top: 30px;
}


.blog-posts .blockquote-content {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 46px;
}
.blog-posts .blockquote-content:before {
    position: absolute;
    content: "\e99c";
    font-family: 'icomoon' !important;
    top: 2px;
    left: 25px;
    font-size: 26px;
    transform: rotate(-180deg);
}
.blog-posts .blockquote-content p{
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-style: italic;
    margin: 0;
}


.blog-details-text-1 {
    position: relative;
    display: block;
    margin-bottom: 37px;
}

.blog-details-text-2{
    position: relative;
    display: block;
}
.blog-details-text-2 .text-holder{
    position: relative;
}
.blog-details-text-2 .text-holder .bottom-text {
    position: relative;
    display: block;
    margin-top: 29px;
}
.blog-details-text-2 .text-holder .bottom-text p{}
.blog-details-text-2 .img-holder{
    position: relative;
    display: block;
}
.blog-details-text-2 .img-holder img{
    width: 100%;
}

.blog-details-text-3 {
    position: relative;
    display: block;
    margin-top: 20px;
}


.tag-social-share-box{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 42px;
    margin-bottom: 80px;
}
.tag-box{
    position: relative;
    display: block;
}
.tag-box .tag-list{
    overflow: hidden;
}
.tag-box .tag-list li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.tag-box .tag-list li:last-child{
    margin-right: 0;
}
.tag-box .tag-list li a{
    position: relative;
    display: block;
    background: #faf8f4;
    padding: 0 20px;
    color: #222222;
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.tag-box .tag-list li a:hover{
    color: #ffffff;
    background: #444444;
}
.tag-social-share-box .post-social-share{
    position: relative;
    display: block;
}


.blog-details-bottom-content {
    position: relative;
    display: block;
}
.blog-details-author {
    position: relative;
    display: block;
    background: #faf8f4;
    padding: 50px 60px 50px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.blog-details-author .inner-box{
    position: relative;
    display: block;
}
.blog-details-author .inner-box .img-box{
    width: 130px;
}
.blog-details-author .inner-box .img-box img{
    width: 100%;
    border-radius: 50%;
}
.blog-details-author .inner-box .img-box,
.blog-details-author .inner-box .text{
    display: table-cell;
    vertical-align: middle;
}
.blog-details-author .inner-box .text {
    position: relative;
    padding-left: 30px;
}
.blog-details-author .inner-box .text h3 {
    color: #222222;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 7px;
}
.blog-details-author .inner-box .text p {
    margin: 0;
}
.blog-details-author .inner-box .text .social-links{
    position: relative;
    display: block;
    padding-top: 22px;
}



.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 73px;
}
.comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 23px;
}
.comment-box .title h3{
    color: #222222;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
}

.comment-box .outer-box{
    position: relative;
    display: block;
}
.comment-box .single-comment {
    position: relative;
    display: block;
    margin-bottom: 35px;
    overflow: hidden;
}
.comment-box .single-comment-box {
    position: relative;
    display: block;
    padding-left: 60px;
    min-height: 60px;
}
.comment-box .single-comment-box .img-holder {
    position: absolute;
    left: 0;
    top: 10px;
    width: 60px;
    height: 60px;
}
.comment-box .single-comment-box .img-holder img{
    width: 100%;
    border-radius: 50%;
}
.comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 60px;
}
.comment-box .single-comment-box .text-holder .top {
    position: relative;
    display: block;
}
.comment-box .single-comment-box .text-holder .top span{
    font-size: 14px;
}
.comment-box .single-comment-box .text-holder .top h3{
    color: #222222;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 2px 0 0;
}
.comment-box .single-comment-box .text-holder .text{
    position: relative;
    display: block;
    padding-top: 18px;
    padding-bottom: 23px;
}
.comment-box .single-comment-box .text-holder .text p{
    margin: 0;
}

.comment-box .single-comment-box .text-holder .reply {
    position: relative;
    display: block;
    text-align: right;
}
.comment-box .single-comment-box .text-holder .reply a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    transition: all 500ms ease;
}
.comment-box .single-comment-box .text-holder .reply a:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #444444;
    content: "";
}
.comment-box .single-comment-box .text-holder .reply a:hover{
    color: #222222;
}


.add-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 38px;
}
.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 31px;
}
.add-comment-box .title h3{
    color: #222222;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    margin: 0 0 10px;
}
.add-comment-box .title p{
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}
.add-comment-box #add-comment-form {
    position: relative;
    display: block;
}
.add-comment-box #add-comment-form .input-box{
    position: relative;
    display: block;
}
.add-comment-box #add-comment-form input[type="text"], 
.add-comment-box #add-comment-form input[type="email"], 
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #cccccc;
    width: 100%;
    height: 65px;
    color: #222222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 0 30px;
    border-radius: 0px;
    margin-bottom: 30px;
    transition: all 500ms ease;
    font-family: 'Noto Serif', serif;
}

.add-comment-box #add-comment-form textarea {
    height: 150px;
    padding: 15px 30px;
}
.add-comment-box #add-comment-form input[type="text"]:focus{
    border-color: #171717;    
}
.add-comment-box #add-comment-form input[type="email"]:focus{
    border-color: #171717;    
}
.add-comment-box #add-comment-form textarea:focus{
    border-color: #171717;       
}

.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
}
.add-comment-box #add-comment-form .button-box button{
    position: relative;
    display: block;
    width: 100%;
    line-height: 60px;
}


.sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100%;
    padding-left: 20px;
}
.single-sidebar {
    position: relative;
    display: block;
    padding-bottom: 60px;
}
.single-sidebar.pdbtm0{
    padding-bottom: 0;
}
.single-sidebar .title {
    position: relative;
    display: block;
    margin-top: -6px;
    padding-bottom: 35px;
}
.single-sidebar .title h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 14px;
}
.single-sidebar .title .border-box{
    position: relative;
    display: block;
    width: 40px;
    height: 1px;
}


.sidebar-search-box {
    position: relative;
    display: block;
}
.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}
.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #e1e1e1;
    color: #aaaaaa;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    padding-left: 19px;
    padding-right: 60px;
    transition: all 500ms ease 0s;
    font-family: 'Noto Serif', serif;
}
.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 60px;
    color: #aaaaaa;
    font-size: 16px;
    line-height: 60px;
    display: block;
    text-align: center;
    border: 0px solid #e1e1e1;
    transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button i {
    font-size: 16px
}
.sidebar-search-box .search-form input[type="text"]:focus {
    color: #000;
}
.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #aaaaaa;
}
.sidebar-search-box .search-form input:-moz-placeholder {
    color: #aaaaaa;
}
.sidebar-search-box .search-form input::-moz-placeholder {
    color: #aaaaaa;
}
.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #aaaaaa;
}


.single-sidebar .sidebar-categories-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-sidebar .sidebar-categories-box li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 17px;
    margin-top: 14px;
    padding-left: 20px;
}
.single-sidebar .sidebar-categories-box li:first-child{
    margin-top: 0;
}
.single-sidebar .sidebar-categories-box li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 8px;
    font-family: 'icomoon' !important;
    content: "\e99b";
    transition: all 500ms ease;
}
.single-sidebar .sidebar-categories-box li:hover:before{
    color: #222222;
}
.single-sidebar .sidebar-categories-box li a {
    color: #222222;
    transition: all 500ms ease;
}
.single-sidebar .sidebar-categories-box li span {
    position: relative;
    display: inline-block;
    float: right;
    color: #666666;
}


.single-sidebar .latest-posts{
    position: relative;
    display: block;
}
.single-sidebar .latest-posts li {
    position: relative;
    display: block;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e1e1e1;
}
.single-sidebar .latest-posts li:last-child{
    margin-bottom: 0;
}
.single-sidebar .latest-posts li .inner {
    position: relative;
    display: block;
    min-height: 80px;
    padding-left: 80px;
}
.single-sidebar .latest-posts li .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.single-sidebar .latest-posts li .img-box img{
    width: 100%;
}
.single-sidebar .latest-posts li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    border-radius: 0px;
    opacity: 0;
    transform: perspective(400px) scale(0);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.single-sidebar .latest-posts li:hover .img-box .overlay-content{
	opacity: 1;
    transform: perspective(400px) scale(1.0); 
    transition: all 0.3s ease-in-out 0.3s;    
}
.single-sidebar .latest-posts li .img-box .overlay-content a{
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .latest-posts li .title-box {
    position: relative;
    display: block;
    min-height: 80px;
    padding-left: 20px;
}
.single-sidebar .latest-posts li .title-box h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0px 0px 11px;
}
.single-sidebar .latest-posts li .title-box h4 a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-sidebar .latest-posts li .title-box p{
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin: 0;
}
.single-sidebar .latest-posts li .title-box p a {
    color: #222222;
}


.single-sidebar .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.single-sidebar .popular-tag li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 7.5px 15px;
}
.single-sidebar .popular-tag li a {
    position: relative;
    display: block;
    padding: 0 25px;
    background: #faf8f4;
    color: #222222;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    transition: all 500ms ease;
    font-family: 'Noto Serif', serif;
}
.single-sidebar .popular-tag li:hover a{
    color: #ffffff;
    background: #444444;
}



.single-sidebar .sidebar-archives {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-sidebar .sidebar-archives li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 17px;
    margin-top: 14px;
    padding-left: 20px;
}
.single-sidebar .sidebar-archives li:first-child{
    margin-top: 0;
}
.single-sidebar .sidebar-archives li:before{
    position: absolute;
    top: 3px;
    left: 0;
    content: "\e99b";
    font-family: 'icomoon' !important;
    font-size: 8px;
    transition: all 500ms ease;
}
.single-sidebar .sidebar-archives li:hover:before{
    color: #222222;
}
.single-sidebar .sidebar-archives li a {
    color: #222222;
    transition: all 500ms ease;
}
.single-sidebar .sidebar-archives li span {
    position: relative;
    display: inline-block;
    float: right;
    color: #666666;
}


.single-sidebar .sidebar-gallery{
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}
.single-sidebar .sidebar-gallery li{
    position: relative;
    display: inline-block;
    float: left;
    width: 100px;
    min-height: 100px;
    margin: 0 5px 10px; 
}
.single-sidebar .sidebar-gallery li .img-box{
    position: relative;
    display: block;
}
.single-sidebar .sidebar-gallery li .img-box img{
    width: 100%;
}
.single-sidebar .sidebar-gallery li .img-box .overlay-content{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(23, 23, 23, 0.80);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;   
}
.single-sidebar .sidebar-gallery li:hover .img-box .overlay-content{
    transform: scale(1.0);
}
.single-sidebar .sidebar-gallery li .img-box .overlay-content a{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    transform: scale(0);
    transition: all 500ms ease 100ms;
}
.single-sidebar .sidebar-gallery li:hover .img-box .overlay-content a{
    transform: scale(1.0);
    transition: all 700ms ease 600ms;
}










/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 247px 0 177px;
    z-index: 10;
}
.breadcrumb-area:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.70;
    content: "";
    z-index: -1;
}
.breadcrumb-area:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: 0.702;
    content: "";
    z-index: -1;
}
.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    overflow: hidden;
}


.breadcrumb-area .title {
    position: relative;
    display: block;
    overflow: hidden;
}
.breadcrumb-area .title h2{
    color: #ffffff;
    font-size: 68px;
    line-height: 1.3em;
    font-weight: 400;
}




.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 18px;
}
.breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-right: 21px;
    padding-right: 27px;
    text-transform: none;
}
.breadcrumb-menu ul li:before {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 2px;
    content: "";
}
.breadcrumb-menu ul li:last-child:before{
    display: none;
}
.breadcrumb-menu ul li:last-child{
    margin: 0;
    padding: 0;
}
.breadcrumb-menu ul li a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



.breadcrumb-area .border-box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 27px;
    margin: 0 auto;
}
.breadcrumb-area .border-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 0;
}
.breadcrumb-area .border-box ul li{
    position: relative;
    display: inline-block;
    float: none;
    width: 2px;
    height: 30px;
    background: #ffffff;
    margin: 0 2px;
}
.breadcrumb-area .border-box ul li.middle{
    height: 50px;
}












/*** 
=============================================
    Choose Style1 Area Css
=============================================
***/
.choose-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 102px;
}

.choose-style1-content {
    position: relative;
    display: block;
    margin-right: -13px;
}
.choose-style1-content .sec-title{
    padding-bottom: 63px;
}

.choose-style1-content .inner-content{
    position: relative;
    display: block;
}
.choose-style1-content .inner-content ul{
    overflow: hidden;
}

.choose-style1-content .inner-content ul li {
    position: relative;
    display: block;
    padding-right: 20px;
}

.choose-style1-content .inner-content ul li.active {
    background: #edf1f7;
    padding: 33px 0px 32px;
    padding-right: 20px;
    margin: 32px 0 33px;
}

.choose-style1-content .inner-content ul li .inner{
    position: relative;
    display: block;
    padding-left: 90px; 
}


.choose-style1-content .inner-content ul li .icon {
    position: absolute;
    top: 7px;
    left: 0;
    width: 90px;
    text-align: center;
}
.choose-style1-content .inner-content ul li .icon span{
    font-size: 35px;
}

.choose-style1-content .inner-content .text {
    position: relative;
    display: block;
}
.choose-style1-content .inner-content .text h3 {
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 6px;
}
.choose-style1-content .inner-content .text p {
    margin: 0;
}


.choose-style1-image-box {
    position: relative;
    display: block;
    max-width: 610px;
    width: 100%;
    float: right;
    padding-top: 52px;
}
.choose-style1-image-box ul{
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -4px;
    margin-right: -4px;
}
.choose-style1-image-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 4px 8px;
    width: 50%;
}
.choose-style1-image-box ul li .img-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.choose-style1-image-box ul li .img-box img{
    width: 100%;
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.choose-style1-image-box ul li:hover .img-box img{
    transform: scale(1.3);
}

.choose-style1-image-box ul li.martop40{
    margin-top: 40px;
}
.choose-style1-image-box ul li .img-box .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 31px 40px 0;
    text-align: right;
    z-index: 1;
}
.choose-style1-image-box ul li .img-box .overlay-content:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    opacity: 0.70;
    z-index: -1;
}
.choose-style1-image-box ul li .img-box .overlay-content.style2:before{
    background: #444444;
}

.choose-style1-image-box ul li .img-box .overlay-content h2{
    color: #ffffff;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
}
.choose-style1-image-box ul li .img-box .overlay-content .button{
    position: relative;
    display: block;
    padding-top: 20px;
}
.choose-style1-image-box ul li .img-box .overlay-content .button a{
    position: relative;
    display: block;
    float: right;
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    color: #222222;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
}






/*** 
=============================================
    Google Map Area Css
=============================================
***/
.google-map-area{
    position: relative;
    display: block;
}
.contact-map-outer{
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}
.contact-map-outer .map-canvas{
	position: relative;
	width: 100%;
	height: 700px;
}



/*** 
=============================================
    Contact Form Style1 Area Css
=============================================
***/
.contact-form-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 0px;
    z-index: 1;
}
.contact-form-outer-box {
    position: relative;
    display: block;
    padding-top: 80px;
    padding-right: 90px;
    padding-bottom: 80px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    margin-top: -60px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    z-index: 10;
}
.contact-inner-box{
    position: relative;
    display: block;
}
.contact-inner-box .contact-image-box {
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 570px;
}

.contact-form {
    position: relative;
    display: block;
    max-width: 435px;
    width: 100%;
    float: right;
    z-index: 100;
}
.contact-form .sec-title {
    padding-bottom: 31px;
}
.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
    position: relative;
    display: block;   
    background: #ffffff;
    border: 1px solid #cccccc;
    width: 100%;
    height: 55px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 24px;
    padding-right: 25px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: 'Noto Serif', serif;
}
.contact-form form textarea {
    height: 120px;
    padding-top: 15px;
    padding-left: 24px;
    padding-right: 25px;
}
.contact-form form input[type="text"]:focus{
    color: #171717;
    border-color: #171717; 
}
.contact-form form input[type="email"]:focus{
    color: #171717;
    border-color: #171717; 
}
.contact-form form textarea:focus{
    color: #171717;
    border-color: #171717; 
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.50);
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: rgba(102, 102, 102, 0.50);
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: rgba(102, 102, 102, 0.50);
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.50);
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.50);
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: rgba(102, 102, 102, 0.50);
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: rgba(102, 102, 102, 0.50);
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.50);
}
.contact-form form textarea::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.50);
}
.contact-form form textarea:-moz-placeholder {
    color: rgba(102, 102, 102, 0.50);
}
.contact-form form textarea::-moz-placeholder {
    color: rgba(102, 102, 102, 0.50);
}
.contact-form form textarea:-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.50);
}

.contact-form form .button-box {
    position: relative;
    display: block;
}
.contact-form form .button-box button{
    line-height: 60px;
    display: block;
    width: 100%;
}



/*** 
=============================================
    Contact Info Area Css
=============================================
***/
.contact-info-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 70px;
}

.contact-info-box{
    position: relative;
    display: flex;
}
.single-contact-info-box {
    position: relative;
    display: block;
    max-width: 380px;
    text-align: center;
    padding: 0 40px;
    width: 100%;
    margin-bottom: 40px;
}
.single-contact-info-box:before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #e1e1e1;
    content: "";
}
.single-contact-info-box:last-child:before{
    display: none;

}
.single-contact-info-box .icon {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.single-contact-info-box .icon span{
    font-size: 90px;
}

.single-contact-info-box .text{
    position: relative;
    display: block;
}
.single-contact-info-box .text h3 {
    color: #666666;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 19px;
}
.single-contact-info-box .text p {
    color: #222222;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    margin: 0;
}
.single-contact-info-box .text p a{
    color: #222222;
    line-height: 20px;
}






/*** 
=============================================
    Fact Counter Area style
=============================================
***/
.fact-counter-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 80px;
    z-index: 10;
}
.fact-counter-area .container-box{
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.fact-counter-area .container-box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #222222;
    opacity: 0.70;
    z-index: -1;
}

.thm-fact-counter-logo {
    position: relative;
    display: block;
    margin-left: -140px;
    padding: 110px 0 108px;
}
.thm-fact-counter-logo h2{
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin: 22px 0 0;
}
.fact-counter{
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: -140px;
}
.fact-counter-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 113px 0 65px;
}
.single-fact-counter {
    position: relative;
    display: block;
    float: left;
    max-width: 25%;
    width: 100%;
    margin-bottom: 50px;
}
.single-fact-counter:after {
    position: absolute;
    top: 28px;
    right: 0;
    width: 1px;
    height: 60px;
    content: "";
}
.single-fact-counter:last-child:after{
    display: none;
}

.single-fact-counter .count-box{
    position: relative;
    display: inline-block;
}
.single-fact-counter .count-box h2 {
    color: #ffffff;
    font-size: 76px;
    line-height: 70px;
    font-weight: 400;
}
.single-fact-counter .count-box h2 span {
    display: inline-block;
}

.single-fact-counter .sub-title{
    position: relative;
    display: inline-block;
    margin: 22px 0 0;
}
.single-fact-counter .count-box h5 {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}




/*** 
=============================================
    Fact Counter Style2 Area style
=============================================
***/
.fact-counter-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 58px 0 70px;
}
.fact-counter-style2{
    position: relative;
    display: block;
}
.fact-counter-box-style2{
    position: relative;
    display: flex;
    z-index: 11;
}

.single-fact-counter-style2{
    position: relative;
    display: block;
    max-width: 25%;
    width: 100%;
    border-right: 1px solid #e1e1e1;
    margin-bottom: 40px;
}
.single-fact-counter-style2:last-child{
    border-right: none;
}
.single-fact-counter-style2 .icon-box{
    position: relative;
    display: block;
    padding-bottom: 29px;
}
.single-fact-counter-style2 .icon-box span:before{
    color: #222222;
    font-size: 80px;
}

.single-fact-counter-style2 .count-box{
    position: relative;
    display: block;
}
.single-fact-counter-style2 .count-box h2{
    font-size: 76px;
    line-height: 70px;
    font-weight: 400;
}
.single-fact-counter-style2 .count-box .sub-title{
    position: relative;
    margin-top: 17px;
}
.single-fact-counter-style2 .count-box .sub-title h5{
    font-size: 16px;
    font-weight: 400;
}



/*** 
=============================================
    Fact Counter Style3 Area style
=============================================
***/
.fact-counter-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
}
.fact-counter-style3{
    position: relative;
    display: block;
    padding: 108px 0 64px;
}
.fact-counter-style3 .pattern-bg{
    position: absolute;
    top: -50px;
    left: -100000px;
    bottom: 0;
    right: 0;
    background-color: #f4f4f4;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: contain;
    background-position: center center;
}
.fact-counter-box-style3{
    position: relative;
    display: flex;
}

.single-fact-counter-style3{
    position: relative;
    display: block;
    max-width: 25%;
    width: 100%;
    margin-bottom: 40px;
}
.single-fact-counter-style3 .count-box .sub-title{
    position: relative;
    margin-bottom: 10px;
}
.single-fact-counter-style3 .count-box .sub-title h5{
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

.single-fact-counter-style3 .count-box{
    position: relative;
    display: block;
}
.single-fact-counter-style3 .count-box h2{
    color: #222222;
    font-size: 86px;
    line-height: 80px;
    font-weight: 400;
}
.single-fact-counter-style3 .count-box h2 span {
    position: relative;
    display: inline-block;
}



/*** 
=============================================
    Fact Counter Style4 Area style
=============================================
***/
.fact-counter-style2-area.style2instyle4 {
    padding-top: 0;
}
.fact-counter-style2-area.style2instyle4 .layer-outer {
    position: absolute;
    bottom: -50px;
    right: 0;
    max-width: 615px;
    width: 100%;
    height: 726px;
    z-index: 10;
    opacity: 0.15;
}


.single-fact-counter-style2.style2instyle4{}
.single-fact-counter-style2.style2instyle4 .sub-title{
    position: relative;
    display: block;
    padding-bottom: 21px;
}
.single-fact-counter-style2.style2instyle4 .sub-title h5{
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.single-fact-counter-style2.style2instyle4 .icon-box {
    padding-bottom: 16px;
}



/*** 
=============================================
    Fact Counter Style2 Area About Page style
=============================================
***/
.fact-counter-style2-area.style2instyle4.about-page{
    position: relative;
    display: block;
    overflow: hidden;
    background: #f9f6f2;
    padding-top: 110px;
}
.fact-counter-style2-area.style2instyle4.about-page .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    height: auto;
    opacity: 1.0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}














/* Accordion Box Css */
.accordion-box {
    position: relative;
    display: block;
}
.accordion-box .accordion {
    position: relative;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0px;
}
.accordion-box .accordion.border_none{
    border-bottom: none;
}
.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
    color: #222222;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
    font-family: FontAwesome;
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 40px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active {
    position: relative;
    background: #ffffff;
}
.accordion-box .accordion .accord-btn.active:after{
    content: "\f107";
    opacity: 1;
}
.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 32px;
    padding-left: 0px;
    padding-right: 30px;
    display: none;
    z-index: 1;
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    margin: 0;
}



.accordion-box.style2 .accordion .accord-btn {
    padding-left: 40px;
}
.accordion-box.style2 .accordion .accord-btn .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-box.style2 .accordion .accord-btn::after {
    right: 5px;
    font-family: Flaticon;
    content: "\f103";
    color: #222222;
    opacity: 1;
}
.accordion-box.style2 .accordion .accord-btn.active:after{
    content: "\f104";
}
.accordion-box.style2 .accordion .accord-content {
    padding-top: 28px;
    border-top: 1px solid #e1e1e1;
}






/*** 
=============================================
    Faq Page Area
=============================================
***/
.faq-page-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 20px;
}
.faq-page-area.pdbottom120{
    padding-bottom: 120px;
}

.faq-page-area .sec-title {
    padding-bottom: 30px;
}
.faq-page-area .sec-title p {
    font-size: 20px;
    margin: 8px 0 0;
}

.faq-search-box form.search-form {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0px auto 60px;
}
.faq-search-box .search-form input[type="search"] {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #f2f2f2;
    color: #222222;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 65px;
    width: 100%;
    border-radius: 0;
    transition: all 500ms ease 0s;
}
.faq-search-box .search-form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    display: block;
    background: transparent;
    font-size: 14px;
    color: #222222;
    height: 50px;
    width: 55px;
    border: 0px solid;
    line-height: 48px;
    text-align: center;
    border-radius: 0%;
    transition: all 500ms ease 0s;
    margin: 0;
}
.faq-search-box .search-form button i {
    font-size: 14px
}
.faq-search-box .search-form input[type="search"]:focus {
    border: 1px solid #222222;
    background: #fff;
    color: #000000;
}
.faq-search-box .search-form input[type="search"]:focus + button, 
.faq-search-box .search-form button:hover {
    background: #222222;
    color: #fff;
}



/*** 
=============================================
    Faq Style1 Area Css
=============================================
***/
.faq-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.faq-style1-area .martop110{
    margin-top: 110px;
}
.faq-style1-area .sec-title.style3{
    padding-bottom: 43px;
}
.faq-style1-area .sec-title.style3 h2 {
    text-transform: none;
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
    margin: 22px 0 0;
}
.faq-style1-content{
    position: relative;
    display: block;
    max-width: 945px;
    width: 100%;
    margin: 0 auto; 
}
.faq-style1-area .accordion-box .accordion .accord-btn h4 {
    font-size: 18px;
}
.faq-style1-area .accordion-box .accordion .accord-btn {
    padding-left: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.faq-style1-area .accordion-box .accordion .accord-btn::after {
    right: auto;
    left: 0;
}






















/*** 
=============================================
    Features Style1 Area Css
=============================================
***/
.features-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
}
.features-style1-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
.single-features-box-style1 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.single-features-box-style1{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-features-box-style1 .img-box{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.single-features-box-style1 .img-box:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    content: "";
    opacity: 0.70;
    z-index: 1;
    transition: all 700ms linear;
    transition-delay: 0.3s;
}
.single-features-box-style1:hover .img-box:before{
    opacity: 0;
}
.single-features-box-style1 .img-box:after{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 150px;   
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);    
    content: "";
    transition: all 700ms linear;
    transition-delay: 0.2s;
    z-index: 1;
}
.single-features-box-style1:hover .img-box:after{
    opacity: 0;    
}

.single-features-box-style1 .img-box img{
    width: 100%;
}
.single-features-box-style1 .inner-text {
    position: absolute;
    left: 0;
    bottom: 60px;
    right: 0;
    text-align: center;
    z-index: 2;
    transform: translateY(0px);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-features-box-style1:hover .inner-text{
    transform: translateY(100px) 
}

.single-features-box-style1 .inner-text h3{
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 15px;
}
.single-features-box-style1 .inner-text .border-box{
    position: relative;
    display: block;
    height: 1px;
    width: 80px;
    background: #ffffff;
    margin: 0 auto;
}
.single-features-box-style1 .inner-text .border-box:before{
    position: absolute;
    top: -4px;
    left: 50%;
    bottom: -4px;
    width: 1px;
    background: #fff;
    content: "";
}



.single-features-box-style1 .overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(0) translateY(-100px);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-features-box-style1:hover .overlay-text{
    transform: scale(1.0) translateY(0px);    
}
.single-features-box-style1 .overlay-text:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    opacity: 0.90;
    z-index: -1;
    transform: translateY(-100%);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 900ms ease 100ms;
}
.single-features-box-style1:hover .overlay-text:before{
    transform: translateY(0);    
}

.single-features-box-style1 .overlay-text span:before{
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
}
.single-features-box-style1 .overlay-text h3{
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 22px 0 15px;
}
.single-features-box-style1 .overlay-text .border-box{
    position: relative;
    display: block;
    height: 1px;
    width: 80px;
    background: #ffffff;
    margin: 0 auto;
}
.single-features-box-style1 .overlay-text .border-box:before{
    position: absolute;
    top: -4px;
    left: 50%;
    bottom: -4px;
    width: 1px;
    background: #fff;
    content: "";
}




/*** 
=============================================
    Features Style2 Area Css
=============================================
***/
.features-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.features-style2-area .sec-title{
    padding-bottom: 12px;
}

.single-features-box-style2{
    position: relative;
    display: block;
}
.single-features-box-style2 .icon-holder {
    position: relative;
    width: 140px;
    height: 140px;
    background: #f0eeea;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 39px;
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.single-features-box-style2:hover .icon-holder{
    box-shadow: none;
}
.single-features-box-style2 .icon-holder .inner{
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-box-style2 .icon-holder .inner span {
    font-size: 70px;
    transition: all 200ms linear;
    transition-delay: 0.2s;
}
.single-features-box-style2  .text-holder{
    position: relative;
    display: block;
}
.single-features-box-style2 .text-holder h3 {
    color: #222222;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 14px;
}
.single-features-box-style2  .text-holder p{
    margin: 0;
}

.single-features-box-style2:hover .icon-holder .inner{
    background: #444444;    
}
.single-features-box-style2:hover .icon-holder .inner span{
    color: #ffffff;
}

.features-style2-carousel.owl-carousel.owl-dot-style1 .owl-stage-outer{
    padding-top: 50px;
    padding-bottom: 42px;
}



/*** 
=============================================
    Features Style2 Area About Page Css
=============================================
***/
.features-style2-area.about-page{
    position: relative;
    display: block;
    padding: 110px 0 62px;
}
.features-style2-area.about-page .sec-title {
    padding-bottom: 71px;
}
.features-style2-area.about-page .single-features-box-style2{
    margin-bottom: 40px;    
}






















/*** 
=============================================
    Floor Plans Area Css
=============================================
***/
.floor-plans-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.floor-plans-tab{
    position: relative;
    display: block;
}
.floor-plans-tab .tab-button-column{
    position: relative;
    display: block;
    padding-bottom: 80px;
}
.floor-plans-tab .tab-button-column .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.floor-plans-tab .tab-button-column .tab-buttons li {
    position: relative;
    display: inline-block;
    float: none;
    margin-right: 20px;
    padding-right: 21px;
    color: #444444;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 30px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.floor-plans-tab .tab-button-column .tab-buttons li:last-child{
    margin-right: 0px;
    padding-right: 0;
}
.floor-plans-tab .tab-button-column .tab-buttons li:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e1e1e1;
    content: "";
}
.floor-plans-tab .tab-button-column .tab-buttons li:last-child:before{
    display: none;
}
.floor-plans-tab .tab-button-column .tab-buttons li span{
    position: relative;
    display: inline-block;
}
.floor-plans-tab .tab-button-column .tab-buttons li span:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #444444;
    content: "";
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.floor-plans-tab .tab-button-column .tab-buttons li.tab-btn:hover span:before,
.floor-plans-tab .tab-button-column .tab-buttons li.tab-btn.active-btn span:before{
    transform: scaleX(1.0);       
}

.floor-plans-tab .tabs-content .tab{
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	z-index:10;
}
.floor-plans-tab .tabs-content .tab.active-tab{
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.floor-plans-left-content{
    position: relative;
    display: block;
    margin-top: -9px;
    margin-left: -140px;
}
.floor-plans-left-content h3{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
.floor-plans-left-content h3 span{
    position: relative;
    top: 10px;
    display: inline-block;
    padding-right: 20px;
    color: #e9c483;
    font-size: 40px;
}

.floor-plans-left-content .inner-text {
    position: relative;
    display: block;
    margin-top: 25px;
}
.floor-plans-left-content .inner-text p{
    margin: 0 0 25px;
}


.floor-plans-left-content ul {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 370px;
    width: 100%;
    padding: 32px 40px 33px;
    margin-top: 42px
}
.floor-plans-left-content ul li {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 11px;
}
.floor-plans-left-content ul li:last-child{
    margin-bottom: 0;
}
.floor-plans-left-content ul li:before{
    position: absolute;
    left: 0;
    height: 7px;
    width: 7px;
    margin: 12px 0;
    background: #ffffff;
    content: "";
}


.floor-plans-middle-content{
    position: relative;
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.floor-plans-middle-content ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.floor-plans-middle-content ul li{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 30px;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
}
.floor-plans-middle-content ul li.gray-bg{
    background: #faf8f4;
}
.floor-plans-middle-content ul li span{}
.floor-plans-middle-content ul li span.right{
    position: relative;
    display: inline-block;
    float: right;
    color: #666666;
    font-weight: 400;
}
.floor-plans-middle-content ul li:before {
    position: absolute;
    left: 170px;
    right: 150px;
    height: 1px;
    border-bottom: 1px dashed #575656;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}


.floor-plans-right-content{
    position: relative;
    display: block;
    margin-right: -140px;
}
.floor-plans-right-content .floor-plan-map {
    position: relative;
    display: block;
    border: 1px solid #e1e1e1;
    padding: 50px 40px 50px;
    text-align: center;
}



/*** 
=============================================
    Floor Plans Style2 Area Css
=============================================
***/
.floor-plans-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 100;
    padding-bottom: 103px;
}
.floor-plans-style2-area .big-text{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    color: #f9f6f2;
    font-size: 250px;
    line-height: 200px;
    font-weight: 700;
    text-transform: uppercase;
}

.floor-plans-style2-area .container-box{
    position: relative;
    display: block;
    max-width: 1530px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.floor-plans-style2-content{
    position: relative;
    display: block;
}
.floor-plans-style2-content-bg{
    position: absolute;
    top: -180px;
    left: 0;
    bottom: 80px;
    right: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.floor-plans-style2-content .inner-content{
    position: relative;
    display: block;
    max-width: 800px;
    width: 100%;
    float: right;
    background: #ffffff;
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
    padding: 70px 80px 80px;
    z-index: 10;
}
.floor-plans-style2-content .inner-content .title{
    position: relative;
    display: block;
    padding-bottom: 40px;
}
.floor-plans-style2-content .inner-content .title h2{
    color: #222222;
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
}

.floor-plans-tab-style2{
    position: relative;
    display: block;
}
.floor-plans-tab-style2 .tab-button-column{
    position: relative;
    display: block;
    padding-bottom: 33px;
}
.floor-plans-tab-style2 .tab-button-column .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.floor-plans-tab-style2 .tab-button-column .tab-buttons li {
    position: relative;
    display: inline-block;
    float: none;
    margin-right: 20px;
    padding-right: 21px;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 30px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.floor-plans-tab-style2 .tab-button-column .tab-buttons li:last-child{
    margin-right: 0px;
    padding-right: 0;
}
.floor-plans-tab-style2 .tab-button-column .tab-buttons li:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e1e1e1;
    content: "";
}
.floor-plans-tab-style2 .tab-button-column .tab-buttons li:last-child:before{
    display: none;
}
.floor-plans-tab-style2 .tab-button-column .tab-buttons li span{
    position: relative;
    display: inline-block;
}
.floor-plans-tab-style2 .tab-button-column .tab-buttons li span:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #444444;
    content: "";
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.floor-plans-tab-style2 .tab-button-column .tab-buttons li.tab-btn:hover span:before,
.floor-plans-tab-style2 .tab-button-column .tab-buttons li.tab-btn.active-btn span:before{
    transform: scaleX(1.0);       
}


.floor-plans-tab-style2 .tabs-content .tab{
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	z-index:10;
}
.floor-plans-tab-style2 .tabs-content .tab.active-tab{
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.floor-plans-tab-content-style2{
    position: relative;
    display: block;
}
.floor-plans-tab-content-style2 .text{
    position: relative;
    display: block;
    padding-bottom: 18px;
}
.floor-plans-tab-content-style2 .text p{
    margin: 0;
}

.floor-plans-tab-content-style2 ul{
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 320px;
    width: 100%;
}
.floor-plans-tab-content-style2 ul li {
    position: relative;
    display: block;
    background: #ffffff;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    line-height: 42px;
}
.floor-plans-tab-content-style2 ul li span{}
.floor-plans-tab-content-style2 ul li span.right{
    position: relative;
    display: inline-block;
    float: right;
    color: #666666;
    font-weight: 400;
}
.floor-plans-tab-content-style2 ul li:before {
    position: absolute;
    left: 130px;
    right: 100px;
    height: 1px;
    border-bottom: 1px dashed #575656;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}

.floor-plans-tab-content-style2 .button-box{
    position: relative;
    display: block;
    padding-top: 35px;
}
.floor-plans-tab-content-style2 .button-box a{
    color: #222222;
    line-height: 58px;
    border: 1px solid #444444;
    background: #ffffff;
    margin-right: 6px;
}
.floor-plans-tab-content-style2 .button-box a.first{
    color: #ffffff;
}
.floor-plans-tab-content-style2 .button-box a:hover{
    color: #ffffff;
}
.floor-plans-tab-content-style2 .icon-box {
    position: absolute;
    bottom: -10px;
    right: -45px;
    color: #f9f8f5;
    font-size: 250px;
    transform: rotate(-45deg);
}



/*** 
=============================================
    Floor Plans Style3 Area Css
=============================================
***/
.floor-plans-style3-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 80px;
}
.floor-plans-style3-area .sec-title{
    padding-bottom: 62px;
}
.floor-plans-style3-content{
    position: relative;
    display: block;
}
.floor-plans-tab-style3{
    position: relative;
    display: block;
}
.floor-plans-tab-style3 .tab-button-column {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    padding: 63px 45px 63px;
    padding-right: 30px;
}
.floor-plans-tab-style3 .tab-button-column .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.floor-plans-tab-style3 .tab-button-column .tab-buttons li {
    position: relative;
    display: block;
    float: none;
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 30px;
    margin-bottom: 31px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.floor-plans-tab-style3 .tab-button-column .tab-buttons li:last-child{
    margin-bottom: 0px;
}
.floor-plans-tab-style3 .tab-button-column .tab-buttons li span{
    position: relative;
    display: inline-block;
}
.floor-plans-tab-style3 .tab-button-column .tab-buttons li span:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #383838;
    content: "";
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.floor-plans-tab-style3 .tab-button-column .tab-buttons li.tab-btn:hover span:before,
.floor-plans-tab-style3 .tab-button-column .tab-buttons li.tab-btn.active-btn span:before{
    transform: scaleX(1.0);       
}

.floor-plans-tab-style3 .tabs-content .tab{
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	z-index:10;
}
.floor-plans-tab-style3 .tabs-content .tab.active-tab{
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.floor-plans-tab-content-style3{
    position: relative;
    display: block;
}

.floor-plans-style3-map-box {
    position: relative;
    display: block;
    border: 1px solid #dfdfdf;
    padding: 29px 50px 29px;
    text-align: center;
}
.floorplan-style3-tab-bottom-content{
    position: relative;
    display: block;
    padding-top: 70px;
}
.floorplan-style3-tab-bottom-content ul{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;    
}

.floorplan-style3-tab-bottom-content ul li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding-top: 9px;
    padding-left: 25px;
    padding-bottom: 4px;
    margin-bottom: 30px;
}
.floorplan-style3-tab-bottom-content ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #e1e1e1;
    content: "";
}
.floorplan-style3-tab-bottom-content ul li .inner {
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.floorplan-style3-tab-bottom-content ul li .inner .icon{
    width: 50px;
}
.floorplan-style3-tab-bottom-content ul li .inner .icon span:before{
    color: #222222;
    font-size: 50px;
    line-height: 50px;
}
.floorplan-style3-tab-bottom-content ul li .inner .title{
    position: relative;
    padding-left: 25px;
}
.floorplan-style3-tab-bottom-content ul li .inner .title h5{
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 9px;
}
.floorplan-style3-tab-bottom-content ul li .inner .title h3{
    color: #222222;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.floorplan-style3-tab-bottom-content ul li .inner .title h3 span{}
.floorplan-style3-tab-bottom-content ul li .inner .title h3 span sup{}

.floorplan-style3-tab-bottom-content .text-box{
    position: relative;
    display: block;
}
.floorplan-style3-tab-bottom-content .text-box p{
    margin: 0 0 25px;
}
.floorplan-style3-tab-bottom-content .text-box .button-box{
    position: relative;
    display: block; 
    padding-top: 7px;
}












/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 80px 50px;
    z-index: 1;
}
.footer-area .container-box{
    position: relative;
    display: block;
    padding-top: 110px;
    background-color: #171717;    
}
.footer-top{
    position: relative;
    display: block;
}
.footer-top .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 32px;
}
.footer-top .footer-logo a{
    position: relative;
    display: inline-block;
}

.footer-top .footer-menu{
    position: relative;
    display: block;
}
.footer-top .footer-menu ul{
    overflow: hidden;
}
.footer-top .footer-menu ul li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 23px;
}
.footer-top .footer-menu ul li:first-child{
    margin-left: 0;
}
.footer-top .footer-menu ul li:last-child{
    margin-right: 0;
}
.footer-top .footer-menu ul li a{
    color: rgba(255, 255, 255, 0.50);
    transition: all 500ms ease;
}
.footer-top .footer-menu ul li a:hover{
    color: #ffffff;
}


.footer {
    position: relative;
    display: block;
    margin-top: 72px;
    padding: 77px 0 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.footer-content-box{
    position: relative;
    margin-left: -60px;
    margin-right: -60px;
}
.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    padding-bottom: 18px;
    margin-bottom: 40px;
}
.single-footer-widget .title h3{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
}
.single-footer-widget .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    content: "";
}

.single-footer-widget .our-agent {
    position: relative;
    display: block;
    max-width: 310px;
    width: 100%;
}
.single-footer-widget .our-agent li {
    position: relative;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-bottom: 32px;
    margin-bottom: 40px;
}
.single-footer-widget .our-agent li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.single-footer-widget .our-agent li .img-box{
    width: 80px;
}
.single-footer-widget .our-agent li .img-box img{
    width: 100%;
    border-radius: 50%;
}
.single-footer-widget .our-agent li .title-box {
    position: relative;
    display: block;
    padding-left: 30px;
}
.single-footer-widget .our-agent li .title-box h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.single-footer-widget .our-agent li .title-box span{
    color: rgba(255, 255, 255, 0.50);
    font-size: 12px;
    font-weight: 400;
}
.single-footer-widget .our-agent li .bottom {
    position: relative;
    display: block;
    margin-top: 6px;
}
.single-footer-widget .our-agent li .bottom p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}
.single-footer-widget .our-agent li .bottom p i{
    color: #ffffff;
}
.single-footer-widget .our-agent li .bottom p a {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.50);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-footer-widget .our-agent li .bottom p a:hover{
    color: #ffffff;
}


.single-footer-widget .footer-contact-info{
    position: relative;
    display: block;
}
.single-footer-widget .footer-contact-info ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -3px;
}
.single-footer-widget .footer-contact-info ul li{
    position: relative;
    display: block;
    margin-bottom: 19px;
}
.single-footer-widget .footer-contact-info ul li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .footer-contact-info ul li h5{
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin:  0;
}
.single-footer-widget .footer-contact-info ul li p{
    color: rgba(255, 255, 255, 0.50);    
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 9px 0 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-footer-widget .footer-contact-info ul li p a{
    color: rgba(255, 255, 255, 0.50); 
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.single-footer-widget .footer-contact-info ul li p a:hover{
    color: #ffffff;
}

.location-map{
    position: relative;
    display: block;
    padding-top: 25px;
}
.location-map p{
    margin: 0;
}
.location-map p a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
}
.location-map p span:before {
    position: relative;
    top: 6px;
    left: 1px;
    display: inline-block;
    padding-right: 10px;
    color: #ffffff;
    font-size: 20px;
}


.inquiry-form .row {
    margin-left: -5px;
    margin-right: -5px;
}
.inquiry-form .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}
.inquiry-form form{
    position: relative;
    display: block;
}
.inquiry-form form .input-box{
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.inquiry-form form input[type="text"],
.inquiry-form form input[type="email"],
.inquiry-form form textarea{
    position: relative;
    display: block;   
    background: #171717;
    border: 1px solid rgba(255, 255, 255, 0.20);
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 0.20);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: 'Noto Serif', serif;
}
.inquiry-form form textarea {
    height: 120px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.inquiry-form form input[type="text"]:focus{
    color: rgba(255, 255, 255, 0.50);
    border-color: rgba(255, 255, 255, 0.50);
}
.inquiry-form form input[type="email"]:focus{
    color: rgba(255, 255, 255, 0.50);
    border-color: rgba(255, 255, 255, 0.50);
}
.inquiry-form form textarea:focus{
    color: rgba(255, 255, 255, 0.50);
    border-color: rgba(255, 255, 255, 0.50);
}

.inquiry-form form input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.20);
}
.inquiry-form form input[type="text"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.20);
}
.inquiry-form form input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.20);
}
.inquiry-form form input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.20);
}
.inquiry-form form input[type="email"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.20);
}
.inquiry-form form input[type="email"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.20);
}
.inquiry-form form input[type="email"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.20);
}
.inquiry-form form input[type="email"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.20);
}
.inquiry-form form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.20);
}
.inquiry-form form textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.20);
}
.inquiry-form form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.20);
}
.inquiry-form form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.20);
}
.inquiry-form form .button-box {
    position: relative;
    display: block;
}
.inquiry-form form .button-box button{
    position: relative;
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Noto Serif', serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.inquiry-form form .button-box button:hover{
    background: #1e1e1e;
}

.footer-bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: 73px 0;
}
.footer-bottom .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.copyright-text {
    position: relative;
    display: block;
}
.copyright-text p{
    color: rgba(255, 255, 255, 0.40);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}
.copyright-text p a {
    color: rgba(255, 255, 255, 0.40);
    font-weight: 500;
    transition: all 500ms ease;
}
.copyright-text p a:hover{
    color: rgba(255, 255, 255);    
}

.footer-social-link{
    position: relative;
    display: block;
}
.footer-social-link ul{
    overflow: hidden;
}
.footer-social-link ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 40px;
}
.footer-social-link ul li:last-child{
    margin-right: 0;
}
.footer-social-link ul li a{
    position: relative;
    display: inline-block;
    color: #888888;
    font-size: 16px;
    line-height: 28px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




/*** 
=============================================
    Footer area  Style2 css
=============================================
***/
.footer-area.style2 {
    background: #0d1723;
    padding: 0 80px 0px;
}
.footer-area.style2 .container-box {
    background-color: #0d1723;
}
.inquiry-form.style2 form input[type="text"],
.inquiry-form.style2 form input[type="email"],
.inquiry-form.style2 form textarea{ 
    background: #19232e;
    border: 1px solid #19232e;
}


.footer-area.style2 .footer {
    border-top: 1px solid #1b2f46;
}
.single-footer-widget.style2 .our-agent li {
    border-bottom: 1px solid #1b2f46;
}
.single-footer-widget.style2 .our-agent li:last-child{
    border-bottom: none;
}
.footer-area.style2 .footer-bottom {
    border-top: 1px solid #1b2f46;
}




/*** 
=============================================
    Footer area  Style3 css
=============================================
***/
.footer-area.style3 {
    background: #171717;
    padding: 0 0px 0px;
}
.footer-area.style3 .container-box {
    background-color: #171717;
    padding-top: 0;
}

.footer-top-style3 {
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 72px;
    z-index: 10;
}
.footer-top-style3-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: contain;
    background-position: center center;
}

.footer.style3 {
    margin-top: 0;
    border-top: 1px solid rgb(48, 48, 48);
}
.footer.style3 .single-footer-widget .our-agent li {
    border-bottom: 1px solid rgb(48, 48, 48);
}
.footer.style3 .single-footer-widget .our-agent li:last-child{
    border-bottom: none;
}
.footer.style3 .inquiry-form form input[type="text"], 
.footer.style3 .inquiry-form form input[type="email"], 
.footer.style3 .inquiry-form form textarea {
    border: 1px solid rgb(48, 48, 48);
}
.footer.style3 .inquiry-form form input[type="text"]:focus{
    border-color: rgba(255, 255, 255, 0.50);
}
.footer.style3 .inquiry-form form input[type="email"]:focus{
    border-color: rgba(255, 255, 255, 0.50);
}
.footer.style3 .inquiry-form form textarea:focus{
    border-color: rgba(255, 255, 255, 0.50);
}
.footer-area.style3 .footer-bottom {
    border-top: 1px solid rgb(48, 48, 48);
}




/*** 
=============================================
    Footer area  Style4 css
=============================================
***/
.footer-area.style4 {
    background: #171717;
    padding: 0 0px 0px;
}
.footer-area.style4 .container-box {
    background-color: #111111;
    padding-top: 0;
}


.footer-top-style4 {
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 72px;
    z-index: 10;
}
.footer-top-style4-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: contain;
    background-position: center center;
}


.footer.style4 {
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}


.footer.style4 .single-footer-widget .our-agent li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.footer.style4 .single-footer-widget .our-agent li:last-child{
    border-bottom: none;
}


.footer-area.style4 .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.footer-area.style4 .inquiry-form form input[type="text"], 
.footer-area.style4 .inquiry-form form input[type="email"], 
.footer-area.style4 .inquiry-form form textarea {
    border: 1px solid rgba(255, 255, 255, 0.10);
}


.footer-social-link.style3 ul li a:hover{
    color: #ea5f55;    
}











/*** 
=============================================
   Gallery Area Css
=============================================
***/
.gallery-area{
    position: relative;
    display: block;
    padding: 0 80px 75px;
}
.gallery-area.pdtop0{
    padding-top: 0;
}
.gallery-area .row {
    margin-left: -17.5px;
    margin-right: -17.5px;
}
.gallery-area .row [class*=col-] {
    padding-left: 17.5px;
    padding-right: 17.5px;
}
.single-gallery-item{
    position: relative;
    display: block;
    margin-bottom: 35px;
}
.single-gallery-item .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-gallery-item .img-holder img{
    width: 100%;
    transform: scale(1.0);
}
.single-gallery-item:hover .img-holder img{
    transform:scale(1.2) rotate(1deg);	    
}

.single-gallery-item .img-holder:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: 0.10;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.single-gallery-item:hover .img-holder:before{
    opacity: 0.80;
    transform: scaleY(1.0);    
}

.single-gallery-item .img-holder:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: 0.10;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.single-gallery-item:hover .img-holder:after{
    opacity: 0.80;
    transform: scaleY(1.0);    
}
.single-gallery-item .img-holder .zoom-button{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 10;
}
.single-gallery-item:hover .img-holder .zoom-button{
    opacity: 1;
    transform: scaleY(1.0);    
}
.single-gallery-item .img-holder .zoom-button a{
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
        color: #ffffff;
    font-size: 36px;
    line-height: 190px;
    text-align: center;
}



/*** 
=============================================
    Gallery Style2 Area Css
=============================================
***/
.gallery-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 140px;
}
.gallery-style2-area .pattern-bg-left{
    position: absolute;
    left: 0;
    top: -115px;
    width: 120px;
    height: 230px;
}

.gallery-style2-area .pattern-bg{
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 525px;
    background-color: #f9f6f2;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: auto;
    background-position: center center;    
}
.gallery-style2-area .sec-title.style3 {
    max-width: 650px;
    width: 100%;
    padding-bottom: 62px;
    margin: 0 auto;
}
.gallery-style2-area .sec-title.style3 p {
    margin: 14px 0 0;
}


.gallery-carousel{
    position: relative;
	display: block;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.gallery-carousel.owl-carousel .owl-stage-outer{
	overflow: visible;
	padding: 0px 0px 0px;
}

.single-gallery-item-style2{
    position: relative;
    display: block;
}
.single-gallery-item-style2 .inner-box{
    position: relative;
    display: block;
    padding-bottom: 55px;
}
.single-gallery-item-style2 .inner-box .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-gallery-item-style2 .inner-box .img-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    opacity: 0.70;
    content: "";
    transform: perspective(400px) translateY(0px);
    transform-origin: center;
    transition: all 0.5s ease-in-out 0s;
}
.gallery-carousel.owl-carousel .owl-item.active .single-gallery-item-style2 .inner-box .img-holder:before{
    opacity: 0.0;
    transform: perspective(400px) translateY(0px);
    transition: all 0.5s ease-in-out 0.3s;
}
.single-gallery-item-style2 .overlay-content {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 470px;
    padding: 42px 50px 42px;
    width: 100%;
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: perspective(370px) scale(0.7)translate(20px, 0px);
    transition: all .4s ease-in-out .1s;  
    z-index: 2;
}
.gallery-carousel.owl-carousel .owl-item.active .single-gallery-item-style2 .overlay-content{
    opacity: 1;
    transform: perspective(370px) scale(1.0)translate(0px, 0px);
    transition: all .4s ease-in-out .5s;      
}
.single-gallery-item-style2 .overlay-content h2{
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 11px;
}
.single-gallery-item-style2 .overlay-content .border-box{
    width: 40px;
    height: 1px;
    background: #ffffff;
}
.single-gallery-item-style2 .overlay-content p{
    color: #ffffff;
    margin: 18px 0 0;
}
.gallery-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: -33px;
    right: -33px;
    line-height: 0;
    height: 0;
    transform: translateY(-60px);
}
.gallery-carousel.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
    float: right;
}




/*** 
=============================================
    Gallery Style3 Area Css
=============================================
***/
.gallery-style3-area{
    position: relative;
    display: block;
    background: #fff;
    padding: 0 0 80px;
}
.gallery-style3-area .sec-title{
    padding-bottom: 61px;
}
.project-menu-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 50px;
}
.project-filter {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.project-filter li {
    position: relative;
    display: inline-block;
    float: none;
    margin-right: 20px;
    padding-right: 21px;
    line-height: 28px;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.project-filter li:last-child{
    margin-right: 0px;
    padding-right: 0;
}
.project-filter li:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e1e1e1;
    content: "";
}
.project-filter li:last-child:before{
    display: none;
}
.project-filter li .filter-text {
    position: relative;
    display: inline-block;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    transition: all .4s ease;
    z-index: 1;
}
.project-filter li .filter-text:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #3a3a3a;
    content: "";
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.project-filter li:hover .filter-text:before,
.project-filter li.active .filter-text:before{
    transform: scaleX(1.0);    
}
.project-filter li .count {
    display: none;
}

.gallery-style3-area .single-gallery-item{
    margin-bottom: 30px;
}




/*** 
=============================================
    Gallery Page Css
=============================================
***/
.single-gallery-item.style2 .img-holder:before {
    background-color: rgba(68, 68, 68, 1.0);
}
.single-gallery-item.style2:hover .img-holder:before{
    opacity: 0.90;
    transform: scaleY(1.0);    
}
.single-gallery-item.style2 .img-holder:after {
    background-color: rgba(68, 68, 68, 1.0);
}
.single-gallery-item.style2:hover .img-holder:after{
    opacity: 0.90;
    transform: scaleY(1.0);    
}
.single-gallery-item.style2 .img-holder .border-box{
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scale(1.3);
    transition: all 500ms ease 300ms;
}
.single-gallery-item.style2:hover .img-holder .border-box{
    transform: scale(1.0);    
}
.single-gallery-item.style2 .overaly-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    z-index: 10;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scale(0);
    transition: all 300ms ease 100ms;
}
.single-gallery-item.style2:hover .overaly-content{
    transform: scale(1.0);
    transition: all 500ms ease 800ms;
}
.single-gallery-item.style2 .overaly-content .button{
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.single-gallery-item.style2 .overaly-content .button a span:before{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    transform: rotate(180deg);
}
.single-gallery-item.style2 .overaly-content h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}








/*==============================================
    Main Header Css        
===============================================*/
.main-header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
    margin: 0px;
	z-index: 999999;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sticky-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 0px;
    background: rgba(23, 23, 23, 0.95);
	opacity: 0;
    visibility: hidden;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 0;
}
.fixed-header .sticky-header {
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
	opacity: 1;
	z-index: 999999;
}
.sticky-header .logo {
    position: relative;
    display: block;
    padding: 18px 0 18px;
}
.sticky-header .logo a{
    position: relative;
    display: inline-block;
}
.sticky-header .main-menu .navigation> li {}
.sticky-header .main-menu .navigation> li> a {
    color: #ffffff;
    padding: 35px 0;
}



.header-style-one {
    position: relative;
}

.header {
    position: relative;
    display: block;
    background: #ffffff;
}
.header .container-box{
    position: relative;
    display: block;
    padding: 0 80px;
}
.header .outer-box {
    position: relative;
    display: block;
    padding: 32px 0 33px;
}


.header-left {
    position: relative;
    display: block;
}
.header-left .logo {
    position: relative;
    display: block;
    float: left;
    padding-bottom: 1px;
}
.header-left .logo a{
    position: relative;
    display: inline-block;
}


.header-middle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
}
.header-middle .outer-search-box-style1 {
    position: relative;
    display: block;
    float: left;
    padding: 45px 0;
    margin-left: 25px;
}

.header-middle .nav-outer {
    position: relative;
    display: block;
    float: left;
}
.main-menu.style1{}
.main-menu {
    position: relative;
    display: block;
    float: left;
}
.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}
.main-menu .navigation {
	position: inherit;
	display: block;
}
.main-menu .navigation> li {
    position: inherit;
    display: inline-block;
    float: left;
    margin-right: 30px;
}
.main-menu .navigation> li:last-child{
    margin-right: 0;
}
.main-menu .navigation>li>a {
	position: relative;
	display: block;
    padding: 50px 0;
	color: #222222;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	transition: all 500ms ease;
	opacity: 1;
    font-family: 'Noto Serif', serif;
}
.main-menu .navigation>li.dropdown>a {
    padding-right: 15px;
}
.main-menu .navigation>li.dropdown>a:before {
    position: absolute;
    right: 0px;
    font-family: FontAwesome;
    content: "\f107";
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
}


.main-menu .navigation> li> ul,
.main-menu .navigation> li> .megamenu {
	position: absolute;
	top: 100%;
    left: inherit;
	width: 270px;
	padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 100;
}
.main-menu .navigation> li> ul:before,
.main-menu .navigation> li> .megamenu:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
	-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);
    z-index: -1;
}
.main-menu .navigation> li.dropdown:hover> ul,
.main-menu .navigation> li.dropdown:hover .megamenu{
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}


.main-menu .navigation> li> ul> li,
.main-menu .navigation> li> .megamenu li{
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation> li> ul> li> a,
.main-menu .navigation> li> .megamenu li> a {
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	color: #222222;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
	text-transform: none;
	transition: all 500ms ease;
    font-family: 'Noto Serif', serif;
}
.main-menu .navigation> li> ul> li:last-child> a,
.main-menu .navigation> li> .megamenu li:last-child a{
    border: none;
} 
.main-menu .navigation> li> ul> li> a:hover,
.main-menu .navigation> li> .megamenu li> a:hover {
    padding-left: 15px;
}

.main-menu .navigation> li> ul> li> a:before,
.main-menu .navigation> li> .megamenu li> a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    opacity: 0;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-menu .navigation> li> ul> li:hover> a:before,
.main-menu .navigation> li> .megamenu li:hover a:before {
    width: 5px; 
    opacity: 1;
}
.main-menu .navigation> li> ul> li:hover> a:before{
	opacity: 1;
}
.main-menu .navigation> li> ul> li.dropdown> a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    text-align: right;
    z-index: 5;
}
.main-menu .navigation> li> ul> li> ul {
	position: absolute;
	top: 0%;
	left: 100%;
	width: 250px;
	padding: 0;
	display: none;
	background: #ffffff;
    border-radius: 0;
	-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);
    -moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 100;
}
.main-menu .navigation li> ul> li.dropdown:hover ul {
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}
.main-menu .navigation>li>ul>li>ul> li {
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation> li> ul> li> ul> li> a {
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	color: #222222;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
	text-transform: none;
	transition: all 500ms ease;
    font-family: 'Noto Serif', serif;
}
.main-menu .navigation> li> ul> li> ul> li:last-child> a{
    border: none;
}
.main-menu .navigation> li> ul> li:hover > a{
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> ul> li> a:hover {
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> ul> li a:before{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-menu .navigation> li> ul> li> ul> li:hover> a:before{
    width: 5px;
}


/** megamenu-style **/
.main-menu .navigation > li.dropdown > .megamenu {
    position: absolute;
    width: 100%;
    padding: 0px 0px;
    left: 0px;
}
.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 500;
  padding: 3px 0px;
  color: #fff;
}
.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}



.header-right {
    position: relative;
    display: block;
}
.header-button-style1 {
    position: relative;
    display: block;
}
.header-button-style1 ul {
    position: relative;
    overflow: hidden;
}
.header-button-style1 ul li {
    position: relative;
    display: inline-block;
    float: left;
}
.header-button-style1 ul li a {
    position: relative;
    display: block;
    width: 240px;
    color: #222222;
    font-size: 18px;
    line-height: 65px;
    font-weight: 700;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.header-button-style1 ul li.style1 a{
    background: #f6f3ee;
}
.header-button-style1 ul li.style2 a{
    color: #ffffff;
    font-size: 22px;
}

.header-button-style1 ul li a:hover{
    color: #ffffff;
}
.header-button-style1 ul li.style2 a span:before{
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 10px;
}
.header-button-style1 ul li a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #444444;
    content: "";
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.header-button-style1 ul li a:hover:before{
    transform: scaleX(1.0);        
}




.outer-search-box-style1 {
    position: relative;
    display: inline-block;
    float: left;
}
.outer-search-box-style1 .seach-toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    color: #242424;
    font-size: 16px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    transition: all 500ms ease;
    border: 1px dashed transparent;
    border-radius: 50%;
}
.outer-search-box-style1 .search-box {
    position: absolute;
    top: 120%;
    right: 0%;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
    padding: 20px;
    transition: all 500ms ease 0s;
    visibility: hidden;
    z-index: 100;
    margin-left: 0;
}
.outer-search-box-style1 .search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.outer-search-box-style1 .search-box .form-group{
    position:relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #1f1f23;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 50px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"]:focus{
    border-color: #f5f5f5;	
}
.outer-search-box-style1 .search-box .form-group button, 
.outer-search-box-style1 .search-box .form-group input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    transition: all 500ms ease 0s;
}
.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus + button{
    color: #222222;
    background: #f5f5f5;
}



/*** 
=====================================================
	Main Header style Two Css
=====================================================
***/
.main-header-style-two {}

.header-top-style2{
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.header-top-style2 .outer-box{
    position: relative;
    display: block;
}
.header-top-style2 ul {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.header-top-style2 ul li {
    position: relative;
    display: block;
    width: 20%;
    border-right: 1px solid rgba(255, 255, 255, .15);
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 11px 0;
}
.header-top-style2 ul li:first-child{
    text-align: left;
}
.header-top-style2 ul li:last-child{
    border-right: none;
    text-align: right;
}
.header-top-style2 ul li p{
    margin: 0;    
}
.header-top-style2 ul li a{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.header-top-style2 ul li .social-links{
    position: relative;
    display: block;
}
.header-top-style2 ul li .social-links a{
    color: #ffffff;
    font-size: 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;    
}
.header-top-style2 ul li .social-links a+a{
    margin-left: 18px;
}



.header-style2{
    position: relative;
    display: block;
}
.header-style2 .outer-box{
    position: relative;
    display: block;
}
.header-left-style2{
    position: relative;
    display: block; 
}
.header-left-style2 .logo {
    position: relative;
    display: block;
    padding: 33px 0;
}
.header-left-style2 .logo a{
    position: relative;
    display: inline-block;
}



.header-right-style2 .nav-outer {
    position: relative;
    display: block;
    float: left;
}
.main-menu.style2 .navigation>li>a {
    color: #ffffff;
}




.header-right-style2 .outer-search-box-style1 {
    position: relative;
    display: block;
    float: right;
    padding: 50px 0;
    margin-left: 25px;
}
.header-right-style2 .outer-search-box-style1 .seach-toggle {
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
    text-align: right;
}



/*** 
=====================================================
	Main Header style Three Css
=====================================================
***/
.main-header-style-three {}
.header-style3{
    position: relative;
    display: block;
}


.header-style3 .container-box{
    position: relative;
    display: block;
    max-width: 1530px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.header-style3 .outer-box{
    position: relative;
    display: block;
}

.header-left-style3{
    position: relative;
    display: block;
}
.main-menu.style3 .navigation> li {
    margin-right: 30px;
}
.main-menu.style3 .navigation> li:last-child{
    margin-right: 0;
}
.main-menu.style3 .navigation>li>a {
    color: #ffffff;
    padding-top: 66px;
    padding-bottom: 32px;
}
.main-menu.style3 .navigation>li.dropdown>a {
    padding-right: 15px;
}


.header-middle-style3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
}
.header-middle-style3 .logo {
    position: relative;
    display: block;
    padding-top: 50px;
}
.header-middle-style3 .logo a{
    position: relative;
    right: -30px;
    display: inline-block;
}


.header-right-style3 {
    position: relative;
    display: block;
    padding-top: 57px;
}
.header-button-style3 {
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-button-style3 .phn-number{
    position: relative;
    display: block;
}
.header-button-style3 .phn-number a{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.header-button-style3 .phn-number a span:before{
    position: relative;
    display: inline-block;
    top: 2px;
    float: left;
    padding-right: 10px;
    font-size: 24px;
}

.header-button-style3 .button-box{
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}
.header-button-style3 .button-box a{
    line-height: 48px;
    font-weight: 400;
    border: 1px solid #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    background: transparent;
}

.hidden-content-button {
    position: relative;
    display: block;
    float: right;
    padding: 13px 0;
}
.hidden-content-button a {
    position: relative;
    display: flex;
    height: 24px;
    width: 24px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hidden-content-button a span{
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    background: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.hidden-content-button a:hover span{
    background: #444444;    
}



/*** 
=====================================================
	Main Header style Four Css
=====================================================
***/
.main-header-style-four {}
.header-style4{
    position: relative;
    display: block;
}


.header-style4 .container-box{
    position: relative;
    display: block;
    width: 100%;
    padding: 0 100px;
}
.header-style4 .outer-box{
    position: relative;
    display: block;
}

.header-left-style4{
    position: relative;
    display: block;
}

.header-left-style4 .logo {
    position: relative;
    display: block;
    float: left;
    padding-top: 50px;
    padding-right: 150px;
}
.header-left-style4 .logo a{
    position: relative;
    display: inline-block;
}

.header-left-style4 .nav-outer {
    position: relative;
    display: block;
    float: left;
}
.main-menu.style4 .navigation> li {
    margin-right: 40px;
}
.main-menu.style4 .navigation> li:last-child{
    margin-right: 0;
}
.main-menu.style4 .navigation>li>a {
    color: #ffffff;
    padding-top: 66px;
    padding-bottom: 34px;
}
.main-menu.style4 .navigation>li.dropdown>a {
    padding-right: 15px;
}



.header-right-style4 {
    position: relative;
    display: block;
    padding-top: 54px;
}
.header-button-style4 {
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-button-style4 .phn-number{
    position: relative;
    display: block;
}
.header-button-style4 .phn-number a{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.header-button-style4 .phn-number a span:before{
    position: relative;
    display: inline-block;
    top: 2px;
    float: left;
    padding-right: 10px;
    font-size: 24px;
}
.header-button-style4 .button-box{
    position: relative;
    display: block;
    padding-left: 35px;
    padding-right: 35px;
}
.header-button-style4 .button-box a{
    line-height: 54px;
    font-weight: 400;
    padding-left: 35px;
    padding-right: 35px;
}


.hidden-content-button-style2{
    position: relative;
    display: block;
    float: right;
    padding: 13px 0;
}
.hidden-content-button-style2 a {
    position: relative;
    display: flex;
    height: 30px;
    width: 50px;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}
.hidden-content-button-style2 a span{
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    margin: 4px 0;
    background: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.hidden-content-button-style2 a span.middle{
    width: 50px;
}


.sticky-header.style4 {
    background: #111111;
}
.sticky-header.style4 .logo {
    padding: 18px 0 18px;
}
.sticky-header.style4 .main-menu.style4 .navigation>li>a {
    padding-top: 35px;
    padding-bottom: 35px;
}



/*** 
=====================================================
	Main Header style Five Css
=====================================================
***/
.main-header-style-five {}
.header-style5{
    position: relative;
    display: block;
}
.header-style5 .container-box{
    position: relative;
    display: block;
    width: 100%;
    padding: 0 150px;
}
.header-style5 .outer-box{
    position: relative;
    display: block;
}
.header-left-style5{
    position: relative;
    display: block;
}
.header-left-style5 .logo {
    position: relative;
    display: block;
    float: left;
    padding-top: 50px;
    padding-bottom: 36px;
}
.header-left-style5 .logo a{
    position: relative;
    display: inline-block;
}


.header-right-style5 {
    position: relative;
    display: block;
}
.header-right-style5 .nav-outer {
    position: relative;
    display: block;
    float: left;
}
.main-menu.style5 .navigation> li {
    margin-right: 40px;
}
.main-menu.style5 .navigation> li:last-child{
    margin-right: 0;
}
.main-menu.style5 .navigation>li>a {
    color: #ffffff;
    padding-top: 66px;
    padding-bottom: 54px;
}
.main-menu.style5 .navigation>li.dropdown>a {
    padding-right: 15px;
}



.header-button-style5 {
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 57px 0 43px;
}
.header-button-style5 .phn-number{
    position: relative;
    display: block;
    padding: 0 50px;
}
.header-button-style5 .phn-number a{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.header-button-style5 .phn-number a span:before{
    position: relative;
    display: inline-block;
    top: 2px;
    float: left;
    padding-right: 10px;
    font-size: 24px;
}
.header-button-style5 .button-box{
    position: relative;
    display: block;
}
.header-button-style5 .button-box a{
    line-height: 48px;
    font-weight: 400;
    border: 1px solid #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    background: transparent;
}


.header-button-style5.style5instyle6 .button-box a {
    line-height: 48px;
    font-weight: 700;
    padding-left: 25px;
    padding-right: 25px;
}




























/*** 
=============================================
    Intro Style1 Area Css
=============================================
***/
.intro-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 51px 0px 70px;
}
.intro-big-title {
    position: relative;
    display: block;
    overflow: hidden;
    color: #f9f6f2;
    font-size: 240px;
    line-height: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.intro-big-title span {
    position: relative;
    display: inline-block;
    margin: 0 -4px;
}


.intro-style1-content-box{
    position: relative;
    display: block;
}
.intro-style1-content-box h2 {
    color: #222222;
    font-size: 44px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 27px;
}
.intro-style1-content-box h3 {
    color: #222222;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 19px;
}
.intro-style1-content-box p{
    margin: 0;
}
.intro-style1-content-box .button-box {
    position: relative;
    display: block;
    margin-top: 47px;
}

.intro-style1-image-box {
    position: relative;
    display: block;
    margin-top: -130px;
    margin-left: 0;
    margin-right: -110px;
}
.intro-style1-image-box ul{
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
}
.intro-style1-image-box ul.top {
    margin-bottom: -165px;
}
.intro-style1-image-box ul.bottom {
    margin-top: -163px;
}
.intro-style1-image-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
    width: 322px;
    height: 322px;
    z-index: 1;
}
.intro-style1-image-box ul.top li{
    position: relative;
    display: block;
}
.intro-style1-image-box ul.top li:before {
    position: absolute;
    top: 48px;
    left: 48px;
    bottom: 48px;
    right: 48px;
    background: #444444;
    content: "";
    z-index: -1;
    transform: rotate(45deg);
}

.intro-style1-image-box ul li .inner-box{
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
}
.intro-style1-image-box ul li .inner-box .thm-logo-box {
    position: relative;
    color: #ffffff;
    font-size: 120px;
    line-height: 322px;
}
.intro-style1-image-box ul li .inner-box .thm-logo-box span:before{
    position: relative;
    top: 5px;
    display: inline-block;
}



/*** 
=============================================
    Intro Style2 Area Css
=============================================
***/
.intro-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
}
.intro-style2-image-box {
    position: relative;
    display: block;
    padding-top: 90px;
    margin-right: -55px;
    z-index: 101;
}
.intro-style2-image-box .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.intro-style2-image-box .inner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    background: #ffffff;
    content: "";
}
.intro-style2-image-box .inner img{
    width: 100%;
}


.intro-style2-content-box {
    position: relative;
    display: block;
    padding-top: 60px;
    padding-left: 115px;
    padding-bottom: 110px;
    padding-right: 50px;
    z-index: 100;
}
.intro-style2-content-box-bg-color {
    position: absolute;
    top: -50px;
    left: 5px;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.intro-style2-content-box .sec-title.style3 {
    position: relative;
    display: block;
    padding-bottom: 22px;
}
.intro-style2-content-box .sec-title.style3 .title-icon span:before{
    color: #ffffff;
}
.intro-style2-content-box .sec-title.style3 .sub-title {
    position: relative;
    display: block;
    padding-bottom: 10px;
}
.intro-style2-content-box .sec-title.style3 .sub-title h4{
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.intro-style2-content-box .sec-title.style3 h2 {
    color: #ffffff;
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    text-transform: none;
}

.intro-style2-content-box .inner-content{
    position: relative;
    display: block;
}
.intro-style2-content-box .inner-content .text {
    margin-bottom: 47px;
}
.intro-style2-content-box .inner-content .text p{
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.intro-style2-content-box .inner-content .button-box{
    position: relative;
    display: block;
}
.intro-style2-content-box .inner-content .button-box a{
    color: #ffffff;
    line-height: 56px;
    border: 2px solid #ffffff;
    background: transparent;
}



/*** 
=============================================
    Intro Style3 Area Css
=============================================
***/
.intro-style3-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.intro-style3-area .sec-title {
    padding-bottom: 54px;
}
.intro-style3-text-box{
    position: relative;
    display: block;
    margin-bottom: 32px;
}
.intro-style3-text-box p{
    margin: 0;
}
.intro-style3-main-content-box{
    position: relative;
    display: block;
    margin-top: 40px;
    min-height: 400px;
}
.intro-style3-main-content-box .left-box {
    position: relative;
    display: block;
    max-width: 455px;
    width: 100%;
    padding-top: 15px;
    z-index: 2;
}
.intro-style3-main-content-box .right-box{
    position: relative;
    display: block;
    max-width: 455px;
    width: 100%; 
    padding-top: 15px;
    z-index: 2;
}

.intro-style3-main-image-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro-style3-main-image-box .inner{
    position: relative;
    display: block;
    overflow: hidden;
    width: 400px;
    height: 400px;
}
.intro-style3-main-image-box .inner img{
    width: 100%;
    border-radius: 50%;
}


.intro-style3-single-box {
    position: relative;
    margin-bottom: 90px;
}
.intro-style3-single-box:last-child{
    margin-bottom: 0;
}
.intro-style3-single-box .icon{
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 10px;
    background: #ffffff;
}
.intro-style3-single-box .icon .inner{
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.05); 
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.05);

}
.intro-style3-single-box .icon .inner span{
    font-size: 65px;    
}
.intro-style3-single-box .icon,
.intro-style3-single-box .text{
    display: table-cell;
    vertical-align: middle;
}
.intro-style3-single-box .text{
    position: relative;
    padding-left: 25px;
}
.intro-style3-single-box .text h3{
    color: #222222;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 11px;
}
.intro-style3-single-box .text p{
    margin: 0;
}

.intro-style3-single-box.left .text {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}















/*** 
=============================================
    Place Style1 Area Css
=============================================
***/
.place-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.place-style1-content {
    position: relative;
    display: block;
    margin-right: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
    padding: 52px 60px 60px;
}

.place-style1-content .title{
    position: relative;
    display: block;
    padding-bottom: 32px;
}
.place-style1-content .title h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
.transit-walk-score-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 35px 0 30px;
}
.transit-walk-score-box:before{
    position: absolute;
    top: 25px;
    left: 50%;
    bottom: 25px;
    width: 1px;
    background: rgba(255, 255, 255, 0.40);
    content: "";
}
.transit-walk-score-box .single-box {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
}
.transit-walk-score-box .single-box .icon{
    position: relative;
    display: block;
    padding-bottom: 12px;
}
.transit-walk-score-box .single-box .icon span{
    color: #ffffff;
    font-size: 45px;
}
.transit-walk-score-box .single-box .inner-title{}
.transit-walk-score-box .single-box .inner-title h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.transit-walk-score-box .single-box .inner-title p{
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    margin: 5px 0 0;
}

.place-distance-box{
    position: relative;
    display: block;
}
.place-distance-box ul{
    overflow: hidden;
    padding-top: 30px;
}
.place-distance-box ul li {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
}
.place-distance-box ul li .icon{
    width: 60px;
}
.place-distance-box ul li .icon span:before{
    font-size: 35px;
    line-height: 35px;
}
.place-distance-box ul li b {
    margin-right: auto;
    font-weight: 400;
}
.place-distance-box ul li .text{}
.place-distance-box ul li .text p {
    position: relative;
    display: inline-block;
    float: right;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}


.home-map-outer{
    position: relative;
    display: block;
    margin-left: -40px;
}
.home-map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 480px;
}








/*** 
=============================================
    Service style1 Area Css
=============================================
***/
.service-style1-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 0 80px;
    z-index: 1;
}
.service-style1-area .container-box{
    position: relative;
    display: block;
    padding: 110px 0 110px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.service-style1-title{
    position: relative;
    display: block;
    margin-left: -140px;
    margin-right: 100px;
}
.service-style1-title .sec-title {
    padding-bottom: 0;
}
.service-style1-title .sec-title h2 {
    color: #ffffff;
}
.service-style1-title .sec-title .text{
    position: relative;
    display: block;
    padding-top: 24px;
}
.service-style1-title .sec-title .text p{
    color: #ffffff;
    margin: 0;
}


.service-style1-right-content{
    position: relative;
    display: block;
    margin-right: -140px;
}
.single-service-style1{
    position: relative;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 31px 40px 31px;
    padding-right: 30px;
    margin-bottom: 25px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.single-service-style1:hover{
    border: 1px solid rgba(255, 255, 255, 0.99);    
}
.single-service-style1 .inner{
    position: relative;
    display: block;
    padding-left: 75px;
}
.single-service-style1 .icon-holder{
    position: absolute;
    top: 9px;
    left: 0;
    color: #ffffff;
    font-size: 45px;
}

.single-service-style1 .text-holder{
    position: relative;
    display: block;
}
.single-service-style1 .text-holder h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin: 0 0 12px;
}
.single-service-style1 .text-holder h3 a{
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .text-holder .border-box{
    position: relative;
    display: block;
    width: 40px;
    height: 1px;
    background: #e1e1e1;
}
.single-service-style1 .text-holder p{
    color: #ffffff;
    margin: 18px 0 0;   
}
.service-style1-area .owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 25px !important;
}
























/*** 
=============================================
    Agents Area Css
=============================================
***/
.agents-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 0;
}

.agents-title-box {
    position: relative;
    display: block;
    padding-right: 40px;
}
.agents-title-box .sec-title {
    padding-bottom: 24px;
}
.agents-title-box .inner-content{
    position: relative;
    display: block;
}
.agents-title-box .inner-content p{
    margin: 0;
}
.agents-title-box .inner-content .button-box {
    position: relative;
    display: block;
    margin-top: 52px;
}
.agents-title-box .inner-content .button-box a{
    color: #222222;
    line-height: 56px;
    border: 2px solid #222222;
    background: #ffffff;
}
.agents-title-box .inner-content .button-box a:hover{
    color: #ffffff;
}


.agents-content-box{
    position: relative;
    display: block;
    padding-top: 52px;
    max-width: 630px;
    width: 100%;
    float: right;
}
.single-agents-item{
    position: relative;
    display: block;
    max-width: 300px;
    width: 100%;
}
.single-agents-item .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-agents-item .img-holder img{
    width: 100%;
}
.single-agents-item .title-holder {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 25px;
}
.single-agents-item .title-holder h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin: 0 0 2px;
}
.single-agents-item .title-holder h3 a{
   color: #222222; 
}
.single-agents-item .title-holder p{
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.agents-content-box .owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.agents-content-box .owl-theme .owl-nav {
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    margin-top: 28px;
}
.agents-content-box .owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    background: transparent;
    color: #d6d6d6;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 10px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.agents-content-box .owl-theme .owl-nav .owl-prev {}
.agents-content-box .owl-theme .owl-nav .owl-next {
    transform: rotate(180deg);
}
.agents-content-box .owl-theme .owl-nav [class*="owl-"]:hover{
    color: #222222;
}



/*** 
=============================================
  Team Style1 Area Css
=============================================
***/
.team-style1-area{
    position: relative;
    display: block;
    background: #f9f6f2;
    padding: 110px 0 70px;
}
.team-style1-area.bg-white{
    background: #ffffff;
}
.single-team-item{
    position:relative;
    display: block;
    margin-bottom: 40px;
}
.single-team-item .img-holder{
    position:relative;
    display: block;
    padding-bottom: 85px;
}
.single-team-item .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-team-item .img-holder img{
    width: 100%;
}


.single-team-item .title-outer-box{
    position: absolute;
    left: 30px;
    bottom: 0;
    right: 30px;
    height: 220px; 
    z-index: 10;
}
.single-team-item .title-outer-box:before {
    position: absolute;
    content: "";
    top: 72px;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-item:hover .title-outer-box:before{
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.04);   
}

.single-team-item .title-outer-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.single-team-item .title-holder {
    position: absolute;
    left: 0px;
    bottom: 0;
    right: 0px;
    background: #ffffff;
    text-align: center;
    padding: 42px 0px 45px;
}
.single-team-item .title-holder h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 7px;
}
.single-team-item .title-holder h3 a{
    color: #222222;
}
.single-team-item .title-holder p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}


.single-team-item .title-holder.overlay {
    opacity: 0;
    visibility: hidden;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scale(1.0) translateY(65px);
    transition: all .4s ease-in-out .1s;
}
.single-team-item:hover .title-holder.overlay{
    opacity: 1.0;
    visibility: visible;
    transform: scale(1.0) translateY(0%);
}
.single-team-item .title-holder .social-icon{
    position: relative;
    display: block;
    padding-top: 25px;
}
.single-team-item .title-holder .social-icon ul{}
.single-team-item .title-holder .social-icon ul li{
    display: inline-block;
    float: none;
    margin: 0 3px;
}
.single-team-item .title-holder .social-icon ul li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.single-team-item .title-holder .social-icon ul li .facebook{
    background: #4a71c5;
}
.single-team-item .title-holder .social-icon ul li .twitter{
    background: #4fa4e5;
}
.single-team-item .title-holder .social-icon ul li .pinterest{
    background: #de0a2a;
}
.single-team-item .title-holder .social-icon ul li .linkedin{
    background: #0074b2;
}












/*** 
=============================================
    Testimonial Style1 Area Css
=============================================
***/
.testimonial-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
    z-index: 1;
}
.testimonial-style1-area .layer-outer {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    max-width: 620px;
    width: 100%;
    opacity: .05;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 10;
}

.testimonial-style1-content {
    position: relative;
    display: block;
}
.testimonial-carousel{
    position: relative;
    display: block;
    z-index: 10;
}

.single-testimonial-style1{
    position: relative;
    display: block;
}
.single-testimonial-style1 .text-holder{
    position: relative;
    display: block;
}
.single-testimonial-style1 .text-holder .text-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 42px 49px 76px;
    border: 1px solid #e1e1e1;
}
.single-testimonial-style1 .text-holder .text-box .arrow-bottom {
    position: absolute;
    left: 55px;
    bottom: -15px;
    width: 28px;
    height: 15px;
}
.single-testimonial-style1 .text-holder .text-box p{
    margin: 0;
}
.single-testimonial-style1 .text-holder .text-box .icon-box{
    position: absolute;
    bottom: 28px;
    right: 49px;
}
.single-testimonial-style1 .text-holder .text-box .icon-box span{
    font-size: 40px;
}

.single-testimonial-style1 .client-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.single-testimonial-style1 .client-info .image-box{
    position: relative;
    display: block;
    width: 60px;
}
.single-testimonial-style1 .client-info .image-box img{
    width: 100%;
    border-radius: 50%;
}
.single-testimonial-style1 .client-info .title-box{
    position: relative;
    display: block;
    padding-left: 15px;
}
.single-testimonial-style1 .client-info .title-box h3{
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.single-testimonial-style1 .client-info .title-box span{
    color: #666666;
    font-size: 14px;
}

/*** 
=============================================
    Testimonial Style2 Area Css
=============================================
***/
.testimonial-style1-area.style1instyle2{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 110px 0 110px;
    z-index: 1;
}
.testimonial-style1-area .layer-outer2 {
    position: absolute;
    top: 0;
    left: -150px;
    bottom: 0;
    max-width: 620px;
    width: 100%;
    opacity: .15;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 10;
}











/*** 
=============================================
   Video Gallery Area Css
=============================================
***/
.video-gallery-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 80px;
}
.video-gallery-area .container-fullwidth{
    position: relative;
    display: block;
    padding: 150px 0 122px;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  
}
.video-holder-box {
    position: relative;
    display: block;
}
.video-holder-box .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0px;
    z-index: 1;
}
.video-holder-box .icon:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 50%;
    z-index: -1;
}
.video-holder-box .icon:before {
    position: absolute;
    content: '';
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    border-radius: 50%;
    background: rgba(54,124,232, 0.0);
    z-index: -1;
}
.video-holder-box:hover .icon:before {
    -webkit-box-shadow: 0 0 0 0 rgba(54,124,232, .09);
    box-shadow: 0 0 0 0 rgba(54,124,232, .09);
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite
}
.video-holder-box .icon a{
    position: relative;
    display: inline-block;
    line-height: 0;
}
.video-holder-box .icon a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #222444;
    font-size: 25px;
    line-height: 120px;
}
.video-holder-box .icon .border-box{
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
}
.video-holder-box .icon .border-box:before{
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    content: "";
    border-radius: 50%;
}
.video-holder-box h2{
    color: #ffffff;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    margin: 49px 0 21px;
}
.video-holder-box p{
    color: #ffffff;
    margin: 0;
}
/*** 
=============================================
   Video Gallery Area Style2 Css
=============================================
***/
.video-gallery-area.style2{
    padding: 0 0px;
}
.video-gallery-area.style2 .container-fullwidth{
    padding: 150px 0 302px;
}
/*** 
=============================================
   Video Gallery Area Style3 Css
=============================================
***/
.video-gallery-area.style3{
    padding: 0 0px;
}
.video-gallery-area.style3 .container-fullwidth{
    padding: 180px 0 152px;
}











/*** 
=============================================
    Welcome Style1 Area Css
=============================================
***/
.welcome-style1-area{
    position: relative;
    display: block;
    padding: 110px 0 110px;
}
.welcome-style1-area .layer-outer{
    position: absolute;
    top: 250px;
    left: 0;
    opacity: 0.03;
    z-index: 1;
    
}
.welcome-style1-content{
    position: relative;
    display: block;
    z-index: 1;
}
.welcome-style1-content .thm-logo-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    z-index: 10;
}
.welcome-style1-content .top{
    position: relative;
    display: block;
    overflow: hidden;
}
.welcome-style1-content .bottom{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 60px;
}


.welcome-style1-content ul{
    position: relative;
}
.welcome-style1-content ul li {
    position: relative;
    display: block;
}
.welcome-style1-content .top ul li .img-box{
    width: 570px;
}
.welcome-style1-content ul li .img-box .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.welcome-style1-content ul li .img-box .inner::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
}
.welcome-style1-content ul li:hover .img-box .inner::after{
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}
.welcome-style1-content .top ul li .img-box,
.welcome-style1-content .top ul li .text-box{
    display: table-cell;
    vertical-align: top;
}
.welcome-style1-content .top ul li .text-box {
    position: relative;
    padding-top: 4px;
    padding-left: 60px;
}
.welcome-style1-content h2 {
    color: #222222;
    font-size: 30px;
    line-height: 46px;
    font-weight: 400;
    margin-bottom: 11px;
}
.welcome-style1-content p{
    margin: 0;
}
.welcome-style1-content .bottom ul li .text-box{
    width: 570px;
}
.welcome-style1-content .bottom ul li .text-box,
.welcome-style1-content .bottom ul li .img-box{
    display: table-cell;
    vertical-align: top;
}
.welcome-style1-content .bottom ul li .text-box {
    position: relative;
    padding-top: 4px;
    padding-right: 60px;
}



/*** 
=============================================
   Welcome Style2 Area Css
=============================================
***/
.welcome-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.welcome-style2-content{
    position: relative;
    display: block;
}
.welcome-style2-content .sec-title {
    padding-bottom: 23px;
}
.welcome-style2-content .inner-content{
    position: relative;
    display: block;
}
.welcome-style2-content .inner-content p {
    margin-bottom: 25px;
}
.welcome-style2-content .inner-content .button-box {
    margin-top: 48px;
}


.welcome-style2-image-box {
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%;
    float: right;
    padding-top: 52px;
}
.welcome-style2-image-box.pdtop0 {
    padding-top: 0;
}
.welcome-style2-image-box .inner-image{
    position: relative;
    display: block;
    overflow: hidden;
}
.welcome-style2-image-box .inner-image img {
    width: 100%;
    transition: all 5000ms ease 100ms;
}
.welcome-style2-image-box:hover .inner-image img{
    transform: scale(1.3);    
}
.welcome-style2-image-box .inner-image::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
}
.welcome-style2-image-box:hover .inner-image::after{
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}

.welcome-style2-image-box .inner-image .left-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 100px;
    background: #ffffff;
}
.welcome-style2-image-box .inner-image .right-box{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 100px;
    background: #ffffff;
}




.welcome-style2-image-box .inner-title {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    width: 185px;
    height: 185px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    padding: 35px 0;
}
.welcome-style2-image-box .inner-title:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    z-index: -1;
    transform: rotate(45deg);
}
.welcome-style2-image-box .inner-title:after {
    position: absolute;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid #777777;
    content: "";
    z-index: -1;
    transform: rotate(45deg);
}
.welcome-style2-image-box .inner-title h2{
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 5px;
}
.welcome-style2-image-box .inner-title p{
    color: #222222;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.welcome-style2-image-box .inner-title .icon {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    text-align: center;
    color: #eeeeee;
    font-size: 60px;
    z-index: -1;
}




.error-404 {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
.error-404 h1 {
	font-size: 50px;
	color: #00A651;
	font-weight: 800;
	line-height: 1.05;
	margin-top: 20px;
	margin-bottom: 10px;
}
.error-404 p {
	font-size: 24px;
	line-height: 1.11765;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 600;
	margin-top: 0;
}
.error-404 a {
	font-size: 18px;
}
.error-404 a:hover {
	color: #5bff5b;
}
.error-404 a::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-right: 1em;
	vertical-align: 2px;
}
.error-404 {
	color: #000;
	text-align: center;
	padding: 20px;
}
.error-404 p {
	font-size: 24px;
	line-height: 1.11765;
	text-transform: uppercase;
	margin: 40px;
	font-weight: 600;
	margin-top: 0;
}
.error-404 a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.error-404 a:hover {
	color: #d4d4d4;
}
.cookie-bar {
	display: none;
	position: fixed;
	z-index: 9999;
	right: 60px;
	bottom: 60px;
	background-color: #00712c;
	max-width: 600px;
	padding: 25px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.cookie-bar h4 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #fff;
}
.cookie-bar p {
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	color: #fff;
}
.cookie-bar-close {
	position: absolute;
	right: 25px;
	top: 25px;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.cookie-bar-close::before, .cookie-bar-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	background: #d9a95b;
	margin-top: (6px / 2) * - 1;
	height: 6px;
}
.cookie-bar-close::before {
	transform: rotate(45deg);
}
.cookie-bar-close::after {
	transform: rotate(-45deg);
}
.cookie-bar-close:hover::before, .cookie-bar-close:hover::after {
	background-color: #fff;
}

.hubster-punktowanie {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    counter-reset: hubster-counter;
}

.hubster-punktowanie li {
    position: relative;
    margin-bottom: 2px;
    padding-left: 20px;
    counter-increment: hubster-counter;
}

.hubster-punktowanie li::before {
    content: counter(hubster-counter) ".";
    position: absolute;
    left: 0;
    font-weight: bold;
    margin-right: 20px;
}
