@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    margin:0;
    padding:0;
    font-family: 'Outfit', sans-serif;
}
.main{
    margin: auto;
    padding: 0;
    width: 95%;
}

a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
    max-width: 100%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
p{
    margin:0;
}


/* HEADER SECTION START  */

/* top head section start*/
.tophead1{
  padding: 0px;
}
.tophead2{
  padding: 0px;
  display: flex;
  align-items: center;
}
.scroll-on .tophead1{display: none;}

.top-left1{
  padding: 0;
}
.top-left2{
    padding: 0;
}
.top-left2 span{
    color: #fff;
    background-color: #141a4f;
    padding: 7px 26px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 11px;
    text-transform: capitalize;
    font-weight: 300;
    margin: 0 0 0 15px;
}
.top-left2 span:before {
    content: '';
    height: 100%;
    width: 100px;
    position: absolute;
    top: 0;
    left: -8px;
    transform: skew(23deg);
    z-index: -1;
    background-color: #141a4f;
}
.top-left2 p{
    color: #000;
    padding: 3px 15px 0;
    font-size: 17px;
    font-weight: 500;
}
.top-left2 p img{
    
padding-right: 10px;
}
.top-right1{
  padding: 10px 0;
}
.top-right2{
  padding: 0px;
  text-align: right;
}

.header-holder {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: right;
}
.header-call{
    display: flex;
    align-items: center;
}
.item-icon img {
    width: 53px;
    padding: 0 8px 0 0;
}
.item-meta {
    font-size: 15px;
    color: #1a1a1a;
}
.item-meta p{
    color: #000000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0 0;
}
.item-meta a {
    padding: 0;
    font-weight: 500;
    color: #000000;
    font-size: 24px;
    display: inline-block;
}
.header-apply{
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}
.header-apply:before {
    content: '';
    width: 1px;
    height: 44px;
    /* background: #bababa; */
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    border-left: 1px dashed #b2b2b2;
}
.header-apply a:hover{
    transform: translateY(-8px);
    transition:all .3s ease-out;
}
.header-apply a {
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
    background: radial-gradient(#050b3c, #141a4f);
    padding: 6px 29px 8px;
    border-radius: 50px;
    transition:all .3s ease-out;
}
.header-apply a span {
    display: inline-block;
    padding: 0 0 0 5px;
}
.header-apply a img{
   width: 19px;
}
/* top head section end */



/* head section start */
.header {
  /* position: fixed; */
  z-index: 1000;
  height: 122px;
  width: 100%;
  background: #fff;
  padding: 0 0px 19px 0px;
  transition: all ease-out 0.5s;
}

.active1 {
  background-color: rgb(255 255 255 / 100%);
  color:#000;
  box-shadow: 0 0 5px 0px #00000075;
  padding: 0;
  /* height: 94px; */
  position: fixed;
  height: 84px;
}

.blue{
    background: transparent !important;
    color: red;
}

.blue li a {
    color: #172b43 !important;
}
.active .head_section1{
    padding: 0px 10px 0px 10px;
}
.active .head-navigation1{
    padding-top: 6px;
}
.active .head-contact1{
  margin-top:-8px;
}
.scroll-on .head-logo2 img{

  width: 207px;
}
.scroll-on .head-navigation2 {

}
.scroll-on .head-navigation1 {

}
.scroll-on .head-navv2 li a {
    font-size: 12px;
}
.scroll-on .head-contact2 {
    padding: 0px 0 0 0px;
}
.scroll-on .head-contact1 {

}
.scroll-on .head-contact2 a{

    font-size: 14px;
    font-weight: 500;
}
.scroll-on .head-section1:before{
   width: 0;
}
.scroll-on .head-logo2 {
    padding: 7px 15px 7px;
}

.scroll-on .head-contact2 a img {
    width: 32px;
}
.scroll-on  .head-section_0{
  box-shadow: 0 0 0px 0px #00000038;
}

/* head section start */
.head-section{
    padding:0;
}
.head-section_0{
  padding: 0;
  box-shadow: 0 0 5px 0px #00000038;
}
.head-section1{
    margin-left: auto;
    /* background-color: #f6f6f6; */
    margin-right: auto;
    padding: 0;
}
.head-section1:before {
    content: '';
    height: 7px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px dashed #ababab;
}
.head_section1{
    padding: 0;
    display: flex;
    align-items: center;
}
.line-bottom {
    position: absolute;
    bottom: -14px;
    height: 14px;
    background-color: #c7d2dc;
    right: 14px;
    left: 14px;
    display: none;
}
.line-bottom:before {
    left: -14px;
    border-color: #141a4f #141a4f transparent transparent;
}
.line-bottom:before, .line-bottom:after {
    content: '';
    border-style: solid;
    border-width: 7px;
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
}
.line-bottom:after {
    right: -13px;
    border-color: #141a4f transparent transparent #141a4f;
}
/* logo section start */

.head-logo1{
  padding: 0px 0 0;
}
.head-logo2{
  padding: 15px 15px 7px;
  transition: 0.5s ease-in;
  text-align:center;
}
.head-logo2 img{
    /* width: 192px; */
}
/* logo section end */

/* navigation section start  */
.head-navigation1{
  padding: 0;
}
.head-navigation2{
  padding: 0px;
  padding-top: 30px;
}

.menu{
    padding:0;
    margin:0;
    list-style: none;
}
.head-navv2{
    margin: 0px;
    /* text-align: left; */
    padding: 0px 0 0px 0;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar{
    margin-bottom: 0;
    display: flex;
    padding: 0;
    text-align: center;
    justify-content: center;
}
.head-navv2 li {
    position: relative;
    text-align: center;
    box-shadow: none;
    display: inline-block;
    list-style: none;
    padding: 0px 14px 0px 14px;
    margin: 0px 0px 0;
}
.head-navv2 li:last-child{
    border:0;
}
.head-navv2 li a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 0px 6px 0px 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: -32px 0px 0 0px;
    padding: 30px 0;
    transition: .4s;
    position: relative;
}

.head-navv2 li a:after {
    position: absolute;
    bottom: 30px;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    background: #141a4f;
}
.head-navv2 li a:hover:after {
    visibility: visible;
    opacity: 1;
    width: 18px;
}
.head-navv2 li a:hover{
    color: #141a4f;
}

.main-mannu{
    background-color: #f1ec93;
    padding:10px 0 5px 0;
}
.navbar-toggler{
    display: none;
    color: #fff;
    font-size: 30px;
    text-align: right;
    background-color: transparent;
    width: 50px;
    padding: 0 12px;
}
.main-mannu{
    background-color: #f1ec93;
    padding:10px 0 5px 0;
}
.navbar-toggler{
    display: none;
    color: #fff;
    font-size: 30px;
    text-align: right;
    background-color: transparent;
    width: 50px;
    padding: 0 12px;
}
.menu{
    padding: 0;
    margin:0;
    list-style:none;
}
.menu-list{
    margin: 0px;
    text-align: center;
    padding: 0px 0 0 0;
   
}
.menu-list li{
    position: relative;
    text-align: left;
    display: inline-block;
    list-style: none;
    padding: 9px 9px 0px 9px;
    margin: 0 10px;
}

.menu-list li a i{
   color: #ffb700;
    font-weight: 600;
    font-size: 20px;
    padding: 0 7px 0 0;
    padding-right: 5px;
}

.toggle_bars{
    display: none;
    color: #fff;
    font-size: 30px;
    text-align: right;
    background-color: transparent;
    width: 50px;
    padding: 0 12px;
}
.dropdown-menu{
  background:#222;
  margin: 27px 0 0 0 !important;
  border-radius: 0;
  background: #ffffff;
  /* box-shadow: 0 0 15px 0 rgba(0,0,0,.1); */
  border: 0px;
}
.dropdown-menu>li{
        padding: 7px 10px !important;
        border-bottom: 1px solid rgb(199 210 220);
        border-right: 0;
        text-align: left;
        display: block;
        margin: 0;
        border-image: none;
}
.dropdown-menu>li>a {
    padding: 3px 15px !important;
    clear: both;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    position: relative;
}
.dropdown-menu>li>a:after {
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #141a4f;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}
.dropdown-menu>li>a:hover:after {
    visibility: visible;
    opacity: 1;
}
.dropdown-menu>li>a:hover {
    width: 100%;
    right: auto;
    left: 0;
    padding-left: 22px !important;
}
.dropdown-menu>li:hover a{
    color: #141a4f;
    background:transparent;

}
.scroll-on .dropdown-menu{
    margin: 10px 0 0 0 !important;
}
.navbar-inverse .navbar-nav>.open>a{
    background:#084473;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #084473;
    background-color: #ffffff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fdfdfd !important;
    color:#084473 !important;
}

/* navigation section end */
.head-contact1{
  padding: 0;
}
.head-contact2{
  padding: 0 0 0 0px;
}
.head-contact2 a{
   display: inline-block;
   line-height: 37px;
   padding: 0px 20px 0;
   border-radius: 25px;
   color: #000000;
   font-size: 16px;
   /* border: 2px solid #d50101; */
   text-align: center;
   font-weight: 500;
   text-transform: capitalize;
}

.head-contact2 a img{
  width: 37px;
  padding: 0 4px 0 0;
}

/* head section end */
/* HEADER SECTION END */ 


/* slider section start */
.banner-section{
    position: relative;
    padding-top: 225px;
    padding-bottom: 125px;
    z-index: 1;
    background: linear-gradient(45deg,#050b3c, #141a4f);
}
.shape {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: -1;
}
.banner-shape-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.banner-section{
    padding: 100px 0;
    /* background: #141a4f; */
}
.banner-section-1{
    padding: 0;
    display: flex;
    align-items: flex-start;
}
.banner-space{
    align-items: center;
}
.banner-left{
    padding: 0;
}
.banner-left-1{
    padding: 0;
}

.banner-content h3{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 0 0 10px 56px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}
.banner-content h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 40px;
    height: 2px;
    background: #fa6058;
}
.banner-content h1{
    font-size: 58px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 4px 0 9px;
}

.banner-content span{
    color: #fa6058;
}
.banner-content p{
    font-size: 16px;
    font-weight: 200;
    line-height: 32px;
    color: #ffffff;
    padding: 3px 0 20px;
}
.lines{
  padding: 0 0 29px;
}
.lines .line {
    position: relative;
    width: 93%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    z-index: 5;
    padding: 0;
}
.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #fa6058;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
    animation-delay: 1s;
}
@keyframes moveLeftBounces-two {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(585px);
  }

  100% {
    transform: translateX(0);
  }
}
.banner-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
.slider-button a {
    padding: 9px 29px;
    font-weight: 400;
    color: #fff;
    background: #fa6058;
    display: inline-block;
    border-radius: 30px;
    border: #fa6058;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 19px;
}
.slider-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: 0.5s;
}
.slider-button a:hover {
    color: #fa6058;
}
.slider-button a:hover:before {
    width: 100%;
    left: 0;
}
.slider-contact-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    display: none;
}
.contact-icon img{
    width: 33px;
}
.contact-number {
    flex: 1;
}
.contact-number span {
    color: #ffffffc4;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    padding: 0 0 14px;
    text-transform: capitalize;
}
.contact-number p {
  color: #fff;
  padding: 0 0;
  line-height: 0;
}

