/*
Template: Crane Construction Template
Author: ScriptsBundle
Version: 1.0
Designed and Development by: ScriptsBundle
*/
/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 -  General Style
	2.0 -  Helper Classes
    3.0 -  Typography
	4.0 -  Pre Loader
    6.0 -  Page Heading Area & Breadcrumb
	7.0 -  Header Top Bar
	8.0 -  Header
    9.0 -  Navigation
    10.0 -  Home Page Slider
	11.0 -  Home Page Tabs
    12.0 -  All Parallax
	13.0 -  Services
	14.0 - Why Choose Us & Quote
	15.0 -  About Us
	16.0 -  FAQS
    17.0 -  Statistics (Fun Facts)
	18.0 - Our Team
    19.0 -  Owl Slider Settings
	20.0 -  Gallery
	20.0 -  Shop Page Layout
	21.0 -  Blog & News
	22.0 -  Blog Left & Right Sidebar
	23.0 - Testimonial
	24.0 - Our Clients
	25.0 - Sticky Sidebar
	26.0 - 404 Error Page
    27.0 - Icons 
	28.0 - Contact Us
    29.0 - Footer
    30.0 - Responsive Media Quries
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/
/* =-=-=-=-=-=-= General Style  =-=-=-=-=-=-= */

html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #777777;
	font-size: 17px;
	line-height: 1.7em;
	font-weight: 400;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased !important;
}
a {
	color: #000;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	cursor: pointer;
}
a:hover, a:focus {
	text-decoration: none;
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #cf1a2e;
}
a, b, div, ul, li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-moz-outline-: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
video, object {
	min-height: 100%;
	min-width: 100%;
}
.image
{
	width:auto;
	height:60px;
	margin:-8px;
	margin-left: 14px;
}
.btn:focus, a:focus {
	outline: none !important;
}
/* =-=-=-=-=-=-= Helper Classes  =-=-=-=-=-=-= */
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	
	margin-top: -10px;
	margin-right: -100px;
}
.margin-top-30 {
	
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.container.full-width {
	width: 100%!important;
}
.section-padding {
	padding: 120px 0;
}
.section-padding-140 {
	padding: 140px 0;
}
.section-padding-100 {
	padding: 100px 0;
}
.section-padding-80 {
	padding: 80px 0;
}
.section-padding-70 {
	padding: 70px 0;
}
.section-padding-60 {
	padding: 60px 0;
}
.section-padding-40 {
	padding: 40px 0;
}
.custom-padding-20 {
	padding: 20px 0;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-top-45 {
	padding-top: 45px
}
.padding-top-60 {
	padding-top: 60px;
}
.padding-top-70 {
	padding-top: 70px;
}
.padding-top-80 {
	padding-top: 80px;
}
.padding-top-90 {
	padding-top: 90px;
}
.padding-top-100 {
	padding-top: 100px;
}
.padding-top-120 {
	padding-top: 120px;
}
.padding-top-140 {
	padding-top: 140px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-bottom-40 {
	padding-bottom: 40px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}
.padding-bottom-70 {
	padding-bottom: 70px;
}
.padding-bottom-80 {
	padding-bottom: 80px;
}
.padding-bottom-120 {
	padding-bottom: 120px;
}
.padding-bottom-100 {
	padding-bottom: 100px;
}
.padding-bottom-80 {
	padding-bottom: 80px;
}
.padding-bottom-60 {
	padding-bottom: 60px!important;
}
.padding-bottom-40 {
	padding-bottom: 40px!important;
}
.padding-bottom-20 {
	padding-bottom: 40px;
}
.custom-padding {
	padding: 0px 0 40px 0;
}
.pagination {
	border-radius: 0;
	margin: 0;
	
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0;
	margin-right: 10px;
}
.pagination li {
	box-shadow: none;
	display: inline-block;
	margin-right: 10px;
}
.pagination > .active > a:hover, .pagination li:hover > a, .pagination > .active > a {
	background-color: #cf1e2a;
	border-color: #cf1e2a;
	color: #fff !important;
}
.pagination li > a {
	background-color: #f8f8f8;
	border-color: #d1d1d1;
	color: #191919 !important;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 14px;
}
.pagination li > a:hover {
	background-color: #cf1e2a;
	color: #fff !important;
	border-color: #cf1e2a !important;
}
.white {
	background: #fff !important;
}
.yellow {
	background-color: #cf1e2a !important;
}
.gray-bg {
	background: #212121 none repeat scroll 0 0;
}
/* .full-width {
	width: 100% !important;
} */
.gray {
	background-color: #fff !important;
}
.custom-button {
	display: block;
	font-size: 14px;
	padding: 8px 30px;
	text-transform: uppercase;
	color: #ffffff !important;
	display: inline-block;
}
.light {
	background: transparent !important;
	border: 1px solid #fff;
	color: #fff;
}
.light:hover {
	background-color: #fff !important;
	color: #191919 !important;
}
.table tr th {
	color: #191919 !important;
}
th {
	color: #191919 !important;
}
/* =-=-=-=-=-=-= Typography  =-=-=-=-=-=-= */

h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: 'Merriweather', serif;
	font-weight: normal;
	margin: 0px;
	margin-left: 137px;
	background: none;
	line-height: 1.6em;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
	line-height: 1.6;
}
h6 {
	font-size: 12px;
}
p {
	line-height: 1.2em;
	font-size: 16px;
	color: #252320;
}
.btn {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 15px 30px;
	border-radius: 1px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	font-family: 'Merriweather', serif;
}
.extra {
	padding: 20px 25px !important;
}
ul {
	margin-left: 0 !important;
	margin-top: 11px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: 0;
	color: #fff !important;
}
.btn-lg {
	padding: 20px 30px;
}
.btn-md {
	padding: 13px 27px;
}
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn-xs {
	padding: 2px 5px;
	font-size: 12px;
}
.btn-rounded {
	border-radius: 4px;
}
.btn-primary {
	text-transform: uppercase;
	background-color: #cf1e2a;
	border-color: #cf1e2a;
}
.btn-primary:hover {
	color: #fff ;
	background-color: #e9af05 ;
	border-color: #e9af05 ;
}
.light-dark {
	border: 1px solid #000;
	color: #000;
}
.btn-clean:hover, .btn-clean:visited, .btn-clean:active, .btn-clean {
	color: #fff;
}
.btn-clean {
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
}
.form-group {
	margin-bottom: 25px;
}
.form-control {
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 1px;
	height: auto;
	padding: 15px 12px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.form-control:focus {
	color: #111;
	border-color: rgba(0, 0, 0, .7);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.page-title.extra-padding {
	 padding: 300px 0 45px;
	  background: url("../images/bredcrumb.jpg") no-repeat scroll;
	  background-size:cover;
}
.page-title.extra-padding h1 {
	color:#fff;	
}
.page-title.extra-padding .breadcrumb li a {
    color: #fff;
}


/* =-=-=-=-=-=-= PRELOADER  =-=-=-=-=-=-= */

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fcfcfc;
	z-index: 99999;
}
.preloader .preloader-gif {
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-position: center center !important;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('../images/instaura.gif') no-repeat;
}
/* =-=-=-=-=-=-= Page Heading Area & Breadcrumb  =-=-=-=-=-=-= */

.main-heading {
	margin-bottom: 50px;
}
.main-heading p.subtitle {
	color: #c8a34c;
	font-size: 16px;
	margin-bottom: 7px;
}
.parallex .main-heading p.subtitle {
	color: #fff !important;
	font-size: 16px;
	margin-bottom: 7px;
	position: relative;
	z-index: 44;
}
.main-heading h2 {
	color: #191919;
	font-size: 30px;
	margin-bottom: 25px;
	margin-top: 0;
	position: relative;
	text-transform: uppercase;
}
.main-heading p {
	font-size: 16px;
	color: #252320;
}
.parallex .main-heading p {
	font-size: 16px;
	color: #fff !important;
	position: relative;
	z-index: 44;
}
.page-title {
	border-bottom: 1px solid #dedde1;
	display: block;
	padding: 35px 0;
	position: relative;
	background: #eee url("../images/darkgrain.png") repeat scroll 0 0;
}
.page-title h1 {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #191919;
}
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	font-size: 14px;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 0;
}
.breadcrumb li a {
	color: #191919;
}
.breadcrumb li a.active {
	color: #cf1e2a;
}
.breadcrumb li a:hover {
	color: #cf1e2a;
}
.custom-heading h2::before {
	background-color: #cf1e2a;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 58px;
	width: 70px;
}
.custom-heading h2 {
	border-bottom: 2px solid #e3e3e3;
	color: #191919;
	font-size: 20px;
	margin: 0 0 40px;
	padding: 13px 18px 13px 0;
	text-transform: capitalize;
}
/* =-=-=-=-=-=-= Top Bar =-=-=-=-=-=-= */
.header-top {
	padding: 20px 0;
	background: #fff;
}
.header-top i {
	font-size: 16px;
	color: #fff;
}
.header-top-info > p, .header-top-right ul > li {
	border-left: 1px solid #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 0 19px 0 20px;
	color: #6f747d !important;
}
.header-top-info > p a, .header-top-right ul > li a {
	color: #000 ;
}
.header-top-info > p:first-child, .header-top-right ul > li:first-child {
	border-left: medium none;
	padding-left: 0;
}
.header-top-info > p i, .header-top-right ul > li i {
	margin-right: 10px;
}
.search-form button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
}
.search-form form input[type="text"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	/*border: medium none;*/
	color: #000;
}
.search-form form input[type="text"]::-webkit-input-placeholder {
    /* Chrome */
    
    color: #fff !important;
}
.search-form form input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #fff !important;
}
.search-form form input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff !important;
 opacity: 1;
}
.search-form form input[type="text"]:-moz-placeholder {
    /* Firefox 4 - 18 */
    
    color: #fff !important;
 opacity: 1;
}
.header-top-info > p {
	margin: 0;
}
.cart-active {
	position: relative;
}
.cart-btn a {
	padding: 20px 0;
	position: relative;
	z-index: 99;
}
.cart-btn a sup {
	background: #ffeb38 none repeat scroll 0 0;
	border-radius: 100%;
	color: #676767;
	font-size: 12px;
	font-weight: 700;
	height: 20px;
	line-height: 19px;
	position: absolute;
	right: -15px;
	text-align: center;
	top: 10px;
	width: 20px;
}
.cart-grid {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	opacity: 1;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 36px;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 0 0 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 250px;
	z-index: 9999999;
}
.cart-grid-box {
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
}
.cart-grid-box-img {
	float: left;
	margin-right: 10px;
	width: 55px;
}
.cart-grid-box-title a {
	color: #676767;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
p.price {
	font-weight: 600;
	color: #000;
}
.cart-grid-box-title p {
	font-size: 13px;
	margin: 0;
}
.cart-grid-box-title {
	float: left;
	text-align: left;
}
.cart-grid-box-del {
	float: right;
	margin-top: -10px;
}
.cart-grid-box-del i {
	font-size: 16px;
}
.total-amount p {
	float: left;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: left;
	width: 50%;
}
.total-amount span {
	float: right;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: right;
}
.total-amount {
	border-bottom: 1px solid #ededed;
	padding-bottom: 35px;
}
.action-cart a {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 12px 17px;
	background: #cf1e2a none repeat scroll 0 0;
}
.action-cart a:hover {
	background: #e9af05 none repeat scroll 0 0;
}
.action-cart {
	margin-bottom: 10px;
	margin-top: 25px;
	text-align: center;
}
.cart-grid-box-del a:hover {
	color: red;
}
.cart-active .cart-grid-box-title a {
	color: #000 !important;
}
.cart-active .cart-grid-box-title a:hover {
	color: #e9af05 !important;
}
.viewcart {
	margin-right: 5px;
}
.checkout {
	margin-left: 5px;
}
.cart-active:hover .cart-grid {
	opacity: 1;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
/* =-=-=-=-=-=-= Header =-=-=-=-=-=-= */
.header-area {
	position: relative;
	left: 0px;
	top: 0px;
	background: #fff;
	z-index: 999;
	width: 100%;
}
.header-area .logo-bar {
	position: relative;
	color: #191919;
	padding: 40px 0px;
	background: #ffffff url("../images/border.png") repeat-x scroll center bottom;
}
.header-area .border .logo-bar {
	background: none !important;
}
.header-area .border::before {
	background: rgba(0, 0, 0, 0) url("../images/top.png") repeat scroll 0 0;
	content: "";
	height: 15px;
	position: absolute;
	top: 0;
	width: 100%;
}
.header-area .border::after {
	background: rgba(0, 0, 0, 0) url("../images/bottom.png") repeat scroll 0 0;
	bottom: 64px;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	width: 100%;
}
.header-area .logo-bar .information-content {
	position: relative;
	float: right;
}
.header-area .logo-bar .info-box div.text:hover {
	color: #cf1e2a;
	cursor: pointer;
}
.header-area .logo-bar .info-box {
	position: relative;
	float: left;
	margin-left: 45px;
	padding-left: 50px;
	line-height: 24px;
}
.header-area .logo-bar .social-box {
	padding-left: 0px;
}
.header-area .logo-bar .info-box .icon {
	position: absolute;
	left: 0px;
	line-height: 50px;
	font-size: 32px;
	color: #cf1e2a;
}
.header-area .logo-bar .info-box div.text {
	color: #191919;
	font-weight: 600;
}
.header-area .logo-bar .info-box strong {
	position: relative;
	display: block;
	color: #e4e4e4;
}
.header-area .logo-bar .info-box a {
	position: relative;
	color: #6f747d !important;
	font-weight: 600;
}
.header-area .logo-bar .info-box .phone {
	font-size: 14px;
}
.header-area .logo-bar .logo {
	position: relative;
	float: left;
}
.header-area .logo-bar .logo img {
	max-width: 100%;
	display: block;
}
/* =-=-=-=-=-=-= Navigation =-=-=-=-=-=-= */

.navigation-2 {
	background: #FFC107;
}
.navigation {
	position: relative;
	z-index: 9995;
}
.navbar-default.sticky {
	background: #fff none repeat scroll 0 0 !important;
	/*box-shadow: 0 0 1px 0 #25292f ;*/
    
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
	top: 0;
}
.navigation .navbar {
	padding: 60px;
}
#main-navigation {
	padding-left: 0;
	padding-right: 0;
}
#main-navigation .navbar-nav li.active {
	background-color: #cf1e2a;
}
.navigation .navbar {
	border-radius: 0px;
	margin-bottom: 0px;
}
.navigation .navbar-default {
	background-color: transparent;
	border: none;
}
.navigation .navbar-nav {
	margin-top: 0;
}
.navigation .navbar-default .navbar-nav>li>a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 70px;
	padding: 0 20px;
	position: relative;
	text-transform: uppercase;
}
/*** menu hover css ***/

.navigation .navbar-default .navbar-nav>li>a:focus, .navigation .navbar-default .navbar-nav>li>a:hover {
	color: #cf1e2a;
}
/*** menu hover 0pen css ***/

.navigation .navbar-default .navbar-nav>.open>a, .navigation .navbar-default .navbar-nav>.open>a:focus, .navigation .navbar-default .navbar-nav>.open>a:hover {
	color: #cf1e2a;
	background-color: transparent;
}
/**** Dropdown Menu ***/

.navigation .navbar-right .dropdown-menu {
	right: auto;
	left: 0;
	top: 84px;
}
.navigation-2 .navbar-right .dropdown-menu {
	right: auto;
	left: 0;
	top: 73px;
}
.navigation .dropdown-menu, .navigation-2 .dropdown-menu {
	border: none;
	border-radius: 0px;
	margin: 0px;
	padding: 20px 0px;
	background-color: #262f36;
}
.navigation .dropdown-menu>li>a, .navigation-2 .dropdown-menu>li>a {
	display: block;
	padding: 10px 20px 10px 20px;
	clear: both;
	line-height: 1.42857143;
	color: #fff !important;
	white-space: nowrap;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.navigation .dropdown-menu>li>a:hover, .navigation-2 .dropdown-menu>li>a:hover {
	color: #fff !important;
	background-color: #cf1e2a !important;
}
/*** Header #2 ****/

.navbar-top-2 {
	border-top: 3px solid #cf1e2a;
}
.navbar-block {
	border-bottom: 1px solid #e0e0e0;
}
.navbar-address {
	margin-bottom: 0px;
	text-align: right;
}
.navbar-top-2 .welcome-msg, .navbar-top-2 .navbar-address {
	color: #8e8e8e;
	margin-bottom: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	padding-top: 9px;
}
.navbar-link-2 ul li a {
	color: #8e8e8e;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	padding-top: 9px;
	display: inline-block;
	padding-bottom: 9px;
	border-left: 1px solid #e0e0e0;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-link-2 ul li a:hover {
	color: #cf1e2a
}
.navigation-2 .navbar {
	margin-bottom: 0px;
	min-height: 30px;
}
.navigation-2 .navbar-default {
	background-color: #25292f;
	border: none;
	border-radius: 0px;
}
.navigation-2 .navbar-default .navbar-nav>li>a {
	font-size: 16 px;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	display: block;
	letter-spacing: 0;
	padding: 20px;
}
/********** menu hover css ********/

.navigation-2 .navbar-default .navbar-nav>li>a:focus, .navigation-2 .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #cf1e2a;
}
/********* menu hover 0pen css ********/

