* {
  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;

}
.highlight{
    color:#ed7700;
}
.line{
    /* text-decoration:underline;
        text-decoration: underline;
    -moz-text-decoration-color: #000; Code for Firefox */
    text-decoration-color:#000;
}
.container {
  max-width: 1349px;
  height: auto;
  line-height: 24px; }

a{
    cursor: pointer;
    color: #ffffff;
    font-weight: 700;
}

a:hover{
     color:#fff;
     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-6 {
    margin: 50px auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    text-align: center;
    width:60%;
}

.block1 .col-lg-6 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-6 p {
    font-size: 16px;
    letter-spacing: 2px;
}

.block1 .col-lg-6 span{
    
   
}

.block1 .col-lg-6 .btn-contact {
    background: #ed7700  none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    margin-top: 8px;
    padding: 10px 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
}


/*Contact us*/
.contact-us{
    background:url(../images/contact-bg.jpg) top center / cover;
    padding-top:20px;
}

.contact-us .col-lg-3.col-xs-6 > ul {
    float: right;
}

.contact-us .col-lg-3 ul li {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    margin-top: 41px;
    text-indent: 13px;
}

.contact-us .col-lg-6{
    margin-top:50px;
    letter-spacing:2px;
}

.contact-us .contact{
    padding-top:10px;
} 

.contact-us .copyright {
  margin-top: 220px;
  text-align: center;
  padding-bottom:31px;
}

/*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: #ed7700;
}
.footer .contact{
    padding-top:10px;
} 


/*media query*/

@media screen and (max-width: 480px) {
    .block1 .col-lg-12 {
          margin-top: 110px;
          width: 100%;
        }
}

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: white;
    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;
    color: #0d5870;
}
@media (min-width: 32em) {

.modal-box { width: 70%; }
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.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;
}