/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
.nav-link {
  padding: 0px;
}

.crossLine {
  background: #126434;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #fff;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 13px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 13px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 25px 0;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
#sidebarCollapse {
  z-index: 5555;
}

/* Mobile dropdown fix */
@media (max-width: 991px) {
  .dropdown-menu.show {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Afacad Flux", sans-serif;
  overflow-x: hidden;
}
body.overflowhidden {
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 0px;
  color: #696969;
  font-weight: 600;
}
@media (max-width: 1800px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}
ul li {
  font-size: 16px;
  line-height: 20px;
}

.mrg40 {
  margin-bottom: 40px;
}

.font22 {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
}

button {
  border: none;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

button:focus:not(:focus-visible) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 1920px) and (max-width: 2500px) {
  .container {
    max-width: 1700px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
.sectionPadding {
  padding: 150px 0px;
}
.sectionPadding.sectionPaddingTop0 {
  padding-top: 0px;
}
@media (max-width: 1800px) {
  .sectionPadding {
    padding: 70px 0px;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}

.sectionTitle {
  font-size: 70px;
  line-height: 70px;
  color: #8b8585;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 50px;
}
@media (max-width: 1800px) {
  .sectionTitle {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 40px;
  }
}

.mainHeader {
  position: absolute;
  z-index: 111;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 0px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(57%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 57%, rgba(255, 255, 255, 0) 100%);
}
.mainHeader .navBlock {
  padding-top: 10px;
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 70px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
  line-height: 25px;
}
@media (max-width: 1800px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
  }
}
.mainHeader header .navbarLink ul li.active > a, .mainHeader header .navbarLink ul li:hover > a {
  background: none;
  border-radius: 0;
  color: #14B8BD;
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  margin: 0;
  -webkit-box-shadow: 0px 4px 25px 10px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 25px 10px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
  display: none;
  min-width: 19rem !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu ul {
  padding-top: 5px;
  padding-bottom: 5px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu .drpdwn_services {
  padding-right: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu .col-lg-5 {
  padding: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin: 0px !important;
  position: relative;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li::before {
  content: "";
  position: absolute;
  background: #BA3122;
  width: 5px;
  height: 100%;
  left: 0px;
  opacity: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #6d6d6f !important;
  padding: 15px 20px !important;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 28px;
  padding-right: 0px;
}
@media (max-width: 1800px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    padding: 10px 20px !important;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    padding: 10px 10px !important;
    font-size: 28px;
    line-height: 28px;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #EAFFFF !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active::before, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover::before {
  opacity: 1;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #000 !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
  border-radius: 0 10px 10px 0px !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
    padding: 0px !important;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff !important;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #000 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #126434;
    width: 100%;
    position: fixed;
    top: 0;
    left: -128%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 20%;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
.mainHeader header .headerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .mainHeader header .headerMenu {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.mainHeader header .headerMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .headerMenu ul li {
  margin-left: 60px;
}
.mainHeader header .headerMenu ul li.active a, .mainHeader header .headerMenu ul li:hover a {
  color: #126434 !important;
}
@media (max-width: 991px) {
  .mainHeader header .headerMenu ul li.active a, .mainHeader header .headerMenu ul li:hover a {
    color: #000 !important;
  }
}
.mainHeader header .headerMenu ul li:last-child {
  margin-right: 80px;
}
@media (max-width: 1800px) {
  .mainHeader header .headerMenu ul li:last-child {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .headerMenu ul li:last-child {
    margin-right: 0px;
    margin-left: 0px !important;
  }
}
.mainHeader header .headerMenu ul li a {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #414141 !important;
  padding: 25px 10px !important;
}
@media (max-width: 1800px) {
  .mainHeader header .headerMenu ul li a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .headerMenu ul li a {
    font-size: 30px;
    line-height: 30px;
    color: #fff !important;
    padding: 0px !important;
  }
}
@media (max-width: 1800px) {
  .mainHeader header .headerMenu ul li {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .headerMenu ul li {
    margin-left: 0px !important;
    margin-bottom: 40px !important;
  }
}
.mainHeader header .contactInfo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainHeader header .contactInfo ul li {
  background: #FFC107;
  padding: 18px 28px;
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.mainHeader header .contactInfo ul li:first-child {
  margin-right: 0px;
  margin-left: 0px !important;
}
@media (max-width: 991px) {
  .mainHeader header .contactInfo ul li:first-child {
    margin-left: 0px !important;
  }
}
.mainHeader header .contactInfo ul li:last-child {
  margin-right: 0px !important;
}
.mainHeader header .contactInfo ul li a {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px !important;
}
.mainHeader header .contactInfo ul li a img {
  margin-right: 10px;
}
@media (max-width: 1800px) {
  .mainHeader header .contactInfo ul li a img {
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 6px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .contactInfo ul li a img {
    height: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 1800px) {
  .mainHeader header .contactInfo ul li a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .contactInfo ul li a {
    font-size: 20px;
    line-height: 20px;
    padding: 15px !important;
  }
}
@media (max-width: 1800px) {
  .mainHeader header .contactInfo ul li {
    padding: 12px 16px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .contactInfo ul li {
    padding: 0px;
    margin-bottom: 10px;
  }
}
.mainHeader header .contactInfo ul li:hover {
  background: #ccc !important;
}
.mainHeader header .contactInfo ul li:hover a {
  color: #000 !important;
}
@media (max-width: 991px) {
  .mainHeader header .contactInfo ul li:hover {
    background: transparent !important;
  }
}
@media (max-width: 1800px) {
  .mainHeader .logo img {
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991px) {
  .mainHeader .logo img {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .mainHeader .logo img {
    height: 100px;
  }
}

.homebanner {
  position: relative;
}
.homebanner:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.18%, rgba(255, 255, 255, 0.8)), color-stop(73.99%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 44.18%, rgba(255, 255, 255, 0) 73.99%);
  width: 100%;
  height: 267px;
  z-index: 1;
  opacity: 0.6;
}
.homebanner .desktopView {
  position: relative;
  z-index: 2;
}
.homebanner .desktopView:before {
  content: "";
  position: absolute;
  background: linear-gradient(0.61deg, #000000 14.19%, rgba(0, 0, 0, 0) 76.53%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homebanner .homebannerBox {
  position: relative;
}
.homebanner .homebannerBox .bannerText {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}
.homebanner .homebannerBox .bannerText h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 70px;
  line-height: 80px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 1800px) {
  .homebanner .homebannerBox .bannerText h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .homebanner .homebannerBox .bannerText h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .homebanner .homebannerBox .bannerText h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.homebanner .homebannerBox .bannerText h2 b {
  font-weight: 700;
}
@media (max-width: 480px) {
  .homebanner .homebannerBox .bannerText {
    padding: 0px 10px;
  }
}
.homebanner img {
  width: 100%;
  position: relative;
}
@media (max-width: 1800px) {
  .homebanner img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1199px) and (max-width: 1365px) {
  .homebanner img {
    height: 605px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .homebanner img {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .homebanner img {
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .homebanner img {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .homebanner img {
    height: 450px;
  }
}

.innerBanner {
  position: relative;
}
.innerBanner:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.18%, rgba(255, 255, 255, 0.8)), color-stop(73.99%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 44.18%, rgba(255, 255, 255, 0) 73.99%);
  width: 100%;
  height: 267px;
  z-index: 1;
  opacity: 0.6;
}
.innerBanner:after {
  content: "";
  position: absolute;
  background: linear-gradient(0.61deg, #000000 -36.81%, rgba(0, 0, 0, 0) 52.53%);
  width: 100%;
  height: 100%;
  top: 0;
}
.innerBanner .bannerText {
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  margin-bottom: 20px;
  z-index: 1;
}
.innerBanner .bannerText h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 1800px) {
  .innerBanner .bannerText h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .innerBanner .bannerText h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .innerBanner .bannerText h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 380px) {
  .innerBanner .bannerText h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.innerBanner img {
  width: 100%;
}
@media (max-width: 991px) {
  .innerBanner img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.defaultBtn {
  background: #FFC107;
  padding: 18px 25px;
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  color: #000;
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
  font-weight: 600;
}
.defaultBtn:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 1800px) {
  .defaultBtn {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 18px;
  }
}

.hmAboutUsSec {
  padding-bottom: 350px;
}
.hmAboutUsSec .font55 {
  font-size: 90px;
  line-height: 110px;
  font-family: "Roboto Condensed", sans-serif;
  color: #005D31;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1800px) {
  .hmAboutUsSec .font55 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .hmAboutUsSec .font55 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .hmAboutUsSec .font55 {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .hmAboutUsSec .font55 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .hmAboutUsSec .font55 {
    font-size: 30px;
    line-height: 40px;
  }
}
.hmAboutUsSec p {
  color: #696969;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 575px) {
  .hmAboutUsSec.innerAboutUs .font55 {
    text-align: left;
    margin-top: 0px;
  }
}
.hmAboutUsSec.innerAboutUs p {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .hmAboutUsSec.innerAboutUs p {
    text-align: left;
  }
}
@media (max-width: 1800px) {
  .hmAboutUsSec {
    padding-bottom: 220px;
  }
}
@media (max-width: 991px) {
  .hmAboutUsSec {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .hmAboutUsSec {
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .hmAboutUsSec {
    padding-bottom: 40px;
  }
}

.hmaboutDetail {
  background: #005D31;
  text-align: center;
}
.hmaboutDetail .max1400 {
  max-width: 1440px;
  margin: auto;
}
.hmaboutDetail .max1400 .hmaboutImg {
  margin-top: -25%;
  margin-bottom: 50px;
}
.hmaboutDetail .max1400 .hmaboutImg video {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1800px) {
  .hmaboutDetail .max1400 .hmaboutImg video {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .hmaboutDetail .max1400 .hmaboutImg video {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .hmaboutDetail .max1400 .hmaboutImg video {
    height: 300px;
  }
}
@media (max-width: 1800px) {
  .hmaboutDetail .max1400 .hmaboutImg {
    margin-top: -22%;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .hmaboutDetail .max1400 .hmaboutImg {
    margin-top: 0px;
  }
}
.hmaboutDetail .max1400 .sectionTitle {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 1800px) {
  .hmaboutDetail .max1400 .sectionTitle {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .hmaboutDetail .max1400 .sectionTitle {
    font-size: 32px;
    line-height: 40px;
  }
}
.hmaboutDetail .max1400 p {
  color: #fff;
  margin-bottom: 20px;
}
.hmaboutDetail .max1400 p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1800px) {
  .hmaboutDetail .max1400 {
    max-width: 990px;
  }
}

.contactSec .row {
  background: #002815;
  border-radius: 50px;
}
.contactSec .col-lg-4 {
  padding: 0px;
}
.contactSec .col-lg-8 {
  padding: 0px;
}
.contactSec .reachUs {
  background: #005D31;
  padding: 110px 50px;
  border-radius: 20px;
  height: 100%;
}
.contactSec .reachUs .sectionTitle {
  color: #c5c5c5;
}
.contactSec .reachUs .contactDetail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.contactSec .reachUs .contactDetail li img {
  margin-right: 25px;
  margin-top: 10px;
}
@media (max-width: 1800px) {
  .contactSec .reachUs .contactDetail li img {
    margin-right: 12px;
    height: 18px;
    margin-top: 0px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.contactSec .reachUs .contactDetail li p {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
}
@media (max-width: 1800px) {
  .contactSec .reachUs .contactDetail li p {
    font-size: 18px;
    line-height: 28px;
    margin-top: -6px;
  }
}
@media (max-width: 1199px) {
  .contactSec .reachUs .contactDetail li p {
    font-size: 16px;
    line-height: 24px;
  }
}
.contactSec .reachUs .contactDetail li a {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
@media (max-width: 1800px) {
  .contactSec .reachUs .contactDetail li a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .contactSec .reachUs .contactDetail li a {
    font-size: 16px;
    line-height: 24px;
  }
}
.contactSec .reachUs .contactDetail li a:hover {
  color: #000;
}
@media (max-width: 1800px) {
  .contactSec .reachUs .contactDetail li {
    margin-bottom: 20px;
  }
}
.contactSec .reachUs .socialMedia {
  padding-top: 120px;
}
.contactSec .reachUs .socialMedia ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactSec .reachUs .socialMedia ul li {
  margin: 0px 30px;
}
@media (max-width: 1800px) {
  .contactSec .reachUs .socialMedia ul li {
    margin: 0px 15px;
  }
}
@media (max-width: 1800px) {
  .contactSec .reachUs .socialMedia ul li img {
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.contactSec .reachUs .socialMedia ul li a {
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
  display: block;
}
.contactSec .reachUs .socialMedia ul li a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 991px) {
  .contactSec .reachUs .socialMedia ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0px -15px;
  }
}
@media (max-width: 1800px) {
  .contactSec .reachUs .socialMedia {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .contactSec .reachUs .socialMedia {
    padding-top: 40px;
  }
}
@media (max-width: 1800px) {
  .contactSec .reachUs {
    padding: 50px 28px;
  }
}
@media (max-width: 1199px) {
  .contactSec .reachUs {
    padding: 30px 15px;
  }
}
.contactSec .sendUsMessage {
  padding: 110px 50px;
  border-radius: 20px;
  height: 100%;
}
.contactSec .sendUsMessage .sectionTitle {
  color: #c5c5c5;
}
.contactSec .sendUsMessage .form-group {
  margin-bottom: 30px;
}
@media (max-width: 1800px) {
  .contactSec .sendUsMessage .form-group {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .contactSec .sendUsMessage .form-group {
    margin-bottom: 15px;
  }
}
.contactSec .sendUsMessage .submitBtn {
  margin-top: 50px;
}
@media (max-width: 1800px) {
  .contactSec .sendUsMessage .submitBtn {
    margin-top: 25px;
  }
}
.contactSec .sendUsMessage label {
  display: block;
  color: #696969;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 1800px) {
  .contactSec .sendUsMessage label {
    font-size: 20px;
    line-height: 20px;
  }
}
.contactSec .sendUsMessage input {
  height: 60px;
  background: #fff;
}
@media (max-width: 1800px) {
  .contactSec .sendUsMessage input {
    height: 45px;
  }
}
.contactSec .sendUsMessage textarea {
  height: 100px;
  background: #fff;
}
@media (max-width: 1800px) {
  .contactSec .sendUsMessage textarea {
    height: 70px;
  }
}
@media (max-width: 1800px) {
  .contactSec .sendUsMessage {
    padding: 50px 30px;
  }
}
@media (max-width: 1199px) {
  .contactSec .sendUsMessage {
    padding: 30px 15px;
  }
}

.mapSec iframe {
  width: 100%;
  height: 700px;
}
@media (max-width: 1800px) {
  .mapSec iframe {
    height: 400px;
  }
}

.modal-dialog {
  max-width: 650px;
  margin: 5.75rem auto;
}
.modal-dialog .modal-header {
  border: none;
  padding: 25px;
  padding-bottom: 0px;
}
.modal-dialog .modal-header .modal-title {
  font-size: 30px;
  line-height: 30px;
}
.modal-dialog .form-select {
  color: #7a8289;
}
.modal-dialog .form-group {
  margin-bottom: 20px;
}
.modal-dialog .submitBtn .defaultBtn:hover {
  background: #002815;
  color: #fff;
}
.modal-dialog .modal-body {
  padding: 25px;
}

.form-control:focus, .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ced4da;
}

label.error {
  font-size: 16px !important;
  color: red !important;
  margin-top: 5px;
}

/* mitali new project css */
.whatsetusapartSec .sectionTitle {
  text-align: center;
}
.whatsetusapartSec .whatsetuspartBox {
  -webkit-box-shadow: 0px 4px 50px 5px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 50px 5px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}
.whatsetusapartSec .whatsetuspartBox img {
  border-radius: 20px;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 1800px) {
  .whatsetusapartSec .whatsetuspartBox img {
    margin-bottom: 15px;
  }
}
.whatsetusapartSec .whatsetuspartBox h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1800px) {
  .whatsetusapartSec .whatsetuspartBox h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .whatsetusapartSec .whatsetuspartBox h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .whatsetusapartSec .whatsetuspartBox p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1800px) {
  .whatsetusapartSec .whatsetuspartBox {
    padding: 15px;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .whatsetusapartSec .whatsetuspartBox {
    margin-bottom: 20px;
    height: auto;
  }
}

.ourPresence {
  background: url(../images/our_presence_bg.jpg) no-repeat;
  width: 100%;
  height: 840px;
  background-position: center;
  background-size: cover;
}
.ourPresence.sectionPadding {
  padding: 100px 0px;
}
@media (max-width: 1800px) {
  .ourPresence.sectionPadding {
    padding: 60px 0px;
  }
}
.ourPresence .sectionTitle {
  text-align: center;
  color: #fff;
}
.ourPresence .counterBox {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  padding: 55px 28px;
  text-align: right;
}
.ourPresence .counterBox span {
  font-size: 65px;
  line-height: 65px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  color: #414141;
  margin-bottom: 10px;
}
.ourPresence .counterBox span b {
  font-size: 48px;
  line-height: 50px;
  font-weight: 400;
}
@media (max-width: 1800px) {
  .ourPresence .counterBox span b {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .ourPresence .counterBox span b {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 1800px) {
  .ourPresence .counterBox span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .ourPresence .counterBox span {
    font-size: 32px;
    line-height: 32px;
  }
}
.ourPresence .counterBox p {
  margin-top: 10px;
  color: #414141;
  font-size: 20px;
  line-height: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
@media (max-width: 1800px) {
  .ourPresence .counterBox p {
    margin-top: 5px;
  }
}
@media (max-width: 1800px) {
  .ourPresence .counterBox {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  .ourPresence .counterBox {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .ourPresence .counterBox {
    max-width: 300px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 1800px) {
  .ourPresence {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .ourPresence {
    background-position: center;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .ourPresence {
    height: 100%;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .ourPresence .row .col-6 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .keyClients .sectionTitle br {
    display: none;
  }
}
.keyClients .clientList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  margin: 0px auto;
}
.keyClients .clientList .flex20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding-left: 120px;
}
@media (max-width: 1199px) {
  .keyClients .clientList .flex20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 43px;
  }
}
@media (max-width: 991px) {
  .keyClients .clientList .flex20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0px;
    max-width: 100%;
  }
}
.keyClients .clientList .flex80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
.keyClients .clientList .flex80 .clientBox {
  -webkit-box-shadow: -2px 3px 20px -4px rgba(0, 0, 0, 0.1607843137);
          box-shadow: -2px 3px 20px -4px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  text-align: center;
  width: 160px;
  padding: 30px 30px;
}
.keyClients .clientList .flex80 .clientBox img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1800px) {
  .keyClients .clientList .flex80 .clientBox img {
    height: 80px;
  }
}
@media (max-width: 1800px) {
  .keyClients .clientList .flex80 .clientBox {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .keyClients .clientList .flex80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  .keyClients .clientList .flex80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.keyClients .clientList .slick-slide {
  padding: 0px 15px;
  margin: 20px 0px;
}
@media (max-width: 1800px) {
  .keyClients .clientList .slick-slide {
    margin: 10px 0px;
    padding: 0px 10px;
  }
}
.keyClients .clientList .slick-dots {
  bottom: -39px;
}
.keyClients .clientList .slick-dots li {
  margin: 0px 2px;
}
.keyClients .clientList .slick-dots li button {
  font-size: 0px;
  background: #002815;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}
.keyClients .clientList .slick-prev {
  background: #002815;
  left: -40px;
  bottom: -50px;
  top: inherit;
  right: 0;
  margin: auto;
  height: 30px;
  width: 30px;
}
.keyClients .clientList .slick-prev:before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 16px;
}
.keyClients .clientList .slick-next {
  background: #002815;
  right: -40px;
  bottom: -50px;
  top: inherit;
  left: 0;
  margin: auto;
  height: 30px;
  width: 30px;
}
.keyClients .clientList .slick-next:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 16px;
}
@media (max-width: 991px) {
  .keyClients .clientList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer {
  background: #002815;
  padding: 70px 0px;
}
footer .footerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footerFlex .defaultBtn {
  background: #FFC107;
  color: #000;
}
footer .footerFlex .defaultBtn:hover {
  background: #000;
  color: #fff;
}
footer .footerFlex p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  color: #fff;
}
footer .footerFlex p span {
  color: #FFC107;
}
@media (max-width: 1800px) {
  footer .footerFlex p {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  footer .footerFlex p {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  footer .footerFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1800px) {
  footer {
    padding: 20px 0px;
  }
}

.productAccordian {
  padding-top: 0px;
}
.productAccordian .accordion .accordion-item .accordion-body {
  background: transparent !important;
  border-bottom: 1px solid #bfbfbf;
  padding: 0px !important;
}
.productAccordian .accordion .accordion-item .accordion-body span {
  font-size: 30px;
  line-height: 30px;
  display: block;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  color: #414141;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 1800px) {
  .productAccordian .accordion .accordion-item .accordion-body span {
    font-size: 22px;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.productAccordian .accordion .accordion-item .accordion-body ul li {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}
.productAccordian .accordion .accordion-item .accordion-body ul li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1800px) {
  .productAccordian .accordion .accordion-item .accordion-body ul li {
    font-size: 18px;
    line-height: 20px;
  }
}
.productAccordian .accordion .accordion-item .accordion-body .productBtn {
  margin-top: 50px;
}
@media (max-width: 1800px) {
  .productAccordian .accordion .accordion-item .accordion-body .productBtn {
    margin-top: 30px;
  }
}
.productAccordian .accordion .accordion-item .accordion-body .productBtn .defaultBtn:hover {
  background: #000 !important;
  color: #fff !important;
}
.productAccordian .accordion .accordion-item .accordion-body .productImgBox {
  background: #D9D9D9;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1800px) {
  .productAccordian .accordion .accordion-item .accordion-body .productImgBox {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .productAccordian .accordion .accordion-item .accordion-body .productImgBox {
    margin-bottom: 20px;
    height: auto;
  }
}
.productAccordian .accordion .accordion-item .accordion-body .row {
  padding-bottom: 80px;
}
@media (max-width: 1800px) {
  .productAccordian .accordion .accordion-item .accordion-body .row {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .productAccordian .accordion .accordion-item .accordion-body .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.productAccordian .accordion .accordion-item .accordion-button {
  font-size: 70px;
  line-height: 70px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  color: #005D31 !important;
  padding: 50px 0px !important;
  background: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.productAccordian .accordion .accordion-item .accordion-button:after {
  content: "" !important;
  background: url(../images/minus_sqaure.png) no-repeat !important;
  width: 50px !important;
  height: 50px;
  right: 0;
  position: absolute;
  background-size: contain !important;
}
@media (max-width: 1800px) {
  .productAccordian .accordion .accordion-item .accordion-button:after {
    width: 30px !important;
    height: 30px;
  }
}
.productAccordian .accordion .accordion-item .accordion-button.collapsed {
  font-size: 70px;
  line-height: 70px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  color: #414141 !important;
  border-bottom: 2px solid #bfbfbf;
  padding: 50px 0px !important;
  text-align: left;
}
.productAccordian .accordion .accordion-item .accordion-button.collapsed:after {
  content: "" !important;
  position: absolute;
  background: url(../images/plus_sqaure.png) no-repeat !important;
  width: 50px !important;
  height: 50px;
  right: 0;
  background-size: contain !important;
}
@media (max-width: 1800px) {
  .productAccordian .accordion .accordion-item .accordion-button.collapsed:after {
    width: 30px !important;
    height: 30px;
  }
}
@media (max-width: 1800px) {
  .productAccordian .accordion .accordion-item .accordion-button.collapsed {
    padding: 25px 0px !important;
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .productAccordian .accordion .accordion-item .accordion-button.collapsed {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .productAccordian .accordion .accordion-item .accordion-button.collapsed {
    padding-right: 45px !important;
    text-align: left !important;
  }
}
@media (max-width: 1800px) {
  .productAccordian .accordion .accordion-item .accordion-button {
    padding: 25px 0px !important;
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .productAccordian .accordion .accordion-item .accordion-button {
    font-size: 25px;
    line-height: 25px;
  }
}
.productAccordian .accordion .accordion-item:first-child .accordion-button {
  padding-top: 0 !important;
}

.manufacturingCapabilitiesSec .sectionTitle {
  text-align: center;
}
.manufacturingCapabilitiesSec .counter-box {
  padding: 55px 40px;
  -webkit-box-shadow: 0px 4px 50px 5px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 50px 5px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
}
.manufacturingCapabilitiesSec .counter-box .counterAmount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.manufacturingCapabilitiesSec .counter-box .counterAmount .counter {
  font-size: 70px;
  line-height: 55px;
  color: #6D6D6F;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  display: block;
}
@media (max-width: 1800px) {
  .manufacturingCapabilitiesSec .counter-box .counterAmount .counter {
    font-size: 40px;
    line-height: 40px;
  }
}
.manufacturingCapabilitiesSec .counter-box .counterAmount p {
  font-size: 40px;
  line-height: 40px;
  color: #6D6D6F;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin: 0px 6px;
}
@media (max-width: 1800px) {
  .manufacturingCapabilitiesSec .counter-box .counterAmount p {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 1199px) {
  .manufacturingCapabilitiesSec .counter-box .counterAmount p {
    font-size: 18px;
    line-height: 20px;
  }
}
.manufacturingCapabilitiesSec .counter-box span {
  font-size: 25px;
  line-height: 25px;
  margin-top: 10px;
  display: block;
  text-align: end;
}
@media (max-width: 1800px) {
  .manufacturingCapabilitiesSec .counter-box span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 1800px) {
  .manufacturingCapabilitiesSec .counter-box {
    padding: 40px 30px;
  }
}
@media (max-width: 1199px) {
  .manufacturingCapabilitiesSec .counter-box {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  .manufacturingCapabilitiesSec .counter-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .manufacturingCapabilitiesSec .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.capabilitiesSec {
  background: #005D31;
}
.capabilitiesSec .sectionTitle {
  color: #fff;
}
.capabilitiesSec img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .capabilitiesSec img {
    margin-bottom: 20px;
  }
}
.capabilitiesSec p {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1800px) {
  .capabilitiesSec p {
    margin-bottom: 15px;
  }
}
.capabilitiesSec .mag10 {
  margin-bottom: 10px;
}
.capabilitiesSec .featureList {
  margin-top: 50px;
}
.capabilitiesSec .featureList p {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1800px) {
  .capabilitiesSec .featureList p {
    font-size: 20px;
    line-height: 20px;
  }
}
.capabilitiesSec .featureList ul li {
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  font-size: 25px;
  line-height: 25px;
}
.capabilitiesSec .featureList ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #FFC107;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
@media (max-width: 1800px) {
  .capabilitiesSec .featureList ul li:before {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 1800px) {
  .capabilitiesSec .featureList ul li {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 1800px) {
  .capabilitiesSec .featureList {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .capabilitiesSec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.exportSec .exportBox {
  padding: 70px 50px;
  -webkit-box-shadow: 0px 4px 50px 5px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 50px 5px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  position: relative;
  border-radius: 20px;
}
.exportSec .exportBox img {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1800px) {
  .exportSec .exportBox img {
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 480px) {
  .exportSec .exportBox img {
    height: 100px;
  }
}
.exportSec .exportBox .sectionTitle {
  margin-bottom: 30px;
}
@media (max-width: 1800px) {
  .exportSec .exportBox .sectionTitle {
    margin-bottom: 20px;
  }
}
.exportSec .exportBox p {
  min-height: 175px;
}
@media (max-width: 1800px) {
  .exportSec .exportBox p {
    min-height: 130px;
  }
}
@media (max-width: 991px) {
  .exportSec .exportBox p {
    min-height: auto;
  }
}
@media (max-width: 1800px) {
  .exportSec .exportBox {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .exportSec .exportBox {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .exportSec .exportBox {
    padding: 40px 20px;
  }
}

.salesNetworkSec {
  padding: 100px 0px;
  background: #000;
}
.salesNetworkSec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.salesNetworkSec .sectionTitle {
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .salesNetworkSec .sectionTitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.salesNetworkSec h3 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .salesNetworkSec h3 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .salesNetworkSec h3 {
    font-size: 25px;
    line-height: 25px;
  }
}
.salesNetworkSec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -5px;
}
.salesNetworkSec ul li {
  color: #fff;
  margin: 0px 5px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}
.salesNetworkSec ul li span {
  background: #fff;
  width: 2px;
  height: 15px;
  display: block;
}
@media (max-width: 1800px) {
  .salesNetworkSec ul li {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .salesNetworkSec ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .salesNetworkSec ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1800px) {
  .salesNetworkSec {
    padding: 60px 0px;
  }
}

.certificateSec.sectionPadding {
  padding-top: 0px;
}
.certificateSec .sectionTitle {
  text-align: center;
}
.certificateSec .certificateBox {
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px #ccc;
          box-shadow: 0px 10px 20px #ccc;
  padding: 30px;
}
.certificateSec .certificateBox a img {
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
.certificateSec .certificateBox a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 991px) {
  .certificateSec .certificateBox {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */