body,h1,h2,h3,h4,h5,h6,a{
  font-family: 'Rubik', sans-serif;
}
body,p,span{
  font-family: 'Roboto', sans-serif;
}
.mainbg{
  background-color: #f9fafb;
}
img{
  max-width: 100%;
}
/* Custom style css */
.main-header .container-fluid
.slider-section .container-fluid
.banner-section .container-fluid{
  max-width: 1480px;
}
body .btn-primary {
  background: #e73c3e !important;
  border-color: #e73c3e;
  padding: 12px 40px;
  font-size: 17px;
  position: relative;
  z-index: 1;
}
body .btn-primary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #111;
  border-color: #111;
  z-index: -1;
  transition: .4s;
}
body .btn-primary:hover{
  border-color: #111;
}

body .btn-primary:hover::after{
  width: 100%;
}

/* header menu */
ul.header-menu li a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  color: #111;
  transition: .5s;
}
ul.header-menu li a:hover{
  color: #eb6062;
}
.header-search{
  width: 60px;
  font-size: 22px;
  text-align: center;
  margin-right: 20px;
  border-right: 1px solid #444;
}
.header-search a {
  font-size: 22px;
  color: #111;
}
.header-call {
  width: 220px;
}
.header-call-icon {
  color: #e86cb6;
  font-size: 33px;
}
.header-call-info span {
  color: #606060;
}
.header-call-info a {
  text-decoration: none;
  color: #111;
  font-size: 17px;
  font-weight: 500;
}
/* Dropdown menu */
ul.header-menu li {
  position: relative;
}
ul.header-menu li ul li {
  flex-direction: column;
}
ul.header-menu li ul li a:hover{
  letter-spacing: 1.5px;
  color: #eb6062;
}
ul.header-menu li ul {
  position: absolute;
  width: 300px;
  left: 0;
  top: 140%;
  background-color: #fff;
  padding: 10px;
  list-style: none;
  box-shadow: 5px 3px 30px 0 rgb(0 0 0 / 10%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}
ul.header-menu li:hover ul{
  opacity: 1;
  visibility: visible;
  top: 120%;
}
.header-menu span {
  font-size: 9px;
}

/* Slider-section css */
.slider-section{
  background: url(img/ia_100000050.jpg)no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.slider-content-wrap{
  height: 120vh;
  display: flex;
  align-items: center;
  position: relative;
}
.slider-title h6 {
  color: #e83b3e;
}
.slider-title h1 {
  font-size: 60px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.slider-title p {
  color: #606060;
  font-size: 20px;
  font-weight: 400;
}
.slider-social {
  position: absolute;
  left: 0;
  bottom: 0;
}
.slider-social ul {
  list-style: none;
  padding-left: 0;
}
.slider-social ul li span {
  font-size: 19px;
  margin-right: 50px;
  display: inline-block;
  position: relative;
}
.slider-social ul li span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 40px;
  background: #111;
  right: -52px;
  top: 15px;
}
.slider-social ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 0 14px;
  font-size: 20px;
  color: #111;
  transition: .5s;
}
.slider-social ul li a:hover{
  color: #eb6062;
}
/* logo section */
section.logo-section {
  border-bottom: 1px solid #dddd;
}
.logo-slider ul{
  list-style: none;
  padding-left: 0;
}
/* About section css */
.about-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
.about-title-img{
  position: relative;
}
.about-text {
  position: absolute;
  background: url(img/ia_100000051.png);
  right: 25px;
  bottom: 0;
  width: 200px;
  height: 200px;
  background-size: contain;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-item-text h2 {
  color: #e73c3e;
  font-size: 50px;
  font-weight: 600;
}
.about-item-text p {
  color: #111;
  font-weight: 500;
}
.finix-item h6 {
  color: #e73c5c;
}
.finix-item h2 {
  font-weight: 400;
  font-size: 33px;
  margin-top: 20px;
}
.finix-item p {
  color: #767676;
  margin-top: 20px;
  font-size: 17px;
}
.finix-item strong {
  color: #767676;
  font-weight: 400;
  font-size: 19px;
}
.finix-item ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.finix-item ul li {
  padding: 5px 0;
}
.finix-item ul li::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 free';
  font-weight: 600;
  color: #e73c3e;
  margin-right: 10px;
  display: inline-block;
}
/* why-choose-section */
.finix-item {
  position: relative;
}
.play-animotion-btn {
  width: 90px;
  height: 90px;
  line-height: 90px;
  color: #e83b3e;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  font-size: 60px;
  text-align: center;
  position: absolute;
  right: 170px;
  bottom: 50px;
}
.play-animotion-btn::before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  background: #e73c3e;
  border-radius: 50%;
  animation: playbtn 1.6s ease-in-out infinite;
}
@keyframes playbtn{
  0%,30%{
    transform: scale(0);
    opacity: 1;
  }
  50%{
    transform: scale(1);
    opacity: 7;
  }
  100%{
    transform: scale(2);
    opacity: 0;
  }
}
.features-item {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: .5s;
}
.features-item:hover{
  transform: translateY(-12px);
}
.mtop4{
  margin-top: -30px;
}
.features-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: -80px;
  left: 0;
  width: 90%;
  height: 50%;
  background: #fdebeb;
  border-radius: 50%;
  margin: auto;
}
.ft-icon {
  position: relative;
  z-index: 1;
  
}
.ft-icon i {
  color: #e73c3e;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #fff;
  border-radius: 50%;
  font-size: 35px;
  transition: .5s;
}
.features-item:hover .ft-icon i{
  background: #e73c3e;
  color: #fff;
}
/* Aply now section */
.aply-now-title {
  margin-top: 30px;
}
.aply-now-title h2 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 35px;
}
.aply-now-item ul {
  list-style: none;
  position: relative;
  margin-left: 30px;
}
.aply-now-item ul::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 10px;
  width: 1px;
  background: #e8533e;
  height: calc(100% - 100px);
}
.aply-now-item ul li {
  position: relative;
  margin-top: 30px;
}
.aply-now-item ul li::before {
  content: attr(data-counter);
  position: absolute;
  left: -67px;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f9fafb;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #e73c3e;
  color: #e73c3e;
  font-size: 25px;
}
.aply-now-item ul li strong {
  font-size: 23px;
  font-weight: 500;
  display: block;
  margin-bottom: 13px;
}
.aply-now-item ul li p {
  color: #767676;
  line-height: 1.7;
}
/* Calcolater css */
.calculater-rate {
  background: #fdebeb;
  padding: 50px;
}
.calculater-form .form-group {
  margin-bottom: 15px;
}
.calculater-form .form-group label {
  display: block;
  margin-bottom: 15px;
}
.calculater-form .form-group input {
  border: none;
  border-radius: 0;
  padding: 14px 15px;
}
.calculater-form .form-group select {
  border: none;
  border-radius: 0;
  height: 54px;
}
.calculater-form button.btn.btn-primary {
  background: #fff !important;
  color: #111;
  box-shadow: 3px 5px 30px 0 rgb(0 0 0 / 20%);
  transition: .5s;
}
.calculater-form button.btn.btn-primary:hover{
  color: #fff;
}
/* Solution section */
.solution-title {
  background: #e73c3e;
  color: #fff;
  padding: 60px;
  padding-bottom: 50px;
  border-radius: 7px;
}
.solution-item h3 {
  font-size: 30px;
  font-weight: 500;
  border-right: 1px solid #ddd;
}
.solution-info i {
  width: 70px;
  height: 70px;
  font-size: 40px;
  background: #fff;
  border-radius: 50%;
  color: #f18d8e;
  line-height: 70px;
  text-align: center;
}
.solution-info a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 34px;
  margin-left: 30px;
  margin-top: 10px;
  font-weight: 500;
}
/* Company valuse section */
.company-valuse-title h2 {
  margin-bottom: 30px;
  font-size: 35px;
}
.company-icon i {
  color: #eb6062;
  font-size: 40px;
  margin-right: 30px;
}
.company-text h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
.company-text p {
  font-weight: 400;
  color: #767676;
  line-height: 1.6;
}
.company-img {
  margin-top: 30px;
}
/* Services-section css */
.services-tab-item {
  border-bottom: 2px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 40px !important;
}
.services-tab-item li {
  flex: 1 1 auto;
}
.services-tab-item a.active {
  position: relative;
}
.services-tab-item a.active span{
  color: #e83b3e;
}
.services-tab-item a.active::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #e94f51;
  left: 0px;
  top: 156px;
}
.services-tab-item span {
  color: #111;
  font-size: 30px;
  background: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
}
.services-tab-item strong {
  color: #111;
  font-size: 20px;
}
.services-tab-content-text h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
.services-tab-content-text p {
  color: #767676;
  line-height: 1.7;
}
.services-tab-content-text ul{
  list-style: none;
  padding-left: 0;
}
.services-tab-content-text ul li {
  color: #767676;
  font-size: 16px;
  margin-bottom: 10px;
}
.services-tab-content-text ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #e73c3e;
  border-radius: 50%;
  margin-right: 10px;
}
/* Clint section */
.clint-item p {
  font-size: 24px;
  color: #111;
  font-weight: 400;
}
.clont-details h5 {
  color: #e74446;
}
.clont-details p {
  color: #767676;
  font-size: 18px;
}
/* Team section css */
.team-mumber {
  position: relative;
}
.team-social-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.team-social-icon ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-bottom: 20px;
}
.team-social-icon ul li {
  display: inline-block;
  transition: .5s;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
.team-social-icon ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  color: #111;
  transition: .5s;
}
.team-mumber:hover .team-social-icon ul li{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.team-mumber .team-social-icon ul li:nth-child(1){
  transition-delay: .2s;
}
.team-mumber .team-social-icon ul li:nth-child(2){
  transition-delay: .3s;
}
.team-mumber .team-social-icon ul li:nth-child(3){
  transition-delay: .4s;
}
.team-mumber .team-social-icon ul li:nth-child(4){
  transition-delay: .5s;
}

.team-social-icon ul li a:hover{
  background: #e74446;
  color: #fff;
}
.team-mumber-content h4 {
  margin-top: 25px;
  color: #e74446;
  font-size: 20px;
}
.team-mumber-content p {
  color: #767676;
  font-size: 17px;
}

/* Story section */
.story-content h5 {
  color: #e74446;
  margin-top: 30px;
  font-weight: 400;
  font-size: 17px;
}
.story-content h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.story-content h3 a {
  text-decoration: none;
  color: #111;
  font-size: 25px;
  font-weight: 500;
}
.story-content a{
  text-decoration: none;
  color: #111;
  font-weight: 500;
  font-size: 17px;
  transition: .5s;
}
.story-item:hover .story-content p a{
  letter-spacing: 1.5px;
  color: #e83b3e;
}
.story-item:hover .story-content h3 a{
  letter-spacing: 0;
  color: #111;
}
.story-content a:hover{
  color: #e83b3e;
}
.maps-dhaka {
  margin-bottom: -6px;
}
/* footer-section */
.footer-section {
  background: #111111;
  color: #fff;
}
.footer-top {
  border-bottom: 1px solid #444;
}
.footer-section a{
  color: #fff;
}
.footer-wegth p {
  margin-top: 20px;
  line-height: 1.7;
}
.footer-social-icon ul li {
  display: inline-block;
}
.footer-social-icon ul li a {
  display: block;
  margin-left: 10px;
}
.footer-wegth h3 {
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
}
.footer-wegth ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.footer-wegth ul li {
    padding: 10px 0;
    margin: 0 !important;
}
.footer-wegth ul li a {
  text-decoration: none;
  transition: .5s;
}
.footer-wegth ul li a:hover{
  letter-spacing: 1.5px;
  color: #e74446;
}
.footer-contact-item {
  margin-bottom: 20px;
  margin-top: 30px;
}
.footer-contact-item span {
  margin-top: 5px;
}
.footer-contact-item a {
  text-decoration: none;
  margin-left: 20px;
}

.footer-botton-item p {
  margin-bottom: 0;
  color: #606060;
}
.footer-botton-item a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: .5s;
}
.footer-botton-item a:hover{
  color: #e83b3e;
}
/* breadcrumb-section */
.breadcrumb-section {
  padding: 120px 0;
  background-image: url(img/bg.jpg);
  background-position: center 17%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.breadcrumb-section::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .7);
  z-index: -1;
}
.header-breadcrumb ol li a {
  color: #e73c3e;
  text-decoration: none;
}

