@font-face {
  font-family: "NewYork-PERSONAL-USE";
  src: url(../fonts/NewYork-PERSONAL-USE.otf);
  font-style: normal;
  font-weight: normal;
font-display: swap;
}
@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url(../fonts/Montserrat-ExtraLight.ttf);
  font-style: normal;
  font-weight: normal;
font-display: swap;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url(../fonts/Montserrat-Light.ttf);
  font-style: normal;
  font-weight: normal;
font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url(../fonts/Montserrat-Regular.ttf);
  font-style: normal;
  font-weight: normal;
font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url(../fonts/Montserrat-Medium.ttf);
  font-style: normal;
  font-weight: normal;
font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url(../fonts/Montserrat-Bold.ttf);
  font-style: normal;
  font-weight: normal;
font-display: swap;
}
* {
  box-sizing: border-box; }

div,
section {
  display: block; }

.container-fluid, .container {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

.container {
  margin: auto; }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

:root {
  --container_width: 100%;
  --transition: ease all 300ms;
  --headerHeight: 0px;
  --container_left_space: calc((100% - var(--container_width)) / 2);
  --primary_color: #BA953D;
  --secondary_color: #505050;
  --color_white: #fff;
  --color_black: #000000; }
  @media (min-width: 768px) and (max-width: 991px) {
    :root {
      --container_width: 750px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    :root {
      --container_width: 970px; } }
  @media (min-width: 1200px) {
    :root {
      --container_width: 1170px; } }

h2 {
  color: var(--color_black); }

.primary_color {
  background-color: var(--primary_color); }

.secondary_color {
  background-color: var(--secondary_color); }

.white_color {
  background-color: var(--color_white); }

.white_color_t {
  color: var(--color_white) !important; }

.color_black {
  color: var(--color_black) !important; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.para {
  opacity: .8;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat-Medium";
  color: var(--secondary_color); }
  @media (max-width: 767px) {
    .para {
      font-size: 16px;
      line-height: 23px; } }

.small_heading {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat-Bold";
  text-align: center;
  color: var(--color_black); }

.btn_vedanta_default {
  border: 0;
  font-size: 22px;
  line-height: 27px;
  font-family: "Montserrat-Medium";
  border-radius: 6px;
  cursor: pointer;
  color: var(--color-white);
  text-transform: uppercase;
  padding: 10px 59px 10px 59px;
  background-color: var(--primary_color); }

body {
  margin: 0;
  font-family: "Montserrat-Regular";
  color: var(--color_black); }

@media (max-width: 767px) {
  h2 {
    text-align: center; } }

.text_md {
  font-size: 50px;
  line-height: 55px;
  margin: 0 0 20px; }
  @media (max-width: 767px) {
    .text_md {
      font-size: 40px;
      line-height: 50px; } }

.text_reg {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 20px; }
  @media (max-width: 767px) {
    .text_reg {
      font-size: 26px;
      line-height: 40px; } }

.text_sm {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 20px; }
  @media (max-width: 767px) {
    .text_sm {
      font-size: 20px;
      line-height: 26px; } }

.text_xs {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px; }
  @media (max-width: 767px) {
    .text_xs {
      font-size: 16px;
      line-height: 24px; } }

.text_xxs {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px; }
  @media (max-width: 360px) {
    .text_xxs {
      font-size: 14px;
      line-height: 14px; } }

.primary_btn {
  color: #000e45;
  padding: 10px 40px;
  border-radius: 100px;
  text-decoration: none;
  display: inline-block;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: var(--color-white);
  background-color: var(--secondary_color); }

.secondary_btn {
  padding: 12px 20px;
  color: var(--color-white);
  border-radius: 22px;
  margin-left: 25px;
  text-decoration: none;
  border: 1px solid var(--color-white); }
  @media (max-width: 767px) {
    .secondary_btn {
      padding: 13px 15px;
      margin-left: 10px; } }
  @media (max-width: 360px) {
    .secondary_btn {
      padding: 13px 10px; } }
  .secondary_btn .btn_play_icon {
    margin: auto;
    padding-left: 10px;
    display: inline-block;
    vertical-align: bottom; }

.width_100 {
  width: 100%; }

.f_w_l {
  font-weight: 300; }

.f_w_r {
  font-weight: 400; }

.f_w_m {
  font-weight: 500; }

.f_w_s {
  font-weight: 600; }

.f_w_b {
  font-weight: 700; }

.l_h_2 {
  line-height: 1.2; }

.l_h_3 {
  line-height: 1.3; }

.l_h_4 {
  line-height: 1.4; }

.l_h_5 {
  line-height: 1.5; }

.l_h_6 {
  line-height: 1.6; }

.m_tb_0 {
  margin: 0; }

.m_b_5 {
  margin: 0 0 5px; }

.m_t_5 {
  margin: 5px 0 0; }

.m_tb_5 {
  margin: 5px 0; }

.m_b_10 {
  margin: 0 0 10px; }

.m_t_10 {
  margin: 10px 0 0; }

.m_tb_10 {
  margin: 10px 0; }

.m_b_20 {
  margin: 0 0 20px; }

.m_t_20 {
  margin: 20px 0 0; }

.m_tb_20 {
  margin: 20px 0; }

.m_b_30 {
  margin: 0 0 30px; }

.m_t_30 {
  margin: 30px 0 0; }

.m_tb_30 {
  margin: 30px 0; }

@media (min-width: 1200px) {
  .p_lr_100 {
    padding-left: 100px;
    padding-right: 100px; } }

.pl_5 {
  padding-left: 5px; }

.pl_10 {
  padding-left: 10px; }
  @media (max-width: 767px) {
    .pl_10 {
      padding-left: 5px; } }

.pl_20 {
  padding-left: 20px; }
  @media (max-width: 767px) {
    .pl_20 {
      padding-left: 5px; } }

.p_t {
  padding-top: 20px; }

.pt_10 {
  padding-top: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.ptb_10 {
  padding: 10px 0; }

.pt_20 {
  padding-top: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.ptb_20 {
  padding: 20px 0; }

.pt_30 {
  padding-top: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.ptb_30 {
  padding: 30px 0; }

.pt_40 {
  padding-top: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.ptb_40 {
  padding: 40px 0; }

.ptb_60 {
  padding: 60px 0; }
  @media only screen and (max-width: 767px) {
    .ptb_60 {
      padding: 40px 0; } }

.pt_60 {
  padding-top: 60px; }
  @media only screen and (max-width: 767px) {
    .pt_60 {
      padding-top: 40px; } }

.pb_60 {
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .pb_60 {
      padding-bottom: 40px; } }

.ptb_80 {
  padding: 80px 0; }
  @media only screen and (max-width: 767px) {
    .ptb_80 {
      padding: 40px 0; } }

.pt_80 {
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    .pt_80 {
      padding-top: 40px; } }

.pb_80 {
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .pb_80 {
      padding-bottom: 40px; } }

.ptb_90 {
  padding: 90px 0; }
  @media only screen and (max-width: 767px) {
    .ptb_90 {
      padding: 60px 0; } }

.pt_90 {
  padding-top: 90px; }
  @media only screen and (max-width: 767px) {
    .pt_90 {
      padding-top: 60px; } }

.pb_90 {
  padding-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    .pb_90 {
      padding-bottom: 60px; } }

.ptb_100 {
  padding: 100px 0; }
  @media only screen and (max-width: 991px) {
    .ptb_100 {
      padding: 60px 0; } }

.pt_100 {
  padding-top: 100px; }
  @media only screen and (max-width: 991px) {
    .pt_100 {
      padding-top: 60px; } }

.pb_100 {
  padding-bottom: 100px; }
  @media only screen and (max-width: 991px) {
    .pb_100 {
      padding-bottom: 60px; } }

.section_title {
  font-size: 32px;
  line-height: 40px;
  color: #000;
  text-align: center;
  font-family: "NewYork-PERSONAL-USE";
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .section_title {
      font-size: 26px;
      line-height: 40px; } }

.color_white {
  color: var(--color-white); }

.border_radius10 {
  border-radius: 10px; }

.border_radius_15 {
  border-radius: 17px; }

.text_center {
  text-align: center; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.text_justify {
  text-align: justify; }

.text_uppercase {
  text-transform: uppercase; }

.d_f {
  display: flex; }

.f_w {
  display: flex;
  flex-wrap: wrap; }

.f_w_j {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.f_j {
  display: flex;
  justify-content: space-between; }

.f_justify {
  justify-content: space-between; }

.f_w_se {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }

.f_w_around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.f_w_a {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.f_r_aj_between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.f_r_aj_center {
  display: flex;
  align-items: center;
  justify-content: center; }

.f_r_a_center {
  display: flex;
  align-items: center; }

.a_center {
  align-items: center; }

.f_r_j_center {
  display: flex;
  justify-content: center; }

.f_c_aj_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.f_c_a_center {
  display: flex;
  flex-direction: column;
  align-items: center; }

.f_c_j_center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.f_d {
  flex-direction: row-reverse; }

.hidden {
  display: none !important; }

.visible-lg {
  display: block; }
  @media (max-width: 1199px) {
    .visible-lg {
      display: none !important; } }

.hidden-xs {
  display: block; }
  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important; } }

.hidden-sm {
  display: block; }
  @media (min-width: 767px) and (max-width: 1024px) {
    .hidden-sm {
      display: none !important; } }

.hidden-sm-xs {
  display: block; }
  @media (max-width: 1024px) {
    .hidden-sm-xs {
      display: none !important; } }

.visible-sm-xs {
  display: none; }
  @media (max-width: 1024px) {
    .visible-sm-xs {
      display: block !important; } }

.visible-sm {
  display: none; }
  @media (min-width: 767px) and (max-width: 1024px) {
    .visible-sm {
      display: block !important; } }

.visible-xs {
  display: block; }
  @media (min-width: 767px) {
    .visible-xs {
      display: none !important; } }

.default_transition {
  transition: all 800ms ease-out; }

.toTop[data-scroll] {
  transition: all 0.7s ease-out; }
.toTop[data-scroll="in"] {
  opacity: 1;
  transform: translateY(0); }
.toTop[data-scroll="out"] {
  opacity: 0;
  transform: translateY(150px); }

.toBottom[data-scroll] {
  transition: all 0.5s ease-out; }
.toBottom[data-scroll="in"] {
  opacity: 1;
  transform: translateY(0); }
.toBottom[data-scroll="out"] {
  opacity: 0;
  transform: translateY(-100px); }

.toLeft[data-scroll] {
  transition: all 0.5s ease-out; }
.toLeft[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0); }
.toLeft[data-scroll="out"] {
  opacity: 0;
  transform: translateX(-100px); }

.toRight[data-scroll] {
  transition: all 0.5s ease-out; }
.toRight[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0); }
.toRight[data-scroll="out"] {
  opacity: 0;
  transform: translateX(100px); }

::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  background: var(--color-white); }
  @media (max-width: 767px) {
    ::-webkit-scrollbar {
      height: 0;
      background: transparent; } }

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary_color);
  border-radius: 0; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-white); }

.left_right_img_radius {
  position: relative;
  overflow: hidden; }
  .left_right_img_radius::after {
    content: '';
    left: -20px;
    top: -3%;
    width: 37px;
    height: 106%;
    position: absolute;
    background-color: #F4F2E6;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%; }
  .left_right_img_radius::before {
    content: '';
    z-index: 1;
    right: -20px;
    top: -3%;
    width: 37px;
    height: 106%;
    position: absolute;
    background-color: #F4F2E6;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%; }

.main_header {
  top: 0;
  z-index: 2;
  width: 100%;
  position: fixed;
  background-color: #021E3C; }
  .main_header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: 80px; }
    @media only screen and (max-width: 1200px) {
      .main_header .navbar {
        position: relative;
        justify-content: flex-start;
        padding: 8px 0 0px; } }
  .main_header .brand {
    display: block; }
  .main_header .new_logo {
    display: none; }
    @media only screen and (max-width: 1200px) {
      .main_header .new_logo {
        width: 63%;
        text-align: right;
        display: flex;
        margin-top: -10px;
        align-items: center;
        justify-content: flex-end; } }
    @media (min-width: 768px) and (max-width: 1200px) {
      .main_header .new_logo {
        width: 80%; } }
    .main_header .new_logo .border_r {
      padding-right: 12px;
      border-right: 1px solid var(--color_white); }
  .main_header .burger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 30px;
    height: auto;
    border: none;
    opacity: 1;
    top: 23px;
    visibility: visible;
    background-color: unset; }
    @media only screen and (min-width: 1200px) {
      .main_header .burger {
        display: none;
        opacity: 0;
        visibility: hidden; } }
    @media only screen and (max-width: 1200px) {
      .main_header .burger {
        position: absolute;
        right: 0px;
        padding: 0; } }
    .main_header .burger-line {
      display: block;
      cursor: pointer;
      width: 100%;
      height: 2px;
      margin: 6px auto;
      transform: rotate(0deg);
      transition: all 0.3s ease-in-out;
      background-color: var(--color_white); }
  .main_header .menu {
    position: fixed;
    top: 0;
    left: -19rem;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    transition: all 0.5s ease;
    background-color: #021E3C;
    padding: 13px 0px; }
    @media (max-width: 767px) {
      .main_header .menu {
        padding: 0; } }
    @media only screen and (min-width: 1200px) {
      .main_header .menu {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        opacity: 1;
        visibility: visible;
        background: none;
        box-shadow: none;
        width: 100%;
        text-align: right; } }
    .main_header .menu.is-active {
      left: 0rem;
      opacity: 1;
      visibility: visible; }
    .main_header .menu-block {
      width: 100%;
      height: auto;
      margin: 2rem 0;
      padding: 50px 0 0 0 !important; }
      @media only screen and (min-width: 1200px) {
        .main_header .menu-block {
          margin: 0 auto;
          padding: 0 !important;
          display: flex;
          align-items: center;
          list-style: none;
          justify-content: flex-end; }
          .main_header .menu-block .border_r {
            border-right: 1px solid var(--color_white); }
          .main_header .menu-block li {
            padding: 0 12px; }
            .main_header .menu-block li a {
              opacity: 1;
              font-size: 16px;
              font-family: "Montserrat-Regular";
              font-weight: 500;
              text-decoration: none;
              color: var(--color_white); }
              .main_header .menu-block li a:hover {
                opacity: 1;
                font-weight: 700; } }
      @media only screen and (max-width: 1200px) {
        .main_header .menu-block {
          margin: 0 auto;
          padding: 0; } }
    .main_header .menu-item {
      display: block;
      margin: 0; }
      @media only screen and (min-width: 1200px) {
        .main_header .menu-item {
          position: relative;
          display: inline-block;
          padding: 0px 10px; } }
      @media only screen and (max-width: 1200px) {
        .main_header .menu-item {
          padding: 0px 10px;
          font-size: 15px; } }
      @media only screen and (max-width: 1200px) {
        .main_header .menu-item {
          display: block;
          opacity: 1; } }
    .main_header .menu .active:before {
      content: "";
      width: 8px;
      height: 8px;
      left: 50%;
      bottom: -12px;
      border-radius: 100%;
      transform: translateX(-50%);
      position: absolute; }
      @media screen and (max-width: 1200px) {
        .main_header .menu .active:before {
          left: inherit;
          right: 10px;
          bottom: 30%;
          transform: translateY(-50%); } }
    .main_header .menu-link {
      display: block;
      font-size: 16px;
      border: none;
      transition: all 0.35s ease;
      text-decoration: none;
      color: #fff;
      font-weight: normal;
      position: relative; }
      .main_header .menu-link:hover:before {
        content: "";
        width: 8px;
        height: 8px;
        left: 50%;
        bottom: -12px;
        border-radius: 100%;
        transform: translateX(-50%);
        position: absolute; }
        @media screen and (max-width: 1200px) {
          .main_header .menu-link:hover:before {
            left: inherit;
            right: 10px;
            bottom: 30%;
            transform: translateY(-50%); } }
      @media only screen and (max-width: 1200px) {
        .main_header .menu-link {
          padding: 10px 15px; } }
  .main_header .left_menu {
    text-align: left; }
  .main_header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.35s ease-in-out; }
    .main_header .overlay.is-active {
      display: block;
      opacity: 1;
      visibility: visible; }
  .main_header .close_menu_icon {
    text-align: right;
    display: none !important; }
    @media only screen and (max-width: 1200px) {
      .main_header .close_menu_icon {
        display: block !important;
        font-size: 30px !important;
        position: absolute;
        right: 0px;
        top: 6px;
        color: #fff; } }
  .main_header .header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .main_header .header .header_link ul {
      display: flex;
      align-items: center;
      list-style: none; }
      .main_header .header .header_link ul li {
        padding: 0 12px; }
        .main_header .header .header_link ul li a {
          opacity: .8;
          font-size: 16px;
          font-family: "Montserrat-Regular";
          font-weight: 500;
          text-decoration: none;
          color: var(--color_white); }
          .main_header .header .header_link ul li a:hover {
            opacity: 1;
            font-weight: 700; }

.banner .call {
  z-index: 1;
  right: 5px;
  bottom: 5px;
  position: fixed; }
  @media (max-width: 767px) {
    .banner .call {
      width: 100px;
      right: -10px;
      bottom: -10px; } }
.banner .slider {
  padding-top: 80px; }
  .banner .slider .item {
    width: 100vw;
    height: 100vh; }
    @media (max-width: 767px) {
      .banner .slider .item {
        height: 30vh; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .banner .slider .item {
        height: 38vh; } }
    @media (min-width: 993px) and (max-width: 1200px) {
      .banner .slider .item {
        height: 40vh; } }
    .banner .slider .item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .banner .slider .slick-dots {
    bottom: 30px; }
    .banner .slider .slick-dots li {
      display: inline-block;
      margin-left: auto; }
      .banner .slider .slick-dots li button:before {
        opacity: .75;
        z-index: 1;
        font-size: 12px;
        color: var(--primary_color); }
      .banner .slider .slick-dots li.slick-active button:before {
        color: var(--color_white); }

.get_in_touch .form_data .input_field {
  width: 49%;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .get_in_touch .form_data .input_field {
      width: 100%; } }
  .get_in_touch .form_data .input_field:first-child {
    width: 100%; }
  .get_in_touch .form_data .input_field input {
    width: 100%;
    font-size: 14px;
    padding: 15px 10px;
    color: #2A2A2A;
    margin-top: 6px;
    outline: 0;
    border-radius: 7px;
    background-color: #f5f5f5;
    border: 2px solid transparent; }
    .get_in_touch .form_data .input_field input:focus {
      outline: 0;
      border: 2px solid var(--primary_color) !important; }
  .get_in_touch .form_data .input_field input::placeholder {
    opacity: 0.6;
    font-size: 18px;
    font-family: "Montserrat-Medium";
    color: var(--secondary_color); }

@media (min-width: 767px) and (max-width: 992px) {
  .overview .box_section {
    justify-content: inherit; } }
.overview .box_section .box {
  text-align: center; }
  @media (max-width: 767px) {
    .overview .box_section .box {
      width: 48%;
      padding-bottom: 20px; } }
  @media (min-width: 767px) and (max-width: 992px) {
    .overview .box_section .box {
      width: 33.33%;
      padding-bottom: 15px; } }
  .overview .box_section .box img {
    margin: auto; }

.vr img {
  width: 100%; }

.amenities .box_section .box {
  width: 33.33%;
  text-align: center;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .amenities .box_section .box {
      width: 48%; } }
  .amenities .box_section .box img {
    margin: auto; }

.location .location_section .img {
  width: 47%; }
  @media (max-width: 767px) {
    .location .location_section .img {
      width: 100%; } }
  .location .location_section .img img {
    width: 100%; }
.location .location_section .text {
  width: 47%; }
  @media (max-width: 767px) {
    .location .location_section .text {
      width: 100%;
      padding: 40px 20px 0 20px; } }
  .location .location_section .text .icon_text {
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      .location .location_section .text .icon_text {
        flex-wrap: inherit; } }
    @media (max-width: 992px) {
      .location .location_section .text .icon_text .icon {
        width: 58px; } }
    .location .location_section .text .icon_text .title {
      font-size: 20px;
      font-family: "Montserrat-Bold";
      padding-left: 20px;
      color: var(--color_white); }
      @media (max-width: 992px) {
        .location .location_section .text .icon_text .title {
          width: 80%; } }
      .location .location_section .text .icon_text .title span {
        opacity: .8;
        font-size: 16px;
        font-family: "Montserrat-Regular"; }

@media (max-width: 767px) {
  .about {
    padding: 0 15px; } }
.about .box {
  width: 49%;
  padding: 0 25px;
  border-radius: 25px;
  border: 2px solid #BA953D; }
  @media (max-width: 767px) {
    .about .box {
      width: 100%;
      padding: 10px;
      margin-bottom: 20px; } }
  .about .box .img_text .img {
    width: 30%; }
  .about .box .img_text .text {
    width: 70%;
    padding-left: 40px; }
    @media (max-width: 767px) {
      .about .box .img_text .text {
        padding-left: 20px; } }
    .about .box .img_text .text h5 {
      opacity: .8;
      font-size: 16px;
      line-height: 20px;
      font-family: "Montserrat-Regular";
      color: var(--secondary_color); }

.social_media {
  margin: 0 -25px; }
  @media (max-width: 1200px) {
    .social_media {
      margin: 0 10px; } }
  .social_media .item {
    margin: 0 10px; }
    .social_media .item img {
      width: 100%; }
  .social_media .slick-arrow {
    top: 50%;
    cursor: pointer;
    position: absolute; }
  .social_media .next-arrow {
    right: -30px;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .social_media .next-arrow {
        right: -15px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .social_media .next-arrow {
        right: -20px; } }
  .social_media .prev-arrow {
    z-index: 1;
    left: -30px;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .social_media .prev-arrow {
        left: -15px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .social_media .prev-arrow {
        left: -20px; } }

.contact .img {
  width: 47%;
  overflow: hidden; }
  @media (max-width: 767px) {
    .contact .img {
      width: 100%;
      margin-top: 50px; } }
  .contact .img img {
    width: 100%; }
.contact .text {
  width: 47%; }
  @media (max-width: 767px) {
    .contact .text {
      width: 100%; } }
  .contact .text .para {
    font-size: 22px;
    line-height: 32px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .contact .text .para {
        font-size: 18px; } }
  .contact .text .form_data .input_field {
    width: 100%;
    margin-bottom: 25px; }
    .contact .text .form_data .input_field input {
      width: 100%;
      font-size: 14px;
      padding: 15px 10px;
      color: #2A2A2A;
      margin-top: 6px;
      outline: 0;
      border-radius: 7px;
      background-color: #f5f5f5;
      border: 2px solid transparent; }
      .contact .text .form_data .input_field input:focus {
        outline: 0;
        border: 2px solid var(--primary_color) !important; }
    .contact .text .form_data .input_field input::placeholder {
      opacity: 0.6;
      font-size: 18px;
      font-family: "Montserrat-Medium";
      color: var(--secondary_color); }

.footer {
  background-color: #2D2D2D; }
  .footer .footer_section .footer_img {
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer .footer_section .footer_img img:first-child {
      padding-right: 40px; }
  .footer .footer_section h5 {
    opacity: .8;
    font-size: 18px;
    color: var(--color_white);
    font-family: "Montserrat-Regular";
    line-height: 30px;
    text-align: center; }
    @media (max-width: 767px) {
      .footer .footer_section h5 {
        font-size: 16px;
        line-height: 26px; } }
  .footer .footer_section h6 {
    opacity: .8;
    font-size: 18px;
    color: var(--color_white);
    font-family: "Montserrat-Light";
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .footer .footer_section h6 {
        font-size: 16px;
        line-height: 26px; } }

/*# sourceMappingURL=index.css.map */
/*
.img-banner {
  display: none !important;
}

@media (min-width: 1981px) {
  .banner-desktop {
    display: block !important;
  }
}

@media (min-width: 769px) and (max-width: 1980px) {
  .banner-laptop {
    display: block !important;
  }
}
*/

.banner-mobile {
  display: none !important;
}

.banner-desktop {
  display: block !important;
}

@media (max-width: 768px) {
  .banner-mobile {
    display: block !important;
  }

  .banner-desktop {
    display: none !important;
  }

  .banner .slider .item img {
    width: 100%;
    height: 80%;
    object-fit: cover;
  }
}
