@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
  padding: 0;
  margin: 0;
}

:root {
  --nav-hading-fontfamily: "Raleway", sans-serif;
  --nav-hover-color: #8c0707;
  --nav-color: rgb(0, 0, 0);
  --pera-textfontfamily: "Roboto", sans-serif;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.hide {display: none !important;}

h1, h2, h3, h3, h5, h6 {
  font-family: var(--nav-hading-fontfamily);
  color: #aa1919 !important;
  font-size: 2.5em !important;
  line-height: normal !important;
  font-weight: 500 !important;
}

 a {
  text-decoration: none;
}
p, strong, b, aside, span {
  font-family: var(--pera-textfontfamily);
}
 
  /* Looping hover text */
 

  @keyframes loop-scroll {
    from { left: 100%; }
    to { left: -100%; }
  }
.globle-padding{
  padding-top: 50px;
  padding-bottom: 50px;
}
  /*  navbar css start */

  nav{
    font-family: var(--nav-hading-fontfamily);
    padding: 15px;
  }
  .active{
    color: var(--nav-hover-color) !important;
  }
  .navbar-expand-lg{
    background-color: #fff;
  }

  nav .nav-link{
    font-weight: 400;
    font-size: 31px;
    font-family: var(--nav-hading-fontfamily);
    color: var(--nav-color);

  }

  nav .nav-link:hover{
    color: var(--nav-hover-color);
   
  }

  .main-navbar{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

 
 
 /*  main css start */

 /* swiper slider css */
 .swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

 /*  service section css  */

img {border-radius: 10px;}
 .heading h3{
  font-size: 44px;
  line-height: 44px;
  color: var(--nav-color);
  color: #aa1919;

  font-family: var(--nav-hading-fontfamily);
 }
/* .service-pera{
  padding: 0px 196px;
 }*/
 .service-pera p{
  /* font-family: var(--pera-textfontfamily); */

  /* font-family: "league-spartan-light", sans-serif; */
  font-weight: 100;
  font-size: 25px;
  line-height: 35px;
  color: var(--nav-hading-fontfamily);
  text-align: justify;
 }
 .card{
  border: 5px solid #4161BF;
  border-radius: 15px;
  padding: 20px;
}
 
 .top-para h4{
  font-size: 23px;
  line-height: 31px;
  color: rgb(50, 46, 46); 
   font-weight: 700;
  font-family: var(--nav-hading-fontfamily);
  cursor: pointer;
 }
.service-box hr{
  background-color: #000000;
  color:  black;
  height: 2px;
  margin-top: 8px;
}
.bottom-part .btn{
   line-height: 16px;
}
/*
.bottom-part .btn:hover{
  background-color: #000000;
}*/
.bottom-part{
  padding-bottom: 20px;
  
}
.top-para h4:hover{
  color: rgb(91 88 88);
}

/*  testimonial section css */
.background-section {
  position: relative;
  background-image: url('https://plus.unsplash.com/premium_photo-1661877360520-f70603f7c0d8?q=80&w=1934&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'); /* Replace with your image path */
  background-size: cover;
  background-position: center;
   padding-top: 50px;
   padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-attachment: fixed;

}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(228 226 226 / 77%); /* Black with 50% opacity */
  z-index: 1;
}

.content-box {
  position: relative;
  z-index: 2;
  background: white;
  padding: 30px;
  border-radius: 10px;

}
.content-box p{
  font-size: 25px;
  line-height: 30px;
  color: var(--nav-color);
  font-weight: 400;
  text-align: justify;
}

.line{
  height: 4px;
  background-color: #000000;
}

/* footer css */

footer .textwhite{
  color: var(--nav-color);
}

footer h2{
  font-size: 45px;
  font-weight: 400;
  line-height: 41px;
  color: var(--nav-color);
  
}
footer h3{
  font-size: 32px;
  font-weight: 400;
  line-height: 41px;
  color: var(--nav-color);
}
footer .text-white i{
  padding: 10px;
  background: #4b8ceb;
  color: white;
  line-height: 60px;
 
}

footer .address-icons li{
  list-style: none;
}

footer .address-icons i{
  font-size: 20px;
 
  padding-right: 10px;
}
footer .address-icons span{
  
  font-size: 18px;
  font-family: var(--nav-hading-fontfamily);
  color: var(--nav-color);
  font-weight: 500;
}




footer .address-icons ul{
   padding-left: 0px;
 
}

footer .address-icons .address_bar{
  padding-bottom: 10px;
}
footer .address-icons .address_bar a{
  color: var(--nav-color);
  font-family: var(--nav-hading-fontfamily);
  font-weight: 500;
 font-size: 18px;
}

footer .list-unstyled a {
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
  color: var(--nav-color);
  font-family: Roboto;
}
footer .list-unstyled li {
  border-bottom: 1px solid #ccc;
}


 /*  about page css start************************ */

 /* about hero setion */

 .about{
  margin-top: 0px;
 }
 .about .content-box p {
  font-size: 18px;
  line-height: 40px;
  color: var(--nav-color);
  font-weight: 400;
  text-align: justify;
}

.founder-pera{
  line-height: 73px !important;
}

/* our story */

.our-story h3{
    border-bottom: 3px solid black dotted ;
}

.lenders h3{
  font-size: 49px;
  font-weight: 600;
}

.lenders .card{
  border: none;
}

/* underline css */
.dotted-heading {
  position: relative;
  display: inline-block;
  /* max-width: 200px; */
  padding-bottom: 10px;
  margin-bottom: 20px;
}


.dotted-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px dotted #000; /* You can change the color and thickness */
}


