.logo {
    width: 100%;
    background-color: #305086!important;
}
.menu-bar-row .w3-bar .menu h3 {
    margin: 0;
    color: #fff;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.menu-bar-row .w3-bar h3:hover {
    color: #F5DB12;  /*Yellow color*/
}
.menu-bar-row .w3-bar .w3-dropdown-hover .w3-button:hover{
    background-color: #001F4B!important;
    color: #F5DB12!important;/*Yellow color*/
}

/*Drop down menu*/
.w3-dropdown-content {
    background-color: #305086;
    color: #F5DB12;/*Yellow color*/
}

.w3-blue, .w3-hover-blue {
    color: #fff!important;
    background-color: #305086!important;
    padding: 15px;
}
.w3-bar .w3-red {
  background-color: #001F4B!important;
  color: #F5DB12!important;/*Yellow color*/
}

.w3-bar .w3-button:hover {
  color: #F5DB12!important;/*Yellow color*/
  background-color: #001F4B!important;
}
.w3-table td,th{
  text-align: center!important;
  /*color: #ff0000;*/
}

/*Footer*/
.footer{
    background-color: #001F4B;
}
.footer font{
    font-size: 25px; color: #fff;
}
.footer a font:hover{
     color: #F5DB12!important;  /*Yellow color*/
}

.w3-bar .w3-bar-item font{
    text-align: center;
    font-size: 15px; color: #fff;
}
.w3-bar .w3-bar-item a font:hover{
     color: #F5DB12!important;  /*Yellow color*/
}


/* Slideshow container */
.slideshow-container {
  max-width: 1127px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.slideshow-container .mySlides .text{
  color: #f2f2f2;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: 13%;
  width: 100%;
  text-align: center;
}
.slideshow-container .mySlides .sub-text {
  color: #f2f2f2;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  bottom: 2%;
  width: 100%;
  text-align: center;
  line-height: normal;
  text-overflow: all;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media(max-width:768px) {
    /* Caption text */
    .slideshow-container .mySlides .text{
      color: #f2f2f2;
      font-size: 20px;
      /*padding: 8px 12px;*/
      position: absolute;
      bottom: 16%;
      width: 100%;
      text-align: center;
    }
    .slideshow-container .mySlides .sub-text {
      color: #f2f2f2;
      font-size: 12px;
      /*padding: 8px 12px;*/
      position: absolute;
      bottom: 1%;
      width: 100%;
    }
}

/*body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: century-gothic, sans-serif;
}

.red-color,
.red-color:hover {
    color: #FF0038;
}

.light-gray {
    color: #A6A6A6;
}

.light-gray a:hover {
    color: #FF0038;
}

.dark-gray {
    color: #545454;
}

.navbar {
    background: #fff;
    padding: 0;
    padding-left: 24px;
    /* Top Left corner 
}*/

/*.nav-link,
.navbar-brand {

    font-family: century-gothic, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    padding-top: 3px;
    padding-bottom: 3px;
    letter-spacing: 3px;

}

.nav-link {
    margin-right: 1em !important;
}*/

/*.nav-item:hover {
    background-color: #FF0038;
    color: #ff0038;
}
*/

/*.navbar .navbar-collapse .navbar-nav li a:hover {
    color: #FF0038;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #FF0038;
}

.navbar-collapse {
    justify-content: flex-end;
}

.description {
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -55%);
    text-align: center;
}

.description h1 {
    color: #A6A6A6;
}

.description p {
    color: #A6A6A6;
    font-size: 1.3rem;
    line-height: 1.5;

}

.carousel-caption {
    top: 60%;
    transform: translateY(-50%);
    bottom: initial;
    text-align: left;
}

.carousel-caption:hover {
    color: #FF0038;
}

.carousel-caption hr {
    height: 1px;
    background-color: #FFFFFF;
    border: none;
    text-align: left;
    margin-left: 0;
    width: 450px
}

.contact-us-link a {
    color: #A6A6A6;
    list-style-type: none;*/

/*margin: 0 12px;*/

/*}

.contact-us-link a:hover {
    color: #FF0038;*/

/*margin: 0 12px;*/

/*}

.contact-us-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 0.5;
}
*/

/*footer*/

/*footer {
    background-color: #FFFFFF;
    margin-top: 40px;
    margin-left: 13px;
    /* bottom left corner 
}*/

/*footer ul {
    list-style-type: none;
    padding: 0px;
}

footer li {
    display: inline;
}

footer li a {
    color: #A6A6A6;
    margin: 0 12px;
}

footer li a:hover {
    color: #FF0038;
    margin: 0 12px;
}

.d-flex li {
    display: inline;
}


.letter-spacing {
    letter-spacing: 3px;
}*/

/*mobile screen logo */

/*@media(max-width:768px) {
    .navbar-brand img {
        width: 100%;
        max-width: 100%;
    }
}*/