@charset "UTF-8";

html {
    height: 100%
}

body {
    position: relative;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    /* font-weight: 300;
    font-family: 'Roboto', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif */
}


h1 {
    /* margin-bottom: 20px; */
    font-size: 22px;
    line-height: 30px
}

h2 {
    /* padding-bottom: 10px; */
    font-size: 18px;
    line-height: 24px;
}

h3 {
    /* margin-bottom: 18px; */
    font-size: 16px;
    line-height: 24px;
}

h4 {
    /* margin-bottom: 15px; */
    font-size: 16px;
    line-height: 24px
}

h5 {
    /* margin-bottom: 10px; */
    font-size: 16px;
    line-height: 20px
}

h6 {
    /* margin-bottom: 10px; */
    font-size: 14px;
    line-height: 20px
}

a {
    color: #159845;
    transition: all .2s ease-in-out 0
}

a:hover,
a:focus {
    color: #f5a425;
    outline: 0
}

#header {
    border-top: 3px solid #406236
}

.logo-holder {
    padding-top: 24px;
    padding-bottom: 24px;
    /* text-align: center; */
    /* display: block */
}

.contact-details {
    display: block;
    text-align: center
}

.contact-details .custom {
    color: #8d8d8d
}

.contact-details i {
    margin-right: 5px
}

.contact-details p {
    font-size: 13px;
    display: block
}

.contact-details p:last-child {
    margin-right: 0
}

.apply-btn {
    background-color: #159845;
    color: #fff;
    border-radius: 0;
    padding: 12px 22px;
    /* font-variant: small-caps; */
    text-transform: uppercase;
    font-size: 14px;
    outline: 0
}

.apply-btn a {
    color: #fff;
    text-decoration: none
}

.apply-btn:hover,
.apply-btn:focus,
.apply-btn:active {
    color: #fff;
    outline: 0;
}

/* .btn-allign {
    text-align: right
} */

.search-box {
    margin: 20px 0;
    display: block;
    text-align: center;
    padding-right: 0
}

.search-box .form-inline {
    position: relative;
    display: inline-block;
    border: 1px solid #777c7e
}

.search-box .form-control {
    padding-right: 55px;
    min-width: 250px;
    height: 32px;
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 12px;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999;
    background-color: #f4f4f4;
    box-shadow: none
}

.search-box .form-control:focus+.btn {
    color: #81bb39
}

.search-box .btn {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 12px;
    padding-right: 12px;
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: #4a5053;
    -webkit-transition: all .2s ease-in-out 0;
    -o-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0
}

#navigation {
    background-color: #1f272b
}

.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #1f272b
}

/* .main-menu li {
    float: left
} */

.main-menu li a, .main-menu li .nav-link {
    position: relative;
    padding: 15px 22px;
    display: block;
    color: #fff;
    /* text-align: center; */
    display: inline-block;
    vertical-align: middle
}

.main-menu li.current>a {
    text-decoration: none;
    color: #fff
}

.main-menu li a:hover,
.main-menu li.active>a,
.main-menu li.alias-parent-active>a {
    color: #f5a425
}

/* .main-menu>li.dropdown>.dropdown-toggle:after{content:'\f107';margin-left:5px;font-family:FontAwesome;line-height:19px}.main-menu>.active>a,.main-menu>.active>a:focus,.main-menu>.active>a:hover{background-color:#1f272b}@media(min-width:768px){.navbar-brand{display:none}}.navbar{margin-bottom:0;border:0}.navbar-default{background-color:#1f272b}.nav>li>a:hover{background-color:#1f272b}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#137d3a}.dropdown-menu{position:absolute;border-radius:0;background-color:#159845}.dropdown-menu>li>a{padding:10px 20px;display:block;text-align:left;color:#fff;text-transform:uppercase;font-size:.8em}.dropdown-menu>li>a:hover{background-color:transparent;color:#f5a425}.dropdown-menu li{float:none;border-bottom:1px solid #138a3e}.dropdown-menu li:hover .sub-menu{visibility:visible} */

.nav .open>a,
.nav li>a:focus {
    background-color: #137d3a
}

#banner .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.tp-banner-container {
    position: relative;
    width: 100%
}

.tp-bullets.simplebullets.round .bullet {
    margin-left: 4px;
    border: 1px solid #fff;
    background: 0;
    background-color: rgba(255, 255, 255, 0.3);
    transition: all .2s ease-in-out 0
}

.tp-bullets.simplebullets.round .bullet.selected {
    border-color: #ed9512;
    background-color: #f4a42c
}

.tp-caption a:hover {
    color: #494e51
}

.lg-white p {
    color: #fff;
    font-size: 1.6em;
    line-height: 46px;
    letter-spacing: 3px
}

.intro-txt {
    color: #c5c5c5;
    font-size: .95em
}

.lg-white p span {
    padding: 2px 13px;
    background-color: #f4a42c;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 4px;
    /* font-family: Roboto-Thin, sans-serif */
}

.btn-white {
    background-color: rgba(255, 255, 255, 0.52);
    padding: 11px 20px;
    font-size: .85em;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    border-radius: 0;
    color: #494e51
}

.btn-white a:hover {
    color: #333
}

/* .page-header {
    margin: 0 0 20px;
    border-bottom: 0
}

.page-header h1 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px
} */

/* #main-content {
    margin-bottom: 36px
} */

/* #main-content-holder p {
    color: #555
} */

.services h4 {
    font-weight: 400
}

.service-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 60px
}

.services i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    border: 2px solid #f5a425;
    border-radius: 50%;
    color: #444
}

.m-top {
    margin-top: 30px
}

#after-content {
    margin-top: 40px
}

#after-content h4 {
    text-transform: uppercase;
    font-weight: 400
}

#after-content p {
    font-size: .9em;
    color: #777
}

#after-content .col-md-6:last-child {
    margin-top: 30px
}

/* #right-sidebar {
    background-color: #159845;
    padding: 20px 26px
} */

#right-sidebar h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px
}

#right-sidebar h5 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400
}

#right-sidebar p {
    color: #a5ecbf;
    font-size: .938em
}

.parent-class {
    height: 350px;
    overflow: hidden
}

.list-class {
    margin: 0;
    padding: 10px;
    overflow: hidden;
    list-style: none
}

.list-class li {
    margin-bottom: 20px
}

.list-class>li>a {
    padding: 5px;
    display: block
}

.list-class>li>span>a {
    margin-bottom: 30px
}

#below-content-3 {
    background-color: #159845;
    padding: 70px 0
}

#below-content-3 .section-heading p {
    color: rgba(255, 255, 255, 0.7)
}

.text-center {
    text-align: center
}

.boxes {
    background-color: #FFF;
    text-align: center;
    padding: 40px;
    margin-bottom: 30px
}

.boxes:hover {
    background-color: #f5a425;
    transition: all .5s ease 0;
    cursor: pointer
}

.boxes i {
    color: #222;
    font-size: 22px
}

.boxes h4 {
    margin-top: 20px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 22px
}

