@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arimo ;
}
h1 , h2 ,h3 ,h4 ,h5 h6{
	font-family: Arimo , serif;
}
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;
	}
/*First-section Start*/
.first-section {
	background: url("../banner-image/About us banner.jpeg");
padding: 40px 0 250px;
background-size: cover;
background-position: top; 
background-repeat: no-repeat;
}
.breadcrumb-section .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;
}
/*Second Section*/
.second-section {
	padding-top:80px;
	padding-bottom: 80px;
}
.img-box{
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	background: cyan;
	border: groove;
	width: 200px;
	height: 200px;
}
.second-section .description h2{
color: 	#3e677e;
font-size: 2rem;
font-weight: 500;
}
.second-section .description h2:after{
	background-color: #84B849;
	content: "";
	display: block;
	width: 120px;
	height: 3px;
	margin: 4px;
	margin-bottom: 10px;
}
.second-section .description{
	text-align: justify;
	margin-bottom: 40px;
	font-size: 1.1rem;
}
.second-section .description p{
	margin: 0;
	padding: 0;
	font-size: 1.1rem;
		margin-bottom: 0.5rem;
		
}
.second-section .about-img img{
width: 100%; 
margin-top: 10px; 
height: auto;
}
.second-section .pera p{
margin: 0;
	padding: 0;
	font-size: 1.1rem;
	text-align: justify;
	margin-bottom: 0.5rem;
	line-height: 30px;
}
/*Second Section End*/
/*why-us-section*/
.why-us{
	background: #3E677E;
	padding-bottom: 80px;
}
.why-us .card-box{
	margin-top: 80px;
}
.why-us .card {
	border: none;
	transform: scale(1);
	box-shadow: 1px 1px 5px  #3E677E;
	transition: all 0.5s;
	padding: 25px 0 25px;
	min-height: 311px;
}
.why-us  .card:hover{
	transform: scale(1.05);
	box-shadow: 1px 1px 5px  #3E677E;
}
.why-us .card .icon {
	display: inline-block;
	padding: 0px 20px;
	transition: all 0.5s ease;
}

.why-us .card .icon i {
	background: #3e677e;
	line-height: 100px;
	color: #FFF;
	font-size: 3rem;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-left: 8px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.5s ease;
}
.why-us .card .card-title{
	padding: 25px 0 10px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
}
.why-us  .card .card-text{
	text-align:center;
	font-size: 14px;
	padding: 5px;
}
.why-us  .card:hover .icon i{
	background: #84B849;
	color: #FFF;
}
/*why-us-section End*/
/*Visoion Mission section*/
.vision{
	margin-top: 40px;
	margin-bottom: 40px;
}
.vision .vision-box .card-text{
text-align: justify;
font-size: 1.1rem;
}
.vision .card-title{
	color: #3e677e;
	font-weight: 500;
	font-size: 1.8rem;
}
.vision .card-box{
	    margin-top: 20px;
    margin-bottom: 40px;
    
}
.vision .card-body{
	margin-bottom: 40px;
	
	}

/*Visoion Mission section End*/

   .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;
}
   /*Five Section start*/
   .five-section{
padding-top: 60px;
padding-bottom:  60px;
   }
   .five-section h2:after{
	background-color: #3e677e;
	content: "";
	display: block;
	width: 120px;
	height: 3px;
	margin: 5px;
}
   .five-section .card small{
   	float: right;
   	color: #3e677e;
    font-size: 12px;
    line-height: 30px;
    text-align: right;
   }
   .five-section .card-body h6{
   	font-weight: 600;
   }
   .five-section .card-img{
   position: relative;
   top: 0; left: 0;
   background: rgba(62, 103, 126,0.6);
}
.five-section .card-img img{
	width: 100%;
	height: auto;
}
 .five-section .card-img:hover .middle {
  opacity: 1;
}

.five-section .middle {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background: rgba(0,0,0,0.5);
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.five-section .middle i{
margin: 0 15px;
font-size: 19px;
color: #FFF;
}
.five-section .card-body p{
text-align: justify; 
}
.five-section .card-body a{
text-decoration: none;
padding: 10px;
color: #3e677e;
border: 1px solid #3e677e;
transition: all 0.4s;  
}
.five-section .card-body a:hover{
	background: #3e677e;
	color: #FFF;
}
/*Five Section End*/
::selection {
  color: #3E677E;
  background: #84B849;
}

/*Footer*/
footer{
	background-color: #3E677E;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 40px;
}

.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;
}
.why-us .card-box {
	margin-top: 35px;
}
	.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;
}
.second-section .description {
	margin-bottom: 20px;
;
}
.second-section .about-img img{
	margin-top: 0px; 
	margin-bottom: 20px;
}
.get-touch{
	flex-direction: column;
}

.get-touch h2{
	margin-bottom:  10px;
}
.vision .card-container{
		order: 2;
	}
	.mission-image{
		order: 1;
	}
}
@media (max-width: 575px){
	.why-us .card-box{
	padding: 28px;
	margin-top: 0px;
}
.why-us{
	padding: 28px 0;
}
}
@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;
}
}	