.contact-number p a {
  color: inherit;
  font-size: 19px;
  font-weight: 400;
}

.banner-right{
    padding: 0;
}
.banner-right-1{
    padding: 0;
    text-align: right;
}
.banner-right-1 img{
    width:100%;
    animation-name: fadeInLeft;
    animation-duration: 2s;
}


@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

/* slider section end */



/* counter section start */
.counter-sec{
  padding:0;
}
.counter-sec1{
  padding: 40px 0 35px;
  display: flex;
  /* align-items: center; */
  margin: -35px 0 0;
}
.counter-sec-left{
  padding: 0 0 0 15px;
}
.counter-sec-left1{
  padding:0;
  text-align: center;
}
.why-head{
    padding:0;
    text-align: left;
    padding-left: 30px;
}
.why-head1 {
    padding-left: 21px;
}
.why-head:before {
    left: 0;
    border-left: 6px double;
    border-color: #fa6058;
    width: 10px;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
}
.why-head span{
    font-weight: 500;
    color: #070d3f;
    padding: 0 0 7px;
    font-size: 21px;
    border-radius: 50px;
    text-transform: capitalize;
    display: inline-block;
}
.why-head h1{
    font-weight: 800;
    color: #fa6058;
    padding: 0;
    font-size: 37px;
    text-transform: capitalize;
}

.why-head h1 a{
    font-weight: 800;
    color: #fa6058;
    padding: 0;
    font-size: 37px;
    text-transform: capitalize;
}

.why-head1 h1{
    font-size: 32px;
}
.counter-content{
  padding: 15px 0 0;
}
.counter-content p{
    font-weight: 400;
    color: #000;
    padding: 0;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}
.counter-sec-right{
  padding: 0 0 0 25px;
}
.counter-sec-right1{
  padding:0
}
.counter-box{
    padding: 0;
}
.counter-box-1{
    padding: 0;
}
.counter-1{
  padding: 11px 12px;
}
.counter-2{
  padding: 0;
}
.counter-3{
    background-color: #fff;
    padding: 0 25px 27px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.counter-img{  
   display: flex; 
   align-items: center;    
   justify-content: center;
}
.counter-icon {
}
.counter-icon img {
    /* width: 65px; */
    width: 65px;
    /* height: 71px; */
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 15px 29px rgba(0,69,172,.1);
    padding: 7px;
}
.counter-title{
}
.counter-title h2{
    font-size: 31px;
    color: #070d3f;
    text-transform: capitalize;
    padding: 17px 0 0px;
    font-weight: 700;
}
.counter-title h3{
    font-size: 21px;
    color: #fa6058;
    font-weight: 600;
    padding: 10px 0 7px;
}
.counter-text{ 
    font-weight: 400; 
    color: #000; 
    padding: 0; 
    font-size: 15px; 
   line-height: 30px;
}
.counter-number{
    line-height: 1;
    font-size: 102px;
    position: absolute;
    top: -11px;
    right: 0px;
    font-weight: 700;
    z-index: -1;
    background: linear-gradient(to top,#ffffff 13%,#070d3f14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* counter section end */


/* why us section start */
.why-sec{
  padding:0;
  background: #141a4f08;
}
.why-sec1{
  padding: 0;
  display: flex;
  align-items: center;
}

.why-content{
  padding: 50px 0;
}
.why-1{
    padding: 5px 12px;
}
.why-2{
    padding:0;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(85,85,85,.1);
    position: relative;
    z-index: 1;
    border-radius: 5px;
    transition: .4s;
}
.why-2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 5px 5px 0 0;
    content: "";
    z-index: -1;
    background-color: #141a4f;
    transition: .4s;
}
.feature-info {
    padding: 22px 25px 22px;
    position: relative;
    overflow: hidden;
}
.feature-title{
    padding: 0;
}
.feature-title span {
    width: 58px;
    height: 58px;
    border: 1px solid #fa6058;
    border-radius: 7px;
    position: relative;
    top: 0;
    padding: 0;
    display: inline-block;
    line-height: 53px;
    text-align: center;
}
.feature-title span:after, .feature-title span:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fa6058;
}
.feature-title span:before {
    top: 10px;
    left: -4px;
    animation: slide_up 3s ease-in-out infinite;
}
.feature-title span:after {
    bottom: 10px;
    right: -4px;
}
@keyframes slide_up {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-50%)
    }

    to {
        transform: translateY(100%)
    }
}
.feature-title img{
  width: 45px;
}
.feature-title h3{
  font-size: 21px;
  color: #070d3f;
  font-weight: 600;
  padding: 15px 0 8px;
}
.feature-info p{
    
font-weight: 400;
    
color: #000;
    
padding: 0;
    
font-size: 15px;
    
line-height: 30px;
}
/* why us section end */



