/* Zemen Consulting HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Three / Four / Five
5. Main Slider
6. Services Section
7. About Section
8. Mission Section
9. Offers Section
10. Counter Section
11. Case Section
12. Clients Section / Section Two
13. Fluid Section One / Two / Three
14. News Section / Section Two
15. Call To Action / Two / Three
16. Main Footer
17. Business Section
18. Beyong Section
19. Featured Section
20. Planning Section
21. Help Section
22. Expert Section
23. goals Section
24. Task Section
25. Consulting Section
26. Strategies Section
27. Success Section
28. Page Title
29. Leaders Section
30. Skills Section
31. Team Section
32. Portfolio Section
33. Portfolio Two Column Section
34. Portfolio Three Column Section
35. Portfolio Single Section
36. Blog Section
37. Blog Widgets
38. Blog Detail
39. Contact Form
40. Map Section

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

@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Merriweather:300,300i,400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'Hind', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Merriweather', serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

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

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

/*** 

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

 ***/

body {
	font-family: 'Hind', sans-serif;
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

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

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

.logo-box div.logo a img{
	height: 90px;
	margin-top: 15px;
}

@media (min-width: 1024px) and (max-width:1200px){
	.main-menu .navigation > li > a{
		font-size: 12px !important;
	}
}
h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Poppins', sans-serif;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

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

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

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

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

.centered{
	text-align:center;	
}

/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	margin-bottom:10px;
	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;
}

.list-style-one li:last-child{
	margin-bottom:0px;
}

.list-style-one li span{
	position:relative;
	color:#ffffff;
}
.default-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
/*List Style Two*/

.list-style-two{
	position:relative;
	margin-left: 20px;
}

.list-style-two li{
	position:relative;
	color:#555555;
	font-size:16px;
	padding-left:30px;
	font-weight:400;
	margin-bottom:8px;
	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;
}

.list-style-two li:last-child{
	margin-bottom:0px;
}

.list-style-two li:before{
	position:absolute;
	content: "\f186";
	left:0px;
	top:0px;
	font-weight: 700;
	font-size: 14px;
	color: #0f52ba;
	font-family: "Flaticon";
}
/*
ul li.list-norm:before{
	content: "\f45c" !important;
	margin-left: 5px;
	font-family:"Font Awesome 5 Brands";
}*/

li.list-norm{
	list-style-type: square;
	padding-left: 0px;
}

li.list-norm:before{
	content: "";
}

.sub-ul{
	margin-left: 15px;
}

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	font-size: 16px;
	color:#ffffff;
	font-weight: 500;
	margin-bottom: 10px;
	padding-left: 30px;
	line-height: 1.7em;
}

.list-style-three li .icon{
	position:absolute;
	left: 0px;
	top: 5px;
	color:#ffffff;
	font-size: 16px;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:8px 35px 8px;
	line-height:24px;
	background: #7FBA00;
	color:#ffffff;
	font-size:12px;
	font-weight:600;
	border-radius: 33px;
	border:2px solid #7FBA00;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.btn-style-one:hover{
	background:none;
	color:#7FBA00;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:15px 32px 15px;
	line-height:24px;
	background:#0f52ba;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	border-radius: 3px;
	letter-spacing: 1px;
	border:2px solid #0f52ba;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two:hover{
	background:none;
	color:#0f52ba;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	padding:15px 32px 15px;
	line-height:24px;
	background:none;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	border-radius: 3px;
	letter-spacing: 1px;
	border:2px solid #ffffff;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

.btn-style-three:hover{
	background-color:#0f52ba;
	border-color:#0f52ba;
	color:#ffffff;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	padding:15px 32px 15px;
	line-height:24px;
	background:none;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	border-radius: 3px;
	letter-spacing: 1px;
	border:2px solid #ffffff;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

.btn-style-four:hover{
	background-color:#ffffff;
	border-color:#ffffff;
	color:#0f52ba;
}

/*Btn Style Five*/

.btn-style-five{
	position:relative;
	padding:13px 32px 13px;
	line-height:24px;
	background:#0f52ba;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	border-radius: 3px;
	letter-spacing: 1px;
	border:2px solid #0f52ba;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.btn-style-five:hover{
	background:none;
	color:#0f52ba;
}

/*Btn Style Six*/

.btn-style-six{
	position:relative;
	padding:13px 32px 13px;
	line-height:24px;
	background:#0f52ba;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	border-radius: 3px;
	letter-spacing: 1px;
	border:2px solid #0f52ba;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.btn-style-six:hover{
	background:none;
	color:#0f52ba;
}

/*Social Icon One*/

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

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

.social-icon-one li a{
	position:relative;
	font-size:16px;
	color:#ffffff;
	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;
}

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

.theme_color{
	color:#0f52ba;
}

.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.svg);}

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

/*** 

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

***/

.scroll-to-top{
	position:fixed;
	right:20px;
	bottom:20px;
	width:50px;
	height:60px;
	color:#ffffff;
	font-size:28px;
	text-transform:uppercase;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#0f52ba;
	display:none;
	border-radius:50px 50px 0px 0px;
	-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:#0f52ba;
}

/*** 

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

***/

.sec-title{
	position:relative;
	margin-bottom:45px;
}

.sec-title h2{
	position:relative;
	color:#0f52ba;
	font-size:48px;
	font-weight:600;
	line-height:1.3em;
	margin-bottom: 8px;
	text-transform:capitalize;
}

.sec-title .title-text{
	position:relative;
	color: #555555;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 500;
	margin-top: 0px;
}

.sec-title.light h2,
.sec-title.light .title-text{
	color:#ffffff;
}

.sec-title.centered{
	text-align: center;
}

/*** 

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

***/

.main-header{
	position:relative;
	z-index:999;
	width:100%;
}

/*Header Top*/

.header-top{
	position: relative;
	padding: 17px 0px;
	background-color: #f9f8fc;
}

.header-top .top-left{
	position:relative;
	float: left;
}

.header-top .top-left .header-info-list{
	position:relative;
}

.header-top .top-left .header-info-list li{
	position:relative;
	color:#555555;
	font-size: 16px;
	margin-right: 24px;
	display: inline-block;
}

.header-top .top-left .header-info-list li strong{
	position:relative;
	color:#222222;
	font-weight: 500;
	font-size: 16px;
	margin-right: 6px;
	display:inline-block;
}

.header-top .top-left .header-info-list li .icon{
	position:relative;
	color:#0f52ba;
	font-size: 18px;
	margin-right: 8px;
	display:inline-block;
}

.header-top .top-right{
	position:relative;
	float: right;
}

.header-top .top-right .social-box{
	position: relative;
	float: left;
}

.header-top .top-right .social-box li{
	position: relative;
	margin-left: 15px;
	display: inline-block;
}

.header-top .top-right .social-box li.share{
	position:relative;
	color:#222222;
	font-size: 16px;
	font-weight: 500;
	margin-left: 0px;
}

.header-top .top-right .social-box li a{
	position: relative;
	color: #0f52ba;
	font-size: 16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.header-top .top-right .social-box li a:hover{
	color:#0f52ba;
}

/*Header Top Two*/

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

.header-top-two .top-left{
	position:relative;
	float: left;
	padding: 12px 0px;
}

.header-top-two .top-left .header-info-list{
	position:relative;
}

.header-top-two .top-left .header-info-list li{
	position:relative;
	color:#555555;
	font-size: 16px;
	margin-right: 24px;
	display: inline-block;
}

.header-top-two .top-left .header-info-list li .icon{
	position:relative;
	color:#555555;
	font-size: 18px;
	margin-right: 10px;
	display:inline-block;
}

.header-top-two .top-right{
	position:relative;
	float: right;
}

.header-top-two .top-right .quote-btn{
	position: relative;
	color:#ffffff;
	padding: 13px 25px;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	background-color: #0f52ba;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-top-two .top-right .quote-btn:hover{
	background-color: #0f52ba;
}

/*Header Top Three*/

.header-top-three{
	position: relative;
}

.header-top-three .inner-container{
	border-bottom: 1px solid #dddddd;
}

.header-top-three .top-left{
	position:relative;
	float: left;
	padding: 16px 0px;
}

.header-top-three .top-left .header-info-list{
	position:relative;
}

.header-top-three .top-left .header-info-list li{
	position:relative;
	color:#555555;
	font-size: 16px;
	margin-right: 24px;
	font-weight: 400;
	display: inline-block;
}

.header-top-three .top-left .header-info-list li span{
	font-weight:500;
}

.header-top-three .top-left .header-info-list li .icon{
	position:relative;
	color:#0f52ba;
	font-size: 18px;
	margin-right: 10px;
	display:inline-block;
}

.header-top-three .top-right{
	position:relative;
	float: right;
	padding: 16px 0px;
}

.header-top-three .top-right .social-box li.share{
	position:relative;
	color:#222222;
	font-size: 16px;
	font-weight: 500;
}

.header-top-three .top-right .social-box li{
	position:relative;
    margin-left: 15px;
	display: inline-block;
}

.header-top-three .top-right .social-box li a{
	position: relative;
	color: #0f52ba;
	font-size: 16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.header-top-three .top-right .social-box li a:hover{
	color:#0f52ba;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background: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;
}

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

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 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;
	top:50%;
	margin-top:0px;
	display: block;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	color:#444444;
	text-align:center;
	font-size:24px;
	line-height:34px;
	font-weight:normal;
	background:none;
}

.main-header .header-upper{
	position:relative;
}

.main-header .header-upper .contact-number{
	position:relative;
	float: left;
	color: #262626;
	font-size: 18px;
	font-weight: 500;
	margin-top: 30px;
	padding:12px 0px 12px 32px;
	border-left: 1px solid #dde4db;
}

.main-header .header-upper .contact-number .number-inner{
	position:relative;
	padding-left: 35px;
	line-height:30px;
}

.main-header .header-upper .contact-number .icon{
	position:absolute;
	left: 0px;
	top: 0px;
	color: #0f52ba;
	font-size: 28px;
	line-height: 1em;
}

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

.main-header .header-upper .logo-box{
	position: relative;
	padding: 5px 0px;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
}

.main-header .header-upper .search-box-outer{
	position:relative;
	float:right;
	margin-top: 51px;
}

.main-header .header-upper .search-box-btn{
	position:relative;
	top: 0px;
	display:block;
	width:100%;
	font-size:16px;
	color:#555555;
	line-height:20px !important;
	cursor:pointer;
	background:none;
	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 .header-upper .search-box-btn:after{
	display:none;
}

.main-header .header-upper .search-box-outer .dropdown-menu{
	top:67px !important;
	right:0px;
	padding:0px;
	width:280px;	
	left: auto !important;
	border-radius:0px;
	border-top:3px solid #0f52ba;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .header-upper .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

.main-header .header-upper .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .header-upper .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .header-upper .search-panel input[type="text"],
.main-header .header-upper .search-panel input[type="search"],
.main-header .header-upper .search-panel input[type="password"],
.main-header .header-upper .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	line-height:24px;
	background:#ffffff;	
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 15px;
	-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 .header-upper .search-panel input:focus,
.main-header .header-upper .search-panel select:focus{
	border-color:#0f52ba;	
}

.main-header .header-upper .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:14px;
	background:none;
	cursor:pointer;
}

.main-header .header-upper .button-box{
	position: relative;
	float: right;
	padding: 35px 0px;
	/*margin-left: 30px;*/
}

.main-header .sticky-header .button-box{
	position: relative;
	float: right;
	padding: 20px 0px;
	margin-left: 30px;
}

.support-box{
	position: relative;
	float: right;
	margin-left: 32px;
	padding: 45px 0px;
}

.main-header .sticky-header .support-box{
	position: relative;
	float: right;
	margin-left: 32px;
	padding: 30px 0px;
}
.header-style-two .header-upper .support-box{
	float: left;
	margin-top:18px;
	text-align: left;
	padding: 14px 18px;
	border-radius: 4px;
	border: 1px dashed rgba(255,255,255,0.25);
}

.support-box .support{
	position:relative;
	color:#555555;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 3px;
	text-align: right;
	font-family: 'Hind', sans-serif;
}

.support-box .support .icon{
	position:relative;
	color: #7FBA00;
	font-size: 22px;
	top: 3px;
	margin-left: 4px;
}

.support-box .support-number{
	position: relative;
	color: #0f52ba;
	font-size: 20px;
	font-weight: 700;
	text-align: right;
	font-family: 'Poppins', sans-serif;
}

.header-style-two .header-upper .support-box .support,
.header-style-two .header-upper .support-box .support-number{
	color:#ffffff;
}

.main-menu{
	position:relative;
	float:left;
	-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;
	float: left;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:24px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .main-menu .navigation > li > a{
	color:#444444 !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#0f52ba !important;
	background-color:inherit !important;
}

.sticky-header .nav-outer .options-box{
	margin-top:26px;
}

.upper-right{
	padding-top:32px;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-left:35px;
	font-size:14px;
	color:#98b2c4;
	text-align:left;
	text-transform:uppercase;
	padding:0px 0px 0px 50px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:5px;
	color:#0f52ba;
	font-size:36px;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box li{
	position:relative;
	color:#7c7b7b;
	font-size:18px;
	font-weight:400;
	line-height:1.2em;
	text-transform:capitalize;
}

.main-header .info-box li strong{
	color:#262626;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.header-style-two{
	background-color: #0f52ba;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e8f1f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:9px 0px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-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-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#222222;
	text-align:center;
	line-height:30px;
	text-transform:capitalize;
	letter-spacing:0px;
	opacity:1;
	font-weight:600;
	padding:45px 0px;
	font-size:14px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.header-style-two .main-menu .navigation > li > a,
.main-header.header-style-two .header-upper .search-box-btn{
	color:#ffffff;
}

.sticky-header .main-menu .navigation > li{
	position:relative;
	margin-left:30px;
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after{
	display:none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a{
	opacity:1;
	color:#0f52ba;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	margin-top:15px;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	padding: 0px 0px;
	background-color: #ffffff;
	border-top: 3px solid #0f52ba;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul:before{
	position:absolute;
	content:'';
	left:0px;
	top:-30px;
	width:100%;
	height:30px;
	display:block;
}

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

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	margin:0px;
	border-bottom: 1px solid #e5e5e5;
}

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

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

.sticky-header .main-menu .navigation > li > a{
	padding: 25px 0px;
}

.sticky-header .main-menu .navigation > li > a:before{
	display: none;
}

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

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	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.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0%;
	margin-top:15px;
	width:230px;
	z-index:100;
	display:none;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 0px 0px;
	background-color: #ffffff;
	border-top: 3px solid #0f52ba;
	-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.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	margin:0px;
	border-bottom: 1px solid #e5e5e5;
}

.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:10px 18px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	text-transform:capitalize;
	color:#555555;
	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:hover > a{
	color:#ffffff;
	background:#0f52ba;
}

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

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	margin:0px;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	margin:0px;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;
}

.main-slider .content.alternate{
	max-width: 610px;
	width: 100%;
	float: right;
	display: block;
}

.main-slider .slide{
	position: relative;
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 450px;
}

@media (min-width: 320px) and (max-width: 768px){
	.main-slider .slide{
	    height: 500px;
	}
}

.main-slider h2{
	position:relative;
	color:#ffffff;
	font-size:74px;
	font-weight:600;
	line-height:1.1em;
	margin-bottom:10px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	font-family: 'Poppins', sans-serif;
}

.main-slider .active h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}

.main-slider h2.style-two{
	font-weight:500;
	margin-bottom: 40px;
}

.main-slider h2.style-three{
	font-weight:500;
	margin-bottom: 20px;
}

.main-slider h2.alternate{
	margin-bottom: 35px;
}

.main-slider h3{
	position:relative;
	color:#ffffff;
	font-size:26px;
	font-weight:500;
	margin-bottom:20px;
	display:inline-block;
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	font-family: 'Poppins', sans-serif;
}

.main-slider h3:before{
	position:absolute;
	content: '';
	left:-55px;
	top: 18px;
	width:30px;
	height: 2px;
	background-color: #ffffff;
}

.main-slider h3.style-three:after{
	position:absolute;
	content: '';
	right:-55px;
	top: 18px;
	width:30px;
	height: 2px;
	background-color: #ffffff;
}

.beyong-section-test{
	padding: 40px 0px 40px;
}

.beyong-section-first{
	padding: 110px 0px 0px;
}
.main-slider h3.style-two:before{
	background-color: #0f52ba;
}

.main-slider .active h3{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider h3.alternate::before{
	display:none;
}

.main-slider .text{
	position:relative;
	color:#ffffff;
	font-size:20px;
	opacity:0;
	line-height: 1.7em;
	font-weight:500;
	margin-bottom:40px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	font-family: 'Poppins', sans-serif;
}

.main-slider .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .link-box{
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .link-box .theme-btn{
	margin-right:10px;
}

.main-slider .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}
.support-number span{
	padding-right: 8px;
}
.main-slider .content .title{
	position:relative;
	color:#ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 25px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .content .title:after{
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 70px;
	height: 1px;
	margin-left: -35px;
	background-color: #ffffff;
}

.main-slider .active .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider .owl-dots{
	position: absolute;
    left: 50%;
    bottom: 20px;
    max-width: 100px;
    margin-left: -50px;
    width: 100%;
    text-align: center;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	margin:0px 4px;
	overflow: hidden;
	border-radius: 50px;
	display:inline-block;
	border:1px solid #ffffff;
	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-slider .owl-dots .owl-dot:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: none;
	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-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before{
	background: #ffffff;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-20px;
}

.main-slider .owl-nav .owl-prev{
	position:absolute;
	left:40px;
	color:#ffffff;
	font-size:38px;
	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-slider .owl-nav .owl-next{
	position:absolute;
	right:40px;
	color:#ffffff;
	font-size:38px;
	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-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#0f52ba;
}

/*** 

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

***/

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

.services-section .inner-container{
	position: relative;
	margin-top: 80px;
	z-index: 10;
}

.services-block{
	position: relative;
	margin-bottom: 30px;
	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;
}

.services-block .inner-box{
	position: relative;
	display:block;
	padding: 35px 45px 5px;
	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;
	background-color: #ffffff;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
}


@media (min-width: 1080px) and (max-width: 1920px){
	.services-block .inner-box{
	box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
	height: 365px;
	}
}


.services-block .inner-box:before{
	position: absolute;
	content: '';
	left:0;
	top:0;
	right:0;
	bottom:0;
	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;
	background: #7FBA00;
}


.services-block:hover .inner-box:before{
	bottom:0px;
	background: #fff;	
}

.services-block.alternate:hover .inner-box:before{
	background: #0f52ba;	
}

/*.services-block:hover{
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}*/

.services-block .inner-box h3{
	position: relative;
	color:#222222;
	font-size: 17px;
	font-weight: 600;
	min-height: 45px;
	line-height: 1.4em;
	margin-bottom: 28px;
}

.services-block .inner-box h3 a{
	position: relative;
	color:#fff;
	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;
}

.services-block .inner-box .icon-box{
	position: relative;
	font-size: 82px;
	line-height: 1em;
	color:#fff;
	margin-bottom: 25px;
	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;
}

.services-block .inner-box .text{
	position: relative;
	color:#fff;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom:25px;
	padding-left: 25px;
	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;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.services-block .inner-box:hover .text{
	color: #0f52ba;
}

.services-block .inner-box .more-link{
	position:relative;
	display:block;
	margin-right:-45px;
	overflow:hidden;	
}

.services-block .inner-box .read-more{
	position: relative;
	color: #7FBA00;
	font-size: 13px;
	text-transform: uppercase;
	padding-right: 25px;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
	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;
}

.services-block .inner-box .read-more .fa{
	padding-right:5px;	
}

.services-block .inner-box .read-more:after{
	position: absolute;
	content: '';
	left: 100%;
	top: 11px;
	width: 300%;
	height: 1px;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255,255,255,0.50);
}

.services-block .inner-box:hover .read-more{
	opacity: 1;
	visibility: visible;
}

.services-block .inner-box:hover .read-more:after{
	opacity: 1;
	visibility: visible;
}

.services-block .inner-box:hover{
	background-color: #0f52ba;
}

.services-block .inner-box:hover .text,
.services-block .inner-box:hover h3 a,
.services-block .inner-box:hover .icon-box{
	color: #7FBA00;
}

.services-block.alternate .inner-box .icon-box{
	color:#0f52ba;
}

.services-block.alternate .inner-box:hover{
	background-color:#0f52ba;
}

.services-block.alternate .inner-box .read-more,
.services-block.alternate .inner-box:hover .icon-box{
	color:#ffffff;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position: relative;
	padding: 70px 0px;
}

.about-section:before{
	position:absolute;
	content: '';
	left: 0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
	background-color: #f9f8fc;
}

.about-section .title-column{
	position: relative;
}

.about-section .title-column .sec-title{
	margin-bottom:20px;
}

.about-section .title-column .inner-column{
	position: relative;
	padding-top: 30px;
	margin-bottom:45px;
}

.about-section .title-column .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 45px;
}



/*Video Box*/

.video-box{
	position:relative;
}

.video-box .image{
	position:relative;
	overflow:hidden;
}

.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;
	overflow:hidden;
	line-height: 80px;
	background:rgba(68,57,120,0.08);
	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;
}

.video-box .overlay-box:hover{
	background:rgba(68,57,120,0.20);
}

.video-box .overlay-box span{
	position: relative;
	width:80px;
	height: 80px;
    top: 45%;
	z-index:99;
	color: #222222;
	font-weight:400;
	font-size:24px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -40px;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.video-box .overlay-box:hover span{
	transform: rotate(360deg);
	-moz-transition:rotate(360deg);
	-webkit-transition:rotate(360deg);
	-ms-transition:rotate(360deg);
	-o-transition:rotate(360deg);
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-one{
	position:relative;
}

.fluid-section-one .outer-container{
	position:relative;
	min-height:250px;
	background-color:#f9f8fc;
}

.fluid-section-one .image-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.fluid-section-one .image-column .image-box{
	position:relative;
	display:none;	
}

.fluid-section-one .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-one .content-column{
	position:relative;
	float:right;
	width:50%;
}

.fluid-section-one .content-column .inner-column{
	position:relative;
	width:100%;
	padding:100px 0px 80px 45px;
}

.fluid-section-one .content-column .inner-column .title-box{
	position: relative;
	/*width:50%;*/
	float: left;
}

.fluid-section-one .content-column .inner-column .title-box .box-inner{
	position: relative;
	padding-right: 50px;
}

/*.fluid-section-one .content-column .inner-column .title-box{
	position: relative;
	width:50%;
	float: left;
}*/

.fluid-section-one .content-column .inner-column .title-box h2{
	position: relative;
    color: #0f52ba;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3em;
	margin-bottom: 20px;
    text-transform: capitalize;
}

.fluid-section-one .content-column .inner-column .title-box .text{
	position: relative;
	padding-left: 50px;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
}

.fluid-section-one .content-column .inner-column .title-box .text:before{
	position: absolute;
	content: "\f1ac";
	left: 0px;
	top: 0px;
	color:#0f52ba;
	line-height: 1em;
	font-size: 40px;
	font-family: "Flaticon";
}
/*@media (min-width: 768px) and (max-width: 1024px){
	.nav-outer div.support-box{
		display: none !important;
	}
}*/
/*@media (min-width: 1200px) and (max-width: 1920px){
	.main-header .header-upper .support-box{
		display: none;
	}
}*/

.fluid-section-one .content-column .carousel-box{
	position: relative;
	float: right;
	width:50%;
}

.fluid-section-one .content-column .carousel-box .box-inner{
	position: relative;
	padding: 100px 40px 80px;
	background-color: #222222;
}

.fluid-section-one .content-column .carousel-box .quote-icon{
	position: absolute;
	right: 60px;
	top: -28px;
	color:#0f52ba;
	line-height: 1em;
	font-size: 60px;
}

.fluid-section-one .content-column .carousel-box .owl-nav,
.fluid-section-one .content-column .carousel-box .owl-dots{
	display:none;
}

/*Testimonial Block*/

.testimonial-block{
	position: relative;
}

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

.testimonial-block .inner-box .text{
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6em;
	width: 100%;
	margin-bottom: 20px;
}

.testimonial-block .inner-box .author{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: rgba(255,255,255,0.30);
}

.testimonial-block .inner-box .author span{
	font-size: 14px;
	font-weight: 400;
}

/*** 

====================================================================
	Offer Section
====================================================================

***/

.offer-section{
	position: relative;
	padding: 60px 0px 0px;
}

.offer-section.alternate .offer-block{
	margin-bottom:75px;
}

.offer-section:before{
	position:absolute;
	content: '';
	left:0px;
	top: 0px;
	width: 30%;
	height: 100%;
	/*background-color: #f9f8fc;*/
}

.offer-block{
	position:relative;
	margin-bottom: 30px;
}

.offer-block .inner-box{
	position: relative;
	overflow: hidden;
	background: #ffffff none repeat scroll 0 0;
    box-shadow: 0px 3px 16px -5px #d2d2d2;
    display: block;
    height: 100%;
    padding: 30px 50px;
}

.offer-block .inner-box .image{
	position: relative;
}

.offer-block .inner-box .image img{
	position: relative;
	width:100%;
	display: block;
}

.offer-block .inner-box .lower-content{
	position: relative;
	/*padding-top: 40px;*/
}
.last-section{
	padding-bottom: 90px !important;
}
.offer-block .inner-box .lower-content h3{
	position: relative;
	font-size: 22px;
	color:#222222;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.offer-block .inner-box .lower-content h3 a{
	position: relative;
	color:#222222;
	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;
}

.offer-block .inner-box .lower-content h3 a:hover{
	color:#0f52ba;
}

.offer-block .inner-box .lower-content .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 35px;
}

.offer-block .inner-box .lower-content .read-more{
	position: relative;
	color:#0f52ba;
	font-size: 13px;
	font-weight: 700;
	padding-right: 30px;
	text-transform: uppercase;
	display: inline-block;
}

.offer-block .inner-box .lower-content .read-more:before{
	position: absolute;
    content: '';
    left: 100%;
    top: 12px;
    width: 0%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
    background-color: #dddddd;
}

.offer-block .inner-box:hover .lower-content .read-more:before{
	width:300%;
	opacity: 1;
	visibility: visible;
}

.offer-block .inner-box .lower-content .read-more .fa{
	position: relative;
	color:#0f52ba;
	font-weight: 700;
	margin-right: 4px;
	display: inline-block;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position: relative;
	padding: 70px 0px 30px;
}

.counter-section .inner-section{
	position: relative;
	padding-left: 380px;
}

.counter-section-two{
	position:relative;
	padding: 100px 0px 70px;
}

/*fact counter*/

.fact-counter{
	position:relative;
}

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

.fact-counter .column .inner{
	position:relative;
	padding-right: 30px;
}

.fact-counter .column .inner .content{
	position:relative;
	padding-bottom: 25px;
	border-bottom: 1px solid #eeeeee;
}

.fact-counter .column .inner .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#fe5807;
	font-size:48px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	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;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:600;
	color:#020e28;
	font-size:48px;
	line-height:1em;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#0f52ba;
	font-size:42px;
	line-height:1em;
	display:inline-block;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .inner .count-outer.alternate,
.fact-counter .column .inner .count-outer.alternate .count-text{
	color:#0f52ba;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#0f52ba;
	font-size:42px;
	line-height:1em;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:14px;
	font-weight:700;
	color:#555555;
	margin-top:8px;
	text-transform:uppercase;
}

.fact-counter .column:hover .icon-box{
	border-color:#f47629;
}

/*** 

====================================================================
	Case Section
====================================================================

***/

.case-section{
	position: relative;
	padding-top: 110px;
	padding-bottom: 40px;
}

.case-section .owl-nav,
.case-section .owl-dots{
	display:none;
}

.case-block{
	position: relative;
}

.case-block .inner-box{
	position: relative;
	display:block;
	overflow: hidden;
}

.case-block .inner-box .image{
	position: relative;
}

.case-block .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:80%;
	display:block;
	z-index:1;
	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;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.4));
	background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.4));
	background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.4));
	background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.4));
}

