/*
Theme Name: Twenty Twenty-Five Child
Description: Child Theme
 Author:       Mahipal Choudhary
Template: twentytwentyfive
Version: 1.0
*/


.navbar-nav > li {
  margin: 0 12px;
}

.navbar-nav > li > a {
  class: nav-link;
  color: #2B93D2;
  font-weight: 500;
  text-decoration:none;
}
.bannerheading{
font-size:60px !important;
color:#0D3F5E !important;
font-weight:600;
font-family:figtree;
}
body ,h1,h2,h3,h4,h5,h6,p,a{
  font-family: 'Figtree', sans-serif !important;
}
a{
	text-decoration:none !important;
}
.colorset{
color:#0D3F5E !important;	
}
#logoCarousel .logo-box {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
}

#logoCarousel img {
  max-height: 80px;
  width: 100%;
  opacity: 0.8;
  transition: all 0.3s ease;
}

#logoCarousel img:hover {
  opacity: 1;
  transform: scale(1.05);
}
#teamCarousel .card img {
  height: 310px;
  object-fit: cover;
}

#teamCarousel .card {
  border: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.social-icons a {
  font-size: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration:none;
}

.play-icon {
  width: 80px;
  height: 80px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .dropdown-menu .dropdown-menu { */
    /* top: 0; */
    /* left: 100%; */
    /* margin-left: .1rem; */
    /* display: none; */
/* } */
/* .dropdown-menu li:hover > .dropdown-menu { */
    /* display: block; */
/* } */


.dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    display: none;
}

.dropdown-menu li:hover > .dropdown-menu {
    display: block;
}
/* Mobile devices */
@media (max-width: 767px) {

.bannerheading{
font-size:30px !important;
color:#0D3F5E !important;
font-weight:600;
font-family:figtree;
}

}


