/*================================================
            [common-css] ====== Starts
================================================*/
body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-family: "Poppins";
}

* {
  outline: none !important;
}

figure {
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

:focus {
  outline: none !important;
}

section {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 1;
  font-family: "Poppins";
}

h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 700;
}

h2 {
  line-height: 1.2;
  color: #2b597a;
  font-size: 45px;
  margin-bottom: 25px;
  position: relative;
}

p {
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  font-weight: 400;
}

.common_bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.common_btn {
  min-width: 120px;
  min-height: 35px;
  background-color: #2b597a;
  border: 1px solid transparent;
  transition: 0.5s all !important;
  -webkit-transition: 0.5s all !important;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Poppins";
  text-align: center;
  text-transform: capitalize;
  display: inline-grid;
  place-content: center;
  border-radius: 7px;
  letter-spacing: 1px;
}
.common_btn:hover {
  background-color: transparent;
  border: 1px solid #2b597a;
  color: #212529;
}

.common-arrow img {
  width: 45px;
  height: 45px;
  filter: brightness(0);
  -webkit-filter: brightness(0);
}
.common-arrow:after {
  display: none;
}

/*===== header-area-sticky =====*/
.animated {
  animation-duration: 1.25s;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
header.header-area.pq-header-style-1.pq-has-sticky.pq-header-sticky {
  position: fixed;
  background: var(--white-color);
  padding: 0;
  top: 0;
  box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
  background-color: #fff;
}

/*===== Back to Top =====*/
#back-to-top .top {
  position: fixed;
  bottom: 150px;
  right: 40px;
  margin: 0px;
  color: #fff;
  background-color: #2b597a;
  z-index: 999;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

#back-to-top .top:hover {
  opacity: 0.6;
}

/*===== fixed-icon =====*/
.fixed_social {
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 99;
}
.fixed_social li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins";
  border-radius: 30px;
  padding-left: 15px;
  overflow: hidden;
  background: transparent;
  border-radius: 30px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 100%;
  background-color: #2b597a;
}
.fixed_social li a span {
  display: inline-block;
  background-color: #2b597a;
  border-radius: 30px 0 0 30px;
  height: 50px;
  line-height: 48px;
  position: absolute;
  white-space: nowrap;
  z-index: -1;
  border-radius: 30px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  right: 0;
  width: 50px;
  overflow: hidden;
}
.fixed_social li a:hover span {
  width: auto;
  padding-inline: 15px 50px;
}
.fixed_social li a img {
  width: 22px;
  filter: invert(1);
  -webkit-filter: invert(1);
}

/*================================================
            [common-css] ====== End
================================================*/
/*================================================
            [index] ====== Starts
================================================*/
/*===== header =====*/
.header_area {
  background-color: #fff;
  padding-block: 10px;
}
.header_area .container {
  max-width: 1400px;
}
.header_area_logo img {
  width: auto;
}
.header_area_social {
  display: flex;
  gap: 45px;
}
.header_area_social_each {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  gap: 10px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.header_area_social_each:hover {
  opacity: 1;
}
.header_area_social_each:hover span img {
  transform: rotate(360deg);
}
.header_area_social_each span {
  width: 18px;
  display: inline-block;
  background-color: #2b597a;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 34px;
}
.header_area_social_each span a {
  display: inline-block;
}
.header_area_social_each span img {
  width: 100%;
  width: 18px;
  filter: invert(1);
  -webkit-filter: invert(1);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.header_area_social_each_txt {
  font-size: 17px;
  color: #212529;
  font-weight: 700;
  font-family: "Poppins";
}
.header_area_social_each_txt a {
  display: inline-block;
  font-size: 15px;
  color: #212529;
  font-weight: 500;
  font-family: "Poppins";
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.header_area_social_each_txt a:hover {
  opacity: 0.6;
}

.pq-header-sticky {
  width: 100%;
  z-index: 999;
}
.pq-header-sticky .nav-bar ul li a {
  color: #000;
}

.pq-header-sticky .top_head {
  display: none;
}

/*===== banner-area =====*/
.banner_area {
  position: relative;
  z-index: 1;
}
.banner_area_img {
  border-radius: 40px;
  overflow: hidden;
}
.banner_area .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.6;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.banner_area .swiper-pagination-bullet-active {
  width: 17px;
  height: 7px;
  border-radius: 3px;
  opacity: 1;
}
.banner_area .swiper-horizontal > .swiper-pagination-bullets,
.banner_area .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner_area .swiper-pagination-custom,
.banner_area .swiper-pagination-fraction {
  bottom: 35px;
}
.banner_area .common-arrow img {
  filter: unset;
}
.banner_area .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 1400px;
  padding-left: 53px;
}
.banner_area_img {
  position: relative;
}
.banner_area_img_txt {
  top: 50%;
  transform: translateY(-50%) !important;
  left: 100px;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 20px;
}
.banner_area_img_txt h1 {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 7px;
}
.banner_area_img_txt h1 span {
  font-size: 50px;
  letter-spacing: normal;
  line-height: 1;
}
.banner_area_img:after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}
.banner_area_btns {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 10;
}
.banner_area_btns_groupbtn {
  max-width: 35px;
  margin-left: auto;
}
.banner_area_btns_groupbtn .common_btn {
  writing-mode: tb;
  min-width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 10px 0 0 10px;
  font-family: "Poppins";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 10px 0;
}
.banner_area_btns_groupbtn .common_btn:hover {
  color: #ffffff;
  background-color: rgba(43, 89, 123, 0.5);
  border-color: #2b597a;
  opacity: 1;
}
.banner_area_btns_groupbtn .common_btn:last-child {
  margin-bottom: 0;
}
.banner_area .swiper-button-next {
  right: 50px;
}
.banner_area .swiper-button-prev {
  left: 30px;
}

/*===== overview_sec =====*/
.overview_sec {
  padding-block: 200px 100px;
  position: relative;
  margin-top: -100px;
  overflow: hidden;
}
.overview_sec:after {
  content: "";
  background-image: url(../images/banner_images/Banner_1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.06;
  z-index: -1;
}
.overview_sec_img, .overview_sec_txt {
  position: relative;
  z-index: 1;
  padding-left: 50px;
}
.overview_sec .overview_sec_slider {
  position: relative;
}
.overview_sec .overview_sec_slider:after {
  content: "";
  width: 100px;
  height: 100px;
  background-color: rgba(43, 79, 123, 0.5);
  position: absolute;
  top: -14px;
  left: 34px;
  z-index: -1;
  border-radius: 23px 0;
}
.overview_sec_img {
  position: relative;
}
.overview_sec_img img {
  border-radius: 20px;
}
.overview_sec_txt h4 {
  font-size: 14px;
  color: #212529;
  font-weight: 600;
  margin-top: 30px;
  line-height: 2;
}
.overview_sec_txt .common_btn {
  margin-top: 20px;
}

.feature_boxes {
  width: 100%;
  margin-top: 70px;
}
.feature_boxes_each {
  display: flex;
  border: 1px solid #2b597a;
  border-radius: 15px;
  padding: 20px;
  align-items: center;
}
.feature_boxes_each_img {
  width: 40px;
}
.feature_boxes_each_img img {
  width: 40px;
  margin-right: 15px;
}
.feature_boxes_each_txt {
  flex-grow: 1;
  margin-left: 4%;
}
.feature_boxes_each_txt h5 {
  font-size: 14px;
  line-height: 23px;
  color: #2b597a;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.feature_boxes_each_txt p {
  font-size: 14px;
}

/*===== amenti_sec =====*/
.amenti_sec {
  padding-block: 100px;
}
.amenti_sec .amenti_slider .col-md-2:not(:nth-last-child(-n+6)) {
  margin-bottom: 20px;
}
.amenti_sec .feature_boxes_each {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #2b597a;
  border-radius: 15px;
}
.amenti_sec .feature_boxes_each_txt {
  margin-left: 0;
}
.amenti_sec_head {
  margin-bottom: 40px;
}

/*===== plan_sec =====*/
.plan_sec {
  position: relative;
  padding-block: 100px;
}
.plan_sec:after {
  content: "";
  background-image: url(../images/banner_images/Banner_1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.06;
  z-index: -1;
}

.tab_sec {
  width: 800px;
  margin: 0 auto;
}
.tab_sec h2 {
  margin-bottom: 60px;
}

.cmn-tab .nav-tabs {
  border-bottom: none;
  justify-content: center;
  display: flex;
  padding: 0;
  gap: 15px;
  margin-bottom: 40px;
}
.cmn-tab .nav-tabs .nav-item:hover {
  background-color: transparent;
  border: unset;
  color: #3c3c3c;
}
.cmn-tab .nav-tabs .nav-item .nav-link {
  min-width: 120px;
  min-height: 35px;
  background-color: #2b597a;
  border: 1px solid transparent;
  transition: 0.5s all !important;
  -webkit-transition: 0.5s all !important;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Poppins";
  text-align: center;
  text-transform: capitalize;
  display: inline-grid;
  place-content: center;
  border-radius: 7px;
  letter-spacing: 1px;
  border: 1px solid #2b597a;
  background-color: transparent;
  color: #212529;
  min-width: 230px;
  font-size: 16px;
}
.cmn-tab .nav-tabs .nav-item .nav-link:hover {
  background-color: transparent;
  border: 1px solid #2b597a;
  color: #212529;
}
.cmn-tab .nav-tabs .nav-item .nav-link:hover, .cmn-tab .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #2b597a;
  border: 1px solid transparent;
}
.cmn-tab .nav-tabs .nav-link:focus,
.cmn-tab .nav-tabs .nav-link:hover {
  border: none;
}
.cmn-tab .each_tab_cont {
  position: relative;
}
.cmn-tab .each_tab_cont .common_btn {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 5px 15px;
}
.cmn-tab .each_tab_cont .common_btn:hover img {
  filter: unset;
}
.cmn-tab .each_tab_cont .common_btn img {
  width: 20px;
  margin-right: 15px;
  filter: invert(1);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.cmn-tab .each_tab_cont .swiper-button-next {
  right: -75px;
}
.cmn-tab .each_tab_cont .swiper-button-prev {
  left: -75px;
}
.cmn-tab .each_tab_cont h5 {
  font-size: 25px;
  line-height: 53px;
  color: #212529;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  letter-spacing: 10px;
  border-bottom: 4px solid #2b597a;
}

.tab_cont_slider {
  position: relative;
}

/*===== why_sec =====*/
.why_sec {
  min-height: 600px;
  padding-top: 100px;
}
.why_sec_wrap {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 30px;
}
.why_sec_txt {
  position: relative;
}
.why_sec_txt h2 {
  color: #212529;
  margin-bottom: 0;
}

/*===== gallery_sec =====*/
.gallery_sec {
  background-color: #f5f5f5;
  padding-top: 100px;
  position: relative;
}
.gallery_sec .swiper-wrapper {
  flex-wrap: wrap;
}
.gallery_sec .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
}
.gallery_sec:after {
  content: "";
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.gallery_sec_head {
  margin-bottom: 20px;
}
.gallery_sec_boxes {
  position: relative;
  z-index: 1;
}
.gallery_sec_boxes .swiper-button-next {
  right: -60px;
}
.gallery_sec_boxes .swiper-button-prev {
  left: -60px;
}
.gallery_sec_boxes_each {
  position: relative;
}
.gallery_sec_boxes_each img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_sec_boxes_each span {
  display: inline-block;
  cursor: pointer;
  top: 50%;
  left: 50%;
  height: 30px;
  width: 30px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery_sec_boxes_each span img {
  width: 60px;
}
.gallery_sec_boxes_each span:after, .gallery_sec_boxes_each span:before {
  content: "";
  animation: ring 1s infinite ease-out;
  background-color: #d19d29;
  border-radius: 100%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.gallery_sec_boxes_each span::before {
  animation-delay: 0.33s;
}

@keyframes ring {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
/*===== contact =====*/
.contact_from_wrapper {
  width: 350px;
  padding: 15px;
  border-radius: 30px;
  background-color: #fff;
  position: absolute;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  z-index: 2;
}
.contact_from_wrapper label {
  font-size: 13px;
}
.contact_from_wrapper .disclaimer_check {
  position: relative;
}
.contact_from_wrapper .disclaimer_check label {
  font-size: 13px;
  position: absolute;
  bottom: 0;
}
.contact_from_wrapper p {
  font-size: 13px;
  padding-left: 15px;
  padding-bottom: 20px;
}
.contact_from_wrapper .agree_check {
  position: absolute;
  left: 0;
  top: 4px;
}
.contact_from_wrapper:after {
  content: "";
  background-image: url(../images/bg_1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.06;
  z-index: -1;
}
.contact_from_wrapper h2 {
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.form-styl,
.select-style {
  resize: none;
  font-family: "Poppins";
  border: 0;
  color: #212529;
  border: 1px solid #2b597a;
  font-size: 15px;
  padding: 0 15px;
  height: 30px;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 400;
  position: relative;
}

.form-styl:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #ed1c24;
}

.form-styl::-moz-placeholder, .select-style::-moz-placeholder {
  color: #212529;
  opacity: 1;
  /* Firefox */
}

.form-styl::placeholder,
.select-style::placeholder {
  color: #212529;
  opacity: 1;
  /* Firefox */
}

.form-styl::-ms-input-placeholder,
.select-style::-ms-input-placeholder {
  color: #212529;
}

.contact_from_wrapper .select-style {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/down-arrow.png) #fff no-repeat 95% center/15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*===== map sec =====*/
.map_sec {
  padding-block: 100px;
}
.map_sec iframe {
  border-radius: 40px;
}

/*===== footer_area =====*/
.footer_area {
  position: relative;
  background-color: #ffffff;
  padding-block: 80px;
}
.footer_area .container {
  position: relative;
  z-index: 1;
}
.footer_area .header_area_social {
  flex-direction: column;
  gap: 15px;
  margin-block: 15px 20px;
}
.footer_area .header_area_social_each {
  justify-content: unset;
}
.footer_area:after {
  content: "";
  background-image: url(../images/banner_images/Banner_1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.06;
}
.footer_area .col-md-4:not(:last-child) {
  border-right: 1px solid #2b597a;
}
.footer_area .col-md-4:not(:first-child) {
  padding: 0 40px;
}
.footer_area_logo {
  margin-bottom: 25px;
}
.footer_area p {
  font-weight: 400;
  font-size: 15px;
}
.footer_area p a {
  color: #212529;
  text-decoration: underline;
}
.footer_area p a:hover {
  text-decoration: none;
}
.footer_area_info h3 {
  color: #212529;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 25px;
}
.footer_area_info .brocure_btn {
  display: inline-flex;
  align-items: center;
  margin-top: 25px;
  min-width: 260px;
}
.footer_area_info .brocure_btn i {
  margin-right: 15px;
}

.footer_top {
  border-bottom: 1px solid #2b597a;
  padding-bottom: 40px;
}

.footer_bottom {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.footer_bottom ul {
  display: flex;
  justify-content: space-between;
}
.footer_bottom ul li {
  flex-grow: 1;
  text-align: center;
  padding: 10px 0;
}
.footer_bottom ul li:not(:last-child) {
  border-right: 1px solid #2b597a;
}
.footer_bottom ul li a {
  font-weight: 400;
  font-family: "Roboto";
  font-size: 13px;
  color: #252525;
  text-transform: capitalize;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.footer_bottom ul li a:hover {
  opacity: 0.6;
}

#message_show {
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
  text-transform: capitalize;
  font-size: 20px;
  width: 100%;
  margin-top: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  position: absolute;
  background-color: #2b597a;
  color: #fff !important;
}

.map_sec iframe button {
  display: none !important;
}

.mobile_grid_galery {
  display: none;
}
.mobile_grid_galery .mobile_gal_box {
  display: flex;
  flex-wrap: wrap;
}
.mobile_grid_galery .mobile_gal_box .mobile_gal_slide {
  width: 50%;
  padding: 10px;
}
.mobile_grid_galery .mobile_gal_box .mobile_gal_slide img {
  border-radius: 20px;
}

.footer_area_info .brochure_btn {
  padding-inline: 5px 5px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.overview_sec_txt p {
  text-align: justify;
}/*# sourceMappingURL=style.css.map */