@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
html {
  scroll-behavior: smooth;
}

body{
	font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 0;
}
.navbar-brand img{
	height: 60px;
}
.bg-custom{
	background: rgb(0 29 56 / 89%) !important;
}
.navbar .nav-item .nav-link{
	color: #fff;
}
.navbar .nav-item .nav-link:hover{
	color: #17a2b8;
}
.sub_title{
	font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 39px;
    margin-top: 21px;
}
.slider{
	position: relative;
    z-index: 0;
}
.slider:before{
	background: #040e2796;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .7;
}
.slide{
	background-image: url('../img/loan.jpg');
	height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.slider .card{
	padding: 10px;
    background: #ffffff63 !important;
}
.slider h1{
	font-size: 60px;
}
.slider select{
	height: 40px;
}


/*=============== Service =============*/

#service .card{
	color: #fff;
	padding: 15px;
	background: #0a8cff;
    background: -moz-linear-gradient(top, #0a8cff 0%, #054680 100%);
    background: -webkit-linear-gradient(top, #0a8cff 0%, #054680 100%);
    background: linear-gradient(to bottom, #0a8cff 0%, #054680 100%);
}

#service .card>hr{
	border-color: #fff;
}

#service .card h5{
	color: #fff;
}

#service .card .material-icons{
	font-size: 65px !important;
}

#service .card ul li{
	line-height: 1.7;
    font-size: 14px;
}

#service ul li{
	line-height: 2;
}

/*================ About ====================*/

#about{
	background: #f5fbff;
}
#about p{
	color: #7a838b;
}
#about span{
	display: inline-block;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ddf0ff;
    color: #0a8cff;
    text-align: center;
    line-height: 72px;
    font-size: 17px;
    font-weight: 600;
}

/*====================== branding ========================*/
.brad_area{
	width: 100%;
	padding: 50px 0;
}
.brad_area .single_brand{
	width: 20%;
	float: left;
	box-sizing: border-box;
}

/*=============== Call Action ==============*/
.call_action{
	background: url(../img/apply.webp);
	background-repeat: no-repeat;
    background-size: cover;
}
.call_action .overlay{
    background-color: #040e27c7;
    width: 100%;
    height: 100%;
    padding: 60px 0;
}

footer{
	background: #11263c;
	color: #fff;
}
.footer ul li{
    list-style: none;
    font-size: 13px;
    line-height: 30px;
}

.footer ul li a{
    color: #f3f3f3;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
}

.footer ul li a:hover{
    text-decoration: none;
}
.footer input{
    background: transparent;
}

.footer .copy-right_text{
    border-top: 1px solid #fff;
}

/*=============================================================*/
.profile{
    text-align: center;
    margin: 20px 0 20px 0;
}
.profile img {
    display: inline !important;
    width: 110px !important;
    height: 110px !important;
    border-radius: 50%
}

.company{
    padding: 10px 0;
}

.intro {
    font-size: 13px;
    margin: 0;
    font-family: 'Roboto Condensed';
}

.call_action .card{
    border: 0;
    background: linear-gradient(to bottom, #142d47 0%, #006ad8 100%);
    color: #fff;
}

.card-content{
    height: 270px;
}


.img-size{
/*  padding: 0;
    margin: 0; */
    height: 450px;
    
    background-size: cover;
    overflow: hidden;
}
.modal-content {
   width: 700px;
  border:none;
}
.gallery .modal-body {
   padding: 0;
}
.gallery .modal-content{
    background-color: transparent !important;
}
.carousel-item{
    text-align: center;
}