@charset "utf-8";

@font-face {
  font-family: "SolaimanLipiNormal";
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot") format("embedded-opentype"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"),
    url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}

:root {
  --red: #d1181f;
  /* --color1: #4c7c95; */
  --white: #fff;
  --black1: #0f0f0f;
  --black2: #262626;
  --gray: #555;
  /* #1b7780 */
  /* #022e52 */
  /* #124B65 */
  /* #1F2933 */
}


body {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: var(--black1);
  /* background-color: #20252E; */
  /* background-color: #242A35; */
  /* background-color: #f3f5fe; */
  /* background-color: #F4F4F4; */
  /* background-color: #f1f4f7; */
}

@media (min-width: 1280px) {
  .container {
    max-width: 1300px !important;
  }
}

@media (min-width: 1280px) {
  .menu-container {
    max-width: 1300px !important;
  }
}
a:focus {
  outline: 0 solid !important;
}
a:hover {
  text-decoration: none !important;
  color: #fff;
}
button, button:focus {
  outline: 0;
  border: 0;
}
p, a {
  color: #fff;
}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}
.m-0 {
  margin-left: 0;
  margin-right: 0;
}
.border-right{
  border-right: 1px solid #424242 !important;
}
.border-bottom{
  border-bottom: 1px solid #E2E2E2;
}

/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: var(--red) none repeat scroll 0 0;
  border: 1px solid var(--red);
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99;
}

.scrollup:hover {
  background: #ffffffff;
  color: #000000;
  border: 1px solid var(--red);
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.back-to-top span {
  padding-bottom: 10px;
}

.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top 0.3s ease-in;
  animation: back-to-top 0.3s ease-in;
  transition: width 2s;
}

/* ============================================
                   Header Area
================================================ */
.menu-section{
  background: #ffffff;
  box-shadow: 0 4px 6px -6px #000;
}
.header-top {
  background: #ffffff;
  max-height: 68px;
  min-height: 68px;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}
.header-name h4{
  color: #000;
  font-size: 21px;
  font-weight: 600;
  float: left;
}
.header-numb a{
  color: #00aced;
  font-size: 16px;
  font-weight: 700;
  float: left;
  padding: 2px 22px;
}
.header-mail a{
  color: #00aced;
  font-size: 16px;
  font-weight: 700;
}
.header-social{
  text-align: right;
}

.header-social ul{
  padding: 0;
  list-style-type: none;
}
.header-social ul li{
  display: inline-block;
  margin-left: 10px;
  padding-top: 2px;
}
.header-social ul li a{
  color: #fff;
}
.header-social ul li a .fa{
  color: #7c7c7c;
}

.header-social ul li a .fa{
  font-size: 30px;
}

.logo{
  text-align: left;
  padding: 9px 0;
}
/* ========================== HOME  TOP SECTION ========================= */
.home-top{
  background-image: url("../../asset/img/1630_happy-couple-computer.jpg");
  padding: 120px 0 50px;
  background-size: cover;
  position: relative;
}
.home-top:before{
  position: absolute;
    content: '';
    background: #25252559;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.top-heading{
  text-align: center;
  padding: 80px 0;
}
.top-heading h1{
font-size: 74px;
line-height: 1.1em;
font-weight: 600;
margin-bottom: 18px;
letter-spacing: 1px;
}
.top-heading h2{
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 50px;
}
.top-heading a{
  padding: 12px 32px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  background: #15549a;
  transition: .2s;
}
.top-heading a:hover{
  background: #029bd5;
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
}
.contact-bar{
  background: #15549a;
  padding: 38px 0 30px;
}
.contact-bar-item i{
  float: left;
  font-size: 42px;
  margin-right: 20px;
  padding: 6px 0 8px;
  color: #ffab36;
}
.contact-bar-item h4{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.contact-bar-item a{
  font-weight: bold;
  letter-spacing: 1px;
}
.contact-bar-item a:hover{
  text-decoration: underline !important;
}
/* ============================ APPLY SECTION ========================= */
.financing-section{
  padding: 120px 0 50px;
  position: relative;
}
.background-image-holder{
  position: absolute;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover!important;
    background-position: 50% 50%!important;
    z-index: 0;
    background: #252525;
    transition: opacity .3s ease!important;
    -webkit-transition: opacity .3s ease!important;
    -webkit-transform-style: preserve-3d;
    filter: blur(2px) grayscale(100%);
    background-image: url("../../asset/img/woodland-road.jpg");
    opacity: 1;
}
.financing-section-heading{
  text-align: center;
}
.financing-section-heading h2{
  font-size: 44px;
  font-weight: bold;
}
.financing-section-heading h4{
  font-size: 21px;
  font-weight: bold;
}
.financing-item{
  margin-top: 40px;
}
.financing-item-img img{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.financing-item-text{
  background: rgba(20,20,20,.8);
  text-align: center;
  padding: 30px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-height: 240px;
  max-height: 240px;
}
.financing-item-text h3{
  font-size: 26px;
font-weight: bold;
margin-bottom: 20px;
}
.financing-item-text p{
  font-size: 15px;
  line-height: 23px;
}
.btn-area{
  text-align: center;
  margin: 80px 0 60px;
}
.btn-area a{
  padding: 12px 32px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    background: #15549a;
    transition: .2s;
}
.btn-area a:hover{
  background: #029bd5;
}
/* ================================== ADVANTAGES SECTION =========================== */
.advantage-sction{
  background: #000;
  padding: 30px 0 20px;
}
.advantage-heading {
  text-align: center;
}
.advantage-heading h3{
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 20px;
}
.advantage-item{
  text-align: center;
}
.advantage-item i{
  font-size: 42px;
  padding: 6px 0 8px;
  color: #ffab36;
}
.advantage-item h5{
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}
/* ======================== FIND LOAN ======================= */
.find-loan{
  position: relative;
  padding: 120px 0;
}
.background-image-holder2 {
    position: absolute;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover!important;
    background-position: 50% 50%!important;
    z-index: 0;
    background: #252525;
    transition: opacity .3s ease!important;
    -webkit-transition: opacity .3s ease!important;
    -webkit-transform-style: preserve-3d;
    filter: grayscale(100%);
    background-image: url(../../asset/img/computer-desk.jpg);
    opacity: .7;
}
.find-loan-area{
  background: #fff;
  padding: 40px;
  color: #000;
}
.find-loan-area h2{
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #252525;
  margin-bottom: 18px;
}
.find-loan-area p{
  color: #666666;
  font-size: 20px;
}
.find-loan-area p a{
  color: #6e6e6e;
  font-weight: bold;
  text-decoration: underline;
}
/* ==================lenders-section============= */
.lenders-section{
  background: #fff;
  padding: 50px 0;
  position: relative;
}
.lenders-heading h2{
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #252525;
  margin-bottom: 24px;
}
#lenders-section .item{
  text-align: center;
}
.owl-carousel .owl-item img{
  width: auto;
}
#lenders-section .owl-nav .owl-next{
  position: absolute;
  right: -40px;
  top: 24px;
}
 #lenders-section .owl-nav .owl-next i, #lenders-section .owl-nav .owl-prev i{
  color: #777 !important;
}
 #lenders-section:hover .owl-nav .owl-next i, #lenders-section:hover .owl-nav .owl-prev i{
  color: #777 !important;
}
 #lenders-section .owl-nav .owl-next i, #lenders-section .owl-nav .owl-prev i{
  font-size: 30px;
  font-weight: 600;
  line-height: 28px;
  color: #777;
}
#lenders-section .owl-nav .owl-prev{
  left: -30px;
  top: 24px;
  position: absolute;
}
