
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/


/*** Common CSS Start ***/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 700;
    font-family: 'Fredoka', sans-serif;
}

.display-4,
.display-5,
.display-6 {
    font-weight: 600;
}

.wow,
.animated {
    animation-duration: 2s !important;
}
/*** Common CSS End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    border: 0;
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: #002c42 !important;
    color: #fff;
}

.btn-border-radius {
    border-radius: 25% 10%;
}

.img-border-radius {
    border-radius: 50% 20% / 10% 40%;
}

.title-border-radius {
    border-radius: 10% 30%;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .top-info {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

.topbar .top-link a:hover {
    background: #e24232 !important;
}

.topbar .top-link a:hover i {
    color: #fff !important;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #e24232;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background:#002c42;
    color:#fff;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: #fff !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/


/*** Hero Header ***/
.hero-header{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Hero Header ***/
.page-header {
    background: url(../img/page-header.jpg);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header h1{
    font-size: 50px;
    font-weight: 100;
    color: #002c42 !important;
}

/*** About Start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    /*background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../img/sahitya5.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.video.border {
    border-radius: 50% 20% / 10% 40%;
}

.about {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** About End ***/


/*** service Start ***/
.service {
    /*background: linear-gradient(rgba(255, 72, 128, 0.05), rgba(255, 72, 128, 0.2));*/
    background: #fff;
}

.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    border-radius: 50% 20% / 10% 40%;
    transition: 0.5s;
    position: relative;
}

.service-content::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    background: transparent;
    border-radius: 50% 20% / 10% 40%;
    transition: .5s;
}

.service-item:hover {
    border: 1px solid var(--bs-secondary) !important;
}

.service-item:hover .service-content::after {
    background: #002c42;
    width: 100%;
    opacity: 1;
    z-index: 1;
}

.service-item .service-content .service-content-inner {
    position: relative;
    z-index: 2;
}

.service-content-inner i{
    font-size: 60px;
}
.service-item .service-content-inner i,
.service-item .service-content-inner p,
.service-item .service-content-inner a.h4 {
    transition: 0.5s;
}

.service-item:hover .service-content-inner i,
.service-item:hover .service-content-inner p {
    color: var(--bs-white) !important;
}
.service-item:hover .service-content-inner a.h4 {
    color: var(--bs-primary);
}

.service-item:hover .service-content-inner a.btn-primary {
    background: var(--bs-white) !important;
    color: #002c42 !important;
}

.service-item .service-content-inner a.btn-primary:hover {
    background: #e24232 !important;
    color: var(--bs-white) !important;
}
/*** Service End ***/


/*** Programs Start ***/
.program {
    background: linear-gradient(rgba(255, 72, 128, 0.1), rgba(255, 72, 128, 0.1));
}

.program .program-item .program-img .program-rate {
    position: absolute;
    width: 100px; 
    top: -20px; 
    left: 50%; 
    margin-left: -50px; 
    border-radius: 10% / 50%;
}

.program .program-item .program-text {
    padding-top: 150px; 
    margin-top: -125px;
}

.program .program-item .program-img img,
.program .program-item .program-teacher img,
.program .program-item:hover .program-text-inner a.h4 {
    transition: 0.5s;
}

.program .program-item:hover .program-img img,
.program .program-item:hover .program-teacher img {
    transform: scale(1.2);
}

.program .program-item:hover .program-text-inner a.h4 {
    color: #e24232 !important;
}
/*** Programs End ***/


/*** Events Start ***/
.events .events-item {
    width: 100%;
    height: 100%;
    border-radius: 30%;
    position: relative;
}

.events .events-item .events-inner .events-rate {
    position: absolute;
    width: 120px; 
    top: -20px; 
    left: 50%; 
    margin-left: -60px; 
    border-radius: 10% / 50%;
}

.events .events-item .events-inner .events-img{
    max-height: 400px;
}
.events .events-item .events-inner .events-img .event-overlay {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 1;
    opacity: 0;
}

.events .events-item .events-inner .events-img:hover .event-overlay {
    opacity: 1;
}

/*.events .events-item .events-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgba(226, 66, 50, .7);
    border-radius: 10px;
    transition: 0.5s;
}*/