.border-button {
    border: 1px solid #FFF;
    padding: 15px 30px;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 2px;
    display: inline-block;
    transition: 300ms ease
}

.border-button:hover {
    background-color: #f5a425;
    border: 1px solid #f5a425
}

.border-button a {
    color: #fff;
    text-decoration: none
}

.section-button {
    margin-top: 60px;
    text-align: center
}

.section-heading p {
    color: #8c8c8c
}

.section-heading h1,
.section-heading h2 {
    margin-bottom: 0;
    padding-bottom: 20px;
    color: #fff
}

.section-heading h2 {
    font-size: 36px;
    line-height: 42px
}

.section-heading {
    padding-bottom: 50px
}

#navigation-slider {
    padding: 30px 0
}

#navigation-slider h2 {
    margin-bottom: 30px
}

#navigation-slider>.container>.col-md-6:last-child {
    margin-top: 30px
}

.item i {
    color: #f5a425;
    float: right;
    font-size: 18px;
    margin: 0 15px 15px
}

.item p {
    display: inline-block;
    font-size: .93em;
    font-style: italic;
    line-height: 24px;
    padding: 0 30px;
    color: #777
}

.profile-pic p {
    font-style: inherit;
    padding: 0
}

.quote {
    color: rgba(245, 164, 37, 0.44);
    text-align: center;
    margin-bottom: 5px
}

.media-body p {
    color: #777
}

.media-body h4 {
    color: #222
}

.media-body a {
    text-decoration: none
}

.custom .media:last-child {
    margin-top: 40px
}

.media-body p {
    font-size: .9em
}

#low-content {
    background-color: #f5a425;
    padding: 20px 0;
    color: var(--neutral-800);
}

#low-content p {
    display: inline-block;
    margin-top: 15px;
    font-size: 18px;
    font-style: italic
}

.action-button {
    background-color: #a12c2f;
    padding: 15px 30px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    float: right;
    border-radius: 0
}

.action-button a {
    color: #fff;
    text-decoration: none
}

.action-button a:hover,
.action-button a:active,
.action-button a:focus {
    color: #fff;
    outline: 0
}

#footer-top {
    background-color: #1f272b;
    padding: 50px 0 50px
}

#footer-top .col-md-3,
#footer-top .col-md-4 {
    margin-top: 30px
}

#footer-top h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 30px;
    margin-bottom: 0
}

#footer-top p {
    color: #7a7a7a
}

.widget-1 p {
    color: #7a7a7a;
    font-size: .9em;
    text-decoration: none
}

.widget-1 a {
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none
}

.widget-3 p,
.widget-3 a {
    color: #7a7a7a;
    line-height: 23px
}

.contact-list li {
    list-style-type: none
}

.contact-list li::before {
    position: absolute;
    left: 12px;
    width: 20px;
    font-size: 15px;
    font-family: FontAwesome;
    text-align: center;
    color: #7a7a7a
}

.contact-list li.address::before {
    content: '\f015'
}

.contact-list li.phone::before {
    content: '\f095'
}

.contact-list li.mail::before {
    content: '\f003'
}

.custom-form {
    border-radius: 0;
    background-color: #202a2f;
    border: 1px solid #31383c
}

.custom-form:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none
}

.btn-yellow {
    background-color: #f5a425;
    padding: 15px 30px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    border-radius: 0;
    margin-top: 20px
}

.btn-yellow a,
.action-button a,
.border-button a,
.apply-btn a {
    vertical-align: middle;
    text-decoration: none
}

#footer {
    background-color: #1f272b
}

#footer .container {
    border-top: 1px solid #2c3437
}

.cr-text {
    margin-top: 22px;
    text-align: center
}

.cr-text p {
    font-size: 11px;
    text-transform: uppercase;
    color: #b8b8b8;
    letter-spacing: .5px
}

.social-icons {
    margin: 13px 0;
    text-align: center
}

.social-icons i {
    margin-right: 10px
}

.footer-menu li {
    width: 50%;
    float: left
}

.footer-menu>li>a {
    position: relative;
    display: block;
    padding: 5px 5px;
    color: #7a7a7a
}

.footer-menu li a:hover {
    background-color: transparent;
    color: #f5a425
}

.footer-menu>li>a::before {
    font-family: fontawesome;
    content: "\f105";
    margin-right: 10px
}

.footer-menu li.current a,
.footer-menu li a:focus {
    text-decoration: none;
    background-color: transparent
}

.scollUp {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: #f5a425;
    display: none
}

.scollUp a {
    display: block;
    text-align: center;
    line-height: 34px;
    color: #fff
}

@media(max-width:768px) {
    .collapse.in {
        display: block
    }
    /* .main-menu li {
        float: none
    } 

    .main-menu li a {
        display: block
    }*/

  

    /* .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0 none;box-shadow:none;text-align:center;background-color:#a12c2f}.dropdown-menu li a{font-size:12px;text-align:center;line-height:10px} */

    /* .navbar-brand {
        color: #fff !important
    } */
}

@media(min-width:992px) {
    /* .logo-holder {
        text-align: left;
        display: block
    } */

    .contact-details {
        text-align: right
    }

    .search-box {
        display: inline-block;
        text-align: right
    }

    .boxes {
        margin-bottom: 0
    }

    .cr-text {
        text-align: left
    }

    .social-icons {
        margin: 26px 0;
        text-align: right
    }

    #navigation-slider>.container>.col-md-6:last-child {
        margin-top: 0
    }

    /* #right-sidebar {
        margin: 36px 0
    } */

    .contact-details p {
        display: inline;
        margin: 16px 11px 0
    }

    #after-content .col-md-6:last-child {
        margin-top: 0
    }
}

/* #navigation .container,
#navigation .container #nav-collapse {
    padding-left: 0;
    padding-right: 0
} */

.three-left span.glyphicon.glyphicon-phone,
span.glyphicon.glyphicon-signal,
span.glyphicon.glyphicon-random,
.three-left span.fa {
    font-size: 2em;
    padding: .5em;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #d57d39;
    width: 77px;
    height: 77px;
    line-height: 44px;
    text-align: center;
    background: #d57d39;
    color: #fff
}

.three .strikethrough {
    position: absolute;
    top: 43px;
    left: 60px;
    right: 60px;
    height: 2px;
    background: #ccb76c
}

.three {
    margin-top: 20px;
    position: relative
}

.three-left {
    text-align: center
}

.three-left p {
    margin: 1em 0
}

@media(max-width:767.98px) {
    .strikethrough {
        display: none
    }
}

/* .govt-india {
    margin-bottom: 18px
} */

.lang {
    margin-left: 10px
}

.lang .btn {
    border-radius: 1px;
    font-size: 13px;
    color: #777
}

.contact-details .font-resizer,
.contact-details .contrast,
.contact-details .dropdown {
    margin-left: 15px;
    display: inline-block
}

.font-resizer .btn {
    padding-left: 5px;
    padding-right: 5px;
    width: 20px;
    border: 0;
    border-radius: 0;
    text-align: center
}

