@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body
{
	font-family: 'Montserrat', sans-serif;
}

a:hover
{
	text-decoration: none;
}

.text-theme{color: #292929;}
.small-font{font-size: 14px;}
.bold-500{font-weight: 500;}
.bold-600{font-weight: 600;}
.bold-700{font-weight: 700;}
.bold{font-weight: 900;}
.font-Montserrat{font-family: 'Montserrat', sans-serif;}

.bg-000{background: #000}
.bg-fff{background: #fff}
.bg-theme{background: #e31d3b}
.color-theme{color: #e31d3b}
.ptb-100{padding: 100px 0;}
.ptb-80{padding: 80px 0;}
.pt-80{padding-top: 80px;}
.ptb-60{padding: 60px 0;}
.ptb-50{padding: 50px 0;}
.p-60{padding: 60px;}
.p-70{padding: 70px;}
.p-80{padding: 80px;}
.mt-70{margin-top: 70px;}
.mt-60{margin-top: 60px;}
.mt-50{margin-top: 50px;}


/*Preloader*/

 #overlayer {
    width:100%;
    height:100%;  
    position:fixed;
    z-index:99999;
    background:#5B5A5A;
    top: 0;
  }
  .loader {
  display: inline-block;
  /*width: 300px;  */
  position: fixed;
  z-index: 9999999;  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader img
{
  width: 500px; 
}
#preloader
{
  display: block;
  transition: 4s; 
}
.h100{
  height: 100%;
}

  .loader-bar
  {
    border-top: 5px solid #e31d3b;    
    animation: loaderanimate 2s linear;
    position: relative;    
    z-index: 9999!important; 
  }
  @keyframes loaderanimate
  {
    from{
      width: 0%;   
    }
    to{
      width: 100%;
      display: none;      
    }
  }

 @media only screen and (max-width: 560px)
 {
  .loader img
  {
    width: 100%;
  }
 }
/*end Preloader*/

/*header*/
header .navbar-expand-md 
{
	align-items: flex-start;
}
#collapsibleNavbar .navbar-nav 
{
	padding-right: 15px;
	width: 100%;
}
header .navbar-expand-md .navbar-brand,
header .navbar-expand-md .navbar-nav .nav-link
{
	padding: 15px;
	color: #727272;	
}
header .navbar-expand-md .navbar-nav .nav-link
{
	font-size: 14px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	position: relative;
  margin-top: 15px;
}
header .navbar-expand-md .navbar-nav .nav-link:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	height: 80%;
	width: 100%;
	background-color: transparent;
	border: 2px solid #e31d3b;
	transform: scale(0);
	transition: 0.3s;
}
header .navbar-expand-md .navbar-nav .nav-link:hover:before
{
	transform: scale(1);
	transform-origin: center;
}
header .navbar-expand-md .navbar-nav .nav-link:hover
{
	color: #e31d3b;
}
header .dropdown-item 
{
	font-size: 14px;
	font-weight: 500;	
}
header .dropdown-item:hover
{
	background-color: #e31d3b;
	color: #fff;
}

/*banner*/
#banner
{
	width: 100%;
	height: 100vh;
}
#banner .carousel-inner img
{
	height: 100vh;
}
#banner .carousel-item
{
	    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#banner .carousel-caption
{
	right: inherit;
	bottom: inherit;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
}
#banner .overlay
{
	background-color: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
}
#banner .banner-heading
{
	font-size: 70px;
	text-transform: uppercase;
}
#banner .banner-tagline
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 25px;
}

/*end banner*/

#about-us, #awards, #our-services, #service-details, #testimonials, #contact
{
	background: #000;
	color: #fff;
}


.section-heading
{
	font-size: 35px;
    line-height: 37px;
    font-weight: 600;
    color: #fff !important;
    text-transform: uppercase;
}
#about-us .text-details
{
    position: relative;
    top: 50%;
    transform: translate(10px, -50%);
    padding: 0 70px;
}
#about-us p
{
	font-size: 20px;
	font-weight: 400;
}



/*awards section */

.main-timeline {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.main-timeline .timeline {
  width: calc(50% + 58px);
  border-top: 2px solid #fff;
  float: left;
  position: relative;
  z-index: 1;
}
.main-timeline .timeline a {
  text-decoration: none;
}
.main-timeline .timeline:before {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: -5px;
  right: 0;
}
.main-timeline .timeline-content {
  color: #fff;
  text-align: center;
  padding: 15px 80px 15px 10px;
  display: block;
  position: relative;
}
.main-timeline .timeline-content:hover {
  text-decoration: none;
}
.main-timeline .timeline-content:before {
  content: "";
  background: #00a6f9;
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50px;
}
.main-timeline .timeline-year {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: -15px;
}
.main-timeline .title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.main-timeline .description {
  font-size: 14px;
  margin: 0;
}
.main-timeline .timeline:nth-child(even) {
  float: right;
}
.main-timeline .timeline:nth-child(even):before {
  right: auto;
  left: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 15px 10px 15px 80px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
  right: auto;
  left: 51px;
}
.main-timeline .timeline:nth-child(even) .timeline-year {
  right: auto;
  left: -15px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before {
  background: #ff3e7c;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before {
  background: #2dd544;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before {
  background: #ffb500;
}

@media screen and (max-width: 767px) {
  .main-timeline .timeline {
    width: 100%;
  }
}


#awards .text-details .quote
{
	/*position: relative;*/
}
#awards .text-details .quote:before
{
	content: "“";
    display: block;
    position: absolute;
    font-size: 200px;
    left: 60px;
    top: 0px;
    color: #000;
    font-weight: 400;

}
#awards .text-details .quote p
{
	color: #fff;
	font-size: 20px;
}
#awards .text-details .quote  .name
{
	/*font-size: 20px;*/
	font-weight: 500;
}
#awards .ptb-80
{
	padding: 66px 0;
}




/*Services*/

#our-services .text-details
{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
}
#our-services .text-details .service-heading
{
	font-size: 50px;
}

/*service details */

#service-details
{
	background-image: url(../img/service/service-overlay.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding:100px 0 ;
	background-position: right;
	
}
#service-details .maintenance-details
{
	position: relative;
	/*border:1px solid #404040;*/
	transition: 2s;
}
#service-details .maintenance-details img
{
	width: 100%;
	/*height: 208px;*/
	transition: 2s;
}
 #service-details .maintenance-details .card {
  position: relative; 
  width: 100%;
  height: 300px;
  transform-style: preserve-3d;
  perspective: 600px;
  transition: 0.5s;
  background:transparent;
  border:none;
}

#service-details .maintenance-details .card .front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:transparent;
  backface-visibility: hidden;
  transform: rotatex(0deg);
  transition: 0.5s;
}

#service-details .maintenance-details .card:hover .front {
  transform: rotatex(-180deg);
}

#service-details .maintenance-details .card .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  backface-visibility: hidden;
  transform: rotatex(180deg);
  transition: 0.5s;
}

#service-details .maintenance-details .card .back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

#service-details .maintenance-details .card:hover .back {
  transform: rotatex(0deg);
}

#service-details .maintenance-details .card .back .details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

#service-details .maintenance-details .card .back .details h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #fff;
}


#service-details .maintenance-details .card .back .details p {
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 10px 0 12px;
}
#service-details .maintenance-details .card .back .details a {
  background: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #e31d3b;
  }