.events .events-item:hover .events-img::after {
    height: 100%;
    opacity: 1;
}

.events .events-item .events-text a.h4,
.events .events-item .events-img img {
    transition: 0.5s;
}

.events .events-item:hover .events-text a.h4 {
    color: #e24232 !important;
}

.events .events-item:hover .events-img img {
    transform: scale(1.3);
}
/*** Events End ***/


/*** Blog Start ***/
/*.blog .blog-item .blog-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgba(226, 66, 50, .7);
    border-radius: 10px 10px 0 0;
    transition: 0.5s;
}*/

.blog .blog-item:hover .blog-img::after {
    height: 100%;
    opacity: 1;
}

.blog .blog-item .blog-date-comments {
    padding-top: 150px !important; 
    margin-top: -125px;
        background-color: #f3faff !important;
}

.blog .blog-item .blog-img img,
.blog .blog-item .blog-content img,
.blog .blog-item .blog-text-inner a.h4 {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-content img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-text-inner a.h4 {
    color:#e24232;
}
/*** Blog End ***/



/*** Team Start ***/
.team .team-item {
    position: relative;
    width: 100%;
    height: 100%;
}
.team .team-item img{
    max-height: 300px;
}
.team .team-item .team-icon {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.team .team-item .team-icon a.share-link {
    opacity: 0;
    transition: 0.5s;
}

.team .team-item:hover .team-icon a.share-link {
    opacity: 1;
}

.team .team-item .team-content,
.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    background: #002c42 !important;
    border-radius: 0 0 10px 10px;
}
.text-muted:hover{
    color: #fff !important;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white) !important;
}

.team .team-item:hover .team-content p {
    color: #fff !important;
}
/*** Team end ***/


/*** testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
    
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background:#393d72;
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 30px;
    background:#e24232;
}
/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 1)), url(../img/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .footer-galary-img img {
    width: 100%;
    border-style: dotted; 
    border-color: var(--bs-primary);
    transition: 0.5s;
}

.footer .footer-galary-img img:hover {
    transform: scale(1.2);
}

.footer-item a.text-body:hover {
    color: #393d72 !important;
}
/*** Footer End ***/



.navbar-brand img{
    max-width: 100px;
}
.navbar{
    padding-top: 0px;
    padding-bottom: 0px;
}
.bg-primary {
    background-color: #002c42 !important;
}
.text-secondary {
    color: #e34431 !important;
}
.bg-light {
    /*background-color: #fff !important;*/
    background-color: #f3faff !important;
}
.text-primary {
    color: #e24232 !important;
}
@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.2rem;
    }
}
.btn-primary{
    background-color: #e24232;
}
.border-primary {
    border-color: #e24232 !important;
}
.text-dark {
    color: #002c42 !important;
}
.bg-dark {
    background-color: #002c42 !important;
}
a {
    color: #e24232;
    text-decoration: none;
}
.bg-secondary {
    background-color:#e24232 !important;
}