/* about us section start */
.about-section{
    padding:0;
}
.about-section-1{
    padding: 35px 0 15px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.about-section-2{
    padding: 35px 0 0;
}
.about-section-3{  
  padding: 35px 0 0;
}
.about-left{
    padding:18px 0 40px;
}
.about-left-1{
    padding:0;
}
.about-1{
    padding: 25px;
}
.about-2{
    text-align:left;
    border-radius: 8px;
    padding: 30px 30px 24px;
    display: flex;
    position: relative;
    box-shadow: 0 13px 14px rgba(29,27,76,.1);
    margin: 0;
}
.about-2:before {
    content: '';
    height: 53px;
    width: 7px;
    top: 48px;
    left: -5px;
    background-color: #141a4f;
    position: absolute;
    transition: all 300ms linear 0ms;
    opacity: 0;
}
.about-icon {
    height: 90px;
    width: 90px;
    min-width: 90px;
    border-radius: 90px;
    background-color: #f8f8f9;
    position: relative;
    font-size: 42px;
    color: #0d2252;
    text-align: center;
    margin-right: 24px;
    transition: all 300ms linear 0ms;
}
.about-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-text{

}
.about-text h3{font-size: 21px;color: #070d3f;font-weight: 600;padding: 0 0 7px;}
.about-description{font-weight: 400;color: #000;padding: 0;font-size: 15px;line-height: 30px;text-align: left;}
.about-right{
    padding: 0 0 0 20px;
}
.about-right-1{
    padding:0;
}
.about-us-content{
  padding:14px 0 0;
}
.about-us-content-0{
  
padding: 0 15px 5px;
}
.about-us-content-1{
  
padding: 0 15px 5px;
}


.about-us-content-1 h2, .about-us-content-1 h3, .about-us-content-1 h4, .about-us-content-1 h5, .about-us-content-1 h6 {
    color: #141a4f;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 6px 15px 8px;
    display: inline-block;
    background: #f8f8f9;
    margin: 8px 0 10px;
}


.about-us-content p{
    font-weight: 400;
    color: #000;
    padding: 0;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}
.about-us-content p strong{
    color: #141a4f;
}
.about-heading{
    color: #141a4f;
    font-size:18px;
    font-weight: 600;
    line-height: 35px;
    padding: 2px 16px 2px;
    display: inline-block;
    background: #f8f8f9;
    margin: 8px 0 10px;
}
.about-us-content ul{
  padding:0 0 3px;
}
.about-us-content ul li{
    font-weight: 400;
    color: #000;
    padding: 2px 0 2px 31px;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    /* align-items: center; */
    display: flex;
    position: relative;
}
.about-us-content ul li:before{
    font-weight: 600;
    font-size: 16px;
    color: #fa6058;
    padding-right:7px;
    content: '';
    position: absolute;
    background-image: url(images/check-icon.png);
    left: 0;
    /* top: 10px; */
    width: 29px;
    height: 20px;
    /* filter: drop-shadow(0px 1px 6px #666); */
    background-repeat: no-repeat;
    margin: 7px 0 0;
}
.about-left-thx{
        text-align: center;
}

.about-left-thx p
{
  font-size: 20px;
}

/* about us section end */


/* loan services section start */
.loan-srv-section{
    padding:0;
}
.loan-srv-section1{
    padding: 75px 15px 15px;
}
.loan-srv-section2{
    padding: 50px 15px 15px;
}
.loan-srv-left{
    padding:0;
}
.loan-srv-left-1{
    padding:0;
}
.loan-srv-right{
    padding:0;
}
.loan-srv-right-1{
    padding:0;
}
.loan-srv-right-1 p {
    font-weight: 400;
    color: #000;
    padding: 0 7px;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
}
.loan-srv-content{
  padding: 15px 0 0;
}
.loan-srv-content-1 {
    padding: 65px 0 0;
}
.loan-box-left{
    padding:0;
}
.loan-box-left-1{
    padding: 0;
}

.form-1{
  padding: 0 15px 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
}
.wpcf7 form.invalid .wpcf7-response-output
{
   border-color: transparent; 
}
.wpcf7-response-output {
    color: #c9c8c8;
}
.form-2{
  padding: 0;
  /* background: #fec107; */
}
.form-bg {
    padding: 0px 0;
    background: #141a4f;
    box-shadow: 0 0 4px #0000000d;
    /* background: linear-gradient(to bottom,#ffffff 13%,#070d3f14); */
}

.form-group1  .form-control {
    color: #333;
    background-color: white;
    border: none!important;
    border: 1px solid #0000003d !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    height: 38px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    transition: all .5s ease-in-out;
    width: 100%;
    padding: 0 0 0 17px;
}
.form-group1  .select-1{
    padding: 0 10px;
}
.form-group1  .select-1 option{
    color:#19232d;
}
.form-detailshead{
  padding: 0 0 10px 0;
  text-align: center;
}
.form-detailshead strong{
  font-size: 27px;
  text-transform: capitalize;
  font-weight: 600;
  /* background: #141a4f; */
  display: block;
  color: #ffffff;
  padding: 22px 0 8px;
  }
.form-detailshead p{
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 4px 0 4px;
  background: #fa6058;
}

.contac-rr {
    padding: 6px 20px 15px;
    margin: 0;
    text-align: left;
}

.form-group1 {
    padding: 3px 5px;
    margin-bottom: 12px;
    text-align: center;
}
input.form-control1 {
    color: #333;
    font-weight: 500;
}
.form-control1 {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
}
.form-control1 {
     border-radius: 0px;
     background: white;
     box-shadow: none;
     border:0;
     border: 1px solid #0000003d;
     border-radius: 0;
}
textarea.form-control1 {
    height: 100px;
    font-weight: 500;
    color: #000;
    padding: 8px 12px;
}
.btn-group>.btn:first-child {
    
transition: 0.3s all ease-in-out;
    
float: none;
    
padding: 7px 29px;
    
font-weight: 500;
    
color: #fff;
    
background: #fa6058;
    
display: inline-block;
    
border-radius: 30px;
    
border: #fa6058;
    
position: relative;
    
z-index: 1;
    
overflow: hidden;
    
text-transform: capitalize;
    
font-size: 18px;
    
margin: 6px 0 0;
}

.btn {
    transition: 0.3s all ease-in-out;
    float: none;
    padding: 7px 29px;
    font-weight: 500;
    color: #fff;
    background: #fa6058;
    display: inline-block;
    border-radius: 30px;
    border: #fa6058;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 18px;
    margin: 6px 0 0;
}

.btn-group>.btn:first-child:hover{
  background: #fa6058;
  color:#000;
}
.btn-group>.btn:first-child:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: 0.5s;
}
.btn-group>.btn:first-child:hover {
    color: #fa6058;
}
.btn-group>.btn:first-child:hover:before {
    width: 100%;
    left: 0;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #3b3b3b;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.form-control:focus {
    border-color: #000000;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #000;
    box-shadow: none;
}
.loan-box-right{
    padding: 0 15px;
}
.loan-box-right-1{
    padding: 0;
}
.loan-srv-1{
    padding: 0 10px 0;
}
.loan-srv-2{
    padding: 0;
}
.loan-service-box {
    border: 1px dashed #cccccc;
    padding: 17px;
    transition: 0.5s;
    margin-bottom: 30px;
}
.service-box-img img {
    width: 100%;
}
.loan-service-content {
    padding: 15px 0 15px;
    text-align: center;
}
.loan-service-content h2 {
    position: relative;
    font-size: 25px;
    color: #141a4f;
    font-weight: 700;
    padding: 8px 0 10px;
    border-radius: 5px;
}
.loan-service-content p{
    font-weight: 400;
    color: #000;
    padding: 0;
    font-size: 15px;
    line-height: 30px;
}
.loan-srv-readmore{
  text-align: center;
}
.loan-srv-readmore a {
    font-size: 17px;
    font-weight: 300;
    padding: 6px 20px 8px;
    background-color: #141a4f;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
}
.loan-srv-readmore a span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fa6058;
    border-radius: 0;
    font-size: 14px;
    color: #ffffff;
    transition: all 200ms linear 0ms;
    display: inline-block;
    text-align: center;
    margin: 0 0 0 8px;
}


.owl-theme .owl-controls .owl-buttons div{
  color: #000025;
  font-size:17px;
  border-radius: 0;
  font-weight: 700;
  opacity:1;
  text-transform: capitalize;
  background: linear-gradient(to left, #ffcc33, #ff9900);
  border: 1px solid #F2F2F2;
  -webkit-box-shadow: 0px 13px 25px rgb(0 0 0 / 5%);
  box-shadow: 0px 13px 25px rgb(0 0 0 / 5%);
  width: 60px;
  height: 60px;
  line-height: 51px;
  text-align: center;
  color: #141a4f;
  background: #141a4f1f;
}
.owl-theme .owl-controls {
    margin-top: 50px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
  position:absolute;
  left:0;
  margin: 0px 0 0;
  top: 40%;
  color: #141a4f;
  background: #141a4f1f;
  border-radius: 0;
  border: 0;
  opacity: 1;
  font-size: 16px;
  height: 49px;
  line-height: 43px;
  width: 55px;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
  position:absolute;
  right:0;
  margin: 0;
  top: 40%;
  color: #141a4f;
  background: #141a4f1f;
  border-radius: 0;
  border: 0;
  opacity: 1;
  font-size: 16px;
  height: 49px;
  line-height: 43px;
  width: 55px;
}
/* loan services section end */



/* quick quote loan services section start */
.quote-section{
    padding:0;
}
.quote-section-1{
    padding: 40px 0 65px;
}
.quote-left{
    padding: 0 0 40px 15px;
}
.quote-left-1{
    padding:0;
}
.quote-add{
    padding: 0 0 0;
    background: #f7f7f8;
    text-align: center;
    margin: 0 0 89px;
}
.quote-add h4{
    padding: 20px 10px 5px;
    text-transform: capitalize;
    color: #141a4f;
    font-size: 23px;
    font-weight: 600;
}
.quote-add p{
    font-weight: 400;
    color: #000;
    padding: 0 5px 11px;
    font-size: 15px;
    line-height: 30px;
}
.quote-add a {
    padding: 9px 29px;
    font-weight: 500;
    color: #fff;
    background: #fa6058;
    border-radius: 30px;
    border: #fa6058;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 20px;
    display: inline-block;
    margin: 0 0 -17px;
}
.quote-add a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: 0.5s;
}
.quote-add a:hover {
    color: #fa6058;
}
.quote-add a:hover:before {
    width: 100%;
    left: 0;
}
.quote-img{
    padding: 28px 15px;
    position: relative;
    z-index: 1;
}
.quote-img:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #f7f7f8;
    border-radius: 30px;
    transform: skew(360deg, -2deg);
}
.quote-img img{
}
.quote-right{
    padding: 0 0 0 25px;
}
.quote-right-1{
    padding:0;
}
.quote-content{
  padding:14px 0 0;
}
.quote-content p{
    font-weight: 400;
    color: #000;
    padding: 0;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}
