#sidebar
    {
        height: 800px;
        width: 300px;
        border-width: 1px;
        border-style: solid;
        background-color: black;
        float: left;
    }

#logo
    {
        margin-top: 50px;
        height: 100px;
        width: 120px;
        margin-left: 60px;
      

    }
.mainh1
    {
        height: 50px;
        width: 200px;
           }   

.btn-group-vertical
{
    margin-left:  80px;
}

.sideh1
    {
        color: white;
        font-family: 'Courier New', Courier, monospace;
        font-size: 30px;
        padding-left: 50px;
    }

.fb
    {
        height: 50px;
        width: 50px;
        margin-left: 70px;
        display: inline-block;
    }

.fb:hover
{
    transform: scale(1.5,1.5);

}
 .insta 
    {
        height: 40px;
        width: 40px;
        margin-left: 20px;
    }  
    
   .insta:hover
   {
    transform: scale(1.5,1.5);
   } 

.a   
{
    text-decoration: none;
    color: initial;

}   

#services
    {
        height: 800px ;
        width: 1090px;
        margin-left: 300px;
    background-image: url(services.jpg) ;
    }



    @import url(https://fonts.googleapis.com/css?family=Raleway);

*, *:before, *:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}

body{
  background: #f9f9f9;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}

.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.container{
  padding: 1em 0;
  float: left;
  width: 50%;
  
}
@media screen and (max-width: 640px){
  .container{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .container{
    width: 33.33333%;
  }
}

.container {
  color: #1a1a1a;
  text-align: center;
 

  

}

.content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  margin-left: -30px;
  margin-top: 50px;
  
}


  
 

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 200px;
  width: 300px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  margin-left: 50px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  height: 200px;
  width: 300px;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}








.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
  















.content2 {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    margin-left: 310px;
    margin-top: -200px;
    
  }
  
  
    
   
  
  .content2 .content2-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 200px;
    width: 300px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    margin-left: 50px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    
  }
  
  .content2:hover .content2-overlay{
    opacity: 1;
  }
  
  .content2-image{
    height: 200px;
    width: 300px;
  }
  
  .content2-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content2:hover .content2-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content2-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content2-details p{
    color: #fff;
    font-size: 0.8em;
  }

  .fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }














  .content3 {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    margin-left: 650px;
    margin-top: -200px;
    
  }
  
  
    
   
  
  .content3 .content3-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 200px;
    width: 300px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    margin-left: 50px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    
  }
  
  .content3:hover .content3-overlay{
    opacity: 1;
  }
  
  .content3-image{
    height: 200px;
    width: 300px;
  }
  
  .content3-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content3:hover .content3-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content3-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content3-details p{
    color: #fff;
    font-size: 0.8em;
  }

  .fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }






















  .content4 {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
        margin-left: -30px;
    margin-top: 50px;
    
  }
  
    
   
  
  .content4 .content4-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 200px;
    width: 300px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    margin-left: 50px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    
  }
  
  .content4:hover .content4-overlay{
    opacity: 1;
  }
  
  .content4-image{
    height: 200px;
    width: 300px;
  }
  
  .content4-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content4:hover .content4-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content4-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content4-details p{
    color: #fff;
    font-size: 0.8em;
  }
  
  
  
  
  
  
  
  .fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }
  
  







  





  .content5 {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    margin-left: 310px;
    margin-top: -200px;

  }
  
  
    
   
  
  .content5 .content5-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 200px;
    width: 300px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
     margin-left: 50px; 
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    
  }
  
  .content5:hover .content5-overlay{
    opacity: 1;
  }
  
  .content5-image{
    height: 200px;
    width: 300px;
  }
  
  .content5-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content5:hover .content5-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content5-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    margin-left: -20px;
  }
  
  .content5-details p{
    color: #fff;
    font-size: 0.8em;
    margin-left: -20px;
  }

  .fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }








  .content6 {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    margin-left: 650px;
    margin-top: -200px;
    
  }
  
  
    
   
  
  .content6 .content6-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 200px;
    width: 300px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    margin-left: 50px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    
  }
  
  .content6:hover .content6-overlay{
    opacity: 1;
  }
  
  .content6-image{
    height: 200px;
    width: 300px;
  }
  
  .content6-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content6:hover .content6-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content6-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content6-details p{
    color: #fff;
    font-size: 0.8em;
  }

  .fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }









  .content7 {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    margin-left: -29px;
    margin-top: 50px;
    
  }
  
  
    
   
  
  .content7 .content7-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 200px;
    width: 300px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
     margin-left: 50px; 
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    
  }
  
  .content7:hover .content7-overlay{
    opacity: 1;
  }
  
  .content7-image{
    height: 200px;
    width: 300px;
  }
  
  .content7-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content7:hover .content7-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content7-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    margin-left: -10px;
  }
  
  .content7-details p{
    color: #fff;
    font-size: 0.8em;
    margin-left: -10px;
  }
  
  
  
  
  
  
  
  
  .fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }







  .content8 {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    margin-left: 315px;
    margin-top: -200px;

  }
  
  
    
   
  
  .content8 .content8-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 200px;
    width: 300px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    margin-left: 50px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    
  }
  
  .content8:hover .content8-overlay{
    opacity: 1;
  }
  
  .content8-image{
    height: 200px;
    width: 300px;
  }
  
  .content8-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content8:hover .content8-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content8-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    margin-left: -20px;
  }
  
  .content8-details p{
    color: #fff;
    font-size: 0.8em;
    margin-left: -20px;
  }

  .fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }



 #gallery
  {
        height: 500px;
        width: 1390px;
        background: url(services.jpg);


  } 

.forms
  {
        height: 600px;
        width: 600px;
        
        margin-left: 200px;
        margin-top: 50px;


  }

.info
  {

    color: wheat;
  }

.display-4
  {
      color: white;
  }

  .display-3
  {
color: white;  }

#about
  {
      height: 500px;
      width: 1390px;
      background: url(abott.jpg);
  }

 #contact
    {
        height: 500px;
        width: 1390px;
        background: url(abott.jpg);
    } 

.display-4
    {
        color: white;
        margin-left: 100px;

    }
.mubin
    {
        height: 250px;
        width: 250px;
        margin-left: 100px;
        float: left;
        border: solid black;
        border-radius: 2px;
    }

    .subbu
    {
        height: 250px;
        width: 250px;
        float: right;
        margin-right: 200px;
        border: solid black;
        border-radius: 2px;
    }


    #subbu
        {
            margin-left: 900px;
            margin-top: -1px;

        }

#team   
{

    margin-top: -160px;
    margin-left: 550px;
    color: white;
}

#infoabout
    {
        color: white;
        margin-left: 1000px;
        margin-top: 60px;
    }

#infoabout2
    {

        color: white;
        margin-left: -260px;
        margin-top: 250px;
        float: left;
    }


#endinfo
    {

        height: 200px;
        width: 300px;
        
    
    }


  .hed
    {
      font-family: cursive;
      color: white;
      margin-left: 50px;
    } 
    
  .hed1
    {

      color: white;
      font-family: cursive;
      margin-left: 50px;
      font-size: 18px;
    }


 .subbuinfo
  {
    font-family: cursive;
    color: white;
    margin-left: 800px;
    margin-top: -200px;
  }   


#carouselExampleIndicators
  {
    height: 400px;
    width: 500px;
    margin-left: 500px;
  }

  .color  
  {
    margin-left: 100px;
    height: 40px;
    width: 40px;
  }

  #pp 
  {
    color: white;
    margin-left: 20px;
  }

  