@charset "utf-8";
/* CSS Document */

body{
    font-family: verdana;
}
#top_contact_1{
        background:#00cc00;
        color: #ffffff;
        padding-top: 10px;
        margin-right: 3px;
        margin-bottom: 5px;
        
}
a:link {
    color: black;
    text-decoration: none;
}
a:visited {
    color: black;
    text-decoration: none;
}
a:hover{
    color: red;
}
#top_contact_2{
	background:#00cc00;
        color: #ffffff;
        padding-top: 10px;
        margin-left: 2px;
        margin-bottom: 5px;
        
}
#top_contact a{
    color: #ffffff;
}
.news{
    background-color: aliceblue;
    box-shadow: 3px 3px 2px #888888;
    border: aliceblue;
    margin-bottom: 8px;
    margin-right: 15px;
    text-align: justify;
    font-family:verdana;
    font-size:12px;
    word-spacing: -2px;
}

.news:hover{
    background: cadetblue;
}

#testimonal{
    background: beige;
    border-radius: 25px;
    padding: 20px; 
    border: 4px solid background;
}
#footer{
    height: 90px;
    background: darkblue;
    color: aliceblue;
   
    padding-left: 50px;
}
#top_ribon{
    height: 4px;
    background: darkslategrey;
}
#company_profle{
    height: 70px;
    color: #080808;
}
.navbar-inverse{
    background: #075448;
    width: 100%;
    color: #ffffff;
}
.gallery:hover{
    background: #03b397
}
ul {         
          padding:0 0 0 0;
          margin:0 0 0 0;
      }
      ul li {     
          list-style:none;
          margin-bottom:25px;           
      }
      ul li img {
          cursor: pointer;
      }
      .modal-body {
          padding:5px !important;
      }
      .modal-content {
          border-radius:0;
      }
      .modal-dialog img {
          text-align:center;
          margin:0 auto;
      }
    .controls{          
        width:50px;
        display:block;
        font-size:11px;
        padding-top:8px;
        font-weight:bold;          
    }
    .content{
    background: none; 
    text-align: justify; 
    word-spacing: -2px;
}
    .next {
        float:right;
        text-align:right;
    }
      /*override modal for demo only*/
      .modal-dialog {
          max-width:500px;
          padding-top: 90px;
      }
      @media screen and (min-width: 768px){
          .modal-dialog {
              width:500px;
              padding-top: 90px;
          }          
      }
      @media screen and (max-width:1500px){
          #ads {
              display:none;
          }
      }


