
body 
    {
      background-image: url("../images/new1.jpg");
  /*background-repeat: repeat-x repeat-y;
  background-image: linear-gradient(to bottom, #2573bf, #678acb, #92a2d6, #b7bce2, #d8d8ee, #d8d8ee, #d8d8ee, #d8d8ee, #b7bce2, #92a2d6, #678acb, #2573bf);
  background-color: #fff;*/
  
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    z-index: -1;

    
    }

/*.bg-litigation{
      background-image: url("../images/Litigation.jpg");
      background-repeat: no-repeat;
     background-size: cover;
}*/

    
  .navbar {
      margin-bottom: 0;
      background-color: #2573bf;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
       font-weight: bold;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
  }
  .navbar li a,.navbar .navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #000  !important;
      font-weight: bold;
      background-color: #fff !important;
  }


  .navbar-default .navbar-toggle,  {
      border-color: transparent;
      color: #fff !important;
  }
  

  /* Dropdown */
  

.open .dropdown-toggle {
  color: #fff ;
  background-color: #000 !important;
}

/* Dropdown links */
.dropdown-menu li a {
  color: #2573bf !important;
  font-weight: 800;
  letter-spacing: 2px;


}

.dropdown-menu li a:hover {
  background-color: #2573bf !important;
  color: #fff !important;
}

    .jumbotron
    {
      margin-top: 70px;
      background-color: #fff;
      /*background-image: url("../images/n.jpg");*/
      height: 165px;
      width: 1000;
      padding: 15px 10px;
      background-repeat: no-repeat;
      background-size: cover;
      
    }

   .company_logo
   {
    width: 40%px;
    height: 120px;
      /*width: 60%;
      height: 160px;*/
      margin-top: 5px;
      
    }
      
  

  .container-fluid
    {
    /*background-color: #990000;*/
    background-color: #f1f1f1;

    margin-top: -10px;
    padding: 30px 90px 90px 90px;
    text-align: justify;
    text-justify: inter-word;
    
    }
    .container-gallery
    {
    background-color: #fff;
    
    
    }
    .content{
      font-size: 18px;
      color:#000;
      
    }
   


    h2 
    {
    font-size: 24px;
    margin-top: -10px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    }

    h4 
    {
    font-size: 19px;
    line-height: 1.375em;
    color: #000;
    margin-bottom: 30px;
    }
    h3{
      color: #000;
      margin-top: -10px;
    }

    
    .contact_container
    {
      background-image: url("../images/contact.jpg");
      /*background-color: #ededed;*/
      color:#000;
      padding: 30px 120px;
    }
    .contact_content{
      color: #000;
      margin-top: 40px;
    }

    
    
    .contact_heading{
      color:#000;
      margin-top: 10px;
    }

    .glyphicon-map-marker
    {
      color:#990000;
      font-size: 25px;
    }

.glyphicon-phone
{
  color:#990000;
  font-size: 25px;

}

.glyphicon-envelope
{
  color:#990000;
  font-size: 25px;

}

.glyphicon-chevron-up
{
      font-size: 30px;
      margin-bottom: 20px;
      color: #fff;
  }

  .button{
    
    text-align: center;
    padding: 10px ;
}
.btn{
  font-size: 20px;
  background-color: #990000;
  color: #fff;
 
}
.btn:hover{
  
  color: #fff;
}

  @media only screen and (max-width: 700px) {
  /* For mobile phones: */
  
  .col-sm-4{
    padding: 20px;
    margin-top: -40px;
    width: 100%;
  }
  
  .container-fluid 
    {
    padding: 20px 20px;
    text-align: justify;
    text-justify: inter-word;
    }
    .jumbotron
    {
      padding: 10px;
      background-repeat: no-repeat; 
      /*background-size: 300px 150px; */
      height: 140px;
      width: 360px;
    }

    .content
    {
      font-size: 16px;
    }

    .company_logo
    {
      width: 90%;
      /*width: 0%;*/
      height: 100px;
      margin-top: 0px;
      

    }

    .contact_heading
    {
      padding-top: 0px;

    }
.contact_container
{
  height: auto;
  

}
.contact_content{
  padding:10px;
}

.dropdown-menu li a {
  color: #fff !important;
  font-weight: 500;
}


.dropdown-menu li a:hover {
  color: #000 !important;
  background-color: #fff !important;
  
}

.glyphicon-chevron-up
{
      font-size: 20px;
      margin-bottom: 10px;
      color: #fff;
  }

}

@media (min-width: 700px) and (max-width: 1024px){

  .container-fluid 
    {

    padding: 20px 20px;
    text-align: justify;
    text-justify: inter-word;
    }
}
    .jumbotron
    {
      padding-top: 20px;
      
      padding: 15px 10px;
      
    }

    .content
    {
      font-size: 18px;
    }

    

    .contact_heading
    {
      padding-top: 0px;

    }
.contact_container
{
  height: auto;
  
}
.contact_content{
  padding:10px;
}


.glyphicon-chevron-up
{
      font-size: 20px;
      margin-bottom: 10px;
      color: #fff;
  }
  

  }


  /* Gallery*/
* {
  box-sizing: border-box;
}

.row > .column {
  padding: 20px 30px ;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 50%;
}
div.desc {
  padding: 15px;
  text-align: center;
  color:#000;
  font-weight: bold;
  font-size: 22px;
}

/* The Modal (background) */
.modal {
  background: linear-gradient(to right, #990000 , #000);
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 130px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  
}

/* Modal Content */
.modal-content {

  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 60%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: #fff;
  position: absolute;
  top: 100px;
  right: 150px;
  font-size: 50px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
    @media only screen and (max-width: 700px) {
  .modal-content {
  
  width: 90%;
  margin-top: 20px;
  
}
.column{
  width: 100%;
}
div.desc{
  font-size: 18px;
}
.close {
  
  top:70px;
  right: 20px;
  font-size: 40px;
  
}
}
@media (min-width: 700px) and (max-width: 1024px) {
  .modal-content {
  
  width: 70%;
  
}
.close {
  
  top:90px;
  right: 70px;
  font-size: 50px;
  
}
  }

    


    