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

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

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

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

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

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

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

@font-face {
  font-family: header_bold;
  src: url("../fonts/corm_semi.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: #fff;
  /*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.8em;
}

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

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

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

body p.tertiary,
body .content_ul li.tertiary {
  color: #a6ce39;
}

body p.blueceary,
body .content_ul li.blueceary {
  color: #005aaa;
}

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

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.capital,
body .content_ul li.capital {
  text-transform: uppercase;
}

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

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

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

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

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

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

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

body .common_header.accent {
  color: #00aeef;
}

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

body .common_header.tertiary {
  color: #a6ce39;
}

body .common_header.blueceary {
  color: #005aaa;
}

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.capital {
  text-transform: uppercase;
}

body .common_header.header_reg {
  font-family: header_reg;
}

body .common_header.header_italic {
  font-family: header_italic;
}

body .common_header.header_bold {
  font-family: header_bold;
}

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

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

body .common_header span.accent {
  color: #00aeef;
}

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

body .common_header span.tertiary {
  color: #a6ce39;
}

body .common_header span.blueceary {
  color: #005aaa;
}

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.capital {
  text-transform: uppercase;
}

body .common_header span.header_reg {
  font-family: header_reg;
}

body .common_header span.header_italic {
  font-family: header_italic;
}

body .common_header span.header_bold {
  font-family: header_bold;
}

body .common_anchor {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: reg_font;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f5821f;
  padding-left: 4%;
  padding-right: 40px;
  padding-left: 40px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

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

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

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

body .common_anchor.border_anchor {
  background-color: transparent;
  border: 2px solid #f5821f;
  color: #f5821f;
}

body .common_anchor.border_anchor:hover {
  background-color: #f5821f;
  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: #f5821f !important;
  color: #00aeef;
}

body .form_field {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  border: 2px 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: #f5821f;
}

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: 16px;
  }
  body p.small_size {
    font-size: 13px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 50px;
  }
  body .common_header.small {
    font-size: 25px;
  }
  body .gridContainer {
    width: 95.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1599px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 14px;
  }
  body .common_header {
    font-size: 28px;
  }
  body .common_header.large {
    font-size: 40px;
  }
  body .common_header.small {
    font-size: 20px;
  }
  body .gridContainer {
    width: 85.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
  body p.small_size {
    font-size: 12px;
  }
}

@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: 15px;
  }
  body .common_header {
    font-size: 28px;
  }
  body .common_header.large {
    font-size: 40px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
  body p.small_size {
    font-size: 12px;
  }
  body .common_header.small {
    font-size: 20px;
  }
}

@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: 15px;
  }
  body .common_header {
    font-size: 28px;
  }
  body .common_header.large {
    font-size: 40px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
  body p.small_size {
    font-size: 12px;
  }
  body .common_header.small {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 14px;
  }
  body .nav.nav-tabs li {
    float: none;
    display: inline-block;
  }
  body .nav.nav-tabs {
    white-space: nowrap;
    overflow-x: scroll;
  }
  body .common_header {
    font-size: 22px;
  }
  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: 14px;
  }
  body p.small_size {
    font-size: 11px;
  }
  body .common_header.small {
    font-size: 18px;
  }
}

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

.gardient {
  background: #C7883D;
  background: -webkit-gradient(linear, right top, left top, from(#c7883d), color-stop(48%, #eec789), to(#e3ad56));
  background: linear-gradient(270deg, #c7883d 0%, #eec789 48%, #e3ad56 100%);
}

.gradient_text {
  color: #C7893E;
  background-image: linear-gradient(45deg, #C7893E, #EDC78A 50%, #E3AD56 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.capital_letter_spacing {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.opacity_text {
  opacity: 0.5;
}

/*Home starts*/
.slider_top_wrap {
  height: 100vh;
  background: url("../images/slider_desktop.jpg") center no-repeat;
  background-size: cover;
}

.slider_top_wrap .title_wrap {
  position: absolute;
  width: 100%;
  bottom: 80px;
  text-align: center;
}

.slider_top_wrap .title_wrap p {
  padding-left: 30%;
  padding-right: 30%;
}

.overview_wrap {
  margin-top: 12vh;
}

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

.overview_wrap .data_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 45%;
  padding: 80px;
}

.category_wrap {
  margin-top: 12vh;
  text-align: center;
}

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

.category_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%;
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

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

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

.category_wrap ul li img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category_wrap ul li:hover img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.building_wrap {
  margin-top: 12vh;
}

.building_wrap .main_parent_wrap {
  overflow: hidden;
}

.building_wrap .mobile {
  display: none;
}

.building_wrap .data_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.building_wrap .data_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;
  height: 100%;
}

