/*==================
Template Name: Ventura | HTML5 Constraction Template
Template URL: https://themedraft.com/vencon
Author: ThemeDraft
Author URL:https://themedraft.com
Version: 1.0
Tags: constraction, build, developer.
===================*/

/*=========== TABLE OF CONTENTS ===========
01 - Base Css.
02 - Common Css.
03 - Header Css
04 - Main Menu Css.
05 - Home Slider Css.
06 - Banner Css.
07 - Counter Css.
08 - Work / Project Css.
09 - Service Css.
10 - Team Css.
11 - Testimonial Css.
12 - Clients Css.
13 - Contact Css.
14 - CTA Css.
15 - Blog Pcss
16 - Search css.
17 - Welcome / About Css.
18 - Skillbar Css.
19 - Footer Css.
20 - 404 Css
21 - Preeloader Css.
======================================*/

/*=========================
01 - Base Css
========================*/

@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;
}

.ltr_text {
	display: inline-block;
	direction: ltr;
}

html,
body {
	height: 100%;
}

body {
	font-family: 'web-vazir', 'segoe ui', tahoma;
	font-weight: 300;
	line-height: 2;
	direction: rtl;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

a:hover,
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
}

input:focus,
textarea:focus,
button:focus {
	outline: 0;
}

/*=========================
02 - Common Css
========================*/

.section-padding {
	padding: 85px 0 100px 0;
}

.padding50 {
	padding: 50px 0;
}

.paddingtop30 {
	padding-top: 30px;
}

.margintop30 {
	margin-top: 30px;
}

.gray-bg {
	background-color: #fafafa;
}

.ven-btn {
	background: transparent none repeat scroll 100% 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #f4f4f4;
	display: inline-block;
	font-weight: 500;
	margin-top: 20px;
	padding: 10px 30px;
	border: 1px solid #b9baba;
}

.ven-btn:hover {
	background: #fcf02e;
	color: #272721;
	border: 1px solid transparent;
}

.ven-btn2 {
	color: #8b8b8b;
	font-size: 16px;

}

.ven-btn2 i {
	opacity: 0;
	visibility: hidden;
}

.ven-btn3 {
	color: #525252;
	font-size: 18px;
}

.heading-style-3 {
	position: relative;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #454545;
}

.section-title {
	margin-bottom: 60px;
	text-align: center;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 800;
	line-height: 1.5;
	position: relative;
}

.section-title h2 span {
	color: #fcf02e;
}

.section-title p {
	margin-top: 40px;
}

.section-title .bottom-line:before {
	background: #fcf02e;
	height: 2px;
	width: 100px;
	margin-right: -50px;
	bottom: -3px;
}

.title-shape {
	position: relative;
	width: 200px;
	margin: -7px auto 0;
}

.title-shape::before,
.title-shape::after {
	position: absolute;
	height: 20px;
	width: 20px;
	border: 1px solid #000;
	content: '';
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 50%;
	margin-right: -15px;
	top: 0px;
}

.title-shape::after {
	top: 5px;
}

.title-shape span {
	position: relative;
	display: block;
	height: 14px;
}

.title-shape span:before,
.title-shape span:after {
	content: '';
	background: #000000;
	height: 2px;
	width: 80px;
	bottom: 0;
	position: absolute;
}

.title-shape span:before {
	right: 0;
	margin-right: -15px;
}

.title-shape span:after {
	left: 0;
	margin-left: -5px;
}

.section-title.title-style-2 h2:before,
.section-title.title-style-2 h2:after,
.heading-style-3:before,
.heading-style-3:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 50px;
	background: #333333;
	bottom: 0;
	right: 50%;
	margin-right: -25px;
}

.heading-style-3:before,
.heading-style-3:after {
	right: 0;
	margin-right: 0;
	background: #e1e1e1;
}

.heading-style-3:after {
	bottom: -5px;
	width: 65px;
}

.section-title.title-style-2 p {
	margin-top: 20px;
}

.section-title.title-style-2 h2:after {
	bottom: -5px;
	width: 80px;
	margin-right: -40px;
}

.section-right-img,
.bottom-line {
	position: relative;
}

.section-right-img::after {
	background-color: transparent;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	bottom: -100px;
	content: "";
	position: absolute;
	left: 0;
	width: 45%;
	height: 636px;
}

.section-right-img::before {
	background-color: #fff559;
	bottom: 0;
	content: "";
	margin: -85px 0 -100px;
	position: absolute;
	left: 0%;
	top: 0;
	width: 36%;
}

.bottom-line::before {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	background: #9b9b9b;
	bottom: 0;
	right: 50%;
	margin-right: -35px;
}

.enableoverlay {
	position: relative;
}

.enableoverlay::before {
	content: '';
	position: absolute;
	background: #1e1e1e;
	height: 100%;
	top: 0;
	width: 100%;
	opacity: .8;
	right: 0
}

.full-size-bg {
	background-color: #dddddd;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bg-fixed {
	background-attachment: fixed;
}

.page-pagination ul {
	direction: ltr;
}

.page-pagination li {
	display: inline-block;
	margin-right: 10px;
}

.page-pagination li a {
	display: block;
	padding: 5px;
	font-size: 16px;
	color: #525252;
	line-height: 1;
	border-bottom: 1px solid transparent;
}

.page-pagination li.current a {
	font-weight: 500;
	border-bottom: 1px solid #525252;
}

.page-pagination li a:hover {
	border-bottom: 1px solid #525252;
}

.ventura-social li {
	display: inline-block;
	margin-left: 0px;
}

.ventura-social li a {
	display: block;
	padding: 5px 10px;
	font-size: 25px;
	color: #262626;
	line-height: 1;
}

.sticky-wrapper {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
}

#scrollUp {
	background: #000000;
	color: #ffffff;
	bottom: 5%;
	display: block;
	height: 40px;
	outline: medium none;
	left: 5%;
	text-align: center;
	width: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#scrollUp::before {
	content: "\f106";
	display: block;
	font-family: "fontawesome";
	font-size: 35px;
	line-height: 36px;
}

#googleMap {
	width: 100%;
	height: 450px;
	direction: ltr;
}

.ven-btn,
.ven-btn2 i,
.ven-btn3,
.header-area,
.header-style2.header-area .header-bottom,
.main-menu li ul,
.slider-area .owl-nav div,
.item-details,
.item-details::before,
.item-details::after,
.item-inner::before,
.work-filter-btn li span::before,
.single-project-nav a i,
.project-page2 .single-work-item,
.single-service-item,
.service-box-2,
.home2 .single-service-item i,
.team-member-social,
.team-area .owl-nav div,
.home2 .team-member-wrapper .single-team-member,
.home2 .team-member-wrapper .single-team-member .team-member-content,
.home2 .team-member-wrapper .single-team-member .team-member-content:before,
.home2 .single-team-member:before,
.home2.testimonial-area .owl-nav div,
.main-contact-form input[type="submit"],
.single-post-item,
.post-thumb span,
.blog-3 .single-blog-item,
.blog-3-heading,
.sidebar .widget li,
.sidebar .widget .sidebar-tags li,
.top-search,
.search-trigger i,
.single-related-item-box img,
.about-style-2 .single-related-item-box h4,
.home2 .footer-menu li a:after,
.recent-facebook-comment img,
.instagram-update li,
.instagram-update li img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

/*=========================
03. Header Css
========================*/

.header-area {
	background: #525252;
	right: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	-webkit-transition-property: background;
	-o-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
}

.header-area.transparent-bg {
	background: transparent;
}

.logo {
	height: 54px;
	margin: 15px 0;
	position: relative;
	z-index: 2
}

.logo img {
	height: 100%;
	width: auto;
}

.header-style2.header-area {
	padding: 0;
}

