@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;
}

.navbar{
	position: sticky;
    top: 0px;
    z-index: 9 !important;
	
}

.navbar-light .navbar-brand h1{
    color: #2a88bf;
	font-size: 1.5em;
	font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: #00000085;
    font-size: 1.1em;
    margin-right: 26px;
	font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #2a88bf;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #2a88bf;
}

.heading{
	color: #99a;
	font-size: 2.5em;
	text-align: center;
}


#fas{
	color: #2a88bf;
    height: 100px;
    width: 100px;
    border: 1px solid #ddd;
    line-height: 100px;
    border-radius: 50px;
    font-size: 30px;
}

.Features h3{
	font-size: 1.2em;
    text-transform: uppercase;
	color: #567;
}

.Features p{
	color: #99a;
    font-size: 1em;
}

.growing{
	padding: 70px 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("assets/image/background_img_3.jpg");
	background-attachment: fixed;
	background-size: cover;
}

.growing_title{
	text-align: center;
	color: #eee;
	font-size: 1.5em;
	font-family: serif;
}

.ourteam{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("assets/image/background_img_2.jpg");
	background-attachment: fixed;
	background-size: cover;
}

.ourteam_img img{
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.ourteam_info{
	/*min-height: 514px !important;*/
	
	min-height: 380px !important;
	
}
}

.ourteam_info{
	background: #fff;
	padding: 20px;
	border: 1px solid #eee;
	min-height: 439px;
}

.ourteam_info h3{
	color: #567;
	font-size: 1.2em;
    text-transform: uppercase;
}

.ourteam_info p{
	color: #99a;
    font-size: 1em;
	line-height: 1.6;
}
	
.testimonials_img{
	margin-right: 20px;
}	


.testimonials_star ul li{
	display: inline-block;
	color: #f1c40f;
	font-size: 18px;
}

.footer{
	background: #444449f7;
}


.footer_title{
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 20px;
}

.footer_img{
	margin-bottom: 20px;
}

.footer_address{
	color: #eee;
	margin-bottom: 20px;
}

.footer_contact{
	color: #eee;
}

.footer_sociallink ul li{
	display: inline-block;
}

.footer_sociallink ul li a:hover{
    color: #fff;
}

.footer_sociallink ul li .fa {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.footer_news{
	margin-left: 30px;
}

.footer_news ul li{
	display: block;
	margin-bottom: 10px;
}

.footer_news ul li a{
	text-decoration: none;
	color: #eee;
}

.footer_news ul li a:hover{
	color: #eee;
	text-decoration: revert;
}
	
.footer_date{
	font-size: 0.8em;
	color: #eee;
}	



.footer_shortlinks ul li{
	display: block;
	line-height: 2;
}

.footer_shortlinks ul li a{
	color: #eee;
	text-decoration: none;
}

.footer_shortlinks ul li a:hover{
	color: #eee;
	text-decoration: underline;
}

.form-label{
	color: #eee;
	font-size: 1em;
}

.form-input{
	background: #eee;
	border: none;
	width: 100%;
	padding: 8px 10px;
}


.footer_copyright{
	text-align: center;
	color: #eee;
	background: #444449;
}

.footer_copyrightlink a{
	text-decoration: none;
	color: #eee;
}

.footer_copyrightlink a:hover{
	text-decoration: underline;
}

.footer_contactus{
	margin-left: 30px;
}


/* ABOUT US */

.aboutus{
	padding: 100px 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("assets/image/background_img_3.jpg");
	background-attachment: fixed;
	background-size: cover;
}

.aboutus_title h3{
	font-size: 2.5em;
	color: #fff;
}

.aboutus_title p a{
	text-decoration: none;
	color: #fff;
}

.aboutus_title p{
	color: #eee;
	margin-top: 20px;
}

.company_sociallink{
	text-align: center;
}

.company_sociallink ul li{
	display: inline-block;
}

.company_sociallink ul li a{
	color: #fff;
}

.company_sociallink ul li a.fa {
  padding: 6px 0;
  width: 60px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.ourmission{
	background: #e0e0e0;
}

.littleaboutus_title h1{
	text-align: center;
	margin-bottom: 30px;
}

.littleaboutus_title p{
	line-height: 1.6;
	margin-bottom: 1.6em;
	text-align: center;
}




/* PRODUCTS */

.company_DPP_content p{
	color: #99a;
	text-align: center;
}

.DPP_underline .underline{
	height: 1px;
	display: inline-block;
	border-top: 1px solid #eee;
	width: 100%;
	max-width: 80%;
}

.dpp_title h3{
	font-size: 1.2em;
	color: #567;
}

.dpp_title p{
	color: #993300;
}




/* CONTACT US */

#form-lable{
	font-size: 1.2em;
}

#form-input{
	background: #eee;
	border: none;
	width: 100%;
	padding: 8px 10px;
}

.button1{
	border: 2px solid #2a88bf;
	padding: 6px 36px;
	text-align: center;
	background: #fff;
	color: #2a88bf;
}

.button1:hover{
	background: #2a88bf;
	color: #fff;
}

/* scroll to top button */

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
	border-radius:50%;
	border: none;
	color: #2a88bf;
}

.btn-light:hover {
    color: #2a88bf;
    background-color: #f9fafb;
    border-color: #f9fafb;
}