* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-family: sans-serif;
    line-height: 1.929;
    font-size: 16px;
    margin-bottom: 0px;
    color: #888888;
	font-weight:400;
}

.hero-section {
    background: url(/assets/default/img/new-img/wave.png);
	background-color: #2b859d;
    display: inline-block;
    min-height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}

.check_img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(39%) saturate(6858%) hue-rotate(168deg) brightness(96%) contrast(96%);
}

.hero-section .left_content .hero_heading span {
    color: #fff;
    font-size: 14px;
}

.hero-section .left_content .hero_heading h1,.academia-sections h1 {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.hero-section .left_content .hero_heading p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 34px;
}

.btn-learner-inner {
    background: #FFF !important;
    font-family: "Josefin Sans", sans-serif;
    text-transform: capitalize;
    padding: 25px 38px !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    line-height: 1;
    -moz-user-select: none;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    display: inline-block !important;
    border-radius: 0 !important;
}

.btn-learner-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #0591b5;
    border: 1px solid #0591b5 !important;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px;
}

.btn-learner-inner:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
    border: 1px solid #0591b5 !important;
}
.btn-learner-inner:hover{
	color:#fff;
}
.uni-padding {
    padding: 70px 0;
}

.section_title {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4;
    color: #434a57;
}

.section_heading h2 {
    text-transform: uppercase;
    font-style: normal;
    text-align: center;
    font-size: 42px;
    display: block;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 31px;
    color: #0591b5;
}

.section-tittle h2 {
    font-size: 42px;
    display: block;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 21px;
    color: #343434;
}

