@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arimo , serif;
}
h1 , h2 ,h3 ,h4 ,h5 h6{
	font-family: Arimo , serif;
}
body{
	font-family: Arimo , serif;
	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: 10px;
}
.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*/

.first-section {
	padding: 0;

}
.first-section .owl-nav{
	display: flex !important;
	display: -webkit-box;
	display: -ms-flexbox;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 40%;
}
.first-section .owl-carousel .owl-nav .owl-prev{
	position: relative;
	left: 15px;
}
.first-section .owl-carousel .owl-nav .owl-next {
	position: relative;
	right: 15px;
}
.first-section .owl-carousel .owl-nav svg {
	color: #fff !important;
	background: transparent;
	padding: 5px;
	fill: #fff;
}
.first-section .owl-carousel .owl-item img {
	  display: block;
    width: 100%;
    height: auto;
}

/*First-section End*/
/*Second Section */
.second-section{
	padding: 40px 0 60px;
}
.second-section h2{
	margin-bottom: 40px;
	font-size: 36px;
}
.second-section h2:after{
	background-color: #84B849;
	content: "";
	display: block;
	width: 200px;
	height: 3px;
	margin: 10px auto;
}
.second-section h2 span{
	color: #3E677E;
}
.second-section .picture img{
	width: 100%;
	height: auto;
	display: block;
	padding-top: 8px;
}
.second-section .content{
	text-align: justify;
	font-size: 1.1rem;
	padding-top: 8px;
}
.second-section .content p{
	margin-bottom: 0.5rem;
}
.second-section .content .btn{
	color: #84B849;
	font-weight: 600;
	padding: 0;
	font-size: 1.1rem;
}
/*Second Section End*/
/*WE Offer Section*/
.we-offer{
	padding: 80px 0 ;
	background: url("../images/Group-87.png");
	background-repeat: no-repeat;
	background-size: cover;

}
.we-offer  h2{
	color: #FFF;
	font-size: 2rem;
	margin: 0;
}
.we-offer h2:after{
	background-color: #FFF;
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	margin: 10px auto 40px;
}
.we-offer .offer-box a{
text-decoration: none;
color: #000;
}
.we-offer .offer{
	position: relative;
	padding: 50px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 5px 2px 5px rgb(0 0 0 / 40%);
	margin-bottom: 10px;
	width: 100%;
	height: 100%;
	background: #FFF;
}
.we-offer .offer a{
text-decoration: none;
color: #000;
}
.we-offer .offer h6{
	margin-top: 20px;
	text-align: center;
	font-size: 1rem;
}

.we-offer .offer img{
	width: 50px;
	height: 50px;
	display: block;
	filter: invert(1);
	margin: 0 auto;
}
.we-offer .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all .2s ease-in-out;
	background:url(../images/Group-84.png);
}


