/*
 Theme Name:     Quota WordPress Theme
 Theme URL:      http://woodtheme.com/quota/
 Description:    Best Corporate Theme
 Author:         WoodTheme
 Version:        1.0.0
*/


/*

// CONTENTS

	1.	Default
	2.	Section
	3.	Container
	4.	Layout
	
		-	Boxed Layout Header
		-	Boxed Slider Layout
		
	5.	Full width 
	6.	Typography
	
		-	Headings
		-	Buttons
		- 	Link
		-	Tables
		-	List style
		-	Typo Light
		-	Typo dark
		
	7.	Tools
	
		-	Back top top
		-	Color Panel
		-	Page Loader
		
	8.	Animation
	9.	Theme Styles
		
		-	Shadow
		-	Image filter
	10.	Spacings
		
		-	Paddings
		-	Margins
		
	11. Position
	12. Tilte
	
		-	Dot Separator
		-	Line Separator
		-	White Title
		- 	Small Title
		
	13. Page Header 
	
		-	Page Header - Color
		-	Page Header - Dark 
		-	Page Header - Background Image
		
	14. Owl Carousel
		
		-	Navigation
		-	Pagination
		
	15. Extras
		
		- Social Icons 	
	
	16. Backgrounds
		
		-	Background Color
		-	Color
		-	Background Video
		-	Background Image
		-	Overlay
		- 	Row Seperator
		
	17. Counter
	18. Count Down
	19. Pie Chart
	20. Bootstrap
		
		-	Blockquote
		-	Tooltip
		-	Popover
		-	Tab
			- Tab Right
			
		-	Accordion
			- Accordion dark
		
		-	Progress Bar
		-	List Style
		-	Badge
		- 	Pagination
			- Pagination Size
		- 	Pager
		-	Forms
		-	Label
	
	21. Hero Scene
	22. Revolution Slider
	23. Slider Below Section 
	24. Content Box
	25. Team
	
		-	Grid
		-	Grid Border Style
		-	Team Color light
		-	Team list
		-	Student
	28. Blog
	
		-	Blog Grid
		-	Blog list
		-	Blog Large		
		-	Blog Single
		-	Post Comments	
		-	Leave a Comment 
		
	30. 	Related Block
	
	31.	Portfolio Grid
	33.	Testimonail
	34.	Call To Action
	35.	Widgets
		
		-	Contact Widget
		-	Download Widget
		-	Counter Widget
		-	Go Link Widget
		-	Tag Widget
		-	Thumnail Widget
		-	Thumb Gallery Widget
		-	Accordion Widget
		-	Widget light
		
	36. Footer
		
		-	Main Footer 
		-	Copy Right Footer
		-	Footer Top
		-	Footer transparent
		-	Footer light
		-	Footer 4
		
	37. Template
		
		-	404
		-	Login
		-	Coming soon
		
	38.	Contact Info




*/

/* Default */
html {
	direction: ltr;
}

body {
	color: #222;
	font-family: "Poppins", "Open Sans", Times, serif;
	font-size: 14px;
	margin: 0;
}

body.dark{
	color: #fff;
	background: #000;
}
/* Section */
section{
	padding-top: 100px;
	padding-bottom: 100px;
}
.page-default{
	padding-top: 100px;
	padding-bottom: 100px;
}
/* Container */
.container{
	max-width:1170px;
	width:100%;
}
/* Layout */
body.boxed {
	background: url(../images/pattern-02.jpg) repeat;
}
body.boxed .siteorigin-panels-stretch{
	max-width: 1200px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	left: auto !important;
	margin-left: -15px !important;
	margin-right: -15px !important;
	overflow: hidden !important;
}
body.boxed .wrapper {
    margin-left: auto;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
    max-width: 1200px;
    position: relative;
	background: #fff;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	    -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
		 -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
			box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
html.boxed.boxed-solid {
	background: url(../images/panel/boxed-solid.jpg) repeat;
}
html.boxed.boxed-image {
	background: url(../images/panel/boxed-image-large.jpg) repeat;
}
/* Boxed Layout Header */
html.boxed .sticky-menu-active #header{
	left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    right: 0;
}

/* Full width */
html.fullwidth .container, html.fullwidth #header > .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
	max-width: none;
	width: 100%;
}
/* Wide */
body.wide .container, body.wide #header > .container {
    max-width: 100%;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #222222;
	margin: 0;
	margin-top: 40px;
	font-weight: 600;
	font-family: "Poppins", "Open Sans", Times, serif;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6{
	color: #fff;
}

h1 {
	font-size: 48px;
	line-height: 48px;
	margin: 30px 0 20px 0;
}

h2 {
	font-size: 44px;
	line-height: 44px;
	margin: 30px 0 20px 0;
}

h3 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}

h4 {
	font-size: 24px;
	line-height: 24px;
	margin: 15px 0 10px 0;
}

h5 {
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0 10px 0;
}

h6 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	margin: 20px 0 10px 0;
}
p{
	line-height: 1.5;
}

a:hover,a:focus,a.active,.btn:hover,.btn:focus,.btn.active{
	text-decoration: none;
	outline: none;
}
a, a:hover, a:focus, .btn, btn:hover, button, button:hover{
	-webkit-transition:all 250ms ease-in-out 0s;
	   -moz-transition:all 250ms ease-in-out 0s;
	    -ms-transition:all 250ms ease-in-out 0s;
	     -o-transition:all 250ms ease-in-out 0s;
		    transition:all 250ms ease-in-out 0s;
}

img {
	max-width: 100%;
	height: auto;
}

figure{
	max-width: 100%;
}
th {
    padding: 5px;
}
.alignleft{
	float: left;
	margin-right: 15px;
}
.alignright{
	text-align: right;
	float: right;
	margin-left: 15px;
}
.aligncenter{
	text-align: center;
	margin: 0 auto;
}

pre{
	border: 1px solid #d1d1d1;
    font-size: 12px;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1.75em;
    white-space: pre-wrap;
}
/* Btn */
.more-link,
.read-more {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.more-link:hover{
	color: #a4d049;
}

.read-more{
	display: none;
}

.btn {
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
    color: #fff;
    padding: 8px 22px;
	font-size: 16px;
}
.btn.alt{
	background: #78ac2d;
	color: #fff;
	padding: 5px 15px;
}
.btn:hover, .btn:focus, .btn.active{
	background: #a4d049;
	color: #fff;
}
.btn.dark {
	background: #a4d049;
}
.btn.light {
	background: #fff;
	color: #171717;
}
.panel-row-style{
	position: relative;
}
.wt-background-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.overlay-row{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.panel-grid-cell{
	position: relative;
}
/* Button Size */
.btn.btn-lg {
	padding: 14px 40px;
	font-size: 18px;
	font-weight: 300;
}
/* Button Size */
.btn.btn-round {
	border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px;
}
/* Link */
.link{
	text-decoration: underline;
}
.alert-link:hover{
	text-decoration: underline;
}
/* Hr */
hr {
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -webkit-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -moz-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -ms-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: -o-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0 none;
    height: 1px;
    margin: 22px 0;
}
.typo-light hr {
	background-image: -webkit-linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
	background-image: -moz-linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
	background-image: -ms-linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
	background-image: -o-linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}
hr.sm {
    margin: 10px 0;
}
hr.md {
    margin: 30px 0;
	float: left;
	width: 100%;
}
hr.lg {
    margin: 60px 0;
	float: left;
	width: 100%;
}
.blog .row hr.lg:last-child {
	display: none;
}
table{
	width: 100%;
}

table td, table th{
	border: 1px solid #ccc;
	padding: 5px;
}

.table > thead > tr > th, .table.default tbody tr td{
	border: none;
	padding: 16px;
}
thead {
    background: #f1f1f1;
}
.table.default tbody tr td{
	background:#f9f9f9;
}
figure,
iframe{
}

input[type="password"]{
	border: 1px solid #ccc;
	height: 44px;
}
.post-password-form input[type="submit"]{
	border-radius: 3px;
    color: #fff;
    font-size: 16px;
    padding: 0 22px;
	background-color: #78ac2d;
	border: none;
	height: 44px;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
    background: #222 none repeat scroll 0 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: #fff;
}
/* ul li */
.main ul, .section ul {
    margin-bottom: 0;
    margin-top: 0;
}
.main .widget ul,
.section .widget ul{
	padding: 0;
	list-style: none outside none;
}
/* Typography Light */
.typo-light h1 a, 
.typo-light h2 a, 
.typo-light h3 a, 
.typo-light h4 a, 
.typo-light h5 a, 
.typo-light h6 a{
	color: #fff;
}
.typo-light h1, 
.typo-light h2, 
.typo-light h3, 
.typo-light h4, 
.typo-light h5, 
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small{
	color: #fff;
}
/* Typography Dark */
.typo-dark h1 a, 
.typo-dark h2 a, 
.typo-dark h3 a, 
.typo-dark h4 a, 
.typo-dark h5 a, 
.typo-dark h6 a{
	color: #262626;
}
.dark .typo-dark h1 a, 
.dark .typo-dark h2 a, 
.dark .typo-dark h3 a, 
.dark .typo-dark h4 a, 
.dark .typo-dark h5 a, 
.dark .typo-dark h6 a{
	color: #fff;
}
/* Typo Thin */
.typo-thin,
.typo-thin h1, 
.typo-thin h2, 
.typo-thin h3, 
.typo-thin h4, 
.typo-thin h5, 
.typo-thin h6,
.typo-thin p,
.typo-thin div,
.typo-thin span,
typo-thin small{
	font-weight: 300;
}

/* Back top top */
.cd-top {
	background: #78ac2d;
	display: inline-block;
	height: 44px;
	line-height: 34px;
	width: 44px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	white-space: nowrap;
	visibility: hidden;
	border-radius: 3px;
	opacity: 0;
	z-index: 99;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	   -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		 -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
			box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.cd-top, .cd-top:focus, .cd-top:hover{
	color: transparent;
}
.cd-top::after {
    color: #fff;
    content: "\f106";
	font-family:'FontAwesome';
    font-size: 27px;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0 !important;
    top: 4px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	   -moz-transition: opacity .3s 0s, visibility 0s 0s;
	    -ms-transition: opacity .3s 0s, visibility 0s 0s;
	     -o-transition: opacity .3s 0s, visibility 0s 0s;
			transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
}

.cd-top.cd-is-visible:hover{
	background: #a4d049;
}

.widget_categories .screen-reader-text,
.widget_archive .screen-reader-text{
	display: none;
}

.footer-copyright .logo:hover{
	color: #fff;
}
/* Theme Panel */
/* ------------------ Color Dragable Change Js ----------------------- */
/* Color Panel */
#theme-panel {
	background: #fff;
	border: 1px solid #f6f6f6;
    height: auto;
    min-height: 200px;
    position: fixed;
    text-align: center;
    top: 0;
	bottom: 0;
    min-width: 250px;
    z-index: 9999;
    max-width: 300px;
	-webkit-transition: all .5s, visibility 0s 0s;
	   -moz-transition: all .5s, visibility 0s 0s;
	    -ms-transition: all .5s, visibility 0s 0s;
	     -o-transition: all .5s, visibility 0s 0s;
			transition: all .5s, visibility 0s 0s;
}
.close-theme-panel {
	right: 0;
    transform: translateX(100%); 
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
}
.open-theme-panel {
    right: 0px;
}
#theme-panel a.panel-button {
    background: #fff none repeat scroll 0 0;
    color: #111;
    cursor: pointer;
    font-size: 26px;
    font-weight: bold;
    height: 51px;
    left: -48px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 200px;
    width: 47px;
	-webkit-border-radius: 50px 0px 0px 50px;
	   -moz-border-radius: 50px 0px 0px 50px;
		-ms-border-radius: 50px 0px 0px 50px;
		 -o-border-radius: 50px 0px 0px 50px;
			border-radius: 50px 0px 0px 50px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
	   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
	 	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
		 -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
		 	box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);

}
/* Content */
.panel-content {
    overflow-y: scroll;
    max-height: 650px;
}
.theme-panel ul{
	padding: 0;
	list-style: none;
}
.theme-panel ul li{
	display: inline-block;
}
.theme-panel .panel-content .config{
	border-bottom: 1px solid #f1f1f1;
	padding: 20px;
}
.theme-panel .panel-content .config:last-child{
	border-bottom: none;
	margin-bottom: 30px;
}
.theme-panel .title {
    font-size: 17px;
    text-transform: uppercase;
}
.panel-btns li a, .color-download {
    border: 1px solid #111;
    color: #111;
    padding: 6px 30px;
    font-size: 13px;
	display: block;
}
.panel-btns li a:hover, .panel-btns li a:hover,
html.boxed .panel-btns.config-layout li a#layout-config-boxed{
	color: #fff;
	background: #111;
}
/* Demo */
.config-demo li a img {
	width: 100%;
	margin-bottom: 10px;
}

/* Page Loader */	
#pageloader {
    background-color:#fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
	overflow: hidden;
}
#pageloader .loader-inner {
    position: absolute;
    top: 50%;
	left:0;
	right:0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
		 	transform: translateY(-50%);
}
#pageloader .loader-inner  img{    
	margin: 0 auto;
	display: block;
}

/* Animation */
.animated {
	visibility:hidden; 
}
.visible {
	visibility:visible;
}
/* Transition */
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span{
	-webkit-transition:all 250ms ease-in-out 0s;
	   -moz-transition:all 250ms ease-in-out 0s;
	    -ms-transition:all 250ms ease-in-out 0s;
	     -o-transition:all 250ms ease-in-out 0s;
		    transition:all 250ms ease-in-out 0s;
}

/* Shadow */
.shadow,.count-block,
.member-wrap,.student-img-wrap img,
.blog-wrap, ul.comments .comment-block,
.panel-group .panel,
.progress,
.quote-wrap > blockquote,
.related-wrap,.related-content a.anchor-plus,
.widget,
.accordion.gallery-accordion .panel-title a.collapsed,
.isotope-filters .nav-pills li a,
.template-box,
.contact-info{
	-webkit-transition:all 250ms ease-in-out 0s;
	   -moz-transition:all 250ms ease-in-out 0s;
	    -ms-transition:all 250ms ease-in-out 0s;
	     -o-transition:all 250ms ease-in-out 0s;
		    transition:all 250ms ease-in-out 0s;
}
.shadow.active, .shadow:hover,.count-block:hover,.member-wrap:hover, 
.student-wrap:hover .student-img-wrap img,
.blog-wrap:hover, ul.comments .comment-block:hover,
.panel-group .panel:hover,
.owl-carousel .owl-controls .owl-nav div:hover,
.quote-wrap:hover > blockquote,
.related-wrap:hover,.related-content a.anchor-plus:hover,
.contact-info:hover{
	-webkit-transition:all 250ms ease-in-out 0s;
	   -moz-transition:all 250ms ease-in-out 0s;
	    -ms-transition:all 250ms ease-in-out 0s;
	     -o-transition:all 250ms ease-in-out 0s;
		    transition:all 250ms ease-in-out 0s;

}
/* Shadow Small Elements */
.shadow-dark,
.owl-theme .owl-dots .owl-dot span,
.owl-carousel .owl-controls .owl-nav div,
.tparrows,
.related-content a.anchor-plus{
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
		-ms-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
		 -o-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
			box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
}
/* Shadow none */
.shadow-none{
	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
	    -ms-box-shadow: none !important;
		 -o-box-shadow: none !important;
			box-shadow: none !important;

}

/* Image */
.img-center{
	margin: 0 auto;
}


/* Box */
.box-block{
	padding: 30px;
}
/*==================== 
	Spacings 
====================== */
.col-pad-none .col-lg-1, .col-pad-none .col-lg-10, .col-pad-none .col-lg-11, .col-pad-none .col-lg-12, .col-pad-none .col-lg-2, .col-pad-none .col-lg-3, .col-pad-none .col-lg-4, .col-pad-none .col-lg-5, .col-pad-none .col-lg-6, .col-pad-none .col-lg-7, .col-pad-none .col-lg-8, .col-pad-none .col-lg-9, .col-pad-none .col-md-1, .col-pad-none .col-md-10, .col-pad-none .col-md-11, .col-pad-none .col-md-12, .col-pad-none .col-md-2, .col-pad-none .col-md-3, .col-pad-none .col-md-4, .col-pad-none .col-md-5, .col-pad-none .col-md-6, .col-pad-none .col-md-7, .col-pad-none .col-md-8, .col-pad-none .col-md-9, .col-pad-none .col-sm-1, .col-pad-none .col-sm-10, .col-pad-none .col-sm-11, .col-pad-none .col-sm-12, .col-pad-none .col-sm-2, .col-pad-none .col-sm-3, .col-pad-none .col-sm-4, .col-pad-none .col-sm-5, .col-pad-none .col-sm-6,.col-pad-none  .col-sm-7, .col-pad-none .col-sm-8, .col-pad-none .col-sm-9, .col-pad-none .col-xs-1, .col-pad-none .col-xs-10, .col-pad-none .col-xs-11, .col-pad-none .col-xs-12, .col-pad-none .col-xs-2, .col-pad-none .col-xs-3, .col-pad-none .col-xs-4, .col-pad-none .col-xs-5, .col-pad-none .col-xs-6, .col-pad-none .col-xs-7, .col-pad-none .col-xs-8, .col-pad-none .col-xs-9{
	padding-left: 0;
	padding-right: 0;
}
.pad-none{
	padding: 0;
}
.pad-60{
	padding: 60px;
}
.pad-tb-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.pad-lr-30{
	padding-left: 30px;
	padding-right: 30px;
}
.pad-40{
	padding: 40px;
}
.pad-tb-40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.pad-tb-50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.pad-bottom-50{
	padding-bottom: 50px;
}
.pad-tb-none{
	padding-top: 0 !important; 
	padding-bottom: 0 !important; 
}
.pad-top-none{
	padding-top: 0;
}
.pad-bottom-none{
	padding-bottom: 0 !important; 
}

.navbar-collapse.collapse {
	min-height: 55px;
}

/* margin */
.margin-none{
	margin: 0 !important;
}
.margin-bottom-none{
	margin-bottom: 0 !important;
}
.margin-top-26{
	margin-top: 26px;
}
.margin-tb-30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-bottom-30{
	margin-bottom: 30px;
}
.margin-top-40{
	margin-top: 50px;
}
.margin-top-50{
	margin-top: 50px;
}
.margin-top-60{
	margin-top: 60px;
}
.margin-top-100{
	margin-top: 100px;
}
/*==================== 
	Position 
====================== */
.vmiddle{
	top: 50%;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.rbottom{
	position: absolute;
	right: 0;
	bottom: 0;
}
.lbottom{
	position: absolute;
	left: 0;
	bottom: 0;
}
/*==================== 
	logo 
====================== */
.logo {
    display: inline-block;
}
.logo .slogan {
    line-height: 1.1;
    margin-bottom: 0;
    text-align: right;
	color: #252525;
}

/*==================== 
	Tilte 
====================== */
.title-container{
	text-align: center;
	margin-bottom: 60px;
}
.single-portfolio .title-container h3{
	font-size: 30px;
}
.title-container h3{
	text-transform: uppercase;
}
.title-container.sm{
	margin-bottom: 20px;
}
.title-container.text-left{
	text-align: left;
}
.title-container.text-right{
	text-align: right;
}
.title-wrap {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 0;
}
.title-wrap .title {
	margin: 0;
	position: relative;
}
.title-wrap .title strong {
	font-weight: 400;
}
.title-wrap .separator {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 44px;
}
.title-container .description {
	padding-left: 18%;
	padding-right: 18%;
	margin: 5px 0;
}
.title-container.text-left .description {
	padding-left: 0;
}
.title-container.text-right .description {
	padding-right: 0;
}
.title-container .description.size-md {
    font-size: 28px;
    font-weight: 300;
    line-height: 43px;
}
.large-icon-container{
	position: absolute;
	left: 46%;
	z-index: -1;
	bottom: 8px;
}
.large-icon-container img{
	width: auto;
	height: auto;
}

/* Dot Separator */
.title-wrap .separator.dot-separator {
    font-family: dosis;
    font-weight: 600;
}

/* Line Separator */
.title-wrap .separator.line-separator {
    background: #78ac2d none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 120px;
	-webkit-transition:all 250ms ease-in-out 0s;
	   -moz-transition:all 250ms ease-in-out 0s;
	    -ms-transition:all 250ms ease-in-out 0s;
	     -o-transition:all 250ms ease-in-out 0s;
		    transition:all 250ms ease-in-out 0s;
}
.title-wrap .separator.line-separator::after {
    background-color: #78ac2d;
    bottom: 5px;
    content: "";
    height: 1px;
    left: 20px;
    margin: 0 auto;
    position: absolute;
    right: 20px;
	-webkit-transition:all 250ms ease-in-out 0s;
	   -moz-transition:all 250ms ease-in-out 0s;
	    -ms-transition:all 250ms ease-in-out 0s;
	     -o-transition:all 250ms ease-in-out 0s;
		    transition:all 250ms ease-in-out 0s;
}
.title-container.text-left .title-wrap .separator.line-separator {
	left: 0px;
	right: auto;
}

.title-container:hover .title-wrap .separator.line-separator::after{
	left: -20px;
	right: -20px;
}

.title-container:hover .title-wrap .separator.line-separator{
	width: 100px;
}

.title-container.text-right .title-wrap .separator.line-separator {
	right: 0px;
	left: auto;
}
.title-container.text-right .separator-bottom {
	right: 0;
}

/* White Title */
.title-container.white *{
	color: #fff;
}
.title-container.white .title-wrap .separator.line-separator,
.title-container.white .title-wrap .separator.line-separator:after{
	background-color: #fff;
}

/* Small Title */
.title-sm{
	margin-top: 25px ;
	margin-bottom: 25px;
}
.title-simple{
	margin: 30px 0;; 
}

/* Title Background With Border Style */
.title-bg-line{
	border-bottom: 2px solid #f1f1f1;
	margin-bottom: 30px;
}	
.title-bg-line > .title {
    display: inline-block;
	margin-bottom: 0;
}
.title-bg-line > .title a{
    background: #f1f1f1;
    color: #fff;
    display: inline-block;
    padding: 8px 13px 6px;
	margin-bottom: 0;
}
.title-bg-line > .title a:hover, .title-bg-line > .title a:focus{
	 color: #fff;
}

/*==================== 
	Page Header 
====================== */
.page-header {
    padding: 80px 0;
	position: relative;
	margin: 0;
	border: none;
	background-attachment: fixed !important;
}
.overlay-header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(120,172,45, 0.8);
}
.page-header.sm{
	padding:  30px 0;
}
.page-header.lg{
	padding:  80px 0;
}
.page-header .title {
	color: inherit;
    margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	display: inline-block;
	margin-top: 0;
	font-size: 30px;
	line-height: 30px;
}
.page-header .title::after,
.page-header .title::before {
    background: #222;
    content: "";
    position: absolute;
    bottom: 0;
    width: 40%;
	height: 1px;
	left: 0;
}
.page-header .sub-title {
    margin-top: 10px;
	margin-bottom: 0;
	color: inherit;
}
.page-header .breadcrumb {
    margin-bottom: 0;
    padding: 0;
	color: #fff!important;
	background: none;
	margin-top: 10px;
	font-size: 14px!important;
}
.page-header .breadcrumb span,
.page-header .breadcrumb a{
	font-size: 13px!important;
	padding: 0;
	color: #fff;
}
.page-header .breadcrumb span a span:hover{
	color: #fff;
	-webkit-transition:all 250ms ease-in-out 0s;
	   -moz-transition:all 250ms ease-in-out 0s;
	    -ms-transition:all 250ms ease-in-out 0s;
	     -o-transition:all 250ms ease-in-out 0s;
		    transition:all 250ms ease-in-out 0s;
}
/* Page Header - Color */
.page-header.bg-color, .page-header.bg-color .breadcrumb li a{
	color: #fff;
}
.page-header.bg-color .title::after,
.page-header.bg-color .title::before{
	background-color: #fff;
}
.page-header.bg-color .breadcrumb li, .page-header.bg-color .breadcrumb li a:hover, .page-header.bg-color .breadcrumb li a:focus{
	color: #fff;
}
.page-header.bg-color .breadcrumb li a:hover{
	text-decoration: underline;
}
/* Page Header - Dark */
.page-header.bg-dark, .page-header.bg-dark .breadcrumb li a{
	color: #fff;
}
.page-header.bg-dark .title::after,
.page-header.bg-dark .title::before{
	background-color: #fff;
}

