/*
Template Name: Blinkbank | Banking and Finance, Loan Website Template
Author: Pillarix
Author URI: https://wrapbootstrap.com/user/pillarix
Version: 0.1
*/

/*
- Body
- Custom Bootstrap
- Navbar
- Sidebar Nav
- Index
- Mobile Media
*/

@import 'https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&family=Unbounded:wght@200;300;400;500;700;800&display=swap';

body {
	font-family: manrope, sans-serif
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: unbounded, sans-serif;
	color: #000
}

a {
	text-decoration: none;
	color: #1b1b1b
}

a:hover {
	color: #80f326
}

.fw-bolder {
	font-weight: 800 !important
}

.bg-light {
	background-color: #f5f4f1 !important
}

.underline {
	background-image: url(../img/underline-header-7.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 10px
}

.web-agency-nav a.nav-link {
	padding-top: 29px !important;
	padding-bottom: 29px !important
}

.form-control,
.form-select {
	padding: 11px 20px;
	box-shadow: none !important
}

.form-control:focus,
.form-select:focus {
	border-color: #80f326 !important
}

.logo-icon {
	background: #000;
	font-size: 26px !important;
	border-radius: 70px;
	width: 37px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 3px
}

.btn-warning {
	background: #80f326;
	color: #000;
	border: 3px solid #000;
	font-family: unbounded, sans-serif;
	box-shadow: 4px 4px 0 #000;
	padding: 14px 29px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 19px
}

.btn-warning:hover {
	background-color: #ffc900 !important;
	border-color: #ffc900 !important
}

.bg-warning {
	background-color: #80f326 !important
}

.text-warning {
	color: #80f326 !important
}

.icon-sm {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center
}

.hover\:bg-warning:hover {
	background-color: #80f326 !important
}

.web-agency-nav .navbar-nav .nav-link {
	color: #333;
	padding: 10px 0
}

.web-agency-nav .navbar-nav .nav-link.active {
	color: #000
}

.web-agency-nav .navbar-nav .nav-link:hover {
	color: #000
}

.sidebar-nav .navbar-nav .nav-link {
	color: #fff;
	font-size: 20px
}

.sidebar-nav .navbar-nav .nav-link.active,
.sidebar-nav .navbar-nav .nav-link:hover {
	color: #80f326
}

.projects img,
.project p {
	transition: transform .4s
}

.projects:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .5 !important
}

.projects:hover p {
	opacity: 1 !important
}

.zoom-img img {
	transition: transform .4s
}

.zoom-img:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.testimonial-img {
	width: 80px;
	height: 80px;
	object-fit: cover
}

.client-section .img-fluid {
	background: #f5f4f1;
	height: 82px;
	width: 310px;
	object-fit: contain;
	padding: 10px 40px;
	border-radius: 14px
}

.client-section .img-fluid:hover {
	background: #eeffe0
}

@media(max-width:576px) {
	.main-banner .position-relative img {
		margin-top: 20px
	}

	.main-banner .position-relative .position-absolute.start-0.end-0.bottom-0.m-3.m-lg-5 {
		display: none
	}
}

@media(max-width:768px) {}

@media(max-width:992px) {
	.m-none {
		display: none
	}
}

@media(min-width:992px) {}

@media(min-width:1200px) {}

@media(min-width:1400px) {}