html {}

body {
    font-family: "Work Sans", sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-rendering: auto;
}

.wp-block-image img {
    max-width: 100%;
    height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
}

a {
    color: #a34a08;
    text-decoration: none;
}

a:hover {
    color: #0878BA;
}

.mark, mark {
    padding: 0;
}

h2 {
    padding-bottom: 10px;
    color: #111;
    font-size: 38px;
    font-weight: 700;
}


h5 {
    color: #929ca8;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Itim", cursive;
    line-height: 21px;
    margin-bottom: 5px;
}

h2.has-text-align-center {
    margin-bottom: 0;
}


.default-btn {
    margin-top: 40px;
}

.default-btn a {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    transition: 0.3s;
    background: #00187f;
    padding: 16px 40px;
    text-transform: uppercase;
}

.default-btn a:hover {
    background: #a34a08;
}

.default-btn2 a {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    transition: 0.3s;
    background: #a34a08;
    padding: 16px 40px;
    text-transform: uppercase;
}

.default-btn2 a:hover {
    background: #00187f;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #024c81;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #024c81;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #024c81;
    color: #FFF;
    text-shadow: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #a34a08;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #00187f;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

::placeholder {
    font-size: 12px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#topbar{
    background: #000;
}

#topbar .kt-svg-icon-list {
    display: flex;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

#topbar .wp-social-link {
    font-size: 18px;
}

#topbar .wp-block-kadence-listitem a{
    color: #fff;
}

.headerb {
    z-index: 997;
    position: absolute;
    width: -webkit-fill-available;
    width: -moz-available;
}


.headerb img.logo {
    max-height: 115px;
}

.headerb .mega-sub-menu a {
    font-family: "Work Sans", sans-serif !important;
    letter-spacing: normal !important;
    font-weight: 500 !important;
}

.headerb .mega-sub-menu a:hover {
    font-weight: 500 !important;
}

.headerb .mega-menu-link {
    transition: 0.3s !important;

}

.headerb #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    background: #f7f7f7 !important;
    line-height: 1.2 !important;
}

.header-inner-section {
    background: linear-gradient(rgba(0, 24, 127, 0.7), rgba(0, 24, 127, 0.7)), url(../images/header-bg.jpg) center center;
    background-size: cover;
    transition: 0.3s;
    padding-bottom: 50px;
}

.header-inner-section .wp-block-kadence-listitem {
    color: #fff;
    line-height: 1.5;
}

.header-menus {
    background: #fff;
    border-radius: 5px;
    transition: 0.3s;
    padding: 12px 20px;
    top: -37px;
    position: relative;
    justify-content: space-between;
}

.header-menus img.logo{
    display: none;
    transition: 0.3s;
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    background: #fff;
    border-radius: 50%;
}

.scrolled-offset {
    margin-top: 150px;
}

.header-shrink {
    position: fixed;
    top: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 999;
    background: #ffffff;
}

.header-shrink #mega-menu-wrap-header-menu {
    background: #fff !important;
}

.header-shrink .header-inner-section {
    display: none;
}

.header-shrink .header-menus {
    top: auto;
    justify-content: end;
}

.header-shrink .header-menus img.logo{
    display: block;
}

.header-shrink .asl_w_container {
    min-width: 120px;
}

@media screen and (max-width: 768px) {
    .scrolled-offset {
        margin-top: unset;
    }
}

/*--------------------------------------------------------------
# Sections General and Packages
--------------------------------------------------------------*/
section {}

.section-bg {
    background-color: transparent;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5c768d;
}

.section-title p {
    margin-bottom: 0;
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
}

.services .icon-box:hover {
    transform: translateY(-5px);
}

.services .icon {
    position: absolute;
    left: -20px;
    top: calc(50% - 30px);
}

.services .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
}

.services .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .title a {
    color: #111;
}

.services .icon-box:hover .title a {
    color: #BF1E6C;
}

.services .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
}


.header-wrap {
    min-height: 360px;
    padding-top: 12%;
    background-size: cover !important;
    text-align: center;
}

.header-wrap h1.entry-title {
    font-size: 3.01rem;
    font-weight: 800;
    color: #FFF;
    line-height: 1.2em;
    margin-top: 1em;
    margin-bottom: 0px;
    text-shadow: 1px 1px 2px black;
}

.header-wrap a {
    color: #c4bf00;
    text-decoration: none;
    font-weight: 700;
}

.header-wrap p {
    color: #DDDDDD;
    margin-top: 5px;
}

@media (max-width:485px) {
    .header-wrap {
        height: 250px;
        min-height: auto !important;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background-color: #f5f9fc;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Sidebar Settings
--------------------------------------------------------------*/
.widget .widget-title {
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 0px solid rgba(0, 0, 0, .09);
    position: relative;
}

.page-sidebar ul>li {
    border: none;
    padding-bottom: 6px !important;
    position: relative;
    list-style: none;
}

.page-sidebar ul>li a:before {
    font-family: bootstrap-icons;
    display: inline-block;
    vertical-align: middle;
    padding: 14px 22px;
    margin: 2px 2em 2px 2px;
    color: #fff;
    background: #0f4989;
    content: "\F3E4";
}

.page-sidebar ul>li a {
    padding: 15px 20px;
    display: block;
    position: relative;
    color: #262120;
    transition: all .25s ease-in-out;
    text-decoration: none;
}

.page-sidebar p i {
    color: #00187f;
    height: 35px;
    width: 35px;
    border: 1px solid #00187f;
    border-radius: 50%;
    text-align: center;
    padding: 8px 0;
    margin-right: 5px;
}

.page-sidebar .widget_nav_menu {
    background: transparent;
}

.page-sidebar .widget_nav_menu .menu li a {
    display: block;
    border: 1px solid #17508e26;
    padding: 0;
    border-bottom: 1px solid #d3e1fb00;
    transition: all .5s ease;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 800;
}

.page-sidebar .widget_nav_menu .menu li a:last-child {
    border-bottom: 1px solid #17508e26;
}

.page-sidebar .widget_nav_menu #menu-item-515 a {
    border-bottom-color: #d3e1fb;
}

.page-sidebar .widget_nav_menu .menu li a:hover {
    color: #a34a08;
    transition: all .5s ease;
}

.page-sidebar .widget_nav_menu .menu li a:hover::before {
    color: #fff;
    transition: all .5s ease;
    background: #0e4a8b;
}

.page-sidebar .widget_nav_menu .menu li.current-menu-item a {
    border-color: #a34a08;
}

.page-sidebar .widget_nav_menu .menu li.current-menu-item a:before {
    content: "\F138";
    background: #a34a08;
}

.sidebar-sticky {
    position: sticky;
    top: 5.5em;
    margin-bottom: 43px;
}

.sidebar-sticky ul {
    padding: 0;
}

.sidebar-sticky .wp-block-search__button {
    background: #00187f;
    border-color: #00187f;
    color: white;
}

.sidebar-sticky .wp-block-search__label {
    display: none;
}

.blog-image img {
    width: 100%;
}

.page-sidebar .wp-block-kadence-posts .loop-entry .entry-header .entry-title {
    margin: 0;
    font-size: 17px;
}

.page-sidebar .wp-block-kadence-posts .loop-entry .entry-header .entry-title a {
    color: #111;
}

.page-sidebar .wp-block-kadence-posts .entry-summary {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.page-sidebar .wp-block-kadence-posts .loop-entry .entry-content-wrap {
    padding: 0 0 0 8px;
}

.page-sidebar .wp-block-kadence-posts .loop-entry .post-thumbnail {
    height: 100%;
}

.page-sidebar .wp-block-kadence-posts .content-bg {
    box-shadow: none;
}

.page-sidebar .wp-block-kadence-posts.grid-cols {
    row-gap: 0.8rem;
}

/*--------------------------------------------------------------
# Blog page customization
--------------------------------------------------------------*/
.blopg .academy-post-title {
    margin: 25px 0 11px;
    color: #363636;
}

.academy-post-title a {
    color: #363636;
}

.academy-post-title a:hover {
    color: #00187f;
}

.blopg p {
    margin: 10px 0;
}

.academy-blog-meta {
    width: 100%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border-top: 1px dotted #f2f2f2;
}

.view-article {
    color: #00187f;
}

.date,
.author {
    color: #999;
}

.author a {
    color: #999;
}

.date i,
.author i {
    color: #00187f;
}

.gsidebar .entry-title {
    color: #363636;
    text-decoration: none;
    font-size: 15px;
}

.gsidebar .entry-title a {
    color: #363636;
}

.gsidebar .entry-title a:hover {
    color: #00187f;
}

.wp-block-latest-posts a {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.0;
}

.wp-block-latest-posts .view-article {
    color: #363636;
    visibility: hidden;
}

.sp-latest-posts-widget.latest-posts .media,
.sp-latest-posts-widget.latest-posts .media .media {
    margin-top: 20px;
    margin-bottom: 20px !important;
    overflow: hidden;
}

.sp-latest-posts-widget.latest-posts .entry-meta {
    color: #888;
    visibility: hidden !important;
    line-height: 0px !important;
}

.ep_ti_open .ep_toggle_item_title {
    background-image: linear-gradient(#00187f, #00187f) !important;
}

.ep_toggle_item_title:hover {
    background-image: linear-gradient(#00187f, #00187f) !important;
}

.ep_toggle_item_content {
    background-image: linear-gradient(#F9F9F9, #F9F9F9) !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 12px 17px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

label {
    display: inline-block;
    width: 100%;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #428bca;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
}

.wpcf7-submit {
    width: 30%;
}

.wpcf7-form {
    margin: 25px;
}

.wpcf7-textarea {
    height: 165px;
}

.cbox {
    border: 1px solid #d3e7ee;
    border-radius: 5px;
}

#footer {
    padding: 0px 0px 10px;
    font-size: 15px;
    color: #fff;
    background: #12277b;
}

#footer .footer-top {
    padding: 45px 0 62px 0;
    background: linear-gradient(rgb(0 24 127 / 96%), rgb(0 24 127 / 91%)), url(../images/footer-bg.png) center center;
    background-size: cover;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top h2 {
    font-size: 21px;
    margin-top: 0.8rem;
    margin-bottom: 13px;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
}


#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #8DC442;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;

}

#footer .footer-top .social-links a:hover {
    background: #73A930;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .uagb-icon-list__source-wrap svg {
    fill: #fff;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


#footer .footer-top .footer-links ul li {
    padding: 4px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1.4;
    text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
    color: #a34a08;
    margin-left: 4px;
}

#foooter .wp-block-social-link {
    padding: 1px 2px !important;
}

#footer .uagb-icon-list__label {
    text-align: left;
    color: #fff;
}

#footer .credits {
    padding-top: 18px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .copyright a {
    color: #a34a08;
    font-weight: 900;
}

marquee {
    background: #a34a08;
    padding: 10px 0;
}

/*** ---------------------------
Mobile Settings
--------------------------**/
@media only screen and (max-width:480px) {

    .header-wrap h1.entry-title {
        font-size: 2.01rem;
        font-weight: 800;
        color: #FFF;
        line-height: 1.1em;
        margin-top: 1em;
        margin-bottom: 0px;
        text-shadow: 1px 1px 2px black;
    }
}

/*--------------------------------------------------------------
# Download Page
--------------------------------------------------------------*/
.single-wpdmpro .gblog {
    width: 100% !important;
}

.single-wpdmpro .page-sidebar {
    display: none !important;
}

.single-wpdmpro .wpdm-download-link.btn.btn-primary {
    background-color: #00187f !important;
    border-color: #00187f !important;
}

.single-wpdmpro .wpdm-download-link.btn.btn-primary:hover {
    background-color: #a34a08 !important;
    border-color: #a34a08 !important;
}

.single-wpdmpro .w3eden .badge {
    color: #00187f;
}

/*--------------------------------------------------------------
# Homepage Css
--------------------------------------------------------------*/
.after-slider-section .tiles .wp-block-columns {
    gap: 10px;
}

.after-slider-section .kb-button {
    justify-content: space-around;
}

.stat-section .stat-single {
    background: #0000009e;
    border-radius: 10px;
    padding: 15px 0;
}

.stat-section .stat-single  .kb-count-up-number {
    font-weight: 600;
}

.about-section img {
    border-radius: 0% 50% 50% 50%;
}

.about-section .about-video {
    float: right;
    top: -25%;
    position: relative;
    right: 10%;
}

.about-section .wp-block-quote {
    background: #fff;
    padding: 15px 15px 4px 15px;
    border-left: 4px solid #00187f;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-size: 18px;
    color: #000000b0;
}


.faculty-section img {
    height: 350px !important;
    object-fit: cover;
    border-radius: 8px;
}

.faculty-section figure {
    margin: 0;
}

.faculty-section .kb-button {
    justify-content: left;
    padding: 15px !important;
    text-align: left;
    line-height: normal;
    margin: 0 12px;
    margin-top: -45px;
    min-height: 72px;
}

.cta-section2 .column-1 .kt-blocks-info-box-link-wrap {
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 65%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
}

.cta-section2 .column-2 .kt-blocks-info-box-link-wrap {
	clip-path: polygon(0% 0%, 100% 0%, 100% 15%, 100% 100%, 80% 100%, 11% 100%, 0% 65%, 0% 20%);
}

.cta-section2 .column-3 .kt-blocks-info-box-link-wrap {
	clip-path: polygon(0% 0%, 90% 0%, 100% 36%, 100% 100%, 80% 100%, 21% 100%, 0% 100%, 0% 20%);
}

.cta-section2 .column-4 .kt-blocks-info-box-link-wrap {
    clip-path: polygon(10% 0%, 90% 0%, 100% 0%, 100% 100%, 80% 100%, 21% 100%, 0% 100%, 0% 36%);
}

.cta-section .wp-block-columns{
    gap: 0;
}

.cta-section .inner-content {
    padding: 0 80px;
}

.event-section  .wp-block-latest-posts__list li {
    border-bottom: 1px dotted #ffffff73;
    padding-bottom: 10px;
}

.event-section .list-skin-01 .fat-event-action-groups {
    display: none;
}

.event-section .list-skin-01 .fat-event-start {
    background-color: #00187f;
    padding: 10px;
    
}

.event-section .list-skin-01 .fat-event-title {
    padding: 10px 15px 10px 24px;
}

.event-section .inner-section {
    padding: 30px;
}

.event-section .inner-section a {
    color: #c4bf00;
    font-size: 15px;
}

.news-section .entry-title {
    font-size: 18px;
    border-bottom: 1px dotted #00000073;
    padding-bottom: 10px;
}

.news-section .wp-block-kadence-posts .content-bg {
    background: none;
}

.news-section .entry-title a {
    color: #000 !important;
}

.news-section .wp-block-kadence-posts .loop-entry .entry-content-wrap {
    margin: 0 5px;
    background: #fff;
    margin-top: -26px;
    z-index: 99;
    overflow: hidden;
    max-height: 196px;
    min-height: 196px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 5px 25px -10px rgb(0 0 0 / 12%);
    padding: 10px 15px 0 15px !important;
}

.news-section .wp-block-kadence-posts .content-bg {
    border-radius: 8px;
}

.news-section .wp-block-kadence-posts .loop-entry .post-thumbnail img {
    border-radius: 8px;
}

.news-section .category-links  a{
    background: #00187f !important;
}

.faq-section .inner-columns .wp-block-columns {
    gap: 10px;
}

.faq-section img {
    border-radius: 6px;
    object-fit: cover;
}

.faq-section .img-1 img{
    height: 350px !important;
}

.faq-section .wp-block-getwid-video-popup__wrapper {
    border-radius: 6px;
}
/*--------------------------------------------------------------
# Office Service Page
--------------------------------------------------------------*/
.office-section .profile-details {
    position: sticky;
    top: 7em;
}
.office-section .profile-details img{
    height: 250px !important;
    width: 250px;
    object-fit: cover;
    border-radius: 50%;
}

.office-section .wp-block-kadence-tabs h2 {
    border-bottom: 2px solid #00187f;
    font-size: 24px;
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Contact Us Page
--------------------------------------------------------------*/

.contact-section .wpforms-container .wpforms-field {
    padding: 8px 0;
    position: relative;
}

.contact-section .form-section {
    box-shadow: rgb(149 157 165 / 4%) 0px 8px 24px;
    padding: 20px 40px;
    border-radius: 10px;
}

/*--------------------------------------------------------------
# Apply Now Page
--------------------------------------------------------------*/
.apply-section .wpforms-container {
    background: #f7f7f7;
    padding: 10px 20px;
}
.apply-section .wpforms-submit {
    background-color: #00187f !important;
    border: 1px solid #00187f !important;
    color: #fff !important;
    padding: 10px 45px !important;
}
/*--------------------------------------------------------------
# ICT Services Page
--------------------------------------------------------------*/
.team-section .profile-details img {
    height: 250px !important;
    width: 250px;
    object-fit: cover;
    border-radius: 50%;
}

/*--------------------------------------------------------------
# Team Css
--------------------------------------------------------------*/

.member-skill-wraaper,
.gstm-details{
    display: none;
}

#gs_team_area_3 .gs-member-desig{
    font-size: 15px;
}

/*--------------------------------------------------------------
# Responsive Css
--------------------------------------------------------------*/
@media (max-width: 768px) {
    .after-slider-section .tiles .wp-block-column {
        flex-basis: 45% !important;
    }
    .stat-section .kt-inside-inner-col .wp-block-column {
    flex-basis: 45% !important;
}
.cta-section .inner-content {
    padding: 0 15px;
}
.cta-section .wp-block-column {
    margin-bottom: -10px;
}
}