/* Center the planet */
/* Boring button styles */
a.button-text-size {
    cursor: pointer;
}

a.button-text-size:active {
    /* filter: brightness(75%); */
}

.stmc {
    font-size: 14px !important;
}

/* Dropdown styles */
.dropdown {
    position: relative;
    padding: 0;
    margin-right: 1em;
    border: none;
}

.dropdown summary {
    list-style: none;
    list-style-type: none;
}

.dropdown > summary::-webkit-details-marker {
    display: none;
}

.dropdown summary:focus {
    /* outline: none; */
}

.dropdown summary:focus a.button {
    border: 2px solid white;
}

.dropdown summary:focus {
    /* outline: none; */
}

.dropdown ul {
    position: absolute;
    margin: 0px 0 0 0;
    padding: 10px 0;
    width: var(--dropdown-width);
    /* left: 50%; */
    /* margin-left: calc((var(--dropdown-width) / 2)  * -1); */
    box-sizing: border-box;
    z-index: 2;
    background: var(--dropdown-background);
    border-radius: 6px;
    list-style: none;
}

.dropdown ul li {
    margin: 0;
    float: none !important;
    text-align: left;
    width: 100%;
    position: relative;
    height: auto;
    padding: 0px 0px;
    border-left: 0px solid #eeeeee;
    border-top: 1px solid #ffffff;
    background: #ffa500;
}

.color-theme .texts-box {
    margin-top: -3px;
}

.dropdown ul li a:link,.dropdown ul li a:visited {
    font-size: 14px !important;
    display: inline-block;
    padding: 10px 0.8rem;
    width: 100%;
    box-sizing: border-box;
    color: var(--dropdown-color);
    text-decoration: none;
}

.dropdown ul li a:hover {
    background-color: var(--dropdown-highlight);
    color: var(--dropdown-background);
}

/* Dropdown triangle */
/* Close the dropdown with outside clicks */
.dropdown > summary::before {
    display: none;
}

.dropdown[open] > summary::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#topbar {
    width: 100%;
    position: relative;
    background: url("../img/tri-bg.png") top center;
    /* background-size: cover; */
    position: relative;
    /*  height: 250px */
    /* background-repeat: no-repeat; */
}

.button-7 {
    align-items: center;
    appearance: none;
    background-color: #fff;
    border-radius: 16px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px, rgba(0, 0, 0, 0.23) 0 6px 10px 0, rgba(0, 0, 0, 0.12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #3c4043;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    /* font-family: "Google Sans",Roboto,Arial,sans-serif; */
    font-size: 14px;
    font-weight: 600;
    height: 29px;
    justify-content: center;
    letter-spacing: 0.25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 1px 10px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    user-select: none;
    /* -webkit-user-select: none; */
    touch-action: manipulation;
    width: auto;
    will-change: transform, opacity;
    z-index: 0;
    margin: 8px 4px 0px 0px;
    box-shadow: -1px -3px 1px rgba(0, 0, 0, 0.18), 0px 2px 2px rgba(81, 41, 10, 0.2);
}

.about-us {
    border: 1px solid #c5c5c5;
    /* height: 200px; */
    height: 350px;
}

.courses {
    background: #fff;
    /* border-bottom-right-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
    box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
    padding: 20px 22px 25px 36px;
    height: 358px;
}

.courses .col-md-6 {
    border: 1px solid #e9e9e9;
    margin-right: 20px;
    border-radius: 12px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 7px 0 rgba(0, 0, 0, 0.14);
    padding: 9px 4px;
    height: 140px;
}

.courses .col-md-6 i {
    font-size: 50px;
    padding-top: 12px;
}

.courses h6 {
    font-weight: 600;
    padding-top: 15px;
}

.imp-link {
    background: #fff;
    border-radius: 10px;
    box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.28);
    height: 291px;
}

.green-box {
    padding-top: 30px;
    border-radius: 10px;
}

.gallery {
    box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
    border-radius: 10px;
    height: 250px;
}

.green-box .services-h {
    background: #045a0a;
}

#footer {
    width: 100%;
    position: relative;
    background: url("../img/footerbg.jpg");
    background-color: #121463;
}

.footer-menu {
    display: flex;
}

.footer-menu li {
    display: inline-flex;
    list-style: none;
    line-height: 0.8;
    border-right: 1px solid #fff;
}

.footer-menu li a {
    padding-right: 5px;
    color: #fff;
    padding-left: 5px;
}

.footer-menu li:last-child {
    border-right: 0px solid;
}

.plu {
    background: darkorange;
    color: #000;
    padding: 5px 10px;
    border-radius: 15px;
    box-shadow: 4px 4px 4px #221b1675;
}

.sv {
    background: #ffffff;
    color: blue;
    padding: 5px 10px;
    border-radius: 15px;
    box-shadow: 4px 4px 4px #221b1675;
}

.depart-info .deprt-icon-box {
    margin-top: 15px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    /* margin: 18px 0 -1px; */
    box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.07);
    padding: 11px;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 1px solid #bfbfbf96;
    height: 110px;
}

