/************ 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('flaticon.css');




/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/
body, html{
	/*font-family: 'Open Sans', sans-serif;*/
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;

}
body {
	
	/*font-family: 'Open Sans', sans-serif;*/
	font-size:15px;
	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: 'Open Sans', sans-serif;*/
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	/*font-family: 'Open Sans', sans-serif;*/
}
.h3, h3 {
    font-size: 20px; line-height:28px; 
}

p{
	line-height: 24px;
	/*font-family: 'Open Sans', sans-serif;*/
}

.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;	
}


====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:10px;
	right:10px;
	width:40px;
	height:40px;
	color:#ffffff;
	background:#11c3f0;
	font-size:14px;
	line-height:38px;
	border:1px solid #ffffff;
	text-align:center;
	z-index:100;
	cursor:pointer;
	display:none;
	border-radius:50%;	
}

.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:0px;	
}

.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: 'Open Sans', 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 none repeat scroll 0 0;
	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;
}
.header-lower-inner{padding:0 0 0px 0px !important;}

.main-header.sticky-header .header-lower{
	background:none;	
}

.fixed-header .header-lower,
.fixed-header.sticky-header .header-lower{
	position:fixed;
	padding-top:5px !important;
	background:#022852;
}

.main-header .header-lower .outer-box{
	position:relative;
	padding:0px 85px 0px 0px;	
}

.main-header .header-lower .nav-toggler {
  position:absolute;
	right:0px;
	top:21px;
	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: #000;
  border: none;
}

/*.main-header.sticky-header .header-lower .outer-box{
	margin:0px 40px;	
}*/

.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: #31c3e7;
	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:18px !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:16px 0px 0px 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 0 0 0;
	font-weight:500;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px;
	margin-left:22px;
	/*font-family: 'Open Sans', sans-serif;*/
	letter-spacing:1px;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:25px 0px 10px 0px;
	font-size:14px;
	color:#000;
	line-height:20px;
	text-transform:capitalize;
	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:22px;
	padding-bottom:20px;
	color:#fff;	
}

.fixed-header .header-lower .nav-toggler button { color:#fff;}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#fbb900;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:150%;
	width:220px;
	padding:0px;
	z-index:100;
	visibility:hidden;
	opecity:0;
	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;
}

.lastmenu{
	position:absolute;
	left:-140px !important;
	width:240px !important;
}
.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:#fbb900;	
}

.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;
}

/*megamenu Section*/
.megamenu{ width:1120px !important; left:-298px !important; padding-top:30px !important; padding-bottom:30px !important;}
ul .megamenu > li{ border-top:none !important;}
.megamenu span{ color:#c8f4ff;}

.megamenusection ul li{
	position:relative;
	width:100%;
	border-top:1px solid rgba(255,255,255,0.20);
}

.megamenusection ul li a{
	position:relative;
	display:block;
	padding:8px 15px 8px 36px;
	line-height:22px;
	font-weight:400;
	font-size:13px;
	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;
}

.megamenusection ul li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 15px;
}
.megamenusection ul li a:hover{
	color:#fbb900;	
}

