/* ====-----------==== */
/*! General */
/* ====-----------==== */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(rgb(170, 31, 26))
    );
    background: linear-gradient(transparent, rgb(170, 31, 26));
    border-radius: 6px;
}

@media(max-width:480px){
    ::-webkit-scrollbar {
        width: 8px;
    }
}

:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

@media (max-width: 1200px) {
    #navbarSupportedContent::-webkit-scrollbar {
        width: 0px;
    }

    #navbarSupportedContent::-webkit-scrollbar-thumb {
        background: none;
    }

    #navbarSupportedContent {
        overflow-y: scroll !important;
        max-height: 80vh !important;
    }
}

#home {
    background: rgb(245, 234, 173);
}

html {
    scroll-behavior: smooth;
}

body {
    color: #444444;
    user-select: none;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

.highlight {
    color: rgb(170, 31, 26);
}

/* popup */

.pop-up {
    position: relative;
}

.pop-up .icon-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    color: black;
    box-shadow: 0px 2px 5px #444444;
    border-radius: 0 10px 0 0;
}

.pop-up .icon-close:hover {
    color: rgba(0, 0, 0, 0.453);
    cursor: pointer;
}

/* Update Alert */
.update-alert {
    padding: 20px;
    position: relative;
    background-color: rgba(138, 138, 59, 0.102) !important;
    color: rgb(245, 234, 173);
    border: 0;
    box-shadow: 0px 2px 5px #11111193;
}

.update-info {
    padding: 10px;
    background-color: rgba(170, 31, 26, 0.78);
    border-top-left-radius: 10px;
    color: rgb(245, 234, 173);
    border: 0;
    box-shadow: 0px 2px 5px #11111193;
}

@media (max-width: 480px) {
    .update-info {
        padding: 6px;
        font-size: 10px;
    }
}

/* Modal */
.modal .modal-header {
    background: rgb(170, 31, 26);
    color: rgb(245, 234, 173);
    display: flex;
    align-items: center;
}

.modal .modal-title {
    margin: 0 auto;
    text-align: center;
}

.modal .modal-header button {
    color: rgb(245, 234, 173);
    margin-left: 0;
}

.modal .modal-header button:focus {
    outline: none;
}

.modal ul,
.modal ol {
    padding-left: 0;
}

.modal li {
    padding-bottom: 10px;
    list-style: none;
}

.modal .card {
    margin-bottom: 10px;
    position: sticky;
    top: 2px;
}

.modal .card-text {
    padding: 0 30px;
}

.modal .card-body {
    padding: 0 0 10px 0;
    box-shadow: inset 0 0 8px;
}

.modal .card-title {
    text-align: center;
    padding: 10px;
    color: rgb(245, 234, 173);
    background: rgb(170, 31, 26) !important;
}

.onlineexam .brochure .brochure-name{
    margin-bottom: 15px;
}

.onlineexam .brochure-name a{
    color: rgb(170, 31, 26);
}

.onlineexam a{
    color: rgb(170, 31, 26);
}

.modal.policy{
    font-size: 12px;
}

@media (max-width: 990px) {
    .modal .card {
        margin: 0 auto;
    }
}

/* Icons */
ion-icon[name='book-outline'] {
    color: rgb(170, 31, 26);
    padding-right: 5px;
    position: relative;
    top: 2px;
}