.contrast .btn {
    padding-left: 5px;
    padding-right: 5px;
    width: 20px;
    border: 0;
    border-radius: 1px;
    text-align: center
}

.contrast #contrast-high {
    color: #fff;
    background: #444
}

.three .three-left p {
    font-size: 13px;
    line-height: 22px;
}

/* .header-1 {
    text-align: center
} */

.contact-details.details-alt {
    margin-top: 10px;
    display: inline-block
}

.owl-test {
    text-align: center
}

.owl-test .owl-wrapper-outer {
    padding-bottom: 15px
}

.owl-test .item i {
    margin-bottom: 0
}

.owl-test .item p {
    font-size: 1.1em;
    line-height: 1.9em;
    color: #fff
}

.owl-test .profile-pic {
    padding: 15px 0
}

.owl-test .profile-pic img {
    margin-right: 10px;
    width: 65px
}

.owl-test .profile-details {
    display: inline-block;
    vertical-align: middle
}

.owl-test .profile-details p {
    margin-bottom: 0;
    display: block;
    text-align: left
}

.owl-test .profile-details span {
    display: block;
    font-size: .9em;
    text-align: left;
    color: rgba(255, 255, 255, 0.7)
}

.owl-test .owl-theme .owl-controls .owl-page span {
    background: #fff
}

.news-events {
    padding: 40px 0 50px
}

.news-events .custom .media {
    margin-top: 10px
}

#navigation>.container-fluid {
    padding-left: 0;
    padding-right: 0
}

@media(min-width:992px) {
    .header-1 {
        text-align: right
    }

    .contact-details.details-alt {
        margin-top: 10px
    }
}

@media(min-width:1200px) {
    .main-menu li a, .main-menu li .nav-link {
        padding-left: 7px;
        padding-right: 7px
    }
}



.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    background: #137d3a
}

.scollUp a,
.apply-btn a {
    color: #fff !important
}

.logo span {
    /* margin-top: 5px; */
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #222;
}

/* .chage .logo span {
    color: #fff
} */

#header-top {
    border-top: 3px solid #406236;
    border-bottom: 1px solid #e8e8e8;
    background: #f5f5f5
}

.search-box {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    text-align: left
}

.search-box .form-control {
    background: #fff
}

.contact-details.details-alt {
    margin-top: 6px
}

.font-resizer .btn {
    background: transparent
}

#header {
    border-top: 0
}

.top-menu {
    /* margin: 8px 0 6px; */
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase
}

.top-menu li {
    display: inline-block;
    border-right: 1px solid #ddd
}

.top-menu li:last-child {
    border-right: 0
}

.top-menu li a {
    padding: 4px 15px;
    color: #888
}

.top-menu li a:hover,
.top-menu li a:focus {
    color: #159845;
    background: transparent
}

.logo {
    display: inline-block
}

/* .logo span {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase
} */

.logo span span {
    margin-left: 1px;
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600
}

#below-content {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5
}

.form-contact.form-contact-alt .form-control {
    height: 38px;
    border-radius: 1px;
    background: #f5f5f5
}

.form-contact.form-contact-alt textarea.form-control {
    height: 200px
}

.gallery-holder>div {
    margin: 2px 0;
    display: inline-block
}

.gallery-holder a>img {
    width: 225px
}

.gallery-holder+hr {
    margin: 40px 0
}

.course-listing .items-leading.row {
    margin-left: -8px;
    margin-right: -8px
}

.course-listing .items-leading.row>[class*="col-"] {
    padding-left: 8px;
    padding-right: 8px
}

.course-item {
    margin: 8px 0;
    display: block;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background: #f8f8f8
}

.course-item .course-image {
    margin: -1px -1px 0
}

.course-item .course-image img {
    width: 100%;
    border-radius: 2px 2px 0 0
}

.course-item .course-info {
    padding: 15px 15px;
    min-height: 102px
}

.course-item .course-info h5 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #444
}

.course-item .course-info .course-category {
    font-size: 13px;
    line-height: 20px;
    color: #555
}

.course-item .course-info .course-category .course-label {
    color: #aaa
}

.pagination-holder {
    margin: 30px 0 0
}

.pagination-holder .pagination {
    margin: 0
}

.pagination>li>a,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #159845
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border-color: #0c7031;
    background: #159845
}

.box-course-filter {
    padding: 30px 10px
}

.filter-menu {
    margin-bottom: 5px
}

.filter-menu>li>a {
    position: relative;
    padding-top: 9px;
    padding-bottom: 9px;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #888;
    background: #f8f8f8
}

.filter-menu>li>a:after {
    position: absolute;
    top: 9px;
    right: 16px;
    content: '\f103';
    font-size: 15px;
    line-height: 20px;
    font-family: FontAwesome
}

.filter-menu>li>a:hover,
.filter-menu>li>a:focus,
.filter-menu>li.open>a {
    border-color: #159845 !important;
    color: #474848;
    background: #fff !important
}

.filter-menu .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%
}

.filter-menu .dropdown-menu li {
    width: 50%;
    float: left;
    border-right: 1px solid #138a3e
}

.filter-menu .dropdown-menu li>a {
    background: #159845
}

.filter-menu .dropdown-menu li>a:hover,
.filter-menu .dropdown-menu li>a:focus {
    background: #137d3a
}

#mod-finder-searchform .finder {
    position: relative
}

#mod-finder-searchform .finder label {
    display: none
}

#mod-finder-searchform .finder .form-control {
    height: 40px;
    border-color: #ccc;
    border-radius: 2px;
    background: #f8f8f8;
    box-shadow: none
}

#mod-finder-searchform .finder .btn {
    position: absolute;
    top: 1px;
    right: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0
}

#search-form {
    margin-bottom: 20px;
    padding: 30px;
    background: #eee
}

#search-form .word {
    position: relative
}

#search-form .word label {
    display: none
}

#search-form .word .form-control {
    height: 40px;
    border-color: #ccc;
    border-radius: 2px;
    background: #f8f8f8;
    box-shadow: none
}

#search-form .word .btn {
    position: absolute;
    top: 1px;
    right: 1px;
    padding-top: 9px;
    padding-bottom: 8px;
    border-radius: 0;
    font-size: 13px;
    text-transform: uppercase
}

#search-form .word .btn .fa {
    margin-right: 3px
}

#above-content {
    background: #eee
}

.form-login .form-control {
    height: 38px;
    border-radius: 1px;
    background: #f5f5f5
}

.form-login .form-actions .btn {
    margin-top: 0
}

.form-login a {
    color: #159845
}

.galleries-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.galleries-holder>.custom>.row>[class*="col-"] {
    margin-bottom: 40px
}

.galleries-holder>.custom>.row>[class*="col-"]:last-child {
    margin-bottom: 0
}

.owl-gallery .owl-item {
    padding: 0 2px
}

.owl-gallery .owl-item a {
    display: block;
    text-align: center
}

.owl-gallery .owl-item a img {
    display: inline-block;
    border: 4px solid #ccc
}

