#header .header-column {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-grow: 1;
}
li {
    line-height: 24px;
}
.nav>.nav-item>.nav-link {
    font-size: 13px;
    font-weight: 600;
    color: white;
    padding: 0.2rem 0.8rem;
    border-right: solid #fff 1px;
}

.navbar-nav .nav-link {
    color: #fff;
  }
  .dropend .dropdown-toggle {
    color: #134158;
    margin-left: 1em;
  }
  .dropdown-item:hover {
    background-color: #134158;
    color: #fff;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
  }
  @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  }

  @media screen and (max-width: 769px) {
    .monile_view{
        display: none;
    }
    .img_h{
            height: 240px;
    }
  }

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.btnn{
    background: white;
    color: #134158 !important;
    border-radius: 12px;
    text-align: center;
    font-weight: 400 !important;
}

 .marquee a {
    font-weight: 700;
    color: #0270dc;
    margin-right: 25px;
    display: inline-block;
    text-decoration: none;
}


.result_bg{
    background-image: url(../img/sec-1-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -6px;
}

.bg_topic{
    background-color: #fff;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.result_bg h2{
    font-size: 1rem!important;
    color: #fff;
    text-align: center;
    margin-top: 2%;
}
.result_bg a {
    /* color: #0d6efd; */
    text-decoration: none;
}
.news a{
    text-decoration: none;
}
.notice-box {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 1px 5px 13px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 5px 13px -1px rgba(0,0,0,0.35);
    box-shadow: 1px 5px 13px -1px rgba(0,0,0,0.20);
}
.notics{
    background-image: url(../img/bg_02.jpg);
    background-position: top;
    background-repeat: no-repeat;
}
 .notice-box .head {
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    height: 60px;
}
:host {
    display: inline-block;
    overflow: hidden;
    text-align: initial;
    white-space: nowrap;
}
.news_btn{
    border-color: #931111 #931111 #116ecc;
    color: #fff;
    background-color: #931111;
}
:host([direction="up"]), :host([direction="down"]) {
    overflow: initial;
    overflow-y: hidden;
    white-space: initial;
}
.notice-box .notices .marquee-notice a {
    display: block;
    margin: 0px 0;
    color: #333;
    font-weight: 600;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
    text-decoration: none;
}
.home-sec-2 .notice-box .notices {
    height: 350px;
}
.notice-box .notices .marquee-notice {
    overflow: auto;
    padding: 0 15px;
}



.about-sec .box h4 {
    color: #0270dc;
    font-size: 15px;
}
.about-sec .box a {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 5px 10px;
    text-align: center;
    border: solid 1px #931111;
    color: #333;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}
.about-sec {
    margin: 100px 0;
}
.views a{
    color: #333;
    text-decoration: none;
}
.views{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item h4{
    margin-top: 10px;
}

.footer_bg{
    background-image: url(../img/pattern3.jpg);
    padding: 4% 0;
}
.footer_bg  a{
  color: #fff !important;
  text-decoration: none;
}
.footer_bg h2{
    font-size: 22px;
    margin-bottom: 7%;
}
.copy p{
    margin: 0;
}
.social-content li i{
    color: #fff;
}

.files input::file-selector-button {
    font-weight: bold;
    color: #fff;
    /* padding: 0.5em; */
    border: thin solid grey;
    border-radius: 3px;
    background-color:#134158 !important;
  }


.our_goal{
    background-color: #13415826;
    padding: 5%;
    border-radius: 10px;
    height: 250px;
}

.default-btn {
    background-color: #134158;
    color: #fff;
    font-size: 16px;
    padding: 13px 35px;
    border-radius: 0;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border: 1px solid var(--bg-2);
    z-index: 1;
}

.cources span{
    font-size: 14px;
    color: #931111;
    font-weight: 500;
    padding: 5% 0;
    /* background-color: #931111; */
}
.cources {
    font-size: 13px;
    border-bottom: 2px solid;
    padding: 0% 2% 2%;
    font-weight: 500;
    margin: 1% 0;
}
.cources p{
margin: 0;

}

.cources_des{
    background-color: #134158;
    color: #fff;
    align-items: center;
    padding: 2% 10px;
    margin: 3% 0;
}
.cources_des p{
    margin: 0;

    }

.admin_blog{
    border-bottom: 1px solid #1341588c;
}
 .texts h3{
    color: #931111 !important;
    font-size: 20px;
    /* background-color: #1341582e; */
}
    .admin_blog p{
        margin: 0;

    }
/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
/* ============ desktop view .end// ============ */
#preloder {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;

}

#preloder img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media(max-width: 767px) {
    #preloder img {
        width: 150px;
        height: 150px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
