.container {
  max-width: 73.958vw;
  margin: 0 auto;
  padding: 0 0;
  width: 100%;
}

@media (max-width:1899px) {}

@media (max-width:1799px) {}

@media (max-width:1699px) {}
@media (max-width:1439px) {}
@media (max-width:1279px) {}

@media (max-width:1199px) {
  .header {
      padding: 20px 0;
  }
  .container {
      max-width: 100%;
      padding: 0 30px;
  }
  .logo img {
      width: 120px;
  }
  .nav-manu ul li {
      margin: 0 0 0 0px;
      font-size: 16px;
      line-height: 1;
  }
  .header-right.nav-manu li {
      margin-left: 15px;
  }
  .header-right ul li::after {
      left: -9px;
  }
  .header-right::before {
    display: none;
  }
  .header-right {
      padding-right: 50px;
      padding-top: 7px;
  }
    /************ // MOBILE MENU CSS START HERE // ***********************/
    .main-nav .menu-bar {
      display: block;
    }

    .menu-bar {
        width: 37px;
        height: 17px;
        position: unset;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
        right: 0;
        top: 12px;
        z-index: 1111;
        position: absolute;
    }
   .menu-bar span {
       display: block;
       position: absolute;
       height: 3px;
       width: 100%;
       border-radius: 9px;
       opacity: 1;
       left: 0;
       -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
       transform: rotate(0deg);
       -webkit-transition: .25s ease-in-out;
       -moz-transition: .25s ease-in-out;
       -o-transition: .25s ease-in-out;
       transition: .25s ease-in-out;
       background: #fae650;
   }
   .menu-bar.in span{
       background: #000;
   }
   .menu-bar span:nth-child(2) {
       top: 7px;
   }
   .menu-bar span:nth-child(3) {
       top: 14px;
   }
   .mobile-menu .menu-bar span {
       transform: rotate(-45deg);
       top: 4px;
   }
   .mobile-menu .menu-bar span:nth-child(2) {
       top: 4px;
       transform: rotate(45deg);
   }
   .mobile-menu .menu-bar span:nth-child(3) {
       opacity: 0;
       visibility: hidden;
   }
   .mobile-menu .menu-bar {
      top: 15px;
      background: none;
      right: 0;
      position: absolute;
      width: 29px;
  }
   body.mobile-menu {
       position: fixed;
   }

    /*--*/
    .navigation {
        background: #1c366a;
        position: fixed;
        top: 0;
        padding-top: 0;
        right: -130%;
        width: 400px;
        height: 100%;
        z-index: 99;
        transition: .7s;
        -webkit-transition: .7s;
        -moz-transition: .7s;
        overflow-y: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 92px;
        margin: 0;
        display: block;
    }

    .navigation ul li a::after {
      display: none;
    }

    .open-menu .menu-bar {
      top: 28px;
      background: none;
      right: 15px;
      position: fixed;
    }

    body.open-menu .navigation {
      display: block;
      right: 0;
    }

    body.open-menu {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
    }

    .mobile-menu .navigation.in {
      right: 0;
      width: 100%;
    }

    body.open-menu::before {
      content: "";
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      height: 100%;
      z-index: 9;
      transition: all 0.4s;
    }

    .nav-manu {
      flex-wrap: wrap;
    }

    .navigation ul {
      display: block;
      width: 100%;
    }

    .navigation ul li {
      border-bottom: 1px #485e89 solid;
      margin: 0;
      padding: 0;
    }

    .navigation ul li:last-child {
      border-bottom: none;
    }

    .navigation ul li a {
        padding: 20px 20px;
        display: block;
        color: #fff;
    }

    .nav-manu ul li a::before {
      display: none;
    }

    .navigation ul li a:hover,
    .navigation ul li a:focus,
    .navigation ul li.current-menu-item a,
    .navigation ul li ul.sub-menu li a:hover {
        color: #000;
        background: #fadf16;
    }

    .navigation ul li ul.sub-menu li::before {
      display: none;
    }

    .navigation ul li ul.sub-menu li {
      padding: 0;
      font-size: 15px;
    }

    .navigation ul li ul.sub-menu {
      position: sticky;
      border: none;
      background: #000;
      width: 100%;
      transform: scale(1);
      display: none;
      padding: 0;
      opacity: 1;
      visibility: visible;
    }

    .navigation ul li ul.sub-menu li a {
      color: #ffffff;
      padding: 18.5px 30px;
      font-size: 16px;
      line-height: 1;
    }
    .navigation ul li.menu-outter.active ul.sub-menu {
      display: block;
    }
    .navigation ul li.menu-item-has-children.active ul.sub-menu {
      display: block;
    }
    .navigation ul li:hover .nav-arrow {
      border-color: #000;
    }
    .navigation ul li.menu-item-has-children {
      padding-right: 0;
      margin: 0;
    }
    .navigation ul li ul.sub-menu::before {
      display: none;
    }
    .navigation ul li ul.sub-menu li {
      border-bottom: none;
      border-top: 1px #6f8491 solid;
      background: #0a1e4e;
    }
    .navigation ul li ul.sub-menu li:hover {
      background-color: #0a1e4e;
    }
    .navigation .moblelogo {
      display: block;
      padding: 20px 20px;
      background: #fff;
    }
    .moblelogo img {
        max-width: 134px;
    }
    .navigation .menu-item-has-children>a::before {
      display: none;
    }
    .menu-item-has-children::before {
      display: none !important;
    }
    .navigation .menu-item-has-children::after {
      content: "\f107";
      font-family: 'FontAwesome';
      position: absolute;
      top: 0;
      left: auto;
      width: 50px;
      height: auto;
      transform: none;
      transition: 0.4s;
      border-bottom: none;
      border-left: none;
      border-top: none;
      margin-top: 0;
      opacity: 1;
      right: 0;
      text-align: center;
      padding: 18px 0;
      font-size: 22px;
      cursor: pointer;
      display: block;
    }
    .navigation ul li ul.sub-menu li::after {
      display: block;
    }

    .navigation ul li ul.sub-menu li:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
    .navigation ul li ul.sub-menu li:last-child {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
    .navigation ul li ul.sub-menu.in {
      position: static;
      max-width: 100%;
      top: 0;
      left: 0;
      padding: 0;
      display: block;
      opacity: 1;
      visibility: visible;
      box-shadow: none;
      width: 100%;
      transform: none;
      margin: 0;
    }
    .navigation ul li ul.sub-menu ul.sub-menu {
      padding-left: 0;
    }
    .navigation ul li ul.sub-menu li ul.sub-menu li a {
      color: #fff;
      padding-left: 50px;
    }

    .navigation ul li ul.sub-menu ul.sub-menu li {
      border-left: 0;
      background: #122b68;
    }
    .hero-home {
      height: calc(100vh - 76.86px);
  }
  .hero-content-info h1, .hero-content-info h2 {
      font-size: 40px;
      line-height: 55px;
      margin: 0;
  }
  .hero-content-info {
      max-width: 550px;
      margin: 0 auto;
  }
  .slider-btn-wrap {
      bottom: 30px;
      height: 20px;
  }
  .slider-btn-wrap .slick-arrow {
      width: 18px;
      height: 18px;
      margin-left: 15px;
      margin-top: 0px;
  }
  .whatsapp-icon {
      bottom: 20px;
      right: auto;
      left: 20px;
      height: 40px;
      width: 40px;
  }
  .whatsapp-icon img {
      max-height: 20px;
  }
  .slider-btn-wrap .d-flex {
      width: 80%;
      margin-left: auto;
      margin-right: 20px;
  }
  .about-top-left-col {
      width: 35%;
  }
  .about-top-left-col h2 {
      font-size: 30px;
      line-height: 30px;
  }
  p {
      margin-bottom: 10px;
      font-size: 16px;
  }
  .about-top-right-col p {
      font-size: 16px;
      line-height: 190%;
  }
  .about-top-right-col {
      width: 60%;
  }
  .about-section {
      padding: 40px 0;
  }
  .btn-block {
      margin-top: 20px;
  }
  .button {
      min-width: 154px;
      height: 41px;
      padding: 0 15px;
      border-radius: 50px;
      font-size: 14px;
  }
  .button span {
      margin-right: 5px;
  }
  .about-achievement-icon {
      width: 50px;
  }
  .about-achievement-info h4 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 10px;
  }
  .about-achievement-info p {
      font-size: 16px;
  }
  .about-achievement-item {
      border: 1px solid #CCB37C;
      box-shadow: 0px 4px 4.6px rgba(0, 0, 0, 0.25);
      border-radius: 20px;
      min-height: 130px;
      column-gap: 20px;
  }
  .about-achievement-wrap {
      column-gap: 30px;
      margin-top: 30px;
  }
  .about-col-4 {
      width: calc(33.33% - 30px);
  }
  .featured-project-section {
      padding: 40px 0;
  }
  .heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h5 {
      font-size: 25px;
      line-height: 30px;
      margin: 0 0 10px;
  }
  .heading img {
      width: 180px;
  }
  .featured-project-col-left {
      width: 50%;
  }
  .featured-project-col-right {
      width: 45%;
  }
  .featured-project-img,
  .featured-project-img img {
      border-radius: 20px 0px 20px 0px;
      height: auto;
  }
  .featured-project-logo {
      margin-bottom: 20px;
  }
  .featured-project-logo img {
      max-width: 180px;
  }
  .featured-project-info-dtls h3 {
      font-size: 25px;
      line-height: 30px;
      padding-right: 0;
      margin-bottom: 10px;
  }
  .featured-project-info-dtls p {
      font-size: 15px;
      line-height: 160%;
  }
  .amenities-section {
      padding: 40px 0px;
  }
  .amenities-section .heading h4 {
      font-size: 20px;
      line-height: 25px;
      margin: 20px auto 0;
      max-width: 470px;
  }
  .amenities-warpper {
      max-width: 90%;
      row-gap: 40px;
  }
  .amenities-col-4 {
      width: 25%;
      padding: 0 0px 0;
  }
  .amenities-col-info a {
      font-size: 16px;
      line-height: 23px;
  }
  .amenities-icon {
      width: 100px;
      height: 100px;
      margin: 0 auto 20px;
      border: 1px solid #C2A665;
  }
  .amenities-col-info svg {
      height: 45px;
  }
  .amenities-col-4:nth-child(2) .amenities-col-info svg {
      height: 35px;
  }
  .site-plan-section {
      padding: 40px 0 20px;
  }
  .heading {
      margin-bottom: 30px;
  }
  .site-plan-img-wrap img {
      border-radius: 35px;
  }
  .infrastructure-section {
      padding: 30px 0 20px;
  }
  .infrastructure-warpper {
      row-gap: 20px;
      column-gap: 10px;
  }
  .infrastructure-col-4 {
      width: calc(33.33% - 10px);
  }
  .infrastructure-img-col {
      border-radius: 10px 10px 0px 0px;
  }
  .infrastructure-info-col h5 {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 10px;
  }
  .infrastructure-info-col p, .infrastructure-info-col ul li {
      font-size: 14px;
      line-height: 160%;
  }
  .infrastructure-info-inner {
      max-width: 100%;
  }
  .infrastructure-info-col {
      padding: 30px 10px;
      border-radius: 0 0 10px 10px;
      min-height: 240px;
  }
  .infrastructure-col-4:nth-child(even) .infrastructure-info-col {
      border-radius: 10px 10px 0px 0px;
      max-height: 240px;
  }
  .standard-specification-section {
      padding: 40px 0 20px;
  }
  .standard-specification-card-info img {
      height: auto;
  }
  .standard-specification-card {
      padding: 25px 10px;
      min-height: 312px;
      box-shadow: 0px 4px 8.4px rgba(0, 0, 0, 0.2);
      border-radius: 5px;
  }
  .standard-specification-card-info h3 {
      font-size: 15px;
      margin: 20px 0px 10px;
      line-height: 20px;
  }
  .standard-specification-card-info p {
      font-size: 13.5px;
      line-height: 160%;
  }
  .standard-specification-row {
      margin: 30px -10px 0px;
      column-gap: 0px;
      row-gap: 20px;
  }
  .previous-projects-section {
      padding: 40px 0px;
  }
  .projects-fix-headline {
      height: 75px;
      padding: 20px 15px 15px;
  }
  .projects-fix-headline p {
      line-height: 140%;
      font-size: 14px;
  }
  .projects-fix-headline h6 {
      font-size: 16px;
  }
  .question-form-section {
      padding: 40px 0;
  }
  .form-question-table {
      gap: 20px;
  }
  .form-group {
      width: calc(50% - 20px);
  }
  .fleid-icon {
      left: 20px;
      height: 45px;
      width: 20px;
  }
  .medium {
      height: 45px;
      border: 1px solid #4D4D4D;
      border-radius: 40px;
      font-size: 16px;
      line-height: 20px;
      padding: 0 0 0 50px;
  }
  select.medium {
      background: url('../images/select-icon.svg') no-repeat right 15px center;
      background-size: 20px;
  }
  .question-form-outer {
      padding: 45px 50px;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
      border-radius: 22px;
  }
  .form-group.form-submit {
      margin-top: 20px;
  }
  .submit-btn {
      font-size: 16px;
      line-height: 20px;
      width: 268px;
      height: 50px;
      border-radius: 26px;
  }
  .footer-top-section {
      padding: 40px 0px;
  }
  .footer-warpper {
      display: block;
  }
  .footer-col-1 {
      width: 100%;
      padding-right: 0;
      margin-top: 0;
  }
  .footer-col-2 {
      width: 100%;
      padding-top: 30px;
      margin-right: 0;
  }
  .footer-post-addrs {
      margin: 0px 0px 15px;
  }
  .ftricon {
      width: 25px;
  }
  .ftrinfo {
      width: calc(100% - 25px);
      padding-left: 10px;
  }
  .ftrinfo h6 {
      font-size: 14px;
  }
  .ftrinfo p {
      line-height: 150%;
      font-size: 14px;
  }
  .footer-col-txt-left p {
      font-size: 14px;
      line-height: 150%;
  }
  .footer-menu {
      width: 100%;
      padding-top: 20px;
  }
  .footer-menu h5 {
      font-size: 14px;
      letter-spacing: 0.3em;
      line-height: 20px;
      margin: 0 0 20px;
  }
  .footer-menu ul li {
      margin: 0 0 15px;
      padding: 0;
      line-height: 15px;
      font-size: 14px;
  }
  .footer-map {
      width: 100%;
      margin-top: 20px;
  }
  .footer-map iframe {
      width: 100%;
      height: 200px;
  }
  .copyright p {
      font-size: 12px;
  }
  .copyright ul li {
      font-size: 12px;
  }
  .copyright-row {
      align-items: center;
  }
  .footer-logo {
      margin: 0 0 20px;
  }
  .breadcrumb-wrap .breadcrumb-item {
      font-size: 14px;
  }
  .hero-home.about-banner {
      height: calc(100vh - 76.86px);
  }
  .our-leader-wrap {
      max-width: 100%;
      align-items: flex-start;
  }
  .our-leader-col-left {
      width: 30%;
  }
  .our-leader-col-left img {
      border-radius: 15px 0 15px 0px;
  }
  .our-leader-col-right {
      width: 65%;
  }
  .our-leader-col-right h3 {
      font-size: 20px;
      margin: 0 0 20px;
  }
  .our-leader-col-right p {
      font-size: 14px;
  }
  .our-leader-col-right h4 {
      font-size: 18px;
      line-height: 110%;
      margin: 25px 0 10px;
  }
  .why-choose-wrap {
      column-gap: 10px;
      margin-top: 20px;
  }
  .why-choose-col-3 {
      width: calc(25% - 10px);
  }
  .why-choose-info h2 {
      font-size: 14px;
      line-height: 22px;
  }
  .line {
      width: 100%;
      height: 1px;
      margin: 15px auto;
  }
  .why-choose-info p {
      font-size: 14px;
      line-height: 150%;
  }
  .why-choose-item {
      border: 1px solid #997E42;
      border-radius: 15px;
      min-height: 180px;
      padding: 20px 15px;
  }
  .contact-left-col {
      width: 45%;
  }
  .contact-right-col {
      width: 50%;
  }
  .contact-address-heading h2 {
      font-size: 20px;
      margin-bottom: 10px;
  }
  .contact-address-left p {
      font-size: 13px;
  }
  .contact-address-heading {
      margin-bottom: 20px;
  }
  .contact-address-item {
      margin-bottom: 18px;
  }
  .contact-address-item h6 {
      font-size: 16px;
      margin-bottom: 10px;
  }
  .contact-address-item.contact-call-info h6 {
      font-size: 14px;
  }
  .contact-form-inner {
      border: 1px solid #B4B4B4;
      border-radius: 15px;
      padding: 25px 15px;
  }
  .contact-form-inner h2 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 18px;
  }
  .contact-form .form-group {
      margin-bottom: 15px;
  }
  .contact-form .form-group .form-control {
      border: 1px solid #B4B4B4;
      border-radius: 6px;
      height: 45px;
      font-size: 16px;
      line-height: 1;
  }
  .contact-form .form-group textarea.form-control {
      padding-top: 15px;
      height: 90px;
  }
  .form-group.group-field-nots p {
      font-size: 12px;
      line-height: 1;
  }
  .contact-section {
      padding: 40px 0;
  }
}

