* {
  padding: 0;
  margin: 0; }


@font-face {
  font-family: avant;
  src: url(../font/AVGARDN.TTF);
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "avant", Helvetica, sans-serif;
  font-size: 16px;
  color: #dededf;
  background: #fff;

}

.container {
  max-width: 1349px;
  height: auto;
  line-height: 24px; }

a{
     cursor:pointer;
     color: #7bb250;
}

a:hover{
     color: #7bb250;
     text-decoration:none;
}

/*block 1*/
.block1{
    background:url(../images/bg.jpg) no-repeat center top/cover;
    height:737px;
    padding-top:20px;
}

.block1 .col-lg-3.col-xs-6 > ul {
  float: right;
}

.block1 .col-lg-3 ul li {
  color: #fff;
  display: inline-block;
  font-size: 17px;
  margin-top: 41px;
  text-indent: 13px;
}

.block1 .col-lg-12 {
  margin-top: 220px;
  width: 56%;
}

.block1 .col-lg-12 h2 {
  font-size: 27px;
  line-height: 32px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:300;

}
.brand {
  font-family:"avant",Helvetica,sans-serif;  
  color:#619604;
  font-size: 30px;
  text-transform:uppercase;
}

.block1 .col-lg-12 p {
  font-size: 16px;
  letter-spacing: 2px;
}

.block1 .col-lg-12 span{
    color: #7bb250;
   
}

.block1 .col-lg-12 a {
  background: #42b54b none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  padding: 10px 50px;
  position: relative;
  text-transform: uppercase;
  top: 20px;
}

.content-left {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  padding: 20px 21px 49px;
}
/*footer*/

.footer {
    border-top:1px solid #465962;
    color:#718088;
    padding-top:20px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    background:url(../images/footer-bg.png) no-repeat center top/cover;
  }

.footer .copyright{
    text-align:center;
    padding-bottom:10px;
    font-size:15px;
   
}

.footer h3 {
  text-transform: uppercase;
  color: #42b54b;
}
.footer .contact{
    padding-top:10px;
} 


/*media query*/

@media screen and (max-width: 768px) {
    .block1 .col-lg-12 {
         margin-top:110px;
          width: 100%;
        }

    .block1 .col-lg-3 ul li {
 
  margin-top: 23px;
 
}

}

.overlay-content {
    position:fixed;
    background:rgba(0,0,0, .7);
    
    width:100%;
    top:0;
    height:100%;
    padding-top:20px;
    display:block;
    display:none;
    
}
.overlay-content:after {
    content:" ";
    display:block;
    clear:both;
}
.overlay-content .contact-us {
    margin:0 auto;
     width:80%;
}
.overlay-content .contact-us {
    position:relative
}
#close {
    background: #f90;
    color: #fff;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    position:absolute;
    right:0;
    top:0;
    cursor:pointer;
}

footer a.btn {
    font-size: 16px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    text-decoration: none;
    display: inline;
    border-radius: 4px;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

footer a.btn:hover {
    background-color: #ddd;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn-small {
    padding: .75em 1em;
    font-size: 0.8em;
}

.normal-weight {
    font-weight: 400;
}

.contact-info {
    width: 450px;
    text-align: center;
}

.contact-info ul {
    list-style-type: none;
}

.contact-info img {
}

.contact-info h2, .contact-info h4 {
    font-weight: 700;
}

.contact-info ul {
    padding-left: 0;
}

.modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 98%;
    background: #fff;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
  
}
@media (min-width: 32em) {

.modal-box { width: 70%;
            
}
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0;color:#262323 }

.modal-box .modal-body { padding: 2em 1.5em;color:#262323; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}