/*---- Top Header contacts and Social media links ---- */

.header-contact {
    background-color: rgb(20, 57, 131);
    padding: 5px;
    font-size: 12px;
	
}

.header-contact .contacts .contact-links,
.header-contact .contacts .contact-links a,
.social-links .social-link {
    color: white;
    text-decoration: none;
    /* padding-left: 10px; */
    font-size: 13px;
	
}

.header-contact .contacts {
    text-align: center;
}

.header-contact .contacts .contact-links i {
    padding-right: 5px;
}

.social-links .social-link {
    padding-left: 20px;
	
}

.social-links .social-link a {
    text-decoration: none;
    color: white;
}

.social-links {
    text-align: right;
}

/* .header-contact .contact-1 {
	height: 100%;
	background-color: white;
	clip-path: polygon(0% 0%, 96% 0%, 100% 100%, 0% 100%);
    }
	
    .header-contact .contact-2 {
	height: 100%;
	background-color: white;
	clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
} */

/* 
    #c1 {
	background-color: rgb(243, 240, 240);
    }
	
    .header-contact i {
	color: white;
	font-size: 15px;
} */


/*---- Naviagtion bar ----*/

* {
    padding: 0px;
    margin: 0px;
}


body {
    background-color: rgb(255, 255, 255);
}

.navigation-bar {
    background-color: rgb(211, 55, 55);
    position: sticky;
    top: 0;
    z-index: 11;
}

.navbar {
    clip-path: polygon(0% 0%, 90% 0%, 86% 100%, 0% 100%);
    width: 85%;
	
    z-index: 8;
    /* color: red; */
    box-shadow: 1px 1px 0px 1px red;
    border-bottom: 2px solid rgb(211, 55, 55);
	
}

.navigation-bar .nav-link {
    color: rgb(6, 15, 68);
	
	
	
    &:hover {
	/* background-color: skyblue; */
	transform: scale(1.2);
	transition: .5s;
	color: rgb(249, 16, 16);
}
}

.nav-link {
    margin: 0px 20px 0px 20px;
}

.phone .nav-phone {
    color: white;
    text-decoration: none;
    /* justify-content: end; */
    float: right;
    position: relative;
    bottom: 50px;
    right: 60px;
    z-index: 10;
}

.phone a i {
    margin-right: 30px;
    background-color: white;
    color: rgb(211, 55, 55);
    padding: 10px;
    border-radius: 50%;
    box-shadow: 1px -1px 10px 1px rgb(190, 130, 130);
	
	
}



/* Footer Styles */

.copyrights {
    background-color: transparent;
    color: white;
    /* width: 800px; */
    padding: 8px;
    /* text-align: left; */
    /* margin: auto; */
}

.copy .copyrights .copy-rights-left {
    text-align: left;
}

.copy .copyrights .copy-rights-right {
	
    text-align: right;
}

.copy .copyrights .copy-rights-right a {
    color: lightblue;
    text-decoration: none;
    font-weight: 600;
}

.icon a>i {
    text-decoration: none;
    background-color: white;
    color: #000851;
    /* border-radius: 50%; */
    width: 40px;
    height: 40px;
    font-size: 23px;
    /* padding: 13px; */
    margin-left: 10px;
    border-radius: 50%;
    padding: 10px;
	
    &:hover {
	background-color: #000851;
	color: white;
	transform: translateY(-5px);
	transition: .5s;
}
}

.icon {
    margin-left: 0px;
}

