/*Font Includes*/
@font-face {
  font-family: light_font;
  src: url("../fonts/poppins_light.ttf");
}

@font-face {
  font-family: reg_font;
  src: url("../fonts/poppins_reg.ttf");
}

@font-face {
  font-family: med_font;
  src: url("../fonts/poppins_med.ttf");
}

@font-face {
  font-family: semi_font;
  src: url("../fonts/poppins_semi.ttf");
}

@font-face {
  font-family: bold_font;
  src: url("../fonts/poppins_bold.ttf");
}

.semi_font {
  font-family: semi_font !important;
}

/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
body {
  /*Common Body Styles Start*/
  font-family: med_font;
  background-color: #ececec;
  /*Common Elements Style*/
  /*Common Body Responsive Styles Start*/
}

body p,
body .content_ul li {
  color: #5c564f;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  line-height: 1.8em;
}

body p.primary,
body .content_ul li.primary {
  color: #b38446;
}

body p.white,
body .content_ul li.white {
  color: white;
}

body .content_ul ul,
body .content_ul ol {
  padding-top: 30px;
}

body .content_ul li {
  padding-top: 0;
}

body .common_header {
  padding: 0;
  margin: 0;
  padding-top: 30px;
  font-family: light_font;
  color: #0b0a1b;
  line-height: 1.0em;
  text-transform: uppercase;
}

body .common_header.primary {
  color: #b38446;
}

body .common_header.white {
  color: white;
}

body .common_header span.primary {
  color: #b38446;
}

body .common_header span.white {
  color: white;
}

