/*
Theme Name: Feodora
Theme URI: http://effortthemes.com/wp/feodora
Author: Noor_Tech
Author URI: http://themeforest.net/user/noor_tech
Description: This is Feodora theme
Version: 1.0.0
License: copyright commercial
License URI: http://themeforest.net/user/noor_tech
Text Domain: feodora
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
*/

/* Feodora Wordpress Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Services Block
7. Testimonial Section
8. Work Masonry Section
9. Video Section
10. Client Testimonial
11. Main Footer / Footer Style Two
12. Services Style Two
13. Fact Counter / Style Two
14. Subscriber Form
15. Team Section
16. Page Title
17. Masonry Section
18. Team Section
19. Contact Form Section

**********************************************/

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Nunito Sans', sans-serif;
	font-size:15px;
	color:#666666;
	line-height:1.8em;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#a2a2a2;
}

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

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:700;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Poppins', sans-serif;
}

input,button,select,textarea{
	
}

p{
	position:relative;
	line-height:1.6em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

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

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.styled-font{
	
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

/*Btn Style One*/

.btn-style-one,
.contact-form input[type=submit]{
	position:relative;
	padding:7px 45px 6px;
	line-height:24px;
	background:none;
	font-size:10px;
	font-weight:700;
	color:#ffffff;
	border:2px solid #3f51b5;
	background-color:#3f51b5;
	text-transform:uppercase;
	font-family: 'Nunito Sans', sans-serif;
}

.btn-style-one:hover,
.contact-form input[type=submit]:hover{
	color:#3f51b5;
	background:none;
	border-color:#3f51b5;
}

/*Btn Style One*/

.btn-style-two{
	position:relative;
	padding:7px 45px 6px;
	line-height:24px;
	background:none;
	font-size:10px;
	font-weight:700;
	color:#3f51b5;
	border:2px solid #696969;
	background-color:#ffffff;
	text-transform:uppercase;
	font-family: 'Nunito Sans', sans-serif;
}

.btn-style-two:hover{
	color:#ffffff;
	background:none;
	border-color:#696969;
}

.theme_color{
	color:#3f51b5;
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

img{
	display:inline-block;
	max-width:100%;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(images/icons/preloader.GIF);}

/*** 

====================================================================
	Social Icon One
====================================================================

***/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin:0px 10px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	color:#22313f;
	font-size:18px;
	text-align:center;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.social-icon-one li a:hover{
	color:#404494;
}

/*social icon two*/

.social-icon-two{
	position:relative;
}

.social-icon-two a{
	position:relative;
	color:#22313f;
	margin-right:18px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.social-icon-two a:hover{
	color:#404494;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#333333;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#3f51b5;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	left:0px;
	top:0px;
	z-index:99;
	width:100%;
}

.main-header .auto-container{
	position:relative;	
}

.main-header .main-box{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header.fixed-header .main-box{
	position:fixed;
	padding:0px 0px;
	z-index:999;
	opacity:1;
	visibility:visible;
	border-bottom:1px solid #f9f9f9;
	background-color:rgba(255,255,255,0.98);
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 20px 0px 0px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;	
	padding:10px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-18px;
	display:none;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	height:36px;
	background:none;
	color:#ffffff;
	text-align:center;
	font-size:18px;
	line-height:36px;
	border-radius:3px;
	font-weight:normal;
}

.main-header .nav-outer{
	position:relative;
}

.main-menu{
	position:relative;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
}

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	margin:0px 40px 0px 0px;
	text-align:left;
}

.main-menu .navigation > li:last-child{
	margin-right:20px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#22313f;
	line-height:24px;
	text-transform:capitalize;
	letter-spacing:0px;
	opacity:1;
	padding:40px 0px;
	font-size:14px;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li.dropdown > a{
	padding-right:15px;	
}

.main-menu .navigation > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:50%;
	height:20px;
	line-height:20px;
	margin-top:-9px;
	font-size:14px;
	font-weight:normal;
	display:block;	
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#5161bc;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top: 3px solid #5161bc;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:100%;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:0px solid rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:22px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	background:#5161bc;
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top: 3px solid #5161bc;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:22px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background:#5161bc;
	color:#ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .search-btn{
	position:absolute;
	right:0px;
	top:50%;
	font-size:16px;
	color:#181c23;
	cursor:pointer;
	margin-top:-18px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .search-btn:hover{
	color:#3f51b5;
}

.header-style-two{
	position:relative;
	border-bottom:1px solid #e9e9e9;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
}

.main-slider .tp-caption{
	z-index:5 !important;
}

.main-slider .tp-dottedoverlay{
	 background-color:rgba(255,255,255,0.50) !important;
}

.main-slider .btn-style-one{
	color:#ffffff !important;
}

.main-slider .btn-style-one:hover{
	color:#3f51b5 !important;
}

.main-slider .text{
	font-weight:500;
	line-height:1.6em;
	color:#22313f;
	font-size:14px;
}

.main-slider h2{
	font-size:72px;
	color:#22313f;
	font-weight:700;
	line-height:1.2em;
	text-transform:capitalize;
}

.main-slider .icon-down{
	position:relative;
	width:50px;
	height:50px;
	color:#ffffff;
	line-height:50px !important;
	text-align:center !important;
	border-radius:50%;
	cursor:pointer;
	background-color:#3f51b5;
}

.main-slider .tp-bullets.preview3 .bullet{
	background:#22313f !important;
	width:12px !important;
	height:12px !important;
	border:0px!important;
	border-radius:50% !important;
	margin:0px 8px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
	border-color:#3f51b5 !important;
	background:#3f51b5 !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:50px !important;
	overflow:hidden;
	margin-top:0px !important;
	height:50px !important;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	background:rgba(0,0,0,0.0);
	color:#d0d0d0;
	font-size:24px;
	padding:0px;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f177';
	font-family: 'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f178';
	font-family: 'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
}

.main-slider .tparrows.preview3:hover::after{
	color:#3f51b5;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.sec-title h2{
	position:relative;
	color:#3f3f3f;
	font-size:30px;
	font-weight:500;
	margin-bottom:22px;
	padding-bottom:17px;
	display:inline-block;
	text-transform:uppercase;
}

.sec-title h2:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:40px;
	height:1px;
	margin-left:-20px;
	background-color:#333333;
}

.sec-title .text{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:300;
	max-width:730px;
	margin:0 auto;
}
.main-slider .text.text-center{
	text-align:center !important;
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#5c6bc0 !important;
	color:#ffffff;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(images/icons/icon-cross.png) center center no-repeat;
	background-color:#5c6bc0 !important;
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

/*** 

====================================================================
	Sponsors Section
====================================================================

 ***/

.sponsors-section{
	position:relative;
	padding:110px 0px;
	text-align:center;
	background-color:#ffffff;
}

.sponsors-section .owl-nav,
.sponsors-section .owl-dots{
	display:none !important;
}

.sponsors-section .image-box img{
	position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
}

.map-section .map-canvas{
	position:relative;
	height:550px;
}

/*** 

====================================================================
	Map Pointer Popup Style
====================================================================

***/

.map-canvas .map-data{
	text-align:center;
	font-size:13px;
	font-weight:400;
}

.map-canvas .map-data h6{
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	text-align:center;
	margin-bottom:5px;
	color:#181818;	
}

.map-canvas .map-data .map-content{
	line-height:20px;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position:fixed;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.80);
	z-index:9999;
	visibility:hidden;
	opacity:0;
	overflow:auto;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.search-popup.popup-visible{
	top:0;
	visibility:visible;
	opacity:1;
}

.search-popup .close-search{
	position:absolute;
	right:25px;
	top:25px;
	font-size:20px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
}

.search-popup .close-search:hover{
	opacity:0.70;	
}

.search-popup .search-form{
	position:relative;
	padding:0px 15px 50px;
	padding-top:200px;
	max-width:1024px;
	margin:0 auto;	
}

.search-popup .search-form fieldset{
	position:relative;
	border:5px solid rgba(255,255,255,0.80);
	-webkit-border-radius:12px;
	-ms-border-radius:12px;
	-o-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}

.search-popup .search-form fieldset input[type="search"],
.search-popup .search-form fieldset input.form-control{
	position:relative;
	height:70px;
	padding:20px 220px 20px 30px;
	background:#ffffff;
	line-height:30px;
	font-size:24px;
	color:#233145;
	-webkit-border-radius:7px;
	-ms-border-radius:7px;
	-o-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}

.search-popup .search-form fieldset input[type="submit"]{
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	text-align:center;
	width:220px;
	padding:20px 10px 20px 10px;
	color:#ffffff;
	background:#3f51b5;
	line-height:30px;
	height:70px;
	font-size:20px;
	text-transform:uppercase;
	-moz-border-radius:0px 7px 7px 0px;
	-ms-border-radius:0px 7px 7px 0px;
	-o-border-radius:0px 7px 7px 0px;
	-webkit-border-radius:0px 7px 7px 0px;
	border-radius:0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
	background:#334551;
	color:#ffffff;
}

.search-popup h3{
	font-size:24px;
	color:#ffffff;
	margin-bottom:30px;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
}

.search-popup .recent-searches{
	font-size:14px;
	color:#ffffff;
	text-align:center;
}

.search-popup .recent-searches li{
	display:inline-block;
	margin:0px 10px 10px 0px;	
}

.search-popup .recent-searches li a{
	display:block;
	line-height:24px;
	border:1px solid #ffffff;
	padding:5px 20px;
	color:#ffffff;
	border-radius:3px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.search-popup .recent-searches li a:hover{
	color:#ffffff;
	border-color:#3f51b5;
	background-color:#3f51b5;
}

/*** 

====================================================================
	Work Section
====================================================================

***/

.work-section{
	position:relative;
	padding:200px 0px 100px;
}

.work-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.work-section .image-column .inner-box{
	position:relative;
	padding-right:50px;
}

.work-section .image-column .row{
	position:relative;
	margin:0px -9px;
}

.work-section .image-column .column{
	padding:0px 9px;
}

.work-section .image-column .column img{
	width:100%;
	display:block;
}

.work-section .content-column{
	position:relative;
}

.work-section .content-column .inner-box{
	position:relative;
	padding-right:100px;
}

.work-section .content-column .inner-box h2{
	position:relative;
	color:#22313f;
	font-size:45px;
	font-weight:600;
	line-height:1.2em;
}

.work-section .content-column .inner-box .text .dark-text{
	position:relative;
	color:#22313f;
	font-size:13px;
	font-weight:500;
	margin-top:12px;
}

.work-section .content-column .inner-box .text{
	padding-right:50px;
}

.work-section .content-column .inner-box .text p{
	color:#7e8899;
	font-size:13px;
	line-height:1.9em;
}

.work-section .content-column .inner-box .read-story{
	position:relative;
	font-size:12px;
	color:#22313f;
	font-weight:700;
	text-transform:uppercase;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding-bottom:130px;
}

.services-bolck{
	position:relative;
	margin-bottom:60px;
}

.services-bolck .inner-box{
	position:relative;
}

.services-bolck .inner-box h3{
	position:relative;
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;
	display:inline-block;
}

.services-bolck .inner-box h3 a{
	color:#22313f;
}

.services-bolck .inner-box h3 a:hover{
	color:#3f51b5;
}

.services-bolck .inner-box .icon-box{
	position:relative;
	float:right;
	color:#22313f;
	font-size:32px;
	margin-right:90px;
}

.services-bolck .inner-box .text{
	position:relative;
	color:#7e8899;
	font-size:13px;
	line-height:1.8em;
	margin-top:15px;
	padding-right:42px;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:140px 0px 150px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.testimonial-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(244,245,249,0.80);
}

.testimonial-block{
	position:relative;
	text-align:center;
}

.testimonial-block .inner-box{
	position:relative;
}

.testimonial-block .inner-box .styled-text{
	position:relative;
	font-size:18px;
	font-weight:600;
	color:#3f51b5;
	font-style:italic;
	margin-bottom:10px;
	font-family: 'Poppins', sans-serif;
}

.testimonial-block .inner-box .text{
	position:relative;
	font-size:14px;
	color:#7e8899;
	font-weight:500;
	max-width:900px;
	margin:0 auto;
	font-family: 'Raleway', sans-serif;
}

.testimonial-block .inner-box .author-info:before{
	position:absolute;
	content:'';
	top:-35px;
	height:30px;
	width:1px;
	left:50%;
	background-color:#3f51b5;
}

.testimonial-block .inner-box .author-info{
	position:relative;
	padding-left:90px;
	display:inline-block;
	text-align:left;
	padding-top:10px;
	margin-top:50px;
	min-height:60px;
}

.testimonial-block .inner-box .author-info .image-box{
	position:absolute;
	width:60px;
	height:60px;
	left:0px;
	top:0px;
	border-radius:50%;
}

.testimonial-block .inner-box .author-info .image-box img{
	border-radius:50%;
}

.testimonial-block .inner-box .author-info h3{
	line-height:1em;
	font-size:18px;
	color:#22313f;
}

.testimonial-section .owl-dots{
	display:none;
}

.testimonial-section .owl-nav{
	position:absolute;
	top:50%;
	width:100%;
}

.testimonial-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	display:block;
	font-size:42px;
	color:#22313f;
}

.testimonial-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	display:block;
	font-size:42px;
	color:#22313f;
}

/*** 

====================================================================
	Work Masonry Section
====================================================================

***/

.work-masonry-section{
	position:relative;
	padding:200px 0px 170px;
}

.work-masonry-section .content-column{
	position:relative;
	padding-top:250px;
	margin-bottom:25px;
}

.work-masonry-section .content-column .inner-box{
	position:relative;
}

.work-masonry-section .content-column .inner-box h2{
	position:relative;
	color:#22313f;
	font-size:45px;
	font-weight:600;
}

.work-masonry-section .content-column .inner-box .text{
	position:relative;
	color:#7e8899;
	font-size:13px;
	line-height:1.8em;
}

.gallery-item{
	position:relative;
	margin-bottom:30px;
}

.gallery-item .inner-box{
	position:relative;
}

.gallery-item .inner-box:hover .image-box .overlay-box{
	opacity:1;
}

.gallery-item .inner-box .image-box{
	position:relative;
}

.gallery-item .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
	height:auto;
}

.gallery-item .inner-box .image-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	opacity:0;
	background-color:rgba(63,81,181,0.8);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.gallery-item .inner-box .image-box .overlay-box .icon-box{
	position:absolute;
	color:#ffffff;
	top:50%;
	font-size:24px;
	margin-left:-10px;
	margin-top:-10px;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	background-color:#f4f5f9;
}

.video-section .video-box{
	position:relative;
	max-width:700px;
	margin:0 auto;
	top:80px;
	-webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,1);
	box-shadow: 0px 0px 20px -2px rgba(0,0,0,1);
}

.video-box{
	position:relative;
	z-index:10;
}

.video-box .image img{
	position:relative;
	width:100%;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(63,81,181,0.90);
}

.video-box .overlay-box span{
	position: relative;
    top: 50%;
	font-size: 32px;
	text-align: center;
    color: #ffffff;
	font-weight:400;
	padding-left:5px;
}

/*** 

====================================================================
	Sponsors Section
====================================================================

 ***/

.sponsors-section{
	position:relative;
	padding:180px 0px 90px;
	text-align:center;
	background-color:#ffffff;
}

.sponsors-section .owl-nav,
.sponsors-section .owl-dots{
	display:none !important;
}

.sponsors-section .image-box img{
	position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

/*** 

====================================================================
	Main Footer
====================================================================

 ***/

.main-footer{
	position:relative;
	background-attachment:fixed;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	padding:140px 0px 0px;
}

.main-footer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(244,245,249,0.90);
}

.main-footer .info-column{
	position:relative;
}

.main-footer .info-column .inner-box{
	position:relative;
}

.main-footer .info-column .inner-box h2{
	position:relative;
	font-size:24px;
	font-weight:600;
	color:#22313f;
	line-height:1.4em;
	margin-bottom:30px;
}

.main-footer .info-column .info-list{
	position:relative;
	margin-bottom:30px;
}

.main-footer .info-column .info-list li{
	position:relative;
	color:#22313f;
	font-size:12px;
	font-weight:700;
	margin-bottom:18px;
	line-height:1.6em;
}

.main-footer .info-column .info-list li a{
	color:#404494;
}

.main-footer .contact-column{
	position:relative;
}

.main-footer .contact-column .text{
	position:relative;
	color:#7e8899;
	font-size:13px;
	margin-bottom:25px;
}

.footer-style-two{
	position:relative;
	background-color:#f4f5f9;
}

.footer-style-two .upper-box{
	position:relative;
	padding:80px 0px 20px;
}

.footer-style-two .footer-column{
    position: relative;
    margin-bottom:40px;
}

.footer-style-two .logo-widget .text{
	color:#22313f;
	font-size:13px;
	margin:20px 0px 25px;
}

.footer-style-two .widget-content h2{
	font-size:22px;
	padding-bottom:15px;
	color:#22313f;
}

.footer-style-two .footer-info{
	position:relative;
	margin:20px 0px 25px;
}

.footer-style-two .footer-info li{
	position:relative;
	color:#22313f;
	font-size:13px;
	line-height:1.6em;
	margin-bottom:20px;
}
.footer-style-two .links-widget .list{
	margin-top:15px;
}
.footer-style-two .links-widget .list li {
    position: relative;
    margin-bottom: 6px;
}

.footer-style-two .links-widget .list li a {
    position: relative;
    display: block;
    line-height: 24px;
    color: #22313f;
    font-size: 13px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer-style-two .links-widget .list li a:hover{
	color:#5c6bc0;
}

.footer-style-two .post-info{
	position:relative;
}

.footer-style-two .post-info li{
	position:relative;
	font-size:16px;
	font-weight:600;
	color:#7e8899;
	margin-bottom:15px;
	font-family: 'Raleway', sans-serif;
}

.footer-style-two .post-info li span{
	color:#7e8899;
	font-size:10px;
	font-style:italic;
	display:block;
	font-family: 'Raleway', sans-serif;
}

.footer-style-two .footer-bottom{
	position:relative;
	padding:30px 0px;
	border-top:1px solid #d4d4d4;
}

.footer-style-two .footer-bottom .copyright{
	color:#22313f;
	font-size:12px;
	font-weight:600;
	text-align:center;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 0px;
	color:#222222;
	height:50px;
	background:none;
	border-bottom:2px solid #7e8899;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#3f51b5;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:8px 0px;
	color:#222222;
	border-bottom:2px solid #7e8899;
	height:110px;
	background:none;
	resize:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.footer-widget .contact-form .form-group textarea{
	height:70px;
}
.contact-form button,
.contact-form input[type=submit]{
	font-size:10px;
	margin-top:30px;
	padding:6px 49px 5px;
	text-transform:uppercase;
}
.contact-form input[type=submit]{
	width:100%;
}

.main-footer .footer-bottom{
	position:relative;
	padding:50px 0px 40px;
	margin-top:100px;
	text-align:center;
	background-color:#ffffff;
}

.main-footer .footer-bottom .copyright{
	color:#22313f;
	font-size:12px;
	font-weight:700;
}

/*** 

====================================================================
	Services Section Two
====================================================================

 ***/

.services-section-two{
	position:relative;
	padding:240px 0px 160px;
	background-color:#fbfbfb;
}

.services-section-two .image{
	position:relative;
	text-align:center;
	margin-top:-60px;
}

.services-section-two .image img{
	position:relative;
	max-width:100%;
	display:inline-block;
}

/*** 

====================================================================
	Video Section Two
====================================================================

 ***/
 
.video-section-two{
	position:relative;
	padding:0px 0px 0px;
	background-color:#f4f5f9;
}

.video-section-two .video-box{
	top:60px;
}

.video-section-two .content-column{
	position:relative;
	padding-top:90px;
}

.video-section-two .content-column .content{
	position:relative;
	padding-left:75px;
	margin-bottom:40px;
}

.video-section-two .content-column .content:before{
	position:absolute;
	left:2px;
	top:0px;
	content:'\f059';
	font-size:42px;
	line-height:1em;
	font-family: 'FontAwesome';
}

.video-section-two .content-column .content .inner h3{
	color:#22313f;
	font-size:24px;
	margin-bottom:10px;
}

.video-section-two .content-column .content .text{
	color:#7e8899;
	font-size:13px;
	line-height:2em;
	max-width:400px;
}

.video-section-two .content-column .content .read-more{
	text-transform:uppercase;
	color:#22313f;
	font-size:12px;
	font-weight:700;
	margin-top:10px;
	display:inline-block;
}

.video-section-two.alternate-style{
	background:none;
	padding:200px 0px 200px;
}

.video-section-two.alternate-style .video-box{
	top:0px;
}

/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-column{
	position:relative;
	padding-top:230px;
	/*background-color:#fbfbfb;*/
}

.fact-counter-column.style-two{
	padding:130px 0px 90px;
	background-color:#5c6bc0;
}

.fact-counter-column.style-two .fact-counter .count-outer .count-text,
.fact-counter-column.style-two .fact-counter .count-outer .plus-icon{
	color:#ffffff;
}

.fact-counter-column.style-two .fact-counter .column .counter-title{
	color:#f4f5f9;
}

.fact-counter{
	position:relative;
	color:#103d68;
	max-width:980px;
    margin: 0 auto;
}

.fact-counter .column{
	position:relative;
	margin-bottom:40px;
}

.fact-counter .column .inner{
	position:relative;
	text-align:center;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#22313f;
	font-size:48px;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .count-outer .plus-icon{ 
	display:inline-block;
	color:#22313f;
	font-size:40px;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:18px;
	color:#7e8899;
	margin-top: 10px;
	font-weight:400;
	text-transform: capitalize;
	font-family: 'Nunito Sans', sans-serif;
}

/*** 

====================================================================
	Subscribe Form
====================================================================

***/

.subscribe-form{
	position:relative;
	padding:140px 0px;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
}

.subscribe-form:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(244,245,249,0.90);
}

.subscribe-form h3{
	position:relative;
	color:#22313f;
	font-size:18px;
	font-weight:600;
}

.subscribe-form .form-box{
	position:relative;
	max-width:600px;
	margin:0 auto;
	margin-top:90px;
}

.subscribe-form .form-box .form-group input[type="text"],
.subscribe-form .form-box .form-group input[type="tel"],
.subscribe-form .form-box .form-group input[type="email"],
.subscribe-form .form-box .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	height:52px;
	font-size:18px;
	background:none;
	color:#22313f;
	padding:10px 50px 10px 15px;
	border-bottom:2px solid #22313f;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.subscribe-form .form-box .form-group input[type="text"]:focus,
.subscribe-form .form-box .form-group input[type="tel"]:focus,
.subscribe-form .form-box .form-group input[type="email"]:focus,
.subscribe-form .form-box .form-group textarea:focus{
	border-color:#3f51b5;
}

.subscribe-form .form-box .form-group input[type="submit"],
.subscribe-form .form-box button{
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:50px;
	font-weight:700;
	line-height:40px;
	color:#3f51b5;
	background:none;
	font-size:26px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:190px 0px 40px;
}

.team-section .title{
	position:relative;
	text-align:center;
}

.team-section .title h2{
	color:#22313f;
	font-size:45px;
	font-weight:700;
	margin-bottom:60px;
	font-family: 'Poppins', sans-serif;
}

.team-section .row{
	margin:0px -30px;
}

.team-section .team-member{
	padding:0px 30px;
}

.team-member{
	position:relative;
}

.team-member .inner-box{
	position:relative;
}

.team-member .inner-box .image{
	position:relative;
	margin-bottom:50px;
}

.team-member .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	height:auto;
}

/*** 

====================================================================
	Join Section
====================================================================

***/

.join-section{
	position:relative;
	padding:50px 0px 10px;
	background-color:#5c6bc0;
}

.join-section .text{
	color:#ffffff;
	line-height:1.6em;
	margin-bottom:30px;
}

.join-section.with-margin{
	margin-bottom:100px;
}

/*** 

====================================================================
	Page Title Section
====================================================================

***/

.page-title{
	position:relative;
	padding:140px 0px 100px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title:before{ 
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(244,245,249,0.90);
}

.page-title h2{
	color:#22313f;
	font-size:50px;
	font-weight:600;
	margin-bottom:40px;
	text-transform:capitalize;
	line-height:1.2em;
}

.page-title .text{
	color:#616161;
	font-size:14px;
	text-align:right;
}

/*** 

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section{
	position:relative;
	padding:200px 0px 180px;
}

.portfolio-section .row{
	margin:0px -10px;
}

.portfolio-section .gallery-item{
	padding:0px 10px;
	margin-bottom:20px;
}

/*** 

====================================================================
	Contact Work Section
====================================================================

***/

.contact-work-section{
	position:relative;
	padding-bottom:150px;
}

.contact-work-section .inner-block{
	position:relative;
}

.contact-work-section h2{
	position:relative;
	color:#22313f;
	font-size:36px;
	line-height:1.2em;
	margin-bottom:40px;
}

.contact-work-section .text{
	position:relative;
	text-align:right;
	color:#7e8899;
	font-size:14px;
	line-height:1.6em;
	margin-bottom:8px;
}

.contact-work-section .contact-now{
	position:relative;
	color:#3f51b5;
	font-size:14px;
	text-align:right;
	font-weight:500;
	float:right;
	display:inline-block;
	text-decoration:underline;
	font-family: 'Poppins', sans-serif;
}

.contact-work-section .contact-now:hover{
	text-decoration:none;
}

/*** 

====================================================================
	Contact Form Section
====================================================================

***/

.contact-form-section{
	position:relative;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:110px 0px 20px;
	margin:50px 0px;
}

.contact-form-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(244,245,249,0.80);
}

.contact-form-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:35px;
}

.contact-form-section .title-box h2{
	position:relative;
	color:#22313f;
	font-size:30px;
}

.contact-form-section .title-box .text{
	position:relative;
	font-size:13px;
	color:#7e8899;
}

.contact-form-section .contact-info-column{
	position:relative;
	margin-bottom:60px;
}

.contact-form-section .contact-info-column .inner-box{
	position:relative;
	padding:60px 20px 60px 40px;
	border:2px solid #55606c;
}

.contact-form-section .contact-info-column .inner-box ul{
	position:relative;
}

.contact-form-section .contact-info-column .inner-box ul li{
	position:relative;
	color:#22313f;
	font-size:12px;
	margin-bottom:15px;
	line-height:1.6em;
	font-weight:600;
}

.contact-form-section .contact-info-column .inner-box ul li a{
	color:#404494;
}

.Contact-form-column button{
	display:block;
	width:100%;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:130px 0px 80px;
}

.news-style-one{
	position:relative;
	margin-bottom:50px;	
}

.news-style-one .inner-box{
	position:relative;
	display:block;
	border:1px solid #f0f0f0;
}

.news-style-one .inner-box .image-box{
	position:relative;
	display:block;
}

.news-style-one .inner-box .image-box img{
	position:relative;
	display:block;
	width:100%;
	height:auto;
}

.news-style-one .inner-box .date{
	position:absolute;
	left:30px;
	bottom:-30px;
	width:72px;
	text-align:center;
	background:#0a0e16;
	color:#ffffff;
	display:block;
	z-index:1;
}

.news-style-one .inner-box .date .day{
	position:relative;
	display:block;
	font-size:28px;
	font-weight:700;
	line-height:45px;
	height:40px;
	background: #3f51b5;
}

.news-style-one .inner-box .date .month{
	position:relative;
	display:block;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	background:#3f51b5;
	line-height:30px;
}

.news-style-one .inner-box .lower-content{
	position:relative;
	padding:50px 30px 20px;
}

.news-style-one .inner-box .lower-content h3{
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#333333;
}

.news-style-one .inner-box .lower-content h3 a{
	color:#0a0e16;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.news-style-one .inner-box .lower-content h3 a:hover{
	color:#3f51b5;
}

.news-style-one .inner-box .lower-content .text{
	position:relative;
	font-size:14px;
	line-height:1.7em;
}

.news-style-one .inner-box .lower-content .text p{
	position:relative;
	margin-bottom:20px;
}

.news-style-one .inner-box .lower-content .text p:last-child{
	margin-bottom:0px;
}

.news-style-one .inner-box .lower-content blockquote{
	position:relative;
	padding:50px 70px 20px;
	text-align:center;
	border:none;
	color:#777777;
	background:#fcfcfc url(images/icons/quote-icon.png) center 30px no-repeat;
	font-size:16px;
	line-height:1.8em;
	font-style:italic;
	margin-bottom:30px;
	border-radius:15px;
}

.news-style-one .inner-box .post-meta{
	position:relative;
	padding:12px 30px 8px;
	font-size:14px;
	color:#666666;
	border-top:1px solid #f0f0f0;
}

.news-style-one .inner-box .post-meta ul li{
	position:relative;
	float:left;
	margin-right:26px;
	list-style: none;
}

.news-style-one .inner-box .post-meta ul li:after{
	content:'/';
	position:absolute;
	right:-15px;
	top:2px;
	font-size:12px;
	line-height:24px;
}

.news-style-one .inner-box .post-meta ul li:last-child:after{
	display:none;
}

.news-style-one .inner-box .post-meta ul li a{
	position:relative;
	color:#666666;
	line-height:24px;
}

.news-style-one .inner-box .post-meta ul li a:hover{
	color:#3f51b5;
}

.news-style-one .inner-box .post-meta ul li .fa{
	position:relative;
	color:#3f51b5;
	font-size:12px;
	line-height:22px;
	padding-right:3px;
}

.sidebar-page-container .news-style-one .inner-box .post-meta ul{
	float:left;
    padding-left: 0px;
}

.news-style-one .inner-box .post-meta .read-more{
	position:relative;
	display:block;
	float:right;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	color:#222222;
	text-transform:uppercase;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.news-style-one .inner-box .post-meta .read-more:hover{
	color:#3f51b5;
}

.news-style-one .inner-box .post-meta .read-more .fa{
	position:relative;
	padding-left:5px;
	font-weight:normal;
	font-size:14px;
}

.news-style-one .inner-box .post-meta .share-btn{
	position:relative;
	display:block;
	float:right;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	color:#222222;
	text-transform:uppercase;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-style-one .inner-box .post-meta .share-btn:hover{
	color:#3f51b5;	
}

.news-style-one .inner-box .post-meta .share-btn .fa{
	position:relative;
	padding-right:5px;
	font-weight:normal;
	font-size:14px;
}


/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination ul{
	position:relative;
	display:inline-block;	
}

.styled-pagination li{
	position:relative;
	display:block;
	float:left;
	margin:0px 10px 10px 0px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:20px;
	padding:9px 5px;
	height:40px;
	font-size:15px;
	text-transform:capitalize;
	min-width:40px;
	border:1px solid #e0e0e0;
	background:none;
	color:#cdcdcd;
	font-weight:500;
	text-align:center;
	border-radius:3px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;	
	border-color:#3f51b5;
	background:#3f51b5;	
}

/*** 

====================================================================
	Author Info
====================================================================

 ***/

.post-author{
	position:relative;
	margin-bottom:50px;
}

.post-author h3{
	color:#333333;
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:700;
	font-size:16px;	
}

.post-author .inner{
	position:relative;
	min-height:80px;
	padding:40px 30px 40px 180px;
	background:#fcfcfc;
	border-radius:3px;
}

.post-author .author-image{
	position:absolute;
	left:30px;
	top:40px;
	width:120px;
	border-radius:50%;
}

.post-author .author-image img{
	display:block;
	width:100%;
	border-radius:50%;
}

.post-author h4{
	font-size:14px;
	line-height:24px;
	color:#222222;
	font-weight:700;
	margin-bottom:10px;
}

.post-author .text{
	line-height:1.7em;
	margin-bottom:10px;
}

.post-author .social-links a{
	position:relative;
	display:inline-block;
	line-height:24px;
	font-size:18px;
	color:#b3b3b3;
	margin-right:10px;
	transition:all 300ms ease;
}

.post-author a:hover{
	color:#3f51b5;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:50px;	
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:30px;
}

.sidebar-page-container .group-title h2{
	font-size:16px;
	text-transform:uppercase;
	color:#222222;
	font-weight:700;
}

.comments-area .comment-box{
	position:relative;	
}

.comments-area .comment{
	position:relative;
	margin-bottom:30px;
}

.comments-area .comment .comment-content{
	position:relative;
	padding:0px;
}

.comments-area .comment:last-child .comment-content{
	border:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.comments-area .reply-comment{
	margin-left:110px;	
}

.comments-area .comment .comment-inner{
	position:relative;
	padding-left:110px;
	padding-bottom:30px;
	padding-top:7px;
	margin-bottom:30px;
	border-bottom:1px solid #e0e0e0;	
}

.comments-area .comment .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	border-radius:50%;
}

.comments-area .comment .author-thumb img{
	width:100%;
	display:block;
	border-radius:50%;
}

.comments-area .comment .comment-header{
	position:relative;
    top: -5px;
	color:#222222;
	font-size:14px;
	font-weight:400;
	margin-bottom:5px;
}

.comments-area .comment .comment-header h4{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:700;
	margin-right:50px;
	line-height:24px;
	display:inline-block;
}

.comments-area .comment .comment-header .comment-info a{
	color:#fc721e;
	font-style:italic;
}

.comments-area .comment .text{
	line-height:1.7em;
	font-size:14px;
	color:#777777;
}

.comments-area .comment .reply {
	color:#333;
	font-size:13px;
	font-weight:600;
    display: inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.comments-area .comment .reply:hover{
	color:#5161bc;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .row{
	margin-left:-12px;
	margin-right:-12px;	
}

.comment-form .form-group{
	position:relative;
	margin-bottom:25px;
	padding:0px 12px;	
}

.comment-form .form-group .field-label{
	position:relative;
	display:block;
	font-size:13px;
	margin-bottom:7px;
	color:#3e5773;	
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select,
.comment-form .form-group textarea,
.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select,
.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 15px 8px;
	color:#1c1c1c;
	border:1px solid #e0e0e0;
	height:44px;
	font-size:14px;
	background:#ffffff;
	border-radius:2px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus,
.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus{
	border-color:#3f51b5;
}

.comment-form .form-group textarea,
.default-form .form-group textarea{
	resize:none;
	height:160px;
}

.comment-form button{
	position:relative;
	padding:10px 50px;
	text-transform:uppercase;
}

/*sidebar page container*/

.sidebar-page-container{
	position:relative;
	padding:110px 0px 70px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
	margin-bottom:30px !important;	
}

/*sidebar*/

.sidebar{
	position:relative;	
}

.blog-sidebar{
	padding-left:10px;
}

.sidebar .sidebar-widget{
	position:relative;
	margin-bottom:50px;	
}

.sidebar .sidebar-widget .sidebar-title{
	position:relative;
	margin-bottom:20px;	
}

.sidebar .sidebar-widget .sidebar-title h3{
	position:relative;
	display:inline-block;
	font-size:16px;
	padding-right:20px;
	line-height:1.5em;
	text-transform:uppercase;
	font-weight:700;
	color:#333333;
}

.sidebar .sidebar-widget .sidebar-title h3:after{
	content:'';
	position:absolute;
	left:100%;
	top:13px;
	width:80px;
	border-bottom:1px solid #e0e0e0;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:24px;
	padding:14px 50px 10px 20px;
	border:1px solid #f5f5f5;
	background:#f5f5f5;
	color:#222222;
	display:block;
	font-size:14px;
	width:100%;
	height:48px;
	border-radius:3px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#3f51b5;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:48px;
	width:50px;
	line-height:48px;
	text-align:center;
	display:block;
	font-size:14px;
	color:#ffffff;
	background:#072e51;
	border-radius:0px 3px 3px 0px;
	font-weight:normal;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	background:#3f51b5;
}

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:90px;
	min-height:70px;
	margin-bottom:30px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:70px;
	border-radius:3px;
}

.sidebar .popular-posts .post:hover .post-thumb img{
	opacity:0.70;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	border-radius:3px;	
}

.sidebar .popular-posts .post h4{
	font-size:14px;
	margin:-7px 0px 5px;
	font-weight:400;
	color:#777777;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#3f51b5;	
}

.sidebar .popular-posts .post h4 a{
	color:#222222;	
}

.sidebar .popular-posts .post-info{
	font-size:14px;
	color:#999999;
	font-style:italic;	
}

.sidebar .popular-posts .post-info .fa{
	position:relative;
	padding-right:5px;
	color:#3f51b5;
	font-style:normal;
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:6px 20px 3px;
	margin:0px 7px 10px 0px;
	border:1px solid #e0e0e0;
	color:#888888;
	text-align:center;
	font-size:14px;
	border-radius:2px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{

	background-color:#3f51b5;
	border-color:#3f51b5;
	color:#ffffff;	
}

/*list*/

.sidebar .list{
	position:relative;
}

.sidebar .list li{
	position:relative;
	line-height:24px;	
}

.sidebar .list li:last-child{
	border-bottom:none;	
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#666666;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	padding:5px 15px;
	padding-left:24px;
}

.sidebar .list li a:before {
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
	top:1px;
	color:#3f51b5;
    line-height: 24px;
    position: absolute;
}

.sidebar .list li a:hover{
	color:#3f51b5;	
}

.wpcf7-form input,
.wpcf7-form textarea{
	border-top:1px solid #696969;
	border-left:1px solid #696969;
	border-right:1px solid #696969;
	border-bottom:1px solid #696969;
}