/* TABLE OF CONTENTS **/

/**
    01. General CSS
    02. Nav section
    03. Home Section
    04. Features Section
    05. Overview Section
    06. Captures Section
    07. Clients Section
    08. Contact Section
    09. Footer Section 
    10. Scroll-to-Top CSS 
    11. Pre loader css
    12. work css
**/

/* 01. General CSS Starts*/

html {
	overflow-x: hidden;
}

body {
	font-family: "Lato", sans-serif;
	background: #ffffff;
	overflow-x: hidden;
	position: relative;
}

#demo,
#captures {
	padding: 47px 0px;
	background: #ffffff;
}

.mt50 {
	margin-top: 50px;
}

p {
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 300;
	color: #000000;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
}

h1 {
	font-size: 60px;
	line-height: 1.1;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing: 2px;
}

h2 {
	font-size: 40px;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 400;
	letter-spacing: 2px;
}

h3 {
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 2px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 10px;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.f-40 {
	font-size: 40px;
}

.p-10 {
	padding: 10px;
}

.p-20 {
	padding: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mb30 {
	margin-bottom: 30px;
}

.pt70 {
	padding-top: 70px;
}

.f-primary {
	color: #6bd48a;
}

.f-blue {
	color: blue;
}

.card .card-block .nav-tabs .nav-link {
	color: #6bd48a;
}

.card .card-block .dropdown-menu > li > a:focus,
.card .card-block .dropdown-menu > li > a:hover {
	background-color: rgba(202, 206, 209, 0.5);
}

.card .card-block .dropdown-menu {
	background-color: #fff;
	padding: 0;
}

#category-list {
	background-color: #f4f7f7 !important;
}

.price-list-box {
	background-color: #f4f7f7;
}

.price-list-box h3 {
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px;
}
.price-list-box span {
	padding-left: 10px;
}
/* 01. General CSS Ends*/

/* 02. Nav section starts*/

/* .navbar .nav-item a:hover {
	border-bottom: 2px solid #fff;
	transition: all ease-in 0.3s;
} */
.navbar-brand {
	display: flex !important;
}

.logo-text {
	margin-left: -150px;
	color: #fff !important;
}

.logo-text h5 {
	color: #fff !important;
}

.logo-text span {
	font-size: 12px !important;
}

/* .navbar .nav-item a.active {
	border-bottom: 2px solid #fff;
	transition-duration: 0.4s;
} */

nav:hover {
	opacity: 1;
	transition: all 0.3s linear;
}

.product-detail-page .nav .nav-link {
	color: #6bd48a;
	text-transform: capitalize;
	font-size: 18px;
	margin-left: 15px;
}

.navbar .nav-link {
	color: #363636;
	text-transform: capitalize;
	font-size: 16px;
	margin-left: 15px;
}

.place-header select {
	color: #363636 !important;
}

nav.top-nav-collapse {
	background-color: #ffffff;
}

nav.default {
	background-color: transparent;
}

.logo-img {
	width: 70px;
	height: 70px;
}

/*02. Nav section  Ends*/

/* 03. Home section starts*/
/* [1] The container */
.img-hover-zoom {
	height: 300px; /* [1.1] Set it as per your need */
	overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
	transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
	transform: scale(1.5);
}

canvas {
	border: 1px black solid;
}
#textCanvas {
	display: none;
}

#banner {
	margin-top: 5.8rem;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("../images/banner/slide_7.jpeg");
	background-size: cover;
}

#home-banner {
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.left-panel .left-panel__inner {
	background-image: url("../images/banner/slide_1.jpg");
}
.left-panel {
	z-index: 1;
	padding: 0;
	height: 100%;
	overflow: hidden;
	transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	left: -35%;
	box-shadow: 1px 0 10px rgba(0, 0, 0, 0.7);
	position: relative;
	width: 85%;
}

.right-panel {
	z-index: 0;
	padding: 0;
	width: 85%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -25%;
}

.right-panel .right-panel__inner {
	background-image: url("../images/banner/slide_1.jpg");
}

/*Bird-left section starts*/

@-webkit-keyframes fly-r {
	0% {
		right: 0%;
		top: 100px;
		-webkit-transform: scale3d(0.5, 0.5, 1);
	}

	100% {
		right: 100%;
		top: 100px;
		-webkit-transform: scale3d(1, 1, 1);
	}
}

@keyframes fly-r {
	0% {
		right: 0%;
		top: 100px;
		transform: scale3d(0.5, 0.5, 1);
	}

	100% {
		right: 100%;
		top: 100px;
		transform: scale3d(1, 1, 1);
	}
}

#main-bird {
	z-index: 0;
}

.pictureframe {
	position: absolute;
	width: 100px;
	/* margin-top: -600px;*/
}

.bird div {
	position: absolute;
}

.bird {
	position: absolute;
}

.body1,
.body2,
#body1-r,
#body2-r,
.wing-l,
.wing-r {
	width: 0px;
	height: 0px;
	border-color: transparent;
	border-style: solid;
}

.body1 {
	border-width: 15px;
	border-left-width: 25px;
	border-top-width: 15px;
	border-right-width: 55px;
	border-top-color: #333;
}

.body2 {
	left: 50px;
	bottom: 0px;
	border-width: 10px;
	border-left-width: 5px;
	border-top-width: 0px;
	border-right-width: 15px;
	border-bottom-color: #777;
}

.body1-r {
	border-width: 15px;
	border-right-width: 25px;
	border-top-width: 15px;
	border-left-width: 55px;
	border-top-color: #333;
}

.body2-r {
	left: 2px;
	bottom: 0px;
	border-width: 10px;
	border-right-width: 5px;
	border-top-width: 0px;
	border-left-width: 15px;
	border-bottom-color: #777;
}

.wing-l {
	left: 22px;
	bottom: 0px;
	border-width: 60px;
	border-left-width: 20px;
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-color: #444;
}

.wing-r {
	left: 22px;
	top: 0px;
	border-width: 60px;
	border-left-width: 20px;
	border-bottom-width: 0px;
	border-right-width: 6px;
	border-top-color: #6bd48a;
}