ion-icon {
    color: rgb(170, 31, 26);
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.icon-big {
    font-size: 400%;
    display: block;
    color: rgb(170, 31, 26);
    margin-bottom: 10px;
}

/* BUTTONS */

.back {
    color: rgb(245, 234, 173);
    position: relative;
    top: 0;
}

.back:hover {
    color: rgb(245, 234, 173);
    text-decoration: none;
}

.back-icon {
    color: rgb(245, 234, 173);
}

.wrap {
    display: inline-block;
}

.brochure-button,
.info-button {
    width: 140px;
    height: 45px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: rgb(245, 234, 173);
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.brochure-button:hover,
.info-button:hover{
    background-color: rgb(170, 31, 26);
    box-shadow: 0px 15px 20px rgba(170, 31, 26, 0.2);
    color: rgb(245, 234, 173);
    transform: translateY(-7px);
}

@media (max-width: 575px) {
    .info-button {
        width: 90px !important;
    }
}

@media (max-width: 780px) {
    .brochure .pdf-icon {
        height: 50px;
        width: 50px;
    }

    .brochure-button,
    .info-button {
        width: 80px;
        height: 40px;
        font-size: 9px;
        border-radius: 10px;
    }
}

/* Section  */
section {
    padding: 60px 0;
}

section .section-title h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

section .section-title h3:after {
    display: block;
    height: 2px;
    background-color: rgb(170, 31, 26);
    content: '';
    width: 100px;
    margin: 0 auto;
    margin-top: 40px;
}

section .section-title p {
    text-align: center;
    margin: 0 auto;
    width: 70%;
}

@media (max-width: 990px) {
    section {
        padding: 20px 0;
    }
    section .section-title p {
        width: 80%;
    }
}
@media (max-width: 480px) {
    section {
        padding: 20px 0;
    }
    section .section-title p {
        width: 90%;
    }
    section .section-title h3 {
        margin-bottom: 0;
    }
    section .section-title h3:after {
        margin-top: 20px;
        width: 90px;
    }
}

/* Footer  */

.footer {
    background-color: rgb(0, 0, 0);
}

.update {
    position: fixed;
    bottom: 0;
    right: 0;
}

.footer-top {
    margin: 0px auto;
    padding: 60px 0px;
    color: rgba(235, 224, 224, 0.842);
}

.footer-bottom {
    padding: 10px 0;
    color: floralwhite;
    border-top: 1px solid white;
    overflow: hidden;
}

.footer h5 {
    color: rgb(245, 234, 173);
    padding-bottom: 15px;
}

.footer .social-links {
    float: left;
}

.footer li {
    padding-bottom: 10px;
}

.footer li a:link,
.footer li a:visited {
    color: rgba(235, 224, 224, 0.842);
    text-decoration: none;
    transition: color 300ms;
}

.footer li a:active,
.footer li a:hover {
    color: rgb(245, 234, 173);
}

.footer ion-icon {
    color: rgb(245, 234, 173);
    font-size: 15px;
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.footer #email:link,
.footer #email:visited {
    color: rgb(245, 234, 173);
    text-decoration: none;
}

.footer #email:hover,
.footer #email:active {
    color: rgb(245, 234, 173);
    text-decoration: none;
}

.footer #designedBy:link,
.footer #designedBy:visited {
    color: rgb(245, 234, 173);
    text-decoration: none;
}

.footer .social-links ion-icon {
    position: relative;
    top: 0;
    left: 8px;
    font-size: 20px;
}

.footer .social-links a {
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: rgb(29, 65, 84);
    padding-right: 10px;
}

@media (max-width: 780px) {
    .footer-top {
        padding: 50px 0px;
    }
}

@media (max-width: 600px) {
    .footer {
        font-size: 13px;
    }
}

/* ====-----------==== */
/*! NAVBAR  */
/* ====-----------==== */

.navbar {
    background: #aa1f1a;
    height: 70px;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(245, 234, 173)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(245, 234, 173);
}

.custom-toggler.navbar-toggler:focus {
    outline: none;
}

.navbar-transparent {
    background: rgba(170, 31, 26, 0.8);
}

.navbar-brand {
    padding-right: 50px;
}

.navbar li.active {
    color: rgb(170, 31, 26);
}

nav .navbar-nav li a {
    font-size: 14px;
    color: #fff !important;
    transition: all 0.2s;
}

nav .navbar-nav li a:hover {
    color: rgb(245, 234, 173) !important;
}

/* Dropdown */

.navbar-nav .dropdown-classes {
    position: static;
    z-index: 999;
}

.navbar-nav .dropdown-menu {
    min-width: 100% !important;
    visibility: hidden;
    display: flex;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 12px;
    background-color:  rgba(170, 31, 26, 0.78);;
    border: 0;
}

.navbar-nav > li > .dropdown-menu a:link {
    background: none;
    transition: background-color 0.3s, border-radius 0.3s;
}

.navbar-nav > li > .dropdown-menu a:visited,
.navbar-nav > li > .dropdown-menu a:hover,
.navbar-nav > li > .dropdown-menu a:active {
    background-color: rgba(0, 0, 0, 0.671);
    border-radius: 100px;
}

.drop-connect {
    display: inline-block;
    position: relative;
}

.drop-connect::after {
    content: '';
    position: absolute;
    top: -40px;
    left: -300px;
    width: 600px;
    height: 100px;
    z-index: -2;
    background: none;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
    visibility: visible;
    animation: fadeIn 1s;
}

