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

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

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

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

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

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

/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
.footer_wrap {
  background: #262626;
  padding: 90px 0 !important;
}

.footer_wrap .inner_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;
}

.footer_wrap .inner_wrap .address_wrap, .footer_wrap .inner_wrap .flogo_wrap, .footer_wrap .inner_wrap .fmenu_wrap {
  width: 33.33%;
}

.footer_wrap .inner_wrap .address_wrap p, .footer_wrap .inner_wrap .address_wrap a, .footer_wrap .inner_wrap .flogo_wrap p, .footer_wrap .inner_wrap .flogo_wrap a, .footer_wrap .inner_wrap .fmenu_wrap p, .footer_wrap .inner_wrap .fmenu_wrap a {
  color: #fff;
}

.footer_wrap .inner_wrap .flogo_wrap {
  text-align: center;
}

.footer_wrap .inner_wrap .flogo_wrap img {
  width: 300px;
}

.footer_wrap .inner_wrap .fmenu_wrap {
  text-align: right;
}

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

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

.footer_wrap .inner_wrap .fmenu_wrap ul li a {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 13px;
  line-height: 1.8em;
  margin-bottom: 5px;
}

body {
  /*Common Body Styles Start*/
  font-family: reg_font;
  background-color: white;
  /*Common Elements Style*/
  /*Common Body Responsive Styles Start*/
}

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

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

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: semi_font;
  color: #000;
  line-height: 1.2em;
}

body .common_header.white {
  color: #fff;
}

body .common_header span {
  font-family: bold_font;
  color: #ed1c24;
}

body .common_anchor {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #2a2a2a;
  border-radius: 8px;
  font-family: bold_font;
}

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

body .common_anchor.secondary {
  background-color: #ed1c24;
  border: 1px solid;
}

body .common_anchor.secondary:hover {
  background-color: #2a2a2a;
  color: #fff;
}

body .common_anchor.small {
  padding: 5px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

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: #ed1c24 !important;
  color: #000;
}

body .form_field {
  margin-top: 30px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  width: 100%;
}

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

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

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

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: 1501px) {
  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 {
    font-size: 50px;
  }
  body .common_header.large {
    font-size: 90px;
  }
  body .gridContainer {
    width: 85.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1500px) {
  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: 13px;
  }
  body .common_header {
    font-size: 40px;
  }
  body .common_header.large {
    font-size: 70px;
  }
  body .gridContainer {
    width: 85.5%;
    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: 12px;
  }
  body .common_header {
    font-size: 30px;
  }
  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: 12px;
  }
  body .common_header {
    font-size: 25px;
  }
  body .common_header.large {
    font-size: 60px;
  }
  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: 10px;
  }
  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: 30px !important;
  }
  body .common_header.large {
    font-size: 40px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body a.common_anchor {
    font-size: 10px;
  }
}

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 */
.placeholder_type_label {
  position: absolute;
  top: 24px;
  left: 10px;
  z-index: 1;
  background: #fff;
  font-size: 12px;
  color: #000;
  padding: 0 10px;
}

.location_wrap {
  padding: 90px 0;
}

.location_wrap .location_ul_wrap .half_wrap {
  width: 31.33333%;
  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%;
}

.location_wrap .location_ul_wrap .half_wrap:nth-child(3n+0) {
  margin-right: 0;
}

.location_wrap .location_ul_wrap .half_wrap iframe {
  -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.57);
}

.location_wrap .location_ul_wrap .half_wrap .common_header {
  font-size: 25px;
  margin-bottom: 20px;
}

.location_wrap .location_ul_wrap .half_wrap .common_header + form {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: -20px;
}

.location_wrap .location_ul_wrap .half_wrap:last-child .common_header {
  padding-top: 0 !important;
}

.form_field.input_error {
  background: lightpink !important;
}

.error_full_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  color: maroon;
}

.margin_top_20 {
  margin-top: 20px;
}

.slider_wrap {
  height: 100vh;
  overflow: hidden;
}

.slider_wrap .data_wrap {
  height: 100%;
  background: url("../images/slider_desktop.jpg") center no-repeat;
  background-size: cover;
}

.slider_wrap .data_wrap .title_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slider_wrap .data_wrap .title_wrap .common_header.large {
  font-size: 250px;
  line-height: 1em;
}

.slider_wrap .ticker_wrap {
  position: absolute;
  width: 100%;
  background-color: #ed1c24;
  padding: 10px;
  bottom: 50px;
}

.slider_wrap .ticker_wrap p {
  padding-top: 0;
  letter-spacing: 0.2em;
}

.overview_wrap {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url("../images/cones_home.jpg") #79c0dc left center no-repeat;
  background-size: auto 100%;
}

