
/** template style sheet 2 **/

button:focus{
	border: none;
	outline: none;
}

.service-one{
	padding: 117px 0px 140px 0px !important;
}

.service-one .block-title{
	padding-bottom: 59px;
}

.service-one .map-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.slider-one__wrapper .owl-dots{
  position: absolute;
  left: 40px;
  bottom: 30px;
  display: inline-block !important;
  counter-reset:count;
  margin: 0px;
}

.slider-one__wrapper .owl-dots .owl-dot{
  position:relative;
  display:inline-block;
  margin: 0px 9px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.slider-one__wrapper .owl-dots .owl-dot.active{
  margin: 0px 55px 0px 0px;
}

.slider-one__wrapper .owl-dots .owl-dot:before{
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: #d2d3db;
  font-weight: 600;
  counter-increment: count;
  content: "0" counter(count);
  font-family: 'Baloo 2', sans-serif;
}

.slider-one__wrapper .owl-dots .owl-dot.active:before{
  color: #5bb286;
}

.slider-one__wrapper .owl-dots .owl-dot:after{
  position: absolute;
  content: '';
  background: #5bb286;
  width: 40px;
  height: 2px;
  left: 40px;
  top: 14px;
  transform: scale(0,0);
}

.slider-one__wrapper .owl-dots .owl-dot.active:after{
  transform: scale(1,1);
}

.slider-one__wrapper .owl-dots .owl-dot.active:last-child{
  margin: 0px 0px 0px 55px;
}

.slider-one__wrapper .owl-dots .owl-dot.active:last-child:after{
  left: -53px;
}

.slider-one__wrapper .owl-dots .owl-dot span{
  display: none;
}

.service-block-one .inner-box{
	position: relative;
	display: block;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 40px 59px 40px;
    box-shadow: 0px 20px 30px 0px rgba(67, 131, 99, 0.1);
    transition: all 500ms ease;
    margin-bottom: 75px;
}

.service-block-one .inner-box .shape-layer .shape-1{
	position: absolute;
	top: 30px;
	right: 15px;
	width: 30px;
	height: 80px;
	opacity: 0;
	background-repeat: no-repeat;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .shape-layer .shape-1{
	top: 15px;
	opacity: 1;
}

.service-block-one .inner-box .shape-layer .shape-2{
	position: absolute;
	left: 15px;
	bottom: 30px;
	width: 30px;
	height: 55px;
	opacity: 0;
	background-repeat: no-repeat;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .shape-layer .shape-2{
	bottom: 15px;
	opacity: 1;
}

.service-block-one .inner-box .shape-layer .shape-3{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 68px;
	height: 33px;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .shape-layer .shape-3{
	opacity: 1;
}

.service-block-one .inner-box .shape-layer .shape-4{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 34px;
	height: 90px;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .shape-layer .shape-4{
	opacity: 1;
}

.service-block-one .inner-box .icon-box{
	position: relative;
	display: inline-block;
	font-size: 50px;
	color: #fff;
	width: 215px;
	height: 182px;
	line-height: 182px;
	text-align: center;
	margin-bottom: 14px;
	z-index: 1;
}

.service-block-one .inner-box .icon-box .pattern-1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 220px;
	height: 190px;
	background-repeat: no-repeat;
}

.service-block-one .inner-box .icon-box .pattern-2{
	position: absolute;
	left: 40px;
	top: 33px;
	width: 157px;
	height: 120px;
	background-repeat: no-repeat;
	z-index: -1;
	transition: all 1500ms ease;
}

.service-block-one .inner-box .icon-box .pattern-3{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 194px;
	height: 182px;
	background-repeat: no-repeat;
	z-index: -1;
}

.service-block-one .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #2d2929;
	margin-bottom: 16px;
}

.service-block-one .inner-box .lower-content h3 a{
	display: inline-block;
	color: #2d2929;
	transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content h3 a:hover{
	text-decoration: underline;
}

.service-block-one .inner-box .lower-content p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #93959e;
	margin-bottom: 20px;
}

.service-block-one .inner-box .lower-content .btn-box .link-btna-frifat,
.service-block-one .inner-box .lower-content .btn-box .link-btn{
	position: absolute;
    bottom: -32.5px;
    left: calc(50% - 32.5px);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #2d2929;
    font-size: 23px;
    background-color: #fff;
    transform: scale(1,1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .btn-box .link-btn{
    transform: scale(0,0);
    opacity: 0;
}

.service-block-one .inner-box .lower-content .btn-box .main-nav-one__btn{
	position: absolute;
    bottom: -29.5px;
    left: calc(50% - 78px);
    transform: scale(0,0);
    opacity: 0;
}

.service-block-one .inner-box:hover .lower-content .btn-box .main-nav-one__btn{
	transform: scale(1,1);
    opacity: 1;
}



.about-three__image{
	margin-left: 0px !important;
	padding-left: 130px;
}

.about-three__image img{
	width: 100%;
}

.about-three__image .shape-layer .shape-1{
	position: absolute;
	top: -45px;
	right: -45px;
	width: 140px;
	height: 146px;
	background-repeat: no-repeat;
}

.about-three__image .shape-layer .shape-2{
	position: absolute;
	top: -35px;
	right: -25px;
	width: 141px;
	height: 156px;
	background-repeat: no-repeat;
}

.about-three__image .experience-box{
	position: absolute;
	left: 0px;
	bottom: 50px;
	width: 219px;
	height: 188px;
	text-align: center;
	padding: 54px 0px 0px 0px;
	z-index: 11;
}

.about-three__image .experience-box:before{
	position: absolute;
	content: '';
	background: #000;
	width: 0px;
	height: 0px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	box-shadow: -15px 20px 100px 40px black;
}

.about-three__image .experience-box h1{
	position: relative;
	display: block;
	font-size: 65px;
	line-height: 65px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px;
}

.about-three__image .experience-box h1 span{
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
}

.about-three__image .experience-box .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 219px;
	height: 188px;
	background-repeat: no-repeat;
}

.about-three__image .experience-box .pattern-layer .pattern-2{
	position: absolute;
	left: -8px;
	top: 10px;
	width: 204px;
	height: 176px;
	background-repeat: no-repeat;
	z-index: -1;
}

.about-three__image .shape-layer .shape-3{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 230px;
	height: 204px;
	background-repeat: no-repeat;
}

.about-three__image .shape-layer .shape-4{
	position: absolute;
	left: 65px;
	bottom: 150px;
	width: 230px;
	height: 204px;
	background-repeat: no-repeat;
}

.cta-one{
	overflow: hidden;
	padding: 180px 0px 150px 0px !important;
}

.cta-one:before{
	background: #5bb286 !important;
	opacity: 0.95 !important;
}

.cta-one .inner-box{
	position: relative;
}

.cta-one .inner-box .title-text{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -50px;
	font-size: 160px;
	line-height: 150px;
	font-family: 'Baloo 2', sans-serif;
	font-weight: 700;
	color: rgba(255,255,255,0.05);
}

.cta-one .pattern-layer .pattern-1{
	position: absolute;
	left: -300px;
	top: -300px;
	width: 750px;
	height: 800px;
	background-repeat: no-repeat;
}

.cta-one .pattern-layer .pattern-2{
	position: absolute;
	right: -300px;
	bottom: -300px;
	width: 750px;
	height: 800px;
	background-repeat: no-repeat;
}

.cta-one .pattern-layer .pattern-3{
	position: absolute;
	left: 260px;
	bottom: 125px;
	width: 117px;
	height: 123px;
	background-repeat: no-repeat;
}

.cta-one .pattern-layer .pattern-4{
	position: absolute;
	top: 120px;
	right: 295px;
	width: 117px;
	height: 123px;
	background-repeat: no-repeat;
}

.cta-one .pattern-layer .pattern-5{
	position: absolute;
	left: 90px;
	bottom: 110px;
	width: 234px;
	height: 222px;
	background-repeat: no-repeat;
}

.cta-one .pattern-layer .pattern-6{
	position: absolute;
	top: 95px;
	right: 120px;
	width: 234px;
	height: 222px;
	background-repeat: no-repeat;
}

.centred{
	text-align: center;
}



/** funfact-three **/

.funfact-three{
	position: relative;
	background: #24262b;
	padding: 100px 0px 100px 0px;
}

.funfact-three::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-image: url(../images/svgs/page-header-curv-dark-1-1.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.funfact-three__single{
	position: relative;
	display: block;
}

.funfact-three__counter{
	position: relative;
	display: inline-block;
	width: 155px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	margin-bottom: 35px;
}

.funfact-three__counter h2{
	position: relative;
	display: block;
	font-size: 35px;
	line-height: 129px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
}

.funfact-three__counter .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 155px;
	height: 130px;
	background-repeat: no-repeat;
}

.funfact-three__counter .pattern-layer .pattern-2{
	position: absolute;
	left: -8px;
	top: -1px;
	width: 160px;
	height: 140px;
	background-repeat: no-repeat;
}

.counter-block:nth-child(2) .funfact-three__counter .pattern-layer .pattern-2{
	top: -10px;
	left: 5px;
}

.funfact-three__single h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
}

.funfact-three .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}


/** event-two **/

.event-three{
	position: relative;
	padding: 150px 0px 135px 0px;
}

.event-block-one .inner-box{
	position: relative;
	display: block;
	margin-bottom: 26px;
}

.event-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.event-block-one .inner-box .image-box img{
	width: 100%;
	border-radius: 10px;
	transition: all 500ms ease;
}

.event-block-one .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.event-block-one .inner-box .lower-content{
	position: relative;
	min-height: 210px;
}

.event-block-one .inner-box .lower-content .inner .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: -11px;
	right: 0px;
	width: 100%;
	height: 11px;
	background-size: cover;
	background-repeat: no-repeat;
}

.event-block-one .inner-box .lower-content .inner{
	position: absolute;
	left: 30px;
	top: -55px;
	width: calc(100% - 60px);
	padding: 73px 30px 20px 30px;
	border-radius: 10px 10px 0px 0px;
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(67, 131, 99, 0.15)
}

.event-block-one .inner-box .lower-content .inner .post-date{
	position: absolute;
	left: 50%;
	top: -40px;
	transform: translate(-50%);
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 10px;
	padding: 15px 0px;
}

.event-block-one .inner-box .lower-content .inner .post-date:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 10px;
	transform: rotate(15deg);
	transition: all 1500ms ease;
}

