/**
* Theme Name: Agd argus Child
* Description: This is a child theme of Konsulix, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: konsulix
* Version: 1.0.10
*/
:root {
  --line-border-fill: #3498db;
  --line-border-empty: #e0e0e0;
}

:root {
  --e-global-color-primary: #214682 !important;
  --e-global-color-secondary: #214682 !important;
  --e-global-color-text: #5a5a5a;
  --e-global-color-accent: #000000;
  --e-global-color-lighter: #a3a3a3;
  --e-global-color-dark: #000000;
  --e-global-color-border: #e6e6e6;
  --e-global-typography-primary-font-family: Onest, HelveticaNeue-Light,
    Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande,
    sans-serif;
  --e-global-typography-primary-font-weight: 400;
  --e-global-typography-primary-text-transform: none;
  --e-global-typography-primary-font-style: normal;
  --e-global-typography-primary-text-decoration: none;
  --e-global-typography-primary-letter-spacing: 0;
  --e-global-typography-primary-line-height: 1.35;
  --e-global-typography-secondary-font-family: Onest, HelveticaNeue-Light,
    Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande,
    sans-serif;
  --e-global-typography-secondary-font-weight: 700;
  --e-global-typography-secondary-text-transform: normal;
  --e-global-typography-secondary-font-style: normal;
  --e-global-typography-secondary-text-decoration: none;
  --e-global-typography-secondary-letter-spacing: 0;
  --e-global-typography-secondary-line-height: 1.125;
  --e-global-typography-text-font-family: Onest, HelveticaNeue-Light,
    Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande,
    sans-serif;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-size: 15px;
  --e-global-typography-text-text-transform: normal;
  --e-global-typography-text-font-style: normal;
  --e-global-typography-text-text-decoration: none;
  --e-global-typography-text-letter-spacing: 0;
  --e-global-typography-text-line-height: 1.666;
  --e-global-typography-accent-font-family: Onest, HelveticaNeue-Light,
    Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande,
    sans-serif;
  --e-global-typography-accent-font-weight: 700;
  --e-global-typography-accent-size: 14px;
  --e-global-typography-accent-text-transform: capitalize;
  --e-global-typography-accent-font-style: normal;
  --e-global-typography-accent-text-decoration: none;
  --e-global-typography-accent-letter-spacing: 0;
  --e-global-typography-accent-line-height: 1.28;
  --e-global-grid-column-gap: 30px;
  --e-global-grid-row-gap: 30px;
  --grid-column-gap: 30px;
  --grid-row-gap: 30px;
  --e-global-column-to-show: 4;
}

.elementor-kit-7 {
  --e-global-color-primary: #214682 !important;
  --e-global-color-secondary: #214682 !important;
  --e-global-color-text: #5a5a5a;
  --e-global-color-accent: #000;
  --e-global-color-lighter: #a3a3a3;
  --e-global-color-dark: #000000;
  --e-global-color-border: #e6e6e6;
  --e-global-typography-primary-font-family: "Onest";
  --e-global-typography-primary-font-weight: 400;
  --e-global-typography-secondary-font-family: "Onest";
  --e-global-typography-secondary-font-weight: 500;
  --e-global-typography-text-font-family: "Onest";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Onest";
  --e-global-typography-accent-font-weight: 700;
  background-color: #fff;
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

section {
  padding: 60px 0px;
}

.container {
  padding-left: 5%;
  padding-right: 5%;
}

.main-container {
  margin: 40px;
  display: flex !important;
  flex-direction: row !important;
}

.main-container .left-side-container {
  width: 66%;
}

.main-container .right-side-container {
  width: 34%;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  color: #214682;

  img {
    position: relative;
    top: -2px;
    left: 15px;
  }

  @media (max-width: 991px) {
    font-size: 26px;
  }
}

.heading-wrapper {
  display: flex;
  align-items: center;

  .heading-circle {
    display: inline-block;
    margin-left: 15px;
    margin-right: 6px;
    width: 32px;
    height: 32px;
    border: 1px solid #eae8e8;
    border-radius: 50%;
    position: relative;

    &:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 12px;
      height: 12px;
      background: #214682;
      border-radius: 50%;
    }
  }

  .heading-line {
    background: rgb(191, 197, 205);
    background: linear-gradient(
      111deg,
      rgba(191, 197, 205, 1) 0%,
      rgba(191, 197, 205, 0) 100%
    );
    width: 47%;
    height: 1px;
    position: relative;
    top: -5px;
  }
}

.text-blue {
  color: #214682;
}

.hr-left {
  border-left: 1px solid #eae8e8;

  @media (max-width: 991px) {
    border: 0px;
  }
}