.footer {
    /* background-color: rgb(240, 61, 61); */
	
    background-image: linear-gradient(90deg, #1CB5E0 0%, #000851 100%);
    color: white;
    /* margin-top: 30px; */
    position: relative;
    bottom: 0;
    /* background-image: url('footer-bg-3.jpg');        */
	
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('footer-bg-3.jpg'); */
	
    /* 
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
	*/
	
	
}

.footer-1 h3 {
    /* text-decoration: underline; */
    border-bottom: 2px solid white;
    display: inline-block;
    padding-bottom: 8px;
    font-size: 20px;
}

.quick-links .q-link-ul {
    list-style: none;
    text-align: left;
    padding: 0px;
}

.quick-links .q-link-ul li a {
    text-decoration: none;
    list-style: none;
    color: white;
    display: inline-block;
    padding-top: 10px;
    position: relative;
	
	
}

.quick-links .q-link-ul li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: white;
    transition: width 0.4s ease;
}

.quick-links .q-link-ul li:hover a::after {
    width: 100%;
}


.vehical-types li {
    list-style: none;
    margin-top: 10px;
}

.footer-contact a {
    text-decoration: none;
    color: white;
    display: block;
    /* margin-top: 20px; */
    font-size: 16px;
    /* text-align: center; */
}

.footer-contact .foot-contacts span a {
    /* width: 300px; */
    padding-left: 10px;
}

.footer-contact .foot-contacts span i {
    padding-top: 5px;
}

.footer-contact .foot-contacts i {
    /* padding-right: 15px; */
    font-size: 20px;
	
}

.foot-contacts {
    margin-top: 10px;
}

.foot-about {
    padding-right: 20px;
}


/* Slider content */

/* .slider-content{
	
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 37%;
	text-align: center;
    }
    .slider-content .slider-content-p{
	font-size: 20px;
	color: white;
    }
	.slider-content .slider-content-h1{
	color: rgb(151, 6, 6);
	color: white;
	font-size: 50px;
	font-weight: 800;
	letter-spacing: 3px;
	text-shadow:1px 1px 10px black, -1px -1px 10px black;
} */


/* Slider Styles*/

/* .home-slider button{
	height: 90%;
	bottom: 0;
	margin-top: 20px;
	
} */

/* .home-slider{
	z-index: 5;
    }
    .home-slider img {
	margin-top: 0;
	
	width: 100%;
	height: 600px;
} */



/* About Company Home Page */

.home-about-com {
    background-color: rgb(235, 235, 235);
    padding: 50px 50px;
}

.home-about-com .h-about-left {
    padding-right: 10px;
}

.home-about-com .h-about-left .h-about-p p {
    text-align: justify;
}

.home-about-com .h-about-right img {
    width: 100%;
    border-top-left-radius: 10%;
    border-bottom-right-radius: 10%;
    margin-top: 50px;
}

.home-about-com .h-about-left .h-about {
    color: rgb(222, 62, 9);
    font-weight: 600;
    font-size: 25px;
	
}

.home-about-com .h-about-left .h-about-h2 h2 {
    color: rgb(42, 148, 189);
    font-weight: 700;
	
}

.home-about-com .h-about-left .h-about-p p {
    color: gray;
    font-weight: 700;
}

.home-about-com .h-about-left .since-year .h-about-since-h1 h1 {
    color: rgb(198, 64, 64);
    font-weight: 900;
    text-align: end;
    font-size: 50px;
}

.home-about-com .h-about-left .h-about-since p {
    color: rgb(4, 22, 113);
    font-weight: 700;
    text-align: end;
    font-size: 18px;
    margin-bottom: 0px;
}


/* Services Home page */

.services-home {
    background-color: #eae8e8;
    /* padding: 10px; */
}

.services-home .service-home-h3 {
    color: rgb(42, 148, 189);
    text-align: center;
    margin-bottom: 30px;
}

/* .services-home .service-home-div-1,
    .services-home .service-home-div-2,
    .services-home .service-home-div-3 {
	justify-content: center;
	margin-left: 10px;
} */

.services-home .service-home-div-1 .card,
.services-home .service-home-div-2 .card,
.services-home .service-home-div-3 .card {
    /* margin-left: 20px; */
    width: 18rem;
    text-align: center;
    color: rgb(211, 55, 55);
    font-weight: 800;
    font-size: larger;
    box-shadow: 1px 1px 10px 5px gray;
    background-color: #ffffff;
    margin: 20px 0px;
	
    &:hover {
	transform: scale(.9);
	transition: .4s;
	
}

}