/* counter */
.ftco-counter {
    background-image: url(/assets/default/img/new-img/bg_4.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 100px 0;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.ftco-counter .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .8;
    background: #000000;
    background: #ce4be8;
    background: -moz-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ce4be8), color-stop(100%, #207ce5));
    background: -webkit-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -o-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -ms-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -webkit-linear-gradient(315deg, #ce4be8 0%, #207ce5 100%);
    background: -o-linear-gradient(315deg, #ce4be8 0%, #207ce5 100%);
    background: linear-gradient(135deg, #0591b5 0%, #3f5976 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce4be8', endColorstr='#207ce5', GradientType=1);
}

.ftco-counter .text strong.number {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
}

.ftco-counter .text span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.edu-section .card {
    padding: 24px;
    text-align: center;
}

.single-features {
    display: flex;
    gap: 10px;
}

.about-area3 {
    padding: 70px 0;
}

.card:hover {
    background: #0000;
    color: linear-gradient(135deg, #0591b5 0%, #3f5976 100%);
}

span.icon_bg {
    display: inline-block;
    background: linear-gradient(135deg, #0591b5 0%, #3f5976 100%);
    padding: 20px;
    border-radius: 100px;
}

span.icon_bg svg {
    fill: #fff;
}

.edu-section .row {
    row-gap: 20px;
}

.read_more_btn {
    border: 1px solid #0591b5;
    color: #0591b5;
}

.read_more_btn:hover {
    color: #fff;
}

.edu-section .card-body h4 {
    color: #0591b5;
    margin-bottom: 10px;
}

.partner_section {
    padding: 70px 0;
}

.cta_section {
    position: relative;
    z-index: 1;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61baba, #0591b5);
    padding: 70px 0;
}

.cta_section .see_more_btn {
    color: #0591b5;
    background: #fff !important;
	border:1px solid #fff;
}

.cta_section .see_more_btn:hover {
    color: #fff;
}

section.custom_form_section {
    padding: 70px 0;
}

.form_inner .card-header {
    background: #0591b5;
}

.form_inner .card-header h4 {
    text-transform: capitalize;
    font-size: 24px;
    color: #fff;
}

.feature-section .card .card-header {
    background: none;
    border: none;
    text-align: center;
	position:relative;
	height:60px;
}
.feature-section .card .card-header .fs-img img{
	width:120px;
}
.feature-section .card .card-header .fs-img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.feature-section .features-title{
	font-weight:700 !important;
	color:#000;
	font-size:18px;
}
/* accordion */
.custom_form_section .accordion-flush .accordion-item .accordion-button,
.custom_form_section .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    box-shadow: none;
    background: none;
    color: #0591b5;
    border-bottom: 1px solid #0591b5;
}

.custom_form_section .accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(94%) sepia(99%) saturate(2%) hue-rotate(177deg) brightness(104%) contrast(100%);
}

.custom_form_section .accordion .accordion-header .accordion-button {
    color: #0591b5;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    background: #0591b5;
    border-radius: 4px;
    color: #fff;
}

.custom_form_section .accordion-body ul li {
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    gap: 12px;
    align-items: center;
    font-family: sans-serif;
    line-height: 1.929;
    font-size: 16px;
    margin-bottom: 0px;
    color: #888888;
}

.custom_form_section .accordion .accordion-item {
    border-bottom: 0;
}

.custom_form_section .accordion .accordion-button.collapsed:hover {
    background: #0591b5;
    border-radius: 4px;
    color: #fff;
}

.become_trainer {
    background: #f6f9fc;
    padding: 70px 0;
}

.become_trainer .form_body .btn-wrap .btn__submit {
    background: #0591b5;
    color: #0591b5;
    border-color: #0591b5;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 0;
}

.become_trainer .form_body .btn-wrap .btn__submit:hover {
    color: #fff;
}

.become_trainer .form-label {
    margin-bottom: .3125rem;
    font-size: 16px;
    font-weight: 500;
    color: #121519;
}

.become_trainer .form_inner input {
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #d7dde2;
}

.become_trainer .form_inner .form-control:focus {
    background-color: #0000;
    border-color: #0591b5;
    box-shadow: none;
}

/*--------------------------------------- Corporate CSS --------------------------------*/
.main_section {
    width: 100%;
    background-image: url(/assets/default/img/new-img/wave.png);
    background-color: #37517e;
    padding: 100px 0;
    background-repeat: no-repeat;
    z-index: 99999;
    background-position: center;
    background-size: cover;
}

.main_section h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

.main_section p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
}

.main_section .btn_group .btn_register {
    background: #0591b5 !important;
    text-transform: capitalize;
    padding: 25px 38px !important;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    line-height: 0;
    transition: color 0.4s linear;
    position: relative;
    display: inline-block !important;
    border-radius: 0 !important;
    border: 0;
}

.main_section .btn_group .btn_register::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #0591b5;
    border: 1px solid #0591b5 !important;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px;
}

.main_section .btn_group .btn_register:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
    border: 1px solid #0591b5 !important;
}
.main_section .btn_group .btn_register:hover {
    background: #fff!important;
    color: #0591b5 !important;
transform: scaleX(1);
    color: #fff !important;
}

.trend_section .main_cards .card {
    padding: 24px;
    background: #f6f9fc;
    border: 1px solid #f6f9fc;
    min-height: 200px;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.trend_section .main_cards .card i {
    font-size: 34px;
    background: #0591b5;
    padding: 14px;
    border-radius: 4px;
    color: #fff;
}

.trend_section .main_cards .card h4 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
     text-align:center;
}

.trend_section .owl-nav {
    position: absolute;
    top: -35px;
    right: 0;
    display: flex;
    gap: 5px;
    margin: 0 0 10px;
}

.trend_section .owl-nav button .nav-btn i {
    background: #0591b5;
    border-radius: 100px;
    padding: 7px 8px;
    color: #fff;
}

.trend_section .main_cards .card:hover {
    background: #0591b5;
    color: #fff;
    transition: all 0.2s;
}

.trend_section .main_cards .card:hover i {
    background: none;
}

.progress_label {
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #0591b5;
    font-size: 12px;
}

/* chart */
.chart_heading h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}



/* ----------------------------- student */

.slider_one {
    background: linear-gradient(0deg, rgba(0, 0, 0, 60%), rgba(0, 0, 0, 0.3)), url('/assets/default/img/new-img/slider-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    height: 700px;
}

.slider:before {
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.5);
    content: "";
}



.main_slider .carousel-control-prev-icon,
.main_slider .carousel-control-next-icon {
    background: none;
}

.main_slider .slider-btn i {
    background: #0591b5;
    padding: 15px 17px;
    border-radius: 50%;
}

.slider_heading h1 {
    color: #fff;
    font-size: 4em;
    font-weight: 500;
    margin-bottom: 20px;
    margin-left: -2px;
    text-transform: uppercase;
}

.slider_heading p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    text-transform: capitalize;
}

/* open source */
.open_source_points {
    margin: 0;
    padding: 0;
    list-style: none;
}