.overview_wrap .half_wrap {
  float: right;
  padding-left: 180px;
}

.collection_wrap {
  margin-top: 90px;
  text-align: center;
}

.collection_wrap p {
  padding-left: 20%;
  padding-right: 20%;
  position: relative;
  z-index: 999;
}

.collection_wrap .common_header {
  position: relative;
  z-index: 999;
  margin-top: 90px;
}

.collection_wrap .left_fabric {
  position: absolute;
  left: 0;
  top: -120px;
  z-index: 99;
  pointer-events: none;
}

.collection_wrap .right_fabric {
  position: absolute;
  right: 0;
  top: -180px;
  z-index: 99;
  pointer-events: none;
}

.collection_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: 90px;
}

.collection_ul li {
  width: 31.33333%;
  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;
}

.collection_ul li:nth-child(3n+0) {
  margin-right: 0;
}

.collection_ul li::before {
  position: absolute;
  width: 100%;
  background: url("../images/shadow_thumb_wrap.png");
  height: 100%;
  content: '';
  left: 0;
  bottom: 0;
  z-index: 9;
}

.collection_ul li .title_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 20px;
  z-index: 999;
}

.collection_ul li .title_wrap .common_anchor {
  margin-top: 0;
  margin-bottom: 5px;
}

.collection_ul li img {
  width: 100%;
  max-width: none;
}

.numbers_wrap {
  padding-top: 280px;
  padding-bottom: 280px;
  background: url("../images/numbers_wrap.jpg") fixed center no-repeat;
  background-size: cover;
  margin-top: 90px;
  text-align: center;
}

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

.numbers_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%;
  text-align: center;
  color: #fff;
}

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

.numbers_wrap ul li .title_wrap {
  font-size: 20px;
}

.numbers_wrap ul li .number_wrap {
  font-size: 102px;
  font-family: bold_font;
}

.numbers_wrap p {
  text-align: center;
  padding-left: 30%;
  padding-right: 30%;
}

.numbers_wrap .border {
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 30px;
  width: 40%;
  float: none;
  display: inline-block;
}

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

.csr_wrap ul li {
  width: 33.33333%;
  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: 0%;
  cursor: pointer;
}

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

.csr_wrap ul li .title_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px;
}

.csr_wrap ul li img {
  width: 100%;
}

.menu_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  left: 0;
  padding-top: 30px;
}

.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_wrap .parent .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: 20%;
}

.menu_wrap .parent .logo_wrap img {
  width: 80%;
}

.menu_wrap .parent .main_menu_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 80%;
  text-align: right;
}

.menu_wrap .parent .main_menu_wrap .icon_wrap {
  display: none;
}

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

.menu_wrap .parent .main_menu_wrap 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: auto;
  float: none;
  margin-left: 20px;
}

.menu_wrap .parent .main_menu_wrap ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
}

.menu_wrap .parent .main_menu_wrap ul li a:hover {
  border-bottom: 2px solid #ed1c24;
  text-decoration: none;
}

.menu_wrap .parent .main_menu_wrap ul li:first-child {
  margin-left: 0;
}

.menu_wrap .parent .main_menu_wrap ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  width: auto;
}

