@import url(https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,700,800,900);

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
	margin: 0;
	padding: 0
}
html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
	line-height: 26px;
	color: #333132;
	font-size: 16px
}

.floatleft {
	float: left
}

.floatright {
	float: right
}

img {
	max-width: 100%;
	height: auto
}

.fix {
	overflow: hidden
}

p {
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 10px;
	margin-top: 0;
    font-family: 'Montserrat', sans-serif;
	
}

input:focus,
select:focus {
	outline: none
}

input,
button {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

a {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	text-decoration: none;
	color: #333132
}

a:hover {
	color:#54c485;
}

a:active,
a:hover,
a:focus {
	outline: none;
	text-decoration: none
}

button:focus {
	outline: none
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0
}

:before,
:after {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

div {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.black-opacity {
	position: relative;
	z-index: 9
}

.black-opacity:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.bg-img-1 {
	background: url(../images/bg/1.jpg) no-repeat center center / cover
}

.bg-img-2 {
	background: url(../images/bg/2.jpg) no-repeat center center / cover
}

.bg-img-3 {
	background: url(../images/bg/3.jpg) no-repeat center center / cover
}

.bg-img-4 {
	background: url(../images/bg/4.jpg) no-repeat center center / cover
}

.bg-img-5 {
	background: url(../images/bg/5.jpg) no-repeat center center / cover
}

.bg-img-6 {
	background: url(../images/bg/6.jpg) no-repeat center center / cover
}

.pt-120 {
	padding-top: 120px
}

.ptb-120 {
	padding: 120px 0
}

.mb-40 {
	margin-bottom: 40px
}

.bg-1 {
	background: #323232;
}

.bg-fff {
	background: #fff
}

a#scrollUp {
	position: fixed;
	right: 10px;
	bottom: 20px;
	height: 45px;
	width: 45px;
	background: #222;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 12px;
	border-radius: 5px
}

a#scrollUp:hover {
	background:#54c485;
}

.logo {
	margin:18px 0
}

.mainmenu {
	padding:20px 0
}

.mainmenu ul,
.search-wrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.mainmenu ul li {
	margin-left: 20px;
	position: relative
}

.mainmenu ul li:first-child {
	margin-left: 0
}

.mainmenu ul li a {
	display: block;
	text-transform: uppercase;
	padding: 5px 10px;
	font-weight: 500;
	color: #fff
}
.active a{
color:#fff !important;
}
.mainmenu ul li.active>a,
.mainmenu ul li:hover>a {
	background: #e9ad28;
	color:#fff;
}

.mainmenu ul li>ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 200px;
	background: #fff;
	padding: 20px;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.mainmenu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.mainmenu ul li>ul li {
	margin-left: 0;
	display: block
}

.mainmenu ul li>ul li a {
	text-transform: capitalize
}

.mainmenu ul li>ul li:hover a {
	background: transparent;
	color:#54c485;;
	padding-left: 20px
}

.search-wrapper ul li {
	position: relative
}

.search-wrapper ul li a {
	padding: 52px 0;
	display: block
}

.search-wrapper ul li>ul {
	position: absolute;
	right: 0;
	top: 120%;
	width: 300px;
	background: #fff;
	padding: 20px 10px;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	z-index: 999
}

.search-wrapper ul li:hover>ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100%
}

.search-wrapper ul li>ul li {
	display: block;
	padding: 0
}

.search-wrapper ul li>ul li form {
	position: relative
}

.search-wrapper ul li>ul li input {
	width: 100%;
	height: 45px;
	border: 1px solid #e5e5e5;
	padding: 0 45px 0 15px
}

.search-wrapper ul li>ul li button {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	background:#54c485;;
	color: #333132;
	border: none;
	cursor: pointer
}

.search-wrapper ul li>ul li button:hover {
	background: #222;
	color: #fff
}

.responsive-menu-wrap {
	position: relative
}

.responsive-menu-wrap .slicknav_btn {
	background-color: transparent;
	border-radius: 0;
	display: block;
	float: right;
	margin: 0;
	padding: 0 0;
	text-decoration: none;
	text-shadow: none;
	vertical-align: middle
}

.slicknav_menu .slicknav_icon {
	margin: 2px 8px
}

.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
	display: none
}

.responsive-menu-wrap .slicknav_menu {
	background: transparent none repeat scroll 0 0;
	font-size: 15px;
	padding: 57px 0;
	position: absolute;
	right: -120px;
	top: 0
}

.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	display: block;
	height: 2px;
	width: 25px;
	background: #333132
}

.responsive-menu-wrap .slicknav_nav {
	background: #333132 none repeat scroll 0 0;
	border-radius: 0;
	clear: both;
	color: #fff;
	font-size: 15px;
	margin: 0;
	padding: 5px 0;
	position: relative;
	top: 57px;
	width: 690px;
	z-index: 99;
	right: 0;
	z-index: 999;
	position: relative
}

.slicknav_nav a {
	color: #f1f1f1;
	text-decoration: none;
	text-transform: capitalize
}

.slicknav_nav a i {
	display: none
}

.slicknav_nav a:hover {
	background: transparent none repeat scroll 0 0;
	border-radius: 0;
	text-shadow: 0 3px 5px rgba(0, 0, 0, .5);
	color: #fff
}

.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
	background: transparent
}

.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
	font-size: 10px;
	margin: 5px
}

.sticky-menu {
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 999;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.sticky-menu .logo {
	margin: 15px 0
}

.sticky-menu .mainmenu {
	padding: 32px 0
}

.sticky-menu .search-wrapper ul li a {
	padding: 37px 0
}

.sticky-menu .responsive-menu-wrap .slicknav_menu {
	padding: 42px 0
}

.sticky-menu .responsive-menu-wrap .slicknav_nav {
	top: 42px
}

.slider-items {
	position: relative
}

.slider-items img {
	visibility: hidden
}

.slider-items:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.slider-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.slider-content h2 {
	
	font-size: 55px;
	line-height: 60px;
	color: #fff;
	font-weight: 800
}
.slider-content h2 span.d-block{
    font-size:40px;
}
.slider-content h2 span.color,
.slider-content p span {
	color:#fff;
}

.slider-content p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px
}

