html, body{
	font-family: 'Maven Pro', sans-serif;
}
 .sticky-main-menu {
            position: fixed;
            background: #ffffff;
            left: 0;
            right: 0;
            top: 0;
            padding: 10px 50px;
            z-index: 999;
            transition-duration: 0.5s;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        }

        .categories-listing-wrraper {
            height: 315px;
        }
.slider-main-wrap{
	padding:10px 0;
	background:#ebebeb;
	margin-top:75px;
}
.champion-section-wrap{
	padding:80px 0;
}
.champion-section-wrap h1{
	color:#4c3e32;
	font-size:40px;
	font-weight:500;
	text-align:center;
	margin-bottom:60px;
}
.champion-text-wrp h2{
	font-size:30px;
	color:#ab8039;
	text-align:center;
	
}
.champion-logo-wrap{
	width:180px;
	height:180px;
	background:#ebebeb;
	border-radius:50%;
	text-align:center;
	padding-top:45px;
	margin:20px auto;
	position:relative
}
.champion-logo-wrap:before{
	content: "";
    background: url(images/circle.png) no-repeat top;
    background-size: contain;
    position: absolute;
    width: 85px;
    height: 85px;
    bottom: 0px;
    right: 0;
}
.champion-text{
	text-align:center;
}
.champion-text h3{
	color:#000;
	font-size:28px;
}
.champion-text span{
	color:#808080;
	font-size:18px;
}
.champion-text-wrp{
	margin-top:20px;
}
.number-champion-list{
}
.number-champion-list ul{
	list-style:none;
	margin-top:80px;
}
.number-champion-list ul li{

}
.listing-number-champion{
	border:1px solid #d4d4d4;
	border-radius:10px;
}
.number-champ{
	background:#ab8039;
	padding:20px 0;
	text-align:center;
	float:left;
	width:120px;
	position:relative;
	border-radius:10px;
}
.company-logo{
    float: left;
    width: 65%;
    text-align: center;
    padding-top: 45px;
}
.number-champ strong{
	font-size:75px;
	font-weight:400;
	color:#fff;
	
}
.number-champ span{
    position: absolute;
    right: 23px;
    font-size: 28px;
    color: #fff;
    top: 39px;
}
.number-champ span span{
    position: absolute;
    right: 23px;
    font-size: 28px;
    color: #fff;
    top: 39px;
}
.number-champ span span span{
    position: absolute;
    right: 23px;
    font-size: 28px;
    color: #fff;
    top: 39px;
}
.number-champion-list ul li:nth-child(2) strong{
	position:relative;
	left:-10px
}
.number-champion-list ul li:nth-child(2) span{
    right: -30px;
    top: 8px;
}
.number-champion-list ul li:nth-child(3) strong{
    
}
.number-champion-list ul li:nth-child(3) span{
    right: 19px;
    top: 42px;
}
.particpant-main-wrap{
	background:#ab8039;
	padding:40px 0;
}
.particpant-main-wrap ul{
	list-style:none;
}
.particpant-main-wrap ul li{
}
.particpant-main-wrap ul li .particpant-number{
	text-align:center;
}
.particpant-number h4{
	font-size: 150px;
    font-weight: 400;
    color: #fff;
    line-height: 150px;
    text-shadow: 11px 5px 7px #7d5c26;
}
.particpant-number span{
	display:block;
	color:#4c3e32;
	font-size:22px;
	font-weight:500;
}
.city-carousel-wrap{
	padding:60px 0;
}
.city-listing-wrap{
}
.city-listing-wrap .city-listing-image{
}
.city-listing-wrap .city-listing-image img{
	border-radius:10px;
	box-shadow:0px 0px 20px 0 #ccc;
	width:100%
}
.city-listing-text{
	text-align:center;
	margin-top:20px;
}
.city-listing-text h5{
	font-size:22px;
	color:#4c3e32
}
.city-listing-text span{
	display:block;
	font-size:18px;
	margin-top:-5px
}
.owl-dots{
	text-align:center;
	position:relative;
	top:30px
}
.owl-dots button{
	outline:none;
}
.owl-dots button span{
	background:#4c3e32;
	width:10px;
	height:10px;
	display:inline-block;
	border-radius:50%;
	margin:0 5px
}
.owl-dots .active span{
	background:#ab8039 !important
}
.owl-nav{
	display:block;
}
@media screen and (max-width:768px) {
.champion-section-wrap{
	padding:40px 0;
}
.champion-section-wrap h1{
	margin-bottom:30px;
	font-size:30px;
}
.number-champion-list ul{
	margin-top:20px;
}
.number-champion-list ul li{
	margin-top:10px;
}
.number-main-wrap{
	padding-bottom:30px;
}
.champion-section-wrap {
    padding: 20px 0;
}
}
@media screen and (max-width:480px) {
.company-logo {
    width: 61%;
}
}