@font-face {
    font-family: "Calisto MT";
    src: url("../fonts/calisto-mt/calisto-mt.eot");
    /* IE9*/
    src: url("../fonts/calisto-mt/calisto-mt.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/calisto-mt/calisto-mt.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/calisto-mt/calisto-mt.woff") format("woff"), /* chrome、firefox */
    url("../fonts/calisto-mt/calisto-mt.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/calisto-mt/calisto-mt.svg#Calisto MT") format("svg"), /* iOS 4.1- */
    url('//fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700&display=swap');
}
@import url('//fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
	overflow-x: hidden;
    /*background-color: #F9F9F9;*/
}

.wraper {
    min-height: calc(100vh - 315px);
}

.kc-elm {
    float: unset !important;
}

body p {
    font-weight: 300;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

h5.news_item_title.nust_fonts {
    font-size: 18px;
}

a {
    color: #004284;
}

a:hover {
    text-decoration: none;
    color: #f1a400;
}

.text-primary {
    color: #004284 !important;
}

.text-ligthgray {
    color: #949394;
}

.vertical-align-middle {
    vertical-align: middle;
}

.widget_title {
    font-weight: 600;
}

.container-content {
    max-width: 85%;
    margin: 0px auto;
}

.sidebar-widget .widget_title {
    border-bottom: 3px solid #f1a41e;
}

.archive-item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.fixed-header-inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.btn-default {
    line-height: 1;
	color: #333333;
    background: #f2a300;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: Roboto;
    border: 1px solid #f2a300;
    border-radius: 3px;
    padding: 10px 20px 10px 20px;
}

.btn-default:hover {
    background: #ffffff;
    color: #000;
}

.card:hover .hover-inner {
    opacity: 1;
}

.list-items-padding li {
    margin: 10px 0;
}


/* Header */

.desktop_header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.desktop_header.fixed .top-bar {
    background: #004879;
}

.main-bar {
    transition-duration: 1s;
}

.desktop_header.fixed .main-bar {
    margin-top: 0 !important;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px, rgba(0, 0, 0, 0.15) 0px 3px 3px;
    z-index: -1;
    position: relative;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.desktop_header.fixed .main-bar nav.navbar {
    padding: 0;
}

.logo a {
    font-size: 24px;
    line-height: 1;
    color: #fff;
}

ul#menu-top-menu {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.top-menu {
    margin: 0;
}

.top-menu .menu-link {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.top-menu .menu-link:hover {
    color: #f1a400;
}

.search-form {
    position: relative;
}

.search-form button {
    display: contents;
}

.search-form .input-group-text {
    background: #f1a400;
}

.search-form .input-group-text:hover {
    background: #ffffff;
}

.main-menu-section {
    margin-top: 50px;
}

.main-menu {
    margin-bottom: 0;
}

.main-menu .menu-link {	
	text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    padding: 10px 0;
    position: relative;
    display: block;
    transition-duration: 200ms;
}

.main-menu li {
    margin: 0 10px;
}

.desktop_header .main-menu li a.menu-link:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition-duration: 500ms;
    transform: translatey(-10px);
    opacity: 0;
}

.desktop_header .main-menu li.active .menu-link,
.main-menu li:hover .menu-link {
    color: #f1a400;
}

.desktop_header .main-menu li.active a:after,
.desktop_header .main-menu li:hover a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #f1a400;
    position: absolute;
    left: 0;
    bottom: 0px;
    transform: translatey(0px);
    opacity: 1;
}

.fixed .main-menu li.active .menu-link,
.fixed .main-menu li:hover .menu-link {
    color: #f1a400;
}

.desktop_header .fixed .main-menu li.active a:after,
.desktop_header .fixed .main-menu li:hover a:after {
    background: #f1a400;
}

.desktop_header .dropdown:hover .dropdown-menu {
    display: block;
    border-radius: 0;
}

.mobile-dropmenu.show .dropdown-menu {
    display: block;
    position: relative !important;
    transform: unset !important;
    width: 100%;
    background: transparent;
    border: 0;
    column-count: 1;
}