.slider-content a {
	font-size: 16px;
	color:#54c485;;
	font-weight: 500
}

.slider-text {
	position: relative;
	padding-left: 50px
}

.line {
	position: absolute;
	width: 610px;
	height: 410px;
	left: 0;
	top: -40px;
	z-index: -9
}

.line:before,
.line:after,
.blog-wrap2:before,
.blog-wrap2:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: transparent;
	border: 2px solid transparent;
	content: "";
	z-index: -9
}

.next-prev-style .owl-item.active .line:before,
.blog-wrap2:hover:before {
	-webkit-animation: animate 1s linear forwards;
	animation: animate 1s linear forwards
}

@-webkit-keyframes animate {
	0% {
		width: 0;
		height: 0;
		border-top-color:#54c485;;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}
	50% {
		width: 100%;
		height: 0;
		border-top-color:#54c485;;
		border-right-color:#54c485;;
		border-bottom-color: transparent;
		border-left-color: translate;
	}
	100% {
		width: 100%;
		height: 90%;
		border-top-color:#54c485;;
		border-right-color:#54c485;;
		border-bottom-color: transparent;
		border-left-color: translate;
	}
}

@keyframes animate {
	0% {
		width: 0;
		height: 0;
		border-top-color:#54c485;;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}
	50% {
		width: 100%;
		height: 0;
		border-top-color:#54c485;;
		border-right-color:#54c485;;
		border-bottom-color: transparent;
		border-left-color: translate;
	}
	100% {
		width: 100%;
		height: 90%;
		border-top-color:#54c485;;
		border-right-color:#54c485;;
		border-bottom-color: transparent;
		border-left-color: translate;
	}
}

.next-prev-style .owl-item.active .line:after,
.blog-wrap2:hover:after {
	-webkit-animation: animate2 1s linear forwards;
	animation: animate2 1s linear forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

@-webkit-keyframes animate2 {
	0% {
		width: 0;
		height: 0;
		border-top-color: translate;
		border-right-color: translate;
		border-bottom-color: translate;
		border-left-color:#54c485;;
	}
	50% {
		width: 0;
		height: 90%;
		border-top-color: translate;
		border-right-color: translate;
		border-bottom-color:#54c485;;
		border-left-color:#54c485;;
	}
	100% {
		width: 100%;
		height: 90%;
		border-top-color: translate;
		border-right-color: translate;
		border-bottom-color:#54c485;;
		border-left-color:#54c485;;
	}
}

@keyframes animate2 {
	0% {
		width: 0;
		height: 0;
		border-top-color: translate;
		border-right-color: translate;
		border-bottom-color: translate;
		border-left-color:#54c485;;
	}
	50% {
		width: 0;
		height: 90%;
		border-top-color: translate;
		border-right-color: translate;
		border-bottom-color:#54c485;;
		border-left-color:#54c485;;
	}
	100% {
		width: 100%;
		height: 90%;
		border-top-color: translate;
		border-right-color: translate;
		border-bottom-color:#54c485;;
		border-left-color:#54c485;;
	}
}

.next-prev-style .owl-nav div {
	position: absolute;
	left: 0;
	top: 50%;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%)
}

.next-prev-style .owl-nav div:hover {
	background:#e9ad28;
}

.next-prev-style .owl-nav div.owl-next {
	left: auto;
	right: 0
}

.about-wrap {
	position: relative;
	padding: 60px 0 60px 30px;
	border-top: 2px solid #e9ad28;
	border-left: 2px solid #e9ad28;
}

.about-wrap:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	content: "";
	background:#e9ad28;
}

.about-wrap:after {
	position: absolute;
	right: -100px;
	top: -2px;
	width: 100px;
	height: 60px;
	border-top: 2px solid#54c485;;
	border-right: 2px solid#54c485;;
	content: ""
}

.about-wrap h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px
}

.about-wrap h3 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 25px
}

.about-wrap p {
	margin-bottom: 30px
}

.about-content {
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	padding: 30px 0;
	text-align: center
}

.about-content h4 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 5px
}

.about-content p {
	font-size: 13px;
	margin-bottom: 0;
	line-height: 20px
}

.about-img {
	position: relative;
	margin-top: 100px
}

.about-img:before {
	position: absolute;
	left: -15px;
	bottom: -15px;
	height: 95%;
	width: 98%;
	background: #333132;
	content: "";
	z-index: -9
}

.section-title {
	margin-bottom: 40px
}

.section-title h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px
}

.section-title h3 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 0
}

.spacial-img {
	position: relative
}

.spacial-wrap {
	padding: 60px 0 30px
}

.spacial-item {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	text-align: center;
	padding: 40px 0;
	margin-bottom: 30px
}

.spacial-item:hover {
	background: #fff;
	cursor:pointer;
}

.spacial-item span {
	display: block;
	margin-bottom: 10px
}

.spacial-item span:before {
	font-size: 35px
}

.spacial-item h4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0
}

.project-area {
	padding: 120px 0 90px
}

.project-menu button {
	border: 1px solid#54c485;;
	padding: 7px 20px;
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer
}

.project-menu button.active {
	background:#54c485;
}

.project-wrap {
	position: relative;
	margin-bottom: 30px
}

.project-wrap img {
	width: 100%
}

.project-wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#54c485;;
	opacity: .55;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
	content: "";
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.project-wrap:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.project-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.project-wrap:hover .project-content {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.project-content a {
	font-size: 30px;
	display: inline-block;
	margin-bottom: 15px
}

.project-content a:hover {
	color: #fff
}

.project-content h3 {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 0
}

.service-area {
	padding: 120px 0 90px
}

.service-wrap {
	margin-bottom: 30px
}

.service-img {
	position: relative;
	overflow: hidden
}

.service-img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	transition: all .3s
}

