@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic);
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.callnowbtn a {
    display: none;
  }
}

.mainHeader header .navbarLink ul li.callnowbtn:hover a {
  color: #000 !important;
  background: #7ABA0F;
}

.btn:focus {
  outline: none !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

.nunito_sans {
  font-family: "Nunito Sans", sans-serif;
}

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

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  color: #fff;
  background-color: inherit;
}
.breadcrumb a {
  color: #fff;
}

.mrgtop30 {
  margin-top: 30px;
}

.paddbtm0 {
  padding-bottom: 0 !important;
}

.paddingTop0 {
  padding-top: 0px !important;
}

.paddbtm {
  padding-bottom: 0 !important;
}

.sectionPadding {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 60px 0;
  }
}

.sectionTitle {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  color: #1D1D1D;
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 35px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .sectionTitle {
    font-size: 22px;
    line-height: 40px;
  }
}

.subtitle {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .subtitle {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 18px;
    line-height: 30px;
  }
}

.greenText {
  color: #7ABA0F !important;
}

.whitetext {
  color: #fff;
}

.smalltext {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.txtcenter {
  text-align: center;
}

.mrg10 {
  margin: 10px;
}

.categoryTitle {
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
}

button:focus {
  outline: none !important;
  border: none;
}

button {
  cursor: pointer;
}

#toTop {
  width: 40px;
  height: 40px;
  background: #acacac;
  text-align: center;
  padding-top: 0;
  position: fixed;
  bottom: 10px;
  right: 12px;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  z-index: 555;
  border-radius: 50%;
}

.form-group {
  position: relative;
}

label.error {
  top: 100%;
  left: 0;
  color: red;
  position: absolute;
  font-size: 14px;
}

.roboto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
.roboto .pull-left {
  height: 100%;
  background: #664536;
  position: absolute;
}

