/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@import url(https://fonts.googleapis.com/css?family=Hind:400,500,600,700);

@import url('https://fonts.googleapis.com/css?family=Anton');*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');

/*------------------------------------------
Setting-Typography
-------------------------------------------*/

body {
	background: #fff;
	color: #555;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 36px;
	line-height: 48px;
}
h2 {
	font-size: 28px;
	line-height: 36px;
}
h3 {
	font-size: 24px;
	line-height: 32px;
}
h4 {
	font-size: 18px;
	line-height: 28px;
}
h5 {
	font-size: 14px;
	line-height: 24px;
}

/*------------------------------------------
Setting-Global styles
-------------------------------------------*/

html {
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
}
body {
	border: 0;
	margin: 0;
	padding: 0;
}
.body-inner {
	position: relative;
	overflow: hidden;
}
a:link, a:visited {
	text-decoration: none;
}
a {
	color: #f62044;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a.read-more {
	color: #f62044;
	font-weight: 700;
	text-transform: uppercase;
}
a.read-more:hover {
	color: #222;
}
ul, dl {
	list-style: none;
}
.clearB {
	clear: both;
}
section, .section-padding {
	padding: 50px 0 20px;
	padding: 3em 0 2em;
	position: relative;
}
.no-padding {
	padding: 0;
}
.media>.pull-left {
	margin-right: 20px;
}
a:focus {
	outline: 0;
}
img.pull-left {
	margin-right: 20px;
	margin-bottom: 20px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	height: 1px;
	margin: 40px 0;
}

/* Button */

.btn-primary, .btn-dark, .btn-secondary {
	color: #fff;
	border-radius: 2px;
	padding: 14px 30px 12px;
	text-transform: uppercase;
	border: 0;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
}
.btn-white.btn-primary {
	background: #fff;
	color: #f62044;
}
.btn-primary {
	background: #f62044;
}
.btn-dark {
	background: #242427;
}
.btn-secondary {
	background: #fce329;
	color: #303030;
}
.btn-primary:hover, .btn-dark:hover, .btn-white.btn-primary:hover, .btn-secondary:hover {
	background: #1e1e21;
	color: #fff;
}

/* Ul, Ol */

.list-round, .list-arrow {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}
.list-round li {
	line-height: 28px;
}
.list-round li:before {
	font-family: FontAwesome;
	content: "\f138";
	margin-right: 10px;
	color: #f62044;
	font-size: 12px;
}
.list-arrow li:hover {
	color: #f62044;
}
.list-arrow {
	padding: 0;
}
ul.list-arrow li:before {
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 10px;
}

/*------------------------------------------
Setting-Header area
-------------------------------------------*/

.header {
	background: #fff;
	padding: 40px 0;
}
.navbar-fixed {
	z-index: 99999;
	position: fixed;
	opacity: .98;
	width: 100%;
	top: 0;
	-webkit-animation: fadeInDown 800ms;
	-moz-animation: fadeInDown 800ms;
	-ms-animation: fadeInDown 800ms;
	-o-animation: fadeInDown 800ms;
	animation: fadeInDown 800ms;
	-webkit-backface-visibility: hidden;
}
/*-- Logo --*/

.logo {
	padding: 5px 0;
}
/* header right */
.header-right {
	float: right;
}
ul.top-info {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
}
ul.top-info li {
	position: relative;
	float: left;
	margin-left: 40px;
}
ul.top-info li:first-child {
	margin-left: 0;
}
ul.top-info li:first-child:before {
	background: none;
}
ul.top-info li .info-box span.info-icon {
	font-size: 20px;
	background: #fce329;
	color: #fff;
	display: inline-block;
	text-align: center;
	float: left;
	width: 42px;
	height: 42px;
	line-height: 44px;
	margin-right: 15px;
	position: relative;
	padding-left: 5px;
}
ul.top-info li .info-box span.info-icon:before {
	content: '';
	position: absolute;
	top: 50%;
	right: -7px;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-left-color: #fce329;
	border-width: 7px 0 7px 7px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.top-info li .info-box .info-box-content {
	display: inline-block;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
ul.top-info li .info-box .info-box-title {
	color: #303030;
	font-size: 15px;
	margin-bottom: 0;
	line-height: normal;
	margin: 12px 0 0 0;
}
ul.top-info li .info-box .info-box-subtitle {
	margin: 0 0 5px 0;
	line-height: normal;
	color: #999;
	font-size: 14px;
}
/* Main navigation */

.nav-style-boxed .request-quote {
	margin-right: -15px;
}
.request-quote {
	background: #fce329;
	background: #f62044;
	position: relative;
}
.request-quote a {
	color: #fff;
	padding: 0 30px;
	line-height: 68px;
	position: relative;
	z-index: 10;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.site-navigation {
	background: #f62044;
}
.navbar-toggle {
	float: left;
	margin-top: 10px;
	padding: 12px;
}
.navbar {
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}
.navbar-toggle {
	float: left;
	float: right;
	margin-top: 10px;
	padding: 12px;
	border-radius: 0;
	margin-right: 5px;
	background: #f62044;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-toggle .i-bar {
	background: #fff;
}
ul.navbar-nav {
	float: left;
	display: inline-block;
}
ul.navbar-nav > li {
	float: none;
	display: inline-block;
}
ul.navbar-nav > li:first-child {
	padding-left: 0;
}
ul.navbar-nav > li:hover > a, ul.navbar-nav > li.active > a {
	color: #fce329;
	color: #f62044;
	position: relative;
	border-top: 3px solid #f62044;
}
ul.navbar-nav > li {
	padding: 0 20px;
	position: relative;
}
ul.navbar-nav > li:last-child:after {
	background: none;
}
ul.navbar-nav > li > a {
	color: #555;
	font-size: 12px;
	margin: -2px 0 0;
	line-height: 24px;
	padding: 15px 0;
	font-family: 'Roboto Condensed';
	font-size: 1.15em;
	letter-spacing: 0.02em;
}
ul.navbar-nav > li > a i {
	font-weight: 700;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
	border: 0;
}
/* Dropdown */

.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	border-radius: 0;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: "\f105";
	font-family: FontAwesome;
	float: right;
	margin-top: 0;
	margin-right: -5px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown-menu {
	text-align: left;
	background: #fff;
	z-index: 100;
	min-width: 200px;
	border-radius: 0;
	border: 0;
}
.dropdown-menu-large {
	min-width: 400px;
}
.dropdown-menu-large > li > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
	padding-left: 0;
}
.dropdown-menu-large > li > ul > li.active > a {
	color: #fce329;
}
.navbar-nav>li>.dropdown-menu a {
	background: none;
}
.dropdown-menu li a {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	padding: 15px 20px;
	color: #555;
	border-bottom: 1px solid #ddd;
}
.dropdown-menu li:last-child > a {
	border-bottom: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>.dropdown-menu>.active>a {
	background: none;
	color: #fce329;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	color: #f62044;
}


/*------------------------------------------
Setting-Footer
-------------------------------------------*/

/* Footer common */

.footer {
	color: #ababac;
}
.footer-main {
	background: #fff;
	padding: 40px 0;
}
.footer .widget-title {
	color: #fff;
	font-size: 18px;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
}
/* Links */



/*-- Copyright --*/

.copyright {
	background: #d8d8d8;
	border-top: 3px solid #f62044;
	color: #747474;
	padding: 40px 0;
}
.footer-logo {
	border-right: 1px solid #303030;
	padding-right: 15px;
	margin-right: 15px;
}
.footer-menu {
	float: right;
}
.footer-menu ul li {
	display: inline-block;
	line-height: 12px;
	padding-left: 15px;
}
.footer-menu ul li a {
	color: #747474;
	padding: 0;
	text-decoration: underline;
}
.footer-menu ul li a:hover {
	color: #fce329;
	color: #f62044;
}
#back-to-top {
	right: 40px;
	top: auto;
	z-index: 10;
	-webkit-backface-visibility: hidden;
}
#back-to-top.affix {
	bottom: 90px;
}
#back-to-top .btn.btn-primary {
	font-size: 18px;
	padding: 6px 15px;
}
.common-btn {
	text-align: center;
	border: 4px solid #ffd100;
	text-align: center;
	margin-bottom: 20px;
}
.common-btn img {
	width: 90% !important;
	height: auto;
	margin: -20px auto 10px !important;
}


/*------------------------------------------
Setting-Sidebar
-------------------------------------------*/


/* Widget common */

.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar-left .widget {
	margin-right: 20px;
}
.sidebar-right .widget {
	margin-left: 20px;
}
.sidebar .widget.box {
	padding: 25px;
}
.widget.box.solid {
	background: #f2f2f2;
}
.widget.box.red {
	background: #ec483b;
	color: #fff;
}
.widget ul li {
	line-height: 30px;
}
.sidebar .widget ul li a {
	color: #3d4049;
}
.sidebar .widget ul li a:hover {
	color: #f62044;
}
.sidebar .widget ul li i {
	margin-right: 5px;
}
.sidebar .btn {
	font-weight: 700;
	font-size: 12px;
	margin-top: 15px;
	padding: 10px 25px;
}
/* Sidebar nav */

.sidebar ul.nav-tabs {
	border: 0;
}
.sidebar ul.nav-tabs li.active a, .sidebar ul.nav-tabs li:hover a {
	color: #f62044;
}
.sidebar ul.nav-tabs li a {
	color: #3d4049;
	border-radius: 0;
	padding: 15px 0;
	padding-left: 0;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
}
.sidebar ul.nav-tabs li {
	color: #3d4049;
	line-height: normal;
	font-weight: 600;
}
.sidebar ul.nav-tabs li:last-child {
	border-bottom: 0;
}


/*------------------------------------------
Setting-Home Variation
-------------------------------------------*/


/* Header Boxed */

.nav-style-boxed .logo {
	padding-top: 20px;
	padding-bottom: 10px;
}
.nav-style-boxed .logo img {
	max-width: 220px;
	margin: 0;
}
.nav-style-boxed .site-navigation {
	box-shadow: none;
}
.nav-style-boxed .site-navigation .container {
	position: relative;
	background: #fff;
	border: 1px solid #f62044;
	bottom: -15px;
	z-index: 100;
}
.nav-style-boxed .site-navigation.navbar-fixed {
	background: none;
}
.nav-style-boxed .site-navigation.navbar-fixed .container {
	bottom: 0;
}
.nav-style-boxed .top-info {
	margin-top: 25px;
	float: right;
}
/* Header Solid */

.header-solid {
	background: #f62044;
}
.header-solid .logo, .header-light .logo {
	background: none;
	min-height: auto;
}
.header-solid .logo:before, .header-solid .logo:after, .header-light .logo:before, .header-light .logo:after {
	position: relative;
	border: 0;
}
.header-solid ul.top-info li .info-box span.info-icon, .header-solid ul.top-info li .info-box .info-box-subtitle {
	color: rgba(255,255,255,.75);
}
.header-solid ul.top-info li .info-box p.info-box-title {
	color: #fff;
}
/* Header light */

.header-light .site-navigation {
	background: none;
}
/* Header White */

.header-white {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	position: relative;
}
.header-white.navbar-fixed-top {
	position: fixed;
	top: 45px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.header-white.navbar-fixed-top.navbar-fixed {
	background: rgba(255, 255, 255, 0.95);
	animation: none;
	top: 0;
}
.header-white .logo {
	padding: 25px 0;
}
.header-white .site-navigation {
	background: none;
}
.header-white .navbar-nav>li>.dropdown-menu {
	left: 0;
}
.header-white ul.navbar-nav > li > a {
	color: #3d4049;
	line-height: 60px;
}
.header-white ul.navbar-nav > li:last-child {
	padding-right: 0;
}
.header-white ul.navbar-nav > li:hover > a, .header-white ul.navbar-nav > li.active > a {
	color: #f62044;
}
.header-white .dropdown-menu {
	border-top: 3px solid #fce329;
}