.dropdown-pointer {
    display: inline-block;
    position: relative;
}

.dropdown-pointer::after {
    position: absolute;
    color: black;
    background: black;
    content: 'dad';
    top: -28px;
    left: 80px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

/* Dropdown class 11 & 12 */

.groups ion-icon {
    color: wheat;
}

.dropdown-groups {
    position: fixed;
    top: 120px;
    right: 5px;
    width: 250px;
    z-index: -5;
    visibility: hidden;
    animation: fadeOut 1s;
}

.dropdown-groups .visible {
    visibility: visible;
    animation: fadeIn 1s;
}

.dropdown-groups::after {
    content: '';
    display: block;
    top: -100px;
    height: 200px;
    width: 200px;
    position: absolute;
    background: none;
    z-index: -10;
}

.dropdown-groups-eleven::before {
    position: absolute;
    color: black;
    background: black;
    content: 'dd';
    top: -22px;
    left: 80px;
    clip-path: polygon(50% 20%, 0% 100%, 100% 100%);
}

.dropdown-groups-twelve::before {
    position: absolute;
    color: black;
    background: black;
    content: 'dd';
    top: -22px;
    right: 20px;
    clip-path: polygon(50% 20%, 0% 100%, 100% 100%);
}

.dropdown-groups .card {
    background: rgba(170, 31, 26, 0.78);;
    color: white;
}

.dropdown-groups button {
    color: white;
    font-weight: 600;
}

.dropdown-groups button[aria-expanded='true'] {
    color: rgb(245, 234, 173);
}

.dropdown-groups button:hover {
    color: rgb(245, 234, 173);
    background: transparent !important;
}

.dropdown-groups a:hover {
    background: transparent !important;
}

.dropdown-groups .card-body {
    padding: 10px;
    background: rgba(0, 0, 0, 0.071);
}

.dropdown-groups ul {
    list-style: none;
    margin-bottom: 0;
}

.dropdown-groups .card-body ion-icon {
    color: rgb(245, 234, 173);
}

.dropdown-groups .card-body a {
    text-decoration: none;
    color: white;
}

.dropdown-groups .card-body a:hover {
    color: rgb(245, 234, 173);
}

.dropdown-groups ul li {
    padding-bottom: 2px;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: rgb(245, 234, 173) !important;
}

/* Making navbar transparent point */
.navpoint {
    position: absolute;
    margin-top: 90px;
}

@media (max-width: 1199px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
        background-color: rgba(170, 31, 26, 0.9);
        position: relative;
        top: 12px;
        border-radius: 20%;
        width: 100%;
        box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.659);
        overflow: scroll;
    }

    .pub-div .container > * {
        position: relative;
        top: -12px;
    }

    .pub-div.navbar .navbar-collapse {
        border-radius: 2%;
    }
}

/* ====-----------==== */
/*! Header - HOME */
/* ====-----------==== */

#header {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
}

#home .navbar{
    background: none ;
}

#header .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#header h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.slideshow { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -3;
    list-style: none;
    margin: 0;
    padding: 0;
}


.slideshow li{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size:cover ;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 25s linear infinite;  
    border-radius: 0 0 40% 0%;
}

.slideshow li:nth-child(1) { 
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(245, 234, 173, 0.185)), url(../assets/img/gallery/14.webp);
}
.slideshow li:nth-child(2) { 
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(245, 234, 173, 0.185)), url(../assets/img/gallery/1.webp);
    animation-delay: 5s; 
}
.slideshow li:nth-child(3) { 
    background-image:linear-gradient(rgba(0, 0, 0, 0.5) ,rgba(245, 234, 173, 0.185)), url(../assets/img/gallery/2.webp);
    animation-delay: 10s; 
}
.slideshow li:nth-child(4) { 
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(245, 234, 173, 0.185)), url(../assets/img/gallery/17.webp);
    animation-delay: 15s; 
}
.slideshow li:nth-child(5) { 
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(245, 234, 173, 0.185)),url(../assets/img/gallery/5.webp);
    animation-delay: 20s; 
}
.slideshow li:nth-child(6) { 
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(245, 234, 173, 0.185)),url(../assets/img/gallery/19.webp);
    animation-delay: 20s; 
}

@keyframes imageAnimation { 
    0% { 
      opacity: 0; 
      animation-timing-function: ease-in;
    }
    10% {
      opacity: 1;
      animation-timing-function: ease-out;
    }
    20% {
      opacity: 1
    }
    30% {
      opacity: 0
    }
}

