/* Cretox HTML Template*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Masonry Gallery Section
7. Service
8. Testimonial
9. Fact-counter
10. Latest News
11. Subscribe 
12. Main Footer
13. Page Title
14. Team 
15. Contact Form 
16. Map
17. Blog Sidebar

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





/*** 

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

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

/*** 

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

 ***/

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

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

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

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

input,button,select,textarea{
	font-family: 'Poppins', sans-serif;
}

textarea{
	overflow:hidden;
}

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

.ph-50 {
	padding: 0 50px;
}

.ph-30 {
	padding: 0 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-70 {
	margin-bottom: 70px;
}

.no-spacing {
	margin: 0px!important;
	padding: 0px !important;
}

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

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

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

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

.border-bottom {
	border-bottom: 1px solid #ecf0f6;
}

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

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

.grey-bg {
	background-color: #ecf0f6;
}

.text {
	font-size: 16px;
	color: #999;
}

.centered{
	text-align:center;	
}

/* section title */

.sec-title {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 30px;
	margin-top: -5px;
}

.sec-title:before {
	position: absolute;
	content: '';
	width: 106px;
	height: 8px;
	background-image: url(../images/icons/section-title-bg.png);
	background-repeat: no-repeat;
	left: 0;
	bottom: 0;
}

.sec-title.centered:before {
	left: 50%;
	margin-left: -53px;
}

.sec-title.small {
	margin-bottom: 40px;
}

.sec-title h2 {
	font-size: 36px;
	color: #222222;
	font-weight: 400;
	line-height: 1.1em;
}

.sec-title h5 {
	font-size: 14px;
	color: #e4007d;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 10px;
}

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

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

.sec-title.small h2 {
	font-size: 24px;
}

.sec-title .text {
	margin-top: 25px;
}

.sec-title.with-sep {
	position: relative;
}

.sec-title.with-sep:after {
	content: "";
	position: absolute;
	top: 48px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #222222;
}

/*List Style One*/

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

.list-style-one li{
	position:relative;
	margin-bottom:35px;
	color:#111111;
	font-size: 15px;
	font-weight:400;
	font-family:  'Montserrat', sans-serif;
	padding-left: 45px;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#111111;
	font-size:30px;
	line-height:1em;
}

.list-style-one li:last-child .icon{
	top:10px;
}

/*List Style Two*/

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

.list-style-two li{
	position:relative;
	margin-bottom:12px;
	color:rgba(255,255,255,0.60);
	font-size:14px;
	font-weight:400;
	padding-left:30px;
	line-height:2em;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:4px;
	color:rgba(255,255,255,0.60);
	font-size:18px;
	line-height:1.2em;
}

.list-style-two li:last-child .icon{
	
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:14px 40px;
	line-height:25px;
	text-transform:uppercase;
	background:#222;
	color:#ffffff;
	border:2px solid #222;
	font-size:15px;
	border-radius: 54px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-one:hover{
	background:transparent;
	color:#222;
}

/*Btn Style two*/

.btn-style-two{
	position:relative;
	padding:14px 40px;
	line-height:25px;
	text-transform:uppercase;
	background: transparent;
	color: #222;
	border: 2px solid #e5e9f2;
	font-size:15px;
	border-radius: 54px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-two:hover{
	background: #222222;
	color:#fff;
}

/*Btn Style three*/

.btn-style-three{
	position:relative;
	padding:14px 40px;
	line-height:25px;
	text-transform:uppercase;
	background: #fff;
	color: #222;
	border: 2px solid #fff;
	font-size:15px;
	border-radius: 54px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-three:hover{
	background:transparent;
	color:#fff;
}

/*Btn Style four*/

.btn-style-four{
	position:relative;
	padding:14px 40px;
	line-height:25px;
	text-transform:uppercase;
	background: transparent;
	color:#ffffff;
	border: 2px solid #fff;
	font-size:15px;
	border-radius: 54px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-four:hover{
	background: #ffffff;
	color: #222;
}

/*Btn Style five*/

.btn-style-five{
	position:relative;
	padding:14px 40px;
	line-height:25px;
	text-transform:uppercase;
	background:#222;
	color:#ffffff;
	border:2px solid #222;
	font-size:15px;
	border-radius: 54px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-five:hover{
	background:transparent;
	color:#fff;
}

.theme-btn span {
    margin-left: 5px;
    font-size: 12px;
    color: #555;
    position: relative;
    top: -1px;
}


/*Social Icon One*/

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

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

.social-icon-one li a{
	font-size:14px;
	color:#111111;
}

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

/*Social Icon Two*/

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

.social-icon-two li{
	position:relative;
	margin-bottom:20px;
}

.social-icon-two li .name{
	opacity:0;
	color:#ffffff;
	margin-left:20px;
	font-weight:500;
	font-size:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-two li:hover .name{
	opacity:1;
}

.social-icon-two li a{
	font-size:23px;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
	color:rgba(255,255,255,0.30);
}

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


.theme_color{
	color:#1d1d1d;	
}

.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: absolute;
	bottom: 75px;
	left: 50%;
	margin-left: -58.5px;
	width: 117px;
	padding-top: 20px;
	height: 117px;
	color: #000000;
	font-size:13px;
	font-weight: 600;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background-image: url(../images/icons/scroll-to-top.png);
	display: block;
	-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{
}

/* section padding */

.sp-one {
	padding: 120px 0;
}

.sp-two {
	padding: 120px 0 90px;
}

.sp-three {
	padding: 120px 0 70px;
}

.sp-four {
	padding: 120px 0 0px;
}

.sp-five {
	padding: 0px 0 120px;
}

.sp-six {
	padding: 0px 0 70px;
}


/*** 

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

***/

.header-span{
	position:relative;
	height:100px;	
}

.main-header{
	position:fixed;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background: #ffffff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

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

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

.main-header .main-box .outer-container{
	position:relative;
	padding: 0px 70px;
	display:  flex;
	align-items:  center;
	justify-content: center;
}

.main-header .main-box .logo-box{
	position: absolute;
	left: 70px;
	z-index:13;
	padding: 37px 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;
}

.fixed-header .main-box .logo-box{
	padding:22px 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 .btn-outer{
	position:absolute;
	right:70px;
	top:50%;
	margin-top:-17px;
}

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

.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 .nav-outer{
	position:relative;
	padding-right:70px;
}

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

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

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	padding: 15px 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;
}



.fixed-header .main-menu .navigation > li{
	padding:0px 0px;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding: 10px 20px;
	margin: 10px 5px;
	border-radius: 25px;
	color:#111111;
	text-align:center;
	line-height:30px;
	text-transform: capitalize;
	letter-spacing:0px;
	opacity:1;
	font-weight:600;
	font-size: 15px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

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

.main-menu .navigation > li.dropdown > a:before {
    position:  absolute;
    content: '\f107';
    color:  #222;
    font-family:  FontAwesome;
    right: 20px;
    top:  12px;
}

.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{
	color:#1d1d1d;
	opacity:1;
	background:  #ecf0f6;
}

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

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
}

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

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding: 8px 25px;
	padding-left: 30px;
	line-height:24px;
	font-weight:500;
	font-size:14px;
	text-transform: capitalize;
	color: #222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

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

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

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left: 100%;
	margin-left: 30px;
	top:0px;
	width: 250px;
	padding: 11px 0px;
	z-index:100;
	display:none;
	background: #ffffff;
	transition:  .5s ease;
	-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%;
}

.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: 8px 25px;
	line-height:24px;
	font-weight:500;
	font-size:14px;
	text-transform:capitalize;
	color: #999;
	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: #222;
}

.main-menu .navigation > li > ul > 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 > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	margin-top: 2px;
	opacity:1;
	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.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	margin-left: 2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width: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;
}


/* search box */

.main-header .info-options{
	position:relative;
	float:right;
	margin-left:25px;
	padding:50px 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;	
}

.fixed-header .info-options{
	padding:35px 0px !important;
}

.search-box-outer{
	position: relative;
	float:left;
	color: #000000;
}

.main-header .search-box-btn {
    position: relative;
    display: block;
    width: 100%;
    top: 6px;
    font-size: 18px;
    line-height: 30px !important;
    padding: 0px;
    padding-right: 20px;
    margin: 0px;
    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 .search-box-outer .dropdown-menu{
	top: 65px;
	border-top:3px solid #0b0b0b;
	padding:0px;
	width:280px;
	border-radius:0px 0px 5px 5px;
	left: -230px;
}

.main-header.fixed-header .search-box-outer .dropdown-menu {
	top: 50px;
}

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

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

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

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:26px;
	padding:8px 50px 8px 15px;
	height:44px;
	color:#000000;
	border: 1px solid #000000;
	background:#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-header .search-panel input:focus,
.main-header .search-panel select:focus{
	/* border-color:#99cc00; */
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color: #dfd8d9;
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:44px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	background: #000000;
	cursor:pointer;
}

/* header style two */

.main-header.style-two .main-box .logo-box {
    left: 50px;
}

.main-header.style-two .btn-outer {
    right: 50px;
}


/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 320px;
	height: 100%;
	background: #252525;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
	right: 0px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	right:10px;
	top:10px;
	background: none;
	color: #ffffff;
	border-radius: 0px;
	text-align: center;
	line-height: 40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
	background: none;
	display:block;
	font-size: 16px;
	color:#ffffff;
	width:40px;
	height:40px;
	line-height:40px;
}

.hidden-bar .hidden-bar-closer:hover button {
	color: #ffffff;
}

.hidden-bar-wrapper {
	height: 100%;
	padding:30px 5px 30px 30px;
}

.hidden-bar .logo {
	padding:0px 0px 30px;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
}

.hidden-bar .content-box{
	position:relative;
	padding-right:32px;
}

.hidden-bar .content-box h2{
	position:relative;
	font-size:18px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}

.hidden-bar .content-box .text{
	position:relative;
	font-size:14px;
	color:rgba(255,255,255,0.60);
	margin-bottom:25px;
}

.hidden-bar .contact-info{
	position:relative;
	margin-top:60px;
	margin-right: 20px;
}

.hidden-bar .contact-info h2{
	position:relative;
	font-size:18px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}


/*** 

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

***/

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

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

.main-slider .tp-dottedoverlay{
	background:rgba(0,0,0,0.40) !important;
	display:none !important;
}

.main-slider .title{
	position:relative;
	font-size:30px;
	font-weight:300;
	color:#000000;
	line-height:1.7em;
	letter-spacing:4px;
}

.main-slider h1{
	position:relative;
	color:#fff;
	font-size:70px;
	font-weight:700;
	line-height:1.2em;
	font-family: 'Playfair Display', serif;
}

.main-slider .text{
	position:relative;
	font-size:18px;
	font-weight:400;
	color:#fff;
	line-height:28px;
	padding:6px 0px 8px;
	display:inline-block;
	text-transform:capitalize;
}

.main-slider .light,
.main-slider h1.light{
	color:#ffffff;
}

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


.main-slider .mouse-btn-down{
	position:absolute;
	left:50%;
	margin-left: -60px;
	bottom: -40px;
	width: 120px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform:  uppercase;
	height: 80px;
	cursor:pointer;
	display:block;
	background: url(../images/icons/arrow-down.png) center bottom no-repeat;
	z-index:20;
}


/* welcome title */

.welcome-title {
	position: relative;
}

.welcome-title h2 {
	position: relative;
	font-size: 30px;
	line-height: 40px;
	text-align: right;
	margin-right: 15px;
	margin-top: -5px;
	margin-bottom: 30px;
}

.welcome-title h2:after {
    position: absolute;
    content: '';
    right: -30px;
    top: 2px;
    width: 1px;
    height: 124px;
    background: #ecf0f6;
}

.welcome-title .text {
	position: relative;
	margin-left: 15px;
}

/* welcome title-two */

.welcome-title-two {
	position: relative;
}

.welcome-title-two h2 {
	position: relative;
	font-size: 34px;
	line-height: 40px;
	margin-right: 15px;
	color:  #222;
	margin-bottom: 30px;
}

.welcome-title-two .text {
	position: relative;
	max-width: 865px;
	margin-bottom: 30px;
}

.welcome-title-two.text-center .text {
	margin: 0 auto;
	margin-bottom: 30px;
}

/* services-section */
.services-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}

/* text block one */

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

.text-block-one .text {
	color: #222;
	margin-bottom: 30px;
}

/* text block two */

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

.text-block-two h3 {
	color: #222;
	margin-bottom: 15px;
}


/*Services Block one*/

.services-block-one{
	position:relative;
	margin-bottom:30px;
	z-index:99;
}

.services-block-one .inner-box{
	position:relative;
	padding: 15px 22px 40px;
	text-align:center;
	background:  #fff;
	border: 1px solid #e5e9f2;
}

.services-block-one .inner-box .icon-box{
	position:relative;
	color: #0a0a0a;
	margin:  0 auto;
	font-size: 40px;
	background-repeat: no-repeat;
	background-position: center;
	width:  80px;
	height:  80px;
	text-align:  center;
	line-height:  80px;
	border-radius:  50%;
}

.services-block-one .inner-box h3{
	position:relative;
	font-size: 18px;
	color:#222222;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}

.services-block-one .inner-box .text{
	position:relative;
	color:#848484;
	font-size:18px;
	font-weight:300;
	line-height:1.6em;
}

.services-block-one .inner-box .read-more {
	position: relative;
	margin-top: 10px;
	display:  inline-block;
	text-transform: uppercase;
	font-size:  16px;
}



/*** 

====================================================================
	Testimonial Section Three
====================================================================

***/

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

.testimonial-section-one .testimonial-outer{
	max-width:970px;
	margin:0 auto;
}

.testimonial-section-one .testimonial-outer .quote-icon{
	position:relative;
	width:60px;
	height:60px;
	text-align:center;
	margin:0 auto;
	font-size: 41px;
	color: #ddd;
}

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

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

.testimonial-block-one .inner-box .quote-icon{
	position:relative;
	color:#e2b13c;
	font-size:28px;
	margin-bottom:40px;
}

.testimonial-block-one .inner-box .text{
	position:relative;
	color:#848484;
	font-size:16px;
	max-width:770px;
	margin:0 auto;
	margin-top:40px;
	line-height:1.8em;
	margin-bottom:40px;
	font-weight:400;
	padding: 0 100px;
}

.testimonial-block-one .inner-box .image img {
	width: auto;
	margin: 0 auto;
	border-radius: 50%;
}

.testimonial-section-one .author-content {
	text-align: center;
}

.testimonial-section-one .author-content h3 {
	font-family:  'Montserrat', sans-serif;
	color:  #222;
	font-size:  20px;
	font-weight:  600;
}

.testimonial-section-one .author-content .designation {

}


.testimonial-section-one .owl-nav {
	padding: 0px;
	top: 50%;
	margin-top: -40px;
	position: absolute;
	left: 0;
	right: 0;
}
.testimonial-section-one .owl-nav .owl-next,
.testimonial-section-one .owl-nav .owl-prev {
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 8px 0px;
	display: inline-block;
	line-height: 56px;
	border: 1px solid #e5e5e5;
	text-align: center;
	font-size: 24px;
	color: #222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.testimonial-section-one .carousel-outer:hover .owl-nav .owl-next,
.testimonial-section-one .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}

.testimonial-section-one .owl-nav .owl-prev {
	left: 0px;
	float: left;
	transform: translateY(-50%);
}

.testimonial-section-one .owl-nav .owl-next {
	right: 0px;
	float: right;
	transform: translateY(-50%);
}

.testimonial-section-one .owl-nav .owl-next:hover,
.testimonial-section-one .owl-nav .owl-prev:hover {
	color: #222;
	border-color: #222;
}

@media only screen and (max-width: 600px) {
	.testimonial-section-one .owl-nav {
		top: 20%;
	}
	.testimonial-block-one .inner-box .text {
		padding: 0px;
	}
}


/*fact counter*/

.fact-counter{
	position:relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.fact-counter:before {
	position: absolute;
	content: '';
	<!-- background: rgba(40, 46, 53, 0.8); -->
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.fact-counter{
	position:relative;
	padding: 80px 0 30px;
}

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

.fact-counter .column:after{
	position:absolute;
	content:'';
	right: -17px;
	top: -8px;
	width:1px;
	height:124px;
	background: rgba(255, 255, 255, 0.2);
}

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

.fact-counter .count-outer .percentage{
	display:block;
	font-weight:700;
	color:#000000;
	font-size:40px;
	line-height:1em;	
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:400;
	color: #ffffff;
	font-size: 52px;
	text-transform: uppercase;
	line-height:1em;
	font-family: 'Montserrat', san-serif;
	padding-left:  70px;
	/* font-style: inherit; */
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:18px;
	font-weight:400;
	color: rgba(255, 255, 255, 0.5);
	margin-top:15px;
	padding-bottom:15px;
	text-transform:capitalize;
}


.fact-counter .icon-box {
	position: absolute;
	font-size:  50px;
	left: 0;
	top: 14px;
	color: rgba(255, 255, 255, 0.5);
}

/* latest news */

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

.news-block-one .inner-box {
	/* max-width: 370px; */
	margin: 0 auto;
}

.news-block-one .image {
	position: relative;
	display: inline-block;
}

.news-block-one .date {
	position:  relative;
	padding: 11px 15px;
	background: #222;
	margin-top: 0;
	top: -24px;
	font-size: 14px;
	margin-left: 35px;
	display:  inline-block;
	font-family:  'Montserrat', san-serif;
	font-weight:  500;
	color: #fff;
}

.news-block-one .lower-content {
	margin-left: 35px;
}

.news-block-one h4 {
	position: relative;
	font-size: 22px;
	font-weight: 500;
	font-family:  'Montserrat', san-serif;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.news-block-one h4:before {
	position:absolute;
	content:'';
	left: 0px;
	bottom: 0px;
	width:50px;
	height:1px;
	background: rgba(147, 147, 147, 0.8);
}

.news-block-one .text {
	margin-bottom: 15px;
}

.news-block-one .theme-btn {
	font-size: 14px;
	font-family: 'Montserrat', san-serif;
	color: #848484;
	font-weight: 500;
}

.news-block-one .theme-btn span {
	opacity: 0;
	transition: .5s ease;
}

.news-block-one .theme-btn:hover {
	color: #222;
}

.news-block-one .theme-btn:hover span {
	opacity: 1;
}

/* subscribe us */

.subscribe-section .sec-title:before {
	display: none;
}

.subscribe-section .sec-title {
	padding-bottom: 0px;
}

.subscribe-form {
	position: relative;
	max-width: 670px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align:  center;
}

.subscribe-form input {
	width: calc(100% - 210px);
	background: #fff;
	height: 58px;
	margin-right: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.subscribe-section .sec-title:before {
	display: none;
}


/*** 

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

***/

.main-footer{
	position:relative;
	padding-top: 54px;
	padding-bottom:10px;
	background-color: #ffffff;
}

.main-footer .inner-container{
	position:relative;
	padding:0px 50px;
}

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

.main-footer .mail-info{
	position:relative;
	color:#111111;
	font-size:14px;
	line-height:2.5em;
	margin-bottom:25px;
}

.main-footer .social-icon-one{
	text-align:right;
	margin-bottom: 0;
	display: inline-block;
}

.main-footer .text-inline {
	position:relative;
	color:#111111;
	font-size:14px;
	text-align:right;
	margin-top:15px;
	display: inline-block;
}

.main-footer .follow-on {
	font-weight: 500;
	color: #222;
}

.main-footer.style-two {
	padding-top: 0px;
	padding-bottom:30px;
}


/* page title */

.page-title {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding: 57px 0;
}

.page-title h1 {
	font-size: 40px;
	color: #222;
}

.bread-crumb li {
	position: relative;
	display: inline-block;
	color: #848484;
	font-size: 16px;
	margin: 0 10px;
	font-weight: 500;
}

.bread-crumb li:before {
	position: absolute;
	content: '-';
	right: -8px;
	top: 0px;
	color: #222;
}

.bread-crumb li:last-child:before {
	display: none;
}

.bread-crumb ul li a {
	color: #222;
}

/* our tam */
.team-block-one .inner-box {
	text-align: center;
}

.team-block-one .image {
	position: relative;
	display: inline-block;
}

.team-block-one .overlay{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    padding:0px;
    opacity:0;
    text-align:center;
    color:#333333;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform:scaleX(0);
    -ms-transform:scaleX(0);
    -o-transform:scaleX(0);
    -moz-transform:scaleX(0);
    transform:scaleX(0);
    z-index:10;
}

.team-block-one:hover .overlay {
    top:0px;
    opacity:1;
    -webkit-transform:scaleX(1);
    -ms-transform:scaleX(1);
    -o-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform:scaleX(1);    
}

.team-block-one .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:  center;
    align-items:  center;
    flex-wrap:  wrap;
    padding: 20px 20px;
    background: rgba(40, 46, 53, 0.8);
}

.team-block-one .social-icon-one li {
	margin: 0 12px;
}

.team-block-one .social-icon-one li a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 20px;
}

.team-block-one .social-icon-one li a:hover {
	color: #fff;
}

.team-block-one .lower-content {
	position: relative;
	margin: 25px 0 45px;
}

.team-block-one .lower-content h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 5px;
}

.team-block-one .lower-content .designation {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}



/*Contact Section*/

.contact-section{
	position:relative;
}

.contact-section .info-column{
	position:relative;
}

.contact-section .info-column h2{
	position:relative;
	color: #222;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 40px;
}

.contact-section .info-column .text{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:300;
	line-height:1.8em;
	margin-bottom:30px;
}

.contact-section .form-column{
	position:relative;
}

.contact-section .form-column h2{
	position:relative;
	color: #222;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 40px;
}

/*** 

====================================================================
	contact Form
====================================================================

 ***/

.contact-form{
	position:relative;
}

.contact-form .row{margin: 0 -7.5px;}

.contact-form .form-group{
	position:relative;
	padding: 0 7.5px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:18px;
	padding: 10px 20px;
	height:48px;
	font-size:15px;
	font-weight: 400;
	background: #ecf0f6;
	border: 1px solid #ecf0f6;
	font-family:  'Montserrat', sans-serif;
}

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

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding: 10px 20px;
	font-weight: 400;
	color:#777777;
	height: 120px;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	resize:none;
	background: #ecf0f6;
	border: 1px solid #ecf0f6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form button{
	margin-top:10px;
	font-size:15px;
	font-weight:600;
	text-transform:capitalize;
	border-radius: 0px;
}

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

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

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


/*** 

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

***/

.map-section{
	position:relative;
}

.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:525px;
}



/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 60px;
}

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

/*Blog Single*/

.blog-single{
	position:relative;
}

.blog-single .inner-box{
	position:relative;
}

.blog-single .inner-box .image{
	position:relative;
	margin-bottom:22px;
}

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

.blog-single .inner-box .lower-content{
	position:relative;
}

.blog-single .inner-box .lower-content .post-info{
	position:relative;
	color:#aaaaaa;
	font-size:13px;
	font-weight:400;
	margin-bottom:6px;
}

.blog-single .inner-box .lower-content h2{
	position:relative;
	font-size:25px;
	font-weight:500;
	color:#111111;
	margin-bottom:15px;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:300;
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text p a{
	color:#222222;
	text-decoration:underline;
}

.blog-single .inner-box .lower-content .text blockquote{
	position:relative;
	color:#111111;
	font-size:18px;
	border:none;
	font-weight:300;
	margin-left:55px;
	padding-left:100px;
	padding-top:16px;
	padding-bottom:20px;
	line-height:1.8em;
	margin-top:30px;
	margin-bottom:30px;
}

.blog-single .inner-box .lower-content .text blockquote:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:73px;
	height:93px;
	text-align:center;
	background:#333333 url(../images/icons/quote-icon-2.png);
	background-repeat:no-repeat;
	background-position:center center;
}

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

.post-share-options .social-icon-one li {margin:  0;margin-right: 5px;}

.post-share-options .social-icon-one li a {

border: 1px solid #eceff5;

padding: 9px 15px;
}

.post-share-options .share{
	position:relative;
	color:#111111;
	font-size:14px;
	font-weight:400;
}

/*** 

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

 ***/

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

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

.sidebar-page-container .group-title h2{
	position:relative;
	font-size:25px;
	color:#111111;
	font-weight:500;
	padding-bottom:0px;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:45px;
	-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.reply-comment{
	margin-left:100px;
}

.sidebar-page-container .comments-area .comment-box:last-child .comment .comment-inner{
	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 40px 110px;
	border-bottom:1px solid #ebebeb;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:relative;
	color:#111111;
	font-size:15px;
	font-weight:500;
	text-transform:capitalize;
	-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 .icon{
	font-size:13px;
	margin-right:8px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:86px;
	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:20px;
	font-weight:500;
	color:#111111;
	line-height:16px;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#777777;
	font-size:14px;
    margin-top:10px;
	margin-bottom:20px;
    line-height: 1.8em;
	font-weight:300;
	max-width:510px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	position:relative;
	font-size:13px;
	color:#777777;
	font-weight:300;
}

.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 .row{
}

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

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:18px;
	padding: 10px 20px;
	height:48px;
	font-size:15px;
	font-weight:300;
	background: #ecf0f6;
	color:#777777;
	border: 1px solid #ecf0f6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

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

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding: 10px 20px;
	color:#777777;
	height: 200px;
	font-size:15px;
	background: #ecf0f6;
	resize:none;
	border: 1px solid #ecf0f6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form button{
	font-weight:600;
	border-radius: 0px;
	text-transform:capitalize;
}

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


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

.sidebar-title h2{
	position:relative;
	color:#111111;
	font-size: 22px;
	font-weight:500;
	text-transform:capitalize;
}

/*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:35px;
	padding:10px 50px 10px 20px;
	border: 1px solid #eceff5;
	background: #eceff5;
	display:block;
	font-size:14px;
	width:100%;
	height:55px;
	color:#000000;
	font-weight:300;
	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:57px;
	display:block;
	font-size:22px;
	color: #222;
	line-height:100%;
	background:none;
}






.categories-blog .inner-box{
	position:relative;
}

.categories-blog .inner-box ul{
	position:relative;
}

.categories-blog .inner-box ul li{
	position:relative;
	padding: 5px 0px;
	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;
}

.categories-blog .inner-box ul li:last-child{
}

.categories-blog .inner-box ul li a{
	position:relative;
	font-size:14px;
	font-family:  'Montserrat', sans-serif;
	color:  #222;
}

.categories-blog .inner-box ul li a:before{
}

/*Tweet Widget*/

.recent-news .news-widget{
	position:relative;
	padding-left: 95px;
	margin-bottom: 30px;
}

.recent-news .news-widget .image {
	position: absolute;
	left: 0;
	top: 0;
}

.recent-news .news-widget .text{
	color:#777777;
	font-size:14px;
	font-weight:500;
	margin-bottom:15px;
	font-family: 'Montserrat', san-serif;
}

.recent-news .news-widget .text a{
	color:#111111;
	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;
}

.recent-news .news-widget p{
	margin-bottom:0px;
	color:#9799a9;
	font-size:17px;
	line-height:1.6em;
}

.recent-news .news-widget .days{
	color:#777777;
	font-size:13px;
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 10px 8px;
	margin:0px 3px 6px 0px;
	color:#777777;
	text-align:center;
	font-size:14px;
	font-weight:400;
	border: 1px solid #eceff5;
	background: #eceff5;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#111111;
	border-color:#111111;
	color:#ffffff;
}

.sidebar {
    border: 1px solid #ddd;
    padding: 40px 38px 0;
}







.blog-single .inner-box .lower-content .post-info a {
    color: #aaaaaa;
}















button.navbar-toggler {
	border-bottom: 2px solid #000;
    margin-top: 44px;
    outline: none;
    box-shadow: none !important;
    padding: 6px 0;
    border-radius: 0;
    margin-bottom: 20px;
}

span.navbar-toggler-icon {
    border-bottom: 2px solid #222;
    border-top: 2px solid #222;
    height: 12px;
}






.banner-style-two .owl-prev {
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,0.5);
    min-width: 70px;
    min-height: 70px;
    line-height: 70px;
    left: 15px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 35px;
    color: #fff;
}
.banner-style-two .owl-next {
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,0.5);
    min-width: 70px;
    min-height: 70px;
    line-height: 70px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 35px;
    right: 15px;
    color: #fff;
}






.scroll-to-top.scroll-to-target span {
    font: normal normal normal 14px/1 FontAwesome;
}
.dropdown-toggle::after {
    opacity: 0;
    margin: 0;
    border: 0;
}






.pagination {
    margin-top: 70px;
}
.pagination li {
    position: relative;
    display: block;
    float: left;
    margin: 0px 10px 10px 0px;
}
.pagination li a {
    position: relative;
    display: inline-block;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    text-transform: capitalize;
    min-width: 50px;
    border: 1px solid #adadad;
    background: none;
    color: #565656;
    font-weight: 400;
    text-align: center;
    border-radius: 3px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.pagination li a:hover {
    background: #222222;
    color: #fff;
	    border: 1px solid #222222;
}


.tag-sticky-2 .lower-content, .sticky .lower-content {
    margin-left: 0;
}


.testimonial-section-one .testimonial-outer img {
    width: 90px;
    text-align: center;
    display: inline-block;
	border-radius:50%;
}