/* discuss section css */
.header-discuss .finix-item h2 {
  font-size: 37px;
  font-weight: 500;
  width: 86%;
  margin: auto;
  margin-top: 20px;
  line-height: 1.5;
}
/* write-us-section */
.write-us-form h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.write-us-form .form-group label {
  font-weight: 500;
  margin-bottom: 7px;
  margin-top: 20px;
}
.write-us-form .form-group input {
  padding: 17px 5px;
  border-radius: 0;
}
.write-us-form .form-group textarea {
  padding: 40px 0;
  border-radius: 0;
  margin-bottom: 20px;
}
/* contact-box */
.contact-finix h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.contact-info-tf {
  margin-top: 40px;
}
.contact-info-tf ul li {
  list-style: none;
  margin-left: 23px;
  color: #767676;
}
.contact-info-tf ul li span {
  float: right;
}
.contact-icon {
  display: flex;
}
.contact-icon i {
  color: #e73c3e;
  margin-right: 20px;
  font-size: 30px;
}
.contact-info-tf span {
  margin-left: 50px;
}
.contact-info-tf a {
  text-decoration: none;
  margin-left: 50px;
  color: #111;
  font-size: 20px;
}
/* Service */
/* breadcrumb-service-section */
.breadcrumb-service-section {
  background-image: url(img/bg-3.jpg);
  padding: 120px 0;
  background-repeat: no-repeat;
  background-position: center 50%;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}
