.flexbox_card {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
    flex-wrap: wrap
}

.flexcard_card {
    flex-direction: column;
    justify-content: flex-start;
    width: 20%;
    align-items: baseline;
    border-radius: 20px
}

.flexcardNumber {
    width: 70%;
    display: flex;
    height: 50px;
    margin: 10px 0;
    border-radius: 0 50px 50px 0;
    position: relative
}

.flexcardTitle a {
    font-family: Jost, sans-serif;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: center
}

.flex_card {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px auto
}

.flexcardImg i {
    font-size: 48px
}

.flexcardImg img {
    height: 47px;
    width: auto
}

.flexcardNumber:before {
    content: "";
    width: 34px;
    height: 90px;
    position: absolute;
    left: -33px;
    top: 0;
    border-radius: 50px 0 0 50px;
    z-index: 1;
    background: -moz-linear-gradient(bottom, #95b7a2, #aed2bc)
}

.flexcardNumber:after {
    content: "";
    width: 25px;
    height: 40px;
    position: absolute;
    left: -25px;
    bottom: -20px;
    border-radius: 50px 0 0 50px;
    z-index: 1
}

.flexcardBlue {
    width: 100%;
    background: #f7ffff;
    box-shadow: 4px 8px 1px #92e8eb
}

.flexcardNumberBlue {
    background: #fdfffe;
    background: -webkit-linear-gradient(right, #fdfffe, #92e8eb);
    background: -moz-linear-gradient(right, #fdfffe, #92e8eb);
    background: linear-gradient(to left, #fdfffe, #92e8eb);
    box-shadow: 0 2px 2px #92e8eb
}

.flexcardNumberBlue:before {
    background: #92e8eb
}

.flexcardNumberBlue:after {
    background: #fff
}

.flexcardOrange {
    width: 100%;
    background: #fdf8f3;
    box-shadow: 4px -2px 1px #f68404
}

.flexcardNumberOrange {
    background: #fdfffe;
    background: -webkit-linear-gradient(right, #fdfffe, #f68404);
    background: -moz-linear-gradient(right, #fdfffe, #f68404);
    background: linear-gradient(to left, #fdfffe, #f68404);
    box-shadow: 0 2px 2px #f68404
}

.flexcardNumberOrange:before {
    background: #f68404
}

.flexcardNumberOrange:after {
    background: #d06f02
}

@media only screen and (max-width:800px) {
    .flexcard_card {
        margin-top: 20px;
        height: 212px
    }

    .flexcardTitle {
        padding: 10px
    }

    .flexcardTitle a {
        font-family: Jost, sans-serif;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: none
    }
}

@media only screen and (max-width:500px) {
    .flexcard_card {
        width: 100%
    }

    .flexbox_card {
        margin: 0 29px
    }
}

.card-two {
    background: #fff;
    box-shadow: 0 10px 7px -5px rgba(0, 0, 0, .4)
}

.card-two header {
    position: relative;
    width: 100%;
    height: 72px;
    background-color: #c8c
}

.card_two_core header {
    position: relative;
    width: 100%;
    height: 72px;
    background-color: rgb(253 185 46)
}

.card-two header::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
    transform: skewY(8deg);
    transform-origin: 0 100%
}

.card-two header .avatar {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -50px;
    z-index: 5;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #ccc;
    border: 3px solid #fff
}

.card-two header .avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: auto
}

.card-two h3 {
    position: relative;
    margin: 80px 0 30px;
    text-align: center
}

.card-two h3::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    background: #000
}

.card-two .desc {
    padding: 0 0 50px 0;
    text-align: center;
    line-height: 1.5;
    color: #777;
    font-size: 14px;
    height: 110px
}

.card-two .contacts {
    width: 200px;
    max-width: 100%;
    margin: 0 auto 3.5rem
}

.card-two .contacts a {
    display: block;
    width: 33.333333%;
    float: left;
    text-align: center;
    color: #c8c
}

.card-two .contacts a:hover {
    color: #333
}

.card-two .contacts a:hover .fa::before {
    color: #fff
}

.card-two .contacts a:hover .fa::after {
    top: 0
}

td {
    display: table-cell;
    vertical-align: inherit
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 15px !important;
    text-align: center
}

#customers th {
    text-align: left;
    background-color: #6e3386;
    color: #fff;
    text-align: center
}

.card-two footer_card {
    position: relative;
    height: 56px;
    background-color: #6573d0;
    text-align: center
}

footer_card.card_two_core {
    background: #1b1464
}

.card-two footer_card p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.card-two footer_card p a {
    padding: 0 1rem;
    color: #fff;
    transition: color .4s
}

.card-two footer_card p a:hover {
    color: #f30404
}

.card-two footer_card::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
    transform: skewY(8deg);
    transform-origin: 100%
}

@media only screen and (max-width:810px) {
    .card {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}

.masthead {
    background-color: orange !important
}

.video-container {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%
}

.container {
    width: auto
}

.video-container>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0
}

.mysticky_sidebar {
    position: sticky;
    top: 0;
    margin-bottom: 10px
}

.myblog_sidebar-title {
    font-size: 16px !important
}

.teacher__hover__info {
    height: 36px !important
}

.myblog_sidebar_facebook h5 {
    background: #004d82;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px
}

.about-card-new {
    background-color: #0ff;
    height: 80px;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    overflow: hidden;
    -webkit-transition: box-shadow .5s;
    transition: box-shadow .5s;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.about-card-new h3 a {
    padding: 33px 1px 0 0;
    color: #fff;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    text-decoration: none;
    font-size: 16px
}

.card_one {
    background-color: #2e3192
}

.card_two {
    background: #faa733
}

.card_three {
    background: #44a5ae
}

.card_five {
    background: #7cb442
}

.card_four {
    background: #26aba5
}

.card_six {
    background: #142850
}

.card_7 {
    background: #0f6864
}

.card_8 {
    background: #8d1573
}

.card_9 {
    background: #742c17
}

.icon-one {
    background-color: #fff;
    width: 50px;
    height: 78px;
    text-align: center;
    padding: 5px
}

.icon-one i {
    font-size: 30px;
    margin-top: 17px
}

.icon-one .fa-user-circle-o {
    color: red
}

.space20 {
    width: 100%;
    height: 30px
}

.text_one {
    width: 100%;
    height: 100%
}

.text_one h3 {
    color: #fff;
    text-align: center;
    justify-content: center
}

.discover_button {
    font-weight: 500;
    font-family: inherit;
    font-size: 24px
}

.discover_card {
    background-color: #f1f1f1;
    text-align: center;
    width: 100%;
    padding: 30px 5px;
    box-shadow: 0 7px 20px rgb(0 0 0 / 12%);
    height: 100%
}

.discver_icon i {
    font-size: 30px;
    color: #fff;
    margin: 10px 0 15px 0
}

.discover_card h3 a {
    color: #fff;
    text-decoration: none
}

.discover_card {
    display: block;
    top: 0;
    position: relative;
    border-radius: 4px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden
}

.discover_card:hover {
    transition: all .2s ease-out;
    box-shadow: 0 4px 8px rgba(38, 38, 38, .2);
    top: -4px;
    border: 1px solid #ccc
}

.discover_card:hover:before {
    transform: scale(2.15)
}

.breadcrumb_example {
    background-color: #f1f1f1
}

.breadcrumb_example p a {
    color: #000;
    font-size: 19px
}

.breadcrumb_example p {
    padding: 15px;
    margin: 0
}

.discver_icon {
    text-align: center
}

.text_one h4 {
    color: #fff;
    text-align: center;
    justify-content: center;
    font-family: inherit;
    padding: 20px;
    font-size: 16px
}

.text_one h4 a:hover {
    color: #fff;
    text-decoration: none !important
}

.policies_download_container {
    margin: 10px 0 0 0
}

.myblog_sidebar_textwidget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mtt-18px {
    margin-top: 18px
}

.bt-bottm-discover i {
    margin-left: 15px
}

.arrowdown {
    font-size: 20px;
    color: #fff
}

.icon-one img {
    height: 100%
}

.dropdowntop .dropbtn {
    font-size: 16px;
    border: none;
    outline: 0;
    color: #fff;
    background-color: inherit;
    font-family: Open Sans;
    margin: -8px 0;
    width: 160px;
    height: 34px;
    display: block;
    position: relative;
    background: #000
}

.main__menu>li>a {
    line-height: 1.9em !important;
    height: auto !important;
    margin-top: 15px !important;
    padding: 6px !important;
    color: #221885 !important
}

.top-btt {
    margin-top: 3px !important
}

.top-btt a {
    margin-top: 5px !important;
    border: none;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #00f
}

.quicklinks-list .title {
    color: #fff !important;
    font-weight: 600
}

.quicklinks-inner {
    background-color: #211d53
}

.discover_bg_1 {
    background-color: #2e3192
}

.discover_bg_2 {
    background-color: #faa733
}

.discover_bg_3 {
    background-color: #44a5ae
}

.discover_bg_4 {
    background-color: #142850
}

.coloboration_bg_1 {
    background-color: #6e3386
}

.coloboration_bg_2 {
    background-color: #44a5ae
}

.coloboration_bg_3 {
    background-color: #142850
}

.stickybarArrow {
    top: 101px
}

.bg__theme--2 {
    background: #fff !important
}

.top_header_new {
    background-color: #221885
}

.dropdowntop {
    float: left
}

.social__icon_top_desktop li svg {
    color: #fff !important;
    margin-top: 6px;
    width: 16px;
    height: 16px;
    background: #fff
}

.social__icon_top_desktop i {
    width: 32px;
    font-size: 18px;
    height: 33px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-top: 2px
}

.social__icon_top_desktop li {
    float: right;
    margin: 0 5px
}

.text-white_top-header {
    margin-top: 4px;
    float: left;
    background: red
}

.masthead-link {
    padding: 10px 6px 10px !important;
    background: #221885 !important;
    border-right: none !important;
    font-size: 14px
}

.mobile-top-desktop span {
    margin-top: 10px
}

.top-btt_header a {
    padding: 8px 15px;
    margin-top: 19px;
    float: right;
    font-size: 18px;
    text-align: center;
    border: 1px solid #221885;
    color: #221885
}

.main__menu {
    display: flex;
    justify-content: center !important;
    width: 100%;
    margin-left: 0
}

.main__menu>li>a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    height: 120px;
    line-height: 120px;
    padding: 0 1px;
    position: relative;
    text-transform: inherit;
    color: #333;
    font-family: Open Sans;
    font-family: inherit;
    text-decoration: none !important
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal span {
    background: #000
}

footer ul.menu-item li a {
    color: #fff !important
}

footer {
    border-color: #363636;
    background: #211d53;
    padding: 80px 20px;
    padding-bottom: 50px;
    padding-top: 70px;
    color: #ababab
}

footer h3 {
    color: #ffca05;
    text-transform: none;
    font-weight: 700;
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: 5px;
    min-height: 38px;
    font-family: montserrat, arial, sans-serif
}

footer h3::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #fff;
    right: 0;
    position: absolute;
    left: 10px;
    margin-top: 10px
}

.footer_single_contact_info {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1
}

.footer_single_contact_info>i {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1
}

.footer_single_contact_info>a,
.footer_single_contact_info>p {
    color: #fff;
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    margin-left: 20px;
    line-height: 1.9em;
    font-family: inherit
}

footer ul.menu-item {
    margin-bottom: 8px;
    color: #ababab;
    font-size: 16px;
    margin-left: 0;
    padding-left: 0
}

footer ul.menu-item li a {
    color: #8d8d8d;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500
}

.blog-container {
    width: 100% !important
}

.blog-post-img-box img {
    width: 100% !important
}

.blog {
    border: 1px solid #f1f1f1;
    padding: 10px 5px 5px 5px;
    float: left;
    width: 100%;
    margin: 0 0 10px 0
}

.space30 {
    margin-top: 30px !important
}

.blog__thumb a img {
    width: 100%
}

.blog__thumb {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 20px 0 0
}

.blog__details {
    float: left;
    width: 100%
}

.blog__details h1 {
    font-size: 18px;
    margin-top: 7px;
    float: left
}

.blog__details p {
    float: left;
    margin-top: 5px
}

.blog__date {
    left: 20px;
    top: 10px;
    float: left;
    position: unset
}

.blog__btn {
    margin-top: 0
}

.blog__btn a {
    background: orange !important;
    padding: 11px 10px;
    color: #000;
    float: right
}

.blog__details_bottom {
    background: #f1f1f1;
    float: left;
    width: 100%
}

.top-btt_header a:hover {
    color: #000
}

.capter_button_bottom {
    margin-top: 24px;
    float: left;
    width: 100%
}

.card-ui-container {
    background: #f9f9f9;
    width: 100%;
    float: left;
    margin: 13px 0;
    border: 1px solid #f3ded8;
    padding: 10px
}

.chapter_header h3 {
    width: 100%;
    float: left;
    margin: 5px 0;
    font-size: 13px;
    font-weight: 700;
    text-align: left !important;
    letter-spacing: 1px;
    line-height: 1.2em
}

.chapter_header h3 span {
    font-size: 14px;
    font-weight: 400;
    color: #1b1464;
    font-family: sans-serif
}

:root {
    --primary-color: #152334;
    --primary-color-light: #a2d1d6;
    --white-color: #f9f9f9
}

.course-container {
    background-color: var(--primary-color);
    padding: 26px;
    width: 40%;
    float: left;
    height: 170px
}

.chapter-container {
    width: 60%;
    background-color: var(--white-color);
    padding: 26px 20px 0 20px;
    border-radius: 0 3px 3px 0;
    float: left
}

.chapter {
    position: relative;
    height: 100%
}

.maincourser {
    font-size: 26px !important
}

.chapter .title {
    margin: 0;
    color: var(--primary-color)
}

.chapter .chapter_btn {
    bottom: 0;
    right: 0;
    background: var(--primary-color);
    color: var(--white-color);
    transform: perspective(1 px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-property: color;
    transition-duration: .5s;
    float: right;
    margin: 10px 0 0 0
}

.chapter .applyn_button {
    bottom: 0;
    right: 0;
    background: var(--primary-color);
    color: var(--white-color);
    transform: perspective(1 px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-property: color;
    transition-duration: .5s;
    float: left;
    margin: 10px 0 0 0;
    text-decoration: none
}

.chapter .chapter_btn::before {
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    background: var(--primary-color-light)
}

.chapter .chapter_btn:hover {
    color: var(--primary-color)
}

.chapter .chapter_btn:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.course_first_heading {
    text-transform: uppercase;
    margin: 0 0 12px 0;
    color: var(--primary-color-light);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px
}

.course_principal_heading {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
    text-align: left
}

.coloboration_course_container {
    height: 118px;
    padding: 25px 5px 10px 5px
}

.coloboration_course_container_1 {
    height: 100%
}

.chapter_btn_coloboration {
    bottom: 0;
    right: 0;
    background: var(--primary-color);
    color: var(--white-color);
    transform: perspective(1 px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-property: color;
    transition-duration: .5s;
    float: right;
    padding: 4px 4px !important;
    font-size: 13px !important;
    margin-top: 15px !important
}

.chapter_btn_coloboration :hover {
    color: #fff
}

.padding_top {
    padding: 10px 20px 0 20px !important
}

.parent {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.child {
    display: table-cell;
    font-size: 16px;
    color: #fff
}

.Admission_card {
    text-align: center;
    width: 100%;
    padding: 30px 5px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #d9d9d9
}

.admission_color_1 {
    background-color: #f1f1f1
}

.admission_h3 h3 {
    font-size: 17px !important;
    font-family: sans-serif !important
}

.admission_h3 h3 a {
    color: #000;
    text-decoration: none
}

.leftBox {
    grid-area: main;
    padding: 50px;
    box-sizing: border-box
}

section_event .leftBox .content {
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px;
    transition: .5s
}

section_event .leftBox .content:hover {
    background-color: #e91e63
}

section_event .leftBox .content h1 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    text-transform: uppercase
}

section_event .leftBox .content p {
    margin: 10px 0 0;
    padding: 0
}

section_event .events {
    grid-area: event;
    box-sizing: border-box;
    border: 1px solid #c1c1c1
}

section_event .events ul {
    margin: 0;
    padding: 5px;
    list-style: none
}

section_event .events ul li {
    background-color: #fff;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
    grid-template-areas: "time time" "detail detail";
    margin: 0
}

@media (min-width:768px) {
    section_event .events ul li {
        grid-template-areas: "time detail" "time detail"
    }
}

section_event .events ul li .time {
    background-color: #1e7783;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s
}

section_event .events ul li:hover .time {
    background-color: #e91e63
}

section_event .events ul li .time p {
    color: #fff;
    text-align: center;
    font-size: 15px
}

.event_list li {
    list-style: disc inside
}

section_event .events ul li .time h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 34px;
    line-height: 30px;
    text-align: center
}

section_event .events ul li .time h2 span {
    font-size: 30px
}

section_event .events ul li .details {
    grid-area: detail;
    padding: 10px 10px 10px;
    background-color: #fff;
    box-sizing: border-box;
    height: 170px
}

section_event .events ul li .details h3 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 17px
}

section_event .events ul li .details p {
    margin: 10px 0 0;
    padding: 0;
    font-size: 15px
}

section_event .events ul li .details a {
    display: inline-block;
    text-decoration: none;
    padding: 0 5px;
    border: 1px solid #262626;
    margin-top: 16px;
    font-size: 14px;
    color: #262626;
    transition: .5s;
    float: right;
    color: #fff;
    background-color: #1e7783
}

section_event .events ul li .details a:hover {
    background-color: #e91e63;
    color: #fff;
    border-color: #e91e63
}

.admision_icon i {
    font-size: 30px;
    color: #ed6a47;
    margin: 10px 0 15px 0
}

@media (max-width:767px) {
    .card-ui-container {
        flex-direction: column;
        width: 85%;
        min-width: 400px
    }

    .course .more {
        right: 0
    }

    .chapter {
        min-height: 120px
    }

    .chapter .title {
        width: 50%;
        margin: 24px 0
    }

    .chapter .chapter_btn {
        position: relative;
        margin: 0 0 0 auto
    }

    .chapter .applyn_button {
        position: relative;
        margin: 0 0 0 auto
    }
}

@media screen and (max-width:490px) {
    .social_icon {
        display: inline-block;
        margin: 0;
        position: absolute;
        right: 0;
        top: -29px
    }
}

.ibn_color {
    background-color: #069
}

.safeducate_color {
    background-color: #00a34d
}

.manpower_color {
    background-color: #e67e23
}

.varahi_color {
    background-color: #721147
}

.gopalji_color {
    background-color: #fed45c
}

.rawmind_color {
    background-color: #212159
}

.techsci {
    background-color: #a1cc3a
}

.ixambee {
    background-color: #18468c
}

.cmacgm {
    background-color: #ba281b
}

.agm {
    background-color: #ee1d25
}

.usa {
    background-color: #1c64b0
}

.nowbike {
    background-color: #6f5a2a
}

.lsce {
    background-color: #3156a9
}

.nse {
    background-color: #e66f25
}

.ct {
    background-color: #d43326
}

@media screen and (max-width:575px) {
    .book-gdpi-mobile {
        text-align: center;
        width: 100%;
        padding: 10px 5px
    }

    .mobile-navbar-setting {
        height: 50px;
        padding: 7px 0
    }

    .dropdowntop .dropbtn {
        margin: -1px -1px -8px -5px !important
    }

    .masthead-link {
        padding: 9px 0 !important;
        background: #372baf !important;
        border-right: none;
        font-size: 11px;
        border-radius: 23px;
        width: 134px;
        text-transform: none;
        font-size: inherit
    }

    .social__icon_top_desktop li svg {
        color: #fff !important;
        margin-top: 6px;
        width: 12px;
        height: 12px;
        background: #fff
    }

    .social__icon_top_desktop li {
        float: right;
        margin: -10px 1px
    }

    .social__icon_top_desktop i {
        width: 21px;
        font-size: 14px;
        height: 30px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        margin-top: 2px
    }
}

@media screen and (max-width:799px) {
    .dropdowntop .dropbtn {
        margin: -1px -1px -8px -5px !important
    }
}

@media screen and (min-width:699px) and (max-width:991px) {
    .social_icon {
        display: inline-block;
        margin: 0;
        position: absolute;
        right: 0 !important;
        top: 0
    }

    .dropdowntop .dropbtn {
        margin: -4px -1px -2px -5px !important
    }
}

@media screen and (min-width:991px) and (max-width:1024px) {
    .top-btt_header a {
        padding: 2px 6px;
        margin-top: 19px;
        float: right;
        font-size: 12px;
        text-align: center;
        border: 1px solid #221885;
        color: #221885
    }

    .main__menu>li>a {
        font-size: 9px !important
    }

    .social__icon_top_desktop i {
        width: 18px;
        font-size: 14px;
        height: 30px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        margin-top: 2px
    }

    .mobile-top-desktop span {
        margin-top: 10px;
        font-size: 11px
    }

    .masthead-link {
        padding: 10px 6px 10px !important;
        background: #221885 !important;
        border-right: none !important;
        font-size: 11px
    }
}

@media screen and (max-width:320px) {
    .social_icon {
        right: 44px
    }

    ul.social__icon_top_desktop {
        margin-left: 0;
        display: contents
    }
}

@media screen and (max-width:499px) {
    section_event .events ul li {
        background-color: #fff;
        box-sizing: border-box;
        display: table-row-group !important;
        grid-template-columns: 30% 1fr;
        grid-template-rows: 1fr;
        grid-gap: 0;
        grid-template-areas: "time time" "detail detail";
        margin: 0 px
    }

    section_event .events ul li .time h2 {
        padding-top: 10px
    }

    .htc-pagination li a {
        width: 100%;
        padding: 10px;
        display: initial
    }

    .htc-pagination {
        margin: 0;
        padding: 22px 0 0 1px
    }
}

.event_heading {
    padding: 10px 0;
    text-align: center;
    background: #00639b;
    color: #fff;
    margin: 10px 0
}

.blink {
    background-color: #211d53;
    padding: 2px 10px;
    -webkit-animation: blink .8s step-end infinite;
    animation: blink .8s step-end infinite
}

@-webkit-keyframes blink {
    50% {
        background-color: #00f
    }
}

@keyframes blink {
    50% {
        background-color: #00f
    }
}

.contact_detail {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}