/*
Template  Name: BIZES Business and Agency HTML Template;
Description: This is a Business and Agency HTML Template;
Version:  1.0
==========================================
TABLE CONTENTS
==========================================
1. GLOBAL STYLES
2. HEADER AREA STYLES
3. SLIDER STYLES
4. ABOUT STYLES
5. SERVICE STYLES
6. PORTFOLIO STYLES
7. PRICING TABLE STYLES
8. BLOG AREA STYLES
9. CONTACT STYLES
10. WHAT WE DO AREA STYLE
11. FOOTER STYLES
12. ABOUT US PAGE
13. PRELOADER STYLE
14. SCROLL TOUP STYLE

/*

/* Fonts */

@font-face {
	font-family: "web-vazir";
	src: url("../fonts/vazir-fd-wl.eot"); /* IE */
	src: url("../fonts/vazir-fd-wl.eot?#iefix") format("embedded-opentype"), /* IE */
		 url("../fonts/vazir-fd-wl.woff2") format("woff2"), /* Modern Browsers */
		 url("../fonts/vazir-fd-wl.woff") format("woff"), /* Modern Browsers */
		 url("../fonts/vazir-fd-wl.ttf") format("truetype"); /* Safari, Android, iOS */
	font-weight: normal;
}

@font-face {
	font-family: "web-vazir";
	src: url("../fonts/vazir-bold-fd-wl.eot"); /* IE */
	src: url("../fonts/vazir-bold-fd-wl.eot?#iefix") format("embedded-opentype"), /* IE */
		 url("../fonts/vazir-bold-fd-wl.woff2") format("woff2"), /* Modern Browsers */
		 url("../fonts/vazir-bold-fd-wl.woff") format("woff"), /* Modern Browsers */
		 url("../fonts/vazir-bold-fd-wl.ttf") format("truetype"); /* Safari, Android, iOS */
	font-weight: bold;
}

/*========================================
1. GLOBAL STYLES
==========================================*/

.ltr_text {
	display: inline-block;
	direction: ltr;
}

/* === 1.1 Body === */

html {
	font-size: 100%;
}

body {
	background-color: #fff;
	color: #657786;
	font-family: 'web-vazir', 'segoe ui', tahoma;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	direction: rtl;
	margin: 0;
	padding: 0;
	position: relative;
}

.wrapper{
	position: relative;
	overflow: hidden;
}

/* ========================================
2. Typography
=========================================== */

/* === 1.2 Hyperlink === */

a {
	color: #303030;
	/*transition*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

a,
a > * {
	cursor: pointer;
	outline: medium none;
	text-decoration: none;
}

a:focus,
a:hover {
	outline: medium none;
	text-decoration: none;
	color: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

/* === 2.1 Headings === */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #404040;
	margin: 0 0 20px;
	padding: 0;
	font-weight: bold;
}

h1 {
	font-size: 36px;
	line-height: 62px;
	font-weight: 700;
}

h2 {
	font-size: 32px;
	line-height: 56px;
	font-weight: 700;
}

h3 {
	font-size: 28px;
	line-height: 38px;
}

h4 {
	font-size: 24px;
	line-height: 42px;
}

h5 {
	font-size: 20px;
	line-height: 34px;
}

h6 {
	font-size: 18px;
	line-height: 30px;
}

/* === PARAGRAPH === */

p {
	margin: 0 0 10px;
	line-height: 2;
}

b,
strong {
	font-weight: 600;
}

/* =======================================
Basic Margins Paddings ===============*/

/* === Padding  Bottom === */

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pt-110 {
	padding-top: 110px;
}

/*=== Padding Top Bottom ===*/

.ptb-80 {
	padding: 80px 0;
}

.ptb-105 {
	padding: 105px 0;
}

.ptb-100 {
	padding: 100px 0;
}

.ptb-110 {
	padding: 110px 0;
}

/* Miscellaneous Paddings */

.pt110-pb50 {
	padding: 110px 0 50px;
}

.pt110-pb65 {
	padding: 110px 0 65px;
}

.pt110-pb75 {
	padding: 110px 0 75px;
}

.pt110-pb85 {
	padding: 110px 0 85px;
}

.pt110-pb95 {
	padding: 110px 0 95px;
}

.pt90-pb100 {
	padding: 90px 0 100px;
}

.pt95-pb55 {
	padding: 95px 0 55px;
}

/*Margin Bottom*/

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-65 {
	margin-bottom: 65px;
}

/*Margin Left*/

.ml-35 {
	margin-right: 35px;
}

/* === 1.5 OTHER FIXES === */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.floatleft {
	float: left
}

.floatright {
	float: right
}

.alignleft {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px
}

.alignright {
	float: right;
	margin-right: 15px;
	margin-bottom: 15px
}

.aligncenter {
	display: block;
	margin: 0 auto 15px
}

img {
	max-width: 100%;
	height: auto;
}

/*=== Section Title ===*/

.section-title h2 {
	color: #222222;
	font-size: 30px;
	line-height: 48px;
	margin-bottom: 8px;
}

.section-title p {
	color: #657786;
	font-size: 14px;
	margin-bottom: 5px;
}

.section-title.text-light h2,
.section-title.text-light p {
	color: #ffffff;
}

/* === Background Color === */

.bg-theme {
	background-color: #36760c;
}

.bg-gray {
	background-color: #f5f7f8;
}

.bg-white {
	background-color: #ffffff;
}

/*=== Background Overlay === */

.overlay-bg,
.overlay-bg-2 {
	position: relative;
	overflow: hidden;
}

