@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
#myBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #fff;
  z-index: 10;
  width: 36px;
  height: 36px;
  transition: all 0.32s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  #myBtn {
    width: 50px;
    height: 50px;
  }
}
.visible #myBtn {
  opacity: 1;
  visibility: visible;
}
#myBtn:hover {
  background-color: #0B3D91;
  border-color: #0B3D91;
  color: #ffffff;
}

.scrolltotop {
  position: fixed;
  z-index: 2;
  margin-bottom: 20px;
  transition: all 0.32s ease-in-out;
  right: 12px;
  bottom: 12px;
}
@media (min-width: 768px) {
  .scrolltotop {
    right: 20px;
    bottom: 20px;
  }
}
.scrolltotop .whatsapp-icon {
  display: inline-block;
  transition: all 0.32s ease-in-out;
  transform: translateY(calc(100% + 10px));
}
.visible .scrolltotop .whatsapp-icon {
  transform: translateY(0);
}
.scrolltotop img {
  width: 100%;
  object-fit: contain;
  width: 36px;
  height: 36px;
  display: inline-block;
  z-index: 10;
  transition: all 0.32s ease-in-out;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .scrolltotop img {
    width: 50px;
    height: 50px;
  }
}

html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  scroll-behavior: smooth;
}

*,
** {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
}

h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
}

h1 {
  font-size: 32px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 32px;
  font-weight: bold;
}
@media (min-width: 576px) {
  h2 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 46px;
  }
}
@media (max-width: 767.5px) {
  h2 br {
    display: none;
  }
}

h3 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.services-detail-sec, .testimonial-sec, .who-with-vision, .client-sec, .servies-section, .land-investment-sec {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .services-detail-sec, .testimonial-sec, .who-with-vision, .client-sec, .servies-section, .land-investment-sec {
    padding-top: 60px;
  }
}

.servies-section {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .servies-section {
    padding-bottom: 60px;
  }
}

.our-insight, .contact-us {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .our-insight, .contact-us {
    padding-bottom: 80px;
  }
}

.our-insight, .contact-us, .pillars-section {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .our-insight, .contact-us, .pillars-section {
    padding-top: 80px;
  }
}

@media (min-width: 1600px) {
  .type2 {
    max-width: 1444px;
  }
}

.menu-toggle {
  background-color: transparent;
  border: none;
  padding: 0;
}
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle svg {
  width: 50px;
  height: 50px;
}

.line {
  fill: none;
  stroke: #0A2F70;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.inquire-form-modal .form-control {
  padding: 10px 16px;
  border-radius: 0px;
}
.inquire-form-modal .form-control:focus {
  outline: none;
  box-shadow: none;
}
.inquire-form-modal .form-control::placeholder {
  opacity: 0.5;
}
.inquire-form-modal .modal-content {
  border-radius: 20px;
  padding: 20px 12px;
}
@media (min-width: 768px) {
  .inquire-form-modal .modal-content {
    padding: 30px 20px;
  }
}
.inquire-form-modal .modal-content .modal-header {
  border: none;
  text-align: center;
  color: #0A2F70;
  justify-content: center;
}
.inquire-form-modal .modal-content .modal-header h5 {
  font-weight: bold;
}
.inquire-form-modal .btn {
  background-color: #0A2F70;
  color: #ffffff;
  padding: 12px 40px;
  border-radius: 0px;
  transition: all 0.32s ease-in-out;
}
.inquire-form-modal .btn:hover {
  background-color: #0B3D91;
}

main {
  overflow: hidden;
}

section {
  scroll-margin-top: 200px;
}

header {
  background-color: #ffffff;
  width: 100%;
  position: relative;
  z-index: 10;
}
.sticky-active header {
  position: fixed;
  animation: slideDown 0.5s ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
}
header .menu-with-social {
  display: flex;
  gap: 20px;
}
@media (min-width: 768px) {
  header .menu-with-social {
    gap: 40px;
  }
}
header .col-auto {
  align-self: center;
}
header .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
}
header .logo a {
  display: block;
  text-decoration: none;
  color: #000000;
  line-height: 1;
  text-align: left;
}
header .logo a small {
  margin-left: 10px;
  display: inline-block;
}
@media (max-width: 991.5px) {
  header .logo a small {
    font-size: 10px;
  }
}
header .logo img {
  width: 100%;
  max-width: 120px;
  height: auto;
}
@media (min-width: 1200px) {
  header .logo img {
    max-width: 200px;
  }
}
header .menu-item {
  align-items: center;
}
@media (max-width: 991.5px) {
  header .menu-item {
    display: none;
  }
}
@media (min-width: 992px) {
  header .menu-item {
    display: flex !important;
  }
}
header .menu-item > ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
header .menu-item > ul > li {
  list-style: none;
  position: relative;
  transition: all 0.32s ease-in-out;
  padding: 20px 0;
}
header .menu-item > ul > li:not(:last-child) {
  padding-right: 20px;
}
@media (min-width: 1400px) {
  header .menu-item > ul > li:not(:last-child) {
    padding-right: 30px;
  }
}
header .menu-item > ul > li .sub-menu {
  position: absolute;
  left: 0;
  padding: 0;
  top: 100%;
  min-width: 280px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: opacity 0.32s ease-in-out, transform 0.32s ease-in-out;
  margin-top: 10px;
  transform: translateY(-20px);
  z-index: 10;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
header .menu-item > ul > li .sub-menu li {
  list-style: none;
  transition: all 0.32s ease-in;
  overflow: hidden;
}
header .menu-item > ul > li .sub-menu li a {
  text-decoration: none;
  color: #000000;
  padding: 0;
  display: inline-block;
  transition: all 0.32s ease-in;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}
header .menu-item > ul > li .sub-menu li a i {
  margin-left: 6px;
}
header .menu-item > ul > li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
header .menu-item > ul > li .sub-menu li:hover {
  background-color: #0A2F70;
}
header .menu-item > ul > li .sub-menu li:hover a {
  color: #ffffff;
  transform: translateX(5px);
  border-color: #0A2F70;
}
header .menu-item > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-top: 0;
}
header .menu-item > ul > li > a {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  transition: all 0.32s ease-in-out;
  padding: 10px 0;
  position: relative;
  font-weight: 500;
}
@media (max-width: 1399.5px) {
  header .menu-item > ul > li > a {
    font-size: 15px;
  }
}
header .menu-item > ul > li > a i {
  transition: all 0.32s ease-in-out;
  margin-left: 4px;
}
@media (max-width: 991.5px) {
  header .menu-item > ul > li > a i {
    display: none;
  }
}
header .menu-item > ul > li > a.active {
  color: #0A2F70;
}
header .menu-item > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  transition: all 0.32s ease-in-out;
  background-color: #0A2F70;
}
header .menu-item > ul > li > a:hover {
  color: #0B3D91;
}
header .menu-item > ul > li > a:hover:before {
  width: 100%;
}
header ul.social-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  gap: 8px;
  display: none;
}
@media (min-width: 1400px) {
  header ul.social-icon {
    gap: 12px;
  }
}
header ul.social-icon li {
  list-style: none;
  position: relative;
}
header ul.social-icon li:nth-child(1) a::after {
  background-color: #1877F2;
}
header ul.social-icon li:nth-child(2) a::after {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
}
header ul.social-icon li:nth-child(3) a::after {
  background-color: #0A66C2;
}
header ul.social-icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.32s ease-in-out;
  font-size: 20px;
  width: 42px;
  height: 42px;
  background-color: #0B3D91;
}
@media (min-width: 1200px) {
  header ul.social-icon li a {
    width: 50px;
    height: 50px;
  }
}
header ul.social-icon li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.32s ease-in-out;
}
header ul.social-icon li a i {
  position: relative;
  z-index: 3;
}
header ul.social-icon li a:hover {
  transform: translateY(-5px);
}
header ul.social-icon li a:hover::after {
  opacity: 1;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #0A2F70;
  z-index: 9;
  padding-top: 88px;
  display: none;
  overflow: hidden;
}
.mobile-menu .container {
  padding: 0;
  overflow: scroll;
  height: 100%;
}
.mobile-menu .meanmenu-reveal {
  display: none !important;
}
.mobile-menu .mean-bar {
  float: unset;
  background-color: transparent;
}
.mobile-menu .mean-nav {
  margin: 0;
  float: unset;
  background-color: transparent;
}
.mobile-menu .mean-nav > ul {
  display: block !important;
}
@media (max-width: 991.5px) {
  .mobile-menu .mean-nav > ul i {
    display: none;
  }
}

