@font-face {
    font-family: myFirstFont;
    src: url(../fonts/INCISED-901-BT_0.TTF);
}
@font-face {
    font-family: mySecondFont;
    src: url(../fonts/INCISED901-LT-BT-LIGHT_0.TTF);
}
@font-face {
    font-family: myFirstFont;
    src: url(../fonts/playball);
}
*{
  margin: 0;
  padding: 0;
}
body{
	font-family: Sans-serif
}
.row{
	margin-right:0;
}

/*Start of Header Panel*/
.header-main-body{
  margin:0;
}
.top{
  background-color:#222;
  padding:10px;
}
.top span{
  color:#fff;
  font-size:20px;
}
.top .number span{
  color:#fff;
  font-size:20px;
  margin-left:66px;
}
.top a{
  color:black;
  text-decoration:none;
  font-weight: bolder;
}
.top a:hover{
  color:green;
}
.top .quote button{
  width: 57%;
  background-color: #fff;
  margin-left: 24%;
}
@media (max-width: 1200px){
  .top span{
  font-size:19px;
  }
  .top .number span{
  margin-left:58px;
  }
}
@media (max-width: 768px){
  .top .number span{
  margin-left:-11px;
  }
  .top span{
    font-size: 15px;
    margin-left: -20px;
  }
  .top .quote button{
  width:100%;
  font-size:13px;
  margin-left:0;
  } 
}
@media (max-width: 580px){
  .top .quote button{
  width:100%;
  margin-bottom:4px;
  margin-left:0;
  }
  .top .number span{
  margin-left:25px;
  }
  .top span{
  margin-bottom:11px;
  margin-left: 3%;
  font-size: 18px;
  }
}
.navbar {
    margin-bottom: 0;
    border: 0;
    font-size: 11px !important;
    opacity:0.9;
    padding:0px 0px 10px 0;
    background-color:#fff;
    
  }

  /* Add a gray color to all navbar links */
  .navbar li a, .navbar{ 
    color: #0e901a !important;
    font-size:16px;
    font-weight:bolder;
    padding:15px;
    
    z-index:99999;
   
  }
  .navbar-default .navbar-brand{
    padding:0;
  }
  .navbar-default .navbar-brand img{
    width:100%;
  }
  .navbar-collapse {
    padding-left:0;
    padding-left:0;
  }
  
  @media (min-width: 768px){
    .navbar-right {
      float: right!important;
      margin-right: 67px;
    }
  }
  @media (max-width: 580px){
    .navbar-default .navbar-brand{
    height:0px;
    }
    .navbar-default .navbar-brand img{
    width: 85%;
    margin-top: -40px;
    }
    .navbar-toggle {
    margin-right: 0px;
    background-color:green;
    color:#fff;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:black;
    }   
    .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    }
  }
  .banner{
    background: url(../images/slide01.jpg)no-repeat;
    background-size:100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:400px;
  }
  
  
/*End of Header Panel */
/*Start of body Panel */
  .contact{
    padding-top:35px;
  }
  .contact h6{
    font-size:17px;
    color:black;
  }
  .contact h2{
   font-size: 45px;
   color: #0e901a;
  }
  .contact h4{
    font-size: 21px;
    color: black;
    font-weight: bolder;
  }
  .contact p{
    font-size:16px;
  }
  .contact #firstname,#lastname{
    margin-left: 1px;
    width:264px;
    margin-left: 1px;
    background-color: #ededed;
    border:2px solid grey;
    border-radius: 6px;
    height: 40px;
  }
  .contact #address, #email, #security_code {
    margin-left: 1px;
    width: 100%;
    margin-left: 1px;
    background-color: #ededed;
    border:2px solid grey;
    border-radius: 6px;
    height: 40px;
  }
  .contact #range{
    margin-left: 1px;
    width: 549px;
    margin-left: 1px;
    background-color: #ededed;
    border:2px solid grey;
    border-radius: 6px;
    height: 40px;
  }
  .contact #phone{
    margin-left: 1px;
    width: 100%;
    margin-left: 1px;
    background-color: #ededed;
    border:2px solid grey;
    border-radius: 6px;
    height: 40px;

  }
  .contact #message{
    margin-left: 1px;
    width: 100%;
    margin-left: 1px;
    background-color: #ededed;
    border: none;
    border-radius: 6px;
    height: 167px;
    border:2px solid grey;  
  }
  .contact #textarea{
    margin-left: 1px;
  }
  .submits-btn{
    text-align: center;
    margin-left:-30%;
  }
  .submits-btn input{
    background-color: #72b03f;
    border-radius: 20px;
    border:none;
    padding: 10px 52px;
    margin-left: 22%;
    margin-top: 0;
    color:#fff;
  }
  .hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.caption{
    display: inline-block;
    max-width: 32%;
    margin-bottom: 5px;
    font-weight: 0px;
    font-size: 14px;
}
.caption1 span{
  font-size:12px;
}
hr{
  margin-top: 84px;
  margin-bottom: 85px;
  border: 0;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px){
  .contact #range{
    margin-left: 1px;
    width: 340px;
    margin-left: 1px;
    background-color: #ededed;
    border:2px solid grey;
    border-radius: 6px;
    height: 40px;
  }
}
@media (max-width: 580px){
  .contact #range{
    margin-left: 1px;
    width: 256px;
    margin-left: 1px;
    background-color: #ededed;
    border:2px solid grey;
    border-radius: 6px;
    height: 40px;
  }
}
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
/*End of body Panel */
/*Start of footer Panel */
  .footer-panel{
    background-color:black;
    padding: 20px 0;
    text-align:center;
  }
  .footer-panel a{
    color:white;
  }
  .footer-panel p{
    color:white;
    font-size:17px;
  }
/*End of footer Panel */