@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@100;300;400;500;600;700&display=swap');
body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#051922;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight:bold;
}
.homepage {
	background:url(../images/homebg.jpg) repeat-x;
}
.navbar-toggler-icon {
    margin-top: 30px;
	margin-bottom:15px;
    background-image: url(../images/iconbar.png);
}
.header {
	transition: 0.2s;
}
@media (max-width:768px){
.header:hover {
	background-color:#000;
	opacity:85%;
	border-bottom:solid 1px #333;
}
}
.sticky {
	background-color:#000;
	opacity:85%;
	border-bottom:solid 1px #333;
	
}
.orange-text {
    color: #c3002f;
}
/* Add some content at the bottom of the video/page */
.content {
	background:#f5f5f5;
  	padding: 100px 0px;
	z-index:900;  	
}
.content hr{
	width: 50px;
    height: 2px;
    background-color: #c3002f;
    margin: 0 auto 30px auto;
	border:solid 1px #c3002f;
	opacity:100;
}
.content h1{
	font-weight:bold;
	font-size:2rem;
	padding-bottom:10px;
}
.content h3{
	font-weight:bold;
	font-size:2.5rem;
}
.content p, .ourvehicles p{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 1.8;
    color: #051922;
    margin: 0 0 1.25rem 0;
}
.content li, .ourvehicles li {
	font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 1.8;
    color: #051922;
}
.logo {
	max-width:150px;
	transition: 0.2s;
	padding:20px 0px 20px 0px;
}
.navbar {
	padding:0px;
}
.topmenu {
	margin-top:40px;
}
.topmenu a {
	color:#FFFFFF;
	font-weight:bold;
}
.topmenu a:hover{
	color:#e40202;
	font-weight:bold;
}
.topmenu .active a {
	color:#e40202;
}
.topmenu .nav-item {
	padding:0px 12px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	
}
.dropdown-menu{
	border-radius:0px;
	padding:0;
}
.dropdown-item {
	background:#000;
	padding:15px 15px;
	font-size:14px;
}
a.dropdown-item:hover {
	color:#000;
}
.booknow {
	color:#FFFFFF;
	border:solid 1px #FFFFFF;
	font-weight:bold;
	padding:15px 15px;
	margin-top:30px;
}
.booknow:hover {
	color:#c3002f;
	border:solid 1px #c3002f;
}
.topsmm {
	padding-top:40px;
	
}
.topsmm a{
	color:#FFFFFF;
	padding:5px;
}
.banner {
	padding-top:0px;
	padding-bottom:0px;
}
.carousel-caption {
	top:0;
	padding-top:20%;
	padding-left:12%;
	padding-right:12%;
}
.carousel-caption h5{
	font-size:3rem;
	color:#e40202;
}
.carousel-caption h5 span{
	font-size:4rem;
	color:#e40202;
}
.ourvehicles {
	background:#FFFFFF;
	padding:100px 0px;
}
.ourvehicles h2{
	font-weight:bold;
	font-size:2.5rem;
}
.ourvehicles hr{
	width: 50px;
    height: 2px;
    background-color: #c3002f;
    margin: 0 auto;
	border:solid 1px #c3002f;
	opacity:100;
}
.indtabs {
	border:solid 1px #ccc;
	padding:25px;
	border-radius:5px;
	transition: 0.2s;
	background:#FFFFFF;
}
.indtabs:hover {
	
}
.indtabs h5 {
	font-weight:bold;
}
.tabimg img{
	margin-bottom:15px;
	margin-top:15px;
}
.pgbottom {
	padding:110px 0px;
	background:url(../images/1.jpg) no-repeat right top;
	background-size:cover;
}
.pgbottominner {
	background-color: #000;
    text-align: center;
    opacity: 0.8;
    padding: 50px;
}
.pgbottom h3 {
	font-size:3rem;
}
.pgbottom h2, .pgbottom h4 {
	color:#FFFFFF;
}
.product-image {
    padding: 30px;
    padding-bottom: 0;
}
.aboutus {
	padding-top:10%;
	padding-bottom:10%;
}
.aboutus h2 {
	color:#e40202;
}
.aboutimg1 {
	background-image:url(../images/aboutus1.jpg);
	background-position:top right;
	background-size:cover;
}
.aboutimg2 {
	background-image:url(../images/aboutus2.jpg);
	background-position:right;
	background-size:cover;
}
.readmore{
	background-color: #c3002f;
	border:0;
	padding:10px 25px;
	text-decoration:none;
	color:#FFFFFF;
	border-radius:999px;
	padding:10px 20px;
	margin:10px 0px;
	font-size:14px;
}
.readmore:hover{
	color:#FFFFFF;
	background:#000;
}
.contactus h6 {
	color:#999999;
	font-size:14px;
}

.vertical.carousel .carousel-item {
    overflow: hidden;
}

.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
    transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
    transform: translateY(-100%);
}