hr {
  border-color: #eae8e8;
  opacity: 1;
}

.bg-yellow {
  background: #ffe032 !important;
}

.bg-blue {
  background: #214682 !important;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-32 {
  font-size: 32px;

  @media (max-width: 991px) {
    font-size: 24px;
  }
}

.font-size-50 {
  font-size: 50px;

  @media (max-width: 1200px) {
    font-size: 32px;
  }
}

.line-height-30 {
  line-height: 30px;
}

.mt-120 {
  margin-top: 120px;
}

#main-header {
  background-color: #ffffff;
}

#main-header .main-navigation ul.menu > li.menu-item > a {
  margin: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #214682;
  padding: 20px 20px 20px 0 !important;
}

#main-header .main-navigation .sub-menu {
  padding: 0;
  text-decoration: none;
}

#main-header
  .main-navigation
  ul.menu
  > li.menu-item
  > ul.sub-menu
  > li.menu-item {
  display: block;
  font-size: 14px;
  font-weight: 600;
  background-color: #ffffff;
  color: #214682;
  padding: 5px 20px;
  border-bottom: 1px solid #214682;

  a {
    text-decoration: none;
    color: #214682;
  }
}

#main-header
  .main-navigation
  ul.menu
  > li.menu-item
  > ul.sub-menu
  > li.menu-item:hover {
  color: #ffffff;
  background-color: #214682;
  border-bottom: none;

  a {
    color: #ffffff;
  }
}

footer {
  background: #214682;
  color: #fff;
  /* padding-top: 100px; */
  padding-bottom: 20px;
}

.elementor-widget-icon-list
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text {
  color: #ffffff;
}

.elementor-100
  .elementor-element.elementor-element-a4fd502:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-100
  .elementor-element.elementor-element-a4fd502
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #214682;
  background-image: none;
  /* background-position: top center; */
  /* background-repeat: no-repeat; */
}

.elementor-100
  .elementor-element.elementor-element-fb52e45:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-100
  .elementor-element.elementor-element-fb52e45
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #214682;
}

[class*=konsulix-icon-] {
  font-family: "konsulix-icon" !important;
}

.heading-wrapper {
  display: flex;
  align-items: center;
}

.heading-wrapper .heading-circle {
  display: inline-block;
  margin-left: 15px;
  margin-right: 6px;
  width: 32px;
  height: 32px;
  border: 1px solid #eae8e8;
  border-radius: 50%;
  position: relative;
}

.heading-wrapper .heading-circle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #214682;
  border-radius: 50%;
}