.navigation-2 .navbar-default .navbar-nav>.open>a, .navigation-2 .navbar-default .navbar-nav>.open>a:focus, .navigation-2 .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #cf1e2a;
}
.navigation-2 .navbar-toggle {
	/* position: relative;
	float: right; */
	padding: 9px 10px;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #fff;
	background-image: none;
	border-radius: 0;
}
.navigation-2 .navbar-default .navbar-toggle .icon-bar {
	background-color: #cf1a2e;
}
.navbar {
	border: 1px solid transparent;
	margin-bottom: 0;
	position: relative;
}
.navbar-brand {
	padding: 10px !important;
}
.navbar-nav {
	margin-left: 45px;
}
.navbar-default {
	background-color: transparent !important;
	border-color: transparent !important;
}
.navbar-fixed-top {
	border-width: 0;
	top: 0;
}
.navigation-2 .navbar-nav li a {
	color: #000 !important;
	font-size: 16px;
	padding-bottom: 25px;
	padding-top: 22px;
}


.navigation-2 .navbar-default.sticky .navbar-nav li a {
	color: #000 !important;
}
.navigation-2 .navbar-default.sticky .navbar-nav li.active a, .navigation-2 .navbar-default.sticky .navbar-nav li:hover {
	color: #fff !important;
}
.navbar-default.sticky .navbar-nav .dropdown-menu li a {
	color: #fff !important;
}
.navbar-nav li a {
	color: #191919 !important;
	font-size: 16px;
	padding-bottom: 25px;
	padding-top: 22px;
}
.navbar-nav .dropdown-menu li a {
	line-height: 46px;
	height: 36px;
	padding-top: 0;
	color: #fff !important;
	font-size: 13px;
}
.navbar-nav .dropdown-menu li a:focus {
	background-color: #cf1e2a !important;
}
.navbar-right li.dropdown a span {
	text-align: center;
}
.dropdown-menu {
	border: 0 !important;
	padding: 0 !important;
}
.dropdown-submenu {
	position: relative;

}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
	
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 20px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
	background-color:#cf1e2a;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #000;
}
.navbar-default .btn {
	padding: 21px 25px;
}
/* =-=-=-=-=-=-= Home Page Slider =-=-=-=-=-=-= */
.slider-container {
	width: 100%;

	position: relative;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
}
.slider-grids {
	width: 100%;
	
	position: relative;
}
.slider-grids .tt-slider-title {
	color: #cf1e2a;
	font-size: 50px;
	line-height: 80px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Merriweather', serif !important;
}
.slider-grids .tt-slider-title span {
	color: #fff;
	margin-left: 10px;
	font-weight: 600;
	font-family: 'Merriweather', serif !important;
}
.slider-grids .tt-slider-subtitle {
	font-size: 34px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #fff;
	font-family: 'Merriweather', serif !important;
}
.slider-grids .tt-slider-small-text {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
}
.slider-grid-2 {
	width: 100%;
	position: relative;
}
.slider-grid-2 .tt-slider-title {
	color: #cf1e2a;
	font-size: 45px;
	line-height: 80px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Merriweather', serif !important;
}
.slider-grid-2 .tt-slider-title span {
	color: #fff;
	margin-left: 10px;
	font-weight: 600;
	font-family: 'Merriweather', serif !important;
}
.slider-grid-2 .tt-slider-subtitle {
	font-size: 34px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #fff;
	font-family: 'Merriweather', serif !important;
}
.slider-grid-2 .tt-slider-small-text {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
}

.slider-grid-3 {
    width:100%;
    position:relative;
}

.slider-grid-3 .tt-slider-title {
  font-family: 'Merriweather', serif !important;
    font-size: 45px;
    line-height: 90px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
.slider-grid-3 .tt-slider-title span {
    font-weight: 300;
}

.slider-grid-3 .tt-slider-subtitle {
  font-size: 34px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #fff;
	font-family: 'Merriweather', serif !important;
}

.slider-grid-3 .tt-slider-small-text {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
}



.slider-grid-4 {
    width:100%;
    position:relative;
}

.slider-grid-4 .tt-slider-title {
  font-family: 'Merriweather', serif !important;
    font-size: 45px;
    line-height: 90px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
.slider-grid-4 .tt-slider-title span {
    font-weight: 300;
}

.slider-grid-4 .tt-slider-subtitle {
  font-size: 34px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #fff;
	font-family: 'Merriweather', serif !important;
}

.slider-grid-4 .tt-slider-small-text {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
}

.tt-btn {
	display: block;
	font-size: 16px;
	padding: 10px 35px;
	color: #fff !important;
	text-transform: uppercase;
}
.btn-bordered.light {
	border: 1px solid #fff;
	color: #fff;
}
.transparent-header {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    right: 0;
	top:0;
	margin-left:15%;
	margin-right:15%;
    z-index: 999;
}
.transparent-header  .navigation-2 {
    background: #fff ;
}
.transparent-header.stick  .navigation-2 {
    background: #ffffff;
}
.stick {
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
  top: 0px;
  z-index: 9999;
  margin: 0 !important;
  padding: 0em;
  left: 0;
  right: 0;
  margin: auto;
}

.transparent-header  .navigation-2  .btn-primary {
	background-color:transparent ;
    border-color: #fff;
}

.transparent-header.stick  .navigation-2  .btn-primary {
	background-color: #cf1e2a;
    border-color: #cf1e2a;
}


.transparent-header  .navigation-2 .navbar-default .navbar-nav > li > a {
	padding:0;
	font-size:15px;
	font-weight:700;
}
.transparent-header.stick  .navigation-2 .navbar-default .navbar-nav > li > a {
 color: #191919 !important;
}
.transparent-header  .navigation-2 .navbar-default
{
	padding:3px 0;	
}
.transparent-header  .navigation-2 .navbar-default .btn {
    padding: 15px;
	font-size:13px;
	font-weight:500;
	margin-top:9px;
}

/* .transparent-header  .navigation-2 .navbar-default .navbar-nav > li{
	padding: 20px 25px;
} */

.transparent-header .navigation-2 .navbar-default .navbar-nav>.open>a, .transparent-header .navigation-2 .navbar-default .navbar-nav>.open>a:focus, .transparent-header  .navigation-2 .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color:transparent !important;
}
.transparent-header .navigation-2 .navbar-default .navbar-nav>li>a:focus, .transparent-header .navigation-2 .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color:transparent;
}
.transparent-header.stick .right-slide i {
    color: #191919;
}
 .right-slide i {
    color: #fff;
}
.menu-info {
 background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  width: 380px;
  height: 100vh;
  position: fixed;
  right: -380px;
  top: 0;
  padding: 130px 70px;
  o-transition: all 0.5s ease 0s;
 -ms-transition: all 0.5s ease 0s;
 -moz-transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
  z-index: 99991;
}
.menu-info .close {
	cursor: pointer;
  left: 0;
  opacity: 1;
  padding: 12px;
  position: absolute;
  text-align: center;
  top: 0;
  o-transition: all 0.5s ease 0s;
 -ms-transition: all 0.5s ease 0s;
 -moz-transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.menu-info .close:hover i {
  color: #fff;
}
.menu-info .close i {
  font-size: 20px;
  color: #fff;
}
.menu-info.highlight {
  right: 0;
  opacity: 1;
}
.menu-info ul {
  text-align: left;
    o-transition: all 0.5s ease 0s;
 -ms-transition: all 0.5s ease 0s;
 -moz-transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.menu-info ul li {
  display: block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  margin-right: 30px;
  padding: 10px 0;
}
.menu-info ul li:last-child {
  margin-right: 0;
}
.menu-info ul li span {
  font-weight: 600;
  color: #ffffff;
  padding: 0 1px;
}
.menu-info ul li span i {
  margin-left: 50px;
}
.menu-info ul li:hover ul {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}
.menu-info ul li ul {
  position: absolute;
  width: 150px;
  top: 100%;
    o-transition: all 0.5s ease 0s;
 -ms-transition: all 0.5s ease 0s;
 -moz-transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #FBBC05;
  left: 0;
  opacity: 0;
  text-align: left;
  	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  visibility: hidden;
  z-index: 99999999;
}
.menu-info ul li ul li {
  display: block;
  border-bottom: 1px solid #155d93;
  margin: 0;
  padding: 0;
}
.menu-info ul li ul li:last-child {
  border-bottom: 0px solid #155d93;
}
.menu-info ul li ul li a {
  display: block;
  color: #ffffff;
    o-transition: all 0.5s ease 0s;
 -ms-transition: all 0.5s ease 0s;
 -moz-transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 5px 10px;
}
.menu-info ul li ul li a:hover {
  color: #191919;
  background: #fff;
}
.menu-info ul li a {
  display: block;
  color: #ffffff;
    o-transition: all 0.5s ease 0s;
 -ms-transition: all 0.5s ease 0s;
 -moz-transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.menu-info ul li a:hover {
  color: #dddddd;
}
.menu-info ul li i {
  color: #ffffff;
  margin-right: 10px;
  font-size: 12px;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    border: 1px solid #ddd;
}
/* =-=-=-=-=-=-= Home Tabs  =-=-=-=-=-=-= */

.home-tabs .section-title {
	text-transform: uppercase;
}
.tabs-container .nav.nav-tabs li {
	padding: 0;
	position: relative;
	text-align: center;
	border-right: 1px solid #fff;
}
.tabs-container .nav.nav-tabs li:last-child {
	border-right: 0;
}
.tabs-container .nav-tabs > li > a {
	background-color: #424242;
	border: 0 none;
	color: #000000;
	padding: 58px 40px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.tabs-container .nav-tabs li span {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.tabs-container .nav-tabs > li > a .tab-image {
	margin-bottom: 30px;
}
.tabs-container .nav-tabs > li > a .tab-image .icon {
	font-size: 64px;
	color: #fff;
}
.tabs-container .nav.nav-tabs li.active a {
	border: medium none;
	border-radius: 0;
	height: 221px;
	z-index: 999;
}
.tabs-container .nav.nav-tabs li.active {
	box-shadow: 0 0 6px 0 #7c7c7c;
	margin-top: -10px;
	z-index: 99;
	border-right: 0;
	border-left: 0;
}
.tabs-container .nav.nav-tabs li a {
	border: medium none;
}
.tabs-container .nav.nav-tabs, .nav.nav-tabs li.active {
	border: medium none;
}
.tabs-container .nav-tabs > li > a .est-icon {
	margin-bottom: 30px;
}
.tabs-container .nav.nav-tabs li.active a, .tabs-container .nav > li > a:focus, .tabs-container .nav > li > a:hover {
	background: #fa8c00 none repeat scroll 0 0;
	color: #fff;
	position: relative;
	border-bottom: 10px solid #cf1e2a;
}
/* =-=-=-=-=-=-= All Parallax  =-=-=-=-=-=-= */

.full-section {
	width: 100%;
	height: 100%;
	position: relative;
}
.full-section::before {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.parallex {
	color: #fff !important;
	position: relative;
	z-index: 44;
}
.parallex h2 {
	color: #fff !important;
	position: relative;
	z-index: 44;
}
.parallex::before {
	background: rgba(0, 0, 0, 0.77) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.parallex-small {
	background: #cf1e2a none repeat scroll 0 0;
	color: #fff;
	padding: 20px 0;
}
.parallex-text h4 {
	margin-bottom: 0;
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	line-height: 60px;
	text-transform: capitalize;
}
.parallex-text p {
	color: #fff !important;
	position: relative;
	z-index: 44;
}
.parallex-small .btn {
	margin-top: 0 !important;
}
.parallex-button {
	text-align: right;
}
.btn-clean {
	color: #fff !important;
}
.btn-clean:hover {
	background-color: #fff !important;
	color: #191919 !important;
}
.parallex-small .btn {
	margin-top: 10px;
}
/* =-=-=-=-=-=-= Services =-=-=-=-=-=-= */

.services-grid-1 {
	margin-bottom: 30px;
}
#services .item {
	padding: 0 15px;
}
.service-image {
	margin-bottom: 24px;
	overflow: hidden;
}
.service-image a img {
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	o-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.service-image a img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.services-tex {
	line-height: 1.75;
	margin-bottom: 18px;
}
.services-text h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: capitalize;
	color: #191919;
}
.services-text h4:hover, .services-text h4 a:hover {
	cursor: pointer;
}
.services-text p {
	margin-bottom: 20px;
}
.more-about .btn {
	font-size: 12px;
	padding: 10px 20px;
}
.more-about a i {
	margin-left: 5px;
}
.services-2 {
	background-color: #f0f0f0;
}
.services-grid h4 {
	color: #191919;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: capitalize;
}
.services-grid {
	background-color: #fff;
	border: 2px solid #f2f1ee;
	padding: 30px;
	margin-bottom: 30px;
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.services-grid:hover {
	border: 2px solid #cf1e2a;
	cursor: pointer;
}
.services-grid img {
	float: left;
	position: relative;
}
.services-grid i {
	float: left;
	position: relative;
	font-size: 64px;
	margin-top: 20px;
	color: #231F20;
}
.services-grid .content-area {
	padding-left: 100px;
}
.services-grid .content-area h4::before {
	border-bottom: 2px solid #e9af05;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 45px;
	width: 60px;
}
.services-grid p:last-child {
	margin-bottom: 0;
}
.icons {
	color: #cf1e2a;
	margin-bottom: 25px;
}
.btn-section {
	margin-top: 10px;
}
#services .owl-prev {
	left: -50px;
	position: absolute;
	top: 43%;
}
#services .owl-next {
	position: absolute;
	right: -50px;
	top: 43%;
}
.services-box-2 {
	padding-bottom: 30px;
}
.services-box-2 i {
	border: 3px solid #cf1e2a;
	border-radius: 50%;
	color: #cf1e2a;
	display: inline-block;
	height: 120px;
	line-height: 110px;
	margin-bottom: 30px;
	width: 120px;
}
.services-box-2 h4 {
	color: #191919;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: capitalize;
}
.services-box-2:hover h4, .services-box-2:hover h4 a {
	cursor: pointer;
}
.custom-links {
	list-style: outside none none;
	padding-left: 0;
	margin-top: 40px;
}
.custom-links a::before {
	content: "\f05d";
	display: inline-block;
	font-family: FontAwesome;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	color: #cf1e2a;
}
.custom-links a {
	color: #252320;
	display: block;
	line-height: 14px;
	margin-bottom: 20px;
	padding-left: 26px;
	position: relative;
}
.starta_img::before {
	border: 1px solid #f8c9c4;
	content: "";
	height: 100%;
	left: 40px;
	position: absolute;
	top: -40px;
	width: 100%;
	z-index: -1;
}
.starta_img {
	display: inline-block;
	position: relative;
}
.services-grid-3 {
	padding: 30px;
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	background-color: #cf1e2a;
}
.services-grid-3 i {
	font-size: 64px;
	color: #231f20;
	float: left;
	position: relative;
	margin-top: 20px;
}
.services-grid-3.active {
	background-color: #E9AF05;
}
.services-grid-3:hover {
	background-color: #E9AF05;
	cursor: pointer;
}
.services-grid p:last-child {
	margin-bottom: 0;
}
.services-grid-3 h4 {
	color: #191919;
	font-size: 20px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.services-grid-3 p {
	color: #252320;
}
.services-grid-3 .content-area {
	padding-left: 100px;
}
.services-grid-3 img {
	position: relative;
	float: left;
}
.icons {
	color: #cf1e2a;
	margin-bottom: 25px;
}
.services-grid-3 h4::before {
	border-bottom: 2px solid #000;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 45px;
	width: 60px;
}
.services-grid-4 {
	padding: 30px 0;
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.services-grid-4 p:last-child {
	margin-bottom: 0;
}
.services-grid-4 h4 {
	color: #252320;
	font-size: 20px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.services-grid-4 h4 a {
	color: #252320;
}
.services-grid-4 h4:hover, .services-grid-4 h4 a:hover {
	color: #cf1e2a;
	cursor: pointer;
}
.services-grid-4 h4::before {
	border-bottom: 2px solid #e9af05;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 45px;
	width: 60px;
}
.services-grid-4 p {
	color: #252320;
}
.services-grid-4 .content-area {
	padding-left: 100px;
}
.services-grid-4 img {
	position: relative;
	float: left;
	width: 64px;
}
.services-grid-4 i {
	position: relative;
	float: left;
	font-size:64px;
	color: #231f20;
}


.service-4-container .service-4 {
    float: left;
    position: relative;
    width: 33.333%;
}
.service-4 img {
	width:100%;
}
.service-4-container .service-4-info {
    height: 100%;
    left: 0;
    padding: 75px 60px 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 999;
}
.service-4-container .service-4-info h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform:capitalize;
}

.service-4-container .service-4-info p {
    color: #ffffff;
    margin-bottom: 30px;
}
.service-4-container .service-list .service-4::after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.77;
    position: absolute;
    top: 0;
    width: 100%;
}
.service-4-container .service-list .service-4:nth-child(1)::after {
    background: #5878d2 none repeat scroll 0 0;
}
.service-4-container .service-list .service-4:nth-child(2)::after {
    background: #e3bd39 none repeat scroll 0 0;
}
.service-4-container .service-list .service-4:nth-child(3)::after {
    background: #19cab7 none repeat scroll 0 0;
}


/* =-=-=-=-=-=-= Why Choose Us & Quote =-=-=-=-=-=-= */
.why-choose-us-2 {
    background-attachment: fixed;
    background-image: url("../images/map-bg.png");
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff;
    margin-top: 80px;
    padding: 100px 0;
    position: relative;
    width: 100%;
}
.why-choose-us-2 .box-middle-img {
    bottom: -100px;
    left: 70%;
    position: absolute;
    width: 33%;
}
/* =-=-=-=-=-=-= About Us  =-=-=-=-=-=-= */

#about {
	background-color: #fff;
}
.about-title h2 {
	color: #191919;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4em;
	text-transform: capitalize;
}
.about-title h3 {
	color: #191919;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 18px;
}
.about-title p {
	margin-top: 20px;
}
.about-image {
	max-width: 100%;
	height: auto;
	width: 100%;
}
#about {
	background: #fff url("../images/project-bg.jpg") no-repeat scroll right bottom;
}
.about-bg {
	background: #fff url("../images/project-bg.jpg") no-repeat scroll right bottom;
}
.about-content-area {
	padding: 80px 50px 60px 50px;
}
.about-content-area h2, .about-content-area p {
	color: #fff !important;
}
/* =-=-=-=-=-=-= FAQS  =-=-=-=-=-=-= */

.faqs-title h3 {
	color: #191919;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 18px;
}
.faqs-title h2 {
	color: #191919;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4em;
	text-transform: uppercase;
}
.faqs-title p {
	margin-top: 20px;
	margin-bottom: 45px;
}
/* =-=-=-=-=-=-= Funfacts  =-=-=-=-=-=-= */
.funfacts {
	background: rgba(0, 0, 0, 0) url("../images/facts.jpg") no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.counter-seprator {
	border-right: 1px solid #d6d6d6;
	display: inline-block;
	float: left;
	width: 25%;
}
.counter-box .counter-stats {
	font-size: 50px;
	font-weight: 700;
}
h5.count-title {
	font-size: 18px;
	text-transform: capitalize;
}
.counter-stats .counter-box .count-title {
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}
.conter-grid .counter-seprator:last-child {
	border-right: medium none;
}
/* =-=-=-=-=-=-= Our Team  =-=-=-=-=-=-= */

.team-grid {
	margin-bottom: 30px;
}
.team-grid .team-image {
	position: relative;
}
.team-grid .team-image .team-grid-overlay {
	background-color: rgba(255, 198, 39, 0.6);
	bottom: -1px;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-in-out 0s;
	o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.team-grid .team-image .social-media {
	bottom: 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.team-grid .team-image .social-media a {
	display: inline-block;
}
.team-grid .team-image .social-media a i {
	color: #fff;
	font-size: 20px;
	height: 48px;
	line-height: 48px;
	margin: -2px;
	transition: all 0.9s ease 0s;
	o-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	width: 48px;
}
.team-grid .team-image .social-media a i:hover {
	background: #fff none repeat scroll 0 0 !important;
	color: #222;
}
.team-grid .team-image .social-media a.facebook i {
	background: #507cbe none repeat scroll 0 0;
}
.team-grid .team-image .social-media a.twitter i {
	background: #63cdf1 none repeat scroll 0 0;
}
.team-grid .team-image .social-media a.google i {
	background: #f16261 none repeat scroll 0 0;
}
.team-grid .team-image .social-media a.linkedin i {
	background: #90cadd none repeat scroll 0 0;
}
.team-content {
	background: #fff none repeat scroll 0 0;
	text-align: center;
	color: #000;
	padding: 20px;
	transition: all 0.4s ease 0s;
	o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.team-grid:hover .team-content {
	background: #cf1e2a none repeat scroll 0 0 !important;
}
.team-grid .team-content h2 {
	color: #191919;
	font-size: 20px;
	font-weight: 400;
	margin-top: 0;
	text-transform: capitalize;
	transition: all 0.4s ease 0s;
	o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.team-grid:hover .team-content h2 {
	color: #fff !important;
}
.team-grid:hover .team-content p {
	color: #fff !important;
}
.team-grid .team-content p {
	color: #191919;
	margin-bottom: 0;
	transition: all 0.4s ease 0s;
	o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.team-grid .team-image .team-content:hover p {
	color: #fff;
}
.team-grid:hover .social-media {
	-webkit-transform: translateY(-90%);
	-moz-transform: translateY(-90%);
	-o-transform: translateY(-90%);
	-ms-transform: translateY(-90%);
	transform: translateY(-90%);
}
.team-grid:hover .team-grid-overlay {
	opacity: 1;
}
/* =-=-=-=-=-=-= Owl Slider Settings  =-=-=-=-=-=-= */

#clients .owl-theme .owl-controls {
	margin-bottom: -12px;
}
#clients .owl-prev, #testimonials .owl-prev {
	left: -50px;
	position: absolute;
	top: 35%;
}
#clients .owl-next, #testimonials .owl-next {
	position: absolute;
	right: -50px;
	top: 35%;
}
#clients .owl-prev, #clients .owl-next, #testimonials .owl-next, #testimonials .owl-prev, #services .owl-next, #services .owl-prev {
	background-color: #cf1e2a;
	border-radius: 0;
	font-size: 20px;
	opacity: 1;
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
#clients .owl-prev:hover, #clients .owl-next:hover, #testimonials .owl-next:hover, #testimonials .owl-prev:hover, #services .owl-next:hover, #services .owl-prev:hover {
	background-color: #005791;
}
#testimonials .owl-prev {
	left: 30px;
	position: absolute;
	top: 50%;
}
#testimonials .owl-next {
	position: absolute;
	right: 30px;
	top: 50%;
}
/* =-=-=-=-=-=-= Gallery  =-=-=-=-=-=-= */

#gallery {
	background: url("../images/gallery-bg.jpg") repeat scroll center center;
	background-size: cover;
}
#portfolio {
	background: #fafafa none repeat scroll 0 0;
}
ul#filter {
	margin-bottom: 50px;
}
.parallex ul#filter {
	margin-bottom: 50px;
	position: relative;
	z-index: 44;
}
ul#filter li {
	font-size: 16px;
	line-height: 25px;
	padding: 7px 20px;
	border-radius: 20px;
	cursor: pointer;
}
ul#filter li.active {
	background-color: #2f2f2f;
	color: #fff;
}
/*Filter Square Style*/

