ul {
	margin: 0px;
	padding: 0px;
}

/*button_CSS*/
.btn-text {
	font-size: 14px;
	color: #222;
	font-family: 'Poppins', sans-serif;
	line-height: 48px;
	padding: 0 22px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #fff;
	min-height: 50px;
	border-radius: 0;
	text-align: center;
	position: relative;
	z-index: 2;
	border: none;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	border-color: 1px solid #000;
	border-radius: 10px;
}
.btn-text:hover {
	background: transparent;
	color: #fff;
	border-color: 1px solid #fff;
}

/* section_heading */
.section_heading h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	line-height: 1;
}
.section_heading h2:before {
	position: absolute;
	content: '';
	background: #2ecc71;
	width: 50px;
	height: 4px;
	left: 50%;
	bottom: -18px;
	z-index: 100;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.section_heading h2:after {
	position: absolute;
	content: '';
	background: #c5c5c5;
	width: 100%;
	height: 1px;
	right: 0;
	bottom: -17px;
}
.section_heading p {
	margin: 0px;
}
/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
	position: relative;
	margin-top: 0px;
	overflow: hidden;
}
.main-banner .banner-text span {
	font-weight: 600;
	color: #fff;
	font-size:18px;
	display: block;
	margin-bottom: 5px;
	font-family: 'Poppins', sans-serif;
	text-transform:capitalize;
	letter-spacing: 2px;
	line-height: 1;
}
.main-banner .banner-text h2 {
	font-size: 45px;
	color: #fff;
	margin-bottom:0px;
	line-height: 1.3;
	text-transform: capitalize;
	padding:0px 0;
	font-weight: 600;
}
.main-banner .banner-text p {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.main-banner .banner-text .btn-text {
	border: 1px solid #fff !important;
	line-height: 50px !important;
}
.main-banner .tp-mask-wrap {
	height: auto;
}

#wrapper .main-banner .tp-bullets {
	top: auto;
	left: 52%;
	display: block;
	visibility: visible;
	opacity: 1;
	bottom: 66px;
}
.main-banner .tp-bullet {
	width: 26px;
	height: 3px;
	background: #8f8f8f;
}
.main-banner .tp-bullet.selected {
	background: #2ecc71;
}
.tparrows.tp-leftarrow, .tparrows.tp-rightarrow {
	border: 1px solid #fff;
	z-index: 99;
	cursor: pointer;
	background: none;
	visibility: hidden;
}
.main-banner:hover .tparrows.tp-leftarrow, .main-banner:hover .tparrows.tp-rightarrow {
	visibility: visible;
}
.tparrows.tp-leftarrow:hover, .tparrows.tp-rightarrow:hover {
	background: #2ecc71;
	border: 1px solid #2ecc71;
}
.slotholder:before {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.27);
	content: '';
}
@media (max-width: 480px) {
	.main-banner .banner-text h2 {
		font-size: 18px;
	}
	.main-banner .banner-text p {
		line-height: 1.2;
		font-size: 15px;
	}
}
.img_slider {
	width: 100% !important;
	height: auto !important
}