ul.dropdown-menu {
    background: #004879;
    border: 2px solid #f1a400;
    width: auto;
    column-count: 1;
    top: 100%;
}

.dropdown:hover {
    position: relative;
}

ul.dropdown-menu li:hover {
    background: #f8f9fa;
    padding: 0 10px !important;
    margin: 0;
}

ul.dropdown-menu .menu-link {
    color: #fff !important;
    font-size: 16px;
}

.mobile-dropmenu .menu-link:after {
    display: none;
}

ul.dropdown-menu .menu-link:hover {
    color: #004879 !important;
}

.mobile-dropmenu a.dropdown-item {
    color: #fff;
}

header {
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 0px;
    background-position: bottom center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

header.full-height {
    height: 100vh;
}

.menu-switch {
    width: 40px;
    /* height: 40px; */
    display: block;
    cursor: pointer;
}

.menu-switch span {
    height: 2px;
    width: 100%;
    background: white;
    display: block;
    margin: 7px 0;
}

.header-bottom.text-center {
    position: absolute;
    bottom: 0;
    width: 50px;
    cursor: pointer;
    height: 100px;
    left: calc(50% - 25px);
    overflow: hidden;
}

.header-bottom.text-center #span1,
.header-bottom.text-center #span2,
.header-bottom.text-center #span3,
.header-bottom.text-center #span4 {
    position: relative;
    color: #f1a400;
    font-size: 50px;
    line-height: 1;
    transition-duration: 1s;
}

.desktop_header.fixed .main-menu .menu-link {
    padding: 10px 0;
    color: #004879;
    line-height: 1;
}

.mobile_header .main-menu {
    display: block;
    width: 100%;
    background: #1a517d;
    text-align: left;
    transition-duration: 1s;
    left: 0;
    position: absolute;
    max-height: 90vh;
    overflow: auto;
}

.mobile_header .main-menu li {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

.mobile_header .main-menu a {
    font-size: 18px;
    line-height: 30px;
    display: block;
}

.mobile-menu-closed {
    left: -100% !important;
    opacity: 0;
}


/*  Main Content */

#primary {
    background: #fff;
    z-index: 1;
    position: relative;
    padding-bottom: 30px;
}


/*bedcrumb*/

.site-bedcrumb .fa-home {
    color: #595b5d;
}

.site-bedcrumb .fa-home:hover {
    color: #f1a400;
}

.site-bedcrumb span {
    font-size: 70%;
}

.video_backgrounbd_header {
    position: relative;
    overflow: hidden;
}


.video_backgrounbd_header .desktop_header_home {
    background: linear-gradient(180deg,#000,transparent);
}

.header_image:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 25%;
    background: linear-gradient(180deg,#000,transparent);	
}
.video_backgrounbd_header video {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}


/*
 * Row with equal height columns
 * --------------------------------------------------
 */

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ui-tabs-nav li {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
}


/*    FOOTER */

footer {
    background: #004879;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.container-footer {
    max-width: 85%;
    margin: 0px auto;
}

.top-widget {
    color: #fff;
}

.footer-divider {
    padding: 10px 0;
}

#footer-divider {
    text-align: center;
    position: relative;
    color: #fff;
}

#footer-divider h4 {
    text-align: center;
    color: #fff;
    display: inline;
    padding: 10px 25px;
    border: 1px solid #fff;
    line-height: 1;
    background: #004879;
    z-index: 1;
    position: relative;
    font-weight: 400;
    display: inline-block;
}

div#footer-divider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0px;
    border-top: 1px solid #fff;
    background: #fff;
    z-index: 0;
}

.footer-widget {
    margin-bottom: 50px;
}

.footer-widget h4 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
}

.footer-widget ul li a {
    display: block;
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
}

.footer-widget ul li a:hover {
    color: #f1a400;
}

.footer-widget p {
    display: block;
    color: #fff;
    padding: 5px 0;
}

.footer-bottom {
    color: #fff;
}

