* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.body {
  background: #fffdf8;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
}
ol,
ul {
  padding-left: 0px;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0px;
}
a {
  text-decoration: none;
}
.m-t-75 {
  margin-top: 75px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}

.header-area {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.navbar {
  background-color: transparent;
  padding: 20px 0px;
}
.navbar.scrolled {
  background: #262b3e;
}
.navbar .navbar-brand img {
  width: 130px;
}
.img-box{
  position: relative;
  width: 100%;
}
.hero-bg{
  position: relative;
  width: 100%;
  background-image: url(images/banner-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
}
.hero-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}
.banner-content-box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner-box {
  position: relative;
  width: 100%;
  background: #262b3e;
  padding: 50px 0px;
}
h1 {
  position: relative;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  color: #fff;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 48px;
}
.text_p {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}
p{
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height:27px;
  font-weight: 400;
}
h3 {
  position: relative;
  color: #fff;
  text-align: center;
}
.site-heading h4 {
  position: relative;
  z-index: 1;
  color: #262b3e;
font-size: 36px;
line-height:46px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
}
.law-ul-box{
  position: relative;
  padding-left: 22px;
  margin-top: 15px;
}
.law-ul-box li{
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #4b5564;
  font-size: 16px;
  font-weight: 400;
  list-style: disc;
  padding: 6px 0px;
}
.item {
  background: #E9EBF0;
  padding: 20px;
  height: 100%;
  position: relative;
  border-radius: 10px;
}
.item h5 {
  text-transform: none;
  font-family: "EB Garamond", serif;
  color: #262b3e;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
}
.item p {
  font-family: "Poppins", sans-serif;
  color: #4b5564;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 10px;
}
.service-box {
  position: relative;
  background: #262b3e;
  padding: 8px;
  margin-bottom: 20px;
  border-radius: 5px;
  max-width: 50px;
}

/* footer-css */
.footer-box{
  position: relative;
  background: #262b3e;
  padding: 40px 0px;
  margin-top: 75px;
}
.footer-title{
  position: relative;
  font-family: "EB Garamond", serif;
  color: #fff;
  font-size:32px;
  font-weight: 500;
  text-align: center;
}
.footer-p{
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 20px 0px;
  margin-bottom:70px
}
.social-icon {
  margin-right: 10px;
  max-width: 30px;
  vertical-align: bottom;
}
.footer-contact-text {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}
.footer-box .row{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0px;
  margin: 40px 0px;
}
.second-page .footer-box{
  position: relative;
  background: #262b3e;
  padding: 80px 0px;
  margin-top: 0px;
}
/* end-footer-css */


/* second-page */
.main-part{
  padding-top: 100px;
}
.about-p2{
  color: #4b5564;
}
.navbar-2{
  background-color: #262b3e;
  padding: 20px 0px;
}
.navbar-2.scrolled {
  background: #262b3e;
}
.second-page .hero-section{
  position: relative;
  width: 100%;
  padding-top: 75px;
}
.second-page .banner-box{
  position: relative;
  width: 100%;
  background: #262b3e;
  padding: 50px 0px;
}
.second-page  h1 {
  position: relative;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  color: #262b3e;
  font-size: 52px;
  margin-bottom: 30px;
  line-height: 66px;
  text-align: left;
}
.second-page h3 {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  background-color: #C89D66;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 35px;
}
.second-page .light-bg{
  position: relative;
  width: 100%;
  background: #F4F1EC;
  padding: 100px 0px;
}
.second-page h4 {
font-size: 40px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
}
.contact-form{
  position: relative;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.contact-form h4{
  position: relative;
  color: #262b3e;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 25px;
}
.form-group{
  position: relative;
  margin-bottom: 15px;
}
.form-control{
  position: relative;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #262b3e;
  font-size: 16px;
  line-height: normal;
  padding: 10px 20px;
  border: 1px solid #cfcfcf;
}
.form-control:focus{
  outline: 0;
  box-shadow: none;
  border: 1px solid #262b3e;
}
.btn-group{
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.submit-btn{
  position: relative;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  background: #262b3e;
  border: 0;
  padding: 10px 15px;
  border-radius: 5px;
}
.banner-subtitle{
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #262b3e;
  font-size: 24px;
  line-height:35px;
  margin-bottom: 20px;
}
.second-page .banner-subtext{
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #4b5564;
  font-size: 20px;
}
.credit-img{
  position: relative;
  width: 95%;
}

.tr-step {
	text-align:right
}

.img-b-radius {
	border-radius:12px
}

.second-page .item{
padding: 45px 40px 35px 40px;
  background: #262b3e;
}
.second-page .item h5{
  color: #fff;
  text-align: center;
}
.second-page .item p{
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.count-box{
  position: absolute;
  width: 100%;
  max-width: 46px;
  height: 46px;
  display: flex;
  background: #234E70;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 50px;
  top: -20px;
}
.hilight-box{
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #262b3e;
  background: #e9ebf0;
  border: 0;
  border-bottom: 2px solid #262b3e;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 15px;
}
.hilight-box1{
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  background: #262b3e;
  border: 0;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 15px;
}
.services-icon-box {
  position: relative;
  width: 100%;
  max-width: 72px;
  height: 72px;
  display: flex;
  background: #c89d66;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: auto;
margin-bottom: 30px;
  margin-top: -80px;
}
.hilight-btn1{
  position: relative;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #262b3e;
  background: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
}
.contact-bg{
  position: relative;
  background: url(images/contact-bg.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 100px 0px;
}
.form-label{
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #262b3e;
  font-size: 16px;
  line-height: normal;
}
.step-box {
  position: relative;
  width: 92%;
  background: #c89d66;
  padding: 25px 25px 25px 35px;
  border-radius: 10px;
  margin-bottom: 25px;
  margin-left: 8%;
}

.step-boxes {
	margin-top:50px
}

.step-count-box{
  position: absolute;
  width: 100%;
  max-width: 46px;
  height: 46px;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 20px;
  color: #262b3e;
  border-radius: 50px;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  border: 2px solid #262b3e;
}

.loan-step-boxes {
	margin-top:25px;
	margin-bottom:30px
}

.loan-step-box {
  position: relative;
  background: #262b3e;
  padding: 15px 25px;
  border-radius: 5px;
  height: 100%;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
}

.loan-step-box:before {
content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -3px;
  background-color: #c89d66;
  border-radius: 10px 0px 0px 10px;
}

@media only screen and (max-width: 998px) {
	
.contact-bg {
  padding: 40px 0px;
}

.contact-form {
margin-top:20px
}

.m-t-75 {
  margin-top: 40px;
}

.second-page .light-bg {
  padding: 40px 0px;
}

.second-page .footer-box {
  padding: 40px 0px;
  margin-top: 35px;
}

.footer-p {
  color: #fff;
  font-size: 16px;
  margin: 20px 0px;
  margin-bottom: 0px;
}

.second-page .item {
  padding: 45px 20px 35px 20px;
}

.item p {
  font-size: 15px;
}

  .site-heading h4 {
    font-size: 24px;
    line-height: 33px;
  }
  
  .law-ul-box li {
  font-size: 16px;
  }
  
  .step-boxes {
  margin-top: 30px;
  margin-bottom: 35px;
}

}




/* end-second-page */