ul#filter.filter-square li {
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 5px 20px;
	margin: 2px;
	text-transform: uppercase;
}
ul#filter.filter-square li:hover {
	background-color: #cf1e2a;
	color: #fff;
	border: 1px solid #cf1e2a;
	text-transform: uppercase;
}
ul#filter.filter-square li.active {
	border: 1px solid transparent;
	background-color: #cf1e2a;
	color: #fff;
}
/*End Filter Square Style*/
/*Filter Rounded Style*/

ul#filter.filter-rounded li {
	border: 0;
	border-radius: 3px;
	background-color: #E0E0E0;
	padding: 5px 20px;
	margin: 2px;
}
ul#filter.filter-rounded li.active {
	background-color: #1B2E3F;
}
/*End Filter Square Style*/
/*Filter Transparent Style*/

ul#filter.filter-transparent li {
	color: #a9a8a8;
	padding: 5px 15px;
	font-size: 14px;
	text-transform: uppercase;
}
ul#filter.filter-transparent li.active {
	background-color: transparent;
	color: #cf1e2a;
}
/*End Filter Transparent Style*/

ul#portfolio-grid {
	overflow: hidden;
	margin-bottom: 0;
}
ul#portfolio-grid li img {
	width: 100%;
}
ul#portfolio-grid>li {
	float: left;
	display: block;
	height: auto;
}
/*Five Column Portfolio*/

ul#portfolio-grid.five-column>li {
	width: 20%;
}
/*Four Column Portfolio*/

ul#portfolio-grid.four-column>li {
	width: 25%;
}
/*Three Column Portfolio*/

ul#portfolio-grid.three-column>li {
	width: 33.33%;
}
/*Two Column Portfolio*/

ul#portfolio-grid.two-column>li {
	width: 50%;
}

@media (max-width: 1199px) {
ul#portfolio-grid.five-column>li {
	width: 25%;
}
}

@media (max-width: 991px) {
ul#portfolio-grid.five-column>li,  ul#portfolio-grid.four-column>li {
	width: 33.33%;
}
}

@media (max-width: 767px) {
ul#portfolio-grid.five-column>li,  ul#portfolio-grid.four-column>li,  ul#portfolio-grid.three-column>li {
	width: 50%;
}
}

@media (max-width: 480px) {
ul#portfolio-grid.five-column>li,  ul#portfolio-grid.four-column>li,  ul#portfolio-grid.three-column>li,  ul#portfolio-grid.two-column>li {
	width: 100%;
}
}
.portfolio-item.gutter {
	margin-bottom: 20px!important;
}
.portfolio {
	position: relative;
	overflow: hidden;
}
/* Portfolio overlay default
/* ------------------------------ */

