:root {
    --primary-color : #0e5b97;
    /* --bs-primary-rgb: #0e5b97; */

    --secondary-color : #208d97;
    --tertiary-color : #60aa4a;
    --highlight-color : #fbaf35;
    --text-color : #232323;
    --bs-navbar-toggler-icon-bg: url("..assets/img/nav-menu-icon.svg");
}

.text-bg-primary {
    background-color: var(--primary-color) !important;
}

.owl-carousel {
    display: inline-flex !important;
}

.owl-stage {
    padding-left: 0px !important;
}


body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: var(--text-color);
    font-size: 16px;
    /* line-height: 1.75; */
}
a{
    color: white;
    text-decoration: none;
}
.bg-image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-primary{
    background-color: var(--primary-color) !important;
}
.bg-secondary{
    background-color: var(--secondary-color) !important;
}
.bg-tertiary{
    background-color: var(--tertiary-color) !important;
}
.bg-highlight{
    background-color: var(--highlight-color) !important;
}


.text-primary {
    color : var(--primary-color) !important;
}

.text-secondary{
    color: var(--secondary-color) !important;
}
.text-highlight{
    color: var(--highlight-color) !important;
}
.text-tertiary{
    color: var(--tertiary-color) !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #454545;
}
h2 {
    font-weight: 700;
    font-size: 42px;
}

h3 {
    font-weight: 600;
}