.megamenusection h4{ margin-bottom:10px; color:#11c3f0; font-size:18px;}

.megamenusection h4 a:hover{ color:#fbb900;}

.carousel-control {
  width: 30px;
  height: 30px;
  top: 220px;
  margin-right:10px;

}
.mar-top{ margin-top:67px;}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	background: #1cbac8;
	z-index: 99999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .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: #fbb900;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	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: #000;
}

.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: #fff;
	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;
	color: #fbb900;  
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .logo {
	padding: 30px 0px;
	background: #161616;
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	/*font-family: 'Open Sans', 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;
	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 {
	color: #000;
	padding: 3px 10px;
	font-size: 14px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
	background-color:transparent;
	}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
}

.main-footer .footer-upper{
	position:relative;
	padding:30px 0px 20px 0px;
	color:#ffffff;
	background:#282828;
	line-height:2em;
	border-bottom:1px solid #4e4e4e; 
}

.main-footer.bg-dark .footer-upper{
	background:#1f252d;	
}

.main-footer .footer-upper .column{
	position:relative;
	margin-bottom:20px;	
}

.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:capitalize;
	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:24px;	
}

.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:24px;
	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;
	padding:0px 0px 0px 30px;
	margin-bottom:20px;
}

.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:capitalize;
}

.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: 'Open Sans', 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:#282828;
	padding:20px 0px;
	color:#ffffff;
	/*font-family: 'Open Sans', sans-serif;*/
}
.footer-bottom p{ font-size:12px; /*font-family: 'Open Sans', sans-serif;*/}

.theme-orange .footer-bottom{
	background:#ffffff;
	color:#3a3a3a;
}

.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 .fa-close {
	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;
	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:#014289;
	line-height:30px;
	font-size:20px;
	color:#233145;
	text-transform:capitalize;
	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:#fbb900;
}

.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: 'Open Sans', 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: 'Open Sans', 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:50px;	
}

.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(8,93,173,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:-20px;
	opacity:1;	
}

.team-section.style-one .column .member-title{
	position:absolute;
	padding:0px 10px;
	width:100%;
	bottom:50%;
	font-size:16px;
	/*font-family: 'Open Sans', 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: 'Open Sans', sans-serif;*/
}

.team-section.style-two .team-member h4{
	font-size:14px;
	color:#999999;
	letter-spacing:1px;
	/*font-family: 'Open Sans', 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:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;	
}

.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:#11c3f0;
	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:capitalize;
	color:#454545;
	/*font-family: 'Open Sans', 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:60px 0px 20px 0px;	
}

.featured-three-col{
	position:relative;
	background:#ffffff;
	padding:20px 0px 30px;
}

.featured-three-col .column{
	position:relative;
	margin-bottom:40px;	
}

.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:#0198ee;	
}

.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:#0198ee;	
}

.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:16px;
	color:#1a456f;
	font-weight:400;
	margin-bottom:20px;
	/*font-family: 'Open Sans', sans-serif;*/
}

.featured-three-col.style-two .column h3{
	margin-bottom:10px;
}

.featured-three-col .column h3 a{
	position:relative;
	color:#1b1b1b;
	font-size:20px;
}

.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:#0198ee;	
}

.featured-three-col .column .text{
	text-align:center;
	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:capitalize;
	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:#0198ee;
	/*font-family: 'Open Sans', 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:top center !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
}

.getintouch{ padding:50px 0px !important;} 

.getintouch .btn-theme-ten{ background:#085dad !important; border:1px solid #085dad !important; }

.getintouch .btn-theme-ten:hover {
    background: #ffffff !important;
    color: #000 !important;
    border-color: #fff !important;
}

.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;
	font-weight:300;
	margin-bottom:25px;
}

.parallax-section h2{
	font-size:29px;
	font-weight:300;
	margin-bottom:15px; 
	line-height:30px;
	
}

.parallax-section h1{
	font-size:30px; 
	font-weight:600;
	margin-bottom:20px;
	line-height:30px;
}

.parallax-section .small-title2{
	font-size:27px;
	font-weight:300;
	margin-bottom:22px;
	/*font-family: 'Open Sans', sans-serif;*/
	line-height:34px;
}

.parallax-section .auto-container{
	position:relative;
	z-index:5;
}

.parallax-section h3{
	position:relative;
	font-size:28px;
	margin-bottom:30px;
}

.parallax-section2{
	position:relative;
	padding:20px 0px 0px 0px;
	color:#ffffff;
	background-position:center center !important;
	background-repeat:no-repeat !important;
}


.parallax-section2 h3{
	position:relative;
	font-size:22px;
	margin-top:10px;
	color:#535353;
	font-weight:300;
}

.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;

}

