.bannerWrapper .bannerSec{
	background: linear-gradient(321deg, #FFE8DF 0%, rgba(255, 232, 223, 0.00) 100%);
	/*position: relative;*/
	height: 710px;
}

.bannerSec .bannerHeading h2{
	color: #282828;
    font-weight: 300;
    font-size: 5rem;
    line-height: normal;
}

.bannerWrapper .owl-item.active h2 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 1s;
}

.bannerSec .bannerHeading h2 span{
	color: #EC6625;
    font-size: 8rem;
    line-height: 90px;
    font-weight: 900;
    display: block;
}

.bannerSec .bannerHeading{
	width: 100%;
    max-width: 700px;
    position: relative;
    top: 90px;
    left: 0px;
    padding-right: 2rem;
}

.owl-theme .owl-dots .owl-dot span{
	background: #D0D0D0 !important;
	margin: 0 1rem 0 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #EC6625 !important;
}

.owl-theme .owl-dots .owl-dot.active span{
	width: 12px;
	height: 12px;
}

.owl-carousel .owl-item img {
    width: auto !important;
    display: inline-block !important;
}
.bannerWrapper .owl-theme .owl-nav.disabled+.owl-dots{
	position: relative;
    bottom: 150px;
    left: 0px;
    width: 1330px;
    margin: 0 auto;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.bannerSec .bannerImg{
	position: absolute;
    bottom: 0;
    right: 15px;
}

.bannerWrapper .owl-item.active .bannerImg{
	-webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    /*animation-delay: 1s;*/
}


/*.ethosWrapper .headingTxt h2{
	color: #282828;
}*/

.ethosWrapper .headingTxt p{
	padding: 2rem 2rem 0;
	max-width: 800px;
}

.ethossliderSec{
	margin: 4rem 0 0 auto;
	position: relative;
	padding: 0;
}

.ethossliderSec .ehosBlock{
	border-radius: 20px;
	background: #FFF3F3;
	padding: 2.3rem 3rem 2rem;
	height: 100%;
    /*min-height: 194px;*/
}

.ehosBlock .headingDiv h5{
	color: #000000;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 27px;
}

.ehosBlock .headingDiv{
	display: flex;
	justify-content: space-between;
	align-items:center;
}

.ehosBlock .counterDiv{
	display: flex;
}

.ehosBlock .counterDiv .leftDigit,
.ehosBlock .counterDiv .rightDigit{
	width: 50%;
}

.ehosBlock .counterDiv .leftDigit{
	padding-right: 4.8rem;
	border-right: 1px solid #EBD6D6;
}

.ehosBlock .counterDiv .rightDigit{
	padding-left: 4rem;
}

.ehosBlock .counterDiv h3{
	color: #EC6625;
	font-size: 5rem;
	font-weight: 200;
	line-height: normal;
}

.ehosBlock .counterDiv p{
	color: #B28585;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 22px;
}

.ethossliderSec .owl-stage{
	padding: 0 0 !important;
	display: flex;
	justify-content: space-between;
}

.ethossliderSec .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.ethossliderSec .owl-carousel .owl-item:last-child{
	margin-right: 0 !important;
}

.ethossliderSec .item{
	height: 100%;
}

.ehosBlock .counterDiv .leftDigit.borderNone{
	border-right: none;
}

.promisesWrapper .headingTxt p{
	padding: 4rem 4rem 0;
}	

.promisesWrapper{
	background: linear-gradient(143deg, #E1F4FD 0%, rgba(255, 255, 255, 0.00) 100%);
	position: relative;
}

.promisesWrapper .headingTxt{
	position: relative;
	z-index: 9;
}

.promiseSec .content-img-block,
.promiseSec .img-content-block{
	display: flex;
	align-items: center;
}

.content-img-block .leftDiv,
.img-content-block .rightDiv
{
	width: 47%;
	
}

.content-img-block .leftDiv{
	padding: 0 5rem 0 0;
}

.img-content-block .rightDiv{
	padding: 0 0 0 7rem;
}

.content-img-block .rightDiv,
.img-content-block .leftDiv{
	width: 53%;
}

.promisesWrapper .promiseSec h3{
	margin: 0;
    color: #282828;
    font-size: 5rem;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 2rem;
}

.promisesWrapper .il-container{
	position: initial;
}

.promisesWrapper .promiseSec p{
	margin: 0;
	color: #4A4A4A;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 30px;
	padding-bottom: 3rem;
}

.content-img-block .rightDiv img,
.img-content-block .leftDiv img{
	width: 100%;
}

.promisesWrapper .promiseSec{
	margin: 0 0 8.7rem;
}

.promisesWrapper .promiseheadingSec{
	position: relative;
	padding: 21rem 0 25rem;
}

.promisesWrapper .bgimgSec{
	position: absolute;
    bottom: 0;
    left: -20%;
}

/*.initiativesWrapper .headingTxt{
	text-align: center;
}

.initiativesWrapper .headingTxt h2 {
    color: #282828;
    font-size: 5rem;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 4rem;
}

.initiativesWrapper .headingTxt h2 span {
    font-size: 7rem;
    color: #EC6625;
    font-weight: 900;
    display: block;
}*/

.initiativesWrapper{
	background: linear-gradient(143deg, #FFEFE7 0%, rgba(255, 249, 246, 0.00) 100%);
	padding: 6.8rem 0 6.2rem;
}

.initiativesWrapper .initiativeSec{
	display: flex;
	justify-content: space-between;
	margin-top: 3.7rem;
}

.initiativeSec .initiativesBlock{
	width: 50%;
	margin-right: 2rem;
	background: #FEEBE2;
	border-radius: 30px;
	padding: 2.1rem 4rem;
	position: relative;
	overflow: hidden;
}

.initiativeSec .initiativesBlock:last-child{
	margin-right: 0;
}

.initiativeSec .initiativesBlock h4{
	margin: 0;
	color: #282828;
	font-size: 3rem;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 1.1rem;
}

.initiativeSec .initiativesBlock p{
	color: #4A4A4A;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 25px;
	position: relative;
    z-index: 9;
    padding-right: 2rem;
}

.initiativesBlock .initiativeImg{
	position: absolute;
    bottom: 0;
    right: 0;
}

.initiativeSec .initiativesBlock .initiativesTxt{
	width: 100%;
    max-width: 313px;
}

.initiativeSec .initiativesBlock .initiativesTxt p{
	padding: 0 0 1rem 0;
}

.initiativesBlock .initiativesTxt li{
	color: #4A4A4A;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 1rem;
	list-style-type: none;
	position: relative;
	padding-left: 2rem;
}

.initiativesBlock .initiativesTxt li:after{
	content: '';
	width: 7px;
	height: 7px;
	position: absolute;
	top: 9px;
	left: 0;
	border-radius: 100%;
	background: #282828;
}

.initiativesBlock .initiativesTxt li:last-child{
	margin-bottom: 0;
}

.initiativesBlock .initiativesTxt ul{
	margin-top: 1.5rem;
}

.testimonialSec{
	margin-top: 5.3rem;
}

.testimonialBlock{
	display: flex;
	padding: 2rem 2rem;
	height: 100%;
}

.testimonialBlock .testimonialDiv{
	width: 100%;
	margin-right: 2rem;
	border-radius: 30px;
	background: #FFF;
	box-shadow: 4px 6px 15px 3px rgba(0, 0, 0, 0.05);
	padding: 4.9rem 4rem 2.5rem 10.8rem;
	position: relative;
}

.testimonialBlock .testimonialDiv:before{
	content: '';
	background: url(../images/testimonial-comma.svg);
	width: 60px;
	height: 60px;
	position: absolute;
    top: 36px;
    left: 25px;
}

.testimonialSec.owl-carousel .owl-stage{
	display: flex;
}

.testimonialSec .item{
	height: 100%;
}



.testimonialBlock .testimonialDiv:last-child{
	margin-right: 0;
}

.testimonialBlock .testimonialDiv p{
	margin: 0;
	color: #282828;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 30px;
}

.testimonialBlock .customerName p{
	color: #282828;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 27px;
	font-style: italic;
	padding-bottom: 1rem;
}

.testimonialBlock .customerName span{
	color: #979797;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 23px;
	font-style: italic;
}

.testimonialBlock .customerName{
	margin-top: 5rem;
}

.testimonialSec .owl-dot button{
	background: transparent;
    border-radius: 100px;
    border: 1px solid #C9C9C9;
    color: #C9C9C9;
    font-size: 2rem;
    font-weight: 700;
    line-height: 27px;
    width: 70px;
    height: 35px;
    cursor: pointer;
    margin-right: 2rem;
}

.testimonialSec .owl-dot.active button{
	border-color: #EC6625;
	color: #EC6625;
}

.testimonialSec .owl-dot:last-child button{
	margin-right: 0;
}

.testimonialSec.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 9rem;
}


.awardsWrapper{
	background: linear-gradient(143deg, #E1F4FD 0%, rgba(255, 255, 255, 0.00) 100%);
	padding: 7rem 0;
}

.awardSec .awardBlock p{
	color: #282828;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 25px;
	padding: 0 3rem 1.8rem;
}

.awardSec{
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-top: 6.2rem;
}

.awardSec .awardBlock{
	text-align: center;
	width: 20%;
}

.awardSec .awardImg {
      margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}



.promisesWrapper .csrreportBlock a{
	color: #EC6625;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: normal;
	padding: 0.8rem 1.6rem;
	display: block;
	border-radius: 5px;
	border: 1px solid #EC6625;
	text-align: center;
	margin-right: 2rem;
}

.promisesWrapper .csrreportBlock a:last-child{
	margin-right: 0;
}

.promisesWrapper .csrreportBlock{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4.2rem;
	position: relative;
    z-index: 9;
}

.initiativeSec .initiativesBlock a{
	color: #EC6625;
	font-weight: 700;
	font-size: 1.6rem;
}

@media screen and (max-width: 1365px){

	.bannerSec .bannerHeading h2 span{
		font-size: 5rem;
		line-height: 50px;
	}
	.bannerSec .bannerHeading{
		    width: 100%;
    		max-width: 600px;
    		top: 50px;
	}

}

@media screen and (max-width: 1365px) and (min-width:1199px){

	.initiativeSec .initiativesBlock p{
		padding-right: 0;
	}

	.initiativesBlock .initiativeImg img{
		height: 200px;
	}
}

@media screen and (max-width: 1199px){

	.initiativesBlock .initiativeImg img{
	 width: 100%;

	}

	.bannerSec .bannerHeading h2 span{
		font-size: 5rem;
		line-height: 50px;
	}

	.promisesWrapper .promiseSec h3{
		    font-size: 4rem;
	}
	.initiativesBlock .initiativeImg {
	    position: relative;
	    bottom: 0;
	    right: 10px;
	    text-align: right;
	}
	.initiativeSec .initiativesBlock .initiativesTxt {
	    width: 100%;
	    max-width: 100%;
	    margin-bottom: 3rem;
	}

	.bannerSec .bannerHeading{
		max-width: 500px;
	}

	.bannerSec .bannerHeading h2{
		font-size: 3rem;
	}

	.ethossliderSec{
		padding-left: 15px;
	}
}


@media screen and (max-width: 991px) {

	.bannerSec .bannerHeading{
		width: 100%;
    	max-width: 100%;
    	left: 0;
    	text-align: center;
    	padding-right: 0;

	}

	.bannerSec .bannerHeading h2 {
	    font-size: 3rem;
	}

	.bannerSec .bannerHeading h2 span {
	    font-size: 5rem;
	    line-height: 50px;
	}

	.bannerSec .bannerImg{
		width: 100%;
		text-align: center;
	}
	.bannerWrapper .bannerSec{
		    height: 620px;
	}
	.ethossliderSec {
	    margin: 4rem 0 0 0;
	}
	/*.promisesWrapper{
		    padding-top: 5rem;
	}*/

	.promisesWrapper .promiseSec h3{
		font-size: 3rem;
	}
	.promiseSec .content-img-block{
	    display: flex;
	    align-items: flex-start;
	    flex-direction: column-reverse;
	}
	.promiseSec .img-content-block {
		flex-direction: column;
	}
	.content-img-block .leftDiv, .img-content-block .rightDiv {
	    width: 100%;
	    padding: 1.6rem 2rem 5rem;
	    text-align: center;
	}
	.content-img-block .rightDiv, .img-content-block .leftDiv {
	    width: 100%;
	}

	/*.promisesWrapper .promiseSec {
	    margin: 3.5rem 0 0rem;
	}*/

	.initiativesWrapper{
		    padding: 3.3rem 0 4.8rem;
	}
	.initiativesWrapper .initiativeSec {
	    flex-direction: column;
	}
	.initiativeSec .initiativesBlock{
		    width: 100%;
	}
	.initiativeSec .initiativesBlock {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 3rem;
	    text-align: center;
	}
	.initiativeSec .initiativesBlock:last-child {
	    
	    margin-bottom: 0;
	}
	.initiativeSec .initiativesBlock .initiativesTxt {
	    width: 100%;
	    max-width: 100%;
	}
	.initiativesBlock .initiativeImg{
		display: none;
	}
	.initiativeSec .initiativesBlock h4{
		font-size: 2.5rem;
	}
	.initiativeSec .initiativesBlock p{
		padding-right: 0;
	}
	.initiativesBlock .initiativesTxt li{
		    width: fit-content;
    margin: 0 auto;
	}
	.testimonialSec.owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 4.3rem;
    }
    .promisesWrapper .bgimgSec{
    	display: none;
    }
    .promisesWrapper .headingTxt p {
	    padding: 2rem 2.3rem 0;
	}

	.awardsWrapper {
	    
	    padding: 2.5rem 0;
	}
	.awardSec {
	    
	    align-items: center;
	    margin-top: 3.5rem;
	    flex-direction: column;
	}
	
	.awardSec .awardBlock {
	    padding-bottom: 4rem;
	    width: 100%;
	}
	.bannerWrapper .owl-theme .owl-nav.disabled+.owl-dots {
	  
	    width: 100%;
	    left: 0;
	 	right: 0;
	 	text-align: center;
	 	bottom: 20px;
	}

	/*.bannerWrapper .owl-theme .owl-nav.disabled+.owl-dots {
	    bottom: 20px;
	}*/

	.promisesWrapper .promiseheadingSec {
	    position: relative;
	    padding: 4rem 0 4.7rem;
	}
}

@media screen and (max-width:767px){

	.bannerSec .bannerHeading {
	    top: 20px;
	}
	.ethosWrapper .headingTxt p {
	    padding: 2rem 2.3rem 0;
	    max-width: 100%;
	}
	.ehosBlock .headingDiv h5{
		font-size: 1.5rem;
	}
	.ehosBlock .counterDiv h3 {
	    font-size: 3.2rem;
	}
	.ehosBlock .counterDiv p {
	    font-size: 1.1rem;
	    line-height: 14px;
	}
	.ethossliderSec .ehosBlock {
	    
	    padding: 1.2rem 2rem 1rem 1.3rem;
	    height: 100%;
	    min-height: 134px;
	}
	.ehosBlock .counterDiv .leftDigit{
		padding-right: 1rem;
	}

	.ehosBlock .counterDiv .rightDigit {
	    padding-left: 2rem;
	}
	/*.promisesWrapper {
	    padding-top: 2.5rem;
	}*/

	
	.initiativeSec .initiativesBlock{
		    padding: 2rem 1.4rem 2.3rem;
	}
	.testimonialSec {
	    margin-top: 3rem;
	}
	.testimonialBlock .testimonialDiv{
		padding: 7rem 1.7rem 2.5rem 1.7rem;
		text-align: center;
	}
	.testimonialBlock .testimonialDiv:before{
		top: 9px;
    	left: 15px;
	}
	.testimonialBlock .customerName {
	    margin-top: 1.9rem;
	}
	.testimonialBlock .customerName p{
		font-size: 2.2rem;
	}
	.testimonialBlock{
		padding: 1.5rem;
	}

	.initiativesBlock .initiativesTxt li{
		padding-left: 1.5rem;
	}

	.testimonialSec .owl-dot button{
		    margin-right: 1rem;
	}
	.owl-carousel .owl-item img {
	    width: 100%!important;
	}

	.bannerSec .bannerHeading h2 span {
	    font-size: 4rem;
	    line-height: 50px;
	}
	.bannerSec .bannerHeading h2 {
	    font-size: 3rem;
	}

	
	.bannerSec .bannerImg{
		right: 0;
	}

	.content-img-block .leftDiv, .img-content-block .rightDiv{
		padding: 1.6rem 0 5rem;
	}

	.promisesWrapper .headingTxt p {
	    padding: 2rem 0 0;
	}
}
