body {
    color: #222;
    font-family: 'Google Sans', 'Open Sans', sans-serif;
    font-size: 15px;
    background-color: #f5f5f5;
    padding-top: 120px;
}



img {
    max-width: 100%;
    height: auto;
}

.navbar {
    height: 120px;
}

.navbar-nav .nav-item {
    margin: 0px 20px;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link:visited,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #000;
}

.navbar-nav .nav-link.active {
    color: #FF6D00;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #FF6D00;
    color: white;
}

.navbar-nav .nav-link {
    line-height: 22px;
    padding: 5px 0px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    white-space: nowrap;
}

.nav-item {
    position: relative;
}

.navbar-nav .nav-link.active::before {
    border: 2px solid #FF6D00;
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}
.navbar-collapse.show {
    background-color: white;
    padding: 0px 0px 30px 20px;
}

/* carousel starts */
.carousel.container-fluid {
    padding: 0px;
}

.carousel h5 {
    color: #fff;
    font-weight: 700;
}

.carousel p {
    color: #fff;
}

/* carousel ends */

/* Banner */
.banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}
.banner-about {
    background-image: url(../img/about/banner.jpg);
}
.banner-board {
    background-image: url(../img/boardmembers/banner.jpg);
}
.banner-event {
    background-image: url(../img/events/banner.png);
}
.banner-holi {
    background-image: url(../img/slider/home-banner-big-2.jpg);
}
.banner-diwali {
    background-image: url(../img/slider/home-banner-big.jpg);
}

.banner-text {
    color: white;
    font-size: 48px;
    padding-top: 70px;
}

/*

.btn-primary {
    background-color: #DA5D00;
    border-color: #FF6D00;
    white-space: nowrap;
    padding: 10px 10px 10px 10px;

}

.btn-primary:hover {
    background-color: #DA5D00;
    border-color: #DA5D00;

}

.btn-primary:active {
    background-color: #FF6D00 !important;
    border-color: #FF6D00 !important;

} */

.btn-link{
    background-color: #FF6D00;
    color: white;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 10px 10px 35px;
    border-radius: 6px;
}
.icon-ticket:hover{
    background-color: #ff5722;
    color: white;
}
.icon-donate:hover{
    background-color: #0091ea;
    color: white;
}

.icon-ticket {
    background: #FF6D00 url( '../img/svg/arrow-right.svg') no-repeat 10px 15px;

}
.icon-donate {
    background: #2979ff url( '../img/svg/donate.svg') no-repeat 10px 15px;

}



.carousel-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.slider1 {
    background-image: url(../img/slider/home-banner-big.jpg);
}
.slider2 {
    background-image: url(../img/slider/home-banner-big-2.jpg);
}

.carousel-header {
    font-size: 64px;
    color: white;
}

.carousel-header-2 {
    font-size: 32px;
    color: #FFEA00;
}

.carousel-text {
    font-size: 16px;
    color: white;
}

/* Default Before Media Queries */


.btn-buy-ticket {
    display: none;
    
}

.content-box {
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: white;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0;
}
.padding-20 {
    padding: 20px;
}
.padding-10 {
    padding: 10px;
}
.padding-sponsor {
    padding: 15px 10px 5px 10px;
}
.sponsor-logo{
    height: 75%; 
    max-height: 250px;
    padding: 15px 10px 5px 10px;
}
.sponsor-title{
    max-height: 350px;
}
.star
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0D00;
	font-size: 12px;
}

.col-lg-3.content-box,
.col-lg-4.content-box,
.col-lg-6.content-box,
.col-lg-8.content-box {
    width: calc(100% - 40px);
}

.col-md-2.content-box {
    width: calc(100% - 40px);
}

.col-2.content-box {
    width: calc(16.66666667% - 40px);
}