.service-wrap:hover .service-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.service-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	content: "";
	border: 25px solid rgba(0, 0, 0, .2);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 9
}

.service-wrap:hover .service-img:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.service-content {
	padding: 30px 10px;
	background: #fff;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.service-content h4 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px
}

.service-content p {
	margin-bottom: 25px
}

.service-content a {
	height: 50px;
    width: 120px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    background: #54c485;
    line-height: 50px;
    color: #fff;
    display: block;
    margin: auto;
    border-radius: 25px;
}

.service-content a:hover {
	background: #333132;
	color: #fff
}

.fanfact-area {
	padding: 80px 0
}

.funfact-wrap {
	text-align: center
}

.funfact-wrap h2 {
	color:#54c485;;
	font-size: 72px;
	margin: 0 auto 20px;
	line-height: 51px;
	font-weight: 300;
	width: 100px
}

.funfact-wrap p {
	text-transform: uppercase;
	font-size: 30px;
	color: #fff
}

.team-area {
	padding: 120px 0 90px
}

.team-wrap {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	z-index: 9
}

.team-wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#54c485;;
	content: "";
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.team-wrap:hover:before {
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}

.team-content {
	position: absolute;
	left: 0;
	bottom: -108px;
	width: 100%;
	background: #fff;
	padding: 20px 0 50px;
	text-align: center
}

.team-wrap:hover .team-content {
	bottom: 0;
	background: transparent
}

.team-content h4 {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 0
}

.team-content p {
	margin-bottom: 20px
}

.team-content ul li {
	display: inline-block;
	margin: 0 2px
}

.team-content ul li a {
	display: block;
	height: 35px;
	width: 35px;
	background: #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	font-size: 16px
}

.team-content ul li:hover a {
	background: #323131;
	color: #fff
}

.section-title2 h2,
.section-title2 h3 {
	color: #fff
}

.test-wrap {
	padding: 60px 0 0;
	outline: none
}

.test-wrap i {
	color:#54c485;;
	font-size: 36px;
	margin-bottom: 25px;
	margin-left: 1px
}

.test-wrap p {
	color: #fff;
	margin-bottom: 35px
}

.test-wrap h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	color: #fff
}

.test-wrap span {
	display: block;
	font-size: 14px;
	color:#54c485;
}

.test-img-active {
	padding: 60px 30px 0 0;
	position: relative;
	z-index: 9
}

.test-img-active:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 85%;
	height: 95%;
	border: 3px solid#54c485;;
	content: "";
	z-index: -9
}

.test-img {
	position: relative;
	padding-left: 30px;
	outline: none
}

.test-img img {
	width: 100%
}

.test-img ul {
	position: absolute;
	left: 30px;
	bottom: 0;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	background: rgba(0, 0, 0, .7)
}

.test-img ul li {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #fff
}

.test-img ul li i {
	font-size: 14px;
	color: #fcb837
}

.test-images {
	height: 110px;
	width: 110px;
	border-radius: 50%;
	border: 3px solid#54c485;;
	left: 0;
	bottom: 80px;
	position: absolute;
	overflow: hidden
}

ul.slick-dots {
	position: absolute;
	bottom: -50px
}

.slick-dots li {
	display: inline-block;
	margin-right: 5px
}

.slick-dots li button {
	height: 15px;
	width: 15px;
	font-size: 0;
	border-radius: 50%;
	background: #bcb8b8;
	cursor: pointer;
	border: none
}

.slick-dots li.slick-active button {
	background:#54c485;
}

.blog-area {
	padding: 120px 0 90px
}

.blog-wrap {
	margin-bottom: 30px
}

.blog-img {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden
}

.blog-img img {
	width: 100%;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.blog-wrap:hover .blog-img img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1)
}

.blog-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	border: 30px solid rgba(0, 0, 0, .3);
	content: "";
	z-index: 9;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.blog-wrap:hover .blog-img:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.blog-content ul li {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase
}

.blog-content h4 {
	text-transform: uppercase;
	line-height: 28px;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid#54c485;;
	padding-bottom: 10px;
	margin: 10px 0 20px
}

.blog-content p {
	color: #333132
}

.brand-area {
	padding: 100px 0;
	background:#54c485;
}

#googleMap {
	width: 100%;
	height: 450px;
	background:#54c485;
}

.footer-top {

}

.footer-widget {
	margin-bottom: 30px
}

.footer-logo img {
	margin-bottom: 30px
}

.footer-logo p {
	margin-bottom: 20px;
	color: #fff;
}

.footer-logo h4 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px
}

.footer-logo span {
	display: block;
	margin-bottom: 20px
}

.footer-logo ul li {
	display: inline-block;
	margin-right: 10px;
	font-size: 18px
}

.footer-widget h4.widget-title {
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 30px;
	margin: 30px 0 50px;
	font-weight: 600;
	position: relative;
	color: #fff;
}

.footer-widget h4.widget-title:before {
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: 12px;
	background:#54c485;;
	content: ""
}

.footer-contact ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
	line-height: 24px;
	font-size: 14px
}

.footer-contact ul li i {
	height: 25px;
	width: 25px;
	font-size: 14px;
	border: 1px solid#54c485;;
	text-align: center;
	line-height: 24px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%)
}

.footer-contact ul li:last-child {
	margin-bottom: 0
}

.footer-menu ul li {
	line-height: 37px;
	padding-left: 30px;
	position: relative
}

.footer-menu ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f101";
	font-family: fontawesome
}

.footer-menu ul li:hover:before {
	left: 5px;
	color:#54c485;
}

.newsletter p {
	margin-bottom: 20px
}

.newsletter input {
	width: 100%;
	height: 40px;
	border: 1px solid #e5e5e5;
	padding-left: 15px;
	background: transparent;
	margin-bottom: 10px
}

.newsletter button {
	width: 115px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	background:#54c485;;
	cursor: pointer;
	border-radius: 3px
}

