.bg-why{
 background-color:  #EAEFF0;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.dropdown-item:hover{
  background-color: #edb05a;
 }
  	
 .carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.bg-full {
    background-color: #0047b3;
    border-radius: 0px;
    text-align: center;
  }
/*   .bg-full:hover {
    background-color: #33001a;
  }*/

  .bg-nav {
    background-color: #001a4d;
   
  }
   .bg-nav:hover {
    background-color: #33001a;
  }

/*    .bg-services {
    background-color: #3333ff;
    border-radius: 30px;
    text-align: center;
  }*/
 
  .p-services {
    text-align: justify;
  }


/* footer two  */

 .col-md-1 a {
      
      text-decoration: none;
      font-size: 1.3em;
      color: white;
      background-color: none;
      padding: 10px;
}
.col-md-1 a:hover {
    background-color: yellow;
    color: blue;
 }
}
.video {
  max-width: 600px;
  max-height: 500px;
}

@media(max-width: 1050px){
  .video {
  max-width: 400px;
  max-height: 300px;
}

}
@media (max-width: 768px){


.video {
  max-width: 300px;
  max-height: 300px;
}
}