h6{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.btn{
    padding: 15px 40px;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.16;
    font-weight: 500;
    text-align: center;
    letter-spacing: .01em;
    text-transform: initial;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    border: 0px;
}
.btn-primary {
    /* background-color:var(--primary-color) !important; */
    background-image: linear-gradient(90deg, #0c1bae, #3486fe);
    color: rgba(255,255,255,1);
    box-shadow: none;
    /* min-width: 160px;
    min-height: 50px; */
    
}

.btn-primary:hover{
    box-shadow: var(--bs-box-shadow-lg) ;
}
.btn-primary.disabled, .btn-primary:disabled{
    background-color: var(--primary-color) ;
    border:0px;
}
.btn-secondary {
    background-color:transparent ;
    border:1px solid white;
    color: rgba(255,255,255,1);    
}
.btn-secondary:hover{
    background-color: white ;
    color: var(--primary-color);
}
.banner-section{
    position: relative;
}

.btn-secondary-dark {
    border:1px solid rgba(0,0,0,0.7) ;
    color: rgba(0,0,0,1) ;
}
.btn-secondary-dark:hover {
    background-color: var(--highlight-color) ;
    color: white ;
    border: 1px solid var(--highlight-color) !important;
}

.btn-highlight{
    background-color: var(--highlight-color) ;
    color: white ;
    border: 1px solid var(--highlight-color) ;
}
.btn-highlight:hover{
    box-shadow: var(--bs-box-shadow-lg) ;
    background-color: var(--highlight-color) ;
    border: 1px solid var(--highlight-color) ;
}

/* start banner v2  */
.banner-height {
    height: 75vh;
}
.banner-inside-height {
    height: 50vh;
}

.banner-inside-height-university {
    height: 110px;
}
@media screen and (max-width: 480px) {
    .banner-inside-height {
    height: 30vh ;
    }
    .banner-inside-height-university {
        height: 70px;
    }
}
.banner-inside-height h1 {
    color:white !important;
}
.cutout-banner {
    /* left: 20%;
    top:20% ; */
}
.cutout-banner .position-absolute{
    left: 0%;
    top: 50%;
    transform: translateY(-50%)
}
.cutout-banner h1{
    /* font-size: 46px ; */
    font-size: 62px ;
    font-weight: 700;
    margin-bottom: 5px;
}
.cutout-banner h3{
    color: white;
}
.cutout-banner .title-sub{
    font-size: 32px ;
    font-weight: 500;
    margin-bottom: 6px;
}
.cutout-banner p{
    margin-bottom: 20px;
}
/* end banner v2  */

/* start navbar  */
.nav-item {
    display: flex;
    align-items: center;
}
.banner-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-inner-page{
    height: 50vh;
}

.banner-elements{
    height: 90vh;
    position: relative;
}
.banner-inner-elements{
    height: 50vh;
}

.headline-container{
    /* position: absolute; */
    height: 70vh;
    /* text-align: center; */
    display:flex;
    /* justify-content: center; */
    align-items: center;
}
.inner-headline-container{
    height: 40vh;
}

.headline-container p{
    color: white;
}
.headline-container h1{
    color: white;
    font-size:80px;
    font-weight: 800;
}
.headline-container p{
    color: white;
    font-size:32px;
    font-weight: 500;
}


.inner-headline-container h1{
    font-size: 45px;
    font-weight: 600;
}

.gains-logo-nav{
    width: 210px;
}

.navbar-expand-lg .navbar-nav .nav-link{
    white-space: nowrap;
}

.navbar-container{
    width: 95%;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.nav-center{
    justify-content: center;
}
.navbar-container .nav-link{
    color: white;
}
.navbar-container .nav-link:hover{
    color: rgba(255,255,255,0.7) !important;
}


.banner-bottom-container{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0%);
    
}
.banner-bottom-container h2{
    color: white;
}
.banner-bottom-container .row div{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0,0.3);
    transition: all 0.3s ease-in-out;
}
.banner-bottom-container .row div h2{
    padding: 28px;
    text-align: center;
    margin-bottom: 0px;
    font-size: 2rem;
    font-weight: 700;    
}
.banner-bottom-container .row div i {
    font-size: 36px;
}


.bottom-nav a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-bottom-container .bottom-nav div:hover {
    background-color: rgba(0, 0, 0,0.7);
} 
/* end navbar  */



/* start about us section  */
.heading-subtitle{
position: relative;
}

.heading-subtitle .gains-icon{
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 5px;
    top: -37px;
    left: -38px;
    width: 80px;
    height: 80px;
}


.about-us-design{
    position: relative;
}

.gains-logo-col{
    position: absolute;
    top:15%;
    /* left: 40%; */
    right: 8%;
    z-index: -2;
    /* width: 100%; */
    opacity: 1;
}

.gains-logo-col img{
    vertical-align: top;
    max-width: 100%;
    height: 750px;
}
.padding-section{
    padding-top: 200px ;
    /* padding-bottom: 200px; */
}
.about-padding-section{
    padding-top: 150px;
}
.about-inner-padding-section{
    padding-top: 100px;
}
.about-us-text>div{
    width: 85%;
}
.about-us-emphasis{
    font-size: 22px;
    line-height: 36px;
    color: #555;
    font-weight: 500;
}
.about-us-logo{
    height: 500px;
    object-fit:cover;
    width:100%;
    /* box-shadow:11px 11px 38px rgba(0,0,0,0.2);  */
}
/* end about us section  */

/* start academic program section */

/* text truncate */
.programs-tab .nav-item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.programs-tab .nav-item button div a {
    display: inline-block;
}

.academic-programs .col-tab-text{
    width: 33%;
}
.academic-programs .col-tab-image{
    width: 67%;
}

.academic-programs .tab-pane{
    position: relative;
}

.academic-programs .image-tab .tab-content .tab-pane {
    height: 100%;
}
.academic-programs .image-tab .tab-content .tab-pane img {
    height: 100%;
}

.academic-programs  .position-absolute {
    right: 5%;
    bottom: 5%;
    border-radius: 10px;
    background-color: rgb(58 58 58 / 50%);    
    text-align: center;
    padding: 20px;
}

.programs-tab h3  {
    color: unset !important;
}
.programs-tab .nav-link a {
    color: var(--highlight-color);
    text-decoration: underline;
    font-weight: 500;
}
.programs-tab .nav-link a p{
    font-size: 18px;
}
.programs-tab .nav-link{
    padding: 20px 20px;
    width: 100%;
    text-align: left;
    color: var(--text-color);
}
.programs-tab .nav-link p{
    margin-bottom: 0px;
    font-size: 15px;
}

.nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: white;
}

.programs-tab .nav-item{
    padding: 0;
    background: #fff;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 7%);
    margin-bottom: 20px;
    border-radius: 4px;
    display: block;
}


/* end program section */



/* start our value proposition  */

