/*
Theme Name: Turbomotive
Theme URI: https://wordpress.org/themes/turbomotive/
Author: Turbomotive
*/
@font-face {
	font-family: 'stainy_personal_use_onlyRg';
	src: url('fonts/stainy_personaluseonly-webfont.eot');
	src: url('fonts/stainy_personaluseonly-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/stainy_personaluseonly-webfont.woff2') format('woff2'),
        url('fonts/stainy_personaluseonly-webfont.woff') format('woff'),
        url('fonts/stainy_personaluseonly-webfont.ttf') format('truetype'),
        url('fonts/stainy_personaluseonly-webfont.svg#stainy_personal_use_onlyRg') format('svg');
	font-weight: normal;
	font-style: normal;
}
a:hover, a:active, a:focus {
	outline: 0
}
h1, h2, h3, h4, h5, h6 {
	margin: 0
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #ff4300;
}
body {
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: url(images/bg-1.jpg) no-repeat fixed;
	background-size: cover;
}
.widget-text {
	    color: #fff;
    margin: 0px 0px 0px -14px;
	}
/**header css start here****/
header {
	margin-top: 15px;
}
ul {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
.logo {marign-left:30px;}
.logo img{
    margin: 0 auto;
}
.logo h3 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	font-style: italic;
	margin-bottom: 20px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
	margin-top: 10px;
}
.header-right h1 {
	background: -webkit-linear-gradient(#ff4c00, #ff0200);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 26px;
	color: #ff4300;
	font-weight: 600;
}
.header-right h2 {
	background: -webkit-linear-gradient(#ff4c00, #ff0200);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #ff4300;
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0;
}
.navbar.navbar-default.nav_outer {
	border: none;
	margin: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #000;
	background-color: #e7e7e7;
}
.navbar.navbar-default.nav_outer {
	background: transparent;
}
.navbar-collapse.collapse {
	padding: 0;
	border-radius: 10px;
}
.nav {
	text-align: center;
	border-radius: 8px;
	background: linear-gradient(#1c1c1c, #404040, #1c1c1c) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(#1c1c1c, #404040, #1c1c1c) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.nav li {
	border-right: 1px solid #ccc;
}
.nav li:last-child {
	border-right: 0px;
}
.nav li a {
	padding: 10px 30px;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.navbar-nav > li:hover {
	background: linear-gradient(#787979, #e4e5e6, #787979) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(#787979, #e4e5e6, #787979) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.navbar-nav > li a:hover {
	color: #000 !important;
}
.navbar-default .navbar-nav > li.current-menu-item a {
	background: linear-gradient(#787979, #e4e5e6, #787979) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(#787979, #e4e5e6, #787979) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color:#000!important;
}
.navbar-nav > li:hover:first-child {
	background: rgba(0, 0, 0, 0) linear-gradient(#787979, #e4e5e6, #787979) repeat scroll 0 0;
	border-radius: 8px 0 0 8px;
}
.navbar-nav > li:hover:last-child {
	background: rgba(0, 0, 0, 0) linear-gradient(#787979, #e4e5e6, #787979) repeat scroll 0 0;
	border-radius: 0 8px 8px 0;
}
.navbar-default .navbar-nav > li.current-menu-item:first-child a {
	background: linear-gradient(#787979, #e4e5e6, #787979) repeat scroll 0 0;
	background: -webkit-linear-gradient(#787979, #e4e5e6, #787979) repeat scroll 0 0;
	border-radius: 8px 0 0 8px;
}
.navbar-default .navbar-nav > li.current-menu-item:last-child a {
	background: rgba(0, 0, 0, 0) linear-gradient(#787979, #e4e5e6, #787979) repeat scroll 0 0;
	border-radius: 0 8px 8px 0;
}
/***********************/

/****slider css start here******/
.tp-caption.fade.start > h2 {
    color: #ff4300;
    font-weight: 600;
	font-size:26px;
}
.tp-caption.fade.start > p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 40px;
	line-height: 22px;
}
.tp-bannertimer {
    display: none;
}
.tp-bullets{
	display:none;
}
.slider {
	padding: 10px 0 30px;
}
.slider_caption {
	margin-top: 65px;
}
.slider_caption > h2 {
	color: #ff4300;
	font-weight: 600;
}
.slider_caption > p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	margin: 20px 0px 40px 0px;
}
.Find {
    background: rgba(0, 0, 0, 0) linear-gradient(#a3a3a3, #6b6b6c) repeat scroll 0 0;
    background: -webkit-linear-gradient(#676767, #545454) repeat scroll 0 0;
    color: #fff !important;
    font-weight: 600;
    padding: 12px 40px 12px 14px;
    position: relative;
    border-radius: 10px;
    width: 100%;
    font-size: 16px;
}
.Find:hover {
	background: linear-gradient(#6b6b6c, #a3a3a3) repeat scroll 0 0;
	background: -webkit-linear-gradient(#6b6b6c, #a3a3a3) repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
}
.Find:after {
	background: rgba(0, 0, 0, 0) url("images/find.png") no-repeat scroll 0 0;
	content: "";
	height: 35px;
	position: absolute;
	right: 0;
	top: 12px;
	width: 26px;
}
/*****end here**************/

/*****home service css start here******/
#services {
	padding: 30px 0 15px;
}
.home_services {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 10px 0;
	margin: 0 15px;
}
.services.border {
	border-right: 1px solid #7d7d7d;
}
.services h2 {
	color: #ffffff;
	font-size: 20px;
	margin: 0px 0 10px -15px;
}
.services p {
	color: #ffffff;
}
/***end here*****/



/*********contact page css start here*************************/
.contact-area {
	margin-top: 30px;
}
.contact-area h1 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.contact-area iframe {
	padding: 0 60px 0 0;
}
.contact-area h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.contact-area p {
	color: #FFF;
	font-size: 16px;
}
.form-control {
	border: medium none;
	border-radius: 0 !important;
	margin: 10px 0 24px;
}
textarea.form-control {
	height: 126px;
}
.btn.btn-primary {
	background: rgba(0, 0, 0, 0) linear-gradient(#ff4d00, #ff1400) repeat scroll 0 0;
	background: -webkit-linear-gradient(#ff4d00, #ff1400) repeat scroll 0 0;
	border: medium none;
	font-size: 18px;
	padding: 6px 25px;
	text-transform: uppercase;
	float: right;
	margin-bottom: 30px;
	border-radius: 8px;
}
.btn.btn-primary:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(#ff1400, #ff4d00) repeat scroll 0 0;
	background: -webkit-linear-gradient(#ff1400, #ff4d00) repeat scroll 0 0;
}
/********end here*************************/

/**************about page css start here**************/
.about {
	margin: 0 0 30px;
}
.about-area {
	margin-top: 30px;
}
.about-area h1 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.about-area p {
	color: #fff;
	font-size: 16px;
}
.about-area img {
	float: right;
	margin-top: 70px;
	border-radius: 30px;
}
/******************about css end here******************/

/****************gallery css start here**************/
.gallery {
	margin: 0 0 30px;
}
.gallery-area {
	margin-top: 30px;
}
.gallery-area h1 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.gallery-area img {
	width: 100%;
}
.gallery-area .img-box {
	margin: 30px 0;
	text-align: center;
}
/******************gallery css end here******************/

/****footer css start herer************/
.footer {
	margin: 0 0 30px;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #ff4300;
}
.footer hr {
	margin: 0;
}
.footer p {
	color: #bebebe;
	font-weight: 600;
}
.footer-nav {
	list-style: outside none none;
	width: 100%;
        padding: 0;
}
.footer-nav > li {
	display: inline-block;
}
.footer-nav a {
	text-transform:uppercase;
	color: #fff;
	padding: 0 20px;
}
.footer-nav a:hover {
	color: #ff0200;
	text-decoration: none;
}
.footer-nav a:last-child {
	padding-right: 0;
}
.footer hr {
	padding: 0 0 10px;
}

/****end here*****/

/*====new css====*/
.footer-logo {
    list-style: none;
    padding: 0;
    text-align: center;
}
.footer-logo li {
    display: inline-block;
    padding: 0 5px 0 0;
}
.footer-logo li img {
    width: 125px;
}
.footer-logo li:last-child {
    padding-right: 0;
}

/*====new css====*/


@media (max-width:1199px) {
.nav li a {
	padding: 10px 16px;
}
}

@media (max-width:990px) {

.logo {marign-left:0px;}
.logo img {
	margin: 0 auto;
}
.header-right {
	margin: 20px 0;
	text-align: center;
}
.nav li a {
	padding: 10px 26px;
}
.widget-text{clear:both;}
.footer {
	text-align: center;
}
.text-right {
    text-align: center;
}
.services img {
    width: 100%;
	padding: 0 0 10px;
}
}

@media (max-width:767px) {
.pull-right {
	float: none !important;
}
.navbar-collapse.collapse {
	padding: 0 15px;
}
.nav {
	border-radius: 0px;
}
.navbar-collapse.collapse {
	border-radius: 0px;
}
.nav li {
	border-right: 0px solid #ccc;
}
.navbar-nav > li:hover:first-child {
	border-radius: 0;
}
.navbar-nav > li:hover:last-child {
	border-radius: 0;
}

.navbar-default .navbar-nav > li.current-menu-item:first-child a{
	border-radius: 0px;
}
.navbar-default .navbar-nav > li.current-menu-item:last-child a{
	border-radius: 0px;
}
.navbar-nav > li:hover:last-child {
	border-radius: 0;
}
.slider_caption {
	text-align: center;
}
.services.border {
    border-right: 0px solid #7d7d7d;
}
.services {
	margin: 10px 0;
	text-align: center;
	border: none;
}
.services img {
	margin: 0 auto;
}
.about-area {
	text-align: center;
}
.about-area img {
	float: none;
	margin: 0 auto;
	padding: 20px 0 0;
}
.contact-area iframe {
	padding: 0;
	margin: 0 0 30px;
}
.footer-nav {
    padding: 0;
}
}

div.wpcf7-mail-sent-ok {
     color: #fff;
}
div.wpcf7-validation-errors {
    color: #fff;
}

.social {
    display: inline-block;
    text-align: right;
    margin: 0 15px 0 0;
}
.header-right {
    display: inline-block;
}