.services-home img {
    height: 350px;
}

.view-service-home {
    margin-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}

.view-service-home button {
    background-color: rgb(222, 62, 9);
    border: none;
    font-weight: 800;
	
    &:hover {
	
	color: rgb(222, 62, 9);
	border: 2px solid rgb(222, 62, 9);
	background-color: white;
	transition: .2s;
	transform: scale(1.1);
}
}

.services-home a {
    text-decoration: none;
    color: rgb(211, 55, 55);
}






/* Header and Footer Media Query for Mobile view */

@media screen and (max-width:991px) {
	
    /* Header */
	
    .header-contact,
    .phone {
        display: none;
	}
	
    .navbar {
        clip-path: none;
        width: 100%;
	}
	
    .navigation-bar h3 {
        font-size: 20px;
        color: #000851;
	}
	
    .navigation-bar .nav-link {
        &:hover {
		transform: none;
		transition: none;
		color: rgb(249, 16, 16);
	}
	
	
}

/* Footer */

.quick-links {
	margin-left: 0px;
}

.icon a>i {
	font-size: 20px;
	
}

.footer-1 h3 {
	margin-top: 20px;
	font-size: 20px;
}

.copyrights {
	font-size: 10px;
}

.copy .copyrights .copy-rights-left,
.copy .copyrights .copy-rights-right {
	text-align: center;
}


.footer-contact .foot-contacts span a {
	font-size: 16px;
}

.footer-contact .foot-contacts span i {
	font-size: 16px;
}

.footer {
	padding-left: 20px;
}

/* Home Slider */

.home-slider img {
	height: 50%;
	width: 100%;
	
}


/* About Company Home Page */

.home-about-com {
	background-color: rgb(235, 235, 235);
	padding: 10px 10px;
}

.home-about-com .h-about-left {
	padding-right: 0px;
	
	
}

.home-about-com .h-about-left .h-about {
	color: rgb(222, 62, 9);
	font-size: 16px;
	
}

.home-about-com .h-about-left .h-about-h2 h2 {
	color: rgb(42, 148, 189);
	font-weight: 500;
	font-size: 22px;
	
}

.home-about-com .h-about-left .h-about-p p {
	color: gray;
	font-weight: 500;
}

.home-about-com .h-about-left .since-year .h-about-since-h1 h1 {
	color: rgb(198, 64, 64);
	font-weight: 900;
	text-align: center;
	font-size: 50px;
}

.home-about-com .h-about-left .h-about-since p {
	color: rgb(4, 22, 113);
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	margin-bottom: 0px;
}

.home-about-com .h-about-right img {
	width: 100%;
	border-radius: 10%;
	margin-top: 10px;
}

/* Services Home */

.services-home .service-home-h3 {
	color: rgb(42, 148, 189);
	text-align: center;
	margin: 0px;
}

.card {
	width: 16rem;
	padding: 0;
	
}

.services-home img {
	height: 250px;
	
}

.services-home .service-home-div-1,
.services-home .service-home-div-2,
.services-home .service-home-div-3 {
	margin-top: 40px;
}

.services-home a {
	text-decoration: none;
	color: rgb(211, 55, 55);
}
}

/* Media query for laptop view */

@media screen and (min-width:769px) {
    .navigation-bar .navbar-nav .nav-link-mb {
        display: none;
	}
}

.carousel-inner {
	overflow: visible !important;
}


#carouselExample .carousel-inner img
{
	height:580px !important;
}


#carouselExample1 .carousel-inner img
{
	height:400px !important;
}

@media screen and (max-width: 440px) 
{
	
	#carouselExample .carousel-inner img
	{
		height:200px !important;
	}
	
	#carouselExample1 .carousel-inner img
	{
		height:250px !important;
	}
}		