@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: none;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li,span,ol {
  margin: 0px;
  padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Lato", sans-serif;
}
body {
  font-size: 15px;
  color: #000;
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

/** **************** **/


body::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar{
  width: 8px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}

/** **************** **/

@font-face {
    font-family: 'Quatro Slab';
    src: url('../font/QuatroSlab-SemiBoldItalic.eot');
    src: local('Quatro Slab SemiBold Italic'), local('QuatroSlab-SemiBoldItalic'),
        url('../font/QuatroSlab-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/QuatroSlab-SemiBoldItalic.woff2') format('woff2'),
        url('../font/QuatroSlab-SemiBoldItalic.woff') format('woff'),
        url('../font/QuatroSlab-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Quatro Slab UltraBlack';
    src: url('../font/QuatroSlab-UltraBlackItalic.eot');
    src: local('Quatro Slab UltraBlack Italic'), local('QuatroSlab-UltraBlackItalic'),
        url('../font/QuatroSlab-UltraBlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/QuatroSlab-UltraBlackItalic.woff2') format('woff2'),
        url('../font/QuatroSlab-UltraBlackItalic.woff') format('woff'),
        url('../font/QuatroSlab-UltraBlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Quatro Slab';
    src: url('../font/QuatroSlab-Bold.eot');
    src: local('Quatro Slab Bold'), local('QuatroSlab-Bold'),
        url('../font/QuatroSlab-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/QuatroSlab-Bold.woff2') format('woff2'),
        url('../font/QuatroSlab-Bold.woff') format('woff'),
        url('../font/QuatroSlab-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Quatro Slab';
    src: url('../font/QuatroSlab-Italic.eot');
    src: local('Quatro Slab Italic'), local('QuatroSlab-Italic'),
        url('../font/QuatroSlab-Italic.eot?#iefix') format('embedded-opentype'),
        url('../font/QuatroSlab-Italic.woff2') format('woff2'),
        url('../font/QuatroSlab-Italic.woff') format('woff'),
        url('../font/QuatroSlab-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Quatro Slab';
    src: url('../font/QuatroSlab-Regular.eot');
    src: local('Quatro Slab Regular'), local('QuatroSlab-Regular'),
        url('../font/QuatroSlab-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/QuatroSlab-Regular.woff2') format('woff2'),
        url('../font/QuatroSlab-Regular.woff') format('woff'),
        url('../font/QuatroSlab-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quatro Slab';
    src: url('../font/QuatroSlab-SemiBold.eot');
    src: local('Quatro Slab SemiBold'), local('QuatroSlab-SemiBold'),
        url('../font/QuatroSlab-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/QuatroSlab-SemiBold.woff2') format('woff2'),
        url('../font/QuatroSlab-SemiBold.woff') format('woff'),
        url('../font/QuatroSlab-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Quatro Slab';
    src: url('../font/QuatroSlab-BoldItalic.eot');
    src: local('Quatro Slab Bold Italic'), local('QuatroSlab-BoldItalic'),
        url('../font/QuatroSlab-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/QuatroSlab-BoldItalic.woff2') format('woff2'),
        url('../font/QuatroSlab-BoldItalic.woff') format('woff'),
        url('../font/QuatroSlab-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Quatro Slab';
    src: url('../font/QuatroSlab-Medium.eot');
    src: local('Quatro Slab Medium'), local('QuatroSlab-Medium'),
        url('../font/QuatroSlab-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/QuatroSlab-Medium.woff2') format('woff2'),
        url('../font/QuatroSlab-Medium.woff') format('woff'),
        url('../font/QuatroSlab-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Quatro Slab UltraBlack';
    src: url('../font/QuatroSlab-UltraBlack.eot');
    src: local('Quatro Slab UltraBlack'), local('QuatroSlab-UltraBlack'),
        url('../font/QuatroSlab-UltraBlack.eot?#iefix') format('embedded-opentype'),
        url('../font/QuatroSlab-UltraBlack.woff2') format('woff2'),
        url('../font/QuatroSlab-UltraBlack.woff') format('woff'),
        url('../font/QuatroSlab-UltraBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Quatro Slab';
    src: url('../font/QuatroSlab-MediumItalic.eot');
    src: local('Quatro Slab Medium Italic'), local('QuatroSlab-MediumItalic'),
        url('../font/QuatroSlab-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/QuatroSlab-MediumItalic.woff2') format('woff2'),
        url('../font/QuatroSlab-MediumItalic.woff') format('woff'),
        url('../font/QuatroSlab-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/** **************** **/

.m0 {
  margin: 0px;
}
.mt0 {
  margin-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px !important; 
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
/**/
.p0 {
  padding: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
/** **************** **/
.align-center {
  align-items: center;
}
/** **************** **/
.container {
  max-width: 1300px;
}
/** **************** **/

#header{
  background: #fff url(../images/cement-texture.jpg) 0 0 repeat;
}

.fixed-top,
.header_tp,
.main-nav a,
.main-nav > ul > li {
  position: relative;
}

.header_menu .main-nav{
  margin-top: 3px;
}

.main-nav .drop-down ul li:after {
  display: none;
}

.main-nav .drop-down ul li a,
.main-nav a {
  color: #182333;
  font-weight: 600;
  letter-spacing: 0.25px;
}

.menu-icon {
  float: left;
  width: 60px;
  cursor: pointer;
  padding: 10px 0;
}

.menu-icon .bar2 {
  width: 48px;
}

.menu-icon .bar3 {
  width: 60px;
}

.menu-icon:hover .bar1 {
  width: 38px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.menu-icon:hover .bar2 {
  width: 52px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.fixed-top {
  display: block;
  background: #fff;
  top: 0;
  padding: 5px 0;
  box-shadow: 0px 4px 0px rgb(197 197 197);
}

.header-scrolled .header_menu .main-nav{
  margin-top: 0;
}


.logo {
  position: relative;
}

.header-scrolled .logo {
  margin-top: -10px;
}

.header-scrolled .scrollto img {
  width: 220px;
  height: auto;
  margin-top: 7px;
}

.header-scrolled {
  position: fixed;
  padding: 7px 0 8px;
  /*box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);*/
}

.scrollto img {
  width: 265px;
  height: auto;
}

.main-nav {
  float: right;
}

.main-nav > ul {
  margin: 10px 0;
  display: flex;
}

.main-nav > ul > li {
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: inline-block;
  font-size: 15px;
  padding: 8px 10px;
  text-transform: uppercase;
}

.header-scrolled .main-nav a{
  padding: 4px 10px;
}

.main-nav .active > a,
.main-nav a:hover,
.main-nav li:hover > a,
.mobile-nav .active > a,
.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #ec3338;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
  border: none;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 220px;
  position: relative;
}

.main-nav .drop-down ul li {
  border-bottom: 1px solid #f4f4f7;
  margin-top: 0;
}

.main-nav .drop-down ul li:last-child {
  border-bottom: 0;
}

.main-nav .drop-down .drop-down > a,
.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down ul li a {
  padding: 10px;
  border-radius: 2px;
  transition: 0.2s linear;
  font-size: 15px;
  text-transform: capitalize;
  width: 100%;
}

.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background-color: #ec3338;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 13px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.mega_wdth {
  width: 50%;
  display: inline-block;
}

.mega_wdth span {
  font-weight: 600;
  display: block;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  padding-left: 6px;
}

.mobile-nav a {
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #00266a;
  transition: 0.4s;
}

.mobile-nav a {
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 9998;
  border: 0;
  font-size: 16px;
  background: #0a44b9;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  transition: 0.4s;
  outline: 0;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i{
    margin: 0;
    color: #ed3237;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  display: none;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.get_start {
  background: #ed3237;
  border: 1px solid #ed3237;
  border-radius: 50px;
  margin-left: 10px;
}
.get_start:hover {
  background: #3e4095;
  border: 1px solid #3e4095;
}
.get_start a {
  color: #fff;
  display: block;
  line-height: 20px;
}
.get_start:hover a {
  color: #fff !important;
}

/*-- ------------------------ --*/

#video_section{
  position: relative;
}
.video_wrapper {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.video_wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#video_section {
  position: relative;
  overflow: hidden;
}
#video_section:after {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 10%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}

/*-- ------------------------ --*/

.hm-about {
    padding: 60px 0 260px;
    position: relative;
}

/*.hm-about:after {
    content: "";
    border-radius: 45%;
    background: #ffffff;
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
}*/

.hm-about-dtl h2 {
    line-height: 55px;
    color: #3b3b3b;
    font-weight: 300;
    letter-spacing: -0.9px;
    font-size: 35px;
    transition: color 0.2s linear;
    margin-bottom: 5px; 
}

.hm-about-dtl h2 span {
    display: block;
    font-size: 35px;
    color: #e73439;
    font-weight: 700;
    letter-spacing: -0.9px;
    transition: color 0.2s linear;
    display: block;
    font-family: 'Quatro Slab';
}

.hm-about-dtl p {
    font-size: 16px;
    font-weight: 400;
    color: #777;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 10px;
}

.hm-about-img {
    width: 100%;
    text-align: center;
}

/*-- ------------------------ --*/

.factory{
  background: url(../images/bg.jpg);
  background-size: cover;
  padding-bottom: 120px;
}
.factory .row{
  position: relative;
  align-items: end;
}
.factory-center{
  justify-content: center;
}
.factory-img img{
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.factory-img img{
  background: #fff;
  border: 1px solid #00000030;
}
.factory-top{
  margin-top: 300px;
}

/*-- ------------------------ --*/

.main-sectors-head{
 padding: 40px 0;
 background: #fff url(../images/cement-texture.jpg) 0 0 repeat;
 position: relative;
}
.main-sectors-head:after{
  content: "";
  background: #4e4e4e;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-industry-sec{
  padding: 0px 0px 0px;
  position: relative;
}
.main-solution{
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff url(../images/cement-texture.jpg) 0 0 repeat;
}
.sectors-head{
  position: relative;
  z-index: 9;
}
.sectors-head h2{
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  position: relative;
  background: url(../images/text-bg.jpg) 0 0 / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Quatro Slab';
}
.sectors-head p{
  color: #fff7;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.50px;
  margin-top: 5px;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

#solution-main-slider .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

#solution-main-slider .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

#solution-main-slider .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

#solution-main-slider .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

#solution-main-slider .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

#solution-main-slider .main-solution .desktop-solution {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 0;
}

#solution-main-slider .main-solution .desktop-solution .box {
  /*border-radius: 15px;*/
  border-radius: 0px;
  min-height: 380px;
  position: relative;
  overflow: hidden;
  min-width: 76px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  padding: 8px;
}

#solution-main-slider .main-solution .desktop-solution .box a {
  height: 100%;
  width: 100%;
  display: block;
}

#solution-main-slider .main-solution .desktop-solution .solution-item1 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../images/power.png) center no-repeat;
  background-size: cover;
}

#solution-main-slider .main-solution .desktop-solution .solution-item2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../images/sewage.png) center no-repeat;
  background-size: cover;
}

#solution-main-slider .main-solution .desktop-solution .solution-item3 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../images/railways.jpg) center no-repeat;
  background-size: cover;
}

#solution-main-slider .main-solution .desktop-solution .solution-item4 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../images/industrial.jpg) center no-repeat;
  background-size: cover;
}

#solution-main-slider .main-solution .desktop-solution .solution-item8 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../images/roadway.jpg) center no-repeat;
  background-size: cover;
}

#solution-main-slider .main-solution .desktop-solution .box:after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 0px;
  transition: 0.5s;
  opacity: 1;
}

#solution-main-slider .main-solution .desktop-solution .box.active:after {
  opacity: 0;
}

#solution-main-slider .main-solution .desktop-solution .box .box-icon {
  background-color: #00000066;
  border: 1px solid #ffffff;
  padding: 5px;
  margin-bottom: 40px;
  border-radius: 10px;
  height: 60px;
  width: 60px;
  transition: 0.4s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#solution-main-slider .main-solution .desktop-solution .box .box-icon span{
  position: absolute;
  left: 50%;
  bottom: -30px;
  font-size: 17px;
  letter-spacing: 0.50px;
  font-weight: 300;
  color: #fff;
  transform: translate(-50%, 0px);
}

#solution-main-slider .main-solution .desktop-solution .box.active .box-icon span{
  display: none;
}

#solution-main-slider .main-solution .desktop-solution .box .box-icon img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1) !important;
}

#solution-main-slider .main-solution .desktop-solution .box .box-content {
  z-index: 1;
  border-left: 4px solid #ed3237;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(24 24 24));
}

#solution-main-slider .main-solution .desktop-solution .box .box-content h3 {
  font-weight: 600;
  color: #ffffff;
}