.depart-info .deprt-icon-box i {
    font-size: 2.5em;
    color: #ed7423;
}

.depart-info .deprt-icon-box img {
    margin: 0 0 20px;
    width: 85px;
    height: 85px;
}

.deprt-icon-box h6 {
    line-height: 22px;
    margin: 0 0 12px;
    font-weight: 600;
}

.deprt-icon-box h6 a {
    color: #222;
}

.deprt-icon-box a.rm {
    background: #000;
    display: inline-block;
    color: #fff;
    line-height: 24px;
    border-radius: 12px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 15px;
    opacity: 0;
}

.deprt-icon-box:hover {
    /* padding: 9px; */
    transform: scale(1.08);
}

.deprt-icon-box:hover a.rm {
    opacity: 1;
}

.deprt-icon-box:hover h6 a {
    font-size: 16px;
}

.deprt-icon-box a.rm:hover {
    background: #40407e;
    color: #fff;
}

#scroll-container {
    overflow: hidden;
}

#scroll-text {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* -moz-animation: my-animation 15s linear infinite; */
    /* -webkit-animation: my-animation 15s linear infinite; */
    animation: my-animation 20s linear infinite;
    /* DISPLAY: inline-block; */
    white-space: nowrap;
    color: #fff;
    line-height: 3;
    font-weight: 600;
}

.top-section {
    margin-top: -14px;
}

#block-skiptomain a {
    color: #000;
    padding-right: 32px;
    font-size: 14px !important;
}

#block-screenreaderaccess a {
    color: #000;
    padding-right: 10px;
    font-size: 14px !important;
}

#block-skiptomain a:hover {
    text-decoration: underline;
}

#block-screenreaderaccess a:hover {
    text-decoration: underline;
}

#block-highcontrast .form-select {
    background-image: url("../img/theme.png");
    padding: 5px 39px 6px 28px !important;
    border: none !important;
    font-weight: bold !important;
    background-color: #fff0 !important;
    background-size: auto;
}

.about-us p {
    padding: 15px;
    text-align: justify;
}

.about .content .btn-learn-more {
    margin-top: 30px;
}

#main-menu a {
    font-size: 14px;
}

.news-title:before {
    background: #0233b2;
    content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    height: 48%;
    width: 101%;
    /*border-radius: 0px 10px 6px 0px; */
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    transform: skew(45deg);
}

.news-title:after {
    background: #0233b2;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 13px;
    height: 52%;
    width: 100%;
    /* border-radius: 0px 6px 10px 0px; */
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    transform: skew(-45deg);
}

.news-title {
    position: relative;
    background: #0233b2;
    height: 45px;
    /* width: 10%; */
    z-index: 999;
}

.news-title h2 {
    font-size: 18px;
    color: #fff;
    position: absolute;
    padding-left: 48px;
    padding-top: 11px;
    z-index: 999;
}

.content-news {
    background: #ffffff;
    height: 45px;
    padding-left: 30px;
}

/* for Firefox */
@-moz-keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
    }
}

/* for Chrome */
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

#header {
    background: #0233b2;
    transition: all 0.5s;
    z-index: 997;
    padding: 0px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

/* search box functionality */
.search-box {
    position: relative;
}