/* About_section */
.clean_top {
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.clean_top .content i {
	font-size: 50px;
	color: #2ecc71
}
.feature-box {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.feature-box:before {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100%;
	height: 2px;
	background: #2ecc71;
	content: "";
	transition: all 0.3s;
}
.feature-box:after {
	position: absolute;
	bottom: 0px;
	left: 100%;
	width: 100%;
	height: 2px;
	background: #2ecc71;
	content: "";
	transition: all 0.3s;
}
.feature-box:hover:before, .feature-box:hover:after {
	left: 0px;
}
.content {
	position: relative;
	overflow: hidden;
	padding: 30px 20px;
}
.content:before {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 2px;
	height: 100%;
	background: #2ecc71;
	content: "";
	transition: all 0.3s;
}
.content:after {
	position: absolute;
	top: 100%;
	right: 0px;
	width: 2px;
	height: 100%;
	background: #2ecc71;
	content: "";
	transition: all 0.3s;
}
.feature-box:hover .content:after, .feature-box:hover .content:before {
	top: 0px;
}

/*-------------------------------------------------------------------------------------------*/
/* Counter STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.fact-counter-wrapper {
	background-color: #D0FFDD;
	width: 100%;
	padding: 50px 0px;
}
@media (min-width: 720px){
	.fact-counter-wrapper {
		position: relative;
	background: url(../images/shoes.png) no-repeat;
	background-size: contain;
	background-position: right center;
	background-color: #D0FFDD;
	padding: 150px 0px;
}
}
.fact-counter-wrapper .container {
	z-index: 1;
}
.single-fact {
	text-align: center;
	display: inline-block;
}
.single-fact .icon-boxed {
    width: 70px;
    height: 70px;
    font-size: 35px;
    color: #2ecc71;
    text-align: center;
    line-height: 70px;
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.counter_count{
display: inline-block;
    vertical-align: middle;
}
.single-fact span {
	padding: 4px 0;
	line-height: 1.2;
	display: block;
	font-size: 40px;
	color: #fff;
	font-weight: 700;
}
.fact-counter-wrapper h2 {
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	margin: 0;
	margin-bottom: 27px;
}
.single-fact p {
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
}

.single-fact .icon-box i:before {
	font-size: 50px;
}
.fact-counter-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity:1;
        /* background: rgba(0, 0, 0, 0.7); */
}
@media (max-width: 767px) {
.counter_count{
	display: block;
}
.fact-counter-wrapper{
	padding-top: 40px;
    padding-bottom: 40px;
}
}

/* Service_Section */
.service_box{
	   background: url(../images/xyz.jpg) no-repeat;	
    padding: 25px 30px;
    position: relative;
    transition: all 0.3s linear;
}
.show_up{
	z-index: 9;
	position: relative;
}
.service_box:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all 0.3s linear;
}
.service_box:hover{
	/*background: url(../images/xyz.jpg) no-repeat;	*/
}
.service_box:hover:before{
	    background:#2ecc71;
	    transition: all 0.3s linear;
}
.service_box:hover *{
	color: #fff;
}
.service_box i{
    color: #2ecc71;
    font-size: 30px;
    border: 1px solid #2ecc71;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.service_box h3{}
.service_box p{
	margin: 0px;
}
/* Team */
.team_bg {
	background: url(../images/bg_71.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
	background-size:cover; 
}
.team_bg:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.79);
}
.team_picher {
	position: relative;
	overflow: hidden;
}
.team_picher {
	border-radius: 50%;
}
.social_hover {
	background:rgba(46, 204, 113, 0.49);
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0%;
	left: 100%;
	border-radius: 50%;
	text-align: center;
	transition: all 0.3s;
}
.team_iteam:hover .social_hover {
	left: 0px;
}
.social_hover ul {
	width: 100%;
}
.social_hover ul li {
	display: inline-block;
	list-style: none;
}
.social_hover ul li a {
	color: #fff;
	background: #222;
	height: 40px;
	width: 40px;
	display: inline-block;
	line-height: 40px;
	border-radius: 50%;
}
.team_detail {
	color: #fff;
	margin-top: 10px;
}
.team_detail p{
	margin-bottom: 0px;
}
.team_detail h4 {
	margin: 0px;
	    color: #2ecc71;
}

/*project*/

.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}

.container-filter li {
	list-style: none;
	display: inline-block;
	margin-bottom: 10px;
}

.container-filter li a {
	margin: 0px 8px;
	font-size: 15px;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	padding: 10px 12px;
	color: #fff !important;
	position: relative;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	border: 1px solid #2ecc71;
	background: #2ecc71;
}
.container-filter li a.active, .container-filter li a:hover {
	background: transparent !important;
	border: 1px solid #2ecc71;
	color: #222 !important;
}
.container-filter li a:before, .container-filter li a:after {
	content: '';
	left: 0;
	position: absolute;
	background: #ffaf36;
	width: 100%;
	height: 1px;
	z-index: -1;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
}
.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box a {
	display: inline-block;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}