body .common_anchor {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  padding: 12px;
  color: #000;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #b38446;
  border-radius: 0;
  color: #fff;
  padding: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

body .common_anchor:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

body .common_anchor.secondary {
  background-color: #fff;
  color: #b38446;
}

body .common_anchor.secondary:hover {
  text-decoration: none;
  color: #fff;
  background-color: #b38446;
}

body .gridContainer {
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto;
}

body .table_wrap {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .cell_wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .btn-group {
  display: inline-block;
  margin-top: 30px;
}

body .btn-group button {
  padding: 12px;
  font-family: reg_font;
  background-color: #fff !important;
  background: none;
  border-color: #ccc;
  border-radius: 8px;
}

body .btn-group a:hover {
  background: none;
  background-color: #b38446 !important;
  color: #000;
}

body .form_field {
  margin-top: 30px;
  padding: 15px;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #ccc;
  width: 100%;
}

body .form_field.white {
  border-color: #fff;
  color: white;
}

body .form_field.whitetr {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

body .form_field.whitetr::-webkit-input-placeholder {
  color: #fff;
}

body .form_field.whitetr:-ms-input-placeholder {
  color: #fff;
}

body .form_field.whitetr::-ms-input-placeholder {
  color: #fff;
}

body .form_field.whitetr::placeholder {
  color: #fff;
}

body .nav.nav-tabs {
  margin-top: 30px !important;
}

body .nav.nav-tabs li a {
  color: #5c564f;
}

body .nav.nav-tabs li.active a {
  background-color: #b38446;
}

body input[type=text] {
  background-color: #fff;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@media only screen and (min-width: 1600px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 20px;
  }
  body .common_header {
    font-size: 50px;
  }
  body .common_header.vsmall {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 90px;
  }
  body .gridContainer {
    width: 95.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1599px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 18px;
  }
  body .common_header {
    font-size: 45px;
  }
  body .common_header.vsmall {
    font-size: 25px;
  }
  body .common_header.large {
    font-size: 70px;
  }
  body .gridContainer {
    width: 85.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1100px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 18px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.vsmall {
    font-size: 20px;
  }
  body .common_header.large {
    font-size: 70px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
}

@media only screen and (max-width: 786px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 18px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.vsmall {
    font-size: 20px;
  }
  body .common_header.large {
    font-size: 50px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
}

@media only screen and (max-width: 480px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 14px;
  }
  body .common_header.vsmall {
    font-size: 16px !important;
  }
  body .nav.nav-tabs li {
    float: none;
    display: inline-block;
  }
  body .nav.nav-tabs {
    white-space: nowrap;
    overflow-x: scroll;
  }
  body .common_header {
    font-size: 25px !important;
  }
  body .common_header.large {
    font-size: 28px !important;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body a.common_anchor {
    font-size: 14px;
  }
}

body .gridContainer.small_test_wrap {
  max-width: 900px;
  min-width: auto;
  width: auto;
  background-color: #fff;
  padding: 30px !important;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.full_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.half_wrap {
  width: 50%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

img,
video,
iframe {
  max-width: 100%;
}

/*Home starts*/
.slider_top_wrap {
  margin-top: 90px;
  padding-top: 90px;
}

.slider_top_wrap .image_wrap .mobile {
  display: none;
}

.home_image_wrap .image_wrap {
  text-align: right;
}

.home_image_wrap .image_wrap img {
  max-width: 80%;
}

.home_image_wrap .title_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 150px;
}

.home_image_wrap .title_wrap .half_wrap {
  width: 70%;
}

.home_image_wrap .title_wrap p {
  padding-right: 50%;
}

.common_data_wrap {
  padding-top: 90px;
  margin-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 90px;
}

.common_data_wrap .left {
  padding-left: 40%;
}

.common_data_wrap .right {
  padding-right: 40%;
}

.common_data_wrap .small .common_header span {
  font-size: 45px !important;
}

.common_data_wrap.nopad {
  padding: 0;
}

.technology_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.technology_wrap .image_wrap {
  width: 65%;
  float: left;
  display: inline-block;
}

.technology_wrap .info_wrap {
  width: 35%;
  float: left;
  display: inline-block;
  background: #925d0f;
  padding: 90px 30px;
  padding-top: 300px;
}

.product_slider_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_slider_wrap .parent .data_wrap {
  padding-left: 40px;
}

.product_slider_wrap .parent .data_wrap.right {
  padding-left: 0;
  padding-right: 50px;
}

.product_slider_wrap .line_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
}

.product_slider_wrap.margin_top {
  margin-top: 90px;
}

.image_common_wrap {
  margin-top: 90px;
}

.image_common_wrap.no_margin {
  margin-top: 0;
}

.image_common_wrap .right {
  text-align: right;
}

.image_common_wrap .left {
  text-align: left;
}

.common_header.has_border {
  padding-bottom: 30px;
  border-bottom: 2px solid #b38446;
  margin-bottom: 30px;
}

.menu_open {
  cursor: pointer;
}

#contact_message_wrap {
  margin-top: 20px;
  color: #fff;
}

.form_field.input_error {
  border-color: #ff6d62 !important;
}

.product_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 225, 0.6);
  display: none;
  overflow: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.product_popup .close_wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  width: 40px;
}

.product_popup .common_anchor {
  margin-top: 0;
  width: 100%;
  text-align: center;
  background: #a97e49 !important;
  text-align: center;
}

.product_popup .common_anchor img {
  max-width: 50%;
}

.product_popup .image_wrap img {
  mix-blend-mode: multiply;
}

.product_popup .inner_wrap {
  width: 800px;
  max-height: 90vh;
  overflow: auto;
  max-width: 95vw;
  background: #ececec;
}

.product_popup .inner_wrap .popup_content_wrap {
  padding: 50px;
}

.product_popup .inner_wrap .specs_wrap {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #b38446;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_popup .inner_wrap .specs_wrap .item_wrap {
  width: 49%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 2%;
  border-right: 1px solid #b38446;
  margin-bottom: 30px;
}

.product_popup .inner_wrap .specs_wrap .item_wrap:nth-child(2n+0) {
  margin-right: 0;
}

.product_popup .inner_wrap .specs_wrap .item_wrap .common_header.vsmall {
  padding-top: 0;
}

.product_popup .inner_wrap .specs_wrap .item_wrap:nth-child(even) {
  border-right: 0;
}

.achievement_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.achievement_wrap ul li {
  width: 22.75%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
}

.achievement_wrap ul li:nth-child(4n+0) {
  margin-right: 0;
}

.achievement_wrap ul li p {
  padding-top: 15px !important;
}

.achievement_wrap ul li .awardimg {
  background: #fff;
  border-radius: 10px;
}

.achievement_wrap ul.center {
  text-align: center;
}

.achievement_wrap .data_wrap {
  margin-top: 30px;
}

.achievement_wrap .title_wrap {
  z-index: 90;
}

.achievement_wrap.about {
  background: #b38446;
  padding-bottom: 90px;
}

.achievement_wrap.about .title_wrap {
  margin-top: -70px;
  padding-bottom: 30px;
  margin-bottom: 90px;
  border-bottom: 2px solid #fff;
}

.image_center_wrap {
  text-align: center;
  margin-top: 90px;
  padding-top: 90px;
  margin-bottom: 90px;
  padding-bottom: 90px;
  padding-left: 20%;
  padding-right: 20%;
}

/*Home ends*/
/*Menu starts*/
.menu_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  padding-top: 30px;
}

.menu_wrap .icon_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 33.33%;
}

