*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #333;
}

p {
  margin-bottom: 0 !important;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
img {
  margin-bottom: 0 !important;
}

img {
  width: 100%;
}
.pt-5 {
  padding-top: 5rem !important;
}

.pb-5 {
  padding-bottom: 6rem !important;
}
.loan_domain_header .navbar {
  background-color: transparent;
}

.loan_domain_header.scrolling_down .navbar {
  background-color: #fff;
}

.banner_section {
  background-image: url(../images/loandomain-hero-banner.jpg);
  background-size: cover;
  min-height: 850px;
  background-repeat: no-repeat;
  margin-top: -100px !important;

  background-position: 50%;
  background-position-y: 50%;
}

#about {
  scroll-margin-top: 20vh;
}

#services {
  scroll-margin-top: 20vh;
}

#choose {
  scroll-margin-top: 20vh;
}
#team {
  scroll-margin-top: 20vh;
}
#contact {
  scroll-margin-top: 20vh;
}
#documents {
  scroll-margin-top: 20vh;
}
.banner_section::before {
  content: "";
  height: 230px;
  width: 100%;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgb(255 255 255),
    rgb(255 255 255 / 61%),
    transparent
  );
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}

h2.section_heading {
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}
h2.section_heading span {
  position: relative;
}
h2.section_heading span::after {
  content: "";
  position: absolute;
  display: none;
  width: 96%;
  margin: 0 auto;
  height: 0;
  left: 3px;
  bottom: -1px; /* <- distance */
  border-bottom: 6px solid #eb0000;
}

.section_lead {
  font-size: 18px;
  line-height: 30px;
  color: #636363;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  text-align: justify;
  text-align-last: center;
}

.navbar-brand {
  max-width: 100px;
}

.loan_domain_header .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px;
  line-height: 33px;
  font-weight: 600;
  color: #1e1e1e;
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
}

.loan_domain_header .navbar-expand-lg .navbar-nav .menu-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.loan_domain_header .navbar-expand-lg .navbar-nav .menu-item :last-child {
  padding-right: 0;
}

.loan_domain_header .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #1e54a5 !important;
  border-bottom: 4px solid #eb0000;
  padding: 0;
}

.loan_domain_header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #1e54a5 !important;
}

.current-menu-item.active .nav-link {
  color: #1e54a5 !important;
  border-bottom: 4px solid #eb0000;
  padding: 0;
}

.menu-item.active .nav-link {
  color: #1e54a5 !important;
  border-bottom: 4px solid #eb0000;
  padding: 0;
}

.services {
  background-color: #f2f5fa;
}
.boxes {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.box {
  background-color: #fff;
  border-radius: 12px;
  padding: 33px 28px 40px 28px;
  width: calc(33.33% - 40px);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.boxes .box:hover {
  background-color: #1e54a5;
  color: #fff;
}

.boxes .box:hover .services_header h3 {
  color: #fff;
}

.services_header {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.services_header .services_icon img {
  width: 30px;
}

.services_header .services_icon {
  padding: 11px;
  background-color: #e7effb;
  border-radius: 100%;
}

.services_header h3 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
  color: #1e1e1e;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.services_content p {
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

.choose_boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.choose_boxes .choose_box {
  width: calc(50% - 50px);
}

.choose_boxes .choose_box_header {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.choose_boxes .choose_box_header img {
  width: 30px;
}

.choose_boxes .choose_box_header h3 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
  color: #1e1e1e;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.team {
  background-color: #f2f5fa;
}

.team_boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.team_boxes .team_box {
  width: calc(33.3% - 40px);
}

.team_header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.team_name {
  display: flex;
  gap: 20px;
  align-items: center;
}

.team_name img {
  width: 18px;
  height: 18px;
}

.team_name h3 {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 32px;
  color: #1e1e1e;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.team_header_content h4 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 10px;
  color: #333;
}

.team_header_content h5 {
  font-size: 16px;
  line-height: normal;
  color: rgb(161, 162, 164);
}

.team_name .team_popup {
  padding: 6px 10px 9px 10px;
  background-color: #e7effb;
  border-radius: 100%;
}

.team_email {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
}

.team_email img {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}

.team_email a {
  font-size: 16px;
  line-height: normal;
  color: #3663ac;
  margin-bottom: 0;
  text-decoration: none;
}

.team_text {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  color: #333;
  text-align: inherit;
}

.team_image img {
  border-radius: 8px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.contact_us {
  background-color: #2255a2;
}

.contact_boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  max-width: 100%;
  margin: 0 auto;
}

header .team {
  background-color: transparent;
}

header .services {
  background-color: transparent;
}

header .documents {
  background-color: transparent;
}

.contact_boxes .contact_box {
  width: calc(33.33% - 50px);
  display: flex;
  flex-direction: column;
}
.contact_header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact_header img {
  filter: brightness(10);
}

.contact_header h3 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.contact_content {
  margin-top: 20px;
}

.contact_content {
  padding-left: 0;
  list-style: none;
}

.contact_us h2 {
  color: #fff;
}

.contact_content li {
  font-size: 16px;
  line-height: 25px;
  color: #fff !important;
  text-decoration: none !important;
}

.contact_content li a {
  color: #fff !important;
}

.contact_box_2 .contact_content li a {
  text-decoration: none !important;
}

.contact_header img {
  width: 25px;
}

.btn_custom img {
  display: inline-block;
  width: 40px;
  padding-right: 10px;
  filter: brightness(10);
  transition: all 0.2s;
}

.documents {
  background-color: #f2f5fa;
}

.documents .btn_custom {
  padding: 15px 30px;
  background-color: #1e54a5;
  font-size: 18px;
  line-height: 25px;
  border-radius: 12px;
  color: #fff;
  transition: all 0.2s;
}

.documents .btn_custom:hover {
  background-color: #fff;
  color: #1e54a5;
  border: 1px solid #1e54a5;
}

.documents .btn_custom:hover img {
  filter: none;
}

.documents_btn_container {
  text-align: center;
}

.documents .btn_custom:not(:last-child) {
  margin-right: 15px;
}

.load_domain_footer {
  background-color: #1e54a5;
}

.load_domain_footer .footer_left img {
  width: 100px;
}

.footer_content {
  display: flex;
  justify-content: center;
}
.footer_left {
  display: flex;
  align-items: center;
  gap: 15px;
  width: calc(50% - 60px);
}

.footer_right {
  color: #fff;
}

.footer_right h3 {
  font-size: 18px;
  line-height: 25px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}
.footer_copyright {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}

hr {
  height: 2px;
  background-color: #fff;
  /* padding-top: 20px; */
  margin-top: 40px;
}
.footer_left p {
  max-width: 350px;
  color: #fff;
  font-size: 16px;
  text-align: inherit;
}
@media (max-width: 1300px) {
  .team_name h3 {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .loan_domain_header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    line-height: 25px;
  }

  .team_email a {
    word-break: break-all;
  }
  
  .footer_right{
      margin-left:50px;
  }
}
@media (max-width: 991px) {
  .boxes {
    gap: 20px;
  }

  .team_email a {
    word-break: inherit;
  }

  .boxes .box {
    width: calc(50% - 20px);
    padding: 25px 20px 30px 20px;
  }

  .team_boxes .team_box {
    width: calc(50% - 40px);
  }
  .team_image {
    width: auto;
  }

  .team_name h3 {
    font-size: 20px;
    line-height: normal;
  }
  .footer_content {
    max-width: 100%;
  }

  .loan_domain_header .navbar {
    background-color: #fff;
  }

  .contact_boxes .contact_box {
    width: calc(50% - 20px);
    margin: 0 auto;
  }

  .contact_boxes {
    gap: 40px 0;
  }
  .navbar-nav {
    margin-top: 30px;
  }

  .loan_domain_header .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0;
    padding-bottom: 10px;
  }

  .loan_domain_header .navbar-expand-lg .navbar-nav .nav-item:last-child {
    padding-bottom: 0;
  }

  .loan_domain_header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
    display: inline-block;
  }

  .navbar-collapse {
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    top: 0;
    right: 0;
    width: 350px;
    border-left: 1px solid rgba(0, 0, 0, 0.175);
    transform: translateX(100%);

    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: all 0.3s ease-in-out;
    align-items: flex-start;
    justify-content: flex-start !important;
  }

  .loan_domain_header .navbar-expand-lg .navbar-nav .nav-item {
    padding-left: 30px;
  }

  .navbar-nav {
    margin-top: 80px !important;
  }

  .navbar-collapse.show {
    transform: translateX(0);
    visibility: visible;
  }

  .navbar-light .navbar-toggler {
    z-index: 9999;
    transition: all 0.4s ease-in-out;
  }

  .navbar-light .navbar-toggler[aria-expanded="true"] {
    right: 10px;
    position: absolute;
  }

  header .container,
  .container-sm {
    max-width: 100%;
  }

  .banner_section {
    background-attachment: inherit;
  }

  .banner_section::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .services_header {
    flex-direction: column;
    align-items: start;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      padding-right: 20px;
    padding-left: 20px;
  }
  .footer_right{
      margin-left:0px;
  }
  h2.section_heading {
    font-size: 33px;
    line-height: 40px;
  }
  .choose_boxes {
    gap: 40px 0;
  }

  .choose_boxes .choose_box {
    width: 100%;
    margin: 0 auto;
  }

  .team_boxes .team_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  
  .team_header{
      display:block;
  }
  
  .team_image{
      margin-bottom:15px;
      width: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .team_name {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.team_email {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}

.team_text{
    text-align:center;
    
}
  
  

  .team_boxes {
    gap: 40px 0;
  }

  .contact_boxes .contact_box {
    width: calc(50% - 20px);
    margin: 0 auto;
  }

  .section_lead {
    max-width: 100%;
  }

  .contact_boxes {
    gap: 40px 0;
    max-width: 100%;
  }

  .footer_content {
    gap: 30px 0;
  }

  .footer_content {
    flex-wrap: wrap;
  }

  .footer_left {
    width: 100%;
    text-align: center;
  }

  .footer_right {
    margin: 0 auto;
  }

  .contact_boxes .contact_box {
    
    margin: 0 auto;
    width: 100%;
    text-align: center;
    }
    
    .contact_header{
        justify-content:center;
    }
  

  .contact_boxes {
    gap: 40px 0;
    max-width: 100%;
    justify-content: center;
     display: flex;
        flex-direction: column;
        align-items: center;
  }

  .footer_content {
    justify-content: center;
  }
  .section_lead{
      text-align:center;
      
  }
  
}

@media (max-width: 550px) {
  .boxes .box {
    width: 100%;
    margin: 0 auto;
    padding: 25px 20px 30px 20px;
  }
  
  .footer_left p{
      max-width:100%;
  }

  .services_header {
    flex-direction: row;
    align-items: center;
  }

  .boxes {
    gap: 40px 0px;
  }

  .team_image {
    width: auto;
  }

  .navbar-collapse {
    width: 100%;
  }

  .banner_section {
    min-height: 550px;
  }

  .pt-5 {
    padding-top: 4rem !important;
  }

  .pb-5 {
    padding-bottom: 5rem !important;
  }
  
  .footer_left {
      display:block;
  }
  
  .footer_left #footer_logo{
      margin-bottom:20px!important;
      display:block;
  }
  
}

@media (max-width: 500px) {
  .documents .btn_custom:not(:last-child) {
    margin-bottom: 20px !important;
    margin-right: auto;
  }

  .documents .btn_custom {
    display: block !important;
    width: 70%;
    margin: 0 auto;
    margin-right: auto;
  }
}

.social_iconlin {
  width: 40px;
  margin-top: 10px;
  filter: brightness(10);
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url(../images/cross.png);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.collapse {
  display: block !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

@media (min-width: 1400px) {
  .contact_boxes {
    max-width: 90%;
  }
}

.social_iconlgoogle {
  width: 35px;
  padding-top: 8px;
  margin-left: 3px;
  padding: 6px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10px;
}

.read_more {
  padding: 5px 15px 6px 15px;
  background-color: #1e54a5;
  font-size: 16px;
  line-height: 25px;
  border-radius: 7px;
  color: #fff;
  transition: all 0.2s;
  margin-top: 10px;
  border: 0;
}

.read_more:hover {
  background-color: #fff;
  color: #1e54a5;
  border: 1px solid #1e54a5;
}

.hidden-text.show {
  margin-bottom: 15px;
}

.service_content p {
  text-align: inherit;
}

.contact_content a {
  text-decoration: underline !important;
}
