@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Italic.ttf);
}


header 
{
  padding: 256px 0 200px;
}

section 
{
  padding: 50px 0;
  font-family: Roboto;
}

h1
{
  font-weight: bold;
}
h2
{

  padding: 20px;
  font-weight: lighter;
}
h5
{
  font-weight: bold;
  padding: 15px 0 15px;
  text-transform: uppercase;
}

.bg-primary
{
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.navcolor
{
  background-color: #64AA2B;
}

.heading-button
{
 padding-top: 2em;
}
.head-text
{
  color: #64AA2B;
}
.btn-success {
  color: #fff;
  background-color: #64AA2B !important;
  border-color: #28a745;
}
#about .animate
{
  margin-bottom: 2em;
}

svg
{
width: 15px;
height: 15px;
fill: #fff;
opacity: .5;
}

a:hover svg
{
  opacity: .8;
}

#services svg
{
  width:150px !important;
  height: 150px !important;
  padding: 10px;
}

.card
{
  margin-top: 10px;
  margin-bottom: 10px;
}





/*Form*/


.form{
  width: 100%;
  padding: 15px;
  background:#f8f8f8;
  border:1px solid rgba(0, 0, 0, 0.075);
  margin-bottom:25px;
  color:#727272 !important;
  font-size:13px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.form:hover{
  border:1px solid #8BC3A3;
}

.form:focus{
  color: white;
  outline: none;
  border:1px solid #8BC3A3;
}

.textarea{
  height: 200px;
  max-height: 200px;
  max-width: 100%;
}

/* Generic Button Styles */

.button{
  padding:8px 12px;
  background:#0A5175;
  display: block;
  width:120px;
  margin:10px 0 0px 0;
  border-radius:3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align:center;
  font-size:0.8em;
  box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}

.button:hover{
  background:#8BC3A3;
  color:white;
}

/* Send Button Styles */

.form-btn{
  width:180px;
  display: block;
  height: auto;
  padding:15px;
  color:#fff;
  background:#8BC3A3;
  border:none;
  border-radius:3px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin:auto;
  box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}

.form-btn:hover{
  background:#111;
  color: white;
  border:none;
}

.form-btn:active{
  opacity: 0.9;
}
center{
margin-top:330px;
}
input {
  position: relative;
 
}

.form-btn
{
background: #64AA2B !important;
}

#about .card
{
border: none;
}
#about .row
{
  padding: 20px !important;
}
@media (max-width: 768px) and (orientation: landscape)
    {
    #about img
    {
      display: none !important;
    }
}
@media (max-width: 762px) and (orientation: portrait)
    {
    #about img
    {
      display: none !important;
    }
}

    #about img
    {
     width: 90%;
     display: block;
    }

/*List items*/

#about img
{
  width: 100%;
  position: relative;
  top: 50%;
  margin-bottom: -50%;
  transform: translate(0, -50%);
}
.list{
  list-style: none;
  color: #111;
  padding-inline-start:0 !important;
  content: none;
  align-items: center;

}
.list li{
  margin-bottom: 15px;
  background:none;
  opacity: 0;
  transform: translateX(100px);
  animation:show .5s forwards;
}
.list li.show{
  animation-delay: 0s!important;
}
.list li.hide{
  opacity: 1;
  transform: translateX(0);
  animation-name:hide;
  animation-delay: 0s;
}

.list li:after{
  counter-increment: num;
  content: none
}

/*animation-delay*/
.list li:not(.hide):nth-child(5n + 1) {
  animation-delay: .3s;
}
.list li:not(.hide):nth-child(5n + 2) {
  animation-delay: .6s;
}
.list li:not(.hide):nth-child(5n + 3) {
  animation-delay: .9s;
}
.list li:not(.hide):nth-child(5n + 4) {
  animation-delay: 1.2s;
}
.list li:not(.hide):nth-child(6n + 5) {
  animation-delay: 1.5s;
}
.list li:not(.hide):nth-child(6n + 6) {
  animation-delay: 1.8s;
}
.list li:not(.hide):nth-child(6n + 7) {
  animation-delay: 2.1s;
}

@keyframes show{
  to {
      opacity: 1;
      transform: translateX(0)
  }
}
@keyframes hide{
  to {
      opacity: 0;
      transform: translateX(100px);
      max-height: 0;
      margin: 0;
  }
}





.feature_content svg
{
width: 128px;
height: 128px;
fill: #64AA2B !important;

position: relative;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0)
}

.feature_content:hover svg
{
  width: 135px;
  height: 135px;
opacity: 1;

position: relative;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0);
}

/*Contact*/
@media only screen and (max-width: 850px)  {
.map
{
  margin-bottom: 20%;
  margin-top: 25%;
}
}
.map img
{
  width: 100%;
  opacity: .6;
  position: relative;
  top: 50%;
  margin-bottom: -50%;
  transform: translate(0, -50%);
}
.map:hover img
{
  opacity: 1;
}

#contact svg
{
  width: 32px;
  height: 32px;
  fill: #64AA2B;
  opacity: 1;
}
.sec
{
  margin-left: 25px;
}
#contact .block
{
  padding: 20px;
}
#contact .block a:link
{
  color:rgba(0,0,0, 0.90) !important;
  text-decoration: none;
}
#contact .block a:visited
{
  color:rgba(0,0,0, 0.90) !important;
  text-decoration: none;
}
#contact .block a:active
{
  text-decoration: none;
  color:#64AA2B!important;
}
#contact .block a:hover
{
  text-decoration: none;
  color:#64AA2B!important;
}




/*footer*/

footer a:link
{
  color:rgba(0,0,0, 0.90) !important;
  text-decoration: none;
}
footer a:visited
{
  color:rgba(0,0,0, 0.90) !important;
  text-decoration: none;
}
footer a:active
{
  text-decoration: none;
  color:#8BC3A3!important;
}
footer a:hover
{
  text-decoration: none;
  color:#8BC3A3!important;
}

