
/* -----------------------
    1.1. General CSS
----------------------- */
body {
	color: #666;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	line-height: 1.6;
}
section {
	padding: 75px 0;
}
/* -----------------------
    1.2. Typography 
----------------------- */

a {
	color: #960000;
}
a:hover{
	color: #960000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Barlow Condensed', sans-serif;
	line-height: 1.2;
	font-weight: 500;
	
}
h2 {
	font-size: 36px;
	margin-bottom: 20px;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}

/* ================================
    2. Master Color Setting
================================= */

/*----------------------------------
    2.1. Background Color Setting
----------------------------------*/

/*--------------------------------
   2.2 Text Color setting
--------------------------------*/


/*--------------------------------
   2.4 Hover Color setting
--------------------------------*/


/*================================
   3. COMMON CSS
================================*/


.bg-two-grey{
	background: #fff;
	position: relative;
}
.bg-two-grey::after{
	background: #eee;
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}
.bg-two-grey .container{
	position: relative;
	z-index: 2;
}
.bg-two-grey .col-md-6{
	padding-left: 40px;
	padding-right: 40px;
}
.table td, .table th{
	padding: 0.5rem 0.75rem;
}
/*================================
          4 Navbar
================================*/

.navbar {
	background: #060607 !important;
	padding: 0px 15px;
}
.nav-link {
	color: #fff !important;
    padding: 8px 15px !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar li a.active {
	color: #DAA520 !important;
}
.nav-background {
	    background: #fff !important;

	padding: 5px 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	margin-top: 0;
}
.nav-background a {
	color: #000 !important;
}
.navbar-brand img {
    width: 200px;
}
.logo-color {
	display: none;
}
.nav-background .logo-color {
	display: block;
}
.nav-background .logo-white {
	display: none;
}
.nav-phone{
	font-size: 20px;
	color: #fff941;
}


/*
headeer top
*/
.navbar-brand{
	width: 150px !important;
	padding-top: 12px;
    padding-bottom: 12px;
}
.topbar {
	background-color: #212529;
	padding: 0;
}
.topbar .container .row {
	margin: -7px;
	padding: 0;
}
.topbar .container .row .col-md-12 {
	padding: 0;
}
.topbar p {
	margin: 0;
	display: inline-block;
	font-size: 13px;
	color: #f1f6ff;
}
.topbar p > i {
	margin-right: 5px;
}
.topbar p:last-child {
	text-align: right;
}
header .navbar {
	margin-bottom: 0;
}
.topbar li.topbar {
	display: inline;
	padding-right: 18px;
	line-height: 52px;
	transition: all .3s linear;
}
.topbar li.topbar:hover {
	color: #1bbde8;
}
.topbar ul.info i {
	color: #131313;
	font-style: normal;
	margin-right: 8px;
	display: inline-block;
	position: relative;
	top: 4px;
}
.topbar ul.info li {
	float: right;
	padding-left: 30px;
	color: #ffffff;
	font-size: 13px;
	line-height: 44px;
}
.topbar ul.info i span {
	color: #aaa;
	font-size: 13px;
	font-weight: 400;
	line-height: 50px;
	padding-left: 18px;
}
ul.social-network {
	border: none;
	margin: 0;
	padding: 0;
}
ul.social-network li {
	border: none;
	margin: 0;
}
ul.social-network li i {
	margin: 0;
}
ul.social-network li {
	margin: 0 5px;
	border: 0px solid #2D2D2D;
	padding: 5px 0 0;
	display: inline-block;
	text-align: center;
	height: 32px;
	vertical-align: baseline;
	color: #000;
}
.social-network li a:hover {
    text-decoration: none;
    color: #ff8585;
}
.social-network li a i {
	font-size: 20px;
}
ul.social-network {
	list-style: none;
	margin: 8px 0 10px -25px;
	float: right;
}
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	will-change: opacity, transform;
	transition: .3s ease-out;
	color: #fff;
}
li {
	list-style-type: none;
}
/*================================
        2. Banner
================================*/
.jumbotron{
	background: url(../images/automobile1.jpg) center;
	font-family: 'Barlow Condensed', sans-serif;
	background-size: cover;
	color: #fff;
	font-size: 23px;
	position: relative;
	padding: 105px 0 120px;
	color: #98939f;
	margin: 0;
}
.jumbotron::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #000, rgba(0,0,0,1), rgba(0,0,0,.9), rgba(0,0,0,.1), rgba(0,0,0,.0));
}
.jumbotron .container{
	position: relative;
	z-index: 5;
}
.jumbotron h4{
	color: rgb(255, 65, 75) !important;
	font-size: 30px;
}
.jumbotron h1{
	font-size: 62px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 32px;
    margin-top: 15px;
}
.jumbotron h1::after {
    content: "";
    display: block;
    width: 57px;
    height: 4px;
    background: #fff941;
    margin-top: 33px;
}
.jumbotron p{
	margin-bottom: 40px;
}
.jumbotron .btn.xbtn{
	background: #4154ff;
    padding: 13px 40px;
    font-size: 21px;
    letter-spacing: 0px;
    border-radius: 30px;
    font-weight: 400;
	color: #fff;
}