.social-menu {
    font-size: 14px;
}

.social-menu img {
    width: 38px;
}

.social-menu a:hover img {
    background: black;
    width: 38px;
    filter: invert(1);
}

.copy-right {
    font-size: 12px;
    text-align: center;
}

.mobile_header {
    position: fixed;
    background: #336894;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    padding: 10px 0;
}

button.search-button-mobile {
    background: #f1a400;
    border: 0;
    font-size: 18px;
    font-weight: 300 !important;
    padding: 5px 10px;
}

form.search-form-mobile {
    height: 40px;
    transition-duration: 500ms;
}

form.search-form-mobile.closed {
    height: 0;
    position: relative;
    overflow: hidden;
}

.stick-social-icons {
    position: fixed;
    right: 0;
    top: calc(50vh - 115px);
    z-index: 999;
    transition-duration: 1s;
}

.translated-rtl ul.stick-social-icons {
    left: 0;
    right: unset;
}

.stick-social-icons a {
	font-size: 20px;
  	display: block;
  	text-align: center;
  	padding: 5px;
  	color: #fff;
  	width: 45px;
  	height: 45px;
  	line-height: 35px;
}

.stick-social-icons .facebook-icon {
    background: #3b5998;
}

.stick-social-icons .linkedin-icon {
    background: #0e76a8;
}

.stick-social-icons .twitter-icon {
    background: #00acee;
}

.stick-social-icons .youtube-icon {
    background: #c4302b;
}

.stick-social-icons .instagram-icon {
    background: #C13584;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.stick-social-icons .android-icon {
    background: #7cb342;
}

.stick-social-icons a:hover {
    color: white;
    position: relative;
    background: #f1a400;
}

li.sharing {
    background: #f1a400;
    font-size: 24px;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    position: relative;
    left: -47px;
    transition-duration: 1.5s;
    display: none;
}

.stick-social-icons:hover {
    right: 0px !important;
}

.translated-rtl .stick-social-icons:hover {
    left: 0px !important;
    right: unset !important;
}

.stick-social-icons:hover li.sharing {
    opacity: 0;
    left: 0;
}


/*  academic area*/

.institute-item {
    background: #e6d8b7;
    box-shadow: 0 0 5px rgba(195, 195, 195, 0.8);
}

.institute_title {
    background: #004284;
    display: block;
    color: #fff;
    padding: 15px 20px;
}

ul.institute_programs a {
    color: #004284;
}

ul.institute_programs a:hover {
    color: #f1a400;
}

.program-item {
    background-size: cover !important;
    position: relative;
    background-repeat: no-repeat !important;
    z-index: 0;
    background-position: center !important;
}

.program-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.59);
    z-index: -1;
}

.program-item a {
    padding: 20px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    min-height: 120px;
    align-items: center;
    z-index: 1;
    display: grid;
    transition-duration: 500ms;
}

.program-item:hover a {
    color: #f1a400;
}

.insitute-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ins-link-btn {
    background: #fb9f02;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
}


/*  Galleries  Styles  */

ul.category-list li {
    background: #004284;
    margin: 5px 0;
    border-left: 10px solid #828180;
}

ul.category-list li a {
    border-left: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    display: block;
    transition-duration: 500ms;
}

ul.category-list li:hover a {
    background: #f1a400;
    color: #fff;
}

.drop-arrow {
    transition-duration: 500ms;
}

.collapsed .drop-arrow {
    transform: rotate(-90deg);
}