.newsletter button:hover {
	background: #323131;
	color: #fff
}

.footer-bootem {
	padding: 20px 0;
	background:#323232;
	text-align: center
}

.slider-area2 .slider-text {
	padding-left: 0
}

.slider-area2 .line {
	height: 360px;
	left: 160px
}

.about-area2 .about-wrap:after {
	left: 0;
	width: 0;
	height: 140px
}

a.readmore-btn {
	display: inline-block;
	padding: 12px 30px;
	text-transform: uppercase;
	font-size: 14px;
	background:#54c485;;
	font-weight: 700
}

a.readmore-btn:hover {
	background: #333132;
	color: #fff
}

.about-area2 .about-wrap {
	padding: 80px 0 80px 30px;
	border-top: 2px solid#54c485;;
	border-left: none;
	border-right: 2px solid#54c485;
}

.about-area2 .about-img2 {
	position: relative;
	padding-bottom: 70px
}

.about-area2 .about-images {
	position: absolute;
	right: 0;
	bottom: 0;
	border-left: 3px solid#54c485;;
	border-top: 3px solid#54c485;
}

.about-area2 .about-images a {
	position: absolute;
	height: 55px;
	width: 55px;
	background: #fff;
	line-height: 55px;
	text-align: center;
	display: block;
	left: 50%;
	border: 2px solid#54c485;;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.quote-area {
	padding: 50px 0;
	background:#54c485;
}

.quote-wrap h2 {
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600
}

.quote-wrap a {
	display: inline-block;
	padding: 10px 25px;
	background: #222;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500
}

.quote-wrap a:hover {
	background: #fff;
	color: #222
}

.interior-area {
	background:#54c485;;
	position: relative;
	padding: 130px 0;
	overflow: hidden
}

.interior-img {
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
	height: 100%;
	background: url(../images/bg/3.jpg) no-repeat center center / cover
}

.interior-img img {
	visibility: hidden
}

.interior-wrap {
	padding-right: 30px
}

.interior-wrap span {
	display: block;
	margin-bottom: 15px
}

.interior-wrap span:before {
	font-size: 60px
}

.interior-wrap h2 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px
}

.brand-area2 {
	background: #fff
}

.test-img2 {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 3px solid#54c485;;
	margin: 0 auto 30px;
	overflow: hidden
}

.test-wrap2 i {
	font-size: 36px;
	color:#54c485;;
	margin-bottom: 20px;
	display: block
}

.test-wrap2 p {
	margin-bottom: 50px
}

.test-wrap2 h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0
}

.test-wrap2 span {
	display: block;
	font-style: italic;
	font-size: 14px
}

.test-active {
	padding-bottom: 50px
}

.test-active .owl-nav div {
	position: absolute;
	left: -100px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-size: 20px
}

.test-active .owl-nav div:hover {
	color:#54c485;
}

.test-active .owl-nav div.owl-next {
	left: auto;
	right: -100px
}

.test-active .owl-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center
}

.test-active .owl-dot {
	display: inline-block;
	margin: 0 2px;
	height: 15px;
	width: 15px;
	background: #323131;
	border-radius: 50%
}

.test-active .owl-dot.active {
	background:#54c485;
}

.blog-wrap2 {
	position: relative;
	margin-bottom: 30px;
	z-index: 9
}

