@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;
}
::selection {
  color: #3E677E;
  background: #84B849;
}
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/contact.jpg");
padding: 40px 0 250px;
background-size: cover;
background-position: 70% 80%; 
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 80px;
	display: flex;
	justify-content: center;
	align-items: center;

}
   
   .first-section .icon{
	display: inline-block;
     /*padding: 0px 20px;*/
   }

.first-section .icon-box{
	width: 100%;
	max-height:300px;
	padding: 25px;
	text-align: center;
	border: solid;
	transform: scale(1);
	border-color: #84B849;
	box-shadow: 1px 1px 5px  #84B849;
	border-radius: 30px 5px 30px 5px;
	transition: all 0.3s ease;
}
   .first-section .icon i{
    background: #3e677e;
    padding: 24px;
    color: #fff;
    font-size: 2rem;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.first-section .icon-box:hover i{
   	background: #84B849;
   }
   .first-section .icon-box:hover{
transform: scale(1.05);
   }
.first-section .icon-box h4{
	padding:10px;
}
.first-section .second-row{
	margin-top: 40px;
}
/*First section End*/

/*second section Start*/
.second-section .contact-img{
display: flex;
justify-content: center;
}
 .second-section .contact-img img{
 	width: 100%;
 	height: auto;
 	/*object-fit: contain;*/
 	background: #3E677E;
 }

 .second-section .input-box{
 	padding: 25px 60px;
 	 box-shadow: 0 0 5px rgb(0 0 0 / 40%);
 }
 .second-section .input-box h3{
 	font-weight: 600;
 }
.second-section .input-group {
	margin-top: 20px;
}
.second-section .first_row{
	margin-bottom: 80px;
}
.second-section .first_row h3{
color: #3E677E;
}
.second-section .input-box .btn{
margin-top: 20px;
background: #3E677E;
border: none;
color: #FFF;
}
/*second section End*/

.contact-icon a i{
  margin-left: 25px;
  background: #FFF;
  height: 40px;
  width: 40px;
  color: #F9B200;
  text-align: center;
  line-height: 37px;
  border: 2px solid #F9B200;
  border-radius: 50%;
transition: all 0.3s linear;
} 

/*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;
}
.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;
}
/*Footer End*/
/*-------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{
	margin-top: 0px;
}
.icon-box{
margin-top: 40px;
}
.second-section .first_row , iframe{
	padding: 0 20px ;
}
.second-section .input-box{
 	padding: 15px 30px;
 }
 .second-section .contact-img{
 	display: none;
 }
}
@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;
}
}
@media (max-width: 415px){
header .top-bar a{
	font-size: 13px;
}

.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;
}
.first-section .icon-container{
	padding: 0 20px;
}
.second-section .first_row , iframe{
	padding: 0 20px ;
}
.second-section .input-box{
 	padding: 20px 50px;
 }
 .last-line p{
	font-size: 12px;
}
}