.social-icons a#fb:hover,
.social-icons a#fb:focus {
    color: #4a6ea9
}

.social-icons a#gp:hover,
.social-icons a#gp:focus {
    color: #da4835
}

.social-icons a#yt:hover,
.social-icons a#yt:focus {
    color: #de2825
}

.social-icons a#tw:hover,
.social-icons a#tw:focus {
    color: #1da1f2
}

#left-sidebar {
    padding-top: 50px;
    padding-bottom: 30px
}

.left-menu {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 20px;
    background: #f5f5f5
}

.left-menu>li {
    margin: 0 -1px;
    border-bottom: 1px solid #eee
}

.left-menu>li:last-child {
    border-bottom: 0
}

.left-menu>li>a {
    color: #474848
}

.left-menu>li>a:hover,
.left-menu>li>a:focus,
.left-menu>li.current>a {
    color: #fff;
    background: #159845
}

/* #main-content {
    color: #444
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333
}

/* #main-content p,
#main-content ul,
#main-content ol {
    font-size: 14px;
    line-height: 24px;
    color: #555
} */

#main-content strong {
    font-weight: 600;
    color: #444
}

ol.styled {
    margin: 0;
    padding-left: 30px;
    list-style-position: outside
}

ol.styled>li {
    padding-left: 5px
}

#main-content ol.styled .style2 {
    margin-left: 20px
}

.style1 {
    margin: 0;
    padding: 0;
    list-style: none
}

.style1 li {
    position: relative
}

.style1>li {
    padding: 5px 0 5px 25px
}

.style1.style1-alt {
    margin-bottom: 10px
}

.style1.style1-alt>li {
    padding-top: 0;
    padding-bottom: 0
}

.style1.style1-alt>li:before {
    top: 0
}

.style1>li:before {
    position: absolute;
    top: 5px;
    left: 3px;
    content: '\f00c';
    font-size: 15px;
    font-family: FontAwesome;
    color: #159845
}

#main-content .style1>li ul {
    margin: 0 0 0 12px;
    padding: 0;
    list-style: none;
    font-size: 13px
}

.style1>li ul li {
    padding-left: 20px
}

.style1>li ul li:before {
    position: absolute;
    top: 1px;
    left: 5px;
    content: '\f101';
    font-family: FontAwesome
}

.style1>li ul li li:before {
    content: '\f105'
}

#main-content .style3 {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px
}

.style3>li {
    position: relative;
    padding-left: 20px
}

.style3>li:before {
    position: absolute;
    top: 0;
    left: 5px;
    content: '\f101';
    font-family: FontAwesome
}

.img-holder img {
    display: inline-block
}

.img-holder.m-b {
    margin-bottom: 20px
}

.img-holder.m-t {
    margin-top: 20px
}

.box {
    margin-bottom: 20px
}

.box .box-title {
    position: relative;
    padding: 7px 10px 12px 15px;
    overflow: hidden;
    border-radius: 0 10px 0 0;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #008745
}

.box .box-title:before {
    position: absolute;
    top: -30px;
    left: -24px;
    content: '';
    width: 50px;
    height: 50px;
    background: #ffcb05;
    transform: rotate(50deg)
}

.box .box-body {
    padding: 8px 15px 12px;
    min-height: 192px;
    border-radius: 0 0 0 10px;
    text-align: center;
    background: #f0e6cd
}

.box .box-intro {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center
}

.box .box-intro span {
    position: relative;
    margin: 4px auto 0;
    padding: 7px 6px 6px;
    width: 80%;
    min-height: 50px;
    display: block;
    color: #fff;
    background-color: #17a750;
    background-image: linear-gradient(to right, #39a347, #00a853, #39a347)
}

.box .box-intro span:before {
    position: absolute;
    top: -8px;
    left: -35px;
    content: '';
    width: 39px;
    height: 50px;
    background: url(../images/rib_lhs.png) no-repeat 0 0 / auto 100%
}

.box .box-intro span:after {
    position: absolute;
    top: -8px;
    right: -35px;
    content: '';
    width: 39px;
    height: 50px;
    background: url(../images/rib_rhs.png) no-repeat 0 0 / auto 100%
}

.box .style2 {
    display: inline-block;
    text-align: left
}

#main-content .style2 {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 18px
}

.style2>li {
    position: relative;
    padding: 2px 0 2px 13px
}

.style2>li:before {
    position: absolute;
    top: 3px;
    left: 2px;
    content: '\f0da';
    font-size: 18px;
    font-family: FontAwesome;
    color: #169047
}

.news-events>.custom>.row>[class*="col-"] {
    margin-bottom: 40px
}

.news-events>.custom>.row>[class*="col-"]:last-child {
    margin-bottom: 0
}

#header-top {
    text-align: center
}

.search-box .search {
    text-align: center
}

.navbar-header {
    padding-left: 10px;
    padding-right: 10px
}

.logo:hover,
.logo:focus {
    text-decoration: none
}

.main-menu .dropdown-menu {
    background: #159845
}

.main-menu .dropdown-menu a:hover,
.main-menu .dropdown-menu a:focus {
    background: #137d3a
}

.form-contact .btn {
    margin-top: 0
}

.underline {
    text-decoration: underline
}

.custom-form-holder .form-contact.form-contact-alt .form-control {
    border: 1px solid #31383c;
    border-radius: 0;
    background: #202a2f
}

.custom-form-holder select {
    color: #a19e9e
}

.custom-form-holder .form-contact.form-contact-alt textarea.form-control {
    height: 120px
}

.contact-details a,
.social-icons a,
.btn-yellow {
    color: #474848
}

.action-button {
    color: #fff
}

.header-1 .apply-btn {
    padding: 6px 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.cc-number {
    padding: 12px 0;
    font-size: 13px
}

.address-box {
    line-height: 24px
}

/* #right-sidebar {
    padding-bottom: 35px
} */

.main-menu>li.open>a:hover,
.main-menu>li.open>a:focus {
    background: #137d3a
}

.apply-alt {
    margin-left: -5px;
    margin-right: -5px
}

.apply-alt>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px
}

.apply-alt a {
    display: block;
    border-radius: 0 15px 0 15px;
    text-align: center
}

.apply-alt a:hover {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15)
}

#main-content .box .padding-adjust {
    padding-top: 22px;
    padding-bottom: 22px
}

.btn-green {
    border-radius: 0;
    color: #fff;
    background: #159845
}

.btn-green:hover,
.btn-green:focus {
    color: #fff;
    background: #0f8339
}

.btn-adjust {
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 600
}

@media (min-width: 576px) {
    .logo span {
        font-size: 22px;
        line-height: 28px
    }
}