#service-details .maintenance-details  h5
{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#service-details .maintenance-details .thick-line
{
	width: 40px;
	height: 4px;
	margin-top: 30px;
	/*margin:15px auto 0;*/
}

/*testimonials*/

#testimonials .text-details .quote:before
{
	content: "“";
    display: block;
    position: absolute;
    font-size: 200px;
    left: 00px;
    top: -40px;
    color: #000;
    font-weight: 400;

}
#testimonials .text-details .quote p
{
	color: #fff;
	font-size: 20px;
}
#testimonials .text-details .quote  .name
{
	/*font-size: 20px;*/
	font-weight: 500;
	text-transform: uppercase;
}
#testimonials .testimonials-section .testimonials-button
{
	border: 2px solid #fff;
    display: inline-block;
    padding: 8px 20px 9px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.5s;
}
#testimonials .testimonials-section .testimonials-button:hover
{
	text-decoration: none;
	color: #000;
	background-color:  #fff;
	border:2px solid #fff;
	transition: 0.5s;
}
#testimonials .testimonials-section .sub-quote
{
	position: relative;
	padding-top: 25px;
}
#testimonials .testimonials-section .sub-quote:before
{
	content: "“";
    display: block;
    position: absolute;
    font-size: 100px;
    left: 0px;
    top: -50px;
    color:#e31d3b;
    font-weight: 400;

}
#testimonials .testimonials-section .sub-quote .name
{
	text-transform: uppercase;
	font-weight: 500;
}
#testimonials .col-md-6
{
	overflow: hidden;
}
#testimonials .owl-nav
{
	text-align: left;
	font-size: 80px;
}
#testimonials .owl-theme .owl-nav [class*=owl-]:hover
{
	background:none;
	color: #fff;	
}
#testimonials .owl-theme .owl-nav [class*=owl-]:focus
{
	outline: none;
	box-shadow: none;
}


/*contact */

#contact .responsive-map {
  overflow: hidden;
  padding-bottom: 40.25%;
  position: relative;
  min-height: 200px;

}
.contact-map .responsive-map
{
	min-height: 450px!important;
}
#contact .responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  height: 550px;
}