/* Keyframe animation */
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.btnletsconnect {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  z-index: 10;
  transition: 0.3s;
  right: -45px;
}
@media (min-width: 768px) {
  .btnletsconnect {
    right: -72px;
  }
}
.btnletsconnect a {
  font-size: 14px;
}
@media (min-width: 768px) {
  .btnletsconnect a {
    font-size: 16px;
  }
}
.btnletsconnect i {
  font-size: 16px;
  margin-left: 10px;
}

.btnletsconnect .btn.borderbtn {
  background: #0A2F70;
  color: #fff;
  transition: 0.6s;
  padding: 12px 20px;
  border-radius: 10px 10px 0 0 !important;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .btnletsconnect .btn.borderbtn {
    border-radius: 30px 30px 0 0;
    padding: 12px 30px;
  }
}
@media (max-width: 767.5px) {
  .btnletsconnect .btn.borderbtn {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
  }
}

.hero-sec {
  overflow: hidden;
  height: 100vh;
}
@media (min-width: 768px) {
  .hero-sec {
    height: calc(100vh - 100px);
  }
}
.hero-sec .wrapper {
  height: 100%;
}
.hero-sec .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  position: relative;
}
.hero-sec .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0B3D91;
  background: linear-gradient(273deg, rgba(11, 61, 145, 0) 0%, rgb(6, 30, 71) 100%);
  z-index: 1;
}
.hero-sec .swiper-slide img {
  width: 100%;
  margin-right: -100%;
}
.hero-sec .banner-content {
  width: 100%;
  color: #ffffff;
  height: 100%;
  display: flex;
  transition: all 1.5s ease-in-out;
  transform: translateY(6%);
  opacity: 0;
  position: relative;
  z-index: 10;
}
.hero-sec .banner-content h1 {
  margin-bottom: 12px;
}
.hero-sec .banner-content p {
  font-size: 18px;
}
@media (min-width: 768px) {
  .hero-sec .banner-content p {
    font-size: 20px;
  }
}
.hero-sec .banner-content .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.hero-sec .hero-slider {
  height: 100%;
}
.hero-sec .hero-slider .swiper-slide {
  height: auto;
  transition: all 0.32s ease-in-out;
}
.hero-sec .hero-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 5s ease-in-out;
}
.hero-sec .hero-slider .swiper-slide.swiper-slide-active img {
  transform: scale(1.2);
}
.hero-sec .hero-slider .swiper-slide.swiper-slide-active .banner-content {
  opacity: 1;
  transform: translateY(0);
}
.hero-sec .swiper-button-next,
.hero-sec .swiper-button-prev {
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 2;
  transition: all 0.32s ease-in-out;
}
.hero-sec .swiper-button-next::after,
.hero-sec .swiper-button-prev::after {
  font-size: 20px;
  color: #0A2F70;
}
.hero-sec .swiper-button-next:hover,
.hero-sec .swiper-button-prev:hover {
  background-color: #0A2F70;
}
.hero-sec .swiper-button-next:hover::after,
.hero-sec .swiper-button-prev:hover::after {
  color: #ffffff;
}
.hero-sec ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  transform: translateY(5%);
}
@media (min-width: 768px) {
  .hero-sec ul {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .hero-sec ul {
    font-size: 20px;
  }
}
.hero-sec ul li {
  width: 50%;
  padding: 10px 0;
}
.hero-sec ul li i {
  margin-right: 12px;
}
.hero-sec .type2 {
  max-width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
@media (max-width: 991.5px) {
  .hero-sec .type2 {
    display: none;
  }
}
.hero-sec .swiper-pagination {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .hero-sec .swiper-pagination {
    display: none;
  }
}
.hero-sec .swiper-pagination span {
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.land-investment-sec .rounded-circle {
  background-color: #0A2F70;
}
.land-investment-sec ul {
  padding: 0;
  margin: 0 0 20px;
}
.land-investment-sec ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}
.land-investment-sec ul li i {
  margin-right: 10px;
  margin-top: 6px;
}
.land-investment-sec .land-item {
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
  padding: 40px 20px;
  border-bottom: 3px solid #0A2F70;
  border-radius: 10px;
}
.land-investment-sec .process-items {
  padding-top: 60px;
}
@media (min-width: 1200px) {
  .land-investment-sec .process-items {
    padding-top: 0;
    padding-left: 90px;
  }
}
.land-investment-sec .inner-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.32s ease-in-out;
  border-radius: 10px;
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .land-investment-sec .inner-item {
    margin-bottom: 30px;
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .land-investment-sec .inner-item.type2 {
    margin-left: 10%;
  }
}
.land-investment-sec .inner-item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-weight: bold;
  aspect-ratio: 1/1;
  background-color: #0A2F70;
  color: #ffffff;
  border-radius: 10%;
  position: relative;
  z-index: 2;
  align-self: center;
  transition: all 0.32s ease-in-out;
  width: 100%;
  transform: translateY(-50px);
  min-width: 100px;
  max-width: 100px;
}
@media (min-width: 1200px) {
  .land-investment-sec .inner-item .number {
    min-width: 180px;
    max-width: 180px;
    font-size: 80px;
    transform: translateY(0);
    width: 15%;
    transform: translateX(-50%);
  }
}
.land-investment-sec .inner-item .content {
  align-self: center;
  padding: 20px;
  width: 100%;
  width: 100%;
  margin-top: -50px;
}
@media (min-width: 1200px) {
  .land-investment-sec .inner-item .content {
    width: 50%;
    padding: 20px 20px 20px 0;
    margin-top: 0;
    margin-left: -150px;
  }
}
.land-investment-sec .inner-item .content h4 {
  font-size: 26px;
  color: #0B3D91;
}
.land-investment-sec .inner-item .image {
  transition: all 0.32s ease-in-out;
  overflow: hidden;
  position: relative;
  border-radius: 0 10px 10px 0;
  width: 100%;
  display: none;
  max-height: 300px;
}
@media (min-width: 992px) {
  .land-investment-sec .inner-item .image {
    width: 50%;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .land-investment-sec .inner-item .image {
    width: 30%;
  }
}
.land-investment-sec .inner-item .image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0A2F70;
  opacity: 0.5;
  transition: all 0.32s ease-in-out;
}
.land-investment-sec .inner-item .image img {
  width: 100%;
  height: 100%;
  transition: all 0.32s ease-in-out;
  object-fit: cover;
}
.land-investment-sec .inner-item:hover .image::after {
  opacity: 0;
}
.land-investment-sec .inner-item:hover .image img {
  transform: scale(1.2);
}

/* * servies-section-section */
.servies-section {
  margin-top: 80px;
}
.servies-section .card-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #dddbdb;
  box-shadow: none;
  border-radius: 20px;
  padding: 30px 20px;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 1200px) {
  .servies-section .card-outer {
    border-radius: 100px;
    padding: 10px;
  }
}
.servies-section .image-item {
  border-radius: 50%;
  border: 1px solid #dddbdb;
  padding: 10px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .servies-section .image-item {
    width: 50%;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .servies-section .image-item {
    width: 20%;
  }
}
.servies-section .image-item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media (max-width: 767.5px) {
  .servies-section .image-item img {
    width: 132px;
    height: 132px;
  }
}
.servies-section .content-wrapper {
  padding: 10px 10px 30px;
}
@media (min-width: 1200px) {
  .servies-section .content-wrapper {
    padding: 10px 30px;
    width: 80%;
  }
}
.servies-section .content-wrapper h5 {
  font-weight: bold;
  color: #0A2F70;
  margin-bottom: 6px;
}
.servies-section .link a {
  color: #0A2F70;
}
.servies-section .link a i {
  margin-left: 10px;
}

.key-hightlight-section {
  padding: 80px 0;
  background-image: url("../images/highlight.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  min-height: 500px;
}
.key-hightlight-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0A2F70;
  opacity: 0.8;
}
.key-hightlight-section .container {
  position: relative;
  z-index: 1;
}

.client-sec .row > div {
  display: flex;
}
.client-sec .hover-scale {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background-color: #0A2F70;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.client-sec .hover-scale > * {
  position: relative;
  z-index: 1;
}
.client-sec .hover-scale .image-item {
  overflow: hidden;
  max-height: 240px;
}
@media (min-width: 992px) {
  .client-sec .hover-scale .image-item {
    max-height: 310px;
  }
}
@media (min-width: 1200px) {
  .client-sec .hover-scale .image-item {
    max-height: 210px;
  }
}
.client-sec .hover-scale img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  transition: all 0.5s ease-in-out;
  height: 240px;
  max-height: 240px;
}
@media (min-width: 992px) {
  .client-sec .hover-scale img {
    height: 310px;
    max-height: 310px;
  }
}
@media (min-width: 1200px) {
  .client-sec .hover-scale img {
    height: 210px;
    max-height: 210px;
  }
}
.client-sec .hover-scale .content-wrapper {
  padding: 20px 30px 30px;
  position: relative;
  overflow: hidden;
}
.client-sec .hover-scale .content-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-left: auto;
  transition: all 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #1e59be;
  z-index: -1;
  opacity: 0;
}
.client-sec .hover-scale h5 {
  margin-bottom: 8px;
}
.client-sec .hover-scale:hover {
  transform: translateY(-10px);
}
.client-sec .hover-scale:hover img {
  transform: scale(1.1);
}
.client-sec .hover-scale:hover .content-wrapper::after {
  width: 800px;
  height: 800px;
  opacity: 1;
}

