body{
    font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none!important;   
    color:#f1f1f1;
    font-size: small;
}
.header-social-icon
{
    background:#02631f !important;     
}
.header-social-icon {
    display: flex;
	/* flex-wrap: wrap !important; */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    text-align: center; /* Center text */
    width: 100%; /* Full width of the header */
	
  }
  
  .container {
    max-width: 1200px; /* Set a max width if needed */
    margin: 0 auto; /* Center container */
  }
  
  .header-social-icon a {
    color: white; /* Link color */
    text-decoration: none; /* Remove underline from links */
  }
  
  .header-social-icon a:hover {
    text-decoration: underline; /* Optional: underline on hover */
  }

 /* @media (max-width :578px) 
{
.header-social-icon
{
    display: none;
}
} */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top: -7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */

/***********************
Section Heading
************************/
.section-heading
{
    color: var(--bs-orange);
}

/***********************
Navbar
************************/
nav{
    /* background:#ffff !important;  */
    /* background:#192655 !important; */
    /* box-shadow: 1px 1px 2px #ddab0644; */
     /* background:#ED7D31 !important;   */
     background: #02631f !important;      
     
}
nav .navbar-brand 
{
    /*color: var(--bs-orange)!important;*/
    color: var(--bs-blue)!important;
   
    
}
.navbar-nav .nav-link
{
    font-size: 14px;
   
    /* padding-bottom: 1px; padding-top: 1px; */
    color: white;
    
}
.nav-link:hover
{
    font-size: 14px;
    background-color: orangered;
    margin-top: 0px; 
     /* padding-block: 15px; */
    /* background-color: #041447; */
}
.dropdown-item
{
    font-size: 12px;
}
.dropdown-item:hover
{
    /* color:rgb(107, 60, 7); */
    background-color: rgb(247, 150, 6); 
    color:#f1f1f1;
    /* background-color: #041447; */
    display: block;
    font-size: 15px;

}
.dropdown:hover .dropdown-menu {
    display: block;
}
    
 
.navbar-toggler
{
    outline: none!important;
    padding: none!important;
}
 
.caret-right {
    border-left: 1px solid;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

/***********************
Carousel  https://www.copthnigadi.org/ https://www.lsfpef.com/
************************/
.carousel-inner .carousel-item
{
    width: 100%;
    height: 75vh;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-inner .carousel-item::before{
    content:'';
    /* background-color: rgba(12, 11, 10, 0.5); */
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
}
.carousel-inner .carousel-caption{
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    bottom:0;
    top : 37%;
    left :0;
    right:0;
}
.carousel-inner .carousel-caption span{
    color: var(--bs-orange);
}
.carousel-inner .carousel-caption h2{
    color: #f1f1f1;
    margin-bottom: 7px;
    font-size: 42px;
    font-weight: 600px;
    width:80%;
    margin : 0px auto 10px auto;
}

.carousel-inner .carousel-caption p{
    
    font-size: 20px;
    width:80%;
    margin : 0px auto 20px auto;
}

@media (max-width :768px) 
{
    .carousel-inner .carousel-caption h2{
        font-size: 38px;
    }
}


@media (max-width :577px) 
{
    .carousel-inner .carousel-caption h2{
        font-size: 25px;
    }
    .carousel-inner .carousel-caption p{
        font-size: 13px;
    }
}
/***********************
Section Heading
************************/
.section-heading
{
    color: var(--bs-orange);
}

#main .welcome .firstline
{
    font-size: 35px;
    letter-spacing: 5px;
    /* padding-left: 15px; */
    color: #192655 !important;  
}
#main .welcome .secondline
{
    
    font-size: 18px;
    font-weight: 500;
    color: #ED7D31 !important; 
} 
/***********************
Courses
************************/

.course .box
{
    
    box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
}

.course .box img
{
    padding :5px 5px;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
}


/**
    MARQUEE START
**/

.marquee {
    display: flex;
    position: relative;
    overflow: hidden;
    white-space: nowrap; 
    width: 100%;
    padding: 5px 0px;
     /* margin: 0px auto;   */
    /* background-color:#192655 !important;    */
    /* resize: horizontal; */
    color:white;
    container-type: inline-size;
  }
 
  .marquee > * {
    -webkit-animation: marquee 10s linear infinite ;
    animation: marquee 10s linear infinite ;
  }
  @-webkit-keyframes marquee {
    to {
      transform: translateX(min(100cqw - 100%, 0px));
    }
  }
  @keyframes marquee {
    to {
      transform: translateX(min(100cqw - 100%, 0px));
    } 
  }
 
 
/**
    MARQUEE end
**/

/* Navbar Setting */
.navbar-nav{
	flex-wrap: wrap !important;
    justify-content: center !important;
    white-space: normal !important;	
}

.nav-item{
	margin: 4px 5px !important;
}