.search-drop {
    display: none;
    position: absolute;
    right: 0;
    top: -7px;
    visibility: visible;
    z-index: 1;
}

#search-block-form #edit-keys {
    border: 1px solid #ff8c00;
    height: 33px;
    line-height: 35px;
    padding: 0 42px 0 8px;
    width: 268px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    border-radius: 0;
    margin-top: 1px;
}

#search-block-form #edit-submit-search {
    background-size: 19px !important;
    width: 36px;
    height: 33px;
    cursor: pointer;
    border: 1px;
    overflow: hidden;
    text-indent: -200px;
    font-size: 0px;
    background: url(../img/site-search.png) no-repeat center center #ff8c00;
    padding: 5px 20px;
    margin: 0;
    /* border-radius: 0; */
    background-color: #ff8c00;
    /* border: none; */
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 1px 2px 3px #8e8787bd;
}

#search-block-form .input-group-btn {
    position: absolute;
    top: 1px;
    right: -40px;
}

/* search box functionality end */
#block-languageswitcher ul {
    list-style: none;
    margin-bottom: 0px;
}

#block-languageswitcher ul li a {
    padding: 0px 8px;
    font-size: 1em;
    color: #333;
    font-weight: 700;
    vertical-align: top;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1em !important;
}

#block-highcontrast {
    position: absolute;
}

#block-highcontrast a {
    display: block;
    padding: 4px 8px;
    font-size: 1em;
    position: relative;
}

#edit-enable-link {
    background: #000;
    color: #fff;
}

#edit-disable-link {
    background: #fff;
    color: #000;
}

.logo-main img {
    width: 100%;
}

.top-logo img {
    width: 100%;
}

.latest-news .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.color-sw,.search-box,.sitemap-box {
    padding-right: 15px;
}

#header .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 97% !important;
}

.imp-link ul li:before {
    content: "\F0D8";
    font-family: remixicon !important;
    position: absolute;
    left: -18px;
    color: #045a0a;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
}

.imp-link ul li {
    padding-left: 0px;
    position: relative;
    border-bottom: 1px dotted #a09f9f;
    text-align: left;
    margin-left: 3px;
    padding-top: 10px;
    margin-right: 16px;
    padding-bottom: 5px;
}

.imp-link ul {
    list-style: none;
}

.imp-link ul li:last-child {
    border-bottom: 0px dotted #a09f9f;
}

.features li:before {
    content: "\F0D8";
    font-family: remixicon !important;
    position: absolute;
    left: -18px;
    color: #0333b0;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
}

.features li {
    padding-left: 0px;
    position: relative;
    border-bottom: 1px dotted #a09f9f;
    text-align: left;
    margin-left: 36px;
    padding-top: 10px;
    margin-right: 8px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #000;
}

.notif-ticker ul {
    list-style: none;
    padding: 0;
    width: 90%;
    margin-left: 35px;
}

.news-btns {
    display: flex;
    margin-top: 72px;
    justify-content: flex-end;
}

.notif-ticker ul li:before {
    content: "\ECEF";
    font-family: remixicon !important;
    position: absolute;
    left: -18px;
    color: #0333b0;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
}

.notif-ticker li {
    padding-left: 0px;
    position: relative;
    border-bottom: 1px dotted #a09f9f;
    text-align: left;
    margin-left: 36px;
    padding-top: 10px;
    margin-right: 8px;
    padding-bottom: 5px;
}

