
@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");
}


.footer_wrap {
    background: linear-gradient(101deg, #0f97c8, #07668b);
   
}

.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;
        padding-top: 19px;
    }

.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: 10px;
  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: 8px;
        font-family: system-ui;
        color: #000;
        line-height: 1.2em;
        position: relative;
        text-transform: capitalize;
    }

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

        body .common_header span {
          /*  font-family: bold_font;*/
            color: #0d6e9a;
        }

    body .common_anchor {
        display: inline-block;
        padding: 0;
        margin: 0;
        margin-top: 30px;
        padding: 15px 20px;
        color: #fff;
        text-decoration: none;
        position: relative;
        font-size: 16px;
        -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; */
        text-transform: uppercase;
        font-weight: 600;
       
    }

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

    body .common_anchor.secondary {
        background-color: #076d9c;
        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: 30px;
  }
  body .common_header.large {
    font-size: 58px;
  }
  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: 15px;
  }
  body .common_header {
    font-size: 29px;
  }
  body .common_header.large {
    font-size: 45px;
  }
  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: 13px;
  }
  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: 40px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 1.275%;
    padding-right: 1.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: 44%;
  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;
   /* background: #f3fefb;*/
}

.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;
        text-transform: capitalize;
        font-weight: 600;
        padding-top: 22px;
    }

.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: 65px;
        line-height: 1em;
        text-transform: uppercase;
    }

    .slider_wrap .ticker_wrap {
        position: absolute;
        width: 100%;
        background-color: #076d9c;
        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: 50px;
}

.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;
        padding-bottom: 10px;
        margin-top: 90px;
        font-size:29px;
    }

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

    .collection_ul li {
        width: 22.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%;
        margin-top: 10px;
        margin-left: 1%;
    }

.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: 185px;
  padding-bottom: 185px;
  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: 9%;
        padding-right: 9%;
    }

.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: 100%;
     /*   background: white;
        border-radius: 10px;*/
    }

.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 #3faee0;
        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: #0f79aa;
        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: 760px;
}

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

.about_top .title_wrap p {
  font-size: 21px;
  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: 18px !important;
  }
  /*About ends*/
  .slider_wrap .common_header.large {
    font-size: 80px !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: 14px !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;
        margin-top: 43px;
    }
  .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: 1px !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: 65px!important;
    margin-left: -12px!important;
  }
  .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: 90px !important;
  }
   /* .banner_txtt {
        font-size: 34px!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: rgb(0 0 0 / 71%);
        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: 41px !important;
  }
    .overview_wrap {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        background-size: auto 100%;
        background-position: -751px 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 */


.foter_m{
    padding-top:5px;
}
.product_img {
    padding: 100px 0;
    background: #eff7f8;
}
.product_img .cell_wrap {
    position:relative;
}
    .product_img .cell_wrap:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 95%;
        height: 100%;
        background-color: #0000006b;
    }
    .product_img ul li img {
        width: 95%;
        border-radius: 10px;
    }
.application_section .common_header{
    margin-bottom:10px;
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    gap: 10px;
    color: var(--footer-text-color);
    font-size: 16px;
    border-bottom: 1px solid #ffffff5c;
    margin-bottom: 17px;
    padding-bottom: 10px;
}
.footer-contact .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #ffffff;
    border-radius: 50px;
    text-align: center;
}
.footer-contact .content {
    flex: 1;
}
    .footer-contact .content h6 {
        color: #fff;
        margin-bottom: 5px;
    }