.event-block-one .inner-box:hover .lower-content .inner .post-date:before{
	transform: rotate(360deg);
}

.event-block-one .inner-box .lower-content .inner .post-date h3{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 4px;
}

.event-block-one .inner-box .lower-content .inner .post-date span{
	position: relative;
	display: block;
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	color: #fff;
	font-weight: 400;
}

.event-block-one .inner-box .lower-content .inner h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #2d2929;
	margin-bottom: 12px;
}

.event-block-one .inner-box .lower-content .inner h3 a{
	display: inline-block;
	color: #2d2929;
	transition: all 500ms ease;
}

.event-block-one .inner-box .lower-content .inner h3 a:hover{
	text-decoration: underline;
}

.event-block-one .inner-box .lower-content .inner p{
	font-size: 16px;
	line-height: 30px;
	color: #93959e;
	margin: 0px;
}

.event-three__carousel-two [class*=owl-item]:nth-child(6) .event-block-one .inner-box .lower-content .inner .post-date, 
.event-three__carousel-two [class*=owl-item]:nth-child(9) .event-block-one .inner-box .lower-content .inner .post-date, 
.event-three__carousel-two [class*=owl-item]:nth-child(12) .event-block-one .inner-box .lower-content .inner .post-date,
.event-three__carousel-two [class*=owl-item]:nth-child(15) .event-block-one .inner-box .lower-content .inner .post-date{
	background-color: #ff5e5e;
}