.album-item {
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.album-detail {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    ;
    transition-duration: 500ms;
    padding: 10px;
}

.album-item:hover .album-detail {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    transition-duration: 500ms;
    color: #fff;
}

.album-detail:before {
    content: "";
    position: absolute;
    top: -50px;
    right: calc(50% - 16px);
    width: 32px;
    height: 32px;
    background: url(../img/album-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.album-item:hover .album-detail:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: url(../img/album-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.album-cat {
    color: #f1a41e;
}

.single-album-title {
    font-size: 30px;
    color: #004284;
}

.single-album-cat {
    color: #f1a41e;
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #fff;
    padding: 20px 10px;
}

.Single-album-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 55px);
    width: 100%;
    padding: 0 20px;
    opacity: .6;
}

.Single-album-carousel .owl-nav button.owl-next {
    float: right;
}

button.owl-prev.disabled,
button.owl-next.disabled {
    opacity: 0;
}

.album-thumb {
    transition-duration: 500ms;
}

.album-thumb.active-item {
    box-shadow: 0 0 0px 3px #f1a400;
    display: block;
}

.bt-subscribe {
    background: red;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    display: block;
}

.play_icon {
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    width: 100%;
    height: 40px;
    z-index: 1;
}

.play_icon p {
    color: #fff;
    font-size: 16px;
    display: none;
}

.video_open_link .image-container {
    background: #000;
}

.video_open_link:hover img {
    opacity: 0.6
}

.video_open_link:hover .play_icon .ytp-large-play-button-bg {
    fill: #f00;
}

a.video_open_link.playing {
    pointer-events: none;
}

a.video_open_link.playing .play_icon svg {
    display: none;
}

a.video_open_link.playing .play_icon p {
    display: block;
    text-align: center;
}

a.video_open_link.playing img {
    opacity: 0.6
}


/* Admissions */

.card.admission-card {
    box-shadow: 0px 6px 25px #0000001C;
    background: #F9F9F9;
    display: block;
}

.card.admission-card .card-content {
    padding: 10px;
    font-size: 14px;
}

.hover-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    transition-duration: 1s;
    opacity: 0;
}

.hover-inner a {
    line-height: 1;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
    position: relative;
    top: calc(50% - 20px);
}

.hover-inner a:before {
    width: 50%;
    height: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-right: 0;
    border-bottom: 0;
    transition-duration: 1s;
}

.hover-inner a:after {
    width: 50%;
    height: 50%;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    transition-duration: 1s;
}

a.btn.btn-details:hover {
    background: rgba(8, 8, 8, 0);
    color: #f1a400;
}

a.btn.btn-details:hover:before,
a.btn.btn-details:hover:after {
    width: 100%;
    height: 100%;
}

.widget-sidebar ul {
    list-style: none;
    padding: 0;
}

.widget-sidebar li {
    background: #004284;
    margin: 5px 0;
    border-left: 10px solid #828180;
}

.widget-sidebar li.current-menu-item {
    border-left: 10px solid #f1a400;
}

.widget-sidebar ul.sub-menu {
    background: #F9F9F9 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #00000029;
    padding-left: 50px;
    list-style: disc;
    list-style-position: outside;
    height: 0;
    overflow: hidden;
}

ul.sub-menu.opend {
    height: unset !important;
}

.widget-sidebar li a {
    padding: 10px 10px;
    display: block;
    color: #fff;
    border-left: 2px solid #fff;
}

.widget-sidebar li a:hover {
    background: #f1a400;
    color: #ffffff;
}

.widget-sidebar .sub-menu li a {
    display: block;
    padding-left: 0;
}

.widget-sidebar .sub-menu li a:hover {
    color: #f1a400;
}

.widget-sidebar .sub-menu li,
.widget-sidebar .sub-menu li a {
    background: transparent;
    border-left: 0px solid #828180;
    color: #828282;
}

.all_posts {
    background: #f9f9f9;
    padding: 20px 10px;
    border: 2px solid #f1a400;
    box-shadow: 0 0 5px #ccc;
}

.number_stats {
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 50px 0;
}

.number_stats h3 {
    color: #0D4877;
    font-weight: 700;
}

.number_stats .number {
    color: #f1a400;
    font-size: 24px;
}

.related-links-admission a {
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    display: inline-block;
}

.related-links-admission a:hover {
    color: #0D4877;
    text-decoration: underline;
}


/*  News */

.featured_news {
    background-size: cover;
    background-position: center;
}

.featured_news_item_detials {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, #ffffff00, #07243C);
    width: 100%;
    left: 0;
    padding: 10px;
    padding-top: 9%;
    color: #fff;
}

.featured_news_item_detials a {
    color: #fff;
}

.featured_news_item_detials a:hover {
    color: #f1a400;
}

.news_item {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    height: 100%;
}

.news_item_detials {
    padding: 10px;
}

.news_item:hover img {
    filter: brightness(0.8);
}

.posted-on {
    color: #707070;
}


/*****************************************************************************************/


/************************** Tender Template styles start *********************************/


/************************** Author: Masrooq ul Islam *************************************/


/*****************************************************************************************/

.tender-card {
    background: #F9F9F9 0% 0% no-repeat padding-box;
    min-height: 160px;
    padding: 20px 0 20px 30px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.tender-card:hover {
    border: 2px solid #F1A41F;
    box-shadow: 0px 4px 16px #00000029;
}

.tender-card:hover a {
    text-decoration: underline;
}

.tender-card figure {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background: #ffffff;
    border: 1px solid #E2E2E3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.tender-card figure img {
    width: 65px;
    height: 65px;
}

.tender-card .tender-content {
    min-height: 90px;
    width: 495px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.tender-content .tender-category {
    font-family: Poppins;
    letter-spacing: 0.43px;
    color: #282828;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.tender-content .tender-category span {
    background: #F1A41F;
    border-radius: 5px;
    padding: 5px 20px;
}

.tender-content .tender-date {
    letter-spacing: 0.36px;
    text-transform: capitalize;
    text-align: left;
}

.tender-content .tender-date span {
    color: #707070;
}

.tender-content h6 {
    color: #004284;
    letter-spacing: 0.43px;
    font-family: Poppins;
    font-weight: 600;
}

.tender-adress {
    background: #F9F9F9;
    box-shadow: 0px 3px 6px #00000029;
    width: 100%;
    padding: 30px 20px;
    color: #282828;
    font-family: Poppins;
    margin: 50px 0;
}


/***************** Media Quries for tender pages ***************/

@media only screen and (max-width: 600px) {
    .tender-card {
        padding: 20px 10px !important;
    }
    .tender-content {
        text-align: center;
        padding: 20px 0 !important;
    }
    .tender-content .tender-date {
        text-align: center !important;
    }
}


/************************** Tender Template styles End *********************************/


/*****************************************************************************************/


/************************** Downloads Template styles start *********************************/


/************************** Author: Masrooq ul Islam *************************************/


/*****************************************************************************************/

.downloads-card {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    /*padding: 20px 30px 20px 10px;*/
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.downloads-card:hover {
    box-shadow: 0px 10px 17px #00000029;
}

.downloads-card figure {
    width: 30%;
    height: 117px;
    background: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.downloads-card .download-info {
    min-height: 90px;
    width: 70%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
}

.downloads-card .download-info p {
    font-weight: 400;
}

.sidebar-title {
    text-align: center;
}

.downloads-table {
    display: table;
}

.downloads-table thead {
    background: #0D4877;
    color: #fff;
    text-transform: uppercase;
}

.downloads-table td {
    vertical-align: middle;
}

#downloads-sidebar-menu {
    list-style: none;
    padding-left: 0px;
}

#downloads-sidebar-menu li {
    background: #004284;
    margin: 5px 0;
    border-left: 10px solid #828180;
}

#downloads-sidebar-menu li a {
    padding: 10px 10px;
    display: block;
    color: #fff;
    border-left: 2px solid #fff;
}

#downloads-sidebar-menu li a:hover {
    background: #F1A41F;
}

.downloads-sidebar-active {
    border-left: 10px solid #f1a41f !important;
}


/*****************************************************************************************/


/************************** Downloads Template styles end *********************************/


/*****************************************************************************************/


/*****************************************************************************************
***************************** Accordion style ********************************************
*****************************************************************************************/

.accordion .card {
    box-shadow: 0px 3px 6px #00000029;
    margin: 15px 0;
    background: #F9F9F9;
    border-radius: 0;
}

.accordion>.card .card-header {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.accordion>.card .card-header button {
    display: block;
    box-shadow: 0px 3px 6px #00000029;
    width: 100%;
    text-align: left;
    padding: 20px 10px;
    background: #0D4877;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0;
    position: relative;
}

.accordion>.card .card-header button.collapsed {
    background: transparent;
    color: #282828;
}

span.accordion-icon {
    float: right;
    position: absolute;
    right: 10px;
    top: calc(50% - 12px);
    line-height: 1;
}

.accordion>.card .card-header button.collapsed .fa-times-circle:before {
    content: "\f055";
}


/*************   About sections  ********************/

.post-item {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}

.post-item h3 {
    color: #004284;
}

.post-item .image-container {
    background: #F9F9F9;
}

.contact-item.office-item {
    background: #F9F9F9 0% 0% no-repeat padding-box;
    border: 1px solid #E2E2E3;
    border-radius: 4px;
    padding: 15px;
}

.contact-item #officer-position {
    color: #0D4877;
    font-weight: 600;
}

.contact-item p {
    margin: 5px 0;
}


/*****************************************************************************************/


/************************** Upcoming-Events Template styles start *********************************/


/************************** Author: Masrooq ul Islam *************************************/


/*****************************************************************************************/

.all-events-title h1 {
    font-weight: 800;
}

.all-events-title p {
    margin-bottom: 3rem;
    font-size: 2rem;
}

.events-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #00000020;
    height: 100%;
}