#contact .text-details
{
	position: relative;
    left: 60%;
    top: 40%;
    transform: translate(-50%, 0%);
}
#contact .text-details .section-heading
{
	font-size: 50px;
}
#contact .form-section 
{
	width: 100%;
	float: left;
}
#contact .form-section  form .input-feild::placeholder
{
	color: #6d6d6d;
}
#contact .form-section  form .input-feild, #contact .form-section  form .select-feild, #contact .form-section  form .textarea-feild
{
	width: 100%;
	border-radius: 0;
	border:1px solid #dfdfdf;
	padding: 18px 25px;
	color: #6d6d6d;
}
#contact .form-section  form .submit-button
{
	border: 2px solid #fff;
    display: inline-block;
    padding: 10px 22px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.5s;
}
#contact .form-section  form .submit-button:hover
{
	border:2px solid #000;
	background-color: #fff;
	color: #000;
	transition: 0.5s;
}
#contact .get-in-touch 
{
	    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}
#contact .get-in-touch .box
{
	display: flex;
	margin-bottom: 30px;
}
#contact .get-in-touch .box .icon
{
	width: 20%;	
}
#contact .get-in-touch .box .details
{
	width: 80%;
}
#contact .get-in-touch .box .icon i
{
	font-size: 50px;
	color:#fff;
}
#contact .get-in-touch .box .details h5
{
	color: #fff ;
	line-height: 22px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#contact .get-in-touch .box .details p
{
	color: #bdbdbd; 
	letter-spacing: 1px;
	    font-size: 17px;

}
#contact .get-in-touch a
{
	color:#bdbdbd;
}
#contact .get-in-touch a:hover
{
	color:#e31d3b;
}
#footer
{
	background-image: url(../img/map.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #F2F6F7;
}

#footer .social-links 
{
	float: left;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .social-links a
{
	color: #fff;
}
#footer .social-links a:hover
{
	text-decoration: none;
}
#footer .social-links a i
{
	width: 30px;
	height: 30px;	
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin:5px;

}
#footer .social-links a .fa-facebook
{
	background-color: #3b5998;
}
#footer .social-links a .fa-instagram
{
	background-color: #517fa4;
}
#footer a
{
	color: #212529;
}

.whatsapp
{
	    position: fixed;
	    top: 50%;
	    right: -85px;
	    transform: rotate(90deg);
	    background-color: #e31d3b;
	    color: #fff;
	    padding: 8px 37px;
	    font-weight: 600;
	    letter-spacing: 1px;
	    border-bottom-left-radius: 15px;
	    border-bottom-right-radius: 15px;
	    z-index: 1090;
	    transition: .5s;
	    border: 3px solid #fff;
	    text-transform: uppercase;
	    font-size: 14px;
}
.whatsapp:hover
{
	text-decoration: none;
	color: #fff;
	transition: .5s;
	padding: 10px 40px;
}



/*about us */

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/banner1.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 250px;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
}
.hero-text h1
{
	font-size: 40px;
}

.about-us .text-block a
{
	background: #000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    border: 2px solid #000;
    border-radius: 0;
    font-family: 'Montserrat';
    transition: 0.5s;
    color: #fff;
}
.about-us .text-block a:hover
{
	background: none;
	color: #fff;
	transition: 0.5s;
	border-color: #fff;
}
.about-us .text-block p
{
	letter-spacing: 1px;
}
.testimonials2 .owl-nav
{
 	text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.service .text-details
{
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.service .text-details p
{
	font-size: 18px;
}
.service .img-section
{
	overflow: hidden;
}
.service .img-section img
{
	transition: 0.5s;
}
.service .img-section img:hover
{
	filter: contrast(1.5);
	transform:scale(1.1);
	transition: 0.5s;
}
.service .services-list
{
	padding-left: 20px;
}
.service .services-list li
{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.service .page-title .action-button
{
	background: #000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    border: 2px solid #000;
    border-radius: 0;
    font-family: 'Montserrat';
    transition: 0.5s;
    color: #fff;	
}
.service .page-title .action-button:hover
{
	    background: none;
    color: #fff;
    transition: 0.5s;
    border-color: #fff;
}
.service .car-logos img
{
	width: 85px;
	margin:0 15px;
}

#pb-01{
  margin-bottom: 37px !important;
}
.cnt_dtl .details h5, .cnt_dtl .icon i, .cnt_dtl .details p, .cnt_dtl .details a {
    color: #fff !important;
}
.help-block {
    display: inline-block;
    font-size: 13px;
    background: #ff7171;
    color: white;
    padding: 2px 10px;
    margin-top: 8px;
    position: relative;
    border-radius: 3px;
}
.help-block:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #ff7171;
}
a.carousel-control-prev.control-prev {
    bottom: -40px;
    top: inherit;
    left: -22px;
    color: #ffff;
}

a.carousel-control-next.control-next {
    bottom: -40px;
    top: inherit;
    left: 0px;
    color: #ffff;
}
.carousel-item.carouselh {
    height: 412px;
}












@media only screen and (max-width: 768px)
{
	#banner .banner-heading, #our-services .text-details .service-heading, #contact .text-details .section-heading
	{
		font-size: 30px;
	}
	.section-heading
	{
		margin-top: 50px;
	}
	#about-us .text-details
	{
		padding: 0 15px;
	}
	#awards .text-details
	{
		padding: 15px;
		padding-bottom: 60px;
	}
	#awards .text-details .quote:before
	{
		left: 0;
	}
	#service-details .maintenance-details
	{
		margin-bottom: 30px;
	}
	#testimonials .testimonials-section, #testimonials .text-details
	{
		padding: 15px;
	}
	#testimonials .text-details .quote p
	{
		text-align: justify;
	}
	#contact .p-70
	{
		padding: 15px;
	}
	#contact .text-details
	{
		padding: 70px;
	}
	#contact .text-details, #our-services .text-details
	{
		position: inherit;
		left: inherit;
		top: inherit;
		transform: inherit;
	}
	.navbar-toggler
	{
		border: 1px solid;
	    margin-top: 10px;
	    margin-right: 10px;
	    color: #e31d3b;
	}
  #service-details .maintenance-details .card
  {
    width: 150px;
  }
	header .navbar-expand-md .navbar-brand
	{
		padding: 0;
	}
	header .navbar-expand-md
	{
		background-color: #fff
	}
	#banner
	{
		margin-top: 50px;
		margin-bottom: 30px;
	}
	#banner .carousel-inner img, #banner
	{
		height: 70vh;
	}
	#banner .banner-tagline
	{
		font-size: 18px;
	}
	#contact .responsive-map
	{
		min-height: 1px;
	}
	.testimonials2
	{
		padding: 15px;
	}
	#testimonials .text-details .quote p
	{
		font-size: 16px;
	}
	.hero-image
	{
		/*height: 0;*/
		padding: 50px 0;
		margin-top: 50px;
	}
	.about-us .p-70
	{
		padding: 15px;
	}
	.about-us .text-block h1
	{
		display: none;
	}
	.service .text-details
	{
		padding: 15px;
	}
}
@media only screen and (max-width: 1199px)
{
 #service-details .maintenance-details .card .back {
    display: none;
 }
 #service-details .maintenance-details .card:hover .front {
    display: none;
}
#service-details .maintenance-details .card:hover .back {
    display: block;
}
#service-details .maintenance-details .card {
  position: relative; 
  width: 100%;
  height: 450px;
  transform-style: preserve-3d;
  perspective: 600px;
  transition: 0.5s;
  background:transparent;
  border:none;
}
}
@media only screen and (max-width: 767px)
{
  #service-details .maintenance-details .card
  {
    width: 85%;
    margin: 0 auto;
  }
  .rmm-none{
    display: none;
  }
  .rmp-0{
    padding:10px;
  }
  .rmp-0 .service-heading{
    margin:0px;
    text-align: center;
  }

}