#solution-main-slider .main-solution .desktop-solution .box a .label {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin: auto auto 10px;
  align-items: center;
}

#solution-main-slider .main-solution .desktop-solution .box.active a .label {
  justify-content: start;
  align-items: start;
}

#solution-main-slider .main-solution .desktop-solution .box.active {
  padding: 20px;
}

.desktop-solution {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  /*max-width: 1020px !important;*/
  max-width: 100% !important;
  margin: 0 auto;
}

.desktop-solution .box {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 380px;
  border-radius: 10px;
  cursor: pointer;
  flex: 0.5;
  position: relative;
  transition: flex 0.7s ease-in;
}

.desktop-solution .box .box-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
  padding-right: 16px;
}

.desktop-solution .box.active {
  flex: 5;
}

.desktop-solution .box.active .box-content {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.4s;
}

.desktop-solution .box.active .box-icon {
  transition: opacity 0.3s ease-in 0.4s;
}

@media (max-width: 1500px) {
  #solution-main-slider .main-solution .desktop-solution {
    overflow-x: hidden;
  }
  #solution-main-slider .main-solution .desktop-solution .box,
  .desktop-solution .box {
    height: 488px;
    min-height: 488px;
  }
}

@media only screen and (max-width: 1200px) {
  #solution-main-slider {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  #solution-main-slider .main-solution .desktop-solution {
    display: block !important;
  }

  #solution-main-slider .main-solution {
    border-radius: 15px;
    padding: 60px 0 40px;
  }

  #solution-main-slider .main-solution .desktop-solution .box.active {
    transform: unset;
    width: auto;
    max-width: 100% !important;
  }

  #solution-main-slider .main-solution .desktop-solution .box .label {
    height: calc(100% - 48px);
    flex-direction: column;
    justify-content: space-between;
    bottom: 24px;
    left: 24px;
  }


  .swiper-slide {
    overflow: hidden;
  }
  #solution-main-slider {
    padding: 0 0px;
    position: relative;
    z-index: 0;
  }

  #solution-main-slider .main-solution .desktop-solution .box {
    padding: 20px;
  }

  #solution-main-slider .main-solution .desktop-solution .box .box-content {
    opacity: 1;
  }

  #solution-main-slider .main-solution .desktop-solution .box a .label {
    justify-content: start;
  }

  #solution-main-slider .main-solution .desktop-solution .box:after {
    display: none;
  }

  .solution-heading p {
    padding: 16px 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  #solution-main-slider .main-solution .desktop-solution .box {
    flex: unset !important;
    min-width: 100% !important;
  }
}