.about_sec.aboutsec_whitebg {
  background: url(../images/white_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.about_detail.about_sec .smalltext {
  margin-bottom: 20px;
}

.logo a {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
  background: #000;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .logo a {
    max-width: 50%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 575px) {
  .logo a {
    max-width: 60%;
  }
}

.btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blackBtn a {
  background: #000 !important;
  color: #fff !important;
}
.blackBtn a:hover {
  background: #5f910c !important;
  color: #fff !important;
}

.callnowbtn {
  display: inline-block;
}
.callnowbtn a {
  padding: 8px 40px !important;
  color: #fff !important;
  display: inline-block;
  background: #7ABA0F;
  border-radius: 2px;
}
.callnowbtn a:hover {
  color: #fff !important;
  background: #7ABA0F;
}
.callnowbtn.backBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
  position: absolute;
  top: 15px;
  right: 5%;
}
.callnowbtn.backBtn i {
  padding-right: 5px;
}
.callnowbtn:nth-child(2) {
  margin-left: 10px;
}
.callnowbtn:hover a {
  background: #5f910c;
}
@media (max-width: 991px) {
  .callnowbtn.backBtn {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .callnowbtn a {
    padding: 8px 25px !important;
  }
}

.mainHeader {
  background: #fff;
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 20px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #414141;
  font-size: 16px;
  padding: 25px 12px 25px 12px;
  display: inline-block;
  line-height: 25px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
    padding: 10px 6px 10px 6px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 30px;
    padding: 30px 12px;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 20px;
    padding: 10px 12px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #7ABA0F;
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 220px;
  border: 0;
  border-radius: 0;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 7px 10px;
  font-size: 16px;
  text-transform: capitalize;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  border-radius: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #7ABA0F !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    background: none;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 12px 5px;
    font-size: 25px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    padding: 6px;
    font-size: 18px;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}
.mainHeader header .navbarLink ul li.dropdown:nth-child(2) > a {
  padding: 25px 0 25px 12px;
}
.mainHeader header .navbarLink ul li.dropdown:nth-child(2) .dropdown-toggle {
  padding: 0;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .mainHeader header .navbarLink ul li.active > a, .mainHeader header .navbarLink ul li:hover > a {
    color: #7ABA0F !important;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li.dropdown:nth-child(2) a {
    padding: 10px 0 10px 12px;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-top: 20px;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #7a7a7a;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}
@media (max-width: 991px) {
  .mainHeader header {
    padding: 20px 0;
  }
}

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

#sidebarCollapse {
  z-index: 5555;
}

#sidebarCollapse i {
  display: none;
}

.btn_sec {
  width: 100%;
}
.btn_sec .greenbtn {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  padding: 14px 40px;
  background: transparent;
  border: 2px solid #7ABA0F;
  display: inline-block;
}
.btn_sec .greenbtn:hover {
  background: #7ABA0F;
}

.homebanner {
  position: relative;
  display: block !important;
}
.homebanner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.homebanner .slick-dots {
  bottom: 7px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  right: 40px;
}
.homebanner .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
  padding: 0;
}
.homebanner .slick-dots li {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
}
.homebanner .slick-dots li.slick-active {
  background: #7ABA0F;
  border-radius: 50px;
  width: 40px;
  height: 10px;
}
.homebanner .content_box {
  position: absolute;
  bottom: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 400px;
}
.homebanner .content_box h1 {
  font-size: 90px;
  line-height: 75px;
  font-weight: 600;
  color: #7ABA0F;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.homebanner .content_box h1 span {
  display: block;
  font-size: 25px;
  line-height: 38px;
  font-weight: 200;
  color: #fff;
  text-transform: capitalize;
}
.homebanner .content_box h1 .banner_subtitle {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 300;
}
.homebanner .content_box {
  position: absolute;
  bottom: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.homebanner .content_box h2 {
  font-size: 90px;
  line-height: 75px;
  font-weight: 600;
  color: #7ABA0F;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.homebanner .content_box h2 span {
  display: block;
  font-size: 25px;
  line-height: 38px;
  font-weight: 200;
  color: #fff;
  text-transform: capitalize;
}
.homebanner .content_box h2 .banner_subtitle {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 300;
}
.homebanner .bannerBox {
  display: block !important;
}
.homebanner .bannerBox .banner_img {
  position: relative;
}
.homebanner .bannerBox .absimg {
  position: absolute;
  bottom: 60px;
  right: 90px;
  z-index: 1;
}
.homebanner .slick-slide img {
  width: 100%;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .homebanner .content_box {
    bottom: 14%;
  }
  .homebanner .content_box h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .homebanner .content_box h1 span {
    font-size: 25px;
    line-height: 35px;
  }
  .homebanner .content_box h1 .banner_subtitle {
    font-size: 40px;
    line-height: 50px;
  }
  .homebanner .content_box h2 {
    font-size: 50px;
    line-height: 55px;
  }
  .homebanner .content_box h2 span {
    font-size: 25px;
    line-height: 35px;
  }
  .homebanner .content_box h2 .banner_subtitle {
    font-size: 40px;
    line-height: 50px;
  }
  .homebanner .bannerBox .absimg img {
    height: 330px;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerBox .absimg img {
    height: 250px;
  }
  .homebanner .bannerBox .banner_img img {
    height: 430px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homebanner .content_box h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .homebanner .content_box h1 span {
    font-size: 25px;
    line-height: 40px;
  }
  .homebanner .content_box h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .homebanner .content_box h2 span {
    font-size: 25px;
    line-height: 40px;
  }
  .homebanner .content_box h1 .banner_subtitle {
    font-size: 40px;
    line-height: 50px;
  }
  .homebanner .content_box h2 .banner_subtitle {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerBox .absimg {
    right: 0;
  }
  .homebanner .bannerBox .absimg img {
    height: 210px;
  }
  .homebanner .content_box h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .homebanner .content_box h1 span {
    font-size: 20px;
    line-height: 25px;
  }
  .homebanner .content_box h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .homebanner .content_box h2 span {
    font-size: 20px;
    line-height: 25px;
  }
  .homebanner .banner_subtitle {
    font-size: 30px;
    line-height: 40px;
  }
  .homebanner .btn_sec .greenbtn {
    padding: 14px 25px;
  }
}
@media (max-width: 575px) {
  .homebanner .bannerBox .banner_img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
  }
  .homebanner .content_box h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .homebanner .content_box h1 span {
    font-size: 17px;
    line-height: 28px;
  }
  .homebanner .content_box h1 .banner_subtitle {
    font-size: 22px;
    line-height: 30px;
  }
  .homebanner .content_box h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .homebanner .content_box h2 span {
    font-size: 17px;
    line-height: 28px;
  }
  .homebanner .content_box h2 .banner_subtitle {
    font-size: 22px;
    line-height: 30px;
  }
  .homebanner .bannerBox .absimg {
    bottom: 60px;
  }
  .homebanner .bannerBox .absimg img {
    height: 130px;
  }
}

.innerbanner {
  position: relative;
  display: block !important;
}
.innerbanner .content_box {
  position: absolute;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.innerbanner .content_box h1 {
  font-size: 52px;
  line-height: 90px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.innerbanner .bannerBox {
  display: block !important;
}
.innerbanner .bannerBox .banner_img {
  position: relative;
}
.innerbanner .bannerBox .banner_img img {
  width: 100%;
}
.innerbanner .bannerBox .absimg {
  position: absolute;
  bottom: 0px;
  right: 90px;
  z-index: 1;
}
.innerbanner .slick-slide img {
  width: 100%;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .innerbanner .bannerBox .banner_img img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center right;
       object-position: center right;
  }
  .innerbanner .content_box h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .innerbanner .content_box h1 {
    font-size: 30px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .innerbanner .content_box h1 {
    font-size: 25px;
    line-height: 40px;
  }
}

.productImgbox .product_sec {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
  background: #fff;
  margin: 16px 16px 35px 16px;
  position: relative;
}
.productImgbox .product_sec img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.productImgbox .product_sec p {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #1D1D1D;
  text-align: center;
  margin-bottom: 0;
  padding: 0 10px 25px 10px;
}
.productImgbox .product_sec > img {
  height: 340px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 60px 20px 30px 20px;
}
.productImgbox .link_sec {
  margin: 0 auto;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productImgbox .link_sec img {
  margin: 0 auto;
}
.productImgbox .link_sec:hover {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1199px) {
  .productImgbox .product_sec p {
    min-height: 85px;
  }
  .productImgbox .product_sec > img {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .productImgbox .product_sec p {
    min-height: 85px;
  }
  .productImgbox .product_sec > img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .productImgbox .product_sec > img {
    height: auto;
  }
}

.categories {
  position: relative;
}
.categories::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 400px;
  background: url(../images/greenbg.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.categories::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 400px;
  background: url(../images/graybg.png) no-repeat;
  z-index: -1;
}
.categories .productSlider {
  position: relative;
}
.categories .slick-dots {
  bottom: -45px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  right: 0px;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.categories .slick-dots li {
  width: 120px;
  height: 2px;
  padding: 0;
  background: #C9C9C9;
  margin: 0;
}
.categories .slick-dots li button {
  font-size: 0;
  line-height: 0;
}
.categories .slick-dots li.slick-active {
  background: #C9C9C9;
  border-radius: 50px;
  width: 120px;
  height: 10px;
}
@media (max-width: 767px) {
  .categories::before {
    width: 320px;
  }
  .categories::after {
    width: 350px;
  }
}

.about_sec {
  background: url(../images/aboutus_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.about_sec::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #7ABA0F;
  width: 22%;
  height: 100%;
  z-index: 0;
}
.about_sec .about_product {
  position: relative;
  z-index: 1;
}
.about_sec .sectionTitle {
  text-align: left;
}
.about_sec .subtitle {
  margin-bottom: 20px;
}
.about_sec .smalltext {
  margin-bottom: 40px;
}
.about_sec .btn_sec .greenbtn {
  border: 2px solid #fff;
}
.about_sec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_sec .about_content {
  max-width: 670px;
}
@media (max-width: 991px) {
  .about_sec::before {
    width: 100%;
  }
  .about_sec::after {
    display: none;
  }
  .about_sec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about_sec .about_content {
    position: relative;
    z-index: 1;
  }
  .about_sec .about_product img {
    width: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .about_sec .sectionTitle {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .about_sec .sectionTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .about_sec .smalltext {
    margin-bottom: 25px;
  }
  .about_sec .about_product {
    text-align: center;
  }
}

.client .clientSlider .client_img {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  margin: 15px;
}
.client .clientSlider .client_img img {
  margin: 0 auto;
}
.client .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.client .slick-dots {
  bottom: -8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.client .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
  padding: 0;
}
.client .slick-dots li {
  width: 10px;
  height: 10px;
  background: #DCD6D6;
  border-radius: 50%;
  margin-bottom: 10px;
}
.client .slick-dots li.slick-active {
  background: #7ABA0F;
  border-radius: 50px;
  width: 10px;
  height: 10px;
}
@media (max-width: 1199px) {
  .client .slick-dots {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .client .slick-dots {
    right: -25px;
  }
}
@media (max-width: 575px) {
  .client .mrg10 {
    margin: inherit;
  }
  .client .slick-dots {
    right: 0px;
    bottom: -33px;
  }
}

.servicecontain p {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .servicecontain p {
    font-size: 14px;
    line-height: 24px;
  }
}

.gallery .solutinsec {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.gallery .gallerySlider ul li::before {
  display: none;
}
.gallery ul li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 400;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.gallery .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.gallery .slick-dots {
  bottom: 24%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: -75px;
}
.gallery .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
  padding: 0;
}
.gallery .slick-dots li {
  width: 10px;
  height: 10px;
  background: #DCD6D6;
  border-radius: 50%;
  margin-bottom: 10px;
}
.gallery .slick-dots li.slick-active {
  background: #7ABA0F;
  border-radius: 50px;
  width: 10px;
  height: 40px;
}
.gallery .gallery_images img {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0px 18px rgba(0, 0, 0, 0.16);
}
.gallery .gallerySlider .slick-track .slick-active:nth-child(n) {
  margin-top: 2%;
}
.gallery .gallerySlider .slick-track .slick-active:nth-child(2n) {
  margin-top: 0;
}
.gallery .gallerySlider .slick-track .slick-active:nth-child(3n) {
  margin-top: 4%;
}
.gallery .gallerySlider .slick-dots li {
  padding: 0;
}
@media (max-width: 1199px) {
  .gallery .slick-dots {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .gallery .slick-dots {
    right: -25px;
    bottom: 40%;
  }
  .gallery .mrg10 {
    margin: 8px;
  }
}
@media (max-width: 575px) {
  .gallery .slick-dots {
    right: -18px;
  }
  .gallery .gallery_images img {
    margin: 0 auto;
  }
}

.footer {
  background: #000;
  padding: 50px 0;
}
.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_top .footer_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer_top .footer_link ul li {
  list-style-type: none;
  margin-right: 15px;
}
.footer .footer_top .footer_link ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.footer .footer_top .footer_link ul li.active a, .footer .footer_top .footer_link ul li:hover a {
  color: #7ABA0F;
}
.footer .footer_top .socialMedia {
  padding-top: 0px;
}
.footer .footer_top .socialMedia .mediaContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer_top .socialMedia .mediaContent li {
  list-style-type: none;
  margin-left: 15px;
}
.footer .footer_top .socialMedia .mediaContent li:first-child {
  margin-left: 0px;
}
.footer .footer_top .socialMedia .mediaContent li a {
  line-height: 30px;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  border: 1px solid #fff;
}
.footer .footer_top .socialMedia .mediaContent li a i {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .footer_top .socialMedia .mediaContent li a:hover {
  border-color: transparent;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer .footer_top .socialMedia .mediaContent li a:hover.facebook {
  background: #4867aa;
}
.footer .footer_top .socialMedia .mediaContent li a:hover.linkedin {
  background: #0077b5;
}
.footer .footer_top .contact_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .footer_top .contact_detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .footer_top .contact_detail ul li {
  position: relative;
  list-style-type: none;
}
.footer .footer_top .contact_detail ul li img {
  padding-right: 5px;
}
.footer .footer_top .contact_detail ul li:hover a {
  color: #7ABA0F;
}
.footer .footer_top .contact_detail ul a {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}
.footer .footer_bottom {
  color: #fff;
}
.footer .footer_bottom .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_bottom .copyright p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .footer .footer_top .footer_link ul li {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .footer .footer_top .contact_detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_top .contact_detail ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_top .contact_detail ul a {
    font-size: 15px;
    line-height: 24px;
  }
  .footer .footer_top .footer_link ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer_top .footer_link ul li {
    margin-right: 10px;
  }
  .footer .footer_top .socialMedia {
    margin-bottom: 15px;
  }
  .footer .footer_bottom .copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer .footer_top .footer_link ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer_top .contact_detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_top .contact_detail ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_top .contact_detail .contact {
    margin-bottom: 10px;
  }
  .footer .footer_bottom .copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575px) {
  .footer .footer_top .footer_link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer .footer_top .footer_link ul li {
    margin-right: 0;
  }
}

.business_sec .business_right .business_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business_sec .business_right .business_icon ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.business_sec .business_right .business_icon ul li {
  list-style: none;
  margin: 15px;
}
.business_sec .business_right .business_icon ul li .icon_box {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 20px 15px;
}
.business_sec .business_right .business_icon ul li img {
  margin-bottom: 6px;
}
.business_sec .business_right .business_icon ul li p {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #1D1D1D;
  font-family: "Nunito Sans", sans-serif;
}
.business_sec .business_right .business_icon ul:last-child li {
  margin-left: 0;
}
@media (max-width: 575px) {
  .business_sec .business_right .business_icon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .business_sec .business_right .business_icon ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .business_sec .business_right .business_icon ul li {
    margin-right: 0;
  }
  .business_sec .business_right .business_icon ul:first-child {
    margin-bottom: 0;
  }
  .business_sec .business_right .business_icon:last-child li {
    margin-left: inherit;
    margin-top: 0;
  }
}

.visionSec {
  background: url(../images/aboutus_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  min-height: 535px;
}
.visionSec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0.8;
  backdrop-filter: blur(32px);
  background-color: rgba(0, 0, 0, 0.13);
}
.visionSec .vision_img {
  position: absolute;
  right: 100%;
  top: 0;
  height: 530px;
  width: 495px;
  -o-object-fit: contain;
     object-fit: contain;
}
.visionSec .vision_mission {
  margin-bottom: 40px;
  color: #fff;
}
.visionSec .vision_mission:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .visionSec .vision_img img {
    height: 578px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .visionSec .vision_img img {
    display: none;
  }
}

.ourTeam .ourTeambox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ourTeam .ourTeambox li {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.ourTeam .ourTeambox li .icon_box {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 20px 15px;
  margin: 15px;
}
.ourTeam .ourTeambox li img {
  margin-bottom: 6px;
}
.ourTeam .ourTeambox li p {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 0;
  min-height: 44px;
  color: #1D1D1D;
  font-family: "Nunito Sans", sans-serif;
}
@media (max-width: 991px) {
  .ourTeam .ourTeambox li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .ourTeam .ourTeambox li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .ourTeam .ourTeambox li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.coreValue {
  background: url(../images/white_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.coreValue .valueBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.coreValue .valueBox li {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.coreValue .valueBox .coreImg {
  background: #7ABA0F;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 92px;
  margin-right: 30px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16) !important;
}
.coreValue .valueBox .coreImg img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.coreValue .valueBox .coreContent .smalltext {
  margin-bottom: 0;
}
.coreValue .valueBox .coreContent .subtitle {
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
}
@media (max-width: 1199px) {
  .coreValue .valueBox .coreImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 92px;
            flex: 0 0 92px;
    max-width: 92px;
  }
}
@media (max-width: 991px) {
  .coreValue .valueBox li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .coreValue .valueBox li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.qualityAssurance .parameter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.qualityAssurance .parameter li {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 22px;
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
  color: #1D1D1D;
}
@media (max-width: 767px) {
  .qualityAssurance .parameter li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 575px) {
  .qualityAssurance .parameter li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.whyusSec {
  background: #EBEBEB;
}
.whyusSec .subtitle, .whyusSec .smalltext {
  text-align: center;
  margin-bottom: 30px;
}
.whyusSec .profession {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.whyusSec .profession .categoryImg {
  text-align: center;
  width: 100px;
  height: 100px;
  background: #7ABA0F;
  border-radius: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
}
.whyusSec .profession li {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 13px;
}
.whyusSec .profession li .subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .whyusSec .profession {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .whyusSec .profession li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }
}

.contactus_section {
  position: relative;
  background: url(../images/aboutus_bg.jpg) no-repeat;
  background-size: cover;
}
.contactus_section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #7ABA0F;
  width: 42%;
  height: 100%;
  z-index: 0;
}
.contactus_section .sectionHeading {
  margin-bottom: 20px;
}
.contactus_section .contact_area .inquiry_section {
  position: relative;
}
.contactus_section .contact_area .inquiry_section::before {
  content: "";
  position: absolute;
  background: #fff;
  left: -25%;
  top: -19%;
  width: 860px;
  height: 860px;
  border-radius: 50%;
  overflow: hidden;
}
.contactus_section .branchMarg {
  margin-top: 40px;
}
.contactus_section .branchMarg .sectionHeading {
  font-size: 26px;
}
.contactus_section .branchMarg .subtitle {
  font-size: 18px;
}
.contactus_section .address_area {
  margin-bottom: 20px;
}
.contactus_section .call_info {
  margin-bottom: 20px;
}
.contactus_section .call_info li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}
.contactus_section .call_info li a {
  color: #fff !important;
  padding-left: 20px;
}
.contactus_section .call_info li.phoneDetail::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(../images/call.png) no-repeat;
  background-size: contain;
}
.contactus_section .call_info li.mailinfo::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(../images/send.png) no-repeat;
  background-size: contain;
}
.contactus_section .subtitle {
  font-weight: 500;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
}
.contactus_section .row {
  margin-bottom: 30px;
}
.contactus_section .info_right {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.contactus_section .btn_area {
  margin-top: 30px;
  z-index: 1;
  position: relative;
}
.contactus_section .btn_sec .greenbtn {
  border: 2px solid #fff;
}
.contactus_section .form-control {
  background: transparent;
  color: #fff;
}
.contactus_section ::-webkit-input-placeholder {
  color: #fff;
}
.contactus_section ::-moz-placeholder {
  color: #fff;
}
.contactus_section :-ms-input-placeholder {
  color: #fff;
}
.contactus_section ::-ms-input-placeholder {
  color: #fff;
}
.contactus_section ::placeholder {
  color: #fff;
}
@media (max-width: 1199px) {
  .contactus_section::after {
    width: 33%;
  }
}
@media (max-width: 991px) {
  .contactus_section::after {
    width: 48%;
  }
  .contactus_section .contact_area .sectionHeading {
    margin-bottom: 20px;
    line-height: 70px;
  }
  .contactus_section .contact_area .inquiry_section::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .contactus_section::after {
    display: none;
  }
  .contactus_section .info_right {
    padding-left: 0;
    margin-top: 30px;
  }
  .contactus_section .call_info li:last-child {
    margin-bottom: 0;
  }
}

.map_area iframe {
  width: 100%;
  display: block;
  height: 400px;
}

.productCategorypage .productCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productCategorypage .productCategory li {
  list-style-type: none;
}
.productCategorypage .productCategory .flex30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  margin: inherit;
}
.productCategorypage .productCategory .flex30 p {
  font-size: 18px;
  padding: 0 20px 18px;
  min-height: 108px;
}
@media (max-width: 1199px) {
  .productCategorypage .productCategory .flex30 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .productCategorypage .productCategory .flex30 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .productCategorypage .productCategory .flex30 p {
    min-height: 78px;
    font-size: 14px;
  }
  .productCategorypage .product_sec > img {
    height: 200px;
    padding: 30px 20px 30px 20px;
  }
}
@media (max-width: 767px) {
  .productCategorypage .productCategory .flex30 p {
    font-size: 16px;
    min-height: 140px;
  }
}
@media (max-width: 575px) {
  .productCategorypage .productCategory .flex30 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .productCategorypage .productCategory .flex30 p {
    min-height: inherit;
  }
}

.productDetailsec {
  position: relative;
}
.productDetailsec .callnowbtn a {
  margin-top: 15px;
  padding: 14px 40px !important;
}
.productDetailsec .callnowbtn:hover a {
  color: #fff !important;
}
.productDetailsec .categoryImgsec {
  background: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
  padding: 40px;
}
.productDetailsec .categoryImgsec img {
  display: block;
  margin: 0 auto;
}
.productDetailsec .tagLine {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.productDetailsec .table th {
  font-weight: 600;
}
.productDetailsec .table td {
  text-align: left;
}
.productDetailsec .slick-dots {
  bottom: -20px;
  font-size: 0px;
  right: auto;
  left: auto;
  height: 8px;
  width: calc(100% - 0px);
  text-align: center;
}
.productDetailsec .slick-dots li {
  margin: 0px 4px;
  width: 10px;
  height: 10px;
}
.productDetailsec .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0px;
  background-color: #7A7A7A;
  padding: 0px;
  border-radius: 100%;
}
.productDetailsec .slick-dots li button:before {
  display: none;
}
.productDetailsec .slick-dots li.slick-active {
  width: 10px;
}
.productDetailsec .slick-dots li.slick-active button {
  background: #7ABA0F;
  width: 10px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .productDetailsec .categoryImgsec {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .productDetailsec .callnowbtn a {
    padding: 14px 25px !important;
  }
}

.featuresSec {
  background: #EBEBEB;
}
.featuresSec .featureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featuresSec .featureList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  list-style: none;
  position: relative;
  padding: 0 25px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 500;
  font-size: 17px;
}
.featuresSec .featureList li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../images/list_icon.png) no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}
@media (max-width: 991px) {
  .featuresSec .featureList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .featuresSec .featureList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.cd-tab-filter-wrapper ul {
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0 0px 25px rgba(0, 0, 0, 0.16) !important;
  margin-top: 16px;
}

.bullet {
  position: relative;
}
.bullet li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}
.bullet li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../images/list_icon.png) no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}

.airCondition .airContent p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.airCondition .airContent ul {
  position: relative;
  margin-bottom: 20px;
}
.airCondition .airContent ul li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}
.airCondition .airContent ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../images/list_icon.png) no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}
@media (max-width: 767px) {
  .airCondition .callnowbtn {
    margin-bottom: 30px;
  }
  .airCondition .airContent p {
    font-size: 20px;
  }
}

.serviceSec .serviceTitle {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .serviceSec .serviceTitle {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .serviceSec .serviceTitle {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .serviceSec .serviceTitle {
    font-size: 22px;
  }
}

.serviceList.coreValue .valueBox li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serviceList.coreValue .valueBox .coreImg {
  margin-right: 15px;
}

.privacyPolicy::after {
  display: none;
}

.bullets .featureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bullets .featureList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  list-style: none;
  position: relative;
  padding: 0 25px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 500;
  font-size: 17px;
}
.bullets .featureList li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../images/list_icon.png) no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}

.bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bullets li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  list-style: none;
  position: relative;
  padding: 0 25px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 500;
  font-size: 17px;
}
.bullets li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../images/list_icon.png) no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}/*# sourceMappingURL=style.css.map */