.banner-downloads-cont {
        padding: 20px 0;
    margin-left: 15%;
    width: 85%;
}

.banner-download-links {    
	display: block;
	text-align: center;
    color: #fff;
    font-weight: 500;
	text-decoration: none;
    margin-bottom: 10px;
}
.banner-download-links:hover { 
color: #fff;
}

.banner-download-links img {margin-bottom: 0px;}


/*banner left start*/
.home-banner-bg {
    background-image: url("../images/home-banner-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.banner-text {
    color: #fff;
    padding-top: 20px;
    padding-left: 37px;
    padding-bottom: 30px;
    padding-right: 42px;
    position: relative;
    z-index: 0;
}

.banner-text::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 130%;
    background: #000;
	z-index: -1;
}
.banner-heading {
    color: #fff;
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.banner-heading span {font-weight: 800;}

.banner-text .btn-ceo {margin-top: 30px;}
p.breadcrumbs {color: #fff!important;}
p.breadcrumbs a {color: #D14D1B!important;}

/*banner left end*/


/*banner button start*/
.btn-ceo {
    
    
    padding: 5px;
    display: inline-block;
}
.webcast-block{
    background: #CF4709;
    border: 1px solid #707070;
    padding: 10px;
    height: 100%;
    margin-right: 8px;
}

.pdf-block {
    background: #EA8D00;
    border: 1px solid #707070;
    padding: 10px;
    margin-right: 8px;
}

.excel-block {
    background: #DBDDDD;
    border: 1px solid #707070;
    padding: 10px;
    
}

.btn-ceo-inner {
    position: relative;
    display: inline-block;
    background-color: #EA8D00;
    text-decoration: none !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    padding-right: 65px;
    transition: all 1s;

}

.btn-ceo-icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 17px;
    transition: all 1s;
    font-weight: 600;
}

.btn-ceo:hover .btn-ceo-icon{
	right: 35px;
}

.btn-ceo:hover .btn-ceo-inner{
	background: #CF4709;
    transition: all 1s;

}
/*banner button end*/

.home-cont {
    position: relative;
    background: #fff;
    /* background-image: url("../images/home-body-img.png"); */
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
	padding-top: 65px;   
}

.home-cont-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
} 


.downloads-heading {
    padding-left: 40px; 
    color: #000;
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.downloads-heading span {font-weight: 700;}


/*download links start*/
.arrow-link {
    color: #000;
    position: relative;
    padding: 15px 0 10px 45px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
	border-bottom: 1px solid #A3A3A3;
    font-weight: 600;
    font-size: 15px;

}

.arrow-link:before {
    content: "\e944";
    font-family: icomoon;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.6s ease-in-out;
	color: #000;
    background: #DCDDDE;
    padding: 8px;
    font-weight: 600;
}	

.home-cont a:hover{
color: #CF4709;
}



.main-img{display: none;}

.home-cont-1 {
    position: relative;
    z-index: 2;
} 
.home-cont-2 {
position: absolute;
top: 0;
right: 0;
width: 100%;
z-index: 1;
}

.outter-footer-block{
    z-index: 2;
}

@media screen and (max-width:1596px){
 .banner-downloads-cont {
    padding: 20px 0;
    margin-left: 5%;
    width: 100%;
}

    
}
@media screen and (max-width: 1024px){

     .banner-downloads-cont {
    padding: 20px 0;
    margin-left: 3%;
    width: 100%;
}

}



	@media screen and (max-width: 991px){

         .banner-downloads-cont {
    padding: 20px 0;
    margin-left: 0%;
    width: 100%;
}

       
		.home-cont-2 {
			position: unset;
			display: none;
			} 
		.main-img{display: block;}

        .banner-text {
            color: #fff;
            padding-top: 50px;
            padding-left: 42px;
            padding-bottom: 65px;
            padding-right: 42px;
            position: relative;
            z-index: 0;
        }


        .banner-text::before {
            top: 0;
            height: 100%;
        }
        .banner-downloads-cont {
            padding-top: 20px;
        }

	}