.case-block .inner-box:hover .image:before{
	opacity: 0;
}

.case-block .inner-box .image img{
	position: relative;
	width:100%;
	display: block;
}

.case-block .inner-box .image .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
	z-index: 2;
    color: #ffffff;
	visibility: hidden;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	-moz-transform-origin:left top;
	transform-origin:left top;
	-moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.case-block .inner-box .image .overlay-box:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right:0px;
	bottom:0px;
    opacity: 0;
	display: block;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: rgba(238, 48, 80, 0.8);
}

.case-block .inner-box:hover .image .overlay-box:before{
    opacity: 1;
    visibility: visible;
}

.case-block .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 40px;
}

.case-block .inner-box .image .overlay-box .overlay-inner .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    left: 19%;
}

.case-block .inner-box .image .overlay-box .text{
	position: relative;
	color:#ffffff;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 40px;
}

.case-block .inner-box .image .overlay-box .read-more{
	position:relative;
	font-size: 13px;
	font-weight: 700;
	color:#ffffff;
	padding-right: 22px;
	text-transform: uppercase;
	font-family: 'Hind', sans-serif;
}

.case-block .inner-box .image .overlay-box .read-more:after{
	position: absolute;
    content: '';
    left: 100%;
    top: 10px;
    width: 300%;
    height: 1px;
    background-color: rgba(255,255,255,0.20);
}

.case-block .inner-box .image .overlay-box .read-more .fa{
	position:relative;
	margin-right: 4px;
}
img.serve-icon{
	height: 80px;
    transition: all .6s ease;
    margin-bottom: 17px;
}

.serve-h5 h5 a{
	color: #0f52ba !important;
}

.serve-h5 h5:hover{
	color: #0f52ba !important;
}
.case-block .inner-box:hover .image .overlay-box{
    opacity: 1;
	visibility: visible;
	-moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.case-block .inner-box .lower-box{
	position:relative;
	padding: 40px 40px;
	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;
}

.case-block .inner-box:hover .lower-box{
	background-color: #f9f8fc;
}

.case-block .inner-box .lower-box .category{
	position: relative;
	color:#0f52ba;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
	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;
}

.case-block .inner-box:hover .lower-box .category{
	color:#0f52ba;
}

.case-block .inner-box .lower-box h3{
	position: relative;
	color:#222222;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
}

.case-block .inner-box .lower-box h3 a{
	position: relative;
	color:#222222;
	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;
}

.case-block .inner-box .lower-box h3 a:hover{
	color:#0f52ba;
}

/*** 

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

***/

.testimonial-section{
	position: relative;
	padding: 70px 0px 70px;
}

.testimonial-section:before{
	position: absolute;
	content: '';
	right: 0px;
	top:0px;
	width: 30%;
	height: 100%;
	background-color: #f9f8fc;
}

.testimonial-section .sec-title{
	margin-bottom:0px;
}

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

.testimonial-section .owl-dots{
	position:relative;
	margin-top:-30px;
}

.testimonial-section .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:8px;
	margin:0px 5px;
	display:inline-block;
	border-radius:50%;
	background-color:#cccccc;
	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;
}

.testimonial-section .owl-dots .owl-dot:hover,
.testimonial-section .owl-dots .owl-dot.active{
	position:relative;
	width:22px;
	height:8px;
	border-radius:10px;
	background-color:#0f52ba;
}

/*Testimonial Block Two*/

.testimonial-block-two{
	position: relative;
}

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

.testimonial-block-two .inner-box .content-column{
	position: relative;
}
.serve-h5 h5.text-center {
    font-size: 15px;
}

.serve-h5{
	margin: 30px auto;
}
.testimonial-block-two .inner-box .content-column .inner-column{
	position: relative;
	padding-top: 50px;
	margin-bottom: 50px;
}

.testimonial-block-two .inner-box .content-column .text{
	position: relative;
	color:#222222;
	font-size: 16px;
	font-style: italic;
	line-height: 1.8em;
	margin-bottom: 25px;
	font-family: 'Merriweather', serif;
}

.testimonial-block-two .inner-box .content-column .author{
	position: relative;
	color:#555555;
	font-size: 14px;
	font-weight: 600;
	padding-left: 60px;
	text-transform: uppercase;
}

.testimonial-block-two .inner-box .content-column .author:before{
	position: absolute;
	content: '';
	left:0px;
	top: 9px;
	height: 1px;
	width:50px;
	background-color: #dddddd;
}

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

.testimonial-block-two .inner-box .image-column .inner-column{
	position: relative;
	text-align: center;
}

.testimonial-block-two .inner-box .image-column .inner-column .image{
	position: relative;
	display: inline-block;
}

.testimonial-block-two .inner-box .image-column .inner-column .image img{
	position: relative;
	width:auto;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two{
	position:relative;
}

.fluid-section-two .outer-container{
	position:relative;
	min-height:250px;
	background-color: #d9b48f;
}

.fluid-section-two .image-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.fluid-section-two .image-column .image-box{
	position:relative;
	display:none;	
}

.fluid-section-two .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-two .content-column{
	position:relative;
	float:right;
	width:50%;
}

.fluid-section-two .content-column .inner-column{
	position:relative;
	max-width:650px;
	width:100%;
	padding: 50px 15px 50px 100px;
}

	/*----- team css  -----*/
.our-team{
    text-align: center;
    overflow: hidden;
    position: relative;
	box-shadow: 0 0 3px #ddd;
}
.our-team img{
    width: 100%;
    height: auto;
	-webkit-filter: grayscale(0);
    filter: grayscale(3);
    opacity: 1;
    -webkit-transition: opacity 1s;
}
.our-team .team-content {
  background: #7FBA00 none repeat scroll 0 0;
  bottom: 15%;
  color: #fff;
  left: -100%;
  margin-top: 0;
  padding: 20px 0;
  position: absolute;
  transform: translateY(50%);
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 999;
}

.our-team img:hover{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    -webkit-transition: opacity 1s;
	cursor:pointer;
}
.our-team:hover .team-content {
  background: rgba(126, 186, 36, 0.84) none repeat scroll 0 0;
  left: 0;
}
.our-team .title {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 7px 0;
	position: relative;
	color: #fff;
}
.our-team .title:before{
    left: 32%;
}
.our-team .title:after{
    right: 32%;
    transform: rotate(74deg);
}
.our-team .post{
    display: block;
    font-size: 13px;
    text-transform: capitalize;
}
.our-team .social-links {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  transition: all 0.5s ease 0s;
}
.our-team .social-links li{
    display: inline-block;
}
.our-team .social-links li a {
  color: #fff;
  display: block;
  font-size: 17px;
  margin-right: 12px;
  transition: all 0.5s ease 0s;
}
.our-team .social-links li:last-child a{
    margin-right: 0;
}
.our-team .social-links li a:hover{
    color: #222;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
    .our-team .team-content:before,
    .our-team .team-content:after{
        height: 50px;
        top: -24px;
    }
    .our-team .title:before,
    .our-team .title:after{
        top: -85px;
        height: 102px;
    }
    .our-team .title:before{
        left: 35%;
    }
    .our-team .title:after{
        right: 35%;
    }
}
@media only screen and (max-width: 767px){
    .our-team .team-content:before,
    .our-team .team-content:after{
        height: 75px;
    }
    .our-team .team-content:before{
        transform: rotate(8deg);
    }
    .our-team .team-content:after{
        transform: rotate(-8deg);
    }
    .our-team .title:before,
    .our-team .title:after{
        width: 10px;
        top: -78px;
        height: 102px;
    }
    .our-team .title:before{
        left: 42.5%;
        transform: rotate(-82deg);
    }
    .our-team .title:after{
        right: 42.5%;
        transform: rotate(82deg);
    }
}
@media only screen and (max-width: 480px){
    .our-team .title:before,
    .our-team .title:after{
        top: -83px;
    }
}
/*** 

====================================================================
	Consult Form
====================================================================

 ***/

.support-form{
	position:relative;
}

.support-form .row{
	
}

.support-form .row .column{
	padding:0px 20px;
}

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

.support-form .form-group input[type="text"],
.support-form .form-group input[type="tel"],
.support-form .form-group input[type="email"],
.support-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 0px;
	color:#ffffff;
	height:50px;
	font-size:15px;
	background:none;
	border-bottom:1px solid rgba(255,255,255,0.50);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Hind', sans-serif;
}

.support-form .form-group input[type="text"]:focus,
.support-form .form-group input[type="tel"]:focus,
.support-form .form-group input[type="email"]:focus,
.support-form .form-group textarea:focus{
	border-color:#0f52ba;
}

.support-form .form-group textarea::-webkit-input-placeholder,
.support-form .form-group input::-webkit-input-placeholder{
	color:#ffffff;
}

.support-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:15px 0px;
	color:#ffffff;
	height: 90px;
	resize:none;
	font-size:15px;
	background:none;
	font-family: 'Hind', sans-serif;
	border-bottom:1px solid rgba(255,255,255,0.50);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.support-form .form-group .btn-detail{
	position:relative;
	text-align:center;
	margin-left:30px;
	color:#ffffff;
	display:inline-block;
}

.support-form button{
	cursor: pointer;
	margin-top:20px;
	font-size: 16px;
	text-transform: capitalize;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:15px;
	font-style:normal;
	height:50px;
	padding:10px 0px;
	line-height:28px;
	color:#ffffff;
	border: none;
	border-radius:0px;
	background:none;
	font-family: 'Hind', sans-serif;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:2px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background:#0f52ba;
	border-color:#0f52ba;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
	background-color:#0f52ba;
}

/*** 

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

 ***/

.news-section{
	position: relative;
	padding: 100px 0px 60px;
	background-color: #f9f8fc;
}

.news-section:before{
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width:30%;
	height: 100%;
	background-color: #ffffff;
}

.news-section .blocks-column{
	position:relative;
	margin-bottom: 30px;
}

.news-section .blocks-column .inner-column{
	position:relative;
	padding-right: 70px;
}

/*News Block*/

.news-block{
	position: relative;
	margin-bottom: 45px;
}

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

.news-block .inner-box .post-info{
	position: relative;
	margin-bottom: 8px;
}

.news-block .inner-box .post-info li{
	position: relative;
	color:#0f52ba;
	font-size: 13px;
	font-weight: 700;
	padding-right: 14px;
	margin-right: 12px;
	line-height: 1.2em;
	display: inline-block;
	text-transform: uppercase;
	border-right: 1px solid #0f52ba;
}

.news-block .inner-box .post-info li:last-child{
	margin-right: 0px;
	padding-right: 0px;
	border:none;
}

.news-block .inner-box .post-info li:first-child{
	color:#0f52ba;
}

.news-block .inner-box h3{
	position: relative;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.6em;
}

.news-block .inner-box h3 a{
	position: relative;
	color:#222222;
	-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-block .inner-box h3 a:hover{
	color:#0f52ba;
}

.news-section .image-column{
	position: relative;
	margin-bottom: 40px;
}

.news-section .image-column .inner-column{
	position: relative;
}

.news-section .image-column .inner-column .image{
	position: relative;
}

.news-section .image-column .inner-column .image:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(68,57,34,0.95);
}

