/*
Theme Name: NWIS
Theme URI: https://example.com/nwis
Author: AKM RAKIB HASAN
Author URI: https://rakibhasan.me
Description: A clean, lightweight, SEO-friendly modern WordPress theme built for School.
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nwis
Tags: education, blog, responsive, custom-menu, two-columns
*/


body {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

#direct_contact_btn a,
#site_lang_btn {
    font-family: "Oswald", sans-serif;
}

/* Initial Setup */
/* Font Familly */
.ff_oswald {
    font-family: "Oswald", sans-serif;
}

/* Font Sizes */
.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-30 {
    font-size: 30px !important;
}

/* Font Weights */
.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

/* Colors */
.color_ash {
    color: #575b5d !important;
}

.color_black {
    color: #000000 !important;
}

.color_blue {
    color: #2d3a93 !important;
}

.color_orange {
    color: #f36e26 !important;
}

.color_red {
    color: red !important;
}

.color_white {
    color: #ffffff !important;
}

.color_green {
    color: #87c620 !important;
}

/* Background Colors */
.bg_black {
    background-color: #2e2f30 !important;
}

.bg_blue {
    background-color: #2d3a93 !important;
}

.bg_orange {
    background-color: #f27e3f !important;
}

.bg_white {
    background-color: #ffffff !important;
}

.bg_gray {
    background-color: #eeeeee !important;
}

/* Misc */
.no_bdr {
    border: none !important;
}

.no_pad {
    padding: 0 !important;
}

.no_pad_top {
    padding-top: 0 !important;
}

.no_pad_rgt {
    padding-right: 0 !important;
}

.no_pad_btm {
    padding-bottom: 0 !important;
}

.no_pad_lft {
    padding-left: 0 !important;
}

.pad_lft_15 {
    padding-left: 15px;
}

.no_mrgn {
    margin: 0 !important;
}

.no_mrgn_top {
    margin-top: 0 !important;
}

.no_mrgn_rgt {
    margin-right: 0 !important;
}

.no_mrgn_btm {
    margin-bottom: 0 !important;
}

.no_mrgn_lft {
    margin-left: 0 !important;
}

.mrgn_auto {
    margin: 0 auto !important;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.container {
    max-width: 1024px;
    position: relative;
}

a:focus,
a:active,
input[type="button"]:focus,
input[type="button"]:active,
input[type="submit"]:focus,
input[type="submit"]:active {
    outline: none;
    outline-offset: 0;
}

.panel,
.panel-heading,
.btn,
.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel_blue {
    border: 1px solid transparent;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.panel_blue .panel-heading {
    background-color: #2d3a93;
}

.panel_blue .panel-title {
    color: #ffffff;
    font-size: 20px;
}

.panel_blue a {
    color: #198dc7;
}

.panel_blue small {
    color: #198dc7;
    font-style: italic;
}

.btn_orange {
    background-color: #f36e26;
    color: #ffffff;
}

.btn_blue {
    background-color: #2d3a93;
    color: #ffffff;
}

/* Header */
#header_panel {
    background-color: #ffffff;
    border-top: 4px solid #f36e26;
}

#top_header {
    color: #ffffff;
    height: 36px;
    line-height: 36px;
}

.social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social li {
    display: inline-block;
}

.social li a {
    display: block;
    text-align: center;
}

/* Top Social Links */
.social_top {
    float: right;
}

.social_top li {
    border-left: 1px solid #19326a;
}

.social_top li:last-child {
    border-right: 1px solid #19326a;
}

.social_top li a {
    color: #ffffff;
    font-size: 1.5em;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

.social_top li a:hover {
    background-color: #19326a;
}

#main_header {
    background-color: #ffffff;
    padding: 10px 0;
}

/* START NAVBER */
.navbar_custom {
    background-color: rgba(232, 232, 232, 0.8);
    border: medium none;
    margin: 0;
    z-index: 1030;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#app_navbar {
    padding: 0;
}

.main_menu li {
    position: relative;
}

.main_menu li a {
    color: #1e1e1e;
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    /*    padding-left: 10px;
        padding-right: 10px;*/
    text-transform: uppercase;
}

.main_menu li a:hover,
.main_menu li a:focus {
    background-color: #f36e26;
    color: #ffffff;
}

.main_menu>li.active>a,
.main_menu>li.current-menu-item>a,
.main_menu>li.current-menu-item>a {
    background-color: #2d3a93;
    color: #ffffff;
}