.header-style2.header-area.transparent-bg .header-bottom {
	background: transparent;
	width: 100%;
}

.header-style2.header-area .header-bottom {
	background: #525252;
	-webkit-transition-property: background;
	-o-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
}

.header-top {
	background: #181818;
	padding: 10px 0;
}

.header-top .ventura-social li a {
	font-size: 20px;
	color: #ffffff;
}

.header-top .ventura-social li a:hover,
.header-top .contact-address li:hover i,
.header-top .contact-address li:hover a,
.search-trigger i:hover {
	color: #fcf02e;
}

.header-top .contact-address {
	text-align: left;
}

.header-top .contact-address li {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 25px;
}

.header-top .contact-address li a {
	color: #ffffff;
}

.header-top .contact-address li:last-child {
	margin-left: 0;
}

.header-top .contact-address li i {
	color: #ffffff;
	top: -4px;
}

.header-top .contact-address li i:before {
	font-size: 20px;
}

.header-top .contact-address li i.fa {
	top: 4px;
	right: 7px;
}


/*=========================
04 - Main Menu Css
========================*/

#mobile-menu-wrap {
	display: none;
}

#mobile-menu-wrap {
	position: absolute;
	top: -48px;
	width: 100%;
	left: 0;
}

.slicknav_btn {
	z-index: 4;
	margin-right: 0;
	margin-top: -7px;
	background-color: #fcf02e;
	padding-top: 12px;
	padding-bottom: 11px;
}

.slicknav_menu {
	background: transparent;
	padding: 5px 15px;
}

.slicknav_nav {
	margin-top: 43px;
	background: #525252;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #525252;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
	background: #fcf02e;
	color: #525252;
}

.slicknav_nav a {}

.slicknav_nav .slicknav_row:hover a {
	color: #525252;
}

.row.mobile-menu,
.row.mobile-menu .col-md-12 {
	height: 0;
	min-height: 0;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu li a {
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: 400;
	padding: 29px 16px;
}

.main-menu > li:last-child a {
	padding-left: 0;
}

.main-menu {
	text-align: left;
}

.main-menu li.active > a,
.main-menu li:hover > a {
	color: #fcf02e;
}

.main-menu ul li a:hover {
	background: #fcf02e;
	color: #525252;
}


/*
Dropdown menu css
*/

.main-menu li ul {
	position: absolute;
	width: 250px;
	text-align: right;
	padding: 20px 0;
	background: #fafafa;
	right: 0;
	top: 150px;
	visibility: hidden;
	opacity: 0;
	border-top: 5px solid #fcf02e;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0px 2px 5px 1px #cccccc;
	-moz-box-shadow: 0px 2px 5px 1px #cccccc;
	box-shadow: 0px 2px 5px 1px #cccccc;

}

.main-menu ul li {
	display: block;
}

.main-menu li ul li a {
	padding: 13px 20px;
	line-height: 1;
	color: #525252;
}

.main-menu li:hover ul {
	visibility: visible;
	opacity: 1;
	top: 83px;
}

.main-menu li:last-child ul {
	right: auto;
	left: 0;
}

/*=========================
05 - Home Slider Css.
========================*/

.slider-bg1 {
	background-image: url("../images/sliderbg1.jpg");
}

.slider-bg2 {
	background-image: url("../images/sliderbg2.jpg");
}

.slider-bg3 {
	background-image: url("../images/sliderbg3.jpg");
}

.single-slide {
	display: table;
	width: 100%;
	position: relative;
	text-align: center;
	color: #ffffff;
	z-index: 1;
}

.single-slide.enableoverlay::before {
	opacity: 0.7;
}

.single-slide h2 {
	font-size: 32px;
	font-weight: 300;
}

.single-slide h1 {
	font-size: 60px;
	font-weight: 700;
}

.single-slide h1 span {
	color: #fcf02e;
}

.slider-content {
	display: table-cell;
	vertical-align: middle;
}

.slider-area,
.slider-area div {
	height: 100%;
}

.slider-area .owl-nav {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	display: none;
	bottom: 30px;
}

.slider-area .owl-nav div {
	background: #fcf02e;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
}

.slider-area .owl-nav .owl-prev {
	margin-left: 15px;
}

.slider-area .owl-nav div:hover {
	background: #525252;
	color: #fff;
}

.slider-area div.owl-nav,
.slider-content div {
	height: auto;
}

.slider-area div.owl-dots {
	height: 106px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -53px;
}

.slider-area div.owl-dot {
	background: transparent;
	color: #ffffff;
	font-size: 20px;
	height: 30px;
	margin-bottom: 5px;
	text-align: center;
	width: 60px;
	position: relative;
}

.slider-area div.owl-dot::before {
	background: #ffffff none repeat scroll 100% 0;
	bottom: -5px;
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	width: 40px;
}

.slider-area div.owl-dot.active {
	font-weight: 700;
	text-align: right;
	color: #fcf02e;
}

.slider-area div.owl-dot.active:before {
	width: 100%;
	background: #fcf02e none repeat scroll 100% 0;
}


.home2 .slider-bg1 {
	background-image: url("../images/home2-sliderbg1.jpg");
}

.home2 .slider-bg2 {
	background-image: url("../images/home2-sliderbg2.jpg");
}

.home2 .slider-bg3 {
	background-image: url("../images/sliderbg1.jpg");
}

.home2 .slider-content {
	padding-top: 0px;
}

.home2 .slider-content p {
	font-size: 18px;
	line-height: 1.7;
}

.home2 .slider-content .ven-btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-left: 30px;
	margin-top: 30px;
}

.home2 .slider-content .ven-btn:last-child {
	margin-left: 0;
}

.home2.slider-area {
	height: 750px;
}

.home2.home-3.slider-area {
	height: 800px;
}

/*=========================
06 - Banner Css.
========================*/

.banner-area {
	height: 450px;
	display: table;
	width: 100%;
	overflow: hidden;
}

.banner-content {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	color: #fff;
}

.banner-area .breadcrumb::before {
	position: absolute;
	background: #f9f9f9;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 5000px;
	opacity: .7;
	z-index: -1;
}

.banner-area .breadcrumb {
	background: transparent;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	z-index: 1;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 0;
}

.banner-area .breadcrumb a,
.breadcrumb > li + li::before,
.banner-area .breadcrumb li {
	color: #060606;
}

.banner-area h1 {
	font-size: 60px;
	margin: 70px 0 10px;
}

/*=========================
07 - Counter Css.
========================*/

.counter-area {
	overflow: hidden;
}

.single-count-box {
	width: 25%;
	float: right;
	display: table;
	height: 280px;
	text-align: center;
	background: #fcf02e;
	color: #4e4e4e;
	font-weight: 500;
	padding: 15px;
}

.single-count-box p {
	margin: 0;
}

.count-content-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.count-content-wrapper i:before {
	font-size: 40px;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 1;
}

.count-number {
	display: block;
	font-size: 32px;
	line-height: 1;
	margin: 20px 0 10px;
	color: #0f0f0f;
}

.count-content-wrapper i {
	display: inline-block;
}

.home2 .single-count-box {
	width: 25%;
	height: 210px;
}

.home2.counter-area {
	overflow: inherit;
}

.home2 .count-box-wrapper {
	margin-top: -105px;
	position: relative;
	z-index: 1;
}

/*=========================
08 - Work / Project Css.
========================*/

.latest-work-area {
	overflow: hidden;
}

.home2.latest-work-area .section-title.title-style-2 h2:before,
.home2.latest-work-area .section-title.title-style-2 h2:after,
.work-contact-form .section-title.title-style-2 h2:before,
.work-contact-form .section-title.title-style-2 h2:after,
.client-testimonial-style-3 .section-title.title-style-2 h2:before,
.client-testimonial-style-3 .section-title.title-style-2 h2:after {
	background: #fef031;
}