.we-offer .offer:hover .overlay {
	opacity: 1;
}
.we-offer .overlay img{
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	filter: brightness(0) invert(1);
	transition: 0.5s linear;
}
.we-offer .overlay .text{
	color: #FFF;
	font-size: 1rem;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transition: .5s linear;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*WE Offer Section*/


/*Four Section  */
/*four-counter-Number-section Start*/
.four-section{
	padding-top: 80px;
	/*padding-bottom: 20px;*/
}
.four-section .wrapper { 
	margin: 0px auto;
	background: #3e677e; 
	z-index: 11;
}
.four-section .counter {
	padding: 40px 0;
}
.four-section .counter .counter-content{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.four-section .count-title { 
	color: #fff;
	font-size: 42px; 
	font-weight: normal;   
	text-align: center;
}

.four-section .count-text { 
	color: #fff;
	font-size: 1rem; 
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: .8px;
	text-align: center;
	text-transform: uppercase;
}
.four-section   .wrapper_d {
	display: flex;
	justify-content: center;
	align-items: center;
}
.four-section   .wrapper_d i{
	margin-left: 5px;
}
.four-section .fa-2x{
	margin: 0 auto; 
	display: table; 
	color: #FFF;
	font-size: 35px;
	border-bottom: 1px dotted #FFF;
	padding: 15px;
}

/*counter Section End*/
/*Five Section Start Core Value & Vision*/
.five-section{
	/*padding: 40px 0;*/
}
/*.vision .card-box{
	margin-top: 80px;
	margin-bottom:100px;
}
.vision .card {
	border: none;
	transform: scale(1);
	box-shadow: 1px 1px 5px  #3E677E;
	transition: all 0.5s;
	padding: 25px 0 25px;
	min-height: 311px;
}
.vision  .card:hover{
	transform: scale(1.05);
	box-shadow: 1px 1px 5px  #84B849;
}
.vision .card .icon {
	display: inline-block;
	padding: 0px 20px;
	transition: all 0.5s ease;
}

.vision .card .icon i {
	background: #3e677e;
	padding: 26px;
	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;
}
.vision .card .card-title{
	padding: 25px 0 10px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
}
.vision  .card .card-text{
	text-align:center;
	font-size: 14px;
	padding: 5px;
}
.vision  .card:hover .icon i{
	background: #84B849;
	color: #FFF;
}*/
/*Core Value section Core Value Start*/
.five-section .core-value{
	padding: 80px 0 40px;
	text-align: center;
}
.five-section .core-value h2{
	font-size: 2.3rem;
}
.five-section .core-value h2 span{
	color: #3e677e;
}
.five-section .core-value	h2:after{
	background-color: #84B849;
	content: "";
	display: block;
	width: 200px;
	height: 3px;
	margin: 3px auto;
}

.five-section .guidance{
	border: 4px solid #464646;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	align-self: center;
	display: flex;
	transform: scale(1);
	transition: all 0.5s linear;
}
.five-section .img-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.five-section .img-content h6{
	margin-top: 15px;
	margin-left: 5px;
	font-weight: 600;
}
.five-section .guidance:hover{
	transform: scale(1.05);
	border: 4px double #464646;
}
.five-section .growth{
	border: 4px solid #284694;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: flex;
	transform: scale(1);
	transition: all 0.5s linear;
}
.five-section .growth:hover{
	transform: scale(1.05);
	border: 4px double #284694;
}
.five-section .quality{
	border: 4px solid #D90000;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: flex;
	transform: scale(1);
	transition: all 0.5s linear;
}
.five-section .quality:hover{
	transform: scale(1.05);
	border: 4px double #D90000;
}
.five-section .commitment{
	border: 4px solid #A96893;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: flex;
	transform: scale(1);
	transition: all 0.5s linear;
}
.five-section .commitment:hover{
	transform: scale(1.05);
	border: 4px double #A96893;
}
.five-section .connection{
	border: 4px solid #00D0AF;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: flex;
	transform: scale(1);
	transition: all 0.5s linear; 
}
.five-section .connection:hover{
	transform: scale(1.05);
	border: 4px double #00D0AF;
}
.five-section .focus{
	border: 4px solid #ACB139;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: flex;
	transform: scale(1);
	transition: all 0.5s linear; 
}
.five-section .focus:hover{
	transform: scale(1.05);
	border: 4px double #ACB139;
}

/*Five Section End*/

/*CTA Secion*/
.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;
}
.get  .btn{
	color: #FFF;
	border:none; 
	background: #3E677E;
}
.get  .btn:hover{ 
	background: #FFF; 
	color: #3E677E;
}
/*CTA Secion End*/

/*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: 1440px){
.first-section .owl-carousel .owl-item{
max-height: 600px;
}
}
@media(max-width: 768px){
	
	.first_section{
		padding-top:  2rem;
	}
	.footer{
		text-align: center;
		float: none;
	}
	.footer h4{
		text-align: left;
	}
	.six-section .testimonial-carousel p{
		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;
	}
	.vision .card-box{
		margin: 10px 0;
	}
	.vision  .card:hover{
		transform: scale(1.03);
		box-shadow: 1px 1px 5px  #84B849;
	}
	.get-touch{
		flex-direction: column;
	}
	
	.get-touch h2{
		margin-bottom:  10px;
	}
	.six-section {
		margin: 20px 0 0;
	}
	.six-section .get-touch h2{
		font-size: 1.8rem;
	}
	.six-section .btn{
		font-size: 1rem;
	}
}
@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;
	}
	.second-section h2 {
		margin: 25px 0;
		padding: 0 20px;
		font-size: 20px;
	}
	.second-section {
		padding: 0 0 30px;
	}
	.second-section .picture{
		padding: 0 30px;
	}
	.second-section .content{
		padding: 0 30px;
	}
	.we-offer {
    padding: 50px 0;
}
	.we-offer .offer-box{
		padding: 0 20px;
	}

	.get .get-touch h2{
		font-size: 18px;
	}
	.get .btn {
		width: 150px;
		font-size: 16px;
	}
	.vision .card-box{
		padding: 20px;
	}
	.vision .card-box{
		margin: 0;
	}
	.six-section p{
		font-size: 14px;
	}
	.last-line p{
	font-size: 12px;
}
}	