#caption a {
	position: absolute;
	font-family: "Lato", sans-serif;
	left: 10px;
	bottom: 10px;
	color: #444;
}

/*Bird-left section ends*/

/*Cloud CSS Starts*/

.clouds {
	background: url("../images/cloud.png") repeat-x scroll 0px 100% transparent;
	width: 500em;
	height: 43.75em;
	position: absolute;
	z-index: 0;
	top: -267px;
	left: -3px;
	opacity: 1;
	visibility: inherit;
}

/*Cloud CSS Ends*/
/*Leaf CSS Starts*/
.black_dot {
	width: 35px;
	height: 35px;
	position: absolute;
	background: url("../images/black_leaf.png");
	background-size: 100% 100%;
}

/*Leaf CSS Ends*/
.home-animation {
	background-color: #b2b2b2;
}

.home_slider_bg {
	position: relative;
}

.bg-opacity-layer {
	background: rgba(180, 180, 180, 0.507) none repeat scroll 0 0;
	opacity: 0.6;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

/*#home .jarallax {
    overflow: hidden;
}*/

.typing {
	font-size: 36px;
}

.typed-cursor {
	-moz-animation: blink 0.7s infinite;
	-webkit-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	opacity: 1;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#header {
	position: absolute;
	z-index: 1;
}
#header p {
	color: #ffffff;
}
#header h1 {
	color: #535353;
	font-size: 36px;
	font-weight: 400;
	background-color: #f0f0d7;
	padding: 10px;
	border: 1px solid #f0f0d7;
	border-radius: 20px;
}

#header h3 {
	color: #ffffff;
}

#header a {
	text-decoration: none;
	background-color: #6bd48a;
	padding: 10px;
	border-radius: 20px;
	margin-top: 10px;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
}

#header span {
	color: #ffffff;
}

.home-text {
	display: flex;
	align-items: center;
}

.home-phone1 {
	position: relative;
	top: -46px;
}

.home-phone2 {
	position: absolute;
	left: 121px;
	top: 20px;
}

.home-phone3 {
	position: absolute;
	left: 226px;
	top: 85px;
}

.home-icons img {
	cursor: pointer;
	box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.32);
	transition-duration: 0.4s;
	border-radius: 6px;
	width: 150px;
	margin-right: 20px;
}

.home-icons img:hover {
	box-shadow: none;
	transition-duration: 0.4s;
}

.theme-btn {
	background: #6bd48a;
	padding: 10px 10px;
}

.theme-btn i,
.theme-btn a {
	color: #ffffff;
	margin-right: 5px;
}

.btn-group a,
.btn-group button,
.submit-contact {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff !important;
	cursor: pointer;
}

.theme-btn i {
	font-size: 18px;
}

.theme-btn:hover,
.btn-group a:hover,
.btn-group button:hover,
.submit-contact:hover,
.scrolltop:hover,
.playButton:hover {
	background-color: #9fd0ad;
}

.btn-primary {
	background-color: #6bd48a;
	border-color: #6bd48a;
}

.btn-primary:hover,
.btn-primary:active {
	background-color: #9fd0ad;
	border-color: #9fd0ad;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgb(107, 212, 138);
}

/* 03. Home section ends*/

/* 04. Features section starts*/

#features {
	position: relative;
}

.title {
	position: relative;
	padding-bottom: 75px;
	font-size: 40px;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 400;
	letter-spacing: 2px;
}

.title:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 15px;
	max-width: 200px;
	width: 30.41%;
	height: 3px;
	background-color: #6bd48a;
	margin: auto;
}

.slider-title {
	position: relative;
	padding-bottom: 40px;
	font-size: 30px;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 400;
	letter-spacing: 2px;
}

.slider-title:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 30px;
	max-width: 200px;
	/* width: 15.00%; */
	height: 3px;
	background-color: #6bd48a;
	margin: auto;
}

.sub-title {
	margin-top: -25px;
	font-size: 16px;
}

.feature-main {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.feature-box {
	width: 179px;
	height: 179px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	background-color: #ffffff;
	color: #6bd48a;
	font-size: 60px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 7px;
	box-shadow: 0px 2px 7px 0px #bdb6b6;
}

.features_2 {
	padding: 47px 0px;
}

.feature__body {
	background: rgba(0, 255, 177, 0.79);
	bottom: 0;
	color: white;
	font-size: 20px;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	padding: 15px;
}

.feature__body:hover {
	opacity: 1;
}

.feature__body:after,
.feature__body:before {
	bottom: 1em;
	content: "";
	left: 1em;
	opacity: 0;
	position: absolute;
	right: 1em;
	top: 1em;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: 0.6s 0.2s;
	transition: 0.6s 0.2s;
}

.feature__body:before {
	border-bottom: none;
	border-top: none;
	left: 2em;
	right: 2em;
}

.feature__body:after {
	border-left: none;
	border-right: none;
	bottom: 2em;
	top: 2em;
}

.feature__body:hover:after,
.feature__body:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.feature__body p {
	color: #ffffff;
}

.feature-box h3 {
	font-size: 17px;
}

.features2 h3 {
	font-size: 20px;
	font-weight: bold;
}

.features-circle {
	border-radius: 50%;
	padding: 17px;
	font-size: 30px;
	color: #ffffff;
	line-height: 57px;
	margin: 34px;
}

.icon-color1 {
	background-color: #ff7e5b;
}

.icon-color2 {
	background-color: #ec768c;
}

.icon-color3 {
	background-color: #c183d6;
}

/* 04. Features section ends*/

/* 05. Overview section starts*/

#overview {
	padding: 47px 0px;
}

.dot {
	width: 35px;
	height: 35px;
	position: absolute;
	background: url("../images/white_leaf.png");
	background-size: 100% 100%;
	top: 0;
}

#container {
	position: relative;
}

.wateringCan {
	position: absolute;
	z-index: 100;
	opacity: 0.1;
}

.overview_2 {
	padding: 47px 0px;
}

.skill_bar {
	width: 600px;
	height: 50px;
	background: #c0c0c0;
	margin-bottom: 5px;
}

.skill_bar_progress {
	width: 0%;
	height: 100%;
	background: #00f;
}

.progress {
	height: 10px;
	margin-top: 5px;
}