.orange-box {
    background: darkorange;
    line-height: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.white-box {
    background: #fff;
}

.green-box-top {
    background: green;
    height: 45px;
}

.top_box p {
    margin: 0px;
}

.stmc {
    padding-top: 10px;
}

.stmc i {
    display: block;
    margin-left: -18px;
}

.language-link {
    margin-top: 10px;
}

.top-logo {
    padding-top: 15px;
}

.cssb img {
    width: 15px;
}

.news-box .toggle:before {
    content: "\F012";
    font-family: remixicon !important;
    position: relative;
    left: 0px;
    color: #fff;
    font-size: 17px;
}

.news-box .bx-skip-previous:before {
    position: relative;
    left: 0px;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}

.news-box .bx-skip-next:before {
    position: relative;
    left: 0px;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}

.services-on .bx-skip-previous:before {
    position: relative;
    left: 0px;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}

.services-on .bx-skip-next:before {
    position: relative;
    left: 0px;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}

.news-box .et-run:before {
    content: "\EFDA";
    font-family: remixicon !important;
    position: relative;
    left: 0px;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}

.news-btns-01 .togglenew:before {
    content: "\F012";
    font-family: remixicon !important;
    position: relative;
    left: 0px;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}

.news-btns-01 .et-run:before {
    content: "\EFDA";
    font-family: remixicon !important;
    position: relative;
    left: 0px;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}

.content_img {
    width: 100%;
    margin-bottom: 10px;
}

.item-list li:before {
    content: "\F0D8";
    font-family: remixicon !important;
    position: absolute;
    left: -18px;
    /* color: #045a0a; */
    color: #0333b0;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
}

.item-list li {
    padding-left: 0px;
    position: relative;
    border-bottom: 1px dotted #a09f9f;
    text-align: left;
    margin-left: -13px;
    padding-top: 10px;
    margin-right: 8px;
    padding-bottom: 5px;
    list-style: none;
}

.photogallery-img img {
    width: 100%;
    height: 150px;
}

.photogallery-title {
    background: #0233b2;
    /* padding: 6px 0px 0px 0px; */
    padding: 1px 0px 1px 0px;
    text-align: center;
    margin-bottom: 30px;
    /* height: 50px; */
    /* margin-top: -15px; */
    color: #fff;
    font-size: 18px !important;
}

.photogallery-title a {
    color: #fff;
    /*font-size: 18px !important;*/
}

.cboxElement img {
    margin: 27px 2em 0em 0em !important;
    height: 150px;
    width: 230px;
}

.cboxElement img {
    border-radius: 4px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin: 0px 1.5em 0em 0em;
    float: left;
    margin: 0px 2em 0em 0em;
}

.page-updated {
    width: 100%;
    display: inline-block;
}

.page-updated ul {
    list-style: none;
    display: inline-flex;
    padding: 10px;
    margin-top: 10px;
}

.buttons {
    display: flex;
    justify-content: center;
}

.bn-controls button {
    background-color: #0233b2 !important;
}

.buttons button {
    color: #fff;
    border: none;
    border-radius: 63px;
    position: relative;
    padding: 0px 0px;
    min-width: 76px;
    top: -19px;
    height: 50px;
    z-index: 99;
    height: 27px;
    line-height: 1;
    /* background: #fd9060;*/
    background: #0233b2;
}

#colorpick .default {
    background: #fff;
    border-radius: 50px;
    width: 20px;
    height: 22px;
    border: 1px solid #fff;
    text-align: center;
    font-weight: 600;
    padding-right: 14px;
    line-height: 1;
    margin-right: 2px;
}

#colorpick .black {
    background: #000;
    border-radius: 50px;
    width: 20px;
    height: 22px;
    border: 1px solid #000;
    text-align: center;
    font-weight: 600;
    padding-right: 14px;
    line-height: 1;
    color: #fff;
}

#colorpick .gray {
    background: #757575;
    border-radius: 50px;
    width: 20px;
    height: 22px;
    border: 1px solid #757575;
    text-align: center;
    font-weight: 600;
    padding-right: 14px;
    line-height: 1;
    color: #fff;
}

.breadcrumb {
    display: flex;
    border-radius: 10px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    width: 100%;
    height: 40px;
    transform: translateY(-50%);
    z-index: 1;
    justify-content: start;
}

