/*************************************

Template Name: Green Block - Company Website ;
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.

****************************************/
/*-- Google fonts --*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,700');

/*
font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
 */
/*------------------------------------------------------------------
-------------------------------------------------------------------*/
/** GLOBAL CLASSES **/

@font-face {
    font-family: "SolaimanLipiNormal";
    src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
    src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot") format("embedded-opentype"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"), url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}

body {
    font-family: 'Roboto', sans-serif;
}

a:focus {
    outline: 0 solid;
}
img {
    height: auto;
}
a{
   transition: 0.5s;
}
a:hover {
    text-decoration: none;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
a,
textarea,
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    outline: none;
}
*, ::before, ::after {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}

button.focus, button:focus {
    outline: 0;
    box-shadow: none;
}



.main-header {
    background: #FFF;
}
.top-nav-main {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(180, 180, 180, 0.75);
}
.main-header .navbar {
    padding: 0;
}
.main-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 12px 10px;
  font-size: 18px;
  font-weight: 400;
}
.main-header .logo {
  margin: 0;
  padding: 0;
}
.dropdown-menu {
    z-index: 999999;
    min-width: 10rem;
    padding: 0;
    margin: 0px;
    font-size: 15px;
    color: #212121;
    border: 1px solid transparent;
    -webkit-transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s,-webkit-transform .5s ease 0s;
}
.dropdown:hover>.dropdown-menu {
    /*display: block;*/
}
.dropdown .dropdown-item:hover> .dropdown-menu {
    /*display: block;*/
    -webkit-transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
}
.main-header .dropdown-menu li {
  border-bottom: 1px solid #ccc;
  z-index: 999999;
}
.main-header .dropdown-menu li a {
  z-index: 999999;
  padding: 10px 25px;
  color: #212121;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: translateZ(0);
}
.main-header .dropdown-menu li:last-child {
  border: none;
  overflow: hidden;
}
.main-header .dropdown-menu a:hover {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    transition: all .5s ease-in-out;
}
.dropdown-submenu {
    position: relative;
    /* overflow: hidden; */
    transition: all 0.5s ease 0s;
}
.main-header .dropdown-menu li:hover {
  color: #fff;
}
.dropdown-submenu:hover .dropdown-submenu a {
  color: #fff;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 22px;
    transition: all .5s ease-in-out;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}
.dropdown-submenu:hover> .dropdown-menu {
    /*display: block;*/
    -webkit-transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
}
.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
}
@media (min-width: 991px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        z-index: 99999999;
    }
    .dropdown .dropdown-item:hover> .dropdown-menu {
        display: block;
        z-index: 99999999;
    }
    .dropdown-submenu:hover> .dropdown-menu {
        display: block;
        z-index: 99999999;
    }
    .sticky-header {
        position: fixed;
        background: transparent;
        top: 0px;
        z-index: 999;
        width: 100%;
        border-bottom:0;
    }
    .header-with-top{
        top: 40px;
    }
    .sticky-header .nav-link::after {
        display: none !important;
    }
    .sticky-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }
    .sticky-header .open-offcanvas {
        color: #fff;
        display: inline-block;
    }
    .header-shrink {
        background: #fff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        top: 0px !important;
    }
    .header-shrink .navbar-expand-lg .navbar-nav .nav-link {
        color: #515151;
    }
    .header-shrink .open-offcanvas {
        color: #515151;
    }
    .hide-carat .nav-link::after {
        display: none !important;
    }
}