@media(min-width:768px) {
    h1 {
        /* margin-bottom: 20px; */
        font-size: 26px;
        line-height: 34px;
    }
    
    h2 {
        /* padding-bottom: 10px; */
        font-size: 22px;
        line-height: 34px;
    }
    
    h3 {
        /* margin-bottom: 18px; */
        font-size: 20px;
        line-height: 30px;
    }
    
    h4 {
        /* margin-bottom: 15px; */
        font-size: 20px;
        line-height: 30px
    }

    
    .logo span {
        margin-top: 0;
        /* margin-left: 10px; */
        display: inline-block;
        /* font-size: 26px;
        line-height: 32px */
    }

    .filter-menu .dropdown-menu {
        width: 602px
    }

    .filter-menu .dropdown-menu li {
        width: 200px
    }
}

@media(min-width:992px) {
    h1 {
        /* margin-bottom: 20px; */
        font-size: 36px;
        line-height: 42px
    }
    
    h2 {
        /* padding-bottom: 10px; */
        font-size: 28px;
        line-height: 34px
    }
    
    h3 {
        /* margin-bottom: 18px; */
        font-size: 24px;
        line-height: 30px
    }


    .logo>div {
        display: inline-block
    }

    .govt-india {
        margin-bottom: 0;
        margin-right: 18px
    }

    /* .logo span {
        font-size: 22px;
        line-height: 28px
    } */

    .search-box .search {
        text-align: left
    }

    .header-1 {
        padding-left: 0
    }

    .top-menu li a {
        padding: 3px 6px
    }

    .news-events>.custom>.row>[class*="col-"] {
        margin-bottom: 0
    }

    .box-course-filter {
        padding-left: 0;
        padding-right: 0
    }

    .filter-menu {
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .logo span {
        font-size: 26px;
        line-height: 32px
    }

    .top-menu li a {
        padding: 4px 12px
    }
}

.clippings-holder>[class*="col-"] {
    padding: 40px 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center
}

.clippings-holder img {
    display: inline-block
}

.notice-holder {
    margin-top: 10px;
    margin-bottom: -15px;
    padding: 12px 20px;
    border: 1px solid #ebccd1;
    font-size: 15px;
    text-align: center;
    color: red;
    background: #f2dede
}

.notice-holder i {
    margin-right: 5px
}

.morphext>.animated {
    display: inline-block
}

.imp-notice-holder {
    margin-top: 35px;
    padding: 12px 20px;
    border: 1px solid #559cb0;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #31708f;
    background: #d9edf7
}

.imp-notice-alt-holder {
    margin-top: 10px;
    padding: 12px 20px;
    border: 1px solid #d9ab5d;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #8a6d3b;
    background: #fcf8e3
}

.alert-holder>.alert:last-child {
    margin-bottom: 0
}

.main-menu>li>a.item-new {
    position: relative;
    background-color: #137d3a
}

.main-menu>li>a.item-new:after {
    content: 'NEW';
    margin-left: 5px;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 9px;
    line-height: 14px;
    color: #010101;
    background: #ffdf22;
    animation: newpulse 1s infinite
}

@keyframes newpulse {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@media(min-width:992px) {
    .main-menu>li>a.item-new:after {
        position: absolute;
        top: 3px;
        right: 4px;
        margin-left: 0
    }
}

.equipment-list .course-title {
    padding: 10px;
    text-align: center
}

.equipment-list .course-item {
    margin: 8px 0;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
    transition: 200ms all
}

.equipment-list .course-item .course-info {
    padding: 0;
    position: absolute;
    bottom: -80px;
    background: #fff;
    width: 100%;
    min-height: 30px
}

.equipment-list .course-item .course-info a {
    margin-bottom: 0;
    padding: 8px 8px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #333
}

.equipment-list .course-item .course-info a:hover .fa {
    background: #f5a425
}

.equipment-list .course-item .course-info {
    transition: 200ms all
}

.equipment-list .course-item:hover .course-info {
    bottom: 0
}

.equipment-list .course-item .course-info:hover {
    padding: 0;
    position: absolute;
    bottom: 0;
    background: #eee
}

.equipment-list .course-item .course-info a .fa {
    margin-top: 0;
    font-size: 15px;
    background: #333;
    padding: 6px;
    border-radius: 50%;
    color: #fff
}

.equipment-list.row {
    margin-left: -10px;
    margin-right: -10px
}

.equipment-list [class*="col-"] {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.left-menu .deeper.parent>a {
    position: relative;
    padding-right: 40px
}

.left-menu .deeper.parent>a:before {
    position: absolute;
    top: 11px;
    right: 14px;
    content: '\f107';
    font-size: 15px;
    font-family: FontAwesome;
    color: #666;
    z-index: 999;
    width: 20px;
    padding: 0 6px;
    font-size: 20px
}

.left-menu .deeper.parent>a:hover:before,
.left-menu .deeper.parent>a:focus:before {
    color: #fff
}

.left-menu .deeper.parent .slidedown-menu {
    margin: 0;
    padding: 0 0 0 10px;
    background: #333;
    list-style: none;
    font-size: 12px
}

.left-menu .deeper.parent .slidedown-menu .slidedown-menu {
    background: #444
}

.left-menu .deeper.parent .slidedown-menu>li>a {
    padding: 8px 15px;
    display: block;
    color: #fff
}

.left-menu .slidedown-menu>li>a:focus,
.left-menu .slidedown-menu>li>a:hover,
.left-menu .active .slidedown-menu>li.current>a {
    text-decoration: none;
    color: #fff;
    background: #086f2e
}

.left-menu .on>a,
.left-menu .active>a {
    color: #fff;
    background: #159845
}

.left-menu .deeper.parent.on>a:before,
.left-menu .deeper.parent.active>a:before {
    color: #fff
}

.left-menu .deeper.parent.active .slidedown-menu {
    display: block
}

.btn-t {
    width: 100%;
    padding: 10px 15px;
    margin: 5px auto
}

.btn-t.btn-success {
    background: #0c7d2f
}

.btn-t.btn-warning {
    background: #f5a425
}

.m-r-sm {
    margin-right: 5px
}

@media(max-width:450px) {
    .course-download-links.pull-right {
        float: none !important
    }

    .course-download-links .btn {
        display: inline-block;
        margin: 5px auto
    }
}

.btn-green {
    background: #0c7d2f;
    border: 1px solid #0a6d29
}

.btn-green:hover {
    background: #0a6d29;
    color: #fff
}

.btn-yellow.btn-t {
    background: #f5a425;
    border: 1px solid #e59a2f;
    letter-spacing: 0;
    font-size: 13px;
    text-transform: capitalize
}

.btn-green.btn-t {
    font-size: 13px
}

.btn-yellow:hover,
.btn-yellow:focus {
    background: #e59a2f;
    color: #fff
}

.btn-t {
    width: 100%;
    padding: 10px 15px;
    margin: 5px auto;
    border-radius: 2px;
    color: #fff
}

.btn-in-block {
    display: inline-block;
    width: auto
}

.b-lt {
    border: 1px solid #eee
}

.course-item:hover {
    background: #e1e1e0;
    text-decoration: none
}

.course-item .course-info h5 {
    text-decoration: none
}

.filter-menu>li {
    display: none
}

.filter-menu>li.dropdown.active {
    display: block
}

.left-menu .dropdown>a:before {
    display: none
}

.left-menu .dropdown .slidedown-menu {
    display: none !important
}

.items-leading>div:nth-child(4n+1) {
    clear: both
}

.modal-login {
    text-align: left
}

.modal-login .modal-dialog {
    margin-top: 60px
}

.modal-login .close {
    position: absolute;
    top: -30px;
    right: -5px;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-shadow: none;
    opacity: 1
}

.modal-login .modal-content {
    border-radius: 3px
}

.modal-login .modal-body .center-holder {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
    text-align: center
}

.modal-login .modal-body .center-holder:last-child {
    border-bottom: 0;
    border-right: 0
}

.modal-login .modal-body i {
    margin-bottom: 20px;
    display: block;
    font-size: 44px;
    line-height: 50px
}

.modal-login .modal-body .center-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    max-width: 250px;
    margin-inline: auto;
}

/* .modal-login .center-logo {
    margin-bottom: 8px;
    max-height: 62px
} */

.header-1 .modal-login .apply-btn {
    padding-top: 8px;
    padding-bottom: 8px
}

@media(min-width:768px) {
    .modal-login .modal-body .center-holder:nth-child(2n+1) {
        border-right: 1px solid #eee
    }

    .modal-login .modal-body .center-holder:last-child {
        border-right: 0
    }
}

.lang-tabs {
    margin-top: -74px;
    margin-bottom: 40px;
    text-align: right
}

.lang-tabs>li {
    display: inline-block
}

.lang-tabs>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 2px
}

.lang-tabs>li.active>a {
    color: #fff;
    background: #159845
}

.hindi-content p {
    font-weight: 300
}

.box-announce .items-leading [class*="leading-"],
.box-news-and-events .items-leading [class*="leading-"] {
    margin-bottom: 30px
}

.box-announce .article-info,
.box-grid .article-info,
.box-news-and-events .article-info {
    margin-bottom: 5px
}

.box-announce .article-info .article-info-term,
.box-grid .article-info .article-info-term,
.box-news-and-events .article-info .article-info-term {
    display: none
}

.box-announce .article-info .published span,
.box-grid .article-info .published span,
.box-news-and-events .article-info .create span {
    margin-right: 5px;
    color: #888
}

.box-announce .article-info .published time,
.box-grid .article-info .published time,
.box-news-and-events .article-info .create time {
    font-size: 13px;
    color: #888
}

.box-news-and-events .span-event-date {
    font-size: 12px
}

.list-archive,
.list-archive ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-archive li {
    position: relative;
    padding-left: 15px
}

.list-archive li>span {
    padding: 3px 0;
    display: block;
    cursor: pointer
}

.list-archive>li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '+';
    font-size: 16px
}

