/* fonts  */
@font-face {
  font-family: "Centra No2";
  src: url("../fonts/CentraNo2-Bold.eot");
  src: url("../fonts/CentraNo2-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CentraNo2-Bold.woff2") format("woff2"),
    url("../fonts/CentraNo2-Bold.woff") format("woff"),
    url("../fonts/CentraNo2-Bold.ttf") format("truetype"),
    url("../fonts/CentraNo2-Bold.svg#CentraNo2-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra No2";
  src: url("../fonts/CentraNo2-Light.eot");
  src: url("../fonts/CentraNo2-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CentraNo2-Light.woff2") format("woff2"),
    url("../fonts/CentraNo2-Light.woff") format("woff"),
    url("../fonts/CentraNo2-Light.ttf") format("truetype"),
    url("../fonts/CentraNo2-Light.svg#CentraNo2-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra No2";
  src: url("../fonts/CentraNo2-Extrabold.eot");
  src: url("../fonts/CentraNo2-Extrabold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/CentraNo2-Extrabold.woff2") format("woff2"),
    url("../fonts/CentraNo2-Extrabold.woff") format("woff"),
    url("../fonts/CentraNo2-Extrabold.ttf") format("truetype"),
    url("../fonts/CentraNo2-Extrabold.svg#CentraNo2-Extrabold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra No2";
  src: url("../fonts/CentraNo2-Thin.eot");
  src: url("../fonts/CentraNo2-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CentraNo2-Thin.woff2") format("woff2"),
    url("../fonts/CentraNo2-Thin.woff") format("woff"),
    url("../fonts/CentraNo2-Thin.ttf") format("truetype"),
    url("../fonts/CentraNo2-Thin.svg#CentraNo2-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra No2";
  src: url("../fonts/CentraNo2-Medium.eot");
  src: url("../fonts/CentraNo2-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CentraNo2-Medium.woff2") format("woff2"),
    url("../fonts/CentraNo2-Medium.woff") format("woff"),
    url("../fonts/CentraNo2-Medium.ttf") format("truetype"),
    url("../fonts/CentraNo2-Medium.svg#CentraNo2-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Centra No2";
}
.container-fluid {
  padding: 0 130px;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
button:focus {
  outline: none;
}
/* =========== */
/* ===========header style here ======*/
/* =========== */
.main_bnr {
  position: relative;
  background: url(../img/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 1000px;
}
.bnr_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  left: 0;
  right: 0;
  margin: auto;
}
.container-fluid.content_over {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 80px;
}
.container-fluid.content_over .row {
  align-items: center;
}

.menu-icon {
  display: none;
}
#header {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  padding: 20px 0;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header.small {
  background: #232323;
  padding: 15px 0;
}
#header .navbar-brand img {
  position: absolute;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-timing-function: ease;
}
#header.small .navbar-brand img {
  max-width: 147px;
  transition: 0.3s ease-in-out;
  transition-timing-function: ease;
}
#header.small .nav-link {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
}
#header.small .nav-link.nav_btn {
  font-size: 18px;
  padding: 13px 28px;
  margin-left: 20px;
}
#header .navbar {
  padding: 0;
  align-items: flex-start;
}
#header .navbar-nav {
  margin-left: auto;
  align-items: center;
}
#header .nav-link {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  transition: 0.3s ease;
  font-family: Centra No2;
}
#header .nav-link:hover {
  color: #ffc600;
}
#header .nav-link.nav_btn {
  font-size: 18px;
  line-height: normal;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 18px 40px;
  margin-left: 40px;
}
#header .nav-link.nav_btn:hover {
  box-shadow: inset 0px 61px 0px 0px #ffc600;
  color: #232323;
  border: 1px solid transparent;
}
#header .nav-item:first-child .nav-link {
  padding-left: 0;
}

.header-scroll.innee {
  background: #000;
}

.bnr_content {
  padding-top: 45px;
}
.bnr_content .small_heading {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.225em;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin: 0 0 20px 0;
}
.benefits {
  background: #f0f0f0;
}

.main_heading {
  font-weight: bold;
  font-size: 50px;
  line-height: 64px;
  color: #fff;
  max-width: 828px;
}
.main_heading span {
  color: #ffc600;
}
.bnr_content a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #459a38;
  padding: 18px 75px 18px 40px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin: 25px 0 0 0;
  position: relative;
}
.on_hover_btn {
  transition: 0.3s ease-in-out;
  border: 2px solid transparent;
}
.on_hover_btn:hover {
  background: transparent;
  border: 2px solid #459a38;
}