.work-item-wrapper {
	margin-top: -15px;
	margin-bottom: -15px;

}

.single-work-item {
	padding-right: 15px;
	padding-left: 15px;
	float: right;
	position: relative;
	margin: 15px 0;
}

.single-work-item.work-item-large {
	height: 290px;
	width: 66.66666667%
}

.single-work-item.work-item-medium {

	height: 290px;
	width: 33.33333333%;
}

.single-work-item.work-item-small {

	height: 200px;
	width: 33.33333333%;
}


.item-inner {
	height: 100%;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.item-inner img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.item-box {
	position: absolute;
	top: 0;
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 1
}

.item-details {
	display: table-cell;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	position: relative;
}

.item-details::before,
.item-details::after {
	position: absolute;
	content: '';
	background: transparent;
	height: 30px;
	width: 30px;
	opacity: 0;
	visibility: hidden;
}

.item-details::before {

	right: 15px;
	top: 15px;
	border-right: 2px solid #525252;
	border-top: 2px solid #525252;
}

.item-details::after {
	left: 15px;
	bottom: 15px;
	border-left: 2px solid #525252;
	border-bottom: 2px solid #525252;
}

.item-inner::before {
	position: absolute;
	content: '';
	background: #f6f6f6;
	height: 100%;
	width: 100%;
	opacity: 0;
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	visibility: hidden;
	z-index: 1;
}

.item-inner::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background: #1e1e1e;
	opacity: .3;
	top: 0;
	right: 0;
}

.item-box a {
	font-size: 16px;
	margin: 0 auto;
	line-height: 1.7;
	font-weight: 400;
	display: block;
	padding: 10px;
	color: #333333;
}

.item-box a:hover {
	opacity: .7;
}

.single-work-item:hover .item-inner::before {
	opacity: .85;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	visibility: visible;
}

.single-work-item:hover .item-details,
.single-work-item:hover .item-details::before,
.single-work-item:hover .item-details::after {
	visibility: visible;
	opacity: 1;
}

.item-details p {
	position: relative;
	padding-bottom: 5px;
}

.isotope-mobile-title {
	display: none;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	text-align: center;
	position: relative;
	cursor: pointer;
	margin-bottom: 30px;
}

.isotope-mobile-title::before {
	background: transparent;
	border-bottom: 1px solid;
	border-left: 1px solid;
	content: "";
	height: 15px;
	position: absolute;
	left: 15px;
	top: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 15px;
}

.isotope-mobile-title.active::before {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 8px;
}

.work-filter-btn {
	text-align: center;
	margin-bottom: 35px;
}

.work-filter-btn li {
	display: inline-block;
	margin-left: 10px;
}

.work-filter-btn li:last-child {
	margin-left: 0;
}

.work-filter-btn li span {
	cursor: pointer;
	padding: 10px;
	position: relative;
}

.work-filter-btn li.active span {
	cursor: default;
}

.work-filter-btn li span::before {
	background: #000000 none repeat scroll 100% 0;
	content: "";
	height: 1px;
	right: 0;
	position: absolute;
	top: 50%;
	width: 0;
}

.work-filter-btn li.active span::before {
	width: 100%;
}

.our-all-projects .single-work-item.work-item-large {
	height: 500px;
	width: 50%;
}


.our-all-projects .single-work-item.work-item-small {

	height: 235px;
	width: 50%;
}

.our-project .section-title {
	margin-bottom: 40px;
}

.our-project .page-pagination {
	margin-top: 50px;
}

.project-page.banner-area {
	background-image: url(../images/project-banner.jpg);
}

.single-project-page h1 {
	margin-top: 50px;
	margin-bottom: 20px;
	color: #4e4c4c;
	font-weight: normal;
}

.single-project-page {
	color: #5e5e5e;
}

.project-rating ul li {
	display: inline-block;
}

.project-rating ul li:last-child {
	margin-right: 10px;
}

.project-rating p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.5;
}

.project-details {
	padding-right: 100px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 50px;
	margin-bottom: 80px;
}

.project-details p {
	margin-top: 30px;
}

.single-project-page .section-title {
	margin-bottom: 20px;
}

.single-project-page .section-title h2 {
	font-size: 36px;
	text-transform: inherit;
	margin-bottom: 0;
}

.single-project-page .section-title p {
	margin-top: 15px;
}

.single-project-nav a:last-child {
	float: left;
}

.single-project-nav a {
	color: #555555;
}

.single-project-nav a:hover i.fa-angle-left {
	padding-right: 5px;
}

.single-project-nav a:hover i.fa-angle-right {
	padding-left: 5px;
}

.single-project-nav a:last-child i {
	margin-right: 10px;
	margin-left: 0;
}

.single-project-nav a i {
	margin-left: 10px;
}

.single-project-nav {
	border-top: 1px solid #f3f3f3;
	padding-top: 30px;
}

.home2.latest-work-area {
	background-image: url(../images/home2-projectbg.jpg);
}


.home2.latest-work-area.enableoverlay::before {
	background: #525252;
}


.home2 .work-item-large-height {
	height: 585px;
	width: 25.1%;
}

.home2 .work-item-large {
	width: 50%;
	height: 278px;
}

.home2 .work-item-small {
	height: 278px;
	width: 24.9%;
}

.home2.latest-work-area .section-title h2,
.home2.latest-work-area .work-filter-btn li,
.client-testimonial-style-3 .section-title h2 {
	color: #ffffff;
}

.home2.latest-work-area .work-filter-btn li.active {
	color: #fdf030;
}

.home2.latest-work-area .work-filter-btn li.active span::before {
	background: #fdf030;
}

.home2.latest-work-area .item-inner::before {
	background: #fdf030;
}

.latest-work-area .ven-btn2 {
	color: #333333;
}

.home2.latest-work-area .ven-btn2 {
	color: #fdf030;
}