.main-header .dropdown-menu li {
  background: #fff;
}
.dropdown-menu {
  background-color: transparent;
}
.buttonBar {
  display: none;
}
.navbar-nav li ul li:first-child {
  border-radius:0;
  margin-top: 40px;
  position: relative;
}
.dropdown-toggle::after {
  display: none;
}
.main-header .navbar-expand-lg .navbar-nav .nav-item:after,.main-header .navbar-expand-lg .navbar-nav .nav-item:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    position: relative;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: translateZ(0);
}
.main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}
.main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #1da255;
    content: '';
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: -1;
}
.main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover:before, .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus:before, .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active:before {
    transform: scaleX(1);
}
.main-header .dropdown-menu li:last-child {
  border-bottom: 3px solid #1da255;
}
.top-header-bg {
  background: #111;
}
.main-header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #fff;
}
.main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #1da255;
    background: #E8E9EE;
    transition: 0.5s;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.main-header .dropdown-menu a:hover {
    background: transparent;
    /* color: #fff; */
    color: #1da255;
}
.dropdown-menu li a i {
  opacity: 0;
  transition: 400ms ease;
  transition-property: opacity, left;
}
.dropdown-menu li a i {
  display: inline-block;
  position: absolute;
  left: 0;
  right:0;
  transition: 400ms ease;
  transition-property: opacity, left;
  color: #1da255;
  line-height: 21px;
}
.dropdown-menu li a:hover i {
  opacity: 1;
  left: 2px;
}
.navbar-nav li ul li:first-child::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border: 13px solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: #fff;
  left: 0;
  top: -25px;
  margin-left: 19px;
}
@media (min-width: 992px){

  .navbar-expand-lg .navbar-nav {
    padding: 30px 0;
  }
}

@media (min-width: 992px){
  .is-sticky .navbar-expand-lg .navbar-nav {
      padding: 10px 0;
      transition: 0.5s;
  }
  .is-sticky .logo img {
    height: 50px;
    transition: 0.5s;
  }
}

/*=========== TOP NAV START SEARCH BAR TOGGLE STYLE ===============*/
.top-search {
  display: none;
}
.top-search {
  padding: 7px 0 7px 0;
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.top-search-secton {
  float: right;
  margin-right: 0px;
  margin-top: -5px;
  background: #fff;
  padding: 5px;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #19232d;
  padding-left: 0;
  padding-right: 0;
}
.top-search input.form-control {
  background: #fff;
  border: 2px solid #f0f0ed;
  color: #000;
  height: 34px;
  line-height: 34px;
  display: block;
  padding: 8px 1%;
  font-size: 15px;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #19232d;
  padding-left: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
}
.top-search .input-group-addon .fa {
  font-size: 19px;
  line-height: 30px;
  padding: 2px 6px;
  color: #fff;
  background: #1da255;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  outline: none;
}
.top-search .input-group-addon .fa-search {
  margin-top: -1px;
}
.top-search .input-group-addon .fa:hover {
  color: #000;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
}
.attr-nav{
  display: inline-block;
  position: relative;
  float: right;
}
.attr-nav ul {
  margin: 0;
  padding: 0;
}
.attr-nav ul li {
  list-style: none;
}
.attr-nav ul li a {
  color: #1da255;
  font-size: 22px;
  line-height: 35px;
  margin-top: 1px;
  display: inline-block;
  margin-left: 5px;
  transition: all 0.5s ease 0s;
}
.attr-nav ul li a:hover {
  color: #000;
}
.top-search input.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.01);
}
.search-form {
  padding: 10px;
}
.navbar-light .navbar-toggler {
  color: #00854a;
  border-color:#22b24c;
  padding: 5px 10px;
}
/*====== TOP NAV END SEARCH BAR TOGGLE STYLE ============*/
/*================= For Mobile Style ========================*/
@media only screen and (max-width: 767px) {
  .navbar-nav li ul li:first-child {
      margin-top: 0;
  }
  .main-header .navbar-expand-lg .navbar-nav .nav-link:focus {
    color: #fff;
  }
  .attr-nav {
    float: left;
    padding-left: 10px;
  }

}
/*================================================
             2. PRELOADER
==================================================*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999999;
}
.preloader .spinner {
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.spinner {
    width: 40px;
    height: 40px;
    background-color: #1da255;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}
@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: #1da255  none repeat scroll 0 0;
  border: 1px solid #1da255;
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99999;
}
.scrollup:hover {
  background: #fff;
  color: #1da255;
  border: 1px solid #1da255;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.back-to-top span {
  padding-bottom: 10px;
}
.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top .3s ease-in;
  animation: back-to-top .3s ease-in;
  transition: width 2s;
}
/*========================================
    Slider Custom Style
========================================*/
.da-slide p {
  color: #000;
  font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
}
.da-slide h2 {
  color: #1da255;
  font-family: 'Roboto', sans-serif;
}
.da-slide .da-link {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
.da-slide .da-link {
    color: #1da255;
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 25px;
    border: 1px solid #1da255;
    text-align: center;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 9;
    text-transform: capitalize;
}
.da-slide .da-link:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 300px;
    height: 300px;
    line-height: 20em;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    -webkit-transition: -webkit-box-shadow 0.5s ease-out;
    transition: -webkit-box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
    z-index: -1;
}
.da-slide .da-link:hover {
    border: 1px solid transparent;
    color: #fff;
}
.da-slide .da-link:hover:before {
    -webkit-box-shadow: inset 0 0 0 10em #1da255;
    box-shadow: inset 0 0 0 10em #1da255;
}