.event-three__carousel-two [class*=owl-item]:nth-child(7) .event-block-one .inner-box .lower-content .inner .post-date, 
.event-three__carousel-two [class*=owl-item]:nth-child(10) .event-block-one .inner-box .lower-content .inner .post-date, 
.event-three__carousel-two [class*=owl-item]:nth-child(13) .event-block-one .inner-box .lower-content .inner .post-date,
.event-three__carousel-two [class*=owl-item]:nth-child(16) .event-block-one .inner-box .lower-content .inner .post-date{
	background-color: var(--thm-base);
}

.event-three__carousel-two [class*=owl-item]:nth-child(8) .event-block-one .inner-box .lower-content .inner .post-date, 
.event-three__carousel-two [class*=owl-item]:nth-child(11) .event-block-one .inner-box .lower-content .inner .post-date, 
.event-three__carousel-two [class*=owl-item]:nth-child(14) .event-block-one .inner-box .lower-content .inner .post-date,
.event-three__carousel-two [class*=owl-item]:nth-child(17) .event-block-one .inner-box .lower-content .inner .post-date{
	background-color: #f9b73f;
}

.event-three__carousel-two [class*=owl-item] .event-block-one .inner-box .lower-content .inner .post-date {
	background-color: var(--thm-base);
}

.event-three__carousel-two [class*=owl-item]:nth-child(6) .event-block-one .inner-box .lower-content .inner .post-date:before, 
.event-three__carousel-two [class*=owl-item]:nth-child(9) .event-block-one .inner-box .lower-content .inner .post-date:before, 
.event-three__carousel-two [class*=owl-item]:nth-child(12) .event-block-one .inner-box .lower-content .inner .post-date:before,
.event-three__carousel-two [class*=owl-item]:nth-child(15) .event-block-one .inner-box .lower-content .inner .post-date:before{
	background-color: rgba(255, 94, 94, 0.5);
}

