/* Custom Styles */
body {
	font-family: 'Arial', sans-serif;
	margin: 0;
	padding: 0;
}


/* header */
.location-top {font-size: 13px;}
/* top header */


/* serach */
.search-box button.btn.btn-primary {
    background: #054c60;
    border: 1px solid #054c60;
	padding: 0 12px !important;
    width: auto;
    text-align: center;
}
.search-icon {
  position: relative;
  display: inline-block;
}

.search-box {
  display: none; /* Hidden by default */
  position: absolute;
  top: 100%;
  left: -177px;
  width: 270px;
  padding: 8px;
  border-radius: 4px;
  z-index: 10;
}
.search-box ::placeholder {
    font-size: 15px;
}

.search-box input.form-control.form-control-lg {
    height: 0;
    min-height: 35px;
}
.search-box.active {
  display: block; /* Show when active */
}

svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* serach */

.top-bar .container {
	padding-left: 0;
	margin-left: 12px;
	padding-right: 0;
	margin-right: 12px;
}

.top-bar {
	background-color: #f68b21;
	color: white;
	padding: 9px 3px 9px 0;
	font-weight: 500;
}

.top-bar a {
	color: white;
	text-decoration: none;
	margin-left: 8px;
	position: relative;
	top: -1px;
}

.top-bar i.fas.fa-map-marker-alt {
	margin-right: 3px;
}
.top-bar .location-top.location-address a{ margin-left: 2px; }
/* top header */

.nav-bg {
	background: #d1e4ea;
	padding-right: 48px;
}

.container-fluid.headermenu {
	padding-left: 0;
}

.container.navmeuhome {
	margin-left: 0;
	padding-left: 0;
}

.nav-bg nav.navbar.navbar-expand-lg.navbar-dark {
	padding: 0;
	margin: 0;
}

.nav-bg a.navbar-brand {
	padding: 0;
}

.nav-bg a.nav-link {
	font-size: 16px;
	color: #003d4d;
	font-weight: 700;
}

span.serach-icon svg {
	width: 26px;
	fill: #003d4d;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 0px;
	margin: 0 12px;
}
.nav-link:focus, .nav-link:hover {
    color: #f68b21 !important;
	border-bottom: 2px solid #f68b21;
}

.nav-link.active {
    color: #f68b21 !important;
    border-bottom: 2px solid #f68b21;
  }
.emergency-bg {
	background: #003d4d;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-weight: 500;
	padding: 23px 22px;
}

.emergency-bg span a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

span.phone-icon svg {
	width: 18px;
	fill: #fff;
}