@media (max-width: 768px) {
  #solution-main-slider .main-solution {
    padding: 40px 0;
    border-radius: 0px;
  }
}

@media (max-width: 576px) {
  #solution-main-slider .main-solution .desktop-solution .box {
    min-height: 300px;
    height: 300px;
  }
}


@media (min-width: 992px) {
  #solution-main-slider .main-solution .desktop-solution .box {
    margin: 0 8px;
  }
}

/*-- ------------------------ --*/
.hm-solution-prod {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2rem 2rem 1.5rem 2rem;
  text-align: center;
  background: #fff;
  border-radius: 25px;
  height: 100%;
  position: relative;
  transition: all .5s ease-out;
  overflow: hidden;
}
.hm-solution-prod:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: rgb(28 28 28) 0px 20px 30px -10px;
}
.hm-solution-prod:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ed3237;
    transition: all .3s ease-out;
}
.hm-solution-prod:hover:before {
    top: 0;
}
.hm-solution-prod img{
  border: 4px solid #d3d3d3;
  position: relative;
  z-index: 9;
}
.hm-solution-prod span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  padding-top: 18px;
  position: relative;
  z-index: 9;
  color: #182333;
}
.hm-solution-prod:hover span{
  color: #fff;
}

/*-- ------------------------ --*/

