.copyright:hover{
    transition: transform .5s;
    transform: scale(1.8);

}
.intro h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.intro .overlay {
  height: 400px;
}
 @media (min-width: 768px){
  .on .navbar-right{
   float: right!important;
      margin-right: -15px;
      margin-top: 0 !important;
  }

  #footer .social i {
font-size: 26px;
padding: 4px;
color: #cab17a;
transition: all .3s;
}

  
  .navbar-fixed-top .navbar-right {
      float: right!important;
      margin-right: -15px;
      margin-top: 32px;
  }

}
@media (max-width: 568px){
#menu.navbar-default a img {
width: 85px;

}}

.on {
background-image: #000000b0!important;
 background: #000000b0!important;
padding: 0!important;
padding: 10px 0!important;
}


#footer a:hover,#footer a:focus {
text-decoration: none;
color: #fff;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  .content {
    position:  relative;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
  
  }
  
  /* Style the button used to pause/play the video */
  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }

  #services h3 {
    padding: 0 0 10px 0;
}
#services{
    background: #f6f6f6;
}
#services img{
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc !important;
}
  .Imgcontainer {
    position: relative;
    max-width: 800px;
    margin: 0  auto;
    margin-bottom: 40px;

  }
  
  .Imgcontainer img {
    vertical-align: middle;
    border-radius: 5px;
  
    }
  
  .Imgcontainer .Imgcontent {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    left: 0;
    right: 0;
    margin:auto;
    width:80%;
    transition: transform 0.5s;
  }

  .Imgcontainer .Imgcontent2 {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    left: 0;
    right: 0;
    margin:auto;
    width:100%;
    transition: transform 0.5s;
    padding-bottom: 10px;
  }

.link{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.link:hover{
    color: #fff !important;
}
.Imgcontent:hover{
    background-color: #fff;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    -webkit-transition: padding 400ms ease-in-out;
            transition: padding 400ms ease-in-out;
     -ms-transform: scale(1.06); /* IE 9 */
  -webkit-transform: scale(1.06); /* Safari 3-8 */
  transform: scale(1.06); 
  transition: transform 0.5s;
}
.Imgcontent:hover a{
    color: #0079c2;
    font-weight: 500;
}

.Imgcontent a:hover{
    color: #0079c2 !important;
    font-weight: 500;
}

.Imgcontent2:hover{
    background-color: #fff;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    -webkit-transition: padding 400ms ease-in-out;
            transition: padding 400ms ease-in-out;
     -ms-transform: scale(1.06); /* IE 9 */
  -webkit-transform: scale(1.06); /* Safari 3-8 */
  transform: scale(1.06); 
  transition: transform 0.5s;
}
.Imgcontent2:hover a{
    color: #0079c2;
    font-weight: 500;
}

.Imgcontent2 a:hover{
    color: #0079c2 !important;
    font-weight: 500;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: 350px;
}
@media (min-width: 1200px){
  .container {
      width: 80%;
  }
  }
  @media (min-width: 768px) and (max-width: 1280px)  {
    
    .on .navbar-right {
        float: right !important;
        margin-right: -15px;
        margin-top: 0 !important;
    }

    #footer .social i {
        font-size: 26px;
        padding: 4px;
        color: #cab17a;
        transition: all 0.3s;
    }

    .navbar-fixed-top .navbar-right {
        float: right !important;
        margin-right: -15px;
        margin-top: 32px;
    }
    .Imgcontainer img{
        height:232px ;
    }
    .slick-slide p{
        font-size: 13px !important;
    }
    

}