.project-img {
	position: relative;
	overflow: hidden;
	padding-bottom: 66%;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.project-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.each-project-item {
	color: #9b9b9b;
	display: block;
	padding-top: 15px;
}

.each-project-item:hover {
	color: #525252;
}

.home2.latest-work-area .ven-btn2:hover i,
.latest-work-area .ven-btn2:hover i {
	padding-left: 10px;
	opacity: 1;
	visibility: visible;
}

.single-project-page .single-service-2 .flex-viewport {
	width: 100%;
	float: none;
	margin-left: 0;
}

.single-project-page .single-service-2 .flex-viewport .slide_inner {
	padding-bottom: 40%;
}

.single-project-page .single-service-2 .flex-control-nav.flex-control-thumbs {
	float: none;
	margin-top: 30px;
	width: 100%;
}

.single-project-page .single-service-2 .flex-control-nav.flex-control-thumbs li {
	width: 32%;
	float: right;
	margin-bottom: 0;
	margin-left: 2%;
	padding-bottom: 14%;
}

.single-project-page .single-service-2 .flex-control-nav.flex-control-thumbs li:last-child {
	margin-left: 0;
}

.load-more-item {
	display: none;
	height: 400px;
	margin: 15px 0;
}

.load-more-item .item-inner:hover .item-details {
	visibility: visible;
	opacity: 1;
}

.load-more-item .item-inner:hover:before {
	visibility: visible;
	opacity: .85;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	border: 5px solid #fdf030;
	background: #121212
}

.load-more-item .item-box a,
.load-more-item .bottom-line {
	width: auto;
	color: #fdf030;
}

.load-more-item .bottom-line::before {
	background: #fdf030;

}

.ven-btn.loadmore-btn:hover {
	background: #fcf02e;
	color: #272721;
	border: 1px solid transparent;
}

.ven-btn.loadmore-btn {
	color: #272721;
	margin-top: 30px;
}

.home2.latest-work-area .work-filter-btn li:hover span::before {
	width: 100%;
	background: #fdf030;
}

.home2.latest-work-area .work-filter-btn li:hover {
	color: #fdf030;
}

.work-filter-btn li:hover span::before {
	width: 100%;
}

/*=======================
09 - Service Css.
========================*/

.service-items-wrapper {
	margin-top: -15px;
	margin-bottom: -15px;
}

.single-service-item {
	margin: 15px 0;
}

.single-service-item a {
	display: block;
	text-align: center;
	color: #707070;
	padding: 15px;
}

.single-service-item:hover {
	background-color: #fff559;
}

.service-area .section-right-img::after {
	background-image: url("../images/service-img-1.png");
	width: 32.6%;
	height: 550px;
}

.service-area .section-right-img::before {
	width: 32.6%;
}

.single-service-item i {
	display: inline-block;
	line-height: 1;
}

.single-service-item i::before {
	color: #5c5c5c;
	font-size: 40px;
}


.single-service-item h4 {
	margin: 20px 0;
	display: block;
	padding-bottom: 15px;
	color: #2c2c2c;
}

.service-box-2 img {
	height: 100%;
	width: 100%;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.service-box-2 h3 {
	margin: 20px 0 10px;
}

.service-area-2 .section-title {
	margin-bottom: 40px
}

.service-box-2 {
	margin-bottom: 30px;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.project-page2 .single-work-item {
	-webkit-transition-property: -webkit-box-shadow;
	transition-property: -webkit-box-shadow;
	-o-transition-property: box-shadow;
	-moz-transition-property: box-shadow, -moz-box-shadow;
	transition-property: box-shadow;
	transition-property: box-shadow, -webkit-box-shadow, -moz-box-shadow;
}

.service-box-2:hover,
.project-page2.our-project .single-work-item:hover {
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}

.service-box-2 .ven-btn {
	color: #525252;
}

.service-page.banner-area {
	background-image: url(../images/servicebanner.jpg);
}

.single-service-left .bottom-line:before {
	width: 100%;
	right: 0;
	margin-right: 0;
	background: #fcf02e;
	height: 2px;
}

.single-service-left h3 {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.single-service-left p {
	margin-bottom: 25px;
}

.single-service-short-details span {
	color: #aeaeae;
	display: block;
	line-height: 1.5;
	font-size: 12px;
}

.single-service-short-details ul li {
	display: inline-block;
	margin-left: 5px;
}

.single-service-short-details li a {
	color: #535353;
	padding: 5px 0;
}

.single-service-short-details .ven-btn {
	width: 100%;
	text-align: center;
	padding: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 40px 0;
	color: #6f6c30;
	font-weight: 300;
	background: #fcf02e;
	border-color: #fcf02e;
}

.single-service-short-details .ven-btn:hover {
	color: #ffffff;
	background: #525252;
	border-color: transparent;
}

.single-service-right img {
	margin-bottom: 30px;
}

.single-service-right img:last-child {
	margin-bottom: 0;
}

.home2.service-area .single-service-item h4 {
	margin-bottom: 5px;
}

.home2 .single-service-item:hover {
	background: none;
	-webkit-box-shadow: -5px 6px 45px #ddd;
	-moz-box-shadow: -5px 6px 45px #ddd;
	box-shadow: -5px 6px 45px #ddd;
}


.home2 .single-service-item i {
	height: 80px;
	width: 80px;
	line-height: 80px;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.home2 .single-service-item a:hover i {
	background: #fcf02e;
	border: 1px solid #fcf02e;
}

.service-page2 .single-service-item {
	border: 1px solid #ececec;
	padding: 15px;
}

.service-page2 .single-service-item:hover {
	border: 1px solid transparent;
}

.service-page2 .section-title.title-style-2 {
	margin-bottom: 30px;
}

.single-service-2 .flex-viewport {
	width: 75%;
	float: right;
	margin-left: 2%;
	direction: ltr;
}

.single-service-2 .flex-viewport li {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.single-service-2 .flex-viewport .slide_inner {
	padding-bottom: 52%;
}

.single-service-2 .flex-viewport img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.single-service-2 .flex-control-nav.flex-control-thumbs {
	width: 23%;
	float: right;
	margin-top: 0;
}

.single-service-2 .flex-control-nav.flex-control-thumbs li {
	display: block;
	width: 100%;
	float: none;
	margin-bottom: 10%;
	padding-bottom: 50%;
	position: relative;
}

.single-service-2 .flex-control-nav.flex-control-thumbs li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.flex-control-thumbs img {
	opacity: .5;
}

.single-item-details .section-title.title-style-2 {
	margin-top: 40px;
	margin-bottom: 45px;
}

.itemquote {
	padding: 20px 100px;
	font-style: italic;
	background: #fcf02e;
	color: #505050;
	font-weight: 600;
	position: relative;
}

.itemquote span {
	display: block;
	color: #767676;
	font-size: 12px;
}

.itemquote strong {
	color: #000;
	font-size: 14px;
}

.itemquote:before {
	font-size: 30px;
	top: 10px;
	right: 50px;
}

.single-item-details p {
	margin-bottom: 35px;
}

.single-item-details p:last-child {
	margin-bottom: 0;
}

.single-service-style-3.single-post-item {
	background: #fdf030;
	color: #525252;
	text-align: center;
}

.single-service-style-3.single-post-item .post-content h4 {
	margin: 15px 0;
}

.home-3-service-area {
	margin-top: -162px;
	z-index: 1;
	position: relative;
	padding-bottom: 85px;
}

.single-service-style-3.single-post-item:hover {
	-webkit-box-shadow: -5px 6px 25px #dddddd;
	-moz-box-shadow: -5px 6px 25px #dddddd;
	box-shadow: -5px 6px 25px #dddddd;
}

/*=======================
10 - Team Css.
========================*/

.team-area {
	background-image: url(../images/teambg1.jpg);
	overflow: hidden;
}

.team-area.enableoverlay::before {
	background: #000000;
}

.member-image,
.team-area.team-2 .single-team-member {
	padding-bottom: 115%;
	position: relative;
}

.member-image img,
.team-area.team-2 .single-team-member img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.team-member-content {
	color: #ffffff;
	text-align: center;
	padding: 15px;
	background: #525252;
	position: relative;
}

.team-member-content h4 {
	position: relative;
	padding-bottom: 15px;
	margin: 10px 0;
	font-weight: 400;
	font-size: 16px;
}

.team-member-content h4:before {
	background: #e0c745
}

.team-member-social {
	background: #fcf02e;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	right: 0;
	padding: 15px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
}

.member-social-icon {
	display: table;
	height: 100%;
	width: 100%;
}

.member-social-icon ul {
	display: table-cell;
	vertical-align: middle;
}

.member-social-icon li {
	display: inline-block;
	margin-left: 5px;
}

.member-social-icon a {
	color: #262626;
	font-size: 20px;
	display: block;
	padding: 5px;
}

.member-social-icon a:hover {
	opacity: .5;
}

.single-team-member:hover .team-member-social {
	visibility: visible;
	opacity: 1;
}

.team-area .section-title h2 {
	color: #ffffff;
}

.team-area .title-shape::before,
.team-area .title-shape::after,
.team-area .title-shape span::before,
.team-area .title-shape span::after {
	border: 1px solid #ffffff;
}

.team-area .owl-nav div {
	height: 30px;
	width: 30px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: -5%;
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	opacity: 0;
}

.team-area:hover .owl-nav div {
	opacity: 1
}

.team-area .owl-nav div.owl-next {
	right: auto;
	left: -5%;
}

.about-page.team-area {
	background-image: none;
}

.about-page.team-area h2 {
	color: #1b1b1b;
}

.team-page.banner-area {
	background-image: url(../images/team-banner.jpg);
}

.team-page.team-area {
	background-image: none;
}

.team-page.team-area .section-title h2 {
	color: #333333
}


.team-page.team-area .title-shape::before,
.team-page.team-area .title-shape::after,
.team-page.team-area .title-shape span::before,
.team-page.team-area .title-shape span::after {
	border: 1px solid #333333;
}

.team-page .single-team-member {
	margin: 15px 0;
}

.about-page.team-area .title-shape::before,
.about-page.team-area .title-shape::after,
.about-page.team-area .title-shape span::before,
.about-page.team-area .title-shape span::after {
	border: 1px solid #000;
}

.home2.team-area {
	background-image: none;
}

.home2 .team-member-wrapper .single-team-member {
	position: relative;
	z-index: 1;
}

.home2 .team-member-wrapper .single-team-member .team-member-content {
	position: absolute;
	bottom: 15px;
	background: transparent;
	z-index: 1;
	right: 15px;
	left: 15px;
	padding: 0;
	height: 140px;
	z-index: 3;
}

.home2 .team-member-wrapper .single-team-member .team-member-content:before {
	position: absolute;
	content: '';
	background: #edecf0;
	height: 100%;
	width: 100%;
	right: 0;
	opacity: .8;
	z-index: -1;

}

.home2 .single-team-member .member-social-icon li a {
	color: #4d4d4d;
	font-size: 18px;
	padding: 5px;
	line-height: 1;
}

.home2 .single-team-member .member-social-icon li a:hover {
	color: #000;
	opacity: 1;
}

.home2 .single-team-member .team-member-content h4 {
	color: #1e1e1e;
}

.home2 .single-team-member .team-member-content p {
	color: #000000;
	font-weight: 400;
}

.home2 .single-team-member .team-member-content .bottom-line:before {
	background: #7d7d7d;
	width: 100px;
	margin-right: -50px;
}

.home2 .single-team-member .member-social-icon {
	display: inherit;
	height: auto;
	width: 100%;
	text-align: center;
}

.home2 .single-team-member .member-social-icon ul {
	display: inherit;
}

.home2 .single-team-member:before {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	content: '';
	background: #fcf02e;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.home2 .team-member-wrapper .single-team-member:hover .team-member-content {
	bottom: 50%;
	margin-bottom: -70px;
}

.home2 .team-member-wrapper .single-team-member:hover:before {
	opacity: .8;
	visibility: visible;
}

.home2 .team-member-wrapper .single-team-member:hover .team-member-content:before {
	background: transparent;
}


.home2.team-area .owl-nav div {
	color: #888888;
}

.home2.team-area .section-title h2 {
	color: #333333;
}

.team-area.team-2 .single-team-member {
	margin: 15px 0;
}

/*=======================
11 - Testimonial Css.
========================*/

.testimonial-wraper.enableoverlay::before {
	background: #000000;
}

.testimonial-wraper {
	background-image: url(../images/testimonialbg1.jpg);
	color: #ffffff;
	text-align: center;
	background-attachment: inherit;
	color: #c6c6c6;
}

.testimonial-left,
.given-feedback {
	position: relative;
}

.testimonial-left::before {
	position: absolute;
	height: 160%;
	background: #f5e92d;
	width: 2px;
	left: -15px;
	bottom: auto;
	content: '';
	top: -20px;
}

.single-testimonial.section-padding {
	padding: 85px 0 80px 0;
}

.given-feedback {
	padding: 0px 50px;
}

.given-feedback::before,
.itemquote:before {
	content: '\f10e';
	font-family: fontawesome;
	position: absolute;
	right: 30px;
	top: -6px;
}

.given-feedback::after {
	content: '\f10d';
	font-family: fontawesome;
	position: absolute;
	left: 30px;
	bottom: -10px;
}

.testimonial-left h4 {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.testimonial-left h4::before {
	background-color: #f5e92d;
}

.testimonial-left span {}

.testimonial-area .owl-nav {
	display: none;
}

.home2.testimonial-area.section-padding {
	padding: 85px 0 60px;
}

.home2.testimonial-area {
	background: #fcf02e;
}

.home2 .testimonial-wraper {
	background: no-repeat;
	color: #000;
}

.home2 .single-testimonial .given-feedback {
	position: relative;
}

.home2 .single-testimonial .given-feedback:before,
.home2 .single-testimonial .given-feedback:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 2px;
	background: #000;
	right: 0;
	bottom: 0;
}

.home2 .single-testimonial .given-feedback:after {
	right: auto;
	left: 0;
}

.home2.testimonial-area .owl-nav {
	display: block;
}

.home2.testimonial-area .owl-nav div {
	position: absolute;
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-size: 30px;
	top: 50%;
	margin-top: -30px;
	right: 100px;
	opacity: 0;
	visibility: hidden;
}

.home2.testimonial-area:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}

.home2 .single-testimonial .given-feedback h5 {
	margin-top: 25px;
}

.home2.testimonial-area .owl-nav div.owl-next {
	right: auto;
	left: 100px;
}

.home2 .single-testimonial .given-feedback h5 span {
	display: block;
	font-weight: 300;
	margin-top: 10px;
	color: #525252;
}

.client-testimonial-style-3-wrapper .client-img-details img {
	height: 60px;
	width: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.client-testimonial-style-3-wrapper .client-img-details strong {
	display: block;
}

.client-testimonial-style-3-wrapper .client-img-details {
	position: relative;
	padding-right: 80px;
}

.client-testimonial-style-3-wrapper .single-testimonial {
	background: #fff;
	padding: 30px;
	color: #525252;
}

.client-testimonial-style-3-wrapper .owl-dots div {
	background: transparent;
	height: 15px;
	width: 15px;
	display: inline-block;
	margin-left: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff001;
}

.client-testimonial-style-3-wrapper .owl-dots {
	text-align: center;
	margin-top: 50px;
}

.client-testimonial-style-3-wrapper .owl-dots div.active {
	background: #fff001;
}

.client-testimonial-style-3 {
	background-image: url("../images/testimonialbg3.jpg");
	overflow: hidden;
}

.client-testimonial-style-3-wrapper .single-testimonial p {
	border-bottom: 2px solid #fcf02e;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

/*=========================
12 - Clients Css.
========================*/

.single-client-box {
	height: 180px;
	display: table;
	border: 1px solid #e1e1e1;
}

.client-logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.single-client-carousel {
	height: 120px;
	display: table;
	width: 100%;
}

.client-carousel-inner {
	display: table-cell;
	vertical-align: middle;
}

.client-carousel-wrapper.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}

/*=========================
13 - Contact Css.
========================*/

input,
textarea {
	width: 100%;
	border: none;
	border-bottom: 1px dotted #b7b373;
	margin-bottom: 20px;
	background-color: transparent;
	text-align: right;
}


.contact-with-us {
	background: #fcf02e;
	padding: 15px;
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
	position: absolute;
	z-index: 1;
	left: 0;
}

.contact-area .section-title {
	margin-top: 50px;
}

input[type="submit"] {
	width: auto;
	font-weight: 500;
	border-bottom: none;
	float: left;
}

.contact-page.banner-area {
	background-image: url(../images/contact-banner.jpg);
}

.contact-address li {
	position: relative;
	padding-right: 35px;
	margin-bottom: 15px;
	color: #646464;
}

.contact-address li i {
	display: inline-block;
	color: #ffd286;
	position: absolute;
	right: 0;
	top: -10px;
}

.contact-address li i:before {
	font-size: 25px;
}

.contact-address li i.fa {
	top: 0px;
}

.contact-address li a {
	color: #646464;
}

.contact-page .contact-address li a:hover {
	padding-right: 5px;
}

.contact-left h4 {
	margin-bottom: 20px;
}

.contact-left .ventura-social {
	margin-top: 50px;
}

.contact-left h4 {
	color: #1f1e1e;
}

.contact-left .ventura-social h4 {
	margin-bottom: 10px;
}

.main-contact-form input,
.main-contact-form textarea {
	border: 1px solid #c9c9c9;
	padding: 10px;
	width: 100%;
	text-align: right;
}

.main-contact-form textarea {
	resize: vertical;
	min-height: 106px;
}

.main-contact-form input:focus,
.main-contact-form textarea:focus {
	border: 1px solid #565656;
}

.main-contact-form input[type="submit"] {
	background: #1e1e1e;
	color: #ffffff;
	text-align: center;
}

.main-contact-form input[type="submit"]:hover {
	background: #525252;
	border: 1px solid #525252;
}

.home2.main-contact-form input,
.home2.main-contact-form textarea {
	background: #e5e5e5;
	border: 1px solid #c9c9c9;
}

.home2.main-contact-form input[type="submit"] {
	width: auto;
	color: #525252;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	float: none;
	background: #fcf02e;
	padding: 10px 20px;
	border: transparent;
}

.home2.main-contact-form input[type="submit"]:hover {
	background: #000000;
	color: #ffffff;
}

.home2.main-contact-form {
	text-align: center;
}

.work-contact-form {
	background-image: url(../images/home2-letsworkbg.jpg);
}

.work-contact-form.enableoverlay::before {
	opacity: .95;
}

.work-contact-form .section-title h2 {
	color: #ffffff;
}

.contact-2 .main-contact-form {
	margin-top: 30px;
}

.contact-2 .main-contact-form input[type="submit"] {
	margin-bottom: 0;
}

/*=========================
14 - CTA Css.
========================*/

.cta-area {
	line-height: 1;
	background: #525251;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.cta-area .ven-btn {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #525252;
	margin-top: 0;
	border-color: #fcf02e;
	font-weight: 400;
	background: #fcf02e;
	padding: 15px 25px;
}

.cta-area .ven-btn:hover {
	color: #fff;
	background: #333;
	border-color: #333;
}

.cta-area h2 {
	margin-bottom: 0;
	margin-top: 6px;
}

/*=========================
15. Blog css
========================*/

.single-blog-item {
	overflow: hidden;
}

.blog-page.banner-area {
	background-image: url(../images/blog-banner.jpg);
}


.blog-thumbnail,
.blog-text-content {
	width: 50%;
	float: right;
}

.blog-area .single-blog-wrapper:nth-child(2n) .blog-thumbnail {
	float: right;
}

.blog-area .single-blog-wrapper:nth-child(2n) .blog-text-content {
	float: left;
}

.blog-text-content {
	background: #ffffff;
}

.blog-text-content h2 {
	font-size: 28px;
}

.blog-text-content h5 {
	font-weight: 300;
	display: inline-block;
	padding-bottom: 10px;
}

.blog-page .single-post-item {
	margin-bottom: 30px;
}

.blog-text-content .bottom-line::before {
	width: 100%;
	background: #f6ec55;
	right: 0;
	margin-right: 0;
}

.blog-text-content {
	padding: 30px;
}

.blog-thumbnail {
	height: 378px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.blog-thumbnail img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.blog-area .page-pagination {
	margin-top: 45px;
}

.single-blog-page.single-project-page h1 {
	margin-top: 60px;
	margin-bottom: 10px;
}

.single-blog-page.single-project-page {
	background: #f8f8f8;
}

.blog-post-date {
	font-size: 12px;
	padding-bottom: 10px;
}

.bottom-line.blog-post-date:before {
	width: 100%;
	right: 0;
	margin-right: 0;
	background: #fcf02e;
	height: 2px;
}

.single-blog-page.single-project-page .project-details {
	padding-right: 0;
	border-bottom: none;
	margin-bottom: 10px;
}

.single-blog-page .sub-headding {
	margin-top: 30px;
	margin-bottom: 10px;
}

.single-blog-page .project-details ul li {
	position: relative;
	padding-right: 15px;
	display: block;
	margin-bottom: 5px;
}

.single-blog-page .project-details ul li:before {
	position: absolute;
	right: 0;
	height: 5px;
	width: 5px;
	background: #000000;
	content: '';
	top: 15px;
	margin-top: -2.5px;
}

.single-blog-page .related-item h4 {
	text-align: right;
	line-height: 1.6;
	font-weight: normal;
	font-size: 18px;
}


.single-blog-page .comment-area {
	margin-top: 80px;
}

.comment-area div.user-comment {
	margin-top: 60px;
	margin-bottom: 40px;
}

.comment-count {
	border-bottom: 1px solid #a7a7a7;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.single-comment,
.post-box {
	position: relative;
}

.user-avatar {
	position: absolute;
	height: 60px;
	width: 60px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	text-align: center;
	overflow: hidden;
}

.user-avatar img {
	height: 100%;
	width: 100%;
}

.single-comment p {
	padding: 0 10px;
	border: 1px solid #e1e1e1;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
}

.comment-style-2 .single-comment p {
	border: none;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 40px;
}

.comment-form-style-2 h4 {
	border-bottom: 1px solid #a7a7a7;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

.user-comment-done {
	padding-right: 80px;
	position: relative;
}

.user-comment-done h4 {
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	padding-right: 10px;
}

.user-comment-done span {
	display: block;
	color: #b0b0b0;
	font-size: 11px;
	padding-right: 10px;
	margin-top: 10px;
}

.comment-form-style-2 .main-contact-form input[type="submit"] {
	width: auto;
	float: none;
	margin-bottom: 0;
	font-weight: 400;
}

.single-comment.user-replay {
	margin-right: 80px;
	margin-top: 30px;
}

.replay-btn {
	color: #2a2a2a;
	position: absolute;
	left: 0;
	bottom: 5px;
	font-weight: 400;
	font-size: 15px;
}

.replay-btn i {
	margin-left: 5px;
}

.comment-form {
	margin-top: 50px;
}

.comment-form textarea {
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	background: #ffffff;
	margin-bottom: 0;
}

.comment-form textarea:focus {
	border: 1px solid #333;
}

.comment-form-style-2 textarea {
	height: 190px;
}

.single-post-item {
	display: block;
	color: #a8a8a8;
	background: #fafafa;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;
}

.single-post-item:hover {
	background: #fcf02e;
	color: #646464;
}

.single-post-item:hover .post-thumb span {
	background: #fdf030;
}

.post-thumb {
	width: 100%;
	padding-bottom: 45%;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.post-thumb span {
	position: absolute;
	background: #f8f8f8;
	color: #343434;
	padding: 3px 10px;
	top: 20px;
	right: 0;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	display: block;
}

.post-thumb img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.post-content h4 {
	color: #343434;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.6;
}

.post-content {
	padding: 20px 20px 40px;

}

.post-content .author-img,
.post-content .comments-count {
	height: 45px;
	width: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.author-box {
	position: relative;
	padding: 0 60px;
	margin-top: 30px;
}

.post-content .comments-count {
	right: auto;
	left: 0;
	text-align: center;
	font-size: 16px;
	color: #646464;
}

.author-box p {
	margin-bottom: 0;
	line-height: 1.4;
	position: relative;
	top: -1px;
}

.author-box span {
	font-size: 11px;
	position: relative;
	top: 2px;
}

.blog-3 .single-blog-item {
	display: block;
	color: #757575;
	padding: 15px;
	background: #ffffff;
	margin-bottom: 40px;
}

.blog-3 .single-blog-item:hover {
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}

.blog-3 .single-blog-item:hover .blog-3-heading {
	background: #fcf02e;
}

.blog-3-thumb {
	padding-bottom: 60%;
	position: relative;
	margin-bottom: 110px;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.blog-3-thumb img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.blog-3-heading {
	background: #f9f9f9;
	position: absolute;
	bottom: -65px;
	width: 500px;
	right: 50%;
	margin-right: -250px;
	padding: 20px 30px;
	border: 5px solid #525252;
	text-align: center;
	height: 130px;
}

.blog-3-heading h3 {
	position: relative;
	padding-bottom: 10px;
	color: #525252;
}

.blog-3-heading h3:before,
.blog-3-heading h3:after {
	position: absolute;
	height: 2px;
	width: 50px;
	background: #525252;
	bottom: 0;
	content: '';
	right: 50%;
	margin-right: -25px;
}

.blog-3-heading h3:after {
	bottom: -5px;
	width: 80px;
	margin-right: -40px;
}

.blog-3 .ven-btn2 {
	color: #525252;
}

.blog-3 .ven-btn2:hover,
.single-blog-item .ven-btn3:hover {
	font-weight: 700;
	color: #525252;
}

.sidebar-search input {
	border: 1px solid #525252;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px;
	height: 40px;
	position: relative;
	z-index: 1;
}

.sidebar-search input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #525252;
}

.sidebar-search:after {
	position: absolute;
	font-family: fontawesome;
	content: '\f002';
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	z-index: 1;
	text-align: center;
}

.sidebar-wrapper {
	background: #ffffff;
	padding: 15px;
}

.sidebar-search {
	position: relative;
	z-index: 1;
}

.sidebar .section-title h2 {
	font-size: 15px;
	text-align: right;
	color: #6b6b6b;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.sidebar .section-title h2:before,
.sidebar .section-title h2:after {
	right: 0;
	margin-right: 0;
	background: #6b6b6b;
}

.sidebar .section-title {
	margin-bottom: 25px;
	margin-right: -25px;
}

.sidebar .widget {
	margin-bottom: 60px;
	margin-top: 50px;
	padding-right: 25px;
}

.sidebar .widget li {
	display: block;
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}

.sidebar .widget li:hover {
	border-bottom: 1px solid #000000;
}

.sidebar .widget li a {
	display: block;
	color: #6f6f6f;
	padding: 10px 0;
}

.sidebar-recent-post li {
	position: relative;
	padding-right: 90px;
}

.sidebar-recent-post li img {
	position: absolute;
	width: 70px;
	height: 60px;
	right: 0;
	top: 0;
}

.sidebar-recent-post li h4 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
}

.sidebar-recent-post li span {
	font-size: 11px;
}

.sidebar .widget .sidebar-tags li {
	display: inline-block;
	border: 1px solid #efefef;
	margin-left: 10px;
}

.sidebar .widget .sidebar-tags li:hover {
	border: 1px solid #000000;
}

.sidebar .widget .sidebar-tags li a {
	padding: 5px 10px;
}

.single-blog-2 .project-details {
	padding-right: 0;
}

.taglist li {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
}

.taglist li a {
	display: block;
	padding: 3px 10px;
	background: #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #161616;
	font-size: 12px;
}

.fev-box {
	border: 1px solid #acacac;
	padding: 0 25px;
}

.large-device-hide {
	display: none;
}

.fev-box li {
	display: inline-block;
}

.fev-box li:last-child {
	float: left;
}

.fev-box li a {
	color: #343434;
	font-size: 20px;
}

.fev-box li a i {
	margin-left: 10px;
}

.share-post {
	margin-top: 50px;
}

.share-post .ventura-social li a {
	border: 1px solid #585858;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 20px;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	margin-left: 10px;
}

.share-post .ventura-social li a:hover,
.taglist li a:hover {
	background: #525252;
	color: #fff;
}

.share-post h4 {
	font-weight: 400;
	margin-bottom: 20px;
}

.single-blog-2 h1 {
	margin-top: 30px;
	margin-bottom: 5px;
}

/*====================
16 - Search css
====================*/

.search-trigger {
	text-align: left;
	margin: 22px 0;
	position: relative;
	z-index: 2;
}

.top-search {
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	height: 88px;
	visibility: hidden;
	opacity: 0;

}

.top-search.show {
	visibility: visible;
	opacity: 1;
	z-index: 5;
}

.search-trigger i:before {
	font-size: 20px;
}

.search-trigger i {
	color: #fff;
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	top: -1px;
}

.search-close-trigger {
	position: absolute;
	left: 40px;
	top: 50%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	margin-top: -20px;
	cursor: pointer;
	font-size: 30px
}

.top-search input.form-control {
	margin-bottom: 0;
	height: 88px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 24px;
	padding: 3px 50px 7px 100px;
}

.top-search input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	font-size: 20px;
}

.top-search input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 20px;
	opacity: 1;
}

.top-search input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 20px;
	opacity: 1;
}

.top-search input::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 20px;
}

.top-search input::-ms-input-placeholder {
	/* Microsoft Edge */
	font-size: 20px;
}

.top-search .form-control:focus {
	border-color: #cccccc;

}

.top-search .form-control {
	background: #fafafa;
}

/*====================
17 - Welcome / About Css
=====================*/

.welcome-area .section-title {
	text-align: right;
	margin-bottom: 15px;
}

.welcome-image img {
	margin-right: -15px;
	width: 100%;
}

.welcome-area-btn .ven-btn:first-child {
	margin-left: 20px;
}

.welcome-area-btn .ven-btn {
	border: 1px solid #dadada;
	color: #2a2a2a;
	margin-top: 35px;
}

.welcome-area-btn .ven-btn:hover {
	border: 1px solid transparent;
}

.welcome-area .section-right-img::after {
	background-image: url("../images/welcome-img1.png");
}

.about-style-2 .section-right-img::after {
	background-image: url("../images/about-right-image2.jpg");
	width: 47%;
	margin-bottom: 0;
	top: 0;
	height: auto;
}

.about-style-2 .section-right-img::before {
	background: transparent;
}

.about-page.banner-area {
	background-image: url(../images/about-banner.jpg);
}

.about-page.welcome-area {
	overflow: hidden;
}

.about-page.welcome-area .section-title {
	text-align: center;
	margin-bottom: 40px;
}

.about-list i {
	background: #fcf02e;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 40px;
	margin-left: 15px;
	margin-bottom: 20px;
	font-weight: 700;
}

.about-list i::before {
	font-size: 20px;
}

.related-item h4 {
	color: #393939;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 0;
}

.related-item a {
	display: block;
}

.single-related-item-box {
	margin-top: 20px;

}

.single-related-item-box img {
	width: 100%;
}

.single-related-item-box:hover img {
	-webkit-box-shadow: 0 0 0 10px #fcf02e;
	-moz-box-shadow: 0 0 0 10px #fcf02e;
	box-shadow: 0 0 0 10px #fcf02e;
}

.about-style-2 {
	color: #757575;
}

.about-style-2 h4 {
	line-height: 1.8;
	padding-left: 80px;
}

.about-style-2 .title-style-2 h2 {
	color: #333333;
}

.about-style2-wrapper p {
	margin: 10px 0 20px;
}

.about-quote {
	text-align: center;
	color: #505050;
	font-style: italic;
	padding: 10px 38px;
}


.about-style2-wrapper .sign-wraper {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
}

.sign-wraper img {
	width: auto;
}

.about-style-2 .single-related-item-box:hover img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.about-style-2 .single-related-item-box {
	position: relative;
}

.about-style-2 .single-related-item-box h4 {
	margin-top: 0;
	position: absolute;
	bottom: 0px;
	right: 15px;
	left: 15px;
	padding: 10px;
	text-align: center;
	background: #fcf02e;
	visibility: hidden;
	opacity: 0;
}


.about-style-2 .single-related-item-box:hover h4 {
	visibility: visible;
	opacity: 1;
}

.about-style-2.related-item .section-title {
	margin-bottom: 30px;
}

/*=========================
18 - Skillbar Css.
========================*/

.skills .skillbar {
	width: 100%;
	height: 20px;
	background-color: #757575;
	position: relative;
	margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.skill-title {
	position: absolute;
	top: -35px;
	right: 0;
	z-index: 1;
	color: #757575;
}


.skills .count-bar {
	width: 100%;
	height: 10px;
	width: 0px;
	position: relative;
	background: #fcf02e;
	text-align: left;
	padding-left: 10px;
	color: #212121;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.skills .skillbar:last-child {
	margin-bottom: 0;
}

/*=========================
19 - Footer Css.
========================*/

.footer-area {
	background: #fcf02e;
	color: #2b2b26;
	overflow: hidden;
}

.footer-contact {
	text-align: left;
}

.footer-logo {
	text-align: center;
}

.footer-logo a {
	display: inline-block;
}

.footer-contact .ventura-social ul li a:hover,
.footer-area .ventura-social li a:hover,
.contact-page .ventura-social li a:hover {

	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	opacity: .6
}

.footer-menu {
	margin-top: 10px;
}

.footer-menu li {
	display: inline-block;
	margin-left: 5px;
}

.footer-menu li a {
	color: #262626;
	padding: 10px;
	font-weight: 400;
	display: block;
}

.footer-menu li a:hover {
	opacity: .7;
	color: #525252
}

.home2 .footer-menu li a {
	padding: 0;
	margin-bottom: 5px;
	position: relative;
}

.home2 .footer-menu li a:after {
	position: absolute;
	content: '\f100';
	font-family: fontawesome;
	height: 20px;
	width: 20px;
	margin-right: 10px;
	bottom: 8px;
	opacity: 0;
}

.home2 .footer-menu li a:hover {
	padding-right: 5px;
	opacity: 1
}

.home2 .footer-menu li a:hover:after {
	opacity: 1;
}


.footer-bottom {
	text-align: center;
	border-top: 1px solid #bab8a6;
	padding: 30px 0 20px;
}

.home2 .footer-contact {
	text-align: right;
}

.recent-facebook-comment img {
	height: 60px;
	width: 70px;
	float: right;
	margin-left: 10px;
}

.recent-facebook-comment p {
	overflow: hidden;
}

.recent-facebook-comment li {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.recent-facebook-comment li:hover img {
	opacity: .5;
}

.recent-facebook-comment a {
	color: #2b2b27;
	font-size: 13px;
}

.recent-facebook-comment p span {
	display: block;
	color: #c9c6b3;
	font-size: 11px;
	position: relative;
	top: 3px;
}

.recent-facebook-comment p {
	line-height: 1.6;
}

.home2 .footer-contact .ventura-social {
	margin-top: 25px;
}

.home2 .footer-contact .ventura-social ul li a {
	font-size: 20px;
	padding: 5px;
	margin-right: -5px;
	margin-left: 5px;
}

.home2 .footer-contact .ventura-social h5 {
	margin-bottom: 10px;
}

.home2 .footer-menu li {
	display: block;
}

.home2 .footer-menu {
	margin-top: 0;
	font-weight: 400;
}


.instagram-update ul {
	margin: -4px;
}

.instagram-update li {
	width: 33.33%;
	float: right;
	padding: 4px;
}

.instagram-update li a {
	padding-bottom: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}

.instagram-update li img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.instagram-update li:hover img {
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

.recent-facebook-comment {
	padding-left: 45px;
}

.home2 .footer-widget h4 {
	margin-bottom: 22px;
}

.home2 .footer-top {
	padding: 80px 0 50px;
}

.home2 .footer-bottom {
	background: #181818;
	border-top: none;
	color: #d9cf29;
}

.home2 .footer-bottom a {
	color: #d9cf29;
	display: inline-block;
}

.footer-bottom a {
	color: #2b2b27;
}

/*=====================
20 - 404 Css
========================*/

.not-found.banner-area {
	background-image: url(../images/404.jpg);
	height: 100%;
}

.not-found.enableoverlay::before {
	opacity: .5;
}

.not-found.banner-area h1 {
	margin-top: 0;
}

.not-found.banner-area h1,
.not-found.banner-area h3,
.not-found.banner-area p,
.not-found.banner-area .ven-btn {
	color: #000000;
}

.not-found.banner-area .ven-btn {
	border: 1px solid #000;
}

.not-found.banner-area .ven-btn:hover {
	border: 1px solid transparent;
}

.not-found.banner-area p {
	font-weight: 400;
	text-transform: lowercase;
}

.not-found .banner-content {
	text-align: center;

}


.not-found-content {
	width: 500px;
	margin: 0 auto;
	padding: 40px 50px 50px;
	margin-top: 100px;
	position: relative;
	z-index: 2
}

.not-found-content.enableoverlay::before {
	background: #ffffff;
	opacity: .5;
	z-index: -1;

}

/*======================
21 - Preeloader Css.
=======================*/

.sk-fading-circle {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #525252;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	-moz-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	-o-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(-120deg);
	-ms-transform: rotate(-120deg);
	-moz-transform: rotate(-120deg);
	-o-transform: rotate(-120deg);
	transform: rotate(-120deg);
}

.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(-150deg);
	-ms-transform: rotate(-150deg);
	-moz-transform: rotate(-150deg);
	-o-transform: rotate(-150deg);
	transform: rotate(-150deg);
}

.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(-210deg);
	-ms-transform: rotate(-210deg);
	-moz-transform: rotate(-210deg);
	-o-transform: rotate(-210deg);
	transform: rotate(-210deg);
}

.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(-240deg);
	-ms-transform: rotate(-240deg);
	-moz-transform: rotate(-240deg);
	-o-transform: rotate(-240deg);
	transform: rotate(-240deg);
}

.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	transform: rotate(-270deg);
}

.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(-300deg);
	-ms-transform: rotate(-300deg);
	-moz-transform: rotate(-300deg);
	-o-transform: rotate(-300deg);
	transform: rotate(-300deg);
}

.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(-330deg);
	-ms-transform: rotate(-330deg);
	-moz-transform: rotate(-330deg);
	-o-transform: rotate(-330deg);
	transform: rotate(-330deg);
}

.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	-moz-animation-delay: -1.1s;
	-o-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	-moz-animation-delay: -1s;
	-o-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	-moz-animation-delay: -0.9s;
	-o-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	-moz-animation-delay: -0.8s;
	-o-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	-moz-animation-delay: -0.7s;
	-o-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	-moz-animation-delay: -0.6s;
	-o-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	-moz-animation-delay: -0.5s;
	-o-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	-moz-animation-delay: -0.4s;
	-o-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	-moz-animation-delay: -0.3s;
	-o-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	-moz-animation-delay: -0.2s;
	-o-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	-moz-animation-delay: -0.1s;
	-o-animation-delay: -0.1s;
	animation-delay: -0.1s;
}





@-webkit-keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}

@-moz-keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}

@-o-keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}

@keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}

#preloader {
	background: #f8f8f8;
	height: 100%;
	right: 0;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.sk-fading-circle {
	height: 100px;
	right: 50%;
	margin: -50px -50px 0 auto;
	position: absolute;
	top: 50%;
	width: 100px;
}

/*======================
---------END-----------
=======================*/

.slicknav_nav .slicknav_arrow {
	font-size: 0.6em;
	margin: 0 .7em 0 0;
	vertical-align: middle;
	position: relative;
	top: 1px;
}