.header_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 100px;
  padding-right: 0;
  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 .logo_wrap {
  width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

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

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

.header_wrap .menu_wrap ul li + li {
  margin-top: 5px;
}

.header_wrap .menu_wrap ul li a {
  text-align: right;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding-right: 100px;
  text-decoration: none;
}

.header_wrap .menu_wrap ul li a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  height: 1px;
  right: 0;
  width: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.header_wrap .menu_wrap ul li a:hover:after {
  width: 90px;
}

.header_wrap .menu_wrap ul li a p {
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
}

.header_wrap .cta_wrap {
  display: none;
}

.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  max-width: 100%;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: auto;
  bottom: 0;
  z-index: 999;
  background: #fff;
  border-right: 1px solid #a3238e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.mobile_menu .close_icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 40px;
  padding: 5px;
}

.mobile_menu p {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 13px;
  padding: 0;
  text-align: left;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu .logo_a {
  display: inline-block;
  padding: 10px 20px;
  width: 130px;
}

.mobile_menu .social_wrap {
  padding: 10px 20px;
  display: none !important;
}

.mobile_menu .social_wrap .social_a {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.mobile_menu .social_wrap p {
  margin-bottom: 10px;
  opacity: 0.5;
}

.mobile_menu .info_wrap {
  padding: 20px 20px;
  display: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.mobile_menu .info_wrap .p {
  margin-bottom: 10px;
  opacity: 0.5;
}

.mobile_menu ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.mobile_menu ul li {
  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;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.mobile_menu 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;
  padding: 10px 20px;
}

.mobile_menu ul li:hover a p {
  color: #f5821f;
}

.social_wrap a {
  width: 30px;
  display: inline-block;
}

.social_wrap a + a {
  margin-left: 5px;
}

.footer_wrap {
  padding: 12vh 0;
  background: #fff;
  text-align: center;
}

.footer_wrap .logo_wrap {
  margin-bottom: 20px;
}

.footer_wrap .logo_wrap img {
  width: 150px;
}

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

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

.footer_wrap ul li p {
  color: #000;
}

.footer_wrap ul li + li {
  margin-left: 20px;
}

.inf_carousel_wrap + .inf_carousel_wrap {
  margin-top: 30px;
}

.prefooter_wrap {
  margin-top: 30px;
}

.prefooter_wrap .inner_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.prefooter_wrap .inner_wrap .form_wrap {
  padding: 40px;
  float: left;
  background: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  display: inline-block;
  max-width: 40%;
}

.whatsapp_fix {
  position: fixed;
  bottom: 20px;
  right: 20px;
  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;
}

.overview_wrap.inner_page {
  margin: 0;
  padding: 7vh 0;
}

.overview_wrap.inner_page .data_wrap {
  padding: 0 20px;
  text-align: center;
  margin: 0 auto;
  float: none;
  display: block;
}

.lr_wrap {
  background: url("../images/bg_noise.jpg") top left repeat;
  padding: 80px 0;
}

.lr_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lr_wrap .parent .img_wrap {
  width: 45%;
  display: inline-block;
}

.lr_wrap .parent .img_wrap img {
  width: 100%;
  float: left;
  display: inline-block;
}

.lr_wrap .parent .info_wrap {
  width: 55%;
  padding-left: 50px;
  display: inline-block;
}

.lr_wrap .parent.even .img_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.lr_wrap .parent.even .info_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 50px;
  padding-left: 0px;
}

.lr_wrap .parent + .parent {
  margin-top: 50px;
}

.lr_wrap .parent.contact {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.lr_wrap .parent.contact .img_wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.about_video_wrap .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.icon_titles_wrap {
  margin-top: 20px;
}

.icon_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.icon_title_wrap .common_header {
  padding-top: 0;
  font-size: 15px;
}

.icon_title_wrap .icon_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.icon_title_wrap p {
  padding-top: 10px;
}

.map_wrap {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.map_wrap iframe {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  float: left;
}

.pdp_gallery_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (2fr)[2];
      grid-template-columns: repeat(2, 2fr);
  gap: 20px;
}

.lr_wrap.catpage .parent.contact .img_wrap {
  width: 35%;
}

.lr_wrap.catpage .parent.contact .info_wrap {
  width: 65%;
}

.gridContainer.grid1250 {
  max-width: 1250px;
  min-width: 1250px;
}

/*Responsive Starts*/
@media only screen and (max-width: 1100px) {
  .lr_wrap.catpage .parent.contact .img_wrap {
    width: 40%;
  }
  .lr_wrap.catpage .parent.contact .info_wrap {
    width: 60%;
  }
  .prefooter_wrap .gridContainer {
    padding: 0;
    width: 100%;
  }
  .prefooter_wrap .inner_wrap {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }
  .prefooter_wrap .inner_wrap .form_wrap {
    max-width: 100%;
  }
  .inf_carousel_wrap + .inf_carousel_wrap {
    margin-top: 20px;
  }
  .header_wrap {
    padding-left: 50px;
  }
  .header_wrap .logo_wrap {
    width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  .header_wrap .menu_wrap ul li a {
    padding-right: 50px;
  }
  .header_wrap .menu_wrap ul li a:hover:after {
    width: 40px;
  }
  .footer_wrap .logo_wrap img {
    width: 100px;
  }
}

@media only screen and (max-width: 786px) {
  .lr_wrap.catpage .parent.contact .img_wrap {
    width: 100%;
  }
  .lr_wrap.catpage .parent.contact .info_wrap {
    width: 100%;
  }
  .about_video_wrap .play_icon {
    width: 80px;
  }
  .lr_wrap .parent.contact {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lr_wrap .parent.contact .info_wrap {
    width: 100%;
    padding-right: 0;
  }
  .lr_wrap .parent.contact .img_wrap {
    position: relative;
    top: auto;
    margin-top: 20px;
    width: 100%;
  }
  .slider_top_wrap .title_wrap p {
    padding-left: 0%;
    padding-right: 0%;
  }
  .overview_wrap {
    margin-top: 7vh;
  }
  .overview_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview_wrap .image_wrap {
    width: 100%;
  }
  .overview_wrap .data_wrap {
    width: 100%;
  }
  .category_wrap {
    margin-top: 7vh;
  }
  .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;
    margin-top: 20px;
  }
  .building_wrap {
    margin-top: 7vh;
    background-color: #efefef;
    padding-top: 7vh;
  }
  .building_wrap .main_parent_wrap {
    overflow: hidden;
  }
  .building_wrap .mobile {
    display: inline-block;
  }
  .building_wrap .desktop {
    display: none;
  }
  .building_wrap .data_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .building_wrap .data_wrap .half_wrap {
    width: 100%;
    background-color: #efefef;
  }
}

@media only screen and (max-width: 480px) {
  .header_wrap {
    position: fixed;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header_wrap.fix {
    background: #f5821f;
  }
  .lr_wrap .parent.contact.pdp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pdp_gallery_wrap {
    gap: 10px;
  }
  .lr_wrap {
    padding: 50px 0;
  }
  .lr_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lr_wrap .parent .img_wrap {
    width: 100%;
  }
  .lr_wrap .parent .info_wrap {
    width: 100%;
    padding-left: 0px;
  }
  .lr_wrap .parent.even .img_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lr_wrap .parent.even .info_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0px;
    padding-left: 0px;
  }
  .lr_wrap .parent + .parent {
    margin-top: 40px;
  }
  .prefooter_wrap .inner_wrap .form_wrap {
    padding: 20px;
  }
  .inf_carousel_wrap + .inf_carousel_wrap {
    margin-top: 10px;
  }
  .footer_wrap .logo_wrap img {
    width: 80px;
  }
  .header_wrap {
    padding: 10px 20px;
  }
  .header_wrap .logo_wrap {
    width: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  .header_wrap .menu_wrap {
    display: none;
  }
  .header_wrap .cta_wrap {
    display: inline-block;
  }
  .header_wrap .cta_wrap a {
    display: inline-block;
    width: 30px;
  }
  .overview_wrap .data_wrap {
    padding: 10px;
  }
}

.swiper-continous-play > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.lr_wrap + .prefooter_wrap {
  margin-top: 0;
  border-top: 1px solid #fff;
}

.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: 5px;
  color: maroon;
}

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