.portfolio .tt-overlay {
	background-color: rgba(255, 198, 39, 0.9);
	bottom: 10px;
	color: #191919;
	height: inherit;
	left: 10px;
	opacity: 0;
	padding: 2%;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: all 450ms ease-out 0s;
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	width: auto;
}
.portfolio:hover .tt-overlay {
	opacity: 1;
	visibility: visible;
}
.portfolio-info .project-title, .portfolio-info .links {
	position: absolute;
	left: 0;
	color: #fff;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
.portfolio-info .project-title {
	top: 60%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.portfolio:hover .portfolio-info .project-title {
	top: 35%;
	opacity: 1;
	visibility: visible;
}
.portfolio-info .links {
	top: 90%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.portfolio:hover .portfolio-info .links {
	top: 55%;
	opacity: 1;
	visibility: visible;
	color: #000;
}
.portfolio-info .btn {
	background-color: transparent;
	border-color: #fff;
	padding: 12px 22px;
	border-radius: 20px;
}
.portfolio-info .btn:hover {
	background-color: #fff;
	;
	border-color: #fff;
	color: #cf1e2a;
}
.portfolio-container .btn.view-more {
	margin-top: 40px;
}
/* Portfolio Hover Style Two
/* ------------------------------ */

.hover-two .portfolio:hover .portfolio-info .links {
	top: 46%;
}
.hover-two .portfolio .tt-overlay {
	background-color: rgba(0, 0, 0, 0.7);
}
.portfolio-details {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.portfolio-details li {
	display: inline-block;
	position: relative;
	bottom: -40px;
	opacity: 0;
	visibility: hidden;
	transform: translateZ(0);
}
.portfolio:hover .portfolio-details li {
	bottom: 0;
	opacity: 1;
	visibility: visible;
	color: #cf1e2a;
}
.portfolio:hover .portfolio-details li:nth-child(1) {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.portfolio:hover .portfolio-details li:nth-child(2) {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.portfolio-details li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #cf1e2a;
}
.portfolio-details li a i {
	color: #fff;
}
/* =-=-=-=-=-=-= Recent Project Section =-=-=-=-=-=-= */

.recent-project-section {
	background-color: #fafafa;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
.project-container {
	margin-top: 50px;
	position: relative;
}
.recent-project {
	position: relative;
	overflow: hidden;
}
.recent-project img {
	width: 100%;
}
.project-info {
	position: absolute;
	left: 0;
	top: 50%;
	color: #fff;
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.recent-project:hover .project-info {
	top: 30%;
	opacity: 1;
	visibility: visible;
}
.project-info h3 {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
}
ul.project-meta {
	margin-top: 15px;
}
ul.project-meta li {
	display: inline-block;
	padding: 0 10px;
	line-height: 15px;
	border-right: 1px solid #fff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
ul.project-meta li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
ul.project-meta li a {
	display: block;
	color: #fff;
}
ul.project-meta li a:hover {
	color: #cf1e2a;
}
.project-link {
	position: absolute;
	left: 0;
	bottom: -50%;
	width: 100%;
	padding: 16px 30px;
	line-height: 18px;
	text-transform: capitalize;
	background: #cf1e2a;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.recent-project:hover .project-link {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
.project-link:hover {
	background: #C02232;
}
.project-link a {
	color: #fff;
}
.project-link a i {
	line-height: 20px;
}
/* Overlay and hover effect
/* ------------------------------ */

.recent-project .tt-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(44, 62, 80, 0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.recent-project:hover .tt-overlay {
	opacity: 1;
	visibility: visible;
}
/*Version Eight*/

.portfolio-version-two .recent-project .project-link {
	bottom: 30%;
	padding: 0;
	text-align: center;
	background-color: transparent;
}
.portfolio-version-two .recent-project:hover .project-link {
	bottom: 50%;
	margin-bottom: -32px;
}
.portfolio-version-two .project-link ul li {
	display: inline-block;
}
.portfolio-version-two .project-link ul li a {
	display: block;
	width: 45px;
	height: 45px;
	font-size: 20px;
	line-height: 41px;
	color: #cf1e2a;
	margin: 0 5px;
	border: 2px solid #cf1e2a;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.portfolio-version-two .project-link ul li a:hover {
	background-color: #cf1e2a;
	border-color: transparent;
	color: #fff;
}
.info {
	margin-top: 10px;
	color: #616161;
}
.info span {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}
.info a.like {
	color: #616161;
}
.info a.like i, .info a.like:hover {
	color: #cf1e2a;
}
.portfolio-version-two.alter-bg .info span {
	display: block;
	font-size: 16px;
	line-height: 20px;
}
.portfolio-version-two .recent-project .tt-overlay {
	background-color: rgba(255, 255, 255, 0.8);
}
.portfolio-version-two.alter-bg .recent-project .tt-overlay {
	background-color: rgba(44, 62, 80, 0.8);
}
.portfolio-version-two.alter-bg .recent-project .project-link {
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 0.9);
}
/*Magnific Popup CSS*/

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.75;
}
.mfp-bottom-bar {
	display: none;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-arrow-right::after, .mfp-arrow-left::after {
	font-family: 'FontAwesome';
	border: none !important;
	color: #fff;
	font-size: 65px;
	-webkit-transition: .5s;
	transition: .5s;
}
.mfp-arrow-right::after {
	content: "\f105" !important;
}
.mfp-arrow-left::after {
	content: "\f104" !important;
}
.mfp-arrow-right::before, .mfp-arrow-left::before {
	border: none !important;
}
.mfp-arrow {
	height: 60px;
}
.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	margin-top: 15px;
	top: -1px !important;
}
img.mfp-img {
	padding: 40px 0px 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transform: scale(0.95);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	transform: scale(1);
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	transform: scale(0.95);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.portfolio-details {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	top: 50%;
}
.portfolio-details li {
	bottom: -40px;
	display: inline-block;
	opacity: 0;
	position: relative;
	transform: translateZ(0px);
	visibility: hidden;
}
.portfolio:hover .portfolio-details li {
	bottom: 0;
	color: #cf1e2a;
	opacity: 1;
	visibility: visible;
}
.portfolio:hover .portfolio-details li:nth-child(1) {
	transition: all 0.3s ease 0s;
}
.portfolio:hover .portfolio-details li:nth-child(2) {
	transition: all 0.5s ease 0s;
}
.portfolio-details li a {
	background-color: #000;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 40px;
}
.portfolio-details li a i {
	color: #fff;
}
.control-two .carousel-control {
	background-color: rgba(255, 255, 255, 0.4);
	background-image: none;
	color: #191919;
	font-size: 30px;
	height: 60px;
	line-height: 58px;
	margin-top: -25px;
	opacity: 0;
	text-shadow: none;
	top: 50%;
	visibility: hidden;
	width: 30px;
}
.control-two:hover .carousel-control {
	opacity: 1;
	visibility: visible;
}
.control-two:hover .carousel-control:hover {
	background-color: rgba(255, 255, 255, 0.9);
	color: #cf1e2a;
}
.portfolio-nav {
	padding: 40px 0;
}
.portfolio-nav a {
	color: #a7a7a7;
	margin-right: 20px;
}
.portfolio-nav a:hover {
	color: #cf1e2a;
}
.project-overview {
	padding-top: 90px;
}
.single-project-section.alter .project-overview {
	padding: 0;
}
.project-overview h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.project-overview p {
	margin-bottom: 25px;
}
.quick-overview .btn {
	margin-top: 20px;
	text-transform: uppercase;
}
.portfolio-meta li {
	color: #666;
	margin: 15px 0;
}
.portfolio-meta li {
	margin: 15px 0;
}
.portfolio-meta li span {
	color: #191919;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 130px;
}
.portfolio-meta li a {
	color: #a7a7a7;
	margin-right: 10px;
}
.portfolio-meta li a:hover {
	color: #cf1e2a;
}
ul.portfolio-meta {
	list-style: none !important;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}
.portfolio-meta li {
	margin: 15px 0;
}
.portfolio-meta li span {
	color: #191919;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 130px;
}

@media (max-width: 991px) {
.project-overview {
}
.quick-overview {
	margin-top: 30px;
}
.single-project-section.alter .project-overview {
	padding-bottom: 90px;
}
}
/* =-=-=-=-=-=-= Shopping Layout =-=-=-=-=-=-= */

.filterArea {
	margin-bottom: 30px;
}
.filterArea h3 {
	color: #191919;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.color-theme {
	color: #cf1e2a;
}
.filterArea .btn-group .btn-default {
	border-color: #d0d0d0;
	border-radius: 0;
	box-shadow: none;
	color: #252525;
	line-height: 35px;
	margin: 0 0 0 5px;
	padding: 0;
	transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 479px) {
.filterArea .btn-group .btn-default i {
	margin-right: 0;
}
}

@media (min-width: 480px) {
.filterArea .btn-group .btn-default i {
	margin-right: 6px;
}
}

@media (max-width: 479px) {
.filterArea .btn-group .btn-default span {
	display: none;
}
}

@media (min-width: 480px) {
.filterArea .btn-group .btn-default span {
	display: inline-block;
}
}
.filterArea .btn-group .btn-default:hover, .filterArea .btn-group .btn-default.active {
	background-color: #cf1e2a;
	border-color: #cf1e2a;
	color: #ffffff;
}

@media (max-width: 479px) {
.filterArea .btn-group .btn-default {
	width: 40px;
}
}

@media (min-width: 480px) {
.filterArea .btn-group .btn-default {
	width: 88px;
}
}
.shop-grid {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	text-align: left;
	transition: background 0.5s ease-in-out 0s;
}
.shop-info {
	padding-top: 15px;
	border-top: 2px solid #cf1a2e;
}
.caption {
	margin-bottom: 25px;
}
.caption .product-name {
	margin-bottom: 2px;
}
.caption .product-name .product-name {
	color: #CF1A2E;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 0;
	text-transform: capitalize;
	padding: 0 12px;
	font-family: "Merriweather", serif;
}
.caption .product-name .product-name:hover {
	color: #CF1A2E;
}
.caption .product-price {
	font-weight: bold;
}
.caption .product-price {
	color: #191919;
	font-size: 16px;
}
.product-price-old {
	color: #888888;
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
	text-decoration: line-through;
}
.rating .star i {
	color: #cf1e2a;
	font-size: 15px;
}
.add-buttons {
	display: inline-block;
	vertical-align: top;
}
.add-buttons .btn-add {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	color: #444444;
	height: 40px;
	padding: 0;
	text-align: center;
	width: 40px;
}
.add-buttons .btn-add:hover {
	background: #cf1e2a;
}
.add-buttons .btn-add:hover i {
	color: #fff;
}
.add-buttons .btn-add i {
	font-size: 15px;
}
.add-buttons .btn-add-cart-color2, .add-buttons .btn-add-wish-color2 {
	color: #fff;
}
.ribbon.new {
	background: #3bc33c none repeat scroll 0 0;
}
.ribbon.sale {
	background: #cb3d90 none repeat scroll 0 0;
}
.ribbon {
	display: block;
	left: -24px;
	position: absolute;
	top: -8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 70px;
	z-index: 50;
}
.ribbon span {
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 7px;
	margin-top: 20px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
}
.list-view {
	float: left;
	width: 35%;
}
.list-view-content {
	float: left;
	padding: 20px 0 0 17px;
	position: relative;
	text-align: left;
	width: 65%;
}
.list-view-content .shop-info {
	border-top: 0;
	padding-top: 0;
}
.list-view-content .shop-info .caption {
	margin-bottom: 10px;
}
.list-view-content .shop-info .caption .product-name .product-name {
	padding: 0;
}
.product-tilte h3 {
	color: #191919;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
}
.product-detial {
	margin-top: 35px;
}
.product-thumb {
	border: 1px solid #eee;
	display: block;
	overflow: hidden;
	padding: 45px 30px;
	position: relative;
}
.product-detial-info .caption .card-price-block .price-title {
	display: block;
	font-size: 16px;
}
.product-detial-info .caption .card-price-block .product-price {
	font-size: 26px;
}
.product-detial-info .caption .card-price-block .product-price-old {
	font-size: 20px;
}
.product-availability::before {
	color: #428d00;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	left: 0;
	line-height: 1.1;
	padding-right: 5px;
	position: relative;
	top: 0;
}
.product-availability {
	color: #428d00;
	display: block;
	margin-top: 10px;
	position: relative;
	text-transform: uppercase;
}
.rating .add-review {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}
.rating .add-review a, .rating .add-review span {
	color: #888888;
	font-size: 11px;
}
.rating .add-review a, .rating .add-review span {
	color: #888888;
	font-size: 11px;
}
.rating .add-review a::before {
	content: "|";
	display: inline-block;
	margin: 0 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.rating .add-review a, .rating .add-review span {
	color: #888888;
	font-size: 14px;
}
.rating .add-review a:hover, .rating .add-review span:hover {
	color: #cf1e2a;
}
.product-detial-info .product-description {
	margin-top: 20px;
}
.product-detial-info .caption {
	margin: 0;
}
.product-detial-info .product-description h3 {
	color: #191919;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
}
.product-detial-info ul li span {
	color: #191919;
}
product-quantity {
	margin-top: 15px;
}
.product-quantity > span {
	font-size: 18px;
}
.product-quantity > input {
	border: 1px solid #ccc;
	font-size: 18px;
	height: 40px;
	margin-right: 10px;
	padding: 5px 10px;
	width: 60px;
	color:#777;
}
.toch-button {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #999;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	margin: -5px 5px 0 0;
	outline: 0 none;
	padding: 0 36px 0 36px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: auto;
}
.toch-button:hover, .toch-button.toch-add-cart, .toch-menu ul li a:hover, .toch-menu ul li.active a:hover {
	background: #cf1e2a none repeat scroll 0 0;
	color: #fff;
}
.toch-button.toch-add-cart:hover {
	background: #e9af05 none repeat scroll 0 0;
}
.b-socials {
	margin-top: 38px;
}
.b-socials ul li {
	float: left;
}
.b-socials ul li a {
	color: #888888;
	display: block;
	margin-right: 18px;
}
.b-socials ul li a i {
	font-size: 13px;
}
.b-socials.full-socials {
	margin-top: 40px;
}
.b-socials.full-socials li a {
	border: 1px solid #ebebeb;
	display: inline-block;
	font-size: 12px;
	line-height: 1.1;
	margin-bottom: 5px;
	margin-right: 4px;
	padding: 8px;
	vertical-align: middle;
}
.b-socials.full-socials li a i {
	font-size: 15px;
	margin-right: 3px;
	vertical-align: middle;
}
.b-socials.full-socials li a i.fa-twitter {
	color: #00aaf0;
}
.b-socials.full-socials li a i.fa-facebook {
	color: #435f9f;
}
.b-socials.full-socials li a i.fa-google-plus {
	color: #e04b34;
}
.b-socials.full-socials li a i.fa-pinterest {
	color: #ce1f2e;
}
.product-detial .nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.product-detial .nav-tabs > li.active a {
	background-color: #fff;
}
.product-tabs {
	background: #eee none repeat scroll 0 0;
	border: 1px solid #ddd;
	margin-top: 25px;
}
.product-tabs ul li a {
	color: #191919;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding: 24px;
}
.product-tabs ul li a:hover {
	background: #fff !important;
}
.product-tabs ul li.active {
	border-left: 1px solid #ddd;
	border-radius: 0;
	border-right: 1px solid #ddd;
}
.product-tabs ul li.active:first-child {
	border-left: medium none;
}
.product-detial .tab-pane {
	background: #fff none repeat scroll 0 0;
	padding: 30px;
}
.table-responsive table {
	margin-bottom: 0;
}
.Reviews ul {
	margin-top: 20px;
}
.Reviews .reviews-shop-content ul, .Reviews .reviews-shop-content ul li {
	display: inline-block;
	margin: 0;
	padding: 0 !important;
}
.Reviews ul li {
	background-color: #f0f0f0;
	border-radius: 3px;
	margin-bottom: 30px;
	padding: 30px;
}
.reviews-txt p {
	color: #777;
	font-size: 13px;
	margin-top: 15px;
}
.reviews-txt a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #333 !important;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.reviews-txt a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fabf09 !important;
	margin: 0;
	padding: 0;
}
.product-tabs .comment ul.list-inline li a {
	color: #cf1e2a;
	font-size: 16px !important;
	font-weight: 0;
	margin: 0 !important;
	padding: 0 !important;
}
.product-tabs .commentform h3 {
	color: #191919;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.product-tabs h3 {
	color: #191919;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: capitalize;
}
#related-products .owl-prev {
	left: -50px;
	position: absolute;
	top: 42%;
	background-color: #cf1a2e;
	border-radius: 0;
	font-size: 20px;
	opacity: 1;
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
#related-products .owl-next {
	position: absolute;
	right: -50px;
	top: 42%;
	background-color: #cf1a2e;
	border-radius: 0;
	font-size: 20px;
	opacity: 1;
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
#related-product .owl-next:hover, #related-product .owl-prev:hover {
	background-color: #005791;
}
.cart-detials .product-name {
	color: #191919;
	display: inline-block;
	vertical-align: middle;
	margin-top: 28px;
	margin-bottom: 0px;
	margin-left: 10px;
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.cart-detials .product-name:hover, .cart-detials .product-name a:hover {
	color: #cf1e2a;
}
.cart-detials .table-responsive .table > thead > tr > th {
	border: medium none;
	text-transform: uppercase;
}
.cart-detials .table-responsive .table > thead > tr > th:first-child, .cart-detials .table-responsive tbody tr > td:first-child {
	padding-left: 0;
}
.cart-detials .table-responsive tr {
	border-bottom: 1px solid #dcdcdc;
}
.cart-detials .table-responsive tbody {
	color: #6f6f6f;
	font-size: 16px;
}
.cart-detials .table-responsive tbody tr > td {
	vertical-align: middle;
}
.cart-detials .table-responsive tbody tr > td img {
	width: 85px;
	float: left;
}
.cart-detials .table-responsive tbody tr > td a.btn-close {
	float: right;
}
.cart_totals > table {
	border-bottom: 1px solid #e9e9e9;
	float: left;
	padding: 20px 22px;
	width: 100%;
}
.cart_totals > h2 {
	display: none;
}
.cart_totals > table {
	float: left;
	width: 100%;
}
.cart-subtotal > th {
	width: 50%;
}
.cart_totals table tbody td {
	border: medium none;
	padding: 5px 15px;
	text-align: right;
}
.cart_totals table tbody td form {
	display: none;
}
.cart-history .cart_totals table tr th {
	padding: 20px 0 0;
	text-transform: uppercase;
}
.cart_page .section-title > h2::before {
	display: none;
}
.cart_page .section-title > h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.cart_page .section-title {
	margin-bottom: 39px;
}
.cart-history .cart_totals table tr:last-child th {
	padding-bottom: 20px;
}
span.amount {
	font-weight: bold;
	color: #191919;
}
.order-box {
	border: 1px solid #d9d9d9;
	padding: 30px;
}
.order-box ul li {
	color: #8e8d8d;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 45px;
}
.order-box ul li span {
	display: inline-block;
	float: right;
}
.order-box ul li.total {
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
}
.order-box ul li span.bold {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}
.order-box ul li .note {
	background: #ececec none repeat scroll 0 0;
	color: #8e8d8d;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	padding: 25px;
	position: relative;
}
.order-box ul li .note .fa {
	color: #ececec;
	font-size: 35px;
	left: 25px;
	position: absolute;
	top: -25px;
}
.order-box ul li a.place-order {
	background: #cf1e2a none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	line-height: 36px;
	margin-top: 30px;
	padding: 5px 45px;
	text-transform: uppercase;
}
.order-box ul li a.place-order:hover {
    background: #e9af05 none repeat scroll 0 0;
}
/* =-=-=-=-=-=-= Blog & News  =-=-=-=-=-=-= */

#blog {
	background-color: #fff;
}
.blog-post {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.blog-post img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	o-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
}
.blog-post img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-decription {
	position: relative;
	background-color: #fff;
	float: left;
	margin-top:0px;
	padding: 0px 20px 40px 20px;
}
.blog-title {
	font-size: 26px;
	font-family:Arial;
	margin-bottom: 13px;
	color: #CF1E2A;
}
.blog-title a {
	color: #CF1E2A;
}
.blog-title a:hover {
	color: #CF1E2A;
}
.blog-meta {
	margin-bottom: 5px;
}
.blog-meta ul li:first-child {
	padding-left: 0;
}
.blog-meta ul li {
	display: inline-block;
	margin-right: 26px;
	padding-left: 24px;
	position: relative;
	font-size: 14px;
}
.post-author span a, .post-categories a {
	color: #777;
}
.post-author span a:hover, .post-categories a:hover, .post-date:hover {
	color: #cf1e2a;
}
.no-left {
	padding-left: 0 !important;
}
.blog-meta ul li:first-child::before {
	content: "";
}
.blog-meta ul li::before {
	content: "";
	font-family: "FontAwesome";
	font-style: normal;
	left: 0;
	position: absolute;
	top: 0;
}
.blog-meta ul li.post-categories::before {
	content: "";
}
.blog-content p {
	margin-bottom: 30px;
}
.blog-content blockquote {
	background-color: #eee;
	border-left: medium none;
	display: inline-block;
	margin: 20px 0 30px;
	padding: 60px 65px 60px;
	width: 100%;
}
.blog-content blockquote p {
	color: #333333;
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	position: relative;
	z-index: 1;
}
.news-box {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.news-thumb {
	overflow: hidden;
	position: relative;
}
.news-thumb > a > img {
	float: left;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	o-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	transform: scale(1);
	transition: all 1s ease-in-out 0s;
}
.news-thumb > a > img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.news-detail {
	margin-top: 25px;
}
.news-detail > p {
	line-height: 26px;
	margin-bottom: 25px;
}
.news-detail > h2 {
	color: #191919 !important;
	float: left;
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 15px;
	text-transform: capitalize;
	width: 100%;
}
.news-detail > h2 a {
	color: #191919 !important;
}
.post-social ul {
	float: right;
	margin-bottom: 0;
	padding-left: 0;
}
.post-social ul li {
	display: inline-block;
	margin-left: 4px;
}
.post-social ul li a {
	border: 1px solid #d3d3d3;
	color: #bababa;
	display: inline-block;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}
.post-social ul li a:hover {
	background: #cf1e2a;
	color: #fff;
	border: 1px solid #cf1e2a;
}
.news-detail ul {
	margin-bottom: 30px;
	margin-top: 30px;
	padding-left: 50px;
	list-style: outside none circle;
}
.news-detail .post-img {
	margin-bottom: 20px;
}
.blog-section {
	margin-bottom: 45px;
	overflow: hidden;
}
.blog-section .list-inline {
	margin-top: 10px;
}
.list-inline > li:first-child {
	padding-left: 0;
}
.comment-list {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.comment li {
	border-right: 2px solid #000;
	padding-right: 10px;
}
.comment li:last-child {
	border-right: 0 none;
}
.comment-info {
	border-bottom: 1px solid #f2f2f2;
	display: block;
	margin: 30px 0;
	overflow: hidden;
}
.comment-info p {
	margin-bottom: 40px;
}
.comment-info img {
	max-width: 90px;
}
.comment-info .author-desc {
	margin-left: 115px;
}
.comment-info .author-title {
	line-height: 16px;
	margin-bottom: 22px;
	color: #191919;
}
.author-title strong {
	font-size: 16px;
	text-transform: uppercase;
	color: #191919;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.author-title strong:hover, .author-title strong a:hover {
	color: #cf1e2a;
}
.has-error .form-control {
	border-color: #cf1e2a;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.comment-date {
	border-left: 1px solid #777;
	color: #777;
	font-size: 12px;
	margin-left: 17px;
	padding-left: 17px;
}
.comment-list .children {
	list-style: outside none none;
	padding-left: 67px;
}
span.required {
	color: #f00;
	font-size: 18px;
	line-height: 10px;
}
.post-bottom {
	margin: 40px 0;
}
.post-bottom .tag_cloud a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e2e2e2;
	color: #191919 !important;
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 38px;
	margin: 0 10px 8px 0;
	padding: 0 17px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
/* =-=-=-=-=-=-= Blog Sidebar  =-=-=-=-=-=-= */

.side-bar {
	background: #eee none repeat scroll 0 0;
	padding: 50px 5px 50px 5px;
	overflow: hidden;
}
.widget {
	margin-bottom: 20px;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
}
.side-bar .search .widget input {
	border: 1px solid #ebebeb;
	display: inline-block;
	font-size: 14px;
	height: 45px;
	padding: 0 10px;
	width: 100%;
}
.side-bar .search .widget button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #191919;
	float: right;
	font-size: 16px;
	top: -34px;
	position: relative;
}
.side-bar .widget ul {
	margin-bottom: 0;
}
.side-bar .search button {
	background-color: #51bbe5;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 70px;
}
.side-bar .widget h2 {
	color: #191919;
	font-size: 20px;
	margin: 0 0 15px;
	padding: 13px 18px 13px 0;
	border-bottom: 2px solid #e3e3e3;
	text-transform: capitalize;
}
.side-bar .widget h2::before {
	background-color: #cf1e2a;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 58px;
	width: 70px;
}
.side-bar .widget ul.product-list li {
	border-bottom: 1px solid #eee;
	padding: 8px 0;
	position: relative;
}
.side-bar .widget ul.product-list li a .product-thumb {
	float: left;
	margin-right: 5px;
	padding: 5px;
	width: 85px;
	height: 85px;
}
.post {
	color: #cccccc;
	font-size: 14px;
	margin-bottom: 30px;
	padding-left: 95px;
	position: relative;
}
.post .post-thumb {
	left: 0;
	position: absolute;
	top: 0;
	width: 80px;
}
.post .post-thumb img {
	display: block;
	width: 100%;
}
.post h4 {
	color: #191919;
	font-size: 14px;
	line-height: 1.6em;
	padding: 5;
}
.post h4 a {
	color: #191919;
}
.post h4 a:hover {
	color: #cf1e2a;
}
.post-info {
	color: #8b8b8b;
	font-size: 14px;
	text-transform: capitalize;
}
.gallery-image a {
	float: left;
	margin-bottom: 10px;
	margin-right: 2px;
	max-width: 24%;
	transition: all 0.3s ease-in 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.gallery-image img {
	transition: all 0.3s ease-in 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width: 100%;
}
.gallery-image a:hover {
	opacity: 0.5;
}
.side-bar .widget ul li {
	border-bottom: 1px solid #d2d2d2;
}
.side-bar .widget ul li a {
	color: #191919;
	display: block;
	font-size: 16px;
	line-height: 42px;
	position: relative;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.side-bar .widget ul li a:hover {
	color: #cf1e2a;
}
.side-bar .widget ul li:last-child {
	border: medium none;
}
.side-bar .widget ul li a::after {
	color: #828282;
	content: "";
	display: inline-block;
	float: right;
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 42px;
	position: absolute;
	right: 0;
	top: 0;
}
.side-bar .widget .tag_cloud a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e2e2e2;
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 38px;
	margin: 0 10px 8px 0;
	padding: 0 17px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	color: #191919 !important;
}
.side-bar .widget .tag_cloud a:hover {
	background: #cf1e2a none repeat scroll 0 0;
	color: #fff !important;
}
.advertizing {
	overflow: hidden;
	padding-top: 10px;
}
/* =-=-=-=-=-=-= Testimonials  =-=-=-=-=-=-= */

.testimonial-bg {
	background: rgba(0, 0, 0, 0) url("../images/testimonials.jpg") repeat scroll center center;
	background-size: cover;
}
.testimonial-grid {
	padding: 0 236px;
}
.testimonial-grid p {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
}
.testimonial-grid .name {
	color: #cf1e2a;
	font-size: 18px;
	font-weight: 700;
	margin: 15px 0 2px;
	text-transform: uppercase;
}
.testimonial-grid img {
	border-radius: 50%;
	height: 120px;
	margin: auto auto 10px;
	object-fit: cover;
	width: 120px;
}
.choose-us {
	overflow: hidden;
	position: relative;
}
.happy-client-2 i {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
.happy-client-2 p {
	line-height: 1.8;
	margin-bottom: 20px;
	max-width: 520px;
	color: #B3B3B3;
	font-style: italic;
	text-align: center;
	margin: 0 auto;
}
.happy-client-2 .client-info-wrap {
	margin: 0 auto;
}
.happy-client-2 #owl-slider .owl-controls {
	margin-top: 35px;
	text-align: center;
}
.happy-client-2 .client-img {
	float: left;
	width: 15%;
}
.happy-client-2 .client-img img {
	height: 68px;
	width: 68px;
}
.happy-client-2 .client-info {
	float: left;
	width: 50%;
}
.happy-client-2 .client-info strong {
	color: #191919;
	display: block;
	font-size: 20px;
	margin-bottom: 11px;
	text-align: center;
}
.happy-client-2 .client-info span {
	color: #1c2022;
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 12px;
	text-align: center;
}
.happy-client-2 .client-info i {
	color: #cf1e2a;
	font-size: 12px;
	text-align: center;
}
.happy-client-2 .client-info i.grey-star {
	color: #cdcdcd;
}
.happy-client i {
	font-size: 16px;
	margin-bottom: 10px;
}
.happy-client p {
	line-height: 1.8;
	margin-bottom: 20px;
	max-width: 520px;
	color: #B3B3B3;
	font-style: italic;
}
#owl-slider .owl-controls {
	margin-top: 35px;
	text-align: left;
}
.client-img {
	float: left;
	width: 15%;
}
.client-img img {
	height: 68px;
	width: 68px;
}
.client-info {
	float: left;
	width: 50%;
}
.client-info strong {
	color: #191919;
	display: block;
	font-size: 20px;
	margin-bottom: 11px;
}
.client-info span {
	color: #1c2022;
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 12px;
}
.client-info i {
	color: #cf1e2a;
	font-size: 12px;
}
.client-info i.grey-star {
	color: #cdcdcd;
}
/* =-=-=-=-=-=-= Our Clients  =-=-=-=-=-=-= */
.clients-bg {
	background: #cf1e2a none repeat scroll 0 0;
}
.client-logo {
	border-right: 1px solid #e5b223;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.client-logo a img {
	height: 100px;
}
.clients-list {
	line-height: 150px;
}
/* =-=-=-=-=-=-= Fixed Sidebar =-=-=-=-=-=-= */

ul.side-bar-list {
	margin: 0 0 30px;
	padding: 0;
}
ul.side-bar-list li:first-child {
	margin-top: 0;
}
ul.side-bar-list li {
	list-style: outside none none;
}
ul.side-bar-list li a {
	background: #eee none repeat scroll 0 0;
	color: #191919;
	display: block;
	font-family: "Merriweather", sans-serif;
	padding: 16px 25px;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 0.2s ease-in-out 0s;
	o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
ul.side-bar-list li a::after {
	color: #191919;
	content: "";
	font-family: "FontAwesome";
	font-size: 12px;
	line-height: 50px;
	position: absolute;
	right: 25px;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
ul.side-bar-list li a:hover, ul.side-bar-list li.active a {
	background: #cf1e2a none repeat scroll 0 0;
	color: #ffffff !important;
}
ul.side-bar-list li a:hover::after, ul.side-bar-list li.active a::after {
	color: #ffffff;
}
/* =-=-=-=-=-=-= Page Components  =-=-=-=-=-=-= */
.components .nav > li {
	float: left;
}
.btn-outline {
	background-color: transparent;
	color: inherit;
	transition: all 0.5s ease 0s;
}
.alert-outline {
	background-color: transparent;
	color: inherit;
	transition: all 0.5s ease 0s;
}
.btn-rounded {
	border-radius: 60px;
}
.alert {
	background-clip: padding-box;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	margin-bottom: 10px;
	padding: 19px 19px 19px 65px;
	position: relative;
}
.alert::after {
	content: "";
	font-family: FontAwesome;
	font-size: 1.6rem;
	left: 23px;
	position: absolute;
	top: 17px;
}
.alert.alert-success {
	background: #8ac249 none repeat scroll 0 0;
	border: 1px solid #8ac249;
}
.alert.alert-success::after {
	content: "";
}
.alert.alert-info {
	background: #02a8f3 none repeat scroll 0 0;
	border: 1px solid #02a8f3;
}
.alert.alert-info::after {
	content: "";
}
.alert.alert-warning {
	background: #fe9700 none repeat scroll 0 0;
	border: 1px solid #fe9700;
}
.alert.alert-warning::after {
	content: "";
}
.alert.alert-danger {
	background: #f34235 none repeat scroll 0 0;
	border: 1px solid #f34235;
}
.alert.alert-danger::after {
	content: "";
}
.alert.alert-success.alert-outline {
	background: transparent;
	border: 1px solid #8ac249;
	color: #191919;
}
.alert.alert-success::after {
	content: "";
}
.alert.alert-info.alert-outline {
	background: transparent;
	border: 1px solid #02a8f3;
	color: #191919;
}
.alert.alert-info::after {
	content: "";
}
.alert.alert-warning.alert-outline {
	background: transparent;
	border: 1px solid #fe9700;
	color: #191919;
}
.alert.alert-warning::after {
	content: "";
}
.alert.alert-danger.alert-outline {
	background: transparent;
	border: 1px solid #f34235;
	color: #191919;
}
.alert.alert-danger::after {
	content: "";
}
.alert.alert-outline .close {
	color: #191919;
	opacity: 0.5;
	outline: 0 none;
	right: 5px;
}
.alert.alert-file-upload {
	background: #4bae4f none repeat scroll 0 0;
	padding: 19px;
}
.alert .close {
	color: #fff;
	opacity: 0.5;
	outline: 0 none;
	right: 5px;
}
.alert .close:hover {
	opacity: 1;
}
.label.label-success {
	background: #8ac249 none repeat scroll 0 0;
}
.label.label-info {
	background: #02a8f3 none repeat scroll 0 0;
}
.label.label-warning {
	background: #fe9700 none repeat scroll 0 0;
}
.label.label-danger {
	background: #f34235 none repeat scroll 0 0;
}
.popover {
	background-clip: padding-box;
	border-radius: 5px;
	box-shadow: none;
}
.modal-backdrop.in {
	opacity: 0.8;
}
.modal-content {
	background-clip: padding-box;
	border: 0 none;
	border-radius: 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.modal-body {
	font-size: 1.6rem;
	line-height: 24px;
	padding: 0 30px;
}
.modal-header {
	border: 0 none;
	padding: 30px;
	position: relative;
}
.modal-header .modal-title {
	margin: 0;
	color: #191919;
}
.modal-header .close {
	margin: 0;
	outline: 0 none;
	position: absolute;
	right: 30px;
	top: 40px;
}
.modal-footer {
	border: 0 none;
	padding: 10px 30px 30px;
}
.panel-title {
	font-size: 1.6rem;
}
.panel-title a {
	background: #f0f1f5 none repeat scroll 0 0;
	border-left: 3px solid #cf1e2a;
	color: #191919;
	display: block;
	padding: 20px;
	position: relative;
}
.panel-title a.collapsed {
	color: #191919;
}
.panel-title a.collapsed::after {
	color: #afb3b7;
	content: "";
}
.panel-title a::after {
	color: #363f45;
	content: "";
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
	top: 20px;
}
.panel-body {
	padding: 20px;
}
.panel {
	box-shadow: none;
}
.panel-group .panel + .panel {
	margin-top: 1px;
}
.panel-group .panel-heading {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	padding: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: 0 none;
}
.panel-default {
	border: 0 none;
}
.panel-default .panel-default > .panel-heading {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.heading-title h2 {
	color: #191919;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	text-transform: capitalize;
	margin-bottom: 20px;
}
/* =-=-=-=-=-=-= 404 Error Page  =-=-=-=-=-=-= */

.error-text {
	color: #191919;
	font-size: 240px;
	font-weight: 700;
	line-height: 200px;
	margin-bottom: 20px;
}
.error-title {
	color: #191919;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 20px;
}
/* =-=-=-=-=-=-= Icons  =-=-=-=-=-=-= */

#icons {
	background-color: #fff;
}
.icon-example {
	color: #555;
	margin-left: 1px;
	vertical-align: middle;
}
.icon-example .icon-box {
	border: 1px solid #e5e5e5;
	display: block;
	float: left;
	font-size: 16px;
	margin: -1px 0 0 -1px;
	padding: 0;
	width: 33%;
}
.icon-example .icon-box-2 {
	border: 1px solid #e5e5e5;
	display: block;
	float: left;
	font-size: 16px;
	margin: -1px 0 0 -1px;
	padding: 0;
	width: 50%;
}
.icon-example .icon-box-2 > span {
	border-right: 1px solid #f1f1f1;
	display: inline-block;
	font-size: 32px;
	line-height: 70px;
	margin-right: 5px;
	min-height: 70px;
	min-width: 70px;
	text-align: center;
}
.icon-box-icon {
	float: left;
	font-size: 64px;
	margin-left: 0;
	padding-left: 20px;
}
.class-name {
	color: #777;
	font-size: 18px;
	padding: 1.5em;
}
.icon-example .icon-box > .icon-box-icon {
	border-right: 1px solid #f1f1f1;
	color: #231f20;
	display: inline-block;
	font-size: 45px;
	line-height: 80px;
	margin-right: 5px;
	min-height: 80px;
	min-width: 80px;
	padding-left: 0;
	text-align: center;
}
.icon-example .icon-box > span {
	border-right: 1px solid #f1f1f1;
	display: inline-block;
	font-size: 32px;
	line-height: 70px;
	margin-right: 5px;
	min-height: 70px;
	min-width: 70px;
	text-align: center;
}
.media a img {
	border: 1px solid #cf1e2a;
	border-radius: 4px;
	color: #191919;
	display: block;
	padding: 9px;
	height: 65px;
	text-align: center;
	transition: all 0.4s ease-in-out 0s;
	width: 65px;
}
.quote-bg {
	background: #fff url("../images/quote-bg.jpg") no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.media a i::before {
	border: 1px solid #cf1e2a;
	border-radius: 4px;
	color: #231f20;
	display: block;
	font-size: 45px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	transition: all 0.4s ease-in-out 0s;
	width: 75px;
}
.media-heading a {
	color: #191919;
}
.media-heading a:hover {
	color: #cf1e2a;
}
/* =-=-=-=-=-=-= Video =-=-=-=-=-=-= */
.tab-content h2 {
	color: #191919;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4em;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.home-tabs {
	margin-top: -115px;
	position: relative;
	z-index: 999;
}
.video-container h2 {
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.video-container p {
	font-size: 18px;
	margin-bottom: 30px;
	text-transform: capitalize;
}
#video-bg {
	width: 100%;
}
.video-container {
	height: 470px;
	overflow: hidden;
	position: relative;
}
.video-text {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.video-text h2, .video-text p {
	color: #fff;
}
.text-container {
	display: table;
	height: 100%;
	width: 100%;
}
.text-container-grid {
	display: table-cell;
	vertical-align: middle;
}
.video-container::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}
#play-video button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #ffffff;
	border-radius: 100%;
	color: #ffffff;
	font-size: 20px;
	height: 60px;
	width: 60px;
}
.populer-courses-container.style-3 .big-post .course-thumb {
	float: left;
	width: 50%;
}
.populer-courses-container.style-3 .big-post .course-info {
	float: left;
	width: 50%;
}
.populer-courses-container.style-3 .ser-dis-btn {
	margin-bottom: 30px;
}
.populer-courses-container.style-3 .rating {
	padding: 17px 30px;
}
.populer-courses-container.style-3 .single-course.big-post {
	margin-bottom: 50px;
}
/* =-=-=-=-=-=-= Contact Us =-=-=-=-=-=-= */

#map {
	height: 450px;
	width: 100%;
}
#contact-us {
	background-color: #fff;
}
.contact-bg {
	background: #fff url("../images/project-bg.jpg") no-repeat scroll right bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.contact-image {
	margin-top: 120px;
}
#contactForm {
	position: relative;
}
#contactForm button.btn {
	padding: 15px 40px !important;
}
.location-item {
	padding: 0 25px 25px 25px;
	margin-bottom: 40px;
}
.location-item .icon {
	color: #191919;
	font-size: 52px;
	padding-bottom: 20px;
}
.location-item h5 {
	margin-bottom: 20px;
	color: #191919;
}
.location-item h4 {
	font-weight: 600;
	color: #191919;
}
#success {
	display: none;
}
#loader {
	display: none;
}
.notice {
	position: relative;
	margin: 1em;
	background: #F9F9F9;
	padding: 1em 1em 1em 2em;
	border-left: 4px solid #DDD;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}
.notice:before {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: -17px;
	background-color: #DDD;
	color: #FFF;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-family: Georgia;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.info {
	border-color: #0074D9;
}
.info:before {
	content: "i";
	background-color: #0074D9;
}
.success {
	border-color: #2ECC40;
}
.success:before {
	content: "√";
	background-color: #2ECC40;
}
.warning {
	border-color: #FFDC00;
}
.warning:before {
	content: "!";
	background-color: #FFDC00;
}
.error {
	border-color: #FF4136;
}
.error:before {
	content: "X";
	background-color: #FF4136;
}
.footer {
	background: #fff none repeat scroll 0 0;
	color: #000;
	font-family: "Source Sans Pro", sans-serif;
	position: relative;
}
.footer-title {
	color: #000;
	font-size: 17px;
	position: relative;
	text-transform: uppercase;
}
.footer .column {
	margin-bottom: 30px;
	position: relative;
}
.footer p {
	color: #fff !important;
}
.footer-title::after {
	background: #cf1e2a none repeat scroll 0 0;
	content: "";
	display: block;
	height: 2px;
	margin: 20px 0;
	position: relative;
	width: 70px;
}
.social-links-two {
	position: relative;
}
.social-links-two a {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff !important;
	display: block;
	float: left;
	font-size: 12px;
	height: 28px;
	line-height: 26px;
	margin-right: 8px;
	position: relative;
	text-align: center;
	transition: all 500ms ease 0s;
	width: 28px;
}
.social-links-two.alt a {
	border: 1px solid #fff;
	color: #cccccc !important;
	font-size: 12px;
}
.social-links-two a:hover {
	background: #cf1e2a none repeat scroll 0 0;
	border-color: #cf1e2a;
	color: #fff !important;
}
.footer-links ul {
	margin: 0;
	padding: 0;
}
.footer-links li {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 4px 0;
	width: 50%;
}
.footer-links li a {
	color: #000;
}
.footer-address p:hover, .footer-address p a:hover {
	color: #000 !important;
	cursor: pointer;
}
.footer-links li a:hover {
	color: #cf1e2a;
}
.footer-links li a::before {
	content: "";
	display: block;
	float: left;
	font-family: fontawesome;
	margin-right: 10px;
}
.footer-gallery-grid img {
	float: left;
	margin: 4px;
	width: 153px;
}
.footer-gallery-grid img:hover {
	opacity: 0.6;
}
.footer-address p {
	margin-bottom: 18px;
}
.footer-address p i {
	color: #cf1e2a;
	margin-right: 12px;
}
.copyright {
	background: #222 none repeat scroll 0 0;
	border-top: 1px solid #333333;
	padding: 17px 0 10px;
}
.copyright a {
	color: #CF1E2A  !important;
}
.copyright p {
	color: #fff !important;
}
.copyright a:hover {
	color: #CF1E2A;
}

.footer.light-color {
    background: #fff none repeat scroll 0 0; 
	border-top: 1px solid #f1f1f1;
}
.footer.light-color p {
	color:#252320 !important;
}
.footer.light-color .column .footer-title{
    color: #232323;
}
.footer.light-color .footer-links li a {
    color: #252320;
}
.footer.light-color .footer-links li a:hover {
    color: #cf1e2a !important;
}
.footer.light-color .social-links-two a {
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #ccc !important;
}
.footer.light-color .social-links-two a:hover {
	color:#fff !important;
}

.copyright.light-copyrights {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #ddd;
} 

.copyright.light-copyrights p{
	color:#252320 !important;
}


.app-downloads i {
    color: #cf1e2a  ;
    font-size: 34px;
    vertical-align: top;
	margin-right: 8px;
}

.app-downloads {
	background: url("../images/app.jpg") repeat scroll top center;
	background-size: cover;
}


.app-downloads  .mobile-mockup  {
    bottom: -16%;
    position: absolute;
    right: -2%;
    z-index: 0;
}
.app-downloads  .image-center img {
    margin: 0 0 -208px;
    padding-right: 30px;
    position: relative;
    text-align: center;
    z-index: 10;
}
.text-left {
    text-align: left;
}
.app-info-container h1 {
   color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}
.app-info-container p {
    font-size: 16px;
    font-style: italic;
    padding: 0 0 10px;
	color:#fff;
}
.app-info-container ul {
    display: block;
    margin-bottom: 30px;
    padding: 0;
}
.app-info-container li {
    color: #ffffff;
    margin-right: 10px;
	 padding: 10px 8px;
}

.app-info-container li span{
	line-height:36px;	
}

.app-downloads  {
	overflow:hidden;	
}

.app-downloads  .btn-light {
    background-color: transparent;
    border: 1px solid #ffffff ;
    color: #ffffff;
    font-size: 14px;
    padding: 13px 40px;
}


/* =-=-=-=-=-=-= Cleaning Demo =-=-=-=-=-=-= */
.cleaning .header-top {
    background: #eff2f5 none repeat scroll 0 0;
}
.cleaning .navigation-2 {
    background: #2196f3 none repeat scroll 0 0 ;
}

.cleaning .transparent-header .navigation-2 {
    background: rgba(0, 0, 0, 0.46) none repeat scroll 0 0;
}

.cleaning .transparent-header.stick {
    background: #ffffff none repeat scroll 0 0 !important;
}

.cleaning .transparent-header.stick  .navigation-2 {
	 background: #ffffff none repeat scroll 0 0 !important;
}
.cleaning  .transparent-header.stick .navigation-2 .btn-primary {
    background-color: #2196f3;
    border-color: #2196f3;
}

.cleaning .transparent-header .navigation-2 .navbar-default .navbar-nav>li>a:focus, .cleaning .transparent-header .navigation-2 .navbar-default .navbar-nav>li>a:hover {
	background-color:transparent !important;
}


.cleaning  .header-top-info > p a, .cleaning .header-top-right ul > li a {
    color: #777;
}
.cleaning  .footer.light-color .footer-links li a:hover {
    color: #2196f3 !important;
}
.cleaning .header-top i {
    color: #2196f3;
}
.cleaning .search-form form input[type="text"] {
    color: #777 !important;
}

.cleaning  .header-area .border::before {
    background:none;
}
.cleaning  .header-area .border::after {
    background:none;
}
.cleaning  .header-area .logo-bar .info-box .icon {
    color: #2196f3;
}
.cleaning  .header-top-info > p, .cleaning  .header-top-right ul > li {
    border-left: 1px solid #2196f3;
}
.cleaning .header-top-info > p:first-child, .cleaning  .header-top-right ul > li:first-child {
    border-left: medium none;
    padding-left: 0;
}
.cleaning .search-form form input[type="text"] {
	color: #777;
}
.cleaning .search-form form input[type="text"]::-webkit-input-placeholder {
    /* Chrome */
    color: #777 !important;
}
.cleaning .search-form form input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #777 !important;
}
.cleaning .search-form form input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #777 !important;
 opacity: 1;
}
.cleaning .search-form form input[type="text"]:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #777 !important;
 	opacity: 1;
}
.cleaning .cart-btn a sup {
    background: #1d87da none repeat scroll 0 0;
	 color: #fff;
}
.cleaning #main-navigation .navbar-nav li.active {
    background-color: #1d87da;
}
.cleaning .btn-primary {
    background-color: #2196f3;
    border-color: #2196f3;
}
.cleaning .btn-primary:hover {
	color: #fff ;
	background-color: #1d87da ;
	border-color: #1d87da;
}
.cleaning .navigation-2 .navbar-default .navbar-nav>li>a:focus, .cleaning .navigation-2 .navbar-default .navbar-nav>li>a:hover {
	background-color: #1d87da;
}
.cleaning .navigation-2 .navbar-default .navbar-nav>.open>a, .cleaning .navigation-2 .navbar-default .navbar-nav>.open>a:focus, .cleaning .navigation-2 .navbar-default .navbar-nav>.open>a:hover {
	background-color: #1d87da;
}
.cleaning .navigation-2 .navbar-default .navbar-toggle .icon-bar {
	background-color: #1d87da;
}
.cleaning .navigation .dropdown-menu>li>a:hover, .cleaning .navigation-2 .dropdown-menu>li>a:hover, .cleaning .navigation-2 .dropdown-menu>li>a:focus {
	color: #fff !important;
	background-color: #cf1e2a !important;
}
.cleaning  .slider-grid-2 .tt-slider-title , .cleaning .slider-grids .tt-slider-title {
    color: #2196f3;
}
.cleaning  .services-grid-3:hover {
    background-color: #cf1e2a;
}
.cleaning  .services-grid-3  {
    background-color: #cf1e2a;
}
.cleaning .services-grid-3.active {
    background-color: #1d87da;
}

.cleaning .custom-links a::before {
    color: #2196f3;
}
.cleaning .media a i::before {
    border: 1px solid #2196f3;
}
.cleaning .services-grid:hover {
    border: 2px solid #cf1a2e;
}
.cleaning .panel-title a {
    border-left: 3px solid #2196f3;
	color: #191919;
}
.cleaning .services-grid-4 h4::before , .cleaning  .services-grid .content-area h4::before {
    border-bottom: 2px solid #2196f3;
}
.cleaning .services-grid-4 h4:hover, .cleaning .services-grid-4 h4 a:hover , .cleaning .rating .star i,  .cleaning .caption .product-name .product-name:hover , .cleaning .post-author span a:hover, .cleaning .post-categories a:hover, .cleaning .post-date:hover, .cleaning .blog-title a:hover , .cleaning .testimonial-grid .name , .cleaning .footer-address p:hover, .cleaning .footer-address p a:hover , .cleaning .footer-links li a:hover , .cleaning .social-links-two a:hover, .cleaning .footer-address p i , .cleaning .copyright a:hover , .cleaning .copyright a, .cleaning .cart-active .cart-grid-box-title a:hover , .cleaning  .header-area .logo-bar .info-box div.text:hover, .cleaning .cart-active .cart-grid-box-title a:hover, .cleaning  .media-heading a:hover , .cleaning .breadcrumb li a.active , .cleaning .breadcrumb li a:hover,  .cleaning .services-text h4:hover , .cleaning .services-text h4 a:hover , .cleaning  .post h4:hover, .cleaning .post h4 a:hover, .cleaning .rating .star i , .cleaning .product-detial-info ul li a, .cleaning .product-tabs .comment ul.list-inline li a , .cleaning .author-title strong:hover, .cleaning .author-title strong a:hover , .cleaning .cart-detials .product-name:hover, .cleaning .cart-detials .product-name a:hover , .cleaning .btn-close i, .cleaning .order-box li a, .cleaning .author-title ul.list-inline li a , .cleaning .client-info i 
 {
    color: #2196f3 !important;
}
.cleaning .order-box ul li a.place-order {
	color:#fff !important;
}
.cleaning  .team-grid .team-image .team-grid-overlay , .cleaning .portfolio .tt-overlay  {
    background-color: rgba(33, 150, 243, 0.6);
}
.cleaning .order-box ul li a.place-order:hover {
	background:#1d87da !important;
}
.cleaning .team-grid:hover .team-content , .cleaning .action-cart a, .cleaning .side-bar .widget .tag_cloud a:hover , .cleaning .order-box ul li a.place-order {
    background: #2196f3 none repeat scroll 0 0 !important;
}
.cleaning .parallex-small {
    background: #2196f3 none repeat scroll 0 0;
}
.cleaning  .list-view-content .shop-info {
	border-top:none !important;
}
.cleaning .shop-info {
    border-top: 2px solid #2196f3;
}
.cleaning .add-buttons .btn-add:hover , .cleaning  .clients-bg  {
    background: #2196f3 none repeat scroll 0 0;
}
.cleaning li.post-date{
	color:#777;
}
.cleaning .action-cart a {
	color:#fff !important;
}
.cleaning .owl-theme .owl-controls .owl-page span{
	background: #2196f3;
}
.cleaning  .client-logo {
    border-right: 1px solid #1d87da;
}
.cleaning .footer-title::after {
    background: #2196f3 none repeat scroll 0 0;
}
.cleaning a:hover, .cleaning a:focus {
    color: #2196f3;
}
.cleaning ul.side-bar-list li a:hover, .cleaning ul.side-bar-list li.active a, .cleaning .toch-button:hover, .cleaning .toch-button.toch-add-cart, .cleaning .toch-menu ul li a:hover, .cleaning .toch-menu ul li.active a:hover {
    background: #2196f3 none repeat scroll 0 0;
    color: #ffffff !important;
}
.cleaning .filterArea .btn-group .btn-default:hover, .cleaning .filterArea .btn-group .btn-default.active , .cleaning ul#filter.filter-square li.active , .cleaning ul#filter.filter-square li:hover ,.cleaning .post-social ul li a:hover{
    background-color: #2196f3;
    border-color: #2196f3;
}

.cleaning .side-bar .widget h2::before , .cleaning .custom-heading h2::before {
    background-color: #2196f3;
}
.cleaning .side-bar .widget ul li a:hover {
    color: #2196f3;
}
.cleaning .product-price {
	color: #777 !important;
}
.cleaning  .pagination > .active > a:hover, .cleaning  .pagination li:hover > a, .cleaning .pagination > .active > a {
    background-color: #2196f3;
    border-color: #2196f3 !important;
    color: #fff !important;
}
.cleaning .tabs-container .nav-tabs > li > a {
	 background-color: #2196f3;
}
.cleaning .tabs-container .nav.nav-tabs li.active a, .cleaning .tabs-container .nav > li > a:focus, .cleaning .tabs-container .nav > li > a:hover {
    background: #1d87da none repeat scroll 0 0;
    border-bottom: 10px solid #2196f3;
}
.cleaning .services .services-grid-3 i, .cleaning .services .services-grid-3 .content-area h4, .cleaning .services .services-grid-3 .content-area p {
	color:#fff;
}

.cleaning .app-downloads i 
{
	 color: #1d87da;
}

/* =-=-=-=-=-=-= Plumbing Demo =-=-=-=-=-=-= */
.plumbing .header-top {
    background: #012c3c  none repeat scroll 0 0;
	 color: #999ea3;
}
.plumbing .navigation-2 {
    background:transparent none repeat scroll 0 0 !important;
}
.plumbing .navigation-2 #main-navigation {
	  background-color: #FE5454;
}

