.banner-downloads-cont {padding: 20px 0;}
.banner-download-links {    
	display: block;
	text-align: center;
    color: #fff;
    font-weight: 500;
	text-decoration: none;
    margin-bottom: 10px;
}


.banner-download-links img {margin-bottom: 10px;}


/*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: #231f20a6;
	z-index: -1;
}
.banner-heading {color: #fff;font-weight: normal;}
.banner-heading span {font-weight: normal;}

.banner-text .btn-ceo {margin-top: 30px;}
p.breadcrumbs {color: #fff!important;}
p.breadcrumbs a {color: #EA8D00!important;}

/*banner left end*/


/*banner button start*/
.btn-ceo {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 5px;
    display: inline-block;
}

.btn-ceo-inner {
    position: relative;
    display: inline-block;
    background-color: #EA8D00;
    text-decoration: none !important;
    color: #fff;
    border-radius: 15px;
    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: 35px; font-weight: 600;}
.downloads-heading span {font-weight: 400;}


/*download links start*/
.arrow-link {
    color: #707070;
    font-weight: 400;
    position: relative;
    padding: 10px 0 10px 36px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
	border-bottom: 1px solid #EA8D00;
    margin-left: 37px;
}

.arrow-link:before {
    content: "\e944";
    font-family: icomoon;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.6s ease-in-out;
	color: #CF4709;
}	

.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: 991px){
		.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;
        }

	}

