body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "Plus Jakarta Sans";
}
.header-main {
  background: #0a2b59;
  padding-top: 10px;
  padding-bottom: 10px;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.quote-bg-main input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.text-white.dedcription-btn {
    background: #8ab101;
    padding: 15px;
    text-align: center;
    width: 100%;
}
.quote-bg-main .wpcf7-form-control-wrap input {
    padding: 16px;
    color: #000000 !important;
    font-weight: 400 !important;
}

.quote-bg-main .wpcf7 input[type="text"]:focus,
.quote-bg-main .wpcf7 input[type="email"]:focus,
.quote-bg-main .wpcf7 input[type="tel"]:focus,
.quote-bg-main .wpcf7 select:focus,
.quote-bg-main .wpcf7 textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc !important; /* or your preferred border style */
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.search-bar {
  margin-top: 15px;
}
.custom-serch-bar {
  background: #05152c;
  border-radius: 25px;
  height: 35px;
  font-size: 13px;
}
.custom-serch-bar::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.phone-number-main {
  display: flex;
  align-items: center;
  margin-top: 5px;
  justify-content: space-around;
}
.phone-icon {
  border-radius: 50%;
  background: #8ab101;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inquiry {
  font-size: 16px;
  color: #fff;
}
.inquiry a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
} 
.inquiry a:hover {
    color: #8ab101;
}

.dedcription-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #8ab101;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  font-family: "Plus Jakarta Sans";
  text-decoration: none;
  max-width: 240px;
  text-align: left;
  padding-left: 20px;
 
}
.dedcription-btn .btn-icon {
  background-color: #fff;
  width: 92px;
  height: 45px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
  color: #000;
}
.name-descripeion {
  position: relative;
  z-index: 9999;
}
.btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #8ab101;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.btn-icon i {
  position: absolute;
  right: 25px;
  top: 15px;
  color: #000;
}