.progress-block {
	padding: 10px 0px;
}

.bg1 {
	background-color: #c183d6;
}

.bg2 {
	background-color: #ec768c;
}

.bg3 {
	background-color: #3cb6b6;
}

.bg4 {
	background-color: #3a4587;
}

#text a {
	color: #6bd48a;
	cursor: pointer;
}

#text a:focus {
	text-decoration: none;
}

.link-arrow {
	opacity: 0;
	transition: 0.5s ease;
}

#text a:hover .link-arrow {
	text-decoration: none;
	opacity: 1;
}

#text a:hover {
	text-decoration: none;
}

.owl-overview-left {
	position: absolute;
	top: 47%;
	border-radius: 50%;
	font-size: 20px;
	color: #6bd48a;
	padding: 7px;
	line-height: 0.8;
}

.owl-overview-right {
	position: absolute;
	top: 47%;
	right: 14px;
	line-height: 0.8;
	font-size: 20px;
	color: #6bd48a;
	padding: 7px;
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after {
	color: #6bd48a;
}

.br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #6bd48a;
}

/* 05. Overview section ends*/

/* 06. Captures section starts*/

.owl-screenshot-left {
	position: absolute;
	top: 45%;
	border-radius: 50%;
	font-size: 20px;
	color: #ffffff;
	border-radius: 50%;
	background-color: #6bd48a;
	padding: 13px;
	line-height: 0.8;
}

.owl-screenshot-right {
	position: absolute;
	top: 45%;
	right: 0px;
	line-height: 0.8;
	font-size: 20px;
	color: #ffffff;
	border-radius: 50%;
	background-color: #6bd48a;
	padding: 13px;
}

/* 06. Captures section ends*/

/* 07. Clients section starts*/

#clients {
	padding: 25px 0px;
	background: #ffffff;
	position: relative;
}

.client-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}

.phone-slider > img {
	display: block;
	left: 50%;
	position: absolute;
	top: -62px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 2;
}

#clients h3 {
	font-weight: 500;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}

.owl-dots-client .owl-dot-client {
	display: block;
	line-height: 13px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 13px;
	padding: 5px;
}

.current_dot {
	transform: scale(1.2);
}

.owl-dot-client i {
	color: #cccccc;
	transition: all 0.5s ease-in-out 0s;
	cursor: pointer;
}

.current_dot i {
	opacity: 1;
	transition: all 0.5s ease-in-out 0s;
	color: #6bd48a;
	cursor: pointer;
}

.currentImg {
	width: 215px !important;
	/*  margin-top: 12px;*/
	margin-left: 115px;
}

.currentImg-box {
	background-color: #6bd48a;
	opacity: 0.7;
	width: 215px;
	height: 105px;
	position: absolute;
	top: 284px;
	left: 116px;
	padding: 10px;
	text-align: center;
}

#clients .currentImg-box h3 {
	color: #ffffff;
}

.client-owl-small .owl-prev {
	position: absolute;
	top: 0px;
	left: -35px;
	font-size: 18px;
}

.client-owl-small .owl-next {
	position: absolute;
	top: 0px;
	right: -35px;
	font-size: 18px;
}

.client-owl-medium .owl-prev {
	position: absolute;
	top: 120px;
	left: -35px;
	font-size: 25px;
}

.client-owl-medium .owl-next {
	position: absolute;
	top: 120px;
	right: -35px;
	font-size: 25px;
}

.client-owl-medium .item .logo img {
	width: 110px;
	height: 110px;
	padding: 15px 10px;
}

.client-owl-medium .card {
	margin-bottom: 0px !important;
	height: 255px;
}

.client-owl-large .owl-prev {
	position: absolute;
	top: 150px;
	left: -35px;
	font-size: 25px;
}

.client-owl-large .owl-next {
	position: absolute;
	top: 150px;
	right: -35px;
	font-size: 25px;
}

.client-owl-large .item .logo img {
	width: 100%;
	height: 175px;
}

.client-owl-large .card {
	margin-bottom: 0px !important;
	height: 325px;
}

.jqzoom {
	text-decoration: none;
	float: left;
}
/* 07. Clients section ends*/

/* 08. contact section starts*/

#contact {
	padding: 47px 0px;
	background-color: #ffffff;
	position: relative;
}

.con1-img {
	position: absolute;
	opacity: 1;
	width: 8%;
}

.con2-img {
	position: absolute;
	opacity: 1;
	width: 8%;
	left: 100px;
}

.con3-img {
	position: absolute;
	opacity: 1;
	width: 8%;
	right: -5px;
}

.con4-img {
	position: absolute;
	opacity: 1;
	width: 8%;
}

.con5-img {
	position: absolute;
	opacity: 1;
	width: 8%;
}

.con6-img {
	position: absolute;
	opacity: 1;
	width: 1%;
	height: 1%;
	left: -200px;
	padding: 15px;
	border-radius: 50%;
	background-color: green;
}

#map {
	height: 400px !important;
}

.contact-info {
	padding: 10px;
	margin-bottom: 15px;
	background-color: #6bd48a;
}

.contact-info a i {
	color: #6bd48a;
	font-size: 25px;
	padding: 10px;
}

.contact-info h4 {
	color: #ffffff;
}

#contact .contact-form {
	padding: 29px 12px;
	background: #111111;
	opacity: 0.8;
	position: absolute;
	top: 62px;
	left: 178px;
}

.contact-form h3 {
	color: #6bd48a;
}

.contact-form .title {
	padding-bottom: 35px;
}

.form-material .form-group {
	position: relative;
}

.form-material .form-control {
	display: inline-block;
	width: 100%;
	border: none;
	font-size: 14px;
	padding: 10px;
	background-color: transparent;
	box-shadow: none;
	border-bottom: 2px solid #6bd48a;
}

.form-material .form-bar {
	position: relative;
	display: block;
	width: 100%;
}

.form-material .form-bar:before {
	left: 50%;
}

.form-material .form-bar:before,
.form-material .form-bar:after {
	content: "";
	height: 1px;
	width: 0;
	bottom: 0;
	position: absolute;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}

.form-material .form-bar:after {
	right: 50%;
}

