@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  padding: 0;
  margin: 0 auto !important;
  font-family: "Roboto", sans-serif !important;
  max-width: 1920px !important;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

.moretext {
  display: none;
}

.navbar-light .navbar-toggler {
  background: rgba(255, 255, 255, 0.4784313725);
  padding: 5px 11px;
}

.banner-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 1920px;
}
.banner-wrap .nav-wrap {
  width: 100%;
  padding: 20px 100px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3000;
  max-width: 1920px;
  margin: 0 auto;
}
.banner-wrap .nav-wrap .navbar-nav {
  padding: 0;
  margin: 0;
}
.banner-wrap .nav-wrap .navbar-nav ul {
  padding: 0;
  margin: 0;
}
.banner-wrap .nav-wrap .navbar-nav ul li {
  list-style-type: none;
  float: left;
}
.banner-wrap .nav-wrap .navbar-nav ul li .nav-link {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 18px;
  font-weight: 300;
}
.banner-wrap .nav-wrap .navbar-nav ul li .nav-link:hover {
  color: #0091c7;
}
.banner-wrap .darkHeader {
  background: #58595B;
  z-index: 999;
}
.banner-wrap .get-in-touch-bt {
  width: auto;
  height: auto;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 35px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  background: linear-gradient(-45deg, #34bcee, #0595ca, #80878a, #34bcee);
  background-size: 600%;
  animation: anime 8s linear infinite;
}
.banner-wrap .get-in-touch-bt .fa-circle-chevron-right {
  margin-left: 5px;
  font-size: 22px;
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.overview-wrap {
  padding: 100px;
  background: #fff;
  flex-wrap: wrap;
}
.overview-wrap h6 {
  font-size: 16px;
  font-weight: 400;
  background: #0091c7;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  display: table;
}
.overview-wrap h1 {
  font-size: 60px;
  color: #58595B;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left;
}
.overview-wrap h1 span {
  font-family: "Dancing Script", cursive;
  color: #0091c7;
}
.overview-wrap h1 span img, .overview-wrap h1 span svg {
  background-color: #58595B;
  padding: 5px 0px;
}
.overview-wrap p {
  font-size: 16px;
  line-height: 25px;
  color: #58595B;
  padding-bottom: 15px;
}
.overview-wrap .overview-data-wrap {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
.overview-wrap .overview-data-wrap h2 {
  font-size: 40px;
  color: #0091C7;
  text-align: center;
  display: block;
  font-weight: 300;
}
.overview-wrap .overview-data-wrap h3 {
  font-size: 16px;
  color: #58595B;
  text-align: center;
  display: block;
  margin-top: 5px;
  font-weight: normal;
}
.overview-wrap .overview-data-wrap .box-1 {
  width: 33.33%;
  padding: 15px 0;
}
.overview-wrap .overview-data-wrap .box-2 {
  width: 33.33%;
  padding: 15px 0;
}
.overview-wrap .overview-data-wrap .box-3 {
  width: 33.33%;
  padding: 15px 0;
}
.overview-wrap .overview-data-wrap .box-4 {
  width: 33.33%;
  padding: 15px 0;
}
.overview-wrap .overview-data-wrap .box-5 {
  width: 33.33%;
  padding: 15px 0;
}
.overview-wrap .overview-data-wrap .line-one {
  border-right: solid 1px #d9d9d9;
}
.overview-wrap .overview-data-wrap .line-two {
  border-bottom: solid 1px #d9d9d9;
}

.feature-wrap {
  background: #0091C7;
  margin: 0 0 100px 0;
}
.feature-wrap .fbox-1 {
  width: 48%;
  float: left;
  padding: 86px 50px 86px 100px;
}
.feature-wrap .fbox-1 h6 {
  font-size: 16px;
  font-weight: 400;
  background: #58595B;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  display: table;
}
.feature-wrap .fbox-1 h2 {
  font-size: 60px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left;
}
.feature-wrap .fbox-1 h2 span {
  font-family: "Dancing Script", cursive;
  color: #58595B;
}
.feature-wrap .fbox-1 p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
.feature-wrap .fbox-1 .icon-wrap {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
}
.feature-wrap .fbox-1 .icon-wrap .icon-box {
  width: calc(50% - 12px);
  margin-right: 12px;
  margin-bottom: 30px;
}
.feature-wrap .fbox-1 .icon-wrap .icon-box img {
  float: left;
  margin-right: 15px;
}
.feature-wrap .fbox-1 .icon-wrap .icon-box h4 {
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  padding: 0;
  margin: 10px 0 0 0;
}
.feature-wrap .fbox-1 .icon-wrap .icon-box h5 {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.feature-wrap .fbox-2 {
  width: 52%;
  float: left;
  position: relative;
}
.feature-wrap .fbox-2 img {
  position: absolute;
  top: -56px;
}

.aminities-wrap {
  padding: 0 100px;
  background: #fff;
}
.aminities-wrap h6 {
  font-size: 16px;
  font-weight: 400;
  background: #0091c7;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  display: table;
  margin: 0 auto;
}
.aminities-wrap h2 {
  font-size: 60px;
  color: #58595B;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left;
  display: block;
  text-align: center;
}
.aminities-wrap .ami-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
}
.aminities-wrap .ami-icon-wrap .ami-box-1 {
  width: 12.5%;
  margin: 20px 0;
}
.aminities-wrap .ami-icon-wrap .ami-box-1 .image-wrap {
  width: 140px;
  height: 140px;
  line-height: 140px;
  border-radius: 200px;
  background: #EDFAFF;
  margin: 0 auto 10px auto;
  text-align: center;
}
.aminities-wrap .ami-icon-wrap .ami-box-1 p {
  font-size: 16px;
  color: #58595B;
  text-align: center;
}

.gallery-wrap {
  padding: 100px;
  background: #fff;
}
.gallery-wrap .view-more-bt, .gallery-wrap .view-more-bt-2 {
  background: url(../images/Ellipse-2.png) no-repeat 0 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #58595B;
  height: 120px;
  display: table;
  margin: 0 auto;
  line-height: 98px;
  padding-left: 115px;
  text-decoration: none;
  margin-top: 25px;
  transition: 0.5s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  gap: 5px;
}
.gallery-wrap .view-more-bt:hover, .gallery-wrap .view-more-bt-2:hover {
  color: #0091c7;
}
.gallery-wrap h6 {
  font-size: 16px;
  font-weight: 400;
  background: #0091c7;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  display: table;
  margin: 0 auto;
}
.gallery-wrap h2 {
  font-size: 60px;
  color: #58595B;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left;
  display: block;
  text-align: center;
}
.gallery-wrap .gal-tab {
  margin-top: 40px;
}
.gallery-wrap .gal-tab .nav {
  justify-content: center;
}
.gallery-wrap .gal-tab .nav .nav-link {
  text-transform: uppercase;
  color: #58595B;
}
.gallery-wrap .gal-tab .nav .active {
  background: #fff;
  color: #0091c7;
  text-decoration: underline;
}
.gallery-wrap .gal-tab .tab-content {
  margin-top: 25px;
}
.gallery-wrap .gal-tab .tab-content .img-gal-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
  justify-content: center;
}
.gallery-wrap .gal-tab .tab-content .img-gal-wrap .galpic-wrap {
  width: 23%;
  margin: 1%;
}
.gallery-wrap .gal-tab .tab-content .img-gal-wrap .galpic-wrap p {
  font-size: 16px;
  color: #58595B;
}
.gallery-wrap .gal-tab .tab-content .img-gal-wrap .galpic-wrap-2 {
  width: 23%;
  margin: 1%;
}
.gallery-wrap .gal-tab .tab-content .img-gal-wrap .galpic-wrap-2 p {
  font-size: 16px;
  color: #58595B;
}

.walkthrough {
  padding: 100px;
  background: #58595B;
  background: linear-gradient(180deg, rgb(88, 89, 91) 0%, rgb(88, 89, 91) 60%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
}
.walkthrough h6 {
  font-size: 16px;
  font-weight: 400;
  background: #0091c7;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  display: table;
  margin: 0 auto;
}
.walkthrough h2 {
  font-size: 60px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left;
  display: block;
  text-align: center;
}
.walkthrough .ratio {
  margin-top: 50px;
}

.plan-wrap {
  padding: 0 100px;
  background: #fff;
}
.plan-wrap .view-more-bt {
  background: url(../images/Ellipse-2.png) no-repeat 0 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #58595B;
  height: 120px;
  display: table;
  margin: 0 auto;
  line-height: 98px;
  padding-left: 50px;
  text-decoration: none;
  margin-top: 25px;
  transition: 0.5s;
}
.plan-wrap .view-more-bt:hover {
  color: #0091c7;
}
.plan-wrap h6 {
  font-size: 16px;
  font-weight: 400;
  background: #0091c7;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  display: table;
  margin: 0 auto;
}
.plan-wrap h2 {
  font-size: 60px;
  color: #58595B;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left;
  display: block;
  text-align: center;
}
.plan-wrap .plan-tab {
  margin-top: 40px;
}
.plan-wrap .plan-tab .nav {
  justify-content: center;
}
.plan-wrap .plan-tab .nav .nav-link {
  text-transform: uppercase;
  color: #58595B;
}
.plan-wrap .plan-tab .nav .active {
  background: #fff;
  color: #0091c7;
  text-decoration: underline;
}
.plan-wrap .plan-tab .tab-content {
  margin-top: 25px;
}
.plan-wrap .plan-tab .tab-content .img-gal-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.plan-wrap .plan-tab .tab-content .img-gal-wrap .galpic-wrap {
  width: 18%;
  margin: 1%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  text-align: center;
}
.plan-wrap .plan-tab .tab-content .img-gal-wrap2 {
  display: flex;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
  justify-content: center;
}

.spacification-wrap {
  padding: 100px;
  background: #fff;
}
.spacification-wrap h6 {
  font-size: 16px;
  font-weight: 400;
  background: #0091c7;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  display: table;
  margin: 0 auto;
}
.spacification-wrap h2 {
  font-size: 60px;
  color: #58595B;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left;
  display: block;
  text-align: center;
}
.spacification-wrap .spec-data-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
  margin-top: 40px;
}
.spacification-wrap .spec-data-wrap .spec-box-1 {
  width: 29%;
  margin: 1% 2%;
}
.spacification-wrap .spec-data-wrap .spec-box-1 h3 {
  font-size: 16px;
  color: #0091c7;
  background: url(../images/tick-1.png) no-repeat 0 0;
  padding: 0 0 10px 30px;
  display: block;
  border-bottom: solid 1px #58595B;
}
.spacification-wrap .spec-data-wrap .spec-box-1 ul {
  padding: 0;
  margin: 0;
}
.spacification-wrap .spec-data-wrap .spec-box-1 ul li {
  list-style-type: circle;
  font-size: 16px;
  color: #58595B;
  display: block;
  margin: 7px 0;
}

.location-wrap {
  display: flex;
}
.location-wrap .map-wrap {
  width: 50%;
}
.location-wrap .map-wrap img {
  width: 100%;
  height: auto;
}
.location-wrap .chart-wrap {
  width: 50%;
  background: #0091C7;
  padding: 110px 80px;
}
.location-wrap .chart-wrap h6 {
  font-size: 16px;
  font-weight: 400;
  background: #58595B;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  display: table;
  margin: 0;
}
.location-wrap .chart-wrap h2 {
  font-size: 60px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left;
  display: block;
  text-align: left;
}
.location-wrap .chart-wrap h2 span {
  font-family: "Dancing Script", cursive;
  color: #58595B;
}
.location-wrap .chart-wrap .chart-data-wrap {
  margin-top: 80px;
}
.location-wrap .chart-wrap .chart-data-wrap ul {
  padding: 0;
  margin: 0;
}
.location-wrap .chart-wrap .chart-data-wrap ul li {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}
.location-wrap .chart-wrap .chart-data-wrap ul li span {
  text-align: right;
  float: right;
}

.contact-wrap {
  display: flex;
}
.contact-wrap .gmap {
  width: 50%;
}
.contact-wrap .gmap iframe {
  width: 100%;
  height: 700px;
}
.contact-wrap .form-wrap {
  width: 50%;
  background: #fff;
  padding: 80px;
}
.contact-wrap .form-wrap .view-bt {
  background: url(../images/Ellipse-2.png) no-repeat 0 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #58595B;
  height: 106px;
  display: table;
  line-height: 85px;
  padding-left: 50px;
  text-decoration: none;
  margin-top: 25px;
  transition: 0.5s;
  border: none;
}
.contact-wrap .form-wrap .view-bt:hover {
  color: #0091c7;
}
.contact-wrap .form-wrap h6 {
  font-size: 16px;
  font-weight: 400;
  background: #0091c7;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  display: table;
  margin: 0;
}
.contact-wrap .form-wrap h2 {
  font-size: 60px;
  color: #58595B;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left;
  display: block;
  text-align: left;
}
.contact-wrap .form-wrap h2 span {
  font-family: "Dancing Script", cursive;
  color: #0091c7;
}
.contact-wrap .form-wrap .from-wrap-inner {
  width: 100%;
}
.contact-wrap .form-wrap .from-wrap-inner .form-control {
  border-radius: 0;
  border: solid 1px #58595B;
  padding: 15px;
}
.contact-wrap .form-wrap .from-wrap-inner .form-multi-select-input-group {
  border: solid 1px #58595B;
  padding: 10px 3px;
  border-radius: 0;
}
.contact-wrap .form-wrap .from-wrap-inner .form-multi-select-all {
  display: none;
}

.g-recaptcha.error {
  border: solid 2px #c64848;
  padding: 0.2em;
  width: 19em;
}

.devloper-wrap {
  padding: 100px;
}
.devloper-wrap h6 {
  font-size: 16px;
  font-weight: 400;
  background: #0091c7;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  display: table;
  margin: 0 auto;
}
.devloper-wrap h2 {
  font-size: 60px;
  color: #58595B;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left;
  display: block;
  text-align: center;
}
.devloper-wrap h2 span {
  font-family: "Dancing Script", cursive;
  color: #0091c7;
}
.devloper-wrap .dev-box-wrap {
  display: flex;
  margin-top: 50px;
}
.devloper-wrap .dev-box-wrap .dev-box-1 {
  width: 20%;
}
.devloper-wrap .dev-box-wrap .dev-box-1 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.devloper-wrap .dev-box-wrap .dev-box-1 p {
  font-size: 16px;
  line-height: 25px;
  color: #58595B;
  text-align: center;
  padding: 0 20px;
}
.devloper-wrap .dev-box-wrap .boder-right {
  border-right: solid 1px #d9d9d9;
}

.footer-wrap {
  padding: 100px 100px 30px 100px;
  background: #58595B;
}
.footer-wrap .copy-write {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 300;
  margin-top: 50px;
}
.footer-wrap .copy-write a {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.footer-wrap .copy-write a:hover {
  color: #0091c7;
}
.footer-wrap .foot-wrap-1 {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 30px;
}
.footer-wrap .foot-wrap-1 .foot-logo {
  width: 350px;
}
.footer-wrap .foot-wrap-1 .foot-logo img {
  width: 100%;
  height: auto;
}
.footer-wrap .foot-wrap-1 .socal-wrap {
  width: 290px;
  display: flex;
  justify-content: space-between;
}
.footer-wrap .foot-wrap-1 .socal-wrap p {
  font-size: 16px;
  color: #fff;
  margin-right: 15px;
  line-height: 35px;
}
.footer-wrap .foot-wrap-1 .socal-wrap .icon-wrap {
  width: 35px;
  height: 35px;
  background: #0091c7;
  color: #fff;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  transition: 0.5s;
}
.footer-wrap .foot-wrap-1 .socal-wrap .icon-wrap:hover {
  background: #d9d9d9;
  color: #0091c7;
}
.footer-wrap .foot-wrap-2 {
  display: flex;
  padding-top: 30px;
}
.footer-wrap .foot-wrap-2 .foot-box-1 {
  width: 16%;
}
.footer-wrap .foot-wrap-2 .foot-box-1 p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.footer-wrap .foot-wrap-2 .foot-box-1 p span {
  color: #0091c7;
}
.footer-wrap .foot-wrap-2 .foot-box-1 p .fa-solid {
  color: #fff !important;
  margin-right: 5px;
}
.footer-wrap .foot-wrap-2 .foot-box-1 p a {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.footer-wrap .foot-wrap-2 .foot-box-1 p a:hover {
  color: #0091C7;
}
.footer-wrap .foot-wrap-2 .foot-box-2 {
  width: 26%;
  margin-right: 13px;
}
.footer-wrap .foot-wrap-2 .foot-box-2 p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.footer-wrap .foot-wrap-2 .foot-box-2 p span {
  color: #0091c7;
}
.footer-wrap .foot-wrap-2 .foot-box-2 p .fa-solid {
  color: #fff !important;
  margin-right: 5px;
}
.footer-wrap .foot-wrap-2 .foot-box-2 p a {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.footer-wrap .foot-wrap-2 .foot-box-2 p a:hover {
  color: #0091C7;
}

.download-bt {
  position: fixed;
  top: 40%;
  right: -91px;
  z-index: 999;
  background: #0091c7;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 18px;
  text-decoration: none;
  rotate: 270deg;
  transition: 0.5s;
}
.download-bt:hover {
  background: #58595B;
  color: #fff;
}



.brocher-wrap {
  padding: 100px 50px;
  position: relative;
}
.brocher-wrap .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.5s;
}
.brocher-wrap h2 {
  font-size: 40px;
  color: #58595B;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.brocher-wrap h2 span {
  font-family: "Dancing Script", cursive;
  color: #0091c7;
}
.brocher-wrap .brocher-from {
  width: 100%;
}
.brocher-wrap .brocher-from .form-control {
  font-size: 16px;
  padding: 10px 20px;
  border: solid 1px #58595B;
  border-radius: 0;
}
.brocher-wrap .brocher-from .input-group-text {
  border-color: #58595B;
  background: #D2EEFA;
  border-radius: 0;
  padding: 0 17px;
}
.brocher-wrap .brocher-from .btn-secondary {
  display: block;
  width: 100%;
  background: #0091c7;
  color: #fff;
  border-radius: 0;
  padding: 15px 0;
  text-align: center;
  border: none;
}
.brocher-wrap .brocher-from .btn-secondary:hover {
  background: #58595B;
  color: #fff;
}

.floating_btn {
  position: fixed;
  bottom: -10px;
  right: -10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.floating_btn a {
  text-decoration: none;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.navbar-toggler.custom-icon {
  border: none;
  background: transparent;
  width: 30px;
  height: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  z-index: 9999;
}

.navbar-toggler.custom-icon span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
}

/* Cross animation */
.navbar-toggler.custom-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
  position: absolute;
  background: white;
}

.navbar-toggler.custom-icon.open span:nth-child(2) {
  opacity: 0;
  background: white;
}

.navbar-toggler.custom-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 12px;
  position: absolute;
  background: white;
}

.theme-btn, .theme-btn-s2, .theme-btn-s3 {
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  color: #2b3b95;
  padding: 9px 32px;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s ease;
}

.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
}

.theme-btn:hover, .theme-btn-s2:hover {
  background-color: #2b3b95;
  color: #fff;
}

.theme-btn-s3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.swiper-button-prev, .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.swiper-button-prev {
  left: 25px;
}

.swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-weight: 900;
  font-size: 15px;
  color: #d4d3d3;
}

.swiper-button-next {
  right: 25px;
}

.swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  font-size: 15px;
  color: #d4d3d3;
}