.blog-content2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px;
	background: rgba(0, 0, 0, .95);
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.blog-wrap2:hover .blog-content2 {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.blog-content2 span {
	display: block;
	color: #777;
	margin-bottom: 5px;
	font-style: italic;
	margin-top: -30px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.blog-wrap2:hover .blog-content2 span {
	margin-top: 0
}

.blog-content2 h4 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 15px;
	margin-left: 20px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.blog-wrap2:hover .blog-content2 h4 {
	margin-left: 0
}

.blog-content2 h4 a {
	color: #fff
}

.blog-content2 h4 a:hover {
	color:#54c485;
}

.blog-content2 p {
	margin-bottom: 20px;
	color: #f1f1f1;
	font-size: 15px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.blog-content2 a.readmore {
	text-decoration: underline;
	color:#54c485;;
	display: inline-block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.blog-wrap2:before,
.blog-wrap2:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: transparent;
	border: 3px solid transparent;
	content: "";
	z-index: 9
}

.blog-wrap2:hover:before {
	-webkit-animation: animate3 .6s linear forwards;
	animation: animate3 .6s linear forwards
}

@-webkit-keyframes animate3 {
	0% {
		width: 0;
		height: 0;
		border-top-color:#54c485;;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}
	50% {
		width: 100%;
		height: 0;
		border-top-color:#54c485;;
		border-right-color:#54c485;;
		border-bottom-color: transparent;
		border-left-color: translate;
	}
	100% {
		width: 100%;
		height: 100%;
		border-top-color:#54c485;;
		border-right-color:#54c485;;
		border-bottom-color: transparent;
		border-left-color: translate;
	}
}

@keyframes animate3 {
	0% {
		width: 0;
		height: 0;
		border-top-color:#54c485;;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}
	50% {
		width: 100%;
		height: 0;
		border-top-color:#54c485;;
		border-right-color:#54c485;;
		border-bottom-color: transparent;
		border-left-color: translate;
	}
	100% {
		width: 100%;
		height: 100%;
		border-top-color:#54c485;;
		border-right-color:#54c485;;
		border-bottom-color: transparent;
		border-left-color: translate;
	}
}

.blog-wrap2:hover:after {
	-webkit-animation: animate4 .6s linear forwards;
	animation: animate4 .6s linear forwards;
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

@-webkit-keyframes animate4 {
	0% {
		width: 0;
		height: 0;
		border-top-color: translate;
		border-right-color: translate;
		border-left-color: translate;
		border-bottom-color:#54c485;;
	}
	50% {
		width: 0;
		height: 100%;
		border-top-color: translate;
		border-right-color: translate;
		border-left-color:#54c485;;
		border-bottom-color:#54c485;;
	}
	100% {
		width: 100%;
		height: 100%;
		border-top-color: translate;
		border-right-color: translate;
		border-left-color:#54c485;;
		border-bottom-color:#54c485;;
	}
}

@keyframes animate4 {
	0% {
		width: 0;
		height: 0;
		border-top-color: translate;
		border-right-color: translate;
		border-left-color: translate;
		border-bottom-color:#54c485;;
	}
	50% {
		width: 0;
		height: 100%;
		border-top-color: translate;
		border-right-color: translate;
		border-left-color:#54c485;;
		border-bottom-color:#54c485;;
	}
	100% {
		width: 100%;
		height: 100%;
		border-top-color: translate;
		border-right-color: translate;
		border-left-color:#54c485;;
		border-bottom-color:#54c485;;
	}
}

.slider-area3 .slider-text {
	text-align: right;
	padding-left: 0;
	padding-right: 50px
}

.slider-area3 .line {
	left: auto;
	right: 0
}

.about-wrap3 {
	background: #fff;
	padding: 60px 70px
}

.about-active .slick-list.draggable {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

.about-wrap3 h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px
}

.about-wrap3 h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px
}

.about-wrap3 p {
	margin-bottom: 25px
}

.about-active {
	margin-right: -80px;
	position: relative;
	z-index: 9;
	margin-top: 32px
}

.about-img-active i.slick-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	width: 40px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	cursor: pointer
}

.about-img-active i.slick-arrow:hover {
	background:#54c485;
}

.about-img-active i.slick-arrow.fa-chevron-left {
	right: 40px;
	z-index: 9
}

.about-wrap-2 {
	padding: 86px 0
}

.about-img-active {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.skill-wrap {
	padding: 10px 0
}

.skill-wrap h2 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase
}

.skill-wrap p {
	text-transform: uppercase;
	margin-bottom: 5px
}

.progress-wrap {
	overflow: hidden;
	padding-bottom: 35px
}

.skill-wrap .progress {
	height: 10px;
	overflow: visible;
	background: #323131;
	border-radius: 5px
}

.skill-wrap .progress-bar {
	position: relative;
	border-radius: 5px;
	background:#54c485;
}

.skill-wrap .progress-bar:before {
	position: absolute;
	right: -2px;
	top: -5px;
	width: 20px;
	height: 20px;
	background:#54c485;;
	content: "";
	z-index: 9;
	border: 2px solid #323131;
	border-radius: 50%
}

.skill-wrap .progress-bar span {
	position: absolute;
	right: 0;
	font-weight: 700;
	color: #323131;
	top: -32px;
	font-size: 14px
}

.skill-img {
	position: relative
}

.skill-img img {
	visibility: hidden
}

.skill-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	content: "";
	border: 50px solid rgba(0, 0, 0, .1)
}

.newsletter-area {
	padding: 100px 0
}

.newsletter-area.black-opacity:before {
	background:#54c485;;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.newsletter-wrap form {
	position: relative
}

.newsletter-wrap input {
	padding: 0 165px 0 20px;
	height: 65px;
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 25px
}

.newsletter-wrap button {
	position: absolute;
	right: 0;
	top: 0;
	width: 165px;
	height: 65px;
	line-height: 65px;
	cursor: pointer;
	background: #323131;
	border: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px
}

.newsletter-wrap button:hover {
	background:#54c485;;
	color: #323131
}

.breadcumb-area {
	height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.breadcumb-wrap h2 {
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 700;
	color:#54c485;;
	margin-bottom: 5px
}

.breadcumb-wrap ul li {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 14px
}

.breadcumb-wrap ul li a {
	color: #fff
}

.breadcumb-wrap ul li a:hover {
	color:#54c485;
}

.about-page-wrap h2 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px
}

.about-page-wrap p {
	margin: 25px 0
}

.about-page-wrap ul {
	position: relative
}

.about-page-wrap ul:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: #393939;
	content: ""
}

.about-page-wrap ul:hover:before {
	background:#54c485;
}

.about-page-wrap ul li a {
	display: block;
	line-height: 28px;
	font-size: 16px;
	padding-left: 40px;
	position: relative
}

.about-page-wrap ul li a:before {
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	border-style: solid;
	border-width: 8px;
	border-color: transparent transparent transparent#54c485;;
	content: "";
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.about-page-wrap ul li:hover a:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.about-sidebar h3 {
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 20px;
	font-weight: 500;
	padding-bottom: 15px;
	border-bottom: 1px solid #393939
}

.about-sidebar ul {
	margin-bottom: 60px
}

.about-sidebar ul li {
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #393939
}

.about-sidebar ul li:last-child {
	border-bottom: none
}

.about-sidebar-img {
	position: relative
}

.about-sidebar-img img {
	width: 100%
}

.about-sidebar-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	border: 30px solid rgba(0, 0, 0, .5);
	content: ""
}

.about-sidebar-img a {
	position: absolute;
	left: 50%;
	display: block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	border: 4px solid #fff;
	color: #fff;
	border-radius: 50%;
	z-index: 999;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%)
}

.about-sidebar-img a:hover {
	background:#54c485;;
	color: #393939
}

.project-area-without-gutter {
	padding: 120px 0
}

.project-area-without-gutter .project-wrap {
	margin-bottom: 0
}

.pagination-wrap {
	margin: 20px 0 30px
}

.pagination-wrap ul li {
	display: inline-block
}

.pagination-wrap ul li a,
.pagination-wrap ul li span {
	height: 35px;
	width: 35px;
	line-height: 35px;
	background: #333132;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	display: block
}

.pagination-wrap ul li span,
.pagination-wrap ul li:hover a {
	background:#54c485;;
	color: #333132
}

.widget {
	margin-bottom: 40px
}

.search-wrap form {
	position: relative
}

.search-wrap input {
	width: 100%;
	height: 40px;
	padding-right: 45px;
	border: none;
	border: 1px solid #333132;
	background: transparent;
	padding-left: 15px
}

.search-wrap button {
	position: absolute;
	right: 0;
	background: #333132;
	border: none;
	color: #fff;
	height: 40px;
	top: 0;
	width: 40px;
	cursor: pointer
}

.search-wrap button:hover {
	color: #333132;
	background:#54c485;
}

.search-wrap input::-webkit-input-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #333132
}