.menu_wrap .icon_wrap img {
  width: 35px;
}

.menu_wrap .icon_wrap:last-child {
  text-align: right;
}

.menu_wrap .logo_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 33.33%;
  text-align: center;
}

.menu_wrap .logo_wrap img {
  max-width: 350px;
}

.menu_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*Menu Ends*/
/* absmenu starts */
.menu_blank_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.69);
  display: none;
  background: rgba(19, 18, 18, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.menu_side_cart_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.62);
  background: linear-gradient(163deg, rgba(2, 2, 2, 0.71) 0%, rgba(48, 32, 134, 0.71) 103%);
  background-size: 100% 100%;
  background: #000;
  overflow-x: auto;
  display: block;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s, -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s, -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s, -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s;
}

.menu_side_cart_wrap .whatsapp_fix {
  position: absolute;
}

.menu_side_cart_wrap.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.menu_side_cart_wrap .inner_wrap {
  padding: 0px;
  overflow-x: hidden;
}

.menu_side_cart_wrap .clos_btn {
  position: absolute;
  right: 35px;
  top: 22px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu_side_cart_wrap.active .clos_btn {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  /*background: #d6d0d0;
              padding: 3px;
              border-radius: 5px;*/
}

.menu_side_cart_wrap.active .clos_btn:hover {
  /* background: #ffffff;*/
}

.menu_side_cart_wrap .clos_btn img {
  width: 40px;
}

.menu_side_cart_wrap .menu_logo_wrap {
  padding: 25px;
  -webkit-transform: translatex(-100px);
  transform: translatex(-100px);
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

/*.menu_side_cart_wrap .menu_logo_wrap::before {
              position: absolute;
              width: 0%;
              background-color: #fff;
              opacity: 0.3;
              height: 1px;
              top: 50%;
              z-index: 99;
              content: '';
              -webkit-transition: all 3s ease-in-out;
              -moz-transition: all 3s ease-in-out;
              -o-transition: all 3s ease-in-out;
              -ms-transition: all 3s ease-in-out;
              transition: all 3s ease-in-out;
              
              
          }
          .menu_side_cart_wrap.active .menu_logo_wrap::before {
              width: 100%;
          }*/
.menu_side_cart_wrap .menu_logo_wrap img {
  width: 100px;
  z-index: 100;
  position: relative;
  border-radius: 0px;
}

.menu_side_cart_wrap.active .menu_logo_wrap {
  -webkit-transform: translatex(0px);
  transform: translatex(0px);
}

.sh_menu_wrap {
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
  opacity: 0;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  background-position: 100% 230%;
  background-size: 1000% 100%;
}

.menu_side_cart_wrap.active .sh_menu_wrap {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  background-position: 100% 0;
  background-size: 100% 100%;
}

.slide_menu_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0%;
  margin: 0%;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.slide_menu_ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0px;
  margin: 0%;
  font-size: 45px;
  text-transform: capitalize;
  padding: 5px 0px;
}

.slide_menu_ul li.social_li {
  opacity: 1 !important;
}

.slide_menu_ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slide_menu_ul li li {
  font-size: 30px;
}

.slide_menu_ul li a img {
  width: 55px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slide_menu_ul li a.active img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slide_menu_ul:hover li a img {
  opacity: 0.3;
}

.slide_menu_ul:hover li.social_li a img {
  opacity: 1;
}

.slide_menu_ul:hover li a {
  color: #555;
}

.slide_menu_ul li a:hover {
  color: white;
}

.slide_menu_ul li a:hover img {
  opacity: 1;
}

.slide_menu_ul li .sub-menu {
  display: none;
}

/* absmenu ends */
/*Responsive Starts*/
.plp_ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.plp_ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
  padding: 15px;
}

.plp_ul li.big {
  width: 50%;
}

.plp_ul li .inner_wrap .image_wrap {
  border: 1px solid #b38446;
  height: 350px;
}

.plp_ul li .inner_wrap .image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.plp_ul li .inner_wrap .common_header {
  font-size: 20px !important;
  padding-top: 10px;
}

.plp_ul li .inner_wrap .det_wrap {
  padding-top: 10px;
  color: #333;
  font-size: 15px;
}

.services_wrap {
  margin-top: 90px;
}

.services_wrap .single_service_wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #b38446;
}