.list-archive>li>ul,
.list-archive>li>ul>li>ul {
    margin-left: 5px
}

.list-archive>li>ul>li:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: '\f101';
    font-family: FontAwesome;
    color: #636363
}

.list-archive>li>ul>li>span {
    color: #636363
}

.list-archive>li>ul>li>ul>li:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: '\f105';
    font-family: FontAwesome
}

.list-archive>li>ul>li>ul>li>a {
    padding: 3px 0;
    display: block;
    font-size: 13px;
    line-height: 20px
}

.owl-notice-red {
    margin-top: 10px;
    margin-bottom: -15px;
    padding: 12px 20px;
    border: 1px solid #ebccd1;
    font-size: 15px;
    text-align: center;
    background: #f2dede
}

#main-content .owl-notice-red p {
    line-height: 22px;
    color: red
}

.owl-notices .owl-pagination {
    position: absolute;
    bottom: -10px;
    right: -10px
}

.owl-notices .owl-pagination .owl-page {
    margin: 0 2px;
    display: inline-block
}

.owl-notices .owl-pagination .owl-page span {
    width: 12px;
    height: 12px;
    display: block;
    border: 1px solid red;
    border-radius: 2px;
    background: rgba(255, 0, 0, 1);
    transition: all .25s
}

.owl-notices .owl-pagination .owl-page.active span {
    background: rgba(255, 0, 0, 0.2)
}

.owl-notices .notice-new .tab-pane p {
    position: relative
}

.owl-notices .notice-new .tab-pane p:after {
    content: 'NEW';
    margin-top: 4px;
    margin-left: 5px;
    padding: 1px 5px;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    font-size: 9px;
    line-height: 14px;
    color: #010101;
    background: #ffdf22;
    animation: newpulse 1s infinite
}

dl.dl-light>dt {
    font-weight: 600
}

.main-menu>li.item-101>a:before {
    content: '\f015';
    line-height: 18px;
    font-family: FontAwesome
}

.box-grid .page-header-alt h5 {
    margin-bottom: 8px
}

.box-grid .article-info {
    margin-bottom: 15px
}

.box-grid img {
    display: inline-block
}

.kyp-courses [class*="col-"] {
    padding-top: 10px;
    padding-bottom: 10px
}

.kyp-courses img {
    display: inline-block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}

.nav-justified-alt {
    margin-bottom: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
    border-bottom: 0
}

.nav-justified-alt>li {
    width: 33.33%;
    display: table-cell;
    float: none;
    border-bottom: 1px solid #217333
}

.nav-justified-alt>li.active {
    border-bottom-color: transparent
}

.nav-justified-alt>li.active>a,
.nav-justified-alt>li.active>a:hover,
.nav-justified-alt>li.active>a:focus {
    border-color: #217333 #217333 transparent #217333
}

.nav-justified-alt>li>a {
    margin-right: 0
}

.nav-justified-alt>li>a>img {
    max-width: 100%
}

.nav-justified-alt+.tab-content {
    padding: 20px
}

.cr-table>thead>tr>th {
    vertical-align: middle;
    text-align: center
}

.cr-table>tbody>tr>td.cr-district {
    vertical-align: middle
}

.cr-table>tbody>tr>td:last-child {
    text-align: right
}

.cr-table>tbody>tr.cr-total>td {
    height: 50px;
    vertical-align: middle;
    font-weight: 600
}

.tp-banner .big-white {
    padding: 10px 20px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 800;
    letter-spacing: -2px;
    color: #0b5725;
    background: #fff
}

.tp-banner .big-green {
    padding: 10px 25px;
    font-size: 52px;
    line-height: 58px;
    font-weight: 800;
    color: #ecd620;
    background: #0b5725
}

.tp-banner .txt-blue {
    color: #09265e
}

.tp-banner .shdw {
    box-shadow: -2px 2px 1px 1px rgba(0, 0, 0, 0.4)
}

.tp-banner .shdw-alt {
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.4)
}

#before-content .imp-notice-alt-holder a {
    margin-bottom: 10px;
    display: inline-block;
    color: #8a6d3b
}

#before-content .imp-notice-alt-holder a:last-child {
    margin-bottom: 0
}

#before-content .imp-notice-alt-holder a:hover,
#before-content .imp-notice-alt-holder a:focus {
    color: #644c22
}