.quote-box{
    padding: 18px 0 0;
}
.quote-1{
    padding: 15px 15px;
}
.quote-2{
    padding:0;
}

.services-content {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(85,85,85,.1);
  padding: 0 0 33px;
  z-index: 1;
}

.services-icon {text-align: center;}
.services-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #f8f8f9;
  border-radius: 0px 0px 40px 40px;
  transform-origin: top;
  z-index: -1;
  width: 90px;
  height: 70px;
  margin: 0 auto;
}
.services-icon  img{
width: 86px;
padding: 19px 0px 0;
}
.services-text {
  text-align: center;
}
.services-text h3 {
  font-weight: 600;
  font-size: 23px;
  text-transform: capitalize;
  color: #141a4f;
  padding: 11px 0 19px;
}
.ser-contact a{
  color: #fff;
}
.ser-contact a {
    padding: 9px 29px;
    font-weight: 500;
    color: #fff;
    background: #fa6058;
    border-radius: 30px;
    border: #fa6058;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 19px;
    display: inline-block;
   background: #fa6058;
  display: inline-block;
  font-weight: 500;
  font-size: 19px;
  padding: 5px 28px 7px;
  text-transform: capitalize;
  border-radius: 50px;
}
.ser-contact a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: 0.5s;
}
.ser-contact a:hover {
    color: #fa6058;
}
.ser-contact a:hover:before {
    width: 100%;
    left: 0;
}
/* quick quote loan services section end */


/* testimonial section start */
.testi-section{
    padding:0;
}
.testi-section1{
    padding: 0px 15px 15px;
}
.testi-left{
    padding:0;
}
.testi-left-1{
    padding:0;
}
.testi-right{
    padding:0;
}
.testi-right-1{
    padding:0;
}
.testi-right-1 p {
    font-weight: 400;
    color: #000;
    padding: 0 7px;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}
.testi-content{
  padding: 5px 0 50px;
}
.testi-1{
    padding: 55px 10px 20px;
}
.testi-2{
    padding: 0;
}
.testi-inner {
    box-shadow: 0 0 25px rgba(85,85,85,.1);
    padding: 48px 34px 30px;
    background-color: #fff;
    position: relative;
}
.testi-image {
    max-width: 104px;
    position: absolute;
    top: -46px;
    right: 27px;
    border: 10px solid #f8f8f9;
    border-radius: 114px;
    transition: all 300ms linear 0ms;
    overflow: hidden;
}
.testi-img1 {
}