.news-section .image-column .inner-column .image img{
	position: relative;
	width:100%;
	display: block;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

 ***/

.call-to-action-section{
	position: relative;
}

.call-to-action-section .outer-container{
	position: relative;
	background-color: #0f52ba;
}

.call-to-action-section .left-column{
	position: relative;
	width: 50%;
	float: left;
}

.call-to-action-section .image-layer{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: -120px;
	bottom: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-to-action-section .left-column .inner-column{
    position: relative;
    padding: 53px 15px;
    max-width: 600px;
    float: right;
    width: 100%;
	z-index: 1;
}

.call-to-action-section .image-layer:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(15, 82, 186, .8);
}

.call-to-action-section h2{
	position:relative;
	color:#ffffff;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4em;
}

.call-to-action-section .right-column{
	position: relative;
	width: 50%;
	float: right;
}

.call-to-action-section .right-column .inner-column{
	position: relative;
    padding: 40px 0px;
    text-align: right;
    max-width: 700px;
	padding-right:15px;
}

.call-to-action-section .home .right-column .inner-column{
	position: relative;
    padding: 110px 0px;
    text-align: right;
    max-width: 700px;
	padding-right:15px;
}


/*** 

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

***/

.main-footer{
	position:relative;
	padding: 35px 40px;
	background-color: #fff;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .widgets-section{
	position:relative;
	/*padding-bottom:40px;*/
}
.team-members-area .info h3 {
    font-weight: 600;
    margin-bottom: 0px;
	color: #444444;
}
.team-members-area .info h5 {
    color: 
    #2154cf;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.main-footer .footer-widget h2{
	position:relative;
	font-size:18px;
	font-weight:500;
	color:#737373;
	line-height:1.2em;
	margin-bottom:35px;
	margin-top:15px;
	padding-bottom: 18px;
	text-transform:capitalize;
}

.main-footer .footer-widget h2:after{
	position:absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 1px;
	width:50px;
	background-color: #ffffff;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .social-icon-one{
	margin-top:20px;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:25px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#737373;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7em;
	margin-bottom: 14px;
}

.footer-link{
	position: relative;
}

.footer-link li{
	position: relative;
	margin-bottom: 8px;
}

.footer-link li a{
	position: relative;
	color:#737373;
	font-size: 16px;
	font-weight: 400;
	-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-link li a:before{
	position:absolute;
	content: "\f105";
	left: 0px;
	top: 0px;
	opacity: 0;
	color:#0f52ba;
	font-family: 'FontAwesome';
	-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-link li a:hover::before{
	opacity: 1;
}

.footer-link li a:hover{
	color: #0f52ba;
	padding-left: 15px;
}

/*Posts Widget*/

.posts-widget .post{
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}

.posts-widget .post:last-child{
	border:none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.posts-widget .post .text{
	position: relative;
	color: #cccccc;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 5px;
}

.posts-widget .post .text a{
	position: relative;
	color: #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.posts-widget .post .text a:hover{
	color:#0f52ba;
}

.posts-widget .post .post-date{
	position: relative;
}

.posts-widget .post .post-date li{
	position: relative;
	color:#555555;
	font-size: 12px;
	padding-right: 10px;
	margin-right: 10px;
	font-weight: 700;
	line-height: 1.2em;
	display: inline-block;
	text-transform: uppercase;
	border-right: 1px solid #555555;
	font-family: 'Hind', sans-serif;
}

.posts-widget .post .post-date li:last-child{
	margin-right: 0px;
	padding-right: 0px;
	border: none;
}

/*Newsletter Widget*/

.newsletter-widget{
	position: relative;
}

.newsletter-widget .text{
	position: relative;
	color:#ffffff;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 20px;
}

.main-footer .newsletter-widget .form-group{
	position:relative;
	display:block;
	margin-bottom:16px;
}
.main-footer .newsletter-widget .form-group ::placeholder{
	color: #fff;
}
.main-footer .newsletter-widget .form-group input[type="text"],
.main-footer .newsletter-widget .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	height:48px;
	font-size:16px;
	color:#ffffff;
	border-radius: 3px;
	border: 1px solid rgba(255,255,255,0.20);
    background-color: rgba(255,255,255,0.20);
	-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-footer .newsletter-widget .form-group button{
	width:100%;
	cursor: pointer;
	border-color:#0f52ba;
	background-color: #0f52ba;
	text-transform: uppercase;
}

.main-footer .footer-bottom{
	position: relative;
	padding: 35px 0px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

.main-footer .footer-bottom .copyright{
	position: relative;
	color:#737373;
	font-size: 14px;
}

.main-footer .footer-bottom .footer-nav{
	position: relative;
	text-align: right;
}

.call-to-action-section .green-overlay .image-layer:before{
	background-color: #7fba00bf;
}

.call-to-action-section .green-overlay .image-layer:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #7fba00bf;
}
.green-overlay ul.list-style-two li, .green-overlay ul.list-style-two li:before{
	color: #ffffff;
}
.main-footer .footer-bottom .footer-nav li{
	position: relative;
	padding-right: 12px;
	margin-right: 10px;
	line-height: 1.1em;
	display: inline-block;
	border-right: 2px solid #ffffff;
}

.main-footer .footer-bottom .footer-nav li:last-child{
	border-right:none;
	margin-right: 0px;
	padding-right: 0px;
}

.main-footer .footer-bottom .footer-nav li a{
	position:relative;
	color:#ffffff;
	font-size: 16px;
	-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-footer .footer-bottom .footer-nav li a:hover{
	color:#ffffff;
}

/*** 

====================================================================
	Business Section
====================================================================

***/

.business-section{
	position: relative;
	padding: 100px 0px 55px;
}

.business-section:before{
	position:absolute;
	content: '';
	left: 135px;
	top: 115px;
	width: 484px;
	height: 316px;
	display: inline-block;
	background: url(../images/background/pattern-1.png) no-repeat;
}

.business-section .title-column{
	position: relative;
	margin-bottom: 40px;
}

.business-section .title-column .inner-column{
	position: relative;
	padding-top: 35px;
	overflow: hidden;
}

.business-section .title-column .inner-column .sec-title{
	margin-bottom:90px;
}

.business-section .title-column .inner-column .sec-title h2{
	line-height: 1.1em;
	margin-bottom: 15px;
}

.business-section .title-column .inner-column .we-do{
	position: relative;
	color:#0f52ba;
	font-size: 13px;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 28px;
	display: inline-block;
	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;	
}

.business-section .title-column .inner-column .we-do:hover{
	color:#0f52ba;
}

.business-section .title-column .inner-column .we-do:before{
	position: absolute;
	content: "\f105";
	left: 0px;
	top: -2px;
	color:#0f52ba;
	font-family: 'FontAwesome';
}

.business-section .title-column .inner-column .we-do:after{
	position:absolute;
	content: '';
	top: 11px;
	left: 100%;
	width:300%;
	height: 1px;
	background-color: #dddddd;
}

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

.business-section .content-column .inner-column{
	position: relative;
}

/*Feature Block*/

.feature-block{
	position: relative;
	margin-bottom: 40px;
}

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

.feature-block .inner-box .icon-box{
	position: relative;
	color:#0f52ba;
	font-size: 70px;
	line-height: 1em;
	margin-bottom: 15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.feature-block.alternate .inner-box .icon-box{
	color:#0f52ba;
	font-size: 54px;
	margin-bottom: 20px;
}

.feature-block .inner-box:hover .icon-box{
	color:#0f52ba;
}

.feature-block .inner-box h3{
	position: relative;
	color:#222222;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 12px;
}

.feature-block .inner-box h3 a{
	position: relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.feature-block .inner-box h3 a:hover{
	color:#0f52ba;
}

.feature-block .inner-box .text{
	position: relative;
	color: #555555;
	font-size: 16px;
	line-height: 1.8em;
}

/*** 

====================================================================
	Fluid Section Three
====================================================================

***/

.fluid-section-three{
	position:relative;
	background-color:#f9f8fc;
}

.fluid-section-three .left-column{
    position: relative;
    left: 0px;
	top:0px;
    width: 50%;
    height: 100%;
	float: left;
}

.fluid-section-three .left-column .inner-column{
	position: relative;
	max-width: 650px;
	width: 100%;
	float: right;
	padding: 130px 80px 130px 15px;
}

.fluid-section-three .left-column .inner-column .btn-box{
	margin-top: 50px;
}

.fluid-section-three .right-column{
    position: relative;
    right: 0px;
	top:0px;
    width: 50%;
    height: 100%;
	float:right;
	background-size: cover;
	background-repeat: no-repeat;
}

.fluid-section-three .right-column .inner-column{
	position: relative;
	max-width: 600px;
	float: left;
	padding: 130px 15px 130px 160px;
}

.fluid-section-three .right-column:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(68,57,134,0.90);
}

.fluid-section-three .right-column .inner-column .play-btn{
	position: relative;
	width:80px;
	height: 80px;
	color:#222222;
	font-size: 28px;
	padding-left: 6px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 50px;
	display: inline-block;
	background-color: #ffffff;
}

.fluid-section-three .right-column .inner-column .play-btn:before{
	position: absolute;
	content: '';
	left: -5px;
	top: -5px;
	bottom: -5px;
	right: -5px;
	border-radius: 50px;
	border: 5px solid rgba(255,255,255,0.20);
}

.fluid-section-three .right-column .inner-column .play-btn:after{
	position: absolute;
	content: '';
	left: -10px;
	top: -10px;
	bottom: -10px;
	right: -10px;
	border-radius: 50px;
	border: 4px solid rgba(255,255,255,0.10);
}

.fluid-section-three .right-column .inner-column h2{
	position:relative;
	color:#ffffff;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.3em;
}

.fluid-section-three .right-column .inner-column .title{
	position:relative;
	color:#ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	margin-top: 8px;
	margin-bottom: 35px;
}

.fluid-section-three .right-column .inner-column .title:before{
	position: absolute;
	left: -50px;
	top: 11px;
	content: '';
	height: 1px;
	width: 35px;
	background-color: rgba(255,255,255,0.40);
}

.fluid-section-three .right-column .inner-column .text{
	position:relative;
	color:#ffffff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 50px;
}

/*Featured Block Two*/

.feature-block-two{
	position: relative;
	margin-bottom: 35px;
}

.feature-block-two .inner-box{
	position: relative;
}

.feature-block-two .inner-box h3{
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 12px;
}

.feature-block-two .inner-box h3:before{
	position:absolute;
	content: '';
	left: -50px;
	top: 12px;
	width:35px;
	height: 1px;
	background-color: #0f52ba;
}

.feature-block-two .inner-box h3 a{
	position: relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.feature-block-two .inner-box h3 a:hover{
	color:#0f52ba;
}

.feature-block-two .inner-box .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.6em;
}

.feature-block-two.alternate{
	margin-left:60px;
}

.feature-block-two.alternate .inner-box h3:before{
	background-color: rgba(255,255,255,1);
}

.feature-block-two.alternate h3 a,
.feature-block-two.alternate .text{
	color:#ffffff;
}

.feature-block-two.style-two{
	margin-left:50px;
}

.feature-block-two.style-two .inner-box h3{
	font-size:18px !important;
	margin-bottom: 12px !important;
}

.feature-block-two.style-two .inner-box h3:before{
	background-color: #0f52ba;
}

/*** 

====================================================================
	Beyong Section
====================================================================

***/

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

.beyong-section.alternate:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 30%;
	height: 100%;
	/*background-color: #f9f8fc;*/
}

.beyong-section.style-two:before{
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 35%;
	height: 100%;
	background-color: #f9f8fc;
}

.beyong-section .beyong-tabs{
	position:relative;
}

.beyong-section .beyong-tabs .tab-btns{
	position:relative;
	margin-bottom: 35px;
	text-align: center;
}

.beyong-section .beyong-tabs .tab-btns .tab-btn{
	position: relative;
    line-height: 24px;
    padding: 0px 0px;
    cursor: pointer;
    color: #555555;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    margin:0px 20px 10px;
    padding-bottom: 2px;
    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;
	font-family: 'Poppins', sans-serif;
}

.beyong-section .beyong-tabs .tab-btns .tab-btn:before{
	position: absolute;
	content: '';
	left: 50%;
	top: -30px;
	width: 7px;
	height: 7px;
	opacity: 0;
	visibility: hidden;
	margin-left: -3px;
	border-radius: 50px;
	background-color: #0f52ba;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.beyong-section .beyong-tabs .tab-btns .tab-btn .separater-dots{
	position: absolute;
	content: '';
	left: 50%;
	top: -30px;
	width: 31px;
	opacity: 0;
	visibility: hidden;
	margin-left: -15px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.beyong-section .beyong-tabs .tab-btns .tab-btn .separater-dots:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: #0f52ba;
}

.beyong-section .beyong-tabs .tab-btns .tab-btn .separater-dots:after{
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #0f52ba;
}

.beyong-section .beyong-tabs .tab-btns .tab-btn:hover .separater-dots,
.beyong-section .beyong-tabs .tab-btns .tab-btn.active-btn .separater-dots{
	top:-24px;
	opacity: 1;
	visibility: visible;
}

.beyong-section .beyong-tabs .tab-btns .tab-btn.active-btn,
.beyong-section .beyong-tabs .tab-btns .tab-btn:hover{
	color: #0f52ba;
}

.beyong-section .beyong-tabs .tab-btns .tab-btn:hover::before,
.beyong-section .beyong-tabs .tab-btns .tab-btn.active-btn::before{
	top:-24px;
	opacity: 1;
	bottom: auto;
	visibility: visible;
}

.beyong-section .beyong-tabs .tabs-content{
	position:relative;
	padding:35px 35px 35px;
	background-color: #ffffff;
}

.beyong-section .beyong-tabs .tabs-content .tab{
	position:relative;
	display:none;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.beyong-section .beyong-tabs .tabs-content .tab.active-tab{
	display:block;
}

.beyong-section .beyong-tabs .tabs-content .image-column{
	position: relative;
}

.beyong-section .beyong-tabs .tabs-content .image-column .image{
	position: relative;
}

.beyong-section .beyong-tabs .tabs-content .image-column .image:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width:100%;
	height: 100%;
	display: block;
	background-color: rgba(56,48,136,0.50);
}

.beyong-section .beyong-tabs .tabs-content .image-column .image img{
	position: relative;
	width:100%;
	display: block;
}

.beyong-section .beyong-tabs .tabs-content .content-column{
	position: relative;
}

.beyong-section .beyong-tabs .tabs-content .content-column .inner-column{
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
}

.beyong-section .beyong-tabs .tabs-content .content-column h2{
	position: relative;
	color:#0f52ba;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.beyong-section .beyong-tabs .tabs-content .content-column .text{
	position: relative;
	color: #555555;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 30px;
}

.beyong-section .beyong-tabs .tabs-content .content-column .read-more{
	position: relative;
	color:#0f52ba;
	font-size: 13px;
	font-weight: 700;
	margin-top: 40px;
	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;
	text-transform: uppercase;
}

.beyong-section .beyong-tabs .tabs-content .content-column .read-more:hover{
	color:#0f52ba;
}

.beyong-section .beyong-tabs .tabs-content .content-column .read-more .fa{
	position: relative;
	margin-right: 4px;
	color:#0f52ba;
	font-size: 14px;
	font-weight: 700;
}

/*** 

====================================================================
	Call To Action Two
====================================================================

***/

.call-to-action-two{
	position: relative;
	padding: 120px 0px;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.call-to-action-two:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(18,14,14,0.80);
}

.call-to-action-two h2{
	position: relative;
	color:#ffffff;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 20px;
}

.call-to-action-two .text{
	position: relative;
	color:#ffffff;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 40px;
}

/*** 

====================================================================
	News Section Two
====================================================================

***/

.news-section-two{
	position: relative;
	padding: 115px 0px;
}

.news-block-two{
	position: relative;
}

.news-block-two .inner-box{
	position: relative;
	background-color: #f9f8fc;
}

.news-block-two .inner-box .image-column{
	position: relative;
	float: left;
	padding: 0px;
}

.news-block-two .inner-box .image-column.align-right{
	float:right;
}

.news-block-two .inner-box .image-column .image{
	position: relative;
}

.news-block-two .inner-box .image-column .image .arrow-box{
	position: absolute;
	right: 0px;
	bottom: 0px;
	color:#ffffff;
	width:70px;
	height: 70px;
	font-size: 32px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	background-color: #0f52ba;
	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;
}

.news-block-two .inner-box .image-column .image .arrow-box:hover{
	background-color: #0f52ba;
}

.news-block-two .inner-box .image-column .image img{
	position: relative;
	width: 100%;
	display: block;
}

.news-block-two .inner-box .content-column{
	position: relative;
	float: left;
	padding: 0px;
}

.news-block-two .inner-box .content-column .inner-column{
	position: relative;
	padding: 100px 80px 100px 70px;
}

.news-block-two .inner-box .content-column .inner-column .title{
	position: relative;
	color:#0f52ba;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.news-block-two .inner-box .content-column .inner-column h3{
	position: relative;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.news-block-two .inner-box .content-column .inner-column h3 a{
	position: relative;
	color:#0f52ba;
	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;
}

.news-block-two .inner-box .content-column .inner-column h3 a:hover{
	color:#0f52ba;
}

.news-block-two .inner-box .content-column .inner-column .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position: relative;
}

.feature-block-three{
	position: relative;
}

.feature-block-three .inner-box{
	position: relative;
	padding: 70px 60px 70px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.feature-block-three .inner-box .content{
	position: relative;
	padding-left: 50px;
}

.feature-block-three .inner-box .content .icon-box{
	position: absolute;
	left:0px;
	top: 4px;
	color:#222222;
	font-size: 32px;
	line-height: 1em;
}

.feature-block-three .inner-box h3{
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 12px;
}

.feature-block-three .inner-box h3 a{
	position: relative;
	color:#222222;
}

.feature-block-three .inner-box .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.8em;
}

.feature-block-three.blue .inner-box{
	background-color: #0f52ba;
	border-color: #0f52ba;
}

.feature-block-three.blue .inner-box h3 a,
.feature-block-three.blue .inner-box .icon-box,
.feature-block-three.blue .inner-box .text{
	color:#ffffff;
}

.feature-block-three.pink .inner-box{
	background-color: #0f52ba;
	border-color: #0f52ba;
}

.feature-block-three.pink .inner-box h3 a,
.feature-block-three.pink .inner-box .icon-box,
.feature-block-three.pink .inner-box .text{
	color:#ffffff;
}

.feature-block-three.black .inner-box{
	background-color: #222222;
	border-color: #222222;
}

.feature-block-three.black .inner-box h3 a,
.feature-block-three.black .inner-box .icon-box,
.feature-block-three.black .inner-box .text{
	color:#ffffff;
}

.feature-block-three.grey .inner-box{
	background-color: #f9f8fc;
	border-color: #f9f8fc;
}

.featured-section .owl-dots,
.featured-section .owl-nav{
	display:none;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position: relative;
	padding:105px 0px;
}

.testimonial-block-three{
	position: relative;
}

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

.testimonial-block-three .inner-box .image{
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.testimonial-block-three .inner-box .text{
	position: relative;
	color: #222222;
	font-size: 16px;
	line-height: 1.9em;
	max-width: 930px;
	margin: 0 auto;
	font-style: italic;
	margin-bottom: 35px;
	font-family: 'Merriweather', serif;
}

.testimonial-block-three .inner-box .author{
	position: relative;
	color:#555555;
	font-size: 14px;
	font-weight: 600;
	padding-top: 20px;
	text-transform: uppercase;
}

.testimonial-block-three .inner-box .author:before{
	position: absolute;
	content: '';
	left: 50%;
	top: 0px;
	width: 50px;
	height: 1px;
	margin-left: -25px;
	background-color: #dddddd;
}

.testimonial-section-two .owl-nav{
	display:none;
}

.testimonial-section-two .owl-dots{
	position:absolute;
	right: 0px;
	top: 100px;
}

.testimonial-section-two .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:8px;
	margin-bottom: 10px;
	border-radius:50%;
	background-color:#cccccc;
	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;
}

.testimonial-section-two .owl-dots .owl-dot:hover,
.testimonial-section-two .owl-dots .owl-dot.active{
	position:relative;
	width:22px;
	height:8px;
	border-radius:10px;
	background-color:#0f52ba;
}

/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section{
	position: relative;
}

.newsletter-section:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-color: #0f52ba;
}

.newsletter-section:after{
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	z-index: -1;
	background-color: #0f52ba;
}

.newsletter-section .left-column{
	position: relative;
	width:50%;
	float: left;
}

.newsletter-section .left-column .inner-column{
	position: relative;
	padding:60px 0px;
	text-align: right;
	padding-right :80px;
}

.newsletter-section .left-column .inner-column h2{
	position: relative;
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.4em;
	z-index: 1;
}

.newsletter-section .left-column .inner-column .text{
	position: relative;
	color:#ffffff;
	z-index: 1;
	font-size: 18px;
	font-weight: 500;
	margin-top: 8px;
}

.newsletter-section .right-column{
	position: relative;
	width:50%;
	float: right;
}

.newsletter-section .right-column .inner-column{
	position: relative;
	max-width: 480px;
	width: 100%;
	padding: 65px 15px 65px 80px;
}

.newsletter-section .right-column .subscribe-form{
	position: relative;
}

.newsletter-section .right-column .subscribe-form .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
}

.newsletter-section .right-column .subscribe-form .form-group input[type="text"],
.newsletter-section .right-column .subscribe-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 0px;
	height:48px;
	font-size:15px;
	color:#ffffff;
	background:none;
	font-weight:400;
	border-bottom:2px solid rgba(255,255,255,0.20);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.newsletter-section .right-column .subscribe-form .form-group input::-webkit-input-placeholder{
	color:rgba(255,255,255,1);
}

.newsletter-section .right-column .subscribe-form .form-group button{
	position:absolute;
	right:0px;
	top:10px;
	cursor: pointer;
	font-size:28px;
	color:#ffffff;
	font-weight:400;
	background:none;
	letter-spacing:1px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Planning Section
====================================================================

***/

.planning-section{
	position: relative;
	padding: 110px 0px 110px;
}

.planning-section:before{
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width:50%;
	height: 100%;
	display: block;
	background-color: #f9f8fc;
}

.planning-section .sec-title{
	margin-bottom:80px;	
}

/*** 

====================================================================
	Help Section
====================================================================

***/

.help-section{
	position: relative;
	padding: 110px 0px;
}

.help-section .inner-container{
	position:relative;
}

.help-section:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width:50%;
	height: 100%;
	display: block;
	background-color: #f9f8fc;
}

.help-section .content-column{
	position: relative;
	padding:0px;
	float: left;
	width: 50%;
}

.help-section .content-column .inner-column{
	position:relative;
	padding: 80px 70px 85px;
	background-color: #ffffff;
}

.help-section .content-column .inner-column .content{
	position:relative;
	overflow: hidden;
}

.help-section .content-column .inner-column .text{
	position:relative;
	padding-left: 50px;
}

.help-section .content-column .inner-column .text:before{
	position:absolute;
	content: "\f1ac";
	left: 0px;
	top: 5px;
	color:#0f52ba;
	font-size: 34px;
	line-height: 1em;
	font-family: "Flaticon";
}

.help-section .content-column .inner-column .text p{
	position:relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.help-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.help-section .content-column .inner-column .sec-title{
	margin-bottom: 35px;
}

.help-section .content-column .inner-column .sec-title .title-text{
	margin-top: 15px;
}

.help-section .content-column .inner-column .risk{
	position:relative;
	color: #0f52ba;
	font-weight: 700;
	margin-top: 45px;
	padding-right: 30px;
	display: inline-block;
	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;
}

.help-section .content-column .inner-column .risk:before{
	position: absolute;
    content: '';
    top: 11px;
    left: 100%;
    width: 300%;
    height: 1px;
    background-color: #dddddd;
}

.help-section .content-column .inner-column .risk:hover{
	color:#0f52ba;
}

.help-section .content-column .inner-column .risk .fa{
	position:relative;
	color:#0f52ba;
	font-weight: 600;
	margin-right: 5px;
}

.help-section .image-column{
	position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
	float: right;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.help-section .image-column .inner-column{
	position:static;
}

.help-section .image-column .inner-column .image{
	position: relative;
	display: none;
}

.help-section .image-column .inner-column .image img{
	position: relative;
	width:100%;
	display: block;
}

.help-section .image-column .inner-column .testimonial-boxed{
	position:absolute;
	right: -300px;
	top: 50%;
	z-index: 1;
	max-width: 420px;
	margin-top: -123px;
}

.help-section .image-column .inner-column .testimonial-boxed .inner-block{
	position: relative;
	padding: 75px 50px 60px;
	background-color: #222222;
}

.help-section .image-column .inner-column .testimonial-boxed .inner-block .quote-icon{
	position: absolute;
    right: 45px;
    top: -28px;
    color: #0f52ba;
    line-height: 1em;
    font-size: 60px;
}

.help-section .image-column .inner-column .testimonial-boxed .text{
	position: relative;
	font-style: italic;
	font-size: 22px;
	color:#ffffff;
	font-weight: 300;
	line-height: 1.7em;
	font-family: 'Hind', sans-serif;
}

.help-section .image-column .inner-column .testimonial-boxed .owl-nav,
.help-section .image-column .inner-column .testimonial-boxed .owl-dots{
	display: none;
}

/*** 

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

***/

.services-section-two{
	position:relative;
}

.services-section-two .owl-dots,
.services-section-two .owl-nav{
	display:none;
}

.services-block-two{
	position: relative;
}

.services-block-two .inner-box{
	position: relative;
	display:block;
}

.services-block-two .inner-box .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.services-block-two .inner-box .overlay-box{
	position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
	padding:70px 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	background-color: rgba(34,34,34,0.90);
}

.services-block-two.pink .inner-box .overlay-box{
	background-color: rgba(238,45,80,0.90);
}

.services-block-two.blue .inner-box .overlay-box{
	background-color: rgba(68,57,134,0.90);
}

.services-block-two .inner-box .overlay-box .overlay-inner{
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    padding: 10px 30px;
}

.services-block-two .inner-box .overlay-box .overlay-inner .content{
	position: relative;
    display: block;
    vertical-align: middle;
}

.services-block-two .inner-box .overlay-box .icon-box{
	position: relative;
	color:#ffffff;
	font-size: 70px;
	line-height: 1em;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.services-block-two .inner-box .overlay-box .icon-box:after{
	position: absolute;
	content: '';
	left: 50%;
	bottom:0px;
	width:70px;
	height: 1px;
	margin-left: -35px;
	background-color: rgba(255,255,255,0.15);
}

.services-block-two .inner-box .overlay-box h3{
	position: relative;
	font-size: 30px;
	font-weight: 600;
	color:#ffffff;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.services-block-two .inner-box .overlay-box h3 a{
	position: relative;
	color:#ffffff;
}

.services-block-two .inner-box .overlay-box .text{
	position: relative;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 25px;
}

.services-block-two .inner-box .overlay-box .read-more{
	position: relative;
	color:#ffffff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.services-block-two .inner-box .overlay-box .read-more .fa{
	position: relative;
	margin-right: 4px;
	font-weight: 600;
}

/*** 

====================================================================
	Modern Section
====================================================================

***/

.modern-section{
	position: relative;
	padding: 110px 0px 70px;
}

.modern-section:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 40%;
    height: 100%;
    background-color: #f9f8fc;
}

.modern-section .image-column{
	position: relative;
	margin-bottom: 40px;
}

.modern-section .image-column .inner-column{
	position: relative;
}

.modern-section .image-column .inner-column .image{
	position: relative;
}

.modern-section .image-column .inner-column .image:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(68,57,134,0.15);
}

.modern-section .image-column .inner-column .image img{
	position: relative;
	width:100%;
	display: block;
}

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

.modern-section .content-column .inner-column{
	position: relative;
	padding-left: 30px;
}

.modern-section .content-column .inner-column h2{
	position: relative;
	color:#0f52ba;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 12px;
}

.modern-section .content-column .inner-column .title{
	position: relative;
	color:#555555;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.modern-section .content-column .inner-column .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 35px;
}

/* ============================================================== 
     # Blog 
=================================================================== */

.blog-area .blog-items .info {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px #cccccc;
  padding: 30px;
}

.blog-area .blog-items .item .thumb {
  overflow: hidden;
  position: relative;
}

.blog-area .blog-items .item .thumb span.date {
  background: #2154cf none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 80px;
  z-index: 9;
}

.blog-area .blog-items .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-area .blog-items .item:hover .thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-area .blog-items .info .meta {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.blog-area.col-2 .blog-items .info .meta {
  border-bottom: 1px solid #e7e7e7;
  border-top: medium none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 0;
}

.blog-area.full-blog .blog-items .info .meta {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #e7e7e7;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 0;
}

.blog-area.col-3 .blog-items .info .meta {
  margin-bottom: 0;
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4,
.blog-area .blog-items .info h5 {
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.3;
}

.blog-area .blog-items .info span {
  color: #2154cf;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.blog-area .blog-items .info span i {
  margin-right: 5px;
}

.blog-area .blog-items .info .meta li {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
  position: relative;
  padding-right: 10px;
}

.blog-area .blog-items .info .meta li::after {
  background: #c7c7c7 none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 1px;
}

.blog-area .blog-items .info .meta li:last-child::after {
  display: none;
}

.blog-area .blog-items .info .meta li:last-child {
  margin: 0;
  padding: 0;
}

.blog-area .blog-items .info .meta li a {
  display: inline-block;
  font-weight: 400;
}

.blog-area .blog-items .info .meta li,
.blog-area .blog-items .info .meta li a {
  color: #909090;
}

.blog-area .blog-items .info .meta li a:hover {
  color: #2154cf;
}

.blog-area .blog-items .info .meta li i {
  font-weight: 900;
  margin-right: 5px;
}

.blog-area .blog-items .info a {
  display: inline-block;
  font-weight: 500;
}

.blog-area .blog-items .info h4 a {
  display: inline-block;
  font-weight: 500;
  -webkit-line-clamp: 1;
	display: -webkit-box;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.blog-area .blog-items .info p {
  display: inline-block;
  font-weight: 500;
  -webkit-line-clamp: 3;
	display: -webkit-box;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.blog-area .blog-items .info > a {
  font-size: 12px;
  font-weight: 600;
}

.blog-area .blog-items .info a.btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  text-transform: capitalize;
}

.blog-area.full-blog .blog-items .info a.btn {
  font-size: 12px;
  font-weight: 600;
  padding: 8px 30px;
  text-transform: uppercase;
}

.blog-area .blog-items .info a:hover {
  color: #2154cf;
}

.blog-area.full-blog .blog-items .item-box {
  margin-bottom: 50px;
}

.blog-area.full-blog .blog-items .info {
  background: #ffffff none repeat scroll 0 0;
  padding-top: 30px;
}

.blog-area.full-blog .blog-items .item {
  box-shadow: inherit;
}

.sidebar-item h4 {
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  text-transform: capitalize !important;
  z-index: 1;
}

.sidebar-item.category .sidebar-info {
  margin-top: -15px;
}

.sidebar-item.recent-post ul {
  margin-top: -5px;
}

.sidebar-item.archives .sidebar-info {
  margin-top: -15px;
}

.sidebar-item.tags .sidebar-info {
  margin-top: -5px;
}

.sidebar-item h4::after {
  background: #2154cf none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.sidebar-item {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 50px;
}

.blog-area.full-blog .sidebar {
  padding-left: 35px;
}

.sidebar-item:last-child {
  margin: 0;
}

.blog-area .sidebar-item.recent-post li a {
  color: #666666;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.blog-area .blog-items .item .thumb a {
  display: block;
  position: relative;
  z-index: 1;
}

.blog-area .blog-items .item .thumb a .overlay-icon {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  background: rgba(33, 84, 207, 0.7);
}

.blog-area .blog-items .item .thumb:hover .overlay-icon {
  opacity: 1;
}

.blog-area .blog-items .item .thumb a .overlay-icon i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 35px;
  height: 80px;
  left: 50%;
  line-height: 78px;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80px;
}

.blog-area .blog-items .item .thumb:hover .overlay-icon::after {
  opacity: .7;
}

.blog-area .top-meta ul li, .blog-area .top-meta ul li a {
  color: #666666 !important;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: 500 !important;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.blog-area .top-meta ul li::after {
  background: #666666 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 10px;
}

.blog-area .top-meta ul li {
  margin-right: 8px;
  padding-right: 20px;
  letter-spacing: 1px;
}

.blog-area .top-meta ul li:last-child::after {
  display: none;
}

.blog-area .top-meta ul li:last-child {
  margin: 0;
  padding: 0;
}

.blog-area .top-meta {
  margin-bottom: 10px;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}

.sidebar-item.recent-post li a:hover {
  color: #2154cf;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
}

.sidebar-item.recent-post li span {
  display: inline-block !important;
  margin-bottom: 0 !important;
  margin-top: 10px;
  text-transform: uppercase;
}

.blog-area.full-blog .sidebar .info .meta-title {
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
}

.blog-area.full-blog .sidebar .info .meta-title, 
.blog-area.full-blog .sidebar .info .meta-title span, 
.blog-area.full-blog .sidebar .info .meta-title a {
  color: #aeaeae;
}

.blog-area.full-blog .sidebar .info .meta-title a:hover {
  color: #2154cf;
}

.sidebar-item.recent-post li {
  color: #666666;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
}

.sidebar-item.recent-post li .info {
  color: #cccccc;
  display: table-cell;
  line-height: 26px;
  padding: 0 0 0 20px !important;
  vertical-align: top;
  box-shadow: inherit;
}

.sidebar-item.category ul li {
  display: block;
}

.sidebar-item.category ul li a {
  display: block;
  font-weight: 600;
  padding: 10px 0 10px 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  display: inline-block;
  color: #666666;
}

.sidebar-item.category ul li a::after {
  border: 1px solid #666666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 8px;
}

.sidebar-item.category ul li a span {
  float: right;
}

.sidebar-item.category ul li a:hover {
  color: #2154cf;
}

.sidebar-item.archives ul li {
  display: block;
}

.sidebar-item.archives ul li a {
  display: block;
  font-weight: 600;
  padding: 10px 0 10px 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  display: inline-block;
  color: #666666;
}

.sidebar-item.archives ul li a::after {
  border: 1px solid #666666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 8px;
}

.sidebar-item.archives ul li a:hover {
  color: #2154cf;
}

.sidebar-item.archives ul li:last-child a {
  padding-bottom: 0;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
}

.sidebar-item.social-sidebar li a {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 50px;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  margin-top: 8px;
  margin-right: 5px;
  padding: 8px 25px;
  text-transform: capitalize;
}

.sidebar-item.tags ul li a:hover {
  background: #2154cf;
  border: 1px solid #2154cf;
  color: #ffffff;
}

.sidebar-item.search input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  width: 100%;
}

.sidebar-item.search form {
  position: relative;
}

.sidebar-item.search input[type="submit"] {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  border-radius: inherit;
  color: #ffffff;
  font-weight: 600;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-family: "Montserrat",sans-serif;
}

.sidebar-item.search input[type="submit"]:hover {
  background: #2154cf;
  color: #ffffff;
}

.blog-area .pagi-area {
  padding: 0;
  margin-bottom: -10px;
}

.blog-area .pagi-area .pagination {
  margin: 0;
}

.blog-area .pagi-area .pagination li a {
  color: #232323;
  font-weight: 600;
  padding: 10px 20px;
}

.blog-area .pagi-area .pagination li.active a {
  background: #2154cf none repeat scroll 0 0;
  border: 1px solid #2154cf;
  color: #ffffff;
}

.blog-area .pagi-area .pagination li.active a:hover {
  color: #232323;
}

.blog-area .pagi-area .pagination li a:hover {
  color: #2154cf;
}

.blog-area.single-blog .blog-items .info h2 {
  font-weight: 600;
}

.blog-area .item blockquote {
  background: #f6f6f6 none repeat scroll 0 0;
  border-left: 5px solid #2154cf;
  color: #414141;
  font-size: 15px;
  padding: 30px 50px;
  position: relative;
  z-index: 1;
}

.blog-area .item blockquote::after {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 70px;
  left: 20px;
  letter-spacing: -5px;
  opacity: 0.5;
  position: absolute;
  top: 50px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.post-tags {
  border-top: 1px solid #e7e7e7;
  display: block;
  padding-top: 50px;
  width: 100%;
}

.post-tags span {
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px;
  text-transform: capitalize;
}

.post-tags a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
  padding: 3px 25px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.post-tags a:hover {
  color: #2154cf;
}

.blog-area.full-blog.left-sidebar .blog-content {
  float: right;
}

.blog-area.full-blog.left-sidebar .sidebar {
  float: left;
  padding-left: 15px;
  padding-right: 30px;
}

.author-bio {
  box-shadow: 0 0 10px #cccccc;
  display: block;
  margin-top: 45px;
  padding: 30px;
  width: 100%;
}

.author-bio .avatar {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}

.author-bio .content {
  display: table-cell;
  padding: 0 0 0 30px;
  vertical-align: top;
}

.author-bio .content p {
  font-style: italic;
  margin: 0;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.author-bio .content p::after {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 50px;
  left: -5px;
  letter-spacing: -5px;
  opacity: 0.5;
  position: absolute;
  top: 18px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.author-bio .content h4 {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
  padding-left: 20px;
  text-transform: capitalize;
}

.blog-area.single-blog .blog-content .item-box {
  margin-bottom: 0;
}

.blog-area.single-blog .blog-content .item-box .form-group.submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 80px;
  width: 80px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 60px;
  width: 60px;
}

.comments-list .commen-item {
  margin-bottom: 30px;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  box-shadow: 0 0 10px #cccccc;
  margin-top: 50px;
  padding: 30px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.comments-list .commen-item .content h5 {
  font-weight: 500;
  text-transform: capitalize;
}

.comments-info a {
  display: inline-block;
  margin-left: 14px;
}

.comments-info a:hover {
  color: #2154cf;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input, .comments-form textarea {
  border: 1px solid #e2e2e2;
  border-radius: inherit;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 150px;
}

.comments-form button {
  background-color: #232323;
  border: 1px solid #232323;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 7px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.comments-form button:hover {
  color: #ffffff;
  background-color: #2154cf;
  border: 1px solid #2154cf;
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
  font-weight: 600;
  text-transform: capitalize;
}

/*** 

====================================================================
	Expert Section
====================================================================

***/

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

.expert-section .sec-title{
	margin-bottom:30px;
}

.expert-section .counter-column{
	position: relative;
}

.expert-section .counter-column .inner-column{
	position: relative;
}

.expert-section .counter-column .inner-column .fact-counter{
	position:relative;
	padding-left: 50px;
}

.expert-section .counter-column .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	padding-left: 50px;
	line-height: 1.7em;
	margin-bottom: 55px;
}

.expert-section .counter-column .text:before{
    position: absolute;
    content: "\f1ac";
    left: 0px;
    top: 0px;
    color: #0f52ba;
    line-height: 1em;
    font-size: 40px;
    font-family: "Flaticon";
}

.expert-section .blocks-column{
	position:relative;
}

.expert-section .blocks-column .inner-column{
	position:relative;
	margin-right: -185px;
}

.expert-section .blocks-column .inner-column .owl-nav{
	display:none;
}

.expert-section .blocks-column .inner-column .owl-dots{
	position:relative;
	text-align: center;
	margin-top: 20px;
}

.expert-section .blocks-column .inner-column .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:8px;
	margin:0px 5px;
	display:inline-block;
	border-radius:50%;
	background-color:#cccccc;
	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;
}

.expert-section .blocks-column .inner-column .owl-dots .owl-dot:hover,
.expert-section .blocks-column .inner-column .owl-dots .owl-dot.active{
	position:relative;
	width:22px;
	height:8px;
	border-radius:10px;
	background-color:#0f52ba;
}

/*Expert Block*/

.expert-block{
	position: relative;
	margin-bottom: 30px;
}

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

.expert-block .inner-box .image{
	position: relative;
}

.expert-block .inner-box .image img{
	position: relative;
	width:100%;
	display: block;
}

.expert-block .inner-box .image:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(68,57,134,0.15);
}

.expert-block .inner-box .lower-content{
	position: relative;
	padding-top: 30px;
	text-align: center;
}

.expert-block .inner-box .lower-content h3{
	position: relative;
	color: #222222;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 4px;
}

.expert-block .inner-box .lower-content h3 a{
	position: relative;
	color:#222222;
	font-size: 18px;
	font-weight: 600;
	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;
}

.expert-block .inner-box .lower-content h3 a:hover{
	color:#0f52ba;
}

.expert-block .inner-box .lower-content .designation{
	position: relative;
	color:#0f52ba;
	font-size: 13px;
	font-weight: 500;
}

/*** 

====================================================================
	News Section Three
====================================================================

***/

.news-section-three{
	position: relative;
	padding: 100px 0px 60px;
	background-color: #f9f8fc;
}

.news-section-three.alternate{
	background:none;
}

.news-block-three{
	position:relative;
	margin-bottom: 30px;
}

.news-block-three .inner-box{
	position: relative;
	overflow: hidden;
}

.news-block-three .inner-box .image{
	position: relative;
}

.news-block-three .inner-box .image img{
	position: relative;
	width:100%;
	display: block;
}

.news-block-three .inner-box .image:before{
	position: absolute;
	content: '';
	left:0px;
	top:0px;
	width:100%;
	height: 100%;
	display: block;
	cursor: pointer;
	z-index: 1;
	border: 150px solid rgba(68,57,134,0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.8s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -webkit-transition: all 0.8s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -o-transition: all 0.8s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -ms-transition: all 0.8s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    transition: all 0.8s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}

.news-block-three .inner-box:hover .image:before{
	border: 0px double rgba(68,57,134,0.6);
  
}

.news-block-three .inner-box .lower-content{
	position: relative;
	padding-top: 40px;
}

.news-block-three .inner-box .post-info{
	position: relative;
	margin-bottom: 12px;
}

.news-block-three .inner-box .post-info li{
	position: relative;
	color:#555555;
	font-size: 13px;
	font-weight: 700;
	padding-right: 14px;
	margin-right: 12px;
	line-height: 1.1em;
	display: inline-block;
	text-transform: uppercase;
	border-right: 1px solid #555555;
}

.news-block-three .inner-box .post-info li:last-child{
	margin-right: 0px;
	padding-right: 0px;
	border:none;
}

.news-block-three .inner-box .lower-content h3{
	position: relative;
	font-size: 22px;
	color:#222222;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.news-block-three .inner-box .lower-content h3 a{
	position: relative;
	color:#222222;
	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;
}

.news-block-three .inner-box .lower-content h3 a:hover{
	color:#0f52ba;
}

.news-block-three .inner-box .lower-content .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.news-block-three .inner-box .lower-content .read-more{
	position: relative;
	color:#0f52ba;
	font-size: 13px;
	font-weight: 700;
	padding-right: 30px;
	text-transform: uppercase;
	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;
}

.news-block-three .inner-box .lower-content .read-more:hover{
	color:#0f52ba;
}

.news-block-three .inner-box .lower-content .read-more:before{
	position: absolute;
    content: '';
    left: 100%;
    top: 12px;
    width: 0%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
    background-color: #dddddd;
}

.news-block-three .inner-box:hover .lower-content .read-more:before{
	width:300%;
	opacity: 1;
	visibility: visible;
}

.news-block-three .inner-box .lower-content .read-more .fa{
	position: relative;
	color:#0f52ba;
	font-weight: 700;
	margin-right: 4px;
	display: inline-block;
}

.sec-title h4 {
    position: relative;
    color: #0f52ba;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 8px;
    text-transform: capitalize;
}

h3.blue-text{
	color: #0f52ba;
}
/*** 

====================================================================
	Goals Section
====================================================================

***/

.goals-section{
	position: relative;
	padding: 75px 0px 30px;
}

.goals-section:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	/*background-color: #f9f8fc;*/
}

.goals-section .title-column{
	position: relative;
}

.goals-section .title-column .inner-column{
	position: relative;
	text-align: right;
	padding-right: 50px;
	margin-bottom: 40px;
}

.goals-section .title-column .inner-column h2{
	position: relative;
	color: #0f52ba;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2em;
}

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

.goals-section .content-column .inner-column{
	position: relative;
	padding-left: 26px;
}

.goals-section .content-column .inner-column .text{
	position: relative;
}

.goals-section .content-column .inner-column .text p{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.goals-section .content-column .inner-column .text p:last-child{
	margin-bottom: 0px;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding: 130px 0px 100px;
}

.services-section-three:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 80px;
	right: 0px;
	bottom: 80px;
	background: url(../images/background/pattern-2.png) no-repeat;
}
.call-to-action-section .green-overlay{
	background-color: #7FBA00;
}
/*** 

====================================================================
	Task Section
====================================================================

***/

.task-section{
	position: relative;
	padding: 105px 0px 50px;
	background-color: #0f52ba;
}

.task-section:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 30%;
	height: 100%;
	display: block;
	background-color: #ffffff;
}

.task-section .image-column{
	position: relative;
	margin-bottom: 40px;
}

.task-section .image-column .inner-column{
	position: relative;
    margin-right: 20px;
    margin-left: -250px;
}

.task-section .image-column .inner-column .image{
	position: relative;
}

.task-section .image-column .inner-column .image img{
	position: relative;
	width:100%;
	display: block;
}

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

.task-section .content-column .inner-column{
	position: relative;
	margin-right: -115px;
	padding-left: 40px;
}

.task-section .content-column .inner-column .title{
	position: relative;
	color:#0f52ba;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.task-section .content-column .inner-column h2{
	position: relative;
	color:#ffffff;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 45px;
}

.task-section .content-column .inner-column .btn-box{
	position: relative;
	margin-left: 58px;
	margin-top: 50px;
}

/*** 

====================================================================
	Offer Section
====================================================================

***/

.offer-section-two{
	position: relative;
	padding: 120px 0px 80px;
}

.offer-section-two .offer-title-box{
	position: relative;
	margin-bottom: 30px;
}

.offer-section-two .offer-title-box .inner-box{
	position: relative;
	min-height: 408px;
	padding: 45px 45px 45px;
	background-color: #0f52ba;
}

.offer-section-two .offer-title-box .inner-box h2{
	position: relative;
	font-size: 48px;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.3em;
}

.offer-section-two .offer-title-box .inner-box .text{
	position: relative;
	color:#ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
	margin-top: 10px;
}

.offer-section-two .offer-title-box .inner-box .arrow-box{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 70px;
	height: 70px;
	color: #0f52ba;
	text-align: center;
	line-height: 70px;
	font-size: 24px;
	font-weight: 700;
	background-color: #ffffff;
	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;
}

.offer-section-two .offer-title-box .inner-box .arrow-box:hover{
	color:#ffffff;
	background-color: #0f52ba;
}

.offer-section-two .counter-box{
	position:relative;
	padding-top: 70px;
	padding-left: 190px;
	padding-right: 200px;
}

/*Services Block Three*/

.services-block-three{
	position: relative;
	margin-bottom: 30px;
}

.services-block-three .inner-box{
	position: relative;
	overflow: hidden;
	padding: 56px 45px 55px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
}

.services-block-three .inner-box .left-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
}

.services-block-three .inner-box .left-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#0f52ba;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block-three .inner-box .left-layer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#0f52ba;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block-three .inner-box:hover .left-layer:before,
.services-block-three .inner-box:hover .left-layer:after{
	height:100%;
}

.services-block-three .inner-box .right-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
}

.services-block-three .inner-box .right-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#0f52ba;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block-three .inner-box .right-layer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#0f52ba;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block-three .inner-box:hover .right-layer:before,
.services-block-three .inner-box:hover .right-layer:after{
	height:100%;
}

.services-block-three .inner-box .icon-box{
	position: relative;
	color:#0f52ba;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 20px;
	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;
}

.services-block-three .inner-box:hover .icon-box,
.services-block-three .inner-box:hover .text,
.services-block-three .inner-box:hover h3 a{
	color:#ffffff;
}

.services-block-three .inner-box h3{
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.services-block-three .inner-box h3 a{
	position: relative;
	color: #222222;
	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;
}

.services-block-three .inner-box .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 35px;
	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;
}

.services-block-three .inner-box .read-more{
	position: relative;
    color: #0f52ba;
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 25px;
    font-weight: 700;
    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;
}

.services-block-three .inner-box .read-more .fa{
	position:relative;
	margin-right: 3px;
}

.services-block-three .inner-box .read-more:after{
	position: absolute;
    content: '';
    left: 100%;
    top: 10px;
    width: 0%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
	background-color: rgba(255,255,255,0.20);
}

.services-block-three .inner-box:hover .read-more:after{
	opacity: 1;
	width: 300%;
	visibility: visible;
	background-color: rgba(255,255,255,0.20);
}

/*** 

====================================================================
	Consulting Section
====================================================================

***/

.consulting-section{
	position: relative;
	padding: 110px 0px 110px;
	background-color: #f9f8fc;
}

.consulting-section.alternate{
	background-color:#ffffff;
}

.consult-block{
	position: relative;
}

.consult-block .inner-box{
	position: relative;
	background-color: #ffffff;
}

.consult-block .inner-box .image-column{
	position: relative;
	padding:0px;
	float: left;
}

.consult-block .inner-box .image-column .inner-column{
	position: relative;
}

.consult-block .inner-box .image-column .image{
	position: relative;
}

.consult-block .inner-box .image-column .image img{
	position: relative;
	width:100%;
	display: block;
}

.consult-block .inner-box .content-column{
	position: relative;
	padding:0px;
	float: left;
}

.consult-block .inner-box .content-column .inner-column{
	position: relative;
	/*padding: 70px 50px 70px 70px;*/
}

.consult-block .inner-box .content-column .title{
	position: relative;
	color: #0f52ba;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.consult-block .inner-box .content-column h3{
	position: relative;
	font-size: 22px;
	color:#0f52ba;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 18px;
}

.consult-block .inner-box .content-column .text{
	position: relative;
	color: #555555;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.consulting-section .owl-nav{
	display:none;
}

.consulting-section .owl-dots{
	position:relative;
	text-align: center;
	margin-top: 60px;
}

.consulting-section .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:8px;
	margin:0px 5px;
	display:inline-block;
	border-radius:50%;
	background-color:#cccccc;
	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;
}

.consulting-section .owl-dots .owl-dot:hover,
.consulting-section .owl-dots .owl-dot.active{
	position:relative;
	width:22px;
	height:8px;
	border-radius:10px;
	background-color:#0f52ba;
}

/*** 

====================================================================
	Strategy Section
====================================================================

***/

.strategy-section{
	position: relative;
	padding: 100px 0px 75px;
}

.strategy-section:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 35%;
	height: 315px;
	background-color: #f9f8fc;
}

