@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arimo ;
}

body{
font-family: Arimo ;
 overflow-x: hidden;
}
header{
	background: #84B849;
}
header .top-bar{
	background: #84B849;
	color: #fff;
	height: 36px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
header .top-bar a{
	color: #FFF;
	background: #84B849;
	text-decoration: none;
	display: block;
	padding-right: 24px;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
}
header .top-bar a:hover{
	color: #3E677E;
}

header .contact-number{
	text-align: left;
	display: flex;
	padding-right: 14px;
	align-items: center;
	padding-left: 40px;
}
header .contact-number span{
	margin-right: 5px;
}

header ul{
	list-style: none;
	display: flex;
	justify-content: flex-end;
	padding-top: 8px;
}
header .social-icons{
padding-right: 20px;
}
.logo-area{
	padding: 10px;
}
.logo-area .logo{
	width: 50%;
	height: auto;
}
.logo-area .time{
	width: 4rem;
	height: 4rem;
}
.logo-area .content{
	margin-top: 14px;
	margin-left: 10px;
	color: #252525;
}
.logo-area .content h6{
	font-size: 17px;
}
.logo-area .content p{
	font-weight:700;
	margin-top: -5px;
	color: #3E677E;
}
.navbar{
	background-color: #3E677E;
}
.navbar .navbar-collapse{
	justify-content: center;
}
.navbar-brand{
	display: none;
}
	.navbar .navbar-nav .nav-item .nav-link{
		text-transform: capitalize;
		padding: 10px 8px;
		color: #000;
		display: block;
		margin-left: 30px;
		transition: all 0.5s;
		color: #FFF;
		font-weight: 500;
		font-size: 18px;
		letter-spacing: .8px;
	}
	.navbar .collapse .nav-link:hover{
		background: #84B849;
		color: #fff;
	}
	
.dropdown a{
	text-transform: capitalize;
	transition: all 0.3s;
}
.dropdown a:hover{
	background: #84B849;
		color: #fff;
	}
	 /*breadcrumb Section*/
.breadcrumb-section {
	background: url("../banner-image/finance.png");
padding: 40px 0 250px;
background-size: cover;
background-position: center; 
background-repeat: no-repeat;
/*position: relative;*/
}
.breadcrumb-heading .text{
	/*position: absolute;
	left: 0;bottom: -50px;*/
	background:linear-gradient(rgba(62, 103, 126,0.6),rgba(62, 103, 126,0.6)),url("../images/Group-84.png");
color: #FFF;
padding: 10px 0;

}
.breadcrumb-heading .text h1{
font-size: 32px;
margin: 0;
padding: 5px 0;

}
 /*breadcrumb Section End*/
 /*Second Section */
  .second-section {
  	padding-top: 80px;
  	padding-bottom:  40px;
  	color: #3E677E;
  }
  .second-section .list{
   	/*margin-top: 60px;*/
   }
   .second-section h3{
font-size: 32px;
margin: 0;
padding: 5px 0;
}
  .second-section h5{
font-size: 1.4rem;
  }
.second-section .list ul li{
	list-style: none;
	margin: 12px 0;
	color: #000;
	padding: 0;
	font-size: 1.2rem;
	display: block;
	font-weight: 400;
	letter-spacing: 1px;
}


 .second-section .service h2{
	text-align: left;
	margin-left: 30px;
	font-size: 1.8rem;
	color: #3e677e;
}
.second-section .service h2:after{
	background-color: #84b849;
	content: "";
	display: block;
	width: 90px;
	height: 3px;
	margin: 4px;
}
.second-section .list ul li::before {
  content: '\f046';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #3E677E;
  font-size: 18px;
}
.second-section .service ul li{
	list-style: none;
	margin: 12px 0;
	background: #EEEEEE;
}
.second-section .service a{
	text-decoration:none;
	color: #3E677E;
	padding: 10px;
	font-size: 1rem;
	padding-left: 20px;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all 0.4s ease-in;
}
.second-section .service a:hover{
	color: #FFF;
	background: #3e677e;
}
/*Second Section End*/
/*CTA Section*/
.get-touch{
   	background: #84B849;
   	padding: 30px 0 30px;
   	display: flex;
   	align-items: center;
   	justify-content: space-around;
   }
    .get{
   	position: relative;
	overflow: hidden;
   }
 
 .get-touch h2{
text-align: center;
text-transform: capitalize;
color: #FFF;
margin: 0;
font-family: Arimo , serif;
}
.get  .btn{
	color: #FFF;
	border:none; 
	background: #3E677E;
}
.get  .btn:hover{ 
	background: #FFF; 
	color: #3E677E;
}

/*CTA Section End*/

::selection {
  color: #3E677E;
  background: #84B849;
}
/*Footer*/
footer{
	background-color: #3E677E;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 40px;
	font-family: Arimo , sans-serif;
}

.footer .first_row p{
text-align: justify;
padding: 0;
font-size: 1rem;
}
.footer address .icon-text span{
	font-size: 1.5rem;
}
.footer address .icon-text p{
	font-size: 16px;
	margin: auto 0;
}
.footer address .icon-text i{
margin-right: 10px;
}

.footer .atm-info p{
	padding-top: 20px;

}
.footer .first_row h2:after{
	background-color: red;
	content: ""/;
	display: block;
	width: 100px;
	height: 3px;
	margin: 15px 0;
}
	
	.footer .q-links{
		display: block;
		padding-left: 40px;
	}
	.footer .q-links ul li{
		  transition: all 0.3s ease-in-out;
	}
	.footer .q-links ul li::before {
  content: '\f054';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #FFF;
}

.footer .imp-link {
		display: block;
		text-align: left;
	}
		.footer .imp-link ul li{
					  transition: all 0.3s ease-in-out;
		}
	.footer .imp-link ul li::before {
  content: '\f054';
  font-family: 'FontAwesome';
  float: left;
  margin-left: 5px;
  margin-right: 10px;
  color: #FFF;
}

.footer a{
	color: #fff;
	text-decoration: none;
}
.footer ul{
	list-style: none;
	padding: 0;
}
.footer ul li a{
	margin-right: 15px;
	transition: all 0.5s;
}
.footer ul li a:hover{
	color: #FFF;
	background-color: #84B849;
}
.footer .q-links ul li:hover {
  margin-left: 5px;
}
.footer .imp-link ul li:hover {
margin-left: 5px;
}
.last-line{
	padding: 12px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.last-line p{
	font-size: 14px;
	margin: 0;
}
.last-line p a{
	color: #FFF;
	text-decoration: none;
}
.last-line .social-media ul li {
list-style: none;
padding-top: 13px;
}
.last-line .social-media ul li a{
margin: 0 5px;
padding: 5px;
color: #FFF;
}
.last-line .social-media ul li a:hover{
	background: #84B849;
}
/*Footer End*/
/*-------media Query-----*/
@media(max-width: 768px){
	
.first_section{
	padding-top:  2rem;
}
 .second-section .list{
   	margin-top: 0px;
   	margin-bottom:  50px;
   }
  .second-section .service h2{
   	margin: 0;
   }
    .second-section .service ul{
    	margin: 0;
    	padding: 0 20px ;
    }

	.footer{
		text-align: center;
		float: none;
	}
	.footer h4{
	text-align: left;
}	
}
@media (max-width: 992px){
	.social-icons{
		display: none;
	}

	header .contact-number{
		justify-content: center;
		padding-left: 20px;
		margin: 16px 0;
		text-align: center;
		margin-top: 9px;
}
	.logo-area{
		display: none;
	}
	.navbar .navbar-toggler{
		color: #3E677E;
		border: 1px solid #84B849;
	}
	#navbar-brand{
	width: 150px;
	height: 90px;
	padding-top: 8px;
}
.navbar .navbar-brand .logo-img{
	width: 100%;
	height: auto;
}
.navbar #navbar-brand , .navbar button{
	margin-left: 10px;
	margin-right: 10px;
}

	.navbar .navbar-brand img{
		width: 150px;
		height: 98px;
	}
	.navbar{
	background-color: #FFF;
}
.navbar .nav-link{
	background-color: #3E677E;
}
	.navbar-brand{
	display: initial;
}
.navbar .navbar-nav .nav-item .nav-link{
margin: 0;
padding-left: 40px;
}
.navbar .dropdown #navbarDropdown{
	text-align: left;
}
.dropdown a{
	text-align: left;
}
.dropdown-toggle::after {
	float: right;
}
.get-touch{
		flex-direction: column;
	}
	
	.get-touch h2{
		margin-bottom:  10px;
	}
	
	.get-touch h2{
		font-size: 1.8rem;
	}
}
@media (max-width: 415px){
header .top-bar a{
	font-size: 13px;
}
.get .get-touch h2{
		font-size: 18px;
	}
	.get .btn {
		width: 150px;
		font-size: 16px;
	}

.footer .imp-link ul li::before {
	margin-left: 1.5rem;
}
.footer .q-links ul li , .footer .imp-link ul li{
	text-align: left;
}
.footer .q-links{
	padding-left: 15px;
}
.footer .q-links ul{
margin-left: 16px;
}
.footer .atm-info p{
	padding: 0 10px ;
}
.last-line{
	flex-direction: column;
}
	.last-line p{
	font-size: 12px;
}
}