.event-three__carousel-two [class*=owl-item]:nth-child(7) .event-block-one .inner-box .lower-content .inner .post-date:before, 
.event-three__carousel-two [class*=owl-item]:nth-child(10) .event-block-one .inner-box .lower-content .inner .post-date:before, 
.event-three__carousel-two [class*=owl-item]:nth-child(13) .event-block-one .inner-box .lower-content .inner .post-date:before,
.event-three__carousel-two [class*=owl-item]:nth-child(16) .event-block-one .inner-box .lower-content .inner .post-date:before{
	background-color: rgba(91, 178, 134, 0.5);
}

.event-three__carousel-two [class*=owl-item]:nth-child(8) .event-block-one .inner-box .lower-content .inner .post-date:before, 
.event-three__carousel-two [class*=owl-item]:nth-child(11) .event-block-one .inner-box .lower-content .inner .post-date:before, 
.event-three__carousel-two [class*=owl-item]:nth-child(14) .event-block-one .inner-box .lower-content .inner .post-date:before,
.event-three__carousel-two [class*=owl-item]:nth-child(17) .event-block-one .inner-box .lower-content .inner .post-date:before{
	background-color: rgba(249, 183, 63, 0.5);
}

.event-three .owl-dots .owl-dot span{
	transition: all 500ms ease;
	width: 8px;
	height: 8px;
}

.event-three .owl-dots .owl-dot.active span,
.event-three .owl-dots .owl-dot:hover span{
	background-color: var(--thm-primary);
	height: 13px;
	width: 13px;
	clip-path: ellipse(30% 50% at 50% 50%);
}

.event-three .block-title{
	padding-bottom: 58px;
}

.event-three .map-layer{
	position: absolute;
	left: 0px;
	top: 60px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}


/** news-section **/

.news-section{
	position: relative;
	padding: 255px 0px 180px 0px;
	background: #f0f7f7;
}

.news-block-one .inner-box{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 20px 30px 0px rgba(67, 131, 99, 0.1);
}

.news-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #5bb286;
	border-radius: 10px 10px 0px 0px;
	margin: 0px;
}

.news-block-one .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
	opacity: 0.2;
	transform: scale(1.05);
}

.news-block-one .inner-box .image-box a{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-primary);
    font-size: 23px;
    position: absolute;
    top: calc(50% - 32.5px);
    left: calc(50% - 32.5px);
    opacity: 0;
    transform: perspective(100px) translateZ(30px) rotate(45deg);
    transition: opacity 500ms ease 0ms, transform 500ms ease 0ms, background 500ms ease, color 500ms ease;
}

.news-block-one .inner-box:hover .image-box a{
    opacity: 1;
    transform: perspective(100px) translateZ(0px) rotate(0deg);
    transition: opacity 500ms ease 300ms, transform 500ms ease 300ms, background 500ms ease, color 500ms ease;
}

.news-block-one .inner-box .lower-content{
	position: relative;
	padding: 37px 50px 46px 40px;
}

.news-block-one .inner-box .lower-content .categori{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	color: #ff5e5e;
	background: #ffe7e7;
	border-radius: 20px;
	text-align: center;
	padding: 3px 19px;
	margin-bottom: 19px;
	text-transform: uppercase;
}

.news-block:nth-child(2) .news-block-one .inner-box .lower-content .categori{
	color: #5bb286;
	background: #e7f4ed;
}

.news-block:last-child .news-block-one .inner-box .lower-content .categori{
	color: #f9b73f;
	background: #fef4e2;
}