.event-img-container {
    overflow: hidden;
}

.event-img-container img {
    transform: scale(1);
    transition: all .3s ease-in;
}

.event-img-container img:hover {
    transform: scale(1.07);
    transition: all .3s ease-out;
}

.event-detail {
    position: relative;
    padding: 0px 15px 15px 15px;
}

.event-date {
    background: #f1a400f0;
    position: absolute;
    padding: 10px 5px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    top: -50px;
    right: 0;
    height: 75px;
    line-height: 1;
    width: 75px;
    box-shadow: -1px 3px 5px #000000cf;
    text-shadow: 2px 2px 3px #fff;
}

.event-date span {
    display: block;
    font-size: 20px;
    font-weight: 400;
}

.title-div-detail {
    padding: 1.5rem 1rem;
    font-family: poppins;
    background: linear-gradient(-185deg, #f1a400, #b07a07);
    text-shadow: 2px 2px 3px #fbfbfb;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-detail-card {
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #00000020;
}

.event-detail-img-container {
    width: 100%;
}

.event-detail-meta {
    padding: 30px 20px;
}

.event-detail-meta-inner {
    padding-bottom: 20px;
}

.event-detail-meta-inner i {
    padding-right: 10px;
    font-size: 1rem;
    color: #040300;
}

@media only screen and (max-width: 800px) {
    .event-detail-img-container {
        margin-top: 0 !important;
    }
}


/*****************************************************************************************/


/************************** Upcoming-Events Template styles end *********************************/


/*****************************************************************************************/

.about-sidebar .widget {
    box-shadow: 0px 3px 6px #00000029;
    padding: 15px;
    border-top: 5px solid #0D4877;
    margin-bottom: 30px;
}

.about-sidebar .widget ul {
    list-style: none;
    padding: 0;
}

.about-sidebar .widget ul li a {
    border-bottom: 1px solid #E2E2E3;
    padding: 10px 0;
    display: block;
    color: #282828;
}

.about-sidebar .widget ul li a:hover {
    color: #f1a400;
}

.about-sidebar .widget ul li:last-child a {
    border: none;
}

.about-sidebar .widget_title {
    position: relative;
    padding-bottom: 15px;
}

.about-sidebar .widget_title:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #f1f1f2;
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
}