.plumbing .transparent-header .navigation-2 {
    background: rgba(0, 0, 0, 0.46) none repeat scroll 0 0 !important;
}

.plumbing .transparent-header.stick {
    background: #ffffff none repeat scroll 0 0 !important;
}

.plumbing .transparent-header.stick  .navigation-2 {
	 background: #ffffff none repeat scroll 0 0 !important;
}
.plumbing  .transparent-header.stick .navigation-2 .btn-primary {
    background-color: #FE5454;
    border-color: #FE5454;
}

.plumbing .transparent-header .navigation-2 .navbar-default .navbar-nav>li>a:focus, .plumbing .transparent-header .navigation-2 .navbar-default .navbar-nav>li>a:hover {
	background-color:transparent !important;
}

.plumbing .transparent-header .navigation-2 #main-navigation {
    background-color: transparent;
}

.plumbing  .gray-bg {
    background: #fe5454 none repeat scroll 0 0;
}
.plumbing  .header-top-info > p a, .plumbing .header-top-right ul > li a {
    color: #fff;
}
.plumbing .header-top i {
    color: #fff;
}
.plumbing .search-form form input[type="text"] {
    color: #fff !important;
}

.plumbing  .header-area .border::before {
    background:none;
}
.plumbing  .header-area .border::after {
    background:none;
}
.plumbing  .header-area .logo-bar .info-box .icon {
    color: #FE5454;
}
.plumbing  .header-top-info > p, .plumbing  .header-top-right ul > li {
    border-left: 1px solid #073d51;
}
.plumbing .header-top-info > p:first-child, .plumbing  .header-top-right ul > li:first-child {
    border-left: medium none;
    padding-left: 0;
}
.plumbing .search-form form input[type="text"] {
	color: #777;
}
.plumbing .search-form form input[type="text"]::-webkit-input-placeholder {
    /* Chrome */
    color: #777 !important;
}
.plumbing .search-form form input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #777 !important;
}
.plumbing .search-form form input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #777 !important;
 opacity: 1;
}
.plumbing .search-form form input[type="text"]:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #777 !important;
 	opacity: 1;
}
.plumbing .cart-btn a sup {
    background: #e44b4b none repeat scroll 0 0;
	 color: #fff;
}
.plumbing #main-navigation .navbar-nav li.active {
    background-color: #e44b4b;
}
.plumbing .btn-primary {
    background-color: #FE5454;
    border-color: #FE5454;
}
.plumbing .btn-primary:hover {
	color: #fff ;
	background-color: #e44b4b ;
	border-color: #e44b4b;
}
.plumbing  .footer.light-color .footer-links li a:hover {
    color: #FE5454 !important;
}
.plumbing .navigation-2 .navbar-default .navbar-nav>li>a:focus, .plumbing .navigation-2 .navbar-default .navbar-nav>li>a:hover {
	background-color: #e44b4b;
}
.plumbing .navigation-2 .navbar-default .navbar-nav>.open>a, .plumbing .navigation-2 .navbar-default .navbar-nav>.open>a:focus, .plumbing .navigation-2 .navbar-default .navbar-nav>.open>a:hover {
	background-color: #e44b4b;
}
.plumbing .navigation-2 .navbar-default .navbar-toggle .icon-bar {
	background-color: #e44b4b;
}
.plumbing .navigation .dropdown-menu>li>a:hover, .plumbing .navigation-2 .dropdown-menu>li>a:hover, .plumbing .navigation-2 .dropdown-menu>li>a:focus {
	color: #fff !important;
	background-color: #FE5454 !important;
}
.plumbing  .slider-grid-2 .tt-slider-title , .plumbing .slider-grids .tt-slider-title {
    color: #FE5454;
}
.plumbing  .services-grid-3:hover {
    background-color: #e44b4b;
}
.plumbing  .services-grid-3  {
    background-color: #FE5454;
}
.plumbing .services-grid-3.active {
    background-color: #e44b4b;
}