.vertical.carousel .carousel-indicators {
    top: 0;
    left: unset;
    margin-left: unset !important;
    margin-right: 1rem;
    flex-direction: column;
}

.vertical.carousel .carousel-indicators [data-bs-target] {
    height: 30px;
    width: 3px;
}

.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
    width: 100%;
    height: 60px;
}

.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
    transform: rotateZ(90deg);
}

.vertical.carousel .carousel-control-next {
    top: unset;
    bottom: 0;
}
.contactform {
	padding:10% 10%;
	background:#333;
	border-radius:5px;
}
.contactform .form-control{
	margin-bottom:10px;
	padding:10px;
	border-radius:5px;
}
.contactus h4 {
	color:#e40202;
}
.footer-area {
	color:#FFFFFF;
	background-color: #051922;
	padding:50px 0px;
}
.footer-box h2 {
	font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #fff;
}
.footer-box hr{
	width: 20px;
    height: 2px;
    background-color: #c3002f;
	border:solid 1px #c3002f;
	opacity:100;
}
.footer-box p {
	line-height:1.8;
}
.copyrights {
	color:#FFFFFF;
	background-color: #051922;
    border-top: 1px solid #232a35;
}
.smm a{
	color:#FFFFFF;
}
.index-form {
	background:url(../images/formbg.jpg);
	padding:5%;
	margin-top:160px;
	border-radius: 3px;
}
.index-form h5{
	color:#FFFFFF;
	margin:0;
	padding:0 0 10px 0;
}
.form-control {
	border:0px;
	border-radius: 3px;
	font-size:16px;
	margin-bottom:5px;
}
.submit {
	background:#000000;
	color:#FFFFFF;
}
.footer-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-box.pages ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c3002f;
}
.footer-box.pages ul li {
    position: relative;
    padding-left: 20px;
	padding-bottom:15px;
}
.footer-box ul li a {
    color: #fff;
	text-decoration:none;
}
.footer-box ul li a:hover {
    color: #c3002f;
	text-decoration:none;
}
.pr-5 {
	padding-right:25px;
}
.list-box {
    letter-spacing: 0.5px;
	min-height:180px;
	margin:25px 0px 0px 0px;
}
.list-box .list-icon i {
    display: block;
    font-size: 24px;
    margin-right: 15px;
    color: #c3002f;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 60px;
    border: 2px #c3002f dotted;
    border-radius: 999px;
}
.single-latest-news {
    margin-bottom: 30px;
	box-shadow: 0 0 20px #dddddd;
}
.latest-news-bg {
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    background-color: #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.news-text-box {
    padding: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.news-text-box .read-more-btn{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

.news-bg-1 {
    background-image: url(../images/about-pic1.jpg);
}
.news-bg-2 {
    background-image: url(../images/about-pic2.jpg);
}
.news-bg-3 {
    background-image: url(../images/about-pic3.jpg);
}
.whatsapp {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 99;
    /* background-color: rgb(37, 211, 102); */
    border-radius: 50px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    width: 60px;
    height: 60px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(0 0 0) 0px 0px 25px -6px;
}
.breadcrumb-section {
    padding: 150px 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    padding-top: 200px;
}
.breadcrumb-section:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #07212e;
    z-index: -1;
    opacity: 0.8;
}
.breadcrumb-bg {
    background-image: url(../images/breadcrumb-bg.jpg);
}
.breadcrumb-text p {
    color: #c3002f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 7px;
}
.breadcrumb-text h1 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    margin-top: 20px;
}
.contact-form-wrap {
    background-color: #FBFBFB;
    padding: 45px 30px;
    border-radius: 5px;
}
.contact-form-box {
    padding-left: 40px;
    margin-bottom: 30px;
}
.contact-form-box h4 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}
.contact-form-box h4 i {
    position: absolute;
    left: -13%;
    color: #c3002f;
    top: 2px;
}
.services-form .form-control {
	font-size:14px;
	padding: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
	margin-bottom:1.25rem;
}

.location {
    background-color: #162133;
	padding:100px 0;
}
.location h3{
    color: #fff;
    font-size: 40px;
    margin: 0;
    font-weight: 600;
}
.location h3 i {
    color: #c3002f;
}
.single-product-item {
    -webkit-box-shadow: 0 0 20px #e4e4e4;
    box-shadow: 0 0 20px #e4e4e4;
    padding-bottom: 50px;
    border-radius: 5px;
	margin-bottom:30px;
	min-height:460px;
}
.single-product-item h3 {
	padding-top:30px;
}
.product-price {
	font-size:15px;
}
.product-price i{
	display:block;
	font-size:30px;
}
a.cart-btn {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    background-color: #c3002f;
    color: #fff;
    padding: 10px 20px;
	border-radius:999px;
	text-decoration:none;
}
a.cart-btn:hover {
	background-color: #000000;
    color: #c3002f;
}
.magnitebanner {
	background-color: #c3d2d4;
}