.institute {
    position: relative;
}

.institute .hover-inner {
    z-index: 999;
    opacity: 1;
    background: linear-gradient(0deg, black, transparent);
    position: absolute !important;
    height: 50% !important;
    bottom: 0 !important;
    left: 0 !important;
    top: unset !important;
    transition-duration: 500ms;
}

.institute .btn-details {
    opacity: 0;
    transition-duration: 500ms;
}

.item.institute:hover .hover-inner {
    height: 100% !important;
}

.institute:hover .btn-details {
    opacity: 1;
    transition-duration: 500ms;
}

.institute .item-detials {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px;
}

.institute .item-detials a {
    color: #fff;
    z-index: 99999;
    display: block;
    position: relative;
}


/************** POPUP     **************/

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.popup_content {
    position: relative;
    z-index: 99;
    background: #fff;
    width: 50%;
    max-height: 50%;
    display: inline-block;
    left: calc(50% - 25%);
    top: calc(50% - 25%);
    padding: 20px;
    overflow-y: auto;
    box-shadow: 0 0 9px 0px #000;
}

.popup span.popup_close {
    transform: rotate(45deg);
    font-size: 90px;
    color: #fff;
    opacity: 1;
    font-weight: 100;
    top: 50px;
    right: 50px;
    position: absolute;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}