.form-material .float-label {
	top: 5px;
	color: #6bd48a;
	font-size: 16px;
	pointer-events: none;
	margin-bottom: 0;
}

.form-material label {
	position: absolute;
	top: -18px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.form-material .form-control:focus {
	border-color: transparent;
	outline: none;
	border-bottom: 2px solid #6bd48a;
	box-shadow: none;
	color: #ffffff;
}

.form-material .form-control:focus ~ .form-bar:before,
.form-material .form-control:focus ~ .form-bar:after {
	width: 50%;
}

.form-material .form-control:focus ~ .float-label,
.form-material .form-control:valid ~ .float-label {
	top: -18px;
	font-size: 15px;
}

.form-material .form-control:focus ~ label {
	color: #6bd48a;
}

.contact-icon {
	padding: 12px;
}

.download {
	background-color: #6bd48a;
	margin: 30px;
	padding: 47px 0px;
}

.download .title:after {
	background-color: #ffffff;
}

.download-box {
	text-align: center;
}

.download-btn {
	background-color: #ffffff;
	padding: 10px 30px;
	margin-right: 10px;
	color: #6bd48a;
	display: inline-block;
	border-radius: 4px;
	transition: all 0.45s ease-in-out;
}

.download i {
	color: #6bd48a;
	padding: 5px;
	font-size: 25px;
	margin-right: 10px;
	position: relative;
	transform: scale(0.8);
	transition: all 0.5s ease;
	left: 0;
}

.download a {
	color: #6bd48a;
	cursor: pointer;
}

.download a:hover {
	text-decoration: none;
}

.download-btn:hover i {
	left: 35%;
	transform: scale(1);
}

.download-btn span {
	position: relative;
	color: #000000;
	transition: all 0.45s ease-in-out;
}

.download-btn:hover span {
	opacity: 0;
	left: 20px;
	transform: rotateX(90deg) scale(0.3);
}

/* 08. contact section ends*/

/*09. Footer Section starts*/

#footer {
	padding: 60px 0px;
	background: #6bd48a;
}

#footer hr {
	border-top: 1px solid rgb(255, 255, 255) !important;
}

.footer-link-box ul {
	list-style: none;
	color: #fff;
}

.footer-link-box ul li a {
	color: #fff;
	text-decoration: none;
}

.footer-title {
	margin-bottom: 30px;
}

#footer h1,
#footer h3,
#footer p,
#footer h2 {
	color: #ffffff;
}

.footer-social-circle {
	margin-right: 30px;
}

.footer-social-circle a {
	cursor: pointer;
}

.footer-social-circle i {
	color: #6bd48a;
	padding: 10px;
	font-size: 25px;
}

.social-icons {
	list-style: none;
	display: inline-flex;
	padding: 5px;
}

.icon {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 24px;
	color: #f1f1f1;
	line-height: 52px;
	text-align: center;
	background-color: #ffffff;
}

.icon:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	box-sizing: content-box;
}

/* Hover effect */

.icon-effect .icon {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.icon-effect .icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #f1f1f1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.icon-effect-1a .icon:hover {
	background-color: #6bd48a;
	color: #6bd48a;
}

.icon-effect-1a .icon:hover i {
	color: #ffffff;
}

.icon-effect-1a .icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/*09. Footer Section ends*/

/* 10. Scroll-to-Top CSS Starts*/

.scrolltop {
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	z-index: 998;
	background: #6bd48a;
	color: #fff;
	border-radius: 100px;
	height: 50px;
	width: 50px;
	line-height: 1.5;
}

.scrolltop:hover {
	border: 1px solid #9fd0ad;
}

.scrolltop i {
	color: #ffffff;
	font-size: 29px;
}

@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

/*10. Scroll-to-Top CSS Ends */

/* 11. Pre loader css statrs*/