.search-wrap input::-moz-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #333132
}

.search-wrap input:-ms-input-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #333132
}

.search-wrap input:-moz-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #333132
}

.widget .widget-title {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333132
}

.sidebar-menu ul li {
	line-height: 30px
}

.sidebar-menu ul li a {
	position: relative;
	padding-left: 20px
}

.sidebar-menu ul li a:before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "\f101";
	font-family: fontawesome;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.sidebar-menu ul li a:hover:before {
	left: 5px
}

.recent-post ul li {
	overflow: hidden;
	margin-bottom: 20px
}

.recent-post ul li:last-child {
	margin-bottom: 0
}

.post-img {
	float: left;
	margin-right: 15px
}

.post-content {
	overflow: hidden
}

.post-content a {
	display: block;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 10px
}

.post-content p {
	font-size: 12px;
	font-style: italic
}

.tag-wrap ul li {
	display: inline-block;
	margin-bottom: 5px
}

.tag-wrap ul li a {
	display: block;
	padding: 6px 20px;
	border: 1px solid #e5e5e5;
	font-weight: 500;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 13px
}

.tag-wrap ul li a:hover {
	color: #393939;
	background:#54c485;;
	border-color:#54c485;
}

.tag-wrap {
	margin-bottom: 0
}

.blog-details-area .blog-content h4 {
	font-size: 36px
}

.blog-details-wrap p {
	margin-bottom: 25px
}

.blog-details-wrap blockquote {
	background: #f1f1f1;
	padding: 30px 25px 30px 40px;
	font-size: 16px;
	font-style: italic;
	margin: 40px 0;
	border-left: 10px solid#54c485;
}

.socila-link {
	margin-bottom: 100px
}

.socila-link ul li {
	display: inline-block;
	color:#54c485;
}

.socila-link ul li a {
	font-size: 16px;
	margin-left: 7px
}

.blog-form h3 {
	margin-bottom: 25px;
	font-weight: 700
}

.blog-form span {
	display: block;
	margin-bottom: 3px
}

.blog-form input,
.blog-form textarea,
.contact-form input,
.contact-form textarea {
	width: 100%;
	height: 45px;
	margin-bottom: 25px;
	border-radius: 3px;
	background: transparent;
	border: 1px solid #e5e5e5;
	padding-left: 20px
}

.blog-form textarea,
.contact-form textarea {
	height: 200px;
	padding-top: 10px
}

.blog-form button,
.contact-form button {
	padding: 10px 30px;
	background:#54c485;;
	color: #363636;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	border-radius: 3px;
	border: none;
	cursor: pointer
}

.blog-form button:hover,
.contact-form button:hover {
	background: #222;
	color:#54c485;
}

.contact-form textarea {
	height: 270px
}

.contact-wrap ul li {
	position: relative;
	padding: 30px 20px 30px 100px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	background:#54c485;;
	margin-bottom: 25px;
	border-radius: 5px
}

.contact-wrap ul li:last-child {
	margin-bottom: 0
}

.contact-wrap ul li i {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 30px;
	font-size: 35px;
	color: #222
}

.contact-wrap ul li p {
	font-size: 14px;
	margin-top: 8px;
	font-weight: 400;
	text-transform: capitalize
}

.contact-wrap ul li p span {
	display: block
}

.contact-area #googleMap {
	margin-top: 100px
}

@media (min-width:992px) and (max-width:1197px) {
	.slider-content h2 {
		font-size: 60px;
		line-height: 70px
	}
	.slider-content p {
		font-size: 18px
	}
	.slider-text {
		padding-left: 90px
	}
	.line {
		height: 340px;
		left: 45px
	}
	.spacial-item {
		padding: 30px 0
	}
	.spacial-item h4 {
		font-size: 14px
	}
	.mainmenu ul li {
		margin-left: 15px
	}
	.test-wrap {
		padding: 0
	}
	.test-wrap p {
		margin-bottom: 25px
	}
	.about-area2 .about-images {
		bottom: -57px
	}
	.slider-area2 .line {
		height: 290px;
		width: 460px
	}
	.about-wrap3 {
		padding: 35px 35px
	}
	.about-active {
		margin-right: -60px;
		margin-top: 8px
	}
	.about-wrap-2 {
		padding: 37px 0
	}
	.skill-img {
		height: 540px
	}
	.mainmenu ul li a {
		font-size: 14px
	}
	.about-page-wrap h2 {
		font-size: 32px
	}
	.contact-wrap ul li {
		padding: 30px 20px 30px 80px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.slider-items {
		height: 450px
	}
	.slider-content h2 {
		text-transform: uppercase;
		font-size: 50px;
		line-height: 60px
	}
	.slider-content p {
		font-size: 16px
	}
	.line {
		height: 320px
	}
	.next-prev-style .owl-nav div {
		height: 45px;
		width: 45px;
		line-height: 45px
	}
	.about-wrap {
		padding: 60px 30px 60px 30px
	}
	.about-wrap:after {
		right: 0;
		width: 0;
		height: 60%
	}
	.spacial-wrap {
		padding: 0
	}
	.ptb-120 {
		padding: 100px 0
	}
	.spacial-area,
	.project-area,
	.service-area,
	.team-area,
	.blog-area,
	.footer-top {
		padding: 100px 0 70px
	}
	.project-area .section-title {
		text-align: center;
		margin-bottom: 20px
	}
	.project-menu.text-right {
		text-align: center!important;
		margin-bottom: 35px
	}
	.funfact-wrap h2 {
		font-size: 60px
	}
	.funfact-wrap p {
		font-size: 20px
	}
	.test-wrap {
		padding: 0
	}
	.test-wrap p {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 24px
	}
	.testmonial-area {
		padding: 100px 0 145px
	}
	.test-active .owl-nav div {
		left: -20px
	}
	.test-active .owl-nav div.owl-next {
		right: -20px
	}
	.about-area2 .about-wrap {
		padding: 80px 30px 80px 30px
	}
	.about-area2 .about-img2 {
		margin-bottom: 50px
	}
	.slider-area2 .line {
		height: 270px;
		left: 115px;
		width: 450px
	}
	.about-wrap3 {
		padding: 35px 20px
	}
	.about-wrap3 h3 {
		font-size: 20px
	}
	.about-active {
		margin-right: -20px;
		margin-top: 0
	}
	.about-img-active {
		z-index: 9999999;
		position: relative;
		margin: 52px 0
	}
	.about-wrap3.about-wrap-2 {
		padding: 0
	}
	.skill-img {
		height: 540px
	}
	.about-sidebar {
		margin-top: 50px
	}
	.md-revarce-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse
	}
	.sidebar-wrap {
		margin-top: 20px
	}
	.blog-details-wrap {
		margin-bottom: 30px
	}
	.blog-details-area .blog-content h4 {
		font-size: 30px;
		line-height: 35px
	}
	.contact-form {
		margin-bottom: 50px
	}
}

