/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: "BebusNeue-Regular";
  src: url("../fonts/BebusNeue/BebasNeue-Regular.ttf");
}

@font-face {
  font-family: "Lato-Thin";
  src: url("../fonts/Lato/Lato-Thin.ttf");
}

@font-face {
  font-family: "Lato-ThinItalic";
  src: url("../fonts/Lato/Lato-ThinItalic.ttf");
}

@font-face {
  font-family: "Lato-Light";
  src: url("../fonts/Lato/Lato-Light.ttf");
}

@font-face {
  font-family: "Lato-LightItalic";
  src: url("../fonts/Lato/Lato-LightItalic.ttf");
}

@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato/Lato-Regular.ttf");
}

@font-face {
  font-family: "Lato-RegularItalic";
  src: url("../fonts/Lato/Lato-RegularItalic.ttf");
}

@font-face {
  font-family: "Lato-Medium";
  src: url("../fonts/Lato/Lato-Medium.ttf");
}

@font-face {
  font-family: "Lato-MediumItalc";
  src: url("../fonts/Lato/Lato-MediumItalic.ttf");
}

@font-face {
  font-family: "Lato-SemiBold";
  src: url("../fonts/Lato/Lato-SemiBold.ttf");
}

@font-face {
  font-family: "Lato-SemiBoldItalic";
  src: url("../fonts/Lato/Lato-SemiBoldItalic.ttf");
}

@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato/Lato-Bold.ttf");
}

@font-face {
  font-family: "Lato-BoldItalic";
  src: url("../fonts/Lato/Lato-BoldItalic.ttf");
}

@font-face {
  font-family: "Lato-Heavy";
  src: url("../fonts/Lato/Lato-Heavy.ttf");
}

@font-face {
  font-family: "Lato-HeavyItalic";
  src: url("../fonts/Lato/Lato-HeavyItalic.ttf");
}

@font-face {
  font-family: "Lato-Black";
  src: url("../fonts/Lato/Lato-Black.ttf");
}

@font-face {
  font-family: "Lato-BlackItalic";
  src: url("../fonts/Lato/Lato-BlackItalic.ttf");
}

.BebusNeue-Regular {
  font-family: "BebusNeue-Regular";
}

.Lato-Thin {
  font-family: "Lato-Thin";
}

.Lato-ThinItalic {
  font-family: "Lato-ThinItalic";
}

.Lato-Light {
  font-family: "Lato-Light";
}

.Lato-LightItalic {
  font-family: "Lato-LightItalic";
}

.Lato-Regular {
  font-family: "Lato-Regular";
}

.Lato-RegularItalic {
  font-family: "Lato-RegularItalic";
}

.Lato-Medium {
  font-family: "Lato-Medium";
}

.Lato-MediumItalc {
  font-family: "Lato-MediumItalc";
}

.Lato-SemiBold {
  font-family: "Lato-SemiBold";
}

.Lato-SemiBoldItalic {
  font-family: "Lato-SemiBoldItalic";
}

.Lato-Bold {
  font-family: "Lato-Bold";
}

.Lato-BoldItalic {
  font-family: "Lato-BoldItalic";
}

.Lato-Heavy {
  font-family: "Lato-Heavy";
}

.Lato-HeavyItalic {
  font-family: "Lato-HeavyItalic";
}

.Lato-Black {
  font-family: "Lato-Black";
}

.Lato-BlackItalic {
  font-family: "Lato-BlackItalic";
}

body {
  font-family: "Lato-Regular";
  background-color: #fff6ee;
}

a {
  text-decoration: none;
  color: #2d2d2d;
}

a:hover {
  color: #ee7e30;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002347;
}

p {
  font-size: 15px;
  font-family: "Lato-Medium";
}

button {
  background: #ee7e30;
  color: #002347;
  border-radius: 5px;
  font-size: 16px;
  font-family: "BebusNeue-Regular";
  border: 0;
  width: 225px;
  height: 55px;
}

button:hover {
  background: #002347;
  color: #fff;
}

@media screen and (max-width: 768px) {
  button {
    width: 145px;
    height: 40px;
    font-size: 14px !important;
  }
}

.btn-orange {
  background-color: #ee7e30;
  color: #002347;
}

.btn-orange:hover {
  background: #002347;
  color: #fff;
}

.btn-blue {
  background: #002347;
  color: #fff;
}

.btn-blue:hover {
  background-color: #ee7e30;
  color: #002347;
}

@media screen and (min-width: 1400px) {
  section .container,
  .footer .container {
    max-width: 1320px;
  }
}

