@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

img {
    max-width: 100%;
}
body {
    max-width: 100%;
    overflow-x: hidden;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}
.container {
    width: 100%;
    max-width: 1140px;
    padding: 0px 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1300px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1170px !important;
    }
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

::-moz-selection {
    background: rgb(237 118 122 / 61%);
    color: #000;
}

::-webkit-selection {
    background: rgb(237 118 122 / 61%);
    color: #000;
}

::selection {
    background: rgb(237 118 122 / 61%);
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    color: #333;
    margin: 0px 0 10px;
    line-height: initial;
}
.elementor-element h2 a, 
.elementor-element h2 span, 
.elementor-element h2 {
    font-size: 35px;
    color: #333;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    line-height: 1.2;
}
.elementor-element h2 span {
    color: #c90006;
}


input, select, textarea {
    border: 0px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-bottom: 18px;
    height: 50px;
    border-bottom: 1px solid #e3e3e3 !important;
    border-radius: 0px !important;
    padding: 20px !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
    background: red;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
    font-size: 16px;
    margin: 0px;
    margin-top: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
    margin: 0px;
    margin-top: 10px;
    font-size: 16px;
}
span.wpcf7-not-valid-tip {
    display: none;
}

input.wpcf7-not-valid, 
select.wpcf7-not-valid, 
textarea.wpcf7-not-valid {
    border: 1px solid red !important;
}



@media (min-width: 991px) {
    .site-header.sticky {
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-name: fadeInDown;
        animation-timing-function: linear;
        opacity: 1;
        visibility: visible;
        z-index: 999;
        left: 0;
        right: 0px;
        position: fixed;
        top: 0;
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        width: 100%;
        background-color: #FFF;
        box-shadow: 1px 1px 20px 0px;
        color: rgb(0 0 0 / 15%);
    }
    
    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translate3d(0, -100%, 0)
        }
    
        to {
            opacity: 1;
            transform: none
        }
    }
    
}

.main-title h6 {
    color: #c90006;
    
    font-size: 18px;
    font-weight: 800;
    padding: 10px 0px 10px 35px;
    position: relative;
}
.main-title h6::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 26px;
    height: 26px;
    background-image: url(../images/dots_shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

/* ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #000;
    padding-left: 20px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}
ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    top: 8px;
    border-radius: 100px;
    background-color: #f8b9b0;
} */


/* ELEMENTOR-BUTTON */


.elementor-element .elementor-button {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 6px;
    padding: 15px 25px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #f90;
    background-color: #f90;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    text-decoration: none;
}
.elementor-element .elementor-button span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}
.elementor-element .elementor-button:hover {
    background-color: #e08700;
}
.elementor-element .elementor-button:hover span {
    color: #fff;
}


/* .elementor-element .e-con-inner {
    align-items: center !important;
} */

/* Scroll to top */