.item-box img {
	width: 100%;
}
.item-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	opacity: 0;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.item-box:hover:after {
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	opacity: 1;
}
.gallery-heading h4 {
	margin-bottom: 0;
}
.gallery-heading h4 a {
	color: #fff;
}
.gallery-heading h4 a:hover {
	color: #2ecc71;
}
.gallery-heading {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	padding-left: 25px;
	color: #fff;
	z-index: 1;
}
.item-box:hover .gallery-heading {
	bottom: 11px;
	transition: all 0.3s linear 0.1s;
	-webkit-transition: all 0.3s linear 0.1s;
}
.link-zoom {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	height: 40px;
	position: absolute;
	top: 55%;
	left: 50%;
	color: #fff;
	z-index: 1;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	opacity: 0;
}
.item-box:hover .link-zoom {
	top: 50%;
	opacity: 1;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}
.link-zoom a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #2ecc71;
	font-size: 17px;
	color: #fff;
}
.link-zoom a.project_links {
	background: #2ecc71;
}
.item-box a {
	display: inline-block;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}
.item-box > a {
	display: block;
}

.container.nf-container1 {
	padding-left: 15px;
	padding-right: 15px;
}

.nf-row1 {
	margin-left: -15px;
	margin-right: -15px;
}

.nf-col-padding {
	padding-left: 25px;
	padding-right: 25px;
}

.nf-row1:before, .nf-row1:after, .nf-row2:before, .nf-row2:after {
	display: table;
	content: " ";
}

.nf-row1:after, .nf-row2:after {
	clear: both;
}

.nf-row1 .nf-item.spacing, .nf-row1 .grid-sizer.spacing {
	padding: 15px;
}

.nf-row2 .nf-item.spacing, .nf-item.spacing, .nf-row2 .grid-sizer.spacing, .spacing-box {
	padding: 10px;
}

.nf-col-1 .nf-item, .nf-col-1 .grid-sizer {
	width: 100%;
	min-height: 1px;
}

.nf-col-2 .nf-item, .nf-col-2 .grid-sizer {
	width: 50%;
	min-height: 1px;
}

.nf-col-3 .nf-item, .nf-col-3 .grid-sizer {
	width: 33.3333%;
	min-height: 1px;
}

.nf-col-4 .nf-item, .nf-col-4 .grid-sizer {
	width: 25%;
	min-height: 1px;
}
.nf-col-4 .w2x {
	width: 50%;
}
.nf-col-5 .nf-item, .nf-col-5 .grid-sizer {
	width: 20%;
	min-height: 1px;
}

.nf-col-6 .nf-item, .nf-col-6 .grid-sizer {
	width: 16.6666%;
	min-height: 1px;
}

.nf-col-1 .nf-item.w1, .nf-col-2 .nf-item.w1, .nf-col-3 .nf-item.w1, .nf-col-4 .nf-item.w1 {
	width: 100%;
}

.nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2 {
	width: 50%;
}

.nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3 {
	width: 33.3333%;
}

.nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4 {
	width: 25%;
}

.nf-col-1 .nf-item.w4-2, .nf-col-2 .nf-item.w4-2, .nf-col-3 .nf-item.w4-2, .nf-col-4 .nf-item.w4-2, .nf-col-1 .nf-item.w3-2, .nf-col-2 .nf-item.w3-2, .nf-col-3 .nf-item.w3-2, .nf-col-4 .nf-item.w3-2 {
	width: 50%;
}

.nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1 {
	width: 75%;
}

.nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
	width: 66.6666%;
}

@media (max-width: 991px) {
	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 50%;
	}

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 33.3333%;
	}

	.nf-row2 .nf-item.spacing, .nf-row2 .grid-sizer.spacing {
		padding: 25px;
	}
}

@media (max-width: 767px) {

	.container {
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}

	.nf-col-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}

	.nf-col-3, .nf-col-4 {
		margin: 0 auto;
		max-width: 480px;
	}

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}

	.nf-row2 .nf-item.spacing, .nf-row1 .nf-item.spacing, .spacing-box {
		padding: 15px;
	}

	body .xs-hidden {
		visibility: hidden;
		display: none;
		opacity: 0;
	}
}

@media (max-width: 480px) {

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}
}

/*Priceing*/
.price_box {
	background-color: #f6f6f6;
	border: 1px solid #e8e8e8;
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: all 0.3s;
}
.price_box:hover {
	box-shadow: 0px 4px 10px 1px #ccc;
}
.price-title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-top: 46px;
}