.plumbing .custom-links a::before {
    color: #FE5454;
}
.plumbing .media a i::before {
    border: 1px solid #FE5454;
}
.plumbing .services-grid:hover {
    border: 2px solid #FE5454;
}
.plumbing .panel-title a {
    border-left: 3px solid #FE5454;
	color: #191919;
}
.plumbing .services-grid-4 h4::before , .plumbing  .services-grid .content-area h4::before {
    border-bottom: 2px solid #FE5454;
}
.plumbing .services-grid-4 h4:hover, .plumbing .services-grid-4 h4 a:hover , .plumbing .rating .star i,  .plumbing .caption .product-name .product-name:hover , .plumbing .post-author span a:hover, .plumbing .post-categories a:hover, .plumbing .post-date:hover, .plumbing .blog-title a:hover , .plumbing .testimonial-grid .name , .plumbing .footer-address p:hover, .plumbing .footer-address p a:hover , .plumbing .footer-links li a:hover , .plumbing .social-links-two a:hover, .plumbing .footer-address p i , .plumbing .copyright a:hover , .plumbing .copyright a, .plumbing .cart-active .cart-grid-box-title a:hover , .plumbing  .header-area .logo-bar .info-box div.text:hover, .plumbing .cart-active .cart-grid-box-title a:hover, .plumbing  .media-heading a:hover , .plumbing .breadcrumb li a.active , .plumbing .breadcrumb li a:hover,  .plumbing .services-text h4:hover , .plumbing .services-text h4 a:hover , .plumbing  .post h4:hover, .plumbing .post h4 a:hover, .plumbing .rating .star i , .plumbing .product-detial-info ul li a, .plumbing .product-tabs .comment ul.list-inline li a , .plumbing .author-title strong:hover, .plumbing .author-title strong a:hover , .plumbing .cart-detials .product-name:hover, .plumbing .cart-detials .product-name a:hover , .plumbing .btn-close i, .plumbing .order-box li a, .plumbing .author-title ul.list-inline li a , .plumbing .client-info i 
 {
    color: #FE5454 !important;
}
.plumbing .order-box ul li a.place-order {
	color:#fff !important;
}
.plumbing  .team-grid .team-image .team-grid-overlay , .plumbing .portfolio .tt-overlay  {
    background-color:rgba(254, 84, 84, 0.7);
}
.plumbing .order-box ul li a.place-order:hover {
	background:#e44b4b !important;
}
.plumbing .team-grid:hover .team-content , .plumbing .action-cart a, .plumbing .side-bar .widget .tag_cloud a:hover , .plumbing .order-box ul li a.place-order {
    background: #FE5454 none repeat scroll 0 0 !important;
}
.plumbing .parallex-small {
    background: #FE5454 none repeat scroll 0 0;
}
.plumbing  .list-view-content .shop-info {
	border-top:none !important;
}
.plumbing .shop-info {
    border-top: 2px solid #FE5454;
}
.plumbing .add-buttons .btn-add:hover , .plumbing  .clients-bg  {
    background: #FE5454 none repeat scroll 0 0;
}
.plumbing li.post-date{
	color:#777;
}
.plumbing .action-cart a {
	color:#fff !important;
}
.plumbing .owl-theme .owl-controls .owl-page span{
	background: #FE5454;
}
.plumbing  .client-logo {
    border-right: 1px solid #e44b4b;
}
.plumbing .footer-title::after {
    background: #FE5454 none repeat scroll 0 0;
}
.plumbing a:hover, .plumbing a:focus {
    color: #FE5454;
}
.plumbing ul.side-bar-list li a:hover, .plumbing ul.side-bar-list li.active a, .plumbing .toch-button:hover, .plumbing .toch-button.toch-add-cart, .plumbing .toch-menu ul li a:hover, .plumbing .toch-menu ul li.active a:hover {
    background: #FE5454 none repeat scroll 0 0;
    color: #ffffff !important;
}
.plumbing .filterArea .btn-group .btn-default:hover, .plumbing .filterArea .btn-group .btn-default.active , .plumbing ul#filter.filter-square li.active , .plumbing ul#filter.filter-square li:hover ,.plumbing .post-social ul li a:hover{
    background-color: #FE5454;
    border-color: #FE5454;
}