.scroll-top-section {
    float: right;
    margin-right: 10px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    color: #fff;
    border-radius: 0px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    width: 45px;
    height: 45px;
}
a.ScrollTop {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 0;
    outline: none;
    border-radius: 0%;
    background-color: #f8b9b0;
    transition: 0.5s;
    display: none;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-size: 20px;
    border-radius: 50px;
}
a.ScrollTop::before {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    line-height: 44px;
    color: #000;
    font-size: 22px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
a.ScrollTop:hover {
    background-color: #c90006;
}
a.ScrollTop:hover::before {
    color: #fff;
}

.whats-app-outer {
    position: fixed;
    bottom: 130px;
    z-index: 999;
    right: 15px;
    background: #25d366;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.whats-app-outer a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.whats-app-outer img {
    width: 45px;
    height: 45px;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}



/* New_css_start */
.site-header:not(.header-stacked) .header-inner .site-navigation {
    width: 100%;
    max-width: 85%;
}

.site-footer:not(.dynamic-footer) {
    width: 100% !important;
    max-width: 100% !important;
    background: #292929 !important;
    padding: 50px 15px 0px;
}

.footer_outer .row {
    display: flex;
    display: -webkit-flex;
    column-gap: 35px;
}
.footer_outer .row .footer_common {
    width: 25%;
}
.footer_outer .row .footer_common p, 
.footer_outer .row .footer_common h3 {
    color: #fff;
    position: relative;
}
.footer_outer .row .footer_common h3 {
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.footer_outer .row .footer_common ul.menu li a {
    display: block;
    padding-bottom: 10px;
    color: #fff;
    position: relative;
}
.footer_outer .row .footer_common ul.menu li {
    padding: 0px;
}
.footer_outer .row .footer_common ul.menu li::before {
    display: none;
}
.footer_outer .row .footer_common h3::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 34px;
    height: 2px;
    bottom: 0px;
    left: 0%;
    z-index: 0;
    pointer-events: none;
}
.footer_outer .footer_two.footer_common, 
.footer_outer .footer_three.footer_common {
    padding-left: 40px;
}
footer.site-footer .site-logo img {
    width: 100px;
}

footer .footer_one img {
    width: 170px;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
}
footer .footer_four .textwidget ul li {
    padding-left: 0px;
    color: #fff;
    padding-bottom: 12px;
}
footer .footer_four .textwidget ul li::before {
    display: none;
}
footer .footer_four .textwidget ul li i {
    color: #fff;
    padding-right: 10px;
}
footer .footer_four .textwidget ul li a {
    color: #fff;
}
.copy_rights_outer .container {
    border-top: 1px solid #ffcc00;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}
.copy_rights_outer .row {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    flex-direction: row;
    justify-content: space-between;
}
.copy_rights_outer .copy_rights_left p {
    margin: 0px;
    color: #fff;
}
.copy_rights_outer .copy_rights_left p a {
    color: #ffcc00;
}
.copy_rights_outer .copy_rights_left p a:hover {
    color: #ffcc00;
    text-decoration: underline;
}
.copy_rights_outer .Privacy_ul {
    display: flex;
    display: -webkit-flex;
    column-gap: 30px;
    row-gap: 30px;
}
.copy_rights_outer .Privacy_ul li {
    padding: 0px;
}
.copy_rights_outer .Privacy_ul li::before {
    display: none;
}
.copy_rights_outer .Privacy_ul li a {
    color: #fff;
}


.site-header .header-inner {
    width: 100% !important;
    max-width: 1340px !important;
    padding: 0px 15px;
    margin-left: auto;
    margin-right: auto;
}
.site-header .header-inner .custom-logo-link {
    display: flex !important;
}
.site-header .header-inner .custom-logo-link img {
    width: 120px;
}
.header-outer {
    background: transparent;
    padding: 10px 0px;
    position: absolute;
    top: 0px;
    z-index: 99;
    left: 0px;
    right: 0px;
}
header.page-header {
    display: none;
}


.elementor-element.home_grid_outer {
    padding: 60px 0px;
}


#mega-menu-wrap-menu-1 {
    background-color: transparent;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    position: relative;
    padding: 20px;
    line-height: 20px;
    height: auto;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    border: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link::before {
    position: absolute;
    content: '';
    height: 2px;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: #ffb606;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover::before {
    opacity: 1;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
    opacity: 1;
}

.elementor-element.home_grid_outer .elementor-button span {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: 500;
    color: #2C3339;
}
.elementor-element.home_grid_outer .elementor-button {
    background: transparent;
    border: 0px;
    padding: 0px;
    text-transform: uppercase;
}
.elementor-element.home_grid_outer .elementor-button:hover span {
    color: #ffb606;
    text-decoration: underline;
}   
.elementor-element.home_grid_outer .home-service-grid h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    padding-bottom: 18px;
    position: relative;
}
.elementor-element.home_grid_outer .home-service-grid h3:before {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    left: 0px;
    bottom: 0px;
    background-color: #ffb606;
}

.client_page_first_section {
    padding-top: 60px;
}
.client_page_second_section {
    padding-bottom: 60px;
}

.lp-archive-courses {
    padding: 80px 0px;
}
.course-permalink .course-title {
    font-size: 18px;
    line-height: initial;
    font-weight: 700;
    padding-bottom: 18px;
    position: relative;
    font-family: 'Roboto Slab', serif;
    color: #333;
}

.elementor-element.home-testimonial-grid-outer .home-testimonial-grid h3 {
    color: #ffb606;
    text-transform: uppercase;
    font-size: 24px;
    line-height: initial;
}
.elementor-element.home-testimonial-grid-outer .home-testimonial-grid h6 {
    color: #828282;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-bottom: 50px;
}
.elementor-element.home-testimonial-grid-outer .home-testimonial-grid h6::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #333;
    width: 35px;
}
.elementor-element.home-testimonial-grid-outer  {
    padding-bottom: 60px;
}
.elementor-element.re-con-title {
    padding: 60px 15px 30px;
}
.elementor-element.re-con-title h2 a, 
.elementor-element.re-con-title h2 {
    color: #ef8f00;
    text-align: center;
}
.elementor-element.re-con-title h2 a {
    color: #ffb606;
}
.elementor-element.re-con-title.second_title h2, 
.elementor-element.re-con-title.second_title h2 a {
    color: #ef8f00;
    text-transform: uppercase;
}
.elementor-element.re-con-title.second_title h2 {
    position: relative;
    padding-bottom: 30px;
}
.elementor-element.re-con-title.second_title h2::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    height: 1px;
    background-color: #333;
    width: 35px;
}
.elementor-element.cami_main_outer {
    padding: 60px 15px;
}
.dataTables_wrapper {
    overflow-x: auto;
}
.awsm-job-wrap {
    padding: 80px 0px;
}
.awsm-job-wrap .awsm-load-more.awsm-load-more-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 6px;
    padding: 15px 25px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #f90;
    background-color: #f90;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    text-decoration: none;
}
.awsm-job-wrap a.awsm-job-item:hover {
    box-shadow: 6px 10px #ffb606;
    background: transparent;
}
.awsm-job-wrap a.awsm-job-item:hover h2.awsm-job-post-title {
    color: #ffb606;
}
.awsm-job-wrap a.awsm-job-item {
    border-radius: 26px;
}
.awsm-job-wrap .awsm-jobs-pagination.awsm-load-more-main {
    text-align: center;
}
.awsm-job-wrap .awsm-job-more {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: 500;
    color: #2C3339;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
}
.elementor-element.contact_address_row {
    padding: 0px;
}
.elementor-element.contact_address_main_outer {
    padding: 70px 0px;
}
.contact_address_row .elementor-element.contact-grid svg {
    width: 35px;
    height: 35px;
}
.contact_address_row .elementor-element.contact-grid .elementor-icon-box-title span {
    display: block;
}
.contact_address_row .elementor-element.contact-grid .elementor-icon-box-description {
    color: #dd3333;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
}
.elementor-element.contact_address_main_outer .contact_address_row:first-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.elementor-element.contact_form_outer form {
    background-color: #d6d6d6;
    padding: 50px;
    margin-bottom: 60px;
}
.elementor-element.contact_form_outer .scacontact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.scacontact-form p {
    margin-bottom: 0px;
}
.scacontact-form input, 
.scacontact-form textarea {
    margin: 0px;
    font-weight: 400;
}
.scacontact-form textarea {
    height: 150px;
}
.scacontact-form .scasend, 
.scacontact-form .scamessage, 
.scacontact-form h2 {
    grid-column: span 2;
}
.scacontact-form h2 {
    text-align: center;
}
.scacontact-form .scasend {
    text-align: center;
}
.scacontact-form .scasend p {
    position: relative;
}
.scacontact-form .scasend p .wpcf7-spinner {
    position: absolute;
    top: 10px;
}
.buy_now a {
    width: 100%;
    text-align: center;
}
.single-awsm_job_openings .awsm-job-form-group input[type=submit] {
    height: auto;
    margin-bottom: 0px;
}
.page-id-23451 .page-content a,  
.single-awsm_job_openings .awsm-job-form-group input[type=submit],  
.buy_now a, 
.course-summary-sidebar .lp-course-buttons button, 
.comment-respond .comment-form input[type=submit], 
.scacontact-form .scasend input {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 6px !important;
    padding: 15px 25px !important;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #f90;
    background-color: #f90;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    text-decoration: none;
    height: auto;
}
.page-id-23451 .page-content a:hover,
.single-awsm_job_openings .awsm-job-form-group input[type=submit]:hover, 
.buy_now a:hover, 
.course-summary-sidebar .lp-course-buttons button:hover, 
.comment-respond .comment-form input[type=submit]:hover, 
.scacontact-form .scasend input:hover {
    border: 1px solid #e08700;
    background-color: #e08700;
}
.course-summary-sidebar .lp-course-buttons button {
    border: 1px solid #f90 !important;
    background-color: #f90 !important;
    color: #fff !important;
}
.course-summary-sidebar .lp-course-buttons button:hover {
    border: 1px solid #e08700 !important;
    background-color: #e08700 !important;
}
.elementor-element.ponsun-story-outer {
    padding: 60px 0px;
}
.elementor-element.ponsun-story-outer h2 {
    font-size: 25px;
    color: #ff0055;
}
.comment-respond .comment-form textarea {
    height: 150px;
}
.course-tab-panels .course-description {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
.course-tab-panels {
    padding: 30px;
    border: 1px solid #eee;
    border-top: 0px;
}
ul.learn-press-nav-tabs .course-nav.active label {
    border: 1px solid #eee;
    border-top: 0px;
    border-bottom: 0px;
}
.lp-archive-courses .course-detail-info .course-title {
    border-bottom: 1px solid rgb(255 255 255 / 50%) !important;
}
.comment-respond .comment-form>p.comment-form-cookies-consent input {
    height: auto;
}
.elementor-element.aml_adv_res_outer h3 {
    color: #000;
    text-align: center;
}
.elementor-element.aml_adv_res_outer h4 {
    color: #ffb606;
    text-align: center;
}
.elementor-element.aml_spec_outer {
    padding-bottom: 60px;
}
.elementor-element.aml_spec_outer .elementor-element.aml_spec_right h4 {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 700;
    margin-bottom: 20px;
}
.elementor-element.aml_spec_outer .elementor-element.aml_spec_right h4:last-child {
    margin-bottom: 0px;
}

.lp-archive-courses .course-detail-info {
    background: #f78900;
    padding: 0px !important;
}
.lp-archive-courses .course-meta__pull-left .meta-item::before {
    color: #ffffff;
}
.lp-archive-courses .course-summary-content .course-meta.course-meta-secondary .course-meta__pull-left .meta-item, 
.lp-archive-courses .course-meta__pull-left .meta-item__value>div, 
.lp-archive-courses .course-meta__pull-left .meta-item span, 
.lp-archive-courses .course-meta__pull-left .meta-item__value label {
    color: #fff;
}
.lp-archive-courses {
    padding-top: 0px;
}

.elementor-element.counter_box .elementor-counter {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.elementor-element.counter_box .elementor-counter .elementor-counter-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 1em;
    display: block;
    margin: 0;
    color: #fff;
    padding: 0 20px;
    border-right: 1px solid #d89a06;
    font-family: 'Roboto Slab', serif;
}
.elementor-element.counter_box .elementor-counter .elementor-counter-title {
    font-size: 24px;
    margin-top: 0px;
    padding: 0 20px;
    color: #333333;
    font-family: 'Roboto Slab', serif;
    line-height: normal;
    font-weight: 600;
    text-align: left;
}
.elementor-element.counter_box .elementor-counter .elementor-counter-number-suffix {
    display: none;
}

#loginform {
    width: 500px;
    margin: 0px auto;
    padding: 40px;
    box-shadow: 0 0 20px 6px #eaeaea;
    border-radius: 30px;
}