.services_wrap .left_wrap {
  width: 60%;
  float: left;
  display: inline-block;
  padding-right: 50px;
}

.services_wrap .right_wrap {
  width: 40%;
  float: right;
  display: inline-block;
  padding-left: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.product_listing_parent_wrap {
  margin-top: 90px;
}

.product_listing_parent_wrap .common_header.has_border {
  border-color: #cfcfcf;
}

.contact_top_page_wrap {
  padding-top: 0;
  margin-top: 170px;
  padding-bottom: 0;
}

body .common_anchor.hasshadow {
  -webkit-box-shadow: 4px 4px 0px 0px #925d0f;
  box-shadow: 4px 4px 0px 0px #925d0f;
}

.notice_p {
  font-size: 12px;
  display: inline-block;
  width: 220px;
  margin-left: 30px;
}

.btn_notice_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.btn_notice_wrap .notice_p a {
  color: #fff;
}

.menu_wrap.inner_wrap {
  padding: 15px 0;
  -webkit-box-shadow: 3px 21px 21px -19px rgba(0, 0, 0, 0.54);
  box-shadow: 3px 21px 21px -19px rgba(0, 0, 0, 0.54);
}

.contact_form_wrap {
  padding: 90px 0;
  padding-bottom: 180px;
  overflow: hidden;
  margin-bottom: 90px;
  background: #aa7e48;
  -webkit-box-shadow: 3px 21px 21px -19px rgba(0, 0, 0, 0.54);
  box-shadow: 3px 21px 21px -19px rgba(0, 0, 0, 0.54);
}

.contact_form_wrap .lines {
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}

.contact_form_wrap .left_wrap {
  width: 40%;
  float: left;
  display: inline-block;
  padding-right: 100px;
}

.contact_form_wrap .right_wrap {
  width: 60%;
  float: left;
  display: inline-block;
  margin-top: 90px;
}

.contact_top_content {
  margin-top: 90px;
}

.contact_bot_content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #b38446;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_bot_content .right_wrap a {
  white-space: nowrap;
  display: inline-block;
}

.contact_bot_content .right_wrap a p {
  padding-top: 0;
}

.contact_bot_content .left_wrap {
  padding-right: 40px;
}

.contact_bot_content .left_wrap p {
  padding-top: 0;
}

.initcase {
  text-transform: initial !important;
}

.half_title_wrap:nth-child(odd) {
  padding-right: 20px;
}

.half_title_wrap:nth-child(even) {
  padding-left: 20px;
  border-left: 1px solid #000;
}

.half_title_wrap .common_header {
  padding: 0;
}

.social_cta_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social_cta_wrap.contact {
  margin-top: 30px;
}