.plumbing .side-bar .widget h2::before , .plumbing .custom-heading h2::before {
    background-color: #FE5454;
}
.plumbing .side-bar .widget ul li a:hover {
    color: #FE5454;
}
.plumbing .product-price {
	color: #777 !important;
}
.plumbing  .pagination > .active > a:hover, .plumbing  .pagination li:hover > a, .plumbing .pagination > .active > a {
    background-color: #FE5454;
    border-color: #FE5454 !important;
    color: #fff !important;
}
.plumbing .tabs-container .nav-tabs > li > a {
	 background-color: #FE5454;
}
.plumbing .tabs-container .nav.nav-tabs li.active a, .plumbing .tabs-container .nav > li > a:focus, .plumbing .tabs-container .nav > li > a:hover {
    background: #e44b4b none repeat scroll 0 0;
    border-bottom: 10px solid #FE5454;
}
.plumbing .services .services-grid-3 i, .plumbing .services .services-grid-3 .content-area h4, .plumbing .services .services-grid-3 .content-area p {
	color:#fff;
}
.plumbing .app-downloads i 
{
	 color: #e44b4b;
}


/* =-=-=-=-=-=-= Solar Demo =-=-=-=-=-=-= */
.solar .header-top {
    background: #012c3c  none repeat scroll 0 0;
	 color: #999ea3;
}
.solar .navigation-2 {
    /*background:transparent none repeat scroll 0 0 !important;*/
}
.solar .navigation-2 #main-navigation {
	  background-color: #424242;
}

.solar .transparent-header .navigation-2 {
    background: rgba(0, 0, 0, 0.46) none repeat scroll 0 0 !important;
}

.solar .transparent-header.stick {
    background: #ffffff none repeat scroll 0 0 !important;
}

.solar .transparent-header.stick  .navigation-2 {
	 background: #ffffff none repeat scroll 0 0 !important;
}
.solar  .transparent-header.stick .navigation-2 .btn-primary {
    background-color: #FFC107;
    border-color: #FFC107;
}

.solar .transparent-header .navigation-2 .navbar-default .navbar-nav>li>a:focus, .solar .transparent-header .navigation-2 .navbar-default .navbar-nav>li>a:hover {
	background-color:transparent !important;
}

.solar .transparent-header .navigation-2 #main-navigation {
    background-color: transparent;
}

.solar  .footer.light-color .footer-links li a:hover {
    color: #FFC107 !important;
}
.solar  .gray-bg {
    background: #FFC107 none repeat scroll 0 0;
}
.solar  .header-top-info > p a, .solar .header-top-right ul > li a {
    color: #fff;
}
.solar .header-top i {
    color: #fff;
}
.solar .search-form form input[type="text"] {
    color: #fff !important;
}

.solar  .header-area .border::before {
    background:none;
}
.solar  .header-area .border::after {
    background:none;
}
.solar  .header-area .logo-bar .info-box .icon {
    color: #FFC107;
}
.solar  .header-top-info > p, .solar  .header-top-right ul > li {
    border-left: 1px solid #073d51;
}
.solar .header-top-info > p:first-child, .solar  .header-top-right ul > li:first-child {
    border-left: medium none;
    padding-left: 0;
}
.solar .search-form form input[type="text"] {
	color: #777;
}
.solar .search-form form input[type="text"]::-webkit-input-placeholder {
    /* Chrome */
    color: #777 !important;
}
.solar .search-form form input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #777 !important;
}
.solar .search-form form input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #777 !important;
 opacity: 1;
}
.solar .search-form form input[type="text"]:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #777 !important;
 	opacity: 1;
}
.solar .cart-btn a sup {
    background: #83b432 none repeat scroll 0 0;
	 color: #fff;
}
.solar #main-navigation .navbar-nav li.active {
    background-color: #83b432;
}
.solar .btn-primary {
    background-color: #757575;
    border-color: #FFC107;
}
.solar .btn-primary:hover {
	color: #fff ;
	background-color: #757575;
	border-color: #83b432;
}
.solar .navigation-2 .navbar-default .navbar-nav>li>a:focus, .solar .navigation-2 .navbar-default .navbar-nav>li>a:hover {
	background-color: #83b432;
}
.solar .navigation-2 .navbar-default .navbar-nav>.open>a, .solar .navigation-2 .navbar-default .navbar-nav>.open>a:focus, .solar .navigation-2 .navbar-default .navbar-nav>.open>a:hover {
	background-color: #83b432;
}
.solar .navigation-2 .navbar-default .navbar-toggle .icon-bar {
	background-color: #83b432;
}
.solar .navigation .dropdown-menu>li>a:hover, .solar .navigation-2 .dropdown-menu>li>a:hover, .solar .navigation-2 .dropdown-menu>li>a:focus {
	color: #fff !important;
	background-color: #FFC107 !important;
}
.solar  .slider-grid-2 .tt-slider-title , .solar .slider-grids .tt-slider-title {
    color: #FFC107;
}
.solar  .services-grid-3:hover {
    background-color: #83b432;
}
.solar  .services-grid-3  {
    background-color: #FFC107;
}
.solar .services-grid-3.active {
    background-color: #83b432;
}

.solar .custom-links a::before {
    color: #FFC107;
}
.solar .media a i::before {
    border: 1px solid #FFC107;
}
.solar .services-grid:hover {
    border: 2px solid #FFC107;
}
.solar .panel-title a {
    border-left: 3px solid #FFC107;
	color: #191919;
}
.solar .services-grid-4 h4::before , .solar  .services-grid .content-area h4::before {
    border-bottom: 2px solid #FFC107;
}
.solar .services-grid-4 h4:hover, .solar .services-grid-4 h4 a:hover , .solar .rating .star i,  .solar .caption .product-name .product-name:hover , .solar .post-author span a:hover, .solar .post-categories a:hover, .solar .post-date:hover, .solar .blog-title a:hover , .solar .testimonial-grid .name , .solar .footer-address p:hover, .solar .footer-address p a:hover , .solar .footer-links li a:hover , .solar .social-links-two a:hover, .solar .footer-address p i , .solar .copyright a:hover , .solar .copyright a, .solar .cart-active .cart-grid-box-title a:hover , .solar  .header-area .logo-bar .info-box div.text:hover, .solar .cart-active .cart-grid-box-title a:hover, .solar  .media-heading a:hover , .solar .breadcrumb li a.active , .solar .breadcrumb li a:hover,  .solar .services-text h4:hover , .solar .services-text h4 a:hover , .solar  .post h4:hover, .solar .post h4 a:hover, .solar .rating .star i , .solar .product-detial-info ul li a, .solar .product-tabs .comment ul.list-inline li a , .solar .author-title strong:hover, .solar .author-title strong a:hover , .solar .cart-detials .product-name:hover, .solar .cart-detials .product-name a:hover , .solar .btn-close i, .solar .order-box li a, .solar .author-title ul.list-inline li a , .solar .client-info i 
 {
    color: #FFC107 !important;
}
.solar .order-box ul li a.place-order {
	color:#fff !important;
}
.solar  .team-grid .team-image .team-grid-overlay , .solar .portfolio .tt-overlay  {
    background-color:rgba(117,117,117, 0.7);
}
.solar .order-box ul li a.place-order:hover {
	background:#83b432 !important;
}
.solar .team-grid:hover .team-content , .solar .action-cart a, .solar .side-bar .widget .tag_cloud a:hover , .solar .order-box ul li a.place-order {
    background: #FFC107 none repeat scroll 0 0 !important;
}
.solar .parallex-small {
    background:#757575; 

}
.solar  .list-view-content .shop-info {
	border-top:none !important;
}
.solar .shop-info {
    border-top: 2px solid #FFC107;
}
.solar .add-buttons .btn-add:hover , .solar  .clients-bg  {
    background: #FFC107 none repeat scroll 0 0;
}
.solar li.post-date{
	color:#777;
}
.solar .action-cart a {
	color:#fff !important;
}
.solar .owl-theme .owl-controls .owl-page span{
	background: #FFC107;
}
.solar  .client-logo {
    border-right: 1px solid #83b432;
}
.solar .footer-title::after {
    background: #FFC107 none repeat scroll 0 0;
}
.solar a:hover, .solar a:focus {
    color: #FFC107;
}
.solar ul.side-bar-list li a:hover, .solar ul.side-bar-list li.active a, .solar .toch-button:hover, .solar .toch-button.toch-add-cart, .solar .toch-menu ul li a:hover, .solar .toch-menu ul li.active a:hover {
    background: #FFC107 none repeat scroll 0 0;
    color: #ffffff !important;
}
.solar .filterArea .btn-group .btn-default:hover, .solar .filterArea .btn-group .btn-default.active , .solar ul#filter.filter-square li.active , .solar ul#filter.filter-square li:hover ,.solar .post-social ul li a:hover{
    background-color: #FFC107;
    border-color: #FFC107;
}

.solar .side-bar .widget h2::before , .solar .custom-heading h2::before {
    background-color: #FFC107;
}
.solar .side-bar .widget ul li a:hover {
    color: #FFC107;
}
.solar .product-price {
	color: #777 !important;
}
.solar  .pagination > .active > a:hover, .solar  .pagination li:hover > a, .solar .pagination > .active > a {
    background-color: #FFC107;
    border-color: #FFC107 !important;
    color: #fff !important;
}
.solar .tabs-container .nav-tabs > li > a {
	 background-color: #424242;
}
.solar .tabs-container .nav.nav-tabs li.active a, .solar .tabs-container .nav > li > a:focus, .solar .tabs-container .nav > li > a:hover {
    background: #424242 none repeat scroll 0 0;
    border-bottom: 10px solid #FFC107;
}
.solar .services .services-grid-3 i, .solar .services .services-grid-3 .content-area h4, .solar .services .services-grid-3 .content-area p {
	color:#fff;
}
.solar .app-downloads i 
{
	 color: #83b432;
}
/* =-=-=-=-=-=-= Teaching Demo =-=-=-=-=-=-= */
.teaching .header-top {
    background: #012c3c  none repeat scroll 0 0;
	 color: #999ea3;
}
.teaching .navigation-2 {
    background:#E79800 none repeat scroll 0 0 !important;
}

.teaching .transparent-header .navigation-2 {
    background: rgba(0, 0, 0, 0.46) none repeat scroll 0 0 !important;
}

.teaching .transparent-header.stick {
    background: #ffffff none repeat scroll 0 0 !important;
}

.teaching .transparent-header.stick  .navigation-2 {
	 background: #ffffff none repeat scroll 0 0 !important;
}
.teaching  .transparent-header.stick .navigation-2 .btn-primary {
    background-color: #E79800;
    border-color: #E79800;
}

.solar .transparent-header .navigation-2 .navbar-default .navbar-nav>li>a:focus, .solar .transparent-header .navigation-2 .navbar-default .navbar-nav>li>a:hover {
	background-color:transparent !important;
}

.teaching  .gray-bg {
    background: #E79800 none repeat scroll 0 0;
}
.teaching  .header-top-info > p a, .teaching .header-top-right ul > li a {
    color: #fff;
}

.teaching  .footer.light-color .footer-links li a:hover {
    color: #E79800 !important;
}

.teaching .header-top i {
    color: #fff;
}
.teaching .search-form form input[type="text"] {
    color: #fff !important;
}

.teaching  .header-area .border::before {
    background:none;
}
.teaching  .header-area .border::after {
    background:none;
}
.teaching  .header-area .logo-bar .info-box .icon {
    color: #E79800;
}
.teaching  .header-top-info > p, .teaching  .header-top-right ul > li {
    border-left: 1px solid #073d51;
}
.teaching .header-top-info > p:first-child, .teaching  .header-top-right ul > li:first-child {
    border-left: medium none;
    padding-left: 0;
}
.teaching .search-form form input[type="text"] {
	color: #777;
}
.teaching .search-form form input[type="text"]::-webkit-input-placeholder {
    /* Chrome */
    color: #777 !important;
}
.teaching .search-form form input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #777 !important;
}
.teaching .search-form form input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #777 !important;
 opacity: 1;
}
.teaching .search-form form input[type="text"]:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #777 !important;
 	opacity: 1;
}
.teaching .cart-btn a sup {
    background: #cf8800 none repeat scroll 0 0;
	 color: #fff;
}
.teaching #main-navigation .navbar-nav li.active {
    background-color: #cf8800;
}
.teaching .btn-primary {
    background-color: #E79800;
    border-color: #E79800;
}
.teaching .btn-primary:hover {
	color: #fff ;
	background-color: #cf8800 ;
	border-color: #cf8800;
}
.teaching .navigation-2 .navbar-default .navbar-nav>li>a:focus, .teaching .navigation-2 .navbar-default .navbar-nav>li>a:hover {
	background-color: #cf8800;
}
.teaching .navigation-2 .navbar-default .navbar-nav>.open>a, .teaching .navigation-2 .navbar-default .navbar-nav>.open>a:focus, .teaching .navigation-2 .navbar-default .navbar-nav>.open>a:hover {
	background-color: #cf8800;
}
.teaching .navigation-2 .navbar-default .navbar-toggle .icon-bar {
	background-color: #cf8800;
}
.teaching .navigation .dropdown-menu>li>a:hover, .teaching .navigation-2 .dropdown-menu>li>a:hover, .teaching .navigation-2 .dropdown-menu>li>a:focus {
	color: #fff !important;
	background-color: #E79800 !important;
}
.teaching  .slider-grid-2 .tt-slider-title , .teaching .slider-grids .tt-slider-title {
    color: #E79800;
}
.teaching  .services-grid-3:hover {
    background-color: #cf8800;
}
.teaching  .services-grid-3  {
    background-color: #E79800;
}
.teaching .services-grid-3.active {
    background-color: #cf8800;
}

