body {
    font-family: 'Open Sans';
}

a {
    background-color: transparent;
}
p {
  font-size: 18px;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 21px; 
}
h5 {
  font-size: 20px;
}

li {
  text-decoration: none;
  display: inline;
  color: black;
 }
.navbar {
  background-color: rgb(3, 21, 51);
  border: none;
}
.navbar-brand img {
  margin-top: -5px;
  width: 200px;
  height: 50px;
}

.navbar-nav li a {
  font-size: 20px;
  padding-top: 35px;
  padding-bottom: 22px;  
}
#myCarousel {
  margin-top: -20px;
}
.carousel-control.right, .carousel-control.left {
      background-image: none;
      color: rgb(3, 21, 51);
}
.carousel-indicators li {
      border-color: rgb(3, 21, 51);
}
.carousel-indicators li.active {
      background-color: rgb(3, 21, 51);
}
.item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
}
.item span {
  font-style: normal;
}


@media screen {
    .col-sm-8 {
      margin-left: 17%;
    }}
.fa {
  color: #999999;
  padding: 12px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
  color: white;
  text-decoration: none;
 
}
.con {
  text-align: center;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 9px;
  border-radius: 5px;
}
.col-md-3 li {
  color: #8c8c8c;
  display: inherit;
  text-decoration: none;
}

.col-md-3 li a {
  color: #8c8c8c;
  font-size: 18px;
  font-style: bold;
  display: inherit;
  text-decoration: none;
}

.col-md-3 li:hover {
  color: white;
}
.col-md-3 li a:hover {
  color: white;
}
.col-md-3 a:hover {
  color: white;
}
.footer h3 {
  color: #d9d9d9;
}
.footer h4 {
  color: #d9d9d9;
}
#ff2 {
  color: #8c8c8c;
}
#ff2:hover {
  color: white;
}
#ft2 {
  color: #8c8c8c; 
}
#ft2:hover {
  color: white;
}
#fg2 {
  color: #8c8c8c;
}
#fg2:hover {
  color: white;
}
#fl2 {
  color: #8c8c8c;
}
#fl2:hover {
  color: white;
}
.map-container-6{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-6 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.fa {
  font-size: 18px;
  color: black;  
}

.jumbotron {
  margin-top: -20px;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
}
.jumbotron a {
  font-size: 22px;
  padding: 7px;
  color: white;
  display: inline;
  text-decoration: none;
  position: center;
}
.jumbotron a:hover {
  color: rgb(3, 21, 51);
}
//*gallery-start*//
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.8;
  display: none;

}
.lightbox {
  position: absolute;
  left: 0;
  width: 
}
.gallery {
  margin: 30px 0 50px;
}
.gallery img {
  width: 230px;
  padding: 5px;
  transition: 1s;
}
.gallery img:hover {
  filter: ;
  transform: scale(1.1); 
}
video {
  width: 100%;
  height: auto;
}
//*index*//
element.style {
    visibility: visible;
    animation-name: fadeInDown;
}
.services-info-3 {
    text-align: center;
    padding: 20px;
    border: 1px solid #f1f2f3;
    
}
.delay-04s {
    -webkit-animation-delay: 0.4s;
}

@media (min-width: 992px)
.col-lg-3 {
    
    flex: 0 0 25%;
    max-width: 25%;
}
@media (min-width: 768px)
.col-md-6 {
}
    
@media (min-width: 576px)
.col-sm-6 {
  }

.pd {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 1s;

}
.pd:hover {
  color: green;
  transform: scale(1.1); 
}
video {
  width: 100%;
  height: auto;
}
.gallery-videos {
background-color: #f2f2f2;
}

//*contact*//
.con {
  text-align: center;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 9px;
  border-radius: 5px;
  transition: 1s;

}
.con:hover {
  transform: scale(1.2); 
}


//* Media Query *//


@media (min-width: 1281px) {
  

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
 

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  
}