@media screen and (max-width: 990px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5fcf80;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #7ed899;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5fcf80;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
  border-radius: 0px 0px 10px 10px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo img {
  max-height: 40px;
}

/* .customer-login-btn {
    margin-left: 50px;
    color: #002347;
    background: #EE7E30;
    border-radius: 5px;
    padding: 12px 35px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    display: inline-block;
    font-family: "BebusNeue-Regular";
    text-transform: uppercase;
}

.customer-login-btn:hover {
    background: #002347;
    color: #fff;
} */

.animate-btn button {
  margin-left: 30px;
  width: 135px;
  position: relative;
  border-radius: 5px;
  transition: 2s all ease;
  z-index: 1;
  font-size: 16px !important;
  cursor: pointer;
  font-family: "BebusNeue-Regular";
  background-color: #ee7e30;
  color: #002347;
  height: 40px;
}

.animate-btn button::before {
  content: "";
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-color: #002347;
  border-radius: 5px;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 100%;
}

.animate-btn button:hover {
  color: white;
  transition: all 0.6s;
}

.animate-btn button:hover::before {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .animate-btn button {
    margin-left: 0px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation 
*/

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px 10px 18px;
  font-family: "Lato-Bold";
  font-size: 13px;
  color: #002347;
  white-space: nowrap;
  margin: 0px 5px;
}

.navbar ul a.active,
.navbar ul a:hover {
  text-decoration: none;
  background: #ffe1cc;
  border-radius: 5px;
  /* font-size: 14px !important; */
  transition: 0.5s;
  font-family: "Lato-Heavy";
  padding: 10px 18px 10px 17px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  margin: 20px 0px 0px 0px;
  padding: 0px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 5px 20px;
  font-size: 14px;
  text-transform: none;
  font-family: "Lato-Light";
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: white;
  background: #002347;
  margin: 5px;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
  color: #ee7e30;
  font-size: 25px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background: #fff6ee;
  padding: 5px;
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
  background: #002347;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 999;
  height: 500px;
  border-radius: 5px;
}

.navbar-mobile.height-90 {
  height: 700px !important;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 18px;
  right: 26px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile ul.menu-list {
  border-top: 2px solid #002347;
}

.navbar-mobile li {
  text-align: center;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 16px;
  color: #002347;
  display: block;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
  text-align: left;
}

.navbar-mobile .dropdown ul a {
  padding: 2px 0px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  /* color: #5fcf80; */
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
  background: none;
  box-shadow: none;
  margin: 0px 0px 0px 50px;
}

.navbar-mobile .dropdown:has(> .dropdown-active) {
  background: #f7f7f7;
  text-align: left;
  padding: 0px 0px 0px 50px;
}

.navbar-mobile .customer-login-btn {
  width: 200px;
  font-family: "BebusNeue-Regular";
}

@media screen and (max-width: 768px) {
  #header {
    padding: 15px 0;
    border-radius: 0;
  }

  .navbar ul a.active,
  .navbar ul a:hover {
    background: none !important;
    color: #ee7e30 !important;
    margin: 0 !important;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  background: #002347;
  padding: 120px 0px 0px 0px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 62px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 55px;
  color: #fff;
  font-family: "Lato-Light";
}

#hero h1 > span {
  font-family: "Lato-SemiBold";
  font-size: 70px;
  color: #ee7e30;
}

#hero button:hover {
  background: #ffffff;
  color: #002347;
}

@media (min-width: 1024px) {
}

@media (max-width: 768px) {
  #hero h1 {
    margin: 0;
    font-size: 28px;
    color: #fff;
    font-family: "Lato-Light";
  }

  #hero h1 > span {
    font-family: "Lato-SemiBold";
    font-size: 34px;
    color: #ee7e30;
  }

  #hero .btn-orange {
    position: initial !important;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 120px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f7f6;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #9ae1af;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #37423b;
}

.breadcrumbs {
  margin-top: 73px;
  text-align: center;
  background: #5fcf80;
  padding: 30px 0;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 500;
}