/*========================================
    Why Buy Section Style
========================================*/
.why-buy {
  padding: 60px 0;
}
@keyframes swing-new {
    0% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    1% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    2% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    3% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    4% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    5% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    6% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    7% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    8% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    9% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    10% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    11% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    12% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    13% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    14% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    15%,
    90% {}
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.why-buy-text {

}
.buy-text-heading {
  background: #1da255;
  font-family: "SolaimanLipiNormal";
  color: #fff;
  font-size: 26px;
  /* border-radius: 30px; */
  margin: 0 15%;
  padding: 10px 20px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  animation-name: swing-new;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: top center;
}
.why-buy-ul {
  margin-top: 20px;
  padding: 0;
}
.why-buy-ul li {
  list-style: none;
  font-family: "SolaimanLipiNormal";
  font-size: 19px;
  line-height: 34px;
  color: #000;
}
.why-buy-ul li span{
  margin-right: 5px;
  color: #1da255;
}
/*========================================================
    Raw Material Section Style
=========================================================*/
.bg-graa {
  background: #eff3f4;
  width: 100%;
}
.raw-material-section {
  padding: 40px 0;
}
.text-heading-raw-material {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 20px;
}
.text-heading-raw-material h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0;
  position: relative;
  font-weight: 700;
  font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
}
.text-heading-raw-material h2:before {
  position: absolute;
  bottom: 14px;
  left: 43%;
  top: 120.5%;
  content: "";
  height: 2px;
  width: 160px;
  background-color: #1da255;
}
.text-heading-raw-material h2:after {
  position: absolute;
  bottom: 14px;
  left: 48%;
  top: 116%;
  content: "";
  height: 6px;
  width: 50px;
  background-color: #1da255;
}
.raw-material-carousel .item h4 {
  font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  padding: 10px;
  background: rgba(0,0,0,0.5);
  width: 100%;
  text-align: left;
  font-size: 22px;
  color: #ffffff;
  z-index: 10;
  text-align: center;
  zoom: 1;
  text-rendering: optimizeLegibility;
}
.raw-material-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.raw-material-carousel .owl-prev, .raw-material-carousel .owl-next {
	border: 0px;
	text-align: center;
	border-radius: 5%;
	display: inline-block;
	width: 40px;
  height: 40px;
	background: #1da255!important;
	color: #ffffff!important;
	transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.raw-material-carousel .owl-prev .fas , .raw-material-carousel .owl-next .fas {
  font-size: 35px;
  line-height: 35px;
}
.raw-material-carousel .owl-prev:focus, .raw-material-carousel .owl-next:focus {
	border: 0px;
}
.raw-material-carousel .owl-prev:hover, .raw-material-carousel .owl-next:hover {
	background: #fff!important;
  color: #1da255!important;
}
.raw-material-carousel .owl-prev {
	float: left;
  position: relative;
}
.raw-material-carousel .owl-next {
  float: right;
  position: relative;
}
.raw-material-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.raw-material-carousel .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 5px;
  background: #fff!important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.raw-material-carousel .owl-dots .owl-dot.active span, .raw-material-carousel .owl-dots .owl-dot:hover span {
  background: #1da255!important;
}
.raw-material-right-text {
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
.raw-material-right-text li {
  font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
  font-size: 26px;
  line-height: 1.5;
  list-style: none;
  /* color: #1da255; */
}
.raw-material-right-text li span {
  margin-right: 5px;
  color: #1da255;
}
.raw-material-right-text h3 {
  margin-bottom: 0;
  margin-top: 50px;
  font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
  font-size: 35px;
  line-height: 1.5;
}
/*========================================================
    Our Product Section Style
=========================================================*/
.our-product {
  padding: 20px 0 30px;
}
.our-product-carousel .owl-nav {
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
}
.our-product-carousel .owl-prev, .our-product-carousel .owl-next {
	border: 0px;
	text-align: center;
	border-radius: 5%;
	display: inline-block;
	width: 40px;
  height: 40px;
	background: #1da255!important;
	color: #ffffff!important;
	transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.our-product-carousel .owl-prev .fas , .our-product-carousel .owl-next .fas {
  font-size: 30px;
  line-height: 35px;
}
.our-product-carousel .owl-prev:focus, .our-product-carousel .owl-next:focus {
	border: 0px;
}
.our-product-carousel .owl-prev:hover, .our-product-carousel .owl-next:hover {
	background: #fff!important;
  color: #1da255!important;
}
.our-product-carousel .owl-prev {
	float: left;
  position: relative;
  margin-left: 0!important;
}
.our-product-carousel .owl-next {
  float: right;
  position: relative;
  margin-right: 0!important;
}
.product-item {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.other-single-text {
  background: #e4e7ea;
  text-align: center;
  padding: 15px 10px;
}
.other-single-text h3 {
  color: #000;
  margin: 0;
  line-height: 20px;
  font-weight: 700;
  font-size: 20px;
}
.details-wra {
  position: relative;
  width: 100px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 5px;
}
.details-wra:before, .details-wra:after {
  content: "";
  position: absolute;
}
.pulsing {
    width: 99%;
    height: 99%;
    border-radius: 40px;
    z-index: 1;
    position: relative;
}
.pulsing:before, .pulsing:after {
  content: "";
  position: absolute;
}
.details-wra .por-details {
  background: #1da255;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  border-radius: 40px;
  padding-top: 5px;
  transition: 0.5s;
}
.details-wra .por-details:hover {
  background: #0cc158;
}
.details-wra .por-details:before, .details-wra .por-details:after {
  content: "";
  position: absolute;
}
.pulsing:before, .pulsing:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: inherit;
    top: 0;
    left: 0;
    z-index: 0;
    background: #1da255;
    border-radius: inherit;
    animation: pulsing 2.5s linear infinite;
}
.pulsing:after {
    animation: pulsing1 2.5s linear infinite;
}
@keyframes pulsing {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    transform: scaleY(1.8) scaleX(1.4);
  }
  80% {
    opacity: 0;
    transform: scaleY(1.8) scaleX(1.4);
  }
  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes pulsing1 {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    transform: scaleY(1.3) scaleX(1.15);
  }
  80% {
    opacity: 0;
    transform: scaleY(1.3) scaleX(1.15);
  }
  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1);
  }
}