.heading-wrapper .heading-line {
  background: #bfc5cd;
  background: linear-gradient(111deg, #bfc5cd 0%, rgba(191, 197, 205, 0) 100%);
  width: 47%;
  height: 1px;
  position: relative;
  top: -5px;
}

/*Properties for Rent*-Page-css-END*/
.custom-tab .nav-link {
  background: #f6fcff;
  font-size: 16px;
  margin-right: 8px;
  font-weight: 600;
  padding: 8px 30px;
  color: #001a43;
  border-radius: 34px;
}

@media (max-width: 767px) {
  .custom-tab .nav-link {
    padding: 8px 20px;
  }
}

.custom-tab .nav-pills .nav-link.active,
.custom-tab .nav-pills .show > .nav-link {
  background: #ffe032;
  color: #001a43;
}

.custom-tab .tab-pane {
  padding-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

button:not(.mfp-close, .pika-day) {
  background-color: #ffe032;
  color: #000;
}

button:not(.mfp-close, .pika-day) i {
  background-color: #ffe032;
  color: #000;
  border: none;
}

button:not(.mfp-close, .pika-day) i:hover {
  background-color: #214682;
  color: #fff;
  border: none;
}

button.pika-day {
  background-color: #ffffff;
  color: #000;
  padding: 5px !important;
  border-radius: 0 !important;
}

button.pika-prev,
button.pika-next {
  border-radius: 0 !important;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  padding: 15px;
}

.view-all-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 999;
  background: #ffe032;
  color: #001a43;
  border-color: #ffe032;
  border-radius: 0px !important;
  font-size: 14px;
  padding: 2px 12px;
  box-shadow: rgb(146, 168, 178) 0px 0px 30px 2px;

  &:hover,
  &:focus,
  &:active {
    background: #001a43 !important;
    color: #fff;
    border-color: #001a43 !important;
  }
}

.btn-yellow {
  border-radius: 6px !important;
  background: #ffe032;
  padding: 8px 26px !important;
  font-weight: 600;
  color: #001a43 !important;
}

.btn-yellow:hover {
  background: #001a43;
  color: #fff;
}

.btn-yellow > i {
  padding-left: 2px;
}

.video-full-screen {
  overflow: visible;
}

.video-full-screen .custom-modal-body {
  height: 100vh;
  padding: 0px;
  overflow: hidden;
}

.video-btn-close {
  position: absolute;
  bottom: 50px;
  right: 15px;
  z-index: 10;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
  text-align: center;
  line-height: 60px;
}

.modal {
  z-index: 30000;
  background: rgba(0, 0, 0, 0.7);
}

.modal-backdrop {
  display: none;
  z-index: 100;
}

.rent-page-banner {
  background-image: url("assets/img/inner-banner.png");
  height: 380px;
  background-size: cover;
  margin-top: 240px;
  align-items: center;
}

@media (max-width: 991px) {
  .rent-page-banner {
    height: 180px;
    margin-top: 200px;
  }
}

.in-property-card-container {
  position: relative;
  z-index: 1;
  margin: 0px;
}

.in-property-card-container h1 {
  font-size: 26px;
  font-weight: bold;
}

.in-property-card-container .dropdown {
  margin-bottom: 5px;
}

.in-property-card-container .dropdown .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #f0f6f9;
  border-radius: 8px;
  text-align: left;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.in-property-card-container .dropdown .dropdown-toggle::after {
  border-top: none;
  content: "\F282";
  font-family: bootstrap-icons !important;
}

.in-property-card-container .dropdown .btn-check:checked + .btn,
.in-property-card-container .dropdown .btn.active,
.in-property-card-container .dropdown .btn.show,
.in-property-card-container .dropdown .btn:first-child:active,
.in-property-card-container .dropdown :not(.btn-check) + .btn:active {
  background-color: #fff;
  border-color: #f0f6f9;
}

.in-property-card-container .dropdown .dropdown-menu {
  width: 100%;
}

.in-property-card-container .in-property-card {
  background-color: #fff;
  padding: 14px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #eae8e8;
  margin-bottom: 20px;
}

.in-property-card-container .in-property-card h4 {
  font-size: 18px;
  font-weight: bold;
  color: #001a43;
  margin-bottom: 10px;
}

@media (max-width: 499px) {
  .in-property-card-container .in-property-card h4 {
    font-size: 14px;
  }
}

.in-property-card-container .in-property-card p {
  font-size: 16px;
  font-weight: 500;
  color: #97a1ab;
  margin-bottom: 15px;
}

@media (max-width: 499px) {
  .in-property-card-container .in-property-card p {
    font-size: 14px;
  }
}

.in-property-card-container .in-property-card .in-badge {
  background-color: #f6fcff;
  border-radius: 10px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  white-space: nowrap;
  margin-bottom: 15px;
  font-family: "Roboto", serif;
}

.in-property-card-container .in-property-card .in-badge img {
  margin-right: 10px;
  width: 22px;
}

@media (max-width: 499px) {
  .in-property-card-container .in-property-card .in-badge {
    padding: 6px;
    margin-right: 4px;
    font-size: 12px;
  }
}

.in-property-card-container .in-property-card .date {
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  font-family: "Roboto", serif;
  color: #001a43;
}

.in-property-card-container .in-property-card .date img {
  margin-right: 6px;
}

.in-property-card-container .in-property-card .in-property-label {
  display: flex;
}

@media (max-width: 991px) {
  .in-property-card-container .in-property-card {
    display: block;
  }
}

.in-property-card-container .in-property-card-inner {
  display: flex;
}

@media (max-width: 991px) {
  .in-property-card-container .in-property-card-inner {
    display: block;
  }
}

.in-property-card-container .in-property-card-img {
  width: 270px;
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
}

.in-property-card-container .in-property-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .in-property-card-container .in-property-card-img {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }
}

.in-property-card-container .in-property-card-text {
  padding-left: 32px;
}

@media (max-width: 991px) {
  .in-property-card-container .in-property-card-text {
    padding-left: 0px;
  }
}

.in-property-card-container .price-card {
  width: 20%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #f0f6f9;
}

.in-property-card-container .price-card p {
  font-family: "Roboto", serif;
  font-size: 26px;
  font-weight: 500;
  color: #001a43;
}

@media (max-width: 499px) {
  .in-property-card-container .price-card p {
    margin-top: 16px;
    font-size: 20px;
  }
}

.in-property-card-container .price-card p span {
  color: #97a1ab;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .in-property-card-container .price-card {
    display: block;
    border-left: 0px;
    text-align: left;
    width: 100%;
  }
}

.in-property-card-container .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.in-property-card-container .pagination li {
  margin: 0 4px;
}