.breadcrumbs p {
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about h1 {
  font-size: 55px;
}

.about .btn-blue {
  background-color: #002347;
  color: #fff;
  -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.about .btn-blue:hover,
.about .btn-blue:focus {
  color: #002347;
  outline: 0;
  box-shadow: 0 0 40px 40px #ee7e30 inset;
}

.about .video-btn {
  background: none;
  border: 2px solid #aeaeae;
  color: #aeaeae;
  -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.about .video-btn:hover {
  background-color: #ee7e30;
  color: #002347;
  border: 0;
}

.about .video-btn:hover img {
  content: url(../images/home/active-play-btn.svg);
  transform: scale(1.2);
}

.about .rotate {
  background: url(../images/home/Rotate\ Ellipse.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
}

.about .box-img img {
  width: 40%;
}

/*--------------------------------------------------------------
# Vibrant Edge
--------------------------------------------------------------*/

/* .vibrant-edge .vrg-list {
    padding: 60px 70px 0px 50px;
}

.vibrant-edge .bg-white hr {
    border: 1px solid #ee7e30;
    opacity: 1;
    margin-left: 50px;
}

.vibrant-edge ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-left: 0px;
}

.vibrant-edge ul li {
    padding: 30px 0px;
    list-style: none;
    text-align: center;
}

.vibrant-edge ul li p {
    margin: 9px 0px 0px 0px;
}

.vibrant-edge ul li p span.Lato-Regular {
    color: #AEAEAE;
}

.vibrant-edge ul li p span.Lato-SemiBold {
    color: #002347;
} */

/*----------------------------------------------
Our Solutions
----------------------------------------------*/

/* .our-solution .content {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.our-solution .content .content-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.our-solution .content .content-image {
    width: 100%;
    transition: transform .5s ease;
    border-radius: 10px;
}

.our-solution .content:hover .content-image {
    transform: scale(1.3);
}

.our-solution .content:hover .content-overlay {
    opacity: 0.8;
    background: white;
}

.our-solution .content-details {
    position: absolute;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.our-solution .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.our-solution .fadeIn-bottom {
    top: 80%;
}

.our-solution .fadeIn-top {
    top: 20%;
}

.our-solution .fadeIn-left {
    left: 20%;
}

.our-solution .fadeIn-right {
    left: 80%;
} */

/*---------------------------------------------------
Industries
---------------------------------------------------*/

.industries {
  background: url(../images/home/SBG\ Mixed.png);
  height: 100vh;
  background-size: contain;
  padding-top: 200px;
}

.industries ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 0px;
}

.industries ul li {
  padding: 30px;
  list-style: none;
  text-align: center;
  border-top: 1px solid white;
  margin: 0px 35px;
  border-bottom: 1px solid white;
}

.industries ul li p {
  margin: 9px 0px 0px 0px;
  color: white;
}

.industries ul li:hover {
  background-size: cover;
  border: 2px solid white !important;
}

.industries ul li:hover p {
  display: none;
}

.industries ul li.fmcg:hover {
  background: url(../images/home/FMCG.jpg);
}

.industries ul li.pharmaceutical:hover {
  background: url(../images/home/Pharma.jpg);
}

.industries ul li.data-center:hover {
  background: url(../images/home/Data\ Centers.jpg);
}

.industries ul li.beverages:hover {
  background: url(../images/home/Beverages.jpg);
}

.industries ul li.steel:hover {
  background: url(../images/home/Steel.jpg);
}

.industries ul li.hospital:hover {
  background: url(../images/home/Hospitals.jpg);
}

.industries ul li.oem:hover {
  background: url(../images/home/OEM.jpg);
}

.industries ul li.manufacturing:hover {
  background: url(../images/home/Manufacturing.jpg);
}

.industries ul li.cement:hover {
  background: url(../images/home/Cement.jpg);
}

/*---------------------------------------------------------
Assesment Enquiry
---------------------------------------------------------*/

.assesment-section input.form-control {
  height: 60px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
}

.assesment-section .btn-orange:hover {
  background-color: #fff;
  color: #002347 !important;
  border: 2px solid #ee7e30;
}

/*---------------------------------------------------------
Footer
---------------------------------------------------------*/

.footer {
  margin-top: 60px;
}

.footer hr {
  border: 1px solid black;
  opacity: 0.3;
  margin-bottom: 80px;
  width: 98%;
}

.footer ul li {
  list-style: none;
  font-size: 13px;
  margin: 8px 0px;
  font-family: "Lato-Medium";
}

.footer input.form-control {
  height: 55px;
  border: 1px solid #707070;
  font-size: 13px;
}

.footer .subscribe-btn {
  margin-left: 20px;
}

.footer .social-links img {
  width: 30px;
  height: 30px;
  margin: 0px 0px 0px 35px;
}

.footer .copyright,
.footer .copyright a {
  background-color: #2d2d2d;
  color: white;
  font-size: 12px;
  font-family: "Lato-Semibold";
}

@media screen and (max-width: 768px) {
  .footer hr {
    width: 92%;
    margin: 0px auto 35px auto;
  }

  .footer .social-links img {
    width: 40px;
    height: 40px;
    margin: 0;
  }
}
@media screen and (min-width:1024px) and (max-width:1200px) {
  .copyright-text {
    width: 235px !important;
  } 
}