.bottom-line{
  position: relative;
  display: inline-block;
  /* max-width: 200px; */
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.bottom-line::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #000;
}

/*  Booking  */

.booking_box{
  border: 1px solid gray !important;
  border-radius: 0px;

}

.service-box{
  padding: 0px 20px;
}

.booking .card{
  padding: 0px;
}

.booking{
  padding: 0px 140px;
}


 /* calculetors css */

 .small_box{
  background: #282626;
  color: white;
  padding: 17px 10px;
  text-align: center;
  display: block;
  justify-content: center !important;
  align-items: center !important;
 }
 .small_box p{
  font-size: 13px;
 }
 .small_box:hover{
  background-color: white;
  border: 1px solid black;
  color: #000000;
 
  
 }
.cal{
  font-size: 55px !important;
line-height: 55px !important;
  font-weight: 400 !important;
}


 

 

@media (min-width: 1400px) {
     .lenders {
        max-width: 1320px !important;
    }
}


@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1520px;
  }
}
 
@media(max-width:992px){

 
 

}



@media(max-width:767px){
/*  .service-pera {
    padding: 0px 9px !important;
}*/

.service-pera p {
  /* font-family: var(--pera-textfontfamily); */
  /* font-family: "league-spartan-light", sans-serif; */
  font-weight: 100;
  font-size: 17px;
  line-height: 35px;
  color: var(--nav-hading-fontfamily);
  text-align: justify;
}

.heading h3 {
  font-size: 46px;
  line-height: 58px;
  color: var(--nav-color);
  font-family: var(--nav-hading-fontfamily);
}

.footer{
  padding-left: 20px;
}

 .navbar-toggler-icon{
  color: #000000 !important;
 }



}





.slider_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider_left {
  position: relative;
  width: 50%;
}

.slider_right {
  width: 50%;
}

.slider_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_title-text {
  padding-bottom: 0.28em;
  font-size: 3.5em;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.swiper.is-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.swiper-wrapper.is-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.swiper-wrapper.is-photos {
  position: relative;
  width: 100%;
}

.swiper-slide.is-content {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 2.6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-slide.is-photos {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 1.2em;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*.slider_info-middle {
  padding-top: 3.4em;
  padding-bottom: 3.4em;
}*/

.slider_info-text {
  width: 100%;

  font-size: 1.4em;
}

.slider_info-bottom {
  display: block;
  width: 100%;
  height: 5em;
}

.slider_tagline {
  color: rgba(184, 165, 255, 0.6);
}

.arrows {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -8%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 2em;
  margin-right: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(184, 165, 255, 0.24);
  border-radius: 100vw;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-color: #aa1919;
  background-color: #aa1919;
  color: #fff;
}

.arrow:hover {
  border-color: #d03030;
  background-color: #d03030;
  color: #fff;
}

.arrow_svg {
  width: 0.8em;
  height: 1.13em;
}

.arrow_svg.is-alt {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slider_height {
  position: relative;
  width: 100%;
  padding-top: 60%;
}


@media screen and (max-width: 767px) {
  .slider_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .slider_left {
    width: 100%;
  }

  .slider_right {
    width: 100%;
    padding-bottom: 4em;
  }

  .swiper.is-content {
    position: relative;
  }
  .container.lenders .col-md-3.pb-3 {
  width: 33%;
}
.container.lenders .card {
  border: 1px solid #AA1919;
  border-radius: 15px;
  padding: 5px;
}
.container.lenders .service-box {
  padding: 0px 10px;
}
.service-box img {
  height: 80px !important;
  width: 100% !important;
  padding: 0;
}
.service-template-default .service .col-6 {
  width: 100%;
}
.page-template-calculators .lenders.booking {
  padding: 0;
}
.page-template-contact .reap-contact-content {
  padding: 0;
  text-align: center;
}
.post-type-archive-book-online .service-box img {
  height: 60px !important;
  width: 60px !important;
}
	.single-calculator .container.lenders .booking {
	padding: 0;
}



}



.top-para h4 a:hover {
  color: #d03030;
}