.open_source .card {
    background: #fff;
	height:100%;
}
.open_source .card img{
	width:60px;
	margin-bottom:20px;
}
.open_source .card .card-body h5 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.3;
    color: #121519;
    font-size: 18px;
}

.source_card_footer {
    background: #0000 !important;
    /* text-align: center; */
    padding-left: 0;
}

.source_card_footer i {
    border: 1px solid #0591b5;
    padding: 10px 11px;
    border-radius: 100px;
    color: #0591b5;
}

.open_source_points li {
    font-size: 15px;
    color: grey;
    line-height: 28px;
    font-weight: 200;
}
.open_source_points li b {
    font-weight: 600;
}

/* .enroll_now */

.enroll_now {
    background: linear-gradient(rgb(5 145 181), rgba(40, 58, 90, 0.9));
    background-size: cover;
}

.call_to_action {
        display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.call_to_action h4 {
	font-size:26px;
    color: #fff;
    font-weight: 700;
}

.call_to_action .btn_enroll {
    color: #0591b5;
}

.call_to_action .btn_enroll:hover {
    color: #fff;
}

/* testimonial_section */
.testimonial_section .user_img {
    max-width: 70px;
    height: auto;
}

.testimonial_section .user_img img {
    border-radius: 100px;
}

.testimonial_section .testimonial_card {
    box-sizing: content-box;
    padding: 30px;
    margin: 30px 10px;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.testimonial_section .testimnial_star .fa-star {
    color: #ffc107;
    margin: 0 1px;
}

.testimonial_section .testimonial_content .cst_quote {
    color: #0591b5;
    margin: 0 1px;
}

.testimonial_section .nav-btn.prev-slide,
.testimonial_section .nav-btn.next-slide {
    position: absolute;
    top: 50%;
    background: #fff;
    padding: 5px 9px;
    border-radius: 100px;
    color: #0591b5;
    border: 1px solid #0591b5;
}

.nav-btn.next-slide {
    right: 0;
}

/* why us  */
.chooseus-section {
    position: relative;
    background: #fff;

}

.chooseus-section .sec-title {
    margin-bottom: 60px;
}

.video_block .video-inner {
    position: relative;
    width: 100%;
    padding: 175px 0px 130px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}

.video_block .video-inner .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.video_block .video-inner .video-btn {
    position: relative;
    display: inline-block;
    width: 116px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    margin-left: 40px;
    border-radius: 50%;
}

.video_block .video-inner .video-btn .btn-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 116px;
    height: 115px;
    background-repeat: no-repeat;
}

.video_block .video-inner .video-btn a {
    position: relative;
    display: inline-block;
    width: 116px;
    height: 115px;
    border-radius: 50%;
    font-size: 24px;
    z-index: 1;
}

.video_block .video-inner .video-btn a i {
    background: -webkit-linear-gradient(-45deg, #00bb6e, #0156d5 100%);
}

.video_block .video-inner .video-btn a i {
    position: relative;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content_block .content-box .single-item {
    position: relative;
}

.content_block .content-box .single-item:first-child {
    padding-left: 190px;
    margin-bottom: 67px;
}

.content_block .content-box .single-item:last-child {
    padding-right: 190px;
}

.content_block .content-box .single-item .icon-box {
    position: absolute;
    top: 14px;
    width: 158px;
    height: 158px;
    line-height: 158px;
    text-align: center;
    font-size: 70px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.content_block .content-box .single-item .icon-box:before {
    position: absolute;
    content: '';
    background: #fbfbfb;
    width: 138px;
    height: 100%;
    left: 10px;
    border-radius: 10px;
}

.content_block .content-box .single-item:first-child .icon-box:before {
    top: 10px;
}

.content_block .content-box .single-item:last-child .icon-box:before {
    top: -10px;
}

.content_block .content-box .single-item .icon-box i {
    background: -webkit-linear-gradient(-45deg, #0591b5, #504bff 100%);
    position: relative;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content_block .content-box .single-item .icon-box .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 158px;
    height: 158px;
    background-repeat: no-repeat;
}

.content_block .content-box .single-item:first-child .icon-box {
    left: 0px;
}

.content_block .content-box .single-item:last-child .icon-box {
    right: 0px;
}

.content_block .content-box .single-item .box h4 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 5px;
}

.content_block .content-box .single-item .box h4:before {
    position: absolute;
    content: '';
    width: 55px;
    height: 2px;
    bottom: 0px;
}

.content_block .content-box .single-item:first-child .box h4:before {
    left: 0px;
}

.content_block .content-box .single-item:last-child .box h4:before {
    right: 0px;
}

.content_block .content-box .single-item .box p {
    margin-bottom: 20px;
    line-height: 28px;
}

.content_block .content-box .single-item .box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Josefin Sans', Sans-serif;
    font-weight: 600;
    color: #040535;
}

.content_block .content-box .single-item .box a:hover {
    color: #5167f9;
}

.content_block .content-box .single-item:first-child .box a i {
    margin-right: 10px;
}

.content_block .content-box .single-item:last-child .box a i {
    margin-left: 10px;
}

.rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(-360deg);
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(-360deg);
    }
}

/* contact form */

.become_learner .btn-wrap .btn_learner_submit {
    border: 1px solid #5167f9;
    color: #5167f9;
}

.form_body .btn-wrap .btn__learner_submit {
    border: 1px solid #0591b5;
    line-height: 0;
    color: #0591b5;
    font-weight: 500;
    text-transform: uppercase;
}

.form_body .btn-wrap .btn__learner_submit:hover{
    color: #fff;
}

.login-dropdown-list{
	display:none;
    position: absolute;
    color: black;
    top: 28px;
    z-index: 9;
	background-color: rgb(255 255 255 / 99%)!important;
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
}
.login-dropdown-list .login-list a{
    font-size: 14px !important;
	color: #258de4;
	font-weight: 500;
	display:block;
	padding:10px 15px;
}
.login-dropdown-list .login-list a:active .login-list,
.login-dropdown-list .login-list:hover{
    background-color: #258de4 !important;
	color:#fff;
}
.login-dropdown-list .login-list a:hover{
	color:#fff;
}
.login-wrap:hover .login-dropdown-list{
	display:block !important;
}
.login-tabs a.active:after{
	height:0 !important;
}
.login-tabs .nav-item.show .nav-link,.login-tabs .nav-link.active{
	background-color: #258de4 !important;
	color:#fff;
}
.tab-pane .login-container {
    margin: 20px 0 70px;
}
.login-tabs{
	margin-top:50px;
}
.trend_section{
	background-color: #258de4;
}
.trend_section .icon-box img {
    width: 35px;
    margin-right: 5px;
}
.trend_section .icon-box p {
    font-size: 13px;
	line-height:1.2;
	margin-bottom:0;
	color:#fff;
}
.the_advantage .card{
	padding:30px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
	height:100%;
}
.the_advantage .card i{
	font-size:30px;
	    color: #0591b5;
}
.expert_trainer-wrap .bg-green{
	background:#5db7b0;
}
.expert_trainer-wrap .pack-content p{
	font-size:14px;
	line-height:1.2;
}
.expert_trainer-wrap .pack-content h4{
	text-transform:uppercase;
}
.expert_trainer-wrap .bg-purple{
	background:#766aa2;
}
.expert_trainer-wrap .bg-violet{
	background:#5b54be;
}
.expert_trainer-wrap .bg-maroon{
	background:#9c688c;
}
.training-text a{
	color:#0591b5;
}
.btn_callback {
    background: #0591b5;
    color: #fff;
    border: 1px solid #0591b5;
    padding: 10px 15px;
    margin-left: 10px;
	transition: all .3s;
}
.btn_callback:hover {
	background: #fff;
    color: #0591b5;
}
.read_more {
    text-align: right;
    margin: 20px 0 10px;
}
.read_more .read_more_btn {
    border: 0;
    color: #0591b5;
    padding: 0 !important;
	font-family: "Josefin Sans", sans-serif;
	background-color:transparent !important;
}
.read_more .btn-learner-inner:hover {
    border: 0;
    color: #0591b5;
    padding: 0 !important;
	background-color:transparent !important;
}
.read_more .read_more_btn img {
    width: 20px;
    transform: rotate(180deg);
}


.main-timeline {
  position: relative;
}
.main-timeline h3{
	color:#0591b5;
}
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #939597;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}
.timeline .card{
	background-color:transparent;
	border:0;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #fff;
  border: 5px solid #0591b5;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}
.right::after {
  left: -12px;
}
.timeline.left .card {
    text-align: right;
}
.timeline-trainer {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
  padding-left:32px;
}

.timeline-trainer .timeline-trainer-item {
  position: relative;
}

.timeline-trainer .timeline-trainer-item:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline-trainer .timeline-trainer-item:after {
  background-color: #0591b5;
  left: -38px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}
.trainer_block_content p{
	margin-bottom:0;
	margin-left:10px;
}
.btn__submit {
    background: #ffffff !important;
    color: #0591b5 !important;
    border: 1px solid #0591b5;
}
.btn__submit:hover {
    color: #fff !important;
    border: 1px solid #0591b5;
}
/********lerners-section*******/
.lerner-hero {
    background: linear-gradient(0deg, rgba(0, 0, 0, 64%), rgba(0, 0, 0, 60%)), url('/assets/default/img/new-img/concentrated-man-freelancer (1).jpg');
    background-repeat: no-repeat;
    position: relative;
    background-position: top;
    background-size: cover;
}
.lerner-hero h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;

}
.sign-up-form {
    background: linear-gradient(222deg, rgb(15 139 171), rgb(0 243 255 / 0%)), url(/assets/default/img/new-img/sign-up.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 150%;
}
.certify-wrap,.testimonial-wrap {
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 40px 10px;
	position:relative;
	height:100%;
}
.certify-wrap h2,.testimonial-wrap h2{
    position: absolute;
    top: -18px;
    background: #fff;
}
.certify-wrap h3 {
    position: absolute;
    bottom: -12px;
    background: #fff;
    right: 10px;
}
.testimonial-wrap .review-content p {
    font-size: 12px;
    line-height: 16px;
}
.testimonial-wrap .review-content {
    position: relative;
    padding: 20px;
    box-shadow: 6px 6px 6px 0px #00000026;
    margin-left:80px;
	margin-right:20px;
	text-align:left;
	padding-left:60px;
}
.review-content img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 100%;
    position: absolute;
    left: -65px;
    top: -10px;
    box-shadow: 0px 4px 10px #0000003d;
}
.review1 {
    background: #0591b5;
}
.review2 {
	margin-top:40px;
    background: #1f3b64;
}

/************home************/
.featured-clients{
	background: #fbfbfb;
	padding:50px  ;
}
.featured-clients-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    border-radius: 80px;
    /*background: linear-gradient(173deg, #cfa2e8, #637fea);*/
	background: #248de4;
    border: solid 3px #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.trainer-corporates .row .row{
	height:100%;
	background:#fff;
}
.client-reviews img{
	max-width:100px;
	margin:auto;
    border: solid 3px #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    margin-bottom: 10px !important; 

}
#client-carousel .item {
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
}
#client-carousel button {
    font-size: 40px;
    margin-top: -50px;
    line-height: 40px;
    height: 50px;
    width: 50px;
    background: transparent;
    position: absolute;
}
#client-carousel .owl-prev{
	margin-left: -50px;
}
#client-carousel  {
    box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.06);
	border-radius: 15px;
    border: solid 4px #fff;
    overflow: hidden;
}
#client-carousel .owl-nav{
    display: flex;
    left: 0;
    right: 0;
    justify-content: space-between;
    position: absolute;
}
#client-carousel .owl-prev {
    margin-left: 0;
}
#client-carousel .owl-next {
     right: 0;
}