/* Older browser support - .no-cssanimations class added by modernizr */
.no-cssanimations .slideshow li {
	opacity: 1;
}

@media (max-width: 575px) {
    #header h1 {
        font-size: 30px;
    }
}

/* ====-----------==== */
/*! Breadcrumbs - GENERAL */
/* ====-----------==== */

.breadcrumbs {
    padding: 90px 0 15px 0;
    background-color: rgb(245, 234, 173);
    min-height: 40px;
}

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

.breadcrumbs a:link,
.breadcrumbs a:visited {
    color: rgb(170, 31, 26);
}

.breadcrumbs a:hover,
.breadcrumbs a:active {
    text-decoration: none;
}

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

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

@media (max-width: 767px) {
    .breadcrumbs h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .breadcrumbs h2 {
        font-size: 20px;
    }
}

/* ====-----------==== */
/* ! ABOUTUS */
/* ====-----------==== */

.aboutus {
    overflow: hidden;
}

section.aboutus.gmc{
    padding-top:0px ;
}

.aboutus h3::after,
.activities h3::after {
    display: block;
    height: 2px;
    background-color: rgb(170, 31, 26);
    content: '';
    width: 100px;
    margin-top: 13px;
}

.vision-points h5{
    font-weight: 300;
}

.vision-points ul{
    list-style: none;
    line-height: 30px;
    text-align: left;
}

.aboutus ul,
.activities ul {
    padding-left: 0;
}

.aboutus li,
.activities li {
    padding-bottom: 10px;
    list-style: none;
}

.counter {
    background: rgb(245, 234, 173);
    padding: 20px 0;
}

.counter h2 {
    font-size: 60px;
    font-weight: 300;
    color: rgb(170, 31, 26);
}


.missionbutton:link,
.missionbutton:visited,
.missionbutton:hover{
    background: rgb(170, 31, 26);
    color: rgb(245, 234, 173);
    display: inline-block;
    padding: 10px;
    border-radius: 0 0 15px 0;
    position: relative;
    text-decoration: none;
}

/* Submenu for advisory board */
.members:link,
.members:visited,
.members:hover{
    background: rgb(170, 31, 26);
    color: rgb(245, 234, 173);
    display: inline-block;
    padding: 10px;
    border-radius: 0 0 10px 0;
    position: relative;
    text-decoration: none;
}

@media (max-width: 490px) {

    .vision-points h5{
        font-family: 6px;
    }
    

    .vision-points ul{
        padding: 0;
    }

    .missionbutton:link,
    .missionbutton:visited,
    .missionbutton:hover{
        padding: 5px;
        font-size: 10px;
    }

    .members:link,
    .members:visited,
    .members:hover{
        padding: 7px;
        font-size: 10px;
    }
}

@media (max-width: 990px) {
    .aboutus .img-fluid,
    .activities .img-fluid {
        display: block;
        margin: 0 auto;
    }
}

/* ====-----------==== */
/* ! ADVISORY BOARD */
/* ====-----------==== */

.advisory {
    overflow: hidden;
}

section.advisory{
    padding-top: 10px;
}

.advisory h3::after {
    display: block;
    height: 2px;
    background-color: rgb(170, 31, 26);
    content: '';
    width: 100px;
    margin-top: 13px;
}

.greatminds {
    overflow: hidden;
    background: rgb(245, 234, 173);
}

.greatminds .card {
    height: 400px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    outline: 2px solid rgb(170, 31, 26);
    outline-offset: -30px;
    border-radius: 0px;
}

.greatminds ion-icon {
    background-color: rgb(245, 234, 173);
    position: relative;
    top: 12px;
    right: 10px;
    padding: 10px;
    border-radius: 50%;
}

.greatminds ul {
    list-style: none;
    margin: auto;
    margin-left: 60px;
    font-size: 22px;
    line-height: 60px;
}

@media (max-width: 480px) {

    section.advisory{
        padding-top: 0px;
    }

    .greatminds .card {
        height: 300px;
    }

    .greatminds ion-icon {
        top: 8px;
    }

    .greatminds ul {
        font-size: 14px !important;
        line-height: 40px;
        margin-left: 25px;
    }
}

@media (max-width: 580px) {
    .greatminds ul {
        font-size: 20px;
    }

    .greatminds ion-icon {
        top: 10px;
        padding: 8px;
    }
}