.overlay-bg::before,
.overlay-bg-2::before {
	content: "";
	display: block;
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.overlay-bg::before {
	background: rgba(0, 0, 0, 0.502) none repeat scroll 100% 0;
}

.overlay-bg-2::before {
	background-color: rgba(0, 0, 0, 0.4);
}

/* === Buttons CSS === */

/*Style-1*/

.btn.btn-bizes.eff-1 {
	background: #36760c;
	color: #fff;
}

.btn.btn-bizes.eff-1:after {
	border-bottom: 9px solid transparent;
	border-right: 15px solid #fff;
	border-top: 0 solid #fff;
	content: "";
	display: block;
	right: -1px;
	overflow: hidden;
	position: absolute;
	top: -1px;
	width: 0;
	z-index: -1;
}

.btn.btn-bizes.eff-1:hover:after {
	border-right: 200px solid #fff;
	border-bottom: 200px solid transparent;
	background-color: #4c871c;
}

.btn.btn-bizes.eff-1:hover {
	color: #4c871c;
	border-color: #4c871c;
	overflow: hidden;
}

.btn.btn-bizes.eff-1,
.btn.btn-bizes.eff-1:after {
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.btn.btn-bizes.eff-1:hover,
.btn.btn-bizes.eff-1:hover:after {
	-webkit-transition: 0.75s all ease;
	-moz-transition: 0.75s all ease;
	-o-transition: 0.75s all ease;
	transition: 0.75s all ease;
}

.btn.btn-bizes {
	border: 2px solid #36760c;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #404040;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	opacity: 0.999;
	overflow: hidden;
	padding: 10px 40px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	outline: 0 !important;
}

.btn.btn-bizes.bg-white {
	border: 2px solid transparent;
	color: #36760c;
}

.slider-area.style-2 .btn.btn-bizes,
.slider-area .btn.btn-bizes {
	margin-left: 17px;
}

.slider-area .btn-bizes.eff-2 {
	color: #ffffff;
}

.btn.eff-2:before {
	content: '';
	width: 0;
	z-index: -1;
	height: 0;
	transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent #36760c transparent transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btn.eff-2:after {
	content: '';
	width: 0;
	z-index: -1;
	height: 0;
	transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent transparent transparent #36760c;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.btn.eff-2 {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btn.eff-2:hover {
	color: #ffffff;
}

.btn.eff-2:hover::before {
	border-width: 120px 120px 0 0;
}

.btn.eff-2:hover:after {
	border-width: 0 0 120px 120px;
}

.btn.eff-2:active {
	background: #36760c;
}

/*Button css Background color*/

.btn-black {
	background-color: #353535;
}

.btn-blue {
	background-color: #0078D7;
	border-color: #0078D7;
}

.btn-green {
	background-color: #13A381;
}

.btn-yellow {
	background-color: #FF4800;
}

.btn-orange {
	background-color: #FFA500;
}

.btn-red {
	background-color: #B10000;
}

.btn-pink {
	background-color: #FF7F50;
}

.btn-petrol {
	background-color: #8224E3;
}

/*Button Border Style*/

.btn.btn-bizes.bd-white {
	border: 2px solid #ffffff;
	color: #ffffff;
}

.bd-white.btn.eff-2::before {
	border-color: transparent #ffffff transparent transparent;
}

.bd-white.btn.eff-2::after {
	border-color: transparent transparent transparent #ffffff;
}

.btn.btn-bizes.bd-white:hover {
	color: #404040;
}

/*========================================
2. HEADER AREA STYLES
==========================================*/

header.header-area {
	position: absolute;
	width: 100%;
	z-index: 3;
}

/*Header Top*/

.header-top {
	background-color: rgba(0, 0, 0, 0.25);
}

.top-contact-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-contact-menu li {
	margin-left: 24px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	position: relative;
	padding: 15px 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.top-contact-menu li.language {
	cursor: default;
}

.top-contact-menu > li::after {
	position: absolute;
	left: -12px;
	top: 22px;
	width: 1px;
	height: 12px;
	background-color: #FFFFFF;
	content: "";
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.top-contact-menu > li:last-child {
	margin-left: 0;
}

.top-contact-menu > li:last-child:after {
	display: none;
}

.top-contact-menu li ul {
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
	position: absolute;
	top: 100%;
	right: 0;
	width: 152px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	padding: 12px 10px;
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	display: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.top-contact-menu > li:hover > ul {
	visibility: visible;
	opacity: 1;
	display: block;
}

.top-contact-menu li ul li {
	display: block;
	position: relative;
	margin: 0;
	list-style: none;
	padding: 0;
}

.top-contact-menu li ul li a {
	display: block;
	padding: 2px 10px;
	font-size: 14px;
}

.top-contact-menu li ul li a:hover {
	background-color: #EFEFEF;
	color: #36760c;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.top-social {
	float: left;
}

.top-social ul {
	margin: 0;
}

.top-social li:last-child {
	padding-left: 0;
}

.top-social ul li a {
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	padding: 15px 5px;
}

.top-social ul li a:hover {
	color: #36760c;
}

.top-social ul li a i {
	display: block;
	line-height: 24px;
	position: relative;
}

.top-social ul li a:hover i {
	-webkit-animation-name: bouchicon;
	-moz-animation-name: bouchicon;
	-o-animation-name: bouchicon;
	animation-name: bouchicon;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/*Logo*/

.logo img {
	padding: 32px 0;
}

.logo h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 0;
	padding-top: 13px;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	transition: padding 0.3s;
}

.header-area.style-2 .logo h2,
.header-area.style-3 .logo h2 {
	color: #36760c;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header-area.style-3 .scroll-header .logo h2 {
	padding-top: 19px;
}

/*Home-3 Header Style*/

header.header-area.style-3 {
	position: absolute;
	width: 100%;
	z-index: 3;
}

.header-area.style-3 .navigation-area {
	background-color: transparent;
}

.row.v-3 {
	background-color: #fff;
	margin-top: 38px;
}

/* Naviagaion */

nav.bizes-nav {
	float: right;
	width: 100%;
}

.bizes-nav ul.menu {
	float: left;
}

.bizes-nav ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

.bizes-nav .menu li {
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	list-style: none;
	padding: 0 10px;
}

.bizes-nav .menu li a {
	color: #666;
	display: block;
}

.bizes-nav .menu > li {
	float: right;
	padding: 0;
}

.bizes-nav ul.menu > li > a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	opacity: 1;
	padding: 30px;
}

.bizes-nav ul.menu > li > a:last-child {
	padding-left: 0;
}

.bizes-nav .menu > li:last-child > ul ul {
	right: auto;
	left: 100%;
}

.bizes-nav .menu > li ul {
	background-color: #ffffff;
	border-top: 2px solid #36760c;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding: 15px 0;
	position: absolute;
	-webkit-transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-ms-transform: translate3d(0px, 10px, 0px);
	-o-transform: translate3d(0px, 10px, 0px);
	transform: translate3d(0px, 10px, 0px);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 200px;
	z-index: 99;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}

.bizes-nav .menu > li > ul li a {
	padding: 5px 12px;
}

.bizes-nav .menu > li > ul li a:hover {
	background-color: #efefef;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #36760c;
}

.bizes-nav .menu > li > ul > li > ul {
	right: 100%;
	padding: 10px;
	top: 0;
}

.bizes-nav .menu > li:hover > ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible;
}

.bizes-nav .menu > li > ul > li:hover > ul,
.bizes-nav .menu > li:hover .mega-menu ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible;
}

/* Mega Menu */

.bizes-nav .menu .mega-menu {
	padding: 20px;
	width: 400px;
}

.bizes-nav .menu .mega-menu.three-column {
	width: 600px;
}

.bizes-nav .mega-menu.mega-center {
	right: 50%;
	margin-right: -200px;
}

.bizes-nav .mega-menu.mega-center.three-column {
	margin-right: -332px;
}

.bizes-nav .mega-menu.mega-right {
	left: 0;
}

.bizes-nav .menu .mega-menu > li.mega-col {
	float: right;
	padding: 0 10px;
	overflow: hidden;
	width: 50%;
}

.bizes-nav .menu .mega-menu.three-column > li.mega-col {
	width: 33.33%;
}

.bizes-nav .menu .mega-menu ul {
	background-color: rgba(0, 0, 0, 0);
	border-top: none;
	right: auto;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	padding: 0;
	position: relative;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.bizes-nav .menu li.mega-col li {
	display: block;
	width: 100%;
	padding: 0;
}

.bizes-nav .menu li.mega-col li a {
	padding: 5px 0;
}

.bizes-nav .menu li.mega-col li a:hover {
	background-color: transparent;
}

.bizes-nav > ul.menu > li:last-child {
	padding-left: 0;
}

/* Meag Menu Title */

.mega-menu .title {
	color: #404040;
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	padding: 0 0 6px;
	position: relative;
}

.bizes-nav .mega-menu .title::before {
	bottom: 0;
	content: "";
	height: 2px;
	right: 0;
	position: absolute;
	width: 30px;
}

.bizes-nav .menu li.has-dropdown > a::after {
	content: "\eb89";
	font-family: icofont;
	font-size: 16px;
	margin-top: -12px;
	position: absolute;
	left: 10px;
	top: 50%;
}

.bizes-nav .menu li ul li.has-dropdown > a::after {
	content: "\eb8a";
	left: 18px;
}

.bizes-nav .menu > li > ul.mega-menu::before {
	right: 57%;
	margin-right: -4px;
}

.header-area.style-2 {
	-webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 3px rgba(0, 0, 0, 0.05);
}

.header-area.style-2 .navigation-area {
	background-color: #ffffff;
}

.header-area.style-2 .bizes-nav .menu li.has-dropdown > a::after {
	content: "";
}

.header-area.style-2 ul.menu > li:hover {
	background-color: #36760c;
}

.header-area.style-2 .bizes-nav ul.menu > li > a {
	color: #222222;
}

.header-area.style-2 .bizes-nav ul.menu > li > a:last-child {
	padding-left: 30px;
}

.header-area.style-2 .bizes-nav ul.menu > li > a:hover {
	color: #ffffff;
}

.header-area.style-3 .bizes-nav ul.menu > li > a {
	color: #222222;
	font-weight: 400;
}

/* Mobile Menu */

.navigation-area .col-xs-2.col-sm-9.col-md-9 {
	position: static;
}

.mean-container .mean-bar {
	margin-top: 20px;
	position: inherit;
	margin-bottom: 12px;
	float: right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.scroll-header .mean-container .mean-bar {
	margin-top: 14px;
	margin-bottom: 6px;
}

.mean-container .mean-bar a {
	float: left;
	line-height: 24px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -2px;
}

.header-area.style-3 .mean-container .mean-bar {
	margin-top: 7px;
}

.header-area.style-3 .scroll-header .mean-bar {
	margin-top: 24px;
}

.mobile-menu-area .mean-nav {
	right: 0;
	position: absolute;
	top: 139px;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span.title{
	width: 100%;
	padding-left: 70px !important;
	text-align: right;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mean-container .mean-nav ul li a.mean-expand{
	right: auto;
	left: 2px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li li span.title{
	padding-right: 40px;
}

.mean-container .mean-nav ul li li li a,
.mean-container .mean-nav ul li li li span.title{
	padding-right: 60px;
}

.header-area.style-2 .mobile-menu-area .mean-nav {
	top: 85px;
}

.header-area.style-3 .mobile-menu-area .mean-nav {
	top: 104px;
}

.mean-nav .mega-menu .title {
	margin-bottom: 0;
	padding: 12px 20px;
}

.navigation-area {
	background-color: rgba(0, 0, 0, 0.15);
	width: 100%;
	z-index: 999;
}

.header-area.style-3 .logo h2 {
	padding-right: 15px;
}

.header-area.style-3 .main-menu-wrap {
	padding-left: 20px;
}

/* Fixed Header */

.header-area.scroll-header {
	position: fixed;
	-webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 3px rgba(0, 0, 0, 0.05);
}

.scroll-header .header-top {
	background-color: #222222;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.scroll-header .navigation-area {
	background-color: #ffffff;
}

.scroll-header .top-contact-menu > li {
	padding: 8px 0;
}

.scroll-header .top-contact-menu > li::after {
	top: 15px;
}

.scroll-header .top-social ul li a {
	padding-top: 8px;
	padding-bottom: 8px;
}

.scroll-header .logo h2 {
	color: #36760c;
	padding-top: 5px;
}

.scroll-header .bizes-nav ul.menu > li > a {
	padding: 22px 30px;
	color: #222222;
}

.scroll-header .bizes-nav ul.menu > li > a:hover {
	color: #36760c;
}

.scroll-header .bizes-nav ul.menu > li > a:last-child {
	padding-left: 0;
}

/*========================================
3. SLIDER STYLES
==========================================*/

.tbl {
	display: table;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.tbl-cell {
	display: table-cell;
	vertical-align: middle;
}

.single-slide {
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
	position: relative;
}

.slider-3 .single-slide {
	height: 100vh;
}

.slide-content {
	position: absolute;
	top: 47%;
	width: 100%;
}

.single-slide-content {
	display: block;
	margin-bottom: 1px;
}

.single-slide-content h1 {
	color: #ffffff;
	font-size: 48px;
	margin-bottom: 15px;
}

.single-slide-content > p {
	color: #ffffff;
	font-size: 17px;
	margin-bottom: 33px;
}

/*Style-2*/

.slider-area.style-2 .slide-content {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-area.style-2 .single-slide-content h1 {
	background-color: #222222;
	display: inline-block;
	padding: 5px 35px 14px 35px;
}

.slider-area.style-2 .single-slide {
	height: 100vh;
}

.slider-area.style-2 .single-slide-content > p {
	background-color: #222222;
	padding: 5px 30px;
	width: 63%;
}

/*slider nav*/

.slide-controls .owl-nav div {
	font-size: 25px;
	height: 60px;
	right: 0;
	line-height: 60px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 60px;
	z-index: 1;
}

.slide-controls .owl-nav div.owl-next {
	right: auto;
	left: 0;
}

.slide-controls .owl-nav div i {
	border: 2px solid #36760c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 50px;
	line-height: 46px;
	margin: 5px;
	width: 50px;
	color: #36760c;
}

.slide-controls .owl-nav div i:hover {
	background-color: #36760c;
	color: #ffffff;
}

.slide-controls:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}

/*Default owl dots style*/

.owl-dots {
	bottom: -30px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slider-area .owl-dots {
	bottom: 25px;
}

.logo-wrap .owl-dots {
	bottom: -54px;
}

.owl-dot {
	display: inline-block;
}

.owl-dots .owl-dot span {
	background: transparent none repeat scroll 100% 0;
	border: 1px solid #dddddd;
	display: inline-block;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: 10px;
	margin: 5px 7px;
	-webkit-transition: opacity 0.2s ease 0s;
	-o-transition: opacity 0.2s ease 0s;
	-moz-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s;
	width: 10px;
}

.owl-dots .owl-dot.active span {
	background-color: #36760c;
}

.logo-wrap .owl-dots .owl-dot span {
	border: 1px solid #36760c;
}

/*Bizes Style dots*/

.slide-controls .owl-dots .owl-dot.active {
	-webkit-box-shadow: 0 0 0 2px #ffffff;
	-moz-box-shadow: 0 0 0 2px #ffffff;
	box-shadow: 0 0 0 2px #ffffff;
}

.slide-controls .owl-dots .owl-dot {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: -webkit-box-shadow 0.3s ease 0s;
	transition: -webkit-box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	-moz-transition: box-shadow 0.3s ease 0s, -moz-box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s, -moz-box-shadow 0.3s ease 0s;
	height: 15px;
	margin: 0 5px;
	position: relative;
	width: 15px;
}

.slide-controls .owl-dots .owl-dot span {
	background-color: #ffffff;
	height: 10px;
	right: -4.5px;
	position: absolute;
	top: -2.5px;
	width: 10px;
}

.slide-controls .owl-dots .owl-dot.active span {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	background-color: #36760c;
	-webkit-box-shadow: 0 0 0 2px #36760c;
	-moz-box-shadow: 0 0 0 2px #36760c;
	box-shadow: 0 0 0 2px #36760c;
}

/* Default Slider Animations */

.owl-item.active .single-slide-content h3 {
	-webkit-animation: fadeInRight 3000ms ease-in-out;
	-moz-animation: fadeInRight 3000ms ease-in-out;
	-o-animation: fadeInRight 3000ms ease-in-out;
	animation: fadeInRight 3000ms ease-in-out;
}

.owl-item.active .single-slide-content h1 {
	-webkit-animation: lightSpeedIn 2500ms ease-in-out;
	-moz-animation: lightSpeedIn 2500ms ease-in-out;
	-o-animation: lightSpeedIn 2500ms ease-in-out;
	animation: lightSpeedIn 2500ms ease-in-out;
}

.owl-item.active .single-slide-content p {
	-webkit-animation: fadeInLeft 2000ms ease-in-out;
	-moz-animation: fadeInLeft 2000ms ease-in-out;
	-o-animation: fadeInLeft 2000ms ease-in-out;
	animation: fadeInLeft 2000ms ease-in-out;
}

.owl-item.active .single-slide-content a.btn {
	-webkit-animation: jackInTheBox 3000ms ease-in-out;
	-moz-animation: jackInTheBox 3000ms ease-in-out;
	-o-animation: jackInTheBox 3000ms ease-in-out;
	animation: jackInTheBox 3000ms ease-in-out;
}

/*========================================
4. ABOUT STYLES
==========================================*/

.img-carousle {
	margin-bottom: 45px;
}

.img-carousle .owl-dots {
	bottom: 0;
}

.bizes-tab li {
	top: 10px;
	width: 33.33%;
}

.bizes-tab .nav.nav-tabs a {
	background-color: #36760c;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin: 0 1px;
}

.bizes-tab .nav.nav-tabs li:first-child a {
	margin-right: 0;
}

.bizes-tab .nav.nav-tabs li:last-child a {
	margin-left: 0;
}

.bizes-tab .nav.nav-tabs li.active a {
	background-color: #f5f7f8;
	border: 1px solid transparent;
	color: #404040;
	margin-top: -10px;
}

.bizes-tab .nav-tabs {
	border-bottom: 1px solid transparent;
}

.bizes-tab-content {
	background-color: #f5f7f8;
	padding: 42px 30px;
}

.bizes-tab-content > p {
	line-height: 2;
	margin-bottom: 35px;
}

.bizes-tab .btn {
	margin-bottom: 5px;
}

.about-content > h5 {
	font-weight: 600;
	line-height: 1;
	margin-bottom: 25px;
}

.about-content > p {
	margin-bottom: 40px;
}

/*Video*/

.video {
	background: rgba(0, 0, 0, 0) url("../img/about/2.jpg") no-repeat scroll center center / cover;
	height: 400px;
	margin-bottom: 45px;
	position: relative;
}

.video a {
	border: 15px solid rgba(29, 161, 242, 0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #36760c;
	font-size: 48px;
	right: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(50%) translateY(-50%);
	-moz-transform: translateX(50%) translateY(-50%);
	-ms-transform: translateX(50%) translateY(-50%);
	-o-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
}

.video a::before {
	border: 15px solid rgba(29, 161, 242, 0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 108px;
	right: -30px;
	position: absolute;
	top: -30px;
	width: 108px;
}

/*========================================
5. SERVICE STYLES
==========================================*/

.single-service.style-one {
	background-color: #ffffff;
	border: 1px solid #f5f7f8;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	margin-bottom: 45px;
	padding: 45px 30px 40px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-service.style-one i {
	border: 2px solid #36760c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #404040;
	display: inline-block;
	font-size: 25px;
	height: 200px;
	line-height: 200px;
	margin-bottom: 22px;
	-webkit-transition: background-color 0.5s ease 0s;
	-o-transition: background-color 0.5s ease 0s;
	-moz-transition: background-color 0.5s ease 0s;
	transition: background-color 0.5s ease 0s;
	width: 200px;
}
.single-service.style-one img {
	border: 2px solid #36760c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #404040;
	display: inline-block;
	font-size: 25px;
	height: 200px;
	line-height: 200px;
	margin-bottom: 22px;
	-webkit-transition: background-color 0.5s ease 0s;
	-o-transition: background-color 0.5s ease 0s;
	-moz-transition: background-color 0.5s ease 0s;
	transition: background-color 0.5s ease 0s;
	width: 200px;
}
.single-service.style-one h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.single-service.style-one > p {
	margin: 0;
}

.single-service.style-one:hover {
	-webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.single-service.style-one:hover i {
	background-color: #36760c;
	color: #ffffff;
}

.single-service.style-one:hover i {
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

/*service style 2*/

.single-service {
	margin-bottom: 55px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-service i {
	color: #404040;
	display: block;
	font-size: 25px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-service.style-2 > h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
}

.single-service.style-2 > h5::before {
	background-color: #404040;
	content: "";
	height: 1px;
	right: 0;
	position: absolute;
	top: 35px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 40px;
}

.single-service:hover i {
	color: #36760c;
}

.single-service:hover h5:before {
	background-color: #36760c;
}

/*Home-3 service*/

.single-service.style-3 {
	margin-bottom: 65px;
}

.single-service.style-3 i {
	border: 1px solid #36760c;
	color: #404040;
	display: inline-block;
	font-size: 20px;
	height: 45px;
	line-height: 44px;
	margin-left: 20px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 45px;
	vertical-align: top;
}

.single-service.style-3 > h5 {
	font-size: 18px;
	font-weight: 600;
	position: relative;
}

.single-service.style-3 > h5::before {
	background-color: #404040;
	content: "";
	height: 1px;
	right: 70px;
	position: absolute;
	top: 40px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 40px;
}

.single-service .style-3 > p {
	margin-right: 70px;
}

.single-service.style-3:hover i {
	background-color: #36760c;
	color: #ffffff;
}

.single-service.style-3:hover > h5::before {
	background-color: #36760c;
}

/*========================================
6. PORTFOLIO STYLES
==========================================*/

.filter-menu {
	display: block;
	margin-bottom: 30px;
	padding: 0;
}

.filter-menu button {
	background: transparent none repeat scroll 100% 0;
	border: medium none;
	color: #404040;
	font-size: 14px;
	margin: 0 10px 20px;
	padding: 5px 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	outline: 0;
}

.filter-menu button.active,
.filter-menu button:hover {
	background-color: #36760c;
	border: medium none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
}

.filter-menu button:last-child {
	margin-left: 0;
}

.portfolio-img {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.portfolio-img::before {
	background: rgba(29, 161, 242, 0.7);
	content: "";
	display: block;
	height: 100%;
	right: 50%;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 0;
	z-index: 1;
}

.portfolio-img:hover:before {
	right: 0;
	opacity: 1;
	width: 100%;
}

.portfolio-img > a i {
	background-color: #ffffff;
	border: 10px solid #a5d9fa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #404040;
	display: block;
	font-size: 20px;
	height: 70px;
	right: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(50%) translateY(-50%);
	-moz-transform: translateX(50%) translateY(-50%);
	-ms-transform: translateX(50%) translateY(-50%);
	-o-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	visibility: hidden;
	width: 70px;
	z-index: 2;
	text-align: center;
	line-height: 50px;
}

.portfolio-img:hover a i {
	opacity: 1;
	visibility: visible;
}

.portfolio-info {
	display: block;
	margin-bottom: 12px;
	overflow: hidden;
}

.portfolio-info h6 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.portfolio-info h6:hover {
	color: #36760c;
}

/*Single Portfolio*/

.single-portfolio-area img {
	margin-bottom: 50px;
}

.portfolio-single-content > p {
	margin: 0;
	padding-left: 45px;
	text-align: justify;
}

.portfolio-project {
	background-color: #f5f7f8;
	padding: 30px;
}

.portfolio-single-content {
	margin-bottom: 45px;
}

.portfolio-project > p {
	margin-bottom: 7px;
}

.portfolio-project > p:last-child {
	margin: 0;
}

.vbox-container{
	direction: ltr;
}

.vbox-close{
	top: 0;
	padding-top: 8px;
}

/*========================================
7. PRICING TABLE STYLES
==========================================*/

.single-plan {
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 45px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.plan-head {
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	height: 100px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.plan-head > h5 {
	font-weight: 600;
	line-height: 100px;
	margin: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.plan-features > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.plan-features li {
	border-bottom: 1px solid #ededed;
	color: #657786;
	font-size: 14px;
	padding: 20px;
}

.plan-features li:last-child {
	margin-bottom: 47px;
}

.plan-price h3 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.plan-price h3 sup {
	font-weight: 600;
	font-size: 50%;
}

.plan-price h3 span {
	font-size: 18px;
}

.plan-footer .btn {
	margin-bottom: 30px;
}

.single-plan:hover {
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
}

.single-plan:hover .plan-head {
	background-color: #36760c;
}

.single-plan:hover .plan-head h5 {
	color: #ffffff;
}

.single-plan:hover .plan-price h3 {
	color: #36760c;
}

/*========================================
8. BLOG AREA STYLES
==========================================*/

.home-blog-wraper .col-md-4,
.testimonial-wrap .col-md-4,
.client-wraper .col-md-4 {
	width: 100%;
}

.single-news {
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.31);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.31);
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 45px;
	transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.single-news:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}

.single-news .post-thumbnail {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.post-thumbnail > a {
	display: block;
}

.single-news .post-thumbnail img {
	margin: auto;
}

.post-thumbnail .post-date {
	background-color: #ffffff;
	bottom: 15px;
	color: #404040;
	font-weight: 600;
	padding: 5px 10px;
	position: absolute;
	left: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-news:hover .post-date {
	background-color: #36760c;
	color: #ffffff;
}

.single-news h4.entry-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}

.single-news .entry-header,
.single-news .entry-content,
.single-news .entry-meta {
	padding: 0 25px;
}

.single-news h4.entry-title a:hover {
	color: #36760c;
}

.single-news .entry-meta {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}

.single-news .entry-meta span {
	padding-left: 15px;
}

.single-news .entry-meta span i {
	margin-left: 5px;
}

.single-news .entry-meta a {
	color: #657786;
}

.single-news .entry-meta a:hover {
	color: #36760c;
}

/*Blog Page*/

.single-news-wrap {
	display: block;
	margin-bottom: 80px;
}

.single-news-wrap .post-thumbnail {
	margin-bottom: 40px;
}

.single-news-wrap .post-date {
	background-color: #36760c;
	color: #fff;
	float: right;
	font-size: 14px;
	line-height: 17px;
	padding: 8px 0;
	text-align: center;
	font-weight: 600;
	width: 80px;
    margin-left:10px;
}

.single-news-wrap .entry-header {
	padding-right: 75px;
}

.single-news-wrap .entry-header h4 {
	line-height: 42px;
	font-weight: 600;
	margin-top: -10px;
}

.single-news-wrap .entry-meta {
	margin-bottom: 30px;
	padding: 0 75px 0 0;
}

.single-news-wrap .entry-meta span {
	padding-right: 30px;
}

.single-news-wrap .entry-meta span:first-child {
	padding-right: 0;
}

.single-news-wrap .entry-meta span i {
	margin-left: 5px;
}

.single-news-wrap .entry-content {
	margin-right: 75px;
}

.single-news-wrap .entry-content > p {
	margin-bottom: 36px;
	padding-left: 50px;
}

/*Blog Details*/

.entry-content strong {
	display: block;
	padding: 15px 0;
}

.blog-social {
	display: block;
	margin: 65px 80px 0 0;
	overflow: hidden;
}

.single-author {
	display: block;
	overflow: hidden;
}

.author-area > h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}

.author-thumb {
	float: right;
}

.author-text {
	padding-right: 115px;
}

.author-text .author-name {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 6px;
}

.author-text .author-name span {
	color: #657786;
	font-size: 14px;
	padding-right: 30px;
}

.author-text > p {
	padding-left: 150px;
}

.entry-title > a:hover,
.widget.widget-category a:hover,
.post-content a:hover,
.widget.widget-archives a:hover,
.entry-meta a:hover {
	color: #36760c;
}

/*Add reaplay*/

.comment-form-area {
	padding-left: 65px;
}

.comment-form-area > h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}

.comment-form-area .single-field {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.comment-form-area .single-field > textarea,
.comment-form-area .single-field > input {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*Blog Sidebar*/

.widget.widget-search {
	margin-bottom: 55px;
}

.search-form .search-field {
	border: 1px solid #bbbbbb;
	color: #657786;
	font-size: 14px;
	height: 45px;
	padding-right: 10px;
	width: 100%;
}

.search-form {
	display: block;
	position: relative;
}

.search-form > button {
	background-color: #36760c;
	border: medium none;
	color: #ffffff;
	font-size: 18px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	z-index: 2;
}

.widget-area .widget-title {
	color: #404040;
	font-size: 18px;
	margin-bottom: 22px;
}

.widget.widget-category > ul,
.widget.widget-archives > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.widget-category ul li,
.widget.widget-archives > ul li {
	margin-bottom: 18px;
}

.widget.widget-category li:last-child,
.widget.widget-archives li:last-child {
	margin-bottom: 50px;
}

.widget-category ul li a,
.widget.widget-archives > ul li a {
	color: #657786;
	font-size: 14px;
}

.widget-category ul li a i,
.widget.widget-archives > ul li a i {
	margin-left: 5px;
	position: relative;
	top: 1px;
}

.widget.widget-blog .widget-title {
	margin-bottom: 29px;
}

.widget-post {
	display: block;
	overflow: hidden;
}

.widget-post img {
	float: right;
	margin-bottom: 25px;
}

.widget-post .title {
	font-size: 14px;
	margin-bottom: 7px;
	display: inline-block;
}

.widget-post p {
	font-size: 12px;
}

.post-content {
	padding-right: 97px;
	padding-top: 5px;
}

/*Tags*/

.widget.widget-tags {
	margin-bottom: 45px;
	overflow: hidden;
}

.widget.widget-tags .widget-title {
	margin-bottom: 28px;
}

.tags-cloud-list {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.tags-cloud-list > li {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

.tags-cloud-list li a {
	background-color: #424242;
	border: 1px solid transparent;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #ffffff;
	display: block;
	padding: 4px 20px;
}

.tags-cloud-list li a:hover {
	background-color: #36760c;
}

/*Pagination*/

.pagination {
	margin: 0;
	padding: 0;
	direction: ltr;
	vertical-align: top;
}

.pagination li a {
	background-color: #424242;
	border: 1px solid transparent;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
	color: #ffffff;
	font-size: 14px;
	margin-left: 5px;
	width: 35px;
	height: 35px;
	padding: 6px;
	float: left;
	line-height: 22px;
}

.pagination li a:hover {
	background-color: #36760c;
	color: #ffffff;
}

.pagination li:first-child a, .pagination li:first-child span{
	margin-left: 0;
}

/*========================================
9. CONTACT STYLES
==========================================*/

.contact-wrap {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 -1px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 -1px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 -1px 5px rgba(0, 0, 0, 0.05);
	content: "";
	display: table;
	margin: auto;
	padding: 65px 40px;
	width: 97.3%;
}

.contact-area.style-2 .contact-wrap {
	background-color: #ffffff;
	margin-top: -200px;
	position: relative;
}

.contact-left {
	padding-left: 70px;
}

.contact-left > p i {
	color: #404040;
	display: inline-block;
	font-size: 25px;
	margin-left: 5px;
	position: relative;
	top: 3px;
}

.contact-left > p {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	margin-bottom: 30px;
}

.contact-left span {
	margin-left: 12px;
	margin-top: -2px;
	line-height: 2.2;
}

.single-field {
	height: auto;
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
}

.single-field > input {
	border: 1px solid #e0e0e0;
	height: 40px;
	margin-bottom: 15px;
	padding: 0 15px;
	width: 100%;
	text-align: right;
}

.half-field,
.half-field-last {
	float: right;
	width: 48%;
}

.half-field-last {
	float: left;
}

.single-field > textarea {
	border: 1px solid #e0e0e0;
	height: auto;
	padding: 10px 15px;
	width: 100%;
	margin-bottom: 30px;
	resize: vertical;
	text-align: right;
}

.single-field:focus {
	border-color: #66afe9;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}

.single-todo {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 45px;
	padding: 35px 30px;
}

.single-todo h5 i {
	border: 1px solid #657786;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #657786;
	display: inline-block;
	font-size: 25px;
	height: 60px;
	line-height: 60px;
	margin-bottom: 3px;
	margin-right: 3px;
	margin-left: 25px;
	text-align: center;
	width: 60px;
}

.single-todo > h5 {
	font-weight: 600;
}

.single-todo > p {
	margin: 0;
}

/*========================================
10. WHAT WE DO AREA STYLE
==========================================*/

.single-todo {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 45px;
	padding: 35px 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-todo h5 i {
	border: 1px solid #657786;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #657786;
	display: inline-block;
	font-size: 25px;
	height: 60px;
	line-height: 60px;
	margin-bottom: 3px;
	margin-right: 3px;
	margin-left: 25px;
	text-align: center;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	width: 60px;
}

.single-todo > h5 {
	font-weight: 600;
}

.single-todo > p {
	margin: 0;
}

.single-todo:hover {
	-webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.single-todo:hover h5 i {
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	background-color: #36760c;
	border: 1px solid #36760c;
	color: #ffffff;
}

/*Brand Logo*/

.single-logo {
	display: block;
	text-align: center;
}

.single-logo > img {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: inherit !important;
	cursor: pointer;
	display: block;
	margin: auto;
}

/*========================================
11. FOOTER STYLES
==========================================*/

.footer-area {
	background-color: #404040;
	color: #ffffff;
}

h4.widget-title {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 32px;
}

.widget.about-widget > p {
	color: #dddddd;
	margin-bottom: 25px;
}

/*Social Links*/

ul.social-links {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

ul.social-links li {
	float: right;
}

ul.social-links li a {
	background-color: #606060;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
	text-align: center;
	width: 35px;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

ul.social-links li:hover a {
	background-color: #36760c;
}

ul.social-links li a i {
	display: block;
	line-height: 35px;
	text-align: center;
}

.social-links.border a {
	background-color: transparent;
	border: 1px solid #36760c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #36760c;
	height: 30px;
	line-height: 30px;
	width: 30px;
}

.social-links.border a i {
	line-height: 28px;
}

.social-links.border li:hover a {
	color: #ffffff;
	border: 1px solid #36760c;
}

ul.social-links li a:hover i {
	-webkit-animation-name: bouchicon;
	-moz-animation-name: bouchicon;
	-o-animation-name: bouchicon;
	animation-name: bouchicon;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes bouchicon {
	25% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes bouchicon {
	25% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		transform: scale(1.3);
	}
	75% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes bouchicon {
	25% {
		-webkit-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
	}
	75% {
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bouchicon {
	25% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
	}
	75% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.widget.contact-widget > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.widget.contact-widget ul li {
	color: #dddddd;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 16px;
}

.widget.contact-widget ul li i {
	color: #dddddd;
	font-size: 18px;
	margin-left: 13px;
	position: relative;
	top: 3px;
}

.widget.widget-link > ul {
	list-style: outside none none;
	margin: 0 0 0 20px;
	padding: 0;
}

.widget.widget-link > ul li {
	float: right;
	padding-left: 12px;
	width: 50%;
	margin-bottom: 8px;
}

.widget.widget-link > ul li:nth-child(2n) {
	padding-left: 0;
}

.widget.widget-link ul li i {
	color: #ffffff;
	font-size: 16px;
	margin-left: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget.widget-link ul li a {
	color: #dddddd;
	display: block;
	font-size: 14px;
}

.widget.widget-link ul > li a:hover,
.widget.widget-link ul > li a:hover i {
	color: #36760c;
}

.widget.widget-newsletter > p {
	color: #dddddd;
}

.widget.widget-newsletter .subscribe-form .widget-input {
	background-color: #484848;
	border: medium none;
	color: #aaaaaa;
	height: 40px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	padding: 0 12px;
	outline: 0;
}

.widget-sbtn {
	background-color: #36760c;
	border: medium none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*COPY RIGHT STYLE*/

.copy-right-area {
	background-color: #222222;
	padding: 30px 0;
}

.copy-right-area p {
	color: #999999;
	margin: 0;
	text-align: center;
	font-size: 14px;
}

.copy-right-area a {
	color: #dddddd;
}

.copy-right-area a:hover {
	color: #36760c;
}

.widget-sbtn:hover {
	opacity: 0.9;
}

/*========================================
12. ABOUT US PAGE
==========================================*/

.banner-area {
	background: rgba(0, 0, 0, 0) url("../img/about/3.jpg") repeat scroll center center / cover;
	padding: 150px 0;
	width: 100%;
}

.banner-content {
	position: relative;
	top: 80px;
}

.page-title {
	color: #ffffff;
	font-size: 30px;
}

.breadcrumbs {
	position: relative;
	top: 90px;
	text-align: left;
}

.breadcrumbs li {
	color: #ffffff;
	font-size: 18px;
}

.breadcrumbs li a {
	color: #ffffff;
}

.breadcrumbs li i {
	margin-right: 12px;
}

.breadcrumbs li a:hover {
	color: #36760c;
}

.about-content {
	margin-bottom: 45px;
}

.about-area .about-content > h5 {
	margin-bottom: 25px;
}

.about-area .about-content > p {
	margin-bottom: 30px;
}

/* ProgressBar */

.secondery-title > h5 {
	font-weight: 600;
}

.progress-title {
	color: #657786;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 5px;
}

.progress {
	background: #c9c9c9 none repeat scroll 100% 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 7px;
	margin-bottom: 15px;
	overflow: visible;
}

.progress .progress-bar {
	position: relative;
	-webkit-animation: animate-positive 2s;
	-moz-animation: animate-positive 2s;
	-o-animation: animate-positive 2s;
	animation: animate-positive 2s;
}

.progress .progress-value {
	color: #657786;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	left: 8px;
	top: -25px;
}

@-webkit-keyframes animate-positive {
	0% {
		width: 0%;
	}
}

@-moz-keyframes animate-positive {
	0% {
		width: 0%;
	}
}

@-o-keyframes animate-positive {
	0% {
		width: 0%;
	}
}

@keyframes animate-positive {
	0% {
		width: 0%;
	}
}

/*Accordion*/

#accordion {
	padding-right: 76px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#accordion::before {
	background-color: #657786;
	content: "";
	height: 92%;
	right: 22px;
	position: absolute;
	top: 0;
	width: 1px;
	z-index: -1;
}

#accordion .panel {
	border: medium none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 25px;
}

#accordion .panel-heading {
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

#accordion .panel-heading h4.panel-title {
	line-height: 1;
	margin-bottom: 15px;
}

#accordion .panel-title a {
	background-color: #ffffff;
	color: #31162e;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#accordion .panel-title a i {
	margin-left: 15px;
}

#accordion .panel-title a::before {
	background-color: #36760c;
	border: 1px solid #36760c;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	content: "";
	height: 12px;
	right: -59px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 12px;
}

#accordion .panel-title a.collapsed::before {
	background-color: #ffffff;
}

#accordion .panel-body {
	font-size: 14px;
	line-height: 25px;
	padding: 5px 0 15px 15px;
	border: none;
}

/*Team Area*/

.team-wrap,
.team-wrap-2 {
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 -1px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 -1px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 -1px 5px rgba(0, 0, 0, 0.05);
	margin-top: 6px;
	margin-bottom: 45px;
	overflow: hidden;
	position: relative;
}

.singel-team {
	overflow: hidden;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
	position: relative;
}

.singel-team > img {
	width: 100%;
}

/* For background overlay color */

.singel-team::after {
	background: rgba(29, 161, 242, 0.6);
	content: "";
	height: 100%;
	right: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.8s linear 0s;
	-o-transition: all 0.8s linear 0s;
	-moz-transition: all 0.8s linear 0s;
	transition: all 0.8s linear 0s;
	visibility: hidden;
	width: 100%;
	z-index: 2;
}

.team-wrap:hover .singel-team::after,
.team-wrap-2:hover .singel-team::after {
	visibility: visible;
	opacity: 1;
}

/* End background overlay*/

.quick-view {
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 4;
}

.quick-view li,
.team-social li {
	display: inline-block;
	opacity: 0;
	-webkit-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
	visibility: hidden;
	list-style: none;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
}

.quick-view li:nth-of-type(2),
.team-social li:nth-of-type(2) {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.quick-view li:nth-of-type(3),
.team-social li:nth-of-type(3) {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.quick-view li:nth-of-type(4),
.team-social li:nth-of-type(4) {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.team-wrap:hover .quick-view li,
.team-wrap-2:hover .team-social li {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.team-wrap-2:hover .quick-view li {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.quick-view a,
.team-social a {
	border: medium none khaki;
	color: #ffffff;
	display: block;
	font-size: 14px;
	padding: 4px;
	text-align: center;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.team-social a {
	padding: 2px 7px;
}

.quick-view a:hover,
.team-social a:hover {
	background: #36760c;
	color: #404040;
}

.quick-view a:hover {
	color: #ffffff;
}

.team-info {
	padding: 30px 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.team-info h6 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.team-info p {
	margin: 0;
}

/*Team-2 style*/

.team-social {
	list-style: outside none none;
	margin: 20px 0 25px;
	padding: 0;
}

.team-social > li {
	display: inline-block;
	padding: 0 5px;
}

.team-bio {
	background-color: #36760c;
	bottom: 0;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100% 0;
	-moz-transform-origin: 50% 100% 0;
	-ms-transform-origin: 50% 100% 0;
	-o-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	width: 100%;
}

.team-bio > h6 {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 5px;
}

.team-bio > p {
	color: #ffffff;
	padding-bottom: 7px;
}

.team-wrap-2:hover .team-info {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.team-wrap-2:hover .team-bio {
	opacity: 1;
	-webkit-transform: translate(0px, 2px) rotate(0deg);
	-moz-transform: translate(0px, 2px) rotate(0deg);
	-ms-transform: translate(0px, 2px) rotate(0deg);
	-o-transform: translate(0px, 2px) rotate(0deg);
	transform: translate(0px, 2px) rotate(0deg);
}

/* Funfacts Area */

.funfact-area {
	background: rgba(0, 0, 0, 0) url("../img/funfacts/1.jpg") no-repeat scroll center center / cover;
	position: relative;
}

.single-fact {
	margin-bottom: 44px;
}

.single-fact .icon {
	color: #ffffff;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 20px;
}

.single-fact .fact-info span {
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.single-fact .fact-info span.counter {
	font-size: 40px;
	font-weight: 700;
	line-height: 54px;
}

/*Client Feedback*/

.testimonial-area.bg-image {
	background: rgba(0, 0, 0, 0) url("../img/client/1.jpg") no-repeat scroll center center / cover;
}

.single-testimonial {
	background-color: #f5f7f8;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 45px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.testimonial-wrap .single-testimonial img {
	display: inline-block;
	margin-top: -40px;
	position: relative;
	width: inherit;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #36760c;
}

.testimonial-wrap .owl-dots {
	bottom: -33px;
}

.testimonial-wrap.style-2 .single-testimonial > img,
.testimonial-wrap.style-2 .single-testimonial .client-bio {
	margin-right: 40px;
}

.client-bio > h6 {
	font-weight: 600;
	margin: 13px 0 0;
}

.client-bio > p {
	margin-bottom: 20px;
}

.client-details {
	padding: 0 40px;
}

.client-details > p {
	margin-bottom: 35px;
}

.client-details i {
	color: #bbbbbb;
	display: block;
	font-size: 30px;
	padding-bottom: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-testimonial.style-2 .client-details i {
	text-align: left;
}

.single-testimonial:hover {
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.single-testimonial:hover .client-details i {
	color: #36760c;
}

.testimonial-wrap .col-md-4 {
	padding-top: 40px;
}

/*Promo Area*/

.promo-area h5 {
	font-weight: 600;
	line-height: 42px;
	margin: 0;
	padding-right: 95px;
}

.promo-area.bg-theme h5 {
	color: #ffffff;
}

/*========================================
13. PRELOADER STYLE
==========================================*/

.preloader-wrap {
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #36760c;
	background: -webkit-linear-gradient(to right, #36760c, #214e04);
	background: -webkit-gradient(linear, left top, right top, from(#36760c), to(#214e04));
	background: -webkit-linear-gradient(left, #36760c, #214e04);
	background: -moz-linear-gradient(left, #36760c, #214e04);
	background: -o-linear-gradient(left, #36760c, #214e04);
	background: linear-gradient(to right, #36760c, #214e04);
	position: absolute;
}

.cube-folding {
	width: 50px;
	height: 50px;
	display: inline-block;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-size: 0;
	line-height: 1;
}

.cube-folding span {
	position: relative;
	width: 25px;
	height: 25px;
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	display: inline-block;
}

.cube-folding span::before {
	content: '';
	background-color: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 25px;
	height: 25px;
	-moz-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	-webkit-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-moz-animation: folding 2.5s infinite linear both;
	-webkit-animation: folding 2.5s infinite linear both;
	-o-animation: folding 2.5s infinite linear both;
	animation: folding 2.5s infinite linear both;
}

.cube-folding .leaf2 {
	-moz-transform: rotateZ(-90deg) scale(1.05);
	-ms-transform: rotateZ(-90deg) scale(1.05);
	-webkit-transform: rotateZ(-90deg) scale(1.05);
	-o-transform: rotateZ(-90deg) scale(1.05);
	transform: rotateZ(-90deg) scale(1.05);
}

.cube-folding .leaf2::before {
	-moz-animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
	background-color: #f2f2f2;
}

.cube-folding .leaf3 {
	-moz-transform: rotateZ(-270deg) scale(1.05);
	-ms-transform: rotateZ(-270deg) scale(1.05);
	-webkit-transform: rotateZ(-270deg) scale(1.05);
	-o-transform: rotateZ(-270deg) scale(1.05);
	transform: rotateZ(-270deg) scale(1.05);
}

.cube-folding .leaf3::before {
	-moz-animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	animation-delay: 0.9s;
	background-color: #f2f2f2;
}

.cube-folding .leaf4 {
	-moz-transform: rotateZ(-180deg) scale(1.05);
	-ms-transform: rotateZ(-180deg) scale(1.05);
	-webkit-transform: rotateZ(-180deg) scale(1.05);
	-o-transform: rotateZ(-180deg) scale(1.05);
	transform: rotateZ(-180deg) scale(1.05);
}

.cube-folding .leaf4::before {
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
	background-color: #e6e6e6;
}

@-moz-keyframes folding {
	0%,
	10% {
		-moz-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-moz-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-moz-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes folding {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes folding {
	0%,
	10% {
		-moz-transform: perspective(140px) rotateX(-180deg);
		-ms-transform: perspective(140px) rotateX(-180deg);
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-moz-transform: perspective(140px) rotateX(0deg);
		-ms-transform: perspective(140px) rotateX(0deg);
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-moz-transform: perspective(140px) rotateY(180deg);
		-ms-transform: perspective(140px) rotateY(180deg);
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes folding {
	0%,
	10% {
		-moz-transform: perspective(140px) rotateX(-180deg);
		-ms-transform: perspective(140px) rotateX(-180deg);
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-moz-transform: perspective(140px) rotateX(0deg);
		-ms-transform: perspective(140px) rotateX(0deg);
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-moz-transform: perspective(140px) rotateY(180deg);
		-ms-transform: perspective(140px) rotateY(180deg);
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

.cube-wrapper {
	position: fixed;
	right: 50%;
	top: 50%;
	margin-top: -50px;
	margin-right: -50px;
	width: 100px;
	height: 100px;
	text-align: center;
}

.cube-wrapper:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: -20px;
	margin: auto;
	width: 90px;
	height: 6px;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-filter: blur(2px);
	filter: blur(2px);
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	z-index: 1;
	-moz-animation: shadow 0.5s ease infinite alternate;
	-webkit-animation: shadow 0.5s ease infinite alternate;
	-o-animation: shadow 0.5s ease infinite alternate;
	animation: shadow 0.5s ease infinite alternate;
}

.cube-wrapper .loading {
	font-size: 14px;
	display: block;
	color: #ffffff;
	position: relative;
	top: 25px;
	z-index: 2;
	-moz-animation: text 0.5s ease infinite alternate;
	-webkit-animation: text 0.5s ease infinite alternate;
	-o-animation: text 0.5s ease infinite alternate;
	animation: text 0.5s ease infinite alternate;
}

@-moz-keyframes text {
	100% {
		top: 35px;
	}
}

@-webkit-keyframes text {
	100% {
		top: 35px;
	}
}

@-o-keyframes text {
	100% {
		top: 35px;
	}
}

@keyframes text {
	100% {
		top: 35px;
	}
}

@-moz-keyframes shadow {
	100% {
		bottom: -18px;
		width: 100px;
	}
}

@-webkit-keyframes shadow {
	100% {
		bottom: -18px;
		width: 100px;
	}
}

@-o-keyframes shadow {
	100% {
		bottom: -18px;
		width: 100px;
	}
}

@keyframes shadow {
	100% {
		bottom: -18px;
		width: 100px;
	}
}

/*=======================================
14. SCROLL TOUP STYLE ==================*/

#scrollUp {
	background: #36760c none repeat scroll 100% 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	bottom: 10px;
	color: #fff;
	font-size: 32px;
	height: 38px;
	line-height: 42px;
	left: 10px;
	text-align: center;
	width: 38px;
}

#scrollUp:hover {
	opacity: 0.8;
}

/*===END STYLES===*/