.pillars-section h4 {
  font-size: 26px;
}

.contact-us .text-primary {
  color: #0A2F70 !important;
}
.contact-us h3 {
  color: #0A2F70;
  margin-bottom: 30px;
}
.contact-us form {
  padding: 30px 20px;
  background-color: #0A2F70;
  color: #ffffff;
  border-radius: 10px;
}
.contact-us form .form-control {
  padding: 10px 20px;
  border-radius: 0px;
  border-color: rgba(255, 255, 255, 0.4862745098);
  background-color: transparent;
  color: #ffffff;
}
.contact-us form .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.contact-us form .form-control:focus {
  color: #ffffff;
}
.contact-us .bg-white {
  width: 100%;
}
.contact-us .btn {
  padding: 12px 30px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #ffffff;
  color: #0A2F70;
}
.contact-us .btn:hover {
  background-color: #0B3D91;
  color: #ffffff;
}
.contact-us a {
  text-decoration: none;
  color: #000000;
}
.contact-us .google-map {
  display: flex;
}
.contact-us .google-map a {
  display: flex;
  width: 100%;
  height: 100%;
}
.contact-us .google-map a img {
  width: 100%;
  height: 100%;
}

/* Hover shadow effect */
.hover-shadow {
  transition: box-shadow 0.3s ease;
}