.footer-widget-box p {
    color:#fff;
    padding-right: 18px;
    margin-bottom: 20px;
}
.bg-black-333 {
    background-color: #131313 !important;
    margin-top: 40px;
}
.foter_txt p, .foter_txt a{
    color: #fff;
    font-size:15px;
}
.footer-menu li {
    display: block;
    line-height: 2;
}
    .footer-menu li i {
        font-size: 8px;
        color: #f58635;
        margin-right: 10px;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    .footer-menu li a {
        color: white;
        opacity: 80%;
        font-size: 16px;
        padding: 3px 0;
        font-weight: 400;
    }
.copyright_txt {
    color: white;
    padding: 18px 0;
    font-size: 14px;
}
    .copyright_txt a {
        color: white;
    }
.foter_area{
    padding:50px 0 0;
}
.social-icons{
    display:flex;
    gap:10px;
    margin-top:10px;
}
.copy_xt{
    text-align:right;
}
.social-icons li a {
    background-color: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 15px;
}
    .social-icons li{
        text-decoration:none;
        list-style:none;
    }
.banner_para {
    color: #fff;
    padding-right: 30%;
    line-height:27px;
    font-size:20px;
}
.about_top .title_wrap {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    height: auto !important;
    padding-top: 230px;
}
@media (max-width:991px) {
    .foter_area ul{
            padding-left:0;
        }
        .foter_img {
            margin-left: -79px;
            padding: 20px 0;
        }
        .copy_xt{
            text-align:center;
        }
        .footer-bottom p {
            text-align: center;
        }
        .copyright_footer {
            padding-bottom: 0;
            margin-bottom: -9px;
        }
    .product_img .cell_wrap:before {
        width: 100%;
        height: 91%;
       }
    .product_img ul li img {
        width: 100%;
        margin-bottom: 20px;
       }
    .about_content{
        width:100%;
    }
    .inner_heading {
        line-height: 1.2em!important;
    }
    .about_top{
        height:865px;
       }
    .collection_wrap p{
        padding:0;
    }
    .contact_btn {
        padding: 12px 15px!important;
        font-size: 14px;
        width:60%!important;
        display:flex!important;
        justify-content:center!important;
        margin:auto!important;
        float:none!important;
    }
    }
.inner_heading{
    line-height:135px;
}

span.menu_open_icon {
    display: none;
}
.socail_icons i {
    font-size: 20px;
    background: #2c73a7;
    color: white;
    padding: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.text_contact{
    color:#000;
}
.banner_txtt {
    font-size: 32px;
    color: white;
   /* padding-top: 24px;*/
    font-style: italic;
    color: #fff;
    font-weight: 600;
    filter: drop-shadow(2px 4px 6px black);
}
.inner_paraa {
    padding-right: 30%;
    font-size:18px;
}
.footer-contact .content {
    flex: 1;
}
input:invalid, textarea:invalid {
    background-color: #fff;
}
.contact_btn {
    background-image: linear-gradient(101deg, #00afef, #08749e);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
  
}

.product_img .inner-box {
    position: relative;
    display: block;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 4px 4px 13px 0 rgb(1 1 1 / 20%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border-radius: 18px;
}
.product_img .image-box {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
    .product_img .image-box img {
        display: block;
        width: 100%;
    }


.daily_img img {
    border-bottom: 5px solid #0d8ab7;
   /* padding: 6px 6px 0;*/
    border-radius: 18px;
}

.product_img .content-box {
    position: relative;
    padding: 22px 20px;
    text-align: center;
    background: radial-gradient(circle, #0285c9, #1670b0, #1b5d97, #1b4a7f, #183867);
}
    .product_img .content-box .package-title {
        position: relative;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        /* text-transform: uppercase; */
        line-height: 1.35em;
        margin-bottom: 10px;
    }

.daily_services .package-title {
    font-size: 17px !important;
    font-weight: 500 !important;
}

.about-img3 {
    position: relative;
    overflow: hidden;
}

    .about-img3 img {
        transition: all 2s ease;
        transform: scale(1);
    }

    .about-img3:after, .about-img3:before {
        content: "";
        position: absolute;
        pointer-events: none;
        opacity: 1;
        z-index: 3;
        transform: rotate(5deg);
    }

    .about-img3:before {
        top: -10%;
        right: 51%;
        bottom: -10%;
        left: 50%;
        background: rgba(255, 255, 255, 0.3);
    }

    .about-img3:after {
        top: 50%;
        right: -10%;
        bottom: 50%;
        left: -10%;
        background: rgba(255, 255, 255, 0.6);
    }

    .about-img3:hover:before {
        left: 0;
        right: 0;
        opacity: 0;
        transition: all 900ms linear;
    }

    .about-img3:hover:after {
        top: 0;
        bottom: 0;
        opacity: 0;
        transition: all 900ms linear;
    }

    .about-img3:hover img {
        transform: scale(1.05);
    }
.place_names{
    font-size:20px!important;
    color:#fff;
}



.header-row {
    height: 100%;
}

.white {
    color: #F7F8FC;
}



.white-link {
    font-weight: bold;
    opacity: .7;
    color: #F7F8FC;
    transition: .4s;
    -webkit-transition: .4s;
}

    .white-link:hover {
        opacity: 1;
        color: #F7F8FC;
    }



   
.production_prt ul li h3 {
    padding-bottom: 4px!important;
    margin-top: 90px;
    font-size: 28px!important;
    filter: drop-shadow(2px 4px 6px black);
    font-weight: bold;
}
.main_heading {
    padding-bottom: 30px;
    font-size: 39px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-style: italic;
}
    .main_heading span {
        color: #1485b1;
    }
.product_para p{
    padding:0 60px!important;
  
}
@media (max-width:991px){
    .product_img .inner-box{
        margin-bottom:15px;
    }
    .banner_txtt{
        padding-top:10px;
        font-size:20px;
    }
        .banner_txtt span:before {
            height: 70%;
            /*top: 91px;*/
        }
		
		h1.typingcss {
            font-size: 22px !important;
           
           
        }
}

section.certification_section, .team_section {
    padding: 100px 0;
    background: #e1e1e1;
}



.team_img img{
    width:100%;
  /*  border:1px solid black;*/
}
.team_content h2 {
    text-align: left !important;
    padding-bottom: 15px !important;
}
.team_content p {
    padding-top: 0 !important;
    font-size: 15px;
    text-align:justify;
}

.team-section .team-grids {
    text-align: center;
    display: flex;
    justify-content: center;
}
    .team-section .team-grids .grid {
        width: 25%;
        float: left;
        margin-right: 20px;
        box-shadow: 4px 4px 13px 0 rgb(1 1 1 / 20%);
        padding: 5px;
        height:100%;
    }
        .team-section .team-grids .grid .member-info {
            position: relative;
        }
            .team-section .team-grids .grid .member-info .details {
                background: url(/images/bg/bg-2.jpg);
                padding: 10px;
                position: relative;
                -webkit-box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.04);
                box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.04);
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -ms-transition: all 0.3s;
                transition: all 0.3s;
                z-index: 2;
            }
                .team-section .team-grids .grid .member-info .details:before {
                    content: '';
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    width: 100%;
                    height: 100%;
                    background: rgba(255, 255, 255, 0.91);
                    z-index: -1;
                }
                .team-section .team-grids .grid .member-info .details h4 {
                    font-size: 20px;
                    color: #464646;
                    font-weight: bold;
                    margin: 5px;
                }
.details p {
    font-style: italic;
    font-weight: 600;
    color: grey;
    padding-top:0!important;
}
.team-section {
    padding:100px 0;
}
.quality_section {
    padding: 100px 0;
    background: #e1feff73;
}
.common_btn {
    display: inline-block;
    padding: 0;
    margin: 0;
    /* margin-top: 30px; */
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(101deg, #00afef, #08749e);
    border-radius: 8px;
    /* font-family: bold_font; */
    text-transform: capitalize;
    font-weight: 600;
    text-transform: uppercase;
}
.blue_btn{
    margin-top:30px;
}
.common_btn:hover{
    color:#fff;
    text-decoration:none;
}
.company_overvie3 h4 {
    color: #26a9e5;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    padding-top: 15px;
}
.company_overvie3 {
    padding-top: 202px!important;
}
.about_uss{
    padding:100px 0;
}
.about_prt p{
    text-align:center;
    font-size:15px;
}



.hover-img {
    position: relative;
    border-radius: 15px;
    box-shadow: 0rem 0.5rem 1rem #0000004d;
    padding:10px;
    background:#fff;
}

.join_img {
    height: 100%;
    width: 100%;
    border-radius: 18px;
}

.awardHover {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    opacity: 0;
    height: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 1.5rem;
    color: #fff;
    background-image: radial-gradient(circle, #0285c9, #1670b0, #1b5d97, #1b4a7f, #183867);
    transition: .3s;
}
.down-strip-model {
    background-image: radial-gradient(circle, #0285c9, #1670b0, #1b5d97, #1b4a7f, #183867);
    padding: 14px 8px;
    position: absolute;
    bottom: -37px;
    width: 100%;
    text-align: center;
    color: white;
    border-bottom-left-radius: 15px;
    left: 0;
    border-bottom-right-radius: 15px;
    FONT-SIZE: 18PX;
    font-weight: 600;
}
.down-strip-model a{
    color:#fff;
}
    .down-strip-model a {
        color: #fff;
    }
.about-img {
    border: none !important;
    padding-top: 30px;
    /*  border-radius: 0 100px 0 100px;*/
}
.country-details {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: rgba(17, 121, 239, 0.15) 0px 2px 5px 0px;
}
.about_section {
    background: #eff6fd;
    padding:100px 0;
}
.pp_img img{
    width:100%;
    height:400px;
    border-radius:15px;
}
.pp_heading{
    text-align:left!important;
    padding:20px 0 0!important;
}
.about_section .content p{
    font-size:15px;
}
.process-item {
    padding: 10px;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}
.process-icon {
    width: 100px;
    height: 100px;
    line-height: 95px;
    background: #0c6384;
    border-radius: 50%;
    margin: 0 auto 25px auto;
    position: relative;
}
    .process-icon::before {
        content: "";
        position: absolute;
        inset: -10px;
        border: 2px dashed #1485b1;
        border-radius: 50%;
    }
    .process-icon img {
        width: 80px;
        filter: brightness(0) invert(1);
    }
.process-content h4 {
    color: #033a54;
    margin-bottom: 8px;
    font-weight: bold;
}
.advnantages_section{
    padding:100px 0;
}
.process_div {
    background: #000000 !important;
}


.advantage_div{
    display:flex;
    justify-content:center;
}
.advantages_heading{
    text-align:center;
    padding-bottom:50px;
}
.advantages_heading h2{
    padding-bottom:0!important;
}
.content ul {
    padding-left:20px;
}
.content ul li {
   line-height: 26px;
   font-size:15px;
}
.specification h3, .content h3 {
    color: #05425e;
    font-size: 20px;
}

.grid {
    width: 31%;
    float: left;
    margin-right: 20px;
    box-shadow: 4px 4px 13px 0 rgb(1 1 1 / 20%);
    padding: 5px;
    background: white;
    height: 453px;
    margin-bottom: 15px;
}
    .team-section .team-grids .grid .member-info .details h4 {
        font-size: 20px;
        color: #464646;
        font-weight: bold;
        margin: 5px;
    }

.news_photo {
    padding: 100px 0;
    background: #f9f9f9a3;
}
.news_div{
    padding:10px;
}
    .news_div h4 {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 2px;
        border-bottom: 1px solid #80808030;
        padding-bottom: 10px;
    }
.news_div p{
    font-size:15px;
}
.grid img{
    width:100%;
    height:295px;
}
.news_feed{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
@media (max-width:991px) {
    .product_middle{
        padding-top:15px!important;
    }
    .main_heading {
        font-size: 25px;
       
    }
    .grid {
        width: 100% !important;
        margin-left: 15px;
    }
    .team-section .team-grids{
        display:block;
    }
    .team-section .team-grids .grid{
            height:100%;
    }
    .team_content {
        padding-bottom: 20px;
    }
    .about_section .content p{
        text-align:justify;
    }
    .hover-img{
        margin-bottom:50px;
    }
    .menu_wrap .parent .main_menu_wrap ul li .sub-menu > li > a{
        white-space:normal;
    }
    .product_para p{
        padding:0!important;
    }
}
.quality_h {
    margin-bottom: -42px!important;
}






h1.typingcss {
            font-size: 32px;
            white-space: nowrap;
            color: white;
            overflow: hidden;
            animation: typewriter 2s steps(100) infinite alternate,
            blink 800ms steps(10) infinite normal;
            font-style: italic;
            font-weight: 600;
            filter: drop-shadow(2px 4px 6px black);
            margin: 0px;
            color: #45c3fd;
           
        }

        @keyframes typewriter {
            from {
                width: 0%;
            }

            to {
                width: 50%;
            }
        }

        @keyframes blink {
            from {
                border-color: black;
            }

            to {
                border-color: transparent;
            }
        }