.breadcrumb-service-section::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, .7);
  z-index: -1;
  
}

/* market-section */
.market-title .finix-item h2 {
  font-weight: 500;
}
.market-title .finix-item p {
  margin: auto;
  width: 60%;
  margin-top: 15px;
  line-height: 1.7;
}
/* business-section */
.business-item {
  padding: 40px 21px;
  background: #f9fafb;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  transition: .5s;
}
.business-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -117px;
  background: #fdebeb;
  width: 90%;
  height: 60%;
  border-radius: 50%;
  margin: auto;
}
.business-icon:hover .business-item::before{
  background: red;
  color: #fff;
}
.business-icon a {
  color: red;
  text-decoration: none;
  font-size: 17px;
}
.business-item:hover{
  transform: translateY(-15px);
}
.business-icon {
  position: relative;
  z-index: 1;
}
.business-icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  font-size: 40px;
  margin-bottom: 20px;
  color: #e73e40;
}
.business-icon h3 {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 20px;
}
.business-icon p {
  line-height: 1.7;
}
/* Loans */
/* breadcrumb-loan-section */
.breadcrumb-loan-section {
  background-image: url(img/ia_100000009.jpg);
  padding: 120px;
  background-position: center 30%;
  background-repeat: no-repeat;
  height: 400px;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.breadcrumb-loan-section::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, .8);
  z-index: -1;
}
/* finix-loan-section */
.finix-loan-section{
  margin-bottom: 100px;
  margin-top: 100px;
}
.fimix-loan-img {
  position: relative;
  margin-top: 30px;
}
.finix-item-img {
  position: absolute;
  background-image: url(img/ia_100000051.png);
  width: 200px;
  height: 200px;
  right: 60px;
  bottom: 0;
  display: flex;
  background-size: contain;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}