.hm-prod {
  padding: 30px 0;
  /*background: #fff url(../images/cement-textures.jpg) 0 0 repeat;*/
  overflow: hidden;
}
.hm_product_image {
  position:relative;
}
.hm_product_image_lft {
  position:relative;
}
.product_hm{
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.hm_product_image .product_design {
  position:absolute;
  overflow:hidden;
  width:200px;
  height:212px;
  right:0;
  top:0;
}
.hm_product_image_lft .product_design_lft {
  position:absolute;
  overflow:hidden;
  width:200px;
  height:212px;
  left:0;
  top:0;
}
.product_img {
  position:relative;
  z-index:1;
  padding-left: 30px;
}
.product_img_lft {
  position:relative;
  z-index:1;
  padding-right: 30px;
}
.hm_product_detail, .hm_product_detail_rht {
  position: relative;
}
.product_dtl {
  position: relative;
}
.product_dtl_rht {
  position: relative;
}
.product_dtl span, .product_dtl_rht span {
  position: relative;
  font-size: 15px;
  color: #093268;
  font-weight: 600;
  letter-spacing:1px;
  margin-bottom: 12px;
  text-transform: uppercase;
  display: block;
}
.product_dtl span:after {
  position: absolute;
  content: '';
  left: 105%;
  top: 10px;
  height: 2px;
  width: 225px;
  z-index: 9;
  background-color: #093268;
}
.product_dtl_rht span:after {
  position: absolute;
  content: '';
  right: 105%;
  top: 10px;
  height: 2px;
  width: 225px;
  z-index: 9;
  background-color: #093268;
}
.product_dtl h2, .product_dtl_rht h2{
  font-weight: 700;
  font-family: 'Quatro Slab';
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #4e4e4e;
}
.product_dtl p, .product_dtl_rht p {
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 28px;
    display: block;
    color: #21262b;
    letter-spacing: 0.50px;
    font-weight: 500;
    text-align: justify;
}
.product_btn_rht a {
  margin-left: 50px;
}
.product_btn a i, .product_btn_rht a i {
  font-size:15px;
  margin-right:5px;
}
.product_btn a:hover, .product_btn_rht a:hover {
  box-shadow: 7px 7px 0px 0px rgb(239 239 239 / 41%);
  background:#fff;
  border:2px solid #efefef;
  color:#093268;
}
 
.btnss-item {
  display: inline-block;
  text-align: center;
  width: auto;
  margin: 1em 0 0;
  vertical-align: top;
}
.btnss {
  position: relative;
  display: block;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  color: #ed3237;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding: 0.6em 2em;
  background: transparent;
  z-index: 1;
}
 
.btnss-3 {
  border: none;
}
.btnss-3::before,
.btnss-3::after {
  content: ' ';
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 5%;
  border: 2px solid #ed3237;
  border-right: none;
  z-index: -1;
}
.btnss-3::after {
  left: auto;
  right: 0;
  border-right: 2px solid #ed3237;
  border-left: none;
}
.btnss-3:hover {
  color: #182333;
}
.btnss-3:hover::before,
.btnss-3:hover::after {
  border-color: #182333;
  width: 50%;
}
 
/*-- ------------------------ --*/

.hm-future{
  background-color: #f0f0f0;
  padding: 30px 0;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.hm-future-dtl{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translate(0%,-50%);
  padding-top: 10%;
  padding-left: 20px;
  z-index: 1;
}
.hm-future-dtl h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  background: url(../images/text-bg.jpg) 0 0 / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: 'Quatro Slab';
}
.hm-future-dtl p{
  font-size: 17px;
  padding-bottom: 10px;
  line-height: 28px;
  display: block;
  color: #fff;
  letter-spacing: 0.50px;
  font-weight: 500;
  text-align: justify;
}
.hm-future-img{
  float: right;
  position: relative;
  right: -15px;
  width: 80%;
}

/*-- ------------------------ --*/

#client_section {
  padding: 60px 0;
  position: relative;
  background: #fff;
}
#client_section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  min-height: 384px;
  display: block;
  background: #f0f0f0bf;
}
.client_haeding {
  padding-bottom: 50px;
}
.client_haeding h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    position: relative;
    background: url(../images/bg.jpg) 0 0 / cover no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Quatro Slab';
}
.client_haeding p{
  color: #0008;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.50px;
  margin-top: 5px;
}
.client_feature_bg {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 5px 6px 20px -5px rgb(70 70 70 / 10%);
  /*border-radius:10px;*/
  margin-bottom: 30px;
  /* border: 2px solid #f3f3f3; */
}
.client_item {
  width: 20%;
  padding: 25px;
  text-align: center;
  border-right: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  position: relative;
  cursor: pointer;
}
.client_item.brn{
  border-right: none;
}
.client_item.brb{
  border-bottom: none;
}
.client_item:before {
  position: absolute;
  content: "";
  width: 108%;
  height: 108%;
  background: #fff;
  top: -5%;
  left: -5%;
  opacity: 0;
  z-index: 1;
  display: inline-block;
  transform: scale(0.85);
}
.client_item:hover:before {
  opacity: 1;
  transform: scale(1);
  box-shadow: 5px 6px 20px -5px rgb(70 70 70 / 10%);
}
.client_logo img {
  position: relative;
  z-index: 2;
}

/*-- ------------------------ --*/

footer{
    background-color: #404040;
    color: #fff;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom right;
    border-top: 10px solid #fff;
}
.ftr-cont{
    padding: 35px 0px 25px 0px;
    position: relative;
    z-index: 1;
}
.ftr-cont:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/cement-texture.jpg);
    z-index: -1;
    width: 6000px;
    height: 150%;
    box-shadow: 9px 0px 6px 0px #7272721a;
}
.ftr-office ul li {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #000;
    padding-left: 40px;
    margin: 0 0 10px;
    position: relative;
    font-weight: 500;
}
.ftr-office ul li img {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 25px;
}
.ftr-office ul li a {
    /* color: rgb(255 255 255); */
    font-weight: 500;
    color: #000;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.50px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.ftr-logo{
    margin-bottom: 25px;
}
.ftr-logo img{
  width: 300px;
}
.ftr-head h4 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.50px;
    font-family: 'Quatro Slab';
    margin-bottom: 10px;
}
.ftr-link{
  padding-left: 15px;
}
.ftr-link ul li {
    position: relative;
    padding-left: 15px;
}
.ftr-link ul li a {
    display: block;
    color: #b3b3b3;
    font-size: 15px;
    letter-spacing: 0.50px;
    text-decoration: none;
    margin: 0 0 10px;
    transition: all 0.3s ease-in-out;
}
.ftr-link ul li a:hover{
  color: #fff;
}
.ftr-link ul li:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    margin-right: 14px;
    vertical-align: middle;
    transition: all 200ms linear 0s;
    position: absolute;
    left: 0;
    top: 9px;
}
.social-icon {
  padding-top: 10px;
}
.social-icon h4 {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    color: #14419d;
    font-weight: 400;
    display: block;
    padding: 5px 0;
    text-align: left;
    margin-bottom: 10px;
}
.social-icon ul {
    opacity: 1;
    text-align: left;
}
.social-icon ul li {
    display: inline-block;
    padding-right: 10px;
}
.social-icon ul li a {
    opacity: 1;
}
.social-icon ul li a i {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius:50%;
    font-size:20px;
    text-align: center;
    /*transition: all .8s;
    -webkit-transition: 0.8s ease;*/
    border: 1px solid #5e5e5e;
    color: #5e5e5e;
}
.social-icon ul li a:hover i {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    background: #5e5e5e;
    color: #fff;
}