.news-block-one .inner-box .lower-content .post-info{
	position: relative;
	padding: 5px 0px 5px 50px;
	margin-bottom: 24px;
	min-height: 40px;
}

.news-block-one .inner-box .lower-content .post-info img{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	border-radius: 50%
}

.news-block-one .inner-box .lower-content .post-info p{
	position: relative;
	font-size: 16px;
	color: #2d2929;
	margin: 0px;
}

.news-block-one .inner-box .lower-content .post-info p span{
	color: #93959e;
}

.news-block-one .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #2d2929;
	font-weight: 700;
	margin-bottom: 10px;
}

.news-block-one .inner-box .lower-content h3 a{
	display: inline-block;
	color: #2d2929;
	transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content h3 a:hover{
	color: #5bb286;
}

.news-block-one .inner-box .lower-content p{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #93959e;
	margin-bottom: 15px;
}

.news-block-one .inner-box .lower-content .btn-box .link-btn{
    position: absolute;
    left: 40px;
    bottom: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #2d2929;
    font-size: 23px;
    background-color: #fff;
    transform: scale(1,1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .lower-content .btn-box .link-btn{
    transform: scale(0,0);
    opacity: 0;
}

.news-block-one .inner-box .lower-content .btn-box .main-nav-one__btn{
	position: absolute;
	left: 0px;
	bottom: -30px;
	padding: 15px 45px;
    opacity: 0;
}

.news-block-one .inner-box:hover .lower-content .btn-box .main-nav-one__btn{
    opacity: 1;
    left: 40px;
}

.news-section .news-block{
	padding: 0px 20px;
}

.news-section .inner-container{
	position: relative;
	margin: 0px -5px;
}

.news-section .block-title{
	padding-bottom: 58px;
}

.appointment-one__home-one{
	padding-top: 150px !important;
}

.appointment-one .pattern-layer .pattern-1{
	position: absolute;
	left: 7%;
	bottom: 0px;
	width: 720px;
	height: 712px;
	background-repeat: no-repeat;
	z-index: -1;
}

.appointment-one__moc{
	left: 0px !important;
}

.appointment-one__map-1{
	z-index: -1;
}

.appointment-one .pattern-layer .pattern-2{
	position: absolute;
	left: 7%;
	bottom: 250px;
	width: 418px;
	height: 418px;
	background-repeat: no-repeat;
	z-index: -1;
}

.appointment-one .pattern-layer .pattern-3{
	position: absolute;
	left: 28%;
	bottom: 90px;
	width: 315px;
	height: 418px;
	background-repeat: no-repeat;
	z-index: -1;
}


/** living-option-four **/

.living-option-four{
	position: relative;
	background: #f0f7f7;
	padding: 135px 0px 110px 0px;
}

.living-option-four .single-item .inner-box{
	position: relative;
	display: block;
	margin-bottom: 55px;
}

.living-option-four .single-item .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #5bb286;
	border-radius: 10px;
	margin: 0px;
}

.living-option-four .single-item .inner-box .image-box img{
	width: 100%;
	border-radius: 10px;
	transition: all 500ms ease;
}

.living-option-four .single-item .inner-box:hover .image-box img{
	opacity: 0.2;
	transform: scale(1.05);
}

.living-option-four .single-item .inner-box .lower-content{
	position: relative;
	padding: 0px 40px;
}

.living-option-four .single-item .inner-box .lower-content .inner{
	position: relative;
	margin-top: -90px;
	display: block;
	background: #fff;
	padding: 45px 30px 50px 40px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px 10px 30px 0px rgba(67, 131, 99, 0.15);
}

.living-option-four .single-item .inner-box .lower-content .inner h3{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 35px;
	color: #2d2929;
	font-weight: 700;
	margin-bottom: 11px;
}

.living-option-four .single-item .inner-box .lower-content .inner h3 a{
	display: inline-block;
	color: #2d2929;
	transition: all 500ms ease;
}

.living-option-four .single-item .inner-box .lower-content .inner h3 a:hover{
	color: #5bb286;
}

.living-option-four .single-item .inner-box .lower-content .inner p{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #93959e;
	margin-bottom: 20px;
}

.living-option-four .single-item .inner-box .lower-content .inner .btn-box .link-btn{
	position: relative;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #2d2929;
    font-size: 23px;
    background-color: #fff;
    transform: scale(1,1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}

.living-option-four .single-item .inner-box:hover .lower-content .inner .link-btn{
    transform: scale(0,0);
    opacity: 0;
}

.living-option-four .single-item .inner-box .lower-content .inner .btn-box .main-nav-one__btn{
	position: absolute;
	left: 0px;
	bottom: 50px;
	padding: 15px 45px;
	opacity: 0;
}

.living-option-four .single-item .inner-box:hover .lower-content .inner .btn-box .main-nav-one__btn{
	left: 40px;
	opacity: 1;
}

.living-option-four .single-item .inner-box .lower-content .inner .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: -15px;
	width: 100%;
	height: 16px;
	background-repeat: no-repeat;
	background-size: cover;
}

/** contact-info-one **/

.contact-info-one__single::before{
	background-size: cover;
}

.contact-info-one__single .icon-box{
	position: relative;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    width: 215px;
    height: 182px;
    line-height: 182px;
    text-align: center;
    margin-bottom: 29px;
    z-index: 1;
}

.contact-info-one .contact-info-one__single .icon-box .pattern-1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 220px;
	height: 190px;
	background-repeat: no-repeat;
}

.contact-info-one .contact-info-one__single .icon-box .pattern-2{
	position: absolute;
	left: 40px;
	top: 33px;
	width: 157px;
	height: 120px;
	background-repeat: no-repeat;
	transition: all 1500ms ease;
	z-index: -1;
}

.contact-info-one .contact-info-one__single .icon-box .pattern-3{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 194px;
	height: 182px;
	background-repeat: no-repeat;
	z-index: -1;
}

.contact-info-one .contact-info-one__single .shape-layer .shape-1{
	position: absolute;
	top: 30px;
	right: 15px;
	width: 30px;
	height: 80px;
	opacity: 0;
	background-repeat: no-repeat;
	transition: all 500ms ease;
}

.contact-info-one .contact-info-one__single:hover .shape-layer .shape-1{
	top: 15px;
	opacity: 1;
}

.contact-info-one .contact-info-one__single .shape-layer .shape-2{
	position: absolute;
	left: 15px;
	bottom: 30px;
	width: 30px;
	height: 55px;
	opacity: 0;
	background-repeat: no-repeat;
	transition: all 500ms ease;
}

.contact-info-one .contact-info-one__single:hover .shape-layer .shape-2{
	bottom: 15px;
	opacity: 1;
}

.contact-info-one .contact-info-one__single .shape-layer .shape-3{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 68px;
	height: 33px;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 500ms ease;
}

.contact-info-one .contact-info-one__single:hover .shape-layer .shape-3{
	opacity: 1;
}

.contact-info-one .contact-info-one__single .shape-layer .shape-4{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 34px;
	height: 90px;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 500ms ease;
}

.contact-info-one .contact-info-one__single:hover .shape-layer .shape-4{
	opacity: 1;
}



/*** 

====================================================================
                        Responsive-Css
====================================================================

***/


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

	.cta-one .pattern-layer{
		display: none;
	}

	.news-section{
		padding-bottom: 120px;
	}

	.slider-one__wrapper .owl-dots{
		display: none !important;
	}

}


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

	.appointment-one .pattern-layer{
		display: none;
	}

	.news-block-one .inner-box .lower-content{
		margin-bottom: 60px;
	}

	.funfact-three__single{
		margin-bottom: 30px;
	}

	.funfact-three .pattern-layer{
		background-size: cover;
	}

}


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


	.about-three__image .shape-layer{
		display: none;
	}

	.about-three__image .experience-box .pattern-layer{
		display: none;
	}

	.about-three__image .experience-box:before{
		display: none;
	}

	.about-three__image .experience-box h1,
	.about-three__image .experience-box h1 span{
		color: #222;
	}

	.about-three__image .experience-box{
		position: relative;
		left: 0px;
		top: 0px;
		width: 100%;
		height: auto;
		padding: 0px;
		margin-bottom: 30px;
	}

	.about-three__image{
		padding-left: 0px !important;
		margin-top: 30px !important;
	}

}

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

	.living-option-four .single-item .inner-box .lower-content .inner{
		padding-left: 20px;
	}

	.living-option-four .single-item .inner-box:hover .lower-content .inner .btn-box .main-nav-one__btn{
		left: 20px;
	}

	.event-block-one .inner-box .lower-content{
		min-height: 240px;
	}
}