.finix-item-img-text img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.finix-item-img-text span {
  font-size: 18px;
  font-weight: 500;
  color: #111;
}
.about-item .finix-item .list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #e60027;
  border-radius: 50%;
}

/* move-section */
.move-section{
  background: #f9fafb;
}
.apply-img {
  background-image: url(img/ia_100000004.png);
  background-repeat: no-repeat;
  background-position: right 25%;
  margin-left: -200px;
  margin-right: -115px;
}
.apply-img-2 {
  background-image: url(img/ia_100000005.png);
  background-repeat: no-repeat;
  background-position: right 16%;
  margin-left: -90px;
  margin-right: -70px;
}

.apply-item span {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
  z-index: 1;
}
.apply-item strong {
  font-size: 40px;
  color: #ea595b;
  position: relative;
}
.apply-item span::before {
  content: attr(data-count);
  position: absolute;
  left: 30px;
  top: 0;
  color: #fad8d8;
  font-size: 70px;
  font-weight: 500;
  z-index: -1;
}
.apply-title {
  text-align: center;
  margin-top: 40px;
}
.apply-item h3 {
  font-size: 25px;
  margin-top: 20px;
}


.follow-img {
    margin-top: 71px;
}
/* before-section */
.before-section{
  background: #f9fafb;
}
/* strat-up-section */
.strat-up-rate .calculater-rate {
  background: #e73c3e;
}
.strat-up-loan {
  margin-top: 100px;
}
.strat-up-loan .finix-item h6 {
  color: #111;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
  margin-top: 12px;
}
.strat-up-loan .strat-up-form label {
  margin-bottom: 5px;
  margin-top: 15px;
}
.strat-up-loan .strat-up-form input {
  padding: 13px 0;
  border-radius: 0;
}