.teaching .custom-links a::before {
    color: #E79800;
}
.teaching .media a i::before {
    border: 1px solid #E79800;
}
.teaching .services-grid:hover {
    border: 2px solid #E79800;
}
.teaching .panel-title a {
    border-left: 3px solid #E79800;
	color: #191919;
}
.teaching .services-grid-4 h4::before , .teaching  .services-grid .content-area h4::before {
    border-bottom: 2px solid #E79800;
}
.teaching .services-grid-4 h4:hover, .teaching .services-grid-4 h4 a:hover , .teaching .rating .star i,  .teaching .caption .product-name .product-name:hover , .teaching .post-author span a:hover, .teaching .post-categories a:hover, .teaching .post-date:hover, .teaching .blog-title a:hover , .teaching .testimonial-grid .name , .teaching .footer-address p:hover, .teaching .footer-address p a:hover , .teaching .footer-links li a:hover , .teaching .social-links-two a:hover, .teaching .footer-address p i , .teaching .copyright a:hover , .teaching .copyright a, .teaching .cart-active .cart-grid-box-title a:hover , .teaching  .header-area .logo-bar .info-box div.text:hover, .teaching .cart-active .cart-grid-box-title a:hover, .teaching  .media-heading a:hover , .teaching .breadcrumb li a.active , .teaching .breadcrumb li a:hover,  .teaching .services-text h4:hover , .teaching .services-text h4 a:hover , .teaching  .post h4:hover, .teaching .post h4 a:hover, .teaching .rating .star i , .teaching .product-detial-info ul li a, .teaching .product-tabs .comment ul.list-inline li a , .teaching .author-title strong:hover, .teaching .author-title strong a:hover , .teaching .cart-detials .product-name:hover, .teaching .cart-detials .product-name a:hover , .teaching .btn-close i, .teaching .order-box li a, .teaching .author-title ul.list-inline li a , .teaching .client-info i 
 {
    color: #E79800 !important;
}
.teaching .order-box ul li a.place-order {
	color:#fff !important;
}
.teaching  .team-grid .team-image .team-grid-overlay , .teaching .portfolio .tt-overlay  {
    background-color:rgba(231, 152, 0, 0.7);
}
.teaching .order-box ul li a.place-order:hover {
	background:#cf8800 !important;
}
.teaching .team-grid:hover .team-content , .teaching .action-cart a, .teaching .side-bar .widget .tag_cloud a:hover , .teaching .order-box ul li a.place-order {
    background: #E79800 none repeat scroll 0 0 !important;
}
.teaching .parallex-small {
    background: #E79800 none repeat scroll 0 0;
}
.teaching  .list-view-content .shop-info {
	border-top:none !important;
}
.teaching .shop-info {
    border-top: 2px solid #E79800;
}
.teaching .add-buttons .btn-add:hover , .teaching  .clients-bg  {
    background: #E79800 none repeat scroll 0 0;
}
.teaching li.post-date{
	color:#777;
}
.teaching .action-cart a {
	color:#fff !important;
}
.teaching .owl-theme .owl-controls .owl-page span{
	background: #E79800;
}
.teaching  .client-logo {
    border-right: 1px solid #cf8800;
}
.teaching .footer-title::after {
    background: #E79800 none repeat scroll 0 0;
}
.teaching a:hover, .teaching a:focus {
    color: #E79800;
}
.teaching ul.side-bar-list li a:hover, .teaching ul.side-bar-list li.active a, .teaching .toch-button:hover, .teaching .toch-button.toch-add-cart, .teaching .toch-menu ul li a:hover, .teaching .toch-menu ul li.active a:hover {
    background: #E79800 none repeat scroll 0 0;
    color: #ffffff !important;
}
.teaching .filterArea .btn-group .btn-default:hover, .teaching .filterArea .btn-group .btn-default.active , .teaching ul#filter.filter-square li.active , .teaching ul#filter.filter-square li:hover ,.teaching .post-social ul li a:hover{
    background-color: #E79800;
    border-color: #E79800;
}

.teaching .side-bar .widget h2::before , .teaching .custom-heading h2::before {
    background-color: #E79800;
}
.teaching .side-bar .widget ul li a:hover {
    color: #E79800;
}
.teaching .product-price {
	color: #777 !important;
}
.teaching  .pagination > .active > a:hover, .teaching  .pagination li:hover > a, .teaching .pagination > .active > a {
    background-color: #E79800;
    border-color: #E79800 !important;
    color: #fff !important;
}
.teaching .tabs-container .nav-tabs > li > a {
	 background-color: #E79800;
}
.teaching .tabs-container .nav.nav-tabs li.active a, .teaching .tabs-container .nav > li > a:focus, .teaching .tabs-container .nav > li > a:hover {
    background: #cf8800 none repeat scroll 0 0;
    border-bottom: 10px solid #E79800;
}
.teaching .services .services-grid-3 i, .teaching .services .services-grid-3 .content-area h4, .teaching .services .services-grid-3 .content-area p {
	color:#fff;
}
.teaching .app-downloads i 
{
	 color: #cf8800;
}


/* =-=-=-=-=-=-= Responsive Quries =-=-=-=-=-=-= */

@media (min-width: 1280px) and (max-width: 1599px) {
.home-tabs {
	margin-top: 24px;
}
.service-4-container .service-4-info {
	padding: 40px 40px 0;
}
}

@media (min-width: 768px) and (max-width: 1279px) {
.header-area .logo-bar .info-box {
	margin-left: 30px;
	padding-left: 40px;
}
.navigation-2 .navbar-default .navbar-nav > li > a {
	font-size: 13px;
}
.navigation-2 a.btn-primary {
	font-size: 14px;
	letter-spacing: 0;
	padding: 21px 18px;
}
.navigation .navbar-nav {
	margin-top: 0 !important;
}
.navigation .navbar-brand {
	padding: 0 !important;
}
.navigation .navbar-right {
	float: left !important;
}
.navigation .navbar-right .dropdown-menu {
	left: 0;
	right: auto;
	top: 70px;
}
.testimonial-grid {
	padding: 0;
}
.home-tabs {
	margin-top: -60px;
}
.navigation-2 a.btn-primary {
	padding: 21px 15px;
}
.contact-email {
	display: none !important;
}
#services .owl-prev {
	left: 0;
	position: absolute;
	top: 35%;
}
#services .owl-next {
	position: absolute;
	right: 0;
	top: 35%;
}
#clients .owl-prev,  #testimonials .owl-prev {
	left: 0;
	position: absolute;
	top: 35%;
}
#clients .owl-next,  #testimonials .owl-next {
	position: absolute;
	right: 0;
	top: 35%;
}
.clients-grid {
	display: table !important;
	margin: 0 auto !important;
}
#clients .item {
	display: table !important;
	margin: 0 auto !important;
}
.slider-caption h1 {
	font-size: 48px;
	letter-spacing: 0;
	line-height: 35px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.slider-caption p {
	font-size: 16px;
	margin-bottom: 20px;
}
.slider-caption .btn {
	padding: 15px 25px;
}
.quote .quotation-box {
	margin-top: 0;
}
.no-extra {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.parallex-text h4 {
	font-size: 25px;
	line-height: 36px;
}
.parallex-small .btn {
	margin-top: 10px !important;
}
.our-gallery {
	margin-top: 40px;
}
.post-bottom {
	margin: 0;
}
.tabs-container .nav.nav-tabs li {
	height: 180px;
}
.tabs-container .nav.nav-tabs li.active a {
	height: 200px;
}
.intro-caption .section-title {
	font-size: 30px;
}
.margin {
	clear: both;
	position: relative;
	margin-bottom: 30px;
}
.side-bar {
	margin-top: 30px;
	clear: both;
}
h5.count-title {
	font-size: 14px;
}
.counter-box .counter-stats {
	font-size: 45px;
}
.about-image img {
	width: 100%;
}
.client-img {
	float: left;
	width: 26%;
}
.service-4-container .service-4 {
    width: 100%;
}
.service-4-container .service-4-info {
    padding: 155px 60px 0;
}
	/* .transparent-header .navigation-2 .navbar-default .navbar-nav > li {
	    padding: 10px 0px; */
}
.transparent-header .navigation-2 .navbar-default .navbar-nav > li > a {
	padding:0;
}
.transparent-header .navigation-2 .navbar-default .btn {
    font-size: 12px;
    margin-top: 5px;
    padding: 10px;
}
	.transparent-header .navigation-2 .navbar-default .navbar-header img {
    max-height: 70px;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
}
}

@media screen and (max-width: 600px) {
.section-padding {
	padding: 70px 0;
}
.section-padding-140 {
	padding: 140px 0;
}
.section-padding-100 {
	padding: 100px 0;
}
.section-padding-80 {
	padding: 80px 0;
}
.section-padding-70 {
	padding: 70px 0;
}
.section-padding-60 {
	padding: 60px 0;
}
.section-padding-40 {
	padding: 40px 0;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-top-45 {
	padding-top: 45px
}
.padding-top-60 {
	padding-top: 60px;
}
.padding-top-70 {
	padding-top: 70px;
}
.padding-top-80 {
	padding-top: 80px;
}
.padding-top-100 {
	padding-top: 100px;
}
.padding-top-120 {
	padding-top: 120px;
}
.padding-top-140 {
	padding-top: 140px;
}
.padding-bottom-120 {
	padding-bottom: 120px;
}
.padding-bottom-100 {
	padding-bottom: 100px;
}
.padding-bottom-80 {
	padding-bottom: 80px;
}
.padding-bottom-60 {
	padding-bottom: 60px!important;
}
.padding-bottom-40 {
	padding-bottom: 40px!important;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
}

@media (min-width: 320px) and (max-width: 767px) {
.top-bar .left-text {
	display: none;
}
.social-icons {
	float: none !important;
	text-align: center;
}
.social-icons ul li a {
	border-top: 1px solid #EAEAEA;
	margin-left: -4px;
}
.header-area .logo-bar .info-box {
	margin-left: 3px;
	margin-bottom: 15px;
}
.header-area .logo-bar .information-content {
	margin-top: 15px;
}
.navbar-nav {
	margin: 0 !important;
}
.navbar-nav .dropdown-menu li a {
	line-height: 40px !important;
	height: 50px;
}
.navigation-2 a.btn-primary {
	float: none !important;
	display: block;
}
.navigation-2 #main-navigation .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navigation .navbar-toggle {
	position: absolute;
	padding: 9px 10px;
	top: 33px !important;
	margin-right: 15px;
	background-color: #ddd;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	right: 0;
}
/* #main-navigation */ .dropdown-menu > li > a {
	color: #000 !important;
}
.navigation .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.slider-grids .tt-slider-small-text {
	display: none !important;
}
.slider-grids .tt-slider-subtitle {
	font-size: 18px !important;
}
.error-text {
	font-size: 175px;
	margin-bottom: 0;
}
.error-title {
	font-size: 21px;
}
.page-heading h2 {
	color: #fff;
	font-size: 24px;
}
.breadcrumbs {
	display: none;
}
.breadcrumbs-area {
	padding: 30px 0;
}
.parallex-text h4 {
	font-size: 23px;
	text-align: center;
	line-height: 36px;
}
.parallex-small .btn {
	margin-top: 10px !important;
}
.parallex-button {
	text-align: center;
}
.more-about a.btn {
	display: block;
}
.btn-lg {
	letter-spacing: 1px;
	padding: 10px 25px;
}
.no-extra {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.our-gallery {
	margin-top: 40px;
}
.custom-button {
	display: block;
	text-align: center;
}
.news-detail > h2 {
	font-size: 22px;
}
.post-like,  .post-comment,  .post-share {
	display: inline-block;
	margin-left: 5px;
}
.testimonial-grid {
	padding: 0 !important;
}
.clients-grid {
	display: table !important;
	margin: 0 auto !important;
}
#clients .item {
	display: table !important;
	margin: 0 auto !important;
}
.side-bar {
	margin-top: 30px;
	clear: both;
}
.product-detial-info {
	margin-top: 30px;
	clear: both;
}
.product-detial .nav-tabs > li {
	float: none;
	margin-bottom: -1px;
}
.product-detial .nav-tabs > li.active a {
	border-bottom: 1px solid #eee;
}
.blog-title {
	font-size: 17px;
}
.blog-content blockquote {
	padding: 10px 20px;
}
.blog-content blockquote p {
	font-size: 20px;
}
.main_title {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.post-bottom .tag_cloud a {
	font-size: 13px;
	padding: 0 10px;
}
.post-bottom .share-items {
	display: none;
}
.comment-info .author-desc {
	margin-left: 0;
}
.comment-list .children {
	list-style: outside none none;
	padding-left: 20px;
}
.post-bottom {
	margin: 0;
}
.home-tabs {
	margin-top: 30px;
}
.margin {
	clear: both;
	position: relative;
	margin-bottom: 30px;
}
.tabs-container .nav.nav-tabs li {
	width: 25%;
}
.tabs-container .nav-tabs > li > a .tab-image .icon {
	color: #fff;
	font-size: 50px;
	margin-top: 30px;
}
.tab-content {
	padding-top: 40px !important;
}
.tabs-container .nav.nav-tabs li.active {
	margin-top: 0;
}
.tabs-container .nav.nav-tabs li.active a {
	height: 114px;
}
.tabs-container .nav > li > a {
	padding: 5px;
}
.cart-detials .product-name {
	display: none;
}
.contact-image img {
	width: 100%;
	height: auto;
}
#architecture .center-block {
	margin-top: 30px;
}
.list-view {
	float: left;
	width: 100%;
	clear: both;
}
.list-view-content {
	width: 100%;
	clear: both;
}
.counter-seprator {
	width: 50%;
	margin-bottom: 30px;
	border-right: none;
}
h5.count-title {
	font-size: 14px;
}
.counter-box .counter-stats {
	font-size: 45px;
}
.about-content-area {
	padding: 50px 5px 30px;
}
.about-image img {
	width: 100%;
}
.header-area .border::after {
	background: none !important;
}
.tt-slider-small-text, .tt-btn {
	display: none;
}
.header-area .logo-bar {
	padding: 25px 0;
}
.information-content {
	display: none;
}
.client-img {
	float: left;
	width: 25%;
}
.panel-title a.collapsed {
	color: #191919;
	font-size: 14px;
}
.why-choose-us-2 {
	margin-top:0;	
}
.why-choose-us-2 .parallex-text h4 {
	text-align:left;	
}
.why-choose-us-2 .parallex-text p {
	margin-top:20px;
}
.service-4-container .service-4 {
    width: 100%;
}
.service-4-container .service-4-info {
    padding: 30px 15px 0;
}
.service-4-container .service-4-info .btn {
	padding: 8px 10px;
}
.service-4-container .service-4-info p {
    margin-bottom: 20px;
	font-size:14px;
}
	.transparent-header {
    background: #fff none repeat scroll 0 0;
    position: relative;
}
.transparent-header .navigation-2 {
    background: #fff none repeat scroll 0 0;
}
.transparent-header .navigation-2 .navbar-default .navbar-nav > li > a {
	color:#191919 !important;
	padding:0;
}
.transparent-header .navigation-2 .navbar-default .navbar-nav > li {
    padding: 15px 18px;
    margin: 0;
}
 
 
 .transparent-header .navigation-2 .navbar-default .navbar-nav .dropdown-menu li  {
   border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
 
.transparent-header .navigation-2 .navbar-default .navbar-nav .dropdown-menu li a {
    color: #191919 !important;
	font-size:13px;
}
.transparent-header .navigation-2 .navbar-default .navbar-nav .dropdown-menu li a:hover {
    color: #fff !important;
	font-size:13px;
}
.app-info-container h1 {
    color: #fff;
    font-size: 24px;
}
.app-info-container p {
    color: #fff;
    font-size: 14px;
}
.app-info-container li {
	margin-right:0;
	padding:10px 0;	
}
.app-downloads .btn-light {
	display:block;
}

}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
}