/*================================================
      fOOTER STYLE
==================================================*/
.footer_wrap {
  background-color: #000000;
  padding: 60px 0;
  font-family: 'Montserrat', sans-serif;
}
.widget_title {
  margin-top: 0;
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-family: 'Roboto', sans-serif;
}
.footer-about p {
  color: #dae1eb;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  margin: 0;
}
.contact-input input {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
}
.contact-input textarea {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
}
.contact_btn {
  padding: 5px 20px;
}
.info-contact {
  margin: 0;
  padding: 0;
}
.info-contact li {
  list-style: none;
  padding-left: 0;
  line-height: 26px;
  padding-bottom: 5px;
  font-size: 15px;
}
.info-contact li i {
  font-size: 23px;
  padding-right: 5px;
}
.info-contact li .icon-footer {
  margin-right: 10px;
  font-size: 25px;
  line-height: 25px;
}
.footer_wrap {
    padding-bottom: 0;
}
.contact_btn {
  padding: 5px 20px;
  color: #fff;
  background: #1da255;
  border: 3px solid #1da255;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
}
.contact_btn:hover {
  background: transparent;
}
.copy-right-wrapper{
  background: #000;
  padding-top: 10px;
}
.footer-logo {
  text-align: center;
}
.footer-logo h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 26px;
}
.sc_socials {
  overflow: hidden;
  display: inline-block;
  line-height: 20px;
  text-align: center;
}
.sc_socials_item {
  display: inline-block;
  margin: 0 10px 7px 0;
  outline: none;
}
.sc_socials_item a {
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 26px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}
.footer-social_facebook, .footer-social_facebook:hover {
  color: #3b5999;
}
.footer-social_google-plus, .footer-social_google-plus:hover {
  color: #bd081c;
}
.footer-social_youtube, .footer-social_youtube:hover {
  color: #cd201f;
}
.footer-social_linkedin, .footer-social_linkedin:hover {
  color: #0077B5;
}
.footer-social_twitter, .footer-social_twitter:hover {
  color: #40bff5;
}
.sc_socials_item a > span {
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 26px;
  top: 0;
  position: relative;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}
