/* Bonsai Multipurpose HTML5 Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Intro Section
7. Icon Columns
8. Two Column BG
9. Gallery
10. Full Image Section
11. Testimonials
12. Products Style
13. Main Footer
14. Fluid Image Section
15. Circular Graphs
16. Our Team Style
17. Gallery Carousel
18. Testimonials Carousel
19. Latest Blog
20. Sponsors Section
21. Parallax Section
22. Contact Form
23. Map Location
24. Locations Section
25. Full Image Slider
26. Default Sections
27. Progress Columns
28. Stacked Image Section
29. Progress Bars
30. Tabs Box
31. Accordion Box
32. Progres Columns
33. Work Process
34. Gallery Styles
35. Shop Pages Style
36. Blog Pages Style
37. Pricing Sections
38. Sidebar Styles
39. Comment Form Styles
40. pagination Styles



**********************************************/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

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

@font-face {
    font-family: 'HelveticaCE-Regular';
    src: url('../fonts/HelveticaCE.eot');
    src: url('../fonts/HelveticaCE.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaCE.woff') format('woff'),
         url('../fonts/HelveticaCE.ttf') format('truetype'),
         url('../fonts/HelveticaCE.svg#HelveticaCE-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaCE-Bold';
    src: url('../fonts/HelveticaCE-Bold.eot');
    src: url('../fonts/HelveticaCE-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaCE-Bold.woff') format('woff'),
         url('../fonts/HelveticaCE-Bold.ttf') format('truetype'),
         url('../fonts/HelveticaCE-Bold.svg#HelveticaCE-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaCE-Thin';
    src: url('../fonts/HelveticaNeueCE-Thin.eot');
    src: url('../fonts/HelveticaNeueCE-Thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueCE-Thin.woff') format('woff'),
         url('../fonts/HelveticaNeueCE-Thin.ttf') format('truetype'),
         url('../fonts/HelveticaNeueCE-Thin.svg#HelveticaCE-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*** 

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

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

/*** 

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

 ***/

body {
	font-family: 'HelveticaCE-Regular', sans-serif;
	font-size:14px;
	color:#7f7f7f;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

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

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

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

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

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

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

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

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

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;
	font-family: 'Montserrat', sans-serif;
}

.centered{
	text-align:center;	
}

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

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

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

.btn-theme-light{
	position:relative;
	padding:12px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#ffffff !important;
	font-size:14px;
	border:1px solid #ffffff !important;
	font-family: 'Montserrat', sans-serif;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.btn-theme-light:hover{
	background:#11c3f0;
	color:#ffffff !important;
	border-color:#11c3f0 !important;	
}

.btn-theme-grey{
	position:relative;
	padding:12px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#555555 !important;
	font-size:14px;
	border:1px solid #999999 !important;
	font-family: 'Montserrat', sans-serif;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.btn-theme-grey:hover{
	background:#999999;
	color:#ffffff !important;
	border-color:#999999 !important;	
}

.btn-theme-one{
	position:relative;
	padding:12px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:#11c3f0;
	color:#ffffff !important;
	font-size:14px;
	border:1px solid #11c3f0 !important;
	font-family: 'Montserrat', sans-serif;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.btn-theme-one:hover{
	background:#ffffff;
	color:#11c3f0 !important;
	border-color:#11c3f0 !important;	
}

.btn-theme-two{
	position:relative;
	padding:12px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:#ffffff;
	color:#11c3f0 !important;
	font-size:14px;
	border:1px solid #11c3f0 !important;
	font-family: 'Montserrat', sans-serif;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.btn-theme-two:hover{
	background:#11c3f0;
	color:#ffffff !important;
	border-color:#11c3f0 !important;	
}

.btn-theme-three{
	position:relative;
	padding:12px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:#aa4fff;
	color:#ffffff !important;
	font-size:14px;
	border:1px solid #aa4fff !important;
	font-family: 'Montserrat', sans-serif;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.btn-theme-three:hover{
	background:#ffffff;
	color:#aa4fff !important;
	border-color:#aa4fff !important;	
}

.btn-theme-four{
	position:relative;
	padding:12px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:#ffffff;
	color:#aa4fff !important;
	font-size:14px;
	border:1px solid #aa4fff !important;
	font-family: 'Montserrat', sans-serif;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.btn-theme-four:hover{
	background:#aa4fff;
	color:#ffffff !important;
	border-color:#aa4fff !important;	
}

.btn-theme-five{
	position:relative;
	padding:12px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:#ff5412;
	color:#ffffff !important;
	font-size:14px;
	border:1px solid #ff5412 !important;
	font-family: 'Montserrat', sans-serif;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.btn-theme-five:hover{
	background:#ffffff;
	color:#ff5412 !important;
	border-color:#ff5412 !important;	
}

.btn-theme-six{
	position:relative;
	padding:12px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:#ffffff;
	color:#ff5412 !important;
	font-size:14px;
	border:1px solid #ff5412 !important;
	font-family: 'Montserrat', sans-serif;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.btn-theme-six:hover{
	background:#ff5412;
	color:#ffffff !important;
	border-color:#ff5412 !important;	
}

.btn-theme-seven{
	position:relative;
	padding:10px 25px 10px 15px;
	line-height:24px;
	text-transform:capitalize;
	background:#6ad3ed;
	color:#ffffff !important;
	font-size:14px;
	border:1px solid #6ad3ed !important;
	font-family: 'Montserrat', sans-serif;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.btn-theme-seven:hover{
	background:#11c3f0;
	color:#ffffff !important;
	border-color:#ffffff !important;	
}

.btn-theme-seven .fa{
	 font-size:20px;	
}

.btn-theme-eight{
	position:relative;
	padding:12px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:#43d6d1;
	color:#ffffff !important;
	font-size:14px;
	border:1px solid #43d6d1 !important;
	font-family: 'Montserrat', sans-serif;
	border-radius:0px;
	-webkit-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	-moz-border-radius:0px;
}

.btn-theme-eight:hover{
	background:#ffffff;
	color:#43d6d1 !important;
	border-color:#43d6d1 !important;	
}

.btn-theme-nine{
	position:relative;
	padding:12px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:#ffffff;
	color:#43d6d1 !important;
	font-size:14px;
	border:1px solid #43d6d1 !important;
	font-family: 'Montserrat', sans-serif;
	border-radius:0px;
	-webkit-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	-moz-border-radius:0px;
}

.btn-theme-nine:hover{
	background:#43d6d1;
	color:#ffffff !important;
	border-color:#43d6d1 !important;	
}

.btn-theme-ten{
	position:relative;
	padding:12px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:#ffc925;
	color:#ffffff !important;
	font-size:14px;
	border:1px solid #ffc925 !important;
	font-family: 'Montserrat', sans-serif;
	border-radius:0px;
	-webkit-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	-moz-border-radius:0px;
}

.btn-theme-ten:hover{
	background:#ffffff;
	color:#ffc925 !important;
	border-color:#ffc925 !important;	
}

.rounded-btn{
	border-radius:24px;
	-webkit-border-radius:24px;
	-ms-border-radius:24px;
	-o-border-radius:24px;
	-moz-border-radius:24px;
}

.theme-btn .fa{
	font-size:16px;	
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#11c3f0;	
}

.theme-purple .theme_color{
	color:#aa4fff;	
}

.theme-orange .theme_color{
	color:#ff5412;	
}

.theme-cyan .theme_color{
	color:#43d6d1;	
}

.theme-dark-blue .theme_color{
	color:#5677cc;	
}

.color-white{
	color:#ffffff !important;	
}

.color-grey{
	color:#7f7f7f !important;	
}

.color-purple{
	color:#d971f2 !important;	
}

.color-blue{
	color:#6749fd !important;	
}

.color-cyan{
	color:#11c3f0 !important;	
}

.color-green{
	color:#57b22f !important;	
}

.color-yellow{
	color:#ffc925 !important;	
}

.color-red{
	color:#fc5c1d !important;	
}

.color-orange{
	color:#fcb51d !important;	
}

.bg-color-white{
	background-color:#ffffff !important;	
}

.bg-color-grey{
	background-color:#7f7f7f !important;	
}

.bg-color-purple{
	background-color:#d971f2 !important;	
}

.bg-color-blue{
	background-color:#6749fd !important;	
}

.bg-color-cyan{
	background-color:#11c3f0 !important;	
}

.bg-color-green{
	background-color:#57b22f !important;	
}

.bg-color-yellow{
	background-color:#ffc925 !important;	
}

.bg-color-red{
	background-color:#fc5c1d !important;	
}

.bg-color-orange{
	background-color:#fcb51d !important;	
}

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

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

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

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

.pt-sans-font{
	font-family: 'PT Sans Narrow', sans-serif;	
}

.montserrat-font{
	font-family: 'Montserrat', sans-serif;	
}

.raleway-font{
	font-family: 'Raleway', sans-serif !important;	
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-top-50{
	padding-top:50px !important;	
}

.padd-bott-20{
	padding-bottom:20px !important;	
}

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}

.padd-bott-50{
	padding-bottom:50px !important;	
}

.margin-top-20{
	margin-top:20px !important;	
}

.margin-top-30{
	margin-top:30px !important;	
}

.margin-top-40{
	margin-top:40px !important;	
}

.margin-top-50{
	margin-top:50px !important;	
}

.margin-bott-20{
	margin-bottom:20px !important;	
}

.margin-bott-30{
	margin-bottom:30px !important;	
}

.margin-bott-40{
	margin-bottom:40px !important;	
}

.margin-bott-50{
	margin-bottom:50px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

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

.no-margin-top{
	margin-bottom:0px !important;	
}

.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

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

/*** 

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

***/

.scroll-to-top{
	position:fixed;
	bottom:10px;
	right:10px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:14px;
	line-height:38px;
	border:1px solid #ffffff;
	text-align:center;
	z-index:100;
	cursor:pointer;
	display:none;
	border-radius:50%;
	background-color: #ff5412;
}

.theme-purple .scroll-to-top{
	background:#d971f2;
	border-color:#ffffff;	
}

.theme-dark-blue .scroll-to-top{
	background:#5677cc;
	border-color:#ffffff;	
}

.theme-orange .scroll-to-top{
	background:#ff5412;
	border-color:#ffffff;	
}

.theme-cyan .scroll-to-top{
	background:#43d6d1;
	border-color:#ffffff;	
}

.scroll-to-top:hover{
	background:#ffffff;
	color:#000000;
	border-color:#000000 !important;
}


/*** 

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

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-header.sticky-header{
	position:fixed;
	top:20px;	
}

.main-header.sticky-header.fixed-header{
	top:0px;	
}

.main-header .header-top{
	position:relative;
	border-bottom:1px solid rgba(255,255,255,0.20);
	color:#677c91;
	background:#273039;
	font-family: 'PT Sans Narrow', sans-serif;
	letter-spacing:1px;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
	padding:7px 0px;
	color:#c9c9c9;
	font-size:14px;
}

.main-header .header-top .top-right li{
	position:relative;
	display:inline-block;
	margin-right:20px;
}

.main-header .header-top .top-right li a{
	position:relative;
	display:block;
	line-height:20px;
	padding:0px 0px;
	color:#6f8fa8;
	font-size:13px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-header .header-top .top-right li .icon{
	position:relative;
	top:1px;
	font-size:14px;
	padding-right:5px;	
}

.main-header .header-top .top-right li a:hover{
	color:#ffffff;
}

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

.social-links-one a{
	position:relative;
	display:block;
	float:left;
	border-right:1px solid rgba(255,255,255,0.20);
	text-align:center;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#7aa0be;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.social-links-one a:hover{
	color:#ffffff;	
}

.social-links-one a:first-child{
	border-left:1px solid rgba(255,255,255,0.20);	
}

.social-links-one a.facebook:hover{
	background-color:#3b5998;	
}

.social-links-one a.twitter:hover{
	background-color:#00aced;	
}

.social-links-one a.google-plus:hover{
	background-color:#dd4b39;	
}

.social-links-one a.linkedin:hover{
	background-color:#007bb5;	
}

.social-links-one a.pinterest:hover{
	background-color:#cb2027;	
}

.social-links-one a.instagram:hover{
	background-color:#125688;	
}


.main-header .header-lower{
	position:relative;
	padding:0px 0px;
	background:#16222e;
	width:100%;
	left:0px;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header.sticky-header .header-lower{
	background:none;	
}

.fixed-header .header-lower,
.fixed-header.sticky-header .header-lower{
	position:fixed;
	padding:0px !important;
	background:#16222e;
}

.main-header .header-lower .outer-box{
	position:relative;
	padding:0px 130px 0px 0px;	
}

.main-header .header-lower .nav-toggler {
  position:absolute;
	right:0px;
	top:37px;
	width:30px;
	text-align:center;
	line-height:24px;
	padding:0px 10px;
	cursor:pointer;
	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-lower .nav-toggler button {
  background: transparent;
  outline: none;
  font-size: 18px;
  color: #ffffff;
  border: none;
}

.main-header.sticky-header .header-lower .outer-box{
	margin:0px 30px;	
}

.main-header .header-lower .search-box-btn{
	position:absolute;
	right:42px;
	top:37px;
	width:30px;
	text-align:center;
	line-height:24px;
	padding:0px 10px;
	cursor:pointer;
	color: #11c3f0;
	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-lower .cart-btn{
	position:absolute;
	right:78px;
	top:37px;
	width:30px;
	line-height:24px;
	padding:0px 10px;
	color: #11c3f0;
	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-lower .cart-btn .item-count{
	position:absolute;
	right:-3px;
	top:-15px;
	font-size:10px;	
}

.fixed-header.main-header .header-lower .cart-btn,
.fixed-header.main-header .header-lower .search-box-btn,
.fixed-header.main-header .header-lower .nav-toggler{
	top:27px !important;	
}

.main-header .header-lower .cart-btn a{
	position:relative;
	display:block;
	text-align:center;
	color:#11c3f0;
	font-size:16px;	
}

.main-header .header-lower .cart-btn a:hover,
.main-header .header-lower .search-box-btn:hover{
	color:#ffffff;
}

.main-header .header-lower .logo{
	position:relative;
	float:left;
	padding:10px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fixed-header .header-lower .logo{
	padding:0px !important;	
}

.main-header .header-lower .logo img{
	display:inline-block;
	max-width:100%;	
}

.main-menu{
	position:relative;
	float:right;
	padding:0px 0px;	
}

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

.main-menu .navigation{
	position:relative;
	float:right;
	margin:0px;
	font-weight:500;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px;
	margin-left:45px;
	font-family: 'PT Sans Narrow', sans-serif;
	letter-spacing:1px;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:40px 0px 40px 0px;
	font-size:14px;
	color:#ffffff;
	line-height:20px;
	text-transform:uppercase;
	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.dropdown > a{
	padding-right:20px;	
}

.main-menu .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.fixed-header .main-menu .navigation > li > a{
	padding-top:30px;
	padding-bottom:30px;	
}

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

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:150%;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#272727;
	transition:all 500ms ease-in;
	-moz-transition:all 500ms ease-n;
	-webkit-transition:all 500ms ease-in;
	-ms-transition:all 500ms ease-in;
	-o-transition:all 500ms ease-in;
}

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

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:8px 15px 8px 36px;
	line-height:22px;
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
	color:#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-menu .navigation > li > ul > li > a:before,
.main-menu .navigation > li > ul > li > ul > li > a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 15px;
}

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

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

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

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#272727;
}

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

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:8px 15px 8px 36px;
	line-height:22px;
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
	color:#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-menu .navigation > li > ul > li  > ul > li:hover > a{
	color:#11c3f0;	
}

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

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	transition:all 500ms ease-in;
	-moz-transition:all 500ms ease-in;
	-webkit-transition:all 500ms ease-in;
	-ms-transition:all 500ms ease-in;
	-o-transition:all 500ms ease-in;	
}

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

/*** 

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

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	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;
	background-color: #1CBAC8;
}

.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 .hidden-bar-closer {
	left: -20px;
}

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

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

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: #000;
	color: #fff;
	border-radius: 50%;
	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:hover {
	background: #fff;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #3DC9D2;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 17px;
}

.hidden-bar .social-icons {
	text-align: center;
	margin-top: 55px;
}

.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	background: #2B2B2B;
	color: #1CBAC8;
	border-radius: 50%;
	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;
}

.hidden-bar .social-icons ul li a:hover {
	background: #fff;  
}

.hidden-bar-wrapper {
	height: 100%;
}

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

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:14px;
	letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	border-top: 1px solid #2CCCDA;
	border-bottom: 1px solid #2CCCDA;
	padding: 10px 20px;
	position: relative;
	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;
}

.hidden-bar .side-menu ul li a:hover {
	background: transparent;
	color: #fff;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: #fff;
	color: #1CBAC8;
	border: 1px solid #2CCCDA;
	padding: 3px 10px;
	font-size: 14px;
	border-radius: 7px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}


/*** 

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

***/

.main-slider{
	position:relative;
	background:none;
	color:#ffffff;
}

.main-slider h1{
	font-size:48px;
	padding:5px 20px;
	letter-spacing:1px;
}

.main-slider h2{
	font-size:28px;
	padding:5px 20px;
	letter-spacing:4px;
}

.main-slider h3{
	font-size:20px;
	padding:5px 40px;
	letter-spacing:2px;
}

.main-slider .slide-text{
	font-size:18px;
	padding:5px 40px;
}

.main-slider .big-text{
	font-size:32px;
	padding:5px 40px;
}

.tp-bullets.preview4 .bullet{
	background:#f1f1f1 !important;
	border-color:#f1f1f1 !important;
	margin:0px 5px;
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected{
	border-color:#11c3f0 !important;
	background:#11c3f0 !important;
}

.theme-purple .tp-bullets.preview4 .bullet:hover,
.theme-purple .tp-bullets.preview4 .bullet.selected{
	border-color:#d971f2 !important;
	background:#d971f2 !important;
}

.theme-dark-blue .tp-bullets.preview4 .bullet:hover,
.theme-dark-blue .tp-bullets.preview4 .bullet.selected{
	border-color:#5677cc !important;
	background:#5677cc !important;
}

.theme-orange .tp-bullets.preview4 .bullet:hover,
.theme-orange .tp-bullets.preview4 .bullet.selected{
	border-color:#ff5412 !important;
	background:#ff5412 !important;
}

.theme-cyan .tp-bullets.preview4 .bullet:hover,
.theme-cyan .tp-bullets.preview4 .bullet.selected{
	border-color:#43d6d1 !important;
	background:#43d6d1 !important;
}

.bg-theme{
	background-color:#11c3f0;
}

.theme-purple .bg-theme{
	background-color:#d971f2;
}

.theme-dark-blue .bg-theme{
	background-color:#5677cc;
}

.theme-orange .bg-theme{
	background-color:#ff5412;
}

.theme-cyan .bg-theme{
	background-color:#43d6d1;
}

.bg-dark-theme{
	background-color:#2b4261;
}


/*** 

====================================================================
	Intro Section style
====================================================================

***/

.intro-section{
	position:relative;
	padding:50px 0px 40px;
	color:#ffffff;
	font-size:16px;
}

.intro-section h2{
	font-size:28px;
	margin-bottom:10px;
}

/*** 

====================================================================
	Default Section style
====================================================================

***/

.default-section{
	position:relative;
	padding:80px 0px 20px;
}

.default-section .column{
	position:relative;
	margin-bottom:25px;	
}

.icon-column{
	position:relative;	
}

.default-section .column .icon-column{
	margin-bottom:60px;	
}

.icon-bg-column{
	margin-bottom:50px;	
}

.icon-column .inner-box{
	position:relative;	
}

.icon-column.style-one .inner-box{
	padding-left:70px;
	min-height:100px;
}

.icon-column.style-one .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:36px;
	line-height:1em;
	display:block;
	color:#11c3f0;
}

.icon-column.style-two .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:32px;
	display:block;
	color:#43d6d1;
}

.icon-column.style-two.bg-icon .icon{
	top:-10px;
	width:50px;
	height:50px;
	background:#11c3f0;
	font-size:22px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	color:#ffffff;
	line-height:20px;
	text-align:center;
}

.icon-bg-column .inner-box{
	padding-left:100px;
	min-height:100px;
}

.icon-bg-column .icon{
	position:absolute;
	left:0px;
	top:10px;
	width:66px;
	height:66px;
	line-height:66px;
	font-size:36px;
	background:#11c3f0;
	color:#ffffff;
	text-align:center;
}

.default-section .column .icon-column:nth-child(1) .icon,
.default-section .column .icon-column:nth-child(1) h3{
	color:#d971f2;	
}


.default-section .column .icon-column:nth-child(2) .icon,
.default-section .column .icon-column:nth-child(2) h3{
	color:#11c3f0;	
}


.default-section .column .icon-column:nth-child(3) .icon{
	color:#3a3a3a;	
}

.icon-column h3{
	position:relative;
	margin-bottom:15px;
	font-size:18px;
	font-weight:600;
	color:#3a3a3a;	
}

.icon-column h3.montserrat-font{
	font-weight:400;
	text-transform:uppercase;	
}

.icon-column.style-two .inner-box h3{
	padding-left:60px;
	text-transform:capitalize;
}

.icon-column.style-two.bg-icon .inner-box h3{
	padding-left:70px;	
}

.default-section .column .icon-column h3{
	font-size:20px;	
}

.icon-column .text{
	position:relative;
	font-size:16px;
	line-height:1.5em;
}

.icon-box{
	position:relative;
	margin-bottom:50px;	
}

.icon-box .inner-box{
	position:relative;	
}

.icon-box.style-one .inner-box{
	min-height:300px;
	text-align:center;
	position:relative;
	padding:0px 15px 15px;
	border:1px solid #d0d0d0;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.icon-box.style-one .inner-box:hover{
	background:#3f4a57;
	color:#ffffff;	
}

.icon-box.style-one .icon{
	position:relative;
	display:block;
	width:104px;
	height:104px;
	border:2px solid transparent;
	font-size:42px;
	padding:20px 0px;
	line-height:60px;
	color:#ffffff;
	background:#09b9e5;
	margin:-54px auto 30px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.icon-box.style-one .inner-box:hover .icon{
	background:#d971f2;
	border-color:#ffffff;
}

.icon-box h3{
	position:relative;
	margin-bottom:15px;
	font-size:18px;
	font-weight:600;
	color:#3a3a3a;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.icon-box.style-one .inner-box:hover h3{
	color:#ffffff;	
}

.icon-box .text{
	position:relative;
	line-height:2em;
	font-size:15px;
}

.fluid-image-section{
	position:relative;
	overflow:hidden;	
}

.fluid-image-column .image{
	position:relative;	
}

.fluid-image-column .image img{
	display:block;
	position:absolute;
	right:15px;
	top:0px;	
}

.sub-title-theme{
	position:relative;
	font-size:14px;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	letter-spacing:4px;
	margin-bottom:15px;
}

.default-section .text-column h2{
	font-size:28px;
	color:#2a2a2a;
	margin-bottom:20px;
	font-weight:700;
	text-transform:uppercase;	
}

.default-section .text-column .text{
	position:relative;
	font-size:16px;
	line-height:2.2em;
	margin-bottom:30px;	
}

.boxed-icon{
	position:relative;
	margin-bottom:30px;	
}

.boxed-icon .icon-outer{
	position:relative;
	display:block;
	padding:50px 10px 40px;
	border:3px solid #cccccc;
	border-radius:7px;
	color:#ff5412;
	text-align:center;
	transition:border-color 0.5s ease, background-color 0.5s ease;
	-moz-transition:border-color 0.5s ease, background-color 0.5s ease;
	-webkit-transition:border-color 0.5s ease, background-color 0.5s ease;
	-ms-transition:border-color 0.5s ease, background-color 0.5s ease;
	-o-transition:border-color 0.5s ease, background-color 0.5s ease;
}

.boxed-icon .icon-outer:hover{
	background:#ff5412;
	color:#ffffff;
	border-color:#ff5412;	
}

.boxed-icon .icon-outer .icon{
	position:relative;
	display:block;
	font-size:52px;
	margin-bottom:20px;
	top:20px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boxed-icon .icon-outer .box-title{
	position:relative;
	font-size:14px;
	font-family:'Montserrat',sans-serif;
	top:-20px;
	opacity:0;
	text-transform:uppercase;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.boxed-icon .icon-outer:hover .icon{
	top:0px;
}

.boxed-icon .icon-outer:hover .box-title{
	top:15px;
	opacity:1;	
}

/*** 

====================================================================
	Two Column BG Section style
====================================================================

***/

.two-col-bg{
	position:relative;
	background:#11c3f0;
	color:#ffffff;
}

.two-col-bg .content-column{
	position:relative;
	width:50%;
	padding:60px 30px 40px 0px;
	min-height:150px;	
}

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

.two-col-bg .column-title{
	position:relative;
	font-weight:600;
	font-size:24px;
	text-transform:uppercase;
	margin-bottom:0px;	
}

.two-col-bg .sub-title{
	font-family:'Montserrat',sans-serif;
	font-size:14px;
	color:#a9e0ee;
	text-transform:uppercase;
	margin-bottom:20px;
	letter-spacing:2px;
}

.two-col-bg .text{
	margin-bottom:40px;
	font-size:16px;
	line-height:2em;
}

.two-col-bg .links{
	position:relative;	
}

.two-col-bg .links .theme-btn{
	margin:0px 30px 20px 0px;	
}

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

.styled-list-one li {
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.styled-list-one li::before {
    color: #f1f1f1;
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    line-height: 24px;
    position: absolute;
    top: 0;
    width: 20px;
}

/*** 

====================================================================
	Gallery Section style
====================================================================

***/

.gallery-section{
	position:relative;
	background:#ffffff;
	padding:70px 0px 0px;
}

.gallery-section .gallery-header{
	padding:50px 0px;
	color:#ffffff;	
}

.gallery-section .filter-tabs{
	position:relative;
	margin-bottom:30px;
	text-align:center;	
}

.gallery-section .filter-tabs.text-left{
	text-align:left;	
}

.gallery-section .filter-tabs li{
	position:relative;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
}

.gallery-section .filter-tabs.style-one li{
	position:relative;
	display:inline-block;
	line-height:20px;
	padding:12px 16px;
	text-align:center;
	color:#353535;
	margin:0px 10px 10px 0px;
	cursor:pointer;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.gallery-section .gallery-header.bg-pattern-style .filter-tabs.style-one li{
	color:#3a3a3a;
}

.gallery-section .filter-tabs.style-one li .fa{
	position:relative;
	top:-1px;
	padding-right:10px;
	line-height:20px;
	font-size:8px;
	color:#ffffff;
}

.gallery-section .gallery-header h2{
	font-size:22px;
	color:#ffffff;
	font-family:'Montserrat',sans-serif;
	margin-bottom:10px;	
}

.gallery-section .gallery-header.bg-pattern-style h2{
	color:#3a3a3a;	
}

.gallery-section .gallery-header .sub-title{
	font-size:14px;
	color:#ffffff;
	font-family:'Montserrat',sans-serif;
	color:rgba(255,255,255,0.50);
}

.gallery-section .gallery-header.bg-pattern-style .sub-title{
	color:#11c3f0;	
}

.gallery-section .gallery-header .filter-tabs.style-one{
	text-align:right;
	margin:15px 0px 0px;	
}

.gallery-section .gallery-header .filter-tabs.style-one li{
	color:#ffffff;
	font-size:14px;	
}

.gallery-section .gallery-header .filter-tabs.style-one li:hover,
.gallery-section .gallery-header .filter-tabs.style-one li.active{
	background:rgba(255,255,255,0.20);
}

.gallery-section .gallery-header.bg-pattern-style .filter-tabs.style-one li:hover,
.gallery-section .gallery-header.bg-pattern-style .filter-tabs.style-one li.active{
	color:#ffffff;
	background:#11c3f0;
}

.gallery-section .gallery-header .filter-tabs.style-one li .fa{
	opacity:0;
	color:#ffffff;	
}

.gallery-section .gallery-header .filter-tabs.style-one li:hover .fa,
.gallery-section .gallery-header .filter-tabs.style-one li.active .fa{
	opacity:1;
}

.gallery-section .filter-tabs.style-one li:hover,
.gallery-section .filter-tabs.style-one li.active{
	background:#11c3f0;
	color:#ffffff;
}

.gallery-section .filter-tabs.style-two li{
	position:relative;
	display:inline-block;
	line-height:20px;
	padding:12px 15px;
	text-align:center;
	color:#999999;
	margin:0px 7px 10px;
	border-bottom:3px solid transparent;
	cursor:pointer;
	font-size:16px;
	text-transform:uppercase;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.gallery-section .filter-tabs.style-two li:hover,
.gallery-section .filter-tabs.style-two li.active{
	border-color:#aa4fff;
	color:#aa4fff;
}

.gallery-section .filter-tabs.style-three li{
	position:relative;
	display:inline-block;
	line-height:20px;
	padding:12px 5px;
	text-align:center;
	color:#999999;
	margin:0px 20px 10px;
	cursor:pointer;
	font-size:16px;
	text-transform:uppercase;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.gallery-section .filter-tabs.style-three li:hover,
.gallery-section .filter-tabs.style-three li.active{
	color:#43d6d1;
}

.theme-orange .gallery-section .filter-tabs.style-two li:hover,
.theme-orange .gallery-section .filter-tabs.style-two li.active{
	border-color:#ff5412;
	color:#ff5412;
}

.theme-cyan .gallery-section .filter-tabs.style-two li:hover,
.theme-cyan .gallery-section .filter-tabs.style-two li.active{
	border-color:#43d6d1;
	color:#43d6d1;
}

.gallery-section .images-container{
	position:relative;
}

.gallery-section .item-box{
	position:relative;
	float:left;
}

.gallery-section.grid-width .item-box{
	margin-bottom:50px;
	display:none;
}

.gallery-section.full-width.three-column .item-box{
	width:33.333%;
	display:none;
}

.gallery-section.full-width.four-column .item-box{
	width:25%;
	display:none;
}

.gallery-section.full-width.five-column .item-box{
	width:20%;
	display:none;
}

.gallery-section.list-view .item-box{
	float:none;
	width:100%;
	display:none;
	margin:10px 0px 0px 0px;
}

.gallery-section.full-width.list-view .item-box{
	margin-bottom:20px;
}

.gallery-section.mixed-column .item-box{
	display:none;
}

.gallery-section.mixed-column .one-fourth-col{
	width:25%;
}

.gallery-section.mixed-column .two-fourth-col{
	width:50%;
}

.portfolio-item .inner-box{
	position:relative;
	width:100%;
	display:block;
	overflow:hidden;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.portfolio-item .image{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
}

.gallery-section.full-width.list-view .item-box .image{
	float:left;
	width:50%;	
}

.gallery-section.list-view .item-box .cont-column{
	position:relative;
	float:left;
	padding:30px 0px 15px;	
}

.gallery-section.list-view.full-width .item-box .cont-column{
	width:50%;
	padding:50px 25px 15px;	
}

.gallery-section.list-view .item-box .cont-column .inner-box{
	max-width:585px;
}

.gallery-section.list-view .item-box .cont-column h3{
	color:#3a3a3a;
	font-size:18px;
	font-weight:600;
	margin-bottom:15px;	
}

.gallery-section.list-view .item-box .cont-column h3 a{
	color:#3a3a3a;		
}

.gallery-section.list-view .item-box .cont-column .item-cats{
	margin-bottom:15px;
	color:#11c3f0;
}

.gallery-section.list-view .item-box .cont-column .item-cats a{
	position:relative;
	color:#11c3f0;
}

.gallery-section.list-view .item-box .cont-column .description{
	margin-bottom:30px;
	font-size:16px;	
}

.gallery-section.list-view .item-box .cont-column .theme-btn{
	margin:0px 5px 10px;	
}
	
.portfolio-item .image img{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.portfolio-item:hover .image img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);	
}

.mixed-column .hover-caption{
	position:absolute;
	left:0px;
	bottom:-50%;
	width:100%;
	padding:10px 10px;
	background:rgba(255,84,18,0.80);
	color:#ffffff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.mixed-column .portfolio-item:hover .hover-caption{
	bottom:0px;	
}

.mixed-column .hover-caption strong{
	font-weight:normal;
	text-shadow:0px 0px 1px #ffffff;
	-webkit-text-shadow:0px 0px 1px #ffffff;
	-ms-text-shadow:0px 0px 1px #ffffff;
	-o-text-shadow:0px 0px 1px #ffffff;
	-moz-text-shadow:0px 0px 1px #ffffff;	
}

.mixed-column .hover-caption a{
	color:#ffffff;	
}

.mixed-column .hover-caption a:hover{
	text-decoration:underline;	
}


.gallery-section .portfolio-item .hover-caption-two{
	position:absolute;
	left:0px;
	bottom:-50%;
	width:100%;
	padding:10px 20px;
	color:#ffffff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.gallery-section .portfolio-item:hover .hover-caption-two{
	bottom:0px;	
}

.mixed-column .hover-caption strong{
	font-weight:normal;
	font-size:16px;
	padding-right:10px;
	text-shadow:0px 0px 1px #ffffff;
	-webkit-text-shadow:0px 0px 1px #ffffff;
	-ms-text-shadow:0px 0px 1px #ffffff;
	-o-text-shadow:0px 0px 1px #ffffff;
	-moz-text-shadow:0px 0px 1px #ffffff;	
}

.gallery-section .portfolio-item .hover-caption-two a{
	color:#ffffff;
	line-height:30px;
	opacity:0.75;	
}

.gallery-section .portfolio-item .hover-caption-two .btn-share,
.gallery-section .portfolio-item .hover-caption-two .btn-zoom{
	position:relative;
	display:inline-block;
	margin:0px 0px 0px 10px;
	width:34px;
	height:34px;
	text-align:center;
	line-height:30px;
	font-size:16px;
	border:2px solid #ffffff;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.gallery-section .portfolio-item .hover-caption-two .post-title{
	font-family:'Raleway',sans-serif;
	font-weight:500;
	opacity:1;
	font-size:16px;
}

.gallery-section .portfolio-item .hover-caption-two a:hover{
	opacity:1;	
}

.portfolio-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	color:#ffffff;
	background:rgba(0,0,0,0.75);
	transform:translate(0,100%);
	-webkit-transform:translate(0,100%);
	-ms-transform:translate(0,100%);
	-o-transform:translate(0,100%);
	-moz-transform:translate(0,100%);
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.portfolio-item .overlay-box .overlay-inner{
	position:absolute;
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.portfolio-item .overlay-box .overlay-inner .content{
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;	
}

.portfolio-item .inner-box:hover .overlay-box{
	transform:translate(0,0);
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	-moz-transform:translate(0,0);
}

.portfolio-item .overlay-box h3{
	font-size:20px;
	font-weight:600;
	margin-bottom:15px;	
}

.portfolio-item .overlay-box h3 a{
	color:#ffffff;	
}

.portfolio-item .overlay-box h3 a:hover{
	color:#d971f2;	
}

.portfolio-item .overlay-box .tags{
	color:#d971f2;
	margin-bottom:25px;
}

.portfolio-item .overlay-box .tags a{
	color:#d971f2;
	font-size:16px;	
}

.portfolio-item .overlay-box .tags a:hover{
	color:#ffffff;	
}

.portfolio-item .overlay-box .zoom-btn{
	position:relative;
	display:inline-block;
	color:#d971f2;
	font-size:36px;
}

.portfolio-item .overlay-box .zoom-btn:hover{
	color:#ffffff;	
}

.portfolio-item .inner-box .under-caption{
	position:relative;
	display:block;
	padding:25px 10px;
	border-bottom:2px solid transparent;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.portfolio-item .inner-box.hover-bg:hover .under-caption{
	color:#11c3f0;	
}

.portfolio-item .inner-box.hover-bg:hover:before{
	background-color:#11c3f0;	
}

.portfolio-item .inner-box .zoom-style-one{
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:100%;
	height:100%;
	background:rgba(157,157,157,0.50);
	opacity:0;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.mixed-column .portfolio-item .inner-box .zoom-style-one{
	background:rgba(255,255,255,0.50);	
}

.portfolio-item .inner-box:hover .zoom-style-one{
	opacity:1;	
}

.portfolio-item .inner-box .zoom-style-one .lightbox-image{
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:100%;
	height:100%;
		
}

.portfolio-item .inner-box .zoom-style-one .line-vertical{
	position:absolute;
	left:50%;
	top:-20%;
	margin-top:-30px;
	width:1px;
	height:60px;
	border-right:1px solid #ffffff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.portfolio-item .inner-box .zoom-style-one .line-horizontal{
	position:absolute;
	right:-20%;
	top:50%;
	margin-right:-30px;
	width:60px;
	height:1px;
	border-bottom:1px solid #ffffff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.mixed-column .portfolio-item .inner-box .zoom-style-one .line-vertical,
.mixed-column .portfolio-item .inner-box .zoom-style-one .line-horizontal{
	border-color:#ff5412;	
}

.portfolio-item .inner-box:hover .line-vertical{
	top:50%;	
}

.portfolio-item .inner-box:hover .line-horizontal{
	right:50%;	
}

.portfolio-item .inner-box:hover .under-caption{
	border-bottom-color:#aa4fff;	
}

.portfolio-item .inner-box .under-caption .item-title{
	font-size:18px;
	margin-bottom:10px;
	color:#3a3a3a;
	font-family:'Raleway',sans-serif;
	font-weight:500;	
}

.portfolio-item .inner-box .under-caption .item-title a{
	color:#3a3a3a;	
}

.portfolio-item .inner-box.hover-bg .under-caption{
	border-bottom-color:transparent;
	margin-bottom:0px;	
}

.portfolio-item .inner-box.hover-bg .under-caption .item-category a{
	color:#11c3f0;	
}

.portfolio-item .inner-box.hover-bg:hover .under-caption .item-title,
.portfolio-item .inner-box.hover-bg:hover .under-caption .item-title a,
.portfolio-item .inner-box.hover-bg:hover .under-caption .item-category a{
	color:#ffffff;	
}

.portfolio-item .inner-box .under-caption .item-title a:hover{
	color:#aa4fff;	
}

.portfolio-item .inner-box .under-caption .item-category{
	position:relative;
	font-size:15px;
	color:#aa4fff;	
}

.sec-title{
	position:relative;
	max-width:850px;
	margin-bottom:25px;
	margin-top: 15;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.sec-title h2{
	font-size:20px;
	font-weight:600;
	color:#2c4057;
	text-transform:none;
	letter-spacing:1px;
}

.sec-title h3{
	font-size:18px;
	font-weight:600;
	color:#2c4057;
	text-transform:uppercase;
	letter-spacing:1px;
}

.sec-title .bigger-title{
	font-size:22px;
	font-family:'Montserrat',sans-serif;
	font-weight:400;
}

.sec-title.style-two h2{
	font-size:28px;
	font-weight:500;
	color:#2c4057;
	margin-bottom:20px;
	text-transform:none;
	letter-spacing:0px;	
}

.line-centered{
	position:relative;
	display:block;
	max-width:80px;
	height:3px;
	margin:10px auto 20px;
	background-color: #ff5412;
}

.line-left{
	position:relative;
	display:block;
	max-width:80px;
	height:3px;
	background:#11c3f0;
	margin:10px 0px 20px;	
}

.sec-title .dots{
	position:relative;
	display:block;
	margin:10px auto 20px;	
}

.sec-title .dots .dot{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0px 2px;	
}

.sec-title .text{
	font-size:16px;
	margin:0 auto;
	line-height:2.2em;
}

/*** 

====================================================================
	Full Image Section style
====================================================================

***/

.full-image-section{
	position:relative;
	background:#ffffff;
	padding:70px 0px 20px;
}

.full-image-section.bg-pattern{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	background-image:url(../images/background/bg-pattern-2.jpg);
}

.intro-section.bg-pattern-blue{
	padding:70px 0px 60px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	background-image:url(../images/parallax/image-4.jpg);
}

.intro-section.bg-pattern .sub-title-theme{
	margin-bottom:20px;
	font-size:16px;
}

.intro-section.bg-pattern h1{
	font-size:48px;
	font-weight:700;
}

.full-image-section .image-box{
	position:relative;
	display:block;
	text-align:center;
	margin-bottom:80px;	
}

.full-image-section .image-box img{
	display:inline-block;
	max-width:100%;	
}

.social-column{
	position:relative;
	margin-bottom:50px;
}

.social-column .inner-box{
	position:relative;
	display:block;
	padding-left:72px;	
}

.social-column .icon{
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#ffffff;
	font-size:20px;	
}

.social-column h3{
	font-size:16px;
	color:#1b1b1b;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:5px;
	text-transform:uppercase;	
}

.social-column .count{
	color:#7f7f7f;	
}

.step-column{
	position:relative;
	margin-bottom:50px;
}

.step-column .inner-box{
	position:relative;
	display:block;
	padding-left:84px;	
}

.step-column .step-count{
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:64px;
	height:64px;
	line-height:60px;
	border:2px solid #FFC925;
	text-align:center;
	color:#FFC925;
	font-size:22px;
	font-family:'Montserrat', sans-serif;
}

.imp-steps .step-column .step-count{
	border-color:#ffc925;
	color:#ffc925;	
}

.step-column:hover .step-count{
	color:#ffffff;
	background-color: #FFC925;
}

.imp-steps .step-column:hover .step-count{
	background:#ffc925;
	color:#ffffff;
}

.step-column h3{
	font-size:16px;
	color:#1b1b1b;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:5px;
	text-transform:uppercase;	
}

.step-column .text{
	font-size:16px;
	color:#7f7f7f;
	line-height:2em;	
}

.full-image-section .social-column .fb-icon{
	background:#4469df;	
}

.full-image-section .social-column .twitter-icon{
	background:#1ddcf3;	
}

.full-image-section .social-column .google-icon{
	background:#fd5724;	
}

/*** 

====================================================================
	Single Image Carousel style
====================================================================

***/

.single-image-carousel{
	background:none;
	position:static;	
}

.single-image-carousel.no-pager .owl-controls{
	margin:0px;	
}

.single-image-carousel.with-pager .owl-dots{
	padding-top:10px;	
}

.single-image-carousel.no-pager .owl-dots{
	display:none !important;
}

.single-image-carousel.no-pager .owl-nav .owl-prev{
	position:absolute;
	left:10px;
	top:50%;
	display:block !important;
	margin:-25px 0px 0px;
	width:50px;
	height:50px;
	text-align:center;
	color:#ffffff;
	background:none !important;
	font-size:0px !important;
	-webkit-border-radius:50%  !important;
	-ms-border-radius:50%  !important;
	-o-border-radius:50%  !important;
	-moz-border-radius:50% !important;
	border-radius:50% !important;
	overflow:hidden;
}

.single-image-carousel.no-pager .owl-nav .owl-next{
	position:absolute;
	right:10px;
	top:50%;
	display:block !important;
	margin:-25px 0px 0px;
	width:50px;
	height:50px;
	text-align:center;
	color:#ffffff;
	background:none !important;
	font-size:0px !important;
	-webkit-border-radius:50%  !important;
	-ms-border-radius:50%  !important;
	-o-border-radius:50%  !important;
	-moz-border-radius:50% !important;
	border-radius:50% !important;
	overflow:hidden;
}

.single-image-carousel.no-pager .owl-nav .owl-prev:after{
	content:'\f104';
	font-family:'FontAwesome';
	position:absolute;
	left:0px;
	padding-left:0px;
	top:0px;
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:48px !important;
	opacity:1;
	color:#cccccc !important;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.single-image-carousel.no-pager .owl-nav .owl-next:after{
	content:'\f105';
	font-family:'FontAwesome';
	position:absolute;
	left:0px;
	top:0px;
	padding-left:3px;
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:48px !important;
	opacity:1;
	color:#cccccc !important;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.single-image-carousel .owl-nav .owl-prev:hover,
.single-image-carousel .owl-nav .owl-next:hover{
	background:none !important;
}

.single-image-carousel .owl-nav .owl-prev:hover:after,
.single-image-carousel .owl-nav .owl-next:hover:after{
	color:#3a3a3a !important;
}

.single-image-carousel .owl-dots .owl-dot:hover span,
.single-image-carousel .owl-dots .owl-dot.active span{
	background:#11c3f0 !important;
	transform:scale(1.4,1.4);
}


/*** 

====================================================================
	Client Testimonials Slider
====================================================================

 ***/


.client-testimonials{
	position:relative;
	padding:70px 0px 60px;
	background:#273b53 url(../images/background/testimonials-bg.png) center top repeat;
	background-attachment:fixed;
	text-align:center;
}

.client-testimonials.orange-theme{
	background-color:#ff5412 !important;	
}

.client-testimonials.style-one h2{
	position:relative;
	color:#ffffff;
}

.client-testimonials h2 .quote-icon{
	font-size:42px;	
}

.testimonial-slider-full figure{
	position:relative;
	display:block;
	margin-bottom:35px;	
}

.testimonial-slider-full figure img{
	position:relative;
	display:inline-block;
	width:90px;
	height:90px;
}

.testimonial-slider-full .text{
	position:relative;
	display:block;
	max-width:900px;
	margin:0 auto;
	margin-bottom:35px;
	font-size:18px;
	line-height:2em;
	letter-spacing:1px;
	color:#ffffff;	
}

.orange-theme .testimonial-slider-full .text{
	color:#f2f2f2;	
}

.testimonial-slider-full .author-info{
	position:relative;
	font-size:16px;
	color:#11c3f0;
	margin-bottom:30px;	
}

.theme-purple .testimonial-slider-full .author-info{
	color:#aa4fff;	
}

.theme-dark-blue .testimonial-slider-full .author-info{
	color:#5677cc;	
}

.theme-orange .testimonial-slider-full .author-info{
	color:#ff5412;	
}

.theme-cyan .testimonial-slider-full .author-info{
	color:#43d6d1;	
}

.orange-theme .testimonial-slider-full .author-info{
	color:#ffffff;	
}

.client-testimonials.style-one .bx-pager{
	position:relative;
	display:block;
	width:100%;	
}

.client-testimonials.style-one .bx-pager .bx-pager-item{
	position:relative;
	display:inline-block;
	width:12px;
	height:12px;
	margin:0px 4px;
}

.client-testimonials.style-one .bx-pager .bx-pager-link{
	position:relative;
	display:block;
	width:12px;
	height:12px;
	background:#ffffff;
	border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	text-indent:9999px;
	overflow:hidden;
}

.client-testimonials.style-one .bx-pager .bx-pager-link.active{
	border:2px solid #11c3f0;
	background:#11c3f0;
	-webkit-transform:scale(1.3,1.3);
	-ms-transform:scale(1.3,1.3);
	-o-transform:scale(1.3,1.3);
	-moz-transform:scale(1.3,1.3);
	transform:scale(1.3,1.3);
}

.client-testimonials.style-one.rounded-nav .bx-pager .bx-pager-item{
	position:relative;
	display:inline-block;
	width:12px;
	height:12px;
	margin:0px 5px;
}

.client-testimonials.style-one.rounded-nav .bx-pager .bx-pager-link{
	position:relative;
	display:block;
	width:12px;
	height:12px;
	background:#ffffff;
	border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	text-indent:9999px;
	overflow:hidden;
}

.client-testimonials.orange-theme.style-one.rounded-nav .bx-pager .bx-pager-link{
	background:#ffffff;	
}

.client-testimonials.style-one.rounded-nav .bx-pager .bx-pager-link.active{
	border:1px solid #aa4fff;
	background:none;
	-webkit-transform:scale(1.4,1.4);
	-ms-transform:scale(1.4,1.4);
	-o-transform:scale(1.4,1.4);
	-moz-transform:scale(1.4,1.4);
	transform:scale(1.4,1.4);
}

.client-testimonials.orange-theme.style-one.rounded-nav .bx-pager .bx-pager-link.active{
	border:1px solid #ffffff;	
}

/*** 

====================================================================
	Testimonials Section style
====================================================================

***/

.testimonials-two{
	position:relative;
	padding:80px 0px 80px;
	background-color:#ffffff;
}

.bg-pattern-style{
	background:#e8e9ea url(../images/background/bg-pattern.jpg) center top repeat;
}

.testimonials-two .testimonials-slider{
	position:relative;
	padding:0px;
}

.testimonials-two .testimonials-slider .slide-item{
	position:relative;
	margin:50px 0px 0px 0px;
	text-align:center;
	font-size:16px;
}

.testimonials-two .testimonials-slider .slide-item:hover{
	border-color:#eb1d1d;	
}

.testimonials-two .testimonials-slider .image-box{
	position:relative;
	width:97px;
	height:94px;
	margin:-50px auto 30px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
}

.testimonials-two .testimonials-slider .author-title{
	font-size:18px;
	font-weight:600;
	font-family:'Raleway',sans-serif;
	margin-bottom:10px;
	color:#3a3a3a;
}

.theme-cyan .testimonials-two .testimonials-slider .author-occupation{
	color:#43d6d1;
}

.testimonials-two .testimonials-slider .author-occupation{
	font-size:14px;
	margin-bottom:5px;
	color:#11c3f0;
	font-family:'Montserrat',sans-serif;
}

.testimonials-two .testimonials-slider .image-box img{
	position:relative;
	width:94px;
	height:94px;
	display:block;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
}

.testimonials-two .slide-text{
	position:relative;
	font-size:16px;
	color:#565656;
	line-height:2em;
	padding:20px;	
}

.testimonials-two .column-carousel .owl-nav {
	position:relative;
	width:100%;
	display:none !important;	
}

.testimonials-two .column-carousel .owl-nav .owl-prev{
	position:absolute;
	left:-70px;
	top:0;
	width:24px;
	padding-right:3px;
	height:40px;
	border:1px solid #e3e3e3;
	text-align:center;
	color:#cccccc;
	background:#ffffff !important;
	font-size:0px !important;
}

.testimonials-two .column-carousel .owl-nav .owl-next{
	position:absolute;
	right:-70px;
	top:0;
	width:24px;
	padding-left:3px;
	height:40px;
	text-align:center;
	color:#cccccc;
	border:1px solid #e3e3e3;
	background:#ffffff !important;
	font-size:0px !important;
}

.testimonials-two .column-carousel .owl-nav .owl-prev:after{
	content:'\f104';
	font-family:'FontAwesome';
	position:absolute;
	left:-3px;
	top:50%;
	margin-top:-10px;
	display:block;
	font-size:16px;
	text-align:center;
	width:30px;
	height:10px;
	opacity:1;
	color:#cccccc;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.testimonials-two .column-carousel .owl-nav .owl-next:after{
	content:'\f105';
	font-family:'FontAwesome';
	position:absolute;
	right:-5px;
	top:50%;
	margin-top:-10px;
	display:block;
	font-size:16px;
	text-align:center;
	width:30px;
	height:10px;
	opacity:1;
	color:#cccccc;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.testimonials-two .column-carousel .owl-nav .owl-prev:hover,
.testimonials-two .column-carousel .owl-nav .owl-next:hover{
	background:#ffd21d !important;	
}

.testimonials-two .column-carousel .owl-nav .owl-prev:hover:after,
.testimonials-two .column-carousel .owl-nav .owl-next:hover:after{
	opacity:1;
	color:#ffffff;
}

.testimonials-two .column-carousel.three-column .owl-controls,
.testimonials-two .column-carousel.one-column .owl-controls{
	position:relative;
	top:0px;
	padding-top:20px;
	display:block;	
}

.testimonials-two .column-carousel.three-column .owl-dots,
.testimonials-two .column-carousel.one-column .owl-dots{
	display:block !important;
	position:relative;
	text-align:center;
	padding:10px 0px;
	top:0px;
}

.testimonials-two .column-carousel.three-column .owl-dot span,
.testimonials-two .column-carousel.one-column .owl-dot span{
	position:relative;
	display:block;
	width:12px;
	height:12px;
	background:#cccccc;
	border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	text-indent:9999px;
	overflow:hidden;
	
}

.theme-purple .testimonials-two .column-carousel.three-column .owl-dot span,
.theme-purple .testimonials-two .column-carousel.one-column .owl-dot span{
	background:#d971f2;
	
}

.theme-cyan .testimonials-two .column-carousel.three-column .owl-dot span,
.theme-cyan .testimonials-two .column-carousel.one-column .owl-dot span{
	background:#cccccc;	
}

.testimonials-two .column-carousel.three-column .owl-dot span:hover,
.testimonials-two .column-carousel.three-column .owl-dot.active span,
.testimonials-two .column-carousel.one-column .owl-dot span:hover,
.testimonials-two .column-carousel.one-column .owl-dot.active span{
	border:2px solid #11c3f0;
	background:#11c3f0;
	-webkit-transform:scale(1.3,1.3);
	-ms-transform:scale(1.3,1.3);
	-o-transform:scale(1.3,1.3);
	-moz-transform:scale(1.3,1.3);
	transform:scale(1.3,1.3);
	
}

.theme-cyan .testimonials-two .column-carousel.three-column .owl-dot span:hover,
.theme-cyan .testimonials-two .column-carousel.three-column .owl-dot.active span,
.theme-cyan .testimonials-two .column-carousel.one-column .owl-dot span:hover,
.theme-cyan .testimonials-two .column-carousel.one-column .owl-dot.active span{
	border:2px solid #43d6d1;
	background:#43d6d1;
	-webkit-transform:scale(1.3,1.3);
	-ms-transform:scale(1.3,1.3);
	-o-transform:scale(1.3,1.3);
	-moz-transform:scale(1.3,1.3);
	transform:scale(1.3,1.3);
	
}


/*** 

====================================================================
	Best Sellers Section
====================================================================

 ***/

.best-sellers{
	position:relative;
	padding:70px 0px 20px;
	background:#ffffff;
}

.products-section .product-item{
	position:relative;
	margin-bottom:50px;	
}

.products-section .product-item .inner-box{
	position:relative;	
}

.products-section .product-item .image{
	position:relative;
	margin-bottom:20px;
	text-align:center;
	overflow:hidden;
}

.products-section .product-item .image .sale-tag{
	position:absolute;
	left:5px;
	top:5px;
	width:70px;
	height:70px;
	display:table-cell;
	vertical-align:middle;
	line-height:70px;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;	
	background-color:#11c3f0;	
}

.products-section .product-item .image .zoom{
	position:absolute;
	left:-50px;
	top:50%;
	margin-top:-25px;
	margin-left:-60px;
	line-height:50px;
	display:block;
	width:50px;
	height:50px;
	color:#ffffff;
	outline:1px dashed #ffffff;
	outline-offset:-5px;
	background:#11c3f0;
	font-size:20px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.products-section .product-item:hover .image .zoom{
	left:50%;
}

.products-section .product-item .image .read-more{
	position:absolute;
	right:-50px;
	top:50%;
	margin-top:-25px;
	margin-right:-60px;
	line-height:50px;
	display:block;
	width:50px;
	height:50px;
	color:#ffffff;
	outline:1px dashed #ffffff;
	outline-offset:-5px;
	background:#11c3f0;
	font-size:20px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.products-section .product-item:hover .image .read-more{
	right:50%;
}

.products-section .product-item .image .zoom:hover,
.products-section .product-item .image .read-more:hover{
	background:#0b8bab;	
}

.products-section .product-item .image img{
	display:block;
	width:100%;	
}

.products-section .product-item .product-content{
	position:relative;	
}

.products-section .product-item .prod-title{
	font-size:16px;
	color:#3a3a3a;
	margin-bottom:15px;
	-webkit-text-shadow:0px 0px 0px #000000;
	-ms-text-shadow:0px 0px 0px #000000;
	-o-text-shadow:0px 0px 0px #000000;
	-moz-text-shadow:0px 0px 0px #000000;
	text-shadow:0px 0px 0px #000000;	
}

.products-section .product-item .prod-title a{
	color:#3a3a3a;	
}

.products-section .product-item .prod-price{
	margin-bottom:20px;
	color:#11c3f0;
	font-size:18px;
	font-family:'Raleway',sans-serif;
	font-weight:600;
}

.products-section .product-item .prod-price .actual-price{
	color:#acb3ba;
	padding-left:20px;	
}

.products-section .product-item .prod-options a{
	color:#acb3ba;
	font-family:'Raleway',sans-serif;
	font-weight:600;
}

.products-section .product-item .prod-options a .icon{
	padding-right:10px;
	font-size:18px;
	line-height:1em;
	font-weight:normal;
}

.products-section .product-item .prod-options a:hover{
	color:#11c3f0;	
}


/*** 

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

***/

.main-footer{
	position:relative;
}

.main-footer p{
	line-height:2em;
	margin-bottom:20px;
}

.main-footer .footer-upper{
	position:relative;
	padding:60px 0px 20px;
	color:#ffffff;
	background:#2b4261;
	line-height:1,9;
}

.main-footer.bg-dark .footer-upper{
	background:#1f252d;	
}

.main-footer .footer-upper .column{
	position:relative;
	margin-bottom:15px;
}

.footer-upper .column h2{
	position:relative;
	font-size:18px;
	line-height:1.4em;
	padding:0px 0px 18px;
	margin-bottom:30px;
	font-weight:600;
	text-transform:uppercase;
	color:#ffffff;
}

.footer-upper .column h2:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background:#11c3f0;
}

.theme-purple .footer-upper .column h2:after{
	background:#d971f2;	
}

.theme-dark-blue .footer-upper .column h2:after{
	background:#ffc925;	
}

.theme-orange .footer-upper .column h2:after{
	background:#ff5412;	
}

.theme-cyan .footer-upper .column h2:after{
	background:#43d6d1;	
}

.main-footer .about-widget{
	font-size:16px;
}

.contact-widget li{
	position:relative;
	margin-bottom:25px;
	padding-left:30px;
	line-height:20px;
}

.contact-widget li a{
	color:#11c3f0;	
}

.theme-purple .footer-upper .contact-widget li a{
	color:#d971f2;	
}

.theme-dark-blue .footer-upper .contact-widget li a{
	color:#5677cc;	
}

.theme-orange .footer-upper .contact-widget li a{
	color:#ff5412;	
}

.theme-cyan .footer-upper .contact-widget li a{
	color:#43d6d1;	
}

.theme-purple .footer-upper .contact-widget li a:hover{
	color:#d971f2;	
}

.theme-dark-blue .footer-upper .contact-widget li a:hover{
	color:#5677cc;	
}

.theme-orange .footer-upper .contact-widget li a:hover{
	color:#ff5412;	
}

.theme-cyan .footer-upper .contact-widget li a:hover{
	color:#43d6d1;	
}

.contact-widget li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	line-height:22px;
	font-size:18px;
	color:#555555;
}

.main-footer .contact-widget li .icon{
	color:#CCCCCC;	
}

.contact-widget li strong{
	font-weight:600;
	padding-right:5px;	
}

.main-footer .footer-upper a{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-footer .footer-upper a:hover{
	color:#ffffff;	
}

.footer-upper .links-widget li{
	position:relative;
	margin-bottom:15px;
}

.footer-upper .links-widget li a{
	position:relative;
	display:block;
	font-size:16px;
	color:#ffffff;
	padding-left:30px;
	line-height:24px;
}

.footer-upper .links-widget li a:before{
	font-family: 'FontAwesome';
	content:'\f01d';
	position:absolute;
	left:0px;
	top:0px;
	line-height:24px;	
}

.footer-upper .links-widget li a:hover{
	color:#11c3f0;	
}

.theme-purple .footer-upper .links-widget li a:hover{
	color:#d971f2;	
}

.theme-dark-blue .footer-upper .links-widget li a:hover{
	color:#5677cc;	
}

.theme-orange .footer-upper .links-widget li a:hover{
	color:#ff5412;	
}

.theme-cyan .footer-upper .links-widget li a:hover{
	color:#43d6d1;	
}

.footer-upper .twitter-feeds .feed{
	position:relative;
	margin-bottom:15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.footer-upper .twitter-feeds .feed:last-child{
	border:none;	
}

.footer-upper .twitter-feeds .feed-content{
	margin-bottom:5px;	
}

.footer-upper .twitter-feeds .feed a{
	position:relative;
	color:#ffffff;
}

.footer-upper .twitter-feeds .feed .time{
	position:relative;
	color:#cccccc;
	font-size:12px;
	text-transform:uppercase;
}

.footer-upper .twitter-feeds .feed strong{
	font-weight:400;	
}

.footer-upper .twitter-feeds .feed .icon{
	position:absolute;
	width:30px;
	height:20px;
	left:0px;
	top:5px;
	line-height:20px;
	font-size:16px;
	color:#4bcaff;	
}

.theme-purple .footer-upper .twitter-feeds .feed .icon{
	color:#d971f2;		
}

.theme-dark-blue .footer-upper .twitter-feeds .feed .icon{
	color:#5677cc;		
}

.theme-orange .footer-upper .twitter-feeds .feed .icon{
	color:#ff5412;		
}

.theme-cyan .footer-upper .twitter-feeds .feed .icon{
	color:#43d6d1;		
}

.footer-upper .social-links a{
	position:relative;
	display:inline-block;
	font-size:15px;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	background:none;
	margin-right:5px;
	color:#f1f1f1;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.footer-upper .social-links a:hover{
	color:#ffffff;
	background:#fe4e37;	
}

.footer-upper .flicker-widget{
	position:relative;
}

.footer-upper .flicker-widget .image{
	position:relative;
	float:left;
	width:33.333%;
	border:1px solid transparent;
	overflow:hidden;
}

.footer-upper .flicker-widget .image img{
	position:relative;
	display:block;
	width:100%;
	transition:all 300ms ease;
}

.footer-upper .flicker-widget .image img:hover{
	opacity:0.75;
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}

.footer-upper .recent-posts-widget .post{
	position:relative;
	font-size:14px;
	margin-bottom:40px;
	min-height:60px;
	padding:0px 0px 0px 90px;
	color:#cccccc;
}

.footer-upper .recent-posts-widget .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:72px;
	height:72px;	
}

.footer-upper .recent-posts-widget .post .post-thumb img{
	width:100%;
	display:block;	
}

.footer-upper .recent-posts-widget .post h4{
	font-size:15px;
	font-weight:500;
	margin:0px 0px 5px;
	line-height:1.6em;
	color:#ffffff;
	font-family:'Montserrat',sans-serif;	
}

.footer-upper .recent-posts-widget .post h4 a{
	color:#ffffff !important;	
}

.footer-upper .recent-posts-widget .post a,
.footer-upper .recent-posts-widget .post a:hover{
	color:#ffffff;	
}

.theme-orange .footer-upper .recent-posts-widget .post a,
.theme-orange .footer-upper .recent-posts-widget .post a:hover{
	color:#ff5412;	
}

.theme-cyan .footer-upper .recent-posts-widget .post a,
.theme-cyan .footer-upper .recent-posts-widget .post a:hover{
	color:#ff5412;	
}


.theme-dark-blue .footer-upper .recent-posts-widget .post a:hover{
	color:#ffc925;	
}

.theme-cyan .footer-upper .recent-posts-widget .post a,
.theme-cyan .footer-upper .recent-posts-widget .post a:hover,
.theme-cyan .footer-upper .recent-posts-widget .post-info{
	color:#43d6d1;	
}

.theme-dark-blue .footer-upper .recent-posts-widget .post-info a,
.theme-dark-blue .footer-upper .recent-posts-widget .post a:hover,
.theme-dark-blue .footer-upper .recent-posts-widget .post-info{
	color:#ffc925;	
}

.footer-upper .recent-posts-widget .post h4 a,
.theme-cyan .footer-upper .recent-posts-widget .post h4 a{
	color:#ffffff;	
}

.footer-upper .recent-posts-widget .post .fa{
	font-size:16px;	
}

.footer-upper .recent-posts-widget .post-info{
	color:#ff5412;	
}

.footer-bottom{
	position:relative;
	background:#415c7f;
	padding:20px 0px;
	color:#ffffff;
	font-size:15px;
	text-align:center;
	font-family:'Montserrat',sans-serif;
}

.theme-orange .footer-bottom{
	color:#3a3a3a;
	background-color: #5677cc;
}

.theme-cyan .footer-bottom{
	background:#43d6d1;
	color:#ffffff;
}

.theme-dark-blue .footer-bottom{
	background:#5677cc;
	color:#ffffff;
}

.theme-dark-blue .footer-bottom .fa-heart-o{
	color:#ffffff;
}

.footer-bottom .copyright{
	position:relative;
	line-height:30px;
}

.footer-bottom .copyright a{
	position:relative;
	color:#ffffff;	
}

.footer-bottom .copyright strong{
	font-weight:400;
	color:#ffffff;	
}

.theme-orange .footer-bottom .copyright strong{
	color:#1a1a1a;
}

.theme-cyan .footer-bottom .copyright strong{
	color:#ffffff;
}

/*** 

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

***/

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

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

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

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

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

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

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

.search-popup .search-form fieldset input[type="submit"]{
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	text-align:center;
	width:220px;
	height:70px;
	padding:20px 10px 20px 10px;
	color:#ffffff !important;
	background:#11c3f0;
	line-height:30px;
	font-size:20px;
	color:#233145;
	text-transform:uppercase;
	font-family: 'PT Sans Narrow',sans-serif;
	border-radius:0px 7px 7px 0px;
	-moz-border-radius:0px 7px 7px 0px;
	-ms-border-radius:0px 7px 7px 0px;
	-o-border-radius:0px 7px 7px 0px;
	-webkit-border-radius:0px 7px 7px 0px;
}

.theme-purple .search-popup .search-form fieldset input[type="submit"]{
	background:#d971f2;
}

.theme-dark-blue .search-popup .search-form fieldset input[type="submit"]{
	background:#5677cc;
}

.theme-orange .search-popup .search-form fieldset input[type="submit"]{
	background:#ff5412;
}

.theme-cyan .search-popup .search-form fieldset input[type="submit"]{
	background:#43d6d1;
}

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

.search-popup h3{
	font-family: 'PT Sans Narrow',sans-serif;
	font-size:24px;
	color:#ffffff;
	margin-bottom:20px;
	text-align:center;	
}

.search-popup .recent-searches{
	font-family: 'PT Sans Narrow',sans-serif;
	font-size:16px;
	color:#ffffff;
	text-align:center;
}

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

.search-popup .recent-searches li a{
	display:block;
	line-height:24px;
	border:1px solid #ffffff;
	padding:7px 15px;
	color:#ffffff;
	border-radius:3px;
}

.search-popup .recent-searches li a:hover{
	color:#11c3f0;
	border-color:#11c3f0;	
}

.theme-purple .search-popup .recent-searches li a:hover{
	color:#d971f2;
	border-color:#d971f2;	
}

.theme-dark-blue .search-popup .recent-searches li a:hover{
	color:#5677cc;
	border-color:#5677cc;	
}

.theme-orange .search-popup .recent-searches li a:hover{
	color:#ff5412;
	border-color:#ff5412;	
}

.theme-cyan .search-popup .recent-searches li a:hover{
	color:#43d6d1;
	border-color:#43d6d1;	
}

/*** 

====================================================================
	Circular Graphs Section style
====================================================================

***/

.circular-graph-section{
	position:relative;
	padding:70px 0px 20px;
	background:#e8e9ea url(../images/background/bg-pattern.jpg) center top repeat;
}

.circular-graph-section .sec-title h3{
	color:#2b4261;
	letter-spacing:5px;
}

.circular-graph-section .column{
	position:relative;
	text-align:center;
	margin-bottom:50px;	
}

.circular-graph-section .column .inner-box{
	position:relative;
	display:block;
	max-width:300px;
	margin:0 auto;	
}

.circular-graph-section .column .graph-outer{
	position:relative;
	max-width:200px;
	margin:0 auto;
	margin-bottom:30px;	
}

.circular-graph-section .column .inner-text{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:block;
	padding-top:80px;
	line-height:40px;
	font-size:32px;
	font-weight:normal;
	color:#d971f2;
	font-family: 'Raleway',sans-serif;
}

.circular-graph-section .column.style-two .inner-text{
	letter-spacing:4px;
	font-weight:600;
	font-size:36px;
	color:#3a3a3a;
}

.circular-graph-section .column h3{
	position:relative;
	font-size:18px;
	font-weight:500;
	color:#3a3a3a;	
}

.circular-graph-section .column.style-two h3{
	font-family: 'Montserrat',sans-serif;
	letter-spacing:1px;
}

.circular-graph-section .column .circular-line{
	position:absolute;
	left:5px;
	top:5px;
	width:190px;
	height:190px;
	border:2px solid #cccccc;
	z-index:0;	
}

.circular-graph-section .column canvas{
	position:relative;
	z-index:1;	
}

/*** 

====================================================================
	Our Team Section style One
====================================================================

***/

.team-section{
	position:relative;
	padding:80px 0px 30px;
}

.team-section.style-three{
	padding-bottom:15px;
}

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

.team-section .column .inner-box{
	position:relative;
	text-align:center;
	overflow:hidden;
	max-width:400px;
	margin:0 auto;	
}

.team-section .column .image{
	position:relative;	
}

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

.team-section.style-one .column .content{
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	color:#ffffff;
	opacity:0;
	background:rgba(63,74,87,0.80);
	transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;
	-webkit-transition:all 500ms ease-out;
	-ms-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
}

.team-section.style-one .column .inner-box:hover .content{
	top:0px;
	opacity:1;	
}

.team-section.style-one .column .member-title{
	position:absolute;
	padding:0px 10px;
	width:100%;
	bottom:50%;
	font-size:16px;
	font-family:'Raleway',sans-serif;
}

.team-section.style-one .column .social-links{
	position:absolute;
	padding:0px 10px;
	width:100%;
	bottom:20px;
	font-size:16px;	
}

.team-section.style-one .column .social-links a{
	position:relative;
	display:inline-block;
	width:40px;
	height:40px;
	line-height:36px;
	color:#ffffff;
	font-size:16px;
	margin:5px 4px;
	border:2px solid #ffffff;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.team-section.style-one .column .social-links .facebook:hover{
	background-color:#3b5998;
	border-color:#3b5998;
}

.team-section.style-one .column .social-links .twitter:hover{
	background-color:#00aced;
	border-color:#00aced;
}

.team-section.style-one .column .social-links .google-plus:hover{
	background-color:#dd4b39;
	border-color:#dd4b39;
}

.team-section.style-one .column .social-links .instagram:hover{
	background-color:#125688;
	border-color:#125688;
}

.team-section .content-column .inner-box{
	text-align:left;	
}

.team-section .content-column h2{
	font-weight:600;
	font-size:20px;
	margin-bottom:10px;
	color:#3f4a57;
}

.team-section .content-column .text{
	font-size:16px;
	margin-bottom:25px;
}

.team-section .view-all{
	font-size:16px;	
}

.team-section .view-all .fa{
	padding-left:10px;
	font-size:20px;	
}

.team-section.style-two .inner-box{
	max-width:300px;
	margin:0 auto;
	text-align:center;	
}

.team-section.style-two .team-member{
	margin-bottom:40px;	
}

.team-section.style-two .team-member .image{
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}

.team-section.style-two .team-member .image img{
	display:inline-block;
	max-width:100%;	
}

.team-section.style-two .team-member .hover-info{
	position:absolute;
	left:0px;
	bottom:-100%;
	width:100%;
	padding:15px 20px;
	color:#ffffff;
	background:rgba(38,38,38,0.85);
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.team-section.style-two .team-member:hover .hover-info{
	bottom:0;	
}

.team-section.style-two .team-member .text{
	line-height:2.4em;
	margin-bottom:10px;
	font-size:15px;
}

.team-section.style-two .team-member .social-links a{
	position:relative;
	display:inline-block;
	margin:5px 10px;
	color:#ffffff;
	font-size:16px;
}

.team-section.style-two .team-member .social-links a:hover{
	color:#aa4fff;	
}

.team-section.style-two .team-member h3{
	font-size:15px;
	color:#3a3a3a;
	margin-bottom:10px;
	letter-spacing:2px;
	font-family:'Montserrat',sans-serif;
}

.team-section.style-two .team-member h4{
	font-size:14px;
	color:#999999;
	letter-spacing:1px;
	font-family:'Montserrat',sans-serif;
}

.team-section.style-three .team-member{
	margin-bottom:30px;
	padding:0px !important;	
}

.team-section.has-padding .team-member{
	padding-left:15px !important;
	padding-right:15px !important;	
}

.team-section.style-three .team-member .image{
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}

.team-section.style-three .team-member .image img{
	display:block;
	width:100%;	
}

.team-section.has-padding .team-member .image img{
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
}

.team-section.style-three .team-member .hover-info{
	position:absolute;
	left:0px;
	bottom:-50%;
	width:100%;
	padding:14px 20px;
	color:#ffffff;
	background:rgba(255,84,18,0.80);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-section.has-padding .team-member .hover-info{
	background:#ffc925;
	font-size:17px;
	
}

.team-section.style-three .team-member:hover .hover-info{
	bottom:0;	
}

.team-section.style-three .see-all a{
	font-size:14px;
	text-transform:uppercase;
	color:#454545;
	font-family:'Montserrat',sans-serif;
}

.team-section.style-three .see-all a:hover{
	color:#ff5412;	
}

.team-section .social-links-one{
	position:relative;
	padding:15px 10px 10px;	
}

.team-section .social-links-one a{
	display:inline-block;
	margin:0px 5px;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#777777;
	background:#dedede;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-section .social-links-one a:hover{
	color:#ffffff;	
}

.team-section .social-links-one .facebook:hover{
	background:#3b5998;	
}

.team-section .social-links-one .twitter:hover{
	background:#00aced;	
}

.team-section .social-links-one .linkedin:hover{
	background:#007bb5;	
}

.team-section .social-links-one .google-plus:hover{
	background:#dd4b39;	
}


/*** 

====================================================================
	Sponsors Section Style
====================================================================

***/

.sponsors-section.style-one{
	position:relative;
	padding:40px 0px;
	background:#d971f2;
	overflow:hidden;
}

.sponsors-section.style-one .sponsors-outer{
	position:relative;
	margin:0px 0px;
	background:none !important;	
}

.sponsors-section.style-one .sponsors-slider{
	position:relative;
	padding:0px 0px;
	background:none !important;
}

.sponsors-section.style-one .sponsors-slider li{
	opacity:0.70;
	background:none !important;
}

.sponsors-section.style-one .sponsors-slider li:hover{
	opacity:1;	
}

.sponsors-section.style-one .owl-controls{
	margin:0px !important;	
}

.sponsors-section.style-one .owl-nav .owl-prev{
	position:absolute;
	left:-70px;
	top:50%;
	margin-top:-20px !important;
	width:28px;
	height:40px;
	text-align:center;
	color:#cccccc;
	background:none !important;
	font-size:0px !important;
}

.sponsors-section.style-one .owl-nav .owl-next{
	position:absolute;
	right:-70px;
	top:50%;
	margin-top:-20px !important;
	width:28px;
	height:40px;
	text-align:center;
	color:#cccccc;
	background:none !important;
	font-size:0px !important;
}

.sponsors-section.style-one .owl-nav .owl-prev:after{
	content:'\f104';
	font-family:'FontAwesome';
	position:absolute;
	left:-2px;
	top:50%;
	margin-top:-10px;
	display:block;
	font-size:28px;
	text-align:center;
	width:30px;
	height:10px;
	opacity:1;
	color:rgba(255,255,255,0.50);
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.sponsors-section.style-one .owl-nav .owl-next:after{
	content:'\f105';
	font-family:'FontAwesome';
	position:absolute;
	right:-4px;
	top:50%;
	margin-top:-10px;
	display:block;
	font-size:28px;
	text-align:center;
	width:30px;
	height:10px;
	opacity:1;
	color:rgba(255,255,255,0.50);
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.sponsors-section .owl-nav .owl-prev:hover:after,
.sponsors-section .owl-nav .owl-next:hover:after{
	opacity:1;
	color:#ffffff;
}

.sponsors-section.style-one .owl-nav .owl-prev:hover,
.sponsors-section.style-one .owl-nav .owl-next:hover{
	
}

.sponsors-section.style-one .owl-dots{
	display:none !important;	
}

/*** 

====================================================================
	Four Column Carousel Style
====================================================================

***/

.full-slider-section{
	position:relative;
	overflow:hidden;	
}

.column-carousel{
	position:relative;
	padding:30px 0px 0px;
}

.column-carousel.no-controls .owl-controls{
	display:none !important;	
}

.column-carousel .owl-controls{
	position:absolute;
	left:0px;
	top:-65px;
	width:100%;
	height:40px;
	margin:0px !important;	
}

.column-carousel .owl-nav .owl-prev{
	position:relative;
	display:inline-block;
	margin:0px 10px;
	width:40px;
	height:40px;
	text-align:center;
	color:#ffffff;
	background:#3a3a3a !important;
	font-size:0px !important;
	-webkit-border-radius:50%  !important;
	-ms-border-radius:50%  !important;
	-o-border-radius:50%  !important;
	-moz-border-radius:50% !important;
	border-radius:50% !important;
	overflow:hidden;
}

.column-carousel .owl-nav .owl-next{
	position:relative;
	display:inline-block;
	margin:0px 10px;
	width:40px;
	height:40px;
	text-align:center;
	color:#ffffff;
	background:#3a3a3a !important;
	font-size:0px !important;
	-webkit-border-radius:50%  !important;
	-ms-border-radius:50%  !important;
	-o-border-radius:50%  !important;
	-moz-border-radius:50% !important;
	border-radius:50% !important;
	overflow:hidden;
}

.column-carousel .owl-nav .owl-prev:after{
	content:'\f104';
	font-family:'FontAwesome';
	position:absolute;
	left:0px;
	padding-left:0px;
	top:0px;
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:24px !important;
	opacity:1;
	color:#ffffff !important;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.column-carousel .owl-nav .owl-next:after{
	content:'\f105';
	font-family:'FontAwesome';
	position:absolute;
	left:0px;
	top:0px;
	padding-left:3px;
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:24px !important;
	opacity:1;
	color:#ffffff !important;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.column-carousel .owl-nav .owl-prev:hover,
.column-carousel .owl-nav .owl-next:hover{
	background:#d971f2 !important;
}

.column-carousel .owl-dots{
	display:none !important;	
}


/*** 

====================================================================
	Featured Three Column style
====================================================================

***/

.default-section{
	position:relative;
	padding:50px 0px 20px;	
}

.featured-three-col{
	position:relative;
	background:#ffffff;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.featured-three-col .column{
	position:relative;
	margin-bottom:25px;
}

.featured-three-col .column .inner-box{
	position:relative;
	display:block;
	border-bottom:2px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.featured-three-col .column .inner-box:hover,
.featured-three-col .column .inner-box.active{
	border-bottom-color:#d971f2;
}

.featured-three-col.style-two .column .inner-box:hover,
.featured-three-col.style-two .column .inner-box.active{
	border-bottom-color:#ff5412;	
}

.featured-three-col .column .inner-box:after{
	font-family: 'FontAwesome';
	content: "\f0d8";
	text-align:center;
	position:absolute;
	right:0;
	bottom:-10px;
	width:100%;
	color:#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;	
}

.featured-three-col .column .inner-box:hover:after,
.featured-three-col .column .inner-box.active:after{
	color:#d971f2;	
}

.featured-three-col.style-two .column .inner-box:hover:after,
.featured-three-col.style-two .column .inner-box.active:after{
	color:#ff5412;	
}

.featured-three-col .column .image-box{
	position:relative;
	overflow:hidden;
}

.featured-three-col .column .image-box img{
	position:relative;
	display:block;
	width:100%;
	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:#eb1d1d;	
}

.featured-three-col .column .inner-box:hover .image-box img{
	transform:scale(1.1,1.1) rotate(-3deg);
	-webkit-transform:scale(1.1,1.1) rotate(-3deg);
	-ms-transform:scale(1.1,1.1) rotate(-3deg);
	-o-transform:scale(1.1,1.1) rotate(-3deg);
	-moz-transform:scale(1.1,1.1) rotate(-3deg);
	opacity:0.90;	
}

.featured-three-col .column .content{
	position:relative;
	padding:25px 0px 15px;	
}

.featured-three-col.style-two .column .post-info{
	color:#ff5412;
	margin-bottom:15px;	
}

.featured-three-col .column .post-info a{
	position:relative;
	color:#ff5412;
}

.featured-three-col .column h3{
	position:relative;
	font-size:18px;
	color:#1b1b1b;
	font-weight:400;
	margin-bottom:20px;
	text-transform:capitalize;
	font-family:'Montserrat',sans-serif;
}

.featured-three-col.style-two .column h3{
	margin-bottom:10px;
}

.featured-three-col .column h3 a{
	position:relative;
	color:#1b1b1b;
}

.featured-three-col .column h3 a:hover,
.featured-three-col .column .read-more:hover{
	color:#d971f2;	
}

.featured-three-col.style-two .column h3 a:hover,
.featured-three-col.style-two .column .read-more:hover{
	color:#ff5412;	
}

.featured-three-col .column .text{
	text-align:justify;
	font-size:16px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #d0d0d0;
}

.featured-three-col.style-two .column .text{
	border-bottom:none;
	margin-bottom:0px;	
}

.featured-three-col .column .read-more,
.featured-three-col .column .comments,
.featured-three-col .column .add-favorite{
	position:relative;
	display:inline-block;
	margin:10px 0px;
	text-transform:uppercase;
	color:#d971f2;
	line-height:24px;
}

.featured-three-col .column .comments{
	color:#7f7f7f;	
}

.featured-three-col .column .read-more{
	color:#11c3f0;	
}

.featured-three-col.style-two .column .read-more{
	color:#18466a;
	font-family:'Montserrat',sans-serif;
}

.featured-three-col.style-two .column .read-more .icon{
	position:relative;
	top:-1px;
	padding-left:5px;
	font-size:10px;	
}

.featured-three-col .column .post-options .icon{
	position:relative;
	top:2px;
	display:inline-block;
	padding-right:5px;
	font-size:20px;	
}


/*** 

====================================================================
	Parallax Section
====================================================================

***/

.parallax-section{
	position:relative;
	padding:100px 0px;
	color:#ffffff;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

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

.parallax-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	/*background:rgba(0,0,0,0.65);*/
	z-index:0;	
}

.parallax-section .small-title{
	font-size:16px;
	letter-spacing:3px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:25px;
}

.parallax-section h2{
	font-size:48px;
	letter-spacing:3px;
	font-weight:600;
	margin-bottom:40px;
}

.parallax-section .auto-container{
	position:relative;
	z-index:5;
}

.parallax-section h3{
	position:relative;
	font-size:28px;
	margin-bottom:30px;
}

.parallax-section .line{
	position:relative;
	width:100px;
	height:3px;
	background:#ffffff;
	margin:0px auto 40px;	
}

.parallax-section .text{
	position:relative;
	font-family: 'Bitter', serif;
	font-size:16px;
	font-style:italic;
	margin-bottom:40px;
}

.parallax-section .theme-btn{
	margin:0px 12px 5px;
	padding:10px 25px;

}

/*** 

====================================================================
	Fact Counter Section
====================================================================

***/

.fact-counter{
	position:relative;
	padding:0px 0px;
	color:#1b1b1b;
	background-color:#e5e5e5;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}

.fact-counter.style-two{
	position:relative;
	padding:70px 0px 20px;
	color:#ffffff;
	background-color:#383c41;
}

.fact-counter.style-three{
	position:relative;
	padding:70px 0px 20px;
	background:#e8e9ea url(../images/background/bg-pattern.jpg) center top repeat;
	background-size:auto;
}

.fact-counter:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:none;
	opacity:0.90;
	z-index:0;
}

.fact-counter .auto-container{
	position:relative;
	z-index:1;
}

.fact-counter .column{
	position:relative;
	padding:80px 15px 70px;
	text-align:center;
	z-index:5;	
}

.fact-counter.style-two .column{
	padding:30px 15px 30px;
	background:none !important;
	margin-bottom:20px;
}

.fact-counter.style-three .column{
	padding:30px 15px 30px;
	background:none !important;
	margin-bottom:20px;
}

.fact-counter .column:nth-child(1),
.fact-counter .column:nth-child(3){
	background:#d9d0e0;
}

.fact-counter .count-outer{
	position:relative;
	font-size:36px;
	font-weight:600;
	padding:0px 30px 0px;
}

.fact-counter .column .line{
	position:relative;
	width:50px;
	height:2px;
	background:#aa4fff;
	margin:30px auto;	
}

.fact-counter .column .count-text{
	position:relative;
	font-size:48px;
	font-weight:400;
	text-transform:uppercase;
	font-family:'Montserrat',sans-serif;
	color:#3a3a3a;
}

.fact-counter.style-two .column .count-outer{
	margin-bottom:40px;	
}

.fact-counter.style-three .column .count-outer{
	margin-bottom:40px;	
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	font-family:'Montserrat',sans-serif;
	color:#3a3a3a;
}

.fact-counter.style-two .column .count-text,
.fact-counter.style-two .column .counter-title{
	color:#ffffff;
	letter-spacing:1px;	
}

.fact-counter.style-three .column .count-text{
	color:#11c3f0;
	letter-spacing:1px;
	font-family:'Raleway',sans-serif;
	font-weight:600;	
}

.fact-counter.style-three .column .counter-title{
	text-transform:capitalize;
	letter-spacing:1px;
	font-size:18px;
}

.fact-counter.style-two .column:hover .count-text,
.fact-counter.style-two .column:hover .counter-title{
	color:#43d6d1;	
}

.fact-counter.style-three .column:hover .count-text,
.fact-counter.style-three .column:hover .counter-title{
	color:#ffc925;	
}


/*** 

====================================================================
	Contact Us Section
====================================================================

 ***/

.contact-us{
	position:relative;
	margin-bottom:50px;	
}

.contact-us h1{
	position:relative;
	margin-bottom:60px;
	font-size:22px;
	text-align:center;
}

.contact-us .form-container{
	position:relative;
	max-width:1080px;
	margin:0 auto;
}

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

.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="password"],
.contact-us input[type="tel"],
.contact-us select{
	position:relative;
	width:100%;
	line-height:24px;
	padding:8px 15px;
	border:1px solid #d0d0d0;
	background:#ffffff;
	color:#2d2d2d;
	height:44px;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-radius:3px;
}

.contact-us select option{
	line-height:20px;
	text-indent:15px;
	cursor:pointer;	
}

.contact-us textarea{
	position:relative;
	width:100%;
	line-height:24px;
	padding:8px 15px;
	height:200px;
	resize:none;
	border:1px solid #d0d0d0;
	background:#ffffff;
	color:#2d2d2d;
	margin-bottom:20px;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-radius:3px;
}

.contact-us input:focus,
.contact-us textarea:focus,
.contact-us select:focus{
	border-color:#23adfc;	
}

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

.contact-us input.error:focus,
.contact-us textarea.error:focus{
	border-color:#ff0000;
	box-shadow:0px 0px 3px 0px #ff0000;
	-moz-box-shadow:0px 0px 3px 0px #ff0000;
	-ms-box-shadow:0px 0px 3px 0px #ff0000;
	-o-box-shadow:0px 0px 3px 0px #ff0000;
	-webkit-box-shadow:0px 0px 3px 0px #ff0000;
}

.contact-us label.error{
	display:none !important;
}

.contact-us select option{
	padding:5px 15px;	
}

.contact-us button[type="submit"] .icon,
.contact-us button .icon{
	position:relative;
	top:1px;
	font-size:18px;
	padding-right:10px;
}

/*** 

====================================================================
	Location Map
====================================================================

 ***/

.our-location-map{
	position:relative;
	text-align:center;
	height:550px;
}

#location-map .info-outer p{
	padding:20px 20px 0px;
	font-size:14px;
	font-weight:400;
	color:#000000;	
}

.fluid-two-column .map-column{
	position:static;	
}

.fluid-two-column .fluid-map{
	position:absolute;
	right:50%;
	margin-right:15px;
	width:50%;
	height:100%;
	min-height:300px;	
}


/*** 

====================================================================
	Location Section
====================================================================

 ***/

.location-column{
	position:relative;
}

.location-column .inner-box{
	position:relative;
	border-bottom:4px solid #cccccc;
	border-radius:5px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.location-column .inner-box:hover{
	border-color:#ff5412;	
}

.location-column .icon{
	position:relative;
	margin-bottom:30px;	
}

.location-column .icon img{
	display:inline-block;
	max-width:100%;
	opacity:0.70;
	-moz-filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.location-column .inner-box:hover .icon img{
	opacity:1;
	-moz-filter:grayscale(0%);
	-webkit-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
}

.location-column h3{
	font-size:18px;
	color:#3a3a3a;
	margin-bottom:20px;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
}

.location-column .text{
	position:relative;
	margin-bottom:20px;
	font-size:16px;
	line-height:2.2em;
}

.center-icon-column .inner-box{
	position:relative;
	
}

.center-icon-column .inner-box:hover{
	border-color:#ff5412;	
}

.center-icon-column .icon{
	position:relative;
	margin-bottom:30px;
	font-size:42px;
	color:#11c3f0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.center-icon-column.left-aligned .icon{
	margin-bottom:20px;
	color:#555555;
	font-size:42px;	
}

.center-icon-column.left-aligned h2{
	font-size:36px;
	line-height:1.1em;
	margin-bottom:10px;	
}

.center-icon-column.left-aligned h2 strong{
	font-weight:600;	
}

.text-column h1.big-title{
	color:#1a1a1a;
	font-size:36px;
	line-height:1.4em;
	margin-bottom:15px;	
}

.text-column h1.big-title strong{
	font-weight:700; 
}

.center-icon-column .border-icon{
	width:110px;
	height:110px;
	margin:0px auto 30px;
	line-height:108px;
	color:#43d6d1;
	border:2px solid #43d6d1;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;	
}

.center-icon-column .line{
	position:relative;
	display:block;
	max-width:80px;
	height:3px;
	background:#11c3f0;
	margin:10px auto 20px;	
}

.center-icon-column h3{
	font-size:18px;
	color:#3a3a3a;
	margin-bottom:15px;
	font-weight:500;
}

.center-icon-column.left-aligned h3{
	font-weight:600;	
}

.center-icon-column .text{
	position:relative;
	font-size:16px;
	line-height:2.2em;
}

/*** 

====================================================================
	Centerd Intro Section
====================================================================

 ***/

.centered-intro{
	position:relative;
	padding:40px 0px;
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	letter-spacing:3px;
	color:#ffffff;
	text-transform:uppercase;
	background:#18466a;
	z-index:1;
}

.centered-intro .bottom-arrow{
	position:absolute;
	left:0px;
	bottom:-28px;
	font-size:48px;
	color:#18466a;
	width:100%;
	text-align:center;	
}

/*** 

====================================================================
	Logos Section
====================================================================

 ***/

.logos-section{
	position:relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.logos-section.bg-parallax{
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;	
}

.logos-section.bg-parallax:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.35);	
}

.logos-section .column{
	position:relative;
	margin-bottom:30px;
	z-index:1;
}

.logos-section .column img{
	display:inline-block;
	max-width:100%;
	opacity:0.75;	
}

.logos-section .column img:hover{
	opacity:1;	
}

/*** 

====================================================================
	Progress Boxes style
====================================================================

***/

.progress-boxes{
	position:relative;
}

.progress-column{
	position:relative;
}

.no-grid .progress-column{
	float:left;
	padding:0px 15px;
	width:20%;	
}

.progress-column .inner-box{
	position:relative;
	border:1px solid #d0d0d0;
	border-top-width:7px;
	padding:25px 15px 20px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.progress-column.clr-pink .inner-box{
	border-top-color:#f84d85;
}

.progress-column.clr-orange .inner-box{
	border-top-color:#f28b1c;
}

.progress-column.clr-yellow .inner-box{
	border-top-color:#ffc925;
}

.progress-column.clr-green .inner-box{
	border-top-color:#57b22f;
}

.progress-column.clr-blue .inner-box{
	border-top-color:#11c3f0;
}

.progress-column .inner-box .top-icon{
	position:absolute;
	right:25px;
	top:-16px;
	width:25px;
	height:25px;
	background:#ffffff;
	color:#ffffff;
	text-align:center;
	line-height:19px;
	border-radius:50%;
	border:3px solid #11c3f0;
	z-index:1;
}

.progress-column.clr-pink .inner-box .top-icon{
	border-color:#f84d85;
}

.progress-column.clr-orange .inner-box .top-icon{
	border-color:#f28b1c;
}

.progress-column.clr-yellow .inner-box .top-icon{
	border-color:#ffc925;
}

.progress-column.clr-green .inner-box .top-icon{
	border-color:#57b22f;
}

.progress-column.clr-blue .inner-box .top-icon{
	border-color:#11c3f0;
	background:#11c3f0 !important;
	transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
}

.progress-column h3{
	font-size:18px;
	font-weight:600;
	margin-bottom:15px;
}

.progress-column.clr-pink h3{
	color:#f84d85;
}

.progress-column.clr-orange h3{
	color:#f28b1c;
}

.progress-column.clr-yellow h3{
	color:#ffc925;
}

.progress-column.clr-green h3{
	color:#57b22f;
}

.progress-column.clr-blue h3{
	color:#11c3f0;
}

.progress-column .text{
	font-size:15px;
	text-align:justify;
}

/*** 

====================================================================
	Stacked Showcase Section
====================================================================

 ***/

.stacked-showcase{
	position:relative;
	padding:50px 0px 0px;
}

.stacked-showcase .column .inner-box{
	position:relative;	
}

.stacked-showcase .column .image{
	position:relative;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.stacked-showcase .column .overlay-link:hover{
	box-shadow:0px 0px 3px 1px #11c3f0;
	-webkit-box-shadow:0px 0px 3px 1px #11c3f0;
	-ms-box-shadow:0px 0px 3px 1px #11c3f0;
	-o-box-shadow:0px 0px 3px 1px #11c3f0;
	-moz-box-shadow:0px 0px 3px 1px #11c3f0;
}

.stacked-showcase .column .image img{
	position:relative;
	display:block;
	width:100%;	
}

.stacked-showcase .column .over-content,
.stacked-showcase .column .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	top:0%;
	display:block;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.stacked-showcase .column .over-content .inner-level{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	top:0%;
	display:table;
	vertical-align:middle;		
}

.stacked-showcase .column .over-content .inner{
	display:table-cell;
	vertical-align:middle;
}

.stacked-showcase .column .h-post{
	position:relative;
	margin-bottom:26px;	
}

.stacked-showcase .over-content .border-title{
	display:inline-block;
	padding:12px 15px;
	border:4px solid #ffffff;
	color:#ffffff;
	font-size:30px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:15px;	
}

.stacked-showcase .over-content h3{
	font-size:20px;
	font-weight:400;	
}

.stacked-showcase .over-content .blue-title{
	color:#5677cc;	
}

.stacked-showcase .over-content .orange-title{
	color:#ffc925;	
}


/*** 

====================================================================
	Improvement Steps Section
====================================================================

 ***/

.imp-steps{
	position:relative;
	padding:50px 0px 0px;
	background:#f1f1f1;
}

/*** 

====================================================================
	Progress Levels Section
====================================================================

 ***/

.progress-levels{
	position:relative;
}

.progress-levels .progress-box{
	position:relative;
	margin-bottom:20px;	
}

.progress-levels .progress-box .box-title{
	position:relative;
	font-size:14px;
	color:#1a1a1a;
	text-transform:uppercase;
	margin-bottom:8px;
}

.progress-levels .progress-box .bar{
	 position:relative;
	 padding-right:50px;
	 height:8px;	
}

.progress-levels .progress-box .bar .bar-innner{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:8px;
}

.progress-levels .progress-box .bar .bar-fill{
	position:relative;
	width:0px;
	height:7px;
	background:#11c3f0;
	border-radius:3px;
}

.progress-levels .progress-box .percent{
	position:absolute;
	right:0px;
	width:50px;
	top:-10px;
	letter-spacing:1px;
	font-size:14px;
	color:#11c3f0;
}

.default-title{
	font-size:20px;
	margin-bottom:10px;
	font-weight:600;
	letter-spacing:1px;
}

.default-line-left{
	width:80px;
	height:3px;
	margin:10px 0px 20px;
	background:#11c3f0;	
}

.default-line-centered{
	width:80px;
	height:3px;
	margin:10px auto 10px;
	background:#11c3f0;	
}

/*** 

====================================================================
	Tabs Box Style
====================================================================

 ***/
 
 .tabs-box{
	position:relative;	
}

.tabs-box .tab-buttons{
	position:relative;
	margin-bottom:10px;	
}

.tabs-box .tab-buttons .tab-btn{
	position:relative;
	text-align:center;
	line-height:30px;
	display:inline-block;
	padding:6px 18px;
	color:#5a5a5a;
	text-transform:uppercase;
	font-size:14px;
	margin-right:3px;
	border-radius:5px;
}

.tabs-box .tab-buttons .tab-btn.active{
	background:#11c3f0;
	color:#ffffff;
}
	
.tabs-box .tab{
	position:relative;
	display:none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.tabs-box .active-tab{
	display:block;
}

.tabs-box .tab p{
	margin-bottom:20px;
	font-size:16px;
	line-height:1.5em;
}

.tabs-box .tab img{
	position:relative;
	display:block;
	max-width:100%;
	margin-bottom:15px;
	left: 50;
	top: 115;
}


/*** 

====================================================================
	Accordion Box Style
====================================================================

 ***/
 
.accordion-box{
	position:relative;	
}

.accordion-box .accordion{
	position:relative;	
}

.accordion-box .accordion .acc-btn{
	position:relative;
	font-size:16px;
	padding:4px 40px 4px 0px;
	margin-bottom:15px;
	line-height:24px;
	color:#1a1a1a;
	cursor:pointer;
	text-transform:uppercase;
}

.accordion-box .accordion .acc-btn .toggle-icon{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	width:30px;
	height:30px;
	line-height:26px;
	text-align:center;
	border:2px solid #11c3f0;
	color:#11c3f0;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
}

.accordion-box .accordion .acc-btn .toggle-icon .plus{
	position:absolute;
	left:0px;
	top:0px;
	line-height:26px;
	width:100%;
	height:26px;
	opacity: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;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .plus{
	opacity:0;
}

.accordion-box .accordion .acc-btn.active{
	color:#11c3f0;	
}

.accordion-box .accordion .acc-btn .toggle-icon .minus{
	position:absolute;
	left:0px;
	top:0px;
	line-height:26px;
	width:100%;
	height:26px;
	opacity: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;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .minus{
	opacity:1;
}

.accordion-box .accordion .acc-content{
	position:relative;
	line-height:2em;
	font-size:16px;
	display:none;
	padding:0px 0px 15px 20px;
}

.accordion-box .accordion .acc-content.collapsed{
	display:block;
}

.accordion-box .accordion .acc-content p{
		
}

/*** 

====================================================================
	Page Title
====================================================================

 ***/

.page-title{
	position:relative;
	line-height:32px;
	padding:15px 0px;
	color:#ffffff;
	background-color: #ff5412;
}

.page-title h2{
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	line-height:32px;	
}

.page-title .page-name{
	text-shadow:0px 0px 1px rgba(255,255,255,1);
	-webkit-text-shadow:0px 0px 1px rgba(255,255,255,1);
	-ms-text-shadow:0px 0px 1px rgba(255,255,255,1);
	-moz-text-shadow:0px 0px 1px rgba(255,255,255,1);
	-o-text-shadow:0px 0px 1px rgba(255,255,255,1);	
}

/*** 

====================================================================
	Process Section
====================================================================

 ***/

.process-section{
	position:relative;
	overflow:hidden;	
}

.process-column{
	position:relative;
	text-align:center;	
}

.process-column:after{
	content:'';
	position:absolute;
	right:-50px;
	top:0px;
	width:100px;
	height:120px;
	background:url(../images/icons/icon-arrow.png) center center no-repeat;	
}

.process-section .process-column:last-child:after{
	display:none;	
}

.process-column .upper-part{
	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;	
}

.process-column .icon-outer{
	position:relative;
	max-width:140px;
	max-height:140px;
	margin:0 auto;
	border:3px solid #11c3f0;
	color:#d0d0d0;
	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;
}

.process-column:hover .icon-outer{
	background:#8a6ced;
	color:#ffffff;
	border-color:#8a6ced;	
}

.process-column .icon-outer .icon{
	position:relative;
	display:inline-block;
	line-height:134px;
	font-size:48px;
	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;
}

.process-column .icon-outer .step-count{
	position:absolute;
	right:-20px;
	top:20px;
	width:40px;
	height:40px;
	display:block;
	line-height:40px;
	color:#ffffff;
	font-size:16px;
	background:#11c3f0;
	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;
}

.process-column:hover .icon-outer .step-count{
	background:#ffffff;
	color:#11c3f0;	
}

.process-column h3{
	font-size:18px;
	text-transform:capitalize;
	margin-bottom:15px;
	color:#1a1a1a;
	font-weight:600;
}

.process-column .text{
	font-size:16px;
}

.process-column .lower-part{
	position:relative;
	opacity: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;	
}

.process-section .auto-container:hover .process-column .lower-part{
	opacity:1 !important;
}

.process-section .auto-container .process-column.active .lower-part{
	opacity:1;	
}

.process-section .auto-container .process-column:hover .lower-part{
	opacity:1 !important;	
}

/*** 

====================================================================
	Centered Pagination Style
====================================================================

***/

.centered-pagination{
	position:relative;
}

.centered-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 1px 10px;	
}

.centered-pagination li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:8px 13px;
	font-size:16px;
	text-transform:uppercase;
	min-width:40px;
	border:1px solid #d0d0d0;
	background:#d0d0d0;
	color:#ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	border-radius:3px;
}

.centered-pagination li a:hover,
.centered-pagination li a.active{
	color:#ffffff;
	background:#11c3f0;	
}

/*** 

====================================================================
	Portfolio Single
====================================================================

***/

.portfolio-single-page{
	position:relative;
}

.portfolio-detail-section{
	position:relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.portfolio-detail-section .default-title{
	text-transform:capitalize;
	color:#3a3a3a;
	font-family:'Montserrat',sans-serif;
	font-weight:normal;
	margin-bottom:20px;
}

.portfolio-detail-section .item-info{
	position:relative;
	margin-bottom:30px;	
}

.portfolio-detail-section .item-info li{
	margin-bottom:5px;
	font-size:16px;
}

.portfolio-detail-section .item-info li a{
	color:#3a3a3a;	
}

.portfolio-detail-section .item-info li a:hover{
	text-decoration:underline;
	color:#11c3f0;	
}

.portfolio-detail-section .item-info li strong{
	font-weight:normal;
	padding-right:10px;
	color:#000000;	
}

.portfolio-detail-section .item-desc{
	position:relative;
	font-size:16px;
	line-height:2.2em;
	margin-bottom:20px;
}

.social-links-nomal{
	position:relative;
	padding:12px 0px;
	font-size:16px;	
}

.social-links-nomal strong{
	padding-right:30px;	
}

.social-links-nomal a{
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#7f7f7f;
	text-align:center;
	margin-right:10px;
	border:1px solid transparent;
	transition:all 300ms ease;
	border-radius:3px;
}

.social-links-nomal a:hover{
	color:#11c3f0;
	border-color:#11c3f0;	
}

.social-links-rounded{
	position:relative;
	padding:12px 0px;
	font-size:18px;	
}

.social-links-rounded strong{
	padding-right:30px;	
}

.social-links-rounded a{
	position:relative;
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#7f7f7f;
	text-align:center;
	margin-right:10px;
	border:1px solid transparent;
	transition:all 300ms ease;
	border-radius:50%;
}

.social-links-rounded a:hover{
	color:#ffffff;
	border-color:#11c3f0;
	background:#11c3f0;
	
}

.related-projects .item-box{
	display:block !important;	
}

/*** 

====================================================================
	Blog Page Style
====================================================================

***/

.sidebar-page{
	position:relative;
	padding:50px 0px;	
}

.blog-container{
	position:relative;
	padding:0px 0px;
}

.blog-container .blog-post{
	position:relative;
	margin-bottom:40px;
	background:none;	
}

.blog-container .blog-post .image-box{
	position:relative;
	overflow:hidden;	
}

.blog-container .blog-post .image-box img{
	display:block;
	width:100%;	
}

.blog-container .blog-post .image-box .post-options{
	position:absolute;
	right:-100px;
	bottom:0px;
	opacity:0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.blog-container .blog-post .image-box.with-carousel .post-options{
	bottom:auto;
	top:0px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.blog-container .blog-post:hover .image-box .post-options{
	right:0px !important;
	opacity:1;	
}

.blog-container .blog-post .image-box .post-options .heart-icon{
	position:relative;
	display:inline-block;
	margin:15px 15px 15px 0px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	background:#11c3f0;
	font-size:18px;
	z-index:1;
}

.blog-container .blog-post .image-box .post-options .plus-icon{
	position:relative;
	display:inline-block;
	margin:0px 15px 15px 0px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	background:#11c3f0;
	font-size:18px;
	z-index:1;
}

.blog-container .blog-post:hover .heart-icon,
 .blog-container .blog-post:hover .plus-icon{
  -ms-animation-name: hvr-pulse;
  -moz-animation-name: hvr-pulse;
  -op-animation-name: hvr-pulse;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -ms-animation-duration: 700ms;
  -moz-animation-duration: 700ms;
  -op-animation-duration: 700ms;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -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: 2;
  -moz-animation-iteration-count: 2;
  -op-animation-iteration-count: 2;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;	
}

.blog-container .blog-post .lower-part{
	position:relative;
	padding:20px 0px;	
}

.blog-container .blog-post .post-title{
	position:relative;
	padding:10px 0px;	
}

.blog-container .blog-post h3{
	position:relative;
	margin-bottom:00px;
	font-size:20px;
	font-weight:600;
	color:#353535;		
}

.blog-container .blog-post h3 a{
	color:#353535;	
}

.blog-container .blog-post h3 a:hover{
	color:#11c3f0;	
}

.blog-container .blog-post .post-info {
	position:relative;
	margin-bottom:10px;
	color:#202020;
	font-size:13px;
	padding-right:50px;
	font-family:'Montserrat',sans-serif;
}

.blog-container .blog-post .post-info a{
	display:inline-block;
	color:#979797;	
}

.blog-container .blog-post .post-info .bullet{
	position:relative;
	padding:0px 10px;
	font-size:16px;
	color:#7f7f7f;	
}

.blog-container .blog-post .post-info a:hover{
	color:#11c3f0;
}

.blog-container .blog-post .post-text{
	position:relative;
	margin-bottom:20px;	
	font-size:16px;
	line-height:2em;
}

.blog-container .blog-post .post-text h3{
	font-weight:600;
	font-size:18px;
	margin-bottom:0px;	
}

.blog-container .blog-post .post-text h2{
	font-weight:600;
	font-size:24px;
	margin-bottom:15px;	
}

.blog-container .blog-post .read-more{
	position:relative;
	color:#11c3f0;
}

.sidebar-page blockquote{
	font-size:15px;
	color:#ffffff;
	text-align:center;
	padding:30px 20px 15px;
	background:#11c3f0;
	border:1px solid #11c3f0;
	margin-bottom:40px;
	font-style:italic;
	border-radius:5px;
}

.sidebar-page blockquote .author-title{
	color:#0887a7;	
}

.quotation-post{
	font-size:15px;
	color:#ffffff;
	text-align:center;
	padding:30px 20px 15px;
	background:#11c3f0;
	border:1px solid #11c3f0;
	margin-bottom:40px;
	font-style:italic;
	border-radius:5px;
}

.quotation-post .author-title{
	color:#0887a7;	
}

.sidebar-page .share-post{
	position:relative;
	padding:10px 0px 50px;
	border-top:2px solid #d0d0d0;	
}

.sidebar-page .about-author{
	position:relative;
	padding:0px;
	margin-bottom:60px;
	min-height:260px;
	font-size:16px;
}

.sidebar-page .about-author h3{
	margin-bottom:0px;
	font-size:20px;
}

.sidebar-page .about-author .author-info{
	margin-bottom:10px;
}

.sidebar-page .about-author .author-info strong{
	font-weight:400;
	color:#353535;
	text-shadow:0px 0px 0px #000000;
	-webkit-text-shadow:0px 0px 0px #000000;
	-ms-text-shadow:0px 0px 0px #000000;
	-o-text-shadow:0px 0px 0px #000000;
	-moz-text-shadow:0px 0px 0px #000000;	
}

.sidebar-page .about-author .author-desc{
	position:relative;
	padding:0px 10px 10px 200px;
}

.sidebar-page .about-author .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:180px;
}

.sidebar-page .about-author .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page .blog-container .group-title{
	margin-bottom:0px;
}

/*** 

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

 ***/

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

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

.sidebar-page .group-title h2,
.sidebar-page .group-title h3{
	font-size:18px;
	color:#353535;
	font-weight:600;
	margin-bottom:10px;
	letter-spacing:2px;
}

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

.sidebar-page .comments-area .comment{
	position:relative;
	margin:0px 0px 60px 0px;
	padding:0px 0px 10px 110px;	
}

.sidebar-page .comments-area .comment .text{
	font-size:16px;
	line-height:2.2em;
}

.sidebar-page .comments-area .reply-comment{
	margin-left:50px;	
}

.sidebar-page .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:84px;
	height:84px;	
}

.sidebar-page .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page .comments-area .comment-info{
	margin-bottom:10px;
	color:#bcbcbc;
	font-family:'Montserrat',sans-serif;
}

.sidebar-page .comments-area .comment-box strong{
	color:#292929;
	font-weight:400;
	font-size:16px;
}

.sidebar-page .comments-area .reply-btn{
	position:relative;
	display:inline-block;
	margin-top:15px;
	padding:8px 22px !important;
	color:#ffffff;
	background:#acb3ba;
	border-radius:5px;
}

.sidebar-page .comments-area .reply-btn:hover{
	background:#00c0ff;	
}

.sidebar-page .comments-area .comment .more-info .ratings{
	margin-left:20px;	
}

.sidebar-page .comments-area .fa-star{
	font-size:16px;
	display:inline-block;
	margin:0px 2px;
	color:#ffc925;	
}

/*** 

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

 ***/

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.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:24px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #d0d0d0;
	height:42px;
	border-radius:3px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-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:#11c3f0;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:10px 15px;
	color:#222222;
	border:1px solid #d0d0d0;
	height:170px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.comment-form button{
	position:relative;
	display:inline-block;
}


/*** 

====================================================================
	Side Bar Style
====================================================================

 ***/
 
.sidebar-page .sidebar{
	position:relative;
	padding:0px 0px 0px;	
}

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

.sidebar .search-form input[type="search"],
.sidebar .search-form input[type="text"]{
	position:relative;
	width:100%;
	line-height:24px;
	padding:8px 42px 8px 15px;
	border:1px solid #fd682e;
	background:#ffffff;
	color:#3d3d3d;
	height:42px;
	font-size:16px;
	color:#292929;
	border-radius:3px;
}

.sidebar .search-form input[type="search"]:focus,
.sidebar .search-form input[type="text"]:focus{
	background:none;	
}

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

.sidebar .search-form button{
	position:absolute;
	right:1px;
	top:1px;
	line-height:24px;
	display:block;
	width:40px;
	height:40px;
	padding:7px 10px 8px;
	text-align:center;
	font-size:16px;
	color:#fd682e;
	background:none;
}

.sidebar .sidebar-title{
	position:relative;
	margin-bottom:30px;
	padding-bottom:15px;
	text-transform:uppercase;
	
}

.sidebar .sidebar-title h3,
.sidebar .sidebar-title h2{
	font-size:18px;
	color:#353535;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:2px;
}

.sidebar .sidebar-title:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:4px;
	background:#ffffff;	
}

.sidebar .sidebar-title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:70px;
	height:4px;
	background:#11c3f0;	
}

.sidebar .recent-posts .post{
	position:relative;
	font-size:14px;
	margin-bottom:30px;
	min-height:60px;
	padding:0px 0px 0px 84px;
	color:#cccccc;
}

.sidebar .recent-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:72px;	
}

.sidebar .recent-posts .post .post-thumb img{
	width:100%;
	display:block;	
}

.sidebar .recent-posts .post h4{
	font-size:15px;
	font-weight:500;
	margin:0px 0px 5px;
	line-height:1.6em;
	color:#292929;
	font-family:'HelveticaCE-Regular',sans-serif;	
}

.sidebar .recent-posts .post a{
	color:#acb3ba;	
}

.sidebar .recent-posts .post a:hover{
	color:#11c3f0;	
}

.sidebar .recent-posts .post h4 a{
	color:#3a3a3a;	
}

.sidebar .recent-posts .post .fa{
	font-size:18px;	
}

.sidebar .recent-posts .post-info a{
	margin-right:10px;	
}

.sidebar .recent-posts .post-info .fa{
	padding-right:10px;	
}

.sidebar-page .contact-info{
	position:relative;
	font-size:14px;
	margin-bottom:30px;
}

.sidebar-page .contact-info .text{
	position:relative;
	font-size:13px;
	font-family:'Open Sans',sans-serif;
	margin-bottom:10px;
	color:#7f7f7f;
}

.sidebar-page .contact-info li{
	position:relative;
	margin-bottom:5px;
	line-height:1.8em;
	color:#7f7f7f;	
}

.sidebar-page .contact-info li strong{
	position:relative;
	padding-right:10px;
	font-weight:600;
	color:#292929;	
}

.sidebar-page .contact-info a{
	color:#f17338;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;	
}

.sidebar-page .contact-info a:hover{
	color:#3d3d3d;	
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:20px;
	padding:7px 15px;
	background:none;
	color:#3a3a3a;
	border:1px solid #d0d0d0;
	border-radius:3px;
	margin:0px 4px 8px 0px;
	text-transform:uppercase;
	font-size:12px;
	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:#11c3f0;
	border-color:#11c3f0;
	color:#ffffff;	
}

.sidebar .twitter-feeds .feed{
	position:relative;
	padding:0px 0px 0px 30px;
	margin-bottom:30px;
}

.sidebar .twitter-feeds .feed:last-child{
	border:none;	
}

.sidebar .twitter-feeds .feed-content{
	margin-bottom:5px;
	font-size:16px;	
}

.sidebar .twitter-feeds .feed a{
	position:relative;
	color:#3a3a3a;
}

.sidebar .twitter-feeds .feed .time{
	position:relative;
	color:#cccccc;
	font-size:14px;
	text-transform:uppercase;
}

.sidebar .twitter-feeds .feed strong{
	font-weight:400;	
}

.sidebar .twitter-feeds .feed .icon{
	position:absolute;
	width:30px;
	height:20px;
	left:0px;
	top:5px;
	line-height:20px;
	font-size:16px;
	color:#4bcaff;	
}

.sidebar .list{
	position:relative;
}

.sidebar .list li{
	position:relative;
	margin-bottom:15px;
	line-height:32px;
	padding:0px 0px 0px 0px;	
}

.sidebar .list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	height:32px;
	line-height:32px;
	display:block;
	color:#11c3f0;
	font-size:12px;
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#7f7f7f;
	font-size:15px;
	font-weight:400;
	line-height:30px;
}

.sidebar .list li a .post-count{
	position:relative;
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	color:#ffffff;
	background:#acb3ba;
	text-align:center;	
}

.sidebar .list li a:hover{
	color:#11c3f0;	
}

.sidebar .list li a:hover .post-count{
	background:#11c3f0;	
}

.sidebar .flicker-gallery{
	position:relative;
}

.sidebar .flicker-gallery .image{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 10px 10px 0px;	
}

.sidebar .flicker-gallery .image img{
	position:relative;
	display:block;
	width:100%;
	border-radius:5px;	
}

/*** 

====================================================================
	Shop Page Style
====================================================================

 ***/
 
.shop-page{
	position:relative;
	padding:70px 0px 50px; 
}
 
.shop-filters{
	position:relative;
	margin-bottom:40px;
}

.shop-filters .filter-heading{
	position:relative;
	padding:10px 25px 0px 0px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:16px;
	font-family:'Montserrat',sans-serif;
 }
 
.shop-filters .filter-outer{
	position:relative;
	margin:0px 25px 20px 0px;
	padding:0px;
 }
 
.shop-filters .filter-outer .filter-btn{
	position:relative;
	padding:10px 15px;
	background:#d5d5d5;
	color:#ffffff;
	transition:all 300ms ease;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
 }
 
 .shop-filters .filter-outer .filter-btn .filter-val{
	padding-left:5px; 
 }
 
  .shop-filters .filter-outer .filter-btn .fa{
		color:#1a1a1a;  
  }
 
.shop-filters .filter-outer .filter-btn:hover,
.shop-filters .filter-outer .btn-group.open .filter-btn{
	background:#11c3f0;
}

.checkbox-filters{
	position:relative;	
}

.checkbox-filters .column{
	padding-right:0px;	
}

.checkbox-filters .check-item{
	position:relative;
	margin-bottom:10px;	
}

.checkbox-filters .check-item input[type="checkbox"]{
	position:relative;
	display:none;	
}

.checkbox-filters .check-item .checkbox-label{
	position:relative;
	display:block;
	padding-left:24px;
	line-height:24px;
	font-family:'Montserrat',sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#777777;
	cursor:pointer;
	font-weight:normal;
}

.checkbox-filters .check-item .icon-box{
	position:absolute;
	left:0px;
	top:4px;
	width:16px;
	height:16px;	
}

.checkbox-filters .check-item .icon-box .uncheck{
	position:absolute;
	left:0px;
	top:0px;
	width:16px;
	height:16px;
	border:1px solid #999999;
	background:#f1f1f1;
	opacity:1;
}

.checkbox-filters .check-item .icon-box .check{
	position:absolute;
	left:0px;
	color:#999999;
	text-align:center;
	top:0px;
	width:16px;
	height:16px;
	line-height:16px;
	font-size:10px;
	opacity:0;
}

.checkbox-filters .check-item input[type="checkbox"]:checked + .checkbox-label .icon-box .check{
	opacity:1;
}

.checkbox-filters .check-item input[type="checkbox"]:checked + .checkbox-label{
	color:#1a1a1a;	
}

.sidebar .top-sellers .post{
	position:relative;
	font-size:14px;
	margin-bottom:40px;
	min-height:90px;
	padding:0px 0px 0px 90px;
	color:#cccccc;
}

.sidebar .top-sellers .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:72px;	
}

.sidebar .top-sellers .post .post-thumb img{
	width:100%;
	display:block;	
}

.sidebar .top-sellers .post h4{
	font-size:15px;
	font-weight:500;
	margin:0px 0px 5px;
	line-height:1.6em;
	color:#292929;
	font-family:'HelveticaCE-Regular',sans-serif;	
}

.sidebar .top-sellers .post a{
	color:#acb3ba;	
}

.sidebar .top-sellers .post a:hover{
	color:#11c3f0;	
}

.sidebar .top-sellers .post h4 a{
	color:#3a3a3a;	
}

.sidebar .top-sellers .post .fa{
	font-size:18px;	
}

.sidebar .top-sellers .post .post-info a{
	margin-right:10px;	
}

.sidebar .top-sellers .post .post-info .fa{
	padding-right:10px;	
}

.sidebar .top-sellers .post .prod-title{
	font-size:16px;
	color:#3a3a3a;
	margin-bottom:10px;
	-webkit-text-shadow:0px 0px 0px #000000;
	-ms-text-shadow:0px 0px 0px #000000;
	-o-text-shadow:0px 0px 0px #000000;
	-moz-text-shadow:0px 0px 0px #000000;
	text-shadow:0px 0px 0px #000000;	
}

.sidebar .top-sellers .post .prod-title a{
	color:#3a3a3a;	
}

.sidebar .top-sellers .post .prod-price{
	margin-bottom:10px;
	color:#11c3f0;
	font-size:18px;
	font-family:'Raleway',sans-serif;
	font-weight:600;
}

.sidebar .top-sellers .post .prod-price .actual-price{
	color:#acb3ba;
	padding-left:20px;	
}

.sidebar .top-sellers .post .prod-options a{
	color:#acb3ba;
	font-family:'Raleway',sans-serif;
	font-weight:600;
}

.sidebar .top-sellers .post .prod-options a .icon{
	padding-right:10px;
	font-size:18px;
	line-height:1em;
	font-weight:normal;
}

.sidebar .top-sellers .post .prod-options a:hover{
	color:#11c3f0;	
}

.sidebar .noUi-horizontal .noUi-handle{
	background:#fd682e;
}

.sidebar .noUi-horizontal .noUi-handle{
	background:#fd682e !important;
	border-color:#fd682e !important;
	cursor:pointer;
}

.sidebar .noUi-connect{
	background:#fd682e;	
}

.sidebar .noUi-background{
	background:#f1f1f1;
}

.open>.dropdown-menu{
	min-width:100%;
}

/*** 

====================================================================
	Product Slider  Style
====================================================================

 ***/
 
.shop-page .slider-outer{
	position:relative;
}

.prod-slider img{
	display:block;
	width:100%;	
}

#thumb-pager{
	position:absolute;
	right:0px;
	top:0px;
	width:150px;
	height:100%;
	padding:0px 0px;
}

#thumb-pager .pager{
	position:relative;
	margin:0px 0px 25px;
	padding:0px;
	display:block;
}

#thumb-pager .pager img{
	display:inline-block;
	max-width:100%;
	max-height:160px;
}

.shop-detail-section{
	position:relative;
	padding:0px 0px 10px;	
}

.shop-detail-section .slider-outer{
	padding-right:170px;	
}

.shop-detail-section .default-title{
	text-transform:capitalize;
	color:#3a3a3a;
	font-family:'Montserrat',sans-serif;
	font-weight:normal;
	margin-bottom:20px;
}

.shop-detail-section .prod-price{
	margin-bottom:20px;
	color:#11c3f0;
	font-size:20px;
	font-family:'Raleway',sans-serif;
	font-weight:600;
}

.shop-detail-section .prod-price .actual-price{
	color:#acb3ba;
	padding-left:20px;	
}

.shop-detail-section .item-info{
	position:relative;
	margin-bottom:30px;	
}

.shop-detail-section .item-info li{
	margin-bottom:5px;
	font-size:16px;
}

.shop-detail-section .item-info li a{
	color:#3a3a3a;	
}

.shop-detail-section .item-info li a:hover{
	text-decoration:underline;
	color:#11c3f0;	
}

.shop-detail-section .item-info li strong{
	font-weight:normal;
	padding-right:10px;
	color:#000000;	
}

.shop-detail-section .item-desc{
	position:relative;
	font-size:16px;
	line-height:2.2em;
	margin-bottom:50px;	
}

.shop-detail-section .item-options{
	position:relative;
	padding-top:20px;
	border-top:2px solid #d0d0d0;
}

.shop-page .product-description h4,
.shop-page .product-usage h4{
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:15px;
	color:#3a3a3a;
}

.shop-detail-section.default-section .column{
	margin-bottom:40px !important;	
}

/*** 

====================================================================
	Cart Section  Style
====================================================================

 ***/
 
 /*** 

====================================================================
	Cart Style
====================================================================

***/

.prod-table{
	position:relative;
	margin-bottom:50px;	
}

.prod-table table{
	position:relative;
	width:100%;
	vertical-align:middle;
	border:1px solid #e5e5e5;
}

.prod-table .table-responsive{
	overflow:visible;
	height:auto;
	max-height:none;
	border:none !important;	
}

.prod-table table thead{
	position:relative;
	border-bottom-width:1px;
}

.prod-table table thead th{
	border:none;
	padding:20px 15px;
	font-weight:normal !important;
	font-family:'Montserrat',sans-serif;
	font-size:14px;
	color:#3a3a3a;
	text-transform:uppercase;
}

.prod-table table tr td{
	padding:15px 15px;
	vertical-align:middle;
	font-size:16px;
}

.prod-table table tr .prod-title{
	font-weight:400;
	font-family:'Montserrat',sans-serif;	
}

.prod-table table tr .prod-title a{
	display:block;
	margin-bottom:7px;
	color:#3a3a3a;
	text-shadow:0px 0px 0px #000000;
	-webkit-text-shadow:0px 0px 0px #000000;
	-ms-text-shadow:0px 0px 0px #000000;
	-o-text-shadow:0px 0px 0px #000000;
	-moz-text-shadow:0px 0px 0px #000000;	
}

.prod-table table tr .prod-title a:hover{
	color:#11c3f0;	
}

.prod-table table .prod-option{
	text-align:left;	
}

.prod-table table input[type="text"],
.prod-table table input[type="number"]{
	position:relative;
	vertical-align:middle;
	border:1px solid #3d3d3d;
	line-height:30px;
	padding:2px 2px 2px 15px;
	width:150px;
	max-width:100%;
	margin-right:10px;	
}

.prod-table table input.qty-input{
	width:70px;
}

.prod-table table .table-action{
	position:relative;
}

.prod-table table .table-action .cart-btn{
	padding:9px 24px;
	font-size:13px;
	background:#3d3d3d;
	margin:2px 0px;
	border:1px solid #ffffff;
	color:#ffffff;	
}

.prod-table table .table-action .cart-btn:hover,
.prod-table .proceed-btn:hover{
	opacity:0.80;	
}

.prod-table table .table-action .pull-left,
.prod-table table .table-action .pull-right{
	padding:3px 10px;	
}

.total-table .table-responsive{
	overflow:visible !important;	
}

.total-table td{
	font-size:16px;
	border-right:1px solid #d0d0d0;
}

.prod-table h3{
	font-size:18px;
	font-weight:600;
	margin-bottom:15px;	
}

.prod-table .prod-thumb img{
	display:block;
	max-width:80px;
}

.prod-table table td.prod-price,
.prod-table table td.prod-qty,
.prod-table table td.prod-id,
.prod-table table td.prod-total{
	font-family:'Montserrat',sans-serif;
	font-size:16px;
	color:#999999;	
}

.prod-table table td.prod-total{
	color:#11c3f0;;	
}

.prod-table table .remove{
	font-family:'Montserrat',sans-serif;
	letter-spacing:1px;
	font-size:14px;
	color:#999999;
	text-transform:uppercase;
}

.prod-table table .remove:hover{
	color:#11c3f0;	
}

.prod-table table .remove .fa{
	padding-left:10px;	
}

.cart-section .cart-options{
	position:relative;
	padding:10px 0px;	
}

.cart-section .cart-options .grand-total{
	padding:14px 60px 14px 0px;
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	color:#11c3f0;	
}

.shop-page .comment-form .column{
	margin-bottom:0px !important;	
}


/*** 

====================================================================
	Pricing Section Style
====================================================================

***/

.pricing-section{
	position:relative;
	background:#ffffff;
	padding:30px 0px 30px;
}

.pricing-section .table-outer{
	position:relative;	
}

.pricing-section .column-style-one{
	position:relative;
	padding:0px;
	margin-bottom:60px;
	text-align:center;
	border:1px solid #d0d0d0;
	border-right:none;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.pricing-section .column-style-one:last-child{
	border:1px solid #d0d0d0;	
}

.pricing-section .column-style-one.active{
	box-shadow:-5px 0px 10px 1px rgba(0,0,0,0.20), 5px 0px 10px 1px rgba(0,0,0,0.20);
	-webkit-box-shadow:-5px 0px 10px 1px rgba(0,0,0,0.20), 5px 0px 10px 1px rgba(0,0,0,0.20);
	-ms-box-shadow:-5px 0px 10px 1px rgba(0,0,0,0.20), 5px 0px 10px 1px rgba(0,0,0,0.20);
	-o-box-shadow:-5px 0px 10px 1px rgba(0,0,0,0.20), 5px 0px 10px 1px rgba(0,0,0,0.20);
	-moz-box-shadow:-5px 0px 10px 1px rgba(0,0,0,0.20), 5px 0px 10px 1px rgba(0,0,0,0.20);
	transform:scale(1.05,1.05) translate(0px,-15px);
	-webkit-transform:scale(1.05,1.05) translate(0px,-15px);
	-ms-transform:scale(1.05,1.05) translate(0px,-15px);
	-o-transform:scale(1.05,1.05) translate(0px,-15px);
	-moz-transform:scale(1.05,1.05) translate(0px,-15px);
	z-index:1;
}

.pricing-section .column-style-one:hover{
	box-shadow:-5px 0px 10px 1px rgba(0,0,0,0.20), 5px 0px 10px 1px rgba(0,0,0,0.20);
	-webkit-box-shadow:-5px 0px 10px 1px rgba(0,0,0,0.20), 5px 0px 10px 1px rgba(0,0,0,0.20);
	-ms-box-shadow:-5px 0px 10px 1px rgba(0,0,0,0.20), 5px 0px 10px 1px rgba(0,0,0,0.20);
	-o-box-shadow:-5px 0px 10px 1px rgba(0,0,0,0.20), 5px 0px 10px 1px rgba(0,0,0,0.20);
	-moz-box-shadow:-5px 0px 10px 1px rgba(0,0,0,0.20), 5px 0px 10px 1px rgba(0,0,0,0.20);
	transform:scale(1.05,1.05) translate(0px,-15px);
	-webkit-transform:scale(1.05,1.05) translate(0px,-15px);
	-ms-transform:scale(1.05,1.05) translate(0px,-15px);
	-o-transform:scale(1.05,1.05) translate(0px,-15px);
	-moz-transform:scale(1.05,1.05) translate(0px,-15px);
	z-index:2;
}

.pricing-section .column-style-one.style-two:hover,
.pricing-section .column-style-one.style-two.active{
	transform:scale(1.05,1.05) translate(0px,-15px);
	-webkit-transform:scale(1.05,1.05) translate(0px,-15px);
	-ms-transform:scale(1.05,1.05) translate(0px,-15px);
	-o-transform:scale(1.05,1.05) translate(0px,-15px);
	-moz-transform:scale(1.05,1.05) translate(0px,-15px);
}

.pricing-section .column-style-one .column-head{
	position:relative;
}

.pricing-section .column-style-one .col-title{
	position:relative;
	padding:30px 10px;
	background:#11c3f0;	
}

.pricing-section .column-style-one.active .col-title{
	background:#ffc925;	
}

.pricing-section .column-style-one.style-two .col-title{
	background:#fd682e;	
}

.pricing-section .column-style-one.style-two.active .col-title{
	background:#11c3f0;	
}

.pricing-section .column-style-one .col-title h2{
	color:#ffffff;
	font-family:'Montserrat',sans-serif;
	font-size:28px;
	text-transform:uppercase;
}

.pricing-section .column-style-one .col-title h3{
	position:relative;
	font-size:24px;
	color:#ffffff;
	font-weight:700;
	text-transform:capitalize;	
}

.pricing-section .column-style-one .col-title p{
	position:relative;
	margin:0px;
	color:rgba(255,255,255,0.50);	
}

.pricing-section .column-style-one .col-price{
	position:relative;
	padding:25px 10px;
	color:#323232;
	background:#ffffff;
}

.pricing-section .column-style-one .col-price h3{
	position:relative;
	font-size:62px;
	font-family:'Montserrat',sans-serif;
	font-weight:400;
	color:#11c3f0;	
}

.pricing-section .column-style-one.active .col-price h3{
	color:#ffc925;	
}

.pricing-section .column-style-one.style-two .col-price h3{
	color:#fd682e;	
}

.pricing-section .column-style-one .col-price sup{
	position:relative;
	top:-30px;
	font-weight:400;
	color:#acb3ba;
	font-size:32px;
}

.pricing-section .column-style-one .col-price sup:nth-child(2){
	color:#11c3f0;
}

.pricing-section .column-style-one.active .col-price sup:nth-child(2){
	color:#ffc925;
}

.pricing-section .column-style-one.active.style-two .col-price sup:nth-child(2){
	color:#11c3f0;
}

.pricing-section .column-style-one.style-two .col-price sup:nth-child(2){
	color:#fd682e;
}

.pricing-section .column-style-one.active.style-two .col-price h3{
	color:#11c3f0;
}

.pricing-section .column-style-one .col-price sub{
	position:relative;
	margin-left:-35px;
	font-size:12px;
	font-weight:400;
	color:#999999;	
}

.pricing-section .column-style-one .col-content{
	position:relative;
	padding:0px 0px;
	background:#ffffff;
	color:#555555;
	border-top:1px solid #d0d0d0;	
}

.pricing-section .column-style-one .col-content li{
	position:relative;
	padding:12px 15px 12px 40px;
	text-align:left;
	color:#5a5a5a;
	font-size:15px;
	border-bottom:1px solid #d0d0d0;	
}

.pricing-section .column-style-one.style-two .col-content li{
	padding-left:15px;	
}

.pricing-section .column-style-one .col-content li .bullet{
	position:relative;
	padding-right:5px;
	top:1px;
	font-size:20px;
	color:#11c3f0;	
}

.pricing-section .column-style-one .col-link{
	position:relative;
	padding:30px 25px;
	background:#f1f1f1;	
}

.pricing-section .column-style-one.style-two .col-content li{
	text-align:center;	
}

/*** 

====================================================================
	Alert Boxes style
====================================================================

***/

.alert-box{
	position:relative;
	padding:15px 20px;
	border:1px solid;
	margin-bottom:30px;
}

.alert-box.alert-success{
	border-color:#65be3e;
	background:#dce9d6;
	color:#65be3e;
}

.alert-box.alert-information{
	border-color:#22c0e8;
	background:#d3e9ef;
	color:#22c0e8;
}

.alert-box.alert-warning{
	border-color:#e7bd13;
	background:#eee9d1;
	color:#e7bd13;
}

.alert-box.alert-danger{
	border-color:#f7504c;
	background:#f1d9d8;
	color:#f7504c;
}

.alert-box.rounded-box{
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
}

.alert-box .inner{
	position:relative;
	padding-left:50px;
	font-size:14px;
	line-height:28px;	
}


.alert-box .inner .icon-alert{
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	width:28px;
	height:28px;
	font-size:14px;
	line-height:24px;
	border:2px solid;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
}

.alert-box.alert-success .inner .icon-alert{
	border-color:#65be3e;
	color:#65be3e;
}

.alert-box.alert-information .inner .icon-alert{
	border-color:#22c0e8;
	color:#22c0e8;
}

.alert-box.alert-warning .inner .icon-alert{
	border-color:#e7bd13;
	color:#e7bd13;
}

.alert-box.alert-danger .inner .icon-alert{
	border-color:#f7504c;
	color:#f7504c;
}

.btns-row .theme-btn{
	margin:0px 5px 20px;	
}