#loginform input {
    margin-top: 10px !important;
    padding: 10px !important;
    border: 1px solid #ddd !important;
    margin-bottom: 0px !important;
}
#loginform .login-remember {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
#loginform .login-remember input {
    margin-top: 0px;
    line-height: normal;
    height: auto;
}
#loginform .login-submit input[type=submit] {
    color: #fff;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: normal;
    border-radius: 6px !important;
    padding: 15px 25px !important;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #f90;
    background-color: #f90;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    text-decoration: none;
}
#loginform .login-submit input[type=submit]:hover {
    border: 1px solid #e08700;
    background-color: #e08700;
}
/* .lp-content-area {
    display: none;
} */

.wrapper-profile-header {
    display: none;
}
.lp-archive-courses {
    padding-bottom: 0px;
}
.slider-grid-two, 
.slider-grid-one {
    background-color: #ffcc00;
    padding: 10px 20px;
    text-align: center;
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 45px;
    position: relative;
}
.slider-grid-two:before, 
.slider-grid-one:before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    top: 100%;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background-color: #ffcc00;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}
.slider-grid-two h3, 
.slider-grid-one h3 {
    color: #000;
    font-size: 30px;
}
.slider-grid-two a, 
.slider-grid-one a {
    padding: 3px 15px;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    color: #000;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.slider-grid-two a:hover, 
.slider-grid-one a:hover {
    background: #fff;
    color: #000;
}
.home_grid_innter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px; /* Adjust the gap between boxes as needed */
}
.home_grid_innter .home-service-grid {
    display: flex;
    flex-direction: column;
    width: 100%; /* Ensure boxes take full width in flex container */
}
.home_grid_innter .home-service-grid .elementor-widget-button {
    margin-top: auto; /* Push button to the bottom */
}

