.logo h2 {
    color: #0f214a;
    font-size: 26px;
    clear: both;
    float: right;
    position: relative;
    top: -124px;
    right: -88px;
    font-weight: bold;
}
.header-sec:before {
    content: "";
    background: -webkit-linear-gradient(
-33deg
, #eaeaea 85% , #ffffff00 0% );
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 45%;
}

.header-sec {
    position: relative;
}
.logo img {
    position: relative;
    top: -48px;
    width: 50%;
    float: left;
}
.sticky .logo h2 {
    color: #ffffff;
    font-size: 26px;
    clear: both;
    float: right;
    position: relative;
    top: -44px;
    right: -40px;
    font-weight: bold;
}
.sticky .logo img {
    position: relative;
    top: 0;
    width: 50%;
    float: left;
}
.about-section {
    padding: 50px 0 10px;
}
.about-section p {
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
}
.all-news {
    background: #10254d1c;
}
.latest-updtae .point-list {
    background: #0f1f4e;
    outline-offset: -15px;
    outline: 4px solid #ffffff8f;
    padding: 30px 0 15px;
}
.latest-updtae .point-list ul li {
    position: relative;
    color: #fff;
    margin-bottom: 14px;
    font-size: 16px;
    list-style-type: initial;
}

.latest-updtae .point-list ul {
    display: inline-block;
}
.contact-details li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.slick .item .bg{
	height:625px;
	background-position:center;
	background-size:cover;
	transition: .3s;
	margin:0 -24px;
	opacity:1;
	-webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
}
.slick .slick-list {
	padding: 20px 0!important;
	/* padding-top:20px!important;
	padding-bottom:20px!important; */
}

.slick .slick-center .bg {
	opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.slick-slide {
    outline: none
}

.slick-prev,
.slick-next {
	position:absolute;
	top:50%;
	 z-index: 1;
}
.slick-prev {
    left: 100px;
}
.slick-next {
    right: 100px;
}


.batsman p {
    text-align: center;
    color: #040404;
    font-size: 22px;
    font-weight: 600;
}

.batsman img {
    width: 100%;
    border-bottom: 2px solid#fff;
    padding: 1px;
}

.batsman h4 {
    margin: 0;
    padding: 5px 0px 0px 0px;
    font-size: 30px;
    font-weight: 600;
    color: #10254d;
    text-align: center;
}

.team p {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin: 10% 0;
    padding: 15px 15px 10px 15px;
    background: #0f1f4e;
    width: 30%;
    text-align: center;
    border-bottom: 4px solid#fff;
    border-radius: 10px 10px 0px 0px;
}

.mb_0{
	margin-bottom: 20px;
}

.profile p {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: justify;
}

.our-team-section.sec-spacer {
    background: url(http://testweb.flypick.co.in/delhi-challengers/wp-content/uploads/2021/01/bg.png);
    background-size: cover;
}

.bg1 {
    border: 3px solid#00224f;
    padding: 2px;
    border-radius: 5px;
	overflow: hidden;
}

.bg1 img {
    transition: 2s;
}

.bg1 img:hover {
    transform: scale(1.1);
}

.profile h3 {
    margin: 0;
}

.client {
    box-shadow: 0 0 5px;
    border-radius: 10px;
    padding: 10px 5px 1px 5px;
    text-align: center;
}

.client h4 {
    margin: 0;
}

.client img {
    box-shadow: 0px 2px 7px #012350;
    border-radius: 50%;
}

