.bannerv1-banner{
	height: 600px;
}
.bannerv1-banner h1{
	font-size: 36px !important;
}
.bannerv1-banner p {
    font-size: 20px !important;
    font-family: 'Avenir';
}

.bg-hover-zoom:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: inherit;
	background-size: cover;
	transform-origin: center;
	transition: transform 0.4s ease-in-out;
	z-index: 0;
}
.bg-hover-zoom:hover::after{
	transform: scale(1.1);
}
.bg-hover-zoom .container{
	position: relative;
	z-index: 1;
}

.top-icon-heading-boxes-sec-col{
	padding: 0 30px !important;
}
.top-icon-heading-boxes-sec{
	background: #fff;
    border-radius: 22px;
	height: calc(100% - 25px);
}
.top-icon-heading{
	display: flex;
    align-items: center;
    background: #ea4224;
    width: fit-content;
    padding: 0px 25px;
    min-height: 75px;
	color: #fff;
	border-radius: 35px;
    border-bottom-left-radius: 0;
	position: relative;
    top: -37px;
}
.top-icon-heading img{
	max-height: 35px;
	margin-right: 15px;
}
.top-icon-heading-bot-pointers{
	margin-top: -15px;
	padding: 0 15px 15px 15px;
}
.top-icon-heading-boxes-sec ul{
	list-style: none;
	padding-left: 0;
}
.top-icon-heading-boxes-sec ul li{
	border-bottom: 1px solid #E0E0E0;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 18px;
}
.top-icon-heading-boxes-sec ul li:last-child{
	border-bottom: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.left-head-bg-pointers-main{
	background-size: cover !important;
}
.left-head-bg-pointers-main ul{
	padding-left: 0;
}
.left-head-bg-pointers-main li{
	display: flex;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.4;
    position: relative;
    padding-left: 50px;
}
.left-head-bg-pointers-main li:last-child{
	margin-bottom: 0px;
}
.left-head-bg-pointers-numbers{
	background: #12B2BE;
    color: #fff;
    border-radius: 12px;
    padding: 5px 12px;
    position: absolute;
    left: 0;
}
.left-head-bg-pointers-main.ai-adoption-stalls{
	background-size: cover !important;
	background-position: center center !important;
	transition: 0.3s ease-in;
	padding-bottom: 140px;
	position: relative;
	overflow: hidden;
}
.left-head-bg-pointers-main.ai-adoption-stalls .container{
	position: relative;
	z-index: 1;
}

.learning-journey-phases .left-head-bg-pointers-right img{
	transition: 0.3s ease-in;
	border-radius: 30px;
}
.learning-journey-phases .left-head-bg-pointers-right:hover img{
	transform: scale(1.1);
}

.boxes-bg-bottom-class{
	padding-bottom: 150px;
}
.boxes-bg-content-col{
	background-size: 100% !important;
	background-position: top center !important;
	padding: 0 !important;
	position: relative;
	transition: 0.3s ease-in;
}
.boxes-bg-content-col:hover{
	background-size: 120% !important;
}
.boxes-bg-content-box{
	height: 200px;
	display: flex;
	align-items: end;
}
.boxes-bg-content-col h4{
	font-size: 18px !important;
	padding: 12px 15px;
	margin-bottom: 0;
	position: relative;
	bottom: 0;
	z-index: 2;
	transition: 0.3s ease-in;
	width: 100%;
}
.boxes-bg-content-col.color-one h4{
	background: #0b3f64;
}
.boxes-bg-content-col.color-two h4{
	background: #0f859b;
}
.boxes-bg-content-overlay{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.boxes-bg-content-col.color-one .boxes-bg-content-overlay{
	background: rgba(11, 63, 100, 0.3);
}
.boxes-bg-content-col.color-two .boxes-bg-content-overlay{
	background: rgba(15, 133, 155, 0.3);
}
.boxes-bg-content-col.color-one:hover h4,
.boxes-bg-content-col.color-two:hover h4{
	background: transparent;
	position: relative;
	bottom: 75px;
}
.boxes-bg-content-col.color-one:hover .boxes-bg-content-overlay{
	background: rgba(11, 63, 100, 0.2);
}
.boxes-bg-content-col.color-two:hover .boxes-bg-content-overlay{
	background: rgba(15, 133, 155, 0.25);
}

.left-content-right-video-video{
	margin-top: -130px;
	transition: 0.3s ease-in;
}
.left-content-right-video-vid-img{
	border-radius: 30px;
	box-shadow: 6px 6px 22px #0C274D79;
	border: 1px solid #707070;
}
.left-content-right-video-video:hover{
	transform: scale(1.05);
}

.aixcelerate-tabs-left{
	position: absolute;
	display: block !important;
	padding: 40px 50px !important;
}
.aixcelerate-tabs-left h4{
	font-size: 30px !important;
    margin-bottom: 25px;
}
.aixcelerate-tabs-left .tabs-heading-aixcelerate.active{
	color: #ea4224;
}
.aixcelerate-tabs-left .tabs-heading-aixcelerate{
	color: #fff;
    width: 60%;
    font-size: 18px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #333;
    font-family: 'Avenir-bold';
	position: relative;
	transition: 0.2s ease-in;
}
.tabs-heading-aixcelerate.active .tabs-heading-aixcelerate-arrow{
	display: inline-block;
}
.tabs-heading-aixcelerate .tabs-heading-aixcelerate-arrow{
	display: none;
    position: absolute;
    top: 6px;
    right: -40px;
    max-height: 30px;
    transition: 0.2s ease-in;
}
.aixcelerate-tabs-left .tabs-heading-aixcelerate:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0px;
}
.aixcelerate-tabs-right .tab-pane{
	background-size: 100% 100% !important;
	border-radius: 45px;
	overflow: hidden;
}

.heading-content-box{
	font-size: 18px;
    padding: 18px 15px;
	height: 100%;
	min-height: 200px;
    line-height: 1.2;
	transition: 0.3s ease-in;
}
.heading-content-box img{
    max-height: 55px;
    margin-bottom: 20px;
	position: relative;
	top: 0;
	transition: 0.3s ease-in;
}
.heading-content-box:hover img{
	transform: scale(1.8);
	opacity: 0.2;
	top: calc(140px - 50%);
}
.head-heading-content-box{
	transition: 0.3s ease-in;
	position: relative;
	bottom: 0;
}
.heading-content-box:hover{
	background: rgba(255,255,255,0.4);
}
.heading-content-box:hover .head-heading-content-box{
	position: relative;
	bottom: 30px;
}

.content-left-bg-main{
	padding-top: 240px;
    background-size: cover !important;
    background-position: bottom center !important;
}

@media only screen and (min-width: 1400px){
	.left-head-bg-pointers-main-inner li{
		font-size: 24px;
	}
	.content-left-bg-main{
		padding-top: 300px;
	}
}

@media only screen and (max-width: 1200px){
	.bannerv1-banner {
		height: 650px;
	}
	.top-icon-heading{
		top: -15px;
		padding: 15px 15px;
        min-height: auto;
	}
	.top-icon-heading-bot-pointers{
		margin-top: 0;
	}
	.left-head-bg-pointers-main-inner{
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
	}
}

@media only screen and (max-width: 991px){
	.bannerv1-banner {
        height: 540px;
    }
	.ai-powered-page-overlay{
		position: absolute;
        z-index: 0;
        background: #0d163f80;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
	}
	.ai-powered-page-overlay .container{
		z-index: 1;
	}
	.top-icon-heading-boxes-sec-col{
		padding: 0 15px !important;
	}
	.heading-content-box{
		display: block;
		padding: 15px;
		border-radius: 12px;
	}
	.heading-content-box img{
		margin-bottom: 22px;
	}
}

@media only screen and (max-width: 767px){
	.heading-content-box .font-18{
		font-size: 15px !important;
	}
	.top-position-head-box{
		top: 0;
	}
	.left-head-bg-pointers-main-inner {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
	.left-head-bg-pointers-main-inner li{
		font-size: 18px;
	}
	.left-head-bg-point-left{
		padding-right: 15px;
	}
	.content-left-bg-main{
		padding-top: 100px;
	}
}

@media only screen and (max-width: 575px){
	
}