.sub-banner-outer {
    position: relative;
    padding: 120px 0px 60px;
    z-index: 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.sub-banner-outer::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #000;
    opacity: .5;
    z-index: -1;
}
.sub-banner-outer .elementor-heading-title {
    color: #fff;
}
.sub-banner-outer p, 
.sub-banner-outer .elementor-widget-container {
    color: #fff;
}
.sub-banner-outer .elementor-widget-container a {
    color: #ffcc00;
}
.course-sidebar-preview .lp-course-buttons {
    display: none;
}
.comments-area{
    display: none;
}
.course-content.course-summary-content {
    padding: 0px 0px 70px;
}
.course-sidebar-preview {
    margin-bottom: 0px;
}
.awsm-job-single-wrap {
    padding: 70px 0px 70px;
}
.learn-press-breadcrumb {
    height: 286px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100% !important;
    background-image: url(../images/bg-page.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: 9;
    padding-top: 60px !important;
}
.learn-press-breadcrumb::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #000;
    opacity: .5;
    z-index: -1;
}
.learn-press-breadcrumb li i, 
.learn-press-breadcrumb li span {
    color: #fff;
}
.learn-press-breadcrumb li a span {
    color: #ffcc00;
}
.course-meta.course-meta-primary {
    display: none;
}
.single-awsm_job_openings .awsm-job-form-field[type=checkbox] {
    height: auto;
}
.learnpress .lp-content-area {
    padding: 70px 15px;
}
.page-id-23451 .header-outer,  
.single-awsm_job_openings .header-outer {
    position: unset;
    background-color: #292929;
}
ul.learn-press-breadcrumb li {
    text-align: center;
}
.page-id-23451 .page-content {
    padding: 70px 0px;
    text-align: center;
}
.page-id-23451 .wplf-lostpassword {
    display: none !important;
}
.eicon-menu-bar:before {
    color: #fff;
}
.cami_main_outer .dataTables_length select {
    padding: 8px !important;
    height: auto;
    border: 1px solid #c5c5c5 !important;
    border-radius: 10px !important;
}
.cami_main_outer .dataTables_filter {
    padding-bottom: 20px;
}
.cami_main_outer .dataTables_filter label input {
    padding: 10px !important;
    border: 1px solid #c5c5c5 !important;
    border-radius: 10px !important;
}
.cami_main_outer .tablepress {
    margin-top: 20px;
}

