h1.for_stext
{
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    line-height: 1.33 !important;
}

.service-heading {
    margin-bottom: 10px;

}

#footer .footer-brand {
    font-size: 24px;
}

h3.for_footer
{
	    font-size: 21px;
		    font-family: "Muli", sans-serif;
			line-height: 1.75;
			font-weight: 400;
}

.form-contact label {
  color: #023020;
}

div.for_add {
  padding: 100px 0px 0px 10px;
}


 .for_addbtn {
  background: #21c87a;
  color: #fff !important;
  border: 1px solid #21c87a;
}


div.for_logout {
  text-align: center;
}

div.for_logout a {
  color: #000;
  display: inline-block;
}

.dropdown-menu .log_btn
{
	min-width:100px;
}


#banner {
   height: 650px;
}


.banner-content .display-4 {
    color: #fff;
    font-weight: 600;
	font-size: 4rem;
}

  .section_home {
    padding: 3rem 0;
  }
  
  
  img.ceo_image {
    width: 180px;
    height: 240px;
    border-radius: 25px;
}

div.cont_title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    color: #2c234d;
}

div.trs_content {
  color: #d9201a;
  border: 5px double #000c20;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}


h1.for_logo{
       color: #006D33;
    font-family: 'Brush Script MT', cursive;
    font-weight: 500;
    font-size: 60px;
}


img.for_logo {
    width: 80px;
    height: 70px;
}

#footer .footer_logo {
    color: green;
    font-family: 'Brush Script MT', cursive;
	font-size: 34px;
}


div.ceo {
    font-weight: 500;
    color: #0078bd;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.1;
}

div.ceo1 {
    font-weight: 600;
    font-size: 16px;
    margin: 6px 0px;
    line-height: 1.1;
}

.section
{
	background-color: #F5F5F5;
}

@media (min-width: 768px) {
  .section {
    padding: 5.5rem 0;
  }
  
div.ceo_space {
    margin-bottom: 24px;
}
  
}

@media (max-width: 640px) {
	
	.banner-content .display-4 {
    color: #fff;
    font-weight: 200;
	font-size: 2rem;
}
	
}	