/* Team */
/* breadcrumb-team-section */
.breadcrumb-team-section {
  background-image: url(img/bg-2.jpg);
  background-position: center 30%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 150px 0;
  position: relative;
  z-index: 1;
}
.breadcrumb-team-section::before{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, .8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* Gallery */
/* breadcrumb-gallery-section */
.breadcrumb-gallery-section {
  background-image: url(img/bg-5.jpg);
  padding: 120px 0;
  background-position: center 15%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.breadcrumb-gallery-section::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
  left: 0;
  top: 0;
  z-index: -1;
}
.gallery-img h3 {
  margin-bottom: 30px;
  margin-top: 30px;
  transition: .5s;
}
.gallery-img h3:hover{
  color: #e73c3e;
}

/* Sign Up */
/* create-section  */
section.create-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.create-title {
  padding: 50px 30px;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
}
.create-title .create-item .form-group input {
  padding: 17px 12px;
  border-radius: 0;
}
.create-title .create-item .form-check label {
  margin-top: 20px;
  margin-bottom: 20px;
}
.create-title .create-item h5 {
  margin-top: 20px;
  font-size: 17px;
  color: #767676;
}
.create-title .create-item h5 a {
  font-size: 17px;
  text-decoration: none;
  color: #e73c3e;
}
/* sign in */
.create-title .create-item .form-check label a {
  text-decoration: none;
  margin-left: 190px;
  color: #767676;
}

/* Apply now */
/* application-section */
.application-section{
  margin-top: 100px;
  margin-bottom: 100px;
}
.amount .form-group input {
  padding: 15px 0;
  border-radius: 0;
  margin-bottom: 15px;
  margin-top: 5px;
}
.amount .form-group select {
  height: 56px;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 15px;
}

/* Loan Calculater */
/* loan-section */
.loan-section{
  margin-bottom: 100px;
  margin-top: 100px;
  
}
.loan-item .calculater-rate{
  background: #e73c3e;
  color: #fff;
}
.loan-item .calculater-rate .finix-item h6 {
  color: #fff;
  margin-bottom: -10px;
}
.loan-item .calculater-rate .finix-item h2 {
  margin-bottom: 30px;
}
.loan-item .calculater-rate .calculater-form input {
  background: #e73c3e;
  color: #ddd;
  border: 1px solid #f39e9f;
}
.loan-item .calculater-rate .calculater-form .btn-primary {
  background: #fff !important;
  color: #111;
  box-shadow: 3px 5px 30px 0 rgb(0 0 0 / 20%);
  transition: .5s;
}
.loan-item .calculater-rate .calculater-form .btn-primary:hover{
  color: #fff;
}
.date-table-item table {
  border: 1px solid #f0f0f0;
}
.date-table-item table thead{
  background: #f9fafb;
}
.date-table-item table tbody th {
  color: #767676;
  font-weight: 400;
}






/* banner-section */
.banner-section {
  background-image: url(img/main-banner.jpg);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.banner-section::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: .6;
}
.banner-title {
  height: 120vh;
  display: flex;
  align-items: center;
  position: relative;
}
.banner-item h6 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}
.banner-item h2 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
}
.banner-item p {
  color: #fff;
  font-size: 19px;
  margin-bottom: 20px;
}
.banner-icon {
  position: absolute;
  right: -788px;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 1;
}
.banner-icon ul{
  list-style: none;
}
.banner-icon ul li {
  color: #fff;
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.banner-icon ul li span{
  color: #fff;
}

.banner-icon ul li a{
  color: #fff;
  transition: .5s;
}
.banner-icon ul li a:hover{
  color: #dc3c44;
}
/* banner-bottom */
.banner-bottom-title {
  border-top: 1px solid #fff;
  padding: 20px;
  position: relative;
}

.banner-bottom-icon i {
  color: #dc3c44;
  font-size: 50px;
}
.banner-bottom-h {
  color: #fff;
  margin-left: 20px;
}
/* about-company-section */
.about-company-section{
  margin-top: 100px;
  margin-bottom: 100px;
}
.about-company-img img{
  max-width: 100%;
}
.about-company-title {
  position: relative;
  z-index: -1;
}
.about-company-img2 {
  position: absolute;
  left: 130px;
  top: 175px;
}
.about-company-text {
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
  padding: 30px;
  max-width: 470px;
  margin: auto;
  border-left: 2px solid #e73c3e;
  position: absolute;
  left: -59px;
  right: 0;
  z-index: 1;
}
.about-company-text h2 {
  font-size: 80px;
  font-weight: 400;
}
.about-company-text p {
  font-size: 30px;
  margin-left: 20px;
}

.about-compaby-item h6 {
  color: #ea5355;
}
.about-compaby-item h2 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 20px;
}
.about-compaby-item p {
  color: #767676;
}
.about-compaby-item strong {
  font-size: 20px;
  font-weight: 400;
  color: #767676;
}
.about-compaby-item ul {
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
}
.about-compaby-item ul li {
  color: #767676;
  margin-bottom: 10px;
 
}
.about-compaby-item ul li::before{
  content: "\f00c";
  font-family: 'Font Awesome 5 free';
  font-weight: 600;
  color: #e73c3e;
  margin-right: 10px;
  display: inline-block;
}
/* home1-title */
.home1-title .finix-item p {
  width: 50%;
  margin: auto;
  margin-bottom: 60px;
  margin-top: 15px;
}
/* work-home1-section */
.work-titel a {
  text-decoration: none;
  color: #111;
  font-size: 25px;
  font-weight: 500;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 40px;
  transition: .5s;
}
.work-titel a:hover{
  color: #e60027;
}
/* home1-clin */
.home1-clin-item {
  background-color: #fff;
  box-shadow: 1px 14px 20px 0 rgb(231 60 62 / 9%);
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
}
.home1-clin-img {
  position: relative;
  padding-left: 75px;
  margin-bottom: 30px;
}
.home1-clin-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
}
.home1-clin-img h5 {
  font-size: 16px;
  color: #ed783e;
}
.home1-clin-img h6 {
  color: #767676;
  font-weight: 400;
}
.home1-clin-item p {
  color: #767676;
  line-height: 1.8;
  font-size: 17px;
}
.home1-clin-icon {
  position: absolute;
  top: 25px;
  right: 30px;
}
.home1-clin-icon i {
  color: #fdebeb;
  font-size: 70px;
}
/* home1-blog-icon */
.home1-blog-item ul{
  list-style: none;
}

