html {
	scroll-behavior: smooth;
}
body{
    background:#fff;
    font-family: 'Poppins', sans-serif;
}

/* Navbar css */
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

.nav1 ul li a{
    margin-right: 10px;
    color: #fff !important;
}

.nav1 .active::after{
    content: '';
	width: 100%;
	height: 2px;
	background: #b70f0a;
	display: block;
	margin: 5px 0px 0px 0px;
}


/* Home page content-1 css */
.content1{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/background.png);
    min-height: 1000px;
	background-size: cover;
	background-repeat: no-repeat;
}
.content1 .events h3{
    color: #fff;
    font-weight: 600;
}
.content1 .events h3::after{
    content: '';
	width: 80px;
	height: 0.5px;
	background: #ffffff;
	display: block;
	margin: 7px 0px 0px 0px;
}
.content1 .events h3::before{
    content: '';
	width: 80px;
	height: 0.5px;
	background: #ffffff;
	display: block;
	margin: 0px 0px 7px 0px;
}
.content1 .events .card{
    border: 0px;
    border-radius: 0%;
}

.content1 .events .card01{
    background: rgba(122, 122, 122, 0.7) !important;
    color: #fff;
}

.content1 .events .card01 .card-body{
    padding: 5px 15px;

}
.content1 .events .card01 .card-body p{
    margin: 0% !important;
}
.content1 .events .card01 .card-body h5{
    font-weight: 400;
    padding: 5px 0px 0px 0px;
    margin: 0%;
}
.content1 .events .card01 .card-body .row{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #c0c0c0;
}
.content1 .events .card01 .card-body button{
    border-radius: 0%;
    background-color: #ffa834;
    border: 0px;
    padding: 3px 10px 5px 10px;
    font-weight: 300;
    font-size: 14px;
    margin: 10px;
}
.content1 .events .card01 .card-body button a{
    text-decoration: none;
    color: #fff; 

}


 /* Homepage content 2 css */

.content2 .champions h3{
    color: #fff;
    font-weight: 600;
}
.content2 .champions h3::after{
    content: '';
	width: 80px;
	height: 0.5px;
	background: #ffffff;
	display: block;
	margin: 7px 0px 0px 0px;
}
.content2 .champions h3::before{
    content: '';
	width: 80px;
	height: 0.5px;
	background: #ffffff;
	display: block;
	margin: 0px 0px 7px 0px;
}
.img-area img {
    border-radius: 20px ;
}

/* Homepage content 3 css */


.content3 .news h3{
    color: #fff;
    font-weight: 600;
}
.content3 .news h3::after{
    content: '';
	width: 80px;
	height: 0.5px;
	background: #ffffff;
	display: block;
	margin: 7px 0px 0px 0px;
}
.content3 .news h3::before{
    content: '';
	width: 80px;
	height: 0.5px;
	background: #ffffff;
	display: block;
	margin: 0px 0px 7px 0px;
}

.content3 .card{
    border-radius: 0%;
    background: rgba(122, 122, 122, 0.7) !important;
}
.content3 .card a{
    color: #fff;
    text-decoration: none;

}
.content3 label{
    font-size: small;
    padding-bottom: 5px;
}


.content3 h5{
    text-align: justify;
    align-content: left;
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis; 
    margin: auto;
}
.content3 p{
    height: 120px;
    overflow: hidden;
    text-align: justify;
}

/* Contact section css */
.contact-section{
    min-height: 500px;
    background-image: url(../img/contact_back.jpg);
    background-size: cover;
	background-repeat: no-repeat;
    color: #fff;

}
.contact-section .col2 h2{
    font-family: 'teko';
    font-size: 50px;
    font-weight: 700;
}

.contact-section .col2 h2 span{
    color: #b70f0a;
}
.contact-section .col2 a{
    text-decoration: none;
    color: #fff;
}
.input-group input, .input-group select, .input-group textarea{
    border-radius: 0%;
    border: 1px solid #000;
    border-left: 3px solid #b70f0a;
    background-color: #000;
}
.btn-block{
    background-color: #000;
    border-radius: 0px;
    border: #000;
    transition: 0.7s;
}
.btn-block:hover{
    background-color: #b70f0a;
}
.btn-block:active{
    border-color: #b70f0a;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0);
    background-color: #000;
}
.btn-block:focus{
    border-color: #b70f0a;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0) !important;
    background-color: #000;
}
.form-control:focus {
    border-color: #b70f0a;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0);
    background-color: #000;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
}
.col3 form input{
    color: #fff !important;
}
.col3 form textarea{
    color: #fff !important;
}





/* footer part css */
.footer{
    min-height: 380px;
    background-color: black;
    color: #fff;
}
.footer img{
    margin-left: -13px;
}
.footer a{
    text-decoration: none;
    color: #fff;
}
.footer h3{
    font-family: 'Teko';
    margin-top: 20px;
}
.footer .col1{
    margin-left: 20px;
    margin-right: 30px;
}
.footer .col1 h5 a{
    padding: 0px 20px 0px 0px;

}
.footer .line{
    min-height: 0.5px;
    background:  #fff;
    width: 80%;
}