.testi-rating {padding: 0 0 4px;}
.testi-rating img {width: 110px;}
.testi-description {
    font-weight: 400;
    color: #000;
    padding: 0;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
}
.testi-name{
    padding-top: 12px;
    text-transform: capitalize;
}
.testi-name h3 {
    font-size: 20px;
    color: #fa6058;
    display: inline-block;
    font-weight: 700;
}
.testi-name span {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
/* testimonial section end */



/* bottom form section start */
.bottom-form-section{
    padding: 0 0 45px;
}
.bottom-form-section1{
    padding: 0px 15px 15px;
}
.bottom-form-left{
    padding:0;
}
.bottom-form-left-1{
    padding:0;
}
.bottm-form-head {
    padding: 0;
    text-align: left;
}
.bottom-phone-inner {
    display: flex;
    align-items: center;
}
.bottom-phone-icon {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #fa6058;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 31px;
    margin-right: 20px;
    font-weight: 700;
    margin-top: -9px;
}
.bottom-phone-icon:hover{
  color:#fff
}
.bottom-phone-holder h6{
    font-size: 19px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0 3px;
}
.bottom-phone-holder .phone-number {
    font-size: 36px;
    color: #141a4f;
    font-weight: 700;
}
.bottom-form-right{
    padding:0;
}
.bottom-form-right-1{
    padding:0;
}
.bottom-form-right-1 p {
    font-weight: 400;
    color: #000;
    padding: 0 7px;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}

.bottom-form-content{
  padding: 0;
}
.form-group2  .form-control {
    color: #333;
    background-color: white;
    border: none!important;
    border: 1px solid #0000003d !important;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    height: 41px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    transition: all .5s ease-in-out;
    width: 100%;
    padding: 0 0 0 17px;
}
.form-group2  .select-1{
    padding: 0 10px;
    border-radius: 8px;
}
.form-group2  .select-1 option{
    color:#19232d;
}
.contac-rr1 {
    padding: 6px 20px 15px;
    margin: 0;
    text-align: left;
}

.form-group2 {
    padding: 3px 8px;
    margin-bottom: 12px;
    text-align: center;
}
.form-group2  input.form-control1 {
    color: #333;
    font-weight: 500;
    border-radius: 8px;
    font-size: 15px;
    height: 41px;
}
.form-control2 {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
     border-radius: 0px;
     background: white;
     box-shadow: none;
     border:0;
     border: 1px solid #0000003d;
     border-radius: 0;
}

.btn-group1>.btn:first-child {
   transition: 0.3s all ease-in-out;
   float: none;
   padding: 7px 29px;
   font-weight: 500;
   color: #fff;
   display: block;
   border-radius: 8px;
   border: #141a4f;
   position: relative;
   z-index: 1;
   overflow: hidden;
   text-transform: capitalize;
   font-size: 18px;
   margin: 0 0 0;
   background: #090f41;
   width: 100%;
}
.btn-group1>.btn:first-child:hover{
  background: #141a4f;
  color:#000;
}
.btn-group1>.btn:first-child:hover {
    color: #ffffff;
}
.btn-group1>.btn:first-child:hover:before {
    width: 100%;
    left: 0;
}
.form-group2  .place::-webkit-input-placeholder{
  color: #3b3b3b;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.form-control:focus {
    border-color: #000000;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #000;
    /* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%); */
    /* box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 0%); */
    box-shadow: none;
}
/* bottom form section end */



/* footer section start */
.footer {
    color: #fff;
    background-color: #090f41;
    background-image: url(images/bg-footer.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 89px 0px 11px;
}
.footer1{
    padding: 0;
}

.footer2{
    padding: 0 0 0px;
}
.footer-1{
    padding: 0 15px 16px;
}
.footer-2{
    padding: 0;
}
.footer-head{
    font-weight: 600;
    color: #fa6058;
    padding: 0 0 8px;
    font-size: 25px;
    text-transform: capitalize;
}
.footer-text1{
    padding: 0;
}
.footer-text1 ul li{
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    text-transform: capitalize;
    padding: 0 0 5px;
}
.footer-text1 ul li a{
    color: #fff;
    font-weight: 200;
    font-size: 15px;
    text-transform: lowercase;
}
.footer-text{
    color: #fff;
    padding: 0;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    font-weight: 200;
}
.footer-text ul li{
    display: flex;
    padding: 0 0 5px;
    font-weight: 200;
    font-size: 15px;
    text-transform: capitalize;
    align-items: center;
    text-align: left;
}
.footer-text ul li a{
  color:#fff;
}
.footer-text ul li:before {
    font-weight: 600;
    font-size: 16px;
    color: #fa6058;
    margin-right: 11px;
    width: 20px;
    height: 1px;
    display: inline-block;
    content: "";
    background: white;
}
.copyright{
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    padding: 15px 0 5px;
    border-top: 1px solid #ffffff1a;
}
.copyright1{
    padding: 0;
    text-align: left;
}
.copyright1:nth-child(2){
   text-align: right;  
}
.copyright span {
    padding-left: 50px;
}
.copyright span a{
    color: #ffffff;
}
.copyright span a:hover{
    color:#fa6058;
}
/* footer section end */




/* =============== BREAD CRUMB SECTION START ===================== */
.beardcrumb-section{
    padding: 16px 30px 22px;
    background: radial-gradient(#050b3c, #141a4f);
}
.breadcrumb-section1{
    padding: 0;
}
.breadcrumb-section-img img{
    width: 100%;
}

.breadcrumb-content{
    position: relative;
    top: 0;
    text-align: center;
    overflow: visible !important;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    height: 100%;
}
.breadcrumb-content-1{
    padding: 0;
}
.breadcrumb-content-1 p{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ca9c85;
    display: block;
    margin: 0;
}
.breadcrumb-content-1 strong{
  font-size: 35px;
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  padding: 0 0 4px;
}
.breadcrumb_link{

}
.breadcrumb_link .first-item{
  padding: 0px 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  color: #ca9c85;
}
.breadcrumb_link .first-item a{
  color: #ffffff;
}
.breadcrumb_link .separator{
   color: #ffffff;
   font-size: 15px;
   padding: 0 9px;
}
.breadcrumb_link .last-item{
  color: #fa6058;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 400;
}
.breadcrumb_link img{
/* height: 60px; */
   margin: 10px 0 0 0;
}

/* =============== BREAD CRUMB SECTION END ===================== */


/* =============== DOCUMENTS SECTION PAGE ===================== */
.document-section {
    padding: 0;
}
.document-section-1 {
    padding: 65px 0 0;
}
.document-1 {
    padding: 0 15px;
}
.document-2 {
    padding: 0;
}
.services-accordion2{
  text-align: left;
  padding: 0px 0;
}
.services-accordion2 img{
  width:100%;
}

.fa-caret-right {
  transition: all 0.4s ease;
}
.is-active .fa-caret-right {
  transform: rotate(90deg);
  padding: 0;
  margin: 0 12px 0 0;
}
.is-active .panel-heading {
    background-color: #f7f7f8 !important;
    border-bottom: 0;
}
.is-active .panel-title a{
  color: #141a4f;
}


.panel-title a {
    color: #141a4f;
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-size: 17px;
    padding: 0 0px 0 0px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.panel-title a i{
  margin:0 10px 0 0;
}
.panel-body {
    border: 0 !important;
}
.panel-body {
    padding: 0px;
}
.panel-default {
    border-color: #dededebd;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
}

.panel-default>.panel-heading {
    color: #141a4f;
    background-color: #ffffff;
    border-color: #383838;
}
.panel-group .panel+.panel {
    margin-top: 15px;
}
.accordion-div{
  padding: 10px;
}
.accordion-div ul{
  padding: 0;
  margin:0;
  isolation: none;
}
.accordion-div li:before{
  content:"";
  height: 8px;
  width: 8px;
  margin: 11px 10px 0 0px;
  padding: 0;
  background: #fa6058;
  display: inline-block;
}
.accordion-div ul li{
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 2px 0 2px 3px;
  font-size: 15px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  /* padding: 2px 0 2px 31px; */
}
.accordion-div p{
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 0 0px 0 0px;
  font-size: 16px;
}
.accordion__toggle {
  margin-left: 10px;
  height: 3px;
  /* background-color: #fa6058; */
  width: 13px;
  display: block;
  font-weight: 600;
  position: relative;
  /* flex-shrink: 1; */
  transition: all 0.5s;
  border-radius: 2px;
  float: right;
  top: 0px;
}

.accordion__toggle:before {
  content: "";
  width: 3px;
  height: 13px;
  display: block;
  background-color: #fa6058;
  position: absolute;
  top: -5px;
  left: 5px;
  transition: all 0.5s;
  border-radius: 2px;
  font-weight: 600;
}
.accordion__toggle:after {
  content: "";
  width: 13px;
  height: 3px;
  display: block;
  background-color: #fa6058;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.5s;
  border-radius: 2px;
  font-weight: 600;
}
.is-active .accordion__toggle {
  background-color: #fa6058;
  transition: 0.7s;
}
.is-active .accordion__toggle::before {
  display: none;
 transition: all 0.5s;
}
/* =============== DOCUMENTS PAGE END =====================  */


/* =============== CONTACT US PAGE START =====================  */

.contac-form-section{
    padding:0;
}
.contac-form-section1{
    padding: 50px 0 15px;
}
.contac-left{
    padding:0;
}
.contac-left-1{
    padding:0;
}

.contac-content{
  padding: 15px 0 35px;
}

.contac-box-left{
    padding:0;
}
.contac-box-left-1{
    padding: 0;
}

.form-11{
  padding: 0;
}
.form-22{
  padding: 0;
  /* background: #fec107; */
}
.form-group3  .form-control {
    color: #333;
    background-color: white;
    border: none!important;
    border: 1px solid #0000003d !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    height: 38px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    transition: all .5s ease-in-out;
    width: 100%;
    padding: 0 0 0 17px;
}
.form-group3  .select-1{
    padding: 0 10px;
}
.form-group3  .select-1 option{
    color:#19232d;
}


.contac-rr-0 {
    padding: 6px 0 15px;
    margin: 0;
    text-align: left;
}

.form-group3 {
    padding: 3px 5px;
    margin-bottom: 12px;
    text-align: center;
}
input.form-control1 {
    color: #333;
    font-weight: 500;
}
.form-group3 .form-control1 {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
}
.form-group3 .form-control1 {
     border-radius: 0px;
     background: white;
     box-shadow: none;
     border: 1px solid #0000003d;
     border-radius: 0;
     height: 41px;
}
.form-group3 textarea.form-control1 {
    height: 100px;
    font-weight: 500;
    color: #000;
    padding: 8px 12px;
}
 .btn-group_1>.btn:first-child {
    
transition: 0.3s all ease-in-out;
    
float: none;
    
padding: 7px 46px;
    
font-weight: 500;
    
color: #fff;
    
background: #090f41;
    
display: inline-block;
    
border-radius: 30px;
    
border: #fa6058;
    
position: relative;
    
z-index: 1;
    
overflow: hidden;
    
text-transform: capitalize;
    
font-size: 19px;
    
margin: 6px 0 0;
}
.btn-group_1>.btn:first-child:hover{
  background: #090f41;
  color:#000;
}
.btn-group_1>.btn:first-child:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: 0.5s;
}
.btn-group_1>.btn:first-child:hover {
    color: #090f41;
}
.btn-group_1>.btn:first-child:hover:before {
    width: 100%;
    left: 0;
}
.form-group3  .place::-webkit-input-placeholder{
  color: #3b3b3b;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.form-control:focus {
    border-color: #000000;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #000;
    box-shadow: none;
}
.contac-box-right{
    padding: 0 0 0 30px;
}
.contac-box-right-1{
    padding: 0;
}
.contac-form-right-1{
    padding:0;
}
.contac-form-right-1 p {
    font-weight: 400;
    color: #000;
    padding: 0 0;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}
.contac-info{
    padding: 0;
}
.ct-phone-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ct-phone-info .ct-phone-inner {
    display: flex;
    align-items: center;
    padding: 30px 30px 0 0;
}
.ct-phone-info .ct-phone-icon {
    text-align: center;
    color: #fff;
    font-size: 20px;
    float: left;
    border: 2px dashed #090f41;
    border-radius: 50%;
    padding: 5px 5px 0px 7px;
    display: inline-block;
    width: 72px;
    height: 72px;
}
.ct-phone-info .ct-phone-icon span{
     float: left;
     padding: 0;
     font-size: 27px;
     color: #ffffff;
     background: #090f41;
     text-align: center;
     border-radius: 100%;
     display: inline-block;
     width: 55px;
     height: 55px;
     line-height: 56px;
}
.ct-phone-holder{
  padding: 0 0 0 15px;
}
.ct-phone-info p {
    font-size: 15px;
    color: #000000;
    padding: 2px 0 2px;
    font-weight: 500;
    text-transform: capitalize;
}
.ct-phone-info .phone-number {
    font-size: 35px;
    color: #fa6058;
    font-weight: 700;
    text-transform: capitalize;
}
.ct-phone-info .ct-email-inner {
    padding-top: 30px;
}
.elementor a.btn {
    -webkit-box-shadow: 0 7px 16px rgba(12,12,12,.22);
    -khtml-box-shadow: 0 7px 16px rgba(12,12,12,.22);
    -moz-box-shadow: 0 7px 16px rgba(12,12,12,.22);
    -ms-box-shadow: 0 7px 16px rgba(12,12,12,.22);
    -o-box-shadow: 0 7px 16px rgba(12,12,12,.22);
    box-shadow: 0 7px 16px rgba(12,12,12,.22);
}
.btn-type-normal .btn, .btn-type-normal button, .btn-type-normal .button, .btn-type-normal input[type=submit] {
    background-image: none;
}
.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ct-email-inner a{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 9px 24px 9px;
    border-radius: 5px;
    box-shadow: 0 8px 10px rgba(12,12,12,.1);
    position: relative;
    display: inline-block;
    text-align: center;
    background: radial-gradient(#050b3c, #141a4f);
}
/* =============== CONTACT US PAGE END =====================  */

#callbook {
    background: green;
    bottom: 0;
    height: 40px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 9999;
}
#callbook ul {
    padding: 0px;
}
#callbook ul li {
    border-bottom: 1px solid #fff;
    background: red;
    position: relative;
    padding: 8px 0 7px;
    width: 50%;
    float: left;
    text-align: center;
}
#callbook ul li a span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
#callbook ul li a i {
    color: #fff;
    position: relative;
    top: -13px;
    padding: 0 5px 0 0;
    font-size: 20px;
    display: block;
}
#callbook ul li a i {
    animation: pulsate 0.5s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 0.5s ease-out;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulsate {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }
    100% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
}


