*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face{
    font-family: SutonnyMJ;
    src: url(../fonts/SutonnyMJ-Bold.ttf);
}
body{
   
    background: #fff url(../img/bg_main.gif) no-repeat center center fixed;
    font-family: 'Droid Sans', sans-serif;
    font-size: 13.5px;
}

.container{
    background-color: #fff;
    box-shadow: 0 0 10px 5px #0000003b;
}

.header .header_left_part {

    margin-top: 10px;
}

.header .header_right_part {

    margin-top: 25px  !important;
    float: right;
}
.header  .header_right_part .advertise-logo  {

    width: 375px !important;
    height: 143px !important;
   
}

.header .header_left_part .logo_div{
    float: left;
   
}

.header .header_left_part .logo_div img{
    width: 125px;
    border-radius: 50%;
} 

.header .header_left_part .header_left_text{
    padding-top: 15px;
}


.header .header_left_part .header_left_text h3 {
    background-color: #6e22ec;
    font-size: 20px;
    padding: 6px 0;
    color: #ffffff;
    font-weight: 800;
    margin-left: 65px;
    text-transform: capitalize;
    text-align: left; 
}
    


.header .header_left_part .header_left_text p{
    background-image: linear-gradient(to left, #f3bc6b, transparent); 
    padding: 5px 10px 5px 75px;
    font-size: 13px;
    color: #0e0e0e !important;
    margin-left: 50px;
    line-height: 1.4;
    text-align: justify;
}



.header .header_right_part .header_link ul{
    list-style-type: none;

}

.header .header_right_part .header_link ul li{
    float: left;
    

  
}
.header .header_right_part .header_link ul li::after{
   
  content: '';
  border-right: 1px solid rgb(187, 176, 176);
  
}



.header .header_right_part .header_link ul li a{
    text-decoration: none;
    padding: 10px;
    color: #000;
    font-size: 12px;
   
}
.header .header_right_part .header_link ul li a:hover{
    text-decoration: underline;
    color: #1595A3;
}

.header .header_right_part .header_link ul li a .fas{
    padding-right: 5px;
}

.header .header_right_part .advertise_part {
    clear: both;
    background-color: #f2f2cd;
    height: 65px;
    position: relative;
    width: 367px;
    float: right;
    margin-top: 20px;
}



/* Navigation bar style*/
.bg-bmdc {
    background-color: #ce842a !important;
    box-shadow: 0 5px 10px #afafaf;
    color: white !important;
    padding-left: 100px;
}

.navigation .navbar-nav {

    background-color: #ce842a !important;
}
.navigation .navbar .navbar-brand{
    font-size: 16px;
    color: #fff !important;
  
}

.navigation .navbar-nav .nav-item {
  
    margin-left: 20px;
}

.navigation .navbar-nav li:first-child, .navigation .navbar-nav li:last-child{
    border-right: none ;
}


.navigation .navbar-nav .nav-item .nav-link{
    color:#fff !important ;
    padding-top: 15px;
    font-size: 13px;
    font-weight: 600;
}

.navigation .navbar .navbar-brand .fa-home {
    font-size: 20px;
    padding: 5px;
}


.navigation .navbar-nav .nav-item:nth-child(1) .mega-menu {
    width: 190px;
    overflow: hidden;
    margin-top: -2px;
}
.navigation .navbar-nav .nav-item:nth-child(2) .mega-menu {
    width: 190px;
    overflow: hidden;
    margin-top: -2px;
}
.navigation .navbar-nav .nav-item:nth-child(3) .mega-menu {
    width: 190px;
    overflow: hidden;
    margin-top: -2px;
}


.mega-menu  a {
    display: block;
    color: #565c63;
    font-weight: 400;
    clear: both;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    padding: 10px 10px;
}
.mega-menu  a:hover{
    background-color: #ce842a !important;
    color: #fff !important;
}


/* .dropdown:hover>.dropdown-menu{
    display: block;
} */


/******Home Page Content Section********/

.marque .alert{

    padding: 2px 5px !important;
}


.marque .alert p {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.presentation-left-section{
    box-shadow: 0px 1px 2px grey;
}

.carousel{
    text-align: center !important;
}

.carousel-inner img{

    height: 380px;
    width: 100%;
}

#curriculum{
  
        border-bottom: 1px solid #e4e2e2;
        margin-bottom: 30px;
 
}

#curriculum .curriculum-heading{
    font-size: 20px;
}

#curriculum .card-body{
    text-align: center;
}

#curriculum .card-body img{
    height: 50px;
    width: 50px;

}

#curriculum .card-body h5.news-title{
    font-weight: bold;
    font-size: 16px;
}
#curriculum .card .card-footer a{
    color: grey;
}

#curriculum .card .card-footer a:hover{
    text-decoration: none;
}



/** Presentation section ***/

#presentation .left-section {
    box-shadow: 0px 0px 1px grey;
}
.news-section{
    box-shadow: 0px 0px 1px grey;
  

}

.news-scroll{
    max-height: 420px !important;
    overflow: hidden;
}
.news-feed {
    padding: 10px 0px;
    display: flex;
    justify-content: flex-start;
}
.news-card{
    border: none !important;
}

.recent-news{
    font-size: 17px;
}
.news-scroll ul li {
  list-style-type: none;
}

.news-feed .news-img {
  
   
    margin: 0 10px 5px 0;
}


.news-feed .news-img img{
    border-radius: 4px;
}

.news-feed .news-details {
    border-bottom: 1px solid #dee2e6;
    flex-grow: 1;
}
.news-feed .news-details .news-type {
    margin: 0;
    padding-bottom: 5px;
}
.news-feed .news-details .news-link{
    color: #000;
    padding-bottom: 10px;
    display: block;

}

.news-feed .news-details .news-link:hover{
    color:#0056b3 ;
}

.all-update-news {
    text-align: right;
    display: block;
    margin-top: 16px;
    text-decoration: none;
}


/****** Admission Form Section *******/

#admissionForm{
  margin-bottom: 100px;
}

.bikash-title{
    color: #e2136e;
   
}
::placeholder{
    color:rgb(182, 178, 178) !important;
    font-size: 14px;
    font-style: italic;
}

.payment-section{

        padding: 20px;
        box-shadow: 0px 0px 5px grey;
        margin-top: 10px;
}


#searchMember{
    min-height: 500px;
    padding: 50px 0;
}
#searchMember h5{
   
}
#searchMember .search-form{
    padding: 20px;
    box-shadow: 0px 0px 5px 0px #ecbfe5;
    
}

.employee-img{
    width:150px;
    height:180;
}
   



/******Footer Section********/

.footer {
    background-color: #f8f9fa;
    padding: 30px;
    border-top: 1px solid #e5e5e5;
}

.footer .footer-first-col h6, .footer .footer-second-col h6, .footer .footer-third-col h6, .footer .footer-fourth-col h6{

    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.footer .footer-second-col ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer .footer-second-col a{
    text-decoration: none;
    color: #6c757d !important;
    font-size: 15px;
    display: block;
    margin-top: 5px;
}

.footer .footer-second-col a.bangla-font{
    font-family:  SutonnyMJ;
}

.footer .footer-second-col a:hover{
    text-decoration: underline;
}

.footer-third-col iframe{
    width: 300px !important;
    height: 200px !important;
}


iframe{
  
    border: 1px solid grey;
    border-radius: 5px;
   
}








