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

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

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

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

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

/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
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: 20px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
}

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

body p.accent,
body .content_ul li.accent {
  color: #a76faf;
}

body p.secondary,
body .content_ul li.secondary {
  color: #e70e8e;
}

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

body p.align_justify,
body .content_ul li.align_justify {
  text-align: justify;
}

body p.align_left,
body .content_ul li.align_left {
  text-align: left;
}

body p.align_right,
body .content_ul li.align_right {
  text-align: right;
}

body p.reg,
body .content_ul li.reg {
  font-family: reg_font;
}

body p.semi,
body .content_ul li.semi {
  font-family: semi_font;
}

body p.bold,
body .content_ul li.bold {
  font-family: bold_font !important;
}

body p.light,
body .content_ul li.light {
  font-family: light_font;
}

body p.med,
body .content_ul li.med {
  font-family: med_font;
}

body p.gradient,
body .content_ul li.gradient {
  background: #00ADEF;
  background: -webkit-gradient(linear, left top, right top, from(#00ADEF), to(#E70E8E));
  background: linear-gradient(to right, #00ADEF 0%, #E70E8E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

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

body .common_header {
  padding: 0;
  margin: 0;
  padding-top: 20px;
  font-family: semi_font;
  color: #000;
  line-height: 1.0em;
}

body .common_header.primary {
  color: #00adef;
}

body .common_header.accent {
  color: #a76faf;
}

body .common_header.secondary {
  color: #e70e8e;
}

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

body .common_header.reg {
  font-family: reg_font;
}

body .common_header.semi {
  font-family: semi_font;
}

body .common_header.bold {
  font-family: bold_font;
}

body .common_header.light {
  font-family: light_font;
}

body .common_header.med {
  font-family: med_font;
}

body .common_header.gradient {
  background: #00ADEF;
  background: -webkit-gradient(linear, left top, right top, from(#00ADEF), to(#E70E8E));
  background: linear-gradient(to right, #00ADEF 0%, #E70E8E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

body .common_header span.primary {
  color: #00adef;
}

body .common_header span.accent {
  color: #a76faf;
}

body .common_header span.secondary {
  color: #e70e8e;
}

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

body .common_header span.reg {
  font-family: reg_font;
}

body .common_header span.semi {
  font-family: semi_font;
}

body .common_header span.bold {
  font-family: bold_font;
}

body .common_header span.light {
  font-family: light_font;
}

body .common_header span.med {
  font-family: med_font;
}

body .common_header span.gradient {
  background: #00ADEF;
  background: -webkit-gradient(linear, left top, right top, from(#00ADEF), to(#E70E8E));
  background: linear-gradient(to right, #00ADEF 0%, #E70E8E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

body .common_anchor.secondary {
  background-color: #e70e8e;
  color: #000;
}

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

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

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: #00adef !important;
  color: #a76faf;
}

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

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

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

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

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: 19px;
  }
  body .common_header {
    font-size: 40px;
  }
  body .common_header.large {
    font-size: 50px;
  }
  body .gridContainer {
    width: 95.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
  body .gridContainer.small {
    max-width: 1250px;
  }
}

@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: 40px;
  }
  body .common_header.large {
    font-size: 40px;
  }
  body .gridContainer {
    width: 95.5%;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
  body .gridContainer.small {
    max-width: 1250px;
  }
}

@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: 40px;
  }
  body .common_header.large {
    font-size: 40px;
  }
  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: 40px;
  }
  body .common_header.large {
    font-size: 40px;
  }
  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: 16px;
  }
  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: 40px;
  }
  body .common_header.large {
    font-size: 30px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body a.common_anchor {
    font-size: 16px;
  }
}

body .gridContainer.small_test_wrap {
  max-width: 900px;
  min-width: auto;
  width: auto;
  background-color: #fff;
  padding: 30px !important;
  border-radius: 8px;
  margin-top: 20px;
  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 Start*/
.common_slider_wrap .swiper {
  overflow: hidden;
}

.common_slider_wrap .image_wrap {
  background: url("../images/slider_desktop.jpg") center no-repeat;
  background-size: cover;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.common_slider_wrap .image_wrap.center {
  text-align: center;
}

.common_slider_wrap .scroll_element {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 10;
  text-align: center;
  left: 0;
  display: none;
}

.common_slider_wrap.full_height .image_wrap {
  padding: 0;
  height: 100vh;
  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;
  text-align: center;
}

.common_slider_wrap.full_height .scroll_element {
  display: inline-block;
}

.common_slider_wrap .history_years_wrap {
  position: absolute;
  right: 20px;
  z-index: 1;
  bottom: 20px;
}

.home_overview_wrap {
  padding-top: 25vh;
  padding-bottom: 25vh;
  text-align: center;
  background: url(../images/saree_back_image_desktop.png) center no-repeat;
  background-size: cover;
}

.home_overview_wrap .common_header {
  padding-top: 0;
}

.home_overview_wrap .gridContainer {
  max-width: 60%;
  min-width: auto;
}

.home_overview_wrap.offering {
  background-image: url(../images/offering_overview_desktop.jpg);
  background-size: 100% auto;
  background-position: top center;
  padding-bottom: 0;
}

.home_overview_wrap.offering .para_wrap {
  text-align: justify;
}

.home_overview_wrap.offering .para_wrap .half_wrap {
  padding: 30px;
}

.home_overview_wrap.offering .common_header {
  padding-top: 90px;
}

.common_bg_wrap {
  height: 100vh;
}

.common_bg_wrap .image_wrap {
  height: 100%;
  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;
  background: url(../images/home_bg_machines.jpg) fixed center no-repeat;
  background-size: cover;
}

.numbers_wrap {
  margin-top: 90px;
}

.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%;
}

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

.numbers_wrap ul li p {
  border-top: 1px solid #000;
  margin-top: 15px;
}

.category_wrap {
  margin-top: 90px;
}

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

.category_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%;
}

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

.category_wrap ul li .title_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 40px;
}

.category_wrap.offering li {
  margin-top: 20px;
}

.home_bottom_wrap {
  margin-top: 90px;
}

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

.general_half_overview {
  margin-top: 90px;
}

.general_half_overview .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;
}

.general_half_overview .parent .data_wrap {
  padding: 30px;
}

.general_half_overview.right .data_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.general_half_overview.right .image_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.home_bottom_wrap.textiles {
  background-color: #e5e5e5;
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}

.home_bottom_wrap.textiles 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: 20px;
  margin-top: 90px;
}

.home_bottom_wrap.textiles ul li {
  width: 24.25%;
  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: 1%;
}

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

.home_bottom_wrap.textiles ul li .image_wrap {
  border-radius: 30px;
  overflow: hidden;
}

/*Home Ends*/
.fullscreen-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.whatsapp_fix {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.whatsapp_fix a {
  float: left;
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 10px;
  color: #000;
  font-size: 14px;
  border-radius: 30px;
}

.whatsapp_fix a img {
  display: inline-block;
  width: 40px;
}

.general_half_overview.career {
  margin-bottom: 90px;
}

.tab_parent_wrap .tab_inner_wrap .faq_wrap {
  margin-bottom: 20px;
}

.tab_parent_wrap .tab_inner_wrap .faq_wrap .title_wrap {
  padding: 52px 100px 52px 52px;
  color: #fff;
  background: #e70e8e;
  background: -webkit-gradient(linear, left top, right top, from(#e70e8e), to(#00adef));
  background: linear-gradient(90deg, #e70e8e 0%, #00adef 100%);
  background-size: 200% auto;
  font-family: light_font;
  cursor: pointer;
  font-size: 35px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tab_parent_wrap .tab_inner_wrap .faq_wrap .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab_parent_wrap .tab_inner_wrap .faq_wrap .title_wrap svg {
  width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin-right: 10px;
}

.tab_parent_wrap .tab_inner_wrap .faq_wrap .title_wrap svg path,
.tab_parent_wrap .tab_inner_wrap .faq_wrap .title_wrap svg circle {
  fill: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab_parent_wrap .tab_inner_wrap .faq_wrap .title_wrap:after {
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  top: 50%;
  right: 40px;
  font-size: 40px;
  color: #fff;
  content: '+';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tab_parent_wrap .tab_inner_wrap .faq_wrap .title_wrap.active:after {
  content: '-';
}

.tab_parent_wrap .tab_inner_wrap .faq_wrap .title_wrap.no_toggle:after {
  display: none !important;
}

.tab_parent_wrap .tab_inner_wrap .faq_wrap .description_wrap {
  background: #f3f3f3;
  display: none;
  padding: 50px;
}

.tab_parent_wrap .tab_inner_wrap .faq_wrap .description_wrap p,
.tab_parent_wrap .tab_inner_wrap .faq_wrap .description_wrap ul li {
  color: #000;
}

.tab_parent_wrap .tab_inner_wrap .faq_wrap .description_wrap p:first-child {
  padding-top: 0;
}

.tab_parent_wrap .tab_inner_wrap .faq_wrap .description_wrap.cinfo p,
.tab_parent_wrap .tab_inner_wrap .faq_wrap .description_wrap.cinfo ul li {
  font-size: 30px;
  font-family: light_font;
}

.tab_parent_wrap .tab_inner_wrap .faq_wrap:hover .title_wrap {
  background-position: 50% 100%;
}

.tab_parent_wrap .tab_inner_wrap .faq_wrap:hover .title_wrap:after {
  color: #fff !important;
}

.tab_parent_wrap .tab_inner_wrap .faq_wrap:hover .title_wrap svg path,
.tab_parent_wrap .tab_inner_wrap .faq_wrap:hover .title_wrap svg circle {
  fill: #000;
}

.form_wrap {
  margin-top: 20px;
}

.form_wrap .form_field {
  margin-top: 10px;
}

.foot_map_wrap {
  margin-top: 90px;
}

.foot_map_wrap iframe {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  height: 500px;
  width: 100%;
}

.footer_wrap {
  padding: 90px 0;
  background: #f7f7f7;
}

.footer_wrap .flogo {
  width: 180px;
}

.footer_wrap .col {
  width: 25%;
  padding-right: 40px;
  float: left;
  display: inline-block;
}

.footer_wrap .common_header {
  font-size: 20px;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
}

.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;
  color: #000;
}

.mobile_menu_wrap {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
  background: #fff;
}

.mobile_menu_wrap .close_wrap {
  width: 50px;
  float: right;
  display: inline-block;
}

.mobile_menu_wrap .a {
  width: 100%;
  float: left;
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding: 8px 20px;
  color: #000;
  border-bottom: 1px solid #f7f7f7;
}

.mobile_menu_wrap .sub-menu {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 20px;
  width: 100%;
  background: #f1f1f1;
}

.mobile_menu_wrap .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;
}

.mobile_menu_wrap .sub-menu li + li {
  margin-top: 10px;
}

.mobile_menu_wrap .sub-menu li a {
  font-size: 14px;
  color: #000;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.header_wrap {
  position: fixed;
  top: 0px;
  padding: 20px 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}

.header_wrap .icon_wrap {
  display: none;
}

.header_wrap .gridContainer {
  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;
}

.header_wrap .btns {
  width: auto;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.header_wrap .btns .common_anchor {
  margin-left: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  margin-top: 0;
  background: #373632;
}

.header_wrap .right_wrap {
  width: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header_wrap .menu {
  margin-top: 20px;
}

.header_wrap .menu a {
  float: left;
  font-size: 20px;
  margin-left: 25px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}

.header_wrap .menu a:hover {
  border-color: #e70e8e;
}

.header_wrap .menu .a_parent {
  position: relative;
  float: left;
  display: inline-block;
}

.header_wrap .menu .a_parent .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding: 20px;
  background: #fff;
  padding: 20px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.header_wrap .menu .a_parent .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;
}

.header_wrap .menu .a_parent .sub-menu li:hover a {
  color: #00adef;
}

.header_wrap .menu .a_parent .sub-menu a {
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  border: 0;
  margin-left: 0;
}

.header_wrap .menu .a_parent:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header_wrap .logo_wrap {
  float: left;
  display: inline-block;
  position: relative;
  width: 180px;
}

.header_wrap .logo_wrap img {
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_wrap .logo_wrap .color_logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.header_wrap.scrolled, .header_wrap.active {
  background: #fff;
}

.header_wrap.scrolled .menu a, .header_wrap.active .menu a {
  color: #000;
}

.header_wrap.scrolled .logo_wrap .color_logo, .header_wrap.active .logo_wrap .color_logo {
  opacity: 1;
  visibility: visible;
}

.header_wrap.scrolled .logo_wrap .white_logo, .header_wrap.active .logo_wrap .white_logo {
  opacity: 0;
}

.header_wrap.active {
  position: -webkit-sticky;
  position: sticky;
}

.modal-title.common_header {
  padding-top: 0;
  font-size: 23px !important;
}

.method_steps_wrap {
  padding-bottom: 90px;
}

.method_steps_wrap .mobile {
  display: none;
}

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

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

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

.method_steps_wrap ul li .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;
}

.method_steps_wrap ul li .icon_wrap {
  width: 30%;
}

.method_steps_wrap ul li .data_wrap {
  width: 70%;
  padding-left: 20px;
}

.method_steps_wrap ul li .data_wrap p {
  padding-top: 0;
}

.faq_parent_wrap .faq_wrap {
  margin-bottom: 30px;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 30px;
}

.faq_parent_wrap .faq_wrap .ques_wrap {
  font-size: 22px;
  font-family: semi_font;
  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;
  cursor: pointer;
}

.faq_parent_wrap .faq_wrap .ques_wrap .plus_minus {
  font-size: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  padding-left: 10px;
  text-align: right;
}

.faq_parent_wrap .faq_wrap .ans_wrap {
  display: none;
}

/*New career STarts*/
.career_divider_wrap {
  background: #00ADEF;
  background: -webkit-gradient(linear, left top, right top, from(#00ADEF), to(#E70E8E));
  background: linear-gradient(to right, #00ADEF 0%, #E70E8E 100%);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 90px;
}

.career_divider_wrap .common_header {
  padding: 0;
  text-transform: uppercase;
}

.career_mid_content_wrap .gridContainer {
  max-width: 800px;
  min-width: auto;
  padding-top: 90px;
  padding-bottom: 0;
  text-align: center;
}

.career_mid_content_wrap .common_header {
  padding-top: 0;
}

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

.career_business_areas p {
  padding-left: 20%;
  padding-right: 20%;
}

.career_business_areas 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;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.career_business_areas 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: 20px;
  background-color: #f2f2f2;
  padding: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

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

.career_business_areas ul li .common_header {
  color: #565656;
  font-size: 30px;
}

.career_business_areas ul li:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.career_business_areas .gridContainer {
  max-width: 1400px;
}

.career_top .image_wrap {
  padding-bottom: 40px !important;
}

.career_top .gridContainer {
  max-width: 1100px;
}

.career_top .common_header.large {
  font-size: 80px;
}

.career_top .quater_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%;
  padding-left: 20px;
}

.career_top .quater_wrap .common_anchor {
  width: 100%;
  text-align: center;
}

.career_top .quater_wrap:first-child {
  padding-left: 0;
}

.career_top .form_career_wrap {
  margin-top: 80px;
}

/*New Career Ends*/
/*Responsive Starts*/
@media only screen and (max-width: 1100px) {
  .method_steps_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: 20px;
    padding-top: 20px;
  }
  .header_wrap .menu a {
    font-size: 15px;
  }
  .home_overview_wrap.offering .gridContainer {
    max-width: 100%;
  }
}

@media only screen and (max-width: 786px) {
  .career_top .half_wrap {
    width: 100% !important;
  }
  .career_business_areas 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: 20px;
  }
  .career_business_areas ul li:nth-child(3n+0) {
    margin-right: 3%;
  }
  .career_business_areas ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .header_wrap .icon_wrap {
    display: inline-block;
    margin-left: auto;
  }
  .header_wrap .right_wrap {
    display: none;
  }
  .footer_wrap .col {
    width: 33.33%;
  }
  .footer_wrap .col:first-child {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .general_half_overview.career {
    margin-bottom: 0;
  }
  .tab_parent_wrap {
    margin-top: 20px;
  }
  /*Home starts*/
  .home_overview_wrap {
    background-image: url(../images/saree_back_image_mobile.png);
    background-size: 100% auto;
    background-position: top center;
  }
  .home_overview_wrap .gridContainer {
    max-width: 80%;
  }
  .home_overview_wrap .gridContainer .common_header {
    padding-top: 0;
  }
  .home_bottom_wrap .half_wrap {
    width: 100%;
  }
  .general_half_overview {
    padding-bottom: 20px;
  }
  .general_half_overview .half_wrap {
    width: 100%;
    padding: 0 !important;
  }
  .general_half_overview .parent {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .home_bottom_wrap.textiles 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%;
  }
  .home_bottom_wrap.textiles ul li:nth-child(4n+0) {
    margin-right: 1%;
  }
  .home_bottom_wrap.textiles ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .common_bg_wrap.margin_top {
    margin-top: 90px;
  }
  /*Home Ends*/
}

@media only screen and (max-width: 480px) {
  .career_top .common_header.large {
    font-size: 40px;
  }
  .career_top .quater_wrap {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  .faq_parent_wrap .faq_wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .faq_parent_wrap .faq_wrap .ques_wrap {
    font-size: 18px;
  }
  .career_business_areas {
    margin-top: 20px;
  }
  .career_business_areas p {
    padding-left: 0;
    padding-right: 0;
  }
  .career_business_areas ul {
    margin-top: 20px;
  }
  .career_business_areas ul li {
    padding: 10px;
  }
  .career_business_areas ul li img {
    max-width: 60%;
  }
  .career_business_areas ul li .common_header {
    font-size: 20px;
  }
  .method_steps_wrap .mobile {
    display: inline-block;
  }
  .method_steps_wrap .desktop {
    display: none !important;
  }
  .method_steps_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: 20px;
    padding-top: 20px;
  }
  .method_steps_wrap ul li .parent {
    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;
  }
  .method_steps_wrap ul li .parent .icon_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .method_steps_wrap ul li .parent .icon_wrap img {
    width: 70%;
  }
  .method_steps_wrap ul li .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;
    margin-top: 20px;
    padding-top: 20px;
  }
  .header_wrap .icon_wrap a {
    width: 40px;
    float: left;
    display: inline-block;
  }
  .header_wrap .logo_wrap {
    width: 150px;
  }
  .footer_wrap .col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .foot_map_wrap iframe {
    height: 350px;
  }
  .tab_parent_wrap .tab_inner_wrap .faq_wrap .title_wrap svg {
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
  .tab_parent_wrap .tab_inner_wrap .faq_wrap .title_wrap {
    padding: 25px 50px 25px 25px;
    font-size: 20px;
  }
  .tab_parent_wrap .tab_inner_wrap .faq_wrap .title_wrap:after {
    font-size: 25px;
    right: 20px;
  }
  .tab_parent_wrap .tab_inner_wrap .faq_wrap .description_wrap {
    padding: 25px;
  }
  .tab_parent_wrap .tab_inner_wrap .faq_wrap .description_wrap.cinfo p,
  .tab_parent_wrap .tab_inner_wrap .faq_wrap .description_wrap.cinfo ul li {
    font-size: 18px;
  }
  /*Home starts*/
  .home_overview_wrap.offering {
    padding-top: 15vh;
    padding-bottom: 0;
  }
  .home_overview_wrap.offering .gridContainer {
    max-width: 100%;
  }
  .home_overview_wrap.offering .half_wrap {
    width: 100%;
    padding: 0 !important;
  }
  .common_slider_wrap.full_height .scroll_element {
    display: none;
  }
  .common_slider_wrap.full_width .half_wrap {
    width: 100% !important;
  }
  .common_slider_wrap .history_years_wrap {
    width: 100%;
    text-align: center;
    right: 0;
    bottom: 40px;
  }
  .common_slider_wrap .history_years_wrap img {
    width: 150px;
  }
  .home_overview_wrap {
    background-image: url(../images/saree_back_image_mobile.png);
    background-position: bottom center;
    background-size: auto 100%;
    background-position: center center;
    background-size: cover;
  }
  .home_overview_wrap .gridContainer {
    max-width: 100%;
  }
  .home_overview_wrap .gridContainer .common_header {
    padding-top: 0;
    font-size: 40px;
  }
  .common_bg_wrap .image_wrap {
    background-attachment: initial;
  }
  .common_bg_wrap .half_wrap {
    width: 100%;
  }
  .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: 20px;
  }
  .numbers_wrap ul li:first-child {
    margin-top: 0;
  }
  .category_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;
  }
  .category_wrap ul li .title_wrap {
    padding: 20px;
  }
  .home_bottom_wrap .image_wrap {
    margin-top: 20px;
  }
  .home_bottom_wrap .image_wrap .mobile {
    display: inline-block;
  }
  .home_bottom_wrap .image_wrap .desktop {
    display: none;
  }
  /*Home ends*/
  .general_half_overview,
  .home_bottom_wrap {
    margin-top: 20px;
  }
  .home_bottom_wrap.textiles {
    margin-top: 20px;
    padding-top: 20px;
  }
  .home_bottom_wrap.textiles ul {
    margin-top: 20px;
  }
  .home_overview_wrap.offering .common_header {
    padding-top: 20px;
  }
}

.social_icon_wrap {
  margin-top: 0px;
}

.social_icon_wrap a {
  float: left;
  display: inline-block;
  width: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.social_icon_wrap a img {
  width: 100%;
  float: left;
}

/*Responsive Ends*/
.category_wrap {
  overflow: hidden;
}

.category_wrap ul .swiper-slide li {
  width: 100%;
}

.category_wrap ul .swiper-slide li .image_wrap img {
  width: 100%;
}

.home_bottom_wrap.textiles {
  overflow: hidden;
}

.home_bottom_wrap.textiles ul .swiper-slide li {
  width: 100%;
}

.swiper_arrows2 {
  width: 30px !important;
  height: 30px !important;
  border-radius: 30px !important;
  background: #0d9fc4 !important;
}

.swiper_arrows2:after,
.swiper_arrows2:before {
  font-size: 13px !important;
  color: #fff !important;
}

.swiper-continous .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.mfp-gallery {
  position: fixed !important;
  top: 0 !important;
  height: 100vh !important;
}

.mfp-gallery .mfp-container {
  padding: 0;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  height: 100vh;
}

.mfp-gallery figure {
  height: 100vh;
}

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

.mfp-gallery img.mfp-img {
  padding: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.mfp-gallery .mfp-close {
  right: 0 !important;
}

.margin_top_20 {
  margin-top: 20px;
}

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

.form_field.input_error {
  background: #ffe5e5 !important;
}

.form_message_wrap {
  margin-top: 10px;
}

.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;
  color: maroon;
}
/*# sourceMappingURL=style.css.map */