.bg1{ background:url(../images/customer-partners-banner.jpg);}
.bg2{ background:url(../images/services-banner.jpg);}
.bg3{ background:url(../images/discrete-banner.jpg);}
.bg4{ background:url(../images/contact-banner.jpg);}
.bg5{ background:url(../images/news-banner.jpg);}
.bg6{ background:url(../images/videos-banner.jpg);}
.bg7{ background:url(../images/events-banner.jpg);}
.bg8{ background:url(../images/supply-banner.jpg);}
.bg9{ background:url(../images/extended_supply_banner.jpg);}
.bg10{ background:url(../images/locations-banner.jpg);}
.bg11{ background:url(../images/odi_oracle-banner.jpg);}
.bg12{ background:url(../images/sap-s4hana-banner.jpg);}
.bg13{ background:url(../images/automotive-banner.jpg);}
.bg14{ background:url(../images/leadership-banner.jpg);}
.bg15{ background:url(../images/background/warehouse.jpg);}
.bg16{ background:url(../images/background/advancebusiness.jpg);}
.bg17{ background:url(../images/background/managedservices.jpg);}
.bg18{ background:url(../images/background/hitech.jpg);}
.bg19{ background:url(../images/background/SCM.jpg);}
.bg20{ background:url(../images/background/CSR.jpg);}
.bg21{ background:url(../images/background/lifescience.jpg);}
.bg22{ background:url(../images/background/IOE.jpg);}
.bg23{ background:url(../images/background/aboutus.jpg);}
.bg24{ background:url(../images/background/epc.jpg);}
.bg25{ background:url(../images/background/npm.jpg);}
.bg26{ background:url(../images/background/CPG.jpg);}
.bg27{ background:url(../images/background/SWIFT.jpg);}
.bg28{ background:url(../images/background/SAP_Co.jpg);}
.bg29{ background:url(../images/background/NOW.jpg);}
.bg30{ background:url(../images/background/bpaas.jpg);}
.bg31{ background:url(../images/background/bcone_story.jpg);}
.bg32{ background:url(../images/background/career-banner.jpg);}
.bg33{ background:url(../images/background/diagnostics.jpg);}
.bg34{ background:url(../images/background/integration.jpg);}
.bg35{ background:url(../images/background/enterprise-mobility.jpg);}
.bg36{ background:url(../images/background/sourcing-and-procurement.jpg);}
.bg37{ background:url(../images/background/Kinaxis.jpg);}
.bg38{ background:url(../images/background/cloud_transaction_automation.jpg);}
.bg39{ background:url(../images/background/SAP_HANA.jpg);}
.bg40{ background:url(../images/background/chemical.jpg);}
.bg41{ background:url(../images/background/sap-and-oracle-scm-solution.jpg);}
.bg42{ background:url(../images/background/anaplan.jpg);}
.bg43{ background:url(../images/background/SAP_IBP.jpg);}
.bg44{ background:url(../images/background/privacy.jpg);}
.bg45{ background:url(../images/background/terms.jpg);}

/*** 

====================================================================
	Fact Counter Section
====================================================================

***/

.fact-counter{
	position:relative;
	padding:0px 0px;
	color:#1b1b1b;
	background:url(../images/counter-bg.jpg);
	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 10px 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:40px;
	font-weight:800;
	padding:0px 0px 0px;
	color:#fff;
}

.fact-counter .column .line{
	position:relative;
	width:50px;
	height:2px;
	background:#fff;
	margin:12px auto;	
}

.fact-counter .column .count-text{
	position:relative;
	font-size:40px;
	font-weight:700;
	text-transform:capitalize;
	/*font-family: 'Open Sans', sans-serif;*/
	color:#fff;
}

.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:12px;
	font-weight:400;
	text-transform:capitalize;
	/*font-family: 'Open Sans', sans-serif;*/
	color:#fff;
}

.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: 'Open Sans', 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: 'Open Sans', sans-serif;*/
	text-transform:capitalize;
}

.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: 'Open Sans', sans-serif;*/
	font-size:18px;
	letter-spacing:3px;
	color:#ffffff;
	text-transform:capitalize;
	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:50px 0px 20px;
}

.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:capitalize;
	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:capitalize;
	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;
	margin-top:20px;
}