.navbar {
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
  background-color: #0a2b59;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.banner {
  background: url(../images/bg.png);
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 250px;
}
.banner h1 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
}
.banner p {
  color: #fff;
  text-align: center;
  padding-top: 15px;
}
.banner-box {
  background: rgba(10, 43, 89, 0.5);
  color: #fff;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
  background-image: radial-gradient(
      circle at 100% 100%,
      transparent -2px,
      #496a24 -2px,
      #496a24 1px,
      transparent 1px
    ),
    linear-gradient(to right, #496a24, #092750),
    radial-gradient(
      circle at 0% 100%,
      transparent -2px,
      #092750 -2px,
      #092750 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #092750, #486924),
    radial-gradient(
      circle at 0% 0%,
      transparent -2px,
      #486924 1px,
      #486924 9px,
      transparent 1px
    ),
    linear-gradient(to left, #486924, #092750),
    radial-gradient(
      circle at 100% 0%,
      transparent -2px,
      #092750 1px,
      #092750 9px,
      transparent 1px
    ),
    linear-gradient(to top, #092750, #486924);
  background-size: 1px 1px, calc(100% - 2px) 3px, 1px 1px, 3px calc(100% - 2px);
  background-position: top left, top center, top right, center right,
    bottom right, bottom center, bottom left, center left;
  background-repeat: no-repeat;
}
.text-capcity {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 9999;
  text-transform: uppercase;
}
.border-main {
  width: 50px;
  height: 3px;
  background: #486924;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}
.banner-slider {
  margin-top: -180px;
}
span.carousel-control-prev-icon {
  background: #fff;
  color: #000;
  border-radius: 50px;
  margin-right: 255px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-control-prev {
  /* height: 20px;
  top: 250px; */
}
.carousel-control-prev-icon {
  background-image: none !important;
}

span.carousel-control-next-icon {
  margin-left: 255px;
  background: #fff;
  color: #000;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-control-next {
  /* height: 20px;
  top: 250px; */
}
.carousel-control-next-icon {
  background-image: none !important;
}
.mobile-text {
  font-size: 16px;
  color: #8ab101;
  display: flex;
  align-items: center;
}
.mobile-border {
  width: 30px;
  height: 2px;
  background: #8ab101;
  display: inline-block;
  margin-right: 15px;
}
.product-heading {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: bold;
}
.text-bullet {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}
.tick {
  color: #8ab101;
  padding-right: 10px;
}
.maintenance-heading {
  font-weight: bold;
  font-size: 20px;
}
.maintance-main p {
  text-align: justify;
}
.product-image {
  background-size: 100% 100%;
  height: 400px;
  position: relative;
  color: #fff;
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-content{
  background: rgba(10, 43, 89, 0.8);
  padding: 15px;
  text-align: center;
  height: 300px;
}
.product-name-main {
  font-weight: bold;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}
.product-desc-main{
    color: #ffffff;
}
.product-name-main:hover {
  background-color: #8ab101 !important;
}
.product-image-1 {
  background-size: 100% 100%;
  height: 530px;
  position: relative;
  color: #fff;
}
.product-image-2 {
  background-size: 100% 100%;
  height: 530px;
  position: relative;
  color: #fff;
}
.maintance-main {
  margin-left: 15.5%;
}
.standard-main {
  background: #0a2b59;
  padding-top: 50px;
  padding-bottom: 50px;
}
.configuration-heading {
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.configuration-heading span {
  color: #8ab101;
}
.standard-main p {
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
  text-align: justify;
}
.standard-product-main {
  margin-top: 50px;
}
.product-box {
  background: #082247;
  color: #fff;
  text-align: center;
  padding: 4px;
  margin-bottom: 30px;
  background-image: radial-gradient(
      circle at 100% 100%,
      transparent -2px,
      #496a24 -2px,
      #496a24 1px,
      transparent 1px
    ),
    linear-gradient(to right, #496a24, #092750),
    radial-gradient(
      circle at 0% 100%,
      transparent -2px,
      #092750 -2px,
      #092750 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #092750, #486924),
    radial-gradient(
      circle at 0% 0%,
      transparent -2px,
      #486924 1px,
      #486924 9px,
      transparent 1px
    ),
    linear-gradient(to left, #486924, #092750),
    radial-gradient(
      circle at 100% 0%,
      transparent -2px,
      #092750 1px,
      #092750 9px,
      transparent 1px
    ),
    linear-gradient(to top, #092750, #486924);
  background-size: 1px 1px, calc(100% - 2px) 3px, 1px 1px, 3px calc(100% - 2px);
  background-position: top left, top center, top right, center right,
    bottom right, bottom center, bottom left, center left;
  background-repeat: no-repeat;
  height: 810px;
}
.maintenance-heading p {
    margin: 40px 300px;
    font-size: 16px;
    font-weight: 500;
}
.img-product-responsive {
  width: 100%;
  height: 340px;
}
.product-box p {
  margin-top: 15px;
  padding: 0px 20px;
}
.component-heading {
  font-size: 35px;
  font-weight: bold;
}
.component-heading span {
  color: #8ab101;
}
.elevator-heading h5 {
  font-weight: bold;
}
.elevator-heading p {
  margin-top: 15px;
}
.carousel-indicators button.thumbnail {
  width: 220px;
}
.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
  height: 110px;
  color: #fff;
  border: 3px solid #05152c;
  margin-top: 10px;
}
.carousel-indicators .active {
  color: #8ab101;
  border: 3px solid #8ab101;
  height: 110px;
  margin-top: 10px;
}
.carousel-indicators {
  position: static;
  background: #05152c;
  margin-left: 0px;
  width: 100%;
  height: 200px;
}

.aggred-system-main {
  background-color: #092750;
  padding-left: 0px;
  padding-right: 0px;
}
.aggregate-main {
  display: flex;
  align-items: center;
  color: #fff;
}
.aggrehate-finding-system {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  padding-top: 90px;
  padding-bottom: 15px;
}
.aggregate-text-main{
  color: #fff;
  text-align: justify;
  margin-top: 15px;
}
.aggrahate-main p {
    color: #fff;
    margin-top: 20px;
}
.aggrahate-main {
  padding-left: 75px;
  padding-right: 75px;
}
.feeding-system {
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
  color: #fff;
}
.thumbmail-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brouchure-main {
  color: #fff;
  display: grid;
  align-items: center;
  height: 240px;
  background: url(../images/bg-1.png);
  background-size: cover;
  margin-bottom: 25px;
  padding: 25px;
  width: 100%;
}
.image {
  width: 50%;
}
.brouchure-text {
  font-size: 24px;
  font-weight: bold;
}
.download-btn{
  display: flex;
  width: 40px;
}
.single-product .product-download-btn{
  display: flex;
  width: 100%;
}
.download-btn .dedcription-btn, .product-download-btn .dedcription-btn{
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  color: #121231;
  text-align: center;
  font-size: 18px;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  font-family: "Plus Jakarta Sans";
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.download-btn .dedcription-btn .btn-icon, .product-download-btn .dedcription-btn .btn-icon {
  background-color: #0a2b59;
  width: 50px;
  height: 45px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
  color: #fff;
}
.download-btn .name-descripeion, .product-download-btn .name-descripeion {
  position: relative;
  z-index: 9999;
}
.download-btn .btn-icon::after, .product-download-btn .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #fff;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.download-btn .btn-icon i, .product-download-btn .btn-icon i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
}

.brouchure-main-second-image {
  background: url(../images/bg-2.png);
  background-size: cover;
}
.brouchure-main-third-image {
  background: url(../images/bg-3.png);
  background-size: cover;
  background-position: center;
}
.quote-bg-main {
  background: #f1f6fc;
  padding: 20px;
}
.request-heading {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.form-input-change {
  height: 40px;
  border: 1px solid #c2cad4;
  border-radius: 0;
  padding-left: 25px;
}
.form-input-change::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}

.submit-btn .dedcription-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #8ab101;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  font-family: "Plus Jakarta Sans";
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.submit-btn .dedcription-btn .btn-icon {
  background-color: #0a2b59;
  width: 50px;
  height: 45px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
  color: #fff;
}
.submit-btn .name-descripeion {
  position: relative;
  z-index: 9999;
}
.submit-btn .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #8ab101;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.submit-btn .btn-icon i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
}

.footer-main {
  background: #0a2b59;
  border-bottom: 1px solid #8595ac;
}
.footer-first-column {
  padding-top: 50px;
  border-right: 1px solid #8595ac;
  padding: 50px 30px 50px 30px;
  display: grid;
  align-items: center;
  height: 430px;
}
.footer-logo {
  padding-bottom: 40px;
}
.footer-text {
  color: #fff;
  font-size: 16px;
  text-align: justify;
  padding-bottom: 40px;
}
.social-icon {
  display: flex;
  align-items: center;
}
.social-icon ul {
  margin: 0px;
  padding: 0px;
}
.social-icon li {
  list-style: none;
  background: #fff;
  color: #000;
  margin-right: 15px;
  display: inline-block;
  border-radius: 50px;
}
.social-icon a {
  color: #000;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
}
.social-icon a:hover {
  background-color: #082247;
  color: #fff;
  width: 45px;
  height: 45px;
}
.footer-second-column {
  border-right: 1px solid #8595ac;
  padding: 50px 30px 50px 30px;
  display: grid;
  align-items: center;
  height: 430px;
}
.box-main {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.box-icon {
  background: #8ab101;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 15px;
}
.box-text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.second-footer-text {
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #8595ac;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.second-footer-email {
  color: #fff;
  font-size: 16px;
}
.footer-bottam {
  background: url(../images/bg.png);
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 3px solid #8ab101;
}
.comapny-border {
  border-left: 3px solid #8ab101;
  font-weight: bold;
  margin-right: 15px;
  color: #fff;
  font-size: 18px;
}
.footer-bottam h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.company-name ul {
  margin: 0px;
  padding: 0px;
  margin-top: 35px;
}
.company-name li {
  list-style: none;
  padding-bottom: 15px;
  color: #fff;
  font-size: 16px;
}
.company-name a {
  color: #fff;
  text-decoration: none;
}
.company-name a:hover {
  color: #8ab101;
}
.second-footer-email a {
  color: #fff;
  text-decoration: none;
}
.second-footer-email a:hover {
  color: #8ab101;
}
.mobile-hide {
  display: none;
}
.desktop-hide {
  display: block;
}
.tablete-hide {
  display: none;
}
button.navbar-toggler {
  margin-bottom: 15px;
}
ul.dropdown-menu.show {
  background: none;
}
a.dropdown-item {
  text-align: left;
}
.footer-copyright {
  position: relative;
  padding: 36px 0;
  min-height: 100px;
  background: #0a2b59;
  color: #fff;
}

.footer-copyright a.text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
}
.top-whatapps {
  background: #fff;
  height: 100px;
  position: fixed;
  -webkit-border-top-left-radius: 100px;
  -webkit-border-bottom-left-radius: 100px;
  -moz-border-radius-topleft: 100px;
  -moz-border-radius-bottomleft: 100px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  right: 0px;
  width: 100px;
  top: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #26c943;
  z-index: 9;
}
.top-whatapps a {
  color: #26c943;
  text-decoration: none;
}
.dedcription-btn:hover {
  animation: pulse 1s infinite;
  transition: 0.3s;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* General Reset */

.custom-navbar {
  background-color: #05152c;
  padding: 0.8rem 2rem;
}

.custom-nav-container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.custom-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.custom-nav-item {
  position: relative;
  margin: 0 1.5rem;
}

.custom-nav-link {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
}

.custom-nav-link:hover {
  color: #f0a500;
}

/* Custom Dropdown Menu */
.custom-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%; /* Position below the parent menu item */
  left: 0;
  background-color: #003366;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 406px;
  z-index: 1000;
}

.custom-dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.custom-dropdown-menu li:last-child {
  border-bottom: none;
}

.custom-dropdown-menu a {
  color: white;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  display: block;
  text-transform: uppercase;
}

.custom-dropdown-menu a:hover {
  background-color: #00509e;
}

/* Fix Hover for Desktop */
.custom-dropdown:hover .custom-dropdown-menu {
  display: block; /* Show the dropdown menu on hover */
}

/* Mobile Toggle Button */
.mobile-menu-toggle {
  display: none;
  background-color: transparent;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.carousel-indicators-home button.thumbnail-home {
  width: 220px;
}
.carousel-indicators-home button.thumbnail-home:not(.active) {
  opacity: 0.7;
  height: 130px;
  color: #fff;
  border: 3px solid #fff;
  margin-right: 20px;
  padding: 0px;
}
.carousel-indicators-home button.thumbnail-home:last-child {
  margin-right: 0;
}
.carousel-indicators-home .active {
  color: #fff;
  border: 3px solid #fff;
  height: 130px;
  margin-right: 20px;
  padding: 0px;
}
.carousel-indicators-home {
  position: absolute;
  margin-left: 0px;
  width: 100%;
  bottom: -30px;
  text-align: center;
}

.slider-bg-main {
  width: 550px;
  background-color: #8ab101;
  position: absolute;
  top: 170px;
  padding: 40px;
}
.slider-bg-main h1 {
  font-family: "Anek Latin";
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 55px;
  padding-bottom: 5px;
}
.slider-bg-main h2 {
  font-family: "Anek Latin";
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 48px;
}

.slider-bg-main p {
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  color: #fff;
  line-height: 26px;
}

.slider-btn-main {
  display: flex;
  width: 100%;
  gap: 20px;
}

.slider-btn-main .dedcription-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  color: #121231;
  text-align: center;
  font-size: 18px;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  font-family: "Plus Jakarta Sans";
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.slider-btn-main .dedcription-btn .btn-icon {
  background-color: #0a2b59;
  width: 50px;
  height: 45px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
  color: #fff;
}
.slider-btn-main .name-descripeion {
  position: relative;
  z-index: 9999;
}
.slider-btn-main .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #fff;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.slider-btn-main .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #fff;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.slider-btn-main .btn-icon i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
}

.slider-btn-main .dedcription-btn .btn-icon1 {
  background-color: #0a2b59;
  width: 50px;
  height: 45px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
  color: #fff;
}
.slider-btn-main .name-descripeion {
  position: relative;
  z-index: 9999;
}
.slider-btn-main .btn-icon1::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #fff;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.slider-btn-main .btn-icon1::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #0a2b59;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.slider-btn-main .btn-icon1 i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
}
.welcome-atlas-main{
  background-image: url(../images/welcome-section-rihgt.png);
  background-repeat: no-repeat;
    background-position: right;
    padding-top: 70px;
    border-bottom: 1px solid #ced5de;
    background-size: 34% 100%;
    padding-bottom: 70px;
}

.welcome-sub-heading{
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  line-height: 45px;
  color: #8ab101;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.welcome-sub-heading::before{
  content: url();
  width:50px;
  height: 2px;
  background-color: #8ab101;
  padding-right: 10px;
  
}

.welcome-heading{
  font-family: "Anek Latin";
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 40px;

}

.welcome-text{
    padding-bottom: 20px; 
    font-family: 'Plus Jakarta Sans'; 
    font-size: 15px; 
    color: #000; 
    text-align: justify;
}
.our-vision-main{background-color: #fff; padding: 40px;}
.vision-text {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Plus Jakarta Sans';
}
.icon{padding-bottom: 35px;}
.heading-vision{font-size: 22px; font-weight: bold; padding-bottom: 20px; text-transform: uppercase;}
.exprince-main{background-color: #8ab101; padding: 20px; margin-top: 30px; margin-bottom: 30px; display: flex; align-items: center; gap:20px; justify-content: center; border:2px solid #fff;}
.year{font-size: 60px;  font-family: "Anek Latin"; font-weight: bold; color: #fff;}
.year-experience{font-size: 22px;  font-family: "Anek Latin"; font-weight: bold; color: #fff; text-transform: uppercase;}
.read-more-welcome{width: 40%;}


.read-more-welcome .dedcription-btn1 {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #8ab101;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  font-family: "Plus Jakarta Sans";
  text-decoration: none;
  text-transform: uppercase;
}
.read-more-welcome .dedcription-btn1 .btn-icon {
  background-color: #0a2b59;
  width: 45px;
  height: 45px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
  color: #000;
}
.read-more-welcome .name-descripeion {
  position: relative;
  z-index: 9999;
}
.read-more-welcome .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #8ab101;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.read-more-welcome .btn-icon i {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #fff;
}

.why-choose-main1{
  padding-top: 90px;
  padding-bottom: 90px;
}


.sub-heading-why{
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  line-height: 45px;
  color: #8ab101;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.sub-heading-why::before{
  content: url();
  width:50px;
  height: 2px;
  background-color: #8ab101;
  padding-right: 10px;
  
}
.heading-why-choose{font-size: 40px; line-height: 45px;  font-family: "Anek Latin"; font-weight: bold; text-transform: uppercase;}
.why-choose-text ul{margin: 0px; padding: 0px;}
.why-choose-text li{ list-style: none; display: inline-block; border-left: 1px solid #ced5de; border-right: 1px solid #ced5de; padding-left: 56px; padding-right: 56px;}
.customer-satifaction{float: left; width: 100%; text-align: center;}
.count-customer{font-size: 55px; line-height: 45px; font-weight: bold; padding: 25px 0px 0px 0px; margin-bottom: 0px;}
.satisfied-text{font-size: 18px; padding: 25px 0px 0px 0px; }
.why-choose-text li:last-child{border-left: none; border-right: none;}
.choose-left{padding-right: 130px;}
.lowest-rate{margin-top: 35px;}
.lowest-rate ul{padding: 0px; margin: 0px;}
.lowest-rate li{ list-style: none; display: inline-block; border-right: 1px solid #ced5de; padding-left: 56px; padding-right: 50px;}
.lowest-rate li:last-child{ border-right: none;}
.our-product-main{background-color: #0a2b59; padding-top: 80px; padding-bottom: 80px;}
.our-product-text{width:100%;display: flex; justify-content: space-between; align-items: center;}
.product-sub-heading{
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  line-height: 45px;
  color: #8ab101;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.product-sub-heading::before{
  content: url();
  width:50px;
  height: 2px;
  background-color: #8ab101;
  padding-right: 10px;
  
}
.product-heading-main{
  font-family: "Anek Latin"; font-weight: bold; color: #fff; text-transform: uppercase; font-size: 40px; line-height: 45px;
}
.civil-heading{width: 83%;}
.all-product-btn{width: 17%;}

.read-more-welcome1{width: 100%;}


.read-more-welcome1 .dedcription-btn1 {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #0a2b59;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  font-family: "Plus Jakarta Sans";
  text-decoration: none;
  text-transform: uppercase;
  border:1px solid #8ab101;
}
.read-more-welcome1 .dedcription-btn1 .btn-icon {
  background-color: #8ab101;
  width: 45px;
  height: 45px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
  color: #000;
}
.read-more-welcome1 .name-descripeion {
  position: relative;
  z-index: 9999;
}
.read-more-welcome1 .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #0a2b59;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.read-more-welcome1 .btn-icon i {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #fff;
}
.asphal-main{margin-top: 50px;}
.asphal-main-text{background-color: #05152c; display: flex; align-items: center; justify-content: space-between; padding: 40px; gap: 30px; color: #fff;}
.asphalt-batch-heading{font-size: 21px; font-weight: bold; text-transform: uppercase; margin-bottom: 10px;width:35%}
.asphalt-batch-text{
    font-size: 15px;
    line-height: 26px;
    font-family: "Plus Jakarta Sans";
}
.sub-text{width:80%;}
.more-deatils{width: 20%;}
.more-deatils .dedcription-btn1 {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #8ab101;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  font-family: "Plus Jakarta Sans";
  text-decoration: none;
  text-transform: uppercase;
}
.more-deatils .dedcription-btn1 .btn-icon {
  background-color: #fff;
  width: 45px;
  height: 45px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
  color: #000;
}
.more-deatils .name-descripeion {
  position: relative;
  z-index: 9999;
}
.more-deatils .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #8ab101;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.more-deatils .btn-icon i {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #8ab101;
}

.global-instalation-main{
  padding-top:90px;
  padding-bottom: 90px;
}

.instalation-heading-main{
  font-size: 40px; line-height: 45px; color: #000;font-family: "Anek Latin";
  font-weight: bold; text-transform: uppercase; margin-bottom: 50px;
}

.map-main{max-width: 860px; position: relative;}
.location-map-main{width: 100%; background-color: #8ab101;}
.location-address-main{padding: 20px;}
.location-address-main ul{margin: 0px; padding-left: 15px;}
.location-address-main li{ color: #fff; padding-bottom: 10px; font-size: 16px;}
.description23{font-size: 16px; color: #fff;}


.page-template-download .download-box-main .images-box img {
    height: 190px;
}


/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
background-image: url(../images/active.png);
}

/* Style the tab content */
.tabcontent {
  display: none;
}

.bullet-1{ position: absolute;
  top: 80px;
  left: 50px;
  cursor: pointer;
}

.bullet-2{    position: absolute;
  top: 160px;
  left: 130px;
  cursor: pointer;
}
.bullet-3{    position: absolute;
  top: 190px;
  left: 190px;
  cursor: pointer;
}

.bullet-4{    position: absolute;
  top: 64px;
  left: 204px;
  cursor: pointer;
}

.bullet-5{    position: absolute;
  top: 30px;
  left: 345px;
  cursor: pointer;
}

.bullet-6{    position: absolute;
  top: 60px;
  left: 640px;
  cursor: pointer;
}

.bullet-7{    position: absolute;
  top: 80px;
  left: 770px;
  cursor: pointer;
}

.bullet-8{    position: absolute;
  top: 130px;
  left: 730px;
  cursor: pointer;
}

.bullet-9{    position: absolute;
  top: 110px;
  left: 480px;
  cursor: pointer;
}

.bullet-10{    position: absolute;
  top: 210px;
  left: 410px;
  cursor: pointer;
}

.bullet-11{    position: absolute;
  top: 290px;
  left: 450px;
  cursor: pointer;
}

.bullet-12{    position: absolute;
  top: 320px;
  left: 680px;
  cursor: pointer;
}
.bullet-13{    position: absolute;
  top: 357px;
  left: 730px;
  cursor: pointer;
}
.bullet-14{    position: absolute;
  top: 200px;
  left: 575px;
  cursor: pointer;
}

.bullet-15{    position: absolute;
  top: 285px;
  left: 290px;
  cursor: pointer;
}

.testomonial-main{background-color: #f1f6fc; padding-top: 90px; padding-bottom: 90px;}
.testomonial-heading-main{
  font-family: "Anek Latin"; font-weight: bold; color: #000; text-transform: uppercase; font-size: 40px; line-height: 45px;
}


.read-more-welcome2{width: 100%;}


.read-more-welcome2 .dedcription-btn1 {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #8ab101;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  font-family: "Plus Jakarta Sans";
  text-decoration: none;
  text-transform: uppercase;

}
.read-more-welcome2 .dedcription-btn1 .btn-icon {
  background-color: #0a2b59;
  width: 45px;
  height: 45px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
  color: #000;
}
.read-more-welcome2 .name-descripeion {
  position: relative;
  z-index: 9999;
}
.read-more-welcome2 .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #8ab101;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.read-more-welcome2 .btn-icon i {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #fff;
}

.all-product-btn1{width: 26%;}

.testomonial-slider-main{background-color: #fff; width: 100%; margin-top: 50px;}
.text-match-slider{padding: 40px;}
.slider-testomonial-text{font-size: 16px;}

.client-main{display: flex; align-items: center; margin-top: 30px; gap: 30px;}
.client-photo{width: 80px;}
.cleint-text{font-size: 17px;}
.logo-trusted-main{width: 100%;}
.logo-trusted-main ul{margin: 0px; padding: 0px;}
.logo-trusted-main li{list-style: none; display: inline-block; margin-bottom: 70px; width: 192px;}
.trusted-text{font-size: 22px; line-height: 25px; font-weight: bold; text-transform: uppercase; display: flex; align-items: center;  font-family: "Anek Latin"; gap:20px; margin-top: 50px; margin-bottom: 50px;}
.trusted-text::before{
  content: url();
  width:30px;
  height: 2px;
  background-color: #8ab101;
  padding-right: 20px;
  
}
.trusted-client-main{padding-left: 65px;}

.slider-testomonial-text .quote{margin-right: 10px; max-width: max-content; display: inline !important;}
.slider-caption{display: flex; align-items: center; justify-content: right; top: -110px; right:20px; position: absolute; z-index: 9;}

.custom-prev, .custom-next {
  background-color: #fff;
  color: #000;
  margin: 10px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 100%;
  border:2px solid #b4b4b4;
  width: 50px;
  height: 50px;
}

.custom-prev:hover, .custom-next:hover {
  background-color: #0a2b59;
  color: #fff;
}
.test-slider{position: relative;}

.ready-start-main{background-color: #ffffff; padding-top: 90px; padding-bottom: 90px;}
.get-quote{ font-size: 16px; line-height: 45px; color: #fff; display: flex; text-transform: uppercase; align-items: center; gap: 10px; margin-top: 70px;}
.get-quote::before{
  content: url();
  width:30px;
  height: 2px;
  background-color: #fff;
  padding-right: 20px;
  
}
.ready-text-heading{ font-size: 44px; font-weight: bold; display: flex; font-family: "Anek Latin"; color: #fff; text-transform: uppercase;}
.ready-text{font-size: 16px; color: #fff;}
.more-deatils-quote{width:85%; padding-right: 40px; margin-top: 150px; float: right;}
.more-deatils-quote .dedcription-btn1 {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #fff;
  color: #000000;
  text-align: center;
  font-size: 18px;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  font-family: "Plus Jakarta Sans";
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border:none;
}
.more-deatils-quote .dedcription-btn1 .btn-icon {
  background-color: #8ab101;
  width: 45px;
  height: 45px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
  color: #000;
}
.more-deatils-quote .name-descripeion {
  position: relative;
  z-index: 9999;
}
.more-deatils-quote .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #fff;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.more-deatils-quote .btn-icon i {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #fff;
}
.selected-case-study{
  background-color:#f1f6fc ;
  padding-top: 90px;
  padding-bottom: 90px;
}


.more-deatils-cases{
    width:50%; float: right; margin-top: 50px;
}

.more-deatils-casess{
    width:70%; float: right; margin-top: 50px;
} 

.more-deatils-cases .dedcription-btn1, .more-deatils-casess .dedcription-btn1 {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #8ab101;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  font-family: "Plus Jakarta Sans";
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border:none;
}
.more-deatils-cases .dedcription-btn1 .btn-icon, .more-deatils-casess .dedcription-btn1 .btn-icon {
  background-color: #0a2b59;
  width: 45px;
  height: 45px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
  color: #000;
}
.more-deatils-cases .name-descripeion, .more-deatils-casess .name-descripeion {
  position: relative;
  z-index: 9999;
}
.more-deatils-cases .btn-icon::after, .more-deatils-casess .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #8ab101;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.more-deatils-cases .btn-icon i, .more-deatils-casess .btn-icon i {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #fff;
}

.feild-report{ font-size: 16px; line-height: 45px; color: #8ab101; display: flex; text-transform: uppercase; align-items: center; gap: 10px;}
.feild-report::before{
  content: url();
  width:30px;
  height: 2px;
  background-color: #8ab101;
  padding-right: 20px;
  
}
.case-studies-heading{ font-size: 40px; font-weight: bold; display: flex; font-family: "Anek Latin"; color: #000; text-transform: uppercase; line-height: 45px; margin-bottom: 50px;}





.case-studies-box-left{
  position: relative;
  background-size: cover;
  background-position: center;
  color: white;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  padding: 40px;
  margin-right: 35px;

}
.case-studies-box-right{
  position: relative;  
  background-size: cover;
  background-position: center;
  color: white;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  padding: 40px;
  margin-left: 35px;
}





.semi{
  display: flex; font-size: 30px; line-height: 30px; font-weight: bold; font-family: "Anek Latin"; color: #fff; text-transform: uppercase; width: 100%; margin-bottom: 20px;
}

.semi-capacity{display: flex; font-size: 18px; margin-bottom: 20px; line-height: 26px;}
.semi-content{display: flex; font-size: 18px; margin-bottom: 45px; line-height: 26px;}
.semi-case-list{display: flex; align-items: center; border-bottom: 1px solid #8693a4; padding-bottom: 15px; margin-bottom: 15px; justify-content: space-between;}
.download-case-study{display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: bold; text-transform: uppercase;}
.download-btn{height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color:#8ab101; color: #fff; font-size: 16px;}
.download-btn a{color: #fff; text-decoration: none;}
.download-btn-photo{width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color:#8ab101; color: #fff; font-size: 16px;}
.download-btn-photo a{color: #fff; text-decoration: none; transform: rotate(45deg);}

.video-watch{padding-top: 90px; padding-bottom: 90px;}

.video-thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: rgba(0,0,0,0.8);
  background-color: #fff;
  border-radius: 10px;
  width: 80px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.play-button:hover {
  background-color:#8ab101;
  color: #fff;
}

.video-title {
  background-color: #8ab101; /* You can use #0a2b59 or any brand color */
  color: white;
  text-align: left;
  font-weight: bold;
  padding: 20px;
  font-size: 18px;
}

.about-us-banner {
  position: relative;
  background-image: url(../images/about-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 400px;  Adjust as needed  */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
  flex-direction: column;
  padding-top: 135px;
  padding-bottom: 135px;
}

/* Overlay color */
.about-us-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
   background: rgba(10, 43, 89, 0.6); /* Black overlay at 40% opacity */
  z-index: 0;
  

}

/* Make sure content appears above overlay */
.about-us-banner * {
  position: relative;
  z-index: 1;
}

.about-us-banner h1{ 
  text-transform: uppercase;
font-family: Plus Jakarta Sans;
font-weight: 700;
font-size: 40px;
line-height: 100%;
letter-spacing: 0%;
margin-bottom: 25px;

}

.breadcrumb {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: Roboto;
font-weight: 500;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;

}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-family: Roboto;
}

.breadcrumb a i {
  margin-right: 5px;
}

.breadcrumb span {
  color: #aaa;
}

.breadcrumb .active {
  color: #8bc000; /* Active item color */
  font-weight: bold;
}

.breadcrumb .active i {
  margin-right: 5px;
}

.about-us-main{margin-top: 68px; margin-bottom: 68px;}
.about-images{position: relative;}
.about-bg{position: relative; display: flex; width: 90%; align-items: center; justify-content: center; margin: 0 auto; flex-direction:column ;


}
.about-bg-1{position: absolute;  background: rgba(255, 255, 255, 1); box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.18);
padding-top: 40px;
padding-right: 60px;
padding-bottom: 40px;
padding-left: 60px;
width: 100%;
top: -98px;
}

.about-us-subheading{
  font-family: Plus Jakarta Sans;
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
display: flex;
align-items: center;
justify-content: center;
color: #8ab101;
gap: 10px;
padding-bottom: 20px;

}

.about-us-subheading::before{
  content: url();
  width:30px;
  height: 2px;
  background-color: #8ab101;
  padding-right: 20px;
  
}

.about-us-equipment-heading{ display: flex; align-items: center; padding-bottom: 30px; font-family: Plus Jakarta Sans;
font-weight: 700;
font-size: 32px;
line-height: 100%;
letter-spacing: 0%;
color: #000;
justify-content: center;
text-transform: uppercase;
}

.text-about-us{display: flex; align-items: center; justify-content: center; font-family: Plus Jakarta Sans;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
padding-bottom: 20px;
}

.about-us-main p {
    line-height: 1.6rem;
    text-align: justify;
}

.about-us-main li{
    padding-bottom:10px;
}

.why-atlas{display: flex; align-items: center; justify-content: center; flex-direction: column;}
.why-atlas-heading{
  font-family: Plus Jakarta Sans;
font-weight: 700;
font-size: 32px;
line-height: 60px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #fff;


}

.why-choose-main{
    margin-top: 1200px;
	background: url('/wp-content/uploads/2025/09/dark-dot-bg.jpg');
	margin-bottom: 60px;
	padding-bottom: 70px;
}
.why-atlas-text{
  font-family: Plus Jakarta Sans;
font-weight: 400;
font-size: 14px;
text-align: left;
	color: #fff;

}
.present-images {
    margin-bottom: 30px;
    text-align: center;
}
.present-main{  padding: 30px; border: 1px solid #ffffff; display: flex;  flex-direction: column; margin-top: 70px;height:335px;
    color: #ffffff;text-align: center;}
.future-main{  padding: 30px; border: 1px solid #ffffff; display: flex;  flex-direction: column; margin-top: 70px;height:335px;text-align: center;
    color: #ffffff;}
.future-main .present-heading{color: #fff;}
.present-heading{font-family: Plus Jakarta Sans;
font-weight: 700;
font-size: 32px;
line-height: 100%;
letter-spacing: 0%;
color: #fff;
margin-bottom: 20px;

}

.present-content{margin-bottom: 20px; font-family: Plus Jakarta Sans;
font-weight: 400;
	color: #fff;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
height: 60px;
text-align: justify;
}

.about-section-main{ background: rgba(10, 43, 89, 1); padding-top: 90px; padding-bottom: 90px;
}
.about-section-bg{background: rgba(138, 177, 1, 1); padding: 44px 30px; width: 100%;
  display: flex;
  flex-direction: column;
}

.about-section-bg h2{
font-family: Plus Jakarta Sans;
font-weight: 700;
font-size: 32px;
line-height: 100%;
letter-spacing: 0%;
color: #fff;
margin-bottom: 20px;


}

.about-section-bg ul{margin: 0px; padding: 0px; padding-left: 15px;}

.about-section-bg li{
color: #fff;
margin-bottom: 10px;
}

.about-section-bg li:last-child{margin-bottom: 0px;}
.right-part-about{display: flex; align-items: center;}
.right-part-about ul{ margin: 0px; padding: 0px;}
.right-part-about li{list-style: none; display: inline-flex; padding-right: 30px;}
.right-part-about li:last-child{padding-right: 0px;}
.product-box-about {
  background: #082247;
  color: #fff;
  text-align: center;
  padding: 30px;
  background-image: radial-gradient(
      circle at 100% 100%,
      transparent -2px,
      #496a24 -2px,
      #496a24 1px,
      transparent 1px
    ),
    linear-gradient(to right, #496a24, #092750),
    radial-gradient(
      circle at 0% 100%,
      transparent -2px,
      #092750 -2px,
      #092750 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #092750, #486924),
    radial-gradient(
      circle at 0% 0%,
      transparent -2px,
      #486924 1px,
      #486924 9px,
      transparent 1px
    ),
    linear-gradient(to left, #486924, #092750),
    radial-gradient(
      circle at 100% 0%,
      transparent -2px,
      #092750 1px,
      #092750 9px,
      transparent 1px
    ),
    linear-gradient(to top, #092750, #486924);
  background-size: 1px 1px, calc(100% - 2px) 3px, 1px 1px, 3px calc(100% - 2px);
  background-position: top left, top center, top right, center right,
    bottom right, bottom center, bottom left, center left;
  background-repeat: no-repeat;
  width: 290px;
  /* min-height: 370px; */
}

.img-product-responsive {
  width: 100%;
}
.product-box p {
  margin-top: 15px;
}
.count-product{
  font-family: Plus Jakarta Sans;
font-weight: 700;
font-size: 45.93px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: rgba(138, 177, 1, 1);
margin-top: 20px;


}

.wordld-wide{
  font-family: Plus Jakarta Sans;
font-weight: 400;
font-size: 20.09px;
line-height: 28.71px;
letter-spacing: 0%;
text-align: center;
margin-bottom: 0px;

}

.contact-us-main{ padding-top: 90px; padding-bottom: 40px;} 
.map-location-main{border:1px solid #ccc; padding: 65px 60px;}
.location-heading{
font-family: Plus Jakarta Sans;
font-weight: 700;
font-size: 21px;
line-height: 100%;
margin-bottom: 20px;
border-bottom: 1px solid #ccc;
padding-bottom: 20px;
color: rgba(0, 0, 0, 1);

}

.address-main{
  font-family: Plus Jakarta Sans;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: rgba(0, 0, 0, 1);
}

.social-icon-contact{font-size: 32px; display: inline-block; margin-top: 10px; padding-right: 20px;}
.social-icon-contact:hover{ color: #8bc000 !important;}

.address-main a{text-decoration: none; color: rgba(0, 0, 0, 1); }
.address-main a:hover{ color: #8bc000;}

.contact-form-main{
  margin-bottom: 90px;

}

.contact-box{padding: 46px 35px;}
.contact-heading-fill{
  font-family: Plus Jakarta Sans;
font-weight: 700;
font-size: 26px;
line-height: 32px;
vertical-align: middle;
text-transform: capitalize;
margin-bottom: 30px;
}

.form-control-contact{border-radius:inherit;  font-family: Plus Jakarta Sans;
font-weight: 400;
font-size: 16px;
line-height: 100%;
text-transform: capitalize;
height: 55px;
}
.form-control-contact-textarea{border-radius:inherit;  font-family: Plus Jakarta Sans;
font-weight: 400;
font-size: 16px;
line-height: 100%;
text-transform: capitalize;
}

.contact-btn{ border-radius: inherit; font-family: Plus Jakarta Sans;
font-weight: 500;
font-size: 20px;
line-height: 100%;
width: 50%;
padding-top: 20px;
padding-bottom: 20px;
background: rgba(138, 177, 1, 1);

}

.contact-btn:hover{
  background-color: #05152c;
}

.download-box-main{
  box-shadow: 0px 5px 42px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 1);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;

}

.images-box{margin-bottom: 20px;margin-top: 10px;}
.download-heading{
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
    height: 40px;
    width: 95%;
}

.download-btn-1{display: flex; width: fit-content; border: 1px solid rgba(218, 218, 218, 1); align-items: center; justify-content: center; gap: 10px; padding: 10px; color: rgba(10, 43, 89, 1); font-family: Plus Jakarta Sans;
font-weight: 500;
font-size: 14px;
line-height: 100%;
text-decoration: none;
}

.download-btn-1:hover{
  background: rgba(138, 177, 1, 1);
  color: #fff;

}

    .pagination-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 auto;
      margin-top: 80px;
    }
    .pagination-side a{
        border: 1px solid #ccc;
        padding: 8px 16px;
        background-color: white;
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    .page-numbers {
      border: 1px solid #ccc;
      padding: 8px 16px;
      background-color: white;
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }

    .page-numbers.current {
      background-color: #0e2a55;
      color: white;
      border-color: #0e2a55;
    }

    .page-numbers.disabled {
      pointer-events: none;
      color: #999;
      border: none;
      background-color: transparent;
    }

    .pagination-center {
      display: flex;
      gap: 8px;
      justify-content: center;
      flex: 1;
    }

    .pagination-side {
      width: 70px;
      text-align: center;
    }

    .case-box-main{border: 1px solid #ccc; width: 100%; display: inline-block; margin-bottom: 20px;}
    .case-study-main{display: flex; flex-direction: column; justify-content: center; padding-right: 80px; padding-left: 40px;}


    .title {
        margin-bottom: 8px;
        font-family: Plus Jakarta Sans;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        text-transform: capitalize;
    }
  .case-study-main .case_study_link {
        margin-bottom: 8px;
        font-family: Plus Jakarta Sans;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        padding-bottom: 10px;
        text-transform: capitalize;
	 	text-decoration: none;
	    color: #212529;
    }
    .description {
      color: #444;
      font-size: 16px;
      margin-bottom: 24px;
    }

    .button-group {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    
    .button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border: 1px solid #0e2a55;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
  font-family: Plus Jakarta Sans;
font-weight: 500;
font-size: 20px;
line-height: 100%;
}

.button img.icon {
  width: 20px;
  height: 20px;
}

.case-study {
  background-color: #fff;
  color: #092040;
}

.case-study:hover {
  background: rgba(138, 177, 1, 1);
  color: #fff;
}

.photo-gallery {
  background-color: #fff;
  color: #092040;
}

.photo-gallery:hover {
  background: rgba(138, 177, 1, 1);
  color: #fff;
}

.view-video {
  background-color: #fff;
  color: #092040;
}

.view-video:hover {
  background: rgba(138, 177, 1, 1);
  color: #fff;
}

.image-smile{position: absolute; left: -140px;
    top: 65px;}

.atlas-left-part{padding-right: 90px;}
.atlas-right-part{margin-left: -13px;}


.get-quote-right{padding-left: 50px;} 

.get-quote-main{background-color: #0a2b59;}

.product-main{padding-top: 90px; padding-bottom: 90px;}

.product-main-details{ box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.18); background-color: #ffffff; padding-top: 65px; padding-bottom: 65px;

  padding-left: 70px; padding-right: 70px;

}

.product-heading{

  font-family: Plus Jakarta Sans;

font-weight: 700;

font-size: 32px;

line-height: 100%;

text-align: center;

margin-bottom: 30px;

}

.product-text{

  margin-bottom: 25px;

  font-family: Plus Jakarta Sans;

font-weight: 400;

font-size: 14px;

line-height: 20px;

text-align: center;

display: inline-block;



}



.green-border{border: 1px solid;

border-image-source: linear-gradient(270deg, #0A2B59 0%, #8AB101 100%);

border-image-slice: 1;

padding: 40px 35px 40px 35px;

margin-top: 25px;



}



.manufacture-heading{

  font-family: Plus Jakarta Sans;

font-weight: 700;

font-size: 27px;

margin-bottom: 25px;

line-height: normal;

color: rgba(33, 37, 41, 1);



}



.features-list{margin: 0px; padding-left: 20px;}



.features-list li {

  

  font-family: Plus Jakarta Sans;

font-weight: 500;

font-size: 16px;

line-height: 100%;

padding-bottom: 25px;

}



.features-list li:last-child{

  

padding-bottom: 0px;

}



.image-card, .image-card-blog {

  position: relative;

  width: 100%;

  max-width: 450px;
  height: 300px;
  overflow: hidden;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

  margin-bottom: 30px;

  border:1px solid #ccc;
	border-radius:10px;

}



.image-card img {
      width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;

}

.image-card-blog img{
    width: 100%;

      display: block;
    
      height: 298px;
}

.image-card .overlay, .image-card-blog .overlay {

  position: absolute;

  bottom: 0;

  width: 100%;

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  background: linear-gradient(180.07deg, rgba(255, 255, 255, 0) -32.04%, rgba(0, 0, 0, 0.85) 77.3%);

}



.image-card .overlay h3, .image-card-blog .overlay h3{

  color: #fff;

  margin: 0;

width: 100%;

text-transform: uppercase;

font-family: Roboto;

font-weight: 700;

font-size: 20.51px;

line-height: 100%;

text-align: center;

color: rgba(138, 177, 1, 1);
}





/* Overlay for hover */

.image-card .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.9);
	

  color: #fff;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  opacity: 0;

  transition: opacity 0.3s ease;

  padding: 20px;

  text-align: center;

}



.image-card:hover .overlay {

  opacity: 1;

}



.image-card .overlay h3 {

  margin: 0 0 10px;

  font-size: 20px;

  text-transform: uppercase;

font-family: Roboto;

font-weight: 700;

font-size: 20.51px;

line-height: 100%;

text-align: center;

color: rgba(138, 177, 1, 1);

}



.image-card .overlay p {

  font-size: 14px;

  margin-bottom: 15px;

  font-family: Plus Jakarta Sans;

font-weight: 500;

font-size: 16.19px;

leading-trim: Cap height;

line-height: 26.99px;

letter-spacing: 0%;

text-align: center;



}



.image-card .overlay .btn {

  padding: 10px 40px;

  background-color: #a6ce39;

  color: white;

  border: none;

  text-transform: uppercase;

  border-radius: inherit;

}



.image-card .overlay .btn:hover {

  background-color: #8ab22f;

}



.asphalt-palnt{background: linear-gradient(180.07deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8));

  position: absolute; width: 100%; bottom: 0px; top: 0px; right: 0px; left: 0px;

  color: #fff;

}



.asphalt-palnt h3{

  font-family: Roboto;

font-weight: 500;

font-size: 17.27px;

line-height:1.5;

letter-spacing: 0%;

text-align: center;

text-transform: uppercase;

position: relative;

width: 100%;

top: 100px;

height: 100%;

display: flex; align-items: center; justify-content: center; 
padding:0 25px;


}



.product-listing-page{padding-top: 90px;padding-bottom: 70px;}

.custom-navbar {
  background-color: #05152c;
  padding: 0.8rem 2rem;
}

.custom-nav-container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.custom-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.custom-nav-item {
  position: relative;
  margin: 0 1.5rem;
}

.custom-nav-link {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
}

.custom-nav-link:hover {
  color: #f0a500;
}
.custom-nav-container .custom-nav-list .custom-nav-item .arrow{
  color: #fff;
}
.custom-nav-container .custom-nav-list .custom-dropdown-menu .custom-nav-item .arrow{
  top: 13px;
  right: 0;
  position: absolute;
  z-index: 1;
}
/* Custom Dropdown Menu */
.custom-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%; /* Position below the parent menu item */
  left: 0;
  background-color: #003366;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 406px;
  z-index: 1000;
}

.custom-dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.custom-dropdown-menu li:last-child {
  border-bottom: none;
}
.custom-dropdown-menu a {
  color: white;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  display: block;
  text-transform: uppercase;
}

.custom-dropdown-menu a:hover {
  background-color: #00509e;
}
.custom-dropdown-menu li .custom-dropdown-menu{
  display:none !important;
  right:-100%;
  left:auto;
  top:0;
}
.custom-dropdown-menu li.custom-nav-item:hover .custom-dropdown-menu{
  display:block !important;
}
.custom-dropdown-menu li .custom-dropdown-menu li.custom-nav-item{
  margin:0;
  padding:0 15px;
}

/* Fix Hover for Desktop */
.custom-dropdown:hover .custom-dropdown-menu {
  display: block; /* Show the dropdown menu on hover */
}

/* Mobile Toggle Button */
.mobile-menu-toggle {
  display: none;
  background-color: transparent;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}




/* Responsive Styles */
@media (max-width: 768px) {
   .mobile-menu-toggle {
    display: block;
  }

  .custom-nav-list {
    flex-direction: column;
    align-items: flex-start;
    max-height: 0;
    overflow: hidden;
    width: 100%;
  }

  .custom-nav-list.menu-active {
    max-height: 400px; /* Adjust based on the total height of the menu */
  }

  .custom-nav-item {
    margin: 0.5rem 0;
  }

  .custom-dropdown-menu {
    position: relative;
  }
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.text-white.contact-btn {
    border-radius: inherit;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(138, 177, 1, 1);
}
.two-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-banner-section img.slider-image {
    width: 100%;
}
.nav-previous a, .nav-previous .nav-title, .nav-next .nav-title, .nav-next a {
    margin-bottom: 8px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    padding-bottom: 10px;
    text-transform: capitalize;
    text-decoration: none;
    color: #212529;
}

.nav-previous a:hover, .nav-previous .nav-title:hover, .nav-next .nav-title:hover, .nav-next a:hover{
	color: #8ab101;
}
.second-footer-text a {
    color: #fff;
    font-size: 16px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    text-decoration: none;
}
.about-section-main .right-part-about ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0;
    margin: 0 0 0 110px;
    list-style: none;
}

.about-section-main .right-part-about ul li {
    flex: 0 0 calc(50% - 150px);
    box-sizing: border-box;
}
.about-section-main .image-product img {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}
.col-xxl-6.col-lg-6.aggregate-main-image img {
    width: 100%;
    height: 400px;
}
.aggregate-slider-nav .slick-slide img {
    width: 280px;
}
.standard-product-main .product-box h4 {
    text-transform: capitalize;
    font-size: 18px;
}
.product-capacity-section {
  font-family: 'Roboto', sans-serif;
  padding: 40px 20px;
  background: #f9f9f9;
}

.capacity-selector {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: #0a2b59;
  padding: 15px 30px;
  color: #fff;
  flex-wrap: wrap;
}

.selector-title {
  font-weight: 600;
  font-size: 16px;
}

.capacity-list {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.capacity-list li {
  padding: 5px 12px;
  border-radius: 5px;
  transition: 0.3s ease;
}
.feature-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.feature-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #0a2b59;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    margin-bottom: 40px;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-img {
    width: 190px;
    height: 190px;
    margin: 30px auto 0;
    overflow: hidden;
}

.feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-box h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
  text-transform: uppercase;
}

.feature-box p {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.prorow:nth-child(even) {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .prorow,
    .prorow:nth-child(even) {
        flex-direction: column;
    }
}

.twogridbanner-wrapper .banner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
}

.twogridbanner-wrapper .custom-banner {
  display: flex;
  height: 93px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  margin-bottom: 20px;
}

.twogridbanner-wrapper .custom-banner:hover {
  transform: translateY(-3px);
}

.twogridbanner-wrapper .banner-text {
  flex: 1;
  background: linear-gradient(135deg, #f9f9f9, #e6e6e6);
  color: #2b2b2b;
  display: flex;
  align-items: center;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Segoe UI', sans-serif;
  text-transform: capitalize;
}

.twogridbanner-wrapper .banner-link {
  flex: 1;
  background-color: #1e2a38;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 25px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  text-align: right;
}

.twogridbanner-wrapper .banner-link .highlight-link {
  color: #b2d235;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.twogridbanner-wrapper .banner-link .highlight-link:hover {
  color: #ffffff;
}

.related-gallery-posts h4 {
    font-weight: 600;
    color: #2c2c38;
}

.related-photo-box {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #fff;
}

.related-photo-box:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.related-photo-gallery {
    color: #ffffff;
    text-align: center;
    padding: 40px 0 10px 0;
}
.download-box-link {
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
    padding-bottom: 20px;
}

h1.entry-title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.10rem;
}

.entry-content h2 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.10rem;
}

.entry-content h3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.10rem;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
	background:#CCC;
}
@media(max-width:767px){
	.asphal-main-text{display:block}
	.asphalt-batch-heading{width:100%}
}











       h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #0a0a0a;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
        section {
            padding: 0px 0;
           /* min-height: 100vh;*/
        }

.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #00aeef;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #8ab101;
}

.btn-style-one:hover{
  background-color: #0794c9;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 50px 0 0px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #05152c;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: #34322b;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}

.about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 80px);
    top: -40px;
    left: 20px;
    background: transparent;
    z-index: 0;
    border: 20px solid #97d14a;
	border-radius:50px 0 50px 0;
}

.about-section .image-column .image-1{
  position: relative;
}
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
      border-radius: 46px;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: #f
}
.category-sections:nth-child(odd) .row {
    flex-direction: row-reverse;
}