#before-content .imp-notice-alt-holder .custom a.notice-new:after {
    content: 'NEW';
    margin-top: 4px;
    margin-left: 5px;
    padding: 1px 5px;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    font-size: 9px;
    line-height: 14px;
    color: #010101;
    background: #ffdf22;
    animation: newpulse 1s infinite
}

#before-content .imp-notice-holder {
    margin-top: 10px
}

#before-content .imp-notice-holder .custom a.notice-new:after {
    content: 'NEW';
    margin-top: 4px;
    margin-left: 5px;
    padding: 1px 5px;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    font-size: 9px;
    line-height: 14px;
    color: #010101;
    background: #ffdf22;
    animation: newpulse 1s infinite
}

a.notice-new {
    display: inline-block
}

a.notice-new:after {
    content: 'NEW';
    margin-top: 2px;
    margin-left: 5px;
    padding: 1px 5px;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    font-size: 9px;
    line-height: 14px;
    color: #010101;
    background: #ffdf22;
    animation: newpulse 1s infinite
}

@media(min-width:992px) {
    #header-top .search-box {
        padding-left: 0
    }

    #header-top .contact-details {
        padding-right: 0
    }

    #header .header-1 {
        padding-right: 0
    }
}

.pagination-holder {
    text-align: center
}

.pagination-holder .page-counter {
    margin-top: 5px
}

@media(min-width:992px) {
    .pagination-holder {
        text-align: left
    }

    .pagination-holder .page-counter {
        margin-top: 0;
        text-align: right
    }
}

.social-icons-top {
    padding: 8px 0;
    font-size: 13px;
    color: #888
}

.social-icons-top span {
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle
}

.social-icons-top a {
    padding: 3px 5px;
    display: inline-block;
    vertical-align: middle
}

.social-icons-top i {
    font-size: 20px;
    line-height: 20px
}

.social-icons-top a.si-fb {
    color: #3c5a99
}

.social-icons-top a.si-yt {
    color: #e02f2f
}

.social-icons-top a.si-tw {
    color: #1da1f2
}

.owl-gallery {
    position: relative
}

.owl-gallery .owl-controls {
    position: absolute;
    top: -65px;
    right: 4px
}

.owl-gallery .owl-controls .owl-buttons>div {
    margin-left: 2px;
    width: 30px;
    height: 32px;
    display: inline-block;
    border-radius: 2px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #888;
    background: #f0f0f0
}

.owl-gallery .owl-controls .owl-buttons>div:hover,
.owl-gallery .owl-controls .owl-buttons>div:focus {
    color: #fff;
    background: #159845
}

@media(min-width:992px) {
    .galleries-holder>.custom>.row>[class*="col-"] {
        margin-bottom: 0
    }
}

.box-news-and-events .items-leading [class*="leading-"] {
    position: relative;
    padding-left: 25px
}

.box-news-and-events .items-leading [class*="leading-"]:before {
    position: absolute;
    top: 1px;
    left: 3px;
    content: '\f00c';
    font-size: 15px;
    font-family: FontAwesome;
    color: #159845
}

.box-call-center {
    padding: 7px 0;
    font-size: 12px;
    line-height: 18px;
    color: #656565
}

#header-top .visitorcounter {
    padding: 12px 0;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #999
}

#header-top .visitorcounter p {
    margin-bottom: 0
}

#header-top .visitorcounter .floatright {
    float: none;
    color: #555
}

.header-1 .apply-btn {
    padding-left: 20px;
    padding-right: 20px
}

.lister>li {
    margin-bottom: 15px
}

#right-sidebar {
    /* margin-top: 35px;
    margin-bottom: 0;
    padding: 0; */
    background: transparent
}

#right-sidebar>.moduletable {
    /* margin-bottom: 15px; */
    padding: 25px 26px;
    background: #159845
}

#right-sidebar h2 {
    font-size: 18px;
    line-height: 24px
}

#right-sidebar h2.img-ulr {
    background-position: left bottom
}

.box-noticer a {
    display: inline-block;
    color: #fff
}

.box-noticer .newsflash-vert-holder {
    height: 250px;
    overflow: hidden
}

.box-noticer .newsflash-vert {
    margin: 0;
    padding: 10px;
    list-style: none;
    font-size: 14px;
    line-height: 20px
}

.box-noticer .notice-date {
    margin-bottom: 3px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6)
}

.modal-image .modal-body {
    padding: 0
}

.modal-image button.close {
    position: absolute;
    top: -10px;
    right: -35px;
    font-size: 36px;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: none;
    opacity: 1
}

.modal-image button.close:hover {
    color: #fff
}

.parent-class {
    height: 300px
}

#right-sidebar .parent-class h5 {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 20px
}

#right-sidebar .parent-class p {
    margin-bottom: 3px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6)
}

.box-links a {
    margin-bottom: 20px;
    padding: 30px;
    display: block;
    border: 1px solid #888;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #555
}

.box-links a i {
    margin-bottom: 15px;
    display: block;
    font-size: 28px;
    line-height: 40px
}

.box-links a:hover,
.box-links a:focus {
    border-color: #159845;
    color: #159845;
    text-decoration: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3)
}

.box-links [class*="col-"]:nth-child(4n+1) {
    clear: left
}

.home #before-content {
    margin-top: 35px
}

.world-skill #before-content {
    margin-top: 50px;
    margin-bottom: -20px
}

.alert {
    border-radius: 1px
}

.alert-success {
    border-color: #67ac68
}

#right-sidebar .info-alert-box {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #d9ab5d;
    border-radius: 1px;
    color: #8a6d3b;
    background: #fcf8e3
}

.info-alert-box a {
    color: #8a6d3b;
    font-weight: 600
}

.info-alert-box a:hover,
.info-alert-box a:focus {
    color: #644c22
}

/* #right-sidebar .primary-box {
    padding: 0
}

#right-sidebar .primary-box a {
    padding: 14px 26px;
    display: block;
    font-size: 18px;
    line-height: 19px;
    font-weight: 600;
    color: #fff
} */

.success-alt-holder {
    padding: 13px 15px;
    text-align: center;
    background: #159845
}

.success-alt-holder a {
    display: inline-block;
    line-height: 21px;
    color: #fff
}

.itemid-325 .item-page {
    position: relative
}

.itemid-325 .item-page .btn-adj {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600
}

.header-1 .box-btn-adjust .btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px
}

.mr-2 {
    margin-right: 2px
}

.ct-stats-title {
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    font-variant: small-caps;
    text-align: center
}

.ct-stats>.row>[class*="col-"] {
    border-top: 1px solid #e0e0e0
}

.ct-stats .stats-value {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    line-height: 50px;
    color: #333
}

.ct-stats .stats-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    color: #555
}

.ct-stats .stats-text span {
    margin-left: 1px;
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999
}

.ct-stats .stats-cat {
    position: relative;
    padding: 30px 0;
    text-align: center
}

.ct-stats .stats-cat:after {
    position: absolute;
    bottom: 0;
    left: 20%;
    content: '';
    width: 60%;
    height: 1px;
    background: #eaeaea
}