.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:capitalize;
	font-size:14px;
	margin-right:3px;
	border-radius:0px;
	background:#f2f2f2;
}

.tabs-box .tab-buttons .tab-btn.active{
	background:#11c3f0;
	color:#ffffff;
}
	
.tabs-box .tab{
	position:relative;
	padding:15px 0px;
	display:none;
}

.tabs-box .active-tab{
	display:block;
}

.tabs-box .tab p{
	margin-bottom:10px;
	font-size:14px;
	line-height:1.6em;
}

.tabs-box .tab p span{ font-size:11px;}
.newsdate{ font-size:11px; color: #535456;}

.tabs-box .tab img{
	position:relative;
	display:block;
	max-width:100%;
	margin-bottom:15px;
	width:100%;
}

.selectOption {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #ccc;
    font-size: 14px;
    height: 34px;
    overflow: hidden;
    width: 180px;
}

/*** 

====================================================================
	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:capitalize;
}

.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-title1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #014389;
  padding:15px 0px;
  color:#ffffff;
}

.page-title1:before { 
  content: '';
  position: absolute;
  left: 27%;
  width: 100%; 
  height: 595%; 
  background-color: rgb(15, 92, 177); /* fallback */
  background-color: rgba(15, 92, 177);
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-title{
	position:relative;
	line-height:32px;
	padding:15px 0px;
	background:#014389;
	color:#ffffff;
	overflow: hidden;
	
}

.page-title:before { 
  content: '';
  position: absolute;
  left: 40%;
  width: 300px; 
  height: 100%; 
  background-color: rgb(251, 185, 0); /* fallback */
  background-color: rgba(251, 185, 0, 0.5);
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.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);	
}

.page-title a:hover{ color:#fff;}

/*** 

====================================================================
	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:20px;
	text-transform:capitalize;
	margin-bottom:15px;
	color:#7f7f7f;
	font-weight:400;
	text-align:left;
}

.process-column .text{
	font-size:16px; text-align:left;
}

.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:capitalize;
	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:50px 0px 10px;	
}

.portfolio-detail-section .default-title{
	text-transform:capitalize;
	color:#3a3a3a;
	/*font-family: 'Open Sans', 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:50px;	
}

.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: 'Open Sans', 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: 'Open Sans', 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:30px;
}

.sidebar .widget h3{
	font-size: 20px;
	font-weight: 300;
	margin-bottom:0px;
	line-height: 30px;
	color: #1072bb;
}

.sidebar .widget h4{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 15px;
	line-height: 24px;
	color: #0d0d0c;
}



.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:capitalize;
	
}

.sidebar .sidebar-title h3,
.sidebar .sidebar-title h2{
	font-size:22px;
	color:#353535;
	text-transform:none;
	font-weight:300;
}

.widget p{ color:#0d0d0c; font-size:14px;}

.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:#f2a64b;	
}

.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:capitalize;
	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:capitalize;
}

.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:capitalize;
	font-size:16px;
	/*font-family: 'Open Sans', 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: 'Open Sans', sans-serif;*/
	text-transform:capitalize;
 }
 
 .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: 'Open Sans', sans-serif;*/
	font-size:12px;
	text-transform:capitalize;
	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: 'Open Sans', 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: 'Open Sans', 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: 'Open Sans', sans-serif;*/
	font-weight:normal;
	margin-bottom:20px;
}

.shop-detail-section .prod-price{
	margin-bottom:20px;
	color:#11c3f0;
	font-size:20px;
	/*font-family: 'Open Sans', 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:10px;
	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: 'Open Sans', sans-serif;*/
	font-size:14px;
	color:#3a3a3a;
	text-transform:capitalize;
}

.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: 'Open Sans', 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: 'Open Sans', sans-serif;*/
	font-size:16px;
	color:#999999;	
}

.prod-table table td.prod-total{
	color:#11c3f0;;	
}

.prod-table table .remove{
	/*font-family: 'Open Sans', sans-serif;*/
	letter-spacing:1px;
	font-size:14px;
	color:#999999;
	text-transform:capitalize;
}