.in-property-card-container .pagination li a {
  font-family: "Roboto", serif;
  border-color: #becad3;
  border-radius: 5px;
  color: #001a43;
  font-weight: bold;
  font-size: 15px;
}

.in-property-card-container .pagination li a:focus,
.in-property-card-container .pagination li a.active {
  border: 1px solid #001a43;
  box-shadow: none;
  background-color: #fff;
}

.in-property-card-container .pagination li a.disabled {
  background-color: #97a1ab;
  color: #f0f6f9;
  border: none;
}

@media (max-width: 499px) {
  .mobile-drop-break {
    display: block !important;
    margin-top: 20px;
  }
}

/*Properties for Rent*-Page-css-END*/

/*inner-page-css*/

.breadcrumb-bg {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;

  @media (max-width: 991px) {
    border-top: 1px solid #eae8e8;
  }
}

.breadcrumb {
  margin-bottom: 0px;
  background: #fff;
  padding: 15px 0px;

  li {
    font-size: 14px;
    font-weight: 500;
    color: #becad3;

    a {
      color: #214682;
    }
  }
}

.inner-page-banner {
  background: url(assets/img/inner-page-banner.png);
  height: 450px;
  margin-top: 240px;
  background-size: cover;

  @media (max-width: 991px) {
    height: 180px;
    margin-top: 200px;
  }
}

.inner-page-dot-bg-before {
  position: relative;

  &:before {
    content: "";
    background: url("assets/img/dots-bg.svg");
    background-position: top;
    background-repeat: repeat-x;
    background-size: contain;
    height: 144px;
    width: 100%;
    position: absolute;
    top: 5px;
    opacity: 0.4;
  }
}

.inner-page-dot-bg-after {
  padding-bottom: 40px;
  position: relative;

  &:before {
    content: "";
    background: url("assets/img/dots-bg-reverse.svg");
    background-position: top;
    background-repeat: repeat-x;
    background-size: contain;
    height: 144px;
    width: 100%;
    position: absolute;
    bottom: 5px;
    opacity: 0.4;
  }
}

.inner-page-quick-links {
  margin: 0px;
  padding: 0px;

  li {
    list-style-type: none;

    a {
      text-decoration: none;
      border-bottom: 1px solid #f0f6f9;
      padding: 12px 10px;
      display: block;
      color: #000;
      font-size: 14px;
      font-weight: 500;
      transition: all 0.1s;

      &:hover {
        background: #f6fcff;
      }
    }

    .active {
      border-left: 5px solid #001a43;
      background: #f6fcff;
      font-weight: 600;
      color: #001a43;
    }
  }
}

.data-cards-sm {
  background: #f6fcff;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  margin-bottom: 6px;
}

.data-years {
  background: #001a43;
  padding: 4px 12px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  min-width: 135px;
  white-space: nowrap;
  text-align: left;
}

/*Properties for Rent*-Page-css*/

.rent-page-banner {
  background-image: url("assets/img/inner-banner.png");
  height: 380px;
  background-size: cover;
  margin-top: 240px;
  align-items: center;

  @media (max-width: 991px) {
    height: 180px;
    margin-top: 200px;
  }
}