.breadcrumb-item {
    height: 100%;
    background-color: darkorange;
    color: #252525;
    border-radius: 7px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: skew(-21deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    margin: 5px;
    padding: 0 10px;
    cursor: pointer;
}

.breadcrumb-item:hover {
    background: #0233b2;
    color: #fff;
}

.breadcrumb__inner {
    display: flex;
    flex-direction: column;
    margin: auto;
    z-index: 2;
    transform: skew(21deg);
}

.breadcrumb-item a {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    margin: auto;
    z-index: 2;
    transform: skew(21deg);
    color: #000;
}

.breadcrumb-item a:hover {
    color: #fff;
}

.none-link {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    margin: auto;
    z-index: 2;
    transform: skew(21deg);
    cursor: default;
}

.breadcrumb-items {
    margin-left: -33px;
}

.breadcrumb-items li:last-child {
    background: green;
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

@media all and (max-width: 1000px) {
    .breadcrumb {
        height: 35px;
    }

    .breadcrumb-item {
        padding: 0 30px;
    }
}

@media all and (max-width: 710px) {
    .breadcrumb {
        height: 30px;
    }

    .breadcrumb-item {
        padding: 0 20px;
    }
}

#sidebar {
    list-style: none;
    background: #eaeeff;
    border-radius: 5px;
    margin: 0;
    padding: 0;
}

#sidebar li {
    padding: 8px 8px 8px 34px;
    border-bottom: 1px dashed #cdd3f7;
    position: relative;
}

#sidebar li a {
    color: #0233b2;
}

#sidebar li :before {
    content: "\EEAF";
    font-family: remixicon !important;
    position: absolute;
    left: 12px;
    color: #0233b2;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
}

#block-igrua-page-title h1 {
    font-weight: 700;
    font-size: 18px;
}

#sidebar .is-active {
    color: black;
    font-weight: 600;
}

#block-igrua-content h2 {
    font-weight: 700;
    font-size: 18px;
    margin-left: 0px;
}

.content-cls {
    text-align: justify;
}

#sidebar li:last-child {
    border-bottom: 0px dashed #cdd3f7;
}

/*AMI TRAINING MENUP----------------------->>>>>*/
.accordion {
    width: 100%;
    max-width: 360px;
    margin: 0px auto 15px;
    /* background: #FFF; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /* border-radius: 4px; */
    /* background: #131965; */
    background: #eaeeff;
    border-radius: 5px;
    list-style: none;
    padding: 0px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    /* padding: 10px 10px 10px 16px; */
    padding: 8px 8px 8px 34px;
    /* color: #ffffff; */
    font-size: 14px;
    font-weight: 600;
    /* border-bottom: 1px solid #CCC; */
    border-bottom: 1px dashed #cdd3f7;
    color: #0233b2;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 9px;
    left: 267px;
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #000;
}

.accordion li.open i {
    color: #ffa500;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#accordion .menu-item .link :before {
    content: "\EEAF";
    font-family: remixicon;
    position: absolute;
    left: 15px;
    color: #0233b2;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
}

#accordion .menu-item--expanded .submenu a:before {
    content: "\ea54";
    font-family: remixicon;
    position: absolute;
    left: 20px;
    color: #000000;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
}

/** * Submenu -----------------------------*/
.submenu {
    display: none;
    /* background: #0233b2; */
    background: #eaeeff;
    font-size: 14px;
    list-style: none;
    padding: 0;
}

.submenu a {
    display: block;
    text-decoration: none;
    /* color: #ffffff; */
    color: #0233b2;
    padding-left: 10px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    /* background: #b63b4d; */
    /* color: #FFF; */
}

.infra_img img {
    width: 100%;
    height: 175px;
    border: 1px solid #131965;
}

.infra1_img img {
    width: 100%;
    height: 175px;
    border: 1px solid #131965;
    margin-bottom: 10px;
}

.infra_img p {
    text-align: center !important;
    background: #131965;
    color: #fff;
    padding: 10px 0px;
}

.row.faculty_box {
    border: 1px solid #131965;
    margin: 0px 0px 15px 0px;
    padding-top: 10px;
}

.sm-clean a,.sm-clean a:hover,.sm-clean a:focus,.sm-clean a:active,.sm-clean a.highlighted {
    padding: 14px 14px !important;
    line-height: 5px !important;
}

.latest-news {
    margin-top: -35px;
}

button.downew {
    /* margin-right: -5px; */
    /* height: 30px; */
    /* margin-bottom: 0px; */
    /* padding-top: 2px; */
}

