.header-fixed {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: 100;
	position: fixed;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-moz-box-shadow:0 1px 5px #666; 
	-webkit-box-shadow:0 1px 5px #666; 
	box-shadow:0 1px 5px #666;
}
.header-social ul li {
	margin-right: 10px;
	display: inline-block;
}
.header-social ul li a {
	display: block;
	height: 25px;
	width: 25px;
	text-align: center;
	font-size: 14px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.header-social ul li:last-child {
	margin-right: 0;
}
.phone-call {
	line-height: 1;
}
.header-action-items .header-action-item {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid;
}
.header-action-items .header-action-item:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.header-action-items .header-action-item-label {
	position: absolute;
	left: -70px;
	top: -4px;
	font-weight: 700;
	cursor: inherit;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-action-items.border-color-light {
	border-color: #f8f8f8;
}
.header-action-items.border-color-dark {
	border-color: #151829;
}
.header-area:after {
	clear: both;
	content: "";
	display: block;
}
.main-menu-area {
	display: flex;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: 10;
}
.main-menu-area .bst-main-menu nav {
	text-align: center;
}
.main-menu-area .bst-main-menu nav >ul .active >a {
	font-weight: 600;
}
.main-menu-area .bst-main-menu nav >ul >li {
	display: inline-block;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.main-menu-area .bst-main-menu nav >ul >li >a {
	padding: 39px 15px 38px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
.main-menu-area .bst-main-menu nav >ul >li >a {
	padding: 39px 10px 38px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.main-menu-area .bst-main-menu nav >ul >li >a {
	padding: 29px 4px 28px;
}
}
.main-menu-area .bst-main-menu nav >ul >li:hover ul.rt-dropdown-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.main-menu-area .bst-main-menu nav >ul >li ul.rt-dropdown-menu {
	background: #8fc320;
	box-shadow: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	opacity: 0;
	margin: 0;
	min-width: 120%;
	padding: 0;
	top: 100%;
	position: absolute;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 0 0 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 9999;
}
.main-menu-area .bst-main-menu nav >ul >li ul.rt-dropdown-menu li {
	display: block;
	position: relative;
}
.main-menu-area .bst-main-menu nav >ul >li ul.rt-dropdown-menu li a {
	display: block;
	color: #ffffff;
	padding: 10px 10px 10px 15px;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.main-menu-area .bst-main-menu nav >ul >li ul.rt-dropdown-menu li a:before {
	display: none;
}
.main-menu-area .bst-main-menu nav >ul >li ul.rt-dropdown-menu li a:hover, .main-menu-area .bst-main-menu nav >ul >li ul.rt-dropdown-menu li a:focus {
	background: #f5f9ea;
	color:#333;
}
.main-menu-area .bst-main-menu nav >ul >li ul.rt-dropdown-menu .active a {
	background: #f5f9ea;
	color: #ffffff;
}
li.has-child-menu {
	position: relative;
}
li.has-child-menu >a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	float: right;
}
li.has-child-menu >ul.thired-level {
	position: absolute;
	left: 200px;
	width: 200px;
	top: 0;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 0 0 0;
	background-color: #8fc320;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
li.has-child-menu:hover ul.thired-level {
	opacity: 1;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
}
ul.temp-main-nav >li {
	float: left;
}
.header-style-one .main-menu-area nav ul li a {
	padding: 35px 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.header-style-one .main-menu-area nav ul li a {
	padding: 25px 9px;
}
}
.header-style-one .main-menu-area nav ul li ul li a {
	padding: 10px 10px 10px 15px;
}
.header-style-one .stick .header-search .search-input {
	top: 66px;
}
.header-style-two .main-menu-area {
	height: 100px;
}
.header-style-two .stick .header-search .search-input {
	top: 66px;
}
@media only screen and (max-width: 991px) {
header {
	display: none;
}
}
.top-bar-layout1 {
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 11;
}
@media only screen and (max-width: 991px) {
.top-bar-layout1 {
	display: none !important;
}
}
.mean-container .mean-bar {
	background: transparent !important;
	float: none;
	padding: 0 !important;
	position: fixed !important;
	top: 0;
}
@media only screen and (max-width: 767px) {
.mean-container .mean-bar a {
	padding: 6px 16px 6px 0;
	display: inline-block;
}
}
@media only screen and (max-width: 767px) {
.mean-container .mean-bar .meanmenu-reveal {
	margin-top: 10px;
}
}
.mean-container .mean-bar:after {
	content: "";
	clear: both;
	display: block;
}
.mean-container .mean-nav {
	float: none !important;
	background: transparent !important;
}
.mean-container .mean-nav >ul {
	overflow-y: scroll;
}
.mean-container .mean-nav >ul li {
	background-color: red;
}
.mean-container .mean-nav >ul li a {
	color: #363636;
	font-weight: 700;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mean-container .mean-nav >ul li a:hover {
	color: #8fc320;
}
.mean-container .mean-nav >ul li:hover >a {
	color: #8fc320;
}
.mean-container .mean-nav >ul:after {
	content: '';
	display: block;
	clear: both;
}
.mean-container .mean-bar a.logo-mobile-menu {
	width: 100%;
	background-color: rgba(236, 236, 239, 0.95);
	box-sizing: border-box;
}
.mean-container .mean-bar .mobile-menu-nav-back {
	padding-left: 15px;
	border-bottom: 1px solid #8fc320;
	position: relative;
	text-align: center;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.mean-container .mean-bar .mobile-menu-nav-back .logo-mobile {
	text-align: left;
}
.mean-container .mean-bar .mobile-menu-nav-back .logo-mobile img {
	width: 70%;
}
.mean-container .mean-bar .mobile-menu-nav-back:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
}
.mean-container a.meanmenu-reveal {
	float: none !important;
	position: absolute;
	top: 6px;
	transition: unset;
}
.mean-bar + div #wrapper {
	padding-top: 52px;
}
.mean-container .mean-nav ul li li a {
	color: #363636;
	opacity: 1;
	font-weight: 400;
	padding: 0.5em 10%;
}
.mean-container .mean-nav ul li li a:hover {
	background-color: #ffffff;
}
.mean-container .mean-nav ul li a {
	font-size: 14px;
}
.mean-container .mean-nav ul li a.mean-expand {
	background-color: transparent;
	margin-top: 0;
	height: 20px;
	line-height: 27px;
	width: 100%;
	text-align: right;
	font-size: 14px;
	padding: 12px 20px 12px 12px !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background-color: transparent;
}
.offcanvas-menu-btn {
	position: relative;
	width: 12px;
	margin-left: 15px;
}
.offcanvas-menu-btn a.menu-bar {
	height: 30px;
	position: absolute;
	top: -20px;
	display: block;
	left: -15px;
}
.offcanvas-menu-btn a.menu-bar span {
	display: block;
	height: 1px;
	width: 28px;
	margin-top: 7px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.offcanvas-menu-btn a.menu-times {
	height: 30px;
	position: absolute;
	top: -20px;
	display: block;
	left: -15px;
}
.offcanvas-menu-btn a.menu-times span {
	display: block;
	height: 1px;
	width: 28px;
	background-color: #f6f6f6;
	margin-top: 7px;
}
.offcanvas-menu-btn a.menu-times span:first-child {
	position: relative;
	bottom: -8px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.offcanvas-menu-btn a.menu-times span:last-child {
	position: relative;
	bottom: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.offcanvas-menu-btn a.menu-bar.open {
	display: none;
}
.offcanvas-menu-btn a.menu-bar.close {
	display: none;
}
.offcanvas-menu-btn a.menu-times.close {
	display: none;
}
.offcanvas-menu-btn a.menu-times.open {
	display: block;
}
.offcanvas-menu-btn a.menu-times.re-point {
	top: 4px;
	left: 250px;
}
.offcanvas-btn-repoint {
	margin-left: 30px;
	width: inherit;
}
.offcanvas-body-wrapper {
	background-color: #151828;
	height: 100%;
	width: 330px;
	position: fixed;
	z-index: 999999;
	top: 0;
	right: -330px;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.5, 0);
	-moz-transition: all 0.5s cubic-bezier(0, 0, 0.5, 0);
	-ms-transition: all 0.5s cubic-bezier(0, 0, 0.5, 0);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.5, 0);
	transition: all 0.5s cubic-bezier(0, 0, 0.5, 0);
	overflow-x: hidden;
	padding-top: 30px;
}
.offcanvas-body-wrapper .offcanvas-main-body .offcanvas-logo {
	margin-left: 30px;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav {
	margin-top: 40px;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav >li {
	display: block;
	border-bottom: 1px solid #111111;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav >li:last-child {
	border-bottom: 0;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav >li >a {
	color: #ffffff;
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 12px 0 12px 70px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav >li >a i {
	position: absolute;
	top: 12px;
	left: 30px;
	font-size: 20px;
	margin-right: 20px;
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav >li >a:hover {
	background-color: #8fc320;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav >li >a:hover i {
	color: #ffffff;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav >li ul.offcanvas-sub-nav {
	background-color: #1b1f32;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav >li ul.offcanvas-sub-nav li a {
	color: #ffffff;
	position: relative;
	border-bottom: 1px solid #111111;
	display: inline-block;
	width: 100%;
	padding: 10px 0 10px 60px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav >li ul.offcanvas-sub-nav li a:hover {
	color: #f5f9ea;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav >li ul.offcanvas-sub-nav li a:hover:before {
	opacity: 1;
	visibility: visible;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav >li ul.offcanvas-sub-nav li a:before {
	opacity: 0;
	visibility: hidden;
	height: 100%;
	width: 3px;
	content: "";
	background-color: #8fc320;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav >li ul.offcanvas-sub-nav li:last-child a {
	border-bottom: 0;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-default >.panel-heading {
	background-color: transparent;
	padding: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-default >.panel-heading a {
	color: #ffffff;
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 12px 0 12px 30px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-default >.panel-heading a i {
	position: absolute;
	top: 15px;
	left: 30px;
	font-size: 20px;
	margin-right: 20px;
	color: #818181;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-default >.panel-heading a:hover {
	background-color: #8fc320;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-default >.panel-heading a:hover i {
	color: #ffffff;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-heading.active a {
	background-color: #8fc320;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel-heading.active a i {
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel {
	border: 0;
	border-bottom: 1px solid #000000;
	border-radius: 0;
	background-color: transparent;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel .panel-body {
	border-top: 0;
	padding: 0;
}
.offcanvas-body-wrapper .offcanvas-main-body .panel-group .panel + .panel {
	margin-top: 0;
}
div#wrapper.open >.offcanvas-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 20;
	content: "";
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.side-menu-wrapper {
	padding-top: 30px;
	text-align: center;
	height: 100%;
	background-color: #1b1f3c;
}
.side-menu-wrapper .side-menu-trigger {
	margin-top: 30px;
	position: relative;
}
.side-menu-wrapper .side-menu-trigger .side-menu-btn {
	position: relative;
	display: inline-block;
	color: #ffffff;
}
.side-menu-wrapper .side-menu-trigger .side-menu-btn a {
	color: #ffffff;
	position: absolute;
	top: 10px;
	right: -30px;
	display: grid;
}
.side-menu-wrapper .side-menu-trigger .side-menu-btn .fa-bars {
	opacity: 1;
	visibility: visible;
	display: block;
}
.side-menu-wrapper .side-menu-trigger .side-menu-btn .fa-times {
	opacity: 0;
	visibility: hidden;
	display: none;
}
.side-menu-wrapper .side-menu-trigger ul.item-dropdown-menu {
	margin-top: 50px;
	margin-left: 30px;
	visibility: hidden;
	opacity: 0;
}
.side-menu-wrapper .side-menu-trigger ul.item-dropdown-menu li {
	margin-bottom: 15px;
}
.side-menu-wrapper .side-menu-trigger ul.item-dropdown-menu li:last-child {
	margin-bottom: 0;
}
.side-menu-wrapper .side-menu-trigger ul.item-dropdown-menu li a {
	color: #ffffff;
}
.side-menu-wrapper .side-menu-trigger.active .side-menu-btn .fa-bars {
	opacity: 0;
	visibility: hidden;
	display: none;
}
.side-menu-wrapper .side-menu-trigger.active .side-menu-btn .fa-times {
	opacity: 1;
	visibility: visible;
	display: block;
}
.side-menu-wrapper .side-menu-trigger.active ul.item-dropdown-menu {
	opacity: 1;
	visibility: visible;
}
.side-menu-wrapper .side-menu-btn {
	position: relative;
	width: 12px;
	margin-left: 15px;
}
.side-menu-wrapper .side-menu-btn .menu-bar {
	height: 30px;
	position: absolute;
	top: -19px;
	display: block;
	left: -20px;
}
.side-menu-wrapper .side-menu-btn .menu-bar span {
	display: block;
	height: 1px;
	width: 22px;
	margin-top: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.side-menu-wrapper .side-menu-btn .menu-times {
	height: 30px;
	position: absolute;
	top: -22px;
	left: -20px;
}
.side-menu-wrapper .side-menu-btn .menu-times span {
	display: block;
	height: 1px;
	width: 22px;
	margin-top: 6px;
}
.side-menu-wrapper .side-menu-btn .menu-times span:first-child {
	position: relative;
	bottom: -7px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side-menu-wrapper .side-menu-btn .menu-times span:last-child {
	position: relative;
	bottom: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.side-menu-wrapper label {
	margin-top: 30px;
	width: 110px;
	cursor: pointer;
	padding-right: 30px;
	position: relative;
}
.side-menu-wrapper label .side-menu-btn {
	position: absolute;
	top: 22px;
	right: 0;
}
.side-menu-wrapper label .menu-bar {
	display: block;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.side-menu-wrapper label .menu-times {
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.side-menu-wrapper input:checked ~ label .menu-bar {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.side-menu-wrapper input:checked ~ label .menu-times {
	display: block;
	opacity: 1;
	visibility: visible;
}
.side-menu-wrapper input {
	display: none;
}
.side-menu-wrapper input:checked ~ ul.submenu {
	max-height: 300px;
	transition: max-height 0.5s ease-in;
}
.side-menu-wrapper ul.submenu {
	max-height: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
	margin-top: 30px;
	transition: max-height 0.5s ease-out;
	position: absolute;
	min-width: 100%;
}
.side-menu-wrapper ul.submenu li a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	white-space: nowrap;
}
/*=======================================================================[02] Slider Area=========================================================================*/
.slider-area {
	position: relative;
}
.slider-area .nivo-controlNav {
	position: absolute;
	z-index: 7;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10%;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.slider-area .nivo-controlNav {
	display: none;
}
}
.slider-area .nivo-controlNav a {
	display: block;
	height: 25px;
	margin: 10px 0;
	text-indent: -9999px;
	width: 5px;
	line-height: 8px;
	background: #ffffff;
	cursor: pointer;
	position: relative;
	z-index: 7;
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.slider-area .nivo-controlNav a:hover, .slider-area .nivo-controlNav a.active {
	background: #8fc320;
	cursor: pointer;
}
.slider-area .nivo-directionNav a.nivo-prevNav {
	left: -100px !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #8fc320;
	background-color: transparent;
	color: transparent;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
	content: "\f053";
	font: normal normal normal 14px/1 FontAwesome;
	color: #8fc320 !important;
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 17px;
	z-index: 9;
	height: 10px;
	width: 10px;
	left: 17px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover {
	background-color: rgba(49, 105, 254, 0.6);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover:before {
	color: #ffffff !important;
	background: transparent !important;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-nextNav {
	right: -100px !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #8fc320;
	background-color: transparent;
	color: transparent;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	color: #8fc320 !important;
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 17px;
	z-index: 9;
	height: 10px;
	width: 10px;
	right: 17px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover {
	background-color: rgba(49, 105, 254, 0.6);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover:before {
	color: #ffffff !important;
	background: transparent !important;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.slider-area .nivo-caption {
	opacity: 1;
	top: 0;
}
.slider-area .slide-1 div.slider-text-logo, .slider-area .slide-2 div.slider-text-logo, .slider-area .slide-3 div.slider-text-logo {
	font-size: 24px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 10px;
}
.slider-area .slide-1 div.slider-text-logo span, .slider-area .slide-2 div.slider-text-logo span, .slider-area .slide-3 div.slider-text-logo span {
	display: inline-flex;
	font-size: 42px;
	text-transform: uppercase;
}
.slider-area .slide-1 div.slider-text-logo span span, .slider-area .slide-2 div.slider-text-logo span span, .slider-area .slide-3 div.slider-text-logo span span {
	color: #f5f9ea;
}
.slider-area .slide-1 div.slider-big-text, .slider-area .slide-2 div.slider-big-text, .slider-area .slide-3 div.slider-big-text {
	line-height: 1.2;
	font-size: 4.8rem;
	text-transform: capitalize;
	margin-bottom: 56px;
	font-weight: 700;
	max-width: 650px;
}
.slider-area .slide-1 div.slider-big-text span, .slider-area .slide-2 div.slider-big-text span, .slider-area .slide-3 div.slider-big-text span {
	color: #8fc320;
}
@media only screen and (max-width: 767px) {
.slider-area .slide-1 div.slider-big-text, .slider-area .slide-2 div.slider-big-text, .slider-area .slide-3 div.slider-big-text {
	font-size: 3.6rem;
	margin-bottom: 30px;
}
}
.slider-area .slide-1 div.slider-sub-text, .slider-area .slide-2 div.slider-sub-text, .slider-area .slide-3 div.slider-sub-text {
	margin-bottom: 50px;
	line-height: 1.7;
	font-weight: 400;
	font-size: 36px;
}
.slider-area .slide-1 .title-light div.slider-big-text, .slider-area .slide-2 .title-light div.slider-big-text, .slider-area .slide-3 .title-light div.slider-big-text {
	color: #ffffff !important;
}
.slider-area .slide-1 .title-light div.slider-sub-text, .slider-area .slide-2 .title-light div.slider-sub-text, .slider-area .slide-3 .title-light div.slider-sub-text {
	color: #ffffff;
}
.slider-area .slide-1 .title-dark div.slider-big-text, .slider-area .slide-2 .title-dark div.slider-big-text, .slider-area .slide-3 .title-dark div.slider-big-text {
	color: #000000 !important;
}
.slider-area .slide-1 .title-dark div.slider-sub-text, .slider-area .slide-2 .title-dark div.slider-sub-text, .slider-area .slide-3 .title-dark div.slider-sub-text {
	color: #000000;
}
.slider-area .slide-1 .para-padding-right, .slider-area .slide-2 .para-padding-right, .slider-area .slide-3 .para-padding-right {
	padding-right: 50%;
}
.slider-area .slide-1 .para-padding-left, .slider-area .slide-2 .para-padding-left, .slider-area .slide-3 .para-padding-left {
	padding-left: 50%;
}
.slider-area .slide-1 .para-width-compress div.slider-sub-text, .slider-area .slide-2 .para-width-compress div.slider-sub-text, .slider-area .slide-3 .para-width-compress div.slider-sub-text {
	width: 54%;
	margin: 0 auto 40px;
}
.slider-area .slider-btn-area a {
	display: inline-flex;
	margin-right: 15px;
}
.slider-area .slider-btn-area a:last-child {
	margin-right: 0;
}
@media only screen and (max-width: 575px) {
.slider-area .slider-btn-area {
	display: none;
}
}
.slider-area:hover a.nivo-prevNav {
	left: 15px !important;
}
.slider-area:hover a.nivo-nextNav {
	right: 15px !important;
}
.preview-1 .nivo-directionNav {
	display: none;
}
@media only screen and (max-width: 575px) {
.slider-area.slider-layout1 .slider-text-logo {
	line-height: 1;
}
.slider-area.slider-layout1 div.slider-big-text {
	margin-bottom: 0;
}
}
@media only screen and (max-width: 575px) {
.slider-area.slider-layout2 .nivo-caption {
	top: 10px;
}
}
@media only screen and (max-width: 575px) {
.slider-area.slider-layout2 .slide-1 div.slider-text-logo, .slider-area.slider-layout2 .slide-2 div.slider-text-logo, .slider-area.slider-layout2 .slide-3 div.slider-text-logo {
	line-height: 1;
}
}
@media only screen and (max-width: 575px) {
.slider-area.slider-layout3 .nivo-caption {
	top: 15px;
}
}
.slider-area.slider-layout3 div.slider-big-text {
	max-width: 100%;
	margin-bottom: 74px;
	line-height: 1.5;
}
@media only screen and (max-width: 991px) {
.slider-area.slider-layout3 div.slider-big-text {
	margin-bottom: 50px;
	font-size: 3.8rem;
}
}
@media only screen and (max-width: 767px) {
.slider-area.slider-layout3 div.slider-big-text {
	margin-bottom: 30px;
	font-size: 3rem;
}
}
.slider-area.slider-layout3 .slider-btn-area .btn-custom {
	padding: 9px 38px;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 18px;
}
.slider-area.slider-layout3 .nivo-controlNav {
	display: none;
}
.slider-area.slider-layout3 .nivo-directionNav {
	display: block;
}
@media only screen and (max-width: 575px) {
.slider-area.slider-layout4 .nivo-caption {
	top: 10px;
}
}
.slider-area.slider-layout4 div.slider-big-text {
	max-width: 100%;
	margin-bottom: 70px;
	line-height: 1.5;
}
@media only screen and (max-width: 991px) {
.slider-area.slider-layout4 div.slider-big-text {
	margin-bottom: 50px;
}
}
@media only screen and (max-width: 767px) {
.slider-area.slider-layout4 div.slider-big-text {
	margin-bottom: 30px;
}
}
.slider-area.slider-layout4 .slider-btn-area .btn-custom {
	padding: 16px 23px;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px;
	border-radius: 4px;
}
.slider-area.slider-layout4 .nivo-controlNav {
	display: none;
}
.slider-area.slider-layout4 .nivo-directionNav {
	display: block;
}
.slider-area.slider-layout5 .slide-1 .slider-text-logo, .slider-area.slider-layout5 .slide-2 .slider-text-logo, .slider-area.slider-layout5 .slide-3 .slider-text-logo {
	font-size: 10rem;
	font-weight: 700;
	line-height: 1;
}
@media only screen and (max-width: 991px) {
.slider-area.slider-layout5 .slide-1 .slider-text-logo, .slider-area.slider-layout5 .slide-2 .slider-text-logo, .slider-area.slider-layout5 .slide-3 .slider-text-logo {
	font-size: 8rem;
}
}
@media only screen and (max-width: 767px) {
.slider-area.slider-layout5 .slide-1 .slider-text-logo, .slider-area.slider-layout5 .slide-2 .slider-text-logo, .slider-area.slider-layout5 .slide-3 .slider-text-logo {
	display: none;
}
}
.slider-area.slider-layout5 div.slider-big-text {
	max-width: 100%;
	margin-bottom: 4rem;
	line-height: 1.6;
}
@media only screen and (max-width: 1199px) {
.slider-area.slider-layout5 div.slider-big-text {
	margin-bottom: 0;
}
}
.slider-area.slider-layout5 .slider-btn-area .btn-custom {
	padding: 9px 39px;
	text-transform: capitalize;
	font-size: 18px;
}
@media only screen and (max-width: 1199px) {
.slider-area.slider-layout5 .slider-btn-area {
	display: none;
}
}
.slider-area.slider-layout5 .nivo-controlNav {
	display: none;
}
.slider-area.slider-layout5 .nivo-directionNav {
	display: block;
}
@media only screen and (max-width: 991px) {
.slider-area.slider-layout6 {
	margin-top: 61px;
}
}
.slider-area.slider-layout6 .nivo-controlNav {
	display: none;
}
.slider-area.slider-layout6 .slide-1 div.slider-big-text, .slider-area.slider-layout6 .slide-2 div.slider-big-text, .slider-area.slider-layout6 .slide-3 div.slider-big-text {
	margin-bottom: 30px;
}
.slider-area.slider-layout6 .slider-btn-area a {
	color: #ffffff;
	text-transform: capitalize;
	font-size: 20px;
	padding: 17px 36px;
}
@media only screen and (max-width: 991px) {
.slider-area.slider-layout6 .slide-1 div.slider-sub-text, .slider-area.slider-layout6 .slide-2 div.slider-sub-text, .slider-area.slider-layout6 .slide-3 div.slider-sub-text {
	font-size: 30px;
}
}
@media only screen and (max-width: 767px) {
.slider-area.slider-layout6 .slide-1 div.slider-sub-text, .slider-area.slider-layout6 .slide-2 div.slider-sub-text, .slider-area.slider-layout6 .slide-3 div.slider-sub-text {
	font-size: 24px;
}
}
@media only screen and (max-width: 575px) {
.slider-area.slider-layout6 .slide-1 div.slider-sub-text, .slider-area.slider-layout6 .slide-2 div.slider-sub-text, .slider-area.slider-layout6 .slide-3 div.slider-sub-text {
	font-size: 20px;
}
}
@media only screen and (max-width: 575px) {
.slider-area.slider-layout6 .slide-1 div.slider-big-text, .slider-area.slider-layout6 .slide-2 div.slider-big-text, .slider-area.slider-layout6 .slide-3 div.slider-big-text {
	margin-bottom: 15px;
}
}
@media only screen and (max-width: 575px) {
.slider-area.slider-layout6 .nivo-caption {
	top: 15px;
}
}
.slider-area .slide-1 .slider-text-logo {
	-webkit-animation: fadeInRight 500ms ease-in-out;
	-moz-animation: fadeInRight 500ms ease-in-out;
	-ms-animation: fadeInRight 500ms ease-in-out;
	animation: fadeInRight 500ms ease-in-out;
}
.slider-area .slide-1 .slider-big-text {
	-webkit-animation: fadeInRight 1000ms ease-in-out;
	-moz-animation: fadeInRight 1000ms ease-in-out;
	-ms-animation: fadeInRight 1000ms ease-in-out;
	animation: fadeInRight 1000ms ease-in-out;
}
.slider-area .slide-1 .slider-sub-text {
	-webkit-animation: fadeInRight 1500ms ease-in-out;
	-moz-animation: fadeInRight 1500ms ease-in-out;
	-ms-animation: fadeInRight 1500ms ease-in-out;
	animation: fadeInRight 1500ms ease-in-out;
}
.slider-area .slide-1 .slider-btn-area {
	-webkit-animation: fadeInRight 2000ms ease-in-out;
	-moz-animation: fadeInRight 2000ms ease-in-out;
	-ms-animation: fadeInRight 2000ms ease-in-out;
	animation: fadeInRight 2000ms ease-in-out;
}
.slider-area .slide-2 .slider-text-logo {
	-webkit-animation: fadeInLeft 500ms ease-in-out;
	-moz-animation: fadeInLeft 500ms ease-in-out;
	-ms-animation: fadeInLeft 500ms ease-in-out;
	animation: fadeInLeft 500ms ease-in-out;
}
.slider-area .slide-2 .slider-big-text {
	-webkit-animation: fadeInLeft 1000ms ease-in-out;
	-moz-animation: fadeInLeft 1000ms ease-in-out;
	-ms-animation: fadeInLeft 1000ms ease-in-out;
	animation: fadeInLeft 1000ms ease-in-out;
}
.slider-area .slide-2 .slider-sub-text {
	-webkit-animation: fadeInLeft 1500ms ease-in-out;
	-moz-animation: fadeInLeft 1500ms ease-in-out;
	-ms-animation: fadeInLeft 1500ms ease-in-out;
	animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-2 .slider-btn-area {
	-webkit-animation: fadeInLeft 2000ms ease-in-out;
	-moz-animation: fadeInLeft 2000ms ease-in-out;
	-ms-animation: fadeInLeft 2000ms ease-in-out;
	animation: fadeInLeft 2000ms ease-in-out;
}
.slider-area .slide-3 .slider-text-logo {
	-webkit-animation: fadeInLeft 500ms ease-in-out;
	-moz-animation: fadeInLeft 500ms ease-in-out;
	-ms-animation: fadeInLeft 500ms ease-in-out;
	animation: fadeInLeft 500ms ease-in-out;
}
.slider-area .slide-3 .slider-big-text {
	-webkit-animation: bounceInUp 1000ms ease-in-out;
	-moz-animation: bounceInUp 1000ms ease-in-out;
	-ms-animation: bounceInUp 1000ms ease-in-out;
	animation: bounceInUp 1000ms ease-in-out;
}
.slider-area .slide-3 .slider-sub-text {
	-webkit-animation: fadeInLeft 1500ms ease-in-out;
	-moz-animation: fadeInLeft 1500ms ease-in-out;
	-ms-animation: fadeInLeft 1500ms ease-in-out;
	animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-3 .slider-btn-area {
	-webkit-animation: zoomIn 2000ms ease-in-out;
	-moz-animation: zoomIn 2000ms ease-in-out;
	-ms-animation: zoomIn 2000ms ease-in-out;
	animation: zoomIn 2000ms ease-in-out;
}
/*=======================================================================[03] About Area=========================================================================*/
.about-layout1 {
	padding: 7rem;
	position: relative;
}
@media only screen and (max-width: 767px) {
.about-layout1 {
	padding: 5rem;
}
}
.about-layout1:before {
	content: url('img/about/back1.png');
	position: absolute;
	right: 30px;
	top: 50px;
	z-index: -1;
}
.about-layout1 div.about-text-logo {
	font-size: 24px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 1.5;
}
.about-layout1 div.about-text-logo span {
	margin-right: 10px;
	display: inline-flex;
	font-size: 42px;
	color: #f5f9ea;
}
.about-layout1 .title {
	margin-bottom: 15px;
}
.about-layout1 .title span {
	font-weight: 500;
}
.about-layout1 .sub-title {
	margin-bottom: 30px;
}
.about-layout2 .item-btn {
	position: absolute;
	bottom: 0;
	left: 15px;
}
@media only screen and (max-width: 991px) {
.about-layout2 .item-btn {
	position: inherit;
}
}
@media only screen and (max-width: 991px) {
.about-layout2 {
	margin-bottom: 30px;
}
}
.about-layout3 .video {
	margin-bottom: 30px;
}
.about-layout3 .item-content {
	margin-bottom: 50px;
}
.about-layout3 .item-content:last-child {
	margin-bottom: 0;
}
.about-layout4 .item-btn {
	position: absolute;
	bottom: 0;
	left: 15px;
}
@media only screen and (max-width: 991px) {
.about-layout4 .item-btn {
	position: inherit;
}
}
@media only screen and (max-width: 1199px) {
.about-layout4 {
	margin-bottom: 30px;
}
}
.about-info-list {
	padding: 60px 40px;
}
@media only screen and (max-width: 575px) {
.about-info-list {
	padding: 30px 20px;
}
}
.about-info-list .media {
	margin-bottom: 34px;
}
@media only screen and (max-width: 575px) {
.about-info-list .media {
	display: inherit;
	text-align: center;
}
}
.about-info-list .media:last-child {
	margin-bottom: 0;
}
.about-info-list .media .serial-number {
	text-align: center;
	height: 66px;
	width: 66px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #8fc320;
	background: -webkit-linear-gradient(left, #8fc320, #f8baba);
	background: -o-linear-gradient(right, #8fc320, #f8baba);
	background: -moz-linear-gradient(right, #8fc320, #f8baba);
	background: linear-gradient(to right, #8fc320, #f8baba);
	line-height: 56px;
	color: #000000;
	font-size: 24px;
	font-weight: 500;
	position: relative;
	padding: 6px;
	z-index: 2;
}
@media only screen and (max-width: 575px) {
.about-info-list .media .serial-number {
	margin: 0 auto;
}
}
.about-info-list .media .serial-number:before {
	position: absolute;
	content: "";
	height: 60px;
	width: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffff;
	z-index: -1;
}
.about-info-list .media .media-body {
	margin-left: 20px;
}
@media only screen and (max-width: 575px) {
.about-info-list .media .media-body {
	margin-left: 0;
	margin-top: 20px;
}
}
.about-info-list .media .media-body a {
	font-size: 18px;
	line-height: 1.3;
}
.about-info-list .media .media-body a:hover {
	color: #8fc320;
}
.about-box-layout1 {
	position: relative;
	padding: 30px;
	margin-bottom: 30px;
}
.about-box-layout1 .item-icon {
	position: absolute;
	top: 10px;
	left: 30px;
	z-index: 1;
}
@media only screen and (max-width: 991px) {
.about-box-layout1 .item-icon {
	position: inherit;
	left: 0;
	line-height: 1;
	margin-bottom: 25px;
}
}
.about-box-layout1 .item-icon i:before {
	margin-left: 0;
	font-size: 48px;
}
.about-box-layout1 .item-content {
	padding-left: 70px;
}
.about-box-layout1 .item-content p{
	min-height:120px;
	}
@media only screen and (max-width: 991px) {
.about-box-layout1 .item-content {
	padding-left: 0;
}
}
.about-box-layout1 .item-content .item-img {
	margin-bottom: 30px;
}
/*=======================================================================[04] Service Area=========================================================================*/
.box-layout-wrap .box-layout-child .five_icon{
	-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
	width:20%;
	}
.service-wrap-layout1 {
	margin-bottom: -12px;
}
.service-layout1 {
	margin-bottom: 2rem;
	padding: 8px 5px 0;
}
@media only screen and (max-width: 575px) {
.service-layout1 {
	margin-bottom: 15px;
}
}
.service-layout1 i {
	margin-top: 7px;
	line-height: 1;
	font-size: 56px;
}
.service-layout1 i:before {
	font-size: 56px;
	margin-left: 0;
}
.service-layout1 .media-body .title {
	margin-bottom: 10px;
}
.service-layout1 .media-body p {
	margin-bottom: 0;
}
.service-wrap-layout2 {
	padding: 13.9rem 0 12rem;
}
@media only screen and (max-width: 1199px) {
.service-wrap-layout2 {
	padding: 11.9rem 0 10rem;
}
}
@media only screen and (max-width: 991px) {
.service-wrap-layout2 {
	padding: 9.9rem 0 8rem;
}
}
@media only screen and (max-width: 767px) {
.service-wrap-layout2 {
	padding: 7.9rem 0 4rem;
}
}
@media only screen and (max-width: 575px) {
.service-wrap-layout2 {
	padding: 6.9rem 0 3rem;
}
}
.service-layout2 {
	text-align: center;
	margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
.service-layout2 {
	margin-bottom: 4rem;
}
}
.service-layout2 .item-img {
	overflow: hidden;
	margin-bottom: 20px;
}
.service-layout2 .item-img img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.service-layout2 .title {
	margin-bottom: 10px;
}
.service-layout2:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.service-wrap-layout3 {
	padding: 24rem 0 9rem;
}
@media only screen and (max-width: 1199px) {
.service-wrap-layout3 {
	padding: 18rem 0 6rem;
}
}
@media only screen and (max-width: 991px) {
.service-wrap-layout3 {
	padding: 6.6rem 0 6rem;
}
}
@media only screen and (max-width: 767px) {
.service-wrap-layout3 {
	padding: 3rem 0 2rem;
}
}
.service-layout3 {
	text-align: center;
	padding: 30px 20px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
.service-layout3 {
	padding: 20px;
}
}
.service-layout3 i {
	font-size: 36px;
	margin-bottom: 30px;
}
.service-layout3 i:before {
	font-size: 36px;
	margin-bottom: 30px;
	margin-left: 0;
}
.service-layout4 {
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
	-moz-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
	box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
}
.service-layout4 .item-img {
	overflow: hidden;
}
.service-layout4 .item-img img {
	transform: scale(1);
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-ms-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
}
.service-layout4 .item-content {
	background-color: #f5f9ea;
	padding: 20px 30px 10px;
}
.service-layout4:hover {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(222, 222, 222, 0.75);
	-moz-box-shadow: 0px 5px 10px 0px rgba(222, 222, 222, 0.75);
	box-shadow: 0px 5px 10px 0px rgba(222, 222, 222, 0.75);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.service-layout4:hover .item-img img {
	transform: scale(1.3);
}
.service-layout5 ul li {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-size: 15px;
	position: relative;
}
.service-layout5 ul li:last-child {
	margin-bottom: 0;
}
.service-layout5 ul li a {
	border: 1px solid #151829;
	background-color: transparent;
	padding: 15px 15px 15px 50px;
	color: #444444;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.service-layout5 ul li a i {
	color: #8fc320;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px;
	left: 15px;
	z-index: 1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.service-layout5 ul li:hover a {
	padding: 15px 15px 15px 60px;
	border: 1px solid #8fc320;
	background-color: #8fc320;
	color: #ffffff;
}
.service-layout5 ul li:hover a i {
	color: #ffffff;
	left: 25px;
}
.service-layout5 ul li .active {
	padding: 15px 15px 15px 60px;
	border: 1px solid #8fc320;
	background-color: #8fc320;
	color: #ffffff;
}
.service-layout5 ul li .active i {
	color: #ffffff;
	left: 25px;
}
.service-layout6 {
	padding: 30px;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
.service-layout6 {
	margin-bottom: 15px;
}
}
.service-layout6 i {
	margin-top: 7px;
	line-height: 1;
	font-size: 56px;
	color: #4c4f6f;
}
.service-layout6 i:before {
	font-size: 56px;
	margin-left: 0;
	color: #4c4f6f;
}
.service-layout6 .media-body {
	margin-left: 50px;
}
.service-layout6 .media-body .title {
	margin-bottom: 15px;
}
.service-layout6 .media-body p {
	margin-bottom: 0;
}
.service-layout7 {
	text-align: center;
}
.service-layout7 img {
	width: 100%;
}
.service-layout7 .item-content {
	padding: 30px;
}
.service-layout8 {
	padding: 65px 30px 60px;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.service-layout8 i {
	margin-top: 7px;
	line-height: 1;
	font-size: 56px;
}
.service-layout8 i:before {
	font-size: 56px;
	margin-left: 0;
}
.service-layout8 .media-body .title {
	margin-bottom: 15px;
}
.service-layout8 .media-body p {
	margin-bottom: 0;
}
.service-layout9 {
	padding: 65px 30px 60px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.service-layout9 i {
	margin-top: 7px;
	line-height: 1;
	font-size: 56px;
}
.service-layout9 i:before {
	font-size: 56px;
	margin-left: 0;
}
.service-layout9 .media-body .title {
	margin-bottom: 15px;
}
.service-layout9 .media-body .title-medium {
	margin-bottom: 15px;
}
.service-layout9 .media-body p {
	margin-bottom: 0;
}
.service-layout10 {
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.service-layout10 i {
	font-size: 36px;
	margin-bottom: 30px;
}
.service-layout10 i:before {
	font-size: 36px;
	margin-bottom: 30px;
	margin-left: 0;
}
.service-section-repoint {
	position: relative;
	top: -50px;
}
@media only screen and (max-width: 1199px) {
.service-section-repoint {
	position: inherit;
	padding-top: 13rem;
}
}
@media only screen and (max-width: 991px) {
.service-section-repoint {
	padding-top: 11rem;
}
}
@media only screen and (max-width: 991px) {
.service-section-repoint {
	padding-top: 9rem;
}
}
@media only screen and (max-width: 991px) {
.service-section-repoint {
	padding-top: 7rem;
}
}
/*=======================================================================[05] Project Area=========================================================================*/
.project-layout1 {
	position: relative;
}
.project-layout1:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background-color: rgba(241, 241, 246, 0.93) !important;
}
.project-layout1 .mask-content {
	position: absolute;
	top: 15%;
	z-index: 3;
	padding-left: 4rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout1 .mask-content h2 a {
	color: #363636;
}
.project-layout1 .mask-content h3 {
	margin-bottom: 15px;
}
.project-layout1 .mask-content .title-bar {
	position: relative;
	font-weight: 500;
}
.project-layout1 .mask-content .title-bar:after {
	content: "";
	position: absolute;
	left: -4rem;
	bottom: -25px;
	height: 2px;
	width: 0;
	z-index: 4;
	transform: translateX(100px);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout1:hover:after {
	opacity: 1;
	visibility: visible;
}
.project-layout1:hover .mask-content {
	opacity: 1;
	visibility: visible;
}
.project-layout1:hover .title-bar:after {
	transform: translateX(0);
	width: 90%;
}
.project-wrap-layout2 {
	padding: 13.6rem 0 15rem;
}
@media only screen and (max-width: 1199px) {
.project-wrap-layout2 {
	padding: 11.6rem 0 13rem;
}
}
@media only screen and (max-width: 991px) {
.project-wrap-layout2 {
	padding: 9.6rem 0 11rem;
}
}
@media only screen and (max-width: 767px) {
.project-wrap-layout2 {
	padding: 7.6rem 0 9rem;
}
}
@media only screen and (max-width: 575px) {
.project-wrap-layout2 {
	padding: 6.6rem 0 8rem;
}
}
.project-layout2 {
	position: relative;
	overflow: hidden;
}
.project-layout2 .item-content {
	height: 170px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 25px 30px 20px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout2 .item-content .item-ctg-name {
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout2 .item-content .item-title-light a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout2 .item-content p {
	display: none;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout2:hover .item-content {
	height: 100%;
}
.project-layout2:hover .item-content p {
	display: block;
}
.project-wrap-layout3 {
	margin-bottom: -30px;
}
.project-layout3 {
	position: relative;
}
.project-layout3:before {
	content: "";
	position: absolute;
	z-index: 3;
	background-color: rgba(127, 129, 152, 0.7);
	top: 0;
	left: 0;
	height: 100%;
	width: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.project-layout3:after {
	content: "";
	position: absolute;
	z-index: 3;
	background-color: rgba(127, 129, 152, 0.7);
	top: 0;
	right: 0;
	height: 100%;
	width: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.project-layout3 .item-content {
	height: 170px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 25px 30px 20px;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout3 .item-content:before {
	content: "";
	position: absolute;
	z-index: 3;
	background-color: rgba(127, 129, 152, 0.7);
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 10px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.project-layout3 .item-content:after {
	content: "";
	position: absolute;
	z-index: 3;
	background-color: rgba(127, 129, 152, 0.7);
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 10px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.project-layout3 .item-content .item-ctg-name {
	font-weight: 500;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #f5f9ea;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout3 .item-content .item-title-light a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout3 .item-content .item-title-light a:hover {
	color: #f5f9ea;
}
.project-layout3:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.project-layout3:hover:after {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.project-layout3:hover .item-content {
	height: 100%;
}
.project-layout3:hover .item-content .item-ctg-name {
	color: #ffffff;
}
.project-layout3:hover .item-content:before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.project-layout3:hover .item-content:after {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.project-wrap-layout4 {
	margin-bottom: -60px;
}
.project-layout4 {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.project-layout4:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.project-layout4 .item-content {
	height: 220px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 30px 20px 20px;
	background: rgba(49, 105, 254, 0.5);
	background: -webkit-linear-gradient(left, rgba(49, 105, 254, 0.5), rgba(255, 107, 97, 0.5));
	background: -o-linear-gradient(right, rgba(49, 105, 254, 0.5), rgba(255, 107, 97, 0.5));
	background: -moz-linear-gradient(right, rgba(49, 105, 254, 0.5), rgba(255, 107, 97, 0.5));
	background: linear-gradient(to right, rgba(49, 105, 254, 0.5), rgba(255, 107, 97, 0.5));
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout4 .item-content .item-ctg-name {
	font-weight: 500;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
	letter-spacing: 4px;
	display: block;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout4 .item-content .title {
	margin-bottom: 10px;
}
.project-layout4 .item-content .btn-custom {
	border: 0;
}
.project-layout4:hover .item-content {
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	border: 10px solid transparent;
	-moz-border-image: -moz-linear-gradient(left, rgba(49, 105, 254, 0.5) 0%, rgba(255, 107, 97, 0.5) 100%);
	-webkit-border-image: -webkit-linear-gradient(left, rgba(49, 105, 254, 0.5) 0%, rgba(255, 107, 97, 0.5) 100%);
	border-image: linear-gradient(to right, rgba(49, 105, 254, 0.5) 0%, rgba(255, 107, 97, 0.5) 100%);
	border-image-slice: 1;  /*&:before {                opacity: 1;                visibility: visible;                .transition(all, 0.8s, ease-out);            }            &:after {                opacity: 1;                visibility: visible;                .transition(all, 0.8s, ease-out);            }*/
}
.project-layout4:hover .item-content .title {
	margin-bottom: 50px;
}
.project-layout4:hover .item-content .btn-custom {
	border: 4px solid transparent;
	-moz-border-image: -moz-linear-gradient(left, #8fc320 0%, #f5f9ea 100%);
	-webkit-border-image: -webkit-linear-gradient(left, #8fc320 0%, #f5f9ea 100%);
	border-image: linear-gradient(to right, #8fc320 0%, #f5f9ea 100%);
	border-image-slice: 1;
}
.project-layout5 {
	position: relative;
	overflow: hidden;
}
.project-layout5 .item-content {
	height: 170px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 50px 30px 20px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout5 .item-content .title {
	margin-bottom: 10px;
}
.project-layout5 .item-content p {
	display: none;
}
.project-layout5 .item-content .item-btn {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout5 .item-content .item-btn:hover {
	background: linear-gradient(90deg, #f5f9ea 0%, #ffffff 100%);
	display: table;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.project-layout5:hover .item-content {
	padding: 50px 20px 20px;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	border: 10px solid transparent;
	-moz-border-image: -moz-linear-gradient(left, rgba(49, 105, 254, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	-webkit-border-image: -webkit-linear-gradient(left, rgba(49, 105, 254, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	border-image: linear-gradient(to right, rgba(49, 105, 254, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	border-image-slice: 1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout5:hover .item-content .title {
	margin-bottom: 40px;
}
.project-layout5:hover .item-content p {
	display: block;
}
.project-layout5:hover .item-content .item-btn {
	z-index: 7;
	position: absolute;
	bottom: 30px;
	left: 20px;
}
.project-layout6 {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.project-layout6 .item-content {
	height: auto;
	z-index: 2;
	padding: 20px 30px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	cursor:pointer;
}
.project-layout6 .item-content .ctg-title {
	display: none;
	margin-bottom: 5px;
}
.project-layout6 .item-content .title {
	margin-bottom: 0;
}
.project-layout6 .item-content p {
	display: none;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout6:hover .item-content {
	height: 100%;
}
.project-layout6:hover .item-content .ctg-title {
	display: block;
}
.project-layout6 img{
	cursor:pointer;
	}
.project-layout6:hover .item-content{
	background-color:#8fc31f;
}
.project-layout6:hover .item-content p {
	display: block;
}
@media only screen and (max-width: 575px) {
.project-layout6:hover .item-content p {
	display: none;
}
}
.project-layout7 {
	position: relative;
	overflow: hidden;
}
.project-layout7:after {
	content: "";
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout7 .item-content {
	height: 170px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 50px 30px 20px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.project-layout7 .item-content .title {
	margin-bottom: 10px;
}
.project-layout7:hover:after {
	background-color: transparent;
}
.project-layout7:hover .item-content {
	padding: 50px 40px 20px;
	background: rgba(49, 105, 254, 0.8);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.single-project-layout1 {
	width: 100%;
}
.single-project-layout1 .item-row {
	position: relative;
	margin-bottom: 7rem;
}
.single-project-layout1 .item-row:last-child {
	margin-bottom: 0;
}
.single-project-layout1 .item-row .item-content {
	padding: 6rem;
	width: 45%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
@media only screen and (max-width: 991px) {
.single-project-layout1 .item-row .item-content {
	width: 100%;
	position: inherit;
	top: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
}
.single-project-layout1 .item-row .item-img img {
	width: 100%;
}
.single-project-layout1 .item-row:nth-child(odd) .item-img {
	margin-left: 40%;
}
@media only screen and (max-width: 991px) {
.single-project-layout1 .item-row:nth-child(odd) .item-img {
	margin-left: 0;
}
}
.single-project-layout1 .item-row:nth-child(odd) .item-content {
	left: 0;
}
.single-project-layout1 .item-row:nth-child(even) .item-img {
	margin-right: 40%;
}
@media only screen and (max-width: 991px) {
.single-project-layout1 .item-row:nth-child(even) .item-img {
	margin-right: 0;
}
}
.single-project-layout1 .item-row:nth-child(even) .item-content {
	right: 0;
}
.single-project-layout2 .item-row {
	margin-bottom: 3rem;
}
.single-project-layout2 .item-img img {
	width: 100%;
}
.single-project-layout2 .item-content {
	height: 100%;
	padding: 5rem;
}
.single-project-layout2 .project-skew-bg {
	position: relative;
	overflow: hidden;
}
.single-project-layout2 .project-skew-bg:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: -60%;
	height: calc(100% + 100px);
	width: 100%;
	z-index: 1;
	-webkit-transform: rotate(45deg) translateY(-40%);
	-ms-transform: rotate(45deg) translateY(-40%);
	transform: rotate(45deg) translateY(-40%);
}
@media only screen and (max-width: 1199px) {
.single-project-layout2 .project-skew-bg:after {
	-webkit-transform: rotate(0deg) translateY(-50%);
	-ms-transform: rotate(0deg) translateY(-50%);
	transform: rotate(0deg) translateY(-50%);
	left: 0;
	right: 0;
	height: 100%;
	top: 50%;
}
}
.single-project-layout2 .project-skew-bg .item-content {
	width: 40%;
	height: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 30px;
	color: #ffffff;
	z-index: 3;
}
@media only screen and (max-width: 1199px) {
.single-project-layout2 .project-skew-bg .item-content {
	width: 100%;
}
}
.single-project-layout2 ul.list-content {
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
.single-project-layout2 ul.list-content {
	display: none;
}
}
.single-project-layout2 ul.list-content li {
	padding-left: 30px;
	position: relative;
}
.single-project-layout2 ul.list-content li:after {
	content: "\f111";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	color: #f5f9ea;
	font-size: 16px;
}
/*=======================================================================[06] Team Area=========================================================================*/
.team-wrap-layout1 {
	padding: 13.6rem 0 17rem;
}
@media only screen and (max-width: 1199px) {
.team-wrap-layout1 {
	padding: 11.6rem 0 17rem;
}
}
@media only screen and (max-width: 991px) {
.team-wrap-layout1 {
	padding: 10rem 0 8rem;
}
}
@media only screen and (max-width: 767px) {
.team-wrap-layout1 {
	padding: 8rem 0 6rem;
}
}
@media only screen and (max-width: 575px) {
.team-wrap-layout1 {
	padding: 7rem 0 5rem;
}
}
.team-layout1 {
	margin-bottom: 3rem;
	position: relative;
	overflow: hidden;
}
.team-layout1:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.team-layout1 .title {
	margin-bottom: 3px;
	width: 160px;
	height: 45px;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	padding: 10px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.team-layout1 .item-designation {
	display: block;
	width: 160px;
	height: 45px;
	font-size: 15px;
	font-weight: 400;  /*.rgbaColorIn(#4c4f6f, 80%);        background-color: @result;*/
	padding: 10px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.team-layout1 .item-social {
	transform: translateX(200px);
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.team-layout1 .item-social li {
	text-align: center;
	display: inline-block;
	margin-right: 5px;
}
.team-layout1 .item-social li:last-child {
	margin-right: 0;
}
.team-layout1 .item-social li a {
	height: 40px;
	width: 40px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	border-radius: 45px;
	display: inline-block;
	line-height: 40px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.team-layout1 img {
	width: 100%;
}
.team-layout1 .mask-content {
	position: absolute;
	bottom: 34px;
	left: -32px;
	z-index: 2;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.team-layout1:hover:after {
	opacity: 1;
	visibility: visible;
}
.team-layout1:hover .mask-content {
	left: 0;
	right: 0;
	text-align: center;
	bottom: 70%;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.team-layout1:hover .mask-content .title, .team-layout1:hover .mask-content .item-designation {
	width: inherit;
	height: inherit;
	padding: 0;  /* background-color: transparent;*/
}
.team-layout1:hover .item-social {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.team-layout1-repoint-wrap {
	position: relative;
}
.team-layout1-repoint {
	position: absolute;
	left: 0;
	right: 0;
	margin-right: 0;
	margin-left: 0;
}
@media only screen and (max-width: 991px) {
.team-layout1-repoint {
	position: inherit;
}
}
.team-layout2 {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.team-layout2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.team-layout2 .item-title {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
	opacity: 0;
	visibility: hidden;
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.team-layout2 .item-title a {
	color: #ffffff;
}
.team-layout2 .item-designation {
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.team-layout2 .item-social {
	text-align: center;
	position: absolute;
	top: 30px;
	left: -30px;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
}
.team-layout2 .item-social li {
	transform: translateX(-30px);
	text-align: center;
	margin-bottom: 4px;
}
.team-layout2 .item-social li:last-child {
	margin-bottom: 0;
}
.team-layout2 .item-social li a {
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	font-size: 20px;
}
.team-layout2 .item-social li:nth-child(1n) {
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	-moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	-ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.team-layout2 .item-social li:nth-child(2n) {
	-webkit-transition: all 0.75s cubic-bezier(0, 0, 0.15, 1.88);
	-moz-transition: all 0.75s cubic-bezier(0, 0, 0.15, 1.88);
	-ms-transition: all 0.75s cubic-bezier(0, 0, 0.15, 1.88);
	-o-transition: all 0.75s cubic-bezier(0, 0, 0.15, 1.88);
	transition: all 0.75s cubic-bezier(0, 0, 0.15, 1.88);
}
.team-layout2 .item-social li:nth-child(3n) {
	-webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
	-moz-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
	-ms-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
	-o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
	transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
}
.team-layout2 img {
	width: 100%;
}
.team-layout2 .mask-content {
	text-align: center;
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.team-layout2:hover:after {
	opacity: 1;
	visibility: visible;
}
.team-layout2:hover .mask-content .item-title, .team-layout2:hover .mask-content .item-designation {
	opacity: 1;
	visibility: visible;
}
.team-layout2:hover .item-social {
	left: 30px;
	opacity: 1;
	visibility: visible;
}
.team-layout2:hover .item-social li {
	transform: translateX(0);
}
/*=======================================================================[07] Appointment Area=========================================================================*/
.appointment-layout1 {
	padding: 10rem 5rem;
}
@media only screen and (max-width: 1199px) {
.appointment-layout1 {
	padding: 9rem 4rem;
}
}
@media only screen and (max-width: 991px) {
.appointment-layout1 {
	padding: 10rem 3rem 11rem;
}
}
@media only screen and (max-width: 767px) {
.appointment-layout1 {
	padding: 8rem 2rem 9rem;
}
}
@media only screen and (max-width: 575px) {
.appointment-layout1 {
	padding: 7rem 15px 8rem;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.appointment-layout1 p {
	display: none;
}
}
.appointment-layout1 .title {
	margin-bottom: 30px;
}
.appointment-layout1 a.btn-sm{
	color:#fff;
	}
.appointment-layout1 a.btn-sm:hover{
	color:#8fc31f;
	}
.appointment-form .form-group {
	margin-bottom: 20px;
}
.appointment-form .form-group .form-control {
	font-size: 15px;
	border-radius: 0;
	border: none;
}
.appointment-form .form-group input {
	padding: 0.5rem 1.5rem;
	height: 45px;
}
.appointment-form .form-group textarea {
	padding: 1.5rem;
}
.appointment-form .form-group button {
	margin-top: 20px;
}
.appointment-form .form-response .alert-info {
	background: transparent !important;
	border: none !important;
	color: red;
	letter-spacing: 5px;
}
.appointment-form .form-response .alert-success {
	background-color: transparent;
	color: green;
	letter-spacing: 4px;
	border-color: transparent;
	font-weight: 500;
}
.appointment-form .form-response .alert {
	border-radius: 0 !important;
	padding: 35px 0 15px 0;
	margin-bottom: 0 !important;
}
.appointment-form input.search-input:focus {
	outline-width: 0;
	outline: none;
}
.appointment-form input::-webkit-input-placeholder, .appointment-form textarea::-webkit-input-placeholder {
color: #444444;
}
.appointment-form input::-moz-placeholder, .appointment-form textarea::-moz-placeholder {
color: #444444;
}
.appointment-form input:-moz-placeholder, .appointment-form textarea:-moz-placeholder {
color: #444444;
}
.appointment-form input:-ms-input-placeholder, .appointment-form textarea:-ms-input-placeholder {
color: #444444;
}
/*=======================================================================[08] Video Area=========================================================================*/
.video-btn-area {
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 6;
}
.video-btn-area a {
	display: inline-block;
	border-radius: 50%;
}
.video-btn-area a img {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
.video-btn-area a img {
	width: 80%;
}
}
@media only screen and (max-width: 575px) {
.video-btn-area a img {
	width: 60%;
}
}
@media only screen and (max-width: 479px) {
.video-btn-area a img {
	width: 40%;
}
}
.video-btn-area a:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.video-btn-area span {
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	display: block;
	margin-bottom: 30px;
}
.video-btn-area .child-play-btn {
	margin: 0 auto;
	z-index: 2;
	border: 4px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 85px;
	width: 85px;
	line-height: 85px;
	background-color: transparent;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
.video-btn-area .child-play-btn {
	height: 50px;
	width: 50px;
	line-height: 50px;
	border: 2px solid #ffffff;
}
}
.video-btn-area .child-play-btn i {
	padding-top: 12px;
	padding-left: 5px;
	color: #ffffff;
	font-size: 24px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
.video-btn-area .child-play-btn i {
	font-size: 18px;
}
}
.video-btn-area .child-play-btn:hover i {
	color: #8fc320;
}
.video-layout1 {
	position: relative;
}
.video-layout1 img {
	width: 100%;
}
/*=======================================================================[09] Studio Area=========================================================================*/
.studio-area {
	text-align: center;
	background-image: url(img/banner/banner-studio.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
.studio-area {
	padding: 8rem 0 8.5rem;
}
}
.studio-area .item-content {
	padding: 16rem 0 15rem;
	position: relative;
	z-index: 8;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 991px) {
.studio-area .item-content {
	padding: 0;
	margin-bottom: 7rem;
}
}
.studio-area .item-content p {
	width: 60%;
	margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
.studio-area .item-content p {
	width: 90%;
}
}
@media only screen and (max-width: 575px) {
.studio-area .item-content p {
	width: 100%;
}
}
@media only screen and (max-width: 991px) {
.studio-area .item-content:after {
	display: none;
}
}
.studio-area .btn-wrap-inline {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.studio-area .btn-wrap-inline a {
	padding: 19px 32px;
	letter-spacing: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
.studio-area .video-btn-area {
	position: inherit;
}
}
/*=======================================================================[10] Client Area=========================================================================*/
.client-wrap-layout1 {
	padding: 13.6rem 0 12rem;
}
@media only screen and (max-width: 1199px) {
.client-wrap-layout1 {
	padding: 11.6rem 0 10rem;
}
}
@media only screen and (max-width: 991px) {
.client-wrap-layout1 {
	padding: 9.6rem 0 0rem;
	margin-bottom: -28px;
}
}
@media only screen and (max-width: 767px) {
.client-wrap-layout1 {
	padding: 7.6rem 0 6rem;
	margin-bottom: -72px;
}
}
@media only screen and (max-width: 575px) {
.client-wrap-layout1 {
	padding: 6.6rem 0 5rem;
	margin-bottom: -66px;
}
}
.client-layout1 {
	margin-top: 50px;
	padding: 50px 50px 25px;
}
.client-layout1 .item-img {
	position: absolute;
	top: 0;
	right: 50px;
	padding: 10px;
}
.client-layout1 .title {
	margin-bottom: 15px;
}
.client-layout1 .item-icon {
	font-size: 30px;
	margin-bottom: 15px;
	opacity: .5;
}
.client-layout2 {
	text-align: center;
}
@media only screen and (max-width: 991px) {
.client-layout2 {
	padding: 50px 15px 70px;
}
}
.client-layout2 .item-icon {
	font-size: 30px;
	margin-bottom: 25px;
}
.client-layout2 .item-icon i {
	margin: 0 auto;
}
.client-layout2 .title {
	margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
.client-layout2 .title {
	margin-bottom: 20px;
}
}
.client-layout2 p {
	padding: 0 10rem;
}
@media only screen and (max-width: 991px) {
.client-layout2 p {
	padding: 0;
}
}
/*=======================================================================[11] Brand Area=========================================================================*/
.brand-box {
	line-height: 1;
	text-align: center;
}
.brand-box a {
	display: inline-block;
}
.brand-box a img {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	-webkit-filter: grayscale(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.brand-box a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.brand-box2 {
	line-height: 1;
	text-align: center;
}
.brand-box2 a {
	display: inline-block;
}
@media only screen and (max-width: 479px) {
.brand-box2 a {
	display: block;
}
}
.brand-box2 a:first-child {
	margin-bottom: 30px;
}
.brand-box2 a img {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	-webkit-filter: grayscale(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media only screen and (max-width: 479px) {
.brand-box2 a img {
	width: auto !important;
}
}
.brand-box2 a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.brand-layout1 {
	padding: 60px 0;
}
/*=======================================================================[12] Blog Area=========================================================================*/
.blog-layout1:nth-child(2n) {
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.blog-layout1 {
	display: inherit !important;
}
}
.blog-layout1 .item-img {
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
.blog-layout1 .item-img {
	width: 100% !important;
}
}
.blog-layout1 .item-img img {
	width: 100%;
	transform: scale(1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.blog-layout1 .item-img:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(76, 79, 111, 0.5);
}
.blog-layout1 .item-content {
	padding: 30px;
}
@media only screen and (max-width: 767px) {
.blog-layout1 .item-content {
	width: 100% !important;
}
}
.blog-layout1 .item-content .post-date {
	margin-bottom: 20px;
}
.blog-layout1:hover .item-img img {
	transform: scale(1.1);
}
.blog-layout2 {
	margin-bottom: 22px;
}
.blog-layout2 .item-img {
	margin-bottom: 10px;
}
.blog-layout2 .item-content h4{
	width: 100%;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom:10px;
	}
.blog-layout2 .item-content .post-date{
	text-align:left;
	}
.blog-layout2 .item-content .post-date .fa{
	margin-right:5px;
	}
.blog-layout2 p {
	margin-bottom: 0;
	text-align:left;
	line-height:1.5;
}
.blog-layout2 .item-content a.btn-text{
	float:right;
	}
@media only screen and (max-width: 767px) {
.blog-layout3 {
	display: inherit !important;
}
}
.blog-layout3:nth-child(2n) {
	margin-top: 30px;
}
.blog-layout3 .item-img {
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
.blog-layout3 .item-img {
	width: 100% !important;
}
}
.blog-layout3 .item-img img {
	width: 100%;
	transform: scale(1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.blog-layout3 .item-img a:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(76, 79, 111, 0.5);
}
.blog-layout3 .item-content {
	padding: 39px;
	border: 6px solid transparent;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
.blog-layout3 .item-content {
	width: 100% !important;
}
}
.blog-layout3:hover .item-content {
	border: 6px solid transparent;
	-moz-border-image: -moz-linear-gradient(left, #8fc320 0%, #000000 100%);
	-webkit-border-image: -webkit-linear-gradient(left, #8fc320 0%, #000000 100%);
	border-image: linear-gradient(to right, #8fc320 0%, #000000 100%);
	border-image-slice: 1;
}
.blog-layout3:hover .item-img img {
	transform: scale(1.1);
}
.blog-layout4 {
	margin-bottom: 30px;
}
.blog-layout4 .item-img img {
	width: 100%;
}
.blog-layout4 .item-content {
	padding: 5rem 4rem 4.5rem;
}
@media only screen and (max-width: 767px) {
.blog-layout4 .item-content {
	padding: 5rem 4rem 6rem;
}
}
.blog-layout4 .item-content .post-info {
	text-align: right;
	position: relative;
	margin-bottom: 3.5rem;
}
.blog-layout4 .item-content .post-info li {
	margin-right: 15px;
	display: inline-block;
}
.blog-layout4 .item-content .post-info li:first-child {
	position: absolute;
	left: 0;
	top: 0;
}
.blog-layout4 .item-content .post-info li i {
	margin-right: 5px;
}
.blog-layout4 .item-content .post-info li:last-child {
	margin-right: 0;
}
.blog-layout4 .item-content .item-inner-content {
	position: relative;
}
.blog-layout4 .item-content .item-inner-content .date-title {
	margin-bottom: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 575px) {
.blog-layout4 .item-content .item-inner-content .date-title {
	display: inherit;
}
}
.blog-layout4 .item-content .item-inner-content .date-title .item-date {
	text-transform: uppercase;
	padding: 8px 20px;
	text-align: center;
	background-color:#8fc320;
	color:#fff;
}
@media only screen and (max-width: 767px) {
.blog-layout4 .item-content .item-inner-content .date-title .item-date {
	width: 50%;
}
}
@media only screen and (max-width: 575px) {
.blog-layout4 .item-content .item-inner-content .date-title .item-date {
	margin-bottom: 20px;
	width: inherit;
	display: inline-block;
}
}
.blog-layout4 .item-content .item-inner-content .date-title .title {
	padding-left: 30px;
	margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
.blog-layout4 .item-content .item-inner-content .date-title .title {
	padding-left: 0;
}
}
.blog-layout4 .item-content .item-inner-content .item-btn {
	position: absolute;
	right: 0;
	bottom: -30px;
}
@media only screen and (max-width: 767px) {
.blog-layout4 .item-content .item-inner-content .item-btn {
	bottom: -40px;
	right: inherit;
	left: 0;
}
}
.blog-details-content {
	padding: 5rem;
}
.blog-details-content blockquote {
	padding: 60px 40px 30px;
	position: relative;
	margin-bottom: 20px;
}
.blog-details-content blockquote:after {
	content: "\f10e";
	font-family: FontAwesome;
	position: absolute;
	top: 10px;
	left: 30px;
	font-size: 30px;
	z-index: 2;
}
.blog-details-content ul.list-content {
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
.blog-details-content ul.list-content {
	display: none;
}
}
.blog-details-content ul.list-content li {
	padding-left: 30px;
	position: relative;
}
.blog-details-content ul.list-content li:after {
	content: "\f058";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	color: #f5f9ea;
	font-size: 16px;
}
.blog-details-content .tag-share-area {
	margin: 30px 0;
	display: flex;
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding: 30px 0 25px;
	width: 100%;
}
.blog-details-content .tag-share-area ul.item-tags {
	width: 50%;
}
.blog-details-content .tag-share-area ul.item-tags li {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}
.blog-details-content .tag-share-area ul.item-tags li:last-child {
	margin-right: 0;
}
.blog-details-content .tag-share-area ul.item-tags li a {
	padding: 5px 10px;
}
.blog-details-content .tag-share-area ul.item-shares {
	width: 50%;
	text-align: right;
}
.blog-details-content .tag-share-area ul.item-shares li {
	display: inline-block;
	margin-right: 5px;
}
.blog-details-content .tag-share-area ul.item-shares li:last-child {
	margin-right: 0;
}
.blog-details-content .tag-share-area ul.item-shares li:first-child i {
	margin-right: 10px;
}
.blog-details-content .tag-share-area ul.item-shares li a {
	padding: 0 5px;
	display: block;
}
.blog-details-content .author-info {
	padding: 30px;
	margin-bottom: 5rem;
}
.blog-details-content .author-info .title {
	margin-bottom: 5px;
}
.blog-details-content .comments-area ul li {
	margin-bottom: 4rem;
	padding-bottom: 2rem;
	position: relative;
	border-bottom: 1px solid;
}
.blog-details-content .comments-area ul li .comments-content {
	position: relative;
}
.blog-details-content .comments-area ul li .comments-content h3 {
	width: 75%;
}
.blog-details-content .comments-area ul li .comments-content h3 a span {
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-details-content .comments-area ul li .comments-content h3 a:hover {
	color: #8fc320;
}
.blog-details-content .comments-area ul li .comments-content h3 a:hover span {
	color: #8fc320;
}
.blog-details-content .comments-area ul li .comments-content .btn-reply {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 1;
	font-size: 14px;
}
.blog-details-content .comments-area ul li .comments-content .btn-reply a {
	display: block;
	padding: 4px 15px 5px;
	color: #ffffff;
}
.blog-details-content .comments-area ul li .comments-content .btn-reply a:hover {
	background-color: #8fc320;
}
.blog-details-content .comments-area ul li:nth-child(even) {
	margin-left: 4rem;
}
.blog-details-content .comments-area ul li:nth-child(even) .comments-content span {
	right: 30px;
}
.blog-details-content .leave-comments .form-group {
	margin-bottom: 15px;
}
.blog-details-content .leave-comments .form-group .form-control {
	font-weight: 600;
	font-size: 14px;
	border-radius: 0;
	border: none;
}
.blog-details-content .leave-comments .form-group input {
	padding: 0.5rem 1.5rem;
	height: 45px;
}
.blog-details-content .leave-comments .form-group textarea {
	padding: 1.5rem;
	padding-top: 15px;
}
.blog-details-content .leave-comments .form-group button {
	margin-top: 20px;
}
.blog-details-content .leave-comments .form-response .alert-info {
	background: transparent !important;
	border: none !important;
	color: red;
	letter-spacing: 5px;
}
.blog-details-content .leave-comments .form-response .alert-success {
	background-color: transparent;
	color: green;
	letter-spacing: 4px;
	border-color: transparent;
	font-weight: 500;
}
.blog-details-content .leave-comments .form-response .alert {
	border-radius: 0 !important;
	padding: 35px 0 15px 0;
	margin-bottom: 0 !important;
}
.blog-details-content .leave-comments input.search-input:focus {
	outline-width: 0;
	outline: none;
}
/*=======================================================================[13] Contact Area=========================================================================*/
.contact-layout1 .contact-box {
	margin-bottom: 3rem;
}
.contact-layout1 .contact-us-form .form-group {
	margin-bottom: 20px;
}
.contact-layout1 .contact-us-form .form-group .form-control {
	border-radius: 0;
	box-shadow: none;
	border: 0;
	font-weight: 300;
}
.contact-layout1 .contact-us-form .form-group input {
	height: 45px;
	font-size: 15px;
	padding: 5px 15px;
}
.contact-layout1 .contact-us-form .form-group textarea {
	font-size: 15px;
	padding: 10px 15px;
}
.contact-layout1 .contact-us-form .form-response .alert-info {
	background: transparent !important;
	border: none !important;
	color: #f50808;
	letter-spacing: 5px;
}
.contact-layout1 .contact-us-form .form-response .alert-success {
	background-color: transparent;
	color: #0bb606;
	letter-spacing: 4px;
	border-color: transparent;
}
@media only screen and (max-width: 479px) {
.contact-layout1 .contact-us-form .form-response .alert-success {
	letter-spacing: 1px;
}
}
.contact-layout1 .contact-us-form .form-response .alert {
	border-radius: 0 !important;
	padding: 15px 0;
}
/*=======================================================================[14] Category Area=========================================================================*/
.category-layout1 {
	padding-top: 80px;
	padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
.category-layout1 {
	padding-top: 30px;
	padding-bottom: 0;
}
.category-layout1:first-child {
	padding-top: 9rem;
}
.category-layout1:last-child {
	padding-bottom: 9rem;
}
}
.category-layout1 .category-serial-number {
	font-size: 25px;
	font-weight: 500;
	line-height: 62px;
	text-align: center;
	width: 100px;
	height: 70px;
}
.category-layout1 .item-content .title {
	font-size: 18px;
	margin-bottom: 10px;
}
.category-layout1 .item-content p {
	line-height: 1.8;
	margin-bottom: 0;
}
/*=======================================================================[15] Inner Page Banner Area=========================================================================*/
.inner-page-banner {
	margin-top: 80px;
	text-align: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	padding: 250px 0 80px;
}
@media only screen and (max-width: 1199px) {
.inner-page-banner {
	padding: 210px 0 70px;
}
}
@media only screen and (max-width: 991px) {
.inner-page-banner {
	padding: 200px 0 60px;
	margin-top: 61px;
}
}
@media only screen and (max-width: 767px) {
.inner-page-banner {
	padding: 190px 0 50px;
}
}
@media only screen and (max-width: 479px) {
.inner-page-banner {
	padding: 180px 0 40px;
}
}
@media only screen and (max-width: 320px) {
.inner-page-banner {
	padding: 170px 0 30px;
}
}
.inner-page-banner:after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.45);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.inner-page-banner .breadcrumbs-layout1 {
	position: relative;
	z-index: 1;
}
.inner-page-banner .breadcrumbs-layout1 h1 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}
.inner-page-banner .breadcrumbs-layout1 ul {
	margin-top: 20px;
	text-align: right;color:#fff;
}
.inner-page-banner .breadcrumbs-layout1 ul  a{
	color:#fff;
	}
@media only screen and (max-width: 767px) {
.inner-page-banner .breadcrumbs-layout1 ul {
	text-align: left;
	margin-top: 0;
}
}
.inner-page-banner .breadcrumbs-layout1 ul li {
	margin-right: 5px;
	padding-right: 10px;
	display: inline-block;
	position: relative;
}
.inner-page-banner .breadcrumbs-layout1 ul li:after {
	content: "|";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6;
	color: #ececef;
}
.inner-page-banner .breadcrumbs-layout1 ul li:last-child:after {
	display: none;
}
.inner-page-banner .breadcrumbs-layout2 {
	position: relative;
	z-index: 1;
}
.inner-page-banner .breadcrumbs-layout2 h1 {
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	margin: 0 auto;
}
.inner-page-banner .breadcrumbs-layout2 ul {
	text-align: center;
}
.inner-page-banner .breadcrumbs-layout2 ul li {
	margin-right: 5px;
	padding-right: 10px;
	display: inline-block;
	color: #ffffff;
	position: relative;
}
.inner-page-banner .breadcrumbs-layout2 ul li:after {
	content: "|";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6;
}
.inner-page-banner .breadcrumbs-layout2 ul li:last-child:after {
	display: none;
}
/*=======================================================================[16] Pagination Area=========================================================================*/
.pagination-layout1 {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
}
.pagination-layout1 li {
	display: inline-block;
	margin-right: 5px;
}
.pagination-layout1 li a,.pagination-layout1 li span {
	padding:2px 5px;
	font-size: 18px;
	font-weight: 500;
	background: transparent;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
.pagination-layout1 li a {
	width: 30px;
}
}
.pagination-layout1 li:first-child {
	margin-right: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 30px;
}
.pagination-layout1 li:last-child {
	margin-right: 0;
	margin-left: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
}
.pagination-layout1 .active a {
	color: #f5f9ea;
}
/*=======================================================================[17] Sidebar Area=========================================================================*/
@media only screen and (max-width: 991px) {
.sidebar-break-md {
	margin-top: 5rem;
}
.break-b-md {
	margin-bottom: 5rem;
}
}
@media only screen and (max-width: 767px) {
.sidebar-break-md {
	margin-top: 5rem;
}
.break-b-sm {
	margin-bottom: 3rem;
}
}
.sidebar-widget-area {
	margin-bottom: 3rem;
}
.sidebar-widget-area .widget {
	margin-bottom: 4rem;
}
.sidebar-widget-area .widget:last-child {
	margin-bottom: 0 !important;
}
.widget-search .stylish-input-group {
	background: transparent;
	border: 1px solid #4c4f70;
	height: 45px;
	padding: 0 0 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.widget-search .stylish-input-group .form-control {
	border: none;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	text-transform: lowercase;
	padding: 0;
}
.widget-search .stylish-input-group .input-group-addon {
	border: none;
	border-radius: 0;
	background: transparent !important;
	padding: 0;
}
.widget-search .stylish-input-group .input-group-addon button {
	cursor: pointer;
	background: #8fc320;
	border: 0;
	padding: 15px;
}
.widget-search .stylish-input-group .input-group-addon button span {
	color: #ffffff;
	font-size: 14px;
}
.widget-search .stylish-input-group input {
	font-size: 14px;
}
.widget-search .stylish-input-group input.form-control::-webkit-input-placeholder, .widget-search .stylish-input-group textarea.form-control::-webkit-input-placeholder {
color: #707070;
}
.widget-search .stylish-input-group input.form-control::-moz-placeholder, .widget-search .stylish-input-group textarea.form-control::-moz-placeholder {
color: #707070;
}
.widget-search .stylish-input-group input.form-control:-moz-placeholder, .widget-search .stylish-input-group textarea.form-control:-moz-placeholder {
color: #707070;
}
.widget-search .stylish-input-group input.form-control:-ms-input-placeholder, .widget-search .stylish-input-group textarea.form-control:-ms-input-placeholder {
color: #707070;
}
.widget-categories ul li {
	padding-left: 15px;
	position: relative;
	font-size: 15px;
	margin-bottom: 25px;
	line-height: 1;
}
.widget-categories ul li:last-child {
	margin-bottom: 0;
}
.widget-categories ul li:before {
	content: "\f105";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	font-family: fontAwesome;
	font-size: 15px;
}
.widget-categories ul li:hover:before {
	color: #f5f9ea;
}
.widget-popular-post .media {
	padding-bottom: 20px;
	margin-bottom: 22px;
	border-bottom: 1px solid;
}
.widget-popular-post .media:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.widget-popular-post .media a {
	padding-right: 0;
}
.widget-popular-post .media a img {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.widget-popular-post .media a img:hover {
	opacity: 0.7;
}
.widget-popular-post .media-body a {
	line-height: 1.6;
	margin-right: 0;
	margin-bottom: 5px;
	margin-top: -5px;
	display: block;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.widget-popular-post .media-body p {
	margin-bottom: 0;
}
.widget-tag ul {
	display: inline-block;
	margin-bottom: -5px;
}
.widget-tag ul li {
	text-transform: capitalize;
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 14px;
}
.widget-tag ul li a {
	display: inline-block;
	padding: 5px 12px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.widget-tag ul li a:hover {
	background-color: #f5f9ea;
}
/*=======================================================================[18] Footer Area=========================================================================*/
.footer-area-top {
	padding: 9.3rem 0 7rem;
}
.footer-box {
	margin-bottom: 30px;
	float:left;
}
.footer-box .title {
	margin-bottom: 40px;
}
.useful-links {
	margin-top: -8px;
}
.useful-links ul li {
	position: relative;
	padding-left: 20px;
}
.useful-links ul li:before {
	content: "\f111";
	position: absolute;
	left: 0;
	font-family: FontAwesome;
	top: 4px;
	font-size: 10px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.useful-links ul li a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.corporate-address {
	margin-top: -7px;
}
.corporate-address ul li {
	margin-bottom: 20px;
	position: relative;
}
.corporate-address ul li i {
	text-align: center;
	z-index: 1;
	font-size: 22px;
	height: 28px;
	width: 28px;
	line-height: 28px;
	float:left;
	color:#8fc31f;
}
.corporate-address ul li p {
	line-height: 1.75;
	margin-bottom: 4px;
}
.corporate-address ul li:last-child {
	margin-bottom: 0;
}
.footer-popular-post .media {
	padding-bottom: 22px;
	margin-bottom: 22px;
}
.footer-popular-post .media:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.footer-popular-post .media a {
	padding-right: 0;
}
.footer-popular-post .media a img {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.footer-popular-post .media a img:hover {
	opacity: 0.7;
}
.footer-popular-post .media-body a {
	line-height: 1.6;
	margin-right: 0;
	margin-bottom: 5px;
	margin-top: -5px;
	display: block;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.footer-popular-post .media-body p {
	margin-bottom: 0;
}
ul.post-gallery li {
	display: inline-table;
	margin-bottom: 7px;
	margin-right: 7px;
	float: left;
	width: 30%;
}
ul.post-gallery figure {
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
	position: relative;
}
ul.post-gallery figure img {
	width: 100%;
}
ul.post-gallery figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
ul.post-gallery figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@keyframes shine {
100% {
left: 125%;
}
}
.footer-area-bottom {
	text-align: center;
	padding: 35px 0 5px;
	text-transform: capitalize;
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
.footer-area-bottom {
	text-align: center;
	padding: 17px 0;
}
}
@media only screen and (max-width: 767px) {
.footer-area-bottom p {
	margin-bottom: 10px;
}
}
.find-location {
	font-size: 18px;
}
.find-location i {
	margin-left: 10px;
}
.footer-contact-form .form-group {
	margin-bottom: 20px;
}
.footer-contact-form .form-group .form-control {
	border-radius: 0;
	box-shadow: none;
	border: none;
	font-size: 15px;
}
.footer-contact-form .form-group input {
	height: 60px;
	padding: 0.5rem 1.5rem;
}
.footer-contact-form .form-group textarea {
	height: 142px;
	padding: 1.5rem;
}
.footer-contact-form .form-response .alert-info {
	background: transparent !important;
	border: none !important;
	color: red;
	letter-spacing: 5px;
}
.footer-contact-form .form-response .alert-success {
	background-color: transparent;
	color: green;
	letter-spacing: 4px;
	border-color: transparent;
	font-weight: 500;
}
.footer-contact-form .form-response .alert {
	border-radius: 0 !important;
	padding: 35px 0 15px 0;
	margin-bottom: 0 !important;
}
.footer-contact-form input.search-input:focus {
	outline-width: 0;
	outline: none;
}
.footer-contact-form input::-webkit-input-placeholder, .footer-contact-form textarea::-webkit-input-placeholder {
color: #444444;
}
.footer-contact-form input::-moz-placeholder, .footer-contact-form textarea::-moz-placeholder {
color: #444444;
}
.footer-contact-form input:-moz-placeholder, .footer-contact-form textarea:-moz-placeholder {
color: #444444;
}
.footer-contact-form input:-ms-input-placeholder, .footer-contact-form textarea:-ms-input-placeholder {
color: #444444;
}
.footer-social-layout1 li {
	display: inline-block;
	margin-right: 30px;
	font-size: 20px;
	margin-bottom: 5px;
}
.footer-social-layout1 li:last-child {
	margin-right: 0;
}
.footer-info-list li {
	margin-bottom: 5px;
}
footer.bgLightAccent.darkToLight {
	background-color: #1b1f32;
}
footer.box-layout-wrap.darkToLight {
	margin-left: inherit;
	margin-right: inherit;
}
.box-layout-wrap footer.box-layout-child.darkToLight {
	margin-left: inherit;
	margin-right: inherit;
}
#scrollUp i{
	line-height:40px;
	}
.leaders,.lead ul{
	width:100%;
	display:inline-block;
	}
.leaders li{
	float:left;
	margin-top:30px;
	}
.leaders li div{
	padding:20px;
	background-color:#8fc320;
	border-radius:8px;
	color:#fff;
	transition: all 0.3s;
	}
.leaders li div:hover{
	-moz-box-shadow:2px 2px 5px #333; 
	-webkit-box-shadow:2px 2px 5px #333; 
	box-shadow:2px 2px 5px #333;
	transform: scale(1.01);
	}
.leaders li div i.fa{
	color:#fff;
	font-size:60px;
	}
.leaders li div p{
	font-size:16px;
	margin:0;
	line-height:2;
	position:relative;
	}
.leaders li div p:after{
	content:" ";
	position:absolute;
	left:0;
	bottom:0;
	border-bottom:#fff solid 1px;
	width:100%;
	}
.leaders li div h4{
	font-size:20px;
	line-height:2;
	color:#fff;
	margin-bottom:10px;
	}
.lead h1{
	margin:0;
	font-weight:bold;
	}
.lead h2{
	position: relative;
	}
.lead h2:after{
	content:" ";
	position:absolute;
	left:48%;
	bottom:-10px;
	border-bottom:#000 solid 3px;
	width:50px;
	}
.lead li.scale{
	width:20%;
	float:left;
	position:relative;
	margin-top:70px;
	text-align:center;
	}
.lead li.scale:after{
	content:" ";
	position:absolute;
	right:0;
	top:0;
	border-right:#000 solid 1px;
	width:1px;
	height:100%;
	}
.lead li.scale:last-child:after{
	display:none;
	}
.lead li.scale h4{
	margin-bottom:0;
	}
.lead li.scale h4 span{
	font-size:40px;
	font-weight:bold;
	}
.lead li.scale p{
	font-size:16px;
	}
.lead.quality h2:after{
	left:15px;
	}
.lead li{
	float:left;
	}
.brands li{
	margin-top:30px;
	}
.brands li .brand img{
	transition: all 0.3s;
	}
.brands li .brand:hover img{
	-moz-box-shadow:2px 2px 5px #333; 
	-webkit-box-shadow:2px 2px 5px #333; 
	box-shadow:2px 2px 5px #333;
	transform: scale(1.05);
	}
.image-tit{
	margin-top:20px;
	}
.image-tit .fa{
	font-size:44px;
	}
.image ul{
	padding:30px 15px 0 15px;
	}
.image .images{
	padding-bottom:30px;
	background-color:#eee;
	margin-bottom:50px;
	}
.image ul li{
	max-height:420px;
	overflow:hidden;
	}
.product-lead{
	border:#333 solid 2px;
	padding:20px;
	}
.product-lead p{
	margin:0;
	font-size:18px;
	}
.marketing{
	background-image:url(../images/about-marketing.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding:60px 0;
	}
body.bgWrapLight .marketing h1,body.bgWrapLight .marketing h2,body.bgWrapLight .marketing h4{
	color:#fff;
	}
body.bgWrapLight .marketing h1{
	margin-bottom:0;
	}
body.bgWrapLight .marketing h2:after{
	content:" ";
	position:absolute;
	left:48%;
	bottom:-10px;
	border-bottom:#fff solid 3px;
	width:50px;
	}
.support{
	margin-top:20px;
	}
.support li{
	width:18.4%;
	margin-right:2%;
	float:left;
	position:relative;
	color:#fff;
	background-color:#8fc320;
	border-radius:50%;
	padding:9.2%;
	transition: all 0.3s;
	}
.support li:last-child{
	margin-right:0;
	}
.support li:hover{
	-moz-box-shadow:0 2px 10px #333; 
	-webkit-box-shadow:0 2px 10px #333; 
	box-shadow:0 2px 10px #333;
	}
/*.support li:before{
	content:" ";
	position:absolute;
	left:0;
	top:0;
	margin-top:-30%;
	background-color:#8fc320;
	border-radius:50%;
	padding:50%;
	}*/
.support li span{
	position: absolute;
left: 0;
top:30%;
width: 100%;
font-size:36px;
line-height:50px;
}
.support li p{
	position: absolute;
left: 0;
top:calc(50px + 30%);
width: 100%;
margin:0;
line-height:1.5;
}
.product_nav{
	padding:15px 0;
	}
.product_nav a{
	margin:0 10px;
	line-height:2;
	font-size:17px;
	color:#333;
	}
.product_nav a.on,.product_nav a:hover{
	color:#8fc320;
	position:relative;
	}
.product_nav a.on:after{
	content:" ";
	position:absolute;
	left:0;
	bottom:-5px;
	border-bottom:#8fc320 solid 3px;
	width:100%;
	}
@media only screen and (max-width: 991px) {
.box-layout-wrap .box-layout-child .five_icon{
	-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
	}
}
@media only screen and (max-width: 768px) {
.box-layout-wrap .box-layout-child .five_icon{
	-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
	}
	.footer-box{
		display:none;
		}
footer div.col-12:last-child .footer-box{
	display:block;
	}
.lead li.scale{
	width:50%;
	}
.lead li.scale:nth-child(2n):after{display:none;}
.support li{width:48%; padding:24%; margin:10px 1%;}
.support li:nth-child(2n){
	
	}
}