@-webkit-keyframes preload-show-1 {
	from {
		-webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-show-1 {
	from {
		-webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-hide-1 {
	to {
		-webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-hide-1 {
	to {
		-webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-cycle-1 {
	5% {
		-webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}

	10%,
	75% {
		-webkit-transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
		transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
		border-left-color: #6bd48a;
	}

	80%,
	100% {
		-webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-cycle-1 {
	5% {
		-webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}

	10%,
	75% {
		-webkit-transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
		transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
		border-left-color: #6bd48a;
	}

	80%,
	100% {
		-webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-show-2 {
	from {
		-webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-show-2 {
	from {
		-webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-hide-2 {
	to {
		-webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-hide-2 {
	to {
		-webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-cycle-2 {
	10% {
		-webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}

	15%,
	70% {
		-webkit-transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
		transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
		border-left-color: #6bd48a;
	}

	75%,
	100% {
		-webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-cycle-2 {
	10% {
		-webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}

	15%,
	70% {
		-webkit-transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
		transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
		border-left-color: #6bd48a;
	}

	75%,
	100% {
		-webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-show-3 {
	from {
		-webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-show-3 {
	from {
		-webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-hide-3 {
	to {
		-webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-hide-3 {
	to {
		-webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-cycle-3 {
	15% {
		-webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}

	20%,
	65% {
		-webkit-transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
		transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
		border-left-color: #6bd48a;
	}

	70%,
	100% {
		-webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-cycle-3 {
	15% {
		-webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}

	20%,
	65% {
		-webkit-transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
		transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
		border-left-color: #6bd48a;
	}

	70%,
	100% {
		-webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-show-4 {
	from {
		-webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-show-4 {
	from {
		-webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-hide-4 {
	to {
		-webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-hide-4 {
	to {
		-webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-cycle-4 {
	20% {
		-webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}

	25%,
	60% {
		-webkit-transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
		transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
		border-left-color: #6bd48a;
	}

	65%,
	100% {
		-webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-cycle-4 {
	20% {
		-webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}

	25%,
	60% {
		-webkit-transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
		transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
		border-left-color: #6bd48a;
	}

	65%,
	100% {
		-webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-show-5 {
	from {
		-webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-show-5 {
	from {
		-webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-hide-5 {
	to {
		-webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-hide-5 {
	to {
		-webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-cycle-5 {
	25% {
		-webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}

	30%,
	55% {
		-webkit-transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
		transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
		border-left-color: #6bd48a;
	}

	60%,
	100% {
		-webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-cycle-5 {
	25% {
		-webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}

	30%,
	55% {
		-webkit-transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
		transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
		border-left-color: #6bd48a;
	}

	60%,
	100% {
		-webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-show-6 {
	from {
		-webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-show-6 {
	from {
		-webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-hide-6 {
	to {
		-webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-hide-6 {
	to {
		-webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
		transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-cycle-6 {
	30% {
		-webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}

	35%,
	50% {
		-webkit-transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
		transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
		border-left-color: #6bd48a;
	}

	55%,
	100% {
		-webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@keyframes preload-cycle-6 {
	30% {
		-webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}

	35%,
	50% {
		-webkit-transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
		transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
		border-left-color: #6bd48a;
	}

	55%,
	100% {
		-webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
		transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
		border-left-color: rgba(4, 99, 70, 0.84);
	}
}

@-webkit-keyframes preload-flip {
	0% {
		-webkit-transform: rotateY(0deg) rotateZ(-60deg);
		transform: rotateY(0deg) rotateZ(-60deg);
	}

	100% {
		-webkit-transform: rotateY(360deg) rotateZ(-60deg);
		transform: rotateY(360deg) rotateZ(-60deg);
	}
}

@keyframes preload-flip {
	0% {
		-webkit-transform: rotateY(0deg) rotateZ(-60deg);
		transform: rotateY(0deg) rotateZ(-60deg);
	}

	100% {
		-webkit-transform: rotateY(360deg) rotateZ(-60deg);
		transform: rotateY(360deg) rotateZ(-60deg);
	}
}

#btry-loader {
	background: #fff;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	position: fixed;
	z-index: 9999;
}

.preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
	display: block;
	width: 3.75em;
	height: 4.25em;
	margin-left: -1.875em;
	margin-top: -2.125em;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotateY(180deg) rotateZ(-60deg);
	transform: rotateY(180deg) rotateZ(-60deg);
}

.preloader .slice {
	border-top: 1.125em solid transparent;
	border-right: none;
	border-bottom: 1em solid transparent;
	border-left: 1.875em solid #6bd48a;
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	border-radius: 3px 3px 0 0;
}

.preloader .slice:nth-child(1) {
	-webkit-transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
	transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
	-webkit-animation: 0.15s linear 0.82s preload-hide-1 both 1;
	animation: 0.15s linear 0.82s preload-hide-1 both 1;
}

.preloader .slice:nth-child(2) {
	-webkit-transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
	transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
	-webkit-animation: 0.15s linear 0.74s preload-hide-2 both 1;
	animation: 0.15s linear 0.74s preload-hide-2 both 1;
}

.preloader .slice:nth-child(3) {
	-webkit-transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
	transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
	-webkit-animation: 0.15s linear 0.66s preload-hide-3 both 1;
	animation: 0.15s linear 0.66s preload-hide-3 both 1;
}

.preloader .slice:nth-child(4) {
	-webkit-transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
	transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
	-webkit-animation: 0.15s linear 0.58s preload-hide-4 both 1;
	animation: 0.15s linear 0.58s preload-hide-4 both 1;
}

.preloader .slice:nth-child(5) {
	-webkit-transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
	transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
	-webkit-animation: 0.15s linear 0.5s preload-hide-5 both 1;
	animation: 0.15s linear 0.5s preload-hide-5 both 1;
}

.preloader .slice:nth-child(6) {
	-webkit-transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
	transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
	-webkit-animation: 0.15s linear 0.42s preload-hide-6 both 1;
	animation: 0.15s linear 0.42s preload-hide-6 both 1;
}

.preloader.loading {
	-webkit-animation: 2s preload-flip steps(2) infinite both;
	animation: 2s preload-flip steps(2) infinite both;
}

.preloader.loading .slice:nth-child(1) {
	-webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
	transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
	-webkit-animation: 2s preload-cycle-1 linear infinite both;
	animation: 2s preload-cycle-1 linear infinite both;
}

.preloader.loading .slice:nth-child(2) {
	-webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
	transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
	-webkit-animation: 2s preload-cycle-2 linear infinite both;
	animation: 2s preload-cycle-2 linear infinite both;
}

.preloader.loading .slice:nth-child(3) {
	-webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
	transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
	-webkit-animation: 2s preload-cycle-3 linear infinite both;
	animation: 2s preload-cycle-3 linear infinite both;
}

.preloader.loading .slice:nth-child(4) {
	-webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
	transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
	-webkit-animation: 2s preload-cycle-4 linear infinite both;
	animation: 2s preload-cycle-4 linear infinite both;
}

.preloader.loading .slice:nth-child(5) {
	-webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
	transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
	-webkit-animation: 2s preload-cycle-5 linear infinite both;
	animation: 2s preload-cycle-5 linear infinite both;
}

.preloader.loading .slice:nth-child(6) {
	-webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
	transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
	-webkit-animation: 2s preload-cycle-6 linear infinite both;
	animation: 2s preload-cycle-6 linear infinite both;
}

/* 11. Pre loader css ends */
/* 12. Work css start*/
#work {
	padding: 45px 0px;
	background: #ffffff;
}

#grid {
	position: relative;
	height: 915px;
}

.grid-item {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
	padding-bottom: 15px;
	padding-top: 15px;
}

.single-work img {
	-webkit-filter: brightness(1);
	filter: brightness(1);
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.single-work:hover img {
	-webkit-filter: brightness(0.1);
	filter: brightness(0.1);
	/*  -webkit-filter: grayscale(100%);  
  filter: grayscale(100%);*/
}

.work-details {
	/*  opacity: 0;*/
	padding: 30px;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.single-work:hover .work-details {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.vcenter h3 {
	color: #fff;
}

.vcenter {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}

.work-text p {
	color: #ffffff;
}

.efbarm {
	position: relative;
	overflow: hidden;
}

.efbarm .efbar {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	height: 95%;
	overflow: hidden;
	margin: auto;
	z-index: 2;
}

.efbarm .efbar span {
	background-color: #6bd48a;
	position: absolute;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.efbarm .efbar span:nth-child(1) {
	right: 100%;
	top: 0;
	width: 100%;
	height: 3px;
}

.vcenter i {
	display: none;
}

.efbarm:hover .vcenter i {
	display: block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.efbarm:hover .efbar span:nth-child(1) {
	right: 0;
}

.efbarm .efbar span:nth-child(2) {
	right: 0;
	bottom: 100%;
	width: 3px;
	height: 100%;
}

.efbarm:hover .efbar span:nth-child(2) {
	bottom: 0;
}

.efbarm .efbar span:nth-child(3) {
	left: 100%;
	bottom: 0;
	width: 100%;
	height: 3px;
}

.efbarm:hover .efbar span:nth-child(3) {
	left: 0;
}

.efbarm .efbar span:nth-child(4) {
	left: 0;
	top: 100%;
	width: 3px;
	height: 100%;
}

.efbarm:hover .efbar span:nth-child(4) {
	top: 0;
}
/* 12. Work css ends*/
/* 13. Category css start*/
#category {
	background: #ffffff;
}
.card {
	border-radius: 2px;
	box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
	margin-bottom: 30px;
}

.card .card-header {
	background-color: transparent;
	padding: 15px 20px;
}

.card .card-header-right {
	border-radius: 0 0 0 5px;
	right: 0;
	top: 0;
	background: #f6f7f7;
	display: inline-block;
	/* float: right; */
	padding: 7px 0;
	position: absolute;
}

.card .card-header-right i {
	margin: 0 10px;
	cursor: pointer;
}

.card .card-block {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}
/* 13. Category css ends*/
/* 14. Search css start*/
#search {
	background: #ffffff;
	position: relative;
}

.search-box {
	width: 631px;
	margin: 0 auto;
	display: block;
	background-color: #262637;
	height: 210px;
	border-radius: 2px;
	top: 216px;
	left: auto;
	right: auto;
	padding: 20px;
}

.search-box h3 {
	color: #fff;
}

.search-box form {
	margin-top: 10px;
	display: flex;
}

.search-box form .search-txt {
	display: inline-flex;
}

.search-box form .search-txt .search-txt-int {
	margin-right: 30px;
}

/* Autocomplete
----------------------------------*/
.ui-autocomplete {
	position: absolute;
	cursor: default;
	overflow-y: hidden;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	/*padding-right: 20px;*/
}
.ui-autocomplete-loading {
	background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}

/* workarounds */
* html .ui-autocomplete {
	width: 1px;
} /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style: none;
	padding-left: 10px;
	display: block;
	width: 227px;
	height: 400px;
	border-bottom: none;
	border-top: none;
	z-index: 99;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 0.2em 0.4em;
	line-height: 1.5;
	zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	margin: -1px;
}

/* 14. Search css ends*/
/* 15. Introduction css start*/
#introduction {
	padding: 45px 0px;
	background: #f4f7f7;
	position: relative;
}

#introduction p {
	text-align: justify;
}

/* 15. Introduction css ends*/
/* 16. Video Section CSS Starts*/
#video {
	background: #fff;
	position: relative;
}
.video-img-block {
	position: relative;
}
.video-play-icon {
	display: inline-block;
}
.video-play-icon a {
	font-size: 24px;
	position: absolute;
	top: 50%;
	background: #fff;
	padding: 23px 33px;
	height: 80px;
	width: 80px;
	border-radius: 50px;
	margin-left: -45px;
	margin-top: -40px;
	-webkit-transition: all 0.6s cubic-bezier(0.26, 0.79, 0.63, 1.4) 0s;
	-moz-transition: all 0.6s cubic-bezier(0.26, 0.79, 0.63, 1.4) 0s;
	transition: all 0.6s cubic-bezier(0.26, 0.79, 0.63, 1.4) 0s;
}

.video-play-icon a:hover {
	-webkit-transition: all 0.6s cubic-bezier(0.26, 0.79, 0.63, 1.4) 0s;
	-moz-transition: all 0.6s cubic-bezier(0.26, 0.79, 0.63, 1.4) 0s;
	transition: all 0.6s cubic-bezier(0.26, 0.79, 0.63, 1.4) 0s;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.video-img-block img {
	width: 900px;
	margin: 0 auto;
	border-radius: 2em;
}
.btn-video {
	text-align: center;
}
.video {
	color: #6bd48a;
	display: inline-block;
}
.video h3 {
	color: #fff;
}
.video:hover,
.video:focus {
	color: #9fd0ad;
}
.video-icon {
	color: #fff;
	display: block;
	font-size: 46px;
	margin-bottom: 10px;
	text-align: center;
}
.video-icon:hover {
	opacity: 1;
	text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
/* overlay at start */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/* 16. Video Section CSS Ends*/
/* 17. News Section CSS Starts*/
#news {
	padding: 45px 0px;
	background: #fff;
	position: relative;
}
.news-date {
	display: flow-root;
}

/* 17. News Section CSS Starts*/
/* 18. Post detail Section CSS Starts*/
#map {
	height: 400px;
	width: 100%;
}
.post-detail {
	padding: 45px 0px;
}

.contcact-info {
	display: flex;
	justify-content: center;
}

.modal-body {
	background-color: #fff;
	color: #6bd48a;
}

.modal-body .close {
	color: red;
}

.modal-body h4,
.modal-body h6 {
	color: #000 !important;
}

.contcact-info i {
	margin-right: 10px;
}

.product-detail .product-detail .btn i {
	margin-right: 0;
}

.product-detail .br-widget {
	min-height: 35px;
	margin-top: 0;
	display: block;
}

.product-detail .btn-number {
	background-color: #e0e0e0;
	border-color: #d4d4d4;
	border-radius: 0;
	color: #000;
}

.product-detail .product-price {
	display: inline-block;
	margin-right: 50px;
	font-size: 24px;
}

.product-detail .pro-desc {
	margin-top: 15px;
	margin-bottom: 15px;
}

.product-detail hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

.port_details_all_img .product-right {
	margin-top: 20px;
}

#sml_banner .slick-slide {
	/* height: 100px!important;
	width: 100px!important; */
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
	padding: 0 0.2rem;
}

#sml_banner img.img-fluid:hover{
	cursor: pointer;
}

/* #small_banner .slick-list .slick-track .slick-slide.slick-cloned{
	width: 0!important;
} */

/* #small_banner img {
	width: 64px;
	height: 64px;
	cursor: pointer;
} */

#small_banner .slick-center {
	filter: grayscale(0);
	opacity: 1;
}

#small_banner:hover .slick-prev {
	left: 0;
	transition: all ease-in 0.3s;
}

#small_banner:hover .slick-next {
	right: 0;
	transition: all ease-in 0.3s;
}

.port_details_all_img {
	overflow: hidden;
}

.slick-prev {
	left: -45px;
	z-index: 1;
	height: 100%;
	background: rgba(0, 0, 0, 0.62);
	width: 4%;
	transition: all ease-in 0.3s;
}

.slick-prev:hover,
.slick-prev:focus {
	color: transparent;
	outline: none;
	background: rgba(0, 0, 0, 0.8);
}

.slick-next {
	right: -45px;
	z-index: 1;
	height: 100%;
	background: rgba(0, 0, 0, 0.62);
	width: 4%;
	transition: all ease-in 0.3s;
}

.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: rgba(0, 0, 0, 0.8);
}

.counter-input .input-group {
	width: 20%;
}

.pro-det-tab .tab-content {
	border: 1px solid #ccc;
	border-top: 0;
}

.big_banner .port_big_img {
	margin-bottom: 15px;
}

.port_big_img img {
	margin: auto;
	width: 100%;
	height: 600px;
	cursor: pointer;
}


/* ---------------Block Image ----------------------
#big_banner .port_big_img1 {
	background-color: #aaa9a9; 
	position: relative; 
	cursor: pointer;
	height: 600px;
} */

/* #small_banner img {
	width: 10rem;
	height: 8.6rem;
} */

.slick-next:before {
	content: "\f35a";
	font-family: "Font Awesome 5 Free";
}

.slick-prev:before {
	content: "\f359";
	font-family: "Font Awesome 5 Free";
}

.product-wishlist {
	float: right;
}

.share-hide {
	opacity: 0;
}

.share-show {
	opacity: 1;
}

.share-details {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.client-icon {
	position: absolute;
	list-style: none;
	display: block;
	bottom: -110px;
	right: 12px;
	padding: 5px;
	background-color: #000;
}

.client-icon li {
	padding: 5px;
}

.client-icon li a i {
	color: #6bd48a;
	font-size: 25px;
	cursor: pointer;
}

.client-icon li a i:hover {
	color: #ff8c00;
}

.btn-heart {
	background-color: red;
	border-color: red;
	color: #fff;
	cursor: pointer;
	transition: all ease-in 0.3s;
}
.btn-heart:hover {
	background-color: red;
	border-color: red;
	color: #fff;
}
.btn-outline-heart {
	color: red;
	background-color: #fff;
	background-color: transparent;
}

.btn-share {
	background-color: #9fd0ad;
	border-color: #9fd0ad;
	color: #fff;
	cursor: pointer;
	transition: all ease-in 0.3s;
}
.btn-share:hover {
	background-color: #9fd0ad;
	border-color: #9fd0ad;
	color: #fff;
}
.btn-outline-share {
	color: #9fd0ad;
	background-color: #fff;
	background-color: transparent;
}

.product-detail-page .tab-pane {
	padding: 35px;
}

.product-detail-page .nav {
	padding-top: 10px;
}
/* 18. Post detail Section CSS Ends*/
/* 19. News page css start*/
#news-detail {
	background: #ffffff;
	padding: 45px 0px;
}
.blog_person {
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}
.blog_person a {
	color: #6bd48a;
}
.blog_person h5 {
	display: inline-block;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	margin-right: 10px;
}
.blog_person h5:last-child {
	border-right: none;
}
.blog_details_person {
	border-bottom: none;
}
.blog_details_person h5 {
	border-right: none;
}
.blog_comment,
.blog_reply {
	list-style: none;
}
.blog_comment li,
.blog_reply li {
	position: relative;
	padding-left: 3em;
}
.blog_comment img,
.blog_reply img {
	position: absolute;
	left: 0;
	top: 2px;
}
.blog_comment_cont h5 {
	display: inline-block;
}
.blog_comment_cont h5:first-child {
	font-weight: 600;
}
.blog_comment_icons span {
	margin-right: 20px;
}
.blog_comment_icons i {
	margin-right: 8px !important;
	vertical-align: middle;
	font-size: 20px;
	color: #6bd48a;
}
.blog_comment_icons span:nth-child(3),
.blog_comment_icons span:nth-child(5) {
	font-size: 16px;
}
.blog_detail_reply_form h4 {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.latest_blog h5 a {
	color: #333;
	font-weight: 600;
}
.protfolio_date {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.form-control:focus {
	border-color: #6bd48a !important;
	box-shadow: 0 0 0 0.2rem rgb(107, 212, 138) !important;
}

.set-submit-input .form-control:focus {
	box-shadow: none !important;
}

.set-submit-input .form-control:focus {
	color: #495057 !important;
}
/* 19. News page css ends*/

.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loader {
	color: #6bd48a;
	font-size: 10px;
	margin-left: 3em;
	margin-top: -1.3em;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	content: "";
	position: absolute;
	top: 0;
}
.loader:before {
	left: -2em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 2em;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

/* New CSS Class 17/03/2021 */

.category_title {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: unset;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: #212121;
	padding: 1rem 2rem 0;
	text-align: center;
}

.line {
	flex: 0.5 1;
	background-color: #212121;
	height: 1px;
}

.title {
	padding: 0 30px;
	font-size: 1.7rem;
}

.category {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 1rem 1rem;
}

.card1 {
	box-shadow: -1px -1px 8px -3px rgba(0, 0, 0, 0.46);
	-webkit-box-shadow: -1px -1px 8px -3px rgba(0, 0, 0, 0.46);
	-moz-box-shadow: -1px -1px 8px -3px rgba(0, 0, 0, 0.46);
	transition: 0.3s;
	text-align: center;
	width: 13%;
	height: auto;
	overflow: hidden;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 0.4rem;
}

#categories .category .card1 img {
	width: 50%;
	padding: 0.6rem;
	transition: all 1s;
}

#categories .category .card1 p {
	line-height: normal;
}

#categories .category .card1:hover {
	box-shadow: inset -3px -3px 5px rgba(255, 255, 255, 0.9),
		inset 3px 3px 5px rgba(0, 0, 0, 0.09);
}

.mr-none {
	margin-right: 0%;
}

#categories .category .card1 a,
#categories .category .card1 a:hover {
	text-decoration: none !important;
	color: #2c2b2b;
}

nav {
	height: 5.8rem;
}

#navbarSupportedContent a:hover {
	color: #6bd48a;
}

#navbarSupportedContent li a {
	font-weight: 500;
	position: relative;
}

/* #navbarSupportedContent li a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0.2rem;
	border-bottom: 0.2rem solid #6bd48a;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
} */

#navbarSupportedContent li a:hover:before {
	width: 100%;
}

.hero_box {
	box-shadow: 2px 3px 21px 3px rgba(255, 255, 255, 0.6) inset;
	background-color: #ffffff91;
	text-align: center;
	padding: 1.2rem;
	border-radius: 0.6rem;
}

#banner p:first-child {
	color: #363636e3;
	font-weight: 700;
	line-height: 1.2;
	font-size: 3.8rem;
	padding-bottom: 1rem;
}

#banner p:last-child {
	font-size: 1.2rem;
	font-weight: 200;
	color: #363636e3;
}

#banner .btn {
	text-decoration: none;
	padding: 0.4rem 0.8rem;
	background-color: #2c2c2c;
	color: #ffffff;
	border-radius: 0.6rem;
	font-size: 0.9rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#banner .btn::before {
	content: "";
	position: absolute;
	left: var(--x);
	top: var(--y);
	transform: translate(-50%, -50%);
	background-color: radial-gradient(circle closest-side, #ff7a00, transparent);
	width: 0;
	height: 0;
	transition: width 0.3s ease, height 0.3s ease;
	z-index: -1;
}

#banner .btn:hover {
	background-color: #64e78b;
}

.card-body .card-title {
	font-size: 1.1rem;
	text-transform: capitalize;
}

.item a:hover {
	text-decoration: none;
}

.view_item img {
	width: 75px;
}

.links {
	margin-bottom: 25px;
	background: #fff;
	padding: 15px;
	border-radius: 3px;
}

.links ul {
	display: flex;
	justify-content: center;
}

.links ul li {
	list-style-type: none;
	margin: 0 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 20px;
	cursor: pointer;
}

.links ul li:hover,
.links ul li.active {
	color: #4abd3e;
}

.product_detail_sec {
	height: 11.25rem;
}

.p-rgt {
	padding-right: 3rem !important;
}

.mar {
	margin: 1rem -1rem;
}

.res,
.res1 {
	margin-top: 0;
}

.place-header select {
	width: 140px;
	font-size: 16px;
	border: 1px solid #fff;
	background-color: #ffffff;
	outline: none;
	color: white;
	padding-left: 0.6rem;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(/assets/images/drp_black.png);
	background-repeat: no-repeat;
	background-position-x: 96%;
	background-position-y: 10px;
	text-overflow: ellipsis;
}

.place-header option {
	color: #000000;
	background-color: #ffffff;
}

.width100{
	width: 100%;
}

#small_banner .draggable .slide-track{
	width: 90%!important;
}

@media only screen and (max-width: 600px) {
	.card1 {
		box-shadow: -2px -1px 8px -200px rgba(0, 0, 0, 0.46);
		-webkit-box-shadow: -2px -1px 8px -200px rgba(0, 0, 0, 0.46);
		-moz-box-shadow: -2px -1px 8px -200px rgba(0, 0, 0, 0.46);
		width: 45%;
	}

	nav {
		height: auto;
	}

	.slider-title:after {
		margin-bottom: 20px !important;
	}

	.product_detail_sec {
		height: auto;
		padding-left: 0.8rem;
		padding-right: 0.8rem;
	}

	.p-rgt {
		padding-right: auto !important;
	}

	.w-75 {
		width: 25% !important;
	}

	.res {
		margin-top: -80px !important;
	}

	.res1 {
		margin-top: -40px !important;
	}

	.port_big_img img {
		height: 18rem;
	}
	
/*	-----------------------Block Image---------------------------
	#big_banner .port_big_img1 {
		height: 300px;
	}  */
	 

	.mar {
		margin: 10px 0 20px;
	}

	.mr-none {
		margin-right: 1rem;
	}

	.owl-prev,
	.owl-next {
		display: none !important;
	}

	.width100{
		padding: auto;
		width: 50%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.card1 {
		box-shadow: -2px -1px 8px -200px rgba(0, 0, 0, 0.46);
		-webkit-box-shadow: -2px -1px 8px -200px rgba(0, 0, 0, 0.46);
		-moz-box-shadow: -2px -1px 8px -200px rgba(0, 0, 0, 0.46);
		width: 45%;
	}

	.mr-none {
		margin-right: 0;
	}

	.place-header select {
		width: auto;
		outline: none;
		padding: 0.6rem;
		height: auto;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-image: url(/assets/images/drp_black.png);
		background-repeat: no-repeat;
		background-position-x: 96%;
		background-position-y: 12px;
	}

	.w-75 {
		width: 25% !important;
	}

	.res1 {
		margin-top: -40px !important;
	}

	.p-rgt {
		padding-right: auto !important;
	}

	.port_big_img img {
		height: 18rem;
	}

	/* ------------------ Block Image --------------------------
	#big_banner .port_big_img1 {
		height: 300px;
	}
	*/

	.mar {
		margin: 10px 0 20px;
	}

	.mr-none {
		margin-right: 1rem;
	}

	.owl-prev,
	.owl-next {
		display: none !important;
	}

	.width100{
		padding: auto;
		width: 50%;
	}
}

/*  ---------------- Block Image --------------------------------
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#big_banner .port_big_img1 {
		background-color: #aaa9a9; 
		position: relative; 
		cursor: pointer;
		height: 600px;
	}
}

*/
