/************************************************************* fonts ******************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/************************************************************* variable ***************************************/
/***** material design variables *****/
/************************************************************* mixins ***************************************/
:active,
:focus {
  outline: none !important;
}
i {
  display: block;
}
p:empty {
  margin: 0 !important;
  padding: 0 !important;
}
a:active,
a:focus {
  outline: none;
}
::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #bdbdbd;
}
:-moz-placeholder {
  color: #bdbdbd;
  font-weight: bold;
}
::-moz-placeholder {
  color: #bdbdbd;
}
:-ms-input-placeholder {
  color: #bdbdbd;
}
:-ms-input-placeholder {
  color: #bdbdbd;
}
/*****************************************header***************************************/
/**************product hover***************************/
.drop-down {
  position: relative;
}
.drop-down > a {
  margin: 54px 20px 20px !important;
}
.drop-down .drop-down-content {
  background-color: rgba(6, 6, 6, 0.8);
  display: none;
  padding: 25px 50px 30px 30px;
  position: absolute;
  min-width: 345px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.drop-down .drop-down-content li a {
  display: block;
  line-height: 20px;
  padding: 15px 0;
  margin: 0;
  text-align: left;
  position: relative;
}
.drop-down .drop-down-content li a:hover {
  color: #bd9c4c;
  background: transparent;
}
.drop-down .drop-down-content li a:hover:before {
  display: none;
}
.drop-down .drop-down-content li a:hover:after {
  display: none;
}
.drop-down .drop-down-content:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(6, 6, 6, 0.8);
  top: -10px;
  left: 45px;
}
.drop-down:hover .drop-down-content {
  display: block;
}
/**************product hover end***************************/
.cmn-banner {
  background-color: #040c13;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 483px;
  position: relative;
}
.gold-line {
  position: relative;
}
.gold-line:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #b79952;
  bottom: 0;
  left: 0;
}
.clear {
  clear: both;
}
.subh {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 400;
  color: #222629;
  font-size: 30px;
  letter-spacing: 0.005em;
  line-height: 1.5;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  position: relative;
  display: table;
  margin: -10px 0 10px 0;
}
.cmn-sect {
  padding: 0 25px;
  text-align: center;
}
.cmn-sect h2 {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 50px;
  letter-spacing: 0em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-align: center;
  display: inline-block;
  position: relative;
}
.subscribe {
  clear: both;
  border-top: 1px solid #d3d4d4;
}
.cmn-bnr-cont {
  position: relative;
  float: none;
  height: 100%;
}
.cmn-bnr-cont .cmn-bnr-txt {
  position: absolute;
  height: 75px;
  width: 100%;
  bottom: 60px;
  padding: 0 25px;
}
.cmn-bnr-cont .cmn-bnr-txt .bnr-title {
  float: left;
}
.cmn-bnr-cont .cmn-bnr-txt .bnr-title span {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 65px;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  border-bottom: 3px solid #fff;
  text-transform: capitalize;
}
.cmn-bnr-cont h2 {
  float: right;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  right: 25px;
}
.cmn-bnr-cont h2 a {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-transform: capitalize;
}
.cmn-bnr-cont h2 span {
  color: #bd9c4c;
  text-transform: capitalize;
  display: inline-block;
}
/*********************************About-Section starts*******************************/
.abt-head {
  line-height: 1.2 !important;
}
.abt-banner {
  background-image: url('../img/scrubber banner2.jpg');
}
.para {
  padding-bottom: 25px;
}
.para:nth-of-type(1) {
  padding-top: 10px;
}
.aboutsub {
  padding: 100px 0 75px;
}
.aboutsub .abt-sub-sect1 {
  padding: 0 25px;
}
.aboutsub .abt-sub-sect1 .image-section {
  width: 42.2%;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.aboutsub .abt-sub-sect1 .image-section .sub-img-txt {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  padding: 0 0 85px 60px;
}
.aboutsub .abt-sub-sect1 .image-section .sub-img-txt h2 {
  text-align: left;
  line-height: 1;
}
.aboutsub .abt-sub-sect1 .image-section .sub-img-txt h2 span {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  letter-spacing: 0;
  line-height: 0.5;
  border-bottom: 1px solid #fff;
}
.aboutsub .abt-sub-sect1 .image-section .sub-img-txt h2:before {
  left: -21px;
  top: 10px;
}
.aboutsub .abt-sub-sect1 .abt-lft-img {
  position: relative;
  padding: 0;
  width: 100%;
  background-image: url('../img/kags top banner fin.jpg');
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  height: 784px;
  -webkit-transition: 0.4s ease;
  transition: 0.8s ease;
}
.aboutsub .abt-sub-sect1 .abt-lft-img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
}
.aboutsub .abt-sub-sect1 .abt-rgt-con {
  padding: 0 0 0 40px;
  width: 57.8%;
}
.aboutsub .arrow-head h2:before {
  left: -10px;
  top: 12px;
}
.abt-mid-bnr {
  margin-bottom: 100px;
  background-image: url('../img/banner kags bg.jpg');
  background-color: #252b30;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 399px;
}
.abt-mid-bnr .abt-mid-sect {
  padding: 0;
  float: none;
}
.abt-mid-bnr .abt-mid-sect .abt-mid-cntnt {
  padding: 120px 70px;
}
.abt-mid-bnr .abt-mid-sect .abt-mid-cntnt h2 {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 35px;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-align: center;
  text-transform: capitalize;
}
.abt-mid-bnr .abt-mid-sect .abt-mid-cntnt p {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.005em;
  line-height: 4px;
  text-align: center;
  background-color: transparent;
  text-transform: none;
  padding: 35px 35px 0;
}
.abt-mid-bnr .abt-mid-sect .abt-mid-cntnt:first-of-type {
  position: relative;
}
.abt-mid-bnr .abt-mid-sect .abt-mid-cntnt:first-of-type:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 255px;
  right: 0;
  bottom: 50px;
  background: #b79952;
}
.abt-last {
  padding: 0 0 22px 0;
  float: none;
}
.abt-last .cmn-sect h2 {
  /* &:before {
        top: 7px;
        left: 410px;
      }*/
}
.abt-last .cmn-sect  {
  text-align: center;
  padding: 40px;
}
.abt-last .cmn-sect:nth-of-type(2) h2 {
  /* margin-top: 45px;*/
  /*&:before {
          left: 450px;
        }*/
}
.abt-last .cmn-sect ul {
  display: inline-block;
  padding: 25px 0 110px;
  position: relative;
}
.abt-last .cmn-sect ul li {
  float: left;
  padding-right: 35px;
}
.abt-last .cmn-sect ul li:last-child {
  padding-right: 0;
}
.abt-last .cmn-sect ul:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #d3d4d4;
  left: 0;
  bottom: 35px;
}
/*********************************About-Section Ends*******************************/
/*********************************Quality-Section starts*******************************/
.qlty-banner {
  background-image: url('../img/quality-bnr.png');
}
.qlty-beg {
  /*padding-top: 100px;*/
  padding: 100px 0 47px 0;
}
.qlty-beg .cmn-sect {
  padding: 0 90px;
}
.qlty-beg .cmn-sect h2 {
  /*&:before {
        left: 300px;
      }*/
}
.qlty-beg .cmn-sect h3 {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #bd9c4c;
  font-size: 30px;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  padding-top: 45px;
}
.qlty-beg .cmn-sect p {
  padding: 40px 0;
}
.qlty-beg .cmn-sect p:nth-of-type(2) {
  padding-top: 0;
}
.qlty-beg .cmn-sect:nth-of-type(2) h2 {
  /* &:before {
          top: 4px;
          left: -20px;
        }*/
}
.qlty-beg .cmn-sect:nth-of-type(2) p {
  padding: 40px 0 65px;
}
.qlty-mid-bnr {
  background-image: url('../img/quality-mid-bnr.jpg');
  height: 822px;
}
.qlty-mid-bnr .qlty-mid-sect {
  float: none;
  height: 100%;
  padding: 100px 0;
}
.qlty-mid-bnr .qlty-mid-sect .qlty-mid-fullcntnt {
  display: block;
  text-align: center;
  /*   &:nth-of-type(2) {
        padding-top: 50px;
        border-top: 1px solid @gold;
        h2 {
          &:before {
            */
  /*left: 408px;*/
  /*
            top: 0;
          }
        }
        .qlty-mid-cntnt {
          margin: 68px 0 0;

          &:nth-child(1) {
            h3 {
              &:nth-of-type(1) {
                */
  /*right: 70px;*/
  /*
              }
            }
            &:before {
              width: 102px;
              height: 165px;
              background-position: -257px -160px;
              left: 0px;
              top: 0px;
            }
          }
          &:nth-child(2) {
            &:before {
              width: 102px;
              height: 165px;
              background-position: -257px 0px;
              left: 40px;
              top: 0px;
            }
          }
          &:nth-child(3) {
            &:before {
              width: 65px;
              height: 160px;
              background-position: -31px -339px;
              left: 70px;
              top: 0px;
            }
          }
          &:nth-child(4) {
            &:before {
              width: 65px;
              height: 160px;
              background-position: -31px -166px;
              left: 70px;
              top: 0px;
            }
          }
        }
      }*/
}
.qlty-mid-bnr .qlty-mid-sect .qlty-mid-fullcntnt:nth-of-type(1) .qlty-mid-cntnt:nth-of-type(3) .svg-icons {
  width: 55%;
}
.qlty-mid-bnr .qlty-mid-sect .qlty-mid-fullcntnt:nth-of-type(1) .qlty-mid-cntnt:nth-of-type(4) .svg-icons {
  width: 56%;
}
.qlty-mid-bnr .qlty-mid-sect .qlty-mid-fullcntnt:nth-of-type(2) {
  position: relative ;
  padding-top: 40px;
}
.qlty-mid-bnr .qlty-mid-sect .qlty-mid-fullcntnt:nth-of-type(2) h2 {
  margin-top: 22px;
  margin-bottom: 18px;
}
.qlty-mid-bnr .qlty-mid-sect .qlty-mid-fullcntnt:nth-of-type(2):before {
  position: absolute;
  content: '';
  background: #a6873b;
  width: 100%;
  height: 1px;
  top: 0;
}
.qlty-mid-bnr .qlty-mid-sect .qlty-mid-fullcntnt h2 {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 35px;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
}
.qlty-mid-bnr .qlty-mid-sect .qlty-mid-fullcntnt h2:before {
  top: 4px;
}
.qlty-mid-bnr .qlty-mid-sect .qlty-mid-fullcntnt .qlty-mid-cntnt {
  padding: 0;
  /*  height: 170px;*/
  position: relative;
  margin: 34px 0;
  /* &:before {
           position: absolute;
           content: "";
           background: url('../img/sprite.png');
           background-repeat: no-repeat;
         }

         &:nth-child(1) {
           width: 240px;
           &:before {
             width: 80px;
             height: 165px;
             background-position: -23px 0px;
             left: 0px;
             top: 0px;
           }
         }
         &:nth-child(2) {
           width: 330px;
           &:before {
             width: 160px;
             height: 165px;
             background-position: -104px 0px;
             left: 40px;
             top: 0px;
           }
         }
         &:nth-child(3) {
           width: 370px;
           &:before {
             width: 160px;
             height: 165px;
             background-position: -104px -326px;
             left: 10px;
             top: 0px;
           }
         }
         &:nth-child(4) {
           width: 330px;
           &:before {
             width: 160px;
             height: 165px;
             background-position: -104px -160px;
             left: 10px;
             top: 0px;
           }
         }*/
}
.qlty-mid-bnr .qlty-mid-sect .qlty-mid-fullcntnt .qlty-mid-cntnt:after {
  content: '';
  position: absolute;
  background: #a6873b;
  height: 110px;
  width: 1px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.qlty-mid-bnr .qlty-mid-sect .qlty-mid-fullcntnt .qlty-mid-cntnt:nth-of-type(4n):after {
  display: none;
}
.qlty-mid-bnr .qlty-mid-sect .qlty-mid-fullcntnt .qlty-mid-cntnt:nth-of-type(3n):after {
  right: -10px;
}
.qlty-mid-bnr .qlty-mid-sect .qlty-mid-fullcntnt .qlty-mid-cntnt .svg-icons {
  width: 60%;
}
.qlty-mid-bnr .qlty-mid-sect .qlty-mid-fullcntnt .qlty-mid-cntnt .svg-icons img {
  width: 100%;
}
.qlty-mid-bnr .qlty-mid-sect .qlty-mid-fullcntnt .qlty-mid-cntnt h3 {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0.025em;
  line-height: 1;
  background-color: transparent;
  text-transform: none;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  top: 80px;
  left: 55%;
}
/*
.qlty-mid-fullcntnt {
  &:nth-of-type(1) {
    .qlty-mid-cntnt {
      &:nth-of-type(3), &:nth-of-type(4) {
        .svg-icons {
          width: 170px;
          padding-top: 25px;
          img {
          }
        }
      }
      .svg-icons {
        width: 200px;
        display: inline-block;
        img {

        }
      }
      h3 {
        display: inline-block;
      }
    }
  }
  &:nth-of-type(2) {
    .qlty-mid-cntnt {
      .svg-icons {
        width: 170px;
        display: inline-block;
        img {
        }
      }
      h3 {
        display: inline-block;
      }
    }
  }
}*/
.qlty-last .cmn-sect h2 {
  /*&:before {
        left: 465px;
      }*/
}
.qlty-last .cmn-sect p:last-child {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #bd9c4c;
  font-size: 15px;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  padding: 40px 165px;
  line-height: 30px;
  text-align: center;
  position: relative;
}
.qlty-last .cmn-sect p:last-child:before {
  position: absolute;
  content: "";
  width: 625px;
  height: 1px;
  background: #d3d4d4;
  top: 25px;
  left: 320px;
}
.qlty-last .cmn-sect p:last-child:after {
  position: absolute;
  content: "";
  width: 625px;
  height: 1px;
  background: #d3d4d4;
  bottom: 25px;
  left: 320px;
}
/****************************************************Product Starts**********************************************/
/*products application*/
.applications {
  /* margin-top: 50px;*/
  padding: 0px 25px 15px;
}
.applications .container {
  width: auto;
  /* margin-right: 50px;*/
}
.applications h2 {
  font-size: 30px;
  line-height: 45px;
  padding-left: 10px;
}
.applications h2:before {
  left: 0;
  top: 10px;
  width: 13px;
  height: 15px;
}
.applications .row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.applications .row:nth-of-type(2) {
  padding-top: 60px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.applications .app-image {
  text-align: center;
}
.applications .app-cont h5 {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 20px;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-align: center;
  padding: 26px 0px;
}
/*end products application*/
.pro-ni-banner {
  background-image: url('../img/banner/product_banner.jpg');
}
.prod-title {
  padding: 100px 25px 0;
}
.prod-title h2 {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 50px;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  display: block;
  margin-bottom: 40px;
}
.prod-title h2 span {
  border-bottom: 2px solid #bd9c4c;
}
.prod-title h2:before {
  top: 17px;
}
.prod-sect {
  padding: 0px 25px 100px;
  /* border-bottom: 1px solid #d3d4d4;*/
  height: 100%;
}
.prod-sect .prod-lft {
  padding: 0 50px 0 0;
}
.prod-sect .prod-lft p {
  padding-bottom: 50px;
}
.prod-sect .prod-lft .prod-lft-table {
  padding: 0;
}
.prod-sect .prod-lft .prod-lft-table h2 {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 30px;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  padding-left: 20px;
  margin-bottom: 90px;
  margin-top: 36px;
}
.prod-sect .prod-lft .prod-lft-table h2:before {
  top: 4px;
  left: 0;
}
.prod-sect .prod-lft .prod-lft-table table {
  width: 100%;
  border-collapse: collapse;
  border: none !important;
}
.prod-sect .prod-lft .prod-lft-table th {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #bd9c4c;
  font-size: 20px;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
}
.prod-sect .prod-lft .prod-lft-table th:nth-child(2) {
  border-left: none;
}
.prod-sect .prod-lft .prod-lft-table td,
.prod-sect .prod-lft .prod-lft-table th {
  padding: 30px;
  border: 1px solid #bcbdbe;
  text-align: center;
}
.prod-sect .prod-lft .prod-lft-table td:first-child,
.prod-sect .prod-lft .prod-lft-table th:first-child {
  border-left: none;
  /*border-right: none;
          display: none;*/
}
.prod-sect .prod-lft .prod-lft-table td:last-child,
.prod-sect .prod-lft .prod-lft-table th:last-child {
  border-right: none;
  /* padding-left: 100px;*/
}
.prod-sect .prod-lft .prod-lft-table th {
  border-top: none;
}
.prod-sect .prod-lft .prod-lft-table tr td {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-align: center;
}
.prod-sect .prod-lft .prod-lft-table tr td:nth-child(2) {
  border-left: none;
}
.prod-sect .prod-lft .prod-lft-table.ar-sub h2 {
  padding-left: 15px !important;
}
.prod-sect .prod-lft .prod-lft-table.ar-sub h2:before {
  top: 0 !important;
  left: 0px !important;
  width: 12px;
  height: 15px;
}
.prod-rgt {
  padding-left: 50px;
  /* ::-webkit-scrollbar {
     width: 8px;
   }

   ::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     border-radius: 10px;
   }

   ::-webkit-scrollbar-thumb {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
   }*/
  -ms-overflow-style: none;
  /*border-left: 2px solid #d3d4d4;*/
}
.prod-rgt ::-webkit-scrollbar {
  display: none;
}
.prod-rgt ul li a.c-color {
  color: #bd9c4c;
}
.prod-rgt ul li ul {
  overflow: auto;
  max-height: 435px;
  /* &:hover {
           ::-webkit-scrollbar {
             display: block;
           }
         }*/
}
.prod-rgt:before {
  position: absolute;
  content: '';
  height: 560px;
  width: 2px;
  background-color: #d3d4d4;
  left: 0;
  top: 0;
}
.prod-rgt h2 span {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #bd9c4c;
  font-size: 25px;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  border-bottom: 1px solid #bd9c4c;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.prod-rgt h2:before {
  display: none;
}
.prod-rgt .prod-tab {
  margin-top: 40px;
}
.prod-rgt .prod-tab li.active a {
  color: #bd9c4c;
}
.prod-rgt .prod-tab li.active span:before {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.prod-rgt .prod-tab li {
  padding: 22px 15px 22px 0;
  border-bottom: 1px solid #d3d4d4;
  position: relative;
}
.prod-rgt .prod-tab li:first-child {
  padding: 0 15px 22px 0;
}
.prod-rgt .prod-tab li:first-child span:before {
  top: 0px;
  right: 6px;
}
.prod-rgt .prod-tab li:first-child span:after {
  top: 5px;
  right: 0;
}
.prod-rgt .prod-tab li a {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 15px;
  letter-spacing: 0.005em;
  line-height: 30px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
}
.prod-rgt .prod-tab li a:hover {
  color: #bd9c4c;
}
.prod-rgt .prod-tab li .prod-sub-tab {
  display: none;
  margin-top: 23px;
  margin-left: 10px;
}
.prod-rgt .prod-tab li .prod-sub-tab li {
  padding: 22px 0;
  border-bottom: 1px solid #d3d4d4;
}
.prod-rgt .prod-tab li .prod-sub-tab li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.prod-rgt .prod-tab li .prod-sub-tab li a {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 14px;
  letter-spacing: 0.005em;
  line-height: 20px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
}
.prod-rgt .prod-tab li .prod-sub-tab li a:hover {
  color: #bd9c4c;
}
.prod-rgt .prod-tab li .prod-sub-tab li:before {
  display: none;
}
.prod-rgt .prod-tab li .prod-sub-tab li:after {
  display: none;
}
.prod-rgt .prod-tab li span {
  position: relative;
  float: right;
  width: 13px;
  height: 13px;
  right: -14px;
  cursor: pointer;
  top: 7px;
}
.prod-rgt .prod-tab li span:before {
  position: absolute;
  content: '';
  right: 6px;
  height: 13px;
  width: 2px;
  background-color: #bd9c4c;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.prod-rgt .prod-tab li span:after {
  position: absolute;
  content: '';
  right: 0px;
  height: 2px;
  width: 13px;
  background-color: #bd9c4c;
  top: 5px;
}
.prod-rgt .prod-tab > li.active ul.prod-sub-tab {
  display: block;
}
.prod-rgt.ft-rdt-b:before {
  height: 500px !important;
}
.prod-rgt h2 span a {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #bd9c4c;
  font-size: 25px;
}
.prod-rgt.c-list ul li a.c-color {
  color: #bd9c4c;
}
.prod-rgt.c-list ul li ul {
  overflow: auto;
  max-height: 128px;
  /* &:hover {
           ::-webkit-scrollbar {
             display: block;
           }
         }*/
}
.prod-rgt.c-list:before {
  height: 450px;
}
.prod-rgt.c-list.c-dummy:before {
  height: 400px;
}
.prod-lft-table.arrow-head.c-budle.c-hed h2 {
  margin-bottom: 30px;
}
.arrow-head.c-budle.c-hed2 h2 {
  margin-bottom: 30px;
}
.col-xs-5.cmn-table.arrow-head.c-dummy-s th:nth-of-type(2) {
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #222629;
  font-size: 15px;
}
.cmn-table {
  padding: 64px 0 0px;
}
.cmn-table h2 {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 30px;
  letter-spacing: 0.025em;
  line-height: 1;
  background-color: transparent;
  text-transform: none;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 90px;
  margin-top: 36px;
  position: relative;
  /*  &:before {
      top: 4px;
      left: 0;
    }*/
}
.cmn-table table {
  width: 100%;
  border-collapse: collapse;
  border: none !important;
}
.cmn-table th {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #bd9c4c;
  font-size: 20px;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-align: center;
}
.cmn-table th:nth-of-type(2) {
  color: #bd9c4c;
  /* font-size: 20px;*/
  font-family: 'Droid Serif', 'Arial', sans-serif;
}
.cmn-table th:nth-child(2) {
  border-left: none;
}
.cmn-table tr td:nth-of-type(1) {
  color: #bd9c4c;
  font-size: 20px;
  font-family: 'Droid Serif', 'Arial', sans-serif;
}
.cmn-table td,
.cmn-table th {
  padding: 30px;
  border: 1px solid #bcbdbe;
  text-align: center;
}
.cmn-table td:first-child,
.cmn-table th:first-child {
  border-left: none;
}
.cmn-table td:last-child,
.cmn-table th:last-child {
  border-right: none;
}
.cmn-table th {
  border-top: none;
}
.cmn-table tr td {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  background-color: transparent;
  text-transform: none;
  text-align: center;
}
.cmn-table tr td:nth-child(2) {
  border-left: none;
}
.cmn-table tr:last-child td {
  border-bottom: none;
}
.cmn-table .null {
  width: 13px;
  height: 2px;
  background: #bcbdbe;
}
.col-xs-6.cmn-table.arrow-head.c-dummy2 th {
  color: #bd9c4c;
  font-size: 20px;
  font-family: 'Droid Serif', 'Arial', sans-serif;
}
.col-xs-6.cmn-table.arrow-head.c-dummy2.c-dummy3 th:nth-of-type(2) {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 15px;
}
/*mobile menu*/
.mob-cover {
  position: fixed;
  height: 100%;
  background: #000000;
  width: 250px;
  z-index: 999;
  opacity: 1;
  display: none;
  transition: right 0.2s ease-in-out;
  -webkit-transition: right 0.2s ease-in-out;
  -ms-transition: right 0.2s ease-in-out;
  -moz-transition: right 0.2s ease-in-out;
  right: 0;
  overflow-y: auto;
}
.mob-cover .mobile-menu {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 99999;
  width: 100%;
}
.mob-cover .mobile-menu ul {
  padding: 0 30px;
}
.mob-cover .mobile-menu ul li a {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 35px;
  text-align: center;
  background-color: transparent;
  text-transform: none;
}
.mob-cover .mobile-menu ul ul {
  padding: 0 20px;
}
#hamburger {
  display: none;
  position: fixed;
  z-index: 999;
  top: 15px;
  right: 20px;
  height: 50px;
  width: 62px;
  cursor: pointer;
}
.lock-body body {
  overflow: hidden;
}
.margin-html {
  margin-right: 0;
}
.p-main-section .content-B {
  float: left;
  width: 75%;
  position: relative;
}
.p-main-section .content-B:after {
  /*position: absolute;
  content: '';
  background: #ddd;
  width: 1px;
  height: 75%;
  top:145px;
  right: 0;*/
}
.p-main-section .content-B .after {
  position: absolute;
  background: #ddd;
  width: 1px;
  top: 145px;
  right: 0;
}
.p-main-section .content-B .prod-title {
  padding: 50px 25px 0;
}
.p-main-section .content-B .arrow-head h2 {
  /*&:before{
          top:5px;
        }*/
}
.p-main-section .content-B .arrow-head h2 span {
  font-size: 40px;
}
.p-main-section .content-B .prod-sect {
  padding: 0px 25px 50px;
}
.p-main-section .content-B .prod-sect.app-bot {
  padding-bottom: 20px;
}
.p-main-section .content-B .prod-sect .prod-lft p {
  padding-bottom: 20px;
}
.p-main-section .content-B .prod-sect .prod-lft .prod-lft-table h2 {
  margin-bottom: 20px;
  margin-top: 24px;
}
.p-main-section .content-B .prod-sect .prod-lft .prod-lft-table td {
  padding: 15px;
}
.p-main-section .content-B .prod-sect .prod-lft .prod-lft-table td:last-child {
  /*padding-left: 120px;*/
}
.p-main-section .content-B .prod-sect .cmn-table {
  padding: 10px 0px;
}
.p-main-section .content-B .prod-sect .cmn-table td {
  padding: 11px;
}
.p-main-section .content-B .prod-sect .cmn-table.col-table-4 .col-xs-5 {
  width: 70%;
}
.p-main-section .content-B .prod-sect .cmn-table.col-table-big .col-xs-5 {
  width: 80%;
}
.p-main-section .content-B .prod-sect .cmn-table.t-single .row {
  width: 80%;
}
.p-main-section .content-B .prod-sect .cmn-table.t-single .row .cmn-table table tr td,
.p-main-section .content-B .prod-sect .cmn-table.t-single .row .cmn-table table tr th {
  border-right: 1px solid #bcbdbe !important;
}
.p-main-section .content-B .prod-sect .cmn-table.t-single .row .cmn-table.col-xs-6 table {
  margin-top: 117px;
}
.p-main-section .content-B .prod-sect .cmn-table.t-single .row .cmn-table.col-xs-6 table tr td:nth-of-type(2),
.p-main-section .content-B .prod-sect .cmn-table.t-single .row .cmn-table.col-xs-6 table tr th:nth-of-type(2) {
  border-right: none !important;
}
.p-main-section .content-B .prod-sect .cmn-table.t-single .row .cmn-table.col-xs-5 {
  margin-right: 0 !important;
}
.p-main-section .content-B .prod-sect .cmn-table.arrow-head.c-dummy .arrow-head.col-xs-5 {
  margin-right: 60px;
}
.p-main-section .content-B .prod-sect .cmn-table.arrow-head.c-dummy .arrow-head.col-xs-5.c-list-cnt {
  margin-right: 39px;
}
.p-main-section .content-B .prod-sect .cmn-table.arrow-head.c-dummy .arrow-head.col-xs-6 {
  /* margin-top: 122px;*/
  margin-right: 0;
}
.p-main-section .content-B .prod-sect .cmn-table.arrow-head.c-dummy .arrow-head.col-xs-6.no-txt {
  margin-top: 116px;
}
.p-main-section .content-B .prod-sect .cmn-table.arrow-head.c-dummy .arrow-head.c-dummy2 h2 {
  margin-bottom: 25px;
  height: 56px;
}
.p-main-section .content-B .prod-sect .cmn-table.arrow-head.c-dummy .arrow-head.c-dummy2 tr td:nth-of-type(1) {
  font-size: 16px;
}
.p-main-section .content-S {
  float: right;
  width: 25%;
  padding-left: 30px;
  margin-top: 125px;
  position: relative;
}
.p-main-section .content-S.prod-rgt:before {
  width: 1px;
  display: none;
}
.p-main-section .row {
  margin: 0;
}
.d-banner {
  background: none !important;
  text-align: center;
}
.d-banner img:nth-of-type(1) {
  height: 100%;
}
.d-banner .cmn-bnr-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mov-img {
  position: absolute;
  top: 0;
  left: 0%;
  opacity: 0.2;
  height: 100%;
}
label.error {
  font-size: 11px;
}
.modal-header .close {
  margin-top: -2px;
  position: absolute !important;
  right: 20px;
  z-index: 999;
  width: 30px;
  height: 30px;
  float: none !important;
}
#home .subscribe {
  border: none;
}
#quality .subscribe {
  border-top: none;
}
.tab-txt1 {
  margin-right: 0 !important;
  width: 100% !important;
}
.tab-txt1 h2 {
  height: 30px !important;
}
.mob-head {
  display: none;
}
.cont-border .subscribe {
  border-top: none !important;
}
footer .footer-main .col-30 .footer-inner .footer-list li a br {
  display: none;
}
.main-h h1 {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 15px;
  letter-spacing: 0.005em;
  line-height: 30px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  padding: 10px 0px;
  padding-right: 15px;
}
.p-main-section .content-B .prod-sect .cmn-table.t-single .row .cmn-table.no-marg table tr td,
.p-main-section .content-B .prod-sect .cmn-table.t-single .row .cmn-table.no-marg table tr th {
  border-right: none !important;
}
.arrow-head fieldset {
  height: 276px;
}