@media only screen and (max-width: 425px)
{
	.hero-text h1
	{
		font-size: 30px
	}	
	.contact-map .pl-0, .contact-map .p-0
	{
		padding: 0!important;
		margin-bottom: 15px;
	}
	.contact-map .responsive-map
	{
		min-height: 250px!important;
	}
  .aos-animate
  {
    transform: inherit!important;
  }
  #service-details{
  padding: 30px 0;
  }
#banner .carousel-inner img, #banner {
    height: 39vh;
}
#banner .carousel-item {
    height: 45vh;
}
.ptb-50 {
    padding: 20px 0;
}
.hero-image{
  height: 200px;
}
.carousel-item.carouselh {
    height: 460px;
}
a.carousel-control-prev.control-prev {
    bottom: 0px;
    top: inherit;
    left: -22px;
    color: #ffff;
}
a.carousel-control-next.control-next {
    bottom: 0px;
    top: inherit;
    left: px;
    color: #ffff;
}
#service-details .maintenance-details .card {
  position: relative; 
  width: 100%;
  height: 300px;
  transform-style: preserve-3d;
  perspective: 600px;
  transition: 0.5s;
  background:transparent;
  border:none;
}
}
.copyright .footer-line {
    font-size: 12px;
    font-weight: 600;
    color: #555 !important;
}