.gallery img {
    width: 100%;
    height: 250px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.focus img {
    width: 100%;
    height: 250px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#clients .slick-slide {
    display: block;
    /* width: 5% !important; */
    margin-right: 15px;
    margin-left: 15px;
    /* margin-top: 5; */
}

.clients img {
    transition: all 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 130px;
}

table {
    width: 100%;
}

tbody,td,tfoot,thead,tr {
    /* border:1px solid #888; */
    padding: 5px;
}

th {
    background: #0233b2;
    color: #fff;
    line-height: 35px;
    /* border: 1px solid #000; */
    padding-left: 5px;
}

#ame-topbar {
    width: 100%;
    position: relative;
    background: url("../img/ame-tbg.jpg") top center;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    /* padding: 55px  0px; */
    padding: 30px 0px;
    text-align: center;
}

#ame-topbar h2 {
    font-size: 30px;
    font-weight: 600;
    color: #0233b2;
    letter-spacing: 1px;
}

#block-ametrainingmenu .accordion .menu-item a {
    /* color:#fff; */
    color: #0233b2;
}

.ri-arrow-down-s-line:before {
    content: "\ea4e" !important;
    color: #0233b2;
}

/*org chart css start */
.chart-bg {
    overflow: auto;
    width: 100%;
}

.chart-bgin {
    width: max-content;
    height: 170px;
}

.chart-bg-in {
    width: max-content;
    height: 510px;
}

.tree ul {
    margin: 0;
    padding: 0;
}

.list-one {
    margin-top: 250px;
}

.treea {
    overflow: auto;
    width: 100%;
}

.treeb {
    overflow: auto;
    height: 650px;
}

.tree {
    width: 3500px;
}

.tree ul {
    padding-top: 20px;
    position: relative;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 0px 0 5px;
}

/*We will use ::before and ::after to draw the connectors*/
.tree li::before,.tree li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 2px solid #ccc;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 2px solid #ccc;
}

/*We need to remove left-right connectors from elements withoutany siblings*/
.tree li:only-child::after,.tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
    padding-top: 0;
}

/*Remove left connector from first child andright connector from last child*/
.tree li:first-child::before,.tree li:last-child::after {
    border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
    border-right: 2px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li a {
    padding: 5px 4px;
    text-decoration: none;
    color: #666;
    /* font-family: arial, verdana, tahoma;font-size: 11px; */
    display: inline-block;
    border: 1px solid #63b2d2;
    -webkit-border-radius: 5px;
    /*-moz-border-radius: 5px;*/
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover,.tree li a:hover + ul li a {
    background: #c8e4f8;
    color: #000;
}

/*Connector styles on hover*/
.tree li a:hover + ul li::after,.tree li a:hover + ul li::before,.tree li a:hover + ul::before,.tree li a:hover + ul ul::before {
    border-color: #94a0b4;
}

/*org chart css end */
input#edit-student-name {
    /* width: 50% !important; */
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

select#edit-would-u-like-to- {
    width: 50% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

select#edit-state {
    width: 50% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

input#edit-mobile {
    /* width: 50% !important; */
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

input#edit-roll-no- {
    width: 50% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

input#edit-bank-reference {
    width: 50% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

input#edit-bank-details {
    width: 50% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

input#edit-date-of-transaction {
    width: 50% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

input#edit-receipt-id-reference-generated {
    width: 50% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

textarea#edit-address {
    width: 50% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

textarea#edit-address-line-2 {
    width: 50% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

input#edit-email {
    /* width: 50% !important; */
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

input#edit-city {
    /* width: 50% !important; */
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

input#edit-pincode {
    width: 50% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

input#edit-contact-no {
    width: 50% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

input#edit-captcha-response {
    width: 50% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

.search-form .form-search {
    float: left;
}

.search-form .form-submit {
    background: #0233b2;
    color: #fff;
    border: none;
    /* border-radius: 6px; */
    padding: 3px 15px;
    margin-left: 1%;
    margin-top: 4px;
    display: flex;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

input#edit-amount {
    /* width: 50% !important; */
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

.table-bordered th,.table-heading {
    background: #0233b2 !important;
    color: #fff !important;
    /* border: 1px solid #000; */
    line-height: 20px !important;
}

.ind-feedback_img {
    width: 175px;
}

.features-more1 {
    float: right;
    background: #0333b0;
    margin-top: 30px;
    margin-right: 1px;
    border-bottom-right-radius: 5px;
    padding: 1px 10px;
    color: #fff;
}

.features-more1 a {
    color: #fff;
}

ul.features {
    list-style: none;
}

#block-views-block-home-notifications-block-1 {
    margin-left: -32px;
    /* height: 489px; */
}

a.footer-view {
    color: #fff;
    background: #0233b2;
    padding: 5px 10px 5px 10px;
    float: right;
    margin: 10px 0px 10px 0px;
}

.readmorebtn {
    float: left;
    background: #0333b0;
    margin-top: 80px;
    margin-left: 31px;
    /* border-bottom-left-radius: 5px; */
    padding: 1px 10px;
    color: #fff;
}

.readmorebtn a {
    color: #fff;
    font-size: 14px !important;
    display: block;
}

.button-text-size {
    background: #fff;
    border-radius: 50px;
    padding: 4px;
    width: 23px;
    height: 23px;
    display: block;
}

#toggleSearch {
    background: #fff;
    border-radius: 50px;
    padding: 4px;
    width: 23px;
    height: 23px;
    display: block;
}

form-text {
    color: #000;
}

input#edit-name {
    color: #000;
    width: 50% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
}