.price-title:hover {
	color: #2ecc71;
}

.price_table {
	margin-top: 67px;
	text-align: center;
}

.price-amount {
	background-color: #2ecc71;
	height: 100px;
	line-height: 2.5;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 23px;
}

.price-amount > span {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	/* position: absolute; */
	text-align: center;
	z-index: 99;
	/* margin-left: -23px; */
}
.price-amount span.month {
	font-size: 12px;
	position: absolute;
	bottom: 18px;
}
.price-amount::after {
	background-color: red;
	border-radius: 100%;
	content: "";
	display: block;
	height: 90px;
	margin-left: 3px;
	margin-top: 3px;
	position: absolute;
	width: 90px;
	display: none;
}

.price_table li {
	padding-bottom: 25px;
	text-align: center;
	list-style: none;
}

.price-btn {
	margin-top: 13px;
	text-align: center;
	margin-bottom: 59px;
}

.price-btn a {
	background-color: #111;
	border-radius: 100px;
	color: #fff;
	font-weight: bold;
	padding: 10px 30px;
	text-transform: capitalize;
}

.price_box:hover .price-title {
	color: #2ecc71;
}

.price_box:hover .purchase-button {
	color: #fff;
	background-color: #2ecc71
}

/* testimonial */
.testimonial_bg{
	background: url(../images/bg_76.jpg) no-repeat;
	background-attachment: fixed;
	background-position: center;
	position: relative;
	background-size:cover; 
}
.testimonial_bg:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background:rgba(0, 0, 0, 0.79);
}
.testimonial_item{
	    border: 1px solid #2ecc71;
    border-radius: 10px;
    padding:60px 30px;
}
.say_detail {
	float: left;
	width: 100%;
}
.say_detail .say_picher img {
	border-radius: 50%;
}
.say_detail .say_picher {
    float: left;
    width: 100px;
    border:2px solid #2ecc71;
    border-radius: 50%;
    padding: 3px;
}
.say_detail .client_name {
	float: left;
	width: calc(100% - 130px);
	margin-left: 20px;
}
.testimonial_text p{
	margin: 0px;
}
.testimonial_slid{
	position: relative;
}
.bullet_style .owl-carousel .owl-controls .owl-dots{
	    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}
.bullet_style .owl-carousel .owl-controls .owl-dots .owl-dot{
	display:block;
	margin:5px 0px;
}
.bullet_style .owl-carousel .owl-controls .owl-dots .owl-dot span{
	height: 10px;
	width: 10px;
	border-radius: 50%;
	border: 1px solid #2ecc71;
	display: block;
}
.bullet_style .owl-carousel .owl-controls .owl-dots .owl-dot.active span{
	background:#2ecc71;
}

@media (max-width: 991px) {
.testimonial_text{
	padding-left: 30px;
}
.say_detail .client_name{
	width: 100%;
	margin: 0px;
	text-align: center;
}
.say_detail .say_picher{
	float: none;
	text-align: center;
	width: 100%;
}
.say_detail .client_name h3{
	    font-size: 20px;
}
}
@media (max-width: 767px) {
	.say_detail{
		margin-bottom: 20px;
	}
	.testimonial_text {
    padding-left: 0;
    width: 100%;
    text-align: center;
}
.bullet_style .owl-carousel .owl-controls .owl-dots {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: translateY(0%);
}
}
/* Blog_Section */
.top_post {
	position: relative;
	overflow: hidden;
}
.top_post img{
	width: 100%;
}
.top_post .post_detail {
	position: absolute;
	bottom: -45px;
	left: 50%;
	width: 90%;
	background: #2ecc71;
	padding: 10px;
	margin: 0 auto;
	border-radius: 10px;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.latest-blog:hover .top_post .post_detail {
	bottom: 10px;
}
.top_post .post_detail ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.top_post .post_detail ul li {
	display: inline-block;
	margin-right: 5px;
	text-transform: capitalize;
	padding-right: 10px;
}
.top_post .post_detail ul li a {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	text-transform: capitalize;
}
.top_post .post_detail ul li a i {
	margin-right: 10px;
}

.post_title {
	background: rgb(247, 247, 247);
	padding: 15px;
}
.post_title h3 {
	margin-top: 0px;
}
.latest-blog:hover .post_title h3 a {
	color: #2ecc71;
}
.btn-link {
	color: #2ecc71;
	font-weight: 500;
	text-decoration: none;
}
.btn-link:hover {
	color: #2ecc71;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.top_post .post_detail ul li {
		margin-right: 0px;
	}
}

