

@media only screen and (max-width: 1200px) {
  
   .section1 .row div{
    
    width:100%;
}

  .col-lg-3{
    padding-top: 50px;
  }

 .section1 .row div img{
    float:none;
    width:100%;


  }
}

footer h4{
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 700px) {
  
  .testimonials p{
    height: 90% !important;
    font-size:20px;
  }
   .testimonials h1,.contact h1{
    
    font-size:40px;
  }
  .contact{
    box-shadow: none;
  }
  .contact p{
        font-size:20px;
  }

}
@media only screen and (max-width: 800px) {
  span.head img{
    height:auto !important ;
    width:120px !important;
 -webkit-margin-before: -20px;
  }
    nav{
      
      background-size: revert;
    }  
    
.section-bir{
background-size: revert;
}

  span.head{
    font-size:50px;
  }
  .order-contact h1 {

    font-size: 40px;

}
.order-contact p {

    font-size: 20px;
    
    padding-left: 4%;

}
 .contact{
  max-width:100% !important;
}

.top-image p{
    padding: 0;
  }
   .top-image{
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  /* For mobile phones: */
  .menu .head, h1.heading{
    font-size: 40px !important;
  }
  nav .logo{
      height: 80px !important;
      width: 150px !important;
  }
span.head{
    font-size:30px;
  }
  span.head img{
    height:auto !important ;
    width:70px !important;
 
  }
  .order-contact p {
    float:none !important;
  }
  nav{
    background-color: #002140 !important;
  }

  .table1{
      font-size:20px;
      font-weight:bold;
    padding-left: 14%;
      width:100% !important;
      
  }
  .items h1{
    padding-left: 14%;
    font-size:60px;
  }
.item-bg-image{
    background-image: none;
  }
  .a2{
    font-size: 18px !important;
  }
  .top-image img,.items img{
    height:auto;
  }
 
}
@media only screen and (max-width: 1080px) {
.top-image img
{
  width:100% !important;
  box-shadow: 0px !important;

}
.col-lg-10.contact{
  width:100% !important;
}
.items p.hr {
   
    width: 300px;
}

.items img{
  width:100% !important;
  font-size:normal !important;
   box-shadow: none !important;
  padding-top: 10% !important;
}
.items{
  width:100%;
padding: 0;
}
.a1{
  display: none;
}
.a2{
  display: block !important;
  width:100%;
}
.contact{
  margin:0;
}
.contact p{
  width:100% !important;
  height:100% ;
}

.testimonials span{

width: 200px !important;

}


.testimonials p{


width:100%;
}
}




.nav-link {

    color:white;
    padding: 15px;

}
.nav-link.active {

    border-bottom: 1px solid #e3a638 !important;

}
.nav-link:hover {

    border-bottom: 1px solid #e3a638;

}
* {
  box-sizing: border-box;
}
.fa {
     font-size: 20px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    padding: 7px;
}


.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background:#fff;
color: #002140;
}

.fa-twitter {
  background: #222;
  color: white;
}
.fa-instagram {
  background:#fff;
color: #002140;
}

.fa-pinterest {
  background: #222;
  color: white;
}


.fa-linkedin {
  background: #222;
  color: white;
}
button {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    background-color: #e3a638;
color: white;
}