@media (min-width: 1200px) {
    .advisory p {
        line-height: 28px;
    }
}

/* ====-----------==== */
/* ! PROGRAMS */
/* ====-----------==== */

.programs {
    margin-top: 50px;
    /* height: 100vh; */
    background-color: rgb(245, 234, 173);
    overflow: hidden;
}

.programs .tab-content {
    padding: 30px 0;
}

.programs .nav-link {
    border: 0;
}

.programs .nav-tabs {
    border-bottom: 0;
}

.programs .nav-link {
    background-color: rgb(245, 234, 173);
    color: rgb(170, 31, 26);
}

.programs .nav-link.active {
    color: rgb(245, 234, 173);
    background: rgb(170, 31, 26);
}

.programs .program-description ul {
    padding: 50px 0;
}

.programs li {
    list-style: none;
    margin-bottom: 10px;
}

.programs .syllabus {
    text-align: center;
}

.programs .highlight {
    color: rgba(170, 31, 26, 0.8);
    font-weight: 600;
}

.programs .card {
    margin-bottom: 10px;
}

.programs .card-text {
    padding: 0 30px;
}

.programs .card-body {
    padding: 0 0 10px 0;
    box-shadow: inset 0 0 8px;
}

.programs .card-title {
    text-align: center;
    padding: 10px;
    color: rgb(245, 234, 173);
    background: rgb(170, 31, 26) !important;
}

.programs .question-pattern {
    margin-top: 30px;
}

.programs div.vertical-center {
    margin: auto;
}

.programs .btn {
    color: rgb(245, 234, 173);
    background: rgba(170, 31, 26) !important;
}

.programs .btn:focus {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset,
        0px 0px 8px rgba(255, 100, 255, 0.5);
    outline: 0;
}

.programs .dropdown-menu {
    background: rgb(245, 234, 173);
}

@media (max-width: 480px) {
    .programs .program-description ul {
        padding: 10px 0;
    }
    .programs h3,
    .programs h4 {
        font-size: 150%;
    }
}

@media (max-width: 760px) {
    .programs ol {
        padding-left: 0;
    }
    .programs .syllabus {
        text-align: left;
    }

    .programs .card-center {
        display: flex;
        justify-content: center;
    }

    .programs .card ol {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .programs ul.nav {
        display: none;
    }
    .programs .dropdown {
        padding-top: 20px;
    }
}

/* ====-----------==== */
/* ! BROUCHURES & DOWNLOADS */
/* ====-----------==== */

.brochure {
    overflow: hidden;
}

.brochure .nomination-form .brochure-name {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.brochure-heading {
    padding-bottom: 0;
}

.brochure-heading h3 {
    font-size: 220% !important;
}

.brochure-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brochure ul {
    list-style: none;
    padding-left: 0;
}

.brochure ul li {
    width: 100%;
}

.brochure-col {
    padding-left: 10%;
}

.brochure ul li:last-of-type div:last-of-type {
    margin-bottom: 0;
}

.brochure .pdf-icon {
    height: 100px;
    width: 100px;
    background: rgb(170, 31, 26);
    border-radius: 15px;
    box-shadow: 0px 2px 5px rgba(170, 31, 26, 0.8);
    margin-right: 50px;
}

.brochure .brochure-name {
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 180%;
    color: rgb(170, 31, 26);
    border-bottom: 1px solid rgba(170, 31, 26, 0.2);
    margin-bottom: 100px;
}

.brochure-fade-animation {
    animation: moveInDown 1s ease-out;
}

@keyframes moveInDown {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 990px) {
    .brochure .pdf-icon {
        margin-right: 8px;
    }
}
@media (max-width: 780px) {
    .brochure .pdf-icon {
        height: 50px;
        width: 50px;
    }

    .brochure-button {
        width: 80px;
        height: 40px;
        font-size: 9px;
        border-radius: 10px;
    }

    .brochure .brochure-name {
        margin-bottom: 30px;
        font-size: 140%;
        border-bottom: 1px solid rgb(245, 234, 173);
    }

    .brochure-col {
        padding-left: 3%;
    }
}

/* Downloads */
.brochure.modal-body .brochure-col-left{
    padding-left: 3% !important;
}

@media(max-width:480px){

    .brochure.modal-body .pdf-icon {
        height: 40px;
        width: 40px;
        margin-right: 2px;
    }
    
    .brochure.modal-body .brochure-button {
        width: 75px;
        height: 35px;
        font-size: 8px;
    }
}


/* ====-----------==== */
/* ! GALLERY */
/* ====-----------==== */

#gallery{
    background: rgb(245, 234, 173);  
}

section.gallery{
    margin-top: 10px;
}

.videos:link,
.videos:hover,
.videos:active,
.videos:visited{
    position: relative;
    top: 70px;
    color: rgb(245, 234, 173);
    z-index: 3;
    background: rgb(170, 31, 26);
    padding: 10px;
    text-decoration:none;
    border-radius: 0 0 15px 0;
}

.gallery {
    overflow: hidden;
}

.baguetteBox-button {
    color: rgba(0, 0, 0, 0) !important;
}

.gallery img {
    float: left;
    width: 500px;
    height: 200px;
    object-fit: cover;
}
.gallery div {
    margin-bottom: 20px;
}

.gallery .img-thumbnail {
    padding: 0;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #444;
}

.gallery img {
    transform: scale(1);
    transition: transform 250ms ease-out;
    transition-timing-function: linear;
}

.gallery img:hover {
    transform: scale(1.1);
}

@media (max-width: 990px) {
    .gallery h3 {
        padding-top: 40px;
    }
    .gallerybg {
        top: 100px;
        background-attachment: local;
    }
}

/* ====-----------==== */
/* ! INSTITUTIONS */
/* ====-----------==== */

.institutions .section-title h3:after{
    margin-top: 20px;
}

.institutions ul {
    font-size: 22px;
    list-style: none;
    text-transform: uppercase;
}

.institutions li{
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.institutions ion-icon{
    margin-right: 10px;
}

@media(max-width:480px){

    .institutions ul {
        font-size: 16px;
        padding: 0;
    }
    
    
    .institutions li{
        margin-bottom: 8px;
        letter-spacing: 0;
    }

    .institutions ion-icon{
        margin-right: 5px;
    }

    .breadcrumbs.institutions-br h2 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 0;
    }

}


/* ====-----------==== */
/* ! PUBLICATION DIVISION */
/* ====-----------==== */

#aboutus,
#vision,
#books,
#order {
    position: relative;
    bottom: 20px;
}