.strategy-section .title-box{
	position: relative;
	margin-bottom: 140px;
}

.strategy-section .title-box .title{
	position: relative;
	font-size: 18px;
	color: #555555;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.strategy-section .title-box h2{
	position: relative;
	font-size: 48px;
	color:#0f52ba;
	font-weight: 600;
	line-height: 1.2em;
}

/*Strategy Block*/

.strategy-block{
	position: relative;
	margin-bottom: 30px;
}

.strategy-block .inner-box{
	position: relative;
	padding-left: 105px;
	padding-right: 30px;
}

.strategy-block .inner-box .icon-box{
	position: absolute;
	left: 0px;
	top: 0px;
	color:#0f52ba;
	line-height: 1em;
	font-size: 70px;
}

.strategy-block .inner-box h3{
	position: relative;
	color: #222222;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 12px;
}

.strategy-block .inner-box h3 a{
	position: relative;
	color: #222222;
	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;
}

.strategy-block .inner-box h3 a:hover{
	color:#0f52ba;
}

.strategy-block .inner-box .text{
	position: relative;
	color: #555555;
	font-size: 16px;
	line-height: 1.6em;
}

/*** 

====================================================================
	Stories Section
====================================================================

***/

.stories-section{
	position: relative;
	padding: 110px 0px 80px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.stories-section .auto-container{
	position:relative;
}

.stories-section:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(68,57,134,0.90);
}

.stories-section .title-column{
	position: relative;
	margin-bottom: 30px;
}

.stories-section .title-column .inner-column{
	position: relative;
}

.stories-section .title-column .sec-title{
	position: relative;
	margin-bottom: 25px;
}

.stories-section .title-column .inner-column .text{
	position: relative;
	color:#cccccc;
	font-size: 16px;
	line-height: 1.7em;
}

.stories-section .blocks-column,
.stories-section .blocks-column .owl-carousel,
.stories-section .blocks-column .owl-carousel .owl-stage,
.stories-section .blocks-column .owl-carousel .owl-stage-outer{
	position:static;
}

.stories-section .owl-nav{
	display:none;
}

.stories-section .owl-dots{
	position:absolute;
	left: 15px;
	bottom: 190px;
}

.stories-section .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:8px;
	margin:0px 5px;
	display:inline-block;
	border-radius:50%;
	background-color:#cccccc;
	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;
}

.stories-section .owl-dots .owl-dot:hover,
.stories-section .owl-dots .owl-dot.active{
	position:relative;
	width:22px;
	height:8px;
	border-radius:10px;
	background-color:#0f52ba;
}

/*Story Block*/

.story-block{
	position:relative;
	margin-bottom: 30px;
}

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

.story-block .inner-box .image{
	position: relative;
}

.story-block .inner-box .image img{
	position: relative;
	width:100%;
	display: block;
}

.story-block .inner-box .lower-content{
	position: relative;
	padding-top: 40px;
}

.story-block .inner-box .lower-content h3{
	position: relative;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.story-block .inner-box .lower-content h3 a{
	position: relative;
	color:#ffffff;
	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;
}

.story-block .inner-box .lower-content .text{
	position: relative;
	color:#cccccc;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 25px;
}

.story-block .inner-box .lower-content .read-more{
	position: relative;
    color: #0f52ba;
    font-size: 13px;
    font-weight: 700;
    padding-right: 30px;
    text-transform: uppercase;
    display: inline-block;
}

.story-block .inner-box .lower-content h3 a:hover{
	color:#0f52ba;
}

.story-block .inner-box .lower-content .read-more .fa{
	position: relative;
	font-weight: 600;
	margin-right: 4px;
	color:#ffffff;
	top: -2px;
}

/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four{
	position: relative;
	padding: 105px 0px 40px;
}

.services-block-four{
	position: relative;
	margin-bottom: 30px;
}

.services-block-four .inner-box{
	position: relative;
	text-align: center;
	padding: 40px 30px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background: #ffffff;
}

.services-block-four .inner-box:before{
	position:absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 2px;
	width: 0px;
	background-color: #7FBA00;
	transition:all 1200ms ease;
	-moz-transition:all 1200ms ease;
	-webkit-transition:all 1200ms ease;
	-ms-transition:all 1200ms ease;
	-o-transition:all 1200ms ease;
}

.services-block-four .inner-box:after{
	position:absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	height: 2px;
	width: 0px;
	background-color: #7FBA00;
	transition:all 1200ms ease;
	-moz-transition:all 1200ms ease;
	-webkit-transition:all 1200ms ease;
	-ms-transition:all 1200ms ease;
	-o-transition:all 1200ms ease;
}

.services-block-four .inner-box:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}

.services-block-four .inner-box:hover::before,
.services-block-four .inner-box:hover::after{
	width:100%;
}

.services-block-four .inner-box .icon-box{
	position: relative;
	color: #0f52ba;
	font-size: 65px;
	line-height: 1em;
	margin-bottom: 18px;
}

.services-block-four .inner-box h3{
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.services-block-four .inner-box h3 a{
	position: relative;
	color:#222222;
	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;
}

.services-block-four .inner-box .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
}

.services-block-four .inner-box h3 a:hover{
	color:#0f52ba;
}

/*** 

====================================================================
	Fluid Section Four
====================================================================

***/

.fluid-section-four{
	position:relative;
	background-color:#f9f8fc;
}