.main_menu li ul {
    background-color: rgba(232, 232, 232, 0.95);
    display: none;
    list-style: outside none none;
    margin: 0;
    min-width: 170px;
    padding: 5px 0;
    position: absolute;
    z-index: 1030;
}

.main_menu li ul.sub-menu {
    left: 0;
    top: 100%;
    z-index: 1030;
}

.main_menu li:hover ul.sub-menu {
    display: block;
}

.main_menu li:hover ul.sub-menu li ul.sub-menu {
    display: none;
}

.main_menu li ul.sub-menu li a {
    display: block;
    padding: 8px 15px;
}

.main_menu li ul.sub-menu li a:hover {
    text-decoration: none;
}

.main_menu li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: -5px;
}

.main_menu li ul.sub-menu li:hover ul.sub-menu {
    display: block;
}

.main_menu>li.current-menu-item>a,
.main_menu>li.current-menu-parent>a,
.main_menu>li.current-menu-ancestor>a,
.main_menu>li ul.sub-menu li.current-menu-item>a,
.main_menu>li ul.sub-menu li.current-menu-parent>a,
.main_menu>li ul.sub-menu li.current-menu-ancestor>a,
.main_menu>li ul.sub-menu li ul.sub-sub-menu li.current-menu-item>a {
    background-color: #2d3a93;
    color: #ffffff;
}

.site_title, .site-title {
    font-family: 'Times New Roman', sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.site_title a{
    color: #2d3a93 !important;
}

.site_tagline, .site-description {
    font-family: 'Times New Roman', sans-serif;
    font-size: 22px;
}

/* Banner Panel */
#banner_panel {
    margin-top: -50px;
}

#update_news_panel {
    height: 46px;
    line-height: 46px;
    position: absolute;
    top: -46px;
    width: 97%;
}

.update_txt,
.update_news {
    height: 100%;
}

.update_txt {
    background-color: #f36e26;
    padding-left: 5px;
    padding-right: 0;
    position: relative;
    text-align: right;
}

.ut_txt {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    text-transform: uppercase;
}

.ut_arrow {
    border-color: transparent transparent transparent #f36e26;
    border-style: solid;
    border-width: 23px;
    position: absolute;
    right: -46px;
    top: 0;
    z-index: 100;
}

.update_news {
    /*background-color: rgba(45, 58, 147, 0.80);*/
    background-color: #2d3a93;
}

.update_news .main_frame {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    margin-left: 40px;
    max-width: 800px;
    padding-right: 15px;
    position: relative;
}

.update_news marquee {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* Main Body */
#body_panel {
    margin: 20px 0 0;
    min-height: 400px;
}

#page_banner {
    margin-bottom: -40px;
    margin-top: -20px;
    height: 400px;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
}

#about {
    background-color: #eeeeee;
}

.section_panel {
    padding: 30px 0;
}

.section_panel_title {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0;
    text-transform: uppercase;
}

.implnk_title {
    font-size: 20px;
}

.topic_title {
    border-bottom: 2px dotted #aaaaaa;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.topic_title:before,
.topic_title:after {
    content: "";
}

.topic_title:after {
    background-color: #ba001e;
    height: 4px;
    position: absolute;
    width: 20%;
    left: 0;
    bottom: -2px;
}

/* Latest (News, Events) */
.lt {
    padding: 0;
    list-style: none;
}

.lt_title {
    font-size: 16px;
    text-transform: uppercase;
}

/* News */
.lt_news {
    margin: 0 -15px;
}

.lt_news li {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 10px;
    padding: 0 15px 10px;
    position: relative;
}

.lt_news li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.lt_news li p {
    margin: 0;
}

.lt_news li .ltn_img {
    background-color: #ffffff;
    height: 100px;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    width: 100px;
}

/* Events */
.lt_events {
    margin: 0;
}

.lt_events li {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 10px;
    padding: 0 0 10px;
    position: relative;
}

.lt_events li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.lt_events li p {
    margin: 0;
}

.lt_events li a img {
    max-height: 83px;
}

/* Important Links Area */
.implnk a {
    display: block;
}

.admission_frm_download_bg {
    background-image: url(assets/img/admission_form_download_bg.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
}

/* Gallery */
.gallery_img,
.gallery-caption {
    padding: 5px;
}

.gallery-caption {
    font-weight: 600;
}

.calendar-archives.twentythirteen .today {
    color: #ffffff !important;
}

/* Footer Panel */
#footer_panel {
    background-image: url(assets/img/footer_bg.jpg);
    background-position: 0 -40px;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 12px solid #2c3a93;
}

#footer_top {
    background-color: rgba(8, 55, 102, 0.75);
    /*filter: alpha(opacity=30);*/
    min-height: 100px;
    /*opacity: 0.30;*/
    padding: 15px 0 0;
}