.hover-shadow:hover {
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15) !important;
}

/* Purple color */
.text-purple {
  color: #6f42c1 !important;
}

/* Pink color */
.text-pink {
  color: #d63384 !important;
}

/* Transition utility */
.transition {
  transition: box-shadow 0.3s ease;
}

.our-insight {
  margin-bottom: 60px;
  background: #0A2F70;
  background: linear-gradient(180deg, rgba(10, 47, 112, 0) 0%, rgba(10, 47, 112, 0.05) 100%);
}
.our-insight .row {
  justify-content: center;
}
.our-insight .inner-item {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.32s ease-in-out;
}
.our-insight .inner-item .image {
  max-width: 630px;
  max-height: 350px;
  transition: all 0.32s ease-in-out;
  overflow: hidden;
  min-height: 280px;
}
@media (min-width: 768px) {
  .our-insight .inner-item .image {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .our-insight .inner-item .image {
    min-height: 350px;
  }
}
.our-insight .inner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.32s ease-in-out;
}
.our-insight .inner-item .content {
  padding: 20px 12px 30px;
  text-align: center;
}
.our-insight .inner-item:hover img {
  transform: scale(1.1);
}
.our-insight .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}
.our-insight .btn-wrapper a {
  display: inline-block;
  color: #ffffff;
  background-color: #0B3D91;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .our-insight .btn-wrapper a {
    padding: 10px 30px;
  }
}
.our-insight .btn-wrapper a:hover {
  background-color: #ffffff;
  color: #0B3D91;
  border-color: #0B3D91;
}
.our-insight .btn-wrapper a i {
  margin-left: 12px;
}
.our-insight .btn-wrapper a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.why-choose {
  position: relative;
  background-color: #0A2F70;
  margin-top: 60px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .why-choose {
    margin-top: 80px;
  }
}
.why-choose .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.why-choose .wrapper .left {
  width: 100%;
  align-self: center;
}
@media (min-width: 992px) {
  .why-choose .wrapper .left {
    margin-right: -45%;
  }
}
.why-choose .wrapper .left h2 {
  margin-bottom: 12px;
}
.why-choose .wrapper .left p {
  text-align: justify;
  margin: 0;
}
.why-choose .wrapper .inner-content {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .why-choose .wrapper .inner-content {
    padding: 60px 20px 60px 0;
  }
}
@media (min-width: 992px) {
  .why-choose .wrapper .right {
    width: 45%;
  }
}
.why-choose .wrapper .right img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-height: 515px;
  min-height: 300px;
}
@media (min-width: 576px) {
  .why-choose .wrapper .right img {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .why-choose .wrapper .right img {
    min-height: 500px;
  }
}

.basic-banner {
  position: relative;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
@media (min-width: 576px) {
  .basic-banner {
    padding: 200px 0;
  }
}
.basic-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0A2F70;
  opacity: 0.7;
}
.basic-banner .container {
  position: relative;
  z-index: 2;
}

.who-with-vision p {
  text-align: justify;
}

.testimonial-sec .row {
  align-items: center;
}
.testimonial-sec .image-item img {
  object-fit: cover;
  width: 100%;
  margin-left: auto;
  border-radius: 10px;
  height: 260px;
}
@media (min-width: 768px) {
  .testimonial-sec .image-item img {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .testimonial-sec .image-item img {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .testimonial-sec .content-wrapper {
    padding: 0 30px;
  }
}

.team-section {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .team-section {
    margin-top: 80px;
  }
}
.team-section .fw-semibold {
  color: #0B3D91;
}
.team-section .row {
  justify-content: center;
}
.team-section img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
}
.team-section a {
  transition: all 0.32s ease-in-out;
  color: #000000;
}
.team-section a:hover {
  transform: scale(1.1);
  color: #0B3D91;
}

.main.py-4 {
  display: flex;
  min-height: 100vh;
  padding: 0 !important;
}

.login-page {
  background-image: linear-gradient(to right top, #052459, #062a67, #073074, #093783, #0b3d91);
}
.login-page .left-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.login-page .form-section .form-label {
  font-weight: 600;
}
.login-page .form-section .btn-primary {
  background-color: #0A2F70;
  border: none;
  padding: 10px 30px;
  font-weight: 600;
  border-radius: 0px;
}
.login-page .form-section .btn-primary:hover {
  background-color: #0B3D91;
}
.login-page .form-section .form-control {
  border-radius: 0px;
  padding: 10px 16px;
}
.login-page .form-section .form-control:focus {
  box-shadow: none;
  border-color: #0A2F70;
}
.login-page .inner-item {
  padding: 50px 40px 100px 50px;
  border-radius: 0px;
  background-color: #fff;
  padding: 20px 30px;
}
.login-page .inner-item .btn-primary {
  border-radius: 0px;
}
.login-page .inner-item .btn-primary:hover {
  background-color: #0B3D91;
}
@media (max-width: 991.5px) {
  .login-page .left-image {
    display: none;
  }
}
@media (max-width: 991.5px) {
  .login-page .inner-item {
    padding: 30px 20px;
  }
}

.services-detail-sec h5, .services-detail-sec h4 {
  margin-bottom: 12px;
}
.services-detail-sec img {
  width: auto !important;
  height: 220px;
}
@media (min-width: 576px) {
  .services-detail-sec img {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .services-detail-sec img {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .services-detail-sec img {
    height: 400px;
  }
}

footer {
  background-color: #000000;
  color: #ffffff;
  background-image: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 60px 0 20px;
}
@media (min-width: 576px) {
  footer {
    padding: 80px 0 20px;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 100px 0 20px;
  }
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}
footer .row {
  position: relative;
  z-index: 2;
}
footer .logo-item img {
  margin-bottom: 30px;
}
footer .logo-item h5 {
  margin-bottom: 12px;
  font-size: 20px;
}
@media (min-width: 992px) {
  footer .logo-item h5 {
    font-size: 24px;
  }
}
footer .logo-item p {
  margin: 0 0 10px;
}
@media (max-width: 575.5px) {
  footer .info-link {
    padding-top: 30px;
  }
}
@media (min-width: 576px) {
  footer .info-link {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  footer .info-link {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  footer .info-link {
    padding-left: 100px;
  }
}
footer .info-link ul {
  padding: 0;
  margin: 0;
}
footer .info-link ul li {
  list-style: none;
  margin-bottom: 12px;
}
footer .info-link ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.32s ease-in-out;
}
footer .info-link ul li a:hover {
  color: #0B3D91;
}
footer h5 {
  margin-bottom: 20px;
  font-size: 22px;
}
@media (max-width: 991.5px) {
  footer .stay {
    padding-top: 40px;
  }
}
footer .stay form {
  position: relative;
}
footer .stay form .form-control {
  border-radius: 30px;
  border: none;
  padding: 14px 140px 14px 20px;
}
@media (min-width: 1400px) {
  footer .stay form .form-control {
    padding: 16px 140px 16px 20px;
  }
}
footer .stay form .form-control:focus {
  outline: none;
  box-shadow: none;
}
footer .stay form .submit-btn {
  background-color: #0B3D91;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  position: absolute;
  top: 50%;
  padding: 10px 30px;
  transform: translateY(-50%);
  right: 4px;
  transition: all 0.32s ease-in-out;
}
@media (min-width: 1400px) {
  footer .stay form .submit-btn {
    right: 6px;
    padding: 12px 30px;
  }
}
footer .stay form .submit-btn:hover {
  background-color: #a34e03;
}
footer .social {
  padding-top: 20px;
}
footer .social ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  footer .social ul {
    gap: 30px;
  }
}
footer .social ul li {
  list-style: none;
}
footer .social ul li a {
  text-decoration: none;
  display: inline-block;
}
footer .social ul li a img {
  transition: all 0.32s ease-in-out;
}
@media (max-width: 767.5px) {
  footer .social ul li a img {
    max-height: 35px;
    width: auto;
    object-fit: cover;
  }
}
footer .social ul li a img:hover {
  transform: scale(1.05);
}

.copyright {
  border-top: 1px solid gray;
  text-align: center;
  padding-top: 20px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .copyright {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .copyright {
    margin-top: 100px;
  }
}
.copyright p {
  margin: 0;
  text-transform: uppercase;
}/*# sourceMappingURL=syle.css.map */