.our-value-proposition .title-col-sm{
    display: none;
}
.our-value-proposition .title-col{
    width: 16%;
}
.our-value-proposition .text-col{
    width: 84%;
}


.proposition-padding{
    padding-top: 100px;
    padding-bottom: 100px;
}

.design-numbering{
    position: relative;
    margin-right: 100px;
    height: fit-content;
}
.design-numbering h2 {
    color: var(--secondary-color);
    font-size: 22px;
    margin-bottom: 0px;
}
.design-numbering .design-line{
    position: absolute;
    left: 155%;
    top: 42%;
    border-top: 3px solid var(--highlight-color);
    width: 42px;
}
.proposition-title h3{
    font-size: 32px;
    font-weight: 700;
}
.proposition h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 26px;
}
.proposition p {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

/* end our value proposition  */


/*** Team ***/
.team-section .container {
    padding: 0 100px;
}
.team-items img {
    height: 250px;
}
@media screen and (max-width:480px) {
    .team-section .container{
        padding: 0 20px;
    }
    .team-items img {
        height: 350px;
    }
}
.team-head-title{
    padding: 0 200px;    
}
.team-items {
    margin: -.75rem;
}

.team-item h3{
    font-size: 17px;
    color: var(--primary-color);
    margin-bottom: 5px;
    
}
.team-item p{
    font-size: 15px;
    font-weight: 500; 
    margin-bottom: 0px;   
}
.team-item {
    padding: .75rem;
}
.team-item>div{
    z-index: 2;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: 1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--secondary-color);
}


/* end team  */

/* start cta  */
.cta-bg{
    height: 85vh;    
}
.cta-bg .position-absolute{
    left: 15%;
    top: 20%;
}
.cta-text{    
    border-top: 4px solid var(--highlight-color);
    border-bottom: 3px solid var(--highlight-color);
}
.cta-text h2  {
    color: white;
    text-transform: uppercase;
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 80px;
}


.cta-bg .position-absolute{
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    /* transform: translateX(-50%);
    top: 22%; */
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.cta-text h2{
    padding-right: 155px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.videobox_animation{
    width: 60px !important;
    height: 60px !important;
}

.integrio_module_videobox .videobox_animation {
    display: block;
    position: absolute;
    top: 0%;
    /* right: 0%; */
    right: 50px;
    height: 100%;
    border-radius: 50%;
    /* transform: translate(-50%,-50%)!important; */
}
.apply-now {
    font-weight: 500;
    width: 60px;
    height: 100%;
    transform: translate(-50px, 1px);
}

.integrio_module_videobox.animation_circles .videobox_animation {
    z-index: 1;
    border-width: .5px;
    border-style: solid;
    opacity: 0;
    animation: circles 3.9s linear 0s infinite;
    animation-play-state: paused
}

.integrio_module_videobox.animation_circles .videobox_animation.circle_2 {
    animation-delay: 1.3s
}

.integrio_module_videobox.animation_circles .videobox_animation.circle_3 {
    animation-delay: 2.6s
}

.integrio_module_videobox.animation_circles .videobox_link:hover .videobox_animation,.integrio_module_videobox.animation_circles.always-run-animation .videobox_animation {
    animation-play-state: running
}

.integrio_module_videobox.animation_circles.always-run-animation .videobox_link:hover .videobox_animation {
    animation-play-state: paused
}

@keyframes circles {
    0% {
        transform: scale(1);
        opacity: 0
    }

    20% {
        transform: scale(1.44);
        opacity: .5
    }

    100% {
        transform: scale(3.2);
        opacity: 0
    }
}

.integrio_module_videobox.animation_ring_pulse .videobox_animation {
    z-index: -1;
    opacity: .1;
    background: inherit;
    animation: pulse_ring 2.2s cubic-bezier(0.455,0.03,0.515,0.955) 0s infinite;
    animation-play-state: paused
}

.integrio_module_videobox.animation_ring_pulse .videobox_link:hover .videobox_animation,.integrio_module_videobox.animation_ring_pulse.always-run-animation .videobox_animation {
    animation-play-state: running
}

.integrio_module_videobox.animation_ring_pulse.always-run-animation .videobox_link:hover .videobox_animation {
    animation-play-state: paused
}

@keyframes pulse_ring {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.7)
    }

    100% {
        transform: scale(1)
    }
}