.header-outer .row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin: 0px;
    column-gap: 20px;
    justify-content: space-between;
}
.header-outer .row .header-logo img {
    width: 130px;
}
.header-outer .header-menu {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.header-outer .header-menu .hunderline {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    position: relative;
    padding: 20px;
    line-height: 20px;
    height: auto;
}

@media (max-width: 1024px) {
    .footer_outer .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }
    .footer_outer .row .footer_common {
        width: 45%;
    }
    .footer_outer .footer_two.footer_common, .footer_outer .footer_three.footer_common {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    
}

@media (max-width: 768px) {
    .slider-grid-two, .slider-grid-one {
        width: 100%;
    }
    .elementor-element.ponsun-story-outer {
        padding: 0px 0px 50px;
    }
    .cami_main_outer .dataTables_length {
        float: none;
        width: 100%;
        text-align: center;
    }
    .cami_main_outer  .dataTables_filter {
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }
    .header-outer .row {
        position: relative;
    }
    .header-outer .header-logo {
        z-index: 999;
    }
    .header-outer .row .header-menu {
        position: absolute;
        right: 0px;
        left: 0px;
        width: 100%;
        z-index: 9;
    }
    .header-outer #mega-menu-wrap-menu-1 {
        position: absolute;
        right: 0;
        top: 8px;
        width: 100%;
    }
    .header-outer .mega-toggle-blocks-left, 
    .header-outer .mega-toggle-blocks-center {
        display: none !important;
    }
    .header-outer .mega-toggle-blocks-right {
        margin-right: 85px;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #fff;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        background: transparent !important;
    }
    .header-outer .header-menu .hunderline {
        float: right;
        text-align: right;
        margin-left: auto;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        margin-top: 40px;
    }
    ul.learn-press-nav-tabs {
        grid-template-columns: repeat(3, 1fr);
    }
    .lp-archive-courses .lp-entry-content .entry-content-left {
        padding-top: 0px !important;
        margin-bottom: 0px;
    }
    .course-content.course-summary-content {
        padding: 0px 0px 0px;
    }
}

@media (max-width: 640px) {
    .footer_outer .row {
        display: grid;
        grid-template-columns: 1fr;
    }
    .footer_outer .row .footer_common {
        width: 100%;
    }
    .header-outer .row .header-logo img {
        width: 90px;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        margin-top: 25px;
    }
    #loginform {
        width: 100% !important;
    }
    .elementor-element.contact_form_outer .scacontact-form {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
    }
    .elementor-element.contact_form_outer form {
        padding: 30px;
    }
    .elementor-element.contact_address_main_outer {
        padding: 60px 0px 20px;
    }
}

@media (max-width: 425px) {
    
}

@media (max-width: 375px) {
    
}

@media (max-width: 320px) {
    
}