#client-carousel .owl-nav button:after{
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #248de4;
    position: absolute;
    left: -20px;
    top: -10px;
    z-index: 0;
}
#client-carousel .owl-nav span{
    color: #fff;
    position: relative;
    z-index: 3;
}
#client-carousel .owl-nav button.owl-prev:after{
    left: -128px;

}


#client-carousel h6{
color: #248de4;
}
.footer.custom_footer {
    z-index: 9;
}
html {
  scroll-behavior: smooth;
}
/*****courses******/
.courses-desc h2{
	display:none !important;
}
.courses-desc p{
	color:#fff;
}
.courses-desc .course-description{
	border-top:1px solid #c3c3c3;
	padding-top:10px;
}
.courses-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.courses-desc p span{
	color:#fff !important;
}
.course-content-section{
	top:0;
	margin-bottom:20px;
}
.course-tab-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
    gap: 10px;
}
.course-tab-list li a{
    color:#333;
	font-weight:600;
}
section#boxThis {
    height: 70px;
    padding: 25px 0;
}
#boxThis.box{
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 2px 6px #0000001f;
}
#course-form.c-form {
	position: fixed;
    top: 100px;
    width: 320px;
    box-shadow: 0px 2px 6px #0000001f;
}
.courses-icons i{
	color:#0591b5;
	font-size:22px;
}
.courses-icons div:nth-child(-n+3) {
    border-bottom: 1px solid #ddd;
}
.courses-icons div:nth-child(-n+2),.courses-icons div:nth-child(4),.courses-icons div:nth-child(5) {
    border-right: 1px solid #ddd;
}
.training-modes-wrap{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	align-items:center;
}
#course-outline,#course-prerequisites,#available-training-modes,#course-objectives{
	padding-top:80px;
}
.tm-block {
    padding: 20px 20px 10px;
    box-shadow: 0px 2px 18px #00000021;
    border-radius: 6px;
    max-width: 170px;
}
.tm-block:first-child {
    border-bottom: 15px solid #0591b5;
}
.tm-block:nth-child(2) {
    border-bottom: 15px solid #4993ff;
}
.tm-block:last-child {
    border-bottom: 15px solid #1f3b64;
}
.tm-block i{
	color:#0591b5;
	font-size:25px;
}
.dropdown-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	align-items: center;
}
.dropdown-wrap .btn{
    border: 1px solid #ececec;
    height: 2.5rem;
    padding: 0.5rem 1rem;
}
.dropdown-wrap .dropdown-menu a.dropdown-item {
    font-size: 14px !important;
}
/********training calender**********/
.training-webinar-card{
    border-radius: 8px;
}
.webinar-row {
    background: linear-gradient(70deg,#0591b5 36%,#fff 36%);
    border-radius: 6px;
}
.webinar-row .webinar-price-box .real {
    color: #333 !important;
    font-size: 16px !important;
}
/* .webinar-card .category_title {
    background: #0591b5;
    width: fit-content;
    padding: 3px 6px;
    color: #fff;
}
.webinar-card .category_title a{
    color: #fff;
} */
.special-offer-card .offer-percent-box{
	bottom: 49%;
    transform: translate(-86%,-50%);
}
@media screen and (max-width: 600px) {
  .main-timeline::after {
    left: 31px;
  }
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .left::after,
  .right::after {
    left: 18px;
  }
  .left::before {
    right: auto;
  }
  .right {
    left: 0%;
  }
  .timeline.left .card {
    text-align: left;
	}
}
@media (max-width:768px){
.trend_section .icon-box{
	justify-content:start !important;
	margin-bottom:20px;
}
.courses-icons div:nth-child(-n+3),.courses-icons div:nth-child(-n+2),.courses-icons div:nth-child(4),.courses-icons div:nth-child(5) {
    border: 0;
}
}
@media (min-width:1600px){
	.open-store-img-wrap {
		display: flex;
		gap: 0;
	}
	.open-store-img-wrap img {
    width: 110px;
}
}
@media (max-width:991px){
	.call_to_action {
		flex-direction:column;
		padding: 10px 0;
	}
	.trainer-corporates .row .row{
		border:0 !important;
	}
	.special-offer-card .offer-percent-box{
		bottom: 52%;
		transform: translate(-50%,50%);
	}
}
@media (max-width:649px){
.testimonial-wrap .review-content {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    padding-left: 20px;
    padding-top: 60px;
    margin-top: 40px;
}
.review-content img {
    left: 50%;
    top: -66px;
    transform: translateX(-50%);
}
.review2 {
    margin-top: 90px !important;
    background: #1f3b64;
}
}
@media (max-width:991px){
#boxThis.box {
	height:auto;
    position: static;
    margin-top: 272px;
    box-shadow: 0 0 #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#course-form.c-form {
	position: static;
}
div#boxHere {
    height: 60px !important;
}
.course-cover-container.not-active-special-offer {
    height: auto;
}
}
.client-reviews img{
    height: 100px;
    object-fit: cover;
	width: 100px;
}
.testimonials-container{
margin-bottom: 45px;
}
.testimonials-container .testimonials-card .bottom-gradient{
	background: #258de4;
}
.swiper-slide{
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.feature-slider .feature-footer .feature-price-box{
	border-radius:0px;
	box-shadow: none;
	background-color: transparent;
	color: #000;
	padding: 0px;
}