.integrio_module_videobox.animation_ring_rotate .videobox_animation {
    z-index: -1;
    transform: scale(1.58)
}

.integrio_module_videobox.animation_ring_rotate .videobox_animation .ring_1 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: rotate_ring 4s linear infinite;
    animation-play-state: paused
}

.integrio_module_videobox.animation_ring_rotate .videobox_link:hover .videobox_animation .ring_1,.integrio_module_videobox.animation_ring_rotate.always-run-animation .videobox_animation .ring_1 {
    animation-play-state: running
}

.integrio_module_videobox.animation_ring_rotate.always-run-animation .videobox_link:hover .videobox_animation .ring_1 {
    animation-play-state: paused
}

@keyframes rotate_ring {
    0% {
        transform: translate(-50%,-50%) rotate(0)
    }

    100% {
        transform: translate(-50%,-50%) rotate(1turn)
    }
}
/* end cta  */

/* start footer  */
.footer-section p{
    margin-bottom: 10px;
}

.call-us .icon {
    background: #415A5C;
    color: #fff;
    /* padding: 13px; */
    padding: 10px 15px;
    border-radius: 100%;
    font-size: 15px;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.call-us .icon i:hover {
    -webkit-animation: vibrate 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
    animation: vibrate 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width: 992px){
.modal-lg {
    --bs-modal-width: 680px !important;
}
}

/* end footer  */


/* start inner page about us    */

@media screen and (max-width:700px) {
    .gains-about-height{
        height: 1100px !important;
    }
    .gains-about-height .bg-div-height .background-color{
        height: 730px !important;
    }
    .bg-div-height .col-md-6{
        height: unset !important;
    }
}

.gains-about-height{
    /* height: 1065px; */
    height: 1100px;
}
.gains-about-height .bg-div-height{
    height: 688px;
}
.bg-div-height .col-md-6{
    height: 100%;
}
/* ipad mini  */
@media screen and (min-width:768px) {
    .gains-about-height{
        height: 694px;
    }
    .gains-about-height .bg-div-height{
        /* height: 708px; */
        height: 100%;
    }
}
@media screen and (min-width:820px) {
    .gains-about-height{
        height: 734px;
    }
    .gains-about-height .bg-div-height{
        height: 100%;
    }
}
@media screen and (min-width:1000px) {
    .gains-about-height{
        height: 630px;
    }
    .gains-about-height .bg-div-height{
        height: 100%
    }
}
@media screen and (min-width:1300px) {
    .gains-about-height{
        height: 700px;
    }
    .gains-about-height .bg-div-height{
        height: 100%
    }
}
@media screen and (min-width:1860px) {
    .gains-about-height{
        height: 693px;
    }
    .gains-about-height .bg-div-height{
        height: 100%
    }
}
/* end inner page about us   */





/* start inner page mba us    */
.gains-mba-height h2 {
    color: var(--highlight-color);
}
.gains-mba-height p, .gains-mba-height h4 {
    color: #1b1b1b ;
}

.gains-bba-color h2 , .gains-bba-color p, .gains-bba-color h4 {
    color: #1b1b1b;
}

@media screen and (max-width:700px) {   
    .gains-mba-height{
        /* height: 910px !important; */
        height: 965px !important;
    }
    .gains-bba-height{
        height: 678px !important ;
    }
    .gains-mba-height .bg-div-height .background-color{
        height: 692px !important;
    }
    .gains-bba-height .bg-div-height .background-color{
        height: 430px !important;
    }
    .bg-div-height .col-md-6{
        height: unset !important;
    }
    .bg-div-height .col-md-6 img{
        height: unset !important;
    }
    .gains-mba-height{
    /* height: 1065px; */
    height: 1100px;
    }
    .gains-mba-height .bg-div-height{
        height: 688px !important;
    }
    .bg-div-height .col-md-6{
        height: 100%;
    }
}


/* ipad mini  */
@media screen and (min-width:768px) {
    .gains-mba-height{
        height: 722px;
    }
    .gains-mba-height .bg-div-height{
        /* height: 708px; */
        height: 100%;
    }
}
@media screen and (min-width:820px) {
    .gains-mba-height{
        height: 734px;
    }
    .gains-mba-height .bg-div-height{
        height: 100%;
    }
}
@media screen and (min-width:1000px) {
    .gains-mba-height{
        height: 684px;
    }
    .gains-mba-height .bg-div-height{
        height: 100%
    }
}
@media screen and (min-width:1300px) {
    .gains-mba-height{
        height: 714px;
    }
    .gains-mba-height .bg-div-height{
        height: 100%
    }
}
@media screen and (min-width:1860px) {
    .gains-mba-height{
        height:714px;
    }
    .gains-mba-height .bg-div-height{
        height: 100%
    }
}
/* end inner page mba us   */






/* start about page  */
.headline-container .breadcrumb-ps{
    font-size: 16px;
    font-weight: 400;
    display: none;
}
.headline-container .main-page{
    color: #bab2b2;
}

.vision-padding{
    padding: 80px 0px;
}
.why-gains-img{
    height: 70vh;
}

.proposition p {
    position: relative;
    padding-left: 20px; /* space for the arrow */
}

.proposition p::before {
    content: '\2192'; /* Unicode for the arrow symbol */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #000; /* Arrow color */
}
.why-gains-w-100{
    width: unset;
}
/* end about page  */

/* start mba page  */
.program-relative{
    position:relative;
}
.bg-dark-absolute{
    position: absolute;
    background-color: red;
}

.program-emphasis{
    font-size: 18px;
    /* line-height: 36px; */
    font-weight: 400; 
}

.course-emphasis p::before{
    font-size: 14px !important;
    /* color: white; */
}
.course-emphasis p {
    font-size: 16px !important;
}

.admission-process p {
    text-transform: none !important;
}
/* end mba page  */



/* start accordion modification  */


.accordion-body {
    padding: 0px;
}
.accordion table{
    font-size: 15px;
}

.accordion-body tr th {
    /* background-color: var(--primary-color); */
    /* color: white; */
    border: 0px;
}
.accordion-button{
    background-color:#f8f8f8;
}

.accordion-button::before {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: cover;
    transition: var(--bs-accordion-btn-icon-transition);
    margin-right: 13px;
}

.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed)::before {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-item .accordion-button {
    font-weight: 600;
    font-size: 15px;
}

.accordion-header .course-includes {
    width: 50%;
    text-align: end;
    font-size: 14px;
}

.accordion-button:not(.collapsed) {
    color: unset;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-body p {
    color: var(--primary-color);
    font-weight: 500;
}

.accordion-body p{
    margin-bottom: 0px;
}
.accordion-body .ps-course-tab:first-child{
    margin-top: 0px;
}
.accordion-body .ps-course-tab{
    margin-top: 15px;
}


/* start contact page  */
.form-control{
    background-color: #f6f6f6;
    border: 0px;
    border-radius: 0px;
    padding: 16px !important;
}
/* end contact page  */


/* start campus life  */
.campus-life-text p {
    font-size: 20px;
    text-align: center;
}

.campus-life-logo {
    width: 200px;
    top: 19px;
    left: 230px;
    opacity: 0.2;
    filter: grayscale(1);
}

.campus-life-highlight-img {
    height: 600px;
}
@media screen and (max-width:1024px){
    .campus-life-highlight-img {
        height: 380px;
    }
}

/* end campus life  */




/* START GAINS Fest page  */
.gains-fest-container h2 , .gains-fest-container p {
    padding-left: 8px;
    padding-right: 8px;
}

.gains-fest-banner h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
    .gains-fest-banner h1 {
        font-size: 36px;
        font-weight: 700;
    }
}

.gains-fest-container .pubg-mobile-section {
    background-color: var(--secondary-color);
}
.gains-fest-container .pubg-mobile-section {
    color: white;
}
.gains-fest-container .pubg-mobile-section .text-box .title  {
    color: var(--highlight-color) !important;
}

.gains-fest-container .poetry-section {
    background-color: var(--primary-color);
}

.gains-fest-container .poetry-section {
    color: white;
}
.gains-fest-container .poetry-section .title {
    color: var(--tertiary-color);
}

.gains-fest-container .social-media-challenge-section {
    background-color: var(--tertiary-color);
}
.gains-fest-container .social-media-challenge-section {
    color: white;
}


@media (min-width: 768px) {
    .gains-fest-container .container {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}
@media screen and (max-width: 480px) {
    .gains-fest-container .container {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}

    

.gains-fest-container .text-box .title {
    font-size: 42px;    
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .gains-fest-container .text-box .title {
    font-size: 32px;    
    font-weight: 600;
}
}

.gains-fest-container .fest-prize .col-4 p:first-child {
    font-size: 14px;
    margin-bottom: 6px;
}
.gains-fest-container .fest-prize .col-4 p:last-child {
    font-weight: 500;
    font-size: 18px;
}

@media screen and (max-width:480px) {
    .gains-fest-container .fest-prize {
        display: flex !important;
    }
    .gains-fest-container .fest-prize div{
        width: 50% !important;
        margin-bottom: 15px;
        display: inline-block;
    }
}

.gains-fest-container .text-box p span {
    font-weight: 600;
    font-size: 17px;
}

.gains-fest-container .fest-prize {
    max-width: 470px;
    width: 100%;
}
.gains-fest-container .fest-prize .col-4 {
}

.gains-fest-container .text-box .d-flex div p {
    margin-bottom: 5px;
}
.gains-fest-container .text-box .d-flex {
        margin-bottom: 15px;
    padding-bottom: 10px;
}

.gains-fest-banner .plus2-graduate {
    max-width: 770px;
    margin-top: 16px;
}

.gains-fest-container .registration-fee {
   
    display: flex !important;    
    justify-content: start;       
}

@media screen and (max-width:480px) {
    .gains-fest-container .registration-fee {
        display:block !important;
        justify-content: center;
    }
    .gains-fest-container .poetry-section .title {
        color: white;
    }
}

.gains-fest-container .registration-fee div {
    background-color: white;
    border-radius: 5px;
    text-align: center;
    padding: 9px;
    font-weight: 600;
    color: var(--text-color);
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center;
    
}
.gains-fest-container .registration-fee div:last-child {
    margin-left:10px;
}
@media screen and (max-width:480px){
   .gains-fest-container .registration-fee div:last-child {
        margin-bottom:20px;
        margin-bottom:10px;
        margin-left:0px;
        margin-top: 12px;
    } 
}


/* .gains-fest-container .painting-section .registration-fee {
    justify-content: start;
} */
.gains-fest-container .painting-section .registration-fee div {
    background-color: var(--primary-color);
    /* justify-content: start; */
    color: white;
}


/* .gains-fest-container .futsal-section .registration-fee {
    justify-content: start;
} */
.gains-fest-container .futsal-section .registration-fee div {
    background-color: var(--primary-color);
    /* justify-content: start; */
    color: white;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}


/* END GAINS Fest page  */

/* download  */

.download-btn {
    border-bottom: 1px solid white;
    display: inline-block;
    color: white;
}
.download-btn i {
    margin-left: 5px
}
    /* download button   */




/* start simple light box gallery */
.gallery a img {
        border: 2px solid transparent !important;
        float: left;
        width: 25%;
        height: auto;
        padding: 10px;
        border-radius: 15px !important;
        transition: transform .15s ease;
        position: relative;
    }

    .sl-wrapper .sl-navigation button,
    .sl-wrapper .sl-close,
    .sl-wrapper .sl-counter {
        color: #8f8f8f;
    }

    .sl-overlay {
        background-color: #000;
        opacity: 0.95;
    }
.gallery a img {
@media screen and (max-width: 480px) {
    width: 100%  !important;
    margin-bottom: 0px;
}
}
/* END simple light box gallery */

/* Start simple light gallery for stduetn painting  */
.gains-painting-by-gainers a img {
    height: 380px !important;
    object-fit: cover !important;
    object-position: center !important;
}

@media screen and (max-width:1200px) {
   .gains-painting-by-gainers a img {
        height: 200px !important;
   }
}
@media screen and (max-width:600px) {
   .gains-painting-by-gainers a img {
        height: 400px !important;
   }
}
/* END simple light gallery for stduetn painting  */