.bnr_content a span {
  position: absolute;
  right: -6px;
  top: -5px;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 68px;
}
.bnr_content a span svg {
  transition: 0.3s ease-in-out;
}
.bnr_content span svg {
  animation: arrow-right 0.5s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
}
@keyframes arrow-right {
  0% {
    transform: scale(1) translateX(0);
  }
  33% {
    transform: scale(1) translateX(-5px);
  }
  66% {
    transform: scale(1) translateX(5px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
.credit_calc {
  background: #232323;
  padding: 35px 40px;
  border-radius: 28px;
  color: #fff;
  max-width: 520px;
  margin-left: auto;
  margin-right: 25px;
}
.credit_calc h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #459a38;
  margin-bottom: 25px;
}
.credit_calc h3 {
  font-weight: bold;
  font-size: 24px;
}
.credit_calc p {
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
}
.credit_calc span {
  font-size: 18px;
  color: #9f9f9f;
  display: block;
}
.linr_btm {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* range slider css code */
/*//////////////////////////////////////////////////// new range slider css///////////////////// */
.range-slider span {
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  color: #fff;
  display: inline-block;
}
.range-slider {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.range-slider input {
  width: 100%;
  max-width: 270px;
  margin: 0 10px;
}
.range-slider1 .v_value {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin: 3px 0;
}
.irs-single {
  display: none !important;
}
.irs.irs--round.js-irs-0 {
  margin-top: -22px;
}
.range-slider1 {
  padding: 10px 0;
}
.irs--round .irs-handle {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  box-shadow: none !important;
  z-index: 9 !important;
}
.irs--round .irs-bar {
  background-color: #ffc600 !important;
}
/* --------******************************--------****************--////////////////////////////////////////////// */
/* .range_slider input[type="range"] { */
/* --thumbSize: 10px; */
/* --trackSize: 3px; */
/* --thumbBg: #FFC600; */
/* --trackBg: #FFC600; */
/* --progressBg: #565656; */
/* /* webkit progress workaround */
*/
  /* --webkitProgressPercent: 0%; */
/* } */

/* .range_slider input[type="range"] { */
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  /* appearance: none; */
  /* height: var(--thumbSize); */
  /* width: 270px; */
  /* margin: 0 10px; */
  /* padding: 0; */
  /* background: none; */
/* } */
/* .range_slider input[type="range"]:focus { */
  /* outline: none; */
/* } */

/* Thumb */
/* .range_slider input[type="range"]::-webkit-slider-thumb { */
  /* -webkit-appearance: none; */
  /* appearance: none; */
  /* width: var(--thumbSize); */
  /* height: var(--thumbSize); */
  /* background-color: var(--thumbBg); */
  /* border-radius: calc(var(--thumbSize) / 2); */
  /* border: none; */
  /* margin-top: calc(((var(--thumbSize) - var(--trackSize)) / 2) * -1); */
  /* cursor: pointer; */
/* } */
/* .range_slider input[type="range"]::-moz-range-thumb { */
  /* -moz-appearance: none; */
  /* appearance: none; */
  /* width: var(--thumbSize); */
  /* height: var(--thumbSize); */
  /* background-color: var(--thumbBg); */
  /* border-radius: calc(var(--thumbSize) / 2); */
  /* border: none; */
  /* margin-top: calc(((var(--thumbSize) - var(--trackSize)) / 2) * -1); */
  /* cursor: pointer; */
/* } */
/* .range_slider input[type="range"]::-ms-thumb { */
  /* -ms-appearance: none; */
  /* appearance: none; */
  /* width: var(--thumbSize); */
  /* height: var(--thumbSize); */
  /* background-color: var(--thumbBg); */
  /* border-radius: calc(var(--thumbSize) / 2); */
  /* border: none; */
  /* margin-top: calc(((var(--thumbSize) - var(--trackSize)) / 2) * -1); */
  /* cursor: pointer; */
/* } */

/* Track */
/* .range_slider input[type="range"]::-webkit-slider-runnable-track { */
  /* height: var(--trackSize); */
  /* background-image: linear-gradient( */
    /* 90deg, */
    /* var(--trackBg) var(--webkitProgressPercent), */
    /* var(--progressBg) var(--webkitProgressPercent) */
  /* ); */
  /* border-radius: calc(var(--trackSize) / 2); */
/* } */
/* .range_slider input[type="range"]::-moz-range-track { */
  /* height: var(--trackSize); */
  /* background-color: var(--trackBg); */
  /* border-radius: calc(var(--trackSize) / 2); */
/* } */
/* .range_slider input[type="range"]::-ms-track { */
  /* height: var(--trackSize); */
  /* background-color: var(--trackBg); */
  /* border-radius: calc(var(--trackSize) / 2); */
/* } */

/* Progress */
/* .range_slider input[type="range"]::-moz-range-progress { */
  /* height: var(--trackSize); */
  /* background-color: var(--progressBg); */
  /* border-radius: calc(var(--trackSize) / 2) 0 0 calc(var(--trackSize) / 2); */
/* } */
/* .range_slider input[type="range"]::-ms-fill-lower { */
  /* height: var(--trackSize); */
  /* background-color: var(--progressBg); */
  /* border-radius: calc(var(--trackSize) / 2) 0 0 calc(var(--trackSize) / 2); */
/* } */


/* range slider css code */
/* =======calender css here ======*/
.calender_bar #date-input {
  background: transparent;
  border: 0;
}
.calender_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  position: relative;
}
.calender_bar h4 {
  font-size: 18px;
  color: #9f9f9f;
  margin-bottom: 0;
  flex: 1;
}
.calender_bar .form-group {
  margin-bottom: 0;
  flex: 1;
}
.calender_bar .input-group-text {
  background: transparent;
  border: 0;
}
.calender_bar #dob {
  background: transparent;
  border: 0;
  text-align: right;
  padding-bottom: 0;
  color: #fff;
}
.calender_bar .input-group-text {
  padding-right: 0;
  cursor: pointer;
  padding-left: 0;
}
.datepicker-switch {
  pointer-events: none;
}
.input-group.date {
  position: relative;
}
.datepicker {
  border: 2px solid #ffc600;
  top: 40px;
  right: 0;
  padding: 10px;
  font: 14px Tahoma;
  width: 260px;
  height: 260px;
  left: calc(100% - 452px) !important;
  font-family: "Centra No2";
}
.datepicker-days {
  height: 100%;
}
.table-condensed th.prev,
.table-condensed th.next {
  cursor: pointer;
  color: #ffc600;
  font-size: 20px;
}
.table-condensed .day:hover {
  color: #ffc600;
  cursor: pointer;
}
.table-condensed .day {
  font-size: 18px;
}
.table-condensed thead th {
  font-size: 18px;
}
.table-condensed {
  width: 100%;
  text-align: center;
  height: 100%;
}
#date-input-datepicker .head span {
  color: #ffc600;
}
.pricess input {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #232323;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
  color: #ffc600;
}
.pricess input:focus {
  outline: none;
}
/* =======
===========calender css end here====== */
.credit_cost h4 {
  font-weight: 500;
  font-size: 24px;
}
.credit_cost li label,
.credit_cost li span {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
}
.credit_cost li span {
  float: right;
  font-weight: 500;
}
.credit_cost {
  padding-top: 40px;
  background: #232323;
}
.credit_cost ul {
  margin-top: 20px;
}
.req_credit {
  background: #ffc600;
  width: 100%;
  border-radius: 50px;
  height: 60px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #232323;
  margin-top: 20px;
}
.req_credit.on_hover_btn:hover {
  border: 2px solid #ffc600;
  color: #fff;
}
/* abous section css code */
.about-us {
  padding: 30px 0 30px 0;
  position: relative;
}
.about-us::before {
  position: absolute;
  content: "";
  background: url(../img/multi-line.png);
  background-size: cover;
  width: 100%;
  left: 0;
  right: 0;
  top: -85px;
  height: 800px;
  z-index: -1;
}
.about-us .row {
  align-items: center;
}
.about-us p {
  font-weight: normal;
  font-size: 24px;
  line-height: 37px;
  color: #000000;
  opacity: 0.7;
  margin: 25px 0 50px;
  padding-left: 25px;
}
.sub_heading {
  font-weight: bold;
  font-size: 48px;
  line-height: 62px;
  color: #000000;
}
.sub_heading svg path {
  animation: pulse 4.5s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    transform: scale3d(0.5, 0.5, 0.5);
  }
  25% {
    transform: scale3d(1, 1, 1);
    fill: #4caf50;
  }
  50% {
    transform: scale3d(0.5, 0.5, 0.5);
    fill: #10dbcf;
  }
  75% {
    transform: scale3d(1, 1, 1);
    fill: #c90606;
  }
  100%,
  0% {
    transform: scale3d(0.5, 0.5, 0.5);
    fill: #9a00e2;
  }
}
.know_more_btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #171717;
  margin-left: 25px;
  position: relative;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.know_more_btn::after {
  position: absolute;
  content: "";
  left: -11px;
  width: 0;
  height: 35px;
  background: #ffc600;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.know_more_btn:hover {
  color: #171717;
}
.know_more_btn:hover::after {
  width: 68px;
}
.sub_heading svg {
  vertical-align: 4px;
}
.about_content {
  width: 80%;
  margin-left: auto;
  padding-right: 35px;
  position: relative;
  z-index: 1;
}
.rounded_icon {
  height: 35px;
  width: 35px;
  background: #232323;
  border-radius: 50%;
  display: inline-block;
  line-height: 35px;
  margin-left: 10px;
  text-align: center;
}
.rounded_icon svg {
  width: 14px;
  height: 14px;
  vertical-align: 0;
}
.rounded_icon svg path {
  fill: #ffc600;
}
.about_image {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  top: 30px;
}
/* .about_image::before { */
/* position: absolute; */
/* content: ''; */
/* background: url(../img/yellowdots.png) no-repeat; */
/* width: 274px; */
/* height: 230px; */
/* left: -36px; */
/* z-index: -1; */
/* top: 115px; */
/* } */
/* .about_content::before { */
/* position: absolute; */
/* content: ''; */
/* background: url(../img/yellowdots.png) no-repeat; */
/* width: 274px; */
/* height: 230px; */
/* right: 0; */
/* z-index: -1; */
/* top:-60px; */
/* } */
/* ========
how we work section css code======== */
.how_we_work {
  background: url(../img/gradient.png) no-repeat;
  background-size: cover;
  padding: 155px 0 80px;
  background-position: center center;
}
.how_we_work .sub_heading {
  color: #ffc600;
  text-align: center;
  margin-bottom: 60px;
}
.pro_steps {
  background: #fff;
  border-radius: 20px;
  height: 300px;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.pro_steps svg {
  height: 93px;
}
.pro_steps .rounded_icon svg {
  height: 14px;
  width: 14px;
}
.pro_steps svg circle {
  animation: updown 2s ease infinite;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(0px);
  }
}
.pro_steps svg path {
  animation: downup 2s ease infinite;
}
@keyframes downup {
  0% {
    transform: translateY(3px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(3px);
  }
}

.pro_steps span {
  position: absolute;
  top: 23px;
  left: 32px;
  font-weight: 500;
  font-size: 32px;
  color: #000;
}
.pro_steps p {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #232323;
  text-align: center;
  margin: 20px 0 0;
}
.boxes_main {
  max-width: 1300px;
  margin: auto;
}
.pro_steps .rounded_icon {
  position: unset;
  line-height: 27px;
  background: #ffc600;
}
.pro_steps.last-child {
  background: transparent;
}
.pro_steps .know_more_btn {
  font-size: 24px;
  color: #ffc600;
  margin-left: 0;
}
.pro_steps .know_more_btn::after {
  background: #000;
  opacity: 0.8;
}
.pro_steps .rounded_icon path {
  fill: #232323;
}

/* ========
==========accordion section css code==============  */
.Faq_ {
  margin-top: 140px;
}
#main {
  margin: 60px 0 120px;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
  border-radius: 20px;
}