.social_cta_wrap a {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #b38446;
  border-radius: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social_cta_wrap a svg {
  height: 20px;
}

.social_cta_wrap a svg path, .social_cta_wrap a svg circle {
  fill: #b38446;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social_cta_wrap a svg.feather path, .social_cta_wrap a svg.feather circle {
  fill: transparent;
  stroke: #b38446;
}

.social_cta_wrap a:hover {
  background: #b38446;
}

.social_cta_wrap a:hover svg path, .social_cta_wrap a:hover svg circle {
  fill: #fff;
}

.social_cta_wrap a:hover svg.feather path, .social_cta_wrap a:hover svg.feather circle {
  fill: transparent;
  stroke: #fff;
}

.footer_wrap {
  padding-bottom: 90px;
  overflow: hidden;
}

.footer_wrap .lines {
  pointer-events: none;
  position: absolute;
  bottom: -300px;
  left: 0;
  width: 100%;
}

.footer_wrap .col {
  width: 33.33%;
  float: left;
  display: inline-block;
}

.footer_wrap .col .logo_a {
  width: 130px;
  display: inline-block;
}

.footer_wrap .a {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer_wrap .a p {
  color: #b38446;
  padding-top: 0;
}

.footer_wrap .social_cta_wrap {
  width: 66.66%;
  float: right;
  margin-top: 30px;
}

.info_numbers_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.info_numbers_wrap .item {
  width: 25%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_numbers_wrap .item.lbrown {
  background: #aa7e48;
}

.info_numbers_wrap .item.dbrown {
  background: #925d0f;
}

.info_numbers_wrap .item.brown {
  background: #6d4a28;
}

.info_numbers_wrap .item .common_header:first-child {
  padding-top: 0;
  margin-bottom: 90px;
}

.info_numbers_wrap .item .common_header.bottom {
  margin-top: auto;
  font-size: 35px !important;
}

.video_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1599px) {
  .product_popup .image_wrap img {
    width: 60%;
    margin-left: 20%;
  }
  .plp_ul li .inner_wrap .image_wrap {
    height: 300px;
  }
  .technology_wrap .image_wrap {
    width: 60%;
  }
  .technology_wrap .info_wrap {
    padding-top: 150px;
    width: 40%;
  }
  .footer_wrap .lines {
    bottom: -200px;
  }
}

@media only screen and (max-width: 1100px) {
  .product_popup .inner_wrap .popup_content_wrap {
    padding: 30px;
  }
  .plp_ul li {
    width: 33.33%;
  }
  .plp_ul li .inner_wrap .image_wrap {
    height: 280px;
  }
  .info_numbers_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info_numbers_wrap .item {
    width: 50%;
  }
  .technology_wrap .info_wrap {
    padding: 90px 30px;
  }
  .footer_wrap .lines {
    bottom: -150px;
  }
  /*Home starts*/
  .home_image_wrap .title_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #b38446;
    padding: 40px;
    top: auto;
  }
  .home_image_wrap .title_wrap .common_header {
    color: #fff;
  }
  .home_image_wrap .title_wrap .common_header span {
    color: #fff;
  }
  .home_image_wrap .title_wrap p {
    color: #fff;
    padding-right: 0;
  }
  .home_image_wrap .title_wrap .half_wrap {
    width: 100%;
  }
  .home_image_wrap .image_wrap img {
    width: 100%;
    max-width: none;
  }
  .common_data_wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  /*Home Ends*/
}

@media only screen and (max-width: 786px) {
  .plp_ul li {
    width: 50%;
  }
  .plp_ul li.big {
    width: 100%;
  }
  .services_wrap .right_wrap {
    top: 120px;
  }
  .slide_menu_ul {
    padding-left: 30px;
  }
  .slide_menu_ul li {
    font-size: 22px;
  }
  .menu_side_cart_wrap .menu_logo_wrap img {
    width: 60px;
  }
  .contact_form_wrap .lines {
    bottom: -50px;
  }
  .technology_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .technology_wrap .image_wrap, .technology_wrap .info_wrap {
    width: 100%;
  }
  .achievement_wrap.about .title_wrap {
    margin-top: -50px;
  }
  .footer_wrap .lines {
    bottom: -100px;
  }
  /*menu starts*/
  .menu_wrap {
    position: fixed;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu_wrap .icon_wrap {
    width: 25%;
  }
  .menu_wrap .icon_wrap img {
    width: 25px;
  }
  .menu_wrap .logo_wrap {
    width: 50%;
  }
  /*Menu endds*/
  /*Home starts*/
  .product_slider_wrap .parent {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .product_slider_wrap .parent .image_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 30px;
  }
  .product_slider_wrap .parent .data_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .slider_top_wrap .desktop {
    display: none;
  }
  .slider_top_wrap .mobile {
    display: inline-block !important;
  }
  .achievement_wrap .title_wrap {
    text-align: center;
  }
  .achievement_wrap .title_wrap .common_header {
    text-align: center !important;
  }
  .achievement_wrap .data_wrap {
    margin-top: 0;
  }
  .achievement_wrap .data_wrap ul li {
    width: 48.5%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    margin-top: 30px;
  }
  .achievement_wrap .data_wrap ul li:nth-child(4n+0) {
    margin-right: 3%;
  }
  .achievement_wrap .data_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .common_data_wrap .data_wrap.left {
    padding-left: 20%;
  }
  .common_data_wrap .data_wrap.right {
    padding-right: 20%;
  }
  .common_data_wrap .small .common_header span {
    font-size: 20px !important;
  }
  /*Home Ends*/
}

@media only screen and (max-width: 480px) {
  .product_popup .image_wrap img {
    width: 100%;
    margin-left: 0;
  }
  .slider_top_wrap.product_top {
    padding-top: 0;
  }
  .plp_ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .plp_ul li.big {
    width: 100%;
  }
  .plp_ul li .inner_wrap .image_wrap {
    height: 280px;
  }
  .services_wrap .left_wrap {
    position: relative;
    width: 100%;
    padding-right: 0;
  }
  .services_wrap .right_wrap {
    top: auto;
    padding-left: 0;
    width: 100%;
    position: relative;
  }
  .contact_top_page_wrap {
    margin-top: 80px;
  }
  .contact_top_content {
    margin-top: 30px;
  }
  .contact_bot_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_bot_content .left_wrap {
    width: 100%;
    padding-right: 0;
  }
  .contact_bot_content .right_wrap {
    margin-top: 30px;
  }
  .contact_form_wrap {
    padding-bottom: 90px;
    padding-top: 30px;
  }
  .contact_form_wrap .left_wrap {
    width: 100%;
    padding-right: 0;
  }
  .contact_form_wrap .right_wrap {
    margin-top: 30px;
    width: 100%;
  }
  .btn_notice_wrap .common_anchor {
    white-space: nowrap;
  }
  .btn_notice_wrap .notice_p {
    width: auto;
  }
  .info_numbers_wrap .item {
    width: 100%;
  }
  .info_numbers_wrap .item .common_header:first-child {
    font-size: 35px !important;
  }
  .info_numbers_wrap .item .common_header.bottom {
    font-size: 25px !important;
  }
  .image_center_wrap {
    margin: 0;
  }
  .footer_wrap .lines {
    bottom: -20px;
  }
  .footer_wrap .col {
    width: 100%;
  }
  .footer_wrap .col .logo_a {
    width: 100px;
  }
  .footer_wrap .col + .col {
    margin-top: 30px;
  }
  .footer_wrap .social_cta_wrap {
    width: 100%;
  }
  .half_title_wrap {
    width: 100%;
  }
  .half_title_wrap:nth-child(odd) {
    padding-right: 0px;
  }
  .half_title_wrap:nth-child(even) {
    padding-left: 0px;
    border-left: 0;
  }
  .half_title_wrap + .half_title_wrap {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #000;
  }
  .half_title_wrap .common_header {
    padding: 0;
  }
}

/*Responsive Ends*/
/*# sourceMappingURL=style.css.map */