

/*      Common Css        */
/*      Common Css        */
ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul li{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
/*      Common Css        */
/*      Common Css        */




body{    
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: 100;
    background-color: #F6F6F6;
}
header{
    background-color: #2e5e89;
    padding: 15px 0 0 0;
}
.header-name span {
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}
header .logo a img {
    width: 120px !important;
}
.header-btns {
    text-align: right;
}
.header-btns a {
    width: 70%;
    margin: 10px 0 0 0;
}
 
.menu{
    background-color: #2e5e89;
    border-bottom: 5px solid #6d3546;
    box-shadow: none !important;
    z-index: 999 !important;
}
.fixed {
    position:fixed;
    top:0;
    width: 100%;
    z-index: 9999;
}
/*
nav{
    margin: 0 auto;
}
nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
nav ul li{
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}
nav ul li a {
    margin-top: 5px;
    color: #fff;
    padding: 12px 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: block;
    text-decoration: none;
    text-transform: uppercase;

}
nav ul li a:hover{
    color: #fff;
    background-color: #9B9B00;
}
nav ul li:first-child a i{
    font-size: 16px;
}
nav ul li a i{
    margin-left: 2px;
    font-size: 14px;
}
nav ul li:hover .submenu{
    display: block;
    background-color: #002147;
    width: 160px;
    top: 51px;
    opacity: 1;
    visibility: visible;
}
.submenu{
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    cursor: none;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.submenu ul li{
    width: 165px;
    display: block;
}
.submenu ul li a{
    display: block !important;
    border-bottom: 1px dotted rgba(255, 255, 255, .2);
    color: #fff;
    padding: 5px;
    font-size: 12px !important;
    font-weight: 700;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.submenu ul li a:hover{ 
    color: #e3ff00 !important;
    background-color: transparent;
}
.toggle-bar{
    text-align: right;
    display: none
}
.toggle-bar i{
    color: #ffff00;
    position: relative;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
    cursor: pointer;
} */

.bg-dark {
    background-color: transparent !important;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    font-weight: 600;
    padding: 12px 3px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 2px;
    background: #13436E;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #fff;
    background-color: transparent;
}
.navbar {
    background-color: transparent !important;
    text-align: center;
    margin: 0 auto;
    display: table;
    width: 100%;
}
.dropdown-menu {
    background-color: #2e5e89;
    padding: 0;
    margin: 0;
}
ul.dropdown-menu li .dropdown-item {
    color: #fff;
    border-bottom: 1px dotted rgba(255, 255, 255, .2);
    font-size: 12px !important;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s all;
    padding: 7px 15px;
}
ul.dropdown-menu li .dropdown-item:hover{
    color: #fff;
    background-color: #13436E !important;
}



.scrool-notice-body{
    background-color: #2e5e89;
    margin-bottom: 0px;
    color: white;
    padding: 10px 0px 10px 15px;
    display: flex;
    align-items: center;
}
.scroll-notice-title p{
    color: white;
    font-size: 20px;
    margin: 0px;
    border: 1px solid white;
    width: 165px;
    text-align: center;
}
.scroll-notice-details{
    padding: 0 20px;
    font-size: 14px;
    width: 90%;
}
.scroll-notice-title {
    width: 12%;
}
/*       Slider        */
/*       Slider        */
.carousel{
    z-index: 0;
}
.carousel-control-next, .carousel-control-prev{
    width: 7%;
}
.carousel-control-next i, .carousel-control-prev i{
    font-size: 50px;
    font-weight: lighter;
    background: rgba(0,0,0,0.8);
    padding: 10px 25px;
}
.carousel-indicators li{
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
/*       Slider        */
/*       Slider        */


/*       Feature        */
/*       Feature        */
.box {
    background: #002147;
    border-radius: 3px;
    cursor: pointer;
    height: 11em;
    padding: .8em;
    position: relative;
    -webkit-transition: height .4s,box-shadow .5s;
    transition: height .4s,box-shadow .5s;
}
.box-body img{
    border-radius: 100%;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    display: block;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #eee;
}
.hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #eee;
}
* .box:hover {
    box-shadow: 1em 2em 1em #4c4c4c;
    height: 14em;
    -webkit-transition: height .3s ease,box-shadow .5s ease;
    transition: height .3s ease,box-shadow .5s ease;
}
/*       Feature        */
/*       Feature        */
.home-about{
    margin: 70px 0 0 0;
}
.shadow{
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 10px rgb(50,50,50,0.7);
}
.about-home-content{
    padding: 20px;
}
.about-home-description{
    text-align: justify;
}
.about-left-sidebar {
    padding-left: 15px;
}
.about-left-sidebar h2{
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}
.about-left-sidebar h2:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 40px;
    height: 3px;
    background-color: #6d3546;
}
.sidebar-content{
    margin-top: 30px !important;
    margin-left: 10px;
}
.panel-default {
    border-color: #ddd !important;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-body{
    padding: 15px 40px;
}
.sidebar-bottom{
    border-bottom: 1px dashed lightgray;
}
.notice-date {
    background-color: #6d3546 !important;
    padding: 1px !important;
    color: #ffffff !important;
    font-weight: bolder !important;
    margin-top: 5px !important;
}
.notice-month {
    background-color: #F3F3F3 !important;
    padding: 5px !important;
    color: coral !important;
    font-weight: bolder !important;
    margin-bottom: 5px !important;
}
.new-tems{
    margin: 5px 0;
}
.new-tems p{
    font-size: 14px;
    margin-bottom: 10px;
}
a.read-more {
    color: #4782B2 !important;
}
.all_notice{
    padding: 0 10px 0 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #000;
}
.card-body{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow:  0 .5rem 1rem rgba(0,0,0,.15);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.msg-box span{
    display: block;
    margin: 20px 0;
    font-size: 24px;
}
.msg-box h4{
    margin: 10px 0 0 0;
    font-size: 18px;
    color: #4a4a4a;

}
a.btn.btn-primary.margin-top5P.margin-bottom10{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    padding: 6px !important;
    border-radius: 0px !important;
    width: 180px;
    margin-top: 5%;
}
#result {
    padding: 10px 15%;
    height: 600px;
    height: auto;
    background: linear-gradient(#222,transparent 30%),linear-gradient(0deg,#222,transparent 30%),url(../images/arch.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    -webkit-filter: grayscale(70%);
}
.resultBox{
    padding: 50px 30px;
    background-color: #fff;
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: #ffffff !important;
    font-weight: bold;
    opacity: 0.8 !important;
}
.title_area {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.title_two {
    padding-bottom: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.title_area span {
    display: block;
    text-align: center;
    height: 5px;
    width: 50px;
    background: none repeat scroll 0 0 #6d3546;
    margin: 0 auto;
}
.single_course {
    background-color: #fff;
    border: 1px solid #efefef;
    /* display: inline; */
    min-height: 150px;
    width: 100%;
}
.singCourse_imgarea {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;

}
.singCourse_imgarea img {
    display: block;
    position: relative;
    height: 300px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.singCourse_imgarea .mask {
    position: absolute;
    background-color: rgba(131,137,139);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.single_course:hover .mask{
    left: 100%;
}
.course_more {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-top: 27%;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.course_more:hover{
    background-color: #fff;
    color: #ffff00;
}
.singCourse_content {
    width: 100%;
    padding: 10px;
}
.singCourse_content h3 a{
    color: #000;
}
.singCourse_content h3 a:hoevr{
    color: red;
}
.see_all{
    border-bottom: 2px solid #ccc;
    padding: 0 10px 0 10px;
    margin-right: 20px;
    float: right;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.see-more{
    margin: 15px 0;
}
.see_all:hover, .see_all:focus {
    border-color: #ffff00;
    color: #ffff00;
}
.sing_gallery_imgarea{
    position: relative;
    cursor: pointer;
    margin: 5px;
    overflow: hidden;
}

.sing_gallery_imgarea:hover .mask-gallery{
    top: 0;
}
.mask-gallery{
    position: absolute;
    top: 50%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.tile-caption{
    color: #fff;
    padding: 20px 0 15px 10px;
}
.divider{
    height: 1px;
    width: 95%;
    background-color: #fff;
    margin: 0 auto;
}
.portfolio_break2 {
    height: 450px;
    background: linear-gradient(#222,transparent 30%),linear-gradient(
0deg
,#222,transparent 30%),url(../images/bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    overflow: hidden;
    filter: grayscale(70%);
    -webkit-filter: grayscale(70%);
}
.footer_top {
    padding: 60px 0;
    background: url(../images/bg-1.jpg) no-repeat;
    background-size: cover;
}
.single_footer_widget:hover h3 a{
    color: #970001;
}
.single_footer_widget p,
.single_footer_widget p a,
.footer_widget_nav li a{
    color: #8B072F 
}
.footer_widget_nav li a:hover{
    color: #970001 !important;
}
.footer_bottom{
    background-color: #002147 !important;
    color: #FFFFFF !important;
}
.footer_bottom_content{
    padding:7px;
    font-size: 14px;
}
.develop-by{
    color:coral !important;
}
.develop_page{
    color: coral !important;
}
.sing_gallery_imgarea img {
    height: 390px;
}






/* History Page Css */
/* History Page Css */
/* History Page Css */
.page-box{
    background: white;
    box-shadow: 0 0 10px rgb(50 50 50 / 17%);
    padding: 15px;
}
.page-content-box h1{
    font-size: 32px;
    font-weight: 400;
    color: #4a4a4a;
    margin: 30px 0 15px 0;
    font-weight: 500;
}
.meta-box{
    border-bottom: 1px solid #efefef;
    padding: 0 0 10px 0;
}
.meta-box span{
    font-size: 14px;
}
.page-content-box p{
   color: #696969;
   text-align: justify;
}
.page-sidebar{
    font-size: 1.5em;
    background-color: #F6F6F6;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 10px;
}
.list-group .list-group-item a{
    color: #000;
    font-size: 14px;
    display: block;
}
.list-group-item:hover {
    background-color: #EFEFEF;
}
.list-group .list-group-item a:hover{
    color: #b91515;
}
/* History Page Css */
/* History Page Css */
/* History Page Css */

/*  */
.page-box-article{
    display: flex;
    margin: 10px 0;
}
.page-box-article:hover{
    background-color:#F6F6F6;
}
.page-box-article-img{
    width: 30%;
    height: 115px;
}
.page-box-article-img img {
    width: 100%;
    height: 100%;
}
.page-box-article-cnt{
    padding: 2px 30px;
    width: 65%;
}
.page-box-article-cnt h4 a{
    font-size: 16px;
    color: #000;
}
.text-muted{
    font-size: 14px;
}
.page-box-article-meta a{
    color: #000;
}
.page-box-article-meta a:hover{
    color:#b91515;
}
.page-box-article-meta{
    padding: 0 0 10px 0;
    border-bottom: 1px solid #efefef;
}
.chairman-box img{
    height: 220px;
    width: 202px;
    margin: 0 auto;
    display: table;
}
.chairman-meta-box{
    display: none;
}

/*      Syllabus         */
.pdf-box{
    display: flex;
    margin: 10px 0;
}
.pdf-box:hover{
    box-shadow: 0 0 10px rgb(50 50 50 / 17%);
}
.pdf-border{
    border: 1px solid #ddd;
}
.pdf-icon a i {
    color: coral;
    font-size: 60px;
    padding: 10px 20px 10px 10px;
}
.pdf-content a{
    color: #000;
    display: block;
}
.pdf-content p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.pdf-notice-box a h4{
    font-size: 18px;
    border-left: 1px solid #ddd;
    padding: 2px 30px;
}
.pdf-notice-box p{
    padding: 0 30px;
}
.notice-frn .form-outline {
    padding: 0 0 0 5%;
    width: 85%;
}
.notice-box p{
    margin: 0 !important;
}
.teacher-box{
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 8px;
    border-top: 2px solid #F6F6F6;
}
.teacher-content {
    padding: 0 0 0 15px;
}
.teacher-content h3{
    color: #777;
}
.teacher-content p{
    margin: 0;
    font-size: 1em;
    color: #000;
}
.teacher-content p strong{
    font-weight: bold;
}
.teacher-btn{
    color: #fff !important;
    padding: 4px 30px;
    border-radius: 0;
    margin: 8px 0 0 0;
}
.form-space-btn{
    display: flex;
}
.space{
    width: 60%;
}
.form-space-btn button{
    width: 40%;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 2px 30px !important;
    border-radius: 0;
}





.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  /* float: left; */
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}









/* ============ desktop view ============ */
@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu
    {
        display: none;
    }
	.navbar .nav-item:hover .dropdown-menu
    {
        display: block;
    }
	.navbar .nav-item .dropdown-menu
    {
        margin-top:0;
    }
}	
/* ============ desktop view .end// ============ */

@media  (max-width: 991.98px) 
{
    .navbar-toggler:focus{
        box-shadow: 0;
    }
    .navbar-dark .navbar-nav .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
    }
    header .logo a img{
        width: 100% !important;
    }
    .hide-phone{
        display: none;
    }
    .header-name span{
        font-size: 16px;
    }
    .header-name p {
        font-size: 13px;
    }
    .header-btns a {
        font-size: 12px;
        width: 100%;
    }
    .scroll-notice-title {
        width: 30%;
    }
    .scroll-notice-title p{
        width: 100%;
        font-size: 14px;
    }
    .box{
        margin: 10px 0;
    }
    .shadow{
        padding: 40px 0;
    }
    #result{
        padding: 10px;
    }
    .single_course {
        box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
        margin: 10px 0;
    }
    .single_footer_widget {
        margin: 0 0 20px 0;
    }
    .single_footer_widget a{
        color: #222;
    }
    .single_footer_widget h3,
    .single_footer_widget a h3{
        font-size: 18px;
    }
    .carousel-control-next {
        right: 5%;
    }
    .carousel-control-prev {
        left: 5%;
    }
}


@media  (max-width: 575.98px) 
{
    .header-name span{
        font-size: 14px;
        font-weight: 500;
    }
    .header-name p {
        font-size: 12px;
        margin: 0;
    }
    .header-btns{
        margin: 10px 0 0 0;
    }
    .carousel-control-next i, .carousel-control-prev i{
        font-size: 24px;
        padding: 10px 15px;
    }
    .carousel-control-next {
        right: 5%;
    }
    .carousel-control-prev {
        left: 5%;
    }
    .home-about {
        margin: 15px 0 0 0;
    }
    .sing_gallery_imgarea img{
        height: auto;
    }

    
}