.sc_socials_item a:hover > span {
  position: relative;
  top: -30px;
}
.sc_socials_item a:hover {
  line-height: 0;
}
.sc_socials_item .sc_socials_hover {
    color: #ffffff !important;
}
.footer-logo{
  padding-bottom: 40px;
}
.text-copy {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.link-text {
  color: #1da255;
  letter-spacing: 1px;
}
.link-text:hover {
  color: #fff;
  text-decoration: none;
}
.blog-small-image {
  padding-right: 0;
}
.blog-small {
  margin-bottom: 10px;
}
.blog-small h4 {
  margin: 0 0 5px 0;
  font-size: 17px;
  line-height: 20px;
  color: #1da255;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.blog-small p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
.blog-small a:hover h4{
  color: #0089ce;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}
/*================================================
    Our Clients Section STYLE
==================================================*/
.our-clients-section {
  padding: 20px 0 50px;
}
.our-clients-carousel .owl-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.our-clients-carousel .owl-prev, .our-clients-carousel .owl-next {
	border: 0px;
	text-align: center;
	border-radius: 5%;
	display: inline-block;
	width: 40px;
  height: 40px;
	background: #1da255!important;
	color: #ffffff!important;
	transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
   opacity: 0;
   visibility: hidden;
}
.our-clients-carousel .owl-prev .fas , .our-clients-carousel .owl-next .fas {
  font-size: 23px;
  line-height: 35px;
}
.our-clients-carousel .owl-prev:focus, .our-clients-carousel .owl-next:focus {
	border: 0px;
}
.our-clients-carousel .owl-prev:hover, .our-clients-carousel .owl-next:hover {
	background: #fff!important;
  color: #1da255!important;
}
.our-clients-carousel .owl-prev {
	float: left;
  position: relative;
  left:-40px;
  margin-left: 0!important;
}
.our-clients-carousel .owl-next {
  float: right;
  position: relative;
  margin-right: 0!important;
  right: -40px;
}
.our-clients-carousel:hover .owl-prev, .our-clients-carousel:hover .owl-next {
  opacity: 1;
  visibility: visible;
}
/*================================================
    simple-question-section STYLE
==================================================*/
.simple-question-section {
  padding: 0 0 50px;
}
.accordion-custom {
  font-family: "SolaimanLipiNormal";
  font-size: 20px;
}
.card-header h5 .new-link {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  width: 100%;
  display: block;
  text-align: left;
  cursor: pointer;
}
.card-header {
  background: #1da255;
}
.card-body {
  background: #B2ECBA;
  box-shadow: 0 5px 5px -5px #000;
  color: #000;
}
.card-body p {
  margin: 0;
}
.other-text p {
  margin: 0;
  font-size: 18px;
}
.block-ul {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.block-ul li {
  list-style: none;
}
.block-ul li i {
  margin-right: 5px;
  color: #1da255;
}
.other-text a, .card-body a {
  color: #ff0000;
  font-family: 'Roboto', sans-serif;
  padding-left: 5px;
}
/*================================================
    Contact Page Style
==================================================*/
.map-container {
  padding: 0;
  margin-bottom: -7px;
}
.contact-page {
  padding: 125px 0 40px;
}
.contact-page p {
  font-size: 18px;
}
.gray-form {
  padding: 10px 20px 0;
}
.gray-form .form-control {
  box-shadow: none;
  border: 1px solid #f5f5f5;
  background: #f5f6f7;
  width: 100%;
  font-size: 14px;
  border-radius: 30px;
  height: auto;
  line-height: 1.33333;
  padding: 15px 18px 15px 30px;
  color: #aaaaaa;
}
.form-group {
  margin-bottom: 20px;
}
.contact-btn {
  background: #fff;
  color: #1da255;
  font-size: 18px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 25px;
  border: 1px solid #1da255;
  text-align: center;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 9;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
.contact-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 300px;
    height: 300px;
    line-height: 20em;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    -webkit-transition: -webkit-box-shadow 0.5s ease-out;
    transition: -webkit-box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
    z-index: -1;
}
.contact-btn:hover {
    border: 1px solid transparent;
    color: #fff;
    background: rgba(255,255,255,0.3);
}
.contact-btn:hover:before {
    -webkit-box-shadow: inset 0 0 0 10em #1da255;
    box-shadow: inset 0 0 0 10em #1da255;
}
.contact-icon i {
  font-size: 50px;
  margin-bottom: 15px;
}
.contact-info h5 {
  font-size: 18px;
}
.contact-info h5 span {
  font-weight: 700;
  font-size: 22px;
}
/*================================================
     GALLERY SECTION
==================================================*/
.photo-gallery-area {
  padding: 125px 0 70px;
}
.photo-gallery-area .title h2 {
  color: #1c1c1c;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 30px;
}
.gallery-heading h2 {
  color: #000;
  text-align: center;
  font-size: 30px;
  line-height: 38px;
}
.gallery-wrapper .mix {
  display: none;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.gallery-items {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.gallery-items img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
.gallery-items a {
  cursor: url(../img/photo-gallery/search-icon.png), auto;
}
.gallery-items .overly {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 5%;
  height: 90%;
  left: 5%;
  position: absolute;
  right: 5%;
  top: 5%;
  transition-duration: 500ms;
  width: 90%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-align: center;
}
.gallery-items .overly:before {
  border-top: none;
  border-bottom: none;
  left: 15px;
  right: 15px;
}
.gallery-items .overly:after {
  border-left: none;
  border-right: none;
  top: 15px;
  bottom: 15px;
}
.gallery-items:hover .overly:before, .gallery-items:hover .overly:after {
  opacity: 1;
  transform: scale(1);
}
.gallery-items:hover .overly {
  opacity: 1;
}
.gallery-items:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.gallery-items img {
  width: 100%;
  height: auto;
  transform: scale3d(1, 1, 1);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.gallery-items img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.gallery-items .gallery-text-heading-wrapper {
  display: table;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
}
.gallery-items .gallery-text-heading {
  display: table-cell;
  vertical-align: middle;
}
.gallery-text-heading h5 {
  padding: 0 30px;
  width: 100%;
  margin: 0;
  font-size: 22px;
  color: #1da255;
  text-transform: capitalize;
}
.gallery-items:hover .gallery-text-heading {
  opacity: 1;
}
/*================================================
    About Page Style
==================================================*/
.about-page-section {
  padding: 125px 0 60px;
}
.about-text {
  margin-top: 30px;
  padding-right: 30px;
}
.about-text p {
  font-size: 18px;
  line-height: 26px;
}
.mission {
  padding: 50px 0 0;
}
.mission-heading-text {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.mission-heading-text::after, .mission-heading-text::before {
  background: #1da255;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}
.mission-heading-text::before {
  bottom: 3px;
  margin-left: -25px;
  width: 50px;
}
.mission p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}
/*================================================
    About Page Style
==================================================*/
.business-area-page-section {
  padding: 125px 0 30px;
}
.business-area-page-section .container {
  overflow: hidden;
}
.featured-item.style-6 {
  background: #ffffff;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
}
.featured-item.style-6:hover {
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.featured-item {
    padding: 40px 30px;
}
.flaticon-thinking {
  display: block;
}
.featured-icon, .featured-item, .flaticon-thinking,.featured-item.style-6 > i {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.featured-title h5 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
}
.featured-desc p {
    margin-bottom: 0;
}
.featured-item.style-6 > i {
    color: rgba(255,255,255,0.99);
}
.featured-title {
  padding-top: 20px;
}
.featured-item.style-4 > i, .featured-item.style-6 > i {
    position: absolute;
    right: -100%;
    bottom: -30px;
    font-size: 130px;
    line-height: 130px;
    color: rgba(255,255,255,0.2);
}
.featured-item.style-6:hover {
    background: #1da255;
}
.featured-item:hover .featured-icon {
  transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -o-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -moz-transform: translateX(15px);
}
.featured-item.style-6:hover h5, .featured-item.style-6:hover p, .featured-item.style-6:hover .featured-icon i {
    color: #ffffff;
}
.featured-item.style-4:hover > i, .featured-item.style-6:hover > i {
    right: -15px;
}
/*================================================
   Project PAGE STYLE
==================================================*/
.project-page-section {
  padding: 125px 0 60px;
}
.project-page-section .container {
  padding: 0 50px;
}
.hotel-slider {
  margin-top: 10px;
}
.hotel-slide-single {
  -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    cursor: pointer;
}
.hotel-slide-single:hover {
  -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.hotel-slide-single h3 {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.hotel-slide-single a:hover h3{
  color: #000;
}
.hotel-image {
  position: relative;
}
.hotel-image:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
  pointer-events: none;
  height: 4px;
  z-index: 2;
  background: #1da255;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.hotel-slide-single a:hover .hotel-image:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.hotel-slide-single {
  position: relative;
  display: table-cell;
  width: 100%;
  -webkit-transition: 300ms ease all;
	-moz-transition: 300ms ease all;
	transition: 300ms ease all;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hotel-text {
  margin-bottom: 15px;
  padding: 10px;
  display: block;
  -webkit-transition: 300ms ease all;
	-moz-transition: 300ms ease all;
	transition: 300ms ease all;
	-webkit-box-shadow: 0 0 15px rgba(24,24,24,.30);
	box-shadow: 0 0 15px rgba(24,24,24,.30);
}
.hotel-slide-single:hover .hotel-text {
  -webkit-box-shadow: 0 10px 30px rgba(24,24,24,.3);
  box-shadow: 0 10px 30px rgba(24,24,24,.3);
}
.hotel-text h3 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 26px;
  padding-bottom: 3px;
  color: #1da255;
}
.hotel-text p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 20px;
    color: #000;
}
.hotel-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  text-align: center;
}
.hotel-slider .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.hotel-slider .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 4px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .3s ease;
  border-radius: 30px;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
}
.hotel-slider .owl-dots .owl-dot.active span, .hotel-slider .owl-dots .owl-dot:hover span {
  background: #1da255;
}
.hotel-slider  .owl-nav {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
}
.hotel-slider  .owl-prev, .hotel-slider .owl-next {
	border: 0px;
	text-align: center;
	border-radius: 5%;
	display: inline-block;
	width: 40px;
  height: 40px;
  border: 1px solid #1da255!important;
	background: #1da255!important;
	color: #ffffff!important;
	transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.hotel-slider .owl-prev .fas , .hotel-slider .owl-next .fas {
  font-size: 23px;
  line-height: 35px;
}
.hotel-slider .owl-prev:focus, .hotel-slider .owl-next:focus {
	border: 0px;
}
.hotel-slider .owl-prev:hover, .hotel-slider .owl-next:hover {
	background: #fff!important;
  color: #1da255!important;
}
.hotel-slider .owl-prev {
	float: left;
  position: relative;
  margin-left: 0!important;
}
.hotel-slider .owl-next {
  float: right;
  position: relative;
  margin-right: 0!important;
}
/*================================================
   Product PAGE STYLE
==================================================*/
.big-product {
  margin-top: 40px;
  font-family: "SolaimanLipiNormal";
  font-size: 19px;
}
.big-product h2 {
  font-size: 36px;
  color: #1da255;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.big-product-ul p {
  font-size: 24px;
  margin: 0;
}
.big-product-ul {
  padding-left: 15px;
  margin: 0;
  margin-bottom: 10px;
}
.big-product-ul li {
  list-style: none;
}
.big-product-ul li i {
  color: #1da255;
  margin-right: 5px;
}
.btn-product {
  margin-left: 15px;
}
.big-product-row {
  margin-bottom: 40px;
  margin-top: 10px;
}
.big-product-img img {
  border: 10px solid #B2ECBA;
  -webkit-box-shadow: 0 5px 5px rgba(24,24,24,.2);
  box-shadow: 0 5px 5px rgba(24,24,24,.2);
}
.kerb-stone {
  margin-top: 50px;
}
.kerb-stone {
    margin-top: 175px;
}
.embankment-protection {
  margin-top: 125px;
}
.pavement-tiles {
  margin-top: 125px;
}
.table-heading {
  text-align: center;
}
.table-heading {
  margin-top: 20px;
  margin-bottom: 30px;
}
.table-heading  h2 {
  font-size: 40px;
  color: #1da255;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.table b {
  font-size: 20px;
  color: #1da255;
  font-weight: 700;
}
.product-details-hollow {
  padding: 125px 0 40px;
}
.hollow-details-text {
    margin-top: 130px;
}
.hollow-details-text-2 {
    margin-top: 150px;
}
.hollow-details-text-2 span {
  font-family: "SolaimanLipiNormal";
}
.hollow-vs-red {
  padding: 70px 0;
}
.hollow-vs-red-heading h2 {
  font-size: 36px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.hollow-vs-red-heading span {
  color: red;
}
.hollow-vs-red-heading h3 {
  font-family: "SolaimanLipiNormal";
  font-size: 26px;
  color: #000;
  margin: 0
}
.details-table {
  font-family: "SolaimanLipiNormal";
  font-size: 18px;
  background: #fff;
  margin-top: 30px;
  line-height: 1.3;
}
.details-table th {
  font-size: 20px;
  color: #1da255;
  font-weight: 700;
}
.hollow-vs-red p {
  margin-top: 10px;
  font-family: "SolaimanLipiNormal";
  font-size: 20px;
  color: #000;
}
.product-details-hollow-2 {
  padding: 70px 0;
}
.hollow-details-text-3 {
    margin-top: 120px;
}
.hollow-details-text-3 span {
  font-family: "SolaimanLipiNormal";
}
.hollow-details-text-4 {
    margin-top: 20px;
}
.product-details-hollow-3 {
  padding: 60px 0;
  text-align: center;
}
.product-details-hollow-3 p {
  font-family: "SolaimanLipiNormal";
  font-size: 20px;
}
.product-details-hollow-3 h4 {
  margin-top: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  color: #1da255;
  font-weight: 700;

}
