﻿
.sec-title h2 {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.shine-text {
    background: #222 -webkit-gradient(linear,left top,right top,from(#222),to(#222),color-stop(.9,#fff)) 0 0 no-repeat;
    -webkit-background-size: 150px;
    color: rgba(255,255,255,.1);
    color: #222;
    -webkit-background-clip: text;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    text-shadow: 0 0 0 rgba(255,255,255,0);
}

   .sec-title .separator {
        position: relative;
        display: inline-block;
        width: 140px;
    }

        .sec-title .separator:after, .sec-title .separator:before {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 55px;
            border-bottom: 1px solid #056839;
            content: "";
        }

        .sec-title .separator:after {
            left: auto;
            right: 0;
        }

        .sec-title .separator .icon {
            position: absolute;
            left: 50%;
            bottom: -10px;
            width: 26px;
            margin-left: -9px;
            font-size: 18px;
            line-height: 20px;
            color: #056839;
        }

    .sec-title.light .separator .icon, .sec-title.light .title, .sec-title.light h2 {
        color: #fff;
    }

    .sec-title.light .separator:after, .sec-title.light .separator:before {
        border-color: #fff;
    }
	

.news-list-div li span {
    width: calc(100% - 45px);
    float: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.news-list-div
{ 
padding-left:0px;
}


.text2 {
	text-align:center;
	color:#FFF;
	font-size:20px;
	border:none;
	padding:5px 20px;
	/*margin:22px auto;*/
	display:block;
	background-color:#056839;
	cursor:pointer;
	position:relative;
	z-index:20;
transition:all. .5s ease-in-out;
	z-index:2;
	overflow:hidden;
	border-radius:30px/30px
}
.text2:after {
	content:"";
	width:300px;
	height:200px;
transition:all .5s ease-in-out;
	background-color:#0b9444;
	position:absolute;
	display:inline-block;
	margin-left:-130px;
	z-index:-2;
	margin-top:82px
}
.text2:before {
	content:"";
	width:220px;
	height:600px;
transition:all .5s ease-in-out;
	background-color:#131313;
	position:absolute;
	display:inline-block;
	margin-left:-160px;
	z-index:-2;
	margin-top:-700px
}
.text2:hover:after {
	margin-top:-20px;
	transform:skew(10deg)
}
.text2:hover:before {
	margin-top:-40px;
	transform:skew(20deg);
	margin-left:10px
}

.sponsors-table label {
    width: 50%;
    display: inline-block;
    float: left;
    border: 1px solid #dee2e6;
    margin: auto;
    padding: 10px 15px;
}
.sponsors-table-heading label {
    width: 100%;
    background: rgb(6, 111, 59);
    color: #fff;
    border: 0;
    border-left: 5px solid #013c1c;
}
.sponsors-table {
    overflow: hidden;
}

    .sponsors-table div {
        overflow: hidden;
        color: #212529;
    }

        .sponsors-table div:nth-of-type(even) {
            background-color: rgb(244, 240, 249);
        }

        .sponsors-table div:nth-of-type(odd) {
            background-color: rgb(2552, 255, 255);
        }
        .sponsors-table div:hover {
            color: #212529;
            background-color: rgba(51, 51, 51, 0.1);
        }
   .sponsorship-div-one     {
    padding: 15px 0;
    background: #fff;
    border: 5px solid #e2e2e2;
        color: #000;

}
      .sponsorship-div-one.active     {   border: 5px solid #07753c;}
.sponsorship-div-one p {
    font-weight: 500;
    font-size: 14px;
}

.sponsorship-heading
    {
    padding: 10px 15px;
    border-left: 5px solid #066f3b;
    background: rgba(3, 121, 59, 0.1);
    margin-bottom: 15px;font-size: 20px;
}
:disabled:hover{
  cursor: not-allowed;
}