@media (min-width:576px) and (max-width:767px) {
	body {
		line-height: 24px;
		font-size: 14px
	}
	.responsive-menu-wrap .slicknav_nav {
		width: 510px
	}
	.slider-items {
		height: 450px
	}
	.slider-content h2 {
		font-size: 40px;
		line-height: 50px
	}
	.slider-content p {
		font-size: 16px
	}
	.line {
		height: 320px;
		width: 430px
	}
	.next-prev-style .owl-nav div {
		height: 45px;
		width: 45px;
		line-height: 45px
	}
	.about-wrap {
		padding: 60px 30px 60px 30px
	}
	.about-wrap:after {
		right: 0;
		width: 0;
		height: 60%
	}
	.spacial-wrap {
		padding: 0
	}
	.about-wrap h3 {
		font-size: 20px
	}
	.section-title h3 {
		font-size: 18px
	}
	.section-title h2 {
		font-size: 25px
	}
	.ptb-120 {
		padding: 100px 0
	}
	.spacial-area,
	.project-area,
	.service-area,
	.team-area,
	.blog-area,
	.footer-top {
		padding: 100px 0 70px
	}
	.project-area .section-title {
		text-align: center;
		margin-bottom: 20px
	}
	.project-menu.text-right {
		text-align: center!important;
		margin-bottom: 35px
	}
	.project-menu button {
		padding: 7px 25px;
		margin-bottom: 5px
	}
	.funfact-wrap h2 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 10px
	}
	.funfact-wrap p {
		font-size: 18px
	}
	.test-wrap {
		padding: 30px 0 0 30px
	}
	.test-wrap p {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 24px
	}
	.testmonial-area {
		padding: 100px 0 145px
	}
	ul.slick-dots {
		left: 30px
	}
	.revarce-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse
	}
	.sticky-menu {
		position: static
	}
	.logo {
		margin: 15px 0
	}
	.mainmenu {
		padding: 32px 0
	}
	.search-wrapper ul li a {
		padding: 37px 0
	}
	.responsive-menu-wrap .slicknav_menu {
		padding: 42px 0
	}
	.responsive-menu-wrap .slicknav_nav {
		top: 40px
	}
	.slider-area2 .line {
		height: 265px;
		left: 55px;
		width: 400px
	}
	.about-area2 .about-img2 {
		margin-bottom: 50px
	}
	.about-area2 .about-wrap {
		padding: 40px 0 40px 30px
	}
	.interior-img {
		display: none
	}
	.interior-area {
		padding: 100px 0
	}
	.test-active .owl-nav div {
		left: -20px
	}
	.test-active .owl-nav div.owl-next {
		right: -20px
	}
	.blog-content2 h4 {
		font-size: 14px;
		margin-bottom: 10px
	}
	.blog-content2 p {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 22px
	}
	.about-area3 .d-flex {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse
	}
	.about-area3 .w-50 {
		width: 100%!important
	}
	.about-active {
		margin-right: 0;
		margin-top: 0
	}
	.about-wrap-2 {
		padding: 30px 0 0
	}
	.about-sidebar {
		margin-top: 50px
	}
	.about-page-wrap h2 {
		font-size: 29px
	}
	.sidebar-wrap {
		margin-top: 20px
	}
	.blog-details-wrap {
		margin-bottom: 30px
	}
	.blog-details-area .blog-content h4 {
		font-size: 30px;
		line-height: 35px
	}
	.contact-form {
		margin-bottom: 50px
	}
}