.pub-div ul ion-icon {
    color: white;
    font-size: 18px;
}

.categories .category-items {
    display: flex;
    justify-content: space-between;
}

.categories .section-title h3 {
    font-size: 180%;
}

.category-items > div {
    position: relative;
}

.categories .container div:nth-of-type(2) {
    margin-bottom: 70px;
}

.category-items div.wrap {
    position: absolute;
    top: 142px;
    left: 5px;
}

.category-items h3 {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 360px) {
    .pub-div .container {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .pub-div .container {
        padding: 0;
    }

    .categories .section-title ion-icon {
        display: none;
    }

    .categories .container div:nth-of-type(2) {
        margin-bottom: 0;
    }

    .category-items > div.col-sm-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .category-items > div.col-sm-2::after {
        content: '';
        height: 1px;
        width: 120px;
        margin-top: 10px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .category-items div.wrap {
        position: relative;
        top: 0;
        left: 0;
    }

    .breadcrumbs.publication-div h2 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .vision-quote {
        font-size: 10px;
        font-weight: 600;
    }
}

@media (max-width: 780px) {
    .category-items div.wrap {
        left: 5px;
    }
}

@media (max-width: 990px) {
    #aboutus,
    #vision,
    #books,
    #order {
        bottom: 55px;
    }
}

/* ====-----------==== */
/* ! TESTIMONIALS */
/* ====-----------==== */

.testimonials {
    overflow: hidden;
    background: #fff;
}

.testimonials .card {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    padding: 40px;
}

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top: 40px;
}

blockquote::before {
    content: '\201c';
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    color: rgb(170, 31, 26);
}

cite {
    display: block;
    font-size: 90%;
    margin-top: 25px;
    color: rgb(170, 31, 26);
}

/* ====-----------==== */
/* ! CONTACTUS */
/* ====-----------==== */