@media (max-width:1023px) {}
@media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) {}
@media (min-width : 768px) and (max-width : 896px) and (orientation:landscape) {}
@media (max-width:767px) {}
@media (max-width:575px) {
  .mobile-show {
  	display: block!important;
  }
  .header-right {
      display: none !important;
  }
  .navigation ul li:last-child {
      border-bottom: 1px #485e89 solid;
  }
  .container {
      padding: 0 20px;
  }
  .hero-home {
      height: 500px;
  }
  .hero-content-info h1, .hero-content-info h2 {
      font-size: 30px;
      line-height: 45px;
  }
  .about-top-info-wrap {
      flex-wrap: wrap;
      text-align: center;
  }
  .about-top-left-col {
      width: 100%;
      margin-bottom: 15px;
  }
  .about-top-right-col {
      width: 100%;
  }
  .about-top-right-col p br {
      display: none;
  }
  .about-achievement-wrap {
      column-gap: 0;
      row-gap: 20px;
  }
  .about-col-4 {
      width: 100%;
  }
  .featured-project-col-left {
      width: 100%;
      text-align: center;
      margin-bottom: 25px;
  }
  .featured-project-col-right {
      width: 100%;
  }
  .amenities-warpper {
      max-width: 100%;
      row-gap: 20px;
  }
  .amenities-col-4 {
      width: 50%;
  }
  .site-plan-img-wrap img {
      border-radius: 15px;
  }
  .infrastructure-warpper {
      row-gap: 20px;
      column-gap: 0;
  }
  .infrastructure-col-4 {
      width: 100%;
  }
  .infrastructure-info-col {
      min-height: 170px;
      border-radius: 0 0 10px 10px !important;
  }
  .infrastructure-col-4:nth-child(even) .infrastructure-info-col {
      order: 0 !important;
  }
  .infrastructure-info-col {
      border-radius: 0 0 10px 10px !important;
  }
  .infrastructure-img-col, .infrastructure-img-col img {
      border-radius: 10px 10px 0px 0px!important;
  }
  .standard-specification-row {
      margin: 30px 0px 0px;
  }
  .standard-specification-col {
      width: 100%;
      padding: 0;
  }
  .standard-specification-card {
      min-height: auto;
  }
  .slide-img-info {
      padding: 0;
      margin-bottom: 20px;
  }
  .slide-img-info:last-child {
    margin-bottom: 0px;
  }
  .question-form-outer {
      padding: 35px 25px;
      border-radius: 12px;
  }
  .form-group {
      width: 100%;
  }
  .form-group.form-submit {
      margin-top: 0px;
  }
  .footer-copyright {
      padding: 20px 0px;
      text-align: center;
  }
  .whatsapp-icon {
      bottom: 14px;
      left: 10px;
  }
  .copyright p {
      font-size: 12px;
      line-height: 14px;
      margin-bottom: 10px;
  }
  .copyright ul {
      justify-content: center;
  }
  .copyright {
      width: 100%;
  }
  .leave-message-box {
      display: none;
  }
  .hero-home.about-banner {
      height: 300px;
  }
  .about-top-left-col h2 {
      font-size: 28px;
      line-height: 35px;
  }
  .our-leader-col-left {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
  }
  .our-leader-col-left img {
      max-width: 230px;
  }
  .our-leader-col-right {
      width: 100%;
      text-align: center;
  }
  .our-leader-col-right h3 {
      margin: 0 0 10px;
  }
  .why-choose-col-3 {
      width: 100%;
  }
  .why-choose-wrap {
      column-gap: 10px;
      margin-top: 20px;
      row-gap: 20px;
  }
  .why-choose-info h2 {
      font-size: 16px;
      line-height: 25px;
  }
  .why-choose-info p {
      font-size: 16px;
      line-height: 150%;
  }
  .why-choose-item {
      min-height: auto;
  }
  .contact-left-col {
      width: 100%;
      margin-bottom: 10px;
  }
  .contact-right-col {
      width: 100%;
  }
}