#main #faq .card .card-header {
  border: 0;
  padding: 0;
  border-radius: 20px;
}

#main #faq .btn-header-link {
  display: block;
  text-align: left;
  padding: 25px 140px;
  background: #ffc600;
  font-weight: 500;
  font-size: 24px;
  color: #171717;
  position: relative;
}
#main #faq .btn.btn-header-link.collapsed {
  border-radius: 20px;
  background: #f7f7f7;
}
#main #faq .card-header .btn-header-link {
  border-radius: 20px 20px 0 0;
}

#main #faq .card-header .btn-header-link:after {
  position: absolute;
  content: "\f106";
  font-family: "FontAwesome";
  font-weight: 900;
  float: right;
  font-size: 35px;
  right: 70px;
  top: 21px;
}

#main #faq .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}
#main #faq .card .collapse {
  border: 0;
}

#main #faq .card-body {
  background: #fff;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  padding: 25px 140px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#main .btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* ==============contact form css code 
======================================== */
.content_inner {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.contact_img {
  width: 50%;
}
.content_inner form {
  width: 50%;
  padding-right: 130px;
  padding-left: 40px;
}
.content_inner h3 {
  font-weight: 500;
  font-size: 36px;
  text-transform: capitalize;
  color: #232323;
  opacity: 0.7;
}
.content_inner h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  text-transform: capitalize;
  color: #232323;
  margin-bottom: 30px;
}
.content_inner label {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: #929292;
}
.content_inner input.form-control {
  border: 0;
  border-radius: 10px;
  background: #e3e3e3;
  height: 60px;
}
.content_inner textarea {
  border: 0;
  border-radius: 10px;
  background: #e3e3e3;
}
.content_inner textarea:focus {
  background: #e3e3e3;
}
.content_inner .form-group {
  margin-bottom: 30px;
}
.snd_msg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.snd_msg a {
  font-size: 18px;
  color: #232323;
}
.snd_msg span {
  margin-right: 10px;
}
.snd_msg span svg {
  vertical-align: top;
}
.form-group.text_box {
  margin-bottom: 15px;
}
.submit_btn {
  background: #232323;
  border-radius: 105px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffc600;
  height: 50px;
  margin-top: 35px;
}
.submit_btn.on_hover_btn:hover {
  color: #232323;
  background: #fecc4c;
  border: 2px solid #fecc4c;
}
.ftr-logo-sec img {
  width: 140px;
}
/* ====================
==================footer css code ==================== */
.footer {
  background: #232323;
  padding-top: 60px;
  margin-top: 120px;
}
.ftr-logo-sec p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  opacity: 0.7;
  margin: 25px 0 36px;
  max-width: 442px;
}
.ftr-links h4 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.links a {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
.links {
  margin-top: 40px;
}
.links li {
  margin-bottom: 15px;
}
.links li span {
  margin-right: 20px;
}
.ftr-links input {
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  background: transparent;
  padding: 32px 25px;
  border: 3px solid #fff;
  border-radius: 10px;
}
.ftr-links input::placeholder {
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  font-weight: normal;
}
.ftr-links input:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}
.ftr-links form {
  margin-top: 40px;
}
.ftr-links .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #232323;
  background: #ffc600;
  border-radius: 50px;
  padding: 15px 50px;
  border: 0;
  margin-top: 60px;
  border: 2px solid transparent;
}
.ftr-links .btn:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #ffc600;
}
.follow-us a {
  margin-right: 30px;
}
.follow-us a span {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  transition: 0.3s ease-in-out;
}
.follow-us h4 {
  margin-bottom: 15px;
}
.follow-us a:hover span {
  background: #ffc600;
  border-color: transparent;
}
.follow-us a:hover svg path {
  fill: #232323;
  transition: 0.3s ease-in-out;
}
.ftr-links {
  padding-top: 90px;
  padding-left: 60px;
}
.follow-us.ftr-links {
  padding-top: 0;
  padding-left: 0;
}
.copyright {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.copyright::before {
  position: absolute;
  content: "";
  border-top: 2px solid #fff;
  opacity: 0.2;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.copyright span {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
}

/*===== About us apge css here =====
========================================
===========================================*/
.bnr_small {
  background: url(../img/friends.jpg) no-repeat;
  height: 345px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.bnr_small .main_heading {
  margin-bottom: 0;
  text-align: center;
}
.bnr_small .bnr_overlay {
  background: #ffffff;
  opacity: 1;
}
.bnr_small .main_heading {
  color: #000;
  position: absolute;
  top: 76%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner.aaa .bnr_small {
  height: 200px;
}
.Pedro {
  text-align: center;
  padding: 70px 0 150px;
}
.Pedro p {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #333333;
  opacity: 0.7;
  margin: 30px auto 0;
  font-weight: 400;
  max-width: 1204px;
}
/* ==///==our_gola section css code ===///==*/
.our_goal {
  position: relative;
  margin-bottom: 170px;
}
.our_goal p {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  opacity: 0.7;
  margin: 30px 0 0;
  font-weight: 400;
  max-width: 648px;
  padding-left: 26px;
}
.our_goal .row {
  align-items: center;
}
.our_goal::before {
  position: absolute;
  content: "";
  background: url(../img/multi-line.png);
  background-size: cover;
  width: 100%;
  left: 0;
  right: 0;
  top: -155px;
  height: 800px;
  z-index: -1;
}
/* our_gola section css code end*/

/*======== how we work page css here ===////
=========================================*/
.small_2 {
  background: url(../img/how-it-bnr.jpg) no-repeat;
}
.img_with_cnt {
  margin-top: 30px;
}
.image_lft {
  border-radius: 30px;
  overflow: hidden;
  padding-right: 25px;
}
.img_with_cnt .row {
  align-items: center;
}
.image_lft img {
  width: 100%;
  border-radius: 30px;
}
.list-detail li {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 18px;
  padding-left: 45px;
  opacity: 0.8;
  transition: 0.3s ease;
}
.list-detail li::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url(../img/dot_line.png) no-repeat;
  background-size: 100%;
  left: 0;
  right: 0;
}
.list-detail li:hover {
  opacity: 1;
}
.list-detail span {
  position: absolute;
  top: -3px;
  left: 0;
}
.list-detail li svg {
  fill: #ebe4cd;
  transition: 0.3s ease;
}
.list-detail li:hover svg {
  fill: #ffc600;
}
.list-detail {
  padding-left: 25px;
}
.list-detail li:last-child::after {
  content: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-detail li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.benefits .Pedro {
  padding: 100px 0 100px;
}
.how_we_work.how_to_get .sub_heading {
  margin-bottom: 35px;
}
.how_to_get .p-inner {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #f8f8f8;
  opacity: 0.7;
  max-width: 1100px;
  margin: 0 auto 80px;
}
.how_to_get .boxes_main {
  max-width: 100%;
}
.how_to_get {
  padding: 100px 0 100px;
}
.img_cnt_copy .image_lft img {
  width: auto;
}
.img_cnt_copy .image_lft {
  text-align: center;
}

.img_cnt_copy .list-detail,
.img_cnt_copy .sub_heading {
  padding-left: 55px;
}
.img_cnt_copy .sub_heading {
  margin-bottom: 40px;
}
.img_cnt_copy {
  margin-bottom: 115px;
}

/* request your loan section css here */
.req_loan::before {
  position: absolute;
  content: "";
  background: url(../img/multi-line.png);
  background-size: cover;
  width: 100%;
  left: 0;
  right: 0;
  top: -111px;
  height: 800px;
  z-index: -1;
}
.req_loan {
  position: relative;
}
.item_img img {
  border-radius: 10px;
  width: 100%;
}
.item_cnt h4 {
  font-size: 24px;
  color: #000;
  margin: 15px 0 10px;
}
.item_cnt p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
}
.req_loan .sub_heading {
  text-align: center;
  margin-bottom: 40px;
}
.req_loan .row {
  margin-left: -10px;
  margin-right: -10px;
}
.p_lr {
  padding: 0 10px;
}
.item_img {
  transition: 0.3s ease;
}
.items_inner:hover .item_img {
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.15));
}
/* request your loan section css end here */

/*======== how we work page css end here ===////
=========================================*/

/*======== contact page css code ==========
=======================================*/
.contact_us::before {
  position: absolute;
  content: "";
  background: url(../img/multi-line.png);
  background-size: cover;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -166px;
  height: 864px;
  z-index: -1;
}
.contact_us {
  position: relative;
}
.contact_us.contact_form {
  margin-top: 120px;
}
.small_3 {
  background: url(../img/contact-bnr.jpg) no-repeat;
  background-position: center;
}
/*======== contact page css code ==========
=======================================*/

/* ========faq page style here======== */
.small_4 {
  background: url(../img/faq-bnr.jpg) no-repeat;
  background-position: center;
}
.faq_page {
  margin-top: 120px;
}
.faq_page #main #faq .btn.btn-header-link {
  padding: 25px 80px 25px 40px;
}
.faq_page #main #faq .card-body {
  padding: 25px 40px 60px 40px;
}

/* ========faq page style end here======== */