.home-panel-img-text {
    width: 50%;
    height: auto;
    padding: 0px 20px 20px 0px;
}
.home-panel-text {
    text-align: justify;
}
.panel-heading {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}
.board-heading-1 {
    color: white;
    font-size: 20px;
    padding: 10px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.color-orange {
    background-color: #bf360c;
}
.color-blue {
    background-color: #1976D2;
}
.color-green {
    background-color: #00c853;
}
.color-purple {
    background-color: #7b1fa2;
}
.color-teal {
    background-color: #00796b;
}


.board-heading-2 {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}
.board-image {
   padding: 0px 20px 20px 20px;
}
.sponsors-image {
    padding: 20px;
 }
.gallery .photo img {
    width: 100%;
    height: 100%;
}
.gallery .photo:hover{
    border-color: #DA5D00;
    border-radius: 0px;
}

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

@media (max-width: 576px) {
    .navbar-nav .nav-item {
        margin: 0px 10px;
    }
    .navbar-brand img {
        width: 80%;
        display: block;
    }
    .navbar-brand {
        display: contents;
    }
    .col-2.content-box {
        width: calc(16.66666667% - 4px);
    }
    .col-3.content-box {
        width: calc(25% - 40px);
    }
    .col-4.content-box {
        width: calc(33.33333333% - 40px);
    }
    .col-6.content-box {
        width: calc(50% - 40px);
    }

}

@media (min-width: 576px) {


    .navbar-nav .nav-item {
        margin: 0px 10px;
    }

    .navbar-nav .nav-link {
        font-size: 12px;
    }
    .col-2.content-box {
        width: calc(16.66666667% - 40px);
    }
    .col-sm-3.content-box {
        width: calc(25% - 40px);
    }
    .col-sm-4.content-box {
        width: calc(33.33333333% - 40px);
    }
    .col-sm-6.content-box {
        width: calc(50% - 40px);
    }

}

@media (min-width: 768px) {
    .col-md-2.content-box {
        width: calc(16.66666667% - 40px);
    }
    .col-md-4.content-box {
        width: calc(33.33333333% - 40px);
    }
    .col-md-3.content-box {
        width: calc(25% - 40px);
    }
    .col-md-6.content-box {
        width: calc(50% - 40px);
    }
    .col-md-8.content-box {
        width: calc(66.66666667% - 40px);
    }
}

@media (min-width: 992px) {
    .col-lg-8.content-box {
        width: calc(66.66666667% - 40px);
    }
    .col-lg-6.content-box {
        width: calc(50% - 40px);
    }
    .col-lg-4.content-box {
        width: calc(33.33333333% - 40px);
    }
    .col-lg-3.content-box {
        width: calc(25% - 40px);
    }
    .col-lg-2.content-box {
        width: calc(16.66666667% - 40px);
    }
    
}

@media (min-width: 1024px) {}

@media (min-width: 1200px) {


    .btn-buy-ticket {
        display: block;
    }

    .navbar-nav .nav-item {
        margin: 0px 20px;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
    }



}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1840px;
    }
}

.section-header {
    background-color: #ff6d00;
    color: white;
}
.section-header h1 {
    margin: 0px;
    padding: 20px;
    font-size: 28px;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/*
Gallary  css
*/

.row>.column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 10px;
    left: 0;
    top: 0;
   
    overflow: auto;
    background-color: black;

    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    
    margin: auto;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 35px;
    font-weight: bold;
    background-color: black;
    padding: 0px 10px 0px 10px;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: #DA5D00;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #FFF;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background-color: #333;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
    border: 4px solid #FFFFFF;
    border-radius: 4px;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.board-role {
    background-color: #FF6D00;
    color: white;
}

.board-role-alt {
    background-color: #1976D2;
    color: white;
}

/* Footer Starts */
.footer-contact-bg {
    background-color: #333333;
}
.footer-contact {
    color: #FFFFFF;
    padding: 70px 0px 90px 0px;
}
.footer-contact-text {
    padding: 30px 0px 0px 0px;
    font-size: 16px;
    font-weight: 600;
}
.footer-section {
    padding: 20px 0px 0px 0px;
}
.footer-copy-bg {
    background-color: #222222;
}
.footer-copy-text {
    color: #FFFFFF;
    padding: 20px 0px 20px 0px;
}
.footer-social-text {
    padding: 0px 0px 10px 0px;
    font-size: 16px;
    font-weight: 600;
}
.poweredby {
    color: #03a9f4;
}
.poweredby:hover {
    color: #ffff00;
}
/* Footer Ends */