.fluid-section-four .image-column{
    position: absolute;
    left: 0px;
	top:0px;
    width: 50%;
    height: 100%;
	float:right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fluid-section-four .image-column .image{
    width: 100%;
    display: none;
}

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

.fluid-section-four .image-column .overlay-link{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(68,57,134,0.70);
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.fluid-section-four .image-column .overlay-link .icon-box{
    position: absolute;
    left: 50%;
	top: 50%;
    width: 80px;
    height: 80px;
    color: #222222;
    font-size: 28px;
    padding-left: 6px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 50px;
    display: inline-block;
	margin-left: -40px;
	margin-top: -40px;
    background-color: #ffffff;
}

.fluid-section-four .image-column .overlay-link .icon-box:before{
	position: absolute;
    content: '';
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    border-radius: 50px;
    border: 5px solid rgba(255,255,255,0.20);
}

.fluid-section-four .image-column .overlay-link .icon-box:after{
	position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 50px;
    border: 4px solid rgba(255,255,255,0.10);
}

.fluid-section-four .image-column:hover .overlay-link{
	background: rgba(68,57,134,0.40);
}

/*Content Column*/

.fluid-section-four .content-column{
	position: relative;
    width: 50%;
	float:right;
	padding:85px 60px 100px 90px;
}

.fluid-section-four .content-column .content-box{
	position:relative;
	max-width:525px;
	float:left;
}

/*** 

====================================================================
	News Section Four
====================================================================

***/

.news-section-four{
	position: relative;
	padding: 100px 0px 110px;
}

.news-section-four:before{
	position: absolute;
	content: '';
	right:0px;
	top: 0px;
	width: 75%;
	bottom:200px;
	background-color: #f9f8fc;
}

/*News Block Four*/

.news-block-four{
	position: relative;
	margin-bottom: 70px;
}

.news-block-four .inner-box{
	position: relative;
}

.news-block-four .inner-box .image-column{
	position: relative;
}

.news-block-four .inner-box .image-column .inner-column{
	position: relative;
}

.news-block-four .inner-box .image-column .inner-column .image{
	position: relative;
}

.news-block-four .inner-box .image-column .inner-column .image img{
	position: relative;
	width:100%;
	display: block;
}

.news-block-four .inner-box .content-column{
	position: relative;
}

.news-block-four .inner-box .content-column .inner-column{
	position: relative;
	padding-left: 20px;
}

.news-block-four .inner-box .content-column .post-info{
	position: relative;
	margin-bottom: 8px;
}

.news-block-four .inner-box .content-column .post-info li{
	position: relative;
	color:#0f52ba;
	font-size: 13px;
	font-weight: 700;
	padding-right: 14px;
	margin-right: 12px;
	line-height: 1.2em;
	display: inline-block;
	text-transform: uppercase;
	border-right: 1px solid #0f52ba;
}

.news-block-four .inner-box .content-column .post-info li:last-child{
	margin-right: 0px;
	padding-right: 0px;
	border:none;
}

.news-block-four .inner-box .content-column .post-info li:first-child{
	color:#0f52ba;
}

.news-block-four .inner-box .content-column h3{
	position: relative;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 25px;
}

.news-block-four .inner-box .content-column h3 a{
	position: relative;
	color:#222222;
	-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-block-four .inner-box .content-column h3 a:hover{
	color:#0f52ba;
}

.news-block-four .inner-box .content-column .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.news-block-four .inner-box .content-column .read-more{
	position: relative;
    color: #0f52ba;
    font-size: 13px;
    font-weight: 700;
    padding-right: 30px;
    text-transform: uppercase;
    display: inline-block;
	transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.news-block-four .inner-box .content-column .read-more .fa{
    position: relative;
    color: #0f52ba;
    font-weight: 700;
    margin-right: 4px;
    display: inline-block;
}

.news-block-four .inner-box .content-column .read-more:hover{
	color: #0f52ba;
}

.news-section-four .button-box{
	margin-top: 120px;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding:120px 0px 120px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment: fixed;
}

.page-title:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(14,12,31,0.80);
}

.page-title .auto-container{
	position:relative;
}

.page-title h1{
	position:relative;
	color:#ffffff;
	font-size:64px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom: 5px;
	text-transform:capitalize;
}

.page-breadcrumb{
	position:relative;
}

.page-breadcrumb:before{
	position:absolute;
	content: '';
	left: -50px;
	top: 10px;
	height: 1px;
	width:35px;
	background-color: #ffffff;
}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:15px;
	color:#0f52ba;
	font-size:12px;
	font-weight:500;
	text-transform:capitalize;
}

.page-breadcrumb li:after{
	position:absolute;
	content: "\f105";
	right:-2px;
	top:-1px;
	color:#ffffff;
	font-size:14px;
	font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after{
	display: none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#ffffff;
	font-weight:500;
	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;
}

.page-breadcrumb li a:hover{
	color:#0f52ba;
}

/*** 

====================================================================
	Featured Section Two
====================================================================

***/

.featured-section-two{
	position: relative;
	padding: 100px 0px 90px;
}

.feature-block-four{
	position: relative;
	margin-bottom: 30px;
}

.feature-block-four .inner-box{
	position: relative;
}

.feature-block-four .inner-box .icon-box{
	position: relative;
	color:#0f52ba;
	font-size: 70px;
	line-height: 1em;
	margin-bottom: 20px;
	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;
}

.feature-block-four .inner-box:hover .icon-box{
	color:#0f52ba;
}

.feature-block-four .inner-box h3{
	position: relative;
	color:#222222;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7em;
	margin-bottom: 12px;
}

.feature-block-four .inner-box h3 a{
	position: relative;
	color:#222222;
	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;
}

.feature-block-four .inner-box h3 a:hover{
	color:#0f52ba;
}

.feature-block-four .inner-box .text{
	position: relative;
	color: #555555;
	font-size: 16px;
	line-height: 1.6em;
}

/*** 

====================================================================
	Skills Section
====================================================================

***/

.skills-section{
	position: relative;
	padding: 105px 0px 60px;
}

.skills-section .title-column{
	position: relative;
	margin-bottom: 30px;
}

.skills-section .title-column .inner-column{
	position: relative;
	text-align: right;
}

.skills-section .title-column .inner-column .sec-title h2{
	line-height: 1.2em;
	margin-bottom: 25px;
}

.skills-section .skill-column{
	position:relative;
	margin-bottom: 40px;
}

.skills-section .skill-column .inner-column{
	position:relative;
	padding-left: 70px;
}

/*Skills Section*/

.skills{
	position: relative;
}

.skills .skill-item{
	position:relative;
	margin-bottom:50px;
}

.skills .skill-item:last-child{
	margin-bottom:0px;
}

.skills .skill-item .skill-bar{
	position:relative;
	width:100%;
	height:5px;
	background-color:#eeeeee;
}

.skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	height:5px;
	background:none;
}

.skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:5px;
	width:0px;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
	background:-webkit-linear-gradient(left, #483985, #e92e52);
	background:-ms-linear-gradient(left, #483985, #e92e52);
	background:-o-linear-gradient(left, #483985, #e92e52);
	background:-moz-linear-gradient(left, #483985, #e92e52);
}

.skills .skill-item .skill-bar .bar-inner .bar:after{
	position:absolute;
	right: 0px;
	top: -25px;
	color:#0f52ba;
	content: "\f0d7";
	font-family: 'FontAwesome';
}

.skills .skill-item .skill-header{
	position:relative;
	margin-bottom:12px;
}

.skills .skill-item .skill-header .skill-title{
	position:relative;
}

.skills .skill-item .skill-header .skill-title{
	float:left;
	color:#222222;
	font-size:12px;
	font-weight:600;
	line-height:1.4em;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

.skills .skill-item .skill-header .skill-percentage{
	float:right;
	color:#222222;
	font-size:12px;
	font-weight:600;
	line-height:1.4em;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

/*Services Title Box*/

.services-title-box{
	position: relative;
	padding: 100px 0px;
}

.services-title-box .title-box{
	position: relative;
	text-align: center;
}

.services-title-box .title-box .title{
	position: relative;
	color: #555555;
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.services-title-box .title-box h2{
	position: relative;
	color:#0f52ba;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 25px;
}

.services-title-box .title-box .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	max-width:900px;
	margin: 0 auto;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

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

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar{
	position:relative;
	padding-right: 40px;
}

/*Sidebar Widget*/

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

/*Blog Cat*/

.blog-cat{
	position: relative;
}

.blog-cat li{
	position: relative;
	margin-bottom: 5px;
}

.blog-cat li a{
	position: relative;
	font-size: 16px;
	display: block;
	color:#222222;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 14px 30px;
	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;
	text-transform: uppercase;
	background-color: #f9f8fc;
	font-family: 'Poppins', sans-serif;
}

.blog-cat li a:hover,
.blog-cat li.active a{
	color:#ffffff;
	background-color: #0f52ba;
	border-right: 5px solid #0f52ba;
}

/*Testimonial Widget*/

.testimonial-widget .inner-widget{
	position: relative;
	padding: 40px 30px;
	background-color: #0f52ba;
}

.testimonial-widget .inner-widget .owl-nav{
	display:none;
}

.testimonial-widget .inner-widget .owl-dots{
	position:relative;
	text-align: center;
	margin-top: 30px;
}

.testimonial-widget .inner-widget .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:8px;
	margin:0px 5px;
	display:inline-block;
	border-radius:50%;
	background-color:#cccccc;
	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;
}

.testimonial-widget .inner-widget .owl-dots .owl-dot:hover,
.testimonial-widget .inner-widget .owl-dots .owl-dot.active{
	position:relative;
	width:22px;
	height:8px;
	border-radius:10px;
	background-color:#0f52ba;
}

/* Testimonial Block Four */

.testimonial-block-four{
	position: relative;
}

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

.testimonial-block-four .inner-box .text{
	position: relative;
	color:#ffffff;
	font-size: 16px;
	line-height: 1.8em;
	font-style: italic;
	margin-bottom: 30px;
	font-family: 'Merriweather', serif;
}

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

.testimonial-block-four .inner-box .author-info .info-inner{
	position: relative;
	padding-left: 75px;
	padding-top: 10px;
	min-height: 60px;
}

.testimonial-block-four .inner-box .author-info .info-inner .quote-icon{
	position: absolute;
	right: 0px;
	top: 15px;
	color:#ffffff;
	font-size: 36px;
	line-height: 1em;
}

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

.testimonial-block-four .inner-box .author-info .info-inner h3{
	position: relative;
	color:#ffffff;
	font-size: 14px;
	font-weight: 500;
}

.testimonial-block-four .inner-box .author-info .info-inner .designation{
	position: relative;
	color:#ffffff;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}




.brochure-widget h2{
	position:relative;
	color:#0f52ba;
	font-size:18px;
	font-weight:600;
	padding-bottom:12px;
	border-bottom:1px solid #dddddd;
	font-family: 'Poppins', sans-serif;
}

.brochure-widget .widget-content{
	position:relative;
}

.brochure-widget .brouchers{
	position:relative;
}

.brochure-widget .brouchers li{
	position:relative;
	border-bottom:1px solid #dddddd;
}

.brochure-widget .brouchers li a{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:500;
	padding:13px 8px;
	padding-left:55px;
	display:block;
	font-family: 'Poppins', sans-serif;
}

.brochure-widget .brouchers li a .icon{
	position:absolute;
	content:'';
	left:12px;
	top:11px;
	font-size:28px;
	line-height:1em;
	color:#777777;
}

/*Contact Info Widget*/

.contact-info-widget{
	position:relative;
}

.contact-info-widget .inner-content{
	position:relative;
	padding:40px 20px;
	text-align:center;
	background-color:#0f52ba;
}

.contact-info-widget.style-two .inner-content{
	background-color: #0f52ba;
}

.contact-info-widget .inner-content .icon-box{
	position:relative;
	color:#ffffff;
	font-size:50px;
	line-height:1em;
	margin-bottom:15px;
}

.contact-info-widget .inner-content .text{
	position:relative;
	font-size:22px;
	font-weight:300;
	line-height:1.5em;
	color:#ffffff;
	margin-bottom:20px;
}

.contact-info-widget .inner-content .number{
	position:relative;
	font-size:28px;
	font-weight:600;
	color:#ffffff;
	font-family: 'Poppins', sans-serif;
}

.contact-info-widget .inner-content .email{
	position:relative;
	font-size:16px;
	color:#ffffff;
	margin-top:5px;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
}

/*Services Single*/

.services-single{
	position: relative;
}

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

.services-single .inner-box .image{
	position: relative;
}

.services-single .inner-box .image img{
	position: relative;
	width:100%;
	display: block;
}

.services-single .inner-box .lower-content{
	position: relative;
	padding-top: 50px;
}

.services-single .inner-box .lower-content h2{
	position: relative;
	color:#0f52ba;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 8px;
}

.services-single .inner-box .lower-content .title{
	position: relative;
	color:#222222;
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.services-single .inner-box .lower-content .text{
	position: relative;
}

.services-single .inner-box .lower-content .text p{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 22px;
}

.services-single .inner-box .lower-content .two-column{
	position: relative;
	margin-top: 60px;
	margin-bottom: 30px;
}

.services-single .inner-box .lower-content h3{
	position: relative;
	color:#222222;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.services-single .inner-box .lower-content .blocks-outer{
	margin-top: 40px;
}

.services-block-five{
	position: relative;
	margin-bottom: 30px;
}

.services-block-five .block-inner{
	position: relative;
	padding-left: 70px;
}

.services-block-five .block-inner .icon-box{
	position: absolute;
	left: 0px;
	top: 0px;
	color:#0f52ba;
	font-size: 50px; 
	line-height: 1em;
}

.services-block-five .block-inner h4{
	position: relative;
	color:#222222;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 12px;
	padding-top: 10px;
}

.services-block-five .block-inner h4 a{
	position: relative;
	color:#222222;
	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;
}

.services-block-five .block-inner h4 a:hover{
	color:#0f52ba;
}

.services-block-five .block-inner .text{
	position: relative;
	line-height: 1.6em;
	color:#555555;
	font-size: 16px;
}

/*Sidebar Title*/

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

.sidebar-title h2{
    font-size: 22px;
    color: #0f52ba;
    font-weight: 600;
    line-height: 1.2em;
	padding-left: 40px;
    text-transform: capitalize;
}

.sidebar-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:25px;
	height:2px;
	background-color:#0f52ba;
}


/*Search Box Widget*/

.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:33px;
	padding:10px 50px 10px 20px;
	background:#ffffff;
	display:block;
	font-size:14px;
	width:100%;
	height:55px;
	font-weight:400;
	border: 1px solid #eeeeee;
	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 button{
	position:absolute;
	right:0px;
	top:0px;
	height:55px;
	width:50px;
	display:block;
	font-size:16px;
	color:#ffffff;
	cursor: pointer;
	line-height:55px;
	background:#0f52ba;
	font-weight:normal;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:118px;
	min-height:115px;
	margin-bottom:25px;
	border-bottom:1px solid #dddddd;
}

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

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:100px;
}

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

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	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 .popular-posts .post .text{
	position:relative;
	top:-4px;
	font-size:16px;
	margin:0px 0px 0px;
	font-weight:600;
	color:#222222;
	line-height:1.6em;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.sidebar .popular-posts .post .text a{
	color:#222222;
	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 .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#0f52ba;
}

.sidebar .popular-posts .post-info{
	font-size:13px;
	color:#0f52ba;
	font-weight:500;
	margin-bottom:6px;
	text-transform: uppercase;
}

/*Archive List*/

.archive-list{
	position: relative;
}

.archive-list li{
	position: relative;
	padding: 12px 0px;
	padding-left: 14px;
	border-bottom: 1px solid #dddddd;
}

.archive-list li:first-child{
	padding-top:0px;
}

.archive-list li a{
	position: relative;
	color:#222222;
	font-size: 14px;
	font-weight: 500;
	padding-left: 18px;
	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;
	font-family: 'Poppins', sans-serif;
}

.archive-list li a:before{
	position: absolute;
	left: 0px;
	content: "\f0da";
	color:#0f52ba;
	font-size: 16px;
	font-family: 'FontAwesome';
}

.archive-list li a:hover{
	color:#0f52ba;
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:9px 20px 9px;
	margin:0px 3px 8px 0px;
	color:#555555;
	text-align:center;
	font-size:13px;
	font-weight:600;
	text-transform:capitalize;
	background:none;
	border:1px solid #0f52ba;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.sidebar .popular-tags a:hover{
	border-color:#0f52ba;
	background-color:#0f52ba;
	color:#ffffff;	
}

/*Newsletter Box*/

.newsletter-box{
	position: relative;
	display: block;
	padding: 40px 40px 50px;
	background-color: #0f52ba;
}

.newsletter-box h3{
	font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2em;
	padding-left: 40px;
	margin-bottom: 20px;
    text-transform: capitalize;
}

.newsletter-box h3:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:25px;
	height:2px;
	background-color:#ffffff;
}

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

.newsletter-box .form-group input[type="text"],
.newsletter-box .form-group input[type="email"]{
	position:relative;
	line-height:33px;
	padding:10px 50px 10px 20px;
	background:#ffffff;
	display:block;
	font-size:14px;
	width:100%;
	height:55px;
	font-weight:500;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Hind', sans-serif;
}

.newsletter-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:55px;
	width:50px;
	display:block;
	font-size:16px;
	color:#0f52ba;
	cursor: pointer;
	line-height:55px;
	font-weight:normal;
	background: none;
}

/*News Block Five*/

.news-block-five{
	position: relative;
	/*margin-bottom: 70px;*/
}

.news-block-five .inner-box{
	position: relative;
}

.news-block-five .inner-box .image{
	position: relative;
}

.news-block-five .inner-box .image img{
	position: relative;
	width:100%;
	display: block;
}

.news-block-five .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
}

.news-block-five .inner-box .image .overlay-box .icon{
	position:absolute;
	left:50%;
	top:50%;
	width:80px;
	height:80px;
	color:#ff4c72;
	margin-left:-40px;
	text-align:center;
	border-radius:50%;
	line-height:80px;
	display:inline-block;
	padding-left:4px;
	font-size:72px;
	margin-top:-40px;
	box-shadow: 0px 0px 35px rgba(255,255,255,1);
}

.news-block-five .inner-box .lower-content{
	position: relative;
	padding-top: 30px;
	overflow: hidden;
}

.news-block-five .inner-box .lower-content .post-meta{
	position: relative;
}

.news-block-five .inner-box .lower-content .post-meta li{
	position: relative;
	color:#666666;
	font-size: 13px;
	font-weight: 700;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 1.1em;
	display: inline-block;
	border-right: 1px solid #666666;
	text-transform: uppercase;
	font-family: 'Hind', sans-serif;
}

.news-block-five .inner-box .lower-content .post-meta li .icon{
	position: relative;
	color:#0f52ba;
	margin-right: 4px;
	font-weight: 600;
}

.news-block-five .inner-box .lower-content .post-meta li:nth-child(3),
.news-block-five .inner-box .lower-content .post-meta li:last-child{
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

.news-block-five .inner-box .lower-content h2{
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3em;
	margin-top: 12px;
	margin-bottom: 18px;
}

.news-block-five.style-two .inner-box .lower-content h2{
	font-size:26px;
}

.news-block-five .inner-box .lower-content h2 a{
	position: relative;
	color: #222222;
	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;
}

.news-block-five .inner-box .lower-content h2 a:hover{
	color:#0f52ba;
}

.news-block-five .inner-box .lower-content .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.news-block-five .inner-box .lower-content .read-more{
	position: relative;
	color:#0f52ba;
	font-size: 13px;
	font-weight: 700;
	padding-left: 14px;
	padding-right: 30px;
	display: inline-block;
	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-block-five .inner-box .lower-content .read-more:hover{
	color:#0f52ba;
}

.news-block-five .inner-box .lower-content .read-more:before{
	position: absolute;
	content: "\f105";
	left: 0px;
	top: -1px;
	color:#0f52ba;
	font-size: 16px;
	font-family: 'FontAwesome';
}

.news-block-five .inner-box .lower-content .read-more:after{
	position:absolute;
	content: '';
	top: 11px;
	left: 100%;
	width:600%;
	height: 1px;
	background-color: #dddddd;
}

.news-block-five .inner-box .owl-dots{
	display:none;
}

.news-block-five .inner-box .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-25px;
}

.news-block-five .inner-box .owl-nav .owl-prev{
	position:absolute;
	left:35px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:20px;
	color: #ffffff;
	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;
	background-color:#0f52ba;
}

.news-block-five .inner-box .owl-nav .owl-next{
	position:absolute;
	right:35px;
	float:right;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:20px;
	color: #ffffff;
	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;
	background-color:#0f52ba;
}

.news-block-five .inner-box .owl-nav .owl-prev:hover,
.news-block-five .inner-box .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color: #0f52ba;
}

/*News Block Six*/

.news-block-six{
	position: relative;
	margin-bottom: 80px;
}

.news-block-six .inner-box{
	position: relative;
	padding: 70px 15px;
	text-align: center;
	background-color: #222222;
}

.news-block-six .inner-box .icon-box{
	position: relative;
	color:#ffffff;
	font-size: 32px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 20px;
	display: inline-block;
}

.news-block-six .inner-box .post-meta{
	position: relative;
	margin-bottom: 20px;
}

.news-block-six .inner-box .post-meta li{
	position: relative;
	color:#cccccc;
	font-size: 13px;
	font-weight: 700;
	padding-right: 14px;
	margin-right: 14px;
	line-height: 1em;
	display: inline-block;
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.80);
}

.news-block-six .inner-box .post-meta li:last-child{
	border-right: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

.news-block-six .inner-box .post-meta li .icon{
	position: relative;
	margin-right: 4px;
	color: #0f52ba;
}

.news-block-six .inner-box h3{
	position: relative;
	font-size: 24px;
	color:#ffffff;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.news-block-six .inner-box h3 a{
	position: relative;
	color:#ffffff;
	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;
}

.news-block-six .inner-box h3 a:hover{
	color: #0f52ba;
}

.news-block-six .inner-box .link{
	position: relative;
	font-weight: 500;
	color: #0f52ba;
	font-size: 16px;
}

/* News Block Seven */

.news-block-seven{
	position: relative;
	margin-bottom: 70px;
}

.news-block-seven .inner-box{
	position: relative;
	padding: 70px 65px;
	background-color: #f9f8fc;
}

.news-block-seven .inner-box .content{
	position:relative;
	overflow: hidden;
}

.news-block-seven .inner-box .post-meta{
	position: relative;
}

.news-block-seven .inner-box .post-meta li{
	position: relative;
	color:#666666;
	font-size: 13px;
	font-weight: 700;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 1.1em;
	display: inline-block;
	border-right: 1px solid #666666;
	text-transform: uppercase;
	font-family: 'Hind', sans-serif;
}

.news-block-seven .inner-box .post-meta li .icon{
	position: relative;
	color:#0f52ba;
	margin-right: 4px;
	font-weight: 600;
}

.news-block-seven .inner-box .post-meta li:nth-child(3),
.news-block-seven .inner-box .post-meta li:last-child{
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

.news-block-seven .inner-box h2{
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3em;
	margin-top: 12px;
	margin-bottom: 18px;
}

.news-block-seven .inner-box h2 a{
	position: relative;
	color: #222222;
	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;
}

.news-block-seven .inner-box h2 a:hover{
	color:#0f52ba;
}

.news-block-seven .inner-box .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.news-block-seven .inner-box .read-more{
	position: relative;
	color:#0f52ba;
	font-size: 13px;
	font-weight: 700;
	padding-left: 14px;
	padding-right: 30px;
	display: inline-block;
	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-block-seven .inner-box .read-more:hover{
	color:#0f52ba;
}

.news-block-seven .inner-box .read-more:before{
	position: absolute;
	content: "\f105";
	left: 0px;
	top: -1px;
	color:#0f52ba;
	font-size: 16px;
	font-family: 'FontAwesome';
}

.news-block-seven .inner-box .read-more:after{
	position:absolute;
	content: '';
	top: 11px;
	left: 100%;
	width:600%;
	height: 1px;
	background-color: #dddddd;
}

/*** 

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

***/

.pagination-outer{
	position:relative;
	padding: 30px 0px;
	background-color: #f9f8fc;
}

.styled-pagination{
	position:relative;
}

.styled-pagination .inner-box{
	position:relative;
}

.styled-pagination .inner-box li{
	position:relative;
	display:block;
	display:inline-block;
	margin:0px 2px 0px 0px;
}

.styled-pagination .inner-box li.prev a,
.styled-pagination .inner-box li.next a{
	background:none;
	font-size: 20px;
}

.styled-pagination .inner-box li:last-child{
	margin-right:0px;
}

.styled-pagination .inner-box li a{
	position:relative;
	display:inline-block;
	line-height:45px;
	height:45px;
	font-size:14px;
	min-width:45px;
	color:#222222;
	font-weight:500;
	text-align:center;
	background:#f9f8fc;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.pagination-outer .styled-pagination .inner-box li a{
	background-color: #ffffff;
}

.pagination-outer .styled-pagination .inner-box li.prev a,
.pagination-outer .styled-pagination .inner-box li.next a{
	background:none;
}

.pagination-outer .styled-pagination .inner-box li.prev a:hover,
.pagination-outer .styled-pagination .inner-box li.next a:hover{
	color:#0f52ba;
}

.styled-pagination .inner-box li a:hover,
.styled-pagination .inner-box li a.active{
	color:#ffffff;
	background-color:#0f52ba;
}

.blog-classic-section{
	position: relative;
	padding: 115px 0px 100px;
}

/*News Block Eight*/

.news-block-eight{
	position: relative;
	margin-bottom: 80px;
}

.news-block-eight .inner-box{
	position: relative;
	padding-left: 472px;
}

.news-block-eight .inner-box .image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 420px;
}

.news-block-eight .inner-box .image img{
	position: relative;
	width:100%;
	display: block;
}

.news-block-eight .inner-box .image .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.news-block-eight .inner-box .image .overlay-box .icon{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    color: #ff4c72;
    margin-left: -40px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    padding-left: 4px;
    font-size: 60px;
    margin-top: -40px;
}

.news-block-eight .inner-box .content{
	position: relative;
}

.bg-gray{
	background: #fbfbfb;
}

.news-block-eight .inner-box .content .post-meta{
	position: relative;
}

.news-block-eight .inner-box .content .post-meta li{
	position: relative;
	color:#666666;
	font-size: 13px;
	font-weight: 700;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 1.1em;
	float:left;
	border-right: 1px solid #666666;
	text-transform: uppercase;
	font-family: 'Hind', sans-serif;
}

.news-block-eight .inner-box .content .post-meta li .icon{
	position: relative;
	color:#0f52ba;
	margin-right: 4px;
	font-weight: 600;
}

.news-block-eight .inner-box .content .post-meta li:last-child{
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

.news-block-eight .inner-box .content h2{
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3em;
	margin-top: 12px;
	margin-bottom: 18px;
}

.news-block-eight .inner-box .content h2 a{
	position: relative;
	color: #222222;
	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;
}

.news-block-eight .inner-box .content h2 a:hover{
	color:#0f52ba;
}

.news-block-eight .inner-box .content .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.news-block-eight .inner-box .content .read-more{
	position: relative;
	color:#0f52ba;
	font-size: 13px;
	font-weight: 700;
	padding-left: 14px;
	padding-right: 30px;
	display: inline-block;
	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-block-eight .inner-box .content .read-more:hover{
	color:#0f52ba;
}

.news-block-eight .inner-box .content .read-more:before{
	position: absolute;
	content: "\f105";
	left: 0px;
	top: -1px;
	color:#0f52ba;
	font-size: 16px;
	font-family: 'FontAwesome';
}

.news-block-eight .inner-box .content .read-more:after{
	position:absolute;
	content: '';
	top: 11px;
	left: 100%;
	width:600%;
	height: 1px;
	background-color: #dddddd;
}

/*** 

====================================================================
	Blog Grid Section
====================================================================

***/

.blog-grid-section{
	position: relative;
	padding: 135px 0px 35px;
}

/*News Block Five*/

.blog-single{
	position: relative;
}

.blog-single .inner-box{
	position: relative;
}

.blog-single .inner-box .image{
	position: relative;
}

.blog-single .inner-box .image img{
	position: relative;
	width:100%;
	display: block;
}

.blog-single .inner-box .lower-content{
	position: relative;
	padding-top: 30px;
}

.blog-single .inner-box .lower-content .post-meta{
	position: relative;
}

.blog-single .inner-box .lower-content .post-meta li{
	position: relative;
	color:#666666;
	font-size: 13px;
	font-weight: 700;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 1.1em;
	display: inline-block;
	border-right: 1px solid #666666;
	text-transform: uppercase;
	font-family: 'Hind', sans-serif;
}

.blog-single .inner-box .lower-content .post-meta li:last-child{
	border-right:none;
	margin-right: 0px;
	padding-right: 0px;
}

.blog-single .inner-box .lower-content .post-meta li .icon{
	position: relative;
	color:#0f52ba;
	margin-right: 4px;
	font-weight: 600;
}

.blog-single .inner-box .lower-content h2{
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3em;
	margin-top: 12px;
	margin-bottom: 18px;
}

.blog-single .inner-box .lower-content .text{
	position: relative;
}

.blog-single .inner-box .lower-content .text p{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 20px;
}

.blog-single .inner-box .lower-content .text blockquote{
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 45px 65px 45px 50px;
	background-color: #f9f8fc;
	border-left: 2px solid #0f52ba;
}

.blog-single .inner-box .lower-content .text blockquote .quote-icon{
	position:absolute;
	right: 40px;
	top: -25px;
	color:#0f52ba;
	font-size: 50px;
	line-height: 1em;
}

.blog-single .inner-box .lower-content .text blockquote .blockquote-text{
	position: relative;
	font-size: 16px;
	color:#222222;
	font-style: italic;
	line-height: 1.9em;
	font-family: 'Merriweather', serif;
}






/*post share options*/

.blog-single .post-share-options{
	position:relative;
	margin-top: 40px;
}

.blog-single .post-share-options .post-share-inner{
}

.blog-single .post-share-options .info-links{
	position:relative;
}

.blog-single .post-share-options .info-links li{
	position:relative;
	color:#666666;
	font-size:13px;
	font-weight: 700;
	display:inline-block;
	text-transform: uppercase;
}

.blog-single .post-share-options .info-links li a{
	position:relative;
	color:#0f52ba;
	font-size:14px;
	text-align:center;
	display:inline-block;
	margin-right:10px;
}

.blog-single .post-share-options .tags span{
	font-size:16px;
	color:#0f52ba;
	font-weight:700;
	margin-right:8px;
	text-transform: uppercase;
}

.blog-single .post-share-options .tags a{
	position:relative;
	color:#222222;
	font-size:13px;
	font-weight:600;
	line-height: 1em;
	padding-right: 12px;
	margin-right: 10px;
	display: inline-block;
	text-transform:capitalize;
	border-right: 1px solid #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;
}

.blog-single .post-share-options .tags a:last-child{
	border-right:none;
	margin-right: 0px;
	padding-right: 0px;
}

.blog-single .post-share-options .tags{
	position:relative;
	color:#ff4800;
	font-size:16px;
	font-weight:400;
	margin-top:3px;
}

.blog-single .post-share-options .tags a:hover{
	color:#020e28;
}

/*News Posts*/

.blog-single .inner-box .new-posts{
	position:relative;
	padding:30px 0px;
	margin-top: 40px;
	margin-bottom:60px;
	border-top: 1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

.blog-single .inner-box .new-posts h4{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:600;
	line-height:1.7em;
}

.blog-single .inner-box .new-posts .prev-post a{
	position:relative;
	color:#0f52ba;
	font-size:13px;
	font-weight:700;
	text-transform: uppercase;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.blog-single .inner-box .new-posts .next-post{
	text-align:right;
}

.blog-single .inner-box .new-posts .next-post a{
	position:relative;
	color:#0f52ba;
	font-size:13px;
	font-weight:700;
	text-transform: uppercase;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.blog-single .inner-box .new-posts .prev-post{
	position:relative;
}

.blog-single .inner-box .new-posts .prev-post a:hover,
.blog-single .inner-box .new-posts .next-post a:hover{
	color:#0f52ba;
}

/*** 

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

 ***/

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

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

.sidebar-page-container .group-title h2{
	position:relative;
	font-size:22px;
	color:#0f52ba;
	font-weight:700;
	padding-left:40px;
	text-transform:capitalize;
}

.sidebar-page-container .group-title h2:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 15px;
	width: 25px;
	height: 2px;
	background-color: #0f52ba;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:40px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border:0px;
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#222222;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	/*padding:0px 0px 0px 100px;*/
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:relative;
	margin-top:10px;
	color:#0f52ba;
	font-size:13px;
	font-weight:400;
	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;
}

.sidebar-page-container .comments-area .comment .comment-reply .fa{
	color:#242424;
	font-size:14px;
	margin-left:4px;
}

.sidebar-page-container .comments-area .comment .comment-reply:hover{
	color:#242424;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	/*position:absolute;*/
	left:0px;
	top:0px;
	/*width:70px;*/
	/*border-radius:50%;*/
	overflow:hidden;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:16px;
	font-weight:600;
	color:#222222;
	line-height: 1.1em;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#555555;
	font-size:16px;
    margin-top:10px;
    line-height: 1.7em;
	margin-bottom: 10px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	position:relative;
	font-size:12px;
	color:#555555;
	margin-top:0px;
	font-weight:400;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:5px 30px;
	font-size:12px;
	border:1px  solid #fbca00;
	text-transform:uppercase;
	letter-spacing:1px;
}

/*Comment Form*/

.comment-form{
	position:relative;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.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 textarea{
	display:block;
	width:100%;
	height:50px;
	font-size:14px;
	color:#888888;
	line-height:24px;
	padding:12px 5px;
	font-weight:400;
	border-bottom:1px solid #cccccc;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms 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 textarea:focus{
	border-color:#fa2964;
}

.comment-form .form-group textarea{
	height:190px;
	resize:none;
}

.comment-form button{
	margin-top:40px;
	cursor: pointer;
}

.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus{
	border-color:#f06529;	
}

/*** 

====================================================================
	Map Section
====================================================================

 ***/

.map-section{
	position: relative;
	padding-top: 115px;
}

/*** 

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

***/

.map-section{
	position:relative;
}

.map-section .auto-container{
	max-width: 1400px;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:550px;
}

/*** 

====================================================================
	Content Section
====================================================================

***/

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

.contact-section .info-column{
	position: relative;
}

.contact-section .info-column .inner-column{
	position: relative;
	padding-right: 65px;
	margin-top: -40px;
}

.contact-section .info-column .inner-column .content-box{
	position: relative;
	padding: 60px 55px;
	background-color: #0f52ba;
}

.contact-section .info-column .inner-column h2{
	position: relative;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2em;
	color: #ffffff;
	margin-bottom: 25px;
}

.contact-section .info-column .inner-column .title{
	position: relative;
	color:#ffffff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6em;
	padding-right: 20px;
	padding-bottom: 35px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}

.contact-section .info-column .inner-column .social-boxed{
	position: relative;
	margin-left: 30px;
	margin-top: 30px;
}

.contact-section .info-column .inner-column .social-boxed li{
	position: relative;
	margin-right: 18px;
	display: inline-block;
}

.contact-section .info-column .inner-column .social-boxed li a{
	position: relative;
	color:#ffffff;
	font-size: 15px;
}

.contact-section .form-column{
	position: relative;
}

.contact-section .form-column .inner-column{
	position: relative;
	padding-top: 100px;
	padding-left: 35px;
}

.contact-section .form-column .inner-column h2{
	position: relative;
	color:#0f52ba;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 16px;
}

.contact-section .form-column .inner-column h2:before{
	position: absolute;
	content: '';
	left: -35px;
	top: 12px;
	height: 2px;
	width: 25px;
	background-color: #0f52ba;
}

.contact-section .form-column .inner-column .title{
	position: relative;
	color:#222222;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 25px;
}

/*Contact Form*/

.contact-form .form-group{
    margin-bottom: 20px;
}

.contact-form .form-group:last-child{
	margin-bottom:0px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
	display:block;
	width:100%;
	height:50px;
	font-size:15px;
	color:#888888;
	line-height:24px;
	padding:12px 5px;
	font-weight:400;
	border-bottom:1px solid #e5e5e5;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color:#fa2964;
}

.contact-form textarea{
	height:170px;
	resize:none;
	padding:12px 5px;	
}

.contact-form .message-btn{
	position: relative;
    padding: 13px 32px 13px;
    line-height: 24px;
    background: #0f52ba;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: 1px;
	cursor: pointer;
	margin-top: 30px;
    border: 2px solid #0f52ba;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.contact-form .message-btn:hover{
	background:#0f52ba;
	border-color:#0f52ba;	
}

.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:13px;
	color:#ff0000;
	font-weight:500;	
}

/*** 

====================================================================
	Portfolio Page Section
====================================================================

***/

.portfolio-page-section{
	position: relative;
	padding: 100px 0px 60px;
}

.portfolio-page-section.alternate{
	padding-bottom:110px;
}

.portfolio-page-section .filters{
	position:relative;
}

.portfolio-page-section .filters .more-projects{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:600;
}

.portfolio-page-section .filters .filter-tabs{
	position:relative;
	margin-bottom:30px;
	margin-top:50px;
}

.portfolio-page-section .filters .filter-tabs .filter{
	position:relative;
	color:#555555;
	font-size:14px;
	margin:0px 22px;
	cursor:pointer;
	font-weight:600;
	margin-bottom:10px;
	display:inline-block;
	text-transform: uppercase;
	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;
}

.portfolio-page-section .filters .filter-tabs .filter.active,
.portfolio-page-section .filters .filter-tabs .filter:hover{
	color:#0f52ba;
}

.portfolio-page-section .filters .filter-tabs .filter:before{
	position: absolute;
	content: '';
	left: 50%;
	margin-top: -40px;
	width: 7px;
	height: 7px;
	opacity: 0;
	visibility: hidden;
	margin-left: -3px;
	border-radius: 50px;
	background-color: #0f52ba;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.portfolio-page-section .filters .filter-tabs .filter .dots{
	position: absolute;
	content: '';
	left: 50%;
	margin-top: -28px;
	width: 31px;
	opacity: 0;
	visibility: hidden;
	margin-left: -15px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.portfolio-page-section .filters .filter-tabs .filter .dots:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: #0f52ba;
}

.portfolio-page-section .filters .filter-tabs .filter .dots:after{
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: #0f52ba;
}

.portfolio-page-section .filters .filter-tabs .filter:hover .dots,
.portfolio-page-section .filters .filter-tabs .filter.active .dots{
	margin-top:-47px;
	opacity: 1;
	visibility: visible;
}

.portfolio-page-section .filters .filter-tabs .filter:hover::before,
.portfolio-page-section .filters .filter-tabs .filter.active::before{
	margin-top:-24px;
	opacity: 1;
	bottom: auto;
	visibility: visible;
}

.gallery-block.mix,
.gallery-block-two.mix{
	display: none;
}

/*Gallery Block*/

.gallery-block{
	position: relative;
	margin-bottom: 50px;
}

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

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



.gallery-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
}

.gallery-block .inner-box .image .overlay-box:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color:rgba(238,45,80,0.90);
	-moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.gallery-block .inner-box:hover .overlay-box:before{
	-moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
}

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

.gallery-block .inner-box .image .overlay-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner .link{
	position:relative;
	font-size:20px;
	color:#0f52ba;
	width:50px;
	height:50px;
	line-height:52px;
	margin:0px 5px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner .link .icon{
	position:relative;
}












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

.gallery-block .inner-box .lower-content{
	position: relative;
	padding-top: 35px;
	text-align: center;
}

.gallery-block .inner-box .lower-content h3{
	position: relative;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 4px;
}

.gallery-block .inner-box .lower-content h3 a{
	position: relative;
	color: #222222;
	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-block .inner-box .lower-content h3 a:hover{
	color: #0f52ba;
}

.gallery-block .inner-box .lower-content .designation{
	position: relative;
	color: #0f52ba;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Gallery Block Three */

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

.gallery-block-two .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.gallery-block-two .image-box{
	position:relative;
	display:block;
	margin-bottom: 0px;
}

.gallery-block-two .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-block-two .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
}

.gallery-block-two .overlay-box:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color:rgba(238,45,80,0.90);
	-moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.gallery-block-two .inner-box:hover .overlay-box:before{
	-moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.gallery-block-two .inner-box:hover .overlay-box{
	opacity:1;
}

.gallery-block-two .inner-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-block-two .inner-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-block-two .inner-box .overlay-inner .link{
	position:relative;
	font-size:20px;
	color:#0f52ba;
	width:50px;
	height:50px;
	line-height:52px;
	margin:0px 5px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-block-two .inner-box .overlay-inner .link .icon{
	position:relative;
}

.portfolio-page-section .button-box{
	margin-top: 50px;
}

/*** 

====================================================================
	Portfolio Masonry Section
====================================================================

***/

.portfolio-masonry-section{
	position: relative;
	padding: 120px 0px 75px;
}

.team-page-section{
	position: relative;
	padding: 115px 0px 30px;
}

.team-block{
	position: relative;
	margin-bottom: 70px;
}

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

.team-block .inner-box .image{
	position: relative;
}

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

.team-block .inner-box .image .overlay-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	display: block;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: rgba(238,45,80,0.70);
}

.team-block .inner-box:hover .image .overlay-box{
	opacity: 1;
	visibility: visible;
}

.team-block .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 40px;
}

.team-block .inner-box .image .overlay-box .overlay-inner .content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.team-block .inner-box .image .overlay-box .social-box{
	position:relative;
	text-align: center;
}

.image .overlay-box .social-box a{
	position:relative;
	width:36px;
	height: 36px;
	color:#0f52ba;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	margin: 0px 2px;
	border-radius: 50%;
	display: inline-block;
	background-color: #ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.image .overlay-box .social-box a:hover{
	color:#ffffff;
	background-color: #0f52ba;
}

.team-block .inner-box .lower-content{
	position: relative;
	padding-top: 30px;
	text-align: center;
}

.team-block .inner-box .lower-content h3{
	position: relative;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 4px;
}

.team-block .inner-box .lower-content h3 a{
	position: relative;
	color: #222222;
	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;
}

.team-block .inner-box .lower-content h3 a:hover{
	color: #0f52ba;
}

.team-block .inner-box .lower-content .designation{
	position: relative;
	color: #0f52ba;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

/*** 

====================================================================
	Portfolio Single Section
====================================================================

***/

.portfolio-single-section{
	position: relative;
	padding: 110px 0px 100px;
}

.portfolio-single-section .image-column{
	position: relative;
}

.portfolio-single-section .image-column .inner-column{
	position: relative;
}

.portfolio-single-section .image-column .inner-column .image{
	position: relative;
	margin-bottom: 30px;
}

.portfolio-single-section .image-column .inner-column .image img{
	position: relative;
	width:100%;
	display: block;
}

.portfolio-single-section .content-column{
	position: relative;
}

.portfolio-single-section .content-column .inner-column{
	position: relative;
}

.portfolio-single-section .content-column h2{
	position: relative;
	font-weight: 600;
	color: #0f52ba;
	font-size: 36px;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.portfolio-single-section .content-column .title{
	position: relative;
	color:#0f52ba;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.portfolio-single-section .content-column .text{
	position: relative;
	margin-bottom: 40px;
}

.portfolio-single-section .content-column .text p{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.portfolio-single-section .content-column .text p:last-child{
	margin-bottom: 0px;
}

/*Porfolio Info*/

.porfolio-info{
	position: relative;
	margin-top: 45px;
}

.porfolio-info li{
	position: relative;
	color: #222222;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 10px;
}

.porfolio-info li span{
	position: relative;
	color: #0f52ba;
	font-size: 13px;
	font-weight: 700;
	margin-right: 6px;
	text-transform: uppercase;
}

.porfolio-info li a{
	position: relative;
	color: #222222;
	font-size: 13px;
	font-weight: 600;
	line-height: 1em;
	padding-right: 10px;
	margin-right: 10px;
	display: inline-block;
	border-right: 1px solid #222222;
	margin-bottom: 10px;
}

.porfolio-info li a:last-child{
	padding-right: 0px;
	margin-right: 0px;
	border: none;
}

/*Portfolio Share*/

.portfolio-share{
	position: relative;
}

.portfolio-share li{
	position: relative;
	font-size: 13px;
	font-weight: 700;
	margin-right: 15px;
	display: inline-block;
	text-transform: uppercase;
}

.portfolio-share li .icon{
	position: relative;
	color: #0f52ba;
	font-size: 14px;
	margin-right: 7px;
	display: inline-block;
}

/*New Posts*/

.new-posts{
	position: relative;
	margin-top: 50px;
	padding: 30px 0px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.new-posts .prev-post{
	position: relative;
	float: left;
	color: #0f52ba;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	padding-right: 30px;
	text-transform: uppercase;
	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;
}

.new-posts .prev-post .icon{
	position:relative;
	font-size: 16px;
	top: 1px;
}

.new-posts .prev-post a:after{
	position: absolute;
    content: '';
    right: -30px;
    top: 9px;
    width: 20px;
    height: 1px;
    background-color: #0f52ba;
}


.new-posts .next-post{
	position: relative;
	float: right;
	color: #0f52ba;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	padding-left: 30px;
	text-transform: uppercase;
	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;
}

.new-posts .next-post .icon{
	position:relative;
	font-size: 16px;
	top: 1px;
}

.new-posts .next-post a:after{
	position: absolute;
    content: '';
    left: -30px;
    top: 9px;
    width: 20px;
    height: 1px;
    background-color: #0f52ba;
}

.new-posts .prev-post:hover,
.new-posts .next-post:hover{
	color:#0f52ba;
}

.related-posts{
	position: relative;
	padding-bottom: 60px;
}

div .button-sticky{
	margin-left: 30px;
}

@media (min-width: 320px) and (max-width: 768px){
	.case-section{
		padding-top: 30px;
	    padding-bottom: 30px;
	}

	.about-section {
	    position: relative;
	    padding: 30px 0px;
	}
	.fluid-section-one .content-column .inner-column {
	    position: relative;
	    width: 100%;
	    padding: 30px 0px 30px 45px;
	}
	.offer-section {
	    position: relative;
	    padding: 30px 0px 30px;
	}

	.services-block-four .inner-box {
	    position: relative;
	    text-align: center;
	    padding: 0px 30px;
	}

	.beyong-section {
    position: relative;
    padding: 30px 0px 30px;
	}

	.header-top{
		display: none;
	}
}

.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding-top: 0;
  padding-bottom: 0;
      background: #ffffffe0;
}

.header-nav a {
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}

.header-nav .dark-logo {
  display: none;
}

.header-nav .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 0 12px;
  position: relative;
  line-height: 70px;
  font-family: 'Poppins', sans-serif;
}
.header-nav .navbar-nav .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  position: absolute;
  bottom: 22px;
  left: 12px;
}
.header-nav .navbar-nav li:hover .nav-link:before,
.header-nav .navbar-nav .nav-link.active:before {
  width: 50%
}

.header-nav .navbar-brand {
  color: #fff;
  font-weight: 600;
  width: 13%;
}

@media(min-width: 320px) and (max-width: 768px){
	.header-nav .navbar-brand {
	  width: auto;
	}
}

.fixed-header .header-nav {
  background: #fff;
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  z-index: 999999;
}
.fixed-header .header-nav .navbar-nav .nav-link {
  color: #323232;
}
.fixed-header .header-nav .navbar-brand {
  color: #323232;
}
.fixed-header .header-nav .navbar-nav .nav-link:before {
  background: #000;
}

.fixed-header .header-nav .light-logo {
  display: none;
}
.fixed-header .header-nav .dark-logo {
  display: block;
}

.fixed-header .header-nav a.btn {
  color: #fff;
}

.header-nav-dark .navbar-nav .nav-link {
  color: #323232
}
.header-nav-dark .navbar-nav .nav-link:before {
  background: #323232
}
.header-nav-dark .navbar-brand {
  color: #323232
}

.header-nav-style-1 {
  top: 0;
  width: 1180px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  max-width: 100%;
}

.header-nav-style-2 .navbar-nav .nav-link {
  font-size: 15px;
}


/*Navbar Toogle*/
.navbar-toggler {
  border: none;
  padding: 10px 6px;
  outline: none !important;
}
.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
.navbar-toggler span + span {
  margin-top: 4px;
  width: 18px;
}
.navbar-toggler span + span + span {
  width: 10px;
}

.fixed-header .navbar-toggler span {
  background: #323232
}

.header-nav-dark .navbar-toggler span {
  background: #323232
}
/**/

@media(max-width: 991px) {
  .header-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-nav .navbar-nav {
    padding: 20px 0;
    max-height: 70vh;
    overflow-y: auto;
  }
  .header-nav .navbar-nav li {
    width: 100%;
  }
  .header-nav .navbar-nav .nav-link {
    display: inline-block;
    padding: 10px 0;
    line-height: normal;
  }
  .header-nav .navbar-nav .nav-link:before {
    bottom: 10px;
    left: 0;
  }
  .header-nav .navbar-nav .nav-link-btn {
    margin-top: 12px;
  }

  /*Header Color*/
  .navbar-toggler span {
    background: #323232;
  }
  .header-nav {
    background: #fff;
  }
  .header-nav .navbar-nav .nav-link {
    color: #323232;
  }
  .header-nav .navbar-brand {
    color: #323232;
  }
  .header-nav .navbar-nav .nav-link:before {
    background: #000;
  }

  .header-nav .light-logo {
    display: none;
  }
  .header-nav .dark-logo {
    display: block;
  }

  .header-nav a.btn {
    color: #fff;
  }
  /**/
}


/*===================================
  01. Mega Menu
====================================== */
.m-dropdown-mega-menu {
  width: 100%;
  padding: 30px 35px;
  background: #fff;
  list-style-type: none;
  border-top: 1px solid #eee;
}
.mm-column ul:first-child {
  margin-top: 0;
}
.mm-column ul {
  margin: 15px 0 0 0;
  padding: 0;
}
.mm-column li {
  list-style-type: none;
  list-style-type: none;
  padding: 8px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.mm-column li.mm-header {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  white-space: inherit;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
.mm-column li.mm-header > a {
  font-size: 16px;
  padding: 0;
}

.mm-column li a {
  text-align: left;
  font-size: 14px;
  color: #051441;
  margin: 0;
  display: block;
  position: relative;
  left: 0;
  padding: 0 0 0 15px;
  line-height: normal;
}
.mm-column li:not(.mm-header) a:after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
}
.mm-column li:hover a {
  text-decoration: none;
}

.mm-column li a.active {
  color: #000;
}

/* Singale Menu */
.m-dropdown {
  position: relative;
}
.m-dropdown-multilevel .m-dropdown-menu {
  margin: 0;
  background: #fff;
  width: 100%;
}
.m-dropdown-multilevel .m-dropdown-menu li {
  list-style-type: none;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}
.m-dropdown-multilevel .m-dropdown-menu li:hover {
  background: #0f52ba;
}
.m-dropdown-multilevel .m-dropdown-menu li a {
  text-align: left;
  font-size: 14px;
  color: #051441;
  text-transform: capitalize;
  margin: 0;
  display: block;
  position: relative;
  left: 0;
  padding: 9px 0 7px;
  font-weight: 500;
}
.m-dropdown-multilevel .m-dropdown-menu li a:hover {
  color: #ffffff !important;
}

.m-dropdown-multilevel .m-dropdown-menu{
  border-top: 3px solid #ee2d50 !important;
}

.m-dropdown-multilevel .m-dropdown-menu ul {
  margin: 0;
  padding: 13px 0 15px;
  background: #fff;
  width: 100%;
}

@media (min-width: 992px){
  .m-dropdown > a::after {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0px;
    border-left: 0.3em solid transparent;
  }

  .m-dropdown-multilevel .m-dropdown-menu > li > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li > ul,
  .m-dropdown .m-dropdown-menu {
   -webkit-transition: all 400ms ease 0s;
            transition: all 400ms ease 0s;
   -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }

  .m-dropdown-multilevel .m-dropdown-menu > li:hover > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li:hover > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li:hover > ul,
  .m-dropdown:hover .m-dropdown-menu {
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;

  }
  .m-dropdown .m-dropdown-toggle {
    display: none;
  }

  /*Mega menu */
  .m-mega-menu {
    position: static !important;
  }

  .m-dropdown-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    box-shadow: 0 8px 20px -8px rgba(84,84,120,.26);
  }

  .m-dropdown-multilevel .m-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    width: 200px;
    box-shadow: 0 8px 20px -8px rgba(84,84,120,.26);
  }

  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger > a i {
    position: absolute;
    right: 0;
    font-size: 12px;
    margin-top: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }


  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li > ul > li:hover > a,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li:hover > a,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li:hover > a,
  .m-dropdown-multilevel .m-dropdown-menu > li:hover > a {
    left: 4px;
    color: #000;
    text-decoration: none;
  }
  .m-dropdown-multilevel .m-dropdown-menu > li a.active {
    color: #000;
  }

  .m-dropdown-multilevel .m-dropdown-menu ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 50;
    width: 220px;
  }
  .m-dropdown-multilevel .m-dropdown-menu > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
  }
  
} /*@media*/

@media (max-width: 991px){
  .m-dropdown .m-dropdown-toggle {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #323232;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
  }
  .m-dropdown a .fa-angle-down {
    display: none;
  }
  .m-dropdown .m-dropdown-menu {
    padding: 8px 15px;
    display: none;
    background: #f5f5f5;
  }
  .m-dropdown .m-dropdown-mega-menu {
    padding: 15px 0;
  }
  .m-dropdown .m-dropdown-menu.open-menu {
    display: block;
  }
  .m-dropdown-multilevel .m-dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger {
    margin-bottom: 10px;
  }
  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }
  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger:last-child {
   margin-bottom: 0; 
  }

  .m-dropdown-multilevel .m-dropdown-menu li a .arrow {
    display: none;
  }
  .m-dropdown-multilevel .m-dropdown-menu li li {
    padding-left: 0;
    padding-right: 0; 
  }
  .m-dropdown-multilevel .m-dropdown-menu ul {
    padding: 0;
    float: none;
    background: #222;
  }
  .m-dropdown-multilevel .m-dropdown-menu ul.open-menu {
    display: block;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    padding: 0 0 0px 10px;
    margin-bottom: 15px;
  }
  .m-dropdown-multilevel .m-dropdown-menu .open-menu-parent > a {
    color: #fff;
  }

  .mm-column {
    margin-bottom: 15px;
  }
  .mm-column:last-child {
   margin-bottom: 0; 
  }
  .mm-column li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/**!**************
1 - BASE 
  - Reset
  - Typography
2 - Header
  - Brand logo
  - Main Nav Menu 
  -- Sideheader Menu
  -- Center header Menu
  - Top Header
  - Header and nav Mobile style
3 - Portfolio 
  - Single Portfolio
  - Work Filter
  - Portfolio col layouts
  - slider portfolio
4 - Shop
5 - Blog - posts
  - Post Author
  - Comments Box
  - Pagination 
6 - Contact Form
7 - Sidebar and widget
8 - Elements
   - Team Person Box
   - Testimonials
   - Clients list box style
   - Service Boxs
   - Video story box
   - Counter OR Fun Fact Box 
   - icon list
   - Google map
   - Parallax bg
   - Buttons
   - Price Plan
   - Countdown
   - Video background panel
   - Instagram Feed
9 - Plugins CSS 
   - owl
   - Magnific Popup CSS
   - Hover Effects 
   - SmoothState styling
10 - Important and custom css
11 - Extra CSS

------------------------------------------------------------------*/

/*=================================================
1 - BASE 
=================================================*/

/**! Reset **/

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
  margin: 0;
  padding: 0;
}

/** main container **/

@media (min-width: 1500px) {
  .container {
    max-width: 1200px;
  }
}

/*Columns gutters*/

.large-gutters {
  margin-right: -25px;
  margin-left: -25px;
}

.large-gutters > .col,
.large-gutters > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.small-gutters > .col,
.small-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.gallery-gutters {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-gutters > .col,
.gallery-gutters > [class*="col-"] {
  padding: 15px;
}

.small-gallery-gutters {
  margin: -5px;
}

.small-gallery-gutters > .col,
.small-gallery-gutters > [class*="col-"] {
  padding: 5px;
}

.xs-gallery-gutters {
  margin: -2.5px;
}

.xs-gallery-gutters > .col,
.xs-gallery-gutters > [class*="col-"] {
  padding: 2.5px;
}

.container-fluid > .no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}

.list-v-gutters li {
  padding: 7px 0;
}

.border-radius-5px {
  border-radius: 5px;
}
/** Typography **/

html {
  font-size: 100%;
}

@media all and (max-width: 768px) {
  html {
    font-size: 93.75%;
  }
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #637282;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1e205a;
  font-variant-ligatures: common-ligatures;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 1.4;
  letter-spacing: 0;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

.lead {
  line-height: 1.65;
  font-weight: 400;
  font-size: 18px;
}

.fs-150px {
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
}

th {
  padding: 0 0.7rem 0 0;
}

p,
ul,
ol,
pre,
table,
blockquote {
  margin-bottom: 1.3em;
}

pre {
  background: #f7f7f7;
  padding: 5px 20px;
}

ul,
ol {
  line-height: 1.85714286em;
}

ul.bullets {
  list-style: inside;
}

ol {
  list-style-type: upper-roman;
  list-style-position: inside;
}

blockquote {
  font-size: 1.78571429em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  border-left: 0;
}

strong {
  font-weight: 600;
}

hr {
  margin: 1.85714286em 0;
  border-color: #f0f0f0;
}

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

a,
p a {
  color: #1e205a;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover,
a:focus,
.page-link:focus,
.page-link:hover {
  color: #5d5d5d;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

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

blockquote,
.blockquote {
  margin: 23px 0;
  font-style: italic;
  font-size: 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-left: 0;
  line-height: 1.556;
  color: #1e205a;
}

.blockquote-reverse {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  border-right: 0;
  border-left: 0;
}

.blockquote-small {
  font-size: 1.4em;
}

.blockquote-footer {
  background: transparent;
  padding: 0;
}

address {
  margin: 20px 0;
}

select {
  display: inline-block;
  max-width: 100%;
  height: 50px;
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #eceae6;
  border-radius: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.orderby {
  height: 40px;
}

.dark-select-transparent {
  color: #fff;
  vertical-align: middle;
  background: transparent
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 2px solid #fff;
}

.dark-select-transparent option {
  font-size: 15px;
  color: #495057;
}

/*! Typography - Helpers */

.font-size-2x {
  font-size: 2rem;
}

.font-size-3x {
  font-size: 3rem;
}

.font-size-4x {
  font-size: 4rem;
}

.font-weight-medium {
  font-weight: 500;
}

.text-fade {
  opacity: 0.5;
}

.text-strikethrough {
  text-decoration: line-through;
  opacity: 0.5;
}

.text-underline {
  text-decoration: underline;
}

.h1-large {
  font-size: 60px;
  line-height: 1.2;
}

@media screen and (min-width: 992px) {
  .h1-md-large {
    font-size: 60px;
    line-height: 1.2;
  }
}

.lead-large {
  font-size: 24px;
}

.all-text-content-white,
.all-text-content-white a,
.all-text-content-white h1,
.all-text-content-white h2,
.all-text-content-white h3,
.all-text-content-white h4,
.all-text-content-white h5,
.all-text-content-white h6,
.all-text-content-white .fa,
.all-text-content-white .post_meta_top,
.all-text-content-white .post_meta_top a,
.all-text-content-white .items_filter li span {
  color: #ffffff;
}

.all-text-content-white .items_filter span.filter_active {
  border-bottom: solid 2px #fff;
}

/*=================================================
2 - Header 
=================================================*/

/* Topbar */

.top_header {
  background: #3d404f;
}

.top_header_nav {
  margin: 0;
  padding: 16px 0;
}

.top_header .top_header_nav li {
  display: inline-block;
  list-style: none;
  padding-right: 20px;
}

.top_header .top_header_nav li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.top_header .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

/* Nav bar search */

.navbar .search-bar {
  margin-left: 2rem;
}

.mini-search-container {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  float: left;
  width: 100%;
  height: 62px;
  z-index: 9999;
}

.mini-search-container .input-group {
  height: 60px;
}
/*Navbar*/

.navbar {
  min-height: 100px;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 500;
  background-color: #f3f3f3;
}

/*Placement*/

@media screen and (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .absolute_header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: transparent;
  }
  .absolute_header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .fixed-top {
    -moz-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
  }
  .absolute_header.fixed-top {
    position: absolute;
    background: transparent;
  }
  .sticky_header_runing,
  .absolute_header.fixed-top.sticky_header_runing {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1030;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-dark .etcodes-light-logo {
    display: block;
  }
  .navbar-dark .etcodes-light-logo {
    display: block;
  }
}

.navbar > div {
  position: relative;
}
.sticky-top {
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.etcodes-mobile-logo {
  display: none;
}

.etcodes-normal-logo {
  display: block;
}

@media screen and (max-width: 992px) {
  .etcodes-mobile-logo {
    display: block;
  }
  .etcodes-normal-logo {
    display: none;
  }
}

/* Center Header */

@media (min-width: 992px) {
  .header-three {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .navbar.header-three > div {
    display: block;
    text-align: center;
  }
  .navbar.header-three > div .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
  .navbar.header-three .navbar-brand {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 37px;
  }
  .navbar.header-four > div {
    display: block;
  }
  .navbar.header-three .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.navbar.header-three .navbar-collapse {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ebebeb;
}

/* nav */

@media (min-width: 992px) {
  .bg-nav-black-op {
    background: rgba(0, 0, 0, 0.4);
  }
}

.navbar-nav > li > a {
  font-weight: 600;
}

.navbar-nav > li:not(:last-child) {
  margin-right: 2em;
}

.navbar-light .navbar-nav .nav-link {
  color: #1e205a;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .hamburger-menu-btn span::before,
.navbar-dark .hamburger-menu-btn span::after,
.navbar-dark .hamburger-menu-btn span {
  background: #fff;
}

.hamburger-btn-white.hamburger-menu-btn span,
.hamburger-btn-white.hamburger-menu-btn span::before,
.hamburger-btn-white.hamburger-menu-btn span::after {
  background: #fff !important;
}

.dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome\ 5 Free";
  font-size: 14px;
  border: 0;
  margin-left: 0.4em;
  vertical-align: 0;
}

.dropdown-toggle::after {
  font-weight: 900;
}

.dropdown-submenu .dropdown-toggle::after {
  content: "\f105";
  color: #999;
  font-size: 12px;
}

.navbar-nav > li:last-child .dropdown-toggle::after {
  margin-left: 0.45em;
}

.navbar-dark .navbar-nav .show .dropdown-menu .nav-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar .nav-link {
  padding-top: 32px;
  padding-bottom: 32px;
}

.dropdown-menu {
  padding: 1rem 0;
  top: calc(100% - 5px);
  min-width: 220px;
  font-size: 15px;
  border: none;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.2rem;
}

.dropdown-item {
  font-weight: 400;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #252525;
}

/*Mega Menu*/

@media screen and (min-width: 992px) {
  .mega_menu_holder {
    position: static !important;
    z-index: 1;
  }
  .mega_menu {
    width: 100%;
    padding: 2.5rem 0;
  }
  .mega_menu_holder.show > .dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .header-middle-logo .mega_menu_holder.show > .dropdown-menu {
    width: 100%;
  }
  .mega_menu_holder .mega_menu .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
  }
  .mega_menu_holder .mega_menu > li > a {
    font-weight: 600;
    padding: 0.25rem 1.5rem;
  }
  .mega_menu_holder .mega_menu.dropdown-menu .dropdown-menu {
    padding: 0.5rem 0;
  }
  .mega_menu_holder .mega_menu.dropdown-menu .dropdown-toggle::after {
    border: none;
    content: "";
  }
}

.navbar-module .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

.navbar-modules .navbar-module:not(:last-child) {
  border-right: solid 1px rgba(237, 237, 237, 0.8);
  padding-right: 20px;
  margin-right: 20px;
}

/*Hamburger menu button*/

.hamburger-menu-btn {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 22px;
  border-radius: 2px;
  font-size: 0;
  text-indent: -9999px;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.navbar-toggler-right.hamburger-menu-btn {
  position: absolute;
  right: 1rem;
  top: 0;
}

.hamburger-menu-btn:focus {
  outline: none;
}

.hamburger-menu-btn span {
  transition: background 0s 0.3s;
}

.hamburger-menu-btn span::before,
.hamburger-menu-btn span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.hamburger-menu-btn span::before {
  transition-property: top, transform;
}

.hamburger-menu-btn span::after {
  transition-property: bottom, transform;
}

.hamburger-menu-btn span {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 4px;
  background: #252525;
}

.hamburger-menu-btn span::before,
.hamburger-menu-btn span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #252525;
  content: "";
}

.hamburger-menu-btn span::before {
  top: -8px;
}

.hamburger-menu-btn span::after {
  bottom: -8px;
}

/* active state, i.e. menu open */

.hamburger-menu-btn.for-fullscreen.is-active {
  position: fixed;
  left: 5%;
  top: 60px;
  z-index: 10000;
}

.hamburger-menu-btn.hamburger-btn-right.for-fullscreen.is-active {
  left: initial;
  right: 5%;
}

.hamburger-menu-btn.for-fullscreen.is-active span::before,
.hamburger-menu-btn.for-fullscreen.is-active span::after {
  background-color: #fff;
}

.hamburger-menu-btn.is-active span {
  background: none;
}

.hamburger-menu-btn.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger-menu-btn.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.hamburger-menu-btn.is-active span::before,
.hamburger-menu-btn.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/* Header style middle logo */

.navbar.header-middle-logo .row {
  width: 100%;
}

.navbar.header-middle-logo .navbar-brand {
  width: 100%;
}

.navbar.header-middle-logo .navbar-brand img {
  margin-left: auto;
  margin-right: auto;
}

/* Fullscreen menu */

.fullscreen-menu-holder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 9999;
  background: rgba(28, 28, 28, 1);
  padding: 5% 12%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.fullscreen-menu-holder.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.fullscreen-menu-holder .navbar-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  background: transparent;
}

.navbar .fullscreen-menu-holder .nav-link,
.navbar .fullscreen-menu-holder .active > .nav-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar .fullscreen-menu-holder .navbar-nav .show > .nav-link,
.navbar .fullscreen-menu-holder .nav-link:hover,
.navbar .fullscreen-menu-holder .navbar-nav .nav-link:focus {
  color: #ededed;
}

.navbar .fullscreen-menu-holder .mega_menu_holder.show > .dropdown-menu {
  display: block;
  padding: 1rem 0;
}

.navbar .fullscreen-menu-holder .mega_menu > li {
  margin-bottom: 25px;
}

.navbar .fullscreen-menu-holder .nav-link,
.navbar .fullscreen-menu-holder .active > .nav-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar .fullscreen-menu-holder .navbar-nav .show > .nav-link,
.navbar .fullscreen-menu-holder .nav-link:hover,
.navbar .fullscreen-menu-holder .navbar-nav .nav-link:focus {
  color: #ededed;
}

.navbar .fullscreen-menu-holder .mega_menu_holder.show > .dropdown-menu {
  display: block;
  padding: 1rem 0;
}

.navbar .fullscreen-menu-holder .mega_menu > li {
  margin-bottom: 25px;
}

.navbar .fullscreen-menu-holder .mega_menu_holder .mega_menu > li > a {
  color: #fff;
  font-size: 18px;
}

.navbar .fullscreen-menu-holder .dropdown-menu {
  background: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item.active,
.navbar .fullscreen-menu-holder .dropdown-item:active {
  color: #fff;
}

.navbar .fullscreen-menu-holder .nav-link,
.navbar .fullscreen-menu-holder .active > .nav-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar .fullscreen-menu-holder .navbar-nav .show > .nav-link,
.navbar .fullscreen-menu-holder .nav-link:hover,
.navbar .fullscreen-menu-holder .navbar-nav .nav-link:focus {
  color: #ededed;
}

.navbar .fullscreen-menu-holder .mega_menu_holder.show > .dropdown-menu {
  display: block;
  padding: 1rem 0;
}

.navbar .fullscreen-menu-holder .mega_menu > li {
  margin-bottom: 25px;
}

.navbar .fullscreen-menu-holder .mega_menu_holder .mega_menu > li > a {
  color: #fff;
  font-size: 18px;
}

.navbar .fullscreen-menu-holder .dropdown-menu {
  background: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item.active,
.navbar .fullscreen-menu-holder .dropdown-item:active {
  color: #fff;
}

.navbar .fullscreen-menu-holder .nav-link,
.navbar .fullscreen-menu-holder .active > .nav-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar .fullscreen-menu-holder .navbar-nav .show > .nav-link,
.navbar .fullscreen-menu-holder .nav-link:hover,
.navbar .fullscreen-menu-holder .navbar-nav .nav-link:focus {
  color: #ededed;
}

.navbar .fullscreen-menu-holder .mega_menu_holder.show > .dropdown-menu {
  display: block;
  padding: 1rem 0;
}

.navbar .fullscreen-menu-holder .mega_menu > li {
  margin-bottom: 25px;
}

.navbar .fullscreen-menu-holder .mega_menu_holder .mega_menu > li > a {
  color: #fff;
  font-size: 18px;
}

.navbar .fullscreen-menu-holder .dropdown-menu {
  background: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item.active,
.navbar .fullscreen-menu-holder .dropdown-item:active {
  color: #fff;
}

.navbar .fullscreen-menu-holder .dropdown-item.active,
.navbar .fullscreen-menu-holder .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.hamburger-menu-btn {
  z-index: 999;
}

.fullscreen-menu-holder.is-active .navbar-nav > li {
  -webkit-animation: text_up_animate 0.4s ease-out both 0.5s;
  -moz-animation: text_up_animate 0.4s ease-out both 0.5s;
  animation: text_up_animate 0.4s ease-out both 0.5s;
  animation-delay: 70ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(1) {
  animation-delay: 70ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(2) {
  animation-delay: 140ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(3) {
  animation-delay: 210ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(4) {
  animation-delay: 280ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(5) {
  animation-delay: 350ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(6) {
  animation-delay: 420ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(7) {
  animation-delay: 490ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(8) {
  animation-delay: 560ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(9) {
  animation-delay: 630ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(10) {
  animation-delay: 700ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(11) {
  animation-delay: 770ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(12) {
  animation-delay: 840ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(13) {
  animation-delay: 910ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(14) {
  animation-delay: 980ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(18) {
  animation-delay: 1050ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(16) {
  animation-delay: 1120ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(17) {
  animation-delay: 1190ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(18) {
  animation-delay: 1260ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(19) {
  animation-delay: 1330ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(20) {
  animation-delay: 1400ms;
}

@-webkit-keyframes text_up_animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes text_up_animate {
  0% {
    opacity: 0;
    -moz-transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes text_up_animate {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*=-==== Menu On hover =====*/

@media screen and (min-width: 992px) {
  .et-hover-menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  .et-hover-menu .mega_menu_holder.dropdown:hover > .dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

/*Side nav menu */

@media only screen and (min-width: 992px) {
  .sidebar-nav {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 300px;
    padding: 60px 35px;
    z-index: 999;
    background: #fff;
  }
  .container-for-sidebar-menu {
    position: relative;
    min-height: 300px;
    margin: 0 0 0 300px;
  }
  .footer-container-for-sidebar-menu {
    position: relative;
    margin: 0 0 0 300px;
  }
  .sidebar-nav .navbar-brand {
    margin: 0 0 25px;
  }
  .sidebar-nav .bar-module {
    margin-top: 32px;
  }
  .sidebar-menu li.sidebar-header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: #f1f1f1;
    background: #1a2226;
  }
  .navbar.sidebar-nav.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar.sidebar-nav .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
  }
  .navbar.navbar-expand-lg.sidebar-nav .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar.sidebar-nav > .container,
  .navbar.sidebar-nav > .container-fluid {
    display: block;
  }
}

/*Navbar for mobile*/

@media only screen and (max-width: 992px) {
  .navbar-nav {
    background: #fff;
    padding: 2rem 2rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  }
  .header-middle-logo .navbar-nav {
    margin-bottom: 40px;
  }
  .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #393939;
  }
  .navbar-dark .hamburger-menu-btn span::before,
  .navbar-dark .hamburger-menu-btn span::after,
  .navbar-dark .hamburger-menu-btn span {
    background: #393939;
  }
  .navbar-nav li:not(:last-child) a,
  .navbar-nav .dropdown-menu li:not(:last-child) a {
    position: relative;
    display: block;
    padding: 0.7rem 0;
    border-bottom: 1px solid #e4e4e4;
    color: #393939;
  }
  .navbar-nav li .nav-link,
  .navbar-nav li a,
  .navbar-nav .dropdown-menu li a {
    padding: 0.7rem 0;
    position: relative;
    display: block;
  }
  .dropdown-menu {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .navbar-nav > li > .dropdown-menu,
  .dropdown-menu {
    padding: 0;
    margin: 0 0 0 1rem;
  }
  .navbar-nav .dropdown-divider {
    display: none;
  }
  .container-for-sidebar-menu,
  .footer-container-for-sidebar-menu {
    margin: 0 0 0 0;
  }
  .btn-for-mobile-top-right,
  .btn-for-mobile-top-right.is-active {
    visibility: visible;
    opacity: 1;
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .fullscreen-menu-holder .navbar-nav {
    width: 80%;
  }
  .navbar .fullscreen-menu-holder .nav-link,
  .navbar .fullscreen-menu-holder .active > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
  }
  .navbar .fullscreen-menu-holder .navbar-nav li:not(:last-child) a,
  .navbar
    .fullscreen-menu-holder
    .navbar-nav
    .dropdown-menu
    li:not(:last-child)
    a {
    border-bottom: 0;
  }
  .navbar .fullscreen-menu-holder .mega_menu_holder .mega_menu .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
  }
  .navbar
    .fullscreen-menu-holder
    .mega_menu_holder
    > .mega_menu
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  .navbar
    .fullscreen-menu-holder
    .mega_menu_holder
    > .mega_menu
    .dropdown-menu
    li:not(:last-child)
    a {
    padding: 0.5rem 0;
  }
  .navbar
    .fullscreen-menu-holder
    .mega_menu_holder
    .mega_menu.dropdown-menu
    .dropdown-toggle::after {
    border: none;
    content: "";
  }
  .hamburger-menu-btn.hamburger-btn-right.for-fullscreen.is-active {
    left: initial;
    right: 10%;
  }
}

@media only screen and (max-width: 992px) {
  .sidebar-nav .bar-module {
    display: none;
  }
}

/** side-canvas-bar **/

.side-canvas-bar {
  width: 450px;
  height: 100%;
  position: fixed;
  right: -450px;
  top: 0;
  z-index: 10005;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.side-canvas-bar-open {
  right: 0px;
  overflow-x: auto;
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}
.side-canvas-bar .side-canvas-bar-btn {
  text-align: right;
  display: block;
  padding: 15px 40px;
  font-size: 20px;
}
.side-canvas-bar-content {
  padding: 0 40px;
}
/**  footer nav **/

.footer-nav .list-inline-item {
  font-weight: 500;
}

.footer-nav .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}

/**  Page title **/

.page_main_title {
  padding-top: 31px;
  padding-bottom: 34px;
  margin-bottom: 60px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
}

@media (max-width: 992px) {
  .footer-bar,
  .footer-bar .text-right {
    text-align: center !important;
  }
  .footer-bar .row > div {
    margin-bottom: 12px;
  }
}

/*=================================================
 3 - Portfolio
=================================================*/

/* Work Filter */

.items_filter {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 43px;
}

.items_filter li {
  display: inline-block;
  position: relative;
  padding: 0 17px;
}

.items_filter li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.items_filter li span {
  cursor: pointer;
  font-weight: 500;
  color: #1d1d1d;
}

.items_filter span.filter_active {
  padding-bottom: 4px;
  border-bottom: solid 2px #0b0a0f;
}

@media only screen and (max-width: 450px) {
  .items_filter {
    margin-bottom: 20px;
  }
  .items_filter li {
    display: block;
    position: relative;
    margin-left: 0;
    padding: 6px 0;
  }
  .items_filter li:after {
    background: transparent;
  }
}

/*=================================================
4 - event
=================================================*/

.events-loop .event_img {
  margin-bottom: 22px;
}

.events-loop .event_title {
  margin-bottom: 8px;
}

.events-loop .event_meta_top {
  margin-bottom: 14px;
}

.event_meta_top span:not(:last-child) {
  margin-right: 5px;
}

.event_meta_top span:not(:last-child):after {
  content: "|";
  padding-left: 7px;
}

/*=================================================
4 - Shop
=================================================*/

.shop-item-toolbar {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.shop-item-toolbar .items-ordering {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.shop-item-toolbar .item-result-count {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
}

.orderby {
  height: 55px;
}

.product-filterBySize {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-filterBySize li {
  display: inline-block;
}
.product-filterBySize li a {
  display: block;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  background: #fff;
  padding: 2px 4px;
  width: 45px;
  text-align: center;
  margin-right: 10px;
  border: solid 1px #c7c7c7;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(30, 32, 90, 0.12);
}
.product-filterBySize li a:hover {
  background-color: #f9f9f9;
}
/* Products */

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

.products .product {
  margin-bottom: 30px;
}

.products .product-img-wrapper {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.border {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(199, 199, 199);
  background-color: rgb(255, 255, 255);
  opacity: 0.2;
  position: absolute;
  left: 929px;
  top: 2313px;
  width: 393px;
  height: 83px;
  z-index: 361;
}

.products .product-white-wrapper {
  background-color: #ffffff;
  padding: 22px 20px 18px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
}

.products .product-img-wrapper .btn-add-to-cart {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(105%);
  -moz-transform: translateY(105%);
  transform: translateY(105%);
  -webkit-transition: -webkit-transform 0.15s
      cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 0.15s ease-out, color 0.15s ease-out;
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 0.15s ease-out, color 0.15s ease-out;
  -webkit-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #3b42a2;
  border-color: #3b42a2;
}

.products .product:hover .product-img-wrapper .btn-add-to-cart {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.products .product .product-title {
  margin-top: 0;
  margin-bottom: 6px;
}

.products .product .price {
  display: block;
  font-weight: 700;
}

.products li .price {
  font-weight: 600;
  font-size: 15px;
}

/* Rating */

/**** Single Product ****/

.single-product-content {
  margin-bottom: 50px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
}

.single-product-content:after {
  content: "";
  display: block;
  clear: both;
}

.single-product-image:after {
  content: "";
  clear: both;
  display: block;
}

.single-product-images {
  float: left;
}

.single-product-images .product-images-gallery {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.single-product-images .product-images-gallery li {
  padding: 0px 5px 0;
  width: 25%;
  float: left;
  display: inline-block;
}

.product-images-gallery {
  margin-right: -5px;
  margin-left: -5px;
}

.product-images-gallery > .col,
.product-images-gallery > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.single-product-des {
  padding-top: 31px;
}

.single-product-des .product-title {
  margin-bottom: 8px;
}

.single-product-des .single-product-cat {
  font-size: 14px;
  margin-bottom: 8px;
}

.single-product-des .single-product-price {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 700;
}

.single-product-deta {
  margin-top: 27px;
}

.single-product-des .single-product-rating {
  margin-bottom: 8px;
}

.single-product-des .single-product-rating .rating {
  color: #1e205a;
}
.single-product-des .single-product-rating .rating-count {
  font-size: 15px;
}

.product-options {
  margin-top: 30px;
}

.single-product-des .product-options h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.single-product-des .product-options select {
  padding: 12px;
  width: 100%;
  margin-bottom: 13px;
}

.add-to-cart-warp {
  margin: 32px 0;
}

.single-product-des .quantity {
  position: relative;
  float: left;
  margin: 0 4px 0 0;
}

.single-product-des .quantity .total-quantity {
  margin: 0;
  padding: 10px 10px;
  text-align: center;
  border: none;
  width: 100px;
  border: solid 1px #dddddd;
  background: #f3f3f3;
  border-radius: 5px;
}

.single-product-des .add-cart-btn {
  margin-left: 0.5rem;
  padding: 0.688rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.1rem;
}

.single-product-des .in-stock {
  float: right;
}

.single-product-meta {
  color: #666;
  list-style: none;
  margin: 20px 0 30px 0;
  padding: 0;
}

.single-product-meta .meta-name {
  margin-right: 4px;
}

.product-extra-info {
  margin-top: 30px;
}

.related-products {
  margin-bottom: 70px;
}

.related-products .btline-title {
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 14px;
}

.related-products .products li {
  margin-bottom: 15px;
}

@media only screen and (max-width: 750px) {
  .single-product-des {
    padding-top: 20px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 450px) {
  .products {
    margin-right: 0;
    margin-left: 0;
  }
  .products {
    margin-right: 0;
    margin-left: 0;
  }
  .products li,
  .masonry_products li.large_width {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
  }
}

/*=================================================
5 - Blog - posts
=================================================*/

.blog_posts article {
  margin-bottom: 30px;
  box-shadow: -5px 0px 20px 0px rgba(51, 51, 102, 0.08);
}
.blog_posts .col-lg-12 article {
  margin-bottom: 50px;
}
.standerPostStyle .col-lg-12 article {
  box-shadow: initial;
}
.standerPostStyle article .post_text {
  padding: 24px 30px 15px 30px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.standerPostStyle .col-lg-12 article .post_text {
  padding: 44px 50px 41px;
  margin: -0 65px 0;
  box-shadow: -5px 0px 20px 0px rgba(51, 51, 102, 0.08);
  position: relative;
  border-radius: 5px;
}
.standerPostStyle .col-lg-12 article .post_img {
  margin-bottom: -60px;
}
.standerPostStyle .col-lg-12 article .post_img img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .standerPostStyle .col-lg-12 article .post_img {
    margin-bottom: 0;
  }
  .standerPostStyle .col-lg-12 article .post_text {
    padding: 44px 50px 41px;
    margin: 0;
    box-shadow: -5px 0px 20px 0px rgba(51, 51, 102, 0.08);
    position: relative;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .blog_posts .col-lg-12 article {
    margin-bottom: 30px;
  }
}

.blog_posts.gutters-b-30 article {
  margin-bottom: 30px;
}

.blog_posts.cardPostStyle article .post_img {
  margin-bottom: 0;
}
.blog_posts.cardPostStyle article .post_img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog_posts.cardPostStyle article .post_text {
  padding: 24px 30px 15px 30px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cardPostStyle .col-lg-12 article .post_text {
  padding: 39px 30px 39px 30px;
}
.cardPostStyle .col-lg-12 article {
  margin-bottom: 50px;
}

.blog_posts article.sticky .post_text {
  padding: 30px 40px 30px 40px;
  background: #e8e3d9;
}

.one_colo_stander_blog article {
  margin-bottom: 55px;
}

.post_title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 12px;
}

.post_img {
  margin-bottom: 24px;
}

.post-overlay-icon-container {
  position: relative;
}

.post-overlay-icon-container .post-overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #252525;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
}

.post-overlay-icon-container .post-overlay-icon:hover {
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
  transform: translate3d(-50%, -52%, 0);
  -webkit-transform: translate3d(-50%, -52%, 0);
}

.overlay-icon {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.blog_posts .post_content p {
  margin-bottom: 0.85rem;
}

.one_colo_stander_blog .post_img,
.one_colo_stander_blog .post_img {
  margin-bottom: 30px;
}

.post_meta_top {
  margin-bottom: 5px;
}

.post_meta_top,
.post_meta_top a {
  color: #8c98a2;
  font-size: 12px;
}

.post_meta_top span:not(:last-child) {
  margin-right: 5px;
}

.post_meta_top span:not(:last-child):after {
  content: "-";
  padding-left: 5px;
}

.post_meta_category a:not(:last-child):after {
  content: "/";
  padding-left: 3px;
  padding-right: 3px;
}

.nav-next span:not(:last-child):after {
  content: "";
  display: none;
  padding-left: 0;
}

.post-navigation .nav-links .nav-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  color: #637282;
}
.post-navigation .nav-links .nav-title {
  font-weight: 600;
}
/* read more link */

.post_read_more {
  font-weight: 600;
  font-style: italic;
}

.post_read_more .fa {
  margin-left: 2px;
}

/* Simple list post */

.post-simple-list li {
  line-height: 26px;
}

.post-simple-list li:not(:last-child) {
  margin-bottom: 17px;
}

.post-simple-list .reveal-title {
  margin-top: 3px;
}

.post-simple-list .media .media-body .media-title {
  color: #1e205a;
  font-weight: 600;
}

/** Single Blog post **/

.blog_posts.stander_blog_single_post article {
  margin-bottom: 0px;
  box-shadow: none;
}

.blog_posts.stander_blog_single_post .post_text {
  padding: 84px 100px 80px 100px;
  background: #fff;
  position: relative;
  margin: -110px 0px 0 0px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
}
.blog_posts.stander_blog_single_post .post_meta_top {
  margin-bottom: 3px;
}
.blog_posts.stander_blog_single_post .post_title {
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .blog_posts.stander_blog_single_post .post_text {
    padding: 44px 40px 40px 40px;
    background: #fff;
    margin: -0 0px 0 0px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
/**** Tags ****/

.blog-post-tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-post-tags li {
  display: inline-block;
}

.blog-post-tags li a {
  background: transparent;
  border: 1px solid rgba(199, 199, 199, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(30, 32, 90, 0.03);
  border-radius: 50px;
  padding: 14px 22px;
  margin: 5px 8px 5px 0;
  font-size: 14px;
  line-height: 1.1;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* single post nav link */

.post_read_more_btn,
.post_read_more_btn {
  color: #637282;
  min-width: 150px;
  padding: 10.46px 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.1;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.blog_item_quote {
  text-align: center;
}

.blog_item_quote blockquote {
  padding: 26px 25% 0;
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
  font-weight: 800;
  border-left: 0;
  position: relative;
  font-style: normal;
}

.blog_item_quote blockquote a {
  color: #6d6d6d;
}

.blog_item_quote blockquote:before {
  content: "";
  height: 3px;
  width: 50px;
  background: #f5f5f5;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
}

.drop-caps {
  float: left;
  position: relative;
  top: 4px;
  margin-right: 0.3em;
  margin-bottom: 0.1em;
  padding-bottom: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.8em;
  font-family: Arial, sans-serif;
  padding: 8px 12px;
  font-size: 4em;
  color: #fff;
  background: #252525;
}

.drop-caps.circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
}

/**** Post Author ****/

.post-author {
  padding-bottom: 35px;
  margin-top: 25px;
}

.post-author img {
  margin: 0 25px 10px 0;
  float: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

.post-author h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
}

.post-author p {
  color: #666;
}

/**** overlay blog style ****/

.text-overlay-container {
  position: relative;
}

.text-overlay-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.4;
  z-index: 1;
}

.text-overlay-container .text-overlay {
  position: absolute;
  bottom: 0;
  margin: 40px 30px 35px 30px;
  color: #fff;
  z-index: 5;
}

.text-overlay-container .text-overlay .post_content {
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}

.text-overlay-container .text-overlay .post_content p {
  margin: 0;
}

.text-overlay-container:hover .text-overlay .post_content {
  max-height: 500px;
  transition: max-height 0.8s ease-in;
}

.post-img .text-overlay-container .text-overlay .post_title {
  font-size: 20px;
}

.text-overlay-container .text-overlay .post_title a,
.text-overlay-container .text-overlay .post_meta_top,
.text-overlay-container .text-overlay .post_meta_top a {
  color: #fff;
}

.multi_blog_post_carousel
/**** Comments Box ****/

.comments-area {
  margin: 0 0 50px;
}

.comments-head .comment-title {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #1e205a;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area .comment-list li.comment {
  list-style: none;
  padding: 1rem 0;
}

.comments-area .comment-list li.pingback:first-child {
  padding: 30px 0 15px 0;
}

.comments-area .comment-list li.pingback {
  padding: 15px 0;
  margin-bottom: 1.3rem;
  border-bottom: solid 1px #f4f4f4;
}

.comments-area .comment-list li.pingback h5 {
  letter-spacing: 0;
  line-height: 1.7;
  font-size: 18px;
}

.comments-area .comment-list > li.comment {
  padding: 1.5rem 0 1.3rem;
  margin-bottom: 0.7rem;
  position: relative;
  list-style: none;
  border-bottom: solid 1px #f4f4f4;
}

.comments-area .comment-list li article {
  margin: 0;
}

.comments-area .comment-list p {
  margin-bottom: 10px;
}

.comments-area .comment-list li .avatar {
 /* width: 75px;
  height: 75px;*/
  float: left;
  margin-right: 2.1rem;
}

.comments-area .comment-list li .comment-text {
  overflow: hidden;
}

.comments-area .comment-list li article .comment-meta {
  margin-bottom: 10px;
}

.comments-area .comment-list li .comment-text .name-n-time {
  float: left;
  display: block;
}

.comments-area .comment-list li article .comment-content {
  margin-left: 6.888rem;
}

.comments-area .comment-list ul.children {
  padding: 20px 0 0 55px;
}

.comments-area .comment-list ul.children li {
  border: none;
  padding-bottom: 0;
}

.comments-area .comment-form-warp {
  margin-top: 40px;
}

.comments-area .comment-form-warp .btline-title {
  margin-bottom: 37px;
}

.comments-area .comment-meta cite {
  font-weight: 600;
  font-size: 1.1em;
  font-style: normal;
  margin-right: 0.5rem;
}

.comment-form-warp .button {
  font-size: 14px;
  letter-spacing: 1px;
}

@media all and (max-width: 800px) {
  .comments-area .comment-list ul {
    padding: 20px 0 0 0;
  }
}

/* pagination */

.page-item:first-child .page-link,
.page-item:last-child .page-link,
.pagination > li > a,
.nav-links > span,
.nav-links > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0px 3px 10px 0px rgba(30, 32, 90, 0.08);
  width: 40px;
  height: 40px;
  margin-right: 11px;
  line-height: 40px;
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  color: #1e205a;
  border: none;
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  border-radius: 2px;
}

.page-item.active .page-link,
.nav-links > .current {
  z-index: 2;
  color: #fff;
  background-color: #1e205a;
  box-shadow: 0px 3px 10px 0px rgba(30, 32, 90, 0.08);
}

/* Other entry items */

.et-items .et-item {
  margin-bottom: 30px;
}

.no-gutters .et-item {
  margin-bottom: 0;
}

/* blog carousel */

.blog-carousel-content {
  background: #fff;
  padding: 40px 40px;
  border-radius: 5px;
}

.blog-carousel-content .post_meta_top {
  margin-bottom: 13px;
}

.blog-carousel-content .post_meta_top,
.blog-carousel-content .post_meta_top a {
  color: #666;
  font-size: 15px;
  font-style: normal;
}

@media all and (max-width: 992px) {
  .blog-carousel-content {
    padding: 40px 20px;
    margin: 0 20px;
  }
  .blog-carousel-content .post_title {
    font-size: 20px;
  }
  .blog-carousel-content .post_meta_author {
    display: none;
  }
  .blog-carousel .bg-image {
    height: 70vh;
  }
  .blog-carousel .bg-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-style: preserve-3d;
    border-radius: 5px;
  }
}

/*=================================================
 6 - Contact Form
=================================================*/

.contact_form textarea {
  margin-bottom: 18px;
  height: 180px;
  max-width: 100%;
}

.contact_form textarea:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type="submit"] {
  width: inherit;
}

form .send_button {
  margin-top: 10px;
  border: none;
  background: #37474f;
  color: #fff;
  border: solid 2px #37474f;
}

.comment-form-warp form .send_button:hover,
form .send_button:hover {
  background: transparent;
  color: #37474f;
}

.contact_form .alert.alert-danger {
  margin-top: 20px;
  background: rgba(228, 25, 25, 0.75);
  color: #fff;
}

.contact_form .alert.alert-success {
  margin-top: 20px;
  background: rgba(50, 178, 95, 0.75);
  color: #fff;
}

.contact_form .has-error input[type="text"],
.contact_form .has-error textarea {
  border-color: rgba(228, 25, 25, 0.75);
}

.contact_form .form-group {
  margin-bottom: 0;
}

/* loading-spinner while sending */

form .loading-spinner {
  display: none;
}

.submitting .form-group,
.submitting button {
  opacity: 0.4;
}

form.submitting .loading-spinner {
  display: block;
}

.loading-spinner {
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 19 !important;
  animation: loading-bar-spinner 1000ms linear infinite;
}

.loading-spinner:after {
  position: relative;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border: solid 4px transparent;
  border-top-color: #1b1b1b !important;
  border-left-color: #1b1b1b !important;
  border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*=================================================
 7 - Sidebars and Widget 
=================================================*/

/* widget-title */

.widget {
  margin-bottom: 30px;
  border-radius: 5px;
}

.widget-title {
  font-size: 21px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .widget .post-simple-list .reveal-title {
    display: none;
  }
}

/*=================================================
 8 - Elements 
=================================================*/

/** Title **/

.reveal-title {
  font-size: 36px;
  line-height: 1em;
  font-weight: 700;
  color: #1e205a;
  margin-top: 0.01em;
  margin-bottom: 0.01em;
}

.etcodes_breadcrumb {
  padding: 1.625rem 40px;
  background: #f6f6f6;
}

.breadcrumbs a:not(:first-child),
.breadcrumbs span:not(:first-child) {
  margin-left: 0.15rem;
}

.breadcrumbs a:not(:last-child),
.breadcrumbs span:not(:last-child) {
  margin-right: 0.15rem;
}

.breadcrumbs .separator {
  background: none;
}

.breadcrumbs,
.breadcrumbs a {
  font-size: 13px;
  color: #8c98a2;
  text-transform: uppercase;
}

/** Form **/

.form-border-2x .form-control {
  border-width: 2px;
}

.form-border-2x .input-group .input-group-append .fa {
  border-width: 2px 2px 2px 0;
}

.form-control {
  padding: 0.75rem 1.3rem;
  border-color: transparent;
  border-radius: 1px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #c3c3c3;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.search-form .input-group {
  border: solid 2px #1d1d1d;
  border-radius: 50px;
}

.search-form .input-group .form-control {
  border: none;
  background: transparent;
  min-height: 60px;
  padding: 0.375rem 5px 0.375rem 25px;
}

.search-form .btn {
  min-height: 60px;
  background: transparent;
  color: #555555;
  border: none;
  padding: 0.375rem 30px 0.375rem 5px;
}

.subscribe-form .btn {
  border-radius: 50px;
  position: relative;
  z-index: 999;
  margin-left: -25px;
  padding: 0.9rem 1.9rem;
}

.form-fields-bg-gray .form-control {
  background: #fafafa;
}

.form-control.form-light-border {
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  padding: 0.7rem 1.5rem;
}
textarea.form-control.form-light-border {
  padding: 25px;
}
.form-control.form-solid-border {
  background: transparent;
  border: 2px solid #343a40;
  border-radius: 0;
  padding: 0.7rem 1.5rem;
}

.rounded-50 {
  border-radius: 50px;
}
.form-custom-btn {
  margin-left: -20px;
  border-radius: 50px !important;
}
.dark-outline-form.search-form .input-group .form-control,
.dark-outline-form button,
.dark-outline-form.search-form .btn,
.dark-outline-form input::placeholder {
  color: #888888;
}

.dark-outline-form.search-form .input-group {
  border: solid 1px rgba(199, 199, 199, 0.2);
  box-shadow: 0px 3px 10px 0px rgba(30, 32, 90, 0.08);
  background-color: #fff;
}

/** Button **/

button,
input[type="button"],
input[type="submit"] {
  background-color: #3b42a2;
  color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  width: initial;
}

button,
input[type="button"],
input[type="submit"],
.btn {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0.7rem 2.614rem;
  border-width: 2px;
}

.btn-lg {
  padding: 1rem 2.4rem;
  font-size: 1.1rem;
}

.btn-round {
  border-radius: 50px;
}

.btn-bottom-line {
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: solid 2px #0b0a0f;
  color: #1b1b1b;
}

.btn-add-cart {
  color: #fff;
  background-color: #3b42a2;
}

.btn-add-cart:hover {
  color: #fff;
}

.btn-dark {
  color: #fff !important;
}

.btn-dark:not([disabled]):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1e205a;
  border-color: #1e205a;
}

.link-arrow {
  font-weight: 700;
  font-style: italic;
}

/*Instagram feed*/

.instagram_feed {
  list-style: none;
  margin: 0;
  padding: 0;
}

.instagram_feed li {
  /* width: 33.3333333%;
    padding: 0 5px; */
  display: inline-block;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.instagram_feed li:hover {
  opacity: 0.4;
}

/*tweets feed*/

.tweets-simple-list {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow: hidden;
}

.tweets-simple-list .fa {
  font-size: 21px;
}

.tweets-simple-list li:not(:last-child) {
  margin-bottom: 25px;
}

/* Price Plan */

.pricing_item {
  display: inline-block;
  padding: 28px 24px 40px 24px;
  width: 100%;
  border: solid 1px #ebebeb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pricing_item_title {
  margin-bottom: 28px;
}

.pricing_item_price {
  font-weight: 700;
  display: block;
  font-size: 38px;
  line-height: 1em;
  color: #252525;
}

.pricing_item_price_info {
  display: block;
  margin-top: 3px;
  margin-bottom: 20px;
}

.pricing_item_features_list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 27px;
}

.pricing_item_features_list li {
  position: relative;
  display: table;
}

.pricing_item_features_list li .fa {
  padding-right: 0.5rem;
}

/* countdown */

.countdown .countdown_value {
  display: inline-block;
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  padding-right: 50px;
  color: #1e205a;
}

.countdown .countdown_lable {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .countdown .countdown_value {
    font-size: 30px;
    line-height: 32px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}

/* Video background panel */

#video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/Busy-People.html) no-repeat;
  background-size: cover;
  z-index: -100;
}

.bgvid {
  position: absolute;
  background: linear-gradient(
    rgba(245, 245, 245, 0.85),
    rgba(245, 245, 245, 0.85)
  );
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}

.fit iframe {
  border: none;
}

/* Scroll down info */

.intro-scroll-tip {
  margin: 0 0 0 -50px;
  position: absolute;
  bottom: 80px;
  left: 100%;
  z-index: 9999;
}

.intro-scroll-tip:before {
  display: block;
  position: absolute;
  bottom: -60px;
  left: -6px;
  width: 1px;
  height: 45px;
  background: #2f2f2f;
  content: "";
}

.intro-scroll-tip .tip {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  letter-spacing: -0.03em;
}

/*=================================================
 Accordion
=================================================*/

.accordion .card {
  background: transparent;
  border: none;
}

.accordion .card-header {
  background: transparent;
  border-bottom: 1px solid #ebebeb;
  padding: 1.25rem 0.25rem;
}

.accordion .card-block {
  padding: 25px 0 50px;
  border-bottom: 1px solid #ebebeb;
}

.accordion .card-header .accordion-mark .open {
  opacity: 0;
}

.accordion .card-header .collapsed .accordion-mark .close {
  opacity: 0;
}

.accordion .card-header .collapsed .accordion-mark .open {
  opacity: 1;
}

.accordion .card-header h5 a:after {
  width: 39px;
  height: 39px;
  line-height: 39px;
  border: solid 1px #ebebeb;
  border-radius: 40px;
  text-align: center;
  font-family: "Font Awesome\ 5 Free";
  content: "\f068";
  float: right;
  color: #757575;
  font-size: 16px;
}

.accordion .card-header h5 a.collapsed:after {
  content: "\f067";
}

/*=================================================
 Tabs
=================================================*/

.nav-tabs {
  margin-bottom: 18px;
  border-bottom: 1px solid #ededed;
}

.nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 700;
  padding: 0.3rem 0;
}

.nav-tabs .nav-item:not(:last-child) {
  margin-right: 40px;
}

@media all and (max-width: 800px) {
  .nav-tabs .nav-item:not(:last-child) {
    margin-right: 20px;
  }
  .nav-tabs .nav-link {
    margin-bottom: 10px;
  }
}

.nav-tabs .nav-link {
  border-bottom: solid 2px transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #637282;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
}

/** Team person Box **/

.team-person {
  position: relative;
}

.team-person .team-info-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 2.5rem;
}

.team-person .team-info-holder:after {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 1;
  text-align: center;
  width: 90%;
  height: 90%;
  background: #000;
  opacity: 0.4;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 59%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 59%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 59%,
    rgba(0, 0, 0, 0.9) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d5000000', GradientType=0);
}

.team-person .team-info-holder .team-info {
  position: absolute;
  bottom: 1rem;
  z-index: 999;
  color: #fff;
}

.team-person .team-info-holder .team-name {
  color: #fff;
  line-height: 1.7em;
  margin-bottom: 0;
}

.team-person .team-info-holder .team-role {
  color: #fff;
  font-weight: 600;
}

.team-person .team-person-box-shadow {
  background: #e0ded9;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

/*=================================================
 Testimonials 
=================================================*/

.testimonials {
  margin: 20px 0;
}

.testimonials .testimonial {
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.testimonials .testimonial p {
  margin-bottom: 20px;
}

.testimonials .testimonial .client-name {
  font-weight: 600;
  font-size: 18px;
}

.testimonial-img img {
  border-radius: 50%;
  max-width: 80px;
  margin: 0 auto 30px auto;
}

.testimonials .owl-dots {
  position: absolute;
  bottom: -53px;
}

/* testimonials_box */

.testimonials_box .testimonial {
  text-align: left;
  border: solid 1px #ededed;
  padding: 60px 30px 35px 30px;
}

.testimonials_box .testimonial-img img {
  border-radius: 50%;
  max-width: 80px;
  margin: 0;
}

/* testimonials_image_box */

.testimonials_box.testimonials_image_box .testimonial {
  padding: 0;
}

/* Progress bar*/

.progress-bar-label {
  color: #141414;
}

.progress {
  margin-top: 5px;
  margin-bottom: 1rem;
  border-radius: 0;
  padding: 2px;
  height: 14px;
  border: solid 1px #ebebeb;
  background-color: transparent;
}

.progress-bar {
  height: 8px;
  font-size: 0;
  padding: 2px;
  background-color: #3d404f;
}

.progress.vertical {
  width: 60px;
  height: 100%;
  float: left;
  margin-right: 20px;
  position: relative;
}

.progress.vertical .progress-bar {
  padding: 1.5rem 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

.progress.vertical.from-top .progress-bar {
  position: relative;
}

.divider {
  height: 1px;
  background-color: #ededed;
}

/* Text Highlights */

.text-highlights-pastel-red {
  padding: 0 0.2rem;
  color: #fff;
  background: #1b1b1b;
}

.text-center .separator {
  margin-left: auto;
  margin-right: auto;
}

.text-right .separator {
  margin-left: auto;
}

.separator {
  width: 62px;
  height: 3px;
  background: #1b1b1b;
  margin-bottom: 20px;
}

/* table */

.dubalbar-style {
  font-size: 18px;
  font-weight: 600;
  border-top: 2px solid #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
  padding: 3px 0;
}

.dubalbar-style .nav-link {
  margin-bottom: -2px;
  padding: 0.57rem 1rem;
}

.dubalbar-style.nav-tabs .nav-item.show .nav-link,
.dubalbar-style.nav-tabs .nav-link.active {
  color: #1d1d1d;
  background-color: transparent;
  border-color: transparent transparent #1d1d1d transparent;
}

/*=================================================
 Clients list box style
=================================================*/

.clients-box {
  margin: 0;
  padding: 0;
  text-align: center;
}

.clients-box li {
  list-style: none;
  width: 19.5%;
  padding: 3.5%;
  display: inline-block;
}

@media only screen and (max-width: 950px) {
  .clients-box li {
    list-style: none;
    width: 33.3333333%;
    float: left;
    position: relative;
  }
}

@media only screen and (max-width: 720px) {
  .clients-box li {
    list-style: none;
    width: 50%;
    float: left;
    position: relative;
  }
}

/* Clients list slider */

.client-logo-list {
  margin: 0;
  padding: 0;
}

.client-logo-list li {
  list-style: none;
  padding: 20px 40px;
}

/*=================================================
 Service Boxs
=================================================*/

.content_box {
  text-align: center;
  margin-bottom: 20px;
}

.content_box .content_number {
  font-size: 18px;
}

.content_box .content_icon {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #1b1b1b;
  margin-bottom: 1rem;
  color: #252525;
}

.content_box .content_icon img {
  margin-left: auto;
  margin-right: auto;
}

.content_box.text-left .content_icon img {
  margin-left: initial;
  margin-right: auto;
}

.content_box.text-right .content_icon img {
  margin-left: auto;
  margin-right: initial;
}

.content_box .content_icon_img {
  margin-bottom: 20px;
}

.content_box .content_icon.circle_icon {
  text-align: center;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  line-height: 74px;
  background: #fafafa;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.content_box.align-left .content_icon.circle_icon {
  margin-left: 0;
}

.content_box.align-right .content_icon.circle_icon {
  margin-right: 0;
}

.content_box.content_box_align_right .content_icon.circle_icon {
  margin-left: 20px;
}

.content_box_align_left {
  text-align: left;
}

.content_box.content_box_align_left .content_icon.circle_icon {
  margin-right: 20px;
}

.content_box.shield_bg {
  position: relative;
  padding: 55px 30px 0 30px;
  border-top: 6px solid #e1e4e3;
  background-color: #f0f3f2;
  background-position: center top;
  margin-bottom: 100px;
  font-size: 13px;
}

.content_box.shield_bg:after {
  content: "";
  position: absolute;
  bottom: -78px;
  left: 0;
  width: 100%;
  height: 50%;
  /* border-left: 70px solid transparent; */
  /* border-right: 70px solid transparent; */
  border-bottom: 85px solid #f0f3f2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.content_img {
  margin-bottom: 20px;
  float: left;
}

.content_box_align_left .content_icon {
  float: left;
}

.content_box_align_left .content_info {
  margin-left: 84px;
}

.content_info h6 {
  font-size: 14px;
  margin-bottom: 10px;
}

.content_box_align_right {
  text-align: right;
}

.content_box_align_right .content_icon {
  float: right;
}

.content_box_align_right .content_info {
  margin-left: 0;
  margin-right: 84px;
}

.content_box h1,
.content_box h2,
.content_box h3,
.content_box h4,
.content_box h5,
.content_box h6 {
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
}

.content_info .read_more {
  font-weight: 600;
}

@media only screen and (max-width: 950px) {
  .content_box {
    margin-bottom: 30px;
  }
  .content_shadow_text_box .content_img,
  .content_shadow_text_box .content_info {
    display: block;
    width: 100%;
    margin: 0;
  }
  .text_half_overlay .content_info {
    margin: -115px 15px 0;
  }
}

/*=================================================
 Image banners
=================================================*/

/*=================================================
 Video story box
=================================================*/

.video-container {
  background-size: cover;
  background-position: center center;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.play-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-play-trigger:hover .icon-play {
  color: #393939;
}

@media only screen and (max-width: 950px) {
  .big-font-title h1 {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .video-story-bio {
    width: 100%;
    font-size: 16px;
  }
}

.container-services-sc {
  padding: 80px 0 40px 0;
}

/*=================================================
 Counter OR Fun Fact Box 
=================================================*/

.counter_box_icon {
  font-size: 32px;
  line-height: 32px;
  margin: 0 auto 22px;
  border-radius: 100%;
  text-align: center;
}

.counter_box_number {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 15px;
}

.counter_box_title {
  margin-bottom: 10px;
}

.counter_box .separate-line {
  height: 2px;
  width: 70px;
}

@media only screen and (max-width: 950px) {
  .counter_box {
    margin-bottom: 40px;
  }
}

/*=================================================
 icon list
=================================================*/

.icons_list {
  margin: 0;
  padding: 0;
}

.icons_list li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  padding: 0 7px;
}

.icons_list.circle li {
  background-color: transparent;
  border: 2px solid #dbdbdb;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-transition: background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
  margin: 0px 6px 0px 0px;
  width: 32px;
  height: 32px;
  line-height: 29px;
  background-color: rgb(68, 68, 68);
  border-color: rgb(68, 68, 68);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.icons_list.circle li a {
  color: #fff;
}

.icons_list.circle li:hover {
  background-color: #cbb198;
  border-color: #cbb198;
}

/*List circle style*/

.list-circle i {
  color: #fff;
  background-color: #333;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.list-boxed i {
  color: #fff;
  background-color: #333;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
}

.logo a img{
	display: inherit;
}

@media (min-width: 768px) and (max-width: 1023px){
	.main-menu .navigation > li > a {
		font-size: 13px !important;
	}
}



/* --------------------------------  
 Banner With Hover Effects 
-------------------------------- */

.et-banner {
  position: relative;
  margin: 0 auto;
  list-style: none;
}

.et-banner figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  background: #f5f5f5;
  text-align: center;
  cursor: pointer;
}

.et-banner figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.1;
}

.et-banner figure img {
  opacity: 1;
}

.et-banner figure figcaption {
  padding: 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.et-banner figure figcaption::before,
.et-banner figure figcaption::after {
  pointer-events: none;
}

.et-banner figure figcaption,
.et-banner figure figcaption > a.banner-link-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.et-banner figure figcaption > a.banner-link-cover {
  z-index: 100;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.et-banner figure .banner-title {
  margin-bottom: 8px;
}

.et-banner figure .banner-title,
.et-banner figure .view_more_icon {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.et-banner figure .view_more_icon {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

.et-banner figure:hover .banner-title,
.et-banner figure:hover .view_more_icon {
  opacity: 1;
}

.et-banner .figure_caption_container {
  display: table;
  height: 100%;
  width: 100%;
}

.et-banner .figure_caption_container .figure_caption {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
}

.et-banner figure.effect-default h2 {
  opacity: 1;
  background: #1d1d1d;
  color: #fff;
  font-size: 24px;
  display: initial;
  padding: 11px 30px;
}

.et-banner .figure_caption {
  display: table-cell;
  vertical-align: middle;
}

.no-hidden-caption .view_more_icon,
.no-hidden-caption img {
  opacity: 1 !important;
}

/***** default *****/

figure.effect-default {
  text-align: left;
}

figure.effect-default img {
  opacity: 1;
  -webkit-transition: opacity 0.55s;
  transition: opacity 0.55s;
}

figure.effect-default:hover img {
  opacity: 0.1;
}

.et-banner figure.effect-default .figure_caption {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.et-items .col-lg-4 .et-banner figure.effect-default .figure_caption {
  padding: 20px 40px 20px 40px;
}

.et-items .col-lg-3 .et-banner figure.effect-default .figure_caption {
  padding: 10px 25px 15px 25px;
}

figure.effect-default figcaption::before,
figure.effect-default figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
}

figure.effect-default .banner-title {
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-default .banner-desc {
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-default:hover figcaption::before,
figure.effect-default:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-default:hover .banner-title,
figure.effect-default:hover .banner-desc {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-default.video-banner:hover img {
  opacity: 0.6;
}

figure.effect-default.effect-default-dark .banner-title {
  color: #fff;
}

.et-banner figure.effect-default.effect-default-dark {
  background: rgba(13, 13, 13, 0.9);
}

.video-banner .video-icon {
  background: #fff;
  padding-left: 5px;
  font-size: 24px;
  line-height: 80px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #252525;
}

/* effect-banner */

.et-banner figure.effect-banner,
.et-banner figure.effect-banner .view_more_icon {
  opacity: 1;
  text-align: left;
}

.et-banner figure.effect-banner figcaption {
  padding: 50px;
}

.et-banner figure.effect-banner h2,
.et-banner figure.effect-banner .view_more_icon,
.et-banner figure.effect-banner h2 a,
.et-banner figure.effect-banner .view_more_icon a {
  opacity: 1;
  background: #fff;
  color: #252525;
  font-size: 16px;
  display: initial;
  padding: 9px 20px;
}

.et-banner figure.effect-banner p {
  display: none;
}

/* Simple hover effect on image */

.effect-hover-opacity-low img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background: #000;
}

.effect-hover-opacity-low img:hover {
  opacity: 0.5;
}

.popup_gallery img {
  cursor: zoom-in;
  border-radius: 5px;
}

/*=================================================
 9 - Plugins's Custom CSS
=================================================*/

/*! Owl Carousel */

.default-owl-carousel .owl-carousel-item {
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
  display: block;
}

.owl-carousel-item-content {
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 71%;
  transform: translate(-71%, 0%);
  padding: 0;
  z-index: 999;
}

.owl-carousel-item-info {
  margin-bottom: 0.8rem;
}

.owl-carousel-item-desc {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.default-owl-carousel .position_top {
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
}

.default-owl-carousel .position_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.default-owl-carousel .position_bottom {
  top: initial;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 60px;
  line-height: 60px;
  color: #f8f8f8;
}

.owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}

.owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
}

@media only screen and (max-width: 1024px) {
  .owl-carousel-item-content h1,
  .owl-carousel-item-content .h1 {
    font-size: 28px;
  }
  .owl-carousel-item-content .lead {
    font-size: 16px;
  }
}

/* Custom CSS For OWL */

.owl-controls {
  font-size: 14px;
  font-weight: 800;
  width: 100%;
  text-transform: uppercase;
}

.owl-nav div {
  color: #1d1d1d;
  opacity: 0.9;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}

.owl-nav div:after {
  content: "";
  height: 3px;
  width: 40px;
  background: #1d1d1d;
  top: 50%;
  margin-right: 6px;
  margin-top: -2px;
  position: absolute;
  z-index: 1;
}

.owl-nav div.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 5%;
}

.owl-nav div.owl-prev:after {
  left: 50px;
}

.owl-nav div.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: 5%;
}

.owl-nav div.owl-next:after {
  right: 50px;
}

.work-carousel:hover .owl-nav div {
  opacity: 1;
}

.owl-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -10%);
  bottom: 10px;
  z-index: 9999;
}

.owl-dots .owl-dot {
  display: inline-block;
}

.owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px;
  -webkit-transition: background-color 0.2s ease-out, border 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, border 0.2s ease-out;
  transition: background-color 0.2s ease-out, border 0.2s ease-out;
  box-sizing: border-box;
}

.owl-dots .owl-dot span:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #3d404f;
  position: absolute;
  border: solid 2px #3d404f;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-dots .owl-dot span:hover {
  border-color: #3d404f;
}

.owl-dots .owl-dot.active span {
  border-color: #3d404f;
}

.owl-bg-img {
  background-size: cover;
}

.owl-nav.disabled {
  display: none;
}

/* light nav dots */

.light-nav-dots .owl-dots .owl-dot span:after {
  background-color: #fff;
  border: solid 2px #fff;
}

.light-nav-dots .owl-dots .owl-dot span:hover {
  border-color: #fff;
}

.light-nav-dots .owl-dots .owl-dot.active span {
  border-color: #fff;
}

/* owl-nav postion */

.owl-nav-at-bottom .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 10%;
}

.owl-dots-at-bottom .owl-dots {
  position: absolute;
  bottom: -80px;
}

@media screen and (max-width: 992px) {
  .owl-nav-at-bottom .owl-nav {
    position: absolute;
    width: 100%;
    top: 20%;
    bottom: initial;
  }
}

/* zero-one-carousel */

#zero-one-carousel .owl-carousel-item-content {
  position: absolute;
  max-width: 470px;
  bottom: 40px;
  left: initial;
  right: 510px;
  transform: translate(0, 0);
  padding: 0;
  z-index: 999;
}
.zero-one-carousel-container {
  position: relative;
}
.blog-carousel-content-title {
  display: none;
}
.zero-one-carousel-container .blog-carousel-content {
  background: #fff;
  padding: 33px 40px 40px;
  border-radius: 5px;
}
/* zero one carousel nav */
.zero-one-carousel-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 470px;
  background-color: #fff;
  list-style: none;
  padding: 43px 40px 19px;
  margin: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.zero-one-carousel-nav .carousel-nav-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 1px 0;
}
.zero-one-carousel-nav li {
  position: relative;
  margin-bottom: 21px;
}

.zero-one-carousel-nav li a.active::after {
  content: "";
  width: 6px;
  height: 50px;
  background-color: #c7c7c7;
  position: absolute;
  top: 5px;
  left: -40px;
}
.zero-one-carousel-container .owl-dots {
  display: none;
}
@media screen and (max-width: 1024px) {
  .zero-one-carousel-nav {
    display: none;
  }
  .zero-one-carousel-container .blog-carousel-content-title {
    display: block;
    margin-bottom: 15px;
  }
  #zero-one-carousel .owl-carousel-item-content {
    bottom: 30px;
    left: 30px;
    right: initial;
    transform: translate(0, 0);
  }
  .zero-one-carousel-container .blog-carousel-content .btn {
    display: none;
  }
  .zero-one-carousel-container .blog-carousel-content p {
    margin-bottom: 0;
  }
  .zero-one-carousel-container .owl-dots {
    display: block;
    left: initial;
    right: 30px;
    transform: translate(-30px, -12px);
    bottom: 12px;
  }
}

@media screen and (max-width: 992px) {
  .zero-one-carousel-container .owl-carousel-item-bg-image {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .zero-one-carousel-container .blog-carousel-content {
    padding: 20px 30px 15px;
  }
  .zero-one-carousel-container .blog-carousel-content p {
    display: none;
  }
  #zero-one-carousel .owl-carousel-item-content {
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .zero-one-carousel-container .blog-carousel-content {
    padding: 20px 20px 15px;
    margin: 0;
  }
  .zero-one-carousel-container .blog-carousel-content-title {
    font-size: 18px;
  }
  #zero-one-carousel .owl-carousel-item-content {
    bottom: 0;
    left: 0;
    position: relative;
  }
  .zero-one-carousel-container .owl-dots {
    left: 50%;
    transform: translate(-50%, -30%);
    bottom: 30%;
  }
}
/* zero-two-carousel */
.zero-two-carousel {
  border-radius: 5px;
  box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
}
.zero-two-carousel .owl-carousel-item-content {
  position: absolute;
  max-width: 550px;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
  padding: 0;
  z-index: 999;
  border-radius: 5px;
}
.zero-two-carousel .blog-carousel-content {
  padding: 34px 40px 40px;
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.zero-two-carousel .blog-carousel-content .post_title {
  line-height: 1.35;
  font-weight: 700;
}
.zero-two-carousel .blog-carousel-content .post_meta_category {
  position: absolute;
  top: -13px;
}
.zero-two-carousel .blog-carousel-content .post_meta_category a {
  font-size: 12px;
  color: #fff;
  background-color: #e7bc91;
  padding: 9px 20px;
  border-radius: 5px;
  margin-right: 10px;
  box-shadow: 0px 9px 10px 0px rgba(238, 67, 35, 0.1);
}
.zero-two-carousel .blog-carousel-content .post_meta_category a::after {
  content: initial;
  padding-left: 0;
  padding-right: 0;
}
.zero-two-carousel .owl-nav button.owl-prev {
  top: initial;
  transform: initial;
  bottom: 95px;
  left: 520px;
}
.zero-two-carousel .owl-nav button.owl-next {
  top: initial;
  transform: initial;
  bottom: 40px;
  right: initial;
  left: 520px;
}
.zero-two-carousel .owl-nav button.owl-next,
.zero-two-carousel .owl-nav button.owl-prev,
.zero-two-carousel .owl-carousel button.owl-dot {
  font-size: 32px;
  line-height: 32px;
  color: #1e205a;
  background: #fff;
  padding: 6px 22px !important;
  border-radius: 5px;
  box-shadow: 0px 9px 15px 0px rgba(30, 32, 90, 0.15);
}

@media screen and (max-width: 768px) {

  .zero-two-carousel .blog-carousel-content p {
    display: none;
  }
  .zero-two-carousel .blog-carousel-content .btn {
    display: none;
  }
  .zero-two-carousel .blog-carousel-content {
    padding: 34px 40px 20px;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
/* blog carousel */

.multi_blog_post_carousel .text-overlay-container .text-overlay {
  margin: 40px;
}

.carousel-loop-number {
  position: absolute;
  bottom: 76px;
  right: 60px;
  font-size: 60px;
  font-weight: 600;
  color: #ededed;
}

/* dots_box */

@media screen and (min-width: 992px) {
  .dots_box .owl-dots {
    position: absolute;
    left: initial;
    right: 55px;
    transform: initial;
    bottom: 64px;
    z-index: 9999;
  }
}

.dots_box .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 4px;
  border-radius: 0;
  margin: 0 6px;
  background-color: #ededed;
  border: 1px solid #ededed;
  padding: 0;
}

.dots_box .owl-dots .owl-dot.active span {
  background-color: #3d404f;
  border-color: #3d404f;
  height: 8px;
}

.dots_box .owl-dots .owl-dot span:after {
  content: "";
  width: 0;
  height: 0;
  background-color: #3d404f;
  position: absolute;
  border: 0;
  border-radius: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Statment carousel */

#statement_carousel .owl-carousel-item {
  background: transparent;
}

#statement_carousel .owl-nav button.owl-next {
  color: #ededed;
  right: 0;
}

#statement_carousel .owl-nav button.owl-prev {
  color: #ededed;
  left: auto;
}

/* Project carousel */

.project-owl-carousel .owl-dots {
  position: absolute;
  left: initial;
  transform: translate(0, 0);
  bottom: initial;
  z-index: 9999;
  top: -80px;
  right: 0;
}

.project-owl-carousel .owl-dots .owl-dot.active span {
  background-color: #3d404f;
  border-color: #3d404f;
  height: 8px;
}

.project-owl-carousel .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 8px;
  border-radius: 0;
  margin: 0 6px;
  background-color: #ededed;
  border: 1px solid #ededed;
  padding: 0;
}

.project-owl-carousel .owl-dots .owl-dot span:after {
  width: 0;
  height: 0;
  border: none;
}

.project-owl-carousel .owl-carousel-item .post-img {
  margin-bottom: 30px;
}

.separator-line {
  margin: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

/*=================================================
 11 - Extra CSS
=================================================*/

.et-play-icon {
  position: relative;
  background: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  line-height: 80px;
  padding-left: 3px;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
}

.et-play-icon:hover {
  color: #252525;
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.all-text-content-creamy,
.all-text-content-creamy a,
.all-text-content-creamy h1,
.all-text-content-creamy h2,
.all-text-content-creamy h3,
.all-text-content-creamy h4,
.all-text-content-creamy h5,
.all-text-content-creamy h6,
.all-text-content-creamy .fab,
.all-text-content-creamy .far,
.all-text-content-creamy .fas {
  color: #fcfaee;
}

.text-fuzzy-brown {
  color: #c55063;
}

.text-color-blackflame {
  color: #3d404f;
}

.price-tag {
  color: #d0a390;
}

.icon-h5-18px {
  font-size: 18px;
}

.bg-color-dark {
  background-color: #000000;
}

.bg-color-black {
  background: #090707;
}
.bg-color-dark-blue {
  background: #1e205a;
}
.bg-color-dark-shade {
  background: #0f0f0f;
}

.bg-color-darkish-shade {
  background: #252525;
}

.bg-color-white {
  background-color: #ffffff;
}

.bg-color-white-op98 {
  background-color: rgba(255, 255, 255, 0.98);
}

.bg-color-white-op {
  background-color: rgba(252, 250, 238, 0.83);
}

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

.bg-color-graish {
  background: #f1f5f6;
}

.bg-color-grayflame {
  background-color: #f9f9f9;
}

.bg-color-gray-shade-radius {
  background-color: #dddddd;
  border-radius: 5px;
}

.white-box-square {
  border: solid 12px #fff;
  border-radius: 5px;
  margin: 0px;
}

.bg-color-blackflame {
  background-color: #3d404f;
}

.bg-color-creamy {
  background-color: #fcfaee;
}

.bg-color-blue {
  background-color: #007cbe;
}

.bg-color-purple-dark {
  background-color: #9700b4 !important;
}

.bg-color-greenish {
  background-color: #3ea576 !important;
}

.bg-color-yellowish {
  background-color: #ca954f !important;
}

.color-yellow {
  color: yellow;
}

.bg-color-purple {
  background-color: #625aa3;
}

.bg-rose-pink {
  background: #fcfaee;
}

.bg-color-blackish {
  background-color: #252525;
}

.bg-color-blackish-opacity {
  background: rgba(0, 0, 0, 0.8);
}

.bg-img-1 {
  background: url(../images/bg1.html);
  background-repeat: no-repeat;
}

.bg-img-2 {
  background: url(../images/bg2.html);
  background-repeat: no-repeat;
}

.bg-img-3 {
  background: url(../images/home1/bg1.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}

.bg-img-4 {
  background: url(../images/bg4.html);
  background-repeat: no-repeat;
}

.bg-img-5 {
  background: url(../images/bg5.html);
  background-repeat: no-repeat;
}

.bg-img-6 {
  background: url(../images/bg6.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-img-7 {
  background: url(../images/bg7.html);
  background-repeat: no-repeat;
}

.bg-img-8 {
  background: url(../images/bg8.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-img-9 {
  background: url(../images/about/2.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-img-10 {
  background: url(../images/bg10.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-img-feature-1 {
  background-image: url(../images/bg1-2.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-img-feature-2 {
  background-image: url(../images/bg2-2.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (max-width: 992px) {
  .no-bg-img-md {
    background-image: none;
  }
}

.owl-carousel-bg-none .owl-carousel-item {
  background: transparent;
}

.footer-top-border {
  border-top: 1px solid #ddd;
}

.mt-minus-50px {
  margin-top: -51px;
}

.border-top-1 {
  border-top: solid 1px #443832;
}

.border-top-2 {
  border-top: solid 1px #494b56;
}

.border-30-creamy {
  border: solid 30px #fcfaee;
}

.white-box {
  background-color: #fff;
  padding: 80px 60px;
}
.footer-widget a {
  font-weight: 600;
}
.footer-widget .list-unstyled li {
  margin-bottom: 15px;
}

.category-list li {
  border-bottom: 1px solid #dfddd9;
  color: #1e205a;
  font-weight: 600;
  padding: 10px 0;
}

.category-list li:first-child {
  padding-top: 0;
}

.category-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.event-post {
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}

/* Button */

.btn-dark-purple {
  color: #ffffff;
  background-color: #3b42a2;
  border-color: #3b42a2;
  box-shadow: 0px 9px 18px 0px rgba(59, 66, 162, 0.23);
}

.btn-shadow {
  box-shadow: 0px 9px 18px 0px rgba(59, 66, 162, 0.23);
}

/* text */

.font-size-20 {
  font-size: 20px;
}

.font-size-18 {
  font-size: 18px;
}

h4.alt-font{
	color: #0f52ba !important;
}

@media(min-width: 320px) and (max-width: 768px){
	.main-slider .owl-dots{
		display: none;
	}
}

/**********************************/
.footer-widget.logo-widget li,
.footer-widget.logo-widget li span{
    color: #737373;
}