.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: 'Open Sans', 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: 'Open Sans', sans-serif;*/
	font-size:28px;
	text-transform:capitalize;
}

.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: 'Open Sans', 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;	
}

/*Topbar*/
.top-bar {
	position:absolute;
	right:6px;
	top:0px;
	z-index: 10;
}

.top-bar span {
	margin-left: 12px;
	color:#000;
}

.change-text a{
	color:#000;
	font-family: "PT Sans Narrow",sans-serif;
	font-size:14px;
	padding-right:20px;
	}


.language-dropdown {
	display:inline-block;
}

.dropdown-menu.language-change {
	border-radius: 0;
	min-width: 100px;	
	padding: 0;
	margin-top: 10px;
	background-color:transparent;
}

.dropdown-menu.language-change li a {
	margin-bottom:1px;
	background-color:#fff;
	color:#454545;
}

.language-dropdown a i {
	color:#000;
	font-family: "PT Sans Narrow",sans-serif;
}

.top-bar span.contact-mail {
	margin-right:0px
}

.top-bar span i {
	margin-right: 10px;
	font-size: 18px;
}

.fixed-header .change-text a{
	color:#fff !important;
	
	}
	
.fixed-header .language-dropdown a i {
	color:#fff !important;
	font-family: "PT Sans Narrow",sans-serif;
}

.fixed-header .top-bar span {
    color: #fff !important;
}

/*Testimonials Section*/

.carousel-indicators .active {
    background: #11c3f0;
}

.content {
    margin-top: 20px;
	margin-bottom:20px;
}

.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.adjust2 {
    margin: 0;
}

.carousel-indicators li {
    background:#ccc;
}

.carousel-control {
    color: #31708f;
    width: 5%;
}