.in-property-card-container {
  position: relative;
  z-index: 1;

  h1 {
    font-size: 26px;
    font-weight: bold;
  }

  .dropdown {
    margin-bottom: 5px;

    .dropdown-toggle {
      background-color: #fff;
      border: 1px solid #f0f6f9;
      border-radius: 8px;
      text-align: left;
      width: 230px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .dropdown-toggle::after {
      border-top: none;
      content: "\F282";
      font-family: bootstrap-icons !important;
    }

    .btn-check:checked + .btn,
    .btn.active,
    .btn.show,
    .btn:first-child:active,
    :not(.btn-check) + .btn:active {
      background-color: #fff;
      border-color: #f0f6f9;
    }

    .dropdown-menu {
      width: 100%;
    }
  }

  .in-property-card {
    background-color: #fff;
    padding: 14px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #eae8e8;
    margin-bottom: 20px;

    h4 {
      font-size: 18px;
      font-weight: bold;
      color: #001a43;
      margin-bottom: 10px;

      @media (max-width: 499px) {
        font-size: 14px;
      }
    }

    p {
      font-size: 16px;
      font-weight: 500;
      color: #97a1ab;
      margin-bottom: 15px;

      @media (max-width: 499px) {
        font-size: 14px;
      }
    }

    .in-badge {
      background-color: #f6fcff;
      border-radius: 10px;
      padding: 6px 12px;
      display: flex;
      align-items: center;
      margin-right: 15px;
      white-space: nowrap;
      margin-bottom: 15px;
      font-family: "Roboto", serif;

      img {
        margin-right: 10px;
        width: 22px;
      }

      @media (max-width: 499px) {
        padding: 6px;
        margin-right: 4px;
        font-size: 12px;
      }
    }

    .date {
      font-size: 14px;
      font-weight: 300;
      display: flex;
      align-items: center;
      font-family: "Roboto", serif;
      color: #001a43;

      img {
        margin-right: 6px;
      }
    }

    .in-property-label {
      display: flex;
    }

    @media (max-width: 991px) {
      display: block;
    }
  }

  .in-property-card-inner {
    display: flex;

    @media (max-width: 991px) {
      display: block;
    }
  }

  .in-property-card-img {
    width: 270px;
    height: 160px;
    border-radius: 6px;
    overflow: hidden;

    img {
      width: 100%;
      height: 100%;
      object-fit: inherit;
    }

    @media (max-width: 991px) {
      width: 100%;
      height: 200px;
      margin-bottom: 15px;
    }
  }

  .in-property-card-text {
    padding-left: 32px;

    @media (max-width: 991px) {
      padding-left: 0px;
    }
  }

  .price-card {
    width: 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #f0f6f9;

    p {
      font-family: "Roboto", serif;
      font-size: 26px;
      font-weight: 500;
      color: #001a43;

      @media (max-width: 499px) {
        margin-top: 16px;
        font-size: 20px;
      }

      span {
        color: #97a1ab;
        font-size: 16px;
        font-weight: 400;
      }
    }

    @media (max-width: 991px) {
      display: block;
      border-left: 0px;
      text-align: left;
      width: 100%;
    }
  }

  .pagination {
    display: flex;
    align-items: center;
    justify-content: center;

    li {
      margin: 0 4px;

      a {
        font-family: "Roboto", serif;
        border-color: #becad3;
        border-radius: 5px;
        color: #001a43;
        font-weight: bold;
        font-size: 15px;

        &:focus,
        &.active {
          border: 1px solid #001a43;
          box-shadow: none;
          background-color: #fff;
        }

        &.disabled {
          background-color: #97a1ab;
          color: #f0f6f9;
          border: none;
        }
      }
    }
  }
}

@media (max-width: 499px) {
  .mobile-drop-break {
    display: block !important;
    margin-top: 20px;
  }
}

/*Properties for Rent*-Page-css-END*/

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: start;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.swiper-slide .swiper-slide-text {
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 1;
}

.swiper-slide .swiper-slide-text h2 {
  display: inline-block;
  font-size: 36px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  color: #fff;
}

@media (max-width: 991px) {
  .swiper-slide .swiper-slide-text h2 {
    font-size: 19px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .swiper-slide .swiper-slide-text h2 {
    font-size: 28px;
  }
}

.swiper-slide .swiper-slide-text p {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .swiper-slide .swiper-slide-text p {
    font-size: 14px;
    margin-bottom: 0px;
  }
}

.swiper-slide .swiper-slide-thumbs {
  position: relative;
  text-align: left;
  padding: 0px 30px;
  z-index: 1;
  color: #fff;
}

.swiper-slide .swiper-slide-thumbs h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
}

.swiper-slide .swiper-slide-thumbs p {
  font-size: 16px;
  margin-bottom: 0px;
}

.swiper-slide .play-icon {
  font-size: 80px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}

@media (max-width: 991px) {
  .swiper-slide .play-icon {
    font-size: 50px;
  }
}

.mySwiper2 {
  width: 100%;
  height: calc(80vh - 165px);
}

.mySwiper {
  height: max-content;
  box-sizing: border-box;
  padding: 0px;
  border-top: 1px solid #767676;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  min-height: 15vh;
  cursor: pointer;
  border-right: 1px solid #767676;
}

.mySwiper .swiper-slide:last-child {
  border-right: 0px;
}

.mySwiper .swiper-slide-thumb-active {
  border-top: 5px solid #ffe032;
}

.mySwiper .swiper-slide-thumb-active:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid red;
}

.mySwiper .swiper-slide-thumb-active :after {
  background: rgba(0, 0, 0, 0.5) !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-slide-thumb-active:after {
  background: rgba(0, 0, 0, 0.5) !important;
}

/*slider-css*/
.home-banner {
  margin-top: 240px;
}

@media (max-width: 991px) {
  .home-banner {
    margin-top: 175px;
  }
}

.scroll-header {
  transition: all 0.25s;
}

@media (max-width: 991px) {
  .scroll-header {
    max-width: 100% !important;
  }
}

.nav__bg {
  transition: all 0.4s;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
    rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
    rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
    rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  z-index: 2000;
  background: #fff !important;
}

.nav__bg .scroll-header {
  background: #fff !important;
  max-width: 100%;
  padding: 0px !important;
}

/*header-section-css*/
/*header-section-css*/
header {
  position: fixed !important;
  background: transparent;
  left: 0px;
  z-index: 10000 !important;
  top: 0px;
  width: 100%;
  /*header-top-css*/
  /* header-top-css-END-*/
}

@media (max-width: 767px) {
  header {
    background: #fff;
  }
}

header .header-top {
  background: #001a43;
  padding: 12px 0px;
}

header .header-top ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: end;
}