/****************** Contact ********************************/
.ContactForm_contactus__tr98p {
    opacity: 1;
    padding: 15.3125rem 0 3.4375rem;
    transition: opacity .3s linear;
}
.ContactForm_contactus_wrapper__t46QY {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.ContactForm_contactus_wrapper__t46QY>* {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}
.ContactForm_contactus_wrapper__t46QY>* {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}
.ContactForm_contactus_wrapper_right_formwrap_title__bv-Ut {
    margin-bottom: 2.1875rem;
}
.form-group {
    display: inline-block;
    margin-bottom: 2.1875rem;
    margin-top: 15px;
    position: relative;
    width: 100%;
}
button, button:focus, input, input:focus, select, select:focus, textarea, textarea:focus {
    box-shadow: none!important;
    outline: none!important;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control {
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}
.form-control {
    border: solid #dee2e6;
    border-radius: 0;
    border-width: 0 0 1px;
    box-shadow: none!important;
    height: 43px;
    line-height: 1.6;
    outline: none!important;
    padding: 0.625rem 0;
}
.form-control::placeholder {
    opacity: 0;
  }
.form-group>.form-control {
    width: 100%;
}
label {
    display: inline-block;
}
.form-group>label {
    color: #9b9b9b;
    font-size: .9375rem;
    left: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .2s cubic-bezier(.32,.94,.6,1);
}
.form-group>.form-control:focus~label, .form-group>.form-control:not(:placeholder-shown)~label {
    font-size: .75rem;
    top: -5px;
}
.form-group>.small, .form-group>small {
    align-items: center;
    bottom: -25px;
    color: #fc0d2f;
    display: flex;
    font-size: .875rem;
    position: absolute;
    right: 0;
}
form-group>.small svg, .form-group>small svg {
    fill: #fc0d2f;
    margin-right: 0.375rem;
}
.form-control:focus {
    background-color: #fff;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    color: #212529;
    outline: 0;
}
.form-group>.form-control:focus, .form-group>.form-control:not(:placeholder-shown) {
    border-color: #000;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control {
    height: 85px;
    line-height: 1;
    resize: none;
}
.ContactForm_contactus_wrapper_right_formwrap_form_btnwrap__RnTqI {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
button, select {
    text-transform: none;
}
textarea, textarea:focus {
    box-shadow: none!important;
    outline: none!important;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #212529;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
}

figure {
    margin: 0 0 1rem;
}
img {
    max-width: 100%;
}
img, svg {
    vertical-align: middle;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1);
}

/*.row>* {*/
/*    flex-shrink: 0;*/
/*    margin-top: var(--bs-gutter-y);*/
/*    max-width: 100%;*/
/*    padding-left: calc(var(--bs-gutter-x)*.5);*/
/*    padding-right: calc(var(--bs-gutter-x)*.5);*/
/*    width: 100%;*/
/*}*/
.ContactDetails_contactdetail__jGsgG {
    opacity: 1;
    padding: 3.4375rem 0 6.25rem;
    transition: opacity .3s linear;
}
.ContactDetails_contactdetail_wrapper__JTDxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ContactDetails_contactdetail_wrapper__JTDxs>* {
    max-width: 355px;
    width:100%;
    position: relative;
}
.ContactDetails_contactdetail_wrapper__JTDxs>* h5 {
    margin-bottom: 20px;
}
.ContactDetails_contactdetail_wrapper_right__-4jOr{
  position: relative;
  text-align: right;
}
.kags_contact p {
    margin-bottom: 25px;
/*    max-width: 320px;*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.26;
    color: #000;
}
.h5, h5 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.h1+p, .h1+ul, .h2+p, .h2+ul, .h3+p, .h3+ul, .h4+p, .h4+ul, .h5+p, .h5+ul, .h6+p, .h6+ul, h1+p, h1+ul, h2+p, h2+ul, h3+p, h3+ul, h4+p, h4+ul, h5+p, h5+ul, h6+p, h6+ul, p+p, p+ul {
    margin-top: 1.25rem;
}
body, li, p {
    font-weight: 400;
}
li, p {
    font-size: .9375rem;
    line-height: 1.63;
}
a {
    text-decoration: none !important;
    display: inline-block;
    color: #000;
}
.kags_contact a {
    color: #111;
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 1.7rem;
}
.ContactDetails_contactdetail_wrapper_left_map_link__iMRHk {
    align-items: center;
    display: inline-flex;
}
.ContactDetails_contactdetail_wrapper_left_map_link__iMRHk svg {
    fill: #fc0d2f;
    margin-right: 10px;
}
.ContactDetails_contactdetail_wrapper_left_map_link__iMRHk a {
    align-items: center;
    color: #111;
    display: inline-flex;
    position: relative;
    text-decoration: none;
    margin-bottom: 0;
}
.p-18 {
    font-size: 1.725rem;
    line-height: 1.625rem;
}
.map-div{height: 100%;}
.ContactDetails_contactdetail_wrapper_left__EnWdG+div:before {
    background-color: hsla(0,0%,44%,.2);
    content: "";
    height: 100%;
    left: -70px;
    position: absolute;
    top: 0;
    width: 1px;
}
.ContactDetails_contactdetail_wrapper_middle__AUVc\++div:before {
    background-color: hsla(0,0%,44%,.2);
    content: "";
    height: 100%;
    left: -70px;
    position: absolute;
    top: 0;
    width: 1px;
}
.ContactDetails_contactdetail_wrapper_right__-4jOr p{text-align: right;}
.ContactDetails_contactdetail_wrapper_right__-4jOr a{padding-right: 0;}
.cnt-header .menu-main nav ul li a{color: #000;}
.cnt-header .cnt-txt .menu-main nav + ul + li a{color: #fff;}

@media (min-width: 576px){
  .container, .container-sm {
    max-width: 540px;
}
}

@media (min-width: 768px){
   .container, .container-md, .container-sm {
    max-width: 720px;
}
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-md-12 {
    flex: 0 0 auto;
    width: 100%;
}
.form-group>label {
    font-size: 1.3rem;
}
.h5, h5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.h-20 {
    font-size: 1.75rem;
    line-height: 28px;
}
li, p {
    font-size: 1.8rem;
}
}

@media (min-width: 992px)
{
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}
  .container {
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}
  .ContactForm_contactus_wrapper_left__nQybV {
    flex-basis: 48.2%;
    max-width: 48.2%;
}
.ContactForm_contactus_wrapper_right__nALVA {
    flex-basis: 51.8%;
    max-width: 51.8%;
}
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
.h1, h1 {
    font-size: 3.75rem;
}
.btn {
    font-size: 1rem;
    padding: 0.875rem 1.375rem;
}
.btn {
    border-radius: 0;
    border-width: 2px;
    box-shadow: none!important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    min-width: 135px;
    outline: none!important;
    padding: 0.875rem 1.125rem;
}
.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}
.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #ee3739;
    border-color: #ee3739;
}
.btn-primary:hover {
    background-color: transparent;
    border-color: #ee3739;
    color: #ee3739;
}
}

@media (max-width: 1399px){
  .ContactForm_contactus_wrapper_right_formwrap_form_btnwrap__RnTqI button {
    margin-right: 0.625rem;
}
.ContactForm_contactus_wrapper_right_formwrap_form_btnwrap__RnTqI button {
    margin-right: 1.5625rem;
}
.ContactDetails_contactdetail_wrapper_left__EnWdG+div:before {
    left: -32px;
}
.ContactDetails_contactdetail_wrapper_middle__AUVc\++div:before {
    left: 30px;
}

}







