/*
	Theme Name: Bolt
	Theme URI: http://themeinbox.com/demo/bolt/
	Description: One Page Creative Multipurpose WordPress Theme
	Author: ThemeInbox
	Author URI: http://themeinbox.com/themes/
	Version: 1.0
	Tags: threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
	Text Domain: bolt
	License: GNU General Public License
	License URI: license.txt
*/

/* [Layout] */

/*-----------------------------------------------

	* Import Css
	
	* Body
		- Padding/Margin
	
	* Typography
	
		- font-family: 'Poppins', sans-serif;
		- font-family: 'Roboto Condensed', sans-serif;
		
	* Section Padding
		
	* Fonts Settings	
		- Font Name Heare

	* Header

	* Footer
	
	* Page Banner
	
	* Section Header
	
	* Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
-------------------------------------------------*/
/* * Body */

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #000;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

.menu-block .sidebarsearch,
.headersearch {
	display: none;
}
.menu-block .headersearch {
	display: block;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* - Section Padding */
.section-padding {
	padding-top: 55px;
	padding-bottom: 55px;
}
.page_spacing {
	padding: 110px 0;
}
.container {
	max-width: 100%;
}
.container.fixedlayout {
	margin: 0 auto;
}

/* * Header */
h1,h2,h3,h4,h5,h6 {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
main,footer {
	overflow: hidden;
}

/* VC Composer */
h2.wpb_heading {
	text-transform: capitalize;
	margin-bottom: 15px;
}

/* - Top Header */
.top-header {
	background-color: #f64b4b;
	line-height: 39px;
	padding: 0 22px;
	width: 100%;
}
.top-header .contact {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
	position: relative;
}
.top-header .contact li {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.top-header .contact li:first-of-type {
	padding-left: 0;
}
.top-header .contact li::after {
	background-color: #d93939;
    content: "";
    height: 39px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.top-header .contact li:last-of-type::after {
	display: none;
}
.top-header .contact li a {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.48px;
	text-decoration: none;
}
.top-header .contact li a:hover {
	color: #1e1e1e;
}
.top-header .contact li a > i {
	font-size: 12px;
	padding-right: 10px;
	vertical-align: middle;
}
.top-header .dropdown-bar {
	float: right;
}
.top-header .contact li p {
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.48px;
}
.top-header .contact li p i {
	padding-right: 10px;
}
.top-header .dropdown .btn {
	background-color: transparent;
    box-shadow: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
	font-size: 12px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
    outline: medium none;
    padding: 0;
}
.top-header .language-dropdown.dropdown li a {
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-header .language-dropdown.dropdown li a:hover {
	background-color: #f64b4b;
	color: #fff;
}
.top-header .dropdown .btn > span {
	margin-left: 10px;
}
.header-section-2 .top-header .contact li a:hover {
	color: #f64a4a;
}
.header-section-2 {
	background-color: #fff;
}
.header-section-2 .top-header {
	background-color: #1e1e1e;
}
.header-section-2 .top-header .contact li::after {
	background-color: #313131;
}
.header-section-2 .top-header .language-dropdown.dropdown li a:hover {
	background-color: #313131;
}
/* - Expanding Search */
.header-section-1 .menu-search { 
	float: right;
	width: 25px;
}
.menu-search .sb-search-input::-webkit-input-placeholder {
    color: #000;
	opacity: 0.5;
}
.menu-search .sb-search-input:-moz-placeholder {
    color: #000;
	opacity: 0.5;
}
.menu-search .sb-search-input::-moz-placeholder {
    color: #000;
	opacity: 0.5;
}
.menu-search .sb-search-input:-ms-input-placeholder {
    color: #000;
	opacity: 0.5;
}
.menu-search .sb-search {
	position: relative;
	height: 5px;
	width: 25px;
}
.menu-search .sb-icon-search,
.menu-search .sb-search-submit {
    width: auto;
    min-height: 25px;
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
	line-height: 20px;
}
.header-section-1 .navbar-fixed-top .menu-search .sb-icon-search,
.header-section-1 .navbar-fixed-top .menu-search .sb-search-submit {
	top: 30px;
}
.menu-search .sb-search-submit {
    background-color: transparent;
    opacity: 1;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
	color: #fff;
	font-size: 14px;
	color: #fff;
	height: 30px;
	box-shadow: none;
}
.header-section-2 .menu-search .sb-search-submit {
	color: #1e1e1e;
}
.header-section-1.header-section-2 .menu-search .sb-icon-search, 
.header-section-1.header-section-2 .menu-search .sb-search-submit {
	top: 28px;
}
.menu-search .sb-icon-search {
    color: #000;
    z-index: 90;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    width: 26px;
}
.menu-search .sb-icon-search:before {
    font-family: 'FontAwesome';
}
/* Open state */
.menu-search .sb-search.sb-search-open,
.menu-search .no-js .sb-search {
    width: 100%;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    transition: width 0.8s;
    -webkit-backface-visibility: hidden;
}
.menu-search .sb-search.sb-search-open .sb-icon-search,
.menu-search .no-js .sb-search .sb-icon-search {
    color: #fff;
    z-index: 11;
}
.menu-search .sb-search.sb-search-open .sb-search-submit,
.menu-search .no-js .sb-search .sb-search-submit {
    z-index: 90;
}
.menu-search .sb-search .form-control {
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.menu-search .sb-search.sb-search-open .sb-search-input {
    padding: 0px 20px;
    background-color: #fff;
    width: 280px;
    height: 40px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
	border-radius: 0;
	outline: none;
}
.navbar-fixed-top .menu-search .sb-search.sb-search-open .sb-search-input {
	top: 85px;
}
.menu-search .sb-search-input {
    position: absolute;
    top: 65px;
    right: 0px;
    border: none;
    outline: none;
    background: none;
    width: 0;
    height: 0;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    font-size: 16px;
    color: #000;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

/* Footer */
.footer-main .footer-content a.text-logo {
	text-transform: uppercase;
	color: #000;
	Font-size: 20px;
	font-size: 30px;
    font-weight: 700;
	font-family: "Poppins",sans-serif;
	text-decoration: none;
	word-wrap: break-word;
}
.footer-main .footer-content .text-logo:hover {
	color: #f64a4a;
}
.footer-main .footer-content .image-logo img {
	max-width: 	100px;
	max-height: 32px;
}
.bottom-footer .footer-copyright p {
	font-size: 14px;
	color: #000;
	font-family: "Poppins",sans-serif;
	line-height: 28px;
}
.footer-main .section-padding {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-main .widget_social_icons {
	padding: 0;
}
.footer-main .widget_social_icons li {
	border: none;
	padding: 0;
}
.footer-main .widget_social_icons h3 {
	margin: 0;
	display: inline-block;
	font-size: 17px;
	line-height: 30px;
}  
.footer-main .footer-social ul {
	padding-left: 0;
	margin-bottom: 0;
	display: inline-block;
}
.footer-main .footer-social ul li {
	display: inline-block;
	margin-left: 5px;
}
.footer-main .footer-social li a {
	border: 1px solid #b2b2b2;
	border-radius: 100%;
	color: #b2b2b2;
	display: inline-block;
	font-size: 12px;
	height: 31px;
	width: 31px;
	line-height: 31px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main .footer-social li a:hover {
	background-color: #f64a4a;
	border-color: #f64a4a;
	color: #fff;
}
.footer-main .footer-content {
	border-bottom: 1px solid #ebebeb;
    padding-bottom: 50px;
	margin-bottom: 50px;
    text-align: left;
}
.bottom-footer .section-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
.bottom-footer .footer-copyright {
	display: inline-block;
}
.bottom-footer .footer-content p {
	color: #8e8e8e;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.96px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.bottom-footer .go-to-top {
	color: #f64a4a;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 0.24px;
	text-transform: uppercase;
	text-decoration: underline;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.bottom-footer .go-to-top:hover {
	color: #1e1e1e;
}

/* Page Banner */
.page-banner {
	background-color: rgba(0,0,0,0.5);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}
.page-banner::before {
	background-color: rgba(30, 30, 30, 0.90);
    bottom: 0;
    content: "";
    display: inline-block !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.page-banner .banner-content {
    margin: 0 auto;
	position: relative;
	padding:160px 15px 40px;
}
.page-banner .banner-content h3 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	margin-top: 0px;
	text-transform: uppercase;
	word-wrap: break-word;
}
.page-banner .banner-content .breadcrumb {
	background-color: transparent;
	display: inline-block;
	margin-bottom: 0;
}
.page-banner .breadcrumb {
	font-size: 0 !important;	
	font-size: 0em !important;	
} 
.page-banner .breadcrumb {
	background: none;
}
.page-banner .breadcrumb  span,
.page-banner .breadcrumb  span a {
	color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.72px;
    text-decoration: none;
    text-transform: uppercase;
	line-height: 24px;
}
.page-banner .breadcrumb a span:hover {
	color: #f64b4b;
}
.page-banner .breadcrumb > span::after {
    color: #fff;
    content: "/ ";
    font-size: 12px;
    padding: 0 5px;
}

.page-banner  .breadcrumb > span:last-of-type:after {
	content: "";
}

/* Section Header */
.section-header {
	text-align: center;
	margin-bottom: 105px;
}
.section-header h5 {
	color: #a0a0a0;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 24px;
	word-wrap: break-word;
	padding: 0 15px;
}
.section-header h3 {
	color: #1e1e1e;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 46px;
	word-wrap: break-word;
	padding: 0 15px;
}

/*--------------------------------------------------
	* Responsive
----------------------------------------------------*/

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	.admin-bar .navbar-fixed-top,
	.admin-bar .header-section:not(.headerno-banner) {
		margin-top: 32px;
	}

	#lang_sel li,
	#lang_sel ul ul {
		width: 100px;
	}
	.language_menu #lang_sel > ul li a {
		word-wrap: break-word;
		white-space: normal;
	}
	.language_menu {
		float: right;
	}
	.language_menu #lang_sel > ul {
		margin-top: 15px !important;
		padding-left: 10px!important;
	}
	#lang_sel ul ul a {
		line-height: 16px;
	}
	.header-section.header-section-1 .language_menu #lang_sel > ul {
		margin-top: 15px !important;
	}
	.header-section.header-section-1.header-section-2 .language_menu #lang_sel > ul {
		margin-top: 28px !important;
	}
	.header-section .navbar-fixed-top .language_menu #lang_sel > ul {
		margin-top: 28px !important;
	}
	.error404 .page-banner .banner-content,
	.search-no-results .page-banner .banner-content {
		padding: 190px 15px 60px;
	}
	.admin-bar .header-section {
		margin-top: 32px;
	}
	.admin-bar .header-section.header-section-1.headerno-banner {
		margin-top: 0px;
	}
	/* - Header Main */
	.header-section {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 11;
		right: 0;
	}
	/* - Top Header */
	.top-header .language-dropdown .dropdown-menu {
		border-radius: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform-origin: 0 0 0;
		transition: all 0.4s ease-in-out 0s;
		display: block;
		margin: 1px 0 0;
		border: none;
	}
	.top-header .dropdown-bar ul.dropdown-menu {
		right: 0;
		left: auto;
	}
	.top-header .language-dropdown:hover .dropdown-menu {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		visibility: visible;
	}
	
	.header-section-2 .menu-search .sb-search-input{
		top: 88px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	.header-section.header-section-1 .navbar-fixed-top .navbar-brand {
		padding: 19px 0;
	}
	.admin-bar .navbar-fixed-top {
		margin-top: 32px;
	}
	.language_menu { 
		right: 80px;
		top: 26px;
		position: absolute;
	}
	.navbar-fixed-top .language_menu {
		position: absolute;
		right:95px;
		top: 40px;
	}
	#lang_sel li,
	#lang_sel ul ul {
		width: 90px;
	}
	.menu-search .sb-icon-search, 
	.menu-search .sb-search-submit {
		right: -7px;
	}
	.menu-search .sb-search.sb-search-open .sb-search-input,
	.menu-search .sb-search-input {
		top: 67px;
	}
	.navbar-fixed-top .menu-search .sb-search.sb-search-open .sb-search-input {
		top: 98px;
	}
	.page-banner .banner-content {
		padding:  80px 15px;
	}
	.header-section-1 {
		background-color: #1e1e1e;
	}
	.header-section-1 .menu-search {
		position: absolute;
		right: 65px;
		top: 10px;
	}
	.header-section-1 .navbar-fixed-top .menu-search { 
		right: 79px;
	}
	.top-header .contact li {
		padding-left: 8px;
		padding-right: 8px;
	}
	.top-header .dropdown-bar ul.dropdown-menu {
		right: 0;
		left: auto;
	}
	.header-section-2 {
		background-color: #fff;
	}
	.header-section-1.header-section-2 .menu-search .sb-icon-search, 
	.header-section-1.header-section-2 .menu-search .sb-search-submit {
		top: 15px;
	}
	.header-section-2 .navbar-fixed-top .menu-search .sb-icon-search,
	.header-section-2 .navbar-fixed-top .menu-search .sb-search-submit {
		top: 28px;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {	
	.top-header .contact li::after {
		display: none;
	}
	.top-header  {
		width: 100%;
		text-align: center;
	}
	.top-header .dropdown-bar {
		float: none;
		display: inline-block;
	}
	#lang_sel_footer ul li a {
		padding: 5px;
		white-space: normal;
		word-wrap: break-word;
	}
	#lang_sel_footer ul li {
		display: inline-block;
		margin-bottom: 10px;
	}
	.page-banner .banner-content h3 {
		font-size: 24px;
		line-height: 32px;
	}
}

/* - max-width: 479 */
@media (max-width: 479px) {
	.menu-search .sb-search-input {
		font-size: 14px;
	}
	.menu-search .sb-search.sb-search-open .sb-search-input {
		width: 200px;
		top: 70px;
		z-index: 12;
	}
	
	.section-header h3 {
		font-size: 28px;
		line-height: 40px;
	}
	.admin-bar .navbar-fixed-top, 
	.admin-bar .header-section:not(.headerno-banner) .top-header {
		margin-top: 0;
	}
}

/* - max-width: 360 */
@media (max-width: 360px) {
	.footer-content > a {
		display: inline-block;
		text-align: center;
		margin-bottom: 15px;
		width: 100%;
	}
	.footer-social {
		float: none !important;
		text-align: center;
	}
	.bottom-footer .footer-copyright {
		width: 100%;
		text-align: center;
	}
	.bottom-footer .go-to-top {
		float: none !important;
		text-align: center;
		width: 100%;
		display: inline-block;
	}
}