@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arimo ,serif ;
}

body{
font-family: Arimo , serif;
 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/services.png");
padding: 40px 0 250px;
background-size: cover;
background-position: center; 
background-repeat: no-repeat;
}
.breadcrumb-text .text{
	
	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 Section End*/
/*First Section Start*/
	.first-section{
	margin: 80px auto;
}
.first-section h1{
	color:  #3e677e;
}
.first-section h2,h6{
	color: #3e677e;
}
.first-section .img-box{
	position: relative;
	overflow: hidden;
	/*width: 22rem;
	height: 20rem;*/
}
.first-section .img-container h1{
	text-align: center;
	font-family: Arial;
	font-size: 3rem;
}

.first-section .img-box img{
	width: 100%;
	height: auto;
	/*object-fit: cover;
	object-position: center;*/
}
.first-section .content{
	background:rgba(62, 103, 126,0.8);
	position: absolute;
	bottom: 0; left: -100%;
	width: 100%;
	align-items: center;
	height: 100%;
	text-align: center;
	color: #FFF;
	padding: 20px;
	overflow: hidden;
	transition: all 0.5s;
}
.first-section .content h3{
	margin-top: 20%;
	text-align: center;
	padding: 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
}

.first-section .img-box:hover .content{
	left: 0;
}
.first-section .img-box
{
	margin: 0px 10px;
}
.first-section .img-container h1:after{
	background-color: #84B849;
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	margin: 2px auto;
}
.first-section .img-box h3{
	color: #FFF;
	font-weight: 600;
}
.first-section .second-row , .third-row{
	margin-top: 40px;
}


/*First 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*/


/*Footer Section*/
::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;
/*font-family: Poppins , sans-serif;*/
}

.footer h3{
	/*font-weight: 600;*/
}
.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{
list-style: none;
margin: 0;
padding: 0;
}
.last-line .social-media ul li a{
margin: 0 5px;
padding: 5px;
color: #FFF;
}
.last-line .social-media ul li a:hover{
	background: #84B849;
}
/*-------media Query-----*/
@media(max-width: 768px){
	
.first_section{
	padding-top:  2rem;
}
	.footer{
		text-align: center;
		float: none;
	}
	.footer h4{
	text-align: left;
}	
.first-section .second-row , .third-row{
	margin-top: 0px;
}
.first-section .img-container{
	margin: 20px 0;
}
.first-section .img-container img{
	padding: 0 20px;
}
}
@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;
}
}