*{
margin:0;
padding:0;
}

body {
margin: 0;
padding: 0;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased;
font-family: "Montserrat", sans-serif!important;
overflow-x:hidden;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

input:focus {
outline: 0;
border: 0;
}

div,
body,
h1,
h2,
h3,
h5,
h6,
span,
form,
input,
p,
a,
nav,
header,
footer,
section,
aside,
article,
figure {
margin: 0;
padding: 0;
text-decoration: none;
}

a img,
img {
border: 0;
outline: 0;
}

a,
.active,
:after,
:visited,
:focus a:focus,
a:hover{
outline: 0!important;
border: 0;
text-decoration: none;
}

iframe {
width: 100%;
}

.alignleft {
float: left;
margin: 0 25px 25px 0;
}

.alignright {
float: right;
margin: 0 0 25px 25px;
}

.aligncenter,
.alignnone {
float: none;
margin: 0 auto 25px;
display: block;
}

.container{
max-width: 1640px;
}

.wrapper {
position: relative;
padding-top:175px;
}

.standard_btn {
font-size: 25px;
font-weight: 700;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
text-transform: uppercase;
background: #cc509e;
padding: 21px 60px;
border-radius: 50px;
transition: all 0.3s;
}

.paragraph{
font-size: 24px;
font-weight: 400;
color: #4f5054;
line-height: 36px;
letter-spacing: 0.20px;
}

/****** Header CSS Is Here *******/

.header_parent {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
background: #fff;
height: 175px;
box-shadow: 0px 0px 10px 1px #6464642b;
}

.header_innercontent {
position: relative;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0;
}

.header_logo {
max-width: 200px;
width: 100%;
margin: 32px 0;
}

.header_menu {
position: relative;
}

.header_menu ul{
list-style:none;
margin:0;
padding:0;
display: flex;
}

.header_menu ul li{
margin-left: 65px;
position: relative;
}

.header_menu ul li:before{
content:'';
position: absolute;
top: 6px;
right: -38px;
width: 10px;
height: 10px;
background-color: #d6009c;
border-radius: 50%;
}

.header_menu ul li:last-child::before{
display: none;
}

.header_menu ul li a{
font-size: 22px;
font-weight: 600;
color: #4f5054;
line-height: normal;
letter-spacing: normal;
transition: all 0.3s;
}

.header_menu ul li a.active,
.header_menu ul li a:hover{
color: #80a515;
transition: all 0.3s;
}

.menu_hamburger{
display:none;
}


/****** Hero Section CSS Is Here *******/

.hero_parent{
position: relative;
width:100%;
height: calc(100vh - 175px);
/* background: url('../images/hero_bg.jpg') no-repeat;
background-size: cover;
background-position: center; */
}

.hero_parent .carousel-inner,
.hero_parent .carousel{
width:100%;
height:100%;
position: relative;
}

.hero_parent .carousel-item{
position: relative;
width:100%;
height:100%;
background-size: cover!important;
background-position: center!important;
}

.carousel-indicators [data-bs-target]{
background-color: #fff;
opacity:1;
}

.carousel-indicators [data-bs-target].active{
background-color: #cc509e;
opacity:1;
}

.hero_leftcontent{
position: relative;
padding: 0;
width: 100%;
}

.hero_leftcontent h1{
font-size: 60px;
font-weight: 700;
color: #333333;
line-height: normal;
letter-spacing: 0.20px;
}

.hero_btn_group{
position: relative;
margin-top: 60px;
display: flex;
align-items: center;
}

.hero_btn_group a.login_btn{
background: #cc509e;
transition: all 0.3s;
}

.hero_btn_group a.login_btn:hover{
background: #b31d7c;
color:#fff;
transition: all 0.3s;
}

.hero_btn_group a.signup_btn{
background: #98bb2f;
margin-left: 30px;
transition: all 0.3s;
}

.hero_btn_group a.signup_btn:hover{
background: #6a8b08;
color:#fff;
transition: all 0.3s;
}

/****** Revolutionize Corporate Section CSS Is Here *******/

.revolutionize_parent{
position: relative;
width:100%;
background: url('../images/revolution_bg.jpg') no-repeat;
background-size: cover;
background-position: center;
padding: 120px 0 120px;
}

.revolution_leftcontent {
position: relative;
width: 100%;
padding: 0 15px;
max-width: 730px;
}

.revolution_leftcontent h2{
font-size: 50px;
font-weight: 400;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 50px;
}

.revolution_leftcontent p{
font-weight: 600;
color: #ffffff;
}

.revolution_rightcontent {
position: relative;
padding: 0 15px;
}

.revolution_video {
max-width: 114px;
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: .7;
}

.revolution_video:hover{
opacity:1;
}

/****** Learner Engagement Section CSS Is Here *******/

.learner_engagement_parent{
position: relative;
width:100%;
background: url('../images/learner_engagement_bg.png') no-repeat;
background-size: cover;
background-position: center;
padding: 120px 0 120px;
}

.learner_engagement_headpart{
max-width:1140px;
width: 100%;
margin: 0 auto;
text-align: center;
}

.learner_engagement_headpart h2{
font-size: 45px;
font-weight: 700;
color: #4f5054;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 34px;
}

.training_engage_box {
position: relative;
max-width: 945px;
width: 100%;
margin: 0 auto;
}

.training_engage_box h3{
font-size: 36px;
font-weight: 700;
color: #a4c83c;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 12px;
}

.learner_target_box {
position: relative;
max-width: 950px;
width: 100%;
margin: 108px auto 0;
background: #a4c83c;
border-radius: 45px;
padding: 68px 35px 34px;
}

.learner_target_box p{
color:#fff;
font-weight:600;
}

.learner_target_box img{
max-width: 110px;
width: 100%;
margin: 0 auto;
position: absolute;
top: -54px;
left: 0;
right: 0;
}

/****** Company Expertise Section CSS Is Here *******/

.company_expertise_parent{
position: relative;
width:100%;
background: url('../images/expertise_banner.jpg') no-repeat;
background-size: cover;
background-position: center;
padding: 120px 0 120px;
}

.company_expertise_headpart {
max-width: 1260px;
width: 100%;
margin: 0 auto 88px;
text-align: center;
padding: 0 15px;
}

.company_expertise_headpart span{
font-size: 24px;
font-weight: 700;
color: #4f5054;
line-height: normal;
letter-spacing: 0.20px;
text-transform: uppercase;
margin-bottom: 19px;
display: inline-block;
}

.company_expertise_headpart h2{
font-size: 36px;
font-weight: 600;
color: #4f5054;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 10px;
}

.company_expertise_headpart p{
color:#4f5054;
}

.expertise_box {
max-width: 195px;
width: 100%;
margin: 0 auto;
text-align: center;
}

.company_expertise_grid_row{
max-width:1370px;
width:100%;
margin: 0 auto;
padding:0 15px;
}

.expertise_box h3{
font-size: 24px;
font-weight: 700;
color: #4f5054;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 14px;
}

.circle_box {
max-width: 195px;
width: 100%;
height: 195px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background-size: contain !important;
background-position: center !important;
}

.circle_box span{
font-size: 60px;
font-weight: 700;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
font-family: "Roboto", sans-serif;
}

/****** The Solutions CSS Is Here *******/

.the_solution_parent{
position: relative;
width:100%;
background: url('../images/solutions_bg.jpg') no-repeat;
background-size: cover;
background-position: center;
padding: 120px 0 120px;
}

.solution_img_box{
position: relative;
padding:0 15px;
max-width: 700px;
width: 100%;
margin: 0 auto;
}

.the_solutions_content {
position: relative;
padding: 0 15px;
max-width: 775px;
width: 100%;
margin-top: 15px;
}

.the_solutions_content span{
font-size: 24px;
font-weight: 700;
color: #fff;
line-height: normal;
letter-spacing: 0.20px;
text-transform: uppercase;
margin-bottom: 35px;
display: inline-block;
}

.the_solutions_content h3{
font-size: 46px;
font-weight: 700;
color: #a4c83c;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 42px;
}

.the_solutions_content p{
color:#fff;
}

/****** How it Works CSS Is Here *******/

.how_works_parent{
position: relative;
width:100%;
background: url('../images/impact_bg.jpg') no-repeat;
background-size: cover;
background-position: center;
padding: 120px 0 120px;
}

.how_works_headpart{
position: relative;
padding: 0 15px;
max-width: 845px;
width: 100%;
margin: 0 auto 40px;
text-align: center;
}

.how_works_headpart span{
font-size: 24px;
font-weight: 700;
color: #4f5054;
line-height: normal;
letter-spacing: 0.20px;
text-transform: uppercase;
margin-bottom: 15px;
display: inline-block;
}

.how_works_headpart h2{
font-size: 48px;
font-weight: 700;
color: #cc509e;
line-height: normal;
letter-spacing: 0.20px;
}

.how_works_grid_row {
max-width: 1570px;
width: 100%;
margin: 0 auto;
padding:0 30px;
}

.how_works_box{
position: relative;
max-width: 465px;
width: 100%;
margin: 0 auto;
padding: 30px;
background: #efefef;
border-radius: 50px;
height: 100%;
}

.how_works_box:before{
content: '';
position: absolute;
top: -33px;
left: -40px;
background-size: contain !important;
background-position: center !important;
width: 420px;
height: 340px;
}

.how_works_box.create:before{
background: url(../images/create_top_icon.png) no-repeat;
}

.how_works_box.engage:before{
background: url(../images/engage_top_img.png) no-repeat;
}

.how_works_box.measure:before{
background: url(../images/mesure_top_img.png) no-repeat;
}

.how_works_box h3{
font-size: 52px;
font-weight: 500;
color: #4f5054;
line-height: normal;
letter-spacing: 0.20px;
text-align: right;
height: 250px;
display: flex;
align-items: center;
justify-content: end;
position: relative;
}

.how_works_box p{
color:#212327;
}

/****** Success Stories CSS Is Here *******/

.success_stories_parent{
position: relative;
width:100%;
background: url('../images/slider_img.jpg') no-repeat;
background-size: cover;
background-position: center;
padding: 120px 0 120px;
}

.success_stories_headpart{
position: relative;
padding: 0 15px;
max-width: 1280px;
width: 100%;
margin: 0 auto 40px;
text-align: center;
}

.success_stories_headpart span{
font-size: 24px;
font-weight: 700;
color: #fff;
line-height: normal;
letter-spacing: 0.20px;
text-transform: uppercase;
margin-bottom: 15px;
display: inline-block;
}

.success_stories_headpart h2{
font-size: 48px;
font-weight: 700;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 38px;
}

.success_stories_headpart p{
color:#fff;
font-weight:700;
}

.success_stories_slider{
position: relative;
width:100%;
max-width: 1400px;
margin: 0 auto;
}

.success_stories_slider ul{
list-style:none;
margin:0;
padding:0;
}

.success_stories_slider ul li{
position: relative;
}

.success_stories_slider .slick-list{
padding-top:40px;
}

.success_stories_slider ul .slick-slide{
margin: 0 15px;
}

.success_stories_slider ul li .success_stories_content{
background: rgb(255 255 255 / 40%);
border-radius: 50px;
padding: 120px 44px 45px;
text-align: center;
position: relative;
max-width: 690px;
width: 100%;
margin: 0 auto;
height:100%;
}

.success_stories_slider ul li .success_stories_content:before{
content:'';
position: absolute;
top: -35px;
left: 0;
background: url(../images/quote_icon.png) no-repeat;
background-size:cover;
background-position: center;
max-width:130px;
width:100%;
height: 130px;
right: 0;
margin: 0 auto;
z-index: 99999999;
}

.success_stories_slider ul li .success_stories_content p{
font-size: 20px;;
font-weight: 600;
color: #333333;
line-height: 30px;
letter-spacing: 0.20px;
margin-bottom: 45px;
}

.success_stories_slider ul li .success_stories_content img{
margin: 0 auto 35px;
max-width: 245px;
width: 100%;
}

.success_stories_slider ul li .success_stories_content h4{
font-size: 22px;
font-weight: 600;
color: #000000;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 10px;
}

.success_stories_slider ul li .success_stories_content h5{
font-size: 22px;
font-weight: 400;
color: #000000;
line-height: normal;
letter-spacing: 0.20px;
}

/****** Training Programs CSS Is Here *******/

.training_programs_parent{
position: relative;
width:100%;
background: url('../images/ready_to_call.jpg') no-repeat;
background-size: cover;
background-position: center;
padding: 120px 0 120px;
}

.training_programs_headpart{
position: relative;
padding: 0 15px;
max-width: 1255px;
width: 100%;
margin: 0 auto;
text-align: center;
}

.training_programs_headpart h2{
font-size: 46px;
font-weight: 700;
color: #333333;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 20px;
}

.training_programs_headpart p{
color:#333333;
font-weight:600;
}

.training_programs_headpart a{
font-size: 25px;
font-weight: 700;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
background: #cc509e;
display: inline-block;
padding: 24px 45px;
border-radius: 50px;
margin-top: 55px;
transition: all 0.3s;
}

.training_programs_headpart a:hover{
background: #d6009c;
transition: all 0.3s;  
}

/****** Inner Hero CSS Is Here *******/

.inner_hero_parent{
position: relative;
width:100%;
background: url('../images/hero_banner_img.jpg') no-repeat;
background-size: cover;
background-position: center;
height:335px;
border-bottom: 10px solid #a4c83c;
}

.inner_hero_content{
position: relative;
}

.inner_hero_content img{
margin-bottom: -6px;
margin-right: 95px;
}

.inner_hero_content h1{
font-size: 60px;
font-weight: 700;
color: #fff;
line-height: normal;
letter-spacing: 0.20px;
}

/****** Seamless Integration CSS Is Here *******/

.seamless_integration_parent{
position: relative;
width:100%;
padding:120px 0 120px;
}

.left_seamless_integration{
position: relative;
width: 100%;
}

.left_seamless_integration h2{
font-size: 48px;
font-weight: 700;
color: #cd509e;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 22px;
}

.left_seamless_integration p{
color:#333333;
}

.learner_target_box.seamless_target {
max-width: 100%;
text-align: center;
}

.learner_target_box.seamless_target h3{
font-size: 36px;
font-weight: 700;
color: #333333;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 12px;
}

.right_seamless_integration {
position: relative;
background: #333333;
padding: 75px 60px;
border-radius: 50px;
text-align: center;
}

.right_seamless_integration h3{
font-size: 48px;
font-weight: 500;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 53px;
}

.right_seamless_integration h3 strong{
color:#acd143;
}

.right_seamless_integration form{
position: relative;
margin:0;
padding:0;
}

.right_seamless_integration form ul{
list-style:none;
margin:0;
padding:0;
}

.right_seamless_integration form ul li{
position: relative;
width:100%;
margin-bottom: 55px;
}

.right_seamless_integration form ul li:last-child{
margin-bottom: 0;
}

.right_seamless_integration form ul li .error-message{
color: red;
font-size: 12px;
position: absolute;
left: 0;
top: 68px;
font-weight: 600;
text-align: left;
line-height: normal;
}

.right_seamless_integration form ul li input{
font-size: 24px;
font-weight: 400;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
width: 100%;
background: transparent;
border: none;
padding: 18px 0;
border-bottom: 1px solid #fff;
}

.right_seamless_integration form ul li input::placeholder{
color: #ffffff;
}

.right_seamless_integration form ul li button{
font-size: 25px;
font-weight: 700;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
background: #cc509e;
display: inline-block;
padding: 24px 45px;
border-radius: 50px;
margin-top: 45px;
transition: all 0.3s;
outline: none;
border: none;
width: 100%;
}

.right_seamless_integration form ul li button:hover {
background: #d6009c;
transition: all 0.3s;
}

/****** Seamless Process CSS Is Here *******/

.seamless_process_parent{
position: relative;
width:100%;
background: url('../images/seamless_process.png') no-repeat;
background-size: cover;
background-position: center;
padding:120px 0 120px;
}

.seamless_process_headpart {
position: relative;
padding: 0 15px;
max-width: 1500px;
width: 100%;
margin: 0 auto;
text-align: center;
}

.seamless_process_headpart h2 {
font-size: 48px;
font-weight: 700;
color: #cd509e;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 20px;
}

.seamless_process_headpart p {
color: #333333;
}

.seamless_process_limeline {
margin-top: 55px;
text-align: center;
position: relative;
}

.seamless_process_limeline:before{
content: '';
position: absolute;
top: 10px;
left: 0;
right: 0;
width: 10px;
height: 89%;
background: #fff;
margin: 0 auto;
z-index: 0;
}

.seamless_process_limeline img {
max-width: 390px;
width: 100%;
margin: 0 auto 50px;
position: relative;
}

.seamless_process_limeline ul{
list-style: none;
padding: 0;
max-width: 1065px;
width: 100%;
margin: 0 auto;
}

.seamless_process_limeline ul li {
position: relative;
display: flex;
justify-content: flex-end;
margin-top: 40px;
}

.seamless_process_limeline ul li:nth-child(odd) {
flex-direction: row-reverse;
justify-content: start;
}

.seamless_process_limeline ul li:nth-child(odd) .seamless_left_content{
margin-right:0;
margin-left:20px;
}

.seamless_left_content {
max-width: 125px;
width: 100%;
margin-right: 20px;
}

.seamless_right_content {
position: relative;
text-align: left;
max-width: 450px;
width: 100%;
}

.seamless_process_limeline ul li:nth-child(odd) .seamless_right_content {
text-align: right;
}

.seamless_right_content h4{
font-size: 32px;
font-weight: 700;
color: #cd509e;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 20px;
}

.seamless_right_content p{
color:#333333;
}

/****** Pricing Page CSS Is Here *******/

.pricing_parent{
position: relative;
width:100%;
background: url('../images/price_bg.png') no-repeat;
background-size: cover;
background-position: center;
padding:120px 0 120px;
}

.pricing_grid_box{
position: relative;
width:100%;
background:#fff;
border-radius:50px;
height: 100%;
}

.price_category{
background: #333;
font-size: 40px;
font-weight: 700;
color: #fff;
line-height: normal;
letter-spacing: 0.20px;
border-radius: 50px 50px 0 0;
padding: 23px 15px;
text-align: center;
}

.price_amount{
background: #666666;
position: relative;
text-align: center;
padding: 15px 10px 15px;
min-height: 215px;
}

.pakage_amount{
font-size: 72px;
font-weight: 700;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
background: url('../images/amount_bg.png') no-repeat;
background-size: contain;
background-position: center;
display: flex;
align-items: start;
justify-content: center;
padding-bottom: 15px;
margin-bottom: 15px;
}

.price_amount span{
font-size: 20px;
font-weight: 400;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
display: inline-block;
}

.price_amount span strong{
font-size: 30px;
font-weight: 600;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
}

.includes_box_content{
position: relative;
width:100%;
padding:40px 35px 40px;
}

.includes_box_content h4{
font-size: 24px;
font-weight: 600;
color: #333333;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 20px;
}

.includes_box_content ul{
margin:0;
padding:0;
list-style:none;
}

.includes_box_content ul li{
position: relative;
font-size: 20px;
font-weight: 400;
color: #333333;
line-height: normal;
letter-spacing: 0.20px;
padding-left: 20px;
margin-bottom: 18px;
}

.includes_box_content ul li:last-child{
margin-bottom: 0;
}

.includes_box_content ul li:before{
content:'';
position: absolute;
top: 8px;
left:0;
width:10px;
height:10px;
border-radius:50%;
background:#323232;
}

.pricing_grid_box.basic .price_category{
background:#84a91b;
}

.pricing_grid_box.basic .price_amount{
background:#a4c83c;
}

.pricing_grid_box.basic .includes_box_content ul li:before{
background: #abd242;
}

.pricing_grid_box.pro .price_category{
background:#b03380;
}

.pricing_grid_box.pro .price_amount{
background:#cd509d;
}

.pricing_grid_box.pro .includes_box_content ul li:before{
background: #cd509d;
}

.pricing_grid_box.premium .price_category{
background:#a27d13;
}

.pricing_grid_box.premium .price_amount{
background:#c1a146;
}

.pricing_grid_box.premium .includes_box_content ul li:before{
background: #d8b95d;
}

/****** Custom Plan CSS Is Here *******/

.custom_plan_parent{
position: relative;
width:100%;
background: url('../images/custom_plan_bg.png') no-repeat;
background-size: cover;
background-position: center;
padding: 80px 0 80px;
}

.custom_plan_innercontent{
position: relative;
width: 100%;
max-width:680px;
}

.custom_plan_innercontent h2{
font-size: 60px;
font-weight: 700;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 20px;
}

.custom_plan_innercontent h3{
font-size: 60px;
font-weight: 400;
color: #a4c83c;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 55px;
}

.custom_plan_innercontent p{
font-size: 32px;
font-weight: 600;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
}


































/****** Footer CSS Is Here *******/

.footer_parent{
position: relative;
width:100%;
background:#4f5054;
padding: 80px 0 80px;
}

.footer_innercontent {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 15px;
}

.footer_links{
position: relative;
}

.footer_links ul{
display: flex;
list-style: none;
margin:0;
padding:0;
align-items: center;
}

.footer_links ul li{
margin-right:55px;
}

.footer_links ul li:last-child{
margin-right:0;
}

.footer_links ul li a{
font-size: 18px;
font-weight: 600;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
position: relative;
transition: all 0.3s;
}

.footer_links ul li a:hover{
color: #d6009c;
transition: all 0.3s;
}

.footer_links ul li a::before{
content: '';
position: absolute;
top: 2px;
right: -28px;
width: 1px;
height: 100%;
background: #fff;
}

.footer_links ul li:last-child a::before{
display: none;
}

.footer_copyrights {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 60px;
}

.footer_copyrights p{
font-size: 13px;
font-weight: 400;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
}

.linkedin_icon_box{
display: flex;
align-items: center;
} 

.linkedin_icon_box a{
font-size: 18px;
font-weight: 400;
color: #ffffff;
line-height: normal;
letter-spacing: 0.20px;
margin-left: 30px;
}

.linkedin_icon_box a:hover{
opacity:.7;
}

.linkedin_icon_box a img{
max-width: 30px;
}

.footer_content {
position: relative;
border-left: 1px solid #fff;
padding-left: 35px;
padding-right: 15px;
}

.footer_content h3{
font-size: 30px;
font-weight: 600;
color: #a4c83c;
line-height: normal;
letter-spacing: 0.20px;
margin-bottom: 15px;
}

.footer_content p{
font-size: 18px;
font-weight: 600;
color: #fff;
line-height: normal;
letter-spacing: 0.20px;
}

/********** Slick Slider CSS Is Here *********/

.slick-next,
.slick-prev{
width: 35px;
height: 58px;
}

.slick-prev {
left: -35px;
}

.slick-next{
right: -30px;
}

.slick-prev:before{
content: '';
background: url(../images/slider_left_arrow.png) no-repeat;
background-size: cover;
background-position: center;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 1;
}

.slick-next:before{
content: '';
background: url(../images/slider_right_arrow.png) no-repeat;
background-size: cover;
background-position: center;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 1;
}

.slick-dots {
bottom: -60px;
}

.slick-dots li button,
.slick-dots li{
width: 20px;
height: 20px;
padding:0;
border-radius: 50%;
}

.slick-dots li{
margin:0 10px;
}

.slick-dots li button:before{
background: #fff;
opacity: 1;
border-radius: 50%;
font-size: 0;
}

.slick-dots li.slick-active button:before {
opacity: 1;
background: #cc509e;
font-size: 0;
border-radius: 50%;
}

/********** Media Query Is Here *********/

@media (max-width:1600.98px) {
.container {
max-width: 1320px;
}
.standard_btn {
font-size: 18px;
padding: 15px 30px;
}
.paragraph {
font-size: 16px;
line-height: 26px;
}
.wrapper {
padding-top: 110px;
}
.header_parent {
height: 110px;
}
.header_logo {
max-width: 150px;
margin: 14px 0;
}
.header_menu ul li {
margin-left: 45px;
}
.header_menu ul li a {
font-size: 16px;
}
.header_menu ul li:before {
top: 8px;
right: -26px;
width: 8px;
height: 8px;
}
.hero_parent {
height: calc(100vh - 110px);
}
.hero_leftcontent h1 {
font-size: 46px;
}
.hero_btn_group a.signup_btn {
margin-left: 15px;
}
.hero_btn_group {
margin-top: 38px;
}
.learner_engagement_headpart {
max-width: 800px;
}
.revolution_leftcontent h2 {
font-size: 36px;
margin-bottom: 25px;
}
.revolution_video {
max-width: 85px;
}
.learner_engagement_headpart h2 {
font-size: 32px;
margin-bottom: 25px;
}
.training_engage_box h3 {
font-size: 26px;
}
.learner_target_box {
max-width: 950px;
margin: 55px auto 0;
padding: 50px 35px 34px;
}
.learner_target_box img {
max-width: 75px;
top: -36px;
}
.company_expertise_headpart {
max-width: 800px;
margin: 0 auto 45px;
}
.company_expertise_headpart span {
font-size: 18px;
}
.company_expertise_headpart h2 {
font-size: 32px;
}
.company_expertise_grid_row {
max-width: 945px;
}
.expertise_box {
max-width: 135px;
}
.expertise_box h3 {
font-size: 18px;
}
.circle_box {
max-width: 135px;
height: 135px;
}
.circle_box span {
font-size: 42px;
}
.the_solutions_content span {
font-size: 18px;
margin-bottom:15px;
}
.the_solutions_content h3 {
font-size: 34px;
margin-bottom: 15px;
}
.solution_img_box {
max-width: 425px;
}
.how_works_headpart span {
font-size: 18px;
margin-bottom: 15px;
}
.how_works_headpart h2 {
font-size: 34px;
}
.how_works_box {
max-width: 320px;
}
.how_works_box h3 {
font-size: 36px;
height: 170px;
}
.how_works_box:before {
top: -33px;
left: -32px;
width: 322px;
height: 275px;
}
.success_stories_headpart span {
font-size: 18px;
}
.success_stories_headpart h2 {
font-size: 34px;
margin-bottom: 15px;
}
.success_stories_headpart {
max-width: 900px;
}
.success_stories_slider {
max-width: 1000px;
}
.success_stories_slider ul li .success_stories_content:before {
max-width: 80px;
height: 80px;
}
.success_stories_slider ul li .success_stories_content {
padding: 65px 44px 45px;
max-width: 690px;
}
.success_stories_slider ul li .success_stories_content p {
font-size: 14px;
line-height: 22px;
margin-bottom: 20px;
}
.success_stories_slider ul li .success_stories_content img {
margin: 0 auto 15px;
max-width: 150px;
}
.success_stories_slider ul li .success_stories_content h4 {
font-size: 18px;
}
.success_stories_slider ul li .success_stories_content h5 {
font-size: 16px;
}
.slick-next {
right: -10px;
}
.slick-prev {
left: -10px;
}
.slick-next, .slick-prev {
width: 16px;
height: 30px;
}
.slick-next:before,
.slick-prev:before{
background-size: contain !important;
}
.slick-dots li {
margin: 0 5px;
}
.slick-dots li button:before,
.slick-dots li button, .slick-dots li {
width: 10px;
height: 10px;
}
.training_programs_headpart h2 {
font-size: 34px;
}
.training_programs_headpart a {
font-size: 18px;
padding: 15px 30px;
margin-top: 30px;
}
.training_programs_headpart {
max-width: 800px;
}
.training_programs_parent {
background-position: center right;
padding: 80px 0 80px;
}
.footer_links ul li a {
font-size: 14px;
}
.linkedin_icon_box a {
font-size: 14px;
}
.footer_content h3 {
font-size: 22px;
}
.footer_content p {
font-size: 14px;
}
.inner_hero_content h1 {
font-size: 42px;
}
.left_seamless_integration h2 {
font-size: 34px;
}
.learner_target_box.seamless_target h3 {
font-size: 26px;
}
.right_seamless_integration h3 {
font-size: 34px;
margin-bottom: 25px;
}
.right_seamless_integration form ul li input {
font-size: 16px;
}
.right_seamless_integration form ul li {
margin-bottom: 20px;
}
.right_seamless_integration form ul li button {
font-size: 18px;
padding: 15px 30px;
border-radius: 50px;
}
.seamless_process_headpart {
max-width: 1050px;
}
.seamless_process_headpart h2 {
font-size: 34px;
}
.seamless_process_limeline > img {
max-width: 200px;
}
.seamless_right_content h4 {
font-size: 22px;
margin-bottom: 10px;
}
.seamless_left_content {
max-width: 80px;
}
.seamless_process_limeline ul {
max-width: 830px;
}
.seamless_process_limeline:before {
width: 5px;
}
.seamless_right_content {
max-width: 355px;
}
.price_category {
font-size: 28px;
}
.pakage_amount {
font-size: 50px;
}
.price_amount span strong {
font-size: 22px;
}
.price_amount span {
font-size: 14px;
}
.price_amount {
min-height: 180px;
}
.includes_box_content h4 {
font-size: 17px;
}
.includes_box_content ul li {
font-size: 14px;
padding-left: 15px;
}
.includes_box_content ul li:before {
top: 5px;
width: 5px;
height: 5px;
}
.custom_plan_innercontent h2 {
font-size: 42px;
}
.custom_plan_innercontent h3 {
font-size: 36px;
}
.custom_plan_innercontent p {
font-size: 24px;
}
.right_seamless_integration form ul li .error-message{
top: 60px;
}
}

@media (max-width:1199.98px) {
.how_works_box h3 {
font-size: 28px;
height: 130px;
}
.how_works_box:before {
top: -33px;
left: -25px;
width: 255px;
height: 230px;
}
.learner_engagement_parent {
background-position: center right;
}
.success_stories_slider {
max-width: 800px;
}
.footer_links ul li {
margin-right: 30px;
}
.footer_links ul li a::before {
right: -15px;
}
.inner_hero_parent {
height: auto;
padding: 20px 0;
}
.inner_hero_content img {
margin-bottom: 0;
max-width: 30%;
width: 100%;
}
}

@media(min-width:991.99px){
.header_menu{
display:block!important;
}
}

@media(max-width:991.98px) {
.header_parent {
height: 90px;
}
.header_innercontent {
padding: 0;
}
.header_logo {
max-width: 110px;
margin: 14px 0;
}
.wrapper {
padding-top: 90px;
}
.header_menu {
position: fixed;
top: 90px;
left: 0;
width: 100%;
background: #fff;
border-top: 1px solid #f8f8f8;
display: none;
}
.menu_hamburger {
display: block;
max-width: 35px;
width: 100%;
margin-right: 10px;
}
.header_menu ul {
display: block;
}
.header_menu ul li {
margin-left: 0;
border-bottom: 1px solid #f8f8f8;
}
.header_menu ul li a {
font-size: 16px;
width: 100%;
display: block;
padding: 15px 15px;
}
.hero_parent {
height: 350px;
padding: 0;
}
.hero_leftcontent {
padding: 0;
}
.hero_leftcontent h1 {
font-size: 34px;
}
.hero_btn_group {
margin-top: 20px;
}
.success_stories_parent,
.the_solution_parent,
.company_expertise_parent,
.learner_engagement_parent,
.revolutionize_parent {
padding: 80px 0 80px;
}
.revolution_leftcontent {
max-width: 100%;
margin-top: 25px;
padding: 0;
}
.revolution_rightcontent {
padding: 0;
}
.revolution_rightcontent img{
width:100%;
}
.expertise_box {
max-width: 100%;
}
.circle_box {
margin: 0 auto 30px;
}
.solution_img_box {
max-width: 400px;
margin: 0 auto 30px;
}
.the_solution_parent {
background-position: right top;
}
.the_solutions_content {
max-width: 100%;
text-align: center;
}
.how_works_parent{
padding:80px 0 40px;
}
.how_works_box {
max-width: 100%;
}
.how_works_grid_row .col-12{
margin-bottom:50px;
}
.footer_links ul {
display: block;
}
.footer_links ul li a::before{
display:none;
}
.footer_copyrights {
margin-top: 25px;
flex-direction: column-reverse;
align-items: start;
}
.linkedin_icon_box {
justify-content: space-between;
width: 100%;
margin-bottom: 20px;
}
.linkedin_icon_box a {
margin-left: 0;
}
.linkedin_icon_box a img{
max-width: 30px;
}
.footer_content {
padding-left: 30px;
padding-right: 0;
margin-bottom: 30px;
}
.footer_innercontent {
padding-right: 15px;
padding-left: 0;
}
.inner_hero_content h1 {
font-size: 34px;
}
.seamless_process_parent,
.seamless_integration_parent {
padding: 80px 0 80px;
}
.right_seamless_integration {
margin-top: 30px;
}
.seamless_process_limeline ul {
max-width: 730px;
}
.seamless_right_content {
max-width: 305px;
}
.pricing_parent {
padding:80px 0 50px;
}
.pricing_grid_box {
max-width: 425px;
margin: 0 auto 30px;
height: auto;
}
.custom_plan_parent{
padding:60px 0 60px;
}
.custom_plan_innercontent h2 {
font-size: 34px;
margin-bottom: 10px;
}
.custom_plan_innercontent h3 {
font-size: 26px;
margin-bottom: 15px;
}
.custom_plan_innercontent p {
font-size: 18px;
}
}

@media(max-width:767.98px) {
.hero_leftcontent {
padding: 0;
max-width: 285px;
}
.how_works_parent {
background-size: 100%;
}
.training_programs_headpart,
.success_stories_headpart,
.the_solutions_content,
.company_expertise_headpart {
padding: 0;
}
.success_stories_slider ul .slick-slide {
margin: 0;
}
.success_stories_slider ul li .success_stories_content {
max-width: 100%;
}
.training_programs_headpart a {
font-size:16px;
}
.expertise_box {
max-width: 150px;
}
.training_programs_parent {
background-position: center left;
}
.revolution_leftcontent h2 {
font-size: 28px;
}
.inner_hero_content img {
margin-right: 35px;
}
.seamless_process_limeline:before{
display:none;
}
.seamless_process_limeline ul {
max-width: 100%;
}
.seamless_process_limeline ul li:nth-child(odd),
.seamless_process_limeline ul li {
flex-direction: column;
justify-content: center;
align-items: center;
}
.seamless_right_content,
.seamless_process_limeline ul li:nth-child(odd) .seamless_right_content {
text-align: center;
max-width: 450px;
}
.seamless_left_content,
.seamless_process_limeline ul li:nth-child(odd) .seamless_left_content {
margin:0 auto;
}
.seamless_process_limeline img {
margin: 0 auto 20px;
}
.custom_plan_parent {
padding: 60px 0 118px;
}
.price_amount {
min-height: auto;
}
}

@media(max-width:575.98px) {
.hero_leftcontent {
max-width: 225px;
}
.hero_leftcontent h1 {
font-size: 22px;
}
.hero_btn_group {
margin-top: 20px;
align-items: start;
flex-direction: column;
}
.hero_btn_group a.signup_btn {
margin-left: 0;
margin-top: 10px;
}
}

@media(max-width:480.98px){
.how_works_box:before {
top: -50px;
left: -19px;
width: 195px;
height: 226px;
}
.how_works_box h3 {
font-size: 24px;
height: 100px;
}
}


