/*      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        */


 strong,
   b {
        font-weight: bold !important;
    }
.carousel-item img {
    height: 80vh;
}
.single_gallery {
    height: 250px;
    width: 460px;
    margin: 0 15px 40px 35px !important;
}
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 .header-top {
    width: 83%;
    margin: 0 auto;
    display: flex;
    /* background-color: red; */
}
header .header-top .logo {
    width: 10%;
    text-align: center;
}
header .header-top .logo a img {
    width: 100px;
}
header .header-top .header-name {
    width: 80%;
    text-align: center;
}
header .header-top .header-name span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
header .header-top .header-name p {
    font-size: 20px;
}
header .header-top .header-btns {
    width: 10%;
}
header .header-top .header-btns a {
    color: #fff;
    border-radius: 100px;
    width: 170px;
}

.menu {
    background-color: #2e5e89;
    border-bottom: 5px solid #6d3546;
    box-shadow: none !important;
    z-index: 999 !important;
    margin: 15px 0 0 0;
}
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 6px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    background: #13436e;
}
nav ul li a:hover {
    color: #fff;
    background-color: #2e5e89;
}
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: #13436e;
    width: 160px;
    top: 51px;
    opacity: 1;
    visibility: visible;
}
.submenu {
    position: absolute;
    /* top: -100px; */
    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, 0.2);
    color: #fff;
    padding: 10px;
    font-size: 12px !important;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
}
.submenu ul li a:hover {
    color: #e3ff00 !important;
}
.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;
}

.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: auto;
}
/*       Slider        */
/*       Slider        */
.carousel {
    z-index: 0;
}
.carousel-control-next,
.carousel-control-prev {
    width: 7%;
}
.carousel-control-next i,
.carousel-control-prev i {
    font-size: 120px;
    font-weight: lighter;
}
.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: 0.8em;
    position: relative;
    -webkit-transition: height 0.4s, box-shadow 0.5s;
    transition: height 0.4s, box-shadow 0.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 0.3s ease, box-shadow 0.5s ease;
    transition: height 0.3s ease, box-shadow 0.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;
}
.sidebar-bottom {
    transition: 0.3s all;
}
.sidebar-bottom:hover {
    background-color: #dedede;
}
.new-tems {
    margin: 5px 0;
}
.new-tems p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    transition: 0.3s all;
}
.new-tems:hover p {
    color: green;
}
.new-tems span {
    transition: 0.3s all;
}
.new-tems:hover span {
    color: coral !important;
}
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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #000;
}
.card-body {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 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/bg-1.jpg);
    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;
    margin-bottom: 20px;
    width: 100%;
}
.singCourse_imgarea {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.singCourse_imgarea img {
    display: block;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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-1.jpg);
    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-color: white;
    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;
}

/* 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;
}

table td,
table th {
    border: 1px solid #ddd;
}
table th p {
    text-align: center !important;
    width: 100%;
    margin: 0;
    padding: 10px;
}
table td p {
    width: 100%;
    margin: 0;
    padding: 5px 10px;
}
.single_footer_widget ul.footer_widget_nav,
.single_footer_widget ul.footer_widget_nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_bottom_content p {
    margin: 0;
}
.sidebar-bottom ul,
.sidebar-bottom ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 349.98px) and (max-width: 991.98px) {
    .second-logo {
        display: none;
    }
    header .header-top {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    header .header-top .logo,
    header .header-top .header-name,
    header .header-top .header-btns {
        width: 100%;
        margin: 15px 0;
    }
    header .header-top .header-name {
        padding: 0;
    }
    .toggle-bar {
        display: block;
    }
    nav {
        position: relative;
    }
    nav > ul {
        position: absolute;
        top: -100px;
        left: 0;
        width: 100%;
        background-color: #002147;
        border-top: 2px solid #fff;
        display: none;
    }
    .submenu {
        position: relative;
        top: 0;
        left: 0;
        transition: 1s;
        z-index: 1;
        display: none;
    }
    nav ul li:hover .submenu {
        top: 0;
        display: block;
    }
    nav ul.active {
        position: absolute;
        top: 50;
        display: block;
        background-color: #002147;
        z-index: 1;
        transition: 0.5s;
    }
    nav ul li {
        display: block;
    }
    .box {
        margin: 20px 0 0 0;
    }
    #result {
        padding: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    header .header-top .header-btns a {
        width: 160px;
    }
    #result {
        padding: 10px 10%;
    }
}

@media (max-width: 767px) {
    .carousel-control-next,
    .carousel-control-prev {
        width: 10%;
    }
    #result {
        padding: 10px 0;
    }
}