.menu_wrap .parent .main_menu_wrap ul li .sub-menu > li {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.menu_wrap .parent .main_menu_wrap ul li .sub-menu > li > a {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  font-size: 12px;
  background: #1c1c1c;
  padding-right: 30px;
}

.menu_wrap .parent .main_menu_wrap ul li .sub-menu > li > a:hover {
  background: #ed1c24;
  color: #fff;
}

.menu_wrap .parent .main_menu_wrap ul li .sub-menu > li > a + a {
  margin-top: 1px;
  border: none;
}

.menu_wrap .parent .main_menu_wrap ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu_wrap .icon_wrap {
  display: none;
}

/*Home Ends*/
/*About starts*/
.about_top {
  height: auto;
}

.about_top .title_wrap {
  z-index: 99;
  left: 0;
  top: 0;
  height: auto !important;
  padding-top: 180px;
}

.about_top .title_wrap p {
  font-size: 30px;
  padding-right: 30%;
}

.about_overlay_wrap {
  background: url("../images/about_cone_image.jpg") right center no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.about_overlay_wrap .half_wrap {
  float: right;
}

/*About Ends*/
/*Product Starts*/
.product_table_wrap {
  background: url("../images/about_cone_image.jpg") right center no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.product_table_wrap .gridContainer {
  max-width: 1200px;
}

.product_table_wrap .data_wrap {
  background: rgba(0, 0, 0, 0.7);
  padding: 40px;
}

.product_table_wrap .data_wrap h2.common_header {
  padding-top: 0;
}

.product_table_wrap .data_wrap h2.common_header span {
  font-family: bold_font;
  color: #fff;
}

.product_table_wrap .data_wrap table {
  color: #fff;
  width: 100%;
  margin-top: 30px;
}

.product_table_wrap .data_wrap table tr {
  border-bottom: 2px solid #fff;
}

.product_table_wrap .data_wrap table tr:first-child td {
  font-family: bold_font;
}

.product_table_wrap .data_wrap table tr td {
  padding: 10px;
  letter-spacing: 0.1em;
  text-align: center;
}

.product_table_wrap .data_wrap .content_ul li {
  color: #fff;
}

/*Product Ends*/
/*Network starts*/
.network_wrap {
  background-color: #bc282c;
  text-align: center;
  padding-top: 90px;
}

.network_wrap.quality {
  text-align: left;
  padding-bottom: 0;
}

.network_wrap.quality .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: right;
  padding-right: 10%;
}

.network_wrap.quality .data_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.network_wrap.quality .line_wrap {
  position: absolute;
  width: 100%;
  right: 0;
  top: -180px;
}

.network_wrap.quality .line_wrap img {
  width: 100%;
  max-width: none;
}

.table_package_wrap {
  margin-top: 30px;
}

.table_package_wrap .half_wrap {
  text-align: center;
}

.table_package_wrap .parent_wrap {
  margin-top: 30px;
}

.table_package_wrap .parent_wrap.right .image_wrap {
  float: left;
}

.table_package_wrap .parent_wrap.right .data_wrap {
  float: right;
}

/*Network ends*/
/*Responsive Starts*/
@media only screen and (max-width: 1500px) {
  /*About starts*/
  .about_top p {
    font-size: 20px !important;
  }
  /*About ends*/
  .slider_wrap .common_header.large {
    font-size: 140px !important;
  }
  .overview_wrap {
    background-position: -350px center;
  }
  .collection_wrap .right_fabric {
    width: 650px !important;
  }
  .collection_wrap .left_fabric {
    width: 400px !important;
  }
  .numbers_wrap ul li .number_wrap {
    font-size: 80px !important;
  }
  .main_menu_wrap ul li a {
    font-size: 12px !important;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 1100px) {
  .location_wrap .location_ul_wrap .half_wrap iframe {
    height: 300px;
  }
  .menu_wrap {
    z-index: 1000;
  }
  .menu_wrap .main_menu_wrap {
    width: 70% !important;
  }
  .menu_wrap .main_menu_wrap > ul {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    padding-top: 130px !important;
    padding-bottom: 50px !important;
    overflow: auto;
    z-index: 1100;
    width: 100% !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: blur(20px);
  }
  .menu_wrap .main_menu_wrap > ul.active {
    display: inline-block !important;
  }
  .menu_wrap .main_menu_wrap > ul > li {
    width: 100% !important;
    text-align: center;
    margin-left: 0 !important;
  }
  .menu_wrap .main_menu_wrap > ul > li > a {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 18px !important;
  }
  .menu_wrap .main_menu_wrap > ul > li .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    top: auto !important;
    margin-top: 10px !important;
    float: none !important;
    left: 0 !important;
    max-width: 300px !important;
    min-width: 300px !important;
    padding: 5px !important;
    background: white !important;
    width: 300px !important;
  }
  .menu_wrap .main_menu_wrap > ul > li + li {
    margin-top: 10px !important;
  }
  .menu_wrap .main_menu_wrap img {
    width: 40px;
    margin-left: 15px;
  }
  .menu_wrap .main_menu_wrap .icon_wrap {
    display: inline-block !important;
    z-index: 1101;
    position: relative;
  }
  .menu_wrap .logo_wrap {
    width: 30% !important;
    z-index: 1101;
  }
}

@media only screen and (max-width: 786px) {
  .location_wrap .location_ul_wrap .half_wrap {
    width: 47.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: 5%;
  }
  .location_wrap .location_ul_wrap .half_wrap:nth-child(2n+0) {
    margin-right: 0;
  }
  .location_wrap .location_ul_wrap .half_wrap:last-child {
    width: 100%;
    margin-right: 0;
    margin-top: 90px;
  }
  .network_wrap.quality .data_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .network_wrap.quality .data_wrap .half_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .network_wrap.quality .image_wrap {
    text-align: center;
    padding-right: 0;
    margin-top: 30px;
  }
  .table_package_wrap .half_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  /*Product starts*/
  .product_table_wrap {
    background-position: center center;
    padding-top: 30px;
    overflow: hidden;
  }
  .product_table_wrap .table_data_wrap {
    overflow-x: scroll;
  }
  .product_table_wrap .table_data_wrap table td {
    white-space: nowrap;
  }
  /*Product Ends*/
  .about_top {
    padding-top: 00px !important;
  }
  .about_top .title_wrap {
    padding-top: 70px;
  }
  .about_top .title_wrap p {
    padding-right: 0;
  }
  .about_overlay_wrap {
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: center left;
  }
  .menu_wrap {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    padding-bottom: 10px;
    top: 0;
    z-index: 9999;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: blur(20px);
    padding-top: 10px;
  }
  .menu_wrap .main_menu_wrap {
    width: 70% !important;
  }
  .menu_wrap .main_menu_wrap > ul {
    display: none !important;
  }
  .menu_wrap .main_menu_wrap img {
    width: 35px;
    margin-left: 10px;
  }
  .menu_wrap .logo_wrap {
    width: 30% !important;
  }
  .slider_wrap .common_header.large {
    font-size: 100px !important;
  }
  .collection_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;
  }
  .collection_ul li:nth-child(3n+0) {
    margin-right: 3%;
  }
  .collection_ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .numbers_wrap ul li {
    width: 50%;
    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: 0%;
    margin-top: 30px;
  }
  .numbers_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .csr_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .csr_wrap ul li img {
    width: 100%;
    max-width: none;
  }
  .overview_wrap {
    background-position: -580px center;
  }
  .overview_wrap .half_wrap {
    padding: 0;
  }
}

.whatsapp_fix {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  background: #fff;
  padding: 5px;
  border-radius: 50px;
  z-index: 1000;
}

.whatsapp_fix img {
  float: left;
}

@media only screen and (max-width: 480px) {
  .whatsapp_fix {
    bottom: 20px;
    right: 20px;
    width: 40px;
  }
  .location_wrap {
    padding: 50px 0 !important;
  }
  .location_wrap .location_ul_wrap .half_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .location_wrap .location_ul_wrap .half_wrap + .half_wrap {
    margin-top: 40px;
  }
  .footer_wrap {
    padding: 50px 0 !important;
  }
  .footer_wrap .inner_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_wrap .inner_wrap .flogo_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .footer_wrap .inner_wrap .flogo_wrap img {
    width: 200px;
  }
  .footer_wrap .inner_wrap .address_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 30px;
  }
  .footer_wrap .inner_wrap .fmenu_wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer_wrap .inner_wrap .address_wrap, .footer_wrap .inner_wrap .flogo_wrap, .footer_wrap .inner_wrap .fmenu_wrap {
    width: 100%;
    text-align: center;
  }
  .footer_wrap .inner_wrap .fmenu_wrap ul li a {
    text-align: center;
  }
  .network_wrap.quality {
    padding-top: 30px;
  }
  .network_wrap.quality .image_wrap img {
    width: 40%;
  }
  .product_table_wrap .data_wrap {
    padding: 20px !important;
  }
  .about_top {
    overflow: hidden;
  }
  .about_top img {
    width: 200%;
    max-width: none;
  }
  .about_top p {
    font-size: 14px !important;
  }
  .about_overlay_wrap {
    background-position: left center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .about_overlay_wrap .half_wrap {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
  }
  .about_overlay_wrap .half_wrap .common_header {
    padding-top: 0;
  }
  .menu_wrap .logo_wrap {
    width: 50% !important;
  }
  .menu_wrap .logo_wrap img {
    width: 80% !important;
  }
  .menu_wrap .main_menu_wrap {
    width: 50% !important;
  }
  .menu_wrap .main_menu_wrap > ul {
    padding-top: 80px !important;
  }
  .menu_wrap .main_menu_wrap > ul .sub-menu {
    width: 100% !important;
    min-width: 100% !important;
    min-width: 100% !important;
  }
  .menu_wrap .main_menu_wrap img {
    width: 30px;
  }
  .slider_wrap .common_header.large {
    font-size: 50px !important;
  }
  .overview_wrap {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background-size: auto 100%;
    background-position: -620px center;
  }
  .collection_wrap .left_fabric {
    width: 200px !important;
  }
  .collection_wrap .right_fabric {
    width: 200px !important;
    top: -100px !important;
  }
  .collection_wrap .common_header {
    margin-top: 0 !important;
  }
  .collection_wrap .collection_ul {
    margin-top: 30px;
  }
  .collection_wrap .collection_ul li {
    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;
  }
  .numbers_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    background-attachment: initial;
  }
  .numbers_wrap ul li {
    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;
  }
  .numbers_wrap ul li .number_wrap {
    font-size: 70px !important;
  }
  .numbers_wrap p {
    padding: 0;
  }
}

.slider_wrap .swiper-container,
.slider_wrap .swiper-wrapper,
.slider_wrap .swiper-slide {
  height: 100%;
}

.slider_wrap .ticker_wrap {
  z-index: 10;
}

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