.foot_widgets .qlink,
.foot_widgets .cmp_info,
.foot_widgets .loc_map {
    min-height: 250px;
}

.block_title {
    border-bottom: 1px solid #c0c0c0;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0 10px;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
}

.block_title:after {
    background-color: #007cc2;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 60%;
}

.qlink a {
    color: #FFFFFF;
    display: block;
    padding: 1px 0;
}

.cmp_info img,
.cmp_info span {
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.cmp_info img {
    margin-right: 10px;
}

.cmp_info span a {
    color: #ffffff;
}

.cmp_info span a:hover {
    text-decoration: underline;
}

#footer_btm {
    background-color: rgba(1, 36, 71, 0.95);
    border-bottom: 6px solid #f36e26;
    padding: 10px 0;
}

.copyright {
    color: #ffffff;
    margin: 10px 0 0;
}

.copyright a {
    color: #0090ff;
}

.copyright a:hover {
    color: #ffffff;
}

.social_btm {
    float: right;
}

.social_btm li {
    margin-left: 5px;
}

.social_btm li a img {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.social_btm li a img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.calendar-archives.calendrier .today {
    background-color: #ebebeb !important;
    color: #262626 !important;
}

.foot_widgets .qlink,
.foot_widgets .cmp_info,
.foot_widgets .loc_map {
    margin: 0;
}

/* Footer Menu Links */
.qlink_menu {
    padding: 0;
}

.qlink_menu li {
    list-style: outside none none;
}

.panel-body ul {
    padding: 0;
}

.panel-body ul li {
    border-bottom: 1px solid #ccc;
    list-style: none;
    padding: 4px 0;
}

.panel-body img {
    margin-right: 50px;
    margin-bottom: 40px;
}

.panel-body img:nth-child(4n) {
    margin-right: 0px;
}

/* Tricker */
.holder {
    height: 300px;
    overflow: hidden;
}

.holder .mask {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.holder ul li a {
    color: darkred;
    text-decoration: none;
}

/* Calender Css */
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    background-color: #2d3a93;
    color: #ffffff;
    text-align: center;
}

#wp-calendar thead th {
    background-color: #ebebeb;
    border: 1px solid #dadada;
}

#wp-calendar th,
#wp-calendar td {
    text-align: center !important;
    padding: 6px;
}

#wp-calendar tbody td {
    border: 1px solid #dadada;
}

#wp-calendar .eo-event-past a,
#wp-calendar .eo-event-running a,
#wp-calendar .eo-event-future a {
    background-color: #f36e26 !important;
    color: #ffffff !important;
    width: 100%;
    height: 100%;
    display: block;
}

#eo-widget-prev-month a,
#eo-widget-next-month a {
    color: #ffffff;
    background-color: #2d3a93;
    display: block;
    padding: 4px;
    text-decoration: none;
}

#eo-widget-prev-month a:hover,
#eo-widget-next-month a:hover {
    background-color: #f36e26;
}

#default_page_template .hide {
    display: block !important;
}

/* @Media Query Css */
@media(max-width:1024px) {
    #footer_panel {
        background-position: 0 -40px;
    }
}

@media(max-width:768px) {
    #footer_panel {
        background-position: 0 0px;
    }
}

@media(max-width:767px) {
    .main_menu li ul {
        position: relative;
    }

    .pad_lft_15 {
        padding: 0;
    }

    .update_news {
        width: 73%;
    }

    .foot_widgets .qlink,
    .foot_widgets .cmp_info,
    .foot_widgets .loc_map {
        margin-bottom: 20px;
    }

    .copyright {
        margin: 0;
        text-align: center;
    }

    .social_btm {
        float: none;
        text-align: center;
    }

    .social_btm li {
        float: none;
    }
}

@media(max-width:640px) {}

@media(max-width:480px) {}

@media(max-width:400px) {
    .fs_12_400 {
        font-size: 12px;
    }
}

@media(max-width:360px) {
    .update_news {
        width: 70%;
    }
}