body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
    width:100%;
  /**  margin-left:10%;
    margin-right:10%;**/
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  
  .jumbotron {
    background-color: #008000;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
  }
  .container-fluid {
    padding: 60px 50px;
  }
  .bg-grey {
    background-color: #eafaf1;
  }
  .logo-small {
    color: #f4511e;
    font-size: 50px;
  }
  .logo {
    color: #f4511e;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 5px 0;
    border: none;
    border-radius: 15%;
  transition: transform 0.3s ease; /* Smooth zoom effect */
  }
  .thumbnail img {
    width: 80%;
    height: 30%;
    margin-bottom: 5px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
  }
  .carousel-indicators li {
    border-color: #f4511e;
  }
  .carousel-indicators li.active {
    background-color: #f4511e;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
  }
 /** .navbar {
    margin-bottom: 0;
    background-color: white;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
    color: green !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }**/
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    
      
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }
  .footer {
	/*background: #CCC49F;*/
  background: green;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
  color:white;
  } 
  
  .rounded-image {
  border-radius: 10px; /* Adjust the value to control the roundness */
  transition: transform 0.10s;
  height:400px;
  
}
.rounded-image:hover {
 transform: scale(1.1);
 /**move up and down**/
/** transform: translateY(-10px) !important;**/
}
/* Caption text */
.text {
  color: #FFFFFF;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.container-fluid text-center bg-grey{
    
}
body {
/**background-image: url('images/s12.jpg');
opacity:0.5;**/
/**.dark-overlay {**/
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity value (0.5) to your liking */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/**}**/

}
.btn{
  background-color: #00008b;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius:10px/10px;
}

.btn:hover {
  background-color: #008000;
 /** transform: scale(1.1) rotate(5deg);**/
  transform: scale(1.2);
}
.btn3{
  background-color: #FF0000;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius:30px/30px;
}

.btn3:hover {
  background-color: #008000;
 /** transform: scale(1.1) rotate(5deg);**/
  transform: scale(1.2);
}
.btn2{
  background-color: #00008b;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius:30px/30px;
}

.btn2:hover {
  background-color: #008000;
 /** transform: scale(1.1) rotate(5deg);**/
  transform: scale(1.2);
}
#myVideo {
/**   position: fixed;**/
 right: 0;
 bottom: 0;
 left:0;
 min-width: 100%; 
 min-height: 100%;
 border-radius:15%;
 
}

.content {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 background: rgba(0, 0, 0, 0.5);
 color: #f1f1f1;
 width: 100%;
/** padding: 20px;**/
 text-align:center;
 border-bottom-left-radius: 15%; /* Bottom-left corner */
 border-bottom-right-radius: 15%; /* Bottom-right corner */
  
}
.li{
    color:#FFFFFF;
}


.logo a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}

.nav-links a:hover {
  background-color: #575757;
  border-radius: 5px;
}

/* Dropdown Menu */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #444;
  min-width: 150px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #575757;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    display: none;
  }

  .nav-links.active {
    display: flex;
  }

  .navbar {
    flex-wrap: wrap;
  }
}

/**nav bar font color**/
.navbar li a, .navbar .navbar-brand {
    color: white !important;
  }
  
/** Side Caruosel**/  
  
 .carousel-container {
  position: relative;
  width:300px;
  height: 350px;
  overflow: hidden;
  border-radius:10px/10px;
}

.carousel-container2 {
  position: relative;
  width:400px;
  height:350px;
  overflow: hidden;
  border-radius:10px/10px;
}
.carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prev-button, .next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  cursor: pointer;
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
}
.text {
  color: #f5fffa;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
} 

.social-media-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media-icons a {
  margin: 10px;
  font-size: 24px;
  color: #333;
  transition: color 0.2s ease;
}

.social-media-icons a:hover {
  color: #007bff;
}