header .header-top ul li {
  font-weight: 600;
  display: inline-block;
  list-style-type: none;
}

header .header-top ul li a {
  text-decoration: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe032;
  color: #001a43;
  margin-left: 10px;
  font-size: 14px;
  line-height: 0px;
}

@media (max-width: 520px) {
  header .header-top ul li a {
    margin-left: 8px;
  }
}

@media (max-width: 520px) {
  header .header-top ul {
    justify-content: start;
  }
}

header .header-section {
  position: relative;
  transition: all 0.5s;
}

header .header-section .contact-number ul {
  display: flex;
  justify-content: end;
  padding: 0px;
  margin: 0px;
}

header .header-section .contact-number ul li {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #214682;
  margin-left: 40px;
  line-height: 20px;
  font-weight: 600;
  list-style-type: none;
  display: inline-block;
}

header .header-section .contact-number ul li span {
  display: block;
  font-weight: normal;
  font-family: "Mulish", sans-serif;
}

header .header-section .contact-number ul li a {
  color: #214682;
}

@media (max-width: 991px) {
  header .header-section .contact-number ul li {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .header-section .contact-number ul li {
    width: 20%;
    margin-top: 10px;
    margin-left: 0px;
    font-size: 12px;
  }
}

header .header-section .nav-wrapper {
  background: #fff;
  border-radius: 0px 0px 5px 5px;
}

@media (max-width: 991px) {
  header .header-section .nav-wrapper {
    max-width: 100% !important;
  }
}

header .header-section nav {
  margin-top: 6px;
  /* border-top: 3px solid #214682; */
}

header .header-section nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #214682;
  padding-left: 0px !important;
  padding-right: 24px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .header-section nav .nav-link {
    font-size: 14px;
    padding-right: 20px !important;
  }
}

@media (max-width: 991px) {
  header .header-section nav {
    border-top: 0px;
  }
}

.header-section .logo {
  height: 90px;
}

@media (max-width: 400px) {
  .header-section .logo {
    height: 52px;
  }
}

@media (min-width: 401px) and (max-width: 1500px) {
  .header-section .logo {
    height: 70px;
  }
}

@media (max-width: 991px) {
  .header-section .logo {
    position: relative;
    top: 8px;
  }
}

@media (max-width: 991px) {
  .header-section .dropdown-menu {
    display: block !important;
    box-shadow: none;
  }
}

.breadcrumb-wrap {
  margin-top: 240px;
}

@media (max-width: 991px) {
  .breadcrumb-wrap {
    margin-top: 175px;
  }
}

#page .site-content {
  background-repeat: repeat-x !important;
}

.home .site-content {
  background-image: none !important;
}

/*our-team-css*/

/*events-img-css*/

.events-img {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  height: 252px;

  img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: cover;
  }

  .events-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 18px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.event-lg-img {
  height: 530px;
}

.events-img:hover img {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 3-8 */
  transform: scale(1.2);
}

/*events-img-css-END*/

.team {
  cursor: pointer;
}

.team-img {
  width: 150px;
  background: #fafdfc;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-img .team-img-overlay {
  width: 100%;
  height: 100%;
  background: rgba(33, 70, 130, 0.6);
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s;
}

.team:hover .team-img-overlay {
  opacity: 1;
}

.team-dec {
  color: #961175;
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .team {
    margin-bottom: 32px;
  }
}

/*team-social-icon*/
.team-social-icon {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  padding: 0px;
}

.team-social-icon li {
  list-style-type: none;
  display: inline-block;
}

.team-social-icon li a {
  transition: all 0.5s;
  color: #a3a3a3;
  font-size: 15px;
  padding-right: 20px;
}

.team-social-icon li a:hover {
  color: #214682;
}

.team-social-icon li a i {
  font-size: 20px;
}

@media (max-width: 600px) {
  .team-social-icon li a {
    padding-right: 15px;
  }

  .team-social-icon li a i {
    font-size: 16px;
  }
}

/*team-social-icon-END*/
/*our-team-css-END*/

/*custom-modal-css*/
.custom-modal {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 0px;
  padding: 20px;
}

.custom-modal .modal-header {
  border: 0px;
  padding-bottom: 5px;
}

.custom-modal .modal-title {
  font-size: 28px;
  font-weight: 600;
}

.custom-modal .modal-footer {
  border-top: 0px;
}

.custom-modal .modal-close {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #eae8e8;
}

.modal-scrollable {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

.cursor-pointer {
  cursor: pointer;
}

/*custom-modal-css-END*/

.fancybox__container {
  z-index: 30000;
}

/* Force Fancybox controls to show properly */
.fancybox__nav {
  z-index: 9999 !important;
}

.carousel__button {
  background: rgba(0, 0, 0, 0.6) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

.carousel__button svg {
  display: none !important;
}

.fancybox__nav,
.fancybox__toolbar {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.carousel__button:before {
  font-family: bootstrap-icons !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  font-size: 18px !important;
}

.carousel__button.is-next:before {
  content: "\F285";
}

.carousel__button.is-prev:before {
  content: "\F284";
}

.carousel__button.fancybox__button--zoom:before {
  content: "\F62C";
}

.carousel__button.fancybox__button--slideshow:before {
  content: "\F4F5";
}

.carousel__button.fancybox__button--fullscreen:before {
  content: "\F3DF";
}

.carousel__button.fancybox__button--thumbs:before {
  content: "\F3F8";
}

.carousel__button.fancybox__button--close:before {
  content: "\F659";
}

.container.expand-header {
  max-width: 100% !important;
  border-radius: 0px;
  background-color: #fff !important;
}

.single.has-post-thumbnail .entry-content:before {
  display: none !important;
}

#particulars-form select {
  padding: 14px 15px !important;
}

/*Online Form Css*/
.main--form--heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.form-control.custom--input,
.form-control.custom--select {
  border-radius: 8px !important;
  border-color: #c0c6c9 !important;
  font-weight: 500 !important;
  font-size: 15px;
  color: #273342;
  padding: 14px 15px !important;
}

#particulars-form label,
#tenancy-form label,
#property-form label {
  color: #181c20;
  font-weight: 500;
  margin-bottom: 6px;
}

.form--subheading {
  font-weight: 600;
  font-size: 26px;
}

.application--number {
  display: flex;
  border-radius: 6px;
  padding: 8px 16px;
  background: #f5f5f5;
  border: 1px solid #cbcbcb;
  max-width: max-content;
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 16px;
  justify-self: end;
  position: relative;
  /* top: -40px; */
}

.application--number .fpid {
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
}

.form--hr {
  background: #d0d5db !important;
  margin: 30px 0px !important;
}

.file-remove-btn {
  border-radius: 6px !important;
  padding: 0px !important;
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  border-radius: 50% !important;
  width: 26px;
  height: 26px;
  font-size: 12px !important;
  text-align: center;
}

.custom--accordion .accordion-button.collapsed {
  border-radius: 4px !important;
}

.custom--accordion .accordion-button {
  border-radius: 0px !important;
  border-top-right-radius: 4px !important;
  border-top-left-radius: 4px !important;
  background: #f5f5f5 !important;
  border: 1px solid #e3e3e3;
  color: #1b2734;
  box-shadow: none !important;
}

.custom--accordion .accordion-button:hover {
  color: #1b2734;
  background: #f1f1f1 !important;
  border-color: #dddddd;
}

.custom--accordion .accordion-body {
  background: #fbfbfb;
  padding: 20px 40px;
  border: 1px solid #dddddd;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  position: relative;
  top: -1px;
}

.custom--accordion .accordion-header {
  position: relative;
}

.remove-employment-btn,
.remove-coapplicant-btn,
.remove-reference-btn,
.remove-liability-btn,
.remove-asset-btn,
.remove-relative-btn {
  position: absolute !important;
  right: 10px;
  top: 2px;
  background-color: #e1e1e1 !important;
  padding: 6px !important;
  border-radius: 4px !important;
  z-index: 99;
}

.remove-employment-btn:hover,
.remove-coapplicant-btn:hover,
.remove-reference-btn:hover,
.remove-liability-btn:hover,
.remove-asset-btn:hover,
.remove-relative-btn:hover {
  background: #c7c7c7 !important;
  color: black !important;
}

.remove-employment-btn:hover i.bi-trash,
.remove-coapplicant-btn:hover i.bi-trash,
.remove-reference-btn:hover i.bi-trash,
.remove-liability-btn:hover i.bi-trash,
.remove-asset-btn:hover i.bi-trash,
.remove-relative-btn:hover i.bi-trash {
  background: transparent;
  color: black !important;
}

.remove-employment-btn i.bi-trash,
.remove-coapplicant-btn i.bi-trash,
.remove-reference-btn i.bi-trash,
.remove-liability-btn i.bi-trash,
.remove-asset-btn i.bi-trash,
.remove-relative-btn i.bi-trash {
  font-size: 18px;
  background: transparent;
}

.custom--file--input {
  padding: 13px 16px;
}

.form--footer--button .btn {
  width: 150px;
}

.modal--footer--button {
  padding: 14px 60px !important;
  font-size: 16px !important;
}
.price-card .btn.btn-yellow {
  padding: 10px 40px !important;
  font-size: 18px !important;
}
.price-card .btn.btn-yellow:hover {
  color: #fff !important;
}
@media (max-width: 767px) {
  .main--form--heading {
    flex-direction: column;
  }

  .custom--accordion .accordion-body {
    padding: 20px;
  }
}

/*Online Form Css*/

/*Stepper Css*/
.progress--container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
  max-width: 100%;
  margin-top: 30px;
}

.particulars-steppers .progress--circle--wrapper {
  width: 14.285%;
  position: relative;
}

.tenancy-stepper .progress--circle--wrapper {
  width: 20%;
  position: relative;
}

.property-sale-stepper .progress--circle--wrapper {
  width: 20%;
  position: relative;
}

.progress--circle--wrapper:last-of-type {
  width: auto;
}

.progress--circle--wrapper:before {
  content: "";
  position: absolute;
  top: 16px;
  height: 1px;
  z-index: -1;
  width: 100%;
  border: 1px solid #e6e6e6;
}

.progress--circle--wrapper:last-child:before {
  display: none;
}

.progress--circle {
  background-color: #fff;
  color: #c3c3c3;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  transition: 0.4s ease;
  font-weight: normal;
}

.progress--active .progress--circle {
  color: #3169c5;
  border: 2px solid #3169c5;
  font-weight: bold;
}

.progress--active:before {
  content: "";
  position: absolute;
  top: 16px;
  height: 1px;
  z-index: -1;
  left: 8px;
  width: 100%;
  border: 1px solid #e6e6e6;
}

.progress--complete .progress--circle {
  background: #90a1a9;
  color: #ffffff;
  border: 1px solid #90a1a9;
}

.progress--complete:before {
  content: "";
  position: absolute;
  top: 16px;
  height: 1px;
  left: 8px;
  z-index: -1;
  width: 100%;
  border: 1px solid #7d7d7d;
}

.progress--complete .progress--title {
  color: #90a1a9;
}

.progress--active .progress--title {
  color: #3169c5;
}

.progress--title {
  font-size: 12px;
  line-height: 14px;
  padding-top: 6px;
  position: absolute;
  width: 90px;
  left: -30px;
  text-align: center;
  color: #a3b1c5;
  font-weight: 600;
}

.progress--title span {
  display: block;
}

@media (max-width: 767px) {
  .progress--title {
    display: none;
  }
}

@media (max-width: 991px) {
  .progress--title {
    font-size: 11px;
    line-height: 12px;
  }
}
.accordion-item {
  margin-bottom: 10px !important;
}

/*services-grid-css*/

.services-bg {
  position: relative;
  &:after {
    position: absolute;
    right: 0px;
    content: "";
    /* background: url(http://dev.agd.jm/app/uploads/2025/03/bg-img.png); */
    background-size: 100%;
    background-position: right top;
    width: 600px;
    height: 627px;
    background-repeat: no-repeat;
    top: 90px;
    z-index: -1;

    @media (max-width: 991px) {
      background: #fff;
    }
    @media (min-width: 992px) and (max-width: 1340px) {
      width: 450px;
    }
  }
}

.services-grid {
  background: #fff;
  width: 210px;
  height: 210px;
  position: relative;
  cursor: pointer;
  padding: 30px 15px;

  p {
    font-size: 16px;
    font-weight: 500;
    color: #214682;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .next-arrow {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 20px;
    transition: all 0.3s;
    opacity: 0;
  }

  @media (max-width: 767px) {
    width: 50%;
  }

  @media (min-width: 768px) and (max-width: 1199px) {
    width: 180px;
  }
}

.services-grid-bg {
  background: #f6fcff;
}

@media (max-width: 767px) {
  .mobile-view-bg {
    background: #fff !important;
  }

  .mobile-view-bg-gray {
    background: #f6fcff !important;
  }
}

.services-grid:hover .next-arrow {
  opacity: 1;
}

/*services-grid-css*/
/* loader css */
.upload-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 40000;
}

.upload-loader .spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* loader css end */