@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/***** General CSS *****/
body {
  word-break: break-word;
  font: 15px / 25px "Poppins", sans-serif;
  color: #090909;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
  font-family: "Poppins", serif;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.2s ease-in-out;
}

img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  transition: all 0.5s ease;
  outline: none;
}

select,
input,
textarea {
  appearance: auto;
}

/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jersey";
  src: url(../fonts/Jersey.ttf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/***** Custom Classes *****/
select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #575757;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
  padding: 80px 0;
}

.flexRow,
.flexCol {
  display: flex;
  align-items: center;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  text-transform: capitalize;
  margin: 0 0 10px;
}

h1 {
  font-size: 84px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}

h2 {
  font-size: 62px;
  line-height: 1.1;
  color: #112250;
  font-weight: 600;
}

h3 {
  font-size: 50px;
  line-height: 1.2;
  color: #112250;
  font-weight: 600;
}

h4 {
  font-size: 40px;
  line-height: 1.2;
  color: #112250;
  font-weight: 600;
}

h5 {
  font-size: 28px;
  line-height: 1.2;
  color: #112250;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  font-family: "Poppins", serif;
  color: #112250;
  font-weight: 600;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #090909;
  font-family: "Poppins", serif;
  opacity: 0.8;
}

.poppins {
  font-family: "Poppins", serif;
}

.outfit {
  font-family: "Outfit", sans-serif;
}

.black {
  color: #090909;
}

.white {
  color: #fff;
}

.brown {
  color: #e0c58e;
}

.blue {
  color: #112250;
}

:root {
  --poppins: 'Poppins', sans-serif;
  --outfit: 'Outfit', sans-serif;
  --black: #090909;
  --white: #fff;
  --brown: #e0c58e;
  --blue: #112250;
}

.f13 {
  font-size: 13px;
}

.f24 {
  font-size: 24px;
}

/* Menu */
.nav ul {
  list-style: none;
  text-align: center;
  justify-content: space-around;
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}

.nav ul li a {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  display: block;
}

section.header .nav.stroke {
  display: block;
}

/* Buttons Css Start*/
.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 20px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
  background: #e0c58e;
  gap: 10px;
  color: #112250;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
}

.theme-btn i {
  transform: rotate(-45deg);
  font-size: 16px;
}

.theme-btn.style2 {
  padding: 15px 20px;
  font-size: 16px;
  background: transparent;
  color: #ffff;
  border: 1px solid;
}

.theme-btn.style1 {
  padding: 15px 25px;
  font-size: 16px;
}

.theme-btn.style1 i {
  font-size: 22px;
}


/* Buttons Css End*/

/* Loader start */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1s ease;
  flex-direction: column;
  gap: 5px;
}

#loader.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

img.loader {
  width: 10vw;
}

/* Loader end */

/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
  background-color: #f48a12;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.scrollbar {
  overflow-y: scroll;
}

/* Custom Scrollbar  */

/* Home Page start*/

/* Header */
.hdr_logo a img {
  object-fit: scale-down;
  padding: 20px 0;
  display: block;
  width: fit-content;
}

section.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.bottom-bar {
  border-bottom: 1px solid #ffffff73;
}

.hdr_btn {
  display: flex;
  justify-content: end;
}

/* Header end*/

/* Banner */
.banner_sec {
  position: relative;
  z-index: 1;
  height: 900px;
  display: flex;
  align-items: end;
}

.banner_sec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  content: '';
  background-image: url(../images/banner.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner_sec::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: linear-gradient(0deg, rgb(0 0 0 / 44%) 0%, #00000052 50%, rgb(5 16 43 / 52%) 100%);
}

.banner_text {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.banner-slider .slick-list {
  height: 100%;
}

.banner-slider .slick-track {
  height: 100%;
}

.banner-counter {
  display: flex;
  align-items: center;
  gap: 6%;
  flex-wrap: wrap;
}

.counter * {
  white-space: nowrap;
}

.banner-bottom {
  padding: 70px 0;
}

.banner-para p {
  color: #fff;
}

.counter h5 {
  opacity: 0.9;
}

.banner-bottom .row {
  align-items: end;
}

.banner-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 50px;
}

.banner-bottom-right h6 {
  padding-top: 10px;
  color: #ffff;
  font-size: 22px;
  text-transform: uppercase;
  border-top: 1px solid #ffffff73;
  width: 100%;
  text-align: right;
}

.banner-para {
  margin: 0 0 0 auto;
}

.theme-btn.heading {
  border: 1px solid #b7b5b2;
  background: #f4ead6;
  border-radius: 5px;
  padding: 6px 15px;
}

.about-right {
  margin: 50px 0 0 0;
}

/* Banner end*/

/* section start */

.bg-sec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  content: '';
  background-image: url(../images/frequent-bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-sec::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: #112250;
  opacity: 0.9;
}

.bg-sec {
  position: relative;
  z-index: 1;
  border-radius: 50px;
  overflow: hidden;
}

.bottom-bar.how-bottom {
  padding-bottom: 20px;
}

.how-left-heading .theme-btn.heading {
  background: #605d63;
  color: #e0c58e;
  border: none;
  margin: 0 0 10px 0;
}

/* section end */

/* section start */
.how-card {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin: 30px 0;
}

img.how-card-img {
  height: 230px;
  border-radius: 10px;
  margin: 10px 0;
}

a.circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #112250;
  border: 1px solid;
  border-radius: 50%;
  font-size: 20px;
  justify-self: end;
}

.how-card-content p {
  margin: 0;
}

.slider-btns button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffff;
  border: 1px solid;
  border-radius: 50%;
  font-size: 20px;
  justify-self: end;
  background: transparent;
}

.slider-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.how-slider {
  width: 100vw;
}

.how-slider .slick-slide {
  margin: 0px 10px;
}

.how-slider .slick-slide.slick-current.slick-active+.slick-slide .how-card {
  background: #ffffff38;
}

.how-slider .slick-slide.slick-current.slick-active+.slick-slide .how-card-content h5 {
  min-height: auto;
  height: auto;
  overflow: unset;
}

.how-slider .slick-slide.slick-current.slick-active+.slick-slide .how-card-heading {
  min-height: 0;
  height: 0;
  overflow: hidden;
}

.how-card-content h5 {
  min-height: 0;
  height: 0;
  overflow: hidden;
}

.how-slider .slick-slide.slick-current.slick-active+.slick-slide .how-card .how-card-content * {
  color: #fff;
}

.bottom-bar.step-bottom {
  border-bottom: 1px solid #00000073;
  padding-bottom: 20px;
}

/* section end */

/* section start */

.step-table-box table {
  width: 100%;
}

/* Step Table Custom CSS Start */
.step-table-box .table-row {
  margin: 0;
  padding: 40px 0;
  border-bottom: 1px solid #eeeeee;
  align-items: center;
  transition: all 0.3s ease;
}

.step-table-box .table-row:last-child {
  border-bottom: none;
}

.step-table-box .table-row.active {
  /* background-color: #e0c58e; */
  border-radius: 10px;
  border-bottom: none;
}

.step-table-box .table-row:hover {
  background-color: #e0c58e;
  border-radius: 10px;
  border-color: transparent;
}

.step-table-box .step-number {
  background-color: #e0c58e;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.step-table-box .table-row.active .step-number {
  /* background-color: #fff; */
}

.step-table-box .table-row:hover .step-number {
  background-color: #fff;
}

.step-table-box .step-number h6 {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #112250;
  line-height: 1;
}

.step-table-box .step-number h4 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #112250;
  line-height: 1;
}

.step-table-box .step-heading h5 {
  margin: 0;
  font-weight: 700;
  color: #112250;
  line-height: 1.2;
  font-size: 30px;
}

.step-table-box .step-content p {
  margin: 0;
  width: 90%;
}

.step-table-box .step-button .circle-btn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #11225033;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #112250;
  font-size: 22px;
  transition: all 0.3s ease;
}

.step-table-box .step-button .circle-btn i {
  transform: rotate(-45deg);
}

.step-table-box .table-row.active .step-button .circle-btn {
  /* border: none; */
}

.step-table-box .table-row:hover .step-button .circle-btn {
  border: none;
}

/* Responsive adjustment for small screens */
@media (max-width: 991px) {
  .step-table-box .table-row {
    padding: 20px;
    text-align: center;
    gap: 20px;
  }

  .step-table-box .step-number,
  .step-table-box .step-button .circle-btn {
    margin: 0 auto;
  }
}

/* Step Table Custom CSS End */

/* section end */

/* FAQ Section Custom CSS Start */
.faq-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px 30px;
  transition: all 0.4s ease;
  border: 1px solid transparent;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-header h5 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #112250;
  font-family: var(--outfit);
  text-transform: none;
}

.faq-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #11225033;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #112250;
  font-size: 18px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  background-color: transparent;
}

.faq-item .faq-icon i {
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon i {
  transform: rotate(180deg);
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-body {
  max-height: 1000px;
  /* Large enough to fit content */
  padding-top: 20px;
}

.faq-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #112250;
  opacity: 0.9;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 767px) {
  .faq-item {
    padding: 20px;
  }

  .faq-header h5 {
    font-size: 18px;
    width: 85%;
  }
}

/* FAQ Section Custom CSS End */


/* section start */
.why-content p {
  width: 62%;
}

ul.list li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 15px 0;
}

ul.list li h6 {
  margin: 0;
}

span.circle-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #112250;
  border: 1px solid;
  border-radius: 50%;
  font-size: 15px;
  justify-self: end;
}

.why-right {
  width: 150%;
  margin-left: -50%;
  margin-top: 40px;
}

.why-left {
  position: relative;
  z-index: 1;
}

.why-left h2 {
  background: #fff;
  padding-bottom: 20px;
  border-radius: 0 0 10px 0;
}

img.why-image {
  height: 590px;
  object-position: top;
  border-radius: 10px;
}

/* section end */

/* section start */

img.comma {
  object-fit: scale-down;
  width: auto;
  margin: 0 0 10px 0;
  filter: brightness(0) saturate(100%) invert(75%) sepia(1%) saturate(1329%) hue-rotate(143deg) brightness(83%) contrast(81%);
  opacity: 0;
}

.testi-top h6 {
  color: #000;
  font-style: italic;
  font-family: 'Poppins';
  font-size: 19px;
  margin: 0;
  font-weight: 500;
  line-height: 2;
}

.testi-top {
  padding: 10px 30px;
  position: relative;
  z-index: 1;
}

.testi-bottom {
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 20px 0;
  gap: 20px;
}

img.testi-image {
  object-fit: scale-down;
  width: 100px;
  border-radius: 50%;
  height: 100px;
  border: 3px solid #fff;
}

.testi-box {
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 40px 0;
}

.testi-bottom::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e0c58e;
  z-index: -1;
  content: '';
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}

.testi-bottom::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #142552;
  z-index: -1;
  content: '';
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}

.testi-top::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1%;
  height: 0%;
  background: #172651;
  z-index: -1;
  content: '';
  transition: 0.3s ease-in-out;
}

.testi-top::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, rgba(32, 178, 229, 1) 0%, rgba(65, 42, 154, 1) 100%);
  z-index: -1;
  content: '';
  transition: 0.3s ease-in-out;
}

.testi-bottom-text * {
  color: #fff;
  margin: 0;
}


.testi-slider .slick-center .testi-bottom::after {
  width: 100%;
  transition: 0.6s ease-in-out;
}

.testi-slider .slick-center .testi-top::before {
  height: 100%;
  transition: 0.6s ease-in-out;
}

.testi-slider .slick-center .comma {
  filter: unset;
  opacity: 1;
}

.testi-slider .slick-center {
  opacity: 1 !important;
}

.testi-slider .slick-slide {
  opacity: 0.7;
}

.testi-bottom-text h4 {
  font-size: 27px;
}

.testi-slider-btn button {
  color: #112250;
  background: transparent;
}

/* section end */

/* section start */
.footer-box {
  padding: 100px 60px 30px 60px;
  border-radius: 40px;
  margin: 0 0 18px 0;
  background: #112250;
}

.footer-left-text h3 {
  color: #fff;
  font-family: 'Poppins';
  font-weight: 500;
}

.footer-links h6 {
  text-transform: uppercase;
  color: #ffff;
  font-size: 22px;
  font-weight: 500;
}

.footer-links {
  margin: 0 0 60px 0;
  height: 100px;
}

.footer-links a {
  color: #fff;
}

.footer-links p {
  color: #fff;
}

form.footer-form {
  position: relative;
  z-index: 1;
  width: 70%;
  margin: 40px 0 0 0;
}

form.footer-form input {
  background: transparent;
  border-bottom: 1px solid #ffffff59 !important;
  border: navajowhite;
  border-radius: 0;
  height: 100px;
  color: #fff;
  font-size: 20px;
  font-family: poppins;
}

form.footer-form input::placeholder {
  color: #fff;
  font-size: 20px;
  font-family: poppins;
}


button.footer-button {
  background: transparent;
  border: navajowhite;
  position: absolute;
  top: 50%;
  right: 0;
}

ul.follow-ftr-list li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
}

ul.follow-ftr-list li a:hover {
  background-color: #fff;
  transition: 0.5s ease-in-out;
}

ul.follow-ftr-list li a:hover i {
  color: #000;
  transition: 0.5s ease-in-out;
}


ul.follow-ftr-list {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}

ul.footer-nav-list {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}

ul.footer-nav-list a {
  color: #fff;
  text-transform: uppercase;
}

.ftr-bottom {
  margin: 70px 0 30px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dee2e65c !important;
}

.ftr-copyright p {
  color: #fff;
}


.ftr-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

img.copyright {
  width: 15%;
}

/* section end */

/* Home Page end*/

/* InnerPage Aboutus start */
section.banner_sec.inner-banner {
  align-items: center;
  height: 500px;
}

.inner-banner-text {
  text-align: center;
}

/* InnerPage Aboutus end */

/* InnerPage Aboutus start */

.how-card.inner-service-card {
  margin: 10px 0;
  box-shadow: 0 0 7px 0 #00000024;
  border: 1px solid #0000001f;
}

/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
.service-det-text.text_center {
  padding: 20px 0;
}

/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
.faq-item.inner-faq-item {
  border: 1px solid #112250;
}

/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/*Contact Start*/

.map iframe {
  width: 100%;
  height: 500px;
  filter: brightness(0.5);
}

.contact-frm h4 {
  color: #000000;
  margin-bottom: 70px;
  font-family: 'Poppins';
  text-transform: capitalize;
  font-size: 31px;
}

.contact-frm input {
  border: 0;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  margin: 0 0 40px;
  padding: 0 0 16px;
  outline: 0;
  font-family: 'Poppins';
  font-size: 15px;
  color: #000;
  height: 58px;
}

.contact-frm select {
  border: 0;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  margin: 0 0 40px;
  padding: 0 0 16px;
  outline: 0;
  font-family: 'Poppins';
  font-size: 15px;
  color: #000;
}

.contact-frm input::placeholder {
  font-family: 'Poppins';
  font-size: 15px;
  color: #000;
}

.contact-frm button {
  color: #ffff;
  border: 0;
  border-radius: 10%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  margin-top: 19px;
  border-radius: 50px;
  box-shadow: 0px 0px 21px 0px rgba(65, 65, 65, 0.15);
  background: #112250;
}

.ctct-detl {
  background: #112250;
  padding: 35px 40px 40px;
  position: relative;
  box-shadow: 4px -2px 8px 0 #00000036;
  height: 100%;
}

.ctct-detl ul li {
  display: inline-block;
  font-family: 'Poppins';
}

.ctct-detl ul {
  display: flex;
  align-items: center;
  line-height: 30px;
  margin: 0 0 20px 0;
  gap: 10px;
}

.ctct-detl ul li i {
  color: #fff;
  font-size: 25px;
  margin: 0;
}

.ctct-detl ul li a {
  /* font-size: 14px; */
  font-family: 'Poppins';
  font-weight: 400;
}

.ctct-detl ul li span {
  display: block;
  text-align: center;
}

.contact-frm {
  padding: 30px 40px 93px;
  background: #fff;
  box-shadow: 0 0 17px 7px #0000001a;
}

.cont-inner {
  width: 80%;
  margin: 0 auto;
  z-index: 999;
  position: relative;
  align-items: center;
}

.map {
  z-index: -1;
}

section.contact-sec {
  padding: 80px 0 81px;
  margin-top: 0;
}

.ctct-detl h4 {
  color: #ffffff;
  margin-bottom: 40px;
  font-family: 'Poppins';
  text-transform: capitalize;
  font-size: 29px;
}

select.get-select {
  background: #fff url(../images/arrow-down.png) no-repeat right;
  /* padding: 0 40px 0 30px; */
  border: 0;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  margin: 0 0 40px;
  padding: 0 0 16px;
  outline: 0;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: #5c577d;
}

.ctct-detl ul img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(10%) saturate(7437%) hue-rotate(349deg) brightness(105%) contrast(95%);
}

.service-select {
  position: relative;
  width: 100%;
  font-family: 'Montserrat';
}

.service-select .dropdown-header {
  cursor: pointer;
  padding: 0;
}

.service-select .dropdown-input {
  border: 0;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  margin: 0 0 40px;
  padding: 0 0 16px;
  outline: 0;
  font-family: 'Poppins';
  font-size: 15px;
  color: #000;
  background: transparent;
  cursor: pointer;
}

.service-select .dropdown-header {
  position: relative;
  display: flex;
  align-items: center;
}

.contact-frm input::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, rgba(32, 178, 229, 1), rgba(65, 42, 154, 1));
  transition: width 0.3s ease;
  z-index: 0;
}

.contact-frm input:focus::before {
  width: 100%;
}

.service-select .caret-icon {
  position: absolute;
  right: 10px;
  bottom: 58px;
  font-size: 14px;
  color: #a9a9a9;
  pointer-events: none;
}

.service-select .dropdown-options {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #dbdbdb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  padding: 10px 0;
  border-radius: 6px;
}

.service-select .dropdown-options label {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 11px;
  transition: background 0.3s ease;
  font-family: 'Poppins';
  display: flex;
  align-items: center;
  gap: 5px;
}

.service-select .dropdown-options label:hover {
  background: linear-gradient(90deg, rgba(32, 178, 229, 0.1) 0%, rgba(65, 42, 154, 0.1) 100%);
}

.service-select .dropdown-options input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid rgb(20 35 79);
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin: 0 !important;
  padding: 0;
}

.service-select .dropdown-options input[type="checkbox"]:checked::before {
  position: absolute;
  top: -3px;
  left: 3px;
  font-size: 12px;
  color: white;
}

.service-select .dropdown-options input[type="checkbox"]:checked {
  background: #112250;
  border-color: rgba(65, 42, 154, 1);
}

.contact-frm input {
  position: relative;
}

a.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.ctct-detl ul * {
  color: #fff;
}

/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* Free Case Evaluation Custom CSS Start */
.free-case-sec {
  background-color: #f8f9fa;
}

.free-case-left h2 {
  margin: 20px 0;
}

.free-case-left p {
  margin-bottom: 30px;
}

.eval-list {
  padding: 0;
  list-style: none;
}

.eval-list li {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #112250;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eval-list li i {
  color: #e0c58e;
  font-size: 20px;
}

.free-case-form {
  padding: 40px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.free-case-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 0;
  outline: none;
  font-family: 'Poppins';
  font-size: 15px;
  margin-bottom: 20px;
  resize: none;
}

.free-case-form .theme-btn {
  border: none;
}

/* Responsive */
@media (max-width: 991px) {
  .free-case-left {
    text-align: center;
    margin-bottom: 50px;
  }

  .eval-list {
    display: inline-block;
    text-align: left;
  }
}

/* Free Case Evaluation Custom CSS End */

/* Family Resources Custom CSS Start */
.family-resource-sec {
  background-color: #fff;
}

.resource-bottom {
  margin-bottom: 50px;
}

.resource-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 40px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.resource-card:hover {
  border-color: #e0c58e;
  box-shadow: 0 15px 40px rgba(17, 34, 80, 0.1);
}

.resource-icon {
  width: 70px;
  height: 70px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: 0.4s;
}

.resource-icon i {
  font-size: 30px;
  color: #112250;
}

.resource-card:hover .resource-icon {
  background: #112250;
}

.resource-card:hover .resource-icon i {
  color: #e0c58e;
}

.resource-content h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #112250;
}

.resource-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
}

.resource-card .theme-btn {
  padding: 10px 25px;
  font-size: 14px;
  margin: 0 auto;
  color: #112250;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .resource-card {
    padding: 30px 20px;
  }

}

.resource-card .theme-btn i {
  transform: unset;
}

section.freq-sec h2 {
  font-size: 60px;
}

/* Family Resources Custom CSS End */

form.footer-form input.form-control:focus {
    background: unset;
}