@media (max-width: 767px){
.head_section1{display: block;}
.head-navigation2{padding: 0;}
.navbar-collapse {width:100%;}
.navbar-toggler {display: block;color: #ffffff;position: absolute;font-size: 23px;text-align: right;float: right;top: -57px;border: 0;right: 17px;border-radius: 0px;width: 37px;height: 34px;background: #141a4f;text-align: center;border-radius: 5px;padding: 0;line-height: 38px;}
.custom-toggler{border:0;}
.navbar {background: #fff; min-height: 0;border: 0 !important;}
.nav-main{display: none;}
.navbar-nav .open .dropdown-menu{background: transparent;margin: 0px 0 0 0 !important;padding: 0;}
.tog-top{display: block; background-color: transparent;}
.nav-main{display: none;}
.head-navv2 li:hover{background:#f6f6f6;padding: 0;}
.head-logo2 img {width: 233px;}
.head-navv2 li a{display: block;border: 0 !important;}
.head-navv2{padding:10px 0;}
.menu__item{display: block;text-align: center;}
.menu__link{border-right: 0px;}
.menu-list .active a{border:transparent;}
/*.toggle_bars {color: #ffffff;}*/
.head-navv2 li {padding: 0;/* line-height: 16px; */display: block;font-size: 18px;box-shadow: none;border-right: 0px;text-align: center;}
.head-navv2 li a {padding: 9px;margin: 0;}
.tophead1, .head-section1:before{display: none;}
.tophead2 {padding: 6px 0 0;}
.tophead-left1{display:none;}
.tophead-right2{text-align:center;}
.top-head1{width:50%;}
.top-head2{text-align:center;}
.top-head-1{width: 100%;}
.top-left2 span, .header-apply, .head-contact1{display: none;}
.top-left2 p {padding: 0 0 0;font-size: 16px;}
.item-meta a {font-size: 19px;}
.item-meta p{display: none;}
.top-left2 p img{padding-right: 4px;}
.item-icon img{width: 48px;}
.head-logo2 {padding: 9px 0 7px;text-align: left;}
.active1{height: 73px;}
.header {height: 77px;padding: 0px;}
.head-navv2 li a:after{display: none;}
.dropdown-menu>li{background: white;border-bottom: 0px solid rgb(199 210 220);}
.scroll-on .navbar-toggler {top: -49px;font-size: 21px;width: 35px;height: 30px;line-height: 33px;}
.scroll-on .head-logo2 {padding: 7px 0 7px;}
.banner-section {padding: 80px 0}
.banner-right-1 {padding: 20px 0 0;text-align: center;}
.banner-section-1 {display: block;}
.banner-content h1 {font-size: 45px;}
.slider-button a {font-size: 18px;}
.feature-title h3 {font-size: 20px;}
.counter-sec1{display: block;}
.counter-sec-left1 {padding: 0 15px 20px 0;}
.counter-sec-right {padding: 0;}
.counter-3 {padding: 0 15px 27px;}
.why-1 {padding: 5px 8px;}
.feature-title h3 {font-size: 16px;}
.about-section-1{display: block;padding:35px 0 40px;}
.about-right {padding: 0 15px;}
.about-us-content-1 {padding: 0 0 5px;}
.about-1 {padding: 25px 10px;}
.about-2 {padding: 30px 16px 24px;}
.about-text h3 {font-size: 19px;}
.about-icon {margin-right: 13px;}
.loan-srv-right-1 p {padding: 15px 0 0;}
.loan-service-content h2 {font-size: 20px;}
.loan-srv-1 {padding: 0 5px 0;}
.quote-left {padding: 0 15px 40px;}
.quote-right {padding: 15px 15px 0;}
.quote-add {margin: 0 0 50px;}
.quote-1 {padding: 15px 10px;}
.services-text h3 {font-size: 21px;}
.bottom-form-right-1 p, .testi-right-1 p{padding: 15px 0 0;}
.contac-rr1 {padding: 6px 9px 15px;}
.quote-section-1 {}
.copyright {
    padding: 10px 0 38px;
}
.panel-title a {font-size: 16px;line-height: 28px;}
.breadcrumb-content-1 strong {font-size: 30px;}
.breadcrumb_link .first-item {font-size: 14px;}
.breadcrumb_link .last-item {font-size: 16px;}
.breadcrumb_link .separator {font-size: 14px;padding: 0 4px;}
#callbook {display: block;}
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
.top-left2 span, .header-apply a{font-size: 13px;padding: 6px 18px 8px;}
.top-left2 p {font-size: 14px;}
.item-meta p {font-size: 11px;}
.item-meta a {font-size: 18px;}
.item-icon img {width: 46px;}
.active1 {height: 83px;}
.head-contact1{display: none;}
.head-logo2 {padding: 15px 0px 7px;}
.scroll-on .head-logo2 {padding: 7px 0px 7px;}
/*.head-navv2 li {padding: 0 10px;}*/
.head-navv2 li a {font-size: 13px;}
.navbar {justify-content: flex-end;}
.dropdown-menu {margin: 11px 0 0 0 !important;}
.scroll-on .dropdown-menu {margin: 7px 0 0 0 !important;}
.banner-section {padding: 48px 0 58px;}
.banner-content h3 {font-size: 14px;padding: 0 0 9px 50px;}
.banner-content h1 {font-size: 35px;}
.banner-content p {font-size: 14px;line-height: 28px;}
.banner-shape-right {max-width: 547px}
.slider-button a {font-size: 16px;padding: 9px 22px;}
.feature-title h3 {font-size: 20px;}
.counter-sec1{display: block;}
.counter-sec-left1 {padding: 0 15px 20px 0;}
.counter-sec-right {padding: 0;}
.about-section-1{display: block;padding:35px 0 40px;}
.about-right {padding: 0 15px;}
.about-1 {padding: 25px 10px;}
.about-2 {padding: 30px 16px 24px;}
.about-text h3 {font-size: 19px;}
.about-icon {margin-right: 13px;}
.loan-srv-right-1 p {padding: 15px 0 0;}
.quote-right {padding: 15px 15px 0;}
.quote-add {margin: 0 0 50px;}
.quote-left {padding: 0 15px 40px;}
.bottom-form-right-1 p, .testi-right-1 p{padding: 15px 0 0;}
.quote-section-1 {padding: 10px 0 50px;}
.contac-box-right {padding: 0 8px 55px;}


}

@media only screen and (min-width: 991px) and  (max-width:1200px) {
.dropdown-menu {margin: 17px 0 0 0 !important;}
.top-left2 span, .header-apply a{font-size: 15px;}
.top-left2 p {font-size: 16px;}
.item-meta p {font-size: 14px;}
.item-meta a {font-size: 21px;}
.item-icon img {width: 51px;}
.head-contact2 a {padding: 0;font-size: 15px;}
.head-contact2 a img {width: 35px;}
.head-navv2 li a {font-size: 13px;}
.banner-content h3 {font-size: 17px;}
.banner-content h1 {font-size: 50px;}
.banner-content p {font-size: 15px;}
.slider-button a {font-size: 18px;}
.why-head span {font-size: 19px;}
.why-head h1 {font-size: 32px;}
.counter-sec-right {padding: 0 0 0 15px;}
.counter-3 {padding: 0 15px 27px;}
.why-1 {padding: 5px 7px;}
.feature-title h3 {font-size: 18px;}
.about-1 {padding: 25px 8px;}
.about-2 {padding: 30px 20px 24px;}
.loan-service-content h2 {font-size: 24px;}
.form-detailshead strong {font-size: 26px;}
.form-detailshead p { font-size: 14px;}
.quote-add h4 {font-size: 19px;}
.quote-1 {padding: 15px 10px;}
.services-text h3 {font-size: 21px;}
.bottom-phone-icon {width: 55px;height: 55px; line-height: 60px;font-size: 28px;margin-right: 12px;}
.bottom-phone-holder h6 {font-size: 16px;}
.bottom-phone-holder .phone-number {font-size: 31px;}
.contac-box-right {padding: 0 0 0 18px;}
.ct-phone-info .ct-phone-icon {font-size: 20px;padding: 5px 8px 0px 7px;width: 67px;height: 67px;}
.ct-phone-info .ct-phone-icon span {font-size: 24px;width: 50px;height: 50px;line-height: 51px;}
.ct-phone-info .phone-number {font-size: 32px;}
.ct-phone-info p {font-size: 14px;}
.ct-email-inner a {font-size: 16px;}

}



@media only screen and (min-width: 1200px) and  (max-width:1280px) {

  
}


@media (max-width: 600px) and (min-width: 0px){
.active1{height: 70px !important;}
.header {height: 77px;}
.tophead2 {padding:0;}
.top-left1{display: none;}
.top-right1{width: 100%;padding: 9px 0 4px;}
.header-holder{justify-content: center;}
.item-meta a{font-size: 22px;}
.item-icon img {width: 49px;}
.counter-1{width:100%;}
.why-1{width:100%;}
.feature-title h3 {font-size: 20px;}
.quote-1{width:100%;}
.services-text h3 {font-size: 23px;}
.loan-service-content h2 {font-size: 25px;}
.contac-box-right {padding: 0 6px 0;}
.ct-phone-info .ct-phone-icon {font-size: 20px;padding: 5px 8px 0px 7px;width: 67px;height: 67px;}
.ct-phone-info .ct-phone-icon span {font-size: 24px;width: 50px;height: 50px;line-height: 51px;}
.ct-phone-info .phone-number {font-size: 32px;}
.ct-phone-info p {font-size: 14px;}
.ct-email-inner a {font-size: 16px;}
.ct-phone-info .ct-phone-inner {padding: 30px 28px 0 0;}
.breadcrumb-content-1 strong {font-size: 28px;}
.breadcrumb_link .first-item {font-size: 14px;}
.breadcrumb_link .last-item {font-size: 16px;}
.copyright span { padding-left: 0;display: block;}
.why-head h1 {font-size: 35px;}
.copyright1, .copyright1:nth-child(2){width: 100%;text-align: center;}
}

@media (max-width: 480px) and (min-width: 290px){
.active1{height: 55px !important;}
.header {height: 54px;}
.navbar-toggler {top: -42px;font-size: 19px;width: 35px;height: 30px;line-height: 33px;}
.scroll-on .navbar-toggler {top: -39px;font-size: 19px;width: 32px;height: 27px;line-height: 30px;}
.head-logo2 img {width: 161px;}
.scroll-on .head-logo2 img {width: 160px;}
.head-navv2 li a {padding: 7px;font-size: 13px;}
.dropdown-menu>li {padding: 5px 10px !important;}
.banner-section {padding: 41px 0}
.banner-right-1 {padding: 20px 0 0;text-align: center;}
.banner-section-1 {display: block;}
.banner-content h3 {font-size: 13px;padding: 0 0 9px 50px;}
.banner-content h1 {font-size: 27px;}
.banner-content p {font-size: 13px;line-height: 26px;padding: 3px 0 14px;}
.lines {padding: 0 0 20px;}
.slider-button a {font-size: 14px;padding: 9px 18px;}
.why-1 {padding: 5px 0px;}
.why-content {padding: 42px 0;}
.counter-sec-left1 {padding: 0 0px 7px 0;}
.counter-sec-left {padding: 0;}
.counter-3 {padding: 0 0 5px;}
.counter-1 { padding: 11px 0;}
.feature-title h3 {font-size: 18px;}
.feature-info {padding: 22px 18px 22px}
.about-section-1 {padding: 0px 0 24px;}
.about-us-content-0 {padding: 0 0 5px;}
.about-section-2{padding: 0;}
.about-1 {padding: 16px 0;}
.about-2 {display: block;}
.about-text h3 {font-size: 21px; padding: 22px 0 7px;}
.about-right {padding: 0;}
.about-heading { font-size: 17px;line-height: 28px;padding: 5px 16px;}
.loan-srv-section1 {padding: 40px 0 0px;}
.why-head {padding-left: 20px;}
.why-head span {font-size: 16px;}
.why-head h1 {font-size: 25px;}
.form-1 {padding: 0 0px 20px;}
.form-group1{width:100%;}
.form-detailshead strong {font-size: 25px;}
.form-detailshead p {font-size: 14px;}
.contac-rr { padding: 6px 15px 15px;}
.quote-add h4 {padding:17px 10px 3px;font-size: 20px;line-height: 30px;}
.quote-add p {font-size: 14px;line-height: 29px;}
.quote-add a {padding: 9px 24px;font-size: 17px;}
.quote-add {margin: 0 0 40px;}
.quote-left {padding: 0 0 35px;}
.quote-right {padding: 15px 0 0;}
.quote-1 {padding: 15px 0px;}
.bottom-phone-icon {width: 55px;height: 55px; line-height: 60px;font-size: 28px;margin-right: 12px;}
.bottom-phone-holder h6 {font-size: 16px;}
.bottom-phone-holder .phone-number {font-size: 29px;}
.quote-content {padding: 6px 0 0;}
.testi-section1 {padding: 0px 0 15px;}
.testi-1 {padding: 55px 0 20px;}
.testi-content {padding: 5px 0 12px;}
.form-group2{width:100%;padding: 3px 0;}
.bottom-form-section1 {padding: 0px 0px 0px;}
.contac-rr1 {padding: 6px 0 0;}
.footer {padding: 45px 0px 11px;}
.footer-1 {padding: 0 0 16px;}
.contac-form-section1 {padding: 20px 0 0;}
.contac-box-right {padding: 0;}
.ct-phone-info .ct-phone-icon {font-size: 20px;padding: 5px 8px 0px 7px;width: 67px;height: 67px;}
.ct-phone-info .ct-phone-icon span {font-size: 24px;width: 50px;height: 50px;line-height: 51px;}
.ct-phone-info .phone-number {font-size: 27px;}
.ct-phone-info p {font-size: 13px;}
.ct-email-inner a {font-size: 16px;padding: 7px 24px 7px;font-weight: 400;}
.ct-phone-info .ct-phone-inner {padding: 12px 0 0 0;}
.form-group3{width: 100%;padding: 3px 0;}
.contac-rr-0 {padding: 0px 0 0px;}
.ct-phone-info .ct-email-inner {padding-top: 18px;width: 100%;}
.loan-box-right {padding: 0;}
.loan-srv-content-1 {padding: 20px 0 0;}
.loan-srv-section2 {padding: 25px 0 0px;}
.quote-left-1 .panel-group { margin-bottom: 0px;}
.breadcrumb-content-1 strong {font-size: 19px;padding: 0;}
.breadcrumb_link .first-item {font-size: 12px;}
.breadcrumb_link .last-item {font-size: 13px;}
.beardcrumb-section { padding: 11px 30px 14px;}
.breadcrumb_link .separator {font-size: 13px;}
.document-1 {padding: 0;}
.document-section-1 {padding: 30px 0 0;}
.about-left-thx p {font-size: 17px;}
.why-head h1 a {font-size: 25px;}
.about-us-content-1 h2, .about-us-content-1 h3, .about-us-content-1 h4, .about-us-content-1 h5, .about-us-content-1 h6 {font-size: 17px;line-height: 22px;padding: 8px 15px 10px;}
}