.ftr-cont-bord{
  background: #ffffff0d;
  padding: 20px 5px 5px 5px;
  border: 2px solid #ed3237;
  border-radius: 15px;
  box-shadow: 0 0 30px 15px #26262659;
}
.ftr-cert-head{
  padding-top: 10px;
  padding-bottom: 8px;
}
.ftr-cert-head span{
  letter-spacing: 0.50px;
  font-family: 'Quatro Slab';
  font-weight: 600;
  font-size: 20px;
  color: #3b3b3b;
  display: block;
}
.ftr-conts {
    padding-bottom: 15px;
    padding-left: 0px;
    position: relative;
}
.ftr-conts h4 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.50px;
    font-family: 'Quatro Slab';
    margin-top: 15px;
    margin-bottom: 5px;
}
.cont_bx {
    line-height: 40px;
    text-align: center;
    background: #ce2127;
    box-shadow: 0 0 0 3px rgb(255 255 255 / 22%);
    margin-right: 18px;
    width: 45px;
    height: 45px;
    border-radius: 10%;
    background-color: #fff;
}
.ftr-conts p a {
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    word-spacing: 2px;
}
.ftr-pt{
  padding-top: 30px;
  padding-bottom: 30px;
}
.foooter_btm {
  padding: 15px 0;
  text-align: center;
  background: #fff;
}
.ft_btm_dtl p {
  color: #494949;
  display: block;
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 500;
}
.ft_btm_dtl p span a {
  color: #ff0000;
  display: inline-block;
}

/*-- ------------------------ --*/

.inner-banner{
  background: #41413f;
  position: relative;
}
.inner-banner:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0002;
}
.inner-banner-rel {
  /*background: url(../images/inner-prod-banner.jpg) no-repeat;
  padding: 120px 0 40px;
  background-position: 35%;
  background-size: cover;
  background-repeat: no-repeat;*/
  position: relative;
}
.inner-banner-head h1 {
  position: absolute;
  right: 28px;
  bottom: 30px;
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 15px;
  color: #ffffff;
  z-index: 1;
}
.inner-banner-head h1 span {
  background: #ed0b11;
  padding: 10px 12px;
  position: relative;
}
.inner-banner-head h1 span:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgb(237 11 17));
  width: 30px;
  height: 100%;
  left: -29px;
  top: 0;
}
.inner-banner-head h1 span:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, rgba(237 11 17), rgb(255, 0, 0, 0));
  width: 30px;
  height: 100%;
  right: -29px;
  top: 0;
}
.cover-mobile{
  display: none;
}

@media screen and (max-width: 767px) {
  .inner-banner-rel, .inner-banner .col-md-12{
    position: initial;
  }
  .cover-desktop{
    display: none;
  }
  .cover-mobile{
    display: block;
  }
  .inner-banner-head h1{
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    font-size: 19px;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}
/*-- ------------------------ --*/

.hm-who{
  padding: 80px 0;
  background: url(../images/cement.png) repeat;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.hm-who-box{
  background-image: url(../images/board-bg2.png);
  background-size: 100% 100%;
  background-position: bottom;
  padding: 30px 30px 20px 30px;
  height: 100%;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}
.hm-who-box:hover{
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transform: translate3d(0, -7px, 0);
  -webkit-transform: translate3d(0, -7px, 0);
}
.hm-who-box:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hm-who-box:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.hm-who-box h3{
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  position: relative;
  background: url(../images/text-bg.jpg) 0 0 / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Quatro Slab';
  margin-bottom: 10px;
}
.hm-who-box p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0.50px;
  text-align: justify;
}
.hm-who-box ul{
  height: 250px;
  overflow: auto;
}
.hm-who-box ul::-webkit-scrollbar {
  -webkit-appearance:none;
}
.hm-who-box ul::-webkit-scrollbar:vertical {
  width:5px;
}
.hm-who-box ul::-webkit-scrollbar-thumb {
  border-radius:10px;
  border:none;
  background-color:#ed3237;
}
.hm-who-box ul::-webkit-scrollbar:horizontal {
  height: 7px; 
}
.hm-who-box ul::-webkit-scrollbar-track {
  background-color: #f4f7fa6b;
  border-radius: 10px;
}
.hm-who-box ul li{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0.50px;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.hm-who-box ul li span{
  position: absolute;
  top: 0;
  left: 0;
}
/*-- ------------------------ --*/

.about{
  /*background: #f0f0f0bf;*/
  padding: 80px 0;
  background: url(../images/bg.jpg);
  background-size: cover;
}
.about-dtl img{
  width: 300px;
  margin-bottom: 15px;
}
.about-dtl h2{
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 45px;
  position: relative;
  background: url(../images/text-bg.jpg) 0 0 / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Quatro Slab';
  margin-bottom: 10px;
}
.about-dtl p{
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #FFF;
  line-height: 30px;
}
.about-dtl-snd p{
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #FFF;
  line-height: 30px;
}
.about-img{
  text-align: right;
}

/*-- ------------------------ --*/

.abt-timeline{
  padding: 80px 0;
  overflow: hidden;
  background: #fff url(../images/cement.png) 0 0 repeat;
}
.timeline-item.mt40{
  margin-top: 40px !important;
} 

.hr-line {
    border-top: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #e8e8e8, #c6c6c6, #e8e8e8) border-box;
}
.timeline {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  font-family: "Roboto";
  font-weight: 300;
}
.timeline .timeline-item {
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
  align-items: center;
  position: relative;
}
.timeline .timeline-item:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  background: #fff;
  border: 4px solid #ef3e42;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  border-radius: 100%;
}
.timeline .timeline-item > div {
  width: 44%;
}
.timeline .timeline-item > div img {
  width: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
    border-radius: 1.563vw;
    overflow: hidden;
    border: 7px solid #fff;
    box-shadow: 2px 2px 13px 2px #0000002e;
}
.timeline .timeline-item__content {
  background: linear-gradient(to left, rgba(0, 0, 0, 8%), rgba(0, 0, 0, 0) 50%);
  line-height: 1.5;
  padding: 20px 35px;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  margin-top: 22px;
}
.timeline .timeline-item__content .timeline-item__title {
  color: #005eb8;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 800;
}
.timeline .timeline-item__content .timeline-item__description{
  letter-spacing: 0.50px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #444444;
  line-height: 25px;
  font-family: "Lato", sans-serif;
}
.timeline .timeline-item__content:after {
  position: absolute;
  content: "";
  top: calc(50% - 10px);
  left: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 20px 20px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 8%);
}
.timeline .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}
.timeline .timeline-item:nth-child(even) .timeline-item__content {
  background: linear-gradient(to right, rgba(0, 0, 0, 8%), rgba(0, 0, 0, 0) 50%);
}
.timeline .timeline-item:nth-child(even) .timeline-item__content:after {
  left: auto;
  right: 100%;
  transform: translateY(-50%) rotate(180deg);
}
.timeline:after {
  content: "";
  position: absolute;
  width: 2px;
  top: -40px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #fff 0%, #cdcdcd 0px, #cdcdcd calc(100% - 100px), #e7e7e7 100%);
}
.abt-timeline-head{
  margin-bottom: 30px;
}
.abt-timeline-head h2{
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  position: relative;
  background: url(../images/bg.jpg) 0 0 / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Quatro Slab';
}
.abt-timeline-head p{
  color: #444444;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.50px;
  margin-top: 5px;
}