input#edit-subject {
    color: #000;
    width: 70% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
}

textarea#edit-message {
    width: 50% !important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: #000;
}

input#edit-actions-submit {
    background: #0233b2;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 3px 15px;
    margin-left: 0%;
    margin-top: 20px;
}

.views-field-field-banner-image {
    cursor: auto;
}

.table-bordered td {
    background: #eaeeff;
    color: #000;
    line-height: 20px;
}

td {
    background: #eaeeff;
    color: #000;
    line-height: 20px;
}

.btn:hover {
    color: #fff !important;
}

.slick--view--footer-external-logos .slick-next {
    right: -40px;
}

.slick--view--footer-external-logos .slick-prev {
    left: -40px;
}

.file--application-pdf {
    background-image: url(../img/application-pdf.png);
}

.file--docx-pdf {
    background-image: url(../img/word_icon.png);
}

.file {
    display: inline-block;
    min-height: 16px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.fees-payment a {
    color: #fff;
}
.fees-payment-01 a {
    color: #fff;
}
.fees-payment {
    background-color: #0233b2;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 2500ms infinite;
    -moz-animation: glowing 2500ms infinite;
    -o-animation: glowing 2500ms infinite;
    animation: glowing 2500ms infinite;
    font-weight: 500;
    margin-right: 15px;
}

.fees-payment-01 {
    background-color: #0233b2;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    margin-right: 15px;
}

.themeimg {
    border: 1px solid #666666;
}

.cssvalid {
    margin-top: 0px;
    text-align: center;
}

.placeholder {
    cursor: auto !important;
    background-color: transparent !important;
    opacity: 1 !important;
    font-style: normal !important;
    font-weight: 700 !important;
}

ul.status-message-list {
    list-style: none;
}

img.img_pgbottom {
    width: 100%;
    height: 160px;
}

.sm-clean ul a:hover {
    background: #f96a0e;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #008000;
        -webkit-box-shadow: 0 0 3px #008000;
    }

    50% {
        background-color: #0233b2;
        -webkit-box-shadow: 0 0 8px #0233b2;
    }

    100% {
        background-color: #008000;
        -webkit-box-shadow: 0 0 3px #008000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #008000;
        -moz-box-shadow: 0 0 3px #008000;
    }

    50% {
        background-color: #0233b2;
        -moz-box-shadow: 0 0 8px #0233b2;
    }

    100% {
        background-color: #008000;
        -moz-box-shadow: 0 0 3px #008000;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #008000;
        box-shadow: 0 0 3px #008000;
    }

    50% {
        background-color: #0233b2;
        box-shadow: 0 0 10px #0233b2;
    }

    100% {
        background-color: #008000;
        box-shadow: 0 0 3px #008000;
    }
}

@keyframes glowing {
    0% {
        background-color: #008000;
        box-shadow: 0 0 3px #008000;
    }

    50% {
        background-color: #0233b2;
        box-shadow: 0 0 8px #0233b2;
    }

    100% {
        background-color: #008000;
        box-shadow: 0 0 3px #008000;
    }
}