/*========Contact==========*/
#contact-section {
	position: relative;
	background: url(../images/bg_72.jpg) no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size:cover; 
}
#contact-section:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.79);
	position: absolute;
	bottom: 0;
	left: 0;
}
@media (max-width: 767px) {
	#contact-section {
		padding-top: 30px;
	}
}

.gmnoprint {
	display: none;
}
#success {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% z-index : 9;
}
.dark-translucent-bg {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0 !important;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.dark-translucent-bg {
	background-color: rgba(0,0,0,.4);
}
.contact-form {
	position: relative;
}
.bg_withe, .spece_inner {	
	padding:50px 15px;
}
.spece_inner{
	
}
.color_bg{
	background: #fff;
	    border-radius: 10px 0px 0px 10px;
}
.bg_dark{
	background: #2ecc71;
	border-radius: 0px 10px 10px 0px;
}
.contact-form input[type="text"], .contact-form textarea {
	padding-right: 30px;
	border: 1px solid transparent;
	margin-bottom: 0;
	font-size: 14px;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus {
	box-shadow: none;
	outline: none;;
}
form .error {
	border-color: #e1534f !important;
}
.contact-form textarea {
	height: 125px;
	padding: 12px 15px;
	border: 1px solid #878787;
	resize: none;
}
.contact-form input[type="text"], .contact-form .input-sm {
	display: block;
	height: 40px;
	margin-bottom: 32px;
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
	color: #878787;
	-webkit-appearance: none;
	border-radius: 0;
	border: 1px solid #878787;
}
#contact .full_btn {
	width: 100%;
	background:#2ecc71;
	color: #fff;
}
.reservation-form input[type="text"], .reservation-form .input-sm {
	padding: 0 15px 0 45px;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus, .contact-form .input-sm:focus {
	border: 1px solid #0078d7;
}
.form-field {
	position: relative;
}
.form-field i {
	position: absolute;
	bottom: 11px;
	left: 14px;
	font-size: 23px;
	color: #0078d7;
	pointer-events: none;
}
.i-block {
	display: inline-block;
}
.icon-circle {
	font-size: 28px;
	border: 1px solid #d5d5d5;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	margin: 0 auto;
	border-radius: 100%;
	display: block;
	color: #2ecc71;
}
.contact .icon-circle {
	border: 1px solid #0078d7;
	color: #0078d7;
}
.mapmarker .ion-ios-location {
	color: #0078d7;
	font-size: 50px;
}
.form-full {
	width: 100%;
}
.social{
	color: #fff;
}
.social ul, .social h4 {
	display: block;
	    margin-top: 0px;
}
.social ul li {
	list-style: none;
	display: inline-block;
}
.social ul li a {
	text-align: center;
	height:35px;
	width:35px;
	display: block;
	line-height:35px;
	border-radius: 50%;
	font-size: 18px;
	margin: 0px 5px 0px 0px;
	color: #fff;
	transition: all 0.3s;
}
.social ul li a.facebook {
	background: #3b5998;
}
.social ul li a.linkedin {
	background: #0077b5;
}
.social ul li a.google {
	background: #dc4a38;
}
.social ul li a.twitter {
	background: #33bdfd;
}
.out_tuch{
	margin-top: 50px;
	color: #fff;
}
.out_tuch ul li {
	list-style: none;
	color: #fff;
	margin: 0px 0px 15px 0px;
}
.out_tuch ul li:last-child{
	margin-bottom: 0px;
}
.out_tuch ul li a {
	text-decoration: none;
	color: #fff;
}
.out_tuch ul li i {
	color: #222;
	font-size: 25px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

@media (max-width: 767px) {
.bg_withe, .spece_inner {
    padding: 30px 15px;
}
.out_tuch{
	margin-top: 30px;
}
.out_tuch h4{
	margin-top: 0px;
}
.color_bg, .bg_dark{
	border-radius: 0px;
}

}