/*-- ------------------------ --*/

.product-main{
    padding: 80px 0;
    /*background: url(../images/cement.png) repeat;*/
    position: relative;
    height: 100%;
    overflow: hidden;
}
.product-dtl h2{
    font-size: 35px;
    color: #e73439;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -0.9px;
    transition: color 0.2s linear;
    display: block;
    font-family: 'Quatro Slab';
}
.product-dtl h3{
  font-weight: 800;
  font-size: 26px;
  color: #4e4e4e;
  margin-bottom: 10px;
}
.product-dtl p{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #515151;
  line-height: 32px;
  text-align: justify;
}
.product-dtl p span{
  font-weight: 600;
}
.product-dtl ul li{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #515151;
  line-height: 26px;
  padding-left: 20px;
  position: relative;
}
.product-dtl ul li:after{
  content: "";
  width: 6px;
  height: 6px;
  background: #515151;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
.product-img-main {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 25px;
  height: 100%;
  position: relative;
  transition: all .5s ease-out;
  overflow: hidden;
}
.product-img-main2{
  background: url(../images/cement.png) repeat !important;
  height: auto;
}
.product-img-main2 img{
  border: 4px solid #ffffff !important;
}
.product-img-main:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: rgb(28 28 28) 0px 20px 30px -10px;
}
.product-img-main:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ed3237;
    transition: all .3s ease-out;
}
.product-img-main:hover:before {
    top: 0;
}
.product-img-main img{
  border: 4px solid #d3d3d3;
  position: relative;
  z-index: 9;
}
.product-main .row{
  align-items: center;
}

.prod-feature{
  padding: 80px 0;
  background: url(../images/cement-texture-black.jpg);
  background-repeat: repeat;
}
.prod-feature-dtl h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 45px;
  position: relative;
  font-family: 'Quatro Slab';
  letter-spacing: 0.50px;
  margin-bottom: 10px;
  text-shadow: 2px 1px 2px #000000;
}
/*.prod-feature-dtl h2 span{
  color: #fff;
  background: url(../images/text-bg.jpg) 0 0 / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}*/
.prod-feature-dtl P{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #FFF;
  line-height: 32px;
}
.prod-feature-dtl ul li{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  line-height: 32px;
  position: relative;
}
.prod-feature-dtl ul li span{
  font-weight: 600;
}
.prod-feature-dtl ul li ol li{
  list-style: none;
  padding-left: 35px;
  position: relative;
}
.prod-feature-dtl ul li ol li:after{
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  top: 15px;
  left: 15px;
}
.prod-feature-dtl2 ul li span{
  display: block;
  padding-top: 15px;
}
.inner_prod_table {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  padding: 15px;
}
.prod-specification{
  padding: 80px 0;
}
.prod-specification-dtl h2{
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 45px;
  position: relative;
  font-family: 'Quatro Slab';
  letter-spacing: 0.50px;
  margin-bottom: 10px;
  text-shadow: 2px 1px 2px #000000;
}
.prod-specification .prod-specification-dtl h2{
  font-weight: 700;
  font-family: 'Quatro Slab';
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-text-fill-color: #4e4e4e;
  color: #4e4e4e;
  text-align: center;
}
.prod-specification-dtl h3{
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    position: relative;
    background: url(../images/bg.jpg) 0 0 / cover no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Quatro Slab';
    margin-bottom: 10px;
}

