@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&family=Raleway&family=Roboto&display=swap');

@import "https://unpkg.com/transition-style";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Titillium Web', sans-serif ;
}

body {
  font-family: 'Titillium Web', sans-serif;
  background-color: #fff;
}

a {
  text-decoration: none;
}




@keyframes circle-swoop {
  from {
    clip-path: var(--circle-top-right-out);
  }

  to {
    clip-path: var(--circle-bottom-right-in);
  }
}

.--in-custom {
  --transition__duration: 1s;
  --transition__easing: ease-in-out;
  animation-name: circle-swoop;
}

#header {
  display: none !important;
}

.logo1 {
  width: 200px;
}

.overlay {
  width: 100%;

}

.overlay video {
  width: 100%;
  overflow: hidden;
}

.vid_overlay {
  position: fixed;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}


.left-menu {
  padding: 20px;
  /* background-image: url(../images/white_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
  background: rgba(255, 255, 255, 0.9);

  backdrop-filter: blur(7px);
}

.left-menu .logo {
  padding-bottom: 30px;
}

.left-menu ul {
  list-style: none;
}

.left-menu ul li {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  padding-bottom: 15px;
  font-family: 'Titillium Web', sans-serif;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-menu .contactbtn {
  background-color: #0396cc;
  padding: 8px 50px;
  font-family: 'Titillium Web', sans-serif;
}

.btn:hover {
  background-color: #6f9f0d !important;
}

.left-menu .contactbtn:hover {
  background-color: #6f9f0d;
}

.left-menu .contactbtn .btn {
  color: #fff;
  font-size: 20px;
}

.left-menu p {
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
}

.right_menu {
  padding-top: 30px;
  text-align: end;
}

.fa-phone {
  font-size: 18px;
  border: 1px solid #6f9f0d;
  border-radius: 20px;
  padding: 7px;
  margin-left: 6px;
  color: #6f9f0d;
}

.fa-envelope {
  font-size: 18px;
  border: 1px solid #6f9f0d;
  border-radius: 20px;
  padding: 7px;
  margin-left: 6px;
  color: #6f9f0d;
}

.right_menu .fa-instagram {
  font-size: 25px;
  /* border: 1px solid #000; */
  border-radius: 30px;
  padding: 10px;

  color: #fff;
  background-image: linear-gradient(220deg, #F58529, #FEDA77, #DD2A7B, #8134AF, #515BD4);
}

.right_menu .fa-linkedin-in {
  font-size: 25px;
  /* border: 1px solid #000; */
  border-radius: 30px;
  padding: 10px;
  color: #fff;

  background: #0077B5;
}

.right_menu .fa-facebook {
  font-size: 25px;
  /* border: 1px solid #000; */
  border-radius: 30px;
  padding: 10px;
  color: #fff;
  background: #1877F2;
}


.right_menu .Bottom_content h1 {
  font-size: 70px;
  color: #000;
  font-weight: bolder;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: -6px;
  margin-top: 200px;
  line-height: 70px;
}

.banner1 {
  background-color: #fff;
  padding: 50px 0;
}

.banner1 .sec_title h1 {
  font-size: 40px;
}

.banner1 img {
  height: 250px;
}

.banner1 .banner1abt {
  padding-left: 25px;
}

.banner1 .btn {
  background-color: #738f9b;
  color: #fff;
}

.banner1 .banner1abt1 {
  background-color: #0396cc;
  color: #fff;
  padding: 15px;
  height: 120px;
}

.banner1 .banner1abt2 {
  background-color: #282828;
  color: #fff;
  padding: 15px;
  height: 120px;
}

.banner2 {
  background-color: #fff;
  padding: 50px 0;
}

.banner2 .sec_title h1 {
  font-size: 45px;
}

.banner2 .btn {
  background-color: #738f9b;
  color: #fff;
}

.banner2 .solidImgs {
  margin-top: 50px;
}

.banner2 .solidImgs img {
  width: 90px;
}

.banner2Solid {
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 10px;
  height: 265px;
}

.banner2 .banner2SolidLast {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner2 .banner2SolidLast .banner2SolidLastblock {
  display: flex;
}

.banner2 .banner2Solid h5 {
  color: #0396cc;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.banner2 .banner2Solid p {
  text-align: center;
  color: #000;
}

.banner3 {
  padding: 50px 0;
  background-color: #ffff;
}

.banner3 .banner3Corevalues {
  padding: 25px;
  background-color: #0396cc;
  color: #fff;
}

.banner3 .banner3Corevalues .sec_title h2 {
  font-size: 45px;
}

.banner3 .banner3Corevalues p {
  padding-bottom: 10px;
}

.banner3 .banner3QualityPolicy {
  padding-left: 25px;
}

.banner4 {
  padding: 50px 0;
  background-color: #fff;
  overflow: hidden;
}

.banner4 .banner4WHY {
  padding: 26px;
}

.banner4 .banner4WHY h3 {
  font-size: 45px;
}

.banner4 .banner4WHY ul {
  list-style: url(../images/listStyle.png);
  padding-left: 1.5rem !important;
}

.banner4 .banner4WHY ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

.banner4 .banner4WHY .btn {
  background-color: #738f9b;
  color: #fff;
}


.banner5 {
  padding: 50px 0;
  background-color: #fff;
}

.banner5 .banner5overVision {
  padding: 30px;
  background-color: #282828;
  color: #fff;
  height: 305px;
}

.banner5 .banner5overVision .sec_title h2 {
  font-size: 45px;
}

.banner5 .ourMision {
  padding: 30px;
  background-color: #6f9f0d;
  color: #fff;
  height: 305px;
}

.banner5 img {
  height: 305px;
}

.banner5 .ourMision .sec_title h2 {
  font-size: 45px;
}

.banner6 {
  padding: 50px 0;
  background-color: #fff;
}

.banner6 .sec_title h1 {
  font-size: 45px;
}

.banner6 .btn {
  background-color: #738f9b;
  color: #fff;
}

.footer {
  padding: 50px 0;
}

.footer ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer ul li {
  padding: 0 10px;
  color: #fff;
}

.footer ul li a {
  color: #fff;
  font-size: 18px;
}

.footer p {
  font-size: 18px;
}

.footer .download {
  background-color: #f31d1d;
  text-align: center;
  width: 200px;
  height: 60px;
  color: #fff;
}

.footer .download:hover {
  background-color: #6f9f0d;
}

.copyright {
  padding: 20px 0;
}



/* COMPANY */

.nav-link.active,
.navbar-nav .nav-link.show {
  color: #0396cc !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.nav-link.active:hover{
  color: #6f9f0d !important;
}


.nav-link:hover {
  color: #6f9f0d !important;
}

.header2 {
  padding: 20px 0px;
  background-color: #282828;
  width: 100%;
  position: relative;
  z-index: 1999;
  top: 0;
}

.main_menu {
  display: flex;
  align-items: end;
  justify-content: end;
}

.header2 .main_menu .navbar-brand {
  display: none !important;
}


.header2 .main_menu p {
  color: #fff;
}

.navbar-nav:hover> :not(:hover) {
  opacity: 0.4;
}

.nav-brand img {
  width: 50%;
}

.header2 .main_menu .navbar-nav .nav-link {
  color: #fff;
  padding-right: 0.8rem;
  font-size: 18px;
}

.header2 .main_menu .navbar-nav .nav-button1{
  display: none !important;
}

.header2 .main_menu .navbar-nav .nav-button {
  background-color: #0396cc;
  color: #fff;
  width: 200px;
  display: block !important;
}

.header2 .main_menu .navbar-nav .nav-button.active {
  background-color: #6f9f0d;
  color: #fff;
  width: 200px;
  display: block !important;
}

.header2 .main_menu .navbar-nav .nav-button .btn {
  color: #fff;
}

.header2 .main_menu .navbar-nav .nav-button .btn:hover {
  background-color: unset !important;
}

.header2 .main_menu .navbar-nav .nav-button:hover {
  background-color: #6f9f0d;
}

.menutop {
  display: flex;
  justify-content: end;
  align-items: end;
  margin-bottom: 20px;
}

.navbar-nav li:nth-child(-n + 4):after {
  content: "";
  border-right: 2px solid #fff;
  display: block;
  width: 100%;
  height: 18px;
  margin-top: -30px;
}


.menutop .fa-instagram {
  font-size: 20px;
  /* border: 1px solid #000; */
  border-radius: 30px;
  padding: 10px;

  color: #fff;
  background-image: linear-gradient(220deg, #F58529, #FEDA77, #DD2A7B, #8134AF, #515BD4);
}

.menutop .fa-linkedin-in {
  font-size: 20px;
  /* border: 1px solid #000; */
  border-radius: 30px;
  padding: 10px;
  color: #fff;

  background: #0077B5;
}

.menutop .fa-facebook {
  font-size: 20px;
  /* border: 1px solid #000; */
  border-radius: 30px;
  padding: 10px;
  color: #fff;
  background: #1877F2;
}

.companybanner {
  padding: 50px 0px;
}

.companybanner2 {
  padding: 50px 0px;
  overflow: hidden;
}

.companybanner3 {
  padding: 50px 0px 20px 0px;
}

.companybanner4 {
  padding: 0px 0px 50px 0;
  overflow: hidden;
}

/* .companybanner4 .companywhy {
  display: flex;
  align-items: start;
} */

.companybanner4 .companywhy img {
  /* width: 80px; */
  margin-right: 10px;
}

.companybanner4 .companywhy p {
  padding-left: 18px;
  border-left: 2px solid #738f9b;
}


/* SOLID BLOCKS */
.solidblockbanner {
  padding-bottom: 50px;
  overflow: hidden;
}

.solidblockbanner .solidblockbannersolid {
  padding: 50px 50px 0;
  background-color: #fff;
}

.solidblockbanner .solidblockbannersolid .solidImgs img {
  width: 100px;
}

.solidblockbanner .solidblockbannersolid .solidImgs {
  display: flex;
  justify-content: start;
}

.solidblockbanner .solidblockbannersolid .solidImgs .solidImgssolid {
  text-align: center;
}

.solidblockbanner .solidblockbannersolid .solidImgs .solidImgssolid p {
  text-transform: uppercase;
}

.solidblockbanner2 {
  padding-bottom: 50px;
}

.solidblockbanner2 .banner2Solid {
  padding: 50px 0px;
  text-align: center;
  height: auto !important;
}

.solidblockbanner2 .banner2Solid img {
  width: 75%;
}

.solidblockbanner2 .banner2Solid h5 {
  color: #0396cc;
  margin: 10px 0px;
}

/* CSR */
.csrbanner {
  padding-bottom: 50px;
}

.csrbanner .csrbannerethical {
  padding-right: 30px;
}

.csrbanner2 {
  padding: 50px 0px;
  overflow: hidden;
}

.csrbanner2 .csrbanner2social {
  background-color: #6f9f0d;
  padding: 60px;
  color: #fff;
}

.csrbanner2 .csrbanner2environmental {
  padding: 60px;
}

.csrbanner2 .csrbanner2ethical {
  padding: 60px 60px 0px;
}


.csrbanner3 {
  background-image: url(../images/CSR/img4.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px 0;
  color: #fff;
}


.contactbanner {
  padding-bottom: 50px;
}




.contactbanner .sectitle {
  padding-bottom: 30px;
}

.contactbanner h3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: var(--color-primary);
}

.fa-location-dot {
  font-size: 30px;
  padding-bottom: 10px;
}

.fa-mobile {
  font-size: 30px;
  padding-bottom: 10px;
}

.fa-square-envelope {
  font-size: 30px;
  padding-bottom: 10px;
}


.contactbanner .phoneNumber {
  margin-top: 20px;
}
.contactbanner .contactDetails{
 background-color: #414042;
 padding: 25px 0px;
}



.contactbanner .email {
  margin-top: 20px;
}

















@media (max-width:767px) {

  body {
      font-family: 'Titillium Web', sans-serif !important;
    }



  #header {
    display: block !important;
  }

  .left-menu {
    display: none !important;
  }



  .vid_overlay {
    position: unset;
    left: unset;
    top:unset;
    object-fit: unset;
    z-index: unset;
  }

  .navbar-toggler {
    width: 50px;
    margin-top: 43px;
  }

  .footer ul {
    display: block;
    justify-content: center;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer ul span {
    display: none;
  }

  .footer .download {
    margin-top: 20px;
  }

  .top_content {
    display: none;
  }

  .right_menu .Bottom_content h1 {
    font-size: 30px;
    color: #000;
    font-weight: bolder;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0px;
    margin-top: 0px;
    line-height: 35px;
    text-align: center;
  }

  .right_menu .Envi_Guar {
    text-align: center !important;
  }

  .right_menu .Bottom_content h1 br {
    display: none;
  }

  .banner1 .sec_title br {
    display: none;
  }

  /* .banner1 .sec_title h1 {} */

  .banner1 .sec_title h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }

  .banner1 img {
    height: auto;
    padding: 0px !important;
    margin: 0px !important;
  }

  .banner1 .banner1abt {
    padding: 10px;
  }

  .banner1 .banner1abt1 {
    padding: 20px;
    height: auto;
  }

  .banner1 .banner1abt2 {
    padding: 20px;
    height: auto;
  }

  .banner1 .banner1abt2 br {
    display: none;
  }

    .banner2 {
      background-color: #fff;
      padding: 0px;
    }

  .banner2 .sec_title h1 {
    font-size: 30px;
    text-align: center;
  }

  .banner2 .solidImgs {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
  }

  .banner2 .solidImgs img {
    width: 70px;
  }

  .banner2 .banner2Solid {
    text-align: center;
  }

  .banner2Solid {
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 10px;
    height: auto;
  }

  .banner2 .banner2SolidLast {
    display: block;
    align-items: center;
    justify-content: center;
  }

  .banner2 .banner2SolidLast .banner2SolidLastblock {
    display: flex;
    justify-content: center;
  }

  .banner3 .banner3Corevalues .sec_title h2 {
    text-align: center;
    font-size: 30px;
  }

  .banner3 .banner3QualityPolicy {
    padding: 25px;
  }

  .banner3 .banner3QualityPolicy h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px !important;
  }



  .banner3 .banner3QualityPolicy br {
    display: none;
  }

  .banner4 {
    padding: 0px;
  }
    .banner4 .banner4WHY h3 {
      font-size: 30px;
      text-align: center;
    }

  .banner5 {
    padding: 0px;
    background-color: #fff;
  }

    .banner5 .banner5overVision .sec_title h2 {
      font-size: 30px;
      text-align: center;
    }

    .banner5 img {
      height: auto;
      padding: 0px !important;
    }

  .banner5 .banner5overVision {
    height: auto;
  }

  .banner5 .ourMision {
    padding: 30px;
    background-color: #6f9f0d;
    color: #fff;
    height: auto;
  }

         .banner5 .ourMision .sec_title h2 {
           font-size: 30px;
           text-align: center;
         }

  .banner6 .sec_title h1 {
    font-size: 30px;
  }

 

  /* COMPANY */
  .main_menu {
    display: unset;
    align-items: unset;
    justify-content: unset;

  }

  .navbar-nav li:nth-child(-n + 4):after {
    display: none;
  }

    .header2 .main_menu .navbar-nav .nav-button1 {
      display: block !important;
    }
  
    .header2 .main_menu .navbar-nav .nav-button {
      background-color: #0396cc;
      color: #fff;
      width: 200px;
      display: none !important;
    }

  .logo2 {
    width: 200px;
  }

  .menutop {
    display: none;
  }

  .header2 {
    padding: 8px 15px;
  }

  .header2 .main_menu .navbar-brand {
    display: block !important;
  }

  .header2 .nav-brand {
    display: none !important;
  }

  .companybanner {
    padding: 20px 0px;
  }

  .companybanner br {
    display: none;
  }

  .companybanner .companybannerwhoweare {
    padding: 10px;
  }

  .companybanner .companybannerwhoweare h1 {
    text-align: center;
  }

  .companybanner2 {
    padding: 20px 0;
  }

  .companybanner2 .companybanner2WhatSets {
    padding: 25px;
  }

  .companybanner2 .companybanner2WhatSets h1 {
    text-align: center;
  }

  .companybanner3 {
    padding: 20px 0;
  }

  .companybanner3 h1 {
    text-align: center;
  }

  .companybanner3 br {
    display: none;
  }

  .companybanner4 .companywhy {
    display: unset;
    align-items: unset;
  }

  .companybanner4 .companywhy p {
    padding-left: 0px;
    border-left: none;
  }

  .companybanner4 .companybanner4companywhy {
    padding: 20px;
  }

  .companybanner4 {
    padding: 0px;
  }

  .solidblockbanner .solidblockbannersolid {
    padding: 20px;
    background-color: #fff;
  }

  .solidblockbanner .solidblockbannersolid h1 {
    text-align: center;
  }

  .solidblockbanner2 .banner2Solid {
    padding: 0px;
    text-align: center;
    height: auto !important;
  }

  .csrbanner {
    padding: 20px 0px;
  }

  .csrbanner .csrbannerethical {
    padding: 20px;
  }

  .csrbanner .csrbannerethical h1 {
    text-align: center;
  }

  .csrbanner2 .csrbanner2environmental {
    padding: 20px;
  }

  .csrbanner2 .csrbanner2environmental h2 {
    text-align: center;
  }

  .csrbanner2 .csrbanner2environmental br {
    display: none;
  }

  .csrbanner2 .csrbanner2ethical h2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .csrbanner2 .csrbanner2ethical {
    padding: 0 20px;
  }

  .csrbanner2 .csrbanner2ethical br {
    display: none;
  }
    .contactbanner .contactDetails {
      margin-left: 0px;
    }

        .contactbanner .sectitle{
          display: none !important;
        }
}



@media only screen and (min-width:1370px) and (max-width: 2000px) {
  p {
    font-size: 18px;
  }

  .companybanner4 .companywhy p {
    padding-left: 18px;
    border-left: 4px solid #738f9b;
  }
  .solibannerimg img{
    width: 1200px;
  }

}