/* banner-home2-section */
.banner-home2-section {
  background-image: url(img/main-banner3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 870px;
  padding-top: 0;
  background-attachment: unset;
}
.banner-home2-title {
  height: 120vh;
  display: flex;
  position: relative;
  align-items: center;
}
.banner-home2-item h2 {
  font-size: 63px;
  font-weight: 500;
  margin-bottom: 20px;
}
.banner-home2-item p {
  color: #767676;
  line-height: 1.8;
  font-size: 19px;
}
.banner-home2-img img {
  margin-top: 100px;
}
/* home2-icon */
.banner-bottom-home2-title {
  background-color: #f5f4ef;
}
.home2-icon .banner-bottom-icon i {
  color: #e73c3e;
  font-size: 40px;
  margin-top: 5px;
}
.banner-bottom-home2-title .banner-bottom {
  position: relative;
  padding: 20px 20px 20px 60px;
}
.banner-bottom-home2-title .banner-bottom:before {
  height: 60%;
  top: 20px;
  right: 40px;
}
.home2-icon .banner-bottom-h span {
  color: #111;
}
.home2-icon .banner-bottom-h p {
  color: #111;
}
/* why-choose-home2-section */
/* home2-title */
.home2-title {
  background-image: url(img/process-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 280px;
  width: 280px;
  text-align: center;
  position: relative;
}
.home2-icon i {
  color: #e73c3e;
  font-size: 40px;
  margin-top: 30px;
}

.home2-icon p {
  color: #767676;
  line-height: 1.7;
  width: 200px;
  margin: auto;
}
/* count-section */
.count-item {
  text-align: center;
  border-right: 1px solid #ddd;
}
.count-item h2 {
  color: #e73c3e;
  font-size: 45px;
  font-weight: 400;
}
.count-item p {
  font-size: 25px;
  font-weight: 500;
}
/* home2-about-icon */
.home2-about-icon {
  margin-top: 10px;
}
.home2-about-icon i {
  color: #e73c3e;
  font-size: 30px;
  margin-right: 12px;
}
.home2-about-icon h4 {
  font-size: 20px;
}
/* clint-home2-section */
.clint-home2-section{
  background-color: #e73c3e;
  color: #fff;
}
.clint-home2-section .finix-item h6{
  color: #fff;
}
.clint-home2-section .finix-item p{
  color: #fff;
}
.clint-home2-section .clint-img {
  position: relative;
  margin-top: 80px;
}
.clint-home2-section .home-2-clin-icon {
  right: -131px;
  bottom: 80px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.clint-home2-section .home-2-clin-icon i {
  position: absolute;
  font-size: 45px;
  color: #e73c3e;
  left: 15px;
  top: 19px;
}
.clint-home2-section .clint-item p{
  color: #fff;
}
.clint-home2-section .clont-details h5{
  color: #fff;
}
.clint-home2-section .clont-details p{
  color: #fff;
}
/* Responsive css */
/* index-html */
@media (max-width: 1200px){
  .main-header img {
    width: 115px;
}
  ul.header-menu li a {
    padding: 7px 9px;
}
.header-search {
  width: 23px;
  margin-right: 7px;
}
.header-search a {
  font-size: 18px;
}
.header-call {
  width: 174px;
}
.header-call-icon {
  font-size: 25px;
}
.header-call-info a {
  font-size: 14px;
}
body .btn-primary {
  padding: 10px 27px;
  font-size: 16px;
}
.loan-item .calculater-rate .finix-item h2 {
  font-size: 30px;
}


}
@media (max-width: 992px){
  .about-text {
    right: 315px;
    bottom: 0;
}
.about-title-img {
  margin-bottom: 60px;
}
.why-choose-us .finix-item {
  text-align: center;
}
.finix-item p {
  margin-bottom: 50px;
}
.why-choose-us {
  margin-bottom: 40px;
}
.better-now-title {
  margin-bottom: -60px;
}
.aply-now-title {
  margin-top: 0;
}
body .btn-primary {
  margin-bottom: 40px;
}
.solution-item h3 {
  font-size: 25px;
  text-align: center;
  border-right: none;
}
.solution-info i {
  margin-left: 231px;
  margin-top: 20px;
}
.solution-info a {
  margin-left: -146px;
  margin-top: 90px;
  font-size: 25px;
}
.aply-now-title h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 30px;
}
.story-thumble img {
  width: 100%;
}
.footer-wegth {
  margin-bottom: 60px;
}
ul.header-menu li ul {
  margin-left: 100px;
  margin-top: -100px;
}
/* Team */
section.solution-area-section {
  margin-bottom: 30px;
}
.finix-item-img {
  right: 330px;
  bottom: 5px;
}
.apply-img {
  background-image: none;
}
.apply-img-2 {
  background-image: none;
}
.banner-home2-img img {
  margin-top: -80px;
  width: 100%;
  height: 650px;
}
.banner-bottom-home2-title {
  margin-top: 150px;
  padding: 40px 7px;
}
.banner-bottom-home2-title .banner-bottom {
  position: relative;
  padding: 11px 2px 7px 10px;
}
.about-section {
  margin-top: -80px;
  margin-bottom: -40px;
}
.home2-title {
  margin-bottom: 30px;
}
.clint-home2-section .clint-img {
  margin-top: 30px;
  margin-left: 236px;
}
.finix-item {
  margin-top: 0px;
}
.aply-now-title {
  margin-top: 30px;
}
.count-item {
  border-right: none;
}

}
@media (max-width: 768px){
  .about-text {
    right: 150px;
    bottom: 5px;
}
  .slider-title h1 {
    font-size: 30px;
}
.slider-social ul {
  padding-left: 20px;
}
.finix-item h2 {
  font-size: 25px;
}
body .btn-primary {
  margin-bottom: 40px;
}
.solution-info i {
  margin-left: 200px;
  margin-top: 15px;
}
.solution-title {
  padding: 20px;
}
/* sign in */
.create-title .create-item .form-check label a {
  margin-left: 140px;
}
.gallery-img img {
  width: 100%;
}
.header-discuss .finix-item h2 {
  font-size: 30px;
  width: 100%;
}
.finix-item-img {
  right: 160px;
  bottom: 5px;
}

.finix-item {
  margin-top: 0px;
}
.home2-title {
  height: 100%;
  width: 100%;
  margin-bottom: 30px;
}
.count-item {
  margin-bottom: 30px;
}
.count-item h2 {
  font-size: 35px;
}
.count-item p {
  font-size: 20px;
}
.clint-home2-section .clint-img {
  margin-top: 27px;
  margin-left: 150px;
}


}
@media (max-width: 576px){
  .about-text {
    right: 80px;
    bottom: 5px;
}
.solution-info i {
  margin-left: 130px;
  margin-top: 15px;
}
.team-mumber img {
  width: 527px;
}

/* Team */
.solution-info i {
  margin-left: 175px;
  margin-top: 20px;
}
/* sign in */
.create-title .create-item .form-check label a {
  margin-left: 40px;
}
.loa-btn {
  margin-bottom: -25px;
}
.header-discuss .finix-item h2 {
  font-size: 23px;
  width: 100%;
}
.finix-item-img {
  right: 60px;
  bottom: 5px;
}



}
