@media screen and (min-width: 1900px) {
    .officelocationMain {
      height: 800px;
    }
  }
  @media screen and (min-width: 1600px) {
    .culture-main-box .container {
      width: 80%;
      margin: auto;
    }
  }
  p {
    margin-bottom: 1rem;
  }
  
  #back_to_top {
    background: #939598;
    width: 44px;
    height: 40px;
    position: fixed;
    right: 140px;
    bottom: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: translateY(60px);
  }
  #back_to_top:after {
    content: "";
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-135deg);
    margin: 8px 0 0;
  }
  #back_to_top:hover {
    background: #3b95d1;
  }
  #back_to_top.show {
    transform: translateY(0px);
  }
  
  .top {
    padding: 4px 0;
  }
  .top .container {
    width: 96%;
  }
  .top .row {
    align-items: center;
  }
  .top p {
    font-size: 10px;
  }
  .top .left {
    text-align: left;
  }
  .top .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .top .right a {
    display: flex;
    align-items: center;
    margin: 0 0px 0 14px;
  }
  .top .right a:hover {
    color: #fff;
  }
  .top img {
    width: 16px;
  }
  .top .call-number-icon img {
    display: none;
  }
  .top .call-number-icon span {
    display: block;
  }
  @media screen and (max-width: 1024px) {
    .top .call-number-icon img {
      display: block;
    }
    .top .call-number-icon span {
      display: none;
    }
  
  }
  @media screen and (max-width: 768px) {
    .top .container {
      width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .top .right a {
      display: flex;
      align-items: center;
      margin: 0 0px 0 8px;
    }
  }
  @media screen and (max-width: 300px) {
    .top .left {
      width: 200px;
    }
    .top .right {
      width: 80px;
    }
  }
  
  .topnv-main {
    background-color: #fff;
  }
  .topnv-main .container {
    width: 96%;
  }
  .topnv-main .topnv {
    padding: 0;
  }
  .topnv-main .row > div:first-child {
    display: flex;
    align-items: center;
  }
  .topnv-main .row > div:first-child img:first-child {
    width: 140px;
  }
  .topnv-main .row > div:first-child img:last-child {
    width: 125px;
  }
  .topnv-main .row > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .topnv-main .row > div:nth-child(2) .nav-item a:after {
    content: "";
    background-color: #939598;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -11px;
    top: 16px;
  }
  .topnv-main .row > div:last-child {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
  }
  .topnv-main .topnv-right {
    padding-right: 0;
  }
  .topnv-main .topnv-right li {
    margin: 0 10px;
  }
  .topnv-main .nav-item a {
    padding: 10px 15px;
    color: #939598;
    margin-top: 0px;
    text-transform: uppercase;
    position: relative;
  }
  .topnv-main .nav-item a img {
    width: 20px;
  }
  .topnv-main .nav-item a.active, .topnv-main .nav-item a:hover {
    color: #3b95d1;
  }
  .topnv-main .nav-item:last-child a {
    padding: 10px 18px;
  }
  .topnv-main .nav-item:last-child a:after {
    content: "";
    display: none;
  }
  @media screen and (max-width: 1600px) {
    .topnv-main .nav-item a {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 1300px) {
    .topnv-main .row > div:nth-child(2) .nav-item a:after {
      content: "";
      top: 15px;
    }
    .topnv-main .nav-item a {
      font-size: 12px;
    }
  }
  @media screen and (max-width: 1024px) {
    .topnv-main .nav-item a {
      font-size: 11px;
      padding: 10px !important;
    }
  }
  @media screen and (max-width: 768px) {
    .topnv-main .container {
      width: 100%;
    }
    .topnv-main .topnv {
      padding: 3px 0;
    }
    .topnv-main .topnv > div {
      justify-content: space-between;
    }
    .topnv-main .topnv-right {
      padding-right: 12px;
      margin-left: auto;
    }
    .topnv-main .topnv-right li {
      margin: 0 3px;
    }
    .topnv-main .nav-item a img {
      width: 16px;
    }
    .topnv-main .nav-item .srch-box input[type=submit] {
      width: 16px;
      height: 16px;
    }
  }
  @media screen and (max-width: 300px) {
    .topnv-main .row > div:first-child {
      padding-right: 0;
    }
    .topnv-main .topnv-right li:first-child {
      display: none;
    }
  }
  
  .divdr {
    padding: 8px;
  }
  
  .enquire {
    padding: 0 5px;
  }
  .enquire a {
    padding: 10px 22px;
  }
  
  .sidenav {
    background-image: url("../images/menu.jpg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #989c9d;
    z-index: 9999;
  }
  
  .down-arrow {
    position: relative;
    display: none;
  }
  .down-arrow img {
    position: absolute;
    right: calc((100vw - 1100px) / 2);
    top: -60px;
  }
  @media screen and (max-width: 1600px) {
    .down-arrow img {
      right: calc((100vw - 920px) / 2);
      top: -50px;
      width: 34px;
    }
  }
  @media screen and (max-width: 768px) {
    .down-arrow img {
      right: 20px;
      width: 24px;
    }
  }
  
  .home-video-wrp {
    width: 100%;
    height: calc(100vh - 100px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-video-wrp iframe {
    width: 100%;
    height: 170%;
    position: relative;
    z-index: -1;
  }
  
  .know-us-video-wrp {
    width: 100%;
    height: calc(100vh - 170px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .know-us-video-wrp iframe {
    width: 100%;
    height: 200%;
    position: relative;
    z-index: -1;
  }
  
  .owl-nav-wrp .owl-nav [class*=owl-] {
    background-color: #1a1a1a;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 1px 8px 14px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    margin: 0;
    padding: 0;
    font-size: 0px;
    opacity: 1 !important;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:before {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:after {
    content: "";
    border: solid #fff;
    border-width: 0 1px 0px 0;
    display: inline-block;
    padding: 8px;
    position: absolute;
    transition: all 0.3s ease;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:not(.disabled):hover {
    background-color: #3b95d1;
  }
  .owl-nav-wrp .owl-nav .owl-prev {
    left: 4%;
  }
  .owl-nav-wrp .owl-nav .owl-prev:after {
    margin: 0px -6px -5px 0px;
    right: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%) rotate(55deg);
  }
  .owl-nav-wrp .owl-nav .owl-next {
    right: 4%;
  }
  .owl-nav-wrp .owl-nav .owl-next:after {
    margin: 2px 0 0px 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-55deg);
  }
  .owl-nav-wrp .owl-nav .disabled {
    opacity: 0 !important;
  }
  .owl-nav-wrp.white-btn .owl-nav [class*=owl-] {
    background-color: #fff;
    box-shadow: 0px 4px 20px 3px #ffffff85;
  }
  .owl-nav-wrp.white-btn .owl-nav [class*=owl-]:before {
    content: "";
    background-color: #555;
  }
  .owl-nav-wrp.white-btn .owl-nav [class*=owl-]:after {
    content: "";
    border: solid #555;
    border-width: 0 1px 0px 0;
  }
  .owl-nav-wrp.white-btn .owl-nav [class*=owl-]:not(.disabled):hover:before {
    background-color: #fff;
  }
  .owl-nav-wrp.white-btn .owl-nav [class*=owl-]:not(.disabled):hover:after {
    border: solid #fff;
    border-width: 0 1px 0px 0;
  }
  @media screen and (max-width: 768px) {
    .owl-nav-wrp .owl-nav [class*=owl-] {
      transform: scale(0.9);
    }
  }
  @media screen and (max-width: 480px) {
    .owl-nav-wrp .owl-nav [class*=owl-] {
      transform: translateY(-40%) scale(0.7);
    }
  }
  
  .carousel-control-prev-icon {
    background-image: none;
    background-color: #939598;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 1px 15px 38px 5px #b9b9b9;
  }
  .carousel-control-prev-icon:before {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }
  .carousel-control-prev-icon:after {
    content: "";
    border: solid #fff;
    border-width: 0 1px 0px 0;
    display: inline-block;
    padding: 8px;
    position: absolute;
    transition: all 0.3s ease;
    margin: 0px -6px -5px 0px;
    right: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%) rotate(55deg);
  }
  .carousel-control-prev-icon:not(.disabled):hover {
    background-color: #3b95d1;
  }
  
  .carousel-control-next-icon {
    background-image: none;
    background-color: #939598;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 1px 15px 38px 5px #b9b9b9;
    position: relative;
  }
  .carousel-control-next-icon:before {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }
  .carousel-control-next-icon:after {
    content: "";
    border: solid #fff;
    border-width: 0 1px 0px 0;
    display: inline-block;
    padding: 8px;
    position: absolute;
    transition: all 0.3s ease;
    margin: 2px 0 0px 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-55deg);
  }
  .carousel-control-next-icon:not(.disabled):hover {
    background-color: #3b95d1;
  }
  
  .cmn-slider .slick-next.slick-arrow, .cmn-slider .slick-prev.slick-arrow {
    background-color: #939598;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 1px 15px 38px 5px #b9b9b9;
    cursor: pointer;
  }
  .cmn-slider .slick-next.slick-arrow:before, .cmn-slider .slick-prev.slick-arrow:before {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }
  .cmn-slider .slick-next.slick-arrow:after, .cmn-slider .slick-prev.slick-arrow:after {
    content: "";
    border: solid #fff;
    border-width: 0 1px 0px 0;
    display: inline-block;
    padding: 8px;
    position: absolute;
    transition: all 0.3s ease;
  }
  .cmn-slider .slick-next.slick-arrow:not(.disabled):hover, .cmn-slider .slick-prev.slick-arrow:not(.disabled):hover {
    background-color: #3b95d1;
  }
  .cmn-slider .slick-next.slick-arrow.slick-disabled, .cmn-slider .slick-prev.slick-arrow.slick-disabled {
    display: none !important;
  }
  .cmn-slider .slick-next.slick-arrow img, .cmn-slider .slick-prev.slick-arrow img {
    width: 0;
  }
  @media screen and (max-width: 767px) {
    .cmn-slider .slick-next.slick-arrow, .cmn-slider .slick-prev.slick-arrow {
      width: 36px;
      height: 36px;
    }
    .cmn-slider .slick-next.slick-arrow:before, .cmn-slider .slick-prev.slick-arrow:before {
      width: 18px;
    }
    .cmn-slider .slick-next.slick-arrow:after, .cmn-slider .slick-prev.slick-arrow:after {
      padding: 5px;
    }
  }
  
  .cmn-slider .slick-next.slick-arrow:after {
    margin: 2px 0 0px 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-55deg);
  }
  @media screen and (max-width: 767px) {
    .cmn-slider .slick-next.slick-arrow:after {
      margin: 1px 0 0px 1px;
    }
  }
  
  .cmn-slider .slick-prev.slick-arrow:after {
    margin: 0px -6px -5px 0px;
    right: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%) rotate(55deg);
  }
  @media screen and (max-width: 767px) {
    .cmn-slider .slick-prev.slick-arrow:after {
      margin: 0px -3px -3px 0px;
    }
  }
  
  /****************************************************** Animation Start */
  .anim_r_t_l_wrp {
    transform: translateX(10%);
    opacity: 0;
  }
  
  .anim_r_t_l {
    animation: anim_r_t_l 2s ease forwards;
  }
  
  @keyframes anim_r_t_l {
    0% {
      transform: translateX(10%);
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  .anim_l_t_r_wrp {
    transform: translateX(-10%);
    opacity: 0;
  }
  
  .anim_l_t_r {
    animation: anim_l_t_r 2s ease forwards;
  }
  
  @keyframes anim_l_t_r {
    0% {
      transform: translateX(-10%);
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  .anim_t_t_b_wrp {
    transform: translateY(-10%);
    opacity: 0;
  }
  
  .anim_t_t_b {
    animation: anim_t_t_b 2s ease forwards;
  }
  
  @keyframes anim_t_t_b {
    0% {
      transform: translateY(-10%);
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  .anim_b_t_t_wrp {
    transform: translateY(10%);
    opacity: 0;
  }
  
  .anim_b_t_t {
    animation: anim_b_t_t 2s ease forwards;
  }
  
  @keyframes anim_b_t_t {
    0% {
      transform: translateY(10%);
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  .anim_t_t_t_wrp {
    transform: translateY(-10%);
    opacity: 0;
  }
  
  .anim_t_t_t {
    animation: anim_t_t_t 2s ease forwards;
  }
  
  @keyframes anim_t_t_t {
    0% {
      transform: translateY(-10%);
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  /****************************************************** Animation End */
  .loader {
    display: none;
  }
  .loader.active {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  @media screen and (max-width: 1023px) {
    .mob-dropdown {
      flex-wrap: wrap;
      height: 50px;
      overflow: hidden;
      flex-direction: column;
      align-items: flex-start;
      transition: all 1s ease;
      width: 100%;
      position: relative;
    }
    .mob-dropdown:before {
      content: attr(data-before);
      font-family: "FUTURAL_1";
      width: 100%;
      height: 50px;
      text-align: left;
      font-size: 1rem;
      background: transparent;
      color: #3b95d1;
      text-transform: uppercase;
      padding: 15px 10px;
      border-top: 1px solid #3b95d1;
    }
    .mob-dropdown:before span {
      font-weight: 400;
      display: block;
      padding: 0 0 10px;
      border-bottom: 2px solid transparent;
      margin: 0 2.4rem;
      color: #969696;
      position: relative;
      font-size: 1rem;
      border-bottom: 1px solid #000;
      width: 100%;
      text-align: center;
      padding: 5px 0;
    }
    .mob-dropdown:after {
      content: "";
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 7px solid #3b95d1;
      position: absolute;
      right: 20px;
      top: 22px;
      margin: auto;
      transition: all 1s ease;
      transform-origin: center;
    }
    .mob-dropdown.open {
      height: auto;
    }
    .mob-dropdown.open:after {
      transform: rotate(180deg);
    }
  }
  @media screen and (max-width: 1023px) {
    .mob-dropdown .tab {
      margin: 0 0.9rem;
    }
    .mob-dropdown .tab.tab.active:before, .mob-dropdown .tab.tab.active:after {
      content: "";
      display: none;
    }
  }
  
  @media screen and (max-width: 768px) {
    .accordion .accordion-section-title {
      display: block;
      position: relative;
      transition: all 0.5s ease;
    }
    .accordion .accordion-section-title:after {
      content: "";
      font-size: 18px;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 7px solid #3b95d1;
    }
    .accordion .accordion-section-title.active:after {
      transform: rotate(180deg);
    }
    .accordion .accordion-section-content {
      display: none;
    }
    .accordion.accordion-1 .accordion-section-title {
      font-weight: 700;
    }
  }
  
  .main-menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    height: 100vh;
    max-width: 780px;
    padding: 90px 90px 30px;
    transform: translateX(780px);
    transition: all 0.4s ease;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .main-menu.active {
    transform: translateX(0px);
  }
  .main-menu .accordion-section-title, .main-menu .tab-link {
    text-transform: uppercase;
    color: #555;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 18px 15px;
  }
  .main-menu .accordion-section-title:after, .main-menu .tab-link:after {
    display: none !important;
    color: #fff;
    font-weight: 100;
    font-size: 28px;
    top: 53%;
  }
  .main-menu .accordion-section-title img, .main-menu .tab-link img {
    transform: translateY(-2px);
    margin-right: 30px;
  }
  .main-menu .accordion-section-title sup, .main-menu .tab-link sup {
    padding-right: 5px;
  }
  .main-menu .accordion-section-title:hover, .main-menu .tab-link:hover {
    color: #3b95d1;
  }
  .main-menu .tab-link:after {
    display: none;
  }
  .main-menu .accordion-section:last-child .accordion-section-title {
    border-bottom: 0;
  }
  .main-menu .accordion-section-content a {
    display: block;
    color: rgba(255, 255, 255, 0.4);
    width: 100%;
    padding: 6px 0 6px 76px;
    border-bottom: 1px solid rgba(239, 239, 239, 0.06);
  }
  .main-menu .accordion-section-content.open {
    padding: 0;
  }
  .main-menu .close-btn {
    position: absolute;
    right: 22px;
    top: 18px;
    color: #555;
    cursor: pointer;
    font-size: 20px;
  }
  @media screen and (max-width: 1450px) {
    .main-menu {
      max-width: 650px;
      padding: 90px 50px 30px;
      transform: translateX(690px);
    }
    .main-menu .accordion-section-title, .main-menu .tab-link {
      font-size: 16px;
      padding: 15px 10px;
    }
  }
  @media screen and (max-width: 1024px) {
    .main-menu {
      right: 0;
    }
  }
  
  .home-banner-slider:after {
    content: "";
    /* background-image: url("../images/homepage_banner_00.jpg"); */
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .home-banner-slider .owl-stage-outer {
    position: relative;
    z-index: 1;
  }
  .home-banner-slider .item {
    background-size: cover;
    background-position: center;
    height: calc(100vh - 146px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .home-banner-slider .item.lazyloaded.item0 {
    background-image: url("../images/homepage_banner_00.png");
  }
  .home-banner-slider .item.lazyloaded.item1 {
    background-image: url("../images/homepage_banner_01.jpg");
  }
  .home-banner-slider .item.lazyloaded.item2 {
    background-image: url("../images/homepage_banner_02.jpg");
  }
  .home-banner-slider .item.lazyloaded.item3 {
    background-image: url("../images/homepage_banner_03.webp");
  }
  .home-banner-slider .item.lazyloaded.item4 {
    background-image: url("../images/homepage_banner_04.webp");
  }
  .home-banner-slider .item a{
    display: block;
    width: 100%;
    height: 100%;
  }
  @media screen and (max-width: 1600px) {
    .home-banner-slider .item {
      max-height: 450px;
    }
  }
  @media screen and (max-width: 1024px) {
    .home-banner-slider .item {
      max-height: 310px;
    }
  }
  @media screen and (max-width: 768px) {
    .home-banner-slider .item {
      max-height: none;
      height: 100vh;
    }
    .home-banner-slider .item.lazyloaded.item0 {
      background-image: url("../images/homepage_banner_00_mobile.png");
    }
    .home-banner-slider .item.lazyloaded.item1 {
      background-image: url("../images/homepage_banner_01_mobile.jpg");
    }
    .home-banner-slider .item.lazyloaded.item2 {
      background-image: url("../images/homepage_banner_02_mobile.jpg");
    }
    .home-banner-slider .item.lazyloaded.item3 {
      background-image: url("../images/homepage_banner_03_mobile.webp");
    }
    .home-banner-slider .item.lazyloaded.item4 {
      background-image: url("../images/homepage_banner_04_mobile.webp");
    }
  }
  @media screen and (max-width: 767px) {
    .home-banner-slider .item {
      height: calc(100vh - 116px);
    }
  }
  @media screen and (max-width: 1024px) {
    .home-banner-slider.owl-carousel .owl-nav.disabled + .owl-dots {
      bottom: 5px;
    }
    .home-banner-slider.owl-carousel .owl-dots .owl-dot span {
      border: 1px solid #2175a7;
    }
    .home-banner-slider.owl-carousel .owl-dots .owl-dot.active span, .home-banner-slider.owl-carousel .owl-dots .owl-dot:hover span {
      background: #f58940;
      border: 1px solid #f58940;
    }
  }
  @media screen and (max-width: 768px) {
    .home-banner-slider:after {
      content: "";
      /* background-image: url("../images/homepage_banner_00_mobile.png"); */
      height: 100vh;
    }
  }
  @media screen and (max-width: 767px) {
    .home-banner-slider:after {
      content: "";
      height: calc(100vh - 116px);
    }
  }
  
  .banner-tab {
    margin-top: -43px;
  }
  .banner-tab .nav-item .nav-link {
    background: #fff;
    color: #555;
    padding: 13px 60px 11px;
    font-size: 16px;
    border-bottom: 2px solid #fff;
  }
  .banner-tab .nav-item .nav-link:after {
    content: "";
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0 0 2px 8px;
  }
  .banner-tab .nav-item .nav-link.active {
    border-bottom-color: #e06710;
  }
  .banner-tab .nav-item:first-child .nav-link {
    border-radius: 8px 0 0 0;
  }
  .banner-tab .nav-item:last-child .nav-link {
    border-radius: 0 8px 0 0;
  }
  
  /* Whatsapp Start*/
  .whatsapp {
    position: fixed;
    right: 25px;
    bottom: 80px;
    z-index: 9999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100px);
    animation: whatsapp 1s ease 2s forwards;
  }
  
  @keyframes whatsapp {
    0% {
      transform: translateX(100px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  .whatsapp:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
  }
  
  .whatsapp:after {
    content: "";
    background: rgba(38, 25, 17, 0.7);
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: -2;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    animation: whatsapp-after 1s ease infinite;
  }
  
  @keyframes whatsapp-after {
    0% {
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      left: -50%;
      right: -50%;
      opacity: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .whatsapp {
      bottom: 65px;
    }
  }
  /* Whatsapp End*/
  /****************************************************************/
  .crsl-slider .slick-slide {
    transition: all 0.8s ease 0.2s;
    opacity: 0;
  }
  .crsl-slider .slick-slide.slick-active {
    opacity: 1;
  }
  
  /****************************************************************/
  .contact-main-banner .item {
    background: linear-gradient(#fbfbfb, #dcdcdd);
    background-size: cover;
    background-position: center;
    height: calc(78vh - 146px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .contact-main-banner .item.item1 {
    background-image: url("../images/contact-page-banner.jpg");
  }
  @media screen and (max-width: 767px) {
    .contact-main-banner .item {
      height: calc(40vh - 116px);
    }
  }
  .contact-main-banner .imhere {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
  }
  .contact-main-banner .imhere p {
    font-size: 6rem;
    margin-bottom: 20px;
  }
  .contact-main-banner .wave.wave-white {
    background-image: url("../images/wave_white.png");
    margin: 0vh 0 -20vh;
  }
  .contact-main-banner .carousel-control-next,
  .contact-main-banner .carousel-control-prev {
    display: none;
  }
  @media screen and (max-width: 1600px) {
    .contact-main-banner .imhere {
      font-size: 2.6rem;
    }
    .contact-main-banner .imhere p {
      font-size: 3.7rem;
    }
  }
  @media screen and (max-width: 768px) {
    .contact-main-banner .imhere {
      font-size: 1.6rem;
    }
    .contact-main-banner .imhere p {
      font-size: 2.2rem;
    }
  }
  
  .contact-wrp {
    background-image: url("../images/logo-transparent.png");
    background-position: 56vw 40px;
    background-repeat: no-repeat;
    background-size: 43vw;
  }
  @media screen and (min-width: 1200px) {
    .contact-wrp .container {
      width: 1400px;
    }
  }
  .contact-wrp h2 {
    font-family: "Futura MdCn BT";
    text-transform: uppercase;
    font-size: 48px;
    color: #3b95d1;
    line-height: 48px;
    text-align: center;
    margin: 4vw 0 0px;
  }
  @media screen and (max-width: 1600px) {
    .contact-wrp h2 {
      font-size: 38px;
      line-height: 38px;
    }
  }
  @media screen and (max-width: 1024px) {
    .contact-wrp h2 {
      font-size: 28px;
      line-height: 28px;
    }
  }
  @media screen and (max-width: 480px) {
    .contact-wrp h2 {
      font-size: 22px;
      line-height: 22px;
    }
  }
  .contact-wrp h3 {
    font-family: "Futura MdCn BT";
    text-transform: uppercase;
    font-size: 30px;
    color: #555;
    line-height: 30px;
    text-align: center;
    margin: 40px 0 10px;
    width: 100%;
  }
  @media screen and (max-width: 1600px) {
    .contact-wrp h3 {
      font-size: 28px;
      margin: 40px 0 0px;
    }
  }
  @media screen and (max-width: 768px) {
    .contact-wrp h3 {
      font-size: 22px;
    }
  }
  @media screen and (max-width: 767px) {
    .contact-wrp h3 {
      font-size: 16px;
    }
  }
  .contact-wrp .country-wrp > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-wrp .country-wrp > div > div {
    background: #fff;
    width: 23%;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 24px;
    margin-right: 2%;
  }
  .contact-wrp .country-wrp > div > div:nth-child(5n) {
    margin-right: 0;
  }
  .contact-wrp .country-wrp > div > div .p1 {
    font-size: 16px;
    color: #3b95d1;
    font-family: "futura-bt-medium";
  }
  .contact-wrp .country-wrp > div > div address {
    font-family: "Futura MdCn BT";
    font-size: 18px;
    color: #555;
  }
  .contact-wrp .country-wrp > div > div address a {
    color: #555;
  }
  .contact-wrp .country-wrp > div > div address .orange-color {
    color: #e06710;
  }
  .contact-wrp .map-wrp > div {
    width: 80%;
    height: 80vh;
    margin: 30px auto 0;
  }
  .contact-wrp .map-wrp iframe {
    width: 100%;
    height: 100%;
  }
  @media screen and (max-width: 1024px) {
    .contact-wrp .country-wrp > div > div {
      width: 38%;
      margin: 2%;
    }
    .contact-wrp .country-wrp > div > div:nth-child(5n) {
      margin: 2%;
    }
  }
  @media screen and (max-width: 767px) {
    .contact-wrp .country-wrp > div > div {
      width: 100%;
      margin: 0 0 20px;
    }
    .contact-wrp .country-wrp > div > div:nth-child(5n) {
      margin: 0%;
    }
    .contact-wrp .map-wrp > div {
      width: 90%;
      height: 70vh;
      margin: 10px auto 0;
    }
  }
  
  .contact-page-bg.officelocationMain {
    background-image: url("../images/detail-page-bg.jpg");
    height: 42vw;
    background-position: center -12vw;
  }
  @media screen and (max-width: 767px) {
    .contact-page-bg.officelocationMain {
      height: 56vw;
      background-position: center 0vw;
    }
  }
  
  /****************************************************************/
  .fancy-popup-not-active {
    display: none;
  }
  
  .fancybox-can-swipe .fancybox-content .cmn-pra p {
    margin-bottom: 20px;
  }
  @media screen and (max-width: 1024px) {
    .fancybox-can-swipe .fancybox-content {
      width: 90%;
      padding: 30px;
    }
  }
  
  .fancybox-container .management-list {
    font-family: "FUTURAL_1";
    padding: 6px 0;
    font-size: 14px;
    position: relative;
  }
  .fancybox-container .management-list:before {
    background: #3b95d1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 10px;
  }
  @media screen and (max-width: 1024px) {
    .fancybox-container .management-list {
      font-size: 13px;
      padding: 6px 0;
    }
  }
  
  .enquire a:hover, .enquire .sbt-btn:hover {
    background: #3c95d0 !important;
    box-shadow: 0 5px 10px #3c95d0 !important;
  }
  
  .tab button {
    color: #555555;
  }
  
  .srch-box input[type=submit] {
    background-size: cover;
    width: 20px;
    height: 20px;
  }
  
  .subProjectTab > div > div {
    justify-content: center;
    margin: 0;
  }
  .subProjectTab > div > div.owl-carousel .owl-stage {
    margin: auto;
  }
  @media screen and (max-width: 768px) {
    .subProjectTab > div > div {
      margin: 0;
    }
  }
  
  .block {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
  }
  
  .img-parallax {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 49.5928%;
    transform: translate(-50%, -49.5928%);
    pointer-events: none;
    transition: none;
  }
  
  .disclaimer-content-wrp.decs {
    width: 100%;
    text-align: left;
  }
  .disclaimer-content-wrp .disclaimer-heading {
    font-size: 22px;
    font-family: "Futura MdCn BT";
    font-weight: normal;
    padding: 10px 0 10px;
  }
  .disclaimer-content-wrp .disclaimer-content {
    font-size: 14px;
  }
  
  .sitemp-content {
    width: 90%;
    padding: 40px 0 40px calc(15% + 20px);
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .sitemp-content div {
    width: 40%;
  }
  
  .sitemp-content ul li {
    font-weight: 400;
    list-style-type: square;
    margin-bottom: 8px;
    line-height: 22px;
    list-style-position: outside;
    margin-left: 20px;
  }
  
  .sitemp-content ul li a {
    color: #555;
  }
  
  .sitemp-content > div > ul > li {
    font-weight: 700;
  }
  
  .sitemp-content > div > ul > li > a {
    color: #3b95d1;
    margin-bottom: 5px;
    display: block;
  }
  
  .sitemp-content > div > ul > li ul li a, ul.sub_01 a {
    margin-bottom: 5px;
    display: block;
  }
  
  .sitemp-content {
    margin: 0;
    padding-left: 0;
    width: 100%;
    /*text-align: center;*/
  }
  
  .popup-wrp {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .popup-wrp.thank-you-popup {
    text-align: center;
  }
  .popup-wrp > div {
    max-width: 90%;
    width: 430px;
    border-radius: 10px;
    position: relative;
    background: #fff;
    padding: 20px 10px;
  }
  .popup-wrp .icon {
    width: auto;
    margin: 0 0 20px;
  }
  .popup-wrp h2 {
    font-family: "Futura MdCn BT";
    text-transform: uppercase;
    color: #f3893d;
    font-size: 32px;
    margin-top: 10px;
  }
  .popup-wrp h2:before {
    content: "";
    right: 0;
    margin: auto;
  }
  .popup-wrp .p1 {
    font-family: "futura-bt-medium";
    font-size: 16px;
    color: #3b95d1;
    margin: 0;
  }
  .popup-wrp hr {
    border-top: 1px solid #555;
    width: 80%;
    margin: 10px auto;
  }
  .popup-wrp .p2 {
    font-family: "futura-bt-medium";
    font-size: 12px;
    color: #555;
    padding: 0 40px;
    line-height: 16px;
    margin: 0;
  }
  .popup-wrp .close-btn {
    color: #000;
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
    font-size: 20px;
  }
  @media screen and (max-width: 480px) {
    .popup-wrp > div {
      padding: 60px 30px;
    }
    .popup-wrp .icon {
      width: 40px;
      margin: 0 0 14px;
    }
    .popup-wrp h2 {
      font-size: 36px;
      line-height: 36px;
    }
    .popup-wrp .p1 {
      font-size: 17px;
    }
    .popup-wrp hr {
      width: 74%;
    }
    .popup-wrp .p2 {
      font-size: 10px;
      padding: 0 20px;
      line-height: 14px;
    }
  }
  
  .popup-wrp.active {
    display: flex;
  }
  
  .popup-wrp img {
    width: 100%;
  }
  
  @media screen and (max-width: 1600px) {
    body {
      font-size: 13px;
    }
  
    .enquire a, .enquire .sbt-btn {
      font-size: 15px;
      padding: 12px 20px 10px;
    }
  
    .projDesc h3 {
      font-size: 1.3rem;
    }
  
    .copyright {
      padding: 60px 0 50px !important;
    }
  }
  @media screen and (max-width: 1024px) {
    .enquire a, .enquire .sbt-btn {
      font-size: 12px;
      padding: 10px 16px 9px;
    }
  }
  @media screen and (max-width: 768px) {
    .top .row {
      flex-wrap: nowrap;
    }
  
    .top p {
      font-size: 0.6rem;
    }
  
    .topnv-main .row > div {
      width: auto;
    }
  
    .topnv-main .row > div:first-child img:last-child {
      width: 90px;
    }
  
    .topnv-main .row > div:nth-child(2) {
      display: none;
    }
  
    .enquire a, .enquire .sbt-btn {
      font-size: 12px;
      padding: 9px 16px 8px;
    }
  
    .decs {
      font-size: 16px;
      width: 100%;
      margin-bottom: 10px;
    }
  
    .officelocationMain {
      height: 300px;
      background-size: cover;
    }
  
    .officelocationMain.listing-page-bg {
      height: 500px;
    }
  
    .sitemp-content div {
      width: 50%;
    }
  }
  @media screen and (max-width: 480px) {
    .officelocationMain.listing-page-bg {
      height: 360px;
      margin-top: -170px;
    }
  
    .sitemp-content div {
      width: 90%;
      margin: auto;
    }
  }
  .project-documents {
    padding: 20vh 0;
  }
  @media screen and (max-width: 480px) {
    .project-documents {
      padding: 10vh 0;
    }
  }
  
  .project-documents-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .project-documents-list > div {
    background: #fff;
    width: 23%;
    padding: 15px 22px;
    margin: 24px 2.6% 24px 0 !important;
    border-radius: 8px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
  }
  .project-documents-list > div:nth-child(4n) {
    margin-right: 0 !important;
  }
  .project-documents-list > div a {
    font-family: "futura-bt-medium";
    font-size: 20px;
    color: #555;
    width: 80%;
    line-height: 20px;
  }
  .project-documents-list > div p {
    font-family: "Futura MdCn BT";
    font-size: 22px;
    color: #939598;
    margin: 8px 0 0;
  }
  @media screen and (max-width: 1600px) {
    .project-documents-list > div {
      margin: 14px 2.6% 14px 0 !important;
    }
  }
  @media screen and (max-width: 1024px) {
    .project-documents-list > div {
      width: 31%;
      margin: 14px 3.5% 14px 0 !important;
    }
    .project-documents-list > div:nth-child(4n) {
      margin-right: 3.5% !important;
    }
    .project-documents-list > div:nth-child(3n) {
      margin-right: 0 !important;
    }
    .project-documents-list > div a {
      font-size: 18px;
      line-height: 18px;
    }
    .project-documents-list > div p {
      font-size: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .project-documents-list > div {
      width: 48%;
      margin: 8px 4% 8px 0 !important;
    }
    .project-documents-list > div:nth-child(4n), .project-documents-list > div:nth-child(3n) {
      margin-right: 4% !important;
    }
    .project-documents-list > div:nth-child(2n) {
      margin-right: 0 !important;
    }
    .project-documents-list > div a {
      font-size: 15px;
      line-height: 15px;
    }
    .project-documents-list > div p {
      font-size: 17px;
      margin: 6px 0 0;
    }
  }
  @media screen and (max-width: 480px) {
    .project-documents-list > div {
      width: 100%;
      margin-right: 0 !important;
    }
    .project-documents-list > div:nth-child(4n), .project-documents-list > div:nth-child(3n) {
      margin-right: 0 !important;
    }
  }
  .collapsFooter {

    left: 1rem !important;

}

@media only screen and (max-width: 620px) {
.project360-wrap.openroom-logo {
    top: calc(30% - -92px) !important;
}
	.project360-wrap.lr-animated-logo {
    top: calc(30% - -19px) !important;
}
	
}
  /*# sourceMappingURL=common.css.map */