#search-block-form {
    margin-top: 35px;
}

.sm-clean a.current {
    background: darkorange !important;
    color: #000 !important;
}

table {
    border-collapse: separate;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0px;
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 0px;
}

.search-result-display {
    list-style: none;
}

.search-result-display li:before {
    content: "\F0D8";
    font-family: remixicon !important;
    position: absolute;
    left: -18px;
    color: #0333b0;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
}

.search-result-display li {
    position: relative;
    margin-left: -10px;
    border-bottom: 1px dashed #c1bdbd;
    padding: 17px 0px 8px 0px;
}

.search-help-link {
    display: block;
    padding: 12px 0px;
    font-weight: bold;
    text-decoration: underline;
}

.mobile-nav-toggle {
    color: #ffffff;
}

.newslider ul li a:hover {
    color: #000 !important;
}

.noticeboard_header {
    background: #0233b2;
    color: #fff;
    text-align: left;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
}

.search-no-result {
    font-size: 16px;
}

.about-video button {
    width: 30px;
    height: 30px;
    border: none;
    background: #0333b0;
    color: #fff;
}

.services-on .news-btns-01 {
    display: flex;
    justify-content: flex-end;
    margin-top: 68px;
}

.social-links span {
    display: none;
}

.back-to-top span {
    display: none;
}

.rti_heading {
    text-align: center;
}

.ri-home-4-fill:before {
    /*color: #000;*/
}

.logincls .tabs {
    display: inline-flex;
    margin-left: -31px;
}

.logincls .tabs li {
    padding: 10px;
    background: #0233b2;
    margin-right: 3px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    list-style: none;
}

.logincls .tabs li a {
    color: #fff;
}

.logincls .tabs li a:hover {
    color: #fff !important;
}

#user-login-form {
    background: #ffffff;
    padding: 16px 30px;
    border: 1px solid #e9e9e9;
    margin-top: -16px;
}

#user-register-form {
    background: #ffffff;
    padding: 16px 30px;
    border: 1px solid #e9e9e9;
    margin-top: -16px;
}

#user-pass {
    background: #ffffff;
    padding: 16px 30px;
    border: 1px solid #e9e9e9;
    margin-top: -16px;
}

#user-login-form input {
    border: 1px solid #cdcdce !important;
    width: 100% !important;
    margin-bottom: 1.5rem;
    padding: 10px;
}

#user-register-form input {
    border: 1px solid #cdcdce !important;
    width: 100% !important;
    margin-bottom: 1.5rem;
    padding: 10px;
}

#user-pass input {
    border: 1px solid #cdcdce !important;
    width: 100% !important;
    margin-bottom: 1.5rem;
    padding: 10px;
}

.form-required {
    padding-top: 10px;
    padding-bottom: 5px;
}

#user-login-form .form-submit,#user-register-form .form-submit,#user-pass .form-submit {
    appearance: none;
    background-color: #0233b2;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 20px;
    box-shadow: rgba(27, 31, 35, 0.1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 0px 18px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    width: 25% !important;
    height: 40px;
    margin-top: 17px;
}

#edit-contact--2 {
    margin-left: -17px;
    width: 2% !important;
    float: left;
    margin-top: -2.5%;
}

#edit-contact--2 .option {
    float: left;
    width: 96%;
    padding-left: 9px;
}

.fee-payment-form input {
    width: 100%!important;
    display: block;
    padding: 5px;
    padding-left: 1.3125rem;
    border: 1px solid #9e9e9e;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 1.5rem;
    color: black;
}

.fee-payment-form .js-form-item {
    width: 47%;
    float: left;
    margin-right: 2%;
}

.fee-payment-form .button {
    width: 14% !important;
    background: #0233b2;
    margin: 4px auto;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    border-radius: 20px;
    border: none;
    display: inline-block;
}

.fee-payment-form label {
    font-weight: bold;
}


.fee-payment-form  .form-tel { margin-top: .25rem;}
.visually-hidden{ display:none !important;}
.fee-payment-form input,.fee-payment-form select { font-size: 14px !important; }
.fee-payment-form  .captcha  { width:100%; clear: both; }