.prod-specification-dtl .table {
    margin-bottom: 0px;
}
.prod-specification-dtl .inner_prod_table th {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #f8f9fa !important;
    align-content: center;
    background: linear-gradient(35deg, #454543 0%, #595958 100%);
}
.prod-specification-dtl .inner_prod_table td {
    border-color: #e5e5e5;
    border-right: 1px solid #e5e5e5;
    color: #676a6d;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
    font-size: 16px;
    text-transform: capitalize;
}
.prod-ind-img img{
  background: #d7d7d7;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0px 6px 15px 0px rgb(33 25 106 / 30%);
}
.manufaturing{
  padding: 60px 0;
}
.manufaturing-head h2{
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    position: relative;
    background: url(../images/bg.jpg) 0 0 / cover no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Quatro Slab';
}
.manufaturing-head p{
  color: #0008;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.50px;
  margin-top: 5px;
}
.manufaturing-head p span{
  font-weight: 600;
}
.manufaturing-box{
  text-align: center;
}
.manufaturing-box span{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #515151;
  line-height: 32px;
}
.prod-machine-chart{
  padding: 80px 0;
  background: url(../images/cement.png) repeat;
}
.prod-machine-chart-head h2{
  color: #fff;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  position: relative;
  background: url(../images/bg.jpg) 0 0 / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Quatro Slab';
}
.prod-machine-chart-box{
  margin: 15px 0;
}
.prod-machine-chart-box span{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #515151;
  line-height: 32px;
  text-align: center;
  display: block;
}
.prod-machine-chart-box img{
  border: 5px solid #c5c5c5;
  margin-bottom: 15px;
}

/*-- ------------------------ --*/

.videos{
  padding: 80px 0;
  background-image: url(../images/bg-video.jpg);
  background-size: contain;
  background-position: center;
}
.videos-head h2{
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 45px;
  position: relative;
  background: url(../images/text-bg.jpg) 0 0 / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Quatro Slab';
  margin-bottom: 10px;
}
.videos-yotube iframe{
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 25px;
  width: 100%;
  height: 400px;
  position: relative;
  transition: all .5s ease-out;
  overflow: hidden;
}
.videos-yotube iframe:hover{
  background: #e73439;
}
.videos-yotube{
  margin-bottom: 30px;
}
.videos-yotube span{
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  color: #fff;
  line-height: 32px;
}

/*-- ------------------------ --*/

.clients{
  padding: 80px 0;
  background-image: url(../images/bg-video.jpg);
  background-size: contain;
  background-position: center;
}
.clients-head h2{
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 45px;
  position: relative;
  background: url(../images/text-bg.jpg) 0 0 / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Quatro Slab';
  margin-bottom: 10px;
} 
.clients-box{
  box-shadow: 0px 6px 15px 0px rgb(33 25 106 / 30%);
  padding: 10px 30px;
  text-align: center;
  background: #fff;
  margin: 15px 0 15px 0;
  border-radius: 10px;
  position: relative;
  transition: all 500ms ease;
}

/*-- ------------------------ --*/

.contact{
  padding: 80px 0;
  overflow: hidden;
  background: #fff url(../images/cement.png) 0 0 repeat;
}
.cont-margin{
  margin: 30px 0;
}
.contact-head{
  margin-bottom: 30px;
  text-align: center;
}
.contact-num-box{
  border: 5px solid rgb(197 197 197);
  border-radius: 15px;
  margin-bottom: 60px;
  position: relative;
}
.contact-num-box:after{
  content: "";
  width: 4px;
  height: 100px;
  position: absolute;
  background: rgb(197 197 197);
  top: 50%;
  right: 49%;
  transform: translate(-50%,-50%);
}
.contact-head h2{
  font-size: 40px;
  color: #e73439;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  display: block;
  font-family: 'Quatro Slab';
}
.contact-head p{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #515151;
  line-height: 32px;
}
.contact-box{
  background: #fff;
  padding: 3rem;
  border: 5px solid rgb(197 197 197);
  height: 100%;
  border-radius: 15px;
}
.cont-map iframe{
  width: 100%;
  height: 160px;
}
.cont-address h4{
  font-weight: 800;
  font-size: 26px;
  color: #4e4e4e;
  margin-bottom: 10px;
  font-family: 'Quatro Slab';
}
.cont-address p{
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #777;
  line-height: 30px;
}
.cont-form{
  background: url(../images/bg.jpg);
  background-size: cover;
  padding: 3rem;
  height: 100%;
  border-radius: 15px;
}
.cont-form h2{
  font-weight: 800;
  font-size: 26px;
  color: #c5c5c5;
  margin-bottom: 10px;
  font-family: 'Quatro Slab';
}
.cont-form  input {
  height: 50px;
  background: #fff;
  margin-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  border: none;
}
.cont-form textarea {
  background: #f7f7f7;
  padding-left: 20px;
  padding-top: 15px;
  height: 120px;
  width: 100%;
  border: none;
}
.cont-form  select {
  height: 50px;
  background: #fff;
  margin-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  color: #777;
  border: none;
}
.cont-form .cnt-btn{
  width: 180px;
  height: 46px;
  background: #ed3237;
  display: flex;
  align-items: center;
  justify-content: center;
  place-self: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  border: 0px;
  position: relative;
  overflow: hidden;
  outline: none;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
  margin-top: 20px;
}
.cont-dtl{
  padding: 60px 40px;
  position: relative;
  padding-left: 100px;
}
.cont-dtl img{
  width: 50px;
  margin-bottom: 15px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0%,-50%);
}
.cont-dtl-left{
  padding-right: 100px;
}
.cont-dtl-left img{
  right: 30px !important;
  left: auto;
}
.cont-dtl span{
  display: block;
  font-weight: 800;
  font-size: 26px;
  color: #4e4e4e;
  font-family: 'Quatro Slab';
}
.cont-dtl a{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #777;
  line-height: 30px;
}
.cont-dtl a:hover{
  color: #4e4e4e;
}
.cont-dtl-left{
  text-align: right;
}

/*-- ------------------------ --*/

.events{
  padding: 80px 0;
  background-image: url(../images/bg-video.jpg);
  background-size: contain;
  background-position: center;
}
.events-head h2{
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 45px;
  position: relative;
  background: url(../images/text-bg.jpg) 0 0 / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Quatro Slab';
  margin-bottom: 15px;
}
.events-box {
  box-shadow: 0px 6px 15px 0px rgb(33 25 106 / 30%);
  padding: 10px;
  text-align: center;
  background: #fff;
  margin: 15px 0 15px 0;
  border-radius: 10px;
  position: relative;
  transition: all 500ms ease;
}