.carousel-control:hover, .carousel-control:focus {
    color: #31708f;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.no-padding{ padding-left:0px !important; padding-right:0px !important;}
.caption p{ color:#838181; font-size:16px; /*font-family: 'Open Sans', sans-serif;*/ line-height:24px; margin-bottom:20px; font-weight:300;}

.carousel-indicators {
    bottom: -40px;
}

.adjust1 h2{
	font-size:24px;
	color:#1072bb; 
	/*font-family: 'Open Sans', sans-serif;*/ font-weight:300; letter-spacing:-1px;
}
.paddingtopbot{padding-top:40px; padding-bottom:40px;}

.new h3{font-size:24px; font-weight:300; color:#1072bb; }

.careerssection {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #787773;
    line-height: 2em;
    padding: 50px 0 50px 0px;
    position: relative;
}


.careerssection h1{  
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
	color:#014289;
	}
.careerssection h3{font-size:24px; font-weight:300; color:#1072bb; margin-bottom:10px; }
.careerssection p{ line-height:24px;}

.howsapsection {
    background: #eaf0f3 none repeat scroll 0 0;
    color: #787773;
    line-height: 2em;
    padding: 50px 0 50px 0px;
    position: relative;
}

.howsapsection h2{  
    font-size: 30px;
    margin-top: 10px;
	color:#04284e;
	line-height:34px;
	margin-bottom:30px;
	font-weight:300;
	}
	
.howsapsection p{color:#535456;}

.follow{ font-size:22px; color:#110202; line-height:18px; margin-bottom:20px;}
.bluebox{ background:#084a6c; color:#fff; padding:0px; margin-top:40px;}
.bluebox h2{    
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 15px;
    padding-top: 35px;
    font-weight: bold;
	}

.menu-footer-menu-container ul {
	margin: 0;
	padding: 6px 0px 0px 0px;
}
.menu-footer-menu-container ul li {
	color: #fff;
	display: inline;
	list-style-type: none;
}
.menu-footer-menu-container ul li a {
	color: #fff;
	display: inline;
	list-style-type: none;
	padding: 0 15px 0 0;
	font-size:12px;
	font-weight:normal;
}
.menu-footer-menu-container ul li a:hover {
	text-decoration:underline;
}
.socialicons ul {
	margin: 0;
	padding: 0;
}
.socialicons ul li {
	display: inline-block;
	list-style-type: none;
}
.facebook-roll {
	background-image: url("../images/fb.png");
}
.tweter-roll {
	background-image: url("../images/twtr.png");
}
.linked-roll {
	background-image: url("../images/in.png");
}
.rss-roll {
	background-image: url("../images/rss.png");
}
.youtube-roll {
	background-image: url("../images/yt.png");
}
.xing-roll {
	background-image: url("../images/xing.png");
}
.social-roll {
	cursor: pointer;
	float: left;
	height: 20px;
	margin: 5px 5px 5px 0px;
	transition: all 0.3s ease 0s;
	width: 20px;
}
.social-roll:hover {
	transform: rotate(360deg);
}

.text img{ float:left;}





@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }
	
	.fact-counter .column {
    padding: 40px 10px 20px 10px;
}

.main-header .header-lower .nav-toggler {
    top: 17px;

}

.innerbtn button {
    color: #000;

}
.fixed-header .header-lower .nav-toggler button {
    color: #fff;

}

.main-header .header-lower .nav-toggler button {
  color: #fff;
}

.fixed-header .header-lower, .fixed-header.sticky-header .header-lower {
	padding-bottom:10px !important;
	padding-top:10px !important;
}

.pull-left.fnav, .pull-right.fnav {
	float: none !important;
}

.paddingtopbot {
    padding-bottom: 10px;
    padding-top: 10px;
}

.adjust1 h2 { line-height:normal;}

.main-slider h1{
	font-size:16px !important;
	line-height:normal !important;
}
.main-slider p{ line-height:normal !important;}

}
/*grid Section*/



.grid {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	min-width: 100%;
	max-width: 480px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: capitalize;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 600;
	font-size:20px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 76.5%;
}

/* Individual effects */


/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
	background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
	background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}

figure.effect-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
	opacity: 0.4;
}

figure.effect-dexter figcaption::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-dexter p {
	position: absolute;
	right: 60px;
	bottom: 48px;
	left: 60px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

.pattern-overlay {
    box-shadow: inset 0px 0px 100px rgba(0, 0, 20, 1);
    background: -webkit-linear-gradient(top, rgba(255, 145, 0, 0.2) 0%, rgba(255, 230, 48, 0.2) 60%), -webkit-linear-gradient(20deg, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 35%);
    background: -moz-linear-gradient(top, rgba(255, 145, 0, 0.2) 0%, rgba(255, 230, 48, 0.2) 60%), -moz-linear-gradient(20deg, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 35%);
    height : 100%;
}

.video-section h1 {
    color: #084587;
    font-size: 46px;
    font-weight: 900;
    text-transform: uppercase;
	line-height:28px;
}
.video-section h2 {
    font-size: 38px;
    text-transform: uppercase;
	color: #000;
	font-weight: 700;
}

.video-section p{    
    color: #000;
    font-size: 16px;
    line-height: 22px !important;
}

.video-section .buttonBar {
    display:none;
}
.video-section {
    height: 840px;
    width:100%;
    overflow: hidden;
    position: relative;
}
.player {
    font-size: 1px;
}
.bar {
    margin-top: 28em;
	text-align:center;
}
.breadcrumbtop a:hover{ color:#fff; }

.services-box h3{
	font-size:20px;
	font-weight:300;
	margin-bottom:25px;
	/*font-family: 'Open Sans', sans-serif;*/
	line-height:30px;
	text-align:center;
	color:#313434;
	}


.study-box{padding:20px 0px 20px 0px;}
.study-box h3{ /*font-family: 'Open Sans', sans-serif;*/ font-size:20px; line-height:24px; margin-bottom:20px; color:#535456;}
.study-box p{ color:#535456; /*font-family: 'Open Sans', sans-serif;*/}
.study-box a{color:#11c3f0; font-size:16px;}
.manufac h2{ font-size:24px; font-weight:bold; color:#014289; margin-bottom:20px;}
.manufac h3{ /*font-family: 'Open Sans', sans-serif;*/ font-size:24px; margin-bottom:10px !important; color:#5c5c5c;}
.manufac p{color:#535456;}
.manufac ul{ margin-bottom:30px;}
.manufac li{ list-style:disc;color:#535456; padding-left:10px; margin-left:20px;}
.bluetext{color:#014389 !important; }
.brief{ background:#e1f1ff; padding:20px;}
.orange-text{ font-weight:bold;color:#f27622 !important; }

.ioe p{color:#2e3031; text-align:center; font-size:20px; font-weight:300; line-height:30px;}
.ioe span{ color:#13669b;}
.darkcolor{ color:#25313d !important;}
.digitext{color:#3b495c !important; font-size:22px !important; line-height:34px !important;}

.comment {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 10px;
	color: #535456;
}

a.morelink {
	text-decoration:none;
	outline: none;
}

.morecontent span {
	display: none;

}

.blue-text{ color:#2f73bd;}

.leadbox h3{font-size:24px; font-weight:300; margin-bottom:15px; /*font-family: 'Open Sans', sans-serif;*/ line-height:30px; text-align:center; color:#1072bb;}

.leadbox h4{ text-align:center; margin-bottom:15px;}
.smalltext{ font-size:15px !important;}

.leadbox p{color: #838181 !important; font-size: 16px; /*font-family: 'Open Sans', sans-serif;*/ line-height: 24px; margin-bottom: 20px; font-weight: 300; text-align:center;}

.casestudy h3{ font-weight:300 !important; font-size:24px !important; color:#fff; margin-bottom:10px;}
.casestudy h4{ color:#fff; font-size:18px; line-height:20px; margin-bottom:10px;}
.casestudy p{ color:#fff; }
.casestudy a{ color:#fff; padding:5px 15px; border:1px solid #fff; border-radius:0px; display:inline-block; margin-top:10px;}
.casestudy a:hover{ color:#013b4b; text-decoration:none; border:1px solid #096983; }

.videobody {
    position: relative;
    height: 0;
    padding-bottom: 26.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.paddingright{ padding-right:50px;}

.lightblue{background:#f3faff;}
.dlightblue{background:#e7f2f7;}
.dlightblue p{ color:#25313d !important;}
.darklightblue{background:#007fa0;}
.darklightblue h2{ color:#fff; margin-bottom:20px;}
.darklightblue p{ color:#fff; font-size:16px; font-weight:300; line-height:28px;}
.accotext{ padding:30px 60px; color:#fff; font-size:18px; font-weight:300;}
.whyblue{background:#2386b8;}
.whyblue h3{ color:#fff;}
.whyblue h4{ color:#fff; text-align:center; margin-bottom:10px;}
.whyblue p{ text-align:center; color:#fff;}
.whitecolor{ color:#fff !important;}
.column h4 a{ color:#fff; text-decoration:underline;}
.column h4 a:hover{ color:#fff;}
.orangebox{ background:#eaa25a; text-align:left; color:#fff; padding:20px 20px 20px 20px; -webkit-border-radius: 10px;
-ms-border-radius: 10px; -o-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.greenbox{ background:#76c479; text-align:left; color:#fff; padding:20px 20px 20px 20px; -webkit-border-radius: 10px;
-ms-border-radius: 10px; -o-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.parplebox{ background:#b186bc; text-align:left; color:#fff; padding:20px 20px 20px 20px; -webkit-border-radius: 10px;
-ms-border-radius: 10px; -o-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}

/*-----------Scroll to top---------------*/


#back-top {	position: fixed;bottom:20px;right: 10px;}
#back-top span {width: 30px;height: 30px;display: block;background: #11c3f0 url(../images/up-arrow.png) no-repeat center center;	border-radius: 0px;	-webkit-transition: 1s;
-moz-transition: 1s;transition: 1s;}
#back-top a:hover span {background-color: #022852;}

/*-----------sticky-social---------------*/

#sticky-social {
   right: 0;
   position: fixed;
   top: 140px;
   z-index: 5050;
}

    
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 50px;
   line-height: 50px;
   position: relative;
   text-align: center;
   width: 50px;
}

#sticky-social a:hover span {
   right: 100%;
}

#sticky-social a span {
   line-height: 50px;
   right: -120px;
   position: absolute;
   text-align:center;
   width:120px;
   
}

#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }	

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #00adc8; }	

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #085dad; }	

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }	

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127; }	

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }	

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }	

.loctsta {
    font-size: 14px;
    color: #014289;
	font-weight:bold;
}

.white-box-team{ background-color:#eaf0f3 ; display:block;}
.white-box-team h1 {
    clear: both;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 10px;
    padding: 20px 10px 0;
    text-transform: uppercase;
}
.white-box-team span {
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    padding: 20px 10px 0;
    text-transform: uppercase;
}
.white-box-team .gap{ padding:0px 15px 15px 15px;}
.white-box-team .line-white{ border-bottom:1px solid #fff; }
small{font-size:80%; /*font-family: 'Open Sans', sans-serif;*/ color:#11c3f0 !important;}
.padding-left{ padding-left:15px;}

.list-unstyled ul{
   list-style:none;
	padding:0px;
	margin:0px;
}
.list-unstyled ul li{
	margin:0px 0px;
	border-bottom:1px dashed #cdcdcd;
	padding:4px 0px 4px 0px;
}

.interlink{ text-align:left;}

.interlink .column-title {
    position: relative;
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 15px;
	line-height:38px;
}
.interlink .text3 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2em;
}

/* Unordered Listing */
.ui-89 ul{
	padding:0px;
	margin-bottom: 22px;
}

.ui-89 ul li{
	margin: 0px;
	display: inline-block;
    padding-left: 1px;
    padding-right: 1px;
}


/* Link */
.ui-89 ul > li > a{
	position:relative;
}
/* Icon */
.ui-89 ul > li > a > i{
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
/*	border-radius: 100%;*/
}

/* Social Media */
.facebook {	background: #3280e7; }
.facebook:hover { background: #134fa0; }
.twitter { background: #32c8de;}
.twitter:hover {	background: #188392;}
.google-plus {background: #f96f4a;}
.google-plus:hover {	background: #eb6440;}
.linkedin  {	background: #729fda;}
.linkedin:hover {background: #3069b6;}
.pinterest {	background: #ed5441;}
.pinterest:hover { background: #b72411;}
.dropbox {background: #32c8de;}
.dropbox:hover {	background: #188392;}
.bitcoin {background: #f8a841;}
.bitcoin:hover {	background: #cc7607;}
.foursquare {background: #22bed4;}
.foursquare:hover {background: #146f7c;}
.flickr { background: #ff61e7;}
.flickr:hover {	background: #fa00d4;}
.github {background: #666666;}
.github:hover {	background: #333333;}
.instagram {	background: #d6917a;}
.instagram:hover {background: #b35637;}
.skype {background: #32c8de;}
.skype:hover {background: #188392;}
.tumblr {background: #84a1c8;}
.tumblr:hover {background: #476d9f;}
.vimeo {background: #32c8de;}
.vimeo:hover {background: #188392;}
.dribbble{background: #ff2edf;}
.dribbble:hover {background: #c700a9;}
.youtube {background: #ed5441;}
.youtube:hover {	background: #b72411;}

.databox{ padding-top:40px; text-align:center;}
.databox h3{ color:#fff; font-size: 24px; font-weight:300 !important;}
.blueline{ border-bottom:1px solid #bddaea;}
.manufac h4 {font-size: 24px;font-weight: 300;color: #014289;margin-bottom: 20px;}

.caseslide{ text-align:left !important;}
.caseslide h4{color: #11c3f0;font-size: 24px;font-weight:600;margin-bottom: 10px;}
.btn-theme-four {
    position: relative;
    padding: 2px 15px;
    line-height: 24px;
    text-transform: capitalize;
    color: #022852 !important;
    font-size: 14px;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    /*font-family: 'Open Sans', sans-serif;*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
}