* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  position: relative;
}

/* Caption text */
.text {
  position: absolute;
  bottom: 20%;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.banner-content{
    width: 100%;
}
.banner-part{
    background-color: #0D1330CF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 13px 13px 13px 13px;
    padding: 20px 15px;
}

.banner-title2 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 20px;
}
.banner-text {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.banner-btn a{
    background-color: #000000 !important;
    color: #fff !important;
    box-shadow: none;
    border: 3px solid transparent;
    padding: 10px;
    border-radius: 25px;
}
.banner-btn a:hover{
    background-color: #fff !important;
    border: 3px solid #000;
    color: #000000 !important;
}

.mySlides{
    position: relative;
}
.mySlides:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.022846638655462215) 45%, rgba(10, 78, 125, 0.5410539215686274) 63%, rgba(15, 117, 187, 0.7063200280112045) 82%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
}
.grey-bg{
    background-color: #f3f3f3;
}
section{
    padding: 70px 0 70px 0;
}
.about-img img{
    border-radius: 10px;
    width: 92%;
}
.about-img-p{
    color: #7A7A7A;
    font-weight: 700;
    line-height: 19px;
}
.about-img-p a{
    color: #0f75bc;
}
.heading-title{
    color: #04233a;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 12px 0;
}
.sub-title {
    color: #04233a;
    display: inline-block;
    padding-right: 40px;
    position: relative;
    font-size: 17px;
    padding-left: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.sub-title::before{
    background-color: #04233a;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
}
.sub-title::after {
    background-color: #04233a;
    right: 0px;
    left: inherit;
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.loan-application{
    text-align: justify;
}
.form-group{
    margin-bottom: 20px;
}
.form-group label{
    display: inline-block;
    font-weight: 600;
    line-height: inherit;
    margin-bottom: 5px;  
    color: #606266;  
}
.form-group label:after{
    color: #f56c6c;
    content: " *";
    margin-left: 3px;
}
.form-group input,.form-group select,.form-group textarea{
    background-clip: padding-box;
    background-image: none;
    border: 1px solid #dadbdd;
    border-radius: 7px;
    color: #606266;
    font-family: -apple-system, "system-ui", Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
    padding: 11px 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #fff;
}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus {
    background-color: #fff;
    border-color: #1a7efb;
    color: #606266;
    outline: none;
}
.form-group textarea{
    min-height: 90px;
}
.count{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
  }
.counter-wrapper{
    background: #333;
     background-image:url('https://images.unsplash.com/photo-1568563643102-37d43956d1d3?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');
    background: cover;
    background-position: center center;
    position: relative;
  }
  .counter-wrapper:after{
    content: '';
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,.5);
  }
  .counter-inner{
    position:relative;
    z-index:2;
  }
  .count-icon{
    font-size: 48px;
  }
  .py-5{
    padding: 50px 0;
  }
  .text-center{
    text-align: center;
  }
  .text-white{
    color: #fff;
  }
  .g-0 i{
    font-size: 50px;
  }
  .copyright {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
    background: #101010;
    color: #fff;
}
.copyright a {
    color: #0f75bc;
}
.section-title {
    text-transform: capitalize;
    color: #161616;
    text-align: center;
    font-weight: 700;
    font-size: 37px;
    line-height: 46.25px;
    margin-bottom: 15px;
}
.single-item{
    margin: 7px !important;
    box-shadow: 0 1px 10px -3px #8e8e8e!important;
    border-radius: 7px !important;
    border: 1px none #dddddd;
    transition: all .3s;
    overflow: hidden;
    vertical-align: middle;
    float: none;
    max-width: 100%;
    position: relative;
    background-color: #ffffff;
}
.choose-part{
    background: #fff;
    box-shadow: 0 -4px 16px -4px #c9c9c9;
    border-radius: 8px;
    padding: 30px;
}
.gray-bg{
    background-color: #f3f3f3;
}
.line1{
    position: relative;
}
.box1-title{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	line-height: 24px;
	margin-top: 14px;
}
.box1-text{
	font-size: 14px;
	color: #3b3b3b;
	margin-top:10px;
	padding-right: 17px;
}
.line1{
	position: relative;
}
.line1:after{
	width: 1px;
	height: 100%;
	background: #dedede;
	position: absolute;
	top: 0;
	right: 14px;
	content: "";
}
.home-item{
    border-radius: 5px 5px 5px 5px;
    border-width: 1px;
    border:1px solid #cecece;
    overflow-x: visible;
    overflow-y: visible;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 95%;
    height: 100%;
   
}
.blur-image img{
    max-height: 250px;
    width:  100%;
    height: 100%;
}
.service-content{
    padding: 10px 15px;
    background: #ffffff;
    text-align: center;
}
.blur-image{
    display: inline-block;
    margin-bottom: 30px;
    max-width: 100%;
}
.wrap{
    width: 70px;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-color: RGBA(255, 255, 255, 0);
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    background-color: #021639;
    border: 0 solid #333;
    display: block;
    margin: 10px auto;
}
.blur-image p{
    text-align: justify !important;
    font-size: 16px;
    color: #021639;
    line-height: 30px;
}


@media(max-width: 991px){
    .home-item{
        width: 100%;
        height: 100%;  
    }
    section{
        padding: 20px 0 70px 0;
    }
    .box1{
        border-bottom: 1px solid #dddddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    .line1:after{
        display: none;
    }
    .line3{
        margin-bottom: 20px;
        border-bottom: 1px solid #0e0d0d29;
    }
    .line3::after {
        display: none;
    }
    .foot_left{
        padding-left: 0;
    }
    .mySlides img{
        height: 250px;
      }
    .sub-title{
        margin-top: 40px;
    }
    .about-img img{
        width: 100%;
    }
    .heading-title {
        font-size: 18px;
    }
    
    .banner-content{
        width: 100%;
    }
    .text{
        bottom: 12%;
    }
    .banner-btn{
        display: none;
    }
    .banner-title2 {
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        line-height: 50px;
        margin-bottom: 0;
    }
}