.slider-font-1{
    font-weight: 400;
    font-size: 25px;
    color: #ffffff !important;
}
.slider-font-2{
    font-size: 55px;
    color: #002c42;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(2 68 102);
}
.light-bg{
    background-color: #f3faff;
}
.board-members{
    background: url(../img/board-back.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.board-div {
    text-align: center;
    padding: 70px 20px 30px;
    margin-bottom: 50px;
    min-height: 300px;
}
.board-div img{
    width: 230px;
    height: 230px;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: 30px;
}
.board-div h4{
    color: #fff;
    margin-bottom: 5px;
    font-size: 17px;
}
.board-div p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
        margin-bottom: 0px;
}
.mb-60{
    margin-bottom: 60px !important;
}
.content-detail{
    margin: 100px 80px;
}

.related-event{
        margin: 20px 30px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}
.related-event .card-body a{
    font-weight: 600;
    color: #002c42 !important;
}
.card-body{
    padding: 40px;
}
.card img{
    max-height:400px;
    text-align: center;
}
.card-body h1{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 24px;
}
.card-body p strong{
    color: #393d72;
}
.register-form{
    padding: 55px 45px 45px;
    background-color: #f3faff !important;
    border-radius: 10px;
}
.register-form .border-primary{
    margin-bottom: 45px;
}
.volunteer-quote{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 50px;
    border-bottom: dotted red;
    padding-bottom: 20px;
}
.register-form .text-danger p{
    color: #e24232 !important;
}



/****       gallery      ***********/

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*background-color: rgba(46, 132, 206, 0.7);*/
    background: transparent;
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.card-box{
    border: 1px solid #e8e5e5;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    min-height: 330px;
}
.card-box img{
    max-width: 100px;
}
.card-box h3{
    font-weight: 600;
    margin-top: 25px;
    color: #e24232;
}
.footer-pl{
    padding-left: 60px;
}
.event-strong{
    color: #002c42;
    font-weight: 600;
}
.border-gray{
    border-color: #eaeaea !important;
}
.service-item:hover .service-content-inner a.h4{
    color: #e24232;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #e24232;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button {
    font-weight: 600;
    color: #000;
}
.reg-form{
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 1)), url(../img/form-back.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem !important;
}
.reg-form h2{
    color: #002c42 !important;
}
.reg-form p{
    color: #002c42 !important   
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e24232;
}
.text-danger {
    margin-top: -30px;
}
.form-control:disabled, .form-control:read-only {
    background-color: #ffffff;
    opacity: 1;
}
.event-details{
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/sahitya11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 50px 80px;
}
.events-text{
    min-height: 170px;
}

.contact-div{
    padding: 3rem;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 300px;
}
@media screen and (max-width: 600px){
    .topbar .top-info{
        display: none;
    }
    .topbar .top-link{
        display: none;
    }
    .google_translate_element{
    margin-left: 25px;
    }
    .event-details {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/sahitya11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 10px 80px;
}
.page-header h1 {
    font-size: 30px;
    font-weight: 100;
    color: #002c42 !important;
}
.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}
.card-body {
    padding: 15px;
}
.reg-form {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 1)), url(../img/form-back.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: .5rem !important;
}
.register-form {
    padding: 35px 10px 35px;
    background-color: #f3faff !important;
    border-radius: 10px;
}
.board-div img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: 32px;
}
.board-div h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
}
.board-div p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.card-box {
    border: 1px solid #e8e5e5;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    min-height: 330px;
    margin-bottom: 25px;
}
.contact-div {
    padding: 0.5rem;
}
.me-4 {
    margin-right: 1rem !important;
}
.fa-2x {
    font-size: 1.5em;
}
.slider-font-1 {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff !important;
}
.slider-font-2 {
    font-size: 36px;
    color: #002c42;
}
.board-div {
    text-align: center;
    padding: 70px 20px 30px;
    margin-bottom: 50px;
    min-height: 300px;
    margin: 5px 30px 50px;
}
}
@media screen and (max-width: 768px){
    .topbar .top-info{
        display: none;
    }
    .topbar .top-link{
        display: none;
    }
    .google_translate_element{
    margin-left: 25px;
    }
    .event-details {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/sahitya11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 10px 80px;
}
.footer-pl {
    padding-left: 0px;
}
.page-header h1 {
    font-size: 30px;
    font-weight: 100;
    color: #002c42 !important;
}
.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}
.card-body {
    padding: 15px;
}
.reg-form {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 1)), url(../img/form-back.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:2rem .5rem !important;
}
.register-form {
    padding: 35px 10px 35px;
    background-color: #f3faff !important;
    border-radius: 10px;
}
.board-div img {
        width: 190px;
        height: 190px;
        border-radius: 50%;
        margin-bottom: 20px;
        margin-top: 18px;
}
.board-div h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
}

.board-div p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.card-box {
    border: 1px solid #e8e5e5;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    min-height: 330px;
    margin-bottom: 25px;
}
.contact-div {
    padding: 0.5rem;
}
.me-4 {
    margin-right: 1rem !important;
}
.fa-2x {
    font-size: 1.5em;
}
.slider-font-1 {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff !important;
}
.slider-font-2 {
    font-size: 36px;
    color: #002c42;
}
.board-div {
    text-align: center;
    padding: 70px 20px 30px;
    margin-bottom: 50px;
    min-height: 300px;
    margin: 5px 30px 50px;
}
}