.page-title {
	display: none;
}

.short-des {
	margin-top: 30px;
	margin-bottom: 30px;
}
/* Page Header - Background Image  */
.page-header.bg-img{
	background-color: transparent;
}
.page-header.bg-img, .page-header.bg-img .breadcrumb li a{
	color: #fff;
}
.page-header.bg-img .container{
	position: relative;
	z-index: 1;
}

/*==================== 
	Owl Carousel 
====================== */
.owl-carousel .animated{
	visibility:visible;
}
.owl-item .animated {
	visibility:hidden;
}
.owl-item .animated.visible {
	visibility:visible;
}
.owl-carousel .owl-item img{
	width: auto;
}
.home-banner .owl-carousel .owl-item img{
}
.home-banner .slider-content h3{
	font-size: 48px;
	line-height: 44px;
}
/* Owl navigation */
.owl-carousel .owl-controls .owl-nav {
	margin-top: 0;
}
.owl-controls .owl-nav > div {
	font-size:0;
	padding:0;
	background:#fff;
	color:#222;
	margin:0;
	text-align:center;
	height: 40px;
    line-height: 40px;
    width: 40px;
	position: absolute;
	top: 50%;
	-webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	     -o-transform:translateY(-50%);
			transform:translateY(-50%);
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 15px; 
	margin-right:7.5px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 15px;
  margin-left:7.5px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:after,
.owl-carousel .owl-controls .owl-nav .owl-next:after {
	content: "\f104";
	font-family:'FontAwesome';
	position:absolute;
	font-size:20px;
	color:inherit;
	left:0;
	right:0;
}
.owl-carousel .owl-controls .owl-nav .owl-next:after {
	content: "\f105"; 
}
.owl-theme.nav-dark .owl-nav > div{
	background:#222;
	color: #fff;
}
.nav-mini .owl-controls .owl-nav > div{
	height: 30px;
	width: 30px;
	line-height: 30px;
}
.owl-carousel.nav-mini  .owl-controls .owl-nav .owl-prev:after,
.owl-carousel.nav-mini  .owl-controls .owl-nav .owl-next:after{
	font-size: 16px;
	font-weight: bold;
}
.owl-carousel.nav-topright .owl-controls .owl-nav div,
.owl-carousel.nav-topleft .owl-controls .owl-nav div {
	position: absolute;
	top: -70px;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
			transform: none;
}
.owl-carousel.nav-topright .owl-controls .owl-nav .owl-prev, .owl-carousel.nav-topright .owl-controls .owl-nav .owl-next {
	right: 0;
	left: auto;
	margin: 0;
}
.owl-carousel.nav-topright .owl-controls .owl-nav .owl-prev{
	right: 50px;
}
.owl-carousel.nav-topleft .owl-controls .owl-nav .owl-prev, .owl-carousel.nav-topleft .owl-controls .owl-nav .owl-next {
	left: 0;
	right: auto;
	margin: 0;
}
.owl-carousel.nav-topleft .owl-controls .owl-nav .owl-next{
	left: 50px;
}

/* Owl Pagination */
.owl-carousel.dots-inline .owl-dots {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
}
.owl-theme .owl-dots .owl-dot span{
	height: 8px;
	width: 8px;
	background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span{
	-webkit-transform: scale(1.4);
	   -moz-transform: scale(1.4);
		-ms-transform: scale(1.4);
		 -o-transform: scale(1.4);
			transform: scale(1.4);
}
.owl-theme.dots-dark .owl-dots .owl-dot span{
	background: #252525;
}
/* Social Icons */
.cat {
    background: #000;
    padding: 3px 6px 2px;
	color: #fff;
	font-size: 11px;
	margin: 0 3px;
	display: inline-block;
}
a .cat{
	margin-left: 10px;
}
/*==================== 
	Social Icons 
====================== */
.header-top-bar ul.social-icons {
	margin: 0;
}
ul.social-icons {
	margin: 7px 0 0 0;
	padding: 0;
	width: auto;
}
ul.social-icons li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-repeat: no-repeat;
	background-position: 0 100px;
	display: inline-block;
	margin: -1px 2px 0 0;
	padding: 0;
	overflow: visible;
}

ul.social-icons li a {
	display: block;
	height: 32px;
	width: 32px;
	text-align: center;
	color: #fff;
	background: #78ac2d;
	line-height: 34px;
	border-radius: 3px;
}
ul.social-icons.square li{
	border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px;
}

ul.social-icons li a:hover {
	text-decoration: none;
	background: #a4d049;
}
/* Background Color */
.bg-white{
	background-color:#fff;
}
.bg-grey{
	background-color:#eee;
	min-height: 300px;
}
.bg-lgrey{
	background-color:#f5f5f5;
}
.bg-dark{
	background-color:#252525;
}
.bg-verydark{
	background-color:#111 !important;
}
.bg-voilet{
	background: #BB56C3 !important;
}
.bg-pink{
	background: #E91E63 !important;
}
.bg-green{
	background: #4CAF50 !important;
}
.bg-orange{ 
	background: #FF6634 !important;
}
.bg-yellow{
	background: #E29C04 !important;
}
.bg-lightblue{
	background: #b5cee4 !important;
}
/* Background Color */
.color-voilet{
	color: #BB56C3 !important;
}
.color-pink{
	color: #E91E63 !important;
}
.color-green{
	color: #4CAF50 !important;
}
.color-orange{ 
	color: #FF6634 !important;
}
.color-yellow{
	color: #E29C04 !important;
}
/* Background Video */
.video-bg.min-height{
	height: 400px;
}
.video-bg .video-controls {
    position: absolute !important;
    right: 30px;
    top: 30px;
    z-index: 1;
}
.video-controls a {
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
    color: #fff !important;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
	opacity: 0.5;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	   -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		 -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
			box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

}
.video-controls a:hover, .video-controls a:focus{
	opacity:1;
}
/* Background Image */
.bg-cover{
	background-size: cover;
}
.bg-fixed{
	background-attachment: fixed;
}
.overlay {
    position: relative;
}
.overlay:after {
    background-color:  #fff;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	opacity: 0.7;
}
.dark .overlay:after{
	background-color: #000;
	opacity: 0.5;
}
.overlay.pattern::after {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("../images/default/pattern.png");
    opacity: 1;
}
.overlay.white:after {
    background-color: #fff;
}
.overlay.sm:after {
	opacity: 0.3;
}
.overlay.md:after {
	opacity: 0.7;
}
.overlay.heavy:after {
	opacity: 0.9;
}
.parent-has-overlay{
	position: relative;
	z-index: 1;
} 
/* Row Seperator */
.row-sep {
    background: url("../images/default/sep-cloud.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 100px;
    left: 0;
    padding: 30px 0;
    position: absolute;
    top: -98px;
    width: 100%;
}
.row-sep.cloud {
	background: url("../images/sep-cloud.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.row-sep.cloud-color {
	background: url("../images/default/sep-cloud-color.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
/* Bg Height */
.min-height-md{
	min-height: 300px;
}
/* Position */
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.static{
	position: static;
}
/* Font style */
.italic{
	font-style: italic;
}

/* Simple Quote */
.simple-quote .quote-text{
	font-weight: 300;
	font-size: 30px;
	line-height: 44px;
	font-style: italic;
}
.simple-quote .athour-name {
    font-size: 24px;
	font-weight: 300;
	display: block;
    margin-top: 20px;
}
.simple-quote .secondary-text {
    font-size: 13px;
	font-weight: 300;
    margin-top: 5px;
}
/* Z Index  */
.z-index{
	z-index: 9;
}
/* Counter */
.count-block {
    padding: 30px;
	background-color: #f8f8f8;
	position: relative;
}
.bg-grey .count-block {
    background: none repeat scroll 0 0 #fff;
}
.count-block h3 {
    margin-bottom: 0;
}
.count-block h3 span {
	color: inherit;
}
.typo-light .count-block h5, .typo-light .count-block h3 span {
	color: #222;
}
.count-block.dark{
	background: #252525;
	color: #fff;
}
.typo-light .count-block.dark h5, .typo-light .count-block.dark h3 span {
	color: #fff;
}
.count-block.dark h5, .count-block.dark h3{
	color: inherit;
}
.count-block.bg-color{
	background: #252525;
	color: #fff;
}
.count-block.bg-color h5, .count-block.bg-color h3{
	color: inherit;
}
.count-block i {
    bottom: 10px;
    font-size: 70px;
    opacity: 0.5;
    position: absolute;
    right: 10px;
}
.count-block.dark.bg-verydark{
	background: #111;
}

/* Count Down Style */
.countdown-section{
	text-align: center;
	padding: 30px;
	display: inline-block;
	background: #fff;
	width: 25%;
	float: left;
}
.countdown-period{
	margin-top: 10px;
	display: block;
}
.countdown-amount{
	font-size: 40px;
	padding: 0px 10px;
	display: block;
}
/* Pie Chart */
.piechart{
	text-align: center;
	position: relative;
}
.pie-chart-content{
	top: 50%;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.pie-chart-content > span{
	font-size: 30px;
}
.pie-chart-content > .pie-title {
    margin-top: 20px;
    position: relative;
}
.pie-chart-content > .pie-title:after {
    content: "...";
    font-size: 30px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: -31px;
}
/*==================== 
	Bootstrap 
====================== */
/* Blockquote */
blockquote {
    border: medium none;
    font-size: 16px;
    font-style: italic;
    padding-left: 50px;
	padding-right: 50px;
    position: relative;
}
blockquote::before {
    color: inherit;
    content: open-quote;
    font-family: georgia;
    font-size: 70px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: -5px;
}
blockquote::after {
	color: inherit;
    bottom: 0;
    content: close-quote;
    font-family: georgia;
    font-size: 70px;
    opacity: 0;
    position: absolute;
    right: 30px;
}
/* Tooltip Styles */
.tooltip-inner{
	font-style: italic;
	padding: 10px 12px;
	min-width: 150px;
	width: 100%;
}
.tooltip.top{
	margin-top:-15px;
}
.tooltip.bottom{
	margin-top:15px;
}
.tooltip.left{
	margin-right:15px;
}
.tooltip.right{
	margin-left:15px;
}

/* Tooltip Theme Color */
.tooltip-color .tooltip-inner{
	color: #fff;
}
/* Popover */
.popover{
	font-family: inherit;
}

/* Tab */
.nav-tabs > li > a {
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
	border-bottom: 2px solid transparent;
    font-size: 18px;
    padding: 12px 22px;
	color: #171717;
}
.tab-content {
	border-radius: 0;
    background: #fff none repeat scroll 0 0;
    border: 1px solid;
	border-color: #f2f2f2;
    margin-top: -1px;
    padding: 23px 25px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	   -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
		 -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
			box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.nav-tabs > li > a:hover,.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	border-bottom: 2px solid;
	background-color: #fff;
	-webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
	    -ms-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
		 -o-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
			box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
}
.tab-content p:last-child{
	margin-bottom: 0;
}
/* Tab Right */
.tab.text-right .nav-tabs > li {
    float: right;
    margin-right: -2px;
}

/* Accordion */
.panel-group .panel{
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
}
.accordion .panel-heading{
	padding: 0;
	border: none;
}
.accordion .panel-title a{
	padding: 10px 20px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	background: #f1f1f1;
}
.accordion .panel-title a{
	background: #fff;
}
.accordion .panel-title a.collapsed{
	background: #f1f1f1;
}
.accordion .panel-title a:before {
	font-family:'FontAwesome';
	content: "\f0d8";
	text-align:center;
	color: inherit;
	position: absolute;
	right: 20px;
}
.accordion .panel-title a.collapsed:before{
	content: "\f0d7";
}
.accordion .panel-body {
    padding: 0 20px 15px;
}
.panel-group .panel + .panel{
	margin-top: 20px;
}
.panel-group .panel{
	border-left: 4px solid;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
/* Accordion dark */
.dark.accordion .panel-title a, .dark.accordion .panel-title a.collapsed{
	background: #222;
	color: #fff;
}
.dark.accordion .panel, .dark.accordion .panel{
	background: #252525;
	color: #fff;
}

.macbook-wrap {
    position: absolute;
    width: 916px;
    height: 540px;
    top: 30px;
    z-index: 4;
    left: 55%;
}

.newsletter.newsletter-widget{
	float: left;
	width: 100%;
}

.newsletter.newsletter-widget p,
.tnp-field.tnp-field-email{
	width: 70%;
	float: left;
}

.newsletter.newsletter-widget p:last-child,
.tnp-field.tnp-field-button {
	width: 30%;
	float: left;
}

.widget_newsletterwidget{
	color: #fff;
}

.newsletter.newsletter-widget .newsletter-email,
.widget_newsletterwidget .tnp-email{
	border: 1px solid #fff!important;
	height: 60px;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
	box-shadow: none;
	width: 99%!important;
	background-color: #fff!important;
	padding-left: 10px;
	color: #222;
}

.tnp-field.tnp-field-email{
	position: relative;
}

.tnp-field label{
	color: #fff!important;
	position: absolute;
	left: 0;
	top: -25px;
}

.newsletter.newsletter-widget .newsletter-submit,
.widget_newsletterwidget .tnp-submit {
	height: 60px;
	width: 100%;
	border: 1px solid #78ac2d!important;
	background: #78ac2d!important;
	color: #fff;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
	-webkit-transition:all 250ms ease-in-out 0s;
	   -moz-transition:all 250ms ease-in-out 0s;
	    -ms-transition:all 250ms ease-in-out 0s;
	     -o-transition:all 250ms ease-in-out 0s;
		    transition:all 250ms ease-in-out 0s;
}
.newsletter.newsletter-widget .newsletter-submit:hover,
.widget_newsletterwidget .tnp-submit:hover{
	background: #a4d049!important;
	border-color: #a4d049!important;
}
/* Progress Bar*/
.progress-container{
	margin-right: 6px;
	display: inline-block;
	position: relative;
	padding-bottom: 30px;
}
.textwidget div.progress-container:last-child,
.textwidget div.progress-container:last-child .progress-bar-vertical{
	margin-right: 0;
}
.progress-container h5{
    margin-top: 0;
    position: absolute;
	bottom: -20px;
	text-align: center;
	width: 85px;
	height: 28px;
}
.progress-bar-vertical {
  width: 20px;
  min-height: 350px;
  display: flex;
  align-items: flex-end;
  margin-right: 0;
  float: left;
}
.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.progress{
	overflow: visible;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
	margin-bottom: 0;
}
.progress-bar{
	position: relative;
}
.progress-tille{
	margin-bottom: 22px;
}
.progress-label::after {
    background: inherit;
    left: 9px;
    content: "";
    height: 8px;
    bottom: -4px;
    margin: 0 auto;
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
}
.progress-label {
	background: inherit;
    top: -35px;
    margin-bottom: 15px;
    padding: 3px;
    position: absolute;
    left: 32%;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
}

.partner-single{
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	padding-bottom: 30px;
	padding-top: 30px;
}

.partner-single:first-child,
.partner-single:nth-child(2),
.partner-single:nth-child(3){
	border-top: none;
}

.partner-single:nth-child(3),
.partner-single:nth-child(6),
.partner-single:nth-child(9){
	border-right: none;
}

.partner-single img{
	max-width: 80px;
	height: auto;
}
/* List Style */
.list-icon {
	padding-left: 0;
}
.list-icon li {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
	list-style: none;
}
.list-icon li:before {
	position: absolute;
	left: 0;
	font-weight: bold;
	content: "\e653";
}
.list-icon.text-right li {
    padding-left: 0;
	padding-right: 40px;
}
.list-icon.text-right li:before {
	left: auto;
	right: 0;
}

/* Badge */
.badge{
	background: #7f7f7f;
	color: #fff;
	height: 24px;
	width: 24px;
	line-height: 18px;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
}

/* Pagination */
.nav-pagination {
	float: left;
	width: 100%;
}
.nav-pagination .pagination{
	padding-left: 0;
}
nav .pagination,
nav .page-numbers{
	margin-top: 50px;
}
.page-numbers > li {
    display: inline;
}
.page-numbers > li > a,
.page-numbers > li > span {
	background: #fff;
}
.page-numbers > li > a,
.page-numbers > li > span,
.pagination > li > a,
.pagination > li > span {
	border: 1px solid #f2f2f2;
    padding: 10px 16px 8px;
	color: #222;
	margin:0 3px;
}

/* Pager */
nav .pager{
	margin-top: 30px;
}
.pager.text-left{
	text-align: left;
}
.pager.text-right{
	text-align: right;
}
.pager li > a, .pager li > span{
	border: 1px solid #f2f2f2;
    padding: 7px 10px;
	color: #222;
	margin:0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.pager li a span{
	padding: 0 5px;
}
.pager li > a:focus, .pager li > a:hover{
	color: #fff;
	border: 1px solid #78ac2d;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
}

/* Forms */
.form-group{
	margin-bottom: 25px;
}
.form-control{
	border-color: #f2f2f2;
	height: 60px;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
	box-shadow: none;
}
.dark .form-control{
	color: #fff;
	border-color: #fff;
	background: none;
}
.form-control:focus{
	border-color: #f2f2f2;
	box-shadow: none;
}
.form-control-feedback {
    cursor: pointer;
    top: 20px;
    z-index: 3;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
	height: 60px;
	line-height: 44px;
}
.typo-light .widget .form-control{
	background: none repeat scroll 0 0 #252525;
    color: #fff;
}
form.text-right .form-control{
	text-align: right;
}
form.transparent .form-control{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
	color: #fff;
}
form.border .form-control{
	background: transparent;
	border: 1px solid #e1e1e1;
	color: #fff;
}
form.dark .form-control{
	background: none repeat scroll 0 0 #252525;
	color: #fff;
}

/* Subscribe */

/* Label */
label {
    font-weight: 300;
    margin-bottom: 10px;
}

/*==================== 
	Hero Scene 
====================== */
.hero-btn {
    margin-top: 20px;
}
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
/*==================== 
	Revolution Slider
====================== */
.rev_slider .tp-caption, .rev_slider .caption{
	font-family: Open Sans !important;
}
/* Overlay */
.rs-opacity-overlay{
	background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
	z-index: auto;
	
}
.tparrows{
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}
/* Home Slider */
.des-content{
	font-size: 15px;
}
/* Content Box */
.icon-wraper,
.content-wrap{
	display: inline-block;
	float: left;
}
.icon-wraper{
	margin-bottom: 15px;
	width: 15%;
}
.content-wrap{
	width: 85%;
}
.service-box .heading{
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 5px;
}
.service-box:hover h5.heading{
	-webkit-transition:all 250ms ease-in-out 0s;
	   -moz-transition:all 250ms ease-in-out 0s;
	    -ms-transition:all 250ms ease-in-out 0s;
	     -o-transition:all 250ms ease-in-out 0s;
		    transition:all 250ms ease-in-out 0s;
}
.content-service,
.content-service h5 {
	color: #fff;
	
}
.content-box i{
	font-size: 34px;
}
.content-box .heading{
	margin-bottom: 20px;
}

/* Slider Below Section */
.slider-below-wrap {
    margin-top: -200px;
    position: relative;
    z-index: 1;
	padding: 50px 26px;
}
.slider-below-wrap .content-box p{
	margin-bottom: 0;
}
/* Content box */
.content-box.icon-box .icon-wrap i{
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
}
.content-box.icon-box.icon-inline .icon-wrap i{
	height: auto;
	width: auto;
	line-height: inherit;
}
.content-box.contact-info {
	padding: 0 30px 30px!important;
}
.content-box.text-center{
	text-align: center
}
.content-box.text-center img{
	margin-left: auto;
	margin-right: auto;
}

/* Box Small */
.content-box.icon-box.box-size-sm .icon-wrap i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 27px;
}

/* Content shadow */
.content-box.shadow, .content-box.bg-color{
	padding: 25px;
}

/* Icon inline */
.content-box.icon-inline{
	position: relative;
}
.content-box.icon-inline .content-wrap{
	padding-left: 65px;
}
.content-box.icon-inline .icon-wrap{
	position: absolute;
	left: 0;
}
.content-box.text-right.icon-inline .content-wrap{
	padding-left: 0;
	padding-right: 65px;
}
.content-box.text-right.icon-inline .icon-wrap{
	left: auto;
	right: 0;
}
.content-box.text-center.icon-inline .icon-wrap {
    position: relative;
}
.content-box.text-center.icon-inline .content-wrap{
	padding-left: 0;
	padding-right: 0;
}
/* Colors */
.content-box.bg-color .heading, .content-box.bg-color p{
	color: #fff;
}
.content-box.icon-box.bg-color .icon-wrap i{
	background: #252525;
}
/* Dark */
.content-box.bg-dark .heading, .content-box.bg-dark p{
	color: #fff;
}
/* Color */
.bg-color .content-box i{
	color: #fff;
}


/*==================== 
	Team 
====================== */
.teams-container > h5{
	position: absolute;
	left: 51.5%;
	top: 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
}
.teams-container .owl-controls{
	left: 40%;
    margin-top: -80px;
    overflow: hidden;
    position: absolute;
    z-index: 99;
}
.social-links{
	margin-top: 15px;
	color: #fff;
}
.social-links li{
	padding-right: 10px;
}
.social-links li a{
	color: #fff!important;
}
.teams-container .owl-theme .owl-dots {
    padding-left: 105px;
}
.teams-container .owl-theme .owl-dots .owl-dot:hover span,
.teams-container .owl-theme .owl-dots .owl-dot.active span{
	background-color: #222;
}
.team-desc {
	margin-top: 90px;
}
.team-desc p{
	color: #fff;
}
.team-desc h4 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}
.team-desc small{
	color: #fff;
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}

/*==================== 
	Student 
====================== */
.student-wrap{
	text-align:center;
	margin-bottom: 30px!important;
}
.student-name a{
	color: #262626!important;
}
.student-img-wrap img{
	margin: 0 auto;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
}
.student-detail-wrap {
    padding-top: 20px;
}
.student-name {
    margin: 0 0 15px;
}
.student-detail-wrap .btn{
	margin-top: 20px;
}
/*==================== 
	Blog 
====================== */
.sticky-content{
	background: #78ac2d none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    padding: 20px 30px;
}
/* Blog Grid */
.gallery-caption {
}
.blog-gallery .single-gallery{
	margin-bottom: 30px;
	min-height: 145px;
}
.bypostauthor {
}
.blog-img-wrap{
	position: relative;
	background: #fff;
	min-height: 74px;
}
.dark .blog-img-wrap{
	background: #000;
}
.blog-img-wrap img{
	text-align: center;
	margin: 0 auto;
}
.blog-list-container{
	padding-left: 0;
}
.blog-list-container li{
	list-style: none;
}
.post-type {
    background: none repeat scroll 0 0 #78ac2d;
	bottom: 0;
	margin-bottom: 14px!important;
    color: #fff;
    height: 44px;
    line-height: 35px;
    position: absolute;
    left: 20px;
    text-align: center;
    width: 70px;
	opacity: 1;
	padding: 5px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px !important;
}

.single-post .no-left.post-type {
	left: 0;
}

.no-left.post-type{
	margin-bottom: 0!important;
}

.post-type a{
	color: #fff!important;
}
.blog-details {
    padding: 10px 20px 20px 20px;
}
.blog-details h4{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 30px;
	line-height: 38px;
}
.tags{
	margin-top: 30px;
}
ul.blog-meta{
	margin: 15px 0;
	padding-left: 0;
}
.blog-single-wrap .tags a {
	color: #222;
	padding: 0 5px;
	display: inline-block;
}
ul.blog-meta a {
	color: #222;
}
.dark .blog-single-wrap .tags a {
	color: #fff;
}
.dark ul.blog-meta a {
	color: #fff;
}
.dark ul.blog-meta a{
	color: #fff;
}
ul.blog-meta a:hover{
	color: #78ac2d;
}
.blog-meta li {
    display: inline-block;
    margin-right: 15px;
	position: relative;
	font-size: 13px;
}
.blog-meta li i {
    color: #222;
    height: 35px;
    line-height: 35px;
    margin-right: 0;
    text-align: center;
    width: 20px;
}
.dark .blog-meta li i{
	color: #fff;
}
/* Blog List */
.col-default-loop-1 .share {
	float: right;
	margin-top: 7px;
}
.default-blog-loop .blog-lg:last-child {
	display: none;
}
.default-blog-loop .blog-wrap{
	border: none;
}
.blog-wrap{
	border: 1px solid #f2f2f2;
	margin-bottom: 50px;
}
.blog-loop:last-child .blog-wrap{
	margin-bottom: 0;
}
.default-blog-loop .blog-wrap{
	margin-bottom: 0;
}
.blog-list-wrap .blog-wrap {
	box-shadow: none; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;
}
.blog-list-wrap .blog-details {
	padding: 0;
	background: transparent;
}
.default-blog-loop .blog-details{
	padding-left: 0;
}
.default-blog-loop .blog-details h5{
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 18px;
}
.blog-list-wrap .post-type {
	left: 25px;
    right: auto;
    top: -20px;
}
.blog-list-wrap .blog-wrap:hover .post-type {
    left: 25px;
}
.blog-list-wrap .blog-meta li i {
    background: #fff none repeat scroll 0 0;
}
/* Blog Large */
.blog-large-wrap .share {
    float: right;
    margin-top: 7px;
}
.blog-large-wrap ul.blog-meta {
    margin: 30px 0 20px;
}
/* Blog Single */
.blog-single h4,
.post-comments h4{
	margin: 30px 0;
	font-size: 30px;
	line-height: 34px;
}
.share {
    margin-top: 30px;
}
.share h5, .share .social-icons {
    display: inline-block;
}
.share h5{
	margin-right: 20px;
	margin-top: 10px;
}
.share .social-icons {
    line-height: 34px;
}
.blog-single .blog-meta li i {
    background: #fff none repeat scroll 0 0;
}
.dark .blog-single .blog-meta li i {
    background: #000 none repeat scroll 0 0;
}
/* Post Comments */
.post-comments {
	margin-top: 45px;
	float: left;
	width: 100%;
}
.comments-wrap {
	margin-bottom: 45px;
}
ul.comments {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.comments li.comment-list {
	clear: both;
	padding: 10px 0 0 115px;
	list-style: none;
}
ul.comments li.comment-list .children > li.comment-list{
	padding-left: 75px;
}
ul.comments li img.avatar {
	height: 80px;
	width: 80px;
}
ul.comments li ul.reply {
	margin: 0;
}
ul.comments li a {
	text-decoration: none;
}

ul.comments li .img-thumbnail {
	margin-left: -115px;
	position: absolute;
}
ul.comments li .comment {
	margin-bottom: 30px;
	min-height: 90px;
}

ul.comments li .children li:last-child .comment{
}

.commentform .btn {
	margin-bottom: 30px;
}

ul.comments .media{
	margin: 0;
}
ul.comments .comment-block {
	background: #fff;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;
	padding: 0 20px 30px 15px;
	position: relative;
	margin-bottom: 30px;
}
.comment-reply-link{
	padding-left: 15px;
}

ul.comments .text-success{
	color: #78ac2d;
}

ul.comments .children li:last-child{
	margin-bottom: 0;
}

ul.comments .comment-block p {
}
ul.comments .comment-block .comment-by {
	/*display: block;*/
	font-size: 1em;
	line-height: 21px;
	margin: 0;
	padding: 0 0 5px 0;
}
.comment-reply{
	padding-right: 10px;
}
.user-avatar-area{
	margin-right: 30px;
	border: 1px solid #ddd;
	padding: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
ul.comments .comment-block .date {
	color: #999;
	font-size: 0.9em;
}
/* Leave a Comment */
.post-leave-comment {
	margin-top: 25px;
	padding-top: 45px;
}

/*==================== 
	Related Block 
====================== */
.related-content {
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
	background: #fff;
}
.dark .related-content{
	background: #000;
}
.related-content .title{
	margin-bottom: 8px;
	margin-top: 8px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.related-content .title a{
	font-size: 18px;
    line-height: 20px;
	color: #222;
}
.related-content > span {
    display: inline-block;
    line-height: 40px;
}
.related-content a.anchor-plus {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: 300;
    height: 40px;
    line-height: 39px;
    text-align: center;
    width: 0;
	opacity: 0;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
}
.related-content a.anchor-plus:hover, .related-content a.anchor-plus:focus{
	background: #171717;
	color: #fff;
}
.related-wrap:hover .related-content a.anchor-plus{
	width: 40px;
	margin-right: 10px;
	opacity: 1;
}
.owl-carousel .related-wrap{
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;
	overflow: hidden;
}
.owl-carousel .img-wrap img{
	width: 100%;
}
.related-posts h4,
.post-comments h4{
	position: relative;
	padding-bottom: 20px;
	font-size: 18px;
	text-transform: uppercase;
}
.related-posts h4:after,
.post-comments h4:after{
	background: #a4d049;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 60px;
	-webkit-transition:all 450ms ease-in-out 0s;
	   -moz-transition:all 450ms ease-in-out 0s;
	    -ms-transition:all 450ms ease-in-out 0s;
	     -o-transition:all 450ms ease-in-out 0s;
		    transition:all 450ms ease-in-out 0s;
}
.related-posts:hover h4:after,
.post-comments:hover h4:after{
	width: 90px;
}
/* =================================================================== 
					Portfolio Grid
======================================================================*/
.isotope-filters {
	margin-bottom: 30px;
}
.isotope-grid .item,
.isotope-grid .grid-sizer {
	overflow:hidden;
}
.isotope-grid .item .image-wrapper{
	margin-bottom:0;
}
.isotope-grid .item .image-wrapper.masonry img {
	max-width: none;
}
.isotope-grid.has-gutter-space .item{
}
/* Three Column */
.isotope-grid.grid-three-column .item,
.isotope-grid.grid-three-column .grid-sizer {
	width:32%;
}
/* Filter */
.isotope-filters .nav-pills li{
	margin-right: 5px;
}
.isotope-filters .nav-pills li:last-child{
	margin-right: 0;
}
.isotope-filters .nav-pills li a {
    background: #78ac2d;
    color: #fff;
    min-width: 100px;
    padding: 10px 20px;
    text-align: center;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}
.isotope-filters .nav-pills.dark li a {
    background: #222 none repeat scroll 0 0;
    color: #fff;
}
.isotope-filters .nav-pills li a.active, .isotope-filters .nav-pills li a:hover, .isotope-filters .nav-pills li a:focus{
	color: #fff;
}
/* Filter Center */
.isotope-filters.text-center .nav-pills > li, .isotope-filters.text-right .nav-pills > li{
	display: inline-block;
	float: none;
}


/* Gallery Content Wrapper */
.isotope-grid .item .image-wrapper{
	position: relative;
}
.gallery-accordion {
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
    bottom: 17px;
    left: 20px;
    position: absolute;
    right: 20px;
}
.gallery-accordion .panel-title{
	margin: 0;
}
.gallery-accordion.panel-group .panel{
	border: none;
}
.gallery-accordion .panel-title a.collapsed, .gallery-accordion .panel-default > .panel-heading, .gallery-accordion .panel{
	background: transparent;
}
.gallery-accordion .panel{
	box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none;
}
.accordion.gallery-accordion .panel-title a {
    display: block;
	font-size: 20px;
    position: relative;
	font-weight: 300;
}
.accordion.gallery-accordion .panel-title a.collapsed {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    box-shadow: none;
    color: #fff;
}
.accordion .panel-title a:before {
	content: "\e64e";
	font-size: 30px;
}
.accordion .panel-title a.collapsed:before{
	content: "\e64d";
}
.gallery-accordion .panel-body{
	background: #fff;
}
.gallery-detail .btn {
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
	margin: 0 3px;
}
.gallery-detail p{
	margin: 0 0 20px;
}
/* Gallery Buttons */
.btns-wrapper, .isotope-grid .item:hover .btns-wrapper{
	-webkit-transition:all 150ms ease-in-out 0s;
	   -moz-transition:all 150ms ease-in-out 0s;
	    -ms-transition:all 150ms ease-in-out 0s;
	     -o-transition:all 150ms ease-in-out 0s;
		    transition:all 150ms ease-in-out 0s;
}
.btns-wrapper{
	position: absolute;
	top: 20px;
	right: 20px;
	left: 20px;
	bottom: 20px;
	opacity: 0;
	transform: scale(1.5,1.5); -webkit-transform: scale(1.5,1.5); -moz-transform: scalescale(1.5,1.5); -ms-transform: scale(1.5,1.5); -o-transform: scale(1.5,1.5);
	background: rgba(255, 255, 255, 0.5);
	padding: 20px;
	text-align: center;
}
.isotope-grid .item:hover .btns-wrapper{
	opacity: 1;
	transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1);
}

/*==================== 
	one-page
====================== */
.one-page-content{
	min-height: 300px;
}

/*==================== 
	Testimonail
====================== */
.quote-wrap > blockquote {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 50px;
}
.quote-wrap > blockquote::before {
    left: 8px;
    top: 13px;
}
.owl-carousel .owl-item .quote-author img{
	margin-left: 0;
}
.quote-footer .name {
    display: inline-block;
    margin-right: 0;
    margin-top: 0;
	font-size: 18px;
}
.quote-footer .name a{
	background: none;
}
.testimonials .owl-controls{
	margin-top: 20px;
}
.owl-theme.testimonials .owl-dots .owl-dot span{
	background: #222;
}
.quote-wrap.color{
	color: #fff;
}
.quote-wrap.dark{
	color: #fff;
}
.quote-wrap.dark > blockquote {
	background: #252525 none repeat scroll 0 0;
}
.quote-wrap.white > blockquote {
	background: #fff none repeat scroll 0 0;
}
.quote-wrap.white > .quote-author img {
	border-color: #f1f1f1;
}
.testimonial-quote{
	padding: 0 30px;
}
.author-img{
	display: block;
	margin: 0 auto 20px;
	max-width: 130px;	
}
.author-img img{
	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
	border: 2px solid #78ac2d;
}
.testimonial-quote p{
}
/* Quote Small Column */
.quote-sm .quote-author img{
	border-width: 4px;
	height: 70px;
	width: 70px;
}
.quote-sm .quote-author .name{
	font-size: 90%;
}
.quote-sm .quote-author span{
	font-size: 80%;
}

/*==================== 
	Call To Action
====================== */
.callto-action .title, .callto-action .btn{
	display: inline-block;
}
.callto-action .title{
	margin-bottom: 0;
}
.callto-action .btn {
    margin-left: 40px;
}
.callto-action:hover .btn {
    margin-left: 60px;
}

/*==================== 
	Widgets 
====================== */
.single-gallery .sidebar {
	padding-top: 30px;
}
.sidebar .widget{
	margin-bottom: 50px;
}
.sidebar .widget.widget-title{
	margin-top: 0;
}
.widget{
}
.sidebar .widget-area .widget:last-child{
	margin-bottom: 0;
}
.sidebar .widget-area .widget:first-child .widget-title{
	margin-top: 0;
}
.sidebar .widget-area .widget select{
	max-width: 100%;
	overflow: hidden;
}
.widget.widget-last{
	margin-bottom: 0px;
}
.widget.no-box{
	padding: 0;
	background-color: transparent;
	margin-bottom: 40px;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;
}
.widget.subscribe p{
	margin-bottom: 18px;
}
.widget li a{
	color: #222;
	background: none;
}
.dark .widget li a{
	color: #fff;
}
.widget-title {
    margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 18px;
}
.widget-title span {
    background: #222 none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 10px;
    position: relative;
    width: 60px;
	-webkit-transition:all 450ms ease-in-out 0s;
	   -moz-transition:all 450ms ease-in-out 0s;
	    -ms-transition:all 450ms ease-in-out 0s;
	     -o-transition:all 450ms ease-in-out 0s;
		    transition:all 450ms ease-in-out 0s;
}
.sidebar .widget:hover .widget-title span{
	width: 90px;
}
.footer-7 .widget-title span,
.footer-2 .widget-title span {
	display: none;
}
.widget-title.text-center span,
.widget-title.text-center span::after {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.widget .badge{
	float: right;
	background: #7f7f7f;
}
/* Contact Widget */
.wpcf7-form{
	margin-right: 0;
}
.wpcf7-form p{
	position: relative;
}
.wpcf7-form label{
	width: 100%;
}
.wpcf7-form-control{
	height: 44px;
	border: 1px solid #f2f2f2;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
	background: #f2f2f2;
}
.dark .wpcf7-form-control{
	border-color: #fff;
	background: #000;
	color: #fff;
}
.dark .form-control::-moz-placeholder{
	color: #fff;
}
.wpcf7-form-control.wpcf7-submit{
	width: 100%;
	padding: 10px 20px;
	background: #78ac2d;
	border-color: #78ac2d;
	color: #fff;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 0;
	-webkit-transition:all 250ms ease-in-out 0s;
	   -moz-transition:all 250ms ease-in-out 0s;
	    -ms-transition:all 250ms ease-in-out 0s;
	     -o-transition:all 250ms ease-in-out 0s;
		    transition:all 250ms ease-in-out 0s;
}

.wpcf7-form-control.wpcf7-submit:hover{
	background: #a4d049;
	border-color: #a4d049;
}

textarea.wpcf7-form-control{
	height: 200px;
	padding-top: 10px;
}
.contact-widget li {
    margin-bottom: 6px;
}
.contact-widget li:last-child {
    margin-bottom: 0;
}
.contact-widget h5 {
    margin-bottom: 2px;
}
.contact-widget li a i {
    margin-right: 10px;
}
.footer-2 .contact-widget .social-icons {
    margin-top: 35px;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form .search-field {
    border: medium none;
    border-radius: 3px 0 0 3px;
	border: 1px solid #f2f2f2;
    height: 44px;
	background-color: #fff;
	color: #555;
	font-size: 14px;
	padding: 6px 12px;
	width: 100%;
}
.dark .search-form .search-field{
	color: #fff;
	background: none;
	border-color: #fff;
}
.search-form {
	position: relative;
	display: inline-block;
}
.search-form label{
	display: block;
	float: left;
	width: 100%;
}
.search-submit {
	background: #78ac2d none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
    color: #fff;
    float: left;
    height: 44px;
    line-height: 44px;
	padding: 0 20px;
}

.search-submit:hover{
	background: #a4d049;
}

.searchmenu{
	float: right;
	position: relative;
	z-index: 22;
	/*line-height: 64px;*/
}

.searchmenu a{
	background: none!important;
}

.page-search-box{
	display: none;
	position: absolute;
	right: 0;
	top: 65px;
	width: 240px;
	padding: 0;
	z-index: 99;
}
.onepage-header .page-search-box{
	top: 10px;
	right: 25px;
}
.searchmenu a.close-page-search{
	display: none;
}

.page-search-box .form-control{
	height: 44px;
}

.dark .page-search-box .form-control{
	background: #000;
}

.page-search-box .btn{
	height: 44px!important;
	padding: 0 15px!important;
}

.header-link-search{
	display: block;
}

.header-link-search,
.close-page-search{
	width: 30px;
	text-align: right;
	line-height: 64px;
	color: #222;
}

.dark .header-link-search,
.dark .close-page-search{
	color: #fff;
}

.onepage-header .header-link-search,
.onepage-header .close-page-search {
	width: 40px;
}
/* Download Widget */
.download-widget li{
	margin: 10px 0;
}
.download-widget li:last-child{
	margin-bottom: 0;
}
.download-widget li a{
	display: block;
}
.download-widget li a:before{
	margin-right: 10px;
	color: red;
	content: "\f1c1";
	font-family: FontAwesome
}
/* Counter Widget */
.widget .counter {
    font-size: 32px;
	font-weight: bold;
}
.count-widget.inline {
	display: inline-block;
}
.count-widget.inline {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
	width: 100%;
    margin-right: 20px;
    padding-right: 20px;
}
.count-widget.inline:last-child {
    border-right: none;
	padding-right: 0;
	margin-right: 0;
}

/* Go Link Widget */
.sidebar .widget ul li{
	padding: 0 0 10px 0;
}

.sidebar .widget ul li ul li:last-child,
.sidebar .widget ul li ul li ul li:last-child{
	padding-bottom: 0;
}

.sidebar .widget ul li ul.children,
.sidebar .widget ul li ul.sub-menu{
	padding-left: 15px;
	padding-top: 8px;
}

.go-widget li a::before,
.widget_categories li a::before,
.go-widget li a:hover::before, .go-widget .badge,
.widget_categories li a:hover::before{
	-webkit-transition:all 350ms ease-in-out 0s;
	   -moz-transition:all 350ms ease-in-out 0s;
	    -ms-transition:all 350ms ease-in-out 0s;
	     -o-transition:all 350ms ease-in-out 0s;
		    transition:all 350ms ease-in-out 0s;
}

.widget .sub-menu li:last-child{
	padding-bottom: 0;
}
/* Tag Widget */
.tagcloud a {
	padding: 6px 10px;
	border: 1px solid #ccc;
	color: #222;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
	display: inline-block;
	margin-bottom: 4px;
	font-size: 15px!important;
}
.dark .tagcloud a{
	color: #fff;
}
.tagcloud a:hover{
	color: #fff;
	background: #78ac2d;
	border: 1px solid #78ac2d;
}
/* Thumnail Widget */
.thumbnail-widget li {
    display: table;
    padding-bottom: 20px;
}
.thumbnail-widget li:last-child{
	padding-bottom: 0;
}
.thumbnail-widget .thumb-wrap {
    margin-right: 20px;
	display: inline-block;
}
.thumbnail-widget .thumb-wrap img{
	display: inline-block;
	max-width: 60px;
}
.thumb-circle .thumb-wrap img{
	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
}
.thumbnail-widget .thumb-content {
    display: table-cell;
    vertical-align: top;
}
.thumb-content > h5 {
    margin-bottom: 5px;
}
.thumbnail-widget a{
	display: block;
}
.thumbnail-widget span{
	font-size: 12px;
	font-style: italic;
	color: #7f7f7f;
}
.thumbnail-widget p{
	margin: 0;
	color: #7f7f7f;
}
/* Thumb Gallery Widget */
.gallery-widget ul{
	margin: 0 -2px;
	padding-left: 0;
}
.gallery-widget li {
    float: left;
    padding: 0 2px 4px;
    width: 25%;
}
.gallery-widget li img {
    display: inline-block;
    height: 60px;
    width: 60px;
}
/* Accordion Widget */
.accordion-widget .panel-group{
	margin-bottom: 0;
}
.accordion-widget .accordion .panel-title a::before{
	display: none;
	content: none;
}
.accordion-widget .panel-default > .panel-heading .badge {
    margin-top: 5px;
	background: #7f7f7f;
	color: #fff;
}
.accordion-widget .panel-group .panel{
	 border-left: 2px solid;
}
.accordion-widget .accordion .panel-title a{
	padding: 6px 14px;
}
/* Widget light */
.footer-widget-area .newsletter.newsletter-widget,
.footer-widget-area .tnp.tnp-widget{
	margin-top: 40px;
}

.footer-widget-area .tnp-field label{
	color: #222!important;
}

.footer-widget-area .newsletter.newsletter-widget .newsletter-email,
.footer-widget-area .widget_newsletterwidget .tnp-email{
	background: #f2f2f2!important;
	border-color: #f2f2f2!important;
}

.dark .footer-widget-area .newsletter.newsletter-widget .newsletter-email,
.dark .footer-widget-area .widget_newsletterwidget .tnp-email{
	background: none!important;
	border-color: #fff!important;
	color: #fff;
}

.footer-widget-area .newsletter.newsletter-widget p,
.footer-widget-area .tnp-field{
	position: relative;
	width: 100%;
}
.footer-widget-area .widget_newsletterwidget{
	color: #222!important;
}
.dark .footer-widget-area .widget_newsletterwidget{
	color: #fff!important;
}
.dark .footer-widget-area .tnp-field label{
	color: #fff!important;
}
.widgets-dark.typo-light .widget{
	background: #303030;
}
.widgets-dark.typo-light .widget.no-box{
	background: transparent;
}
.widgets-dark.typo-light .widget li a{
	color: #969696;
}
.widgets-dark.typo-light .widget .form-control{
	background: #252525;
	color: #fff;
}
.widgets-dark.typo-light .widget.no-box .form-control{
	background: #303030;
}
.widgets-dark.typo-light .widget .accordion-widget .panel-group .panel{
	border: 1px solid transparent;
}
.widgets-dark.typo-light .widget .accordion .panel-title a,
.widgets-dark.typo-light .widget .accordion-widget .panel{
	background: #252525;
}
.widgets-dark.typo-light .widget.no-box .accordion .panel-title a,
.widgets-dark.typo-light .widget.no-box .accordion-widget .panel{
	background: #303030;
}
.widgets-dark.typo-light .widget .accordion-widget .panel-default > .panel-heading .badge{
	background: #303030;
}
.widgets-dark.typo-light .widget.no-box .accordion-widget .panel-default > .panel-heading .badge{
	background: #252525;
}
.count-widget .title{
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
}
/* Typo Light Widgets */
.widget li a{
}
/*==================== 
	Footer 
====================== */
/* Main Footer */
.footer{
	padding: 80px 0 40px;
	background-attachment: fixed;
	background-image: url(../images/footer-bg.jpg);
}
.dark .footer{
	color: #fff;
}
footer .main-footer{
	padding: 55px 0;
	/*padding: 63px 0 55px;*/
	background: #252525;
}
footer ul{
	padding-left: 0;
	list-style: none;
}
/* Copy Right Footer */
.footer-copyright {
	background: rgba(120,172,45, 0.8);
	padding: 10px 0;
	overflow: hidden;
	border-radius: 3px;
	color: #fff;
}
.footer-copyright a{
	color: #fff;
}
.footer-copyright .logo {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
	font-family:  "Poppins", "Open Sans", Times, serif;
}
.footer-copyright nav {
    float: right;
    margin-top: 5px;
}

.footer-copyright p a{
	font-weight: bold;
}
.footer-copyright p a:hover{
	color: #a4d049;
}


.footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}
.footer-copyright nav ul li a{
	color: #969696;
}
.footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}
.footer-copyright p {
	margin: 0;
	display: inline-block;
}

.footer-widget-areas{
	padding-bottom: 100px;
}

/* Footer Top */
.footer-top{
	background: #252525;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 3px solid #222;
}
/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer{
	background: transparent;
}
footer.transparent .footer-copyright{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) ;
}
/* Footer light */
footer.light .footer-top{
	background: #f9f9f9;
}
footer.light .main-footer{
	background: #f9f9f9;
}
footer.light .footer-copyright{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) ;
}
/* Footer 4 */
.footer- .logo {
    display: inline-block;
}

/* Template */
.page-default .template-box {
    background: none repeat scroll 0 0 #eee;
    padding: 40px ;
    width: 100%;
	position: relative;
}
.page-default.box-404 .template-box {
    padding: 70px 40px ;
}
.template-box .template-content{
	margin-top: 30px;
}
/* 404 */
.template-box.box-404 li{
    display: inline-block;
	padding: 0 20px;
}
.template-box.box-404 li.logo-wrap {
    border-right: 1px solid #e1e1e1;
    padding-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);
}
.template-box.box-404 li:last-child{
	padding-right: 0;
}
.template-box.box-404 li.template-content {
    padding-left: 245px;
}
.template-box.box-404 h1{
	margin-bottom: 30px;
}
.template-box.box-404 .btn{
	margin-top: 20px;
}
/* login */
.template-box.box-login li{
	display: block;
}
/* Coming soon */
.box-comingsoon{
	text-align: center;
	min-height: 300px;
	float: left;
}
.logo-wrap {
	margin-bottom: 30px;
}
.template-box .countdown-section{
	width: 16%;
	float: none;
	margin: 0 10px;
	padding: 20px 0 20px;
	display: inline-block;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	   -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
		 -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
			box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);

}
.template-box .countdown-period{
	margin-top: 10px;
	display: block;
	font-size: 14px;
}
.template-box .countdown-amount{
	font-size: 30px;
}
.newsletter.newsletter-subscription table th {
	display: none;
}
.newsletter.newsletter-subscription table {
	width: 100%;
}

.newsletter.newsletter-subscription table tr {
	float: left;
	width: 20%;
}
.newsletter.newsletter-subscription table tr:first-child{
	width: 80%;
}
.newsletter.newsletter-subscription table tr td{
	width: 100%;
	float: left;
	border: none;
}
.newsletter.newsletter-subscription .newsletter-email{
	border: none;
	float: left;
	height: 60px;
	width: 100%;
	padding-left: 10px;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	   -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
		 -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
			box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.newsletter.newsletter-subscription .newsletter-email:focus{
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	    -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
		 -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
			box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.newsletter.newsletter-subscription .newsletter-submit {
	background: #78ac2d;
	height: 60px;
	float: left;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
    color: #fff;
	border: none;
    padding: 8px 22px;
	font-size: 16px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	   -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
		 -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
			box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.newsletter.newsletter-subscription .newsletter-submit:hover, .newsletter.newsletter-subscription .newsletter-submit:focus{
	background: #222;
	color: #fff;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	    -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
		 -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
			box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
/* Element Showcase Styles */
.element-animation .col-eq-height{
	padding: 60px;
	text-align: center;
	position: relative;
}
.element-animation .col-eq-height h2{
	margin: 0;

}
.element-animation .col-eq-height img{
	margin: 0 auto;
}
.element-quota-icons i {
    font-size: 60px;
    margin-right: 20px;
	margin-bottom: 30px;
	display: inline-block;
}
/* Widget Showcase */
.show-transparent-widget .widget.no-box {
    border: 1px solid #fff;
    padding: 20px;
	margin-top: -2.5px;
}
/* Contact Info */
.contact-info {
	background-color: #fff;
    padding: 0 30px 30px;
	position: relative;
}
.info-icon {
    color: #fff;
    font-size: 37px;
    height: 70px;
    left: 0;
	text-align: center;
    line-height: 74px;
    margin-bottom: 15px;
    position: relative;
    transform: translateY(-13px); -webkit-transform: translateY(-13px); -moz-transform: translateY(-13px); -ms-transform: translateY(-13px); -o-transform: translateY(-13px);
    width: 70px;
	background: #252525;
}
.info-icon::after {
    border-right: 10px solid #646464;
    border-top: 13px solid transparent;
    content: "";
    left: -10px;
    position: absolute;
}
.contact-info p:last-child{
	margin-bottom: 0;
}

textarea.form-control {
}

.wt-button {
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    padding: 0!important;
}

.border-container{
	border: 1px solid #f2f2f2;
	padding: 5px;
	background: #fff;
	display: inline-block;
}

.wt-button span {
	padding: 10px 25px!important;
}

.wt-button:hover, .wt-button:focus, .wt-button.active {
    color: #fff;
}
.style_2 .counter{
	font-size: 32px;
}
.content-video-details {
	z-index: 1;
	margin: 0 auto;
	max-width: 1170px;
}
.wt-column {
	font-size: 14px;
	text-align: left;
	display: inline-block!important;
}

.wt-column:last-child{
	margin-right: 0!important;
}

.contact-informations {
	list-style: none;
	color: #969696;
}
.fun-icon {
	padding-right: 5px;
}

/*---------------table-----------*/
.table-striped > .table > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9!important;
}
.table-bordered {
	border: none!important;
}
.table-bordered > .table {
    border: 1px solid #f2f2f2!important;
}
.table-hover > .table > tbody > tr:hover {
    background-color: #f5f5f5!important;
}

/*----------------tabs-------------*/
.wt-tabs-nav span {
	background: none!important;
	border: none!important;
	font-size: 18px!important;
	padding: 12px 22px!important;
	margin-right: 2px!important;
}
.wt-tabs-nav span.wt-tabs-current,
.wt-tabs-nav span:hover {
	border-bottom: 2px solid #78ac2d!important;
    color: #78ac2d;
	border-radius: 3px 3px 0 0!important;
	background: #ffffff!important;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05)!important;
}
.wt-tabs-panes {
    background: #fff none repeat scroll 0 0!important;
    border: 1px solid #f2f2f2!important;
    margin-top: -1px!important;
    padding: 23px 25px!important;
	margin-left: -1px;
}
.wt-tabs-pane {
    font-size: 14px!important;
    line-height: 1.9!important;
    padding: 0!important;
}

/*-------slim menu----*/
.hidden-sec{
	display: none;
}
.visible-sec{
	display: block;
}
.onepage-header {
    background-color: transparent;
    position: absolute;
    left: 0;
    padding: 0 !important;
    width: 100%;
    right: 0;
    z-index: 11;
    -webkit-transition: padding .4s ease-in-out;
    -moz-transition: padding .4s ease-in-out;
    -ms-transition: padding .4s ease-in-out;
    -o-transition: padding .4s ease-in-out;
    transition: padding .4s ease-in-out;
}

.onepage-menus-container{
	background: rgba(255,255,255, 0.8);
}

.header-top-bar{
	background: rgba(120,172,45, 0.8);
	display: block;
	overflow: hidden;
	color: #fff;
	padding: 15px 0;
	border-radius: 3px;
}

.header-top-bar .left-text span{
	margin-right: 10px;
	line-height: 30px;
}

.header-top-bar .left-text span i{
	padding-right: 5px;
}

.header-main-bar{
	margin-top: 4px;
	background: rgba(255,255,255, 0.8);
	display: block;
	overflow: hidden;
	border-radius: 3px;
}

.dark .header-main-bar{
	background: rgba(0,0,0, 0.8);
}

.onepage-header.affix .scroll-hide{
	display: none;
}

.logged-in.admin-bar .onepage-header.affix-top{
	margin-top: 32px;
}
.logged-in.admin-bar .onepage-header{
	margin-top: 32px;
}
.onepage-header.affix {
    background-color: none !important;
    left: 0;
    padding: 4px 0 10px !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.onepage-header.affix .header-main-bar{
	background: #fff;
	margin-top: 0;
}

.dark .onepage-header.affix .header-main-bar{
	background: #000;
}

.onepage-header li a{
	color: #222;
}

.dark .onepage-header li a{
	color: #fff;
}
/*-------featured list----*/
.feature-list {
	padding: 0 10px;
	margin: 0;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition:all 250ms ease-in-out 0s;
	   -moz-transition:all 250ms ease-in-out 0s;
	    -ms-transition:all 250ms ease-in-out 0s;
	     -o-transition:all 250ms ease-in-out 0s;
		    transition:all 250ms ease-in-out 0s;
}

.feature-list h5{
	font-size: 18px;
}

.feature-list h4{
	font-size: 44px;
	margin-bottom: 10px;
}

.feature-list h4 span{
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background: #78ac2d;
	border: 6px solid #fff;
	color: #fff;
	width: 70px;
	height: 70px;
	display: inline-block;
	line-height: 62px;
}

.feature-list:hover h4 span{
	background: #a4d049;
}

.feature-list p{
	line-height: 24px;
	margin-bottom: 0;
}

.wt-heading.wt-heading-align-left .wt-heading-inner{
	padding-left: 0!important;
}

/*---------------portfolio hover effect------*/
.wt-portfolio-meta{
	padding: 0;
}
.wt-portfolio-meta li{
	padding-bottom: 10px;
}
.wt-portfolio-meta li:last-child{
	padding-bottom: 0;
}
.wt-portfolio-meta li i{
	padding-right: 5px;
	width: 25px;
}
.portfolio-title {
	text-align: center;
	margin-top: 0;
	padding-bottom: 10px;
}
.portfolio-title span{
	position: relative;
}
.portfolio-title span:after{
	position: absolute;
	width: 30px;
	margin: 0 auto;
	border-bottom: 1px solid #f2f2f2;
}
.portfolio-innerdetails h5 {
	color: #222;
	font-size: 14px;
	margin-top: 0;
	text-transform: uppercase;
}
.portfolio-innerdetails > a{
	margin-top: 20px;
}
.portfolio-innerdetails .portfolio-button{
	margin-top: 40px;
	display: inline-block;
	padding: 0 5px;
	font-size: 12px;
	color: #222;
}

.portfolio-innerdetails h5 a:hover{
	color: #78ac2d;
}
.da-thumbs {
	list-style: none;
	position: relative;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}
.da-thumbs li {
	float: left;
	padding: 0;
	position: relative;
	/*width: 33.33%;*/
}

.da-thumbs.column-4 li{
	/*width: 25%;*/
}

.da-thumbs.column-2 li{
	width: 50%;
}

.da-thumbs li div,
.da-thumbs li div img {
	display: block;
	position: relative;
}
.da-thumbs li {
	overflow: hidden;
	text-align: center;
}
.da-thumbs li div.portfolio-detail {
	position: absolute;
	background: rgba(255, 255, 255, 0);
	padding: 10px;
	width: 100%;
	height: 100%;
	color: #78ac2d;
}

.portfolio-innerdetails{
	background: rgba(255,255,255, 0.6);
	padding: 20px;
	height: 100%;
}

.dark .portfolio-innerdetails{
	background: rgba(0,0,0, 0.6);
}
.da-thumbs li a div {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #78ac2d;
}

/*----------icon effect---------*/
.icon-wrap {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 0;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #222;
}
.icon-wrap:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.icon-wrap {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.icon-wrap:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.service-box:hover .icon-wrap{
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.service-box:hover .icon-wrap:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
	padding: 0;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #78ac2d, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #78ac2d, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #78ac2d, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #78ac2d, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #78ac2d, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #78ac2d, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

.cssload-container {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff;
}

.cssload-loader {
    width: 49px;
    height: 49px;
    top: 50%;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: -20px auto;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}

.cssload-loader:before,
.cssload-loader:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.cssload-loader:before,
.cssload-loader:after {
    content: "";
}

.cssload-loader:before {
    border: 2px solid #78ac2d;
    top: -1px;
    left: -1px;
    opacity: 0;
    animation-name: cssload-pulse;
    -o-animation-name: cssload-pulse;
    -ms-animation-name: cssload-pulse;
    -webkit-animation-name: cssload-pulse;
    -moz-animation-name: cssload-pulse;
}

.cssload-loader:after {
    background-color: #78ac2d;
    animation-name: cssload-pulse-2;
    -o-animation-name: cssload-pulse-2;
    -ms-animation-name: cssload-pulse-2;
    -webkit-animation-name: cssload-pulse-2;
    -moz-animation-name: cssload-pulse-2;
}

@keyframes cssload-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@-o-keyframes cssload-pulse {
    0% {
        -o-transform: scale(1);
        opacity: 1;
    }
    50% {
        -o-transform: scale(1.3);
        opacity: 0;
    }
    100% {
        -o-transform: scale(1.3);
        opacity: 0;
    }
}

@-ms-keyframes cssload-pulse {
    0% {
        -ms-transform: scale(1);
        opacity: 1;
    }
    50% {
        -ms-transform: scale(1.3);
        opacity: 0;
    }
    100% {
        -ms-transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-pulse {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes cssload-pulse {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }
    50% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
    100% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes cssload-pulse-2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.7);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes cssload-pulse-2 {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(0.7);
    }
    100% {
        -o-transform: scale(1);
    }
}

@-ms-keyframes cssload-pulse-2 {
    0% {
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(0.7);
    }
    100% {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes cssload-pulse-2 {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.7);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cssload-pulse-2 {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.7);
    }
    100% {
        -moz-transform: scale(1);
    }
}

.bg-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255, 255, 255, 0.2);
}

.dark .bg-overlay{
	background: rgba(0, 0, 0, 0.2);
}

.home-banner .item h3,
.home-banner .item .des-content{
	color: #000;
}

.dark .home-banner .item h3,
.dark .home-banner .item .des-content{
	color: #fff;
}

.dark .wt-tabs-pane{
	color: #fff!important;
}

.dark .wt-tabs-panes{
	background: #000!important;
	color: #fff;
}

.dark .wt-tabs-nav span{
	color: #fff!important;
}

.dark .wt-spoiler-style-default{
	background: #000!important;
}

.dark .wt-spoiler-style-default > .wt-spoiler-title{
	background: #000;
}

.dark .wt-tabs-nav span.wt-tabs-current, .dark .wt-tabs-nav span:hover{
	background: #222!important;
	color: #fff!important;
}

.dark .wt-spoiler-style-default.wt-spoiler-closed > .wt-spoiler-title{
	color: #fff!important;
}