body {
    font-family: orpheuspro, serif;
     /* font-family: sofia-pro, sans-serif; */
    /* font-family: orpheus-pro-condensed, sans-serif;  */
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #006450;
}
h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #006450;
    font-family: sofia-pro, sans-serif;
}
.h3-img {
    font-size: 20px !important;
    color: #00FFCC;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-family: sofia-pro, sans-serif;
    position: relative;
}
.h3-img .h3-img-item {
    position: absolute;
    left: -24px;
    top: 10px;
}
.h3-img-1 {
    font-size: 20px !important;
    color: #009579;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-family: sofia-pro, sans-serif;
    position: relative;
}
.h3-img-1 .h3-img-item-1 {
    position: absolute;
    left: -24px;
    top: 10px;
}
p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
    color: black;
    font-weight: 400;
    font-family: sofia-pro, sans-serif;
}
ul, ul li, ol, ol li {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
    color: black;
    font-weight: 400;
    font-family: sofia-pro, sans-serif;
    padding: 0px;
}
.mr-10 {
    margin-right: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.btn-theme-1 {
    display: inline-block;
    background-color: transparent;
    color: #006450;
    border: 2px solid #006450;
    border-radius: 10px;
    /* padding: 12px 44px; */
    padding: 18px 44px;
    min-width: 212px !important;
    text-decoration: none;
    transition: box-shadow 0.2s ease-in-out;
    min-width: 153px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-family: sofia-pro, sans-serif;
}
.btn-theme-1:hover {
    text-decoration: underline;
    box-shadow: inset 0 0 0 2px #006450;
    color: #006450;
    border-color: #006450;
}
.btn-theme-2 {
    display: inline-block;
    padding: 0;
    background-color: transparent; /* Button background color */
    color: #00FFCC; /* Button text color */
    text-decoration: none; /* Remove underline */
    border: 0px; /* Border color */
    transition: background-color 0.3s, transform 0.3s; /* Smooth transition */
    font-size: 18px; /* Font size */
    position: relative; /* Position relative for arrow */
    font-family: sofia-pro, sans-serif;
}
.btn-theme-2:hover {
    text-decoration: underline;
    color: #00FFCC;
}
.btn-theme-2 .arrow {
    display: inline-block; /* Ensure arrow is inline */
    transition: transform 0.3s; /* Smooth transition for arrow */
    position: relative;
    /* top: 3px; */
}
.btn-theme-2:hover .arrow {
    transform: translateX(5px); /* Move arrow to the right on hover */
}

.btn-theme-3 {
    display: inline-block;
    padding: 0;
    background-color: transparent; /* Button background color */
    color: #1712A8; /* Button text color */
    text-decoration: none; /* Remove underline */
    border: 0px; /* Border color */
    transition: background-color 0.3s, transform 0.3s; /* Smooth transition */
    font-size: 18px; /* Font size */
    position: relative; /* Position relative for arrow */
    font-family: sofia-pro, sans-serif;
    font-weight: bold;
}
.btn-theme-3:hover {
    text-decoration: underline;
    color: #1712A8;
}
.btn-theme-3 .arrow {
    display: inline-block; /* Ensure arrow is inline */
    transition: transform 0.3s; /* Smooth transition for arrow */
    position: relative;
    top: -3px;
}
.btn-theme-3:hover .arrow {
    transform: translateX(5px); /* Move arrow to the right on hover */
}
.btn-theme-4 {
    display: inline-block;
    background-color: transparent;
    color: #00FFCC;
    border: 2px solid #00FFCC;
    border-radius: 10px;
    /* padding: 12px 44px; */
    padding: 18px 44px;
    text-decoration: none;
    transition: box-shadow 0.2s ease-in-out;
    /* min-width: 153px; */
    min-width: 212px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-family: sofia-pro, sans-serif;
}
.btn-theme-4:hover {
    text-decoration: underline;
    box-shadow: inset 0 0 0 2px #00FFCC;
    color: #00FFCC;
    border-color: #00FFCC;
}

.btn-theme-5 {
    display: inline-block;
    padding: 0;
    background-color: transparent; /* Button background color */
    color: #006450; /* Button text color */
    text-decoration: none; /* Remove underline */
    border: 0px; /* Border color */
    transition: background-color 0.3s, transform 0.3s; /* Smooth transition */
    font-size: 18px; /* Font size */
    position: relative; /* Position relative for arrow */
    font-family: sofia-pro, sans-serif;
}
.btn-theme-5:hover {
    text-decoration: underline;
    color: #006450;
}
.btn-theme-5 .arrow {
    display: inline-block; /* Ensure arrow is inline */
    transition: transform 0.3s; /* Smooth transition for arrow */
    position: relative;
    top: -1px;
}
.btn-theme-5:hover .arrow {
    transform: translateX(-5px); /* Move arrow to the right on hover */
}


.btn-theme-2-prev {
    display: inline-block;
    padding: 0;
    background-color: transparent; /* Button background color */
    color: #006450; /* Button text color */
    text-decoration: none; /* Remove underline */
    border: 0px; /* Border color */
    transition: background-color 0.3s, transform 0.3s; /* Smooth transition */
    font-size: 18px; /* Font size */
    position: relative; /* Position relative for arrow */
    font-family: sofia-pro, sans-serif;
    line-height: 45px;
    font-weight: bold;
}
.btn-theme-2-prev:hover {
    text-decoration: underline;
    color: #006450;
}
.btn-theme-2-prev .arrow {
    display: inline-block; /* Ensure arrow is inline */
    transition: transform 0.3s; /* Smooth transition for arrow */
    position: relative;
    top: -1px;
}
.btn-theme-2-prev:hover .arrow {
    transform: translateX(-5px); /* Move arrow to the right on hover */
}

.prev-link .disabled {
    line-height: 45px;
    color: #BFBFBF !important;
    cursor: not-allowed;
    pointer-events: none;
}

.btn-theme-2-next {
    display: inline-block;
    padding: 0;
    background-color: transparent; /* Button background color */
    color: #006450; /* Button text color */
    text-decoration: none; /* Remove underline */
    border: 0px; /* Border color */
    transition: background-color 0.3s, transform 0.3s; /* Smooth transition */
    font-size: 18px; /* Font size */
    position: relative; /* Position relative for arrow */
    font-family: sofia-pro, sans-serif;
    line-height: 45px;
    font-weight: bold;
}
.btn-theme-2-next:hover {
    text-decoration: underline;
    color: #006450;
}
.btn-theme-2-next .arrow {
    display: inline-block; /* Ensure arrow is inline */
    transition: transform 0.3s; /* Smooth transition for arrow */
    position: relative;
    /* top: 3px; */
}
.btn-theme-2-next:hover .arrow {
    transform: translateX(5px); /* Move arrow to the right on hover */
}


.header-container {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #F4F1EC;
    position: sticky;
    width: 100%;
    top: 0px;
    z-index: 999;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
header .header-left li:first-child {
    margin-left: 0px;
}
header .header-right li:last-child {
    margin-right: 0px;
}
header ul  {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
header ul li {
    margin: 0px 20px;
}
header ul li a.header-link {
    /* position: relative; */
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    padding: 14px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
header ul li a.header-link span {
    color: #006450;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out;
    position: relative;
}
header ul li a.header-link:hover {
    background-color: #FFFFFF;
}
header ul li a.header-link span::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Position the underline just below the text */
    left: 0;
    width: 0; /* Initially hidden */
    height: 5px; /* Underline thickness */
    background-color: #006450;
    transition: width 0.5s ease-in-out;
}
/* On hover, expand the line from left to right only under the text */
header ul li a.header-link:hover span::after {
    width: 100%; /* Expands to match the text width only */
}
/* Optional: Prevent the line from covering padding, and ensure it fits under the text */
.sticky {
    position: fixed; /* Change to fixed when sticky */
    top: 0;
}

.admin-bar .sticky {
    top: 32px;
}

header ul li.current-menu-item a.header-link {
    background-color: #FFFFFF;
}
header ul li.current-menu-item a.header-link span::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Position the underline just below the text */
    left: 0;
    width: 0; /* Initially hidden */
    height: 5px; /* Underline thickness */
    background-color: #006450;
    transition: width 0.5s ease-in-out;
}
/* On hover, expand the line from left to right only under the text */
header ul li.current-menu-item a.header-link span::after {
    width: 100%; /* Expands to match the text width only */
}

header ul li {
    display: inline-block;
}
header .logo {
    margin: 0px 40px 0px 15px;
}
.contact-button {
    background-color: transparent;
    color: #006450;
    border: 2px solid #006450;
    border-radius: 10px;
    padding: 12px 44px;
    text-decoration: none;
    transition: box-shadow 0.2s ease-in-out;
    min-width: 153px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-family: sofia-pro, sans-serif;
}
.contact-button:hover {
    text-decoration: underline;
    box-shadow: inset 0 0 0 2px #009579;
    color: #009579;
    border-color: #009579;
}
.navbar .active {
    font-weight: bold;
    color: #006450;
}
.home-hero-section {
    /* background: #BFBFBF; */
    background: linear-gradient(to bottom right, #BFBFBF, #F4F1EC);
    padding: 70px;
    padding-bottom: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home-hero-section h1,
.home-hero-section h2 {
    font-size: 70px; 
    line-height: 80px;
    font-weight: bold;
    color: black;
    margin-bottom: 30px;
    font-family: orpheuspro, serif;
    text-align: center;
}

.get-in-touch {
    background-color: transparent;
    color: #006450;
    border: 2px solid #006450;
    border-radius: 10px;
    padding: 18px 44px;
    text-decoration: none;
    transition: box-shadow 0.2s ease-in-out;
    min-width: 212px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-family: sofia-pro, sans-serif;
}

.get-in-touch:hover {
    text-decoration: underline;
    box-shadow: inset 0 0 0 2px #009579;
    color: #009579;
    border-color: #009579;
}

.stats-section-main {
    position: relative;
    margin-bottom: 70px;
}
/* .stats-section {
    background-image: url(../images/stats-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 40px 110px 50px 130px;
    text-align: center;
    max-width: 1160px;
    width: 100%;
    margin: -14% auto 0;
    border-radius: 100px;
    border: 3px solid #00FFCC;
    display: flex;
    align-items: start;
    justify-content: start;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    align-items: center;
} */
.stats-section {
    position: relative;
    padding: 40px 110px 50px 130px;
    color: white;
    max-width: 1160px;
    width: 100%;
    margin: -260px auto 0;
    border-radius: 100px;
    display: flex;
    align-items: start;
    justify-content: start;
    z-index: 9;
}
.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    background: linear-gradient(to right, #00FFCC, #006450);
    z-index: -1;
    padding: 3px;
    margin: -3px;
}
.stats-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/stats-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
}
.stats-section-left {
    position: relative;
    z-index: 9;
}
.stats-section-left img {
    max-width: 260px;
}
.stats-section-right {
    height: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 90px;
    z-index: 9;
    position: relative;
}
.stats-section-right h3 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 300;
    color: white;
    text-align: left;
    margin-bottom: 40px;
    font-family: sofia-pro, sans-serif;
}


.stats {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.stat {
    border: 2px solid #FFFFFF;
    border-radius: 15px;
    padding: 5px 20px;
    min-width: 280px;
    position: relative;
    min-height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat h2 {
    color: #006450;
    background: white;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 20px;
    position: absolute;
    top: -32px;
    width: 87%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: sofia-pro, sans-serif;
}

/* .stat h3 {
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
    color: white;
    margin-bottom: 0px;
    font-family: orpheuspro, serif;
} */

.stat h3 {
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
    color: white;
    margin-bottom: 0px;
    font-family: orpheuspro, serif;
    /* Add animation */
    animation: count 2s forwards; /* Adjust duration as needed */
}

/* Keyframes for counter effect */
@keyframes count {
    from {
        content: "0"; /* Start from 0 */
    }
    to {
        content: attr(data-count); /* End at the target number */
    }
}

.about-us {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 10px 20px;
    transition: background-color 0.3s;
}

.about-us:hover {
    background-color: white;
    color: black;
}


.parallax-wrapper {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  /* perspective: 2px; */
  background: url(../images/bg-logo.svg) no-repeat;
  background-size: 25%;
  background-position: 0% 15%;
  background-attachment: fixed;
}

.parallax-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-shadow: 0 0 5px #000;
}

.parallax::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1;
}

  





.bridge-loans-section {
    display: flex;
    align-items: center;
    padding: 40px 0px 40px;
    border-radius: 10px; /* Rounded corners */
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}
.bridge-loans-section .image-container {
    border-radius: 70px;
    overflow: hidden;
}

.bridge-loans-section h2 {
    font-size: 20px !important;
    color: #009579;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-family: sofia-pro, sans-serif;
    position: relative;
}

.bridge-loans-section h2 .bls-hi {
    position: absolute;
    left: -24px;
    top: 10px;
}

.bridge-loans-section h3 {
    font-size: 50px !important;
    color: #006450;
    font-weight: bold;
    line-height: 75px;
    margin-bottom: 40px;
    font-family: sofia-pro, sans-serif;
}

.bridge-loans-section p {
    line-height: 28px;
    margin-bottom: 30px;
}

.image-container {
    flex: 1;
    margin-right: 20px; /* Space between image and text */
}

.image-container img {
    width: 100%;
    border-radius: 10px; /* Rounded corners for the image */
    object-fit: cover; /* Ensures the image covers the container */
}

.text-container {
    flex: 1;
    padding-left: 90px;
}


.learn-more {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #006450; /* Button background color */
    color: white; /* Button text color */
    text-decoration: none; /* Remove underline */
    border-radius: 5px; /* Rounded corners for the button */
    transition: background-color 0.3s; /* Smooth transition */
}

.learn-more:hover {
    background-color: #009579; /* Darker shade on hover */
}








.bridge-loans-state-section {
    text-align: center;
    padding: 50px 0 0px;
}

.bridge-loans-state-section h2 {
    font-size: 20px;
    line-height: 35px;
    color: #009579;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
    font-family: sofia-pro, sans-serif;
    text-transform: uppercase;
}


.state-loans-container {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: -50px;
}

.state-loan {
    border: 2px solid #009579;
    border-radius: 70px;
    overflow: hidden;
    width: 370px;
    height: 420px;
    position: relative;
    padding-bottom: 110px;
    z-index: 9;
}

.state-loan img {
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.state-loan:hover img {
    transform: scale(1.1);
}

.state-loan h3 {
    background-color: #F4F1EC;
    color: #006450;
    padding: 30px;
    margin: 0;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    font-family: sofia-pro, sans-serif;
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
}

.state-loan {
    color: #006450;
    text-decoration: none;
}

.state-loan:hover h3 {
    text-decoration: underline;
    color: #009579;
}

.form_row br{
    display: none;
}
.form_row p{
margin: 0;
}



.case-study-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0px;
    background: linear-gradient(to right, #006450 67%, #f5f5f5 67%);
    color: white;
    position: relative;
}

.case-study-container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 33%;
    width: 2px; /* Width of the line */
    height: 100%; /* Full height */
    background-color: #00FFCC; /* Green color */
}

.case-study-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; /* Full width */
    height: 2px; /* Height of the line */
    background-color: #00FFCC; /* Green color */
}

.page-template-template-b-bridge-loans .case-study-container::after {
    display: none;
}

.case-study-container-inner {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case-study-left {
    flex: 1;
    padding-right: 20px;
}

.case-study-left h2 {
    font-size: 20px !important;
    color: #00FFCC;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-family: sofia-pro, sans-serif;
    position: relative;
}

.case-study-left h2 .csc-cc {
    position: absolute;
    left: -24px;
    top: 10px;
}

.case-study-left h3 {
    font-size: 50px !important;
    color: white;
    font-weight: bold;
    line-height: 75px;
    margin-bottom: 40px;
    font-family: orpheuspro, serif;
}

.case-study-left .btn-theme-1 {
    border-color: #00FFCC;
    color: #00FFCC;
}
.case-study-left .btn-theme-1:hover {
    text-decoration: underline;
    box-shadow: inset 0 0 0 2px #00FFCC;
    color: #00FFCC;
    border-color: #00FFCC;
}

.case-study-left p {
    margin-bottom: 30px;
    color: white;
    max-width: 570px;
    margin-bottom: 45px;
    font-weight: 300;
}
.case-study-right {
    z-index: 9;
    overflow: hidden;
    height: 520px;
    max-width: 490px;
    border: 2px solid #00FFCC;
    border-radius: 70px;
}
.case-study-right img {
    width: 100%;
    height: 101%;
    object-fit: cover;
}

.case-study-container-2 {
    /* display: flex;
    align-items: center; */
    padding: 60px 0px 90px;
    /* background: linear-gradient(to right, #BFBFBF 80%, #F4F1EC 100%); */
    background: linear-gradient(to bottom right, #BFBFBF, #F4F1EC) !important;
    color: white;
}

.case-study-container-inner-2 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.case-study-right-2 {
    flex: 1;
    padding-left: 100px;
    /* max-width: 600px; */
}

.case-study-right-2 h2 {
    font-size: 20px !important;
    color: #009579;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-family: sofia-pro, sans-serif;
    position: relative;
}

.case-study-right-2 h2 .csc-cc {
    position: absolute;
    left: -24px;
    top: 10px;
}

.case-study-right-2 h3 {
    font-size: 30px !important;
    color: #006450;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 40px;
    font-family: sofia-pro, sans-serif;
}

.case-study-right-2 .btn-theme-1 {
    border-color: #006450;
    color: #006450;
}

.case-study-right-2 .btn-theme-2 {
    border-color: #006450;
    color: #006450;
}

.case-study-right-2 p {
    margin-bottom: 30px;
    color: black;
    max-width: 570px;
    margin-bottom: 45px;
}
.case-study-left-2 {
    border: 2px solid #006450;
    border-radius: 70px;
    overflow: hidden;
    height: 380px;
    max-width: 390px;
}
.case-study-left-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.my-slider .slick-slide {
    /* padding-left: 100px !important; */
}

.my-slider .slick-dots {
    bottom: -60px !important;
    left: 45px !important;
    text-align: center !important;
}

.my-slider .slick-dots li button:before {
    font-size: 16px !important;
    color: #F4F1EC !important;
    opacity: 1;
}

.my-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00FFCC !important;
}

.my-slider .slick-dots li {
    margin: 0 2px;
}


/* Inner pages */

.inner-hero-section {
    background: #BFBFBF;
    background: linear-gradient(to bottom right, #BFBFBF, #F4F1EC);
    padding: 50px;
    padding-bottom: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.inner-hero-section h1,
.inner-hero-section h2 {
    font-size: 70px; 
    line-height: 80px;
    font-weight: bold;
    color: black;
    margin-bottom: 0px;
    font-family: orpheuspro, serif;
}
.quote-section-main {
    position: relative;
    margin-bottom: 210px;
}
.quote-section {
    background-image: url(../images/inner-banner.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 80px 110px 50px;
    max-width: 1160px;
    width: 100%;
    margin: -152px auto 0;
    border-radius: 100px;
    border: 3px solid #00FFCC;
    display: flex;
    align-items: start;
    justify-content: start;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    gap: 40px;
}
.quote-section p {
    font-size: 20px;
    line-height: 35px;
    color: white;
    margin-bottom: 15px;
    font-weight: 300;
}
.quote-section h3 {
    font-size: 25px;
    line-height: 28px;
    color: white;
    margin-bottom: 0px;
}
.quote-section-left img {
    margin-right: 40px;
    margin-top: -20px;
    width: 205px;
}
.client-main h2 {
    font-size: 30px;
    line-height: 50px;
}
.quote-section-main-2 {
    position: relative;
    margin-bottom: 500px;
}
.quote-section-2 {
    background-image: url(../images/inner-banner-2.svg);
    background-size: 150% 150%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 60px 120px 55px;
    max-width: 1160px;
    width: 100%;
    margin: -135px auto 0;
    border-radius: 100px;
    border: 3px solid #00FFCC;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
}
.quote-section-2 h2 {
    font-size: 50px;
    line-height: 75px;
    font-weight: bold;
    color: white;
    margin-bottom: 30px;
    font-family: orpheuspro, serif;
}
.quote-section-2 h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: white;
    margin: 0px auto 10px;
    max-width: 810px;
    font-family: sofia-pro, sans-serif;
    text-align: center;
}
.quote-section-2 p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: white;
    margin: 0px auto 15px;
    max-width: 810px;
    text-align: center;
}
.page-template-template-c-utah-money-loans .faq-section-main {
    padding-bottom: 40px;
}

.page-template-template-c-utah-money-loans .get_intouch {
    padding: 90px 0px 70px;
}

/* ... existing code ... */

.client-main {
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}
.client-main h2 {
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    color: #006450;
}
.client-main .btn-theme-1 {
    padding: 18px 53px;
    display: inline-block;
    margin-top: 10px;
}
.faq-section-main {
    background: #F4F1EC;
    padding: 60px 15px 225px;
}
.faq-section {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-button {
    padding: 10px 0px !important;
    background: transparent !important;
    box-shadow: none !important;
}


.accordion-button h2,
.accordion-button .mb-0 {
    color: #009579;
    text-decoration: underline;
    font-family: orpheuspro, serif;
    font-size: 30px;
    line-height: 45px;
}

.accordion-item .collapsed h2,
.accordion-item .collapsed .mb-0 {
    color: #006450;
    text-decoration: none !important;
    margin-bottom: 0px;
}

.accordion-item .accordion-header .accordion-button h2:hover,
.accordion-item .accordion-header .accordion-button .mb-0:hover {
    color: #006450;
    text-decoration: underline !important;
}

.accordion-item {
    background: transparent;
    border: 0px;
}

.accordion-body {
    padding: 10px 0px !important;
}
.accordion-body p {
    margin-bottom: 20px;
}
.accordion-body ul {
    padding-left: 35px;
}
.accordion-body ul li {
    font-family: sofia-pro, sans-serif;
    margin-bottom: 5px;
}
.accordion-body h4 {
    font-size: 16px;
    line-height: 28px;
    color: #006450;
    font-weight: bold;
    font-family: sofia-pro, sans-serif;
}

.accordion-button::after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA2NDUwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI1NiA4MGMwLTE3LjctMTQuMy0zMi0zMi0zMnMtMzIgMTQuMy0zMiAzMmwwIDE0NEw0OCAyMjRjLTE3LjcgMC0zMiAxNC4zLTMyIDMyczE0LjMgMzIgMzIgMzJsMTQ0IDAgMCAxNDRjMCAxNy43IDE0LjMgMzIgMzIgMzJzMzItMTQuMyAzMi0zMmwwLTE0NCAxNDQgMGMxNy43IDAgMzItMTQuMyAzMi0zMnMtMTQuMy0zMi0zMi0zMmwtMTQ0IDAgMC0xNDR6Ii8+PC9zdmc+') !important;
    transition: all 0.5s;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA5NTc5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQzMiAyNTZjMCAxNy43LTE0LjMgMzItMzIgMzJMNDggMjg4Yy0xNy43IDAtMzItMTQuMy0zMi0zMnMxNC4zLTMyIDMyLTMybDM1MiAwYzE3LjcgMCAzMiAxNC4zIDMyIDMyeiIvPjwvc3ZnPg==') !important;
  }
  .accordion-button::after {
    transition: all 0.5s;
  }
  
.typical-section-main {
    position: relative;
    margin-bottom: 175px;
}
.typical-section {
    background-image: url(../images/typical-banner.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 40px 210px 30px;
    max-width: 1160px;
    width: 100%;
    margin: -170px auto 0;
    border-radius: 100px;
    border: 3px solid #009579;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
}
.typical-section h2{
    font-size: 50px;
    line-height: 75px;
    color: black;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: orpheuspro, serif;
    padding-left: 10px;
}
/* .typical-section ul li {
    list-style-image: url(../images/logo-small-3.svg);
    background-size: 50px;
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    color: black;
    margin-bottom: 0px;
    padding-left: 15px;
} */

.typical-section ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    color: black;
    margin-bottom: 0px;
}

.typical-section ul li::before {
    content: "";
    background-image: url(../images/logo-small-3.svg);
    background-size: 24px;
    width: 24px;
    height: 27px;
    position: absolute;
    left: -15px;
    top: 10px;
}

.lend-main {
    max-width: 990px;
    padding: 80px 15px 10px;
    margin: 0 auto;
    text-align: center;
}
.lend-main h1 {
    font-size: 50px;
    line-height: 75px;
    font-weight: bold;
    color: #006450;
    margin-bottom: 15px;
}
.lend-main h2 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: sofia-pro, sans-serif;
}
.lend-main p {
    font-family: sofia-pro, sans-serif;
    max-width: 770px;
    margin: 0 auto 25px;
}
.lend-main a {
    color: #006450;
    text-decoration: none;
    font-weight: bold;
}
.case-study-container-3 {
    display: flex;
    align-items: center;
    padding: 0px;
    background: #F4F1EC;
    color: black;
    position: relative;
}

.case-study-container-inner-3 {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case-study-left-3 {
    flex: 1;
    padding: 90px 0px;
}

.case-study-left-3 h3 {
    font-size: 50px !important;
    color: #1712A8;
    font-weight: bold;
    line-height: 75px;
    margin-bottom: 10px;
    max-width: 570px;
    font-family: orpheuspro, serif;
}

.case-study-left-3 h2 {
    font-size: 30px !important;
    color: black;
    font-weight: normal;
    line-height: 50px;
    margin-bottom: 40px;
    font-family: sofia-pro, sans-serif;
    max-width: 590px;
}


.case-study-left-3 .btn-theme-1 {
    border-color: #00FFCC;
    color: #00FFCC;
}

.case-study-left-3 p {
    margin-bottom: 30px;
    color: black;
    max-width: 570px;
    margin-bottom: 45px;
}
.case-study-right-3 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background: url(../images/fund.jpg) no-repeat;
    background-size: cover !important;
}
.case-study-right-3 img {
    width: 100%;
}


.summary-section-main {
    background-color: #006450;
    color: white;
    padding: 60px 15px 370px;
}
.summary-section-inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.summary-section-inner h2 {
    color: white;
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 20px;
    font-family: orpheuspro, serif;
}
.summary-section-inner h3 {
    color: white;
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: sofia-pro, sans-serif;
}
.summary-section-inner h3 a {
    color: #00FFCC;
    text-decoration: none;
}
.summary-section-inner p {
    color: white;
    max-width: 770px;
    margin: 0 auto 30px;
}

.blss-uhml {
    padding: 0px;
    margin-top: -305px;
}
.blss-uhml h2 {
    color: #FFFFFF;
}

.inner-hero-section-2 {
    background: #BFBFBF;
    background: linear-gradient(to bottom right, #BFBFBF, #F4F1EC) !important;
    padding: 50px;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.inner-hero-section-2 h1,
.inner-hero-section-2 h2 {
    font-size: 70px; 
    line-height: 80px;
    font-weight: bold;
    color: black;
    margin-bottom: 0px;
    font-family: orpheuspro, serif;
}

.case-study-container-4 {
    padding: 60px 0px 90px;
    background: #F4F1EC;
    color: white;
}
.case-study-container-inner-4 {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.case-study-right-4 {
    flex: 1;
    padding-left: 100px;
}
.case-study-right-4 h2 {
    font-size: 20px !important;
    color: #009579;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-family: sofia-pro, sans-serif;
    position: relative;
    text-transform: uppercase;
}
.case-study-right-4 h2 .csc-cc {
    position: absolute;
    left: -24px;
    top: 10px;
}
.case-study-right-4 h3 {
    font-size: 30px !important;
    color: #006450;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 20px;
}
.case-study-right-4 h4 {
    font-size: 16px;
    color: black;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
    font-family: sofia-pro, sans-serif;
}
.case-study-right-4 h4 span {
    color: #006450;
}
.case-study-right-4 .btn-theme-1 {
    border-color: #006450;
    color: #006450;
}
.case-study-right-4 .btn-theme-1:hover {
    box-shadow: inset 0 0 0 2px #006450;
    color: #006450;
    border-color: #006450;
}
.case-study-right-4 p {
    margin-bottom: 30px;
    color: black;
    max-width: 570px;
    margin-bottom: 45px;
}
.case-study-left-4 {
    border: 2px solid #006450;
    border-radius: 70px;
    overflow: hidden;
    height: 380px;
    max-width: 490px;
}
.case-study-left-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-section-main {
    background: white;
    padding: 60px 0px 60px;
}

.article-inner {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 15px;
}

.article-inner h1 {
    color: black;
    font-family: orpheuspro, serif;
}
.article-section-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    column-gap: 16px;
}

.article-item {
    border: 2px solid #009579;
    border-radius: 70px;
    overflow: hidden;
    width: 376px;
    height: 475px;
    position: relative;
    padding-bottom: 110px;
}
.article-item img {
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.article-item:hover img {
    transform: scale(1.1);
}
.article-item-bottom {
    padding: 30px 15px;
    margin: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #F4F1EC;
}
.article-item h3 {
    font-family: sofia-pro, sans-serif;
    color: #006450;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}
.article-item:hover h3 {
    text-decoration: underline;
    color: #009579;
}
.article-item p {
    font-family: sofia-pro, sans-serif;
    color: black;
    line-height: 21px;
    margin-bottom: 5px;
}


.article-detail-main {
    padding: 60px 0px 60px;
    background: white;
}
.article-detail-inner {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
    position: relative;
}
.article-detail-inner > h2 {
    font-size: 20px;
    line-height: 35px;
    color: #009579;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
}
.article-detail-inner .btn-theme-5 {
    position: absolute;
    top: 4px;
    right: -60px;
}
.article-detail-inner h1 {
    text-align: center;
    color: black;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 75px;
    font-weight: bold;
    font-family: orpheuspro, serif;
}
.article-detail-inner h3 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 20px;
    color: black;
    font-weight: bold;
    width: 100%;
    font-family: sofia-pro, sans-serif;
}
.article-detail-inner h4 {
    font-size: 16px;
    color: black;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0px;
    font-family: sofia-pro, sans-serif;
    text-align: center;
}
.article-detail-inner h4 span {
    color: #006450;
}
.article-detail-inner p {
    margin-bottom: 20px;
    color: black;
    line-height: 35px;
}
.article-detail-inner p a {
    color: #006450;
    font-weight: bold;
    text-decoration: none;
}
.article-detail-inner .article-img {
    width: 100%;
    height: 380px;
    border-radius: 70px;
    border: 2px solid #006450;
    object-fit: cover;
    margin: 40px 0;
}


.case-study-container-5 {
    padding: 60px 0px 90px;
    background: linear-gradient(to right, #f5f5f5 33%, #004d40 33%);
    color: white;
    position: relative;
}
.case-study-container-5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 33%;
    width: 2px; /* Width of the line */
    height: 100%; /* Full height */
    background-color: #00FFCC; /* Green color */
}

.case-study-container-5::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; /* Full width */
    height: 2px; /* Height of the line */
    background-color: #00FFCC; /* Green color */
}
.case-study-container-inner-5 {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.case-study-right-5 {
    flex: 1;
    padding-left: 100px;
}
.case-study-right-5 h3 {
    font-size: 50px !important;
    color: white;
    font-weight: bold;
    line-height: 75px;
    margin-bottom: 40px;
    font-family: orpheuspro, serif;
}
.case-study-right-5 .btn-theme-1 {
    border-color: #00FFCC;
    color: #00FFCC;
}
.case-study-right-5 .btn-theme-1:hover {
    box-shadow: inset 0 0 0 2px #00FFCC;
    color: #00FFCC;
    border-color: #00FFCC;
}
.case-study-right-5 p {
    margin-bottom: 30px;
    color: white;
    max-width: 570px;
    margin-bottom: 45px;
}
.case-study-left-5 {
    border: 2px solid #00FFCC;
    border-radius: 70px;
    overflow: hidden;
    height: 520px;
    max-width: 490px;
    z-index: 9;
}
.case-study-left-5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case_study_image, .case_study_content {
    margin: 50px 0px;
}

.case_study_image img, .case_study_content img {
    border-radius: 70px;
    border: 2px solid #00FFCC;
}

.footer {
    background: linear-gradient(to right, #006450 40%, #f5f5f5 40%);
    color: white;
    padding: 30px 0px 0px;
}

.footer p, .footer a {
    font-family: sofia-pro, sans-serif ;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
    flex-direction: row-reverse;
}

.footer-contact {
    width: 30%;
    flex: 1;
}

.footer-contact h3 {
    color: white;
    font-size: 20px;
    line-height: 27px;
    font-family: orpheuspro, serif;
    margin-bottom: 25px;
}

.footer-contact p {
    color: white;
}

.footer-contact li a {
    color: white;
}

.footer-links-main {
    width: 100%;
    flex: 2;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-left: 100px;
}

.footer-links {
    /* flex: 1;
    margin: 0 10px; */
}

.footer-links h3 {
    color: #000000;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
    font-family: orpheuspro, serif;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin: 0px 0px 30px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    color: #006450;
}

.footer-links a:hover {
    text-decoration: underline;
    color: #009579;
}

.footer-bottom {
    background-color: #00FFCC; /* Bright cyan color */
    text-align: center;
    padding: 20px 0;
    color: black;
}

.footer-bottom p {
    margin-bottom: 0px;
    color: #006450;
}

.our_team_section {
    background: #006450;
    padding: 60px 0;
    color: #fff;
}

.our_team_section .container{
    max-width: 1000px;
}

.row_reverse {
    flex-direction: row-reverse;
    
}

.tright{
    text-align: right;
}

.our_team_section .row{
    padding: 25px 0;

}
.our_team_section p {
    color: #fff;
    font-weight: 100;
}
.our_team_section label,
.our_team_section .team-designation{
    color: #00FFCC; 
    margin-bottom:20px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 20px;
    line-height: 75px;
    font-weight: 500;
}
.our_team_section h3{
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 75px;
    font-weight: bold;
    margin-bottom: 35px;
    font-family: orpheuspro, serif;

}
.our_team_section img {
    max-width: 100%;
    border-radius: 50px;
}

.our_team_section .col-md-4, .our_team_section .col-md-8{
    margin: auto 0;
    padding: 25px;

}

.get_intouch a{
    color:#006450;
}

.get_intouch label{
    color: #006450;
    display: block;
    margin: 8px 0 4px 0;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
}

.get_intouch  .container{
    max-width: 450px;
}

.wpcf7-spinner {

    display: block;
}

.get_intouch input[type=text], .get_intouch input[type=email], .get_intouch textarea{
    min-height: 42px;
    border-radius: 10px;
    padding: 5px 10px;
    display: block;
    width: 100%;
    border: 1px solid #000;
}


.get_intouch input[type=submit] {
    background: #fff;
    border: 2px solid #006450;
    padding: 18px 75px;
    margin-top: 30px;
    border-radius: 10px;
    margin-bottom: -15px;
    font-size: 18px;
    line-height: 24px;
    color: #006450;
    font-weight: bold;
}
.get_intouch input[type=submit]:hover {
    text-decoration: underline;
    box-shadow: inset 0 0 0 2px #009579;
    color: #009579;
    border-color: #009579;
}
.get_intouch .wpcf7-spinner {
    position: relative;
    top: -30px;
    right: -137px;
}

.get_intouch {
    padding: 40px 0px 70px;
}

.single-case_studies .get_intouch {
    padding: 60px 0px 70px;
}

.get_intouch h2{
    font-size: 50px;
    color: #000;
    text-align: center;
    line-height: 75px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: orpheuspro, serif;
}
.top_get {
    text-align: center;
    margin-bottom: 20px;
}
.top_get p a {
    text-decoration: none;
    font-weight: bold;
}
.contact_us .container{
    max-width: 1000px;
}

.contact_us  .top_get{
    text-align: left;
}

.contact_us h2 {
    font-size: 50px;
    color: #000;
    padding-bottom: 10px;
    text-align: left;
}

.address_cls {
    color: #006450;
    padding: 25px 0;

}


.address_cls p{
    color: #006450;
    font-weight: 100;
    line-height: 20px;
    margin: 0 0 10px 0;
}


.address_cls a{
    color: #006450;
}



.contact_us .col-md-6
{
padding: 0 25px;
}

.image_incontent img{
    border: 2px solid #00FFCC !important;
   
}


.case-study-right-5 h2{
    color: #00FFCC;
    font-size: 16px !important;
}

.mobile_menu_open { 

    display: none;
    padding-right: 15px;

}

.mobile_menu_outer {

  
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    z-index: 9;
    min-height: 100vh;
    padding-top: 6px;
    display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
}
.header-block { padding: 0 25px; width: 100%;}


.header-block h3 {
    color: #000000;
    font-size: 20px;
    line-height: 27px;
    margin-top: 20px;
    font-family: orpheuspro, serif;
    margin-bottom: 10px;
}


.header-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-block ul li {
    margin: 0px 0px 10px 0;
    display: block;
}

.header-block ul{
display: block;
}

.header-block a {
    text-decoration: none;
    color: #006450;
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
}


.header-contact {
    width: 100%;
    flex: 1;
    background: #006450;
    padding: 25px;
    color: #fff;
    /* margin-top: 15px; */
}

.close_menu {
    position: absolute;
    right: 15px;
    top: 10px;
}

.header-contact p{
    color: #fff;
    margin-bottom: 30px;
}
.header-contact h3 {
    font-family: orpheuspro, serif;
    margin-bottom: 10px;
}

.fordesktop { display: block;}
.formobile{
    display: none;
}

.rowreverse {
    flex-direction: row-reverse;
}

img{ max-width: 100%;}


.header-container a{
    color: #006450;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    transition: background-color 0.3sease-in-out;
    position: relative;
    font-family: orpheuspro, serif;
    text-decoration: none;
}


.accordion-item {
    background: none !important;
    border: 0 !important;
}


.actl-posts-pagination {

    padding: 40px 0 0 0;
    display: flex;
    justify-content: center;

}

.next-link .page-numbers  {
color: #004d40 !important;    text-decoration: none;
font-weight: bold;
}

.prev-link .page-numbers  {
    color: #004d40 !important;    text-decoration: none;
    font-weight: bold;
    line-height: 45px;
}
    

.prev-link {
    margin: 0 25px;
    display: inline-block;

}

.next-link {
    margin: 0 25px;
    display: inline-block; font-weight: bold;
}

.next-link a{
    text-decoration: none;
    font-weight: bold;
}

.next-link .disabled {
    line-height: 45px;
    color:#BFBFBF !important;
    cursor: not-allowed;
    pointer-events: none;
}

.article-section-top {
    padding-bottom: 40px;
}

.article-details img{
    width: 100%;
    height: 380px;
    border-radius: 70px;
    border: 2px solid #006450;
    object-fit: cover;
    margin: 40px 0;
}


.contact-template {
    max-width: 1000px;
    margin: 0 auto;
}

.contact-form p:hover label {
    color: #009579
}

.contact-form p:hover input, .contact-form p:hover textarea {
    border-color: #009579;
}

.what-btn-mobile {
       display: none; 
}
.case-study-head-mobile {
    display: none;
}
.articles-head-mobile {
    display: none;
}
.what-btn-desktop {
    display: inline-block; 
}
.case-study-head-desktop {
 display: block;
}
.articles-head-desktop {
 display: block;
}

.parllax-img {
    display: none;
}
.article-content img {
    height: auto;
}
.article-content a {
    text-decoration: underline !important;
    color: #006450;
}

.actl-posts-pagination .prev {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    color: #006450;
    text-decoration: none;
    border: 0px;
    transition: background-color 0.3s, transform 0.3s;
    font-size: 18px;
    position: relative;
    font-family: sofia-pro, sans-serif;
    line-height: 45px;
    font-weight: bold;
    margin-right: 10px !important;
}

.actl-posts-pagination .next {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    color: #006450;
    text-decoration: none;
    border: 0px;
    transition: background-color 0.3s, transform 0.3s;
    font-size: 18px;
    position: relative;
    font-family: sofia-pro, sans-serif;
    line-height: 45px;
    font-weight: bold;
    margin-left: 10px !important;
}

.actl-posts-pagination .page-numbers {
    color: #006450;
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 3px;
}

.actl-posts-pagination .page-numbers.current {
    color: #000000 !important;
}

@media(max-width: 1700px) {
    .footer {
        background: linear-gradient(to right, #006450 35%, #f5f5f5 35%);
    }
}

@media(max-width: 1320px) {
    header ul li {
        margin: 0px 5px;
    }
    .header-container a {
        font-size: 16px;
        line-height: 22px;
    }
    .case-study-container-inner {
        max-width: 1100px;
    }
    .stats-section {
        max-width: 1100px;
    }
    .footer-container {
        max-width: 1100px;
    }
    .quote-section {
        max-width: 1100px;
    }
    .typical-section {
        padding: 40px 190px 30px;
        max-width: 1100px;
        margin: -155px auto 0;
    }
    .case-study-container-inner-3 {
        max-width: 1100px;
    }
    .quote-section-2 {
        padding: 60px 100px 55px;
        max-width: 1100px;
        margin: -135px auto 0;
    }
    .case-study-container-inner-4 {
        max-width: 1100px;
    }
    .case-study-container-inner-5 {
        max-width: 1100px;
    }
    .bridge-loans-section {
        max-width: 1100px;
    }
}

@media(max-width: 1199px) {
    header ul li {
        margin: 0px 4px;
    }
    .header-container a {
        font-size: 16px;
        line-height: 22px;
    }
    header ul li a.header-link {
        font-size: 16px;
        line-height: 22px;
        padding: 8px;
    }
    header ul li a.header-link span {
        font-size: 16px;
        line-height: 22px;
    }
    .contact-button {
        padding: 12px 24px;
        font-size: 18px;
        line-height: 24px;
        min-width: auto;
    }
    .case-study-container-inner {
        max-width: 900px;
    }
    .stats-section {
        padding: 40px 30px 50px 30px;
        max-width: 900px;
        margin: -280px auto 0;
        display: flex;
        align-items: center;
    }
    .stats-section-left img {
        max-width: 210px;
    }
    .stats-section-right {
        padding-left: 40px;
    }
    .footer-container {
        max-width: 900px;
    }
    .quote-section {
        max-width: 900px;
        margin: -180px auto 0;
    }
    .typical-section {
        padding: 40px 90px 30px;
        max-width: 900px;
        margin: -165px auto 0;
    }
    .case-study-container-inner-3 {
        max-width: 900px;
    }
    .quote-section-2 {
        padding: 60px 20px 30px;
        max-width: 900px;
        margin: -155px auto 0;
    }
    .blss-uhml {
        margin-top: -270px;
    }
    .case-study-container-inner-4 {
        max-width: 900px;
    }
    .case-study-container-inner-5 {
        max-width: 900px;
    }
    .bridge-loans-section {
        max-width: 900px;
    }
    .case-study-left .btn-theme-1 {
        margin-bottom: 20px;
    }
    .footer-links-main {
        padding-left: 40px;
    }
    .text-container {
        padding-left: 40px;
    }
    .case-study-left-3 h3 {
        max-width: 440px;
    }
    .case-study-left-3 h2 {
        max-width: 440px;
    }
    .quote-section-main-2 {
        margin-bottom: 440px;
    }
    .article-item {
        width: 316px;
    }
}

@media(max-width:991px) {
    .header-left {
        display: none;
    }

    .header-right {
        display: none;
    }
    header .logo{
        margin: 0;
    }
    header {
        padding: 20px 10px;
    }
    .mobile_menu_open {
        display: block;
    }
    .home-hero-section h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .case-study-container-inner {
        max-width: 700px;
    }
    .stats-section {
        max-width: 700px;
        margin: -36% auto 0;
    }
    .stats-section-left img {
        max-width: 210px;
    }
    .stats {
        flex-direction: column;
    }
    .stat {
        margin-bottom: 40px;
    }
    .footer-container {
        max-width: 100%;
    }
    .quote-section {
        max-width: 700px;
        margin: -150px auto 0;
    }
    .typical-section {
        padding: 40px 20px 30px;
        max-width: 700px;
        margin: -210px auto 0;
    }
    .case-study-container-inner-3 {
        max-width: 700px;
    }
    .quote-section-2 {
        padding: 60px 20px 30px;
        max-width: 700px;
        margin: -155px auto 0;
    }
    .case-study-container-inner-4 {
        max-width: 700px;
    }
    .case-study-container-inner-5 {
        max-width: 700px;
    }
    .bridge-loans-section {
        max-width: 700px;
    }
    .case-study-left .btn-theme-1 {
        margin-bottom: 20px;
    }
    .footer-links-main {
        padding-left: 40px;
    }
    .text-container {
        padding-left: 40px;
    }
    .case-study-left-3 h3 {
        max-width: 340px;
    }
    .case-study-left-3 h2 {
        max-width: 340px;
    }
    .article-item {
        width: 316px;
    }
    .case-study-container {
        background: linear-gradient(to top, #004d40 80%, #004d40 100px) !important;
        padding-top: 60px;
        padding-bottom: 50px;
    }
   .case-study-right img {
        height: 300px;
    }
    .case-study-container {
        display: block;
        background: #004d40;
    }
    .case-study-container::before {
        display: none;
    }
    .case-study-container::after {
        display: none;
    }
    .case-study-container-inner{
        display: flex;
        flex-direction: column-reverse;
        padding: 0 20px;
    }
    .case-study-left h2 .csc-cc {
        position: relative;
        left: 0;
        top: 0;
    }
    .case-study-container-inner-2 {
        display: block;
        padding: 0 20px;
    }
    .case-study-right-2 {
        padding: 25px 0;
    }
    .case-study-right-2 h2 .csc-cc {
        position: relative;
        left: 0;
        top: 0;
        display: inline;
    }
    .case-study-left-2 {
        height: 380px;
        max-width: 100%;
    }
    .case-study-right-2 p {
        max-width: 100%;
    }
    .case-study-right {
        height: 520px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .case-study-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .footer{
        background: #f5f5f5;
    }
    .footer-container {
        padding: 0;
    }
    .footer-container {
        display: block;
    }
    .footer-contact {
        width: 100%;
        flex: 1;
        background: #004d40;
        padding: 20px;
    }
    .footer-links-main {
        padding: 20px;
        flex-wrap: wrap;
    }
    .footer-links {
        width: 50%;
    }
    .footer-links ul li {
        margin: 0px 0px 15px 0;
    }
    .footer-links h3 {
        margin: 20px 0 11px 0;
    }
    .quote-section-main {
        margin-bottom: 350px;
    }
    .client-main {
        max-width: 700px;
    }
    .faq-section-main {
        padding: 60px 35px 225px;
    }
    .inner-hero-section h1,
    .inner-hero-section h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .quote-section-2 h2 {
        font-size: 38px;
        line-height: 63px;
    }


    .case-study-container-5 {
        background: linear-gradient(to top, #004d40 80%, #004d40 100px) !important;
        padding-top: 60px;
        padding-bottom: 50px;
    }
   .case-study-right-5 img {
        height: 300px;
    }
    .case-study-container-5 {
        display: block;
        background: #004d40;
    }
    .case-study-container-5::before {
        display: none;
    }
    .case-study-container-5::after {
        display: none;
    }
    .case-study-container-inner-5 {
        display: block;
        padding: 0 20px;
    }
    .case-study-left-5 h2 .csc-cc {
        position: relative;
        left: 0;
        top: 0;
    }
    .case-study-right-5 {
        height: auto;
        max-width: 100%;
        margin-bottom: 20px;
        padding-left: 0px;
    }
    .case-study-right-5 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .case-study-left-5 {
        height: 520px;
        margin-bottom: 20px;
        max-width: 100%;
    }


}

@media(max-width:767px) {
    
    .our_team_section .col-md-4 img{
        width:100%;
    }
    .row_reverse {
        flex-direction: row-reverse;
        
    }
    .tright{
        text-align: left;
    }
    .home-hero-section {
        text-align: center;
        padding: 50px 20px;
    }
    .stats-section {
        position: relative;
        display: block;
        padding: 50px 20px 40px;
        margin-top: -230px;
        border-radius: 40px;
    }
    .stats-section::before {
        border-radius: 40px;
    }
    .stats-section::after {
        border-radius: 40px;
    }
    .stats-section-left {
        text-align: center;
    }
    .stats-section-right {
        padding: 0;
        align-items: center;
        
    }
    .stats {
        display: block;
        justify-content: center;
        margin: 20px 0;
        margin: 0 auto;
    }
    .stat {
        margin: 82px 0 30px;
    }
    .stats-section-right > h3 {
        text-align: center;
        padding-top: 20px;
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 0px;
    }
    .stats-section-left img {
        margin-bottom: 20px;
    }
    .stats-section-main {
        padding: 0 20px;
        margin-bottom: 25px;
    }
    .client-main h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .bridge-loans-section{
        padding: 0 20px;
        display: flex;
        flex-direction: column-reverse;
    }

    .text-container{
        padding: 25px 0;
    }


    .bridge-loans-section h2 .bls-hi {
        position: relative;
        left: 0;
        top: 0;
    }

    .state-loan {
        border-radius: 40px !important;
        height: 350px;
        padding-bottom: 70px;
        width: 100%;
        margin-bottom: 25px;
    }
    .state-loan h3 {
        padding: 5px 15px 15px;
    }
    .state-loans-container {
        flex-direction: column;
        gap: 0px;
    }
    .bridge-loans-state-section {
        padding: 50px 25px 0px;
    }
    .parallax-wrapper{
        height: auto;
        background-size: 60%;
        background-position: 10% 15%;
        overflow: hidden;
    }

    .case-study-left {
        padding: 0 0 25px 0;
    }
    .btn-theme-2{
        margin: 0;
        display: block;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .case-study-container-2 {
        padding-bottom: 10px;
    }
    .case-study-container-inner-2 {
        display: flex;
        flex-direction: column-reverse; 
        padding: 0px 25px;
    }
    .my-slider .slick-dots {
        bottom: 0px !important;
        left: 20px !important;
        text-align: left !important;
    }
    .case-study-left-2 {
        height: 310px;
    }
    .case-study-right-2 h3 {
        margin-bottom: 25px;
    }
    .case-study-right-2 p {
        margin-bottom: 25px;
    }
    .bridge-loans-section h3 {
        line-height: 55px;
    }
    .case-study-left h3, .case-study-right-5 h3 {
        font-size: 35px !important;
        line-height: 45px;
        margin-bottom: 25px;
    }
    .case-study-container-inner {
        padding: 0 25px;
    }
    .page-template-template_e_case_studies .case-study-container-inner {
        flex-direction: column;
        position: relative;
        top: -140px;
        margin-bottom: -140px;
    }
    .page-template-template_e_case_studies .case-study-container-5 {
        background: linear-gradient(to bottom, #f5f5f5 25%, #004d40 25%) !important;
        margin-bottom: 0px;
    }
    .page-template-template_e_case_studies .case-study-container-inner-5 {
        padding-top: 40px;
        margin-bottom: -20px;
    }
    .page-template-template_e_case_studies .case-study-left-5 {
        height: 330px;
        margin-bottom: 40px !important;
    }

    .page-template-template_e_case_studies .case-study-container {
        /* background: linear-gradient(to bottom, #f5f5f5 25%, #004d40 25%) !important; */
    }
    .page-template-template_e_case_studies .case-study-container-inner {
        padding-top: 0px;
    }
    .page-template-template_e_case_studies .case-study-left {
        height: 330px;
        margin-bottom: 0px !important;
    }
    .page-template-template_e_case_studies .get_intouch {
        padding: 50px 0;
        margin-top: 0px;
    }
    .case_study_image {
        margin: 50px 0px 0px;
    }
    .our_team_section {
        padding: 0;
        position: relative;
        top: -140px;
        margin-bottom: -140px
    }
    .our_team_section .container {
        padding: 0px 25px;
    }
    .case-study-left p {
        margin-bottom: 15px;
    }
    .case-study-container-5::before{
        display: none;
    }
    .case-study-container-5::after{
        display: none;
    }
    .our_team_section h3 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .our_team_section label {
        margin-top: 10px;
        line-height: 65px;
        margin-bottom: 0px;
    }
    .case-study-container-inner-5 {
        display: block;
        padding: 0 25px;
    }

    .case-study-container-5 {
        padding: 20px 0px 0px 0;
        background: linear-gradient(to bottom, #f5f5f5 33%, #004d40 33%);
       
    }
    .case-study-right-5 .btn-theme-1{
        margin-bottom: 40px;
    }
    .case-study-right-5 {
        flex: 1;
        padding-left: 0px;
    }

    .case-study-container {
        padding: 0px 0;
    }
    .case-study-right { 
        height: 330px;      
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .case-study-left-5 {
        height: 400px;
        margin-bottom: 40px !important;
    }
    .case-study-right-5 h2 {
        color: #00FFCC;
        font-size: 16px !important;
        position: absolute;
        top: 4px;
    }

    .case-study-left .btn-theme-1{
        margin: 20px 0 !important;
    }
    .article-item {
        border: 2px solid #009579;
        border-radius: 40px;
        overflow: hidden;
        width: 100%;
        height: 413px;
        position: relative;
        padding-bottom: 110px;
    }

    .article-section-bottom {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 40px;
        column-gap: 0;
        padding: 0 20px;
    }

    .article-detail-inner h1 {
        line-height: 55px;
    }
    .page-template-template_g_contact .inner-hero-section-2 {
        padding-bottom: 30px;
    }

    .article-detail-inner .btn-theme-5 {
        position: absolute;
        top: -40px;
        left: 25px;
        right: inherit;
    }
    .article-detail-inner {
        padding: 0 25px;
    }

    .case-study-container-inner-4 {
        display: block;
        margin-top: -190px;
        padding: 0px 25px;
    }
    .case-study-right-4 {
        padding: 25px 0 0 0;
    }

    .case-study-right-4 h2 .csc-cc {
        position: relative;
        left: 0;
        top: 0;
    }

    .fordesktop { display: none;}
    .formobile{
        display: block;
    }

    .get_intouch {
        padding: 50px 0;
        
    }
    .contact_us h2 {
        margin: 0;
        text-align: center;

    }
    .contact_us .top_get {
        text-align: center;
    }

    .inner-hero-section-2 h1,
    .inner-hero-section-2 h2 {
        font-size: 50px;
        line-height: 67px;
  
    }
    .case-study-left-4 {
        height: 270px;
    }
    .inner-hero-section-2 {
        padding: 30px;
        padding-bottom: 170px;
    }

    .image-container img {
        margin-bottom: 30px;
    }
    .case-study-container-4 {
        /* background: linear-gradient(to bottom, #BFBFBF 35%, #F4F1EC 100px); */
        background: #F4F1EC;
        padding-bottom: 40px;
    }
    .article-section-main {
        padding: 40px 0px;
    }
    .article-inner {
        padding: 0px 0px;
    }
    .inner-hero-section {
        padding: 25px 25px 270px;
        text-align: center;
    }

    .quote-section {
        position: relative;
        padding: 45px 35px 80px;
        border-radius: 40px;
        display: block;
        margin: -260px auto 0;
    }
    .quote-section p {
        font-size: 16px;
        line-height: 28px;
    }

    .quote-section-main {
        /* background: linear-gradient(to bottom, #BFBFBF 35%, #fff 100px); */
        padding: 25px;
    }


    .client-main{
        padding: 25px 25px 50px;
    }

    .quote-section-main {
        position: relative;
        margin-bottom: 0;
    }

    .quote-section-left img {
        margin-right: 0;
        margin-top: 0;
        width: 50px;
    }

    .quote-section-left{   
         text-align: center;
        padding-bottom: 10px;
    }
    .accordion-button h2,
    .accordion-button .mb-0 {
        font-size: 25px;
        line-height: 35px;
    }

        .typical-section {
            padding: 40px 25px;
            top: 0px;
            position: relative;
            margin-bottom: -140px;
            border-radius: 40px;
        }
        .typical-section-main {
            position: relative;
            margin-bottom: 0;
            padding: 0 25px;
        }

        .typical-section h2 {
            font-size: 35px;
            line-height: 45px;
            color: black;
            margin-bottom: 20px;
            text-align: center;
        }
        .typical-section ul li {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 10px;
        }
        .case-study-container-inner-3 {
            display: block;
        }
        .case-study-left-3 {

            padding: 40px 25px;}

            .h3-img-1 .h3-img-item-1 {
                position: absolute;
                left: 0;
                top: 7px;
            }
            .h3-img-1 {
                padding-left: 30px;
            }

            .faq-section-main {
                padding-top: 40px;
            }


            h1 {
                font-size: 40px;
                line-height: 55px;
            }

            .case-study-left-3 h3 {
                font-size: 40px !important;
                line-height: 55px;
               
            }

            .case-study-left-3 h2 {
                font-size: 20px !important;
                
                line-height: 30px;
                margin-bottom: 20px;
              
            }
            .inner-hero-section h1,
            .inner-hero-section h2 {
                font-size: 45px;
                line-height: 60px;
                
            }
            .case-study-container {
                /* background: linear-gradient(to top, #004d40 80%, #f5f5f5 100px) !important; */
                background: #004d40 !important;
            }
            .home .case-study-container {
                padding-top: 215px;
                margin-top: -190px;
            }
            .case-study-container.last_case_study {
                background: linear-gradient(to top, #004d40 78%, #f5f5f5 100px) !important;
                padding-top: 40px;
            }
            .case-study-container.last_case_study .case-study-container-inner {
                top: 0;
                margin-bottom: 0;
            }
            .quote-section-2 {
                padding: 20px;
                margin: -215px auto 0;
                width: 100%;
                border-radius: 40px;
                background-size: 590% 200%;
                max-width: 325px;
            }
            .quote-section-2 p {
                margin-bottom: 30px;
            }
            .quote-section-2 .btn-theme-4 {
                margin-bottom: 30px;
            }
            .quote-section-main-2 {
                margin-bottom: 780px;
                padding: 0 25px;
                background: linear-gradient(to bottom, #BFBFBF 35%, #F4F1EC 100px);
            }
            .blss-uhml {
                margin-top: -320px;
            }
            .summary-section-main {
                padding: 60px 25px 360px 25px;
            }
            .quote-section-2 h2 {
                font-size: 40px;
                text-align: center;
                line-height: 55px;
                margin-bottom: 15px;
            }
            .home-hero-section h2 {
                font-size: 45px;
                line-height: 60px;
            }
            .home-hero-section {
                padding-bottom: 270px;
            }
            .accordion-button h2,
            .accordion-button .mb-0 {
                line-height: 30px;
                padding-right: 20px;
            }  
    .get_intouch h2 {
        font-size: 35px;
        line-height: 55px;
    }     
    .get_intouch .container {
        padding-left: 25px;
        padding-right: 25px;
    }    
    .footer-links-main .footer-links:nth-child(2) {
        padding-left: 70px;
    }
    .footer-links-main .footer-links:last-child {
        width: 100%;
    }
    .footer-links ul li {
        margin: 0px 0px 25px 0;
    }
    .footer-links h3 {
        margin: 20px 0 25px 0;
    }
    .footer-contact {
        padding: 30px 25px;
    }
    .footer-links-main {
        padding: 20px 25px;
    }
    .bridge-loans-section .image-container {
        border-radius: 0px;
        margin: 0;
    }
    .bridge-loans-section .image-container img {
        border-radius: 40px;
    }
    .bridge-loans-section p {
        margin-bottom: 0;
    }
    .what-btn-mobile {
        display: inline-block; 
        margin-bottom: 30px;
    }
    .case-study-head-mobile {
        display: block;
    }
    .articles-head-mobile {
        display: block;
    }
    .what-btn-desktop {
        display: none; 
    }
    .case-study-head-desktop {
        display: none;
    }
    .articles-head-desktop {
        display: none;
    }
    .case-study-right {
        border-radius: 0px;
        border: 0px;
        height: auto;
        margin-bottom: 0px;
    }
    .case-study-right img {
        border: 2px solid #00FFCC;
        border-radius: 40px;
        height: 330px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .case-study-head-mobile {
        font-size: 20px !important;
        color: #00FFCC;
        line-height: 35px;
        font-weight: 500;
        letter-spacing: 0.2em;
        margin-bottom: 20px;
        font-family: sofia-pro, sans-serif;
        position: relative;
    }
    .case-study-head-mobile .csc-cc {
        width: 22px;
        height: 22px;
        border: 0px;
        margin-bottom: 0px;
    }


    .case-study-left-2 {
        border-radius: 0px;
        border: 0px;
        height: auto;
        margin-bottom: 0px;
    }
    .case-study-left-2 img {
        border: 2px solid #006450;
        border-radius: 40px;
        height: 330px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 0px;
    }
    .articles-head-mobile {
        font-size: 20px !important;
        color: #006450;
        line-height: 35px;
        font-weight: 500;
        letter-spacing: 0.2em;
        margin-bottom: 20px;
        font-family: sofia-pro, sans-serif;
        position: relative;
        display: flex;
        align-items: center;
    }
    .articles-head-mobile .csc-cc {
        width: 22px;
        height: 22px;
        border: 0px;
        margin-bottom: 0px;
    }
    .lend-main h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .lend-main h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .page-template-template-b-bridge-loans .case-study-container {
        padding-top: 250px;
        position: relative;
        top: -150px;
        margin-bottom: -150px;
    }
    .faq-section-main {
        padding: 60px 35px 260px;
    }
    .summary-section-inner h2 {
        font-size: 35px;
    }
    .summary-section-inner h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .prev-link {
        margin: 0 25px 0 0;
    }
    .next-link {
        margin: 0 0px 0 25px;
    }
    .contact_us .col-md-6
        {
        padding: 0 15px;
        }
    .contact_us iframe {
        width: 100%;
        height: 255px;
    } 
    .lend-main {
        padding: 210px 15px 10px;
    }
    .our_team_section img {
        width: 100%;
        border-radius: 40px;
        max-height: 330px;
        object-fit: cover;
        object-position: 0px -10px;
    }
    .admin-bar .sticky {
        top: 0;
    }
    .parllax-img {
        display: block;
        position: fixed;
        left: 20px;
        top: 11%;
        z-index: -1;
    }
    .parllax-img img {
        max-width: 62%;
    }
    .parallax-wrapper {
        background: none;
    }
    .typical-section ul li::before {
        top: 5px;
    }
}