.ct-stats .stats-cat .stats-text {
    margin-left: 30px
}

@media(min-width:992px) {
    .ct-stats>.row>[class*="col-"] {
        border-top: 0;
        border-right: 1px solid #e0e0e0
    }

    .ct-stats>.row>[class*="col-"]:nth-child(1) {
        padding-right: 40px
    }

    .ct-stats>.row>[class*="col-"]:nth-child(2) {
        padding-left: 40px;
        border-right: 0
    }

    .ct-stats>.row>[class*="col-"]:nth-child(3) {
        border-right: 0;
        border-top: 1px solid #e0e0e0
    }
}

.stats-holder {
    padding: 40px 0;
    text-align: center
}

.stats-holder .stats-value {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px
}

.stats-holder .stats-icon {
    display: inline-block;
    vertical-align: middle
}

.stats-holder .stats-icon img {
    width: 50px;
    height: auto;
}

.stats-holder .stats-text {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 34px
}

.modal-doc .modal-body {
    border-radius: 3px;
    background: #efefef
}

.modal-doc .md-holder {
    padding: 40px 0;
    text-align: center
}

.modal-doc .md-holder a {
    padding: 20px;
    width: 250px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    background: #fff
}

.modal-doc .md-holder a:hover,
.modal-doc .md-holder a:focus {
    text-decoration: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15)
}

.box-call-center a {
    color: #656565
}

.box-call-center a:hover,
.box-call-center a:focus {
    color: #159845
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.notice-gbox {
    position: relative;
    padding-bottom: 20px
}

.notice-gbox .owl-pagination {
    position: absolute;
    bottom: -18px;
    right: -8px
}

.notice-gbox .owl-page {
    margin: 0 2px;
    display: inline-block
}

.notice-gbox .owl-page span {
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.2)
}

.notice-gbox .owl-page.active span {
    background: rgba(255, 255, 255, 0.8)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

#main-content .list-syllabus ol,
#main-content .list-syllabus ul {
    font-size: 13px
}

.list-syllabus>li {
    margin-bottom: 20px
}

.list-syllabus>li:last-child {
    margin-bottom: 0
}

.list-syllabus img {
    clear: right
}

.top-menu .notice-new:after {
    position: absolute;
    top: -7px;
    right: 0;
    margin: 0;
    font-size: 7px;
    line-height: 12px;
    pointer-events: none;
}

.app-holder [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px
}

.app-holder a {
    padding: 20px 20px 30px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2)
}

.app-holder a img {
    width: 150px
}

.app-holder a span {
    margin-top: 20px;
    display: block
}

.app-holder a:hover,
.app-holder a:focus {
    text-decoration: none;
    box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.2)
}

.app-holder a i {
    margin-bottom: 15px;
    padding-top: 10px;
    display: block;
    font-size: 72px;
    line-height: 1
}

.ch-holder .center-holder {
    border-right: 1px solid #eee
}

.modal-login .modal-body .ch-holder .center-holder {
    border-bottom: 0
}

.owl-gallery.owl-fbgallery .btn-green {
    position: absolute;
    top: 2px;
    right: 0;
    padding: 8px 15px;
    border: 0;
    border-radius: 3px;
    font-size: 13px
}

.owl-gallery.owl-fbgallery .owl-controls {
    display: none !important
}

.owl-gallery.owl-fbgallery .owl-item>a {
    position: relative
}

.owl-gallery.owl-fbgallery .owl-item>a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3) url(../images/play-yt.png) no-repeat center / 44px auto
}

.owl-gallery h2 {
    font-size: 24px
}

#owl-showcase .item {
    padding-top: 25.84%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

#owl-showcase .owl-buttons>div {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    padding: 10px 15px;
    font-size: 60px;
    line-height: 1;
    color: #fff;
    opacity: .4;
    transition: all .2s ease-out
}

#owl-showcase .owl-buttons>div:hover {
    opacity: .8
}

#owl-showcase .owl-buttons .owl-prev {
    left: 10px
}

#owl-showcase .owl-buttons .owl-next {
    right: 10px
}

#owl-showcase .owl-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

#owl-showcase .owl-pagination .owl-page span {
    margin: 0 2px;
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: all .2s ease-out
}

#owl-showcase .owl-pagination .owl-page.active span {
    border-color: #ed9512;
    background-color: #f4a42c
}

#owl-showcase .owl-buttons,
#owl-showcase .owl-pagination {
    opacity: .2;
    transition: opacity .2s ease
}

#owl-showcase:hover .owl-buttons,
#owl-showcase:hover .owl-pagination {
    opacity: 1
}

@media(min-width:1200px) {
    #owl-showcase .item {
        padding-top: 0;
        height: 350px
    }
}

.spinner {
    margin: 0 auto;
    padding: 5px 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    opacity: .5;
    display: flex;
    gap: 3px;
    justify-content: center;
}

.spinner>div {
    background-color: #333;
    height: 100%;
    width: 4px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}

.box-gallery .article-info {
    margin-bottom: 10px
}

.box-gallery .span-event-date {
    display: none
}

.box-gallery .items-leading [class*="leading-"] {
    margin-bottom: 35px
}

.box-gallery .box-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.box-gallery .box-content a {
    /* margin: 5px; */
    display: inline-block
}

.box-gallery .box-content img {
    width: 250px;
    border-radius: 5px
}

.box-album-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

.box-album {
    margin: 0 10px 20px;
    padding: 5px;
    width: 260px;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    transition: all .2s ease
}

.box-album:hover,
.box-album:focus {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2)
}

.box-album img {
    width: 250px;
    border-radius: 5px
}

.box-album .ba-title {
    padding: 10px 10px 5px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.filter-menu .dropdown-menu li>a {
    white-space: normal
}

/* .feed-holder {
    padding: 35px 0 70px;
} */

.feed-holder .custom {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.feed-holder .fh-item {
    width: 340px;
}

.img-ula,
.img-uls,
.img-ulf {
    position: relative;
}

.img-ula:after,
.img-uls:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 117px;
    height: 1px;
    background-image: linear-gradient(to right, #f6a426 0%, #f6a426 65%, transparent 100%);
}

.img-uls:after {
    bottom: 11px;
    left: 50%;
    margin-left: calc(117px / -2);
}

.img-ulf:after {
    position: absolute;
    bottom: 22px;
    left: 0;
    content: '';
    width: 44px;
    height: 1px;
    background-color: #f6a426;
}

/*.img-ul{background-image:url(../images/underline.jpg);background-repeat:no-repeat;background-position:0 42px}.img-ula{background-image:url(../images/underline.jpg);background-repeat:no-repeat;background-position:0 100%}.img-ulr{background-image:url(../images/underline-red.jpg);background-repeat:no-repeat;background-position:0 42px}.img-ulf{background-image:url(../images/underline-foot.jpg);background-repeat:no-repeat;background-position:0 37px}.img-uls{background-image:url(../images/underline-st.jpg);background-repeat:no-repeat;background-position:50% 50px}*/

.feed-holder {
    min-height: 560px;
}