/* Thumbnails */
.custom-thumbnails {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
  z-index: 10;
  position: absolute;
  bottom: 10px;
  right: 4%;
  width: 700px;
  opacity: 0.7;
}

.custom-thumbnails .img {
  display: flex;
  gap: 6px;
}

.custom-thumbnails .img span {
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}

.custom-thumbnails img {
  width: 120px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  opacity: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.custom-thumbnails img.active {
  opacity: 1;
  border-color: #2b3b95;
}

.border-gradient {
  border: none;
  border-bottom: 3px solid;
  border-image-slice: 1;
  border-width: 2px;
}

.border-gradient-green {
  border-image-source: linear-gradient(to left, #fff, #0091c7);
}

.only-top {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

@media screen and (max-width: 1600px) {
  .banner-wrap .nav-wrap .navbar-nav ul li .nav-link {
    font-size: 14px;
    padding: 0 10px;
  }
  .banner-wrap .get-in-touch-bt {
    font-size: 15px;
    padding: 10px 25px;
  }
  .feature-wrap .fbox-2 img {
    top: -46px;
  }
  .location-wrap .chart-wrap {
    width: 50%;
    background: #0091C7;
    padding: 50px 40px;
  }
  .contact-wrap .form-wrap {
    padding: 40px;
  }
  .contact-wrap .form-wrap .from-wrap-inner .form-control {
    padding: 10px;
  }
  .contact-wrap .form-wrap .from-wrap-inner .form-multi-select-input-group {
    border: solid 1px #58595B;
    padding: 5px 0px;
  }
  .location-wrap .chart-wrap .chart-data-wrap {
    margin-top: 30px;
  }
  .location-wrap .chart-wrap .chart-data-wrap ul li {
    margin-bottom: 11px;
  }
  .gallery-wrap .view-more-bt, .gallery-wrap .view-more-bt-2 {
    background-size: 80px;
  }
  .plan-wrap .view-more-bt {
    background-size: 80px;
  }
  .contact-wrap .form-wrap .view-bt {
    height: 90px;
    background-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .banner-wrap .nav-wrap {
    padding: 20px 40px;
  }
  .banner-wrap .nav-wrap .navbar-nav ul li .nav-link {
    font-size: 14px;
    padding: 0 9px;
  }
  .banner-wrap .get-in-touch-bt {
    font-size: 14px;
    padding: 8px 20px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .overview-wrap {
    padding: 100px 40px;
  }
  .overview-wrap .overview-data-wrap h2 {
    font-size: 30px;
    font-weight: 400;
  }
  .overview-wrap .overview-data-wrap h3 {
    padding: 0 15px;
  }
  .feature-wrap .fbox-2 img {
    top: -40px;
  }
  .feature-wrap .fbox-1 {
    padding: 86px 50px 86px 40px;
  }
  .feature-wrap .fbox-1 .icon-wrap .icon-box h4 {
    font-size: 20px;
    font-weight: 400;
  }
  .aminities-wrap .ami-icon-wrap .ami-box-1 {
    width: 16.6%;
  }
  .aminities-wrap {
    padding: 0 40px;
  }
  .gallery-wrap {
    padding: 100px 40px;
  }
  .walkthrough {
    padding: 100px 40px;
  }
  .plan-wrap {
    padding: 0 40px;
  }
  .spacification-wrap {
    padding: 100px 40px;
  }
  .devloper-wrap {
    padding: 100px 40px;
  }
  .footer-wrap {
    padding: 100px 40px 30px 40px;
  }
  .swiper-slide .content .view-bt {
    line-height: 90px;
    background-size: 45%;
  }
}
@media (max-width: 992px) {
  .banner-wrap .nav-wrap .navbar-nav ul li {
    list-style-type: none;
    float: left;
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .navbar-toggler.custom-icon {
    display: flex !important;
  }
  .navbar-toggler.custom-icon:focus {
    outline: 0;
    border: none !important;
    box-shadow: none;
  }
  .slide-inner .content {
    width: 90% !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 993px) {
  .navbar-toggler.custom-icon {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .overview-wrap {
    padding: 50px 10px;
  }
  .overview-wrap h1 {
    font-size: 40px;
  }
  .overview-wrap h6 {
    padding: 7px 12px;
    font-size: 14px;
  }
  .overview-wrap .overview-data-wrap {
    flex-direction: column;
  }
  .overview-wrap .overview-data-wrap .box-1 {
    width: 100%;
  }
  .overview-wrap .overview-data-wrap .box-2 {
    width: 100%;
  }
  .overview-wrap .overview-data-wrap .box-3 {
    width: 100%;
  }
  .overview-wrap .overview-data-wrap .box-4 {
    width: 100%;
  }
  .overview-wrap .overview-data-wrap .box-5 {
    width: 100%;
  }
  .overview-wrap .overview-data-wrap .line-one {
    border-right: none;
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .feature-wrap .fbox-2 {
    display: none;
  }
  .feature-wrap .fbox-1 {
    width: 100%;
  }
  .feature-wrap .fbox-1 h6 {
    padding: 7px 12px;
    font-size: 14px;
  }
  .feature-wrap .fbox-1 h2 {
    font-size: 40px;
  }
  .feature-wrap .fbox-1 {
    padding: 40px 20px;
  }
  .feature-wrap .fbox-1 .icon-wrap {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .feature-wrap .fbox-1 .icon-wrap .icon-box {
    width: 100%;
    margin-bottom: 35px;
  }
  .feature-wrap {
    margin: 0 0 40px 0;
  }
  .aminities-wrap h6 {
    padding: 7px 12px;
    font-size: 14px;
  }
  .aminities-wrap h2 {
    font-size: 40px;
  }
  .aminities-wrap {
    padding: 0 20px;
  }
  .aminities-wrap .ami-icon-wrap .ami-box-1 {
    width: 50%;
  }
  .aminities-wrap .ami-icon-wrap {
    margin-top: 20px;
  }
  .gallery-wrap {
    padding: 40px 20px;
  }
  .gallery-wrap h6 {
    padding: 7px 12px;
    font-size: 14px;
  }
  .gallery-wrap h2 {
    font-size: 40px;
  }
  .gallery-wrap .gal-tab .tab-content .img-gal-wrap .galpic-wrap {
    width: 48%;
  }
  .location-wrap .map-wrap {
    width: 100%;
    height: 300px;
  }
  .walkthrough {
    padding: 40px 20px;
  }
  .walkthrough h6 {
    padding: 7px 12px;
    font-size: 14px;
  }
  .walkthrough h2 {
    font-size: 40px;
  }
  .walkthrough .ratio {
    margin-top: 25px;
  }
  .plan-wrap {
    padding: 0 20px;
  }
  .plan-wrap h6 {
    padding: 7px 12px;
    font-size: 14px;
  }
  .plan-wrap h2 {
    font-size: 40px;
  }
  .plan-wrap .plan-tab {
    margin-top: 20px;
  }
  .plan-wrap .plan-tab .tab-content .img-gal-wrap .galpic-wrap {
    width: 100%;
  }
  .spacification-wrap {
    padding: 40px 30px;
  }
  .spacification-wrap h6 {
    padding: 7px 12px;
    font-size: 14px;
  }
  .spacification-wrap h2 {
    font-size: 40px;
  }
  .spacification-wrap .spec-data-wrap .spec-box-1 {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .location-wrap {
    display: flex;
    flex-direction: column;
  }
  .location-wrap .chart-wrap {
    width: 100%;
    padding: 40px 20px;
  }
  .location-wrap .chart-wrap h6 {
    padding: 7px 12px;
    font-size: 14px;
  }
  .location-wrap .chart-wrap h2 {
    font-size: 40px;
  }
  .location-wrap .chart-wrap .chart-data-wrap {
    margin-top: 30px;
  }
  .contact-wrap {
    flex-direction: column;
  }
  .contact-wrap .gmap {
    width: 100%;
  }
  .contact-wrap .form-wrap {
    width: 100%;
    padding: 40px 20px;
  }
  .contact-wrap .form-wrap h6 {
    padding: 7px 12px;
    font-size: 14px;
  }
  .contact-wrap .form-wrap h2 {
    font-size: 40px;
  }
  .devloper-wrap {
    padding: 40px 20px;
  }
  .devloper-wrap {
    padding: 40px 20px;
  }
  .devloper-wrap h6 {
    padding: 7px 12px;
    font-size: 14px;
  }
  .devloper-wrap h2 {
    font-size: 40px;
  }
  .devloper-wrap .dev-box-wrap {
    flex-direction: column;
  }
  .devloper-wrap .dev-box-wrap .dev-box-1 {
    width: 100%;
  }
  .devloper-wrap .dev-box-wrap .boder-right {
    border-right: none;
    border-bottom: solid 1px #d9d9d9;
  }
  .footer-wrap {
    padding: 40px 20px 20px 20px;
  }
  .footer-wrap .foot-wrap-1 {
    flex-direction: column;
  }
  .footer-wrap .foot-wrap-1 .socal-wrap {
    width: 100%;
    margin-top: 25px;
  }
  .footer-wrap .foot-wrap-1 {
    padding-bottom: 15px;
  }
  .footer-wrap .foot-wrap-2 {
    flex-direction: column;
  }
  .footer-wrap .foot-wrap-2 .foot-box-1 {
    width: 100%;
  }
  .footer-wrap .foot-wrap-2 .foot-box-2 {
    width: 100%;
  }
  .banner-wrap .nav-wrap {
    padding: 10px 20px;
  }
  .navbar-brand {
    max-width: 200px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler {
    padding: 0;
  }
  .nav-wrap .show {
    background-color: rgba(88, 89, 91, 0.8509803922);
    position: relative;
    padding-bottom: 50px;
    top: 0px;
    width: 100%;
  }
  .banner-wrap .nav-wrap .navbar-nav ul li {
    float: none;
    display: block;
    margin: 16px 0;
  }
  .banner-wrap .get-in-touch-bt {
    margin: -20px 0 0 33px;
    position: absolute;
  }
  .brocher-wrap {
    padding: 40px 20px;
  }
  .feature-wrap .fbox-1 .icon-wrap .icon-box {
    margin-right: 0;
  }
  .custom-thumbnails .img span {
    display: none;
  }
  .custom-thumbnails {
    width: auto;
    gap: 10px;
  }
  .slide-inner .content {
    width: 90% !important;
    padding-left: 0 !important;
  }
  .swiper-slide .content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 5px;
    width: 90%;
  }
  .swiper-slide .content .title {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
  }
  .swiper-container.nav-slider {
    width: 100%;
    margin: 0 5px;
    display: none;
  }
  .nav-slider .swiper-wrapper .swiper-slide .content {
    display: none;
  }
  .nav-slider .swiper-wrapper .swiper-slide .slide-bgimg {
    width: 90% !important;
  }
  .slide-inner .content {
    left: 10px !important;
  }
  .gallery-wrap .gal-tab .tab-content .img-gal-wrap .galpic-wrap-2 {
    width: 48%;
  }
}
.home-demo .item {
  background: #ff3f4d;
}

.home-demo h2 {
  color: #FFF;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}

.custom-thumbs {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.custom-thumbs img {
  width: 60px;
  height: auto;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.custom-thumbs img.active {
  opacity: 1;
  border: 2px solid #333;
}

.home-demo {
  position: relative;
}

.slide-inner .content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 25px;
  width: 50%;
  padding-left: 10px;
  color: #fff;
}

.slide-inner .content h6 {
  font-size: 16px;
  font-weight: 400;
  background: #0091c7;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  display: table;
  margin: 0 0 10px 0;
}

.slide-inner .content h5 {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: 300;
}

.content .title {
  font-size: 2.6em;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  color: #fff;
  font-weight: 550;
  margin-bottom: 30px;
  line-height: 0.9;
}

.slide-inner .content .title span {
  font-family: "Dancing Script", cursive;
  font-weight: lighter;
  /*color: #0091C7;*/
  color: #fff;
}

/* Thumbnails */
.custom-thumbnails {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
  z-index: 10;
  position: absolute;
  bottom: 20px;
  right: 4%;
  width: 700px;
}

.custom-thumbnails .img {
  display: flex;
  gap: 6px;
}

.custom-thumbnails .img span {
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}

.custom-thumbnails h5 {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.custom-thumbnails img {
  width: 120px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  opacity: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.custom-thumbnails img.active {
  opacity: 1;
  border-color: #2b3b95;
}

.border-gradient {
  border: none;
  border-bottom: 3px solid;
  border-image-slice: 1;
  border-width: 2px;
}

.border-gradient-green {
  border-image-source: linear-gradient(to left, #fff, #0091c7);
}

.view-bt {
  background: url("../images/Ellipse-2.png") no-repeat 0 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  height: 120px;
  display: table;
  line-height: 98px;
  padding-left: 50px;
  text-decoration: none;
  margin-top: 25px;
  transition: 0.5s;
}

.view-bt:hover {
  color: #0091c7;
}

@media (max-width: 1600px) {
  .content .title {
    font-size: 60px;
  }
  .slide-inner .content h6 {
    font-size: 15px;
    padding: 5px 10px;
  }
  .view-bt {
    height: 100px;
    background-size: 80px;
  }
}
@media (max-width: 992px) {
  .slide-inner .content {
    width: 90% !important;
    padding-left: 0 !important;
  }
  .slide-inner .content {
    width: 80%;
    left: 10px;
  }
  .content .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .custom-thumbnails img {
    width: 60px;
    height: 40px;
  }
  .custom-thumbnails .img span {
    display: none;
  }
  .custom-thumbnails {
    width: auto;
    gap: 10px;
  }
  .slide-inner .content {
    width: 90%;
    left: 20px !important;
    top: 50%;
    transform: translateY(-50%);
  }
  .content .title {
    font-size: 36px;
  }
  .slide-inner .content .view-bt {
    height: 100px;
    line-height: 85px;
    font-size: 14px;
    padding-left: 40px;
  }
  .desktop-image {
    display: none !important;
  }
  .mobile-image {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .desktop-image {
    display: block !important;
  }
  .mobile-image {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */