body{
	font-family: var(--base-font);
}
@font-face {
    font-family: 'cadizregular';
    src: url('../fonts/Cadiz-Regular.woff2') format('woff2'),
         url('../fonts/Cadiz-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
* {

	margin: 0;

	padding: 0;

	border: none;

	outline: none;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box

}

a {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

}

a:hover {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

}
::selection {

	background: #81aee7;

}

::-moz-selection {

	background: #81aee7;

	color: #fff;

}

::-webkit-selection {

	background: #81aee7;

	color: #fff;

}

::-ms-selection {

	background: #81aee7;

	color: #fff;

}

::-o-selection {

	background: #81aee7;

	color: #fff;

}
:root {
  --base-color: #191919;
  --primary-color: #02AFE5;
  --secondary-color: #EB753B;
  --black-color: #1E1E1E;
  --white-color: #fff;
  --lighter-color: #f2f2f2;
  --base-font: "Antonio", sans-serif;
  --pragraph-font: "Josefin Sans", sans-serif;
  scroll-behavior: inherit;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
p{
    font-family: var(--pragraph-font);
}
h2 {
    font-family: var(--heading-font);
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 40px;
}
.header-selection {
	width: 100%;
	background-color: transparent;
    padding: 5px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}
header.sticky {
    position: fixed;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
}
.container {
    max-width: 1240px;
}

.button-f {
    font-family: var(--pragraph-font);
	pointer-events: auto;
	cursor: pointer;
	
	border: none;
	padding: 17px 25px 17px 25px;
	margin: 0;
	font-size: inherit;
	position: relative;
	display: inline-block;
}

.button-f::before,
.button-f::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button--pan {
    font-family: var(--pragraph-font);
	font-weight: 700;
	border: 2px solid #FFF;
	overflow: hidden;
    background: #e7e7e7;
	color: #fff;

    font-size: 17px;
    text-decoration: none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 17px 25px 17px 25px;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}

.button--pan span {
	position: relative;
}

.button--pan::before {
	content: '';
	background-image: linear-gradient(140deg, #123777 0%, #123777 100%);
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--pan:hover::before {
	transform: translate3d(0,-100%,0);
}

.contact-btn-rigt a {
    margin-right: 10px;
}
.contact-btn-rigt a:last-child{
    margin-right: 0px;
}

.contact-btn-rigt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-btn-rigt a:first-child{
    color: var(--base-color);
}
.contact-btn-rigt a i{
    margin-right: 5px;
}
section.video-box {
    position: relative;
}

section.video-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
}
.video-content {
        position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}
.video-content h2 {
    margin-bottom: 25px;
    color: #FFFFFF;
    font-family: "Antonio", Sans-serif;
    font-size: 70px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 75px;
    padding: 0 60px;
}
.video-content p{
  color: #fff;
  font-size: 18px;
  text-align: center;
    font-family: "Josefin Sans", Sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.flexible-loan{
    border-style: solid;
    border-width: 20px 20px 0px 20px;
    border-color: #ffffff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4em 4em 0em 0em;
    background-color: #f9f9f9;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.flexible-loan-inner{
    background-color: transparent;
    background-image: linear-gradient(90deg, #ffffff 31%, rgba(0, 0, 0, 0) 89%);
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 6em 4em 4em 150px;
    
}
.flexible-loan-inner h3{
    color: #54595F;
    font-size: 55px;
    font-family: var(--base-font);
    font-weight: 700;
    margin: 50px 0 30px;
}
.flexible-loan-inner span{
    font-size: 12.1px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #123777;
    font-family: var(--pragraph-font);
    position: relative;
    padding-left: 70px;
    display: flex;
    align-items: center;
}
.flexible-loan-inner span::before{
    content: '';
    border-bottom: 1px solid;
    width: 48px;
    height: 1px;
    margin-right: 11px;
    display: inline-block;
    margin-bottom: 3px;
    opacity: .6;
    background-color: #123777;
    position: absolute;
    left: 0;
}
.flexible-loan-inner p{
    text-align: left;
    font-family: var(--pragraph-font);
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-left: 50px;
}
.real-estate{
    background-color: #0c0c0c;
    background-position: -405px -488px;
    background-repeat: no-repeat;
    background-size: auto;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding: 100px 0;
    text-align: center;
    position: relative;
}
.real-estate.real-estate-2{
    background-position: center center;
    background-size: cover;
}
.real-estate.real-estate-2::before{
    background-image: linear-gradient(90deg, rgba(0,0,0,0.9) 47%, rgba(255,255,255,0.3) 80%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.real-estate.real-estate-2 p{
    text-align: center;
    font-family: var(--pragraph-font);
    font-size: 20px;
    line-height: 30px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #F1F1F1;
    margin-bottom: 40px;
    display: inline-block;
}
.real-estate::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    background-image: linear-gradient(90deg, #010916 4%, rgba(255, 255, 255, 0) 60% 60%);
}
.real-estate-inner{
    position: relative;
}
.real-estate-inner h3{
    color: #FFFFFF;
    font-family: "Antonio", Sans-serif;
    font-size: 55px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 40px;
}
.real-estate-inner span{
    font-size: 12px;
    font-family: var(--pragraph-font);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    position: relative;
}
.real-estate-inner span::before{
    content: '';
    border-bottom: 1px solid;
    width: 48px;
    height: 1px;
    margin-right: 11px;
    display: inline-block;
    margin-bottom: 3px;
    opacity: .6;
}
.real-estate span::after{
    content: '';
    border-bottom: 1px solid;
    width: 48px;
    height: 1px;
    margin-left: 11px;
    display: inline-block;
    margin-bottom: 3px;
    opacity: .6;
}
.contact-now{
    padding: 17px 25px;
    background-color: #FFFFFF99;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    border-color: #123777;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 5px 5px 5px 5px;
        font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-family: var(--pragraph-font);
    color: #123777;
}
.footer-sec{
    background-color: #111;
    padding: 50px 0;
}
.footer-logo {
    width: 20%;
    text-align: center;
    margin: 0 auto 20px;
}
.footer-sec p{
        text-align: center;
    font-family: var(--pragraph-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;
}
.footer-sec p a{
    color: #123777;
}
.footer-sec ul li{
    display: inline-block;
    padding: 0 10px;
}
.footer-sec ul li a{
        font-family: var(--pragraph-font);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
header.sticky .logo {
    width: 15%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition: all 0.5s ease-out;
}
header.sticky ul.pull-right {
    margin-top: 11px;
}
.banner-sec{
    background-attachment: fixed;
        background-position: center center;
    background-size: cover;
    position: relative;
    height: 100vh;
}
.banner-sec::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
}
.inner-banner-content {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-70%);
    z-index: 1;
}
.inner-banner-content h1{
    margin-bottom: 30px;
    color: #FFFFFF;
    font-family: "Antonio", Sans-serif;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 75px;
}
.inner-banner-content ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner-content li, .inner-banner-content li a{
        font-family: var(--pragraph-font);
    font-size: 18px;
    color: #fff;
    margin: 0 3px;
}
.inner-banner-content span{
     font-family: var(--pragraph-font);
    font-size: 12px;
    color: #fff;
}
.about-experience{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 0px 500px;
}
.about-experience-box{
    background-color: #fff;
    padding: 111px 80px 90px 80px;
}
.about-experience-box h3 {
    color: #202020;
    font-size: 52px;
    font-family: var(--base-font);
    font-weight: 700;
    margin: 20px 0 30px;
}
.about-experience-box p {
    text-align: left;
    font-family: var(--pragraph-font);
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.about-experience-box span{
    font-size: 12.1px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #123777;
    font-family: var(--pragraph-font);
    position: relative;
    padding-left: 70px;
    display: flex;
    align-items: center;
}
.about-experience-box span::before{
    content: '';
    border-bottom: 1px solid;
    width: 48px;
    height: 1px;
    margin-right: 11px;
    display: inline-block;
    margin-bottom: 3px;
    opacity: .6;
    background-color: #123777;
    position: absolute;
    left: 0;
}
.our-company{
    background-color: #fff;
    padding: 70px 0;
}
.our-company-lft p{
    font-family: var(--pragraph-font);
    font-size: 1.5em;
    font-weight: 300;
    font-style: italic;
    line-height: 1.35em;
    letter-spacing: 0px;
    color: #0c0c0c;
    padding-left: 30px;
}
.our-company-lft h4{
    font-family: var(--pragraph-font);
    font-size: 1.5em;
    font-weight: 500;
    font-style: normal;
    line-height: 1.35em;
    letter-spacing: 0px;
    color: #123777;
    padding-left: 30px;
}
.our-company-rgt h2{
        color: #202020;
    font-size: 55px;
    font-family: var(--base-font);
    font-weight: 700;
    margin: 0px 0 30px;
    text-transform: capitalize;
    text-align: left;
}
.our-company-rgt p{
    text-align: left;
    font-family: var(--pragraph-font);
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.our-mission{
    background-position: center right;
    background-size: auto;
    padding: 50px 0px 50px 0px;
    position: relative;
    background-attachment: fixed;
}
.our-mission::before{
     background-color: transparent;
    background-image: linear-gradient(270deg, #FFFFFF 38%, #F9F9F900 100%);
    opacity: 1;
    mix-blend-mode: screen;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.our-mission-lft{
    position: relative;
    z-index: 2;
}
.our-mission-rgt{
    padding: 15px 15px 15px 65px;
    position: relative;
    z-index: 2;
}
.our-mission-rgt h2{
        color: #202020;
    font-size: 55px;
    font-family: var(--base-font);
    font-weight: 700;
    margin: 0px 0 30px;
    text-transform: capitalize;
    text-align: left;
}
.our-mission-rgt p{
    text-align: left;
    font-family: var(--pragraph-font);
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.our-mission .row {
    align-items: center;
}
.final-loan {
    padding: 70px 0;
}
.final-loan h2{
    color: #202020;
    font-size: 54px;
    font-family: var(--base-font);
    font-weight: 700;
    margin: 0px 0 30px;
    text-transform: capitalize;
    text-align: left;
}
.final-loan ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.final-loan ul li{
    border-bottom: solid 2px #F2F2F2;
    font-family: var(--pragraph-font);
        text-align: left;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    padding: 20px 0;
}
.meet-box span{
    font-size: 12.1px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #123777;
    font-family: var(--pragraph-font);
    position: relative;
    padding-left: 70px;
    align-items: center;
    margin-bottom: 35px;
    display: inline-block;

}
.meet-our-team{
    padding: 70px 0;
}
.meet-box {
    text-align: center;
    margin: 0 auto;
}
.meet-box h2 {
    color: #54595F;
    font-size: 55px;
    font-family: var(--base-font);
    font-weight: 700;
    margin: 0px 0 20px;
    text-transform: capitalize;
    text-align: center;
}
.meet-box p {
    font-family: var(--pragraph-font);
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-style: italic;
    max-width: 760px;
    margin: 0 auto 40px
}
.meet-box span::before {
    content: '';
    border-bottom: 1px solid;
    width: 48px;
    height: 1px;
    margin-right: 11px;
    display: inline-block;
    margin-bottom: 3px;
    opacity: .6;
    background-color: #123777;
    position: absolute;
    left: 0;
    top: 4px;
}
.meet-our-team-box {
    display: flex;
    justify-content: center;
}
.our-team{
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 30%;
    margin: 0 20px;
}
.our-team img{
    width: 100%;
    height: auto;
    transition: all 1s ease 0s;
}
.our-team:hover img{
}
.our-team .team-content{
    width: 90%;
    height: 90%;
    background: rgba(18, 55, 119, 0.7);
    border-radius: 10px;
    padding-top: 30%;
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    transform: scale(1.2);
    transition: all 0.5s ease-out 0s;
}
.our-team:hover .team-content{
    opacity: 1;
     transform: scale(1);
}
.team-content .profile-title {
    color: #fafafa;
    font-size: 22px;
    font-family: var(--pragraph-font);
    text-transform: capitalize;
    margin-bottom: 0;
}
.team-content .profile-designation {
    font-family: "Antonio", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fafafa;
    margin-bottom: 5px;
}
.team-content .profile-content{
    color: #fff;
    font-size: 18px;
    font-family: var(--pragraph-font);
}
.our-team .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .icon li{
    display: inline-block;
}
.our-team .icon li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #123777;
    font-size: 18px;
    color: #fff;
    margin-right: 6px;
    transition: all 0.3s ease 0s;
}
.our-team .icon li a:hover{
    background: #e6af2e;
    border: 1px solid #e6af2e;
}
.questions-sec{
    padding: 70px 0;
}
.questions-lft span{
    font-size: 12.1px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #123777;
    font-family: var(--pragraph-font);
    position: relative;
    padding-left: 70px;
    display: flex;
    align-items: center;
}
.questions-lft span::before{
    content: '';
    border-bottom: 1px solid;
    width: 48px;
    height: 1px;
    margin-right: 11px;
    display: inline-block;
    margin-bottom: 3px;
    opacity: .6;
    background-color: #123777;
    position: absolute;
    left: 0;
}
.questions-lft h2{
        color: #54595F;
    font-size: 55px;
    font-family: var(--base-font);
    text-align: left;
    font-weight: 700;
    margin: 20px 0 30px;
    text-transform: capitalize;
}
div#accordionExample {
    margin-top: 43px;
}
.accordion-new .accordion-button i {
    font-size: 26px;
    margin-right: 40px;
}
.accordion-new .accordion-button:not(.collapsed) {
    background-color: #123777;
    box-shadow: inherit;
    padding: 0;
    color: #fff;
    padding: 18px 18px 18px 18px;
}
.accordion-item.accordion-new {
    border-bottom: 1px solid #f9f9f9;
    border-radius: 0px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    margin-bottom: 10px;
}

.accordion-body {
    padding: 25px;
    border: solid 1px #E8E8E8;

}
.accordion-body ul{
    list-style: none;
}
.accordion-body ul li{
    font-size: 18px;
  color: #7a7a7a;
  font-family: "Josefin Sans", Sans-serif;
}
.accordion-body p{
  font-size: 18px;
  color: #7a7a7a;
  font-family: "Josefin Sans", Sans-serif;
}
.accordion-item.accordion-new h2 {
    font-family: "Antonio", Sans-serif;
    font-size: 20px;
    font-weight: 800;
}

.accordion-new .accordion-button {
    font-family: "Antonio", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    background-color: #123777;
    color: #fff;
    padding: 18px 18px 18px 18px;
    margin: 5px 0;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    padding: 10px;
    fill: #fff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  fill: #fff;
}
.accordion-button::after {
  transition: all 0.5s;
}
button.accordion-button {
    background-color: transparent;
    box-shadow: inherit;
    padding: 0 0 10px;
    color: #000;
}
.flexible-loan-main{
    border-radius: 10px;
    background-color: #123777;
    padding: 30px;
    position: relative;
        transition: 0.5s;
    -webkit-transition: 0.5s;
    overflow: hidden;
}
.flexible-loan-main h4{
    color: #FAFAFA;
    font-family: var(--base-font);
    font-size: 35px;
    font-weight: 800;
    padding: 50px 30px 0 40px;
}
.flexible-loan-main ul{
    list-style-type: none;
    padding: 10px 30px 50px 80px;
}
.flexible-loan-main ul li{
        font-family: var(--pragraph-font);
    font-size: 1.25rem;
    line-height: 1.5em;
    color: #e6e6e6;
}
span.wi {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 230px;
     transition: 0.5s;
    -webkit-transition: 0.5s;
    z-index: 1;
}
.flexible-loan-main:hover .wi{
  bottom: -20px;
  right: -40px;
}
.flexible-loan-main::before{
        position: absolute;
    content: "";
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 2;
}
.flexible-loan-main::after{
        top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    content: "";
    z-index: 2;
}
.hard-work{
    padding: 70px 0;
    background-position: center center;
    background-size: auto;
    background-attachment: fixed;
    position: relative;
}
.hard-work::before{
background: linear-gradient(90deg,rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 60%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    position: absolute;
}
 .hard-work-sticky {
  width: 45%;
  height: 55vh;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.hard-work-rgt {
  width: 50%;
  height: 260vh;
  display: flex;
  flex-direction: column;
}
.hard-work-rgt-2 {
  width: 50%;
  height: 150vh;
  display: flex;
  flex-direction: column;
  padding-left: 150px;
}
.hard-work-rgt ul {
    text-align: center;
    padding: 35px 70px 0 90px;
    list-style-type: none;
    position: relative;
}
.hard-work-rgt ul li{
    margin-bottom: 80px;
}
/* .hard-work-sticky{
    display: flex;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
        height: fit-content;
    position: sticky;
    top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    height: 300px;
} */
.hard-work-sticky span{
    font-size: 12.1px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #202020;
    font-family: var(--pragraph-font);
    position: relative;
    padding-left: 70px;
    display: flex;
    align-items: center;
    
}
.hard-work-sticky span::before{
    content: '';
    border-bottom: 1px solid;
    width: 48px;
    height: 1px;
    margin-right: 11px;
    display: inline-block;
    margin-bottom: 3px;
    opacity: .6;
    background-color: #202020;
    position: absolute;
    left: 0;
}
.hard-work-rgt ul li h3{
        color: #202020;
    font-size: 35px;
    font-family: var(--base-font);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.hard-work-rgt ul li p{
    font-family: var(--pragraph-font);
    font-size: 20px;
    line-height: 30px;
    color: #202020;
}
.hard-work ul li i {
    color: #123777;
    font-size: 45px;
    margin-bottom: 25px;
}
.hard-work-sticky h2{
        color: #202020;
    font-size: 53px;
    font-family: var(--base-font);
    text-align: left;
    font-weight: 700;
    margin: 20px 0 30px;
    text-transform: capitalize;
}
.hard-work-sticky p{
    font-family: var(--pragraph-font);
    font-size: 20px;
    line-height: 30px;
    color: #202020;
}
.news-our{
    padding: 70px 0;
}
.news-our h2{
    color: #202020;
    font-size: 45px;
    font-family: var(--base-font);
    font-weight: 700;
    margin: 0px 0 50px;
    text-transform: capitalize;
    text-align: center;
}
.news-box{
        padding: 50px;
    background-color: #fff;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
     transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}
.news-box:hover .news-box-img img{
    transform: scale(1.2);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}
.news-box-img{
    display: block;
    -webkit-box-shadow: 29.698px 29.698px 60px 0 rgba(0, 0, 0, .2);
    box-shadow: 29.698px 29.698px 60px 0 rgba(0, 0, 0, .2);
    width: 100%;
    border-radius: 10px;
    margin-right: 20px;
     transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}
.news-box-img{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    overflow: hidden;
}
.news-box-rgt h3 , .news-box-rgt h3 a{
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 1.2em;
    color: #202020;
      font-family: "Tiro Telugu", serif;

}
.news-box-rgt p{
        color: #8d8d8d;
    margin-bottom: 35px;
    font-size: 18px;
    font-family: var(--pragraph-font);
}
.contact-box-inner {
    background-color: #123777;
    border-radius: 10px;
    padding: 40px;
    margin: 0 10px;
}
.contact-box-inner h4{
    color: #fff;
    font-size: 35px;
    font-family: var(--base-font);
    text-align: left;
    font-weight: 800;
    text-transform: capitalize;
    border-bottom: solid 2px #fff;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.contact-box-inner p{
    font-size: 20px;
    font-family: var(--pragraph-font);
    color: #fff;
}
.referral-box{
    max-width: 750px;
    margin: 0 auto;
}
.referral-box .form-control {
    height: 50px !important;
    border: solid 1px #ddd !important;
    padding-left: 30px;
    font-size: calc(16px + 2 * ((100vw - 320px) / 1280));
    color: #333;
    font-family: var(--pragraph-font);
    font-size: 20px;
}
.form-check label{
    font-size: 20px;
    font-family: var(--pragraph-font);
}
.referral-box textarea.form-control {
    height: 150px !important;
}
input.submit-bt {
    display: inline-block;
    padding: 11px;
    background-color: #123777;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 10px;
    font-size: 20px;
    font-family: var(--pragraph-font);
    font-weight: bold;
    max-width: 170px;
}
.effect.effect-six {
    border-radius: 10px;
    margin: 20px 10px;
}
.tab .effect {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    height: 400px;
}
.effect {
    margin: auto;
}
.effect.effect-six:hover img {
    opacity: .4;
    transform: scale(1.2);
}
.effect.effect-six img {
    transition: all .35s;
    transform: scale(1);
    border-radius: 10px;
    height: 400px;
}
.tab .effect img {
    position: relative;
    display: block;
    min-height: 100%;
}
.tab .effect .tab-text {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.effect.effect-six .tab-text::after {
    mix-blend-mode: multiply;
}
.effect.effect-six:hover .tab-text:before {
        -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    
}
.effect.effect-six .tab-text:before {
        background-image: linear-gradient(50deg, rgba(0, 0, 0, .5) 27.89%, rgba(0, 118, 190, .8) 72.11%);
    transition: all 0.5s;
       -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.5s;
}
.effect.effect-six .tab-text:after, .effect.effect-six .tab-text:before {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
}

.effect.effect-six:hover h2 {
    opacity: 1;
}
.effect.effect-six h2 {
    padding: 0 10px;
    font-size: .9rem;
    line-height: 1.1;
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    transition: all .35s;
    color: #FAFAFA;
    font-family: var(--base-font);
    font-size: 35px;
    font-weight: 800;
}
#owl-demo .item{
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
  z-index: 9;
  position: relative;

}
#owl-demo .item::before{
  background-color: rgba(0, 0, 0,0.2);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#owl-demo .owl-item.active .item {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}
.inner-banner-slider{
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.taxes-sec{
    padding: 70px 0;
}
section.testimonials-sec.hard-work ul {
    position: relative;
    text-align: center;
    margin: 0 auto;
    list-style-type: none;
}

section.testimonials-sec.hard-work ul li i {
    color: #123777;
}

section.testimonials-sec.hard-work ul li p {
    font-size: 20px;
    font-style: italic;
    line-height: 27px;
    font-family: var(--pragraph-font);
    font-style: italic;
}

section.testimonials-sec.hard-work ul li p h3 {
    color: #000;
    /* font-family: "Antonio", Sans-serif; */
    font-size: 24px;
    font-weight: 400;
}

section.testimonials-sec.hard-work ul li span {
    font-family: var(--pragraph-font);
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.5em;
    letter-spacing: 0.4px;
    color: #123777;
}

section.testimonials-sec.hard-work ul li {
    margin-bottom: 40px;
}
section.testimonials-sec.hard-work ul li h2{
        color: #000;
    font-size: 24px;
    font-weight: 400;
}
.houston-box-lft {
   /* width: 67%;
    height: 280vh; 
    display: flex;
    flex-direction: column;*/
}

.houston-box-rgt {
 /*   width: 31%;
    height: 80vh;*/
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 15%;
}
.houston-box-rgt-menu{
    background-color: #123777;
    padding: 40px 70px;
}
.houston-box-rgt-menu h3{
    font-size: 35px;
    color: #202020;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    background-color: #fff;
    padding: 10px;
}
.houston-box{
    display: flex;
        justify-content: space-between;
}
.houston-box-rgt-menu ul{
    list-style-type: none;
    margin: 0px;
    padding: 0;
}
.houston-box-rgt-menu ul li{
    padding: 10px 0;
}
.houston-box-rgt-menu ul li , .houston-box-rgt-menu ul li a{
    font-family: var(--pragraph-font);
    color: #fff;
    font-size: 17px;
    transition: all 0.5s ease;
}
.houston-box-rgt-menu ul li a:hover{
    padding-left: 10px;
}

.houston-box-rgt-menu ul li a i{
    margin-right: 10px;
}
.houston-box-lft h3 {
    color: #54595F;
    font-family: "Antonio", Sans-serif;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.houston-box-lft span{
    font-size: 12.1px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #123777;
    font-family: var(--pragraph-font);
    position: relative;
    padding-left: 70px;
    align-items: center;
    margin-bottom: 35px;
    display: inline-block;

}
.houston-box-lft p{
   
    font-family: "Josefin Sans", Sans-serif;
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #202020;
}

.houston-box-lft span::before {
    content: '';
    border-bottom: 1px solid;
    width: 48px;
    height: 1px;
    margin-right: 11px;
    display: inline-block;
    margin-bottom: 3px;
    opacity: .6;
    background-color: #123777;
    position: absolute;
    left: 0;
    top: 4px;
}
.loan-type-box {
    background-color: #123777;
    padding: 30px 30px 50px;
    /* list-style-type: none; */
    position: relative;
}
.bo-dot {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 270px;
}
.loan-type-box ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.loan-type-box ul li {
    width: 25%;
    text-align: center;
    padding: 20px 0;
}
.loan-type-box ul li h5 {
    font-size: 18px;
    font-weight: 800;
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
}
.loan-type-box ul li p {
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    text-align: center;
}
ul.img-box {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
    padding: 0;
}

ul.img-box li {
    width: 49.5%;
}
@media only screen and (max-width: 575px) {
.banner-sec {
    background-attachment: inherit;
}
.flexible-loan{
  background-attachment: inherit;  
}
.hard-work-rgt-2 {
    width: 100%;
    height: inherit;
    padding-left: 0;
}
header.sticky .logo {
    width: 45%;
}
#hf-video {
    object-fit: cover;
    height: 100vh;
}

.video-content h2 {
    font-size: 40px;
    line-height: normal;
    padding: 0;
}

.video-content p {
    font-size: 16px;
    line-height: 24px;
}

.video-content {
    padding: 0 20px;
    top: 60%;
}

.flexible-loan {
    padding: 4em 2em 0 0;
}

.flexible-loan-inner {
    padding-left: 40px;
}

.flexible-loan-inner h3 {
   /* font-size: 40px;*/
   font-size: 24px;
}

.flexible-loan-inner p {
  text-align: left;
  font-family: var(--pragraph-font);
  font-size: 20px;
  line-height: 30px;
  color: #000000;
 /* margin-left: 50px;*/
 margin-left: 0px;*
}




.about-experience {
    padding: 15px;
}

.about-experience-box {
    padding: 22px;
}

.about-experience-box h3 {
    font-size: 30px;
}

.about-experience-box span {
    font-size: 10px;
}

.about-experience-box p {
    font-size: 17px;
}

.final-loan h2 {
    font-size: 30px;
    line-height: normal;
}

.our-mission-rgt h2 {
    font-size: 30px;
}

.our-mission-rgt {
    padding: 15px;
}

.real-estate-inner h3 {
    font-size: 30px;
}
.inner-banner-content h1 {
    font-size: 40px;
}

.meet-box h2 {
    font-size: 30px;
    line-height: 45px;
}

.meet-box p {
    font-size: 18px;
}

.meet-our-team .row.px-5 {
    padding: 0 20px !important;
}

.flexible-loan-main {
    padding: 20px;
}

.flexible-loan-main h4 {
    font-size: 25px;
}

.flexible-loan-main ul {padding: 17px 44px;}

.hard-work-sticky {
    width: 100%;
    height: inherit;
    position: inherit;
}

.hard-work-rgt {
    width: 100%;
    height: inherit;
}

.hard-work-rgt ul {
    padding: 35px 20px;
}
.meet-our-team-box {
    flex-direction: column;
}

.our-team {
    width: 80%;
    margin-bottom: 20px;
}

.questions-lft h2 {
    font-size: 35px;
}
.news-box-rgt h3, .news-box-rgt h3 a {
    font-size: 24px;
    margin-top: 20px;
}
.inner-banner-slider {
    height: inherit;
}

.houston-box {
    flex-wrap: wrap;
}

.houston-box-lft {
    width: 100%;
    height: inherit;
}
.houston-box-rgt {
    width: 100%;
    height: inherit;
    position: inherit;
}

.houston-box-lft h3 {
    font-size: 40px;
}

.loan-type-box ul li {
    width: 100%;
}

.bo-dot {
    display: none;
}
}