/*-- ------------------------ --*/


.projects{
  padding: 80px 0;
  background-image: url(../images/bg-video.jpg);
  background-size: contain;
  background-position: center;
}
.projects-head h2{
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 45px;
  position: relative;
  background: url(../images/text-bg.jpg) 0 0 / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Quatro Slab';
}
.projects-box{
  margin: 15px 0;
}
.projects-box img{
  box-shadow: 0px 6px 15px 0px rgb(33 25 106 / 30%);
  padding: 10px;
  text-align: center;
  background: #fff;
  margin: 15px 0 15px 0;
  border-radius: 10px;
  position: relative;
  transition: all 500ms ease;
}
.projects-box span{
  color: #fff;
  display: block;
  text-align: center;
  font-size: 20px;
}

/*-- ------------------------ --*/

.prod-ind{
  padding: 80px 0;
  background: url(../images/cement.png) repeat;
}
.prod-ind-head h2{
  font-weight: 700;
  font-family: 'Quatro Slab';
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #4e4e4e;
  text-align: center;
}
.prod-ind-box{
  margin: 15px 0;
}
.prod-ind-box img{
  box-shadow: 0px 6px 15px 0px rgb(33 25 106 / 15%);
  padding: 10px;
  text-align: center;
  background: #fff;
  margin: 15px 0 15px 0;
  border-radius: 10px;
  position: relative;
  transition: all 500ms ease;
}
.prod-ind-box span{
  display: block;
  text-align: center;
  font-size: 20px;
}

/*-- ------------------------ --*/

.prod-chart{
  padding: 80px 0;
}
.prod-chart-head h2{
  font-size: 35px;
  color: #e73439;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  display: block;
  text-align: center;
  font-family: 'Quatro Slab';
}
.machine-chart-bg:hover path{
  fill: #e3e3e3;
}
/**/
.st0{fill:#575756;}
.st1{fill:#EDEDED;}
.st2{fill:#C9C9C9;}
.st3{fill:#3B3B3B;}
.st4{font-family: "Lato", sans-serif;}
.st5{font-size:31.1582px;}
.st5 a:hover{fill:#E73439}
.st6{fill:#E73439;}
.st7{fill:#FFFFFF;}
.st8{font-family:'Quatro Slab';}
.st9{font-size:50px; font-weight: bolder;}
/**/
.prod-adv{
  padding: 80px 0;
  background: url(../images/bg.jpg);
  background-size: cover;
}
.prod-adv-dtl h2{
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 45px;
  position: relative;
  background: url(../images/text-bg.jpg) 0 0 / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Quatro Slab';
  margin-bottom: 10px;
}
.prod-adv-dtl ul li{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  line-height: 32px;
}
.prod-adv-dtl p{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  line-height: 32px;
}
.prod-machine{
  padding: 80px 0;
}
.prod-machine a span{
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  color: #515151;
  line-height: 32px;
}
.prod-machine-head h2{
  color: #fff;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  position: relative;
  background: url(../images/bg.jpg) 0 0 / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Quatro Slab';
}
.prod-adv-box{
  text-align: center;
  margin-top: 30px;
}
.prod-adv-box li {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 10px;
  font-size: 16px !important;
  font-weight: 600 !important;
  background: #f5f5f521;
  text-transform: uppercase;
  color: #fff !important;
  letter-spacing: 0.50px;
  border-radius: 5px;
  border: 4px solid #ed3237;
}
.prod-adv-box li:last-child{
  margin-right: 0px;
}

.prod-variants{
  padding: 80px 0;
}
.prod-variants-head h3{
  font-weight: 700;
  font-family: 'Quatro Slab';
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #4e4e4e;
}
.prod-variants-img{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.prod-variants-dtl p{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #515151;
  line-height: 32px;
}


.prod-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
 
}
.prod-slider .owl-nav .owl-prev { 
  display: inline-block;
  transform: translate(-25px, 0);
  cursor: pointer;
}
.prod-slider .owl-nav .owl-next {
  display: inline-block;
  transform: translate(25px, 0);
  cursor: pointer;
}
.prod-slider .owl-nav .owl-prev, .prod-slider .owl-nav .owl-next {
  width: 40px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #0000;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  margin: 0 5px;
  background: #ffffff;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.prod-slider .owl-nav .owl-prev:hover, .prod-slider .owl-nav .owl-next:hover{
  background: #4e4e4e;
  color: #fff;
}
.hm-applications-box span{
  padding-top: 15px;
  text-align: center;
  display: block;
  letter-spacing: 0.10px;
  color: #343434;
}
.prod-slider{
  height: 290px;
}
.product-solution-slider .owl-item .item img{
  padding: 40px 60px;
}
.product-solution-slider .owl-item.center .item img {
  padding: 40px 0px;
  -webkit-transform: scale(1.60);
  -ms-transform: scale(1.60);
  transform: scale(1.60);
  transition: 0.8s;
}
/*-- ------------------------ --*/


.whatsapp-fixed {
  z-index: 10000;
}
.whatsapp-fixed .Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  /*   box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199); */
  background-color: #00d757;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 2em transparent;
}
.whatsapp-fixed .sign {
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign svg {
  width: 25px;
}
.sign svg path {
  fill: white;
}
.whatsapp-fixed .text {
  position: absolute;
  right: 10px;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover {
  width: 150px;
  border-radius: 40px;
  transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover .sign {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 10px;
}

.whatsapp-fixed .Btn:hover .text {
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
}
.whatsapp-fixed .Btn:active {
  transform: translate(2px, 2px);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}
.whatsapp-fixed {
  position: fixed;
  right: 15px;
  bottom: 20px;
}


/*-- ------------------------ --*/