.address ion-icon {
    color: rgb(170, 31, 26);
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.address a:link,
.address a:visited {
    color: rgb(170, 31, 26);
    text-decoration: none;
}

.form-group {
    margin-bottom: 29px;
}

.address label {
    color: rgb(170, 31, 26);
    font-weight: 600;
}

.address .form-control:focus {
    border-color: rgb(170, 31, 26) !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset,
        0px 0px 8px rgba(255, 100, 255, 0.5);
    outline: 0;
}

.form-group ion-icon {
    visibility: hidden;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
}

.form-group small {
    visibility: hidden;
    position: absolute;
}

.form-group.success .form-control {
    border: 1px solid green;
}

.form-group.error .form-control {
    border: 1px solid #e74c3c;
}

.form-group.success .correct {
    visibility: visible;
    color: green;
}

.form-group.error .wrong {
    visibility: visible;
    color: #e74c3c;
}

.form-group.success small {
    visibility: hidden;
}

.form-group.error small {
    visibility: visible;
    color: #e74c3c;
}

.form-group:last-child ion-icon {
    visibility: visible;
    position: relative;
    color: rgb(245, 234, 173);
    top: 5px;
    left: 4px;
}

.address form button {
    background: rgb(170, 31, 26);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset,
        0px 0px 8px rgba(255, 100, 255, 0.5);
}

.address form button:focus {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset,
        0px 0px 8px rgba(255, 100, 255, 0.5);
    outline: 0;
}

iframe {
    position: relative;
    top: 6px;
}

/* Thankyou page */
.thankyou {
    font-size: 16px;
    padding: 50px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.282);
}

@media (max-width: 480px) {
    .form-group {
        margin-bottom: 10px;
    }

    .form-group button {
        margin-top: 10px;
    }

    .thankyou {
        display: flex;
        flex-direction: column;
    }
}

/* -------------------------------------------- */
/*! --======== Scrolled Animations -==========-- */
/* -------------------------------------------- */

/* !About us page */

.js--about-animation,
.js--vision-animation,
.js--activities-animation,
.js--counter-animation,
.js--order-animation {
    opacity: 0;
    animation-duration: 120ms;
}

/* !Contact us page */

.js--address-animation {
    opacity: 0;
}

/* !Brochure page & Downloads Section*/

.js--brochure-left-animation1,
.js--brochure-left-animation2,
.js--brochure-left-animation3,
.js--brochure-left-animation4,
.js--brochure-left-animation5 {
    opacity: 0;
}

.js--brochure-right-animation1,
.js--brochure-right-animation2,
.js--brochure-right-animation3,
.js--brochure-right-animation4,
.js--brochure-right-animation5 {
    opacity: 0;
}

/* !Gallery Page */
.js--gallery-animation {
    opacity: 0;
}

/* !Publication Division */
.js--category-fadein {
    opacity: 0;
}

/* !Footer */
.js--footer-animation {
    opacity: 0;
    animation-duration: 120ms;
}

.update-alert {
    opacity: 0;
}

.js--update-animation.update-alert {
    opacity: 1;
}

/* ! Testimonial */
.js--testimonial-animation1,
.js--testimonial-animation2,
.js--testimonial-animation3,
.js--testimonial-animation4,
.js--testimonial-animation5,
.js--testimonial-animation6,
.js--testimonial-animation7,
.js--testimonial-animation8,
.js--testimonial-animation9,
.js--testimonial-animation10,
.js--testimonial-animation11,
.js--testimonial-animation12,
.js--testimonial-animation13,
.js--testimonial-animation14,
.js--testimonial-animation15,
.js--testimonial-animation16,
.js--testimonial-animation17,
.js--testimonial-animation18,
.js--testimonial-animation19,
.js--testimonial-animation20{
    opacity: 0;
}

.animate__animated.js--testimonial-animation1,
.animate__animated.js--testimonial-animation2,
.animate__animated.js--testimonial-animation3,
.animate__animated.js--testimonial-animation4,
.animate__animated.js--testimonial-animation5,
.animate__animated.js--testimonial-animation6,
.animate__animated.js--testimonial-animation7,
.animate__animated.js--testimonial-animation8,
.animate__animated.js--testimonial-animation9,
.animate__animated.js--testimonial-animation10,
.animate__animated.js--testimonial-animation11,
.animate__animated.js--testimonial-animation12,
.animate__animated.js--testimonial-animation13,
.animate__animated.js--testimonial-animation14,
.animate__animated.js--testimonial-animation15,
.animate__animated.js--testimonial-animation16,
.animate__animated.js--testimonial-animation17,
.animate__animated.js--testimonial-animation18,
.animate__animated.js--testimonial-animation19,
.animate__animated.js--testimonial-animation20{
    opacity: 1;
}