.rapper-box .slider-area .single-slider{
/*	min-height: 600px;*/
	padding: 300px 0 250px;
}

.rapper-box .slider-area .single-slider h1{
	color: #fff;
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 700;
}
.rapper-box .slider-area .single-slider span{
	position: relative;
	color:  #ee3131;
	font-size: 45px;
	text-transform: uppercase;
	margin-left: 15%;
}
.rapper-box .slider-area .single-slider span::before{
	content: "";
	position: absolute;
	width: 70px;
	height: 4px;
	background: #ee3131;
	top: 45%;
    left: -30%;

}
.rapper-box .slider-area .single-slider p{
	color: #fff;
}



.xbtn{
	padding: 8px 16px;
    font-size: 13px;
    border-radius: 5px;
    letter-spacing: 2px;
	border: none;
}
.xbtn, .xbtn:hover, .xbtn:active, .xbtn:focus, 
.xbtn:not(:disabled):not(.disabled).active, .xbtn:not(:disabled):not(.disabled):active, .show>.xbtn.dropdown-toggle
{
	background-color: #ee3131;
	border-color: #960000;
	box-shadow: none !important;
}
.btn-lg.xbtn{
	padding: 8px 16px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	border: none;
}
.xbtn.btn-outline-light{
	font-size: 13px;
	color: #fff;
	background: #3C3E4E;
    border: none;
	border-radius: 5px;
    padding: 8px 16px !important;
	box-shadow: none !important;
}
.btn-outline-light:hover{
	color: #fff;
}


/* BG LEFT GRAIDENT PART */
.bg-left-gradient{
	background: url('../images/001.jpg');
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	color: #fff;
}
/*
.bg-left-gradient h2,
.bg-left-gradient .table{
	color: #fff;
}
.bg-left-gradient::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0.7), rgba(0,0,0,.4));
}
.bg-left-gradient .container{
	position: relative;
	z-index: 2;
}
.bg-left-gradient .col-md-6{
	padding-left: 50px;
	padding-right: 50px;
}
*/

/* =========================
    Service
========================= */
.service {
	background: linear-gradient(150deg, #0219eb 0%,#d5000b 100%);
	color: #fff;
	padding-bottom: 175px;
}
.service-head h3 {
	text-transform: uppercase;
	font-weight: 700;
}
.service-head span {
	color: #fff941;
}
.service .card {
	background: none;
	border: solid 4px #fff;
	border-radius: 5px;
	transition: 0.5s;
}
.service .card-body h5 {
	color: #fff941;
	text-transform: uppercase;
	margin: 0;
}
.service .card-body i {
	color: #fff;
	font-size: 35px;
    margin-bottom: 20px;
	transition: all linear 0.5s; 
}
.service .card .card-body:hover  i{
	color: #fff;
}
.service .card:hover {
	transform: scale(1.05);
}
.service .card .card-body:hover h5{
	color: #fff !important;
}

/* =========================
    About
========================= */
.about {
	position: relative;
}
section.about::before {
    content: "";
    display: block;
    width: 47%;
    height: 110%;
    background: url(../images/car1.jpg);
    position: absolute;
    left: 0;
    top: -10%;
    background-size: cover;
    border-bottom-right-radius: 60px;
}
/*
.overly::after {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-color: #EE3131;
	opacity: 0.8;


}
*/
.about h2 {
	font-size: 35px;
	text-transform: uppercase;
}
.about-details h5{
	font-size: 30px;
	margin-bottom: 25px;
}
.about-details span {
	color: #EE3131;
}

/* =========================
    Contact Page
========================= */
.contact{
	background: #fafafa;
}
.contact .media i {
	background: #EE3131;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
	color: #fff;
}
.contact .media h5 {
	font-size: 15px;
}
.sign-up{
	background: #fafafa;
	padding-top: 200px;
}
section.contact{
	background: #000;
	color: #fff;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 18px;
	line-height: 1.7;
}
.contact h5{
	font-size: 28px;
	margin-bottom: 10px;
	color: #FFF941;
}
.contact-form .form-control{
	padding: 24px 20px;
	border-radius: 26px;	
}
.contact-form .btn-submit{
	background: #ff414b;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 40px;
    padding: 12px 40px;
    font-weight: 500;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.contact-form label {
    font-size: 20px;
    font-weight: 400;
}
.form-group {
    margin-bottom: 1.5rem;
}
/* =========================
    Footer
========================= */
.footer {
	background: #111;
	color: #aaa;
	padding: 50px 0 55px;
    font-size: 16px;
}
.footer a{
	color: #777;
	text-decoration: underline;
}
.footer-widget{
	padding: 20px 0 30px;
}
.copyright{
	border-top: solid 1px rgba(255,255,255,0.1);
	padding: 25px 0 20px;
}