span.phone-icon {
	background: #054c60;
	border-radius: 50%;
	width: 53px;
	height: 53px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

/* header end */

/* banner */
.hero-section {
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: start;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('truck-bg.jpg') no-repeat center center/cover;
}

.ev-container-text {
	color: #ffc000;
}

h1.display-5.growing-electric {
	font-weight: 800;
	padding: 0 34px;
}

.styled-line {
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #f58220 30%, #ddd 30%);
	margin-top: 6px;
}

/* Custom Navigation Arrows */
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block !important;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
	background: #003d4d !important;
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.owl-theme .owl-nav .owl-prev {
	left: -39px;
}

.owl-theme .owl-nav .owl-next {
	right: -39px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: #f8f9fa !important;
}

.owl-theme .owl-nav [class*='owl-'] i {
	font-size: 24px;
	color: #fff;
}

.owl-theme .owl-nav [class*='owl-'] i:hover {
	font-size: 24px;
	color: #333;
}

.swiper-pagination-bullet-active{background:#1083a1 !important;}
/* banner */

/* about */
.about-company p {
	font-weight: 500;
	font-size: 20px;
	text-align: justify;
}

.about-company h2 {
	font-weight: 700;
	font-size: 32px;
}

/* about */

/* product */
section.products-section {
	background: #f5f4f9;
	margin-top: 57px;
}

.product-box {
	background: #fff;
	padding: 54px 20px 0 20px;
	border-radius: 5px;
	height: 417px;
}

.product-box img {
	margin-bottom: 34px;
	height: 239px;
}

.product-box h5 {
	background: #f68b21;
	color: #fff;
	padding: 20px 20px;
	display: inline-block;
	position: relative;
	top: 54px;
	margin-bottom: 0;
	font-size: 18px;
	width: 304px;
    text-align: center;
}

.product-box a {
    text-decoration: none;
}

.product-box h5:hover {
	background: #000;
}

.view-allproducts {
	margin-top: 47px;
}
address.address-contact{margin-top:44px;}
.address-contact ul{padding:0; margin:0 0 34px 0;}
.address-contact ul li{list-style:none; display: flex
}
.address-gurukul {
    display: inline-block;
    margin-left: 13px;
	font-size: 18px;
}

.address-gurukul a{color:#212529; text-decoration:none;}

.address-gurukul h4 {
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 0;
}
span.mapbg {
    background: #f68b21;
    color: #fff;
    padding: 0;
    border-radius: 50%;
    float: left;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 30px;
}
.contact-map {
    border: 5px solid #f68b21;
    border-radius: 6px;
}

.view-allproducts a.btn.btn-outline-dark {
	background: #003d4d;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 17px;
}

.view-allproducts a.btn.btn-outline-dark:hover {
	background: #000;
}

.values-section ul.list-unstyled li {
	border-bottom: 2px dashed #a3a3a3;
}

.values-section ul.list-unstyled li:before {
	content: "o";
	margin-right: 14px;
	color: #f79330;
}

/* product */


.about-section h2,
.products-section h2,
.values-section h2,
.customer-centric h2,
.team-section h2,
.clients-section h2 {
	font-weight: bold;
}

.products-section .row img {
	max-height: 200px;
	object-fit: contain;
}

.values-section ul li {
	padding: 10px 0;
	font-size: 1.1rem;
}

.values-section {
	margin-top: 27px;
}

.customer-centric .card {
	border: none;
	background: #f68b21;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 20px 5px;
	margin-bottom: 20px;
	min-height: 270px;
}

.custo-num {
	background: #fff;
	display: flex;
	width: 74px;
	border-radius: 50%;
	height: 74px;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin: 0 auto;
}

.custo-num h3 {
	font-weight: 600;
	margin-bottom: 0;
	font-size: 35px;
}

.customer-centric .col-md-2 {
	flex: 0 0 auto;
	width: 20%;
}

.customer-centric .line-container {
	width: 26%;
	margin: 15px auto 0;
}

.customer-centric .center-line {
	background-color: #f68b21;
}

h4.analysis-head {
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 15px;
	line-height: 25px;
}

.team-section {
	background-color: #f68b21;
	margin-top: 34px;
}


.team-section .card {
	border: none;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 20px 5px 0 5px;
	margin-bottom: 20px;
	min-height: 294px;
}

.team-section h2 {
	color: #fff;
	padding: 0px 0 17px 0;
}

.team-section .col-md-2 {
	flex: 0 0 auto;
	width: 20%;
}

.our-team-p {
	background: #003d4d;
	display: flex;
	width: 138px;
	border-radius: 50%;
	height: 138px;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin: 0 auto;
}

h4.team-Professional {
	color: #000000;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 15px;
	line-height: 25px;
}

.team-section .card img {
	max-height: 50px;
}

.team-section .line-container {
	margin: 12px auto 0;
}

.clients-section img {
	/* max-height: 50px; */
	/* filter: grayscale(100%); */
	transition: filter 0.3s ease;
}

section.clients-section {
	margin-top: 24px;
	padding-bottom: 13px !important;
    padding-top: 20px !important;
}

section.clients-section .col-md-2 {
	flex: 0 0 auto;
	width: 20%;
}

/* .clients-section img:hover {
    filter: grayscale(0%);
} */

section.clients-section .line-container {
	width: 26%;
	margin: 15px auto 0;
}

section.clients-section .center-line {
	background-color: #f68b21;
}

footer {
	background-color: #003d4d;
	color: #65a5b6;
	font-weight: 600;
}

footer.footer-contact {
	margin-top: 41px;
}

.footer-contact h5 {
	color: #65a5b6;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 33px;
}

.footer-contact p {
	color: #65a5b6;
	font-size: 17px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.footer-contact p a {
    color: #65a5b6; text-decoration:none;
   }

.footer-contact strong {
	color: #fff;
	font-weight: 500;
}

.line-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26%;
}

.line {
	height: 2px;
	background-color: #d6d6d6;
	flex-grow: 1;
}

.center-line {
	height: 3px;
	width: 200px;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

img.about-truck {
    float: right;
    padding: 0 0 18px 60px;
	margin-top: -10px;
}

/* inner page */

.products-page .product-box {
    background: #f7f7f7;
	margin-bottom: 65px;
	display: flex;
    justify-content: center;
    align-items: center;
    }
.products-page .product-box img {
   height: auto;
}
.products-page .product-box h5 {
    top: 55px;
    padding: 20px 23px;
}
.product-img {
    height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-page{background: url('../images/repeat-bg.jpg') repeat-x bottom left;  padding-bottom: 75px;}

.heroheadbg {
      background: url('../images/breadcrumb-bg.jpg') no-repeat center center;
      background-size: cover;
      position:relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .heroheadbg::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4); 
	 
    }

.herohead {
    position: relative;
    z-index: 1;
}
.herohead-content {
      /* position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%); */
      text-align: center;
      z-index: 2;
	  display: flex;
      align-items: center;
      justify-content: center;
	  padding: 56px 0;
    }

    .herohead-content h1 {
      font-size: 3em;
      font-weight: bold;
      margin: 0;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
	  color:#fff;
    }

    .herohead-content .underline {
    display: block;
    width: 137px;
    height: 2px;
    background: #f68b21;
    margin: 55px auto 0;
    position: absolute;
    }

    .breadcrumb {
     padding: 0px 0px;
      font-size: 14px;
    }

    .breadcrumb a {
      color: white;
      text-decoration: none;
    }

    .breadcrumb span {
      color: orange;
      padding-left: 5px;
    }

    .breadcrumb .sep {
      color: #f68b21;
      margin: 0 0px;
    }
span.sep i {
    color: #fff;
    font-size: 12px;
}

.clientSlider .owl-nav span {
    font-size: 32px;
    color: #fff;
    margin-top: -8px;
}

.clientSlider .owl-nav span:hover{color:#000;}

.clientSlider.owl-theme .owl-nav [class*='owl-'] i:hover {
    font-size: 24px;
    color: #333;
}

.clientSlider.owl-theme .owl-nav [class*='owl-'] {
    width: 33px;
    height: 33px;
    }
.clientSlider.owl-theme .owl-nav .owl-prev {
    left: -28px;
}	

.clientSlider.owl-theme .owl-nav .owl-next {
    right: -25px;
}
/*   .breadcrumb {
    background: transparent;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    content: ">>";
    color: orange;
    padding: 0 0.5rem;
  }
  .breadcrumb a {
    text-decoration: none;
  } */
/* inner page */

.hero-section .carousel-item{
	    height: 550px;
		
}