/***********  scrol bars  ***************/


/* width */

::-webkit-scrollbar {
    width: 7px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #0d4877;
    border-radius: 0px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #f1a400;
    border-radius: 0px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #0d4877;
}

html.translated-rtl body {
    text-align: right;
}

.open_submenu {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 20px;
    height: 100%;
    font-size: 18px;
    cursor: pointer;
    align-items: center;
    text-align: center;
    display: grid;
}

.current-menu-item .sub-menu {
    height: unset !important;
}


/* Top stories News*/

.top_stories_news .item {
    /* margin-bottom: 30px;*/
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    height: 100%;
    background: #fff;
}

.top_stories_news .item:hover {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
}

.image_container {
    overflow: hidden;
    position: relative;
}
.image_container img{
	transform: scale(1);
  	transition: all 0.3s ease-in;
}
.image_container img:hover{
	transform: scale(1.07);
  	transition: all 0.3s ease-out;
}
.top_stories_news .item-detials {
    background: #FFFFFF;
    padding: 10px;
}

.top_stories_news #item-category {
	color: #282828;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	font-family: 'tahoma';
}

.top_stories_news #item-title {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto';
}

.featured-item {
    position: relative;
	transition: all 0.3s ease-out;
}
.featured-item:hover {
    transform: scale(1.07);
	transition: all 0.3s ease-out;
}
.item.featured-item {
    min-height: 250px;
}

.featured-item:hover .hover-inner {
    opacity: 1;
}

.featured-item .image_container_md {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent linear-gradient(180deg, #0D487700 50%, #07243C 100%) 0% 0% no-repeat padding-box;
}

.featured-item .item-detials {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: transparent;
}

.featured-item #item-category {
    color: #fff;
}

.featured-item #item-title {
    color: #fff;
    opacity: 1;
}

.btn-more {
    background: #0D4877;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

.btn-more:hover {
    background: #fff;
    color: #0D4877;
    border: 1px solid #0D4877;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 0;
}

.hover-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    transition-duration: 1s;
    opacity: 0;
}

.top_stories_news .item:hover .hover-inner {
    opacity: 1;
}

.hover-inner a {
    line-height: 1;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
    position: relative;
    top: calc(50% - 20px);
}

.hover-inner a:before {
    width: 50%;
    height: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-right: 0;
    border-bottom: 0;
    transition-duration: 1s;
}

.hover-inner a:after {
    width: 50%;
    height: 50%;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    transition-duration: 1s;
}

a.btn.btn-details:hover {
    background: rgba(8, 8, 8, 0);
    color: #f1a400;
}

a.btn.btn-details:hover:before,
a.btn.btn-details:hover:after {
    width: 100%;
    height: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #0d4877;
    border-color: #ffffff;
    padding: 5px 20px;
}
.btn-primary:hover {
    color: #0d4877;
    background-color: #ffff;
    border-color: #ffff;
    padding: 5px 20px;
}