@media (max-width:575px) {
	body {
		line-height: 24px;
		font-size: 14px
	}
	.container {
		width: 100%
	}
	.about-wrap {
		padding: 60px 20px 30px 20px
	}
	.about-content {
		margin-bottom: 30px
	}
	.about-wrap:after {
		right: 0;
		width: 0;
		height: 60%
	}
	.responsive-menu-wrap .slicknav_nav {
		top: 56px;
		width: 290px
	}
	.slider-items {
		height: 450px
	}
	.slider-content h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 15px
	}
	.slider-content p {
		font-size: 14px
	}
	.slider-text {
		padding-left: 20px
	}
	.next-prev-style .owl-nav div {
		display: none!important
	}
	.line {
		width: 240px;
		height: 320px
	}
	.about-wrap h2 {
		font-size: 20px
	}
	.about-wrap h3 {
		font-size: 17px
	}
	.section-title h2 {
		font-size: 20px
	}
	.section-title h3 {
		font-size: 15px;
		line-height: 26px
	}
	.spacial-wrap {
		padding: 0 0 0
	}
	.spacial-area,
	.project-area,
	.service-area,
	.team-area,
	.blog-area,
	.footer-top {
		padding: 100px 0 70px
	}
	.project-area .section-title {
		text-align: center;
		margin-bottom: 20px
	}
	.project-menu.text-right {
		text-align: center!important;
		margin-bottom: 35px
	}
	.project-menu button {
		margin-bottom: 5px
	}
	.funfact-wrap h2 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 10px
	}
	.funfact-wrap p {
		font-size: 18px
	}
	.funfact-wrap {
		margin-bottom: 25px
	}
	.team-img img {
		width: 100%
	}
	.team-content h4 {
		font-size: 18px
	}
	.revarce-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse
	}
	.test-img-active {
		padding: 30px 20px 0 0
	}
	.test-img ul li {
		font-size: 14px
	}
	.sticky-menu {
		position: static
	}
	.logo {
		margin: 15px 0
	}
	.mainmenu {
		padding: 32px 0
	}
	.search-wrapper ul li a {
		padding: 37px 0
	}
	.responsive-menu-wrap .slicknav_menu {
		padding: 42px 0
	}
	.responsive-menu-wrap .slicknav_nav {
		top: 40px
	}
	.slider-area2 .line {
		height: 230px;
		left: 25px;
		width: 240px
	}
	.about-area2 .about-wrap {
		padding: 40px 0 40px 30px
	}
	.interior-img {
		display: none
	}
	.interior-area {
		padding: 100px 0
	}
	.test-active .owl-nav div {
		left: -10px
	}
	.test-active .owl-nav div.owl-next {
		right: -10px
	}
	.ptb-120 {
		padding: 100px 0
	}
	.quote-wrap h2 {
		font-size: 20px
	}
	.brand-area {
		padding: 50px 0
	}
	.about-area3 .d-flex {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse
	}
	.about-area3 .w-50 {
		width: 100%!important
	}
	.about-active {
		margin-right: 0;
		margin-top: 0
	}
	.about-wrap3 {
		padding: 30px
	}
	.about-wrap3 h3 {
		font-size: 18px
	}
	.about-wrap3.about-wrap-2 {
		padding: 30px 0 0
	}
	.newsletter-wrap button {
		width: 110px
	}
	.about-page-wrap h2 {
		font-size: 24px
	}
	.about-sidebar {
		margin-top: 50px
	}
	.sidebar-wrap {
		margin-top: 20px
	}
	.blog-details-wrap {
		margin-bottom: 30px
	}
	.blog-details-area .blog-content h4 {
		font-size: 30px;
		line-height: 35px
	}
	.contact-form {
		margin-bottom: 50px
	}
}

@media (min-width:480px) and (max-width:575px) {
	.container {
		width: 450px
	}
	.responsive-menu-wrap .slicknav_nav {
		top: 42px;
		width: 420px
	}
}

.navbar-brand img{
	width:210px;
}


.spacial-item img{
width:50px;
margin-bottom:10px;
}


.footer-area {
background:#000;
color:#fff !important;
}

.footer-area a{
color:#fff;
}

.main-gal {
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.thumbnail.editrowone.a {
    border: none;
    background: rgba(0,0,0,0.8);
    padding: 0px 0px 22px 0px;
    border: 1px solid white;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.hovereffect {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    max-width:100%;
}
.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 19px;
    background: rgba(0,0,0,0.7);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(20px);
    transform: translatey(20px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
    letter-spacing: 1px;
    text-shadow: 3px 3px 10px #e9ad28;
    font-weight: 400;
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 135px 0 0;
    padding: 9px 24px;
    letter-spacing: 3px;
    box-shadow: 2px 2px 5px #8877c9;
}
.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.caption.editrowone.a {
    border-top: 1px solid white;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.caption.editrowone.a > h4 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 6px;
   text-shadow: 1px 1px 2px #e9ad28;
    margin: 20px 10px 5px 18px;
    text-align:left;
    font-size:20px;
}

.caption.editrowone.a a {
    color: white;
}
.line-mal {
    width: 178px;
    height: 1px;
    background: white;
    margin: auto;
    margin-bottom: 24px;
}
.media.ad.sm-all {
    line-height: 24px;
}
.sm-all {
    color: #e9ad28;
    font-weight: 300;
    letter-spacing: 1px;
    margin-left: 18px;
    margin-right: 10px;
    line-height: 20px;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media {
    margin-top: 15px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
media-left, .media>.pull-left {
    padding-right: 10px;
}
.sm-all .media-body {
    text-align: left;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.caption.editrowone.a a {
    color: white;
}
.hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
	padding-left: 2px;
}
.our-hotel-sect .title h2{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    text-align:center;
    margin-bottom:10px;
}
.our-hotel-sect .title{
    margin:20px 0 30px 0;
}
.our-hotel-sect .title p{
    font-size: 18px;
    text-align:center;
} 
.our-hotel-sect{
    margin-bottom:60px;
}


.about-new {
    padding: 60px 0;
}

.about-new h1 {
    margin-bottom: 20px;
	font-weight: 600;
}

.about-new p {
    line-height: 28px;
    margin-bottom: 20px;
}

.about-new a {
    background: #e96527;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
}


.navbar-dark .navbar-nav .nav-link{
	color:#fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.navbar-nav .nav-link{
	padding-left: 1rem;
	padding-right: 1rem;
}

 .navbar-nav .nav-item{
	margin: 0 10px;
}


.navbar-nav .nav-item.active>a, .navbar-nav .nav-item:hover>a {
    background: #e9ad28;
    color: #fff;
}


@media (max-width:576px){
    .slider-content p {
    font-size: 12px;
    line-height: 16px;
}
    .slider-content h2 span.d-block{
        font-size:20px;
    }
    .about-new h1{
        font-size:28px;
    }
    .our-hotel-sect .title h2{
        font-size:25px;
        
    }
    .hovereffect h2{
        font-size:15px;
        letter-spacing:0;
    }
    .hovereffect a.info{
        margin: 60px 0 0;
    }
    
    .caption.editrowone.a > h4{
        font-size:18px;
    }
    
}