
@font-face {
    font-family: 'Font Awesome 6 Brands';
    src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf');
    font-style: normal;
    font-display: swap;
}
/*-----------------new-css-open---------------14-9-23---------*/

.about-img {
    text-align: center;
    background: #efefef;
    border-radius: 26px;
}

.about-img img {
    max-width: 100%;
    border-radius: 26px;
}

.section3 {
    position: relative;
    z-index: 3;
}

.strip1 {
    width: 100%;
    background: #fff;
    transition: 0.1s ease-in-out;
}

.strip1_inner {
    border-bottom: solid 1px #ddd;
    width: 100%;
}

.strip1_inner h2 {
    font-size: 60px;
    line-height: 100px;
    font-weight: 300;
    color: #000;
    position: relative;
    font-family: 'Aeonik-light';
    letter-spacing: 1.2px;
    -webkit-text-stroke-width: 0.5px;
    transition: 0.1s ease-in-out;
}

.strip1_inner h2 span {
    float: right;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: 0.7s ease;
    opacity: 0;
    visibility: visible;
    transform: scale(0);
}

.strip1:hover .strip1_inner h2 span {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    right: 0px;
    top: 0px;
}

.strip1:hover {
    background: #0070ff;
}

.strip1:hover .strip1_inner h2 {
    color: #fff;
    font-family: 'Aeonik-Regular';
}


.strip1_active,
.strip1_active h2 {
    background: #0070ff;
    color: #fff;
    font-weight: 500;
}

.strip1:hover .strip1:nth-child(2) .strip1_active {
    background: #fff;
}

.about_section {
    padding: 120px 0px 60px 0px;
    overflow-x: hidden;
    position: relative;
    z-index: 3;
}

.about_section .section-title p {
    margin: 15px 0 22px;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.about_section .section-title p {
    margin-right: 120px;
}

.button__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    align-self: start;
    user-select: none;
    width: 100%;
    height: 100%;
}

.button--regular {
    position: relative;
    height: 90px;
    width: 90px;
    padding-left: 1.71em;
    background: #222222;
    border-radius: 100%;
    /* font-family: "Aeonik-Medium",sans-serif;
    font-size: .97rem;*/
}

.button--regular:hover {
    color: #ff5a36;
    background: #0141c7;
}

.button {
    display: inline-block;
    align-self: start;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

/*.button__text {
    font-family: "Aeonik-Medium",sans-serif;
    font-size: .97rem;
    margin-right: 1.71em;
}*/
.button__arrow {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 100%;

}

.button--regular .button__arrow {
    padding-right: 0.64em;
}

.button__arrow svg {
    width: 40px;
}

.button__arrow svg path {
    stroke: #fff !important;
    fill: #fff;
    stroke-width: 0;
    font-variant: variation;
}

.button:hover .button__arrow svg {
    animation: MoveRightInitial 0.2s forwards, MoveRightEnd 0.4s forwards 0.2s;
}

.button:hover .button__arrow--static svg {
    animation: none;
}

@keyframes MoveRightInitial {
    to {
        transform: translate3d(250%, 0, 0);
    }
}

@keyframes MoveRightEnd {
    from {
        transform: translate3d(-150%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.button-new-regular {
    position: relative;
    height: 90px;
    padding-left: 26px;
    overflow: hidden;
    border-radius: 55px;
    display: inline-block;
    float: right;
    transition: 0.4s ease-in-out;
    padding-right: 14px;
    top: 44px;
}

.button-new-regular::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    height: 90px;
    width: 90px;
    background: #222222;
    z-index: 1;
    border-radius: 55px;
    transition: 0.4s ease-in-out;
}

.button-content-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 2;
    right: 11px;
    transition: 0.4s ease-in-out;
}

.button-content-sec p {
    color: #fff;
    margin: 0px;
    margin-right: 6px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.button-new-regular:hover .button-content-sec {
    right: 0px;
}

.button-new-regular:hover:after {
    width: 100%;
}

.button-new-regular:hover .button-content-sec p {
    visibility: visible;
    opacity: 1;
}

.button-new-regular2 {
    position: relative;
    height: 90px;
    padding-left: 26px;
    overflow: hidden;
    border-radius: 55px;
    display: inline-block;
    transition: 0.4s ease-in-out;
    padding-right: 38px;
}

.button-new-regular2::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90px;
    width: 90px;
    background: #222222;
    z-index: 1;
    border-radius: 55px;
    transition: 0.4s ease-in-out;
}

.button-content-sec2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 2;
    right: 0px;
    transition: 0.4s ease-in-out;
}

.button-content-sec2 p {
    color: #fff;
    margin: 0px;
    margin-right: 6px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out;
    margin-right: 0px;
}

.about_section .section-title .button-content-sec2 p {
    margin-right: 0px;
    margin: 0px;
}

.button-content-sec2 .button__arrow {
    margin-right: 10px;
}

.button-new-regular2:hover .button-content-sec2 {
    right: 0px;
}

.button-new-regular2:hover:after {
    width: 100%;
}

.button-new-regular2:hover .button-content-sec2 p {
    visibility: visible;
    opacity: 1;
    color: #ffff;
}

.global_section {
    background: #fff;
    margin-top: 160px;
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
}

.global_section .section-title p {
    margin-right: 99px;
    color: #666666;
    letter-spacing: 0.3px;
}

.features-list {
    margin: 50px 26px 22px;
}

.features-list li {
    line-height: 40px;
    position: relative;
    padding-left: 0px;
    font-size: 18px;
    border-bottom: solid 1px #d7d7d7;
    color: #343434;
    background: url(../img/arrow-forward-outline2.png) right center no-repeat;
    margin-bottom: 26px;
    font-weight: 300;
}

.features-list .about-features-list li i {
    color: #ff4f1e;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}

/*
 * #-Helpline Area
*/
.helpline-image {
    position: relative;
}

.helpline-shape {
    position: absolute;
    right: 0;
    top: 0;
}

.helpline-image img {
    width: 100%
}

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

.helpline-content ul li {
    display: block;
    padding-left: 23px;
    font-size: 24px;
    line-height: 36px;

    padding-bottom: 5px;
    position: relative;
}

.helpline-content ul li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 14px;
    width: 4px;
    height: 12px;
    border-radius: 3px;

}

.helpline-number {
    padding: 16px 24px;
    /*box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 5px;*/
}

.helpline-number .number-icon {
    background: #fff;
    width: 40px;
    margin-right: 36px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    float: left;
    line-height: 36px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.helpline-number .number-text {
    padding-left: 8px;
    overflow: hidden;
    font-family: 'Aeonik-Regular';
}

.helpline-number .number-text span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #087eff;
    font-weight: 600;
}

.helpline-number .number-text h3 {
    font-size: 18px;
    font-weight: 500;
    color: #282828;
    font-family: 'Aeonik-Regular';
}

/*.helpline-number .number-text a{
    line-height: 24px;
    font-weight: 500;
    color: var(--primary-color);
}*/


.our_partner {
    background: #080d31;
    padding: 50px 0px;
}

.our_partner p {
    color: #DBDBDB;
}
.our_partner_second_section {
    width: 100%;
    margin-top: 0px;
    height: 140px;
}

.our_partner_second_section .featured-image:hover {
    opacity: 1;
    position: relative;
}

.our_partner_section_inner {
    padding: 30px 0px;
    height: 140px;
}

.our_partner_section_inner h2 {
    font-size: 70px;
    color: #fff;
    line-height: 80px;
    font-family: 'Aeonik-Light';
    -webkit-text-stroke-width: 0px;
    font-weight: 300;
    letter-spacing: 0px;
}

.our_partner_section_inner span {
    float: right;
    right: 0px;
    /* display: none; */
}

.our_partner_second_section .featured_visual_height {
    z-index: 0;
    max-width: 100%;
    max-height: 100%;
    display: none !important;
    object-fit: cover;
    border-radius: 1em;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}


.range_of_service {
    padding: 60px 0px;
    position: relative;
    z-index: 3;
}



.range_of_service .section-title h2 {
    font-size: 75px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Aeonik-Regular';
    margin: 0;
    color: #000;
}

.range_of_service .section-title p {
    margin-right: 120px;
}

.servies-cards-home-wrapper{
    margin-top: 70px;
}
.course-card.style1 {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #7070704D;
    border-radius: 24px;
    margin: 0 0 30px;
    border-radius: 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 20px 10px;

}

.course-card.style1:hover {
    background: #007AFF05 0% 0% no-repeat padding-box;
    border-radius: 24px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.295);
    border: 1px solid #007AFF;
    transform: scale(1.03);
}

.course-card.style1:hover .course-img img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    max-width: 356px;
    max-height: 356px;
    -webkit-filter: drop-shadow(46px 15px 8px #2a2a2a14);
    filter: drop-shadow(46px 15px 8px #2a2a2a14);
}

.course-card .course-img {
    position: relative;
    text-align: center;
    overflow: hidden;
    max-width: 356px;
    height: 356px;
    margin: 0 auto;
}

.course-card .course-img img {
    border-radius: 5px 5px 0 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.course-card .course-info h3 {
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    margin: 0;
    font-family: 'Aeonik-Light';
    font-weight: normal;
    -webkit-text-stroke-width: 0.3px;
}

.course-card .course-info .serviceLink {
    position: absolute;
    width: 50px;
    height: 50px;
    visibility: hidden;
    right: 30px;
    top: 30px;
    transition: 0.7s ease;
    opacity: 0;
    visibility: visible;
    transform: scale(0);
}

.course-card.style1:hover .course-info .serviceLink {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    right: 10px;
    top: 5px;
}

.course-card .course-info p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.course-card .course-metainfo p i {
    margin-right: 5px;
}

.course-card.style1 .course-info {
    padding: 15px 20px 18px;
    position: relative;
}

.course-card.style1 .course-rating {
    padding: 20px 0 15px;
}

.course-card.style1 .course-metainfo i {
    font-size: 14px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.course-card.style1 .course-metainfo .course-metainfo-left ul li:last-child {
    margin-left: 20px;
}

.course-card.style2 {
    border: 1px solid #ddd;
    margin: 0 0 30px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.course-card.style2:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.course-card.style2:hover .course-img img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.course-card.style2 .course-info {
    padding: 40px 20px 18px;
    position: relative;
}

.course-card.style2 .course-info .course-price {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    background: #ff4f1e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    position: absolute;
    top: -28px;
    left: 20px;
}

.course-card.style2 .course-rating {
    padding: 20px 0 15px;
}

.course-card.style2 .course-metainfo i {
    font-size: 14px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.course-card.style2 .course-metainfo .course-metainfo-left ul li:last-child {
    margin-left: 20px;
}

.course-card.style3 {
    margin: 0 0 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.course-card.style3 .course-img .event-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ff4f1e;
    display: inline-block;
    color: #fff;
    line-height: 1;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 12px;
    border: none;
}

.course-card.style3 .course-img .event-date i {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.course-card.style3 .course-info {
    padding: 0 0 15px;
    margin: 18px 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.course-card.style3 .course-metainfo {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 20px 20px;
}

.course-card.style3 .course-metainfo i {
    color: #ff4f1e;
    font-size: 20px;
}

.course-card.style3 .course-metainfo p {
    font-weight: 16px;
    position: relative;
    padding-left: 22px;
}

.course-card.style3 .course-metainfo p i {
    position: absolute;
    top: 4px;
    left: 0;
}

.course-card.style3 .course-metainfo .course-metainfo-left ul li:last-child {
    margin-left: 20px;
}



.news_update {
    position: relative;
    z-index: 3;
}


.news_update .section-title h2 {
    font-size: 78px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Aeonik-Regular';
    margin: 0;
    color: #000;
}

.news_update .section-title.sec-title-cls2 h2 {
    line-height: 86px;
}

.announcement_box {
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #70707027;
    border-radius: 24px;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    margin-bottom: 5px;
    transition: 0.4s ease-in-out;
    
}

.announcement_box:hover {
    transform: scale(1.04);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background: #fff;
    cursor: pointer;
}

.announcement_box2 {
    width: 100%;
    margin-top: 10px;
}

.announcement_box2 span {
    color: #007AFF;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Aeonik-Regular';
    letter-spacing: 1.4px;
}

.announcement_box_date {
    color: #343434;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Aeonik-Light';
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 24px;
}

.announcement_box h3 {
    color: #000;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Aeonik-Light';
    font-weight: 300;
    letter-spacing: 0.64px;
    -webkit-text-stroke-width: 0.3px;
}

.announcement_box_img_outer {
    margin-top: 100px;
    text-align: center;
}

.announcement_box_img_outer img {
    border-radius: 24px;
    text-align: center;
    max-width: 100%;
    height: 284px;
}
.announcement_box_right {
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #70707027;
    border-radius: 24px;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    margin-bottom: 30px;
    transition: 0.4s ease-in-out;
    min-height: 306px;
}

.announcement_box_right:hover {
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background: #fff;
    transform: scale(1.04);
}

.announcement_box_profile {
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}

.announcement_box_profile img {
    width: 100%;
    height: 262px;
}

.announcement_box_right_box2 {
    width: 100%;
    margin-top: 0px;
    transform: translateZ(100px);
}
.announcement_box_right_box2 h3{
    transform: translateZ(100px);
}
.announcement_box_right_box2 span {
    color: #007AFF;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Aeonik-Regular';
    letter-spacing: 1.4px;
}

.announcement_box_right_box_date {
    color: #343434;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Aeonik-Light';
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 24px;
}

.announcement_box_right h3 {
    color: #000;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Aeonik-Light';
    font-weight: 300;
    letter-spacing: 0.64px;
    -webkit-text-stroke-width: 0.3px;
}

.hard_to_access {
    background: #FCFAF7;
    padding-top: 78px;
    padding-bottom: 78px;
    margin-top: 20px;
    position: relative;
    z-index: 3;
}
.btn.v1 {
    background-color: #222222;
    border-radius: 50px;
    border: 1px solid transparent;
    color: #fff;
    padding: 16px 55px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: 'Aeonik-Regular';
    font-weight: 400;
    font-size: 18px;
}

.btn.v1:hover {
    background-color: #222222;
}


.hard_to_access-content_box {
    margin-left: 112px;
    padding-top: 76px;
}

.hard_to_access-content_box p {
    transition: 0.4s ease-in-out;
}

/* .hard_to_access-content_box:hover p{
    background-position-x: 105%;
} */
.title_1 {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: 'Aeonik-Regular';
    font-weight: 600;
    letter-spacing: 3px;
}

.hard_to_access-content_box h2 {
    font-size: 78px;
    font-weight: 400;
    line-height: 90px;
    font-family: 'Aeonik-Regular';
    margin: 0;
    color: #000;
    padding-right: 20px;
}

.hard_to_access-content_box p {
    padding-right: 145px;
    margin: 15px 0 62px;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    background: url(../img/arrow-forward-outline4444.png) center right no-repeat;
}
.hard_to_access_content_box_right_side {
    width: 100%;
    background-image: linear-gradient(180deg, #ccd8d6 0%, #ede5d6 100%);
    border-radius: 300px 300px 30px 30px;
    position: relative;
    text-align: right;
}

.hard_to_access_content_box_right_side img {}

.footer-widget h2 {
    font-size: 70px;
    font-family: 'Aeonik-Thin';
    font-weight: 100;
    color: #fff;
    font-weight: normal;
    transition: 0.4s ease-in-out;
}

.footer-widget:hover h2 {
    font-weight: bold;
}

.footer_arrow {
    transition: 0.4s ease-in-out;
    position: relative;
    top: -10px;
    right: -15px;
}

.footer-widget:hover .footer_arrow {
    top: -15px;
    right: -20px;
}

.subscribe {
    font-size: 14px;
    letter-spacing: 3.1px;
    font-family: 'Aeonik-Regular';
    color: #fff;
    font-weight: normal;
}

.address p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.list {
    width: 100%;
}

.list li {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    font-family: 'Aeonik-Light';
}

.list li span {
    width: 60px;
    float: left;
}


.social {
    width: 100%;
}

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

.social ul li {
    list-style: none;
    margin: 0px;
    padding: 0px 30px 0px 0px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2.8px;
    font-family: 'Aeonik-Regular';
    font-weight: bold;
}

.social ul li a {
    font-weight: 600;
    color: #ffffff;
   /*  background: -webkit-linear-gradient(left, #e11b1b, #2c03b3, #e11b1b);
    background-size: 300px 200px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */

    /* -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-name: animationgradienttitle;
    animation-name: animationgradienttitle;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; */
}

/*
@-webkit-keyframes animationgradienttitle {
    0% {
        background-position: 0 300px;
    }

    100% {
        background-position: 300px 0;
    }
}

@keyframes animationgradienttitle {
    0% {
        background-position: 0 300px;
    }

    100% {
        background-position: 300px 0;
    }
} */


/*
.social ul li:nth-child(1) a {
    color: #0072b1
}

.social ul li:nth-child(2) a {

    background: -webkit-linear-gradient(164deg, #0073df, #ff003d, #ffc957);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.social ul li:nth-child(3) a {
    color: #CD201F;
}

.social ul li:nth-child(4) a {
    color:#007af2;
} */

.footer_100 {
    margin-top: 100px;
}



.footer_link ul {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.footer_link ul li {
    list-style: none;
    margin: 0px;
    padding: 0px 30px 0px 0px;
    display: inline-block;
    font-size: 16px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
}

.footer_link ul li a {
    color: #fff;
    font-family: 'Aeonik-Light';
}

.footer_link ul li a:hover {
    color: #007aff;
}

.copy_right p {
    font-size: 16px;
    font-family: 'Aeonik-Light';
    font-weight: 300;
    color: #fff;
}


/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */

.mouser_outer2 {
    margin: 0 auto;
    width: 100px;
    margin-top: 48px;
    text-align: center;
    text-transform: uppercase;
}

.mouser_outer2 {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.mouse_outer {
    transform: translateY(-16px);
}

/*.mouser_outer2{
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}*/
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.mouser_outer2 span {
    color: #505050;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Aeonik-Regular';
}

.mouse-icon {
    position: relative;
    left: 50%;
    bottom: 0px;
    border: 2px solid #6e6e6e;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    margin-left: -15px;
    display: block;
    z-index: 10;
    opacity: 0.8;
}

.mouse-icon:after {
    position: absolute;
    content: '\ea4e';
    font-family: remixicon;
    font-size: 26px;
    left: -2px;
    right: 0px;
    top: 35px;
    color: #747474;
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #6e6e6e;
    width: 2px;
    height: 8px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }

    30% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }

    30% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}

.home {
    background-image: url(../images/hero-img9.jpg.html);
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    padding: 100px 0;
    position: relative
        /* Temp CSS */
        /* Temp CSS End */
}



/*------------------Breaking News Section -------------------*/
.news {
    background: #fff;
    margin-top: 20px;
    text-align: center;
}

.new_outer {
    border-radius: 50px;
    border: solid 1px #E0E0E0;
    padding: 10px 10px 6px 10px;
}

.sound {
    text-align: center;
    justify-content: flex-end;
    cursor: pointer;
}

.sound i {
    border-radius: 100%;
    border: solid 1px #E0E0E0;
    width: 58px;
    height: 58px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6e6e6e;
    margin: 0 auto;
}


.breaking-news-section {
    background-color: #00c8fa;
    /*-- Breaking News Section Two --*/
    /*-- Breaking News Section Three --*/
}

.breaking-news-section.breaking-news-section-2 {
    background-color: #ffffff;
}

.breaking-news-section.breaking-news-section-3 {
    background-color: #1f2024;
}

/*-- Breaking News Wrapper --*/
.breaking-news-wrapper {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    /*-- Breaking News Title --*/
    /*-- Breaking News Slider --*/
    /*-- Breaking News Nav --*/
    /*-- Breaking News Wrapper Two --*/
    /*-- Breaking News Wrapper Three --*/
}

@media only screen and (max-width: 767px) {
    .breaking-news-wrapper {
        text-align: center;
    }
}

.breaking-news-wrapper .breaking-news-title {
    display: block;
    line-height: 30px;
    padding: 3px 14px;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: none;
    background-color: #007AFF;
    border-radius: 30px;
}

@media only screen and (max-width: 768px) {
    .breaking-news-wrapper .breaking-news-title {
        display: inline-block;
        float: none !important;
        padding: 0 20px;
    }
}

.breaking-news-wrapper .breaking-news-ticker {
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .breaking-news-wrapper .breaking-news-ticker {
        margin-left: 0;
    }

    .breaking-news-wrapper .breaking-news-ticker li {

        line-height: 15px !important;
    }
}

.breaking-news-wrapper .breaking-news-ticker li {
    padding: 5px 0;
    display: block;
    line-height: 22px;
    color: #000;
    font-size: 14px;
    font-family: 'Aeonik-Regular';
}

/*.breaking-news-wrapper .breaking-news-ticker li a {
  display: block;
  line-height: 30px;
  color:#000;
  font-size: 14px;
  font-family: 'Aeonik-Regular';
}
.breaking-news-wrapper .breaking-news-ticker li a:hover {
  text-decoration: underline;
}*/
.breaking-news-wrapper .breaking-news-nav {
    float: right;
}
/*
@media only screen and (max-width: 767px) {
    .breaking-news-wrapper .breaking-news-nav {
        display: none;
    }
} */

.breaking-news-wrapper .breaking-news-nav button {
    display: block;
    float: left;
    width: 26px;
    height: 28px;
    background: none;
    border: none;
    color: #6e6e6e;
    margin-left: 1px;
    /*-- Hover --*/
}

.breaking-news-wrapper .breaking-news-nav button:first-child {
    margin-left: 0;
    border-radius: 1px solid #00a6cf;
}

.breaking-news-wrapper .breaking-news-nav button i {
    display: block;
    font-size: 24px;
    line-height: 28px;
}

.breaking-news-wrapper .breaking-news-nav button:hover {
    /*background-color: #f05555;*/
}

.breaking-news-wrapper.breaking-news-wrapper-2 {
    /*-- Breaking News Title --*/
    /*-- Breaking News Slider --*/
    /*-- Breaking News Nav --*/
}

.breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-title {
    background-color: #1f2024;
}

.breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-ticker li a {
    color: #1f2024;
}

.breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-nav button {
    background-color: transparent;
    border-width: 0 1px 0 0;
    border-color: #f1f1f1;
    border-style: solid;
    color: #444444;
    margin-left: 0;
    /*-- Hover --*/
}

.breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-nav button:first-child {
    border-left: 1px solid #f1f1f1;
}

.breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-nav button:hover {
    background-color: transparent;
    color: #00c8fa;
}

.breaking-news-wrapper.breaking-news-wrapper-3 {
    /*-- Breaking News Title --*/
    /*-- Breaking News Slider --*/
    /*-- Breaking News Nav --*/
}

.breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-title {
    background-color: #ffc61c;
    color: #1f2024;
}

.breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-ticker li a {
    color: #d8d8d8;
}

.breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-nav button {
    background-color: transparent;
    border-width: 0 1px 0 0;
    border-color: #444444;
    border-style: solid;
    color: #444444;
    margin-left: 0;
}

.breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-nav button:first-child {
    border-left: 1px solid #444444;
}

.breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-nav button:hover {
    background-color: transparent;
    color: #ffc61c;
}


/*=======================language-picker===open=================*/


.btn2 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 0px 10px 30px;
    text-align: center;
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.language-picker {
    display: inline-block;
    position: relative;
    font-style: normal;
}

.js .language-picker__form {
    display: none
}

.language-picker__button .icon {
    height: 16px;
    width: 16px;
    margin-left: .25rem;
    margin-left: var(--space-xxxs);
}

.language-picker__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    /*width: 170px;*/
   width: 122px;
    background: #fff !important;
    background-color: var(--color-bg);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
    box-shadow: var(--shadow-sm);
    padding: .375rem 0;
    padding: var(--space-xxs) 0;
    border-radius: .25em;
    z-index: 4 !important;
    z-index: var(--zindex-popover);
    --space-unit: 1rem;
    --space-xxxxs: 0.125rem;
    --space-xxxs: 0.25rem;
    --space-xxs: 0.375rem;
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1.25rem;
    --space-lg: 2rem;
    --space-xl: 3.25rem;
    --space-xxl: 5.25rem;
    --space-xxxl: 8.5rem;
    --space-xxxxl: 13.75rem;
    --component-padding: 1.25rem;
    --component-padding: var(--space-md);
    font-size: 1rem;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    transition: opacity .2s, -webkit-transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

/*.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .language-picker__dropdown.show-list::before {*/
/*        width: 70%;*/
/*}*/

.language-picker__item {
    text-decoration: none;
    padding: .5em 2em .5em 1.25em;
    padding: var(--space-xs) var(--space-lg) var(--space-xs) var(--space-md);
    color: #313135;
    color: var(--color-contrast-high)
}

.language-picker__item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.language-picker__item:hover {
    background-color: #f2f2f2;
    background-color: var(--color-contrast-lower)
}

.language-picker__item[aria-selected=true] {
    position: relative;
    background-color: #2a6df4;
    background-color: var(--color-primary);
    color: #fff;
    color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.language-picker__item[aria-selected=true]::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    right: .75rem;
    right: var(--space-sm);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBvbHlsaW5lIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlPScjZmZmZmZmJyBmaWxsPSdub25lJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHBvaW50cz0nMSw5IDUsMTMgMTUsMyAnLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    visibility:hidden;

}

.language-picker__flag {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Aeonik-Regular';
    font-weight: normal;

}

.language-picker__flag::before {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    height: 16px;
    width: 16px;
    margin-right: 5px;
    /*margin-right: var(--space-xxs);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
}

.language-picker__dropdown .language-picker__flag::before {
    margin-right: .5rem;
    margin-right: var(--space-xs)
}

.language-picker__flag--deutsch::before {
    background: url(../img/duch.png) center center no-repeat;
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZD0nTTQ4LDE4SDBWOGMwLTEuMTA1LDAuODk1LTIsMi0yaDQ0YzEuMTA1LDAsMiwwLjg5NSwyLDJWMTh6Jy8+PHJlY3QgeT0nMTgnIGZpbGw9JyNFRTAwMDAnIHdpZHRoPSc0OCcgaGVpZ2h0PScxMicvPjxwYXRoIGZpbGw9JyNGRENGMDAnIGQ9J000OCw0MGMwLDEuMTA1LTAuODk1LDItMiwySDJjLTEuMTA1LDAtMi0wLjg5NS0yLTJWMzBoNDhWNDB6Jy8+PC9zdmc+)
*/
}

.language-picker__flag--english::before {
    background: url(../img/eng.png) center center no-repeat;
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAwMjc4MScgZD0nTTQ2LDZIMkMwLjg5Niw2LDAsNi44OTYsMCw4djMyYzAsMS4xMDQsMC44OTYsMiwyLDJoNDRjMS4xMDQsMCwyLTAuODk2LDItMlY4QzQ4LDYuODk2LDQ3LjEwNCw2LDQ2LDZ6Jy8+PHBhdGggZmlsbD0nI0U2RTZFNicgZD0nTTQ4LDhjMC0xLjEwNC0wLjg5Ni0yLTItMmgtNS4xNjFMMjgsMTUuODc2VjZoLTh2OS44NzZMNy4xNjEsNkgyQzAuODk2LDYsMCw2Ljg5NiwwLDh2Mi41ODZMMTIuMjM5LDIwSDB2OCBoMTIuMjM5TDAsMzcuNDE1VjQwYzAsMS4xMDQsMC44OTYsMiwyLDJoNS4xNjFMMjAsMzIuMTI0VjQyaDh2LTkuODc2TDQwLjgzOSw0Mkg0NmMxLjEwNCwwLDItMC44OTYsMi0ydi0yLjU4NUwzNS43NjEsMjhINDh2LTggSDM1Ljc2MUw0OCwxMC41ODZWOHonLz48cG9seWdvbiBmaWxsPScjRDEwRDI0JyBwb2ludHM9JzQ4LDIyIDI2LDIyIDI2LDYgMjIsNiAyMiwyMiAwLDIyIDAsMjYgMjIsMjYgMjIsNDIgMjYsNDIgMjYsMjYgNDgsMjYgJy8+PHBhdGggZmlsbD0nI0QxMEQyNCcgZD0nTTQ3LjAwMSw2LjMwN0wyOS4yLDIwaDMuMjhMNDgsOC4wNjJWOEM0OCw3LjI2OCw0Ny41ODcsNi42NTYsNDcuMDAxLDYuMzA3eicvPjxwYXRoIGZpbGw9JyNEMTBEMjQnIGQ9J00zMi40OCwyOEgyOS4ybDE3LjgwMSwxMy42OTNDNDcuNTg3LDQxLjM0NCw0OCw0MC43MzIsNDgsNDB2LTAuMDYyTDMyLjQ4LDI4eicvPjxwYXRoIGZpbGw9JyNEMTBEMjQnIGQ9J00xNS41MiwyOEwwLDM5LjkzOFY0MGMwLDAuNzMyLDAuNDEzLDEuMzQ0LDAuOTk5LDEuNjkzTDE4LjgsMjhIMTUuNTJ6Jy8+PHBhdGggZmlsbD0nI0QxMEQyNCcgZD0nTTE1LjUyLDIwaDMuMjhMMC45OTksNi4zMDdDMC40MTMsNi42NTYsMCw3LjI2OCwwLDh2MC4wNjJMMTUuNTIsMjB6Jy8+PC9zdmc+)
*/
}

.language-picker__flag--francais::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAxMjA5RicgZD0nTTE2LDQySDJjLTEuMTA1LDAtMi0wLjg5NS0yLTJWOGMwLTEuMTA1LDAuODk1LTIsMi0yaDE0VjQyeicvPjxwYXRoIGZpbGw9JyNFRjQyMzQnIGQ9J000OCw0MGMwLDEuMTA1LTAuODk1LDItMiwySDMyVjZoMTRjMS4xMDUsMCwyLDAuODk1LDIsMlY0MHonLz48cmVjdCB4PScxNicgeT0nNicgZmlsbD0nI0U2RTZFNicgd2lkdGg9JzE2JyBoZWlnaHQ9JzM2Jy8+PC9zdmc+)
}

.language-picker__flag--italiano::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAwOTM0NScgZD0nTTE2LDQySDJjLTEuMTA1LDAtMi0wLjg5NS0yLTJWOGMwLTEuMTA1LDAuODk1LTIsMi0yaDE0VjQyeicvPjxwYXRoIGZpbGw9JyNDRjJCMzYnIGQ9J000OCw0MGMwLDEuMTA1LTAuODk1LDItMiwySDMyVjZoMTRjMS4xMDUsMCwyLDAuODk1LDIsMlY0MHonLz48cmVjdCB4PScxNicgeT0nNicgZmlsbD0nI0U2RTZFNicgd2lkdGg9JzE2JyBoZWlnaHQ9JzM2Jy8+PC9zdmc+)
}

.language-picker--hide-label .language-picker__button .icon {
    margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
    display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
    margin-right: .25rem;
    margin-right: var(--space-xxxs)
}


/*=======================language-picker===end=================*/

/*------------------new-css-end--------------*/








.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
button:focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a,
button,
input[type="submit"] {
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

a {
    color: #000;
    text-transform: inherit;
    text-decoration: none;
}

a:hover,
a :focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ff4f1e;
}

a:focus {
    outline: 0 solid;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Aeonik-Regular';
    font-weight: 600;
    color: #201d1e;
    line-height: 1.4;
}

body {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Aeonik-Regular';
}

ul {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

p {
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.gotoTopBtn {
    position: relative;
}

.back-to-top {
    font-size: 24px;
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    color: #4de2c1;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 999;
    background: #000000;
    border-radius: 50%;
    border: solid 2px #1b1b1b;
    right: 20px;

}

.back-to-top i {
    color: #fff;
    font-size: 35px;
}

/* .page-wrapper {
    overflow-x: hidden !important;
} */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    overflow-x: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader img {
    max-width: 150px;
}

@-webkit-keyframes loading {
    from {
        max-width: 0;
    }
}

@keyframes loading {
    from {
        max-width: 0;
    }
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-150 {
    padding-bottom: 150px;
}

.ptb-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
}

.ptb-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.plr-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.ptb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.ptb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.ptb-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.ptb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.z-0 {
    z-index: 0;
    position: relative;
}

.btn {
    font-family: poppins, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 30px;
    text-align: center;
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.btn.v2 {
    background-color: #fff;
    border: 1px solid transparent;
    color: #012245;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 5px;
    padding: 12px 22px;
}

.btn.v2 i {
    margin-right: 5px;
    font-size: 15px;
    position: relative;
    top: 2px;
}

.btn.v2:hover {
    color: #fff;
    background-color: #ff4f1e;
    border-color: transparent;
}

.btn.v3 {
    background-color: #ff4f1e;
    border: none;
    color: #fff;
    padding: 12px 28px;
}

.btn.v3 i {
    position: relative;
    font-size: 13px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.btn.v4 {
    background-color: #fff;
    border: none;
    color: #201d1e;
    padding: 8px 35px;
}

.btn.v4 i {
    font-size: 13px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.btn.v5 {
    background-color: #012245;
    color: #fff;
    padding: 12px 22px;
    border-radius: 5px;
}

.btn.v5:hover {
    border-color: transparent;
    background-color: #ff4f1e;
}

.btn.v6 {
    background-color: #ff4f1e;
    border: 1px solid transparent;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 18px;
}

.btn.v6 i {
    margin-left: 6px;
    font-size: 15px;
}

.btn.v7 {
    background-color: #ff4f1e;
    border: none;
    color: #fff;
    padding: 10px 35px;
    border-radius: 0;
}

.btn.v7 i {
    font-size: 15px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.btn.v7:hover {
    border-radius: 0 20px 0;
}

.btn.v8 {
    background-color: transparent;
    border: 1px solid #201d1e;
    color: #201d1e;
    padding: 8px 35px;
}

.btn.v8 i {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.btn.v8:hover {
    border-radius: 0 20px 0;
}

.btn.v9 {
    background-color: #ff4f1e;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50px;
    padding: 10px 25px 12px;
}

.btn.v9 i {
    margin-left: 5px;
    font-size: 15px;
    position: relative;
    top: 2px;
}

.btn.v9:hover {
    color: #ff4f1e;
    background-color: transparent;
    border-color: #ff4f1e;
}

.link {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    transition: 0.3s;
    color: #ff4f1e;
    -webkit-transition: 0.3s;
}

.link i {
    margin-left: 0;
    font-size: 14px;
    position: relative;
    top: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.link:hover {
    color: #ff4f1e;
}

.link.style1 {
    color: #818181;
}

.link.style1:hover {
    color: #ff4f1e;
}

.link.style1:hover i {
    margin-left: 6px;
}

.link.style3 {
    background: #fff;
    color: #ff4f1e;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 10px;
}

.section-title {
    position: relative;
}

.section-title span {
    position: relative;
    line-height: 1.5;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 5px;
}

.section-title h2 {
    font-size: 78px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Aeonik-Regular';
    margin: 0;
    color: #000;
}

.section-title.our_partner p {
    margin: 5px 0 0;
    letter-spacing: 0.3px;
    color: #666666;
}

.section-title.style1 span {
    color: #ff4f1e;
}

.section-title.style2 span,
.section-title.style2 h2 {
    color: #fff;
}

.content-box-title {
    background: #ff4f1e;
    padding: 20px;
    margin: 0 0 20px;
}

.content-box-title h5 {
    color: #fff;
    margin: 0;
    line-height: 1;
}

.content-box-title.style2 {
    background: 0 0;
    padding: 0;
}

.content-box-title.style2 h5 {
    color: #012245;
    font-size: 24px;
}

.title {
    font-size: 40px;
    font-weight: 700;
}

.text-black {
    color: #000 !important;
}

.text-orange {
    color: #ff4f1e !important;
}

.text-red {
    color: #201d1e !important;
}

.bg-transparent {
    background-color: transparent;
}

.bg-midnight {
    background-color: #012245;
}

.bg-blue {
    background-color: #ff4f1e;
}

.bg-minsk {
    background-color: #3f3a7f;
}

.bg-tangaroa {
    background-color: #031236;
}

.bg-heath {
    background-color: #f3f6fb;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.overlay.bg-black {
    background-color: #000;
}

.overlay.bg-red {
    background-color: #201d1e;
}

.op-1 {
    opacity: 0.1;
}

.op-2 {
    opacity: 0.2;
}

.op-3 {
    opacity: 0.3;
}

.op-4 {
    opacity: 0.4;
}

.op-5 {
    opacity: 0.5;
}

.op-6 {
    opacity: 0.6;
}

.op-7 {
    opacity: 0.7;
}

.op-8 {
    opacity: 0.8;
}

.op-9 {
    opacity: 0.9;
}

.op-10 {
    opacity: 1;
}

.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
}

.pos-rel {
    position: relative;
}

.content-para {
    position: relative;
    padding-left: 15px;
}

.content-para p {
    margin: 0;
}

.content-para:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #ff4f1e;
    width: 2px;
    height: 100%;
}

.circle {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.circle:hover {
    background: #fff;
}

.circle:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
}

.circle.style1:after {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    border: 20px solid rgba(255, 79, 30, 0.3);
}

.circle.style2:after {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border: 10px solid rgba(255, 255, 255, 0.4);
}

.circle.v3:after {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 2px solid #ff4f1e;
}

.circle:after {
    -webkit-animation: ripple 2s linear 1.9s infinite;
    animation: ripple 2s linear 1.9s infinite;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

.bounce {
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

.body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.body_overlay.open {
    visibility: visible;
    opacity: 1;
}

.social-profile li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.social-profile li:last-child {
    margin-right: 0;
}

.social-profile li a {
    display: block;
    color: #4c4c4c;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #4c4c4c;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.social-profile li a i {
    font-size: 20px;
    line-height: 34px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.social-profile li a:hover {
    background-color: #ff4f1e;
    border-color: transparent;
}

.social-profile li a:hover i {
    color: #fff;
}

.social-profile.style2 li a {
    color: #ff4f1e;
    border: none;
    -webkit-box-shadow: 0 0 6px rgba(255, 79, 30, 0.2);
    box-shadow: 0 0 6px rgba(255, 79, 30, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.social-profile.style2 li a i {
    font-size: 20px;
    line-height: 34px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.social-profile.style2 li a:hover {
    background-color: #ff4f1e;
    border-color: transparent;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.social-profile.style2 li a:hover i {
    color: #fff;
}

.social-profile.style3 li {
    margin: 0 20px 0 0;
}

.social-profile.style3 li a {
    width: auto;
    height: auto;
    color: #fff;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.social-profile.style3 li a i {
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.social-profile.style3 li a:hover {
    background-color: transparent;
}

.social-profile.v1 li:first-child::before {
    display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
    display: none;
}

.rating li {
    display: inline-block;
}

.rating li i {
    color: #ffc107;
    font-size: 20px;
}

.page-navigation {
    margin: 20px 0 0;
}

.page-navigation .page-nav {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-navigation .page-nav li {
    margin: 0 5px;
}

.page-navigation .page-nav li a {
    display: block;
    width: 38px;
    height: 38px;
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 39px;
    color: #3f3a7f;
    font-weight: 600;
}

.page-navigation .page-nav li a.active,
.page-navigation .page-nav li a:hover {
    background: #ff4f1e;
    border-color: transparent;
    color: #fff;
}

.form-group {
    margin: 0 0 25px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: none;
    background: 0 0;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 26px 10px 10px 12px;
}

.form-group input {
    height: 60px;
}

.form-group textarea {
    height: 140px;
    resize: none;
    padding: 15px 10px 10px 20px;
}

#message {
    padding: 0;
    margin: 0;
}

.help-block {
    color: #e31c25;
}

.contact-info-box {
    padding: 25px;
    border-radius: 5px;
}

.contact-info-box p {
    margin: 20px 0 25px;
}

.contact-info-box .contact-item {
    position: relative;
    padding-left: 35px;
    padding-bottom: 20px;
}

.contact-info-box .contact-item:last-child {
    padding-bottom: 0;
}

.contact-info-box .contact-item a {
    font-size: 16px;
}

.contact-info-box .contact-item a i {
    font-size: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #777af2;
}

.form_group {
    display: block;
}

.form_group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form_group label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
}

.form_group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ff4f1e;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
}

.form_group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #777af2;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-group .or {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.form-group .or:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -80px;
    width: 70px;
    height: 1px;
    background-color: #ccc;
    z-index: -1;
}

.form-group .or:after {
    content: "";
    position: absolute;
    top: 13px;
    right: -80px;
    width: 70px;
    height: 1px;
    background-color: #ccc;
    z-index: -1;
}

.pp-content {
    margin: 0 0 30px;
}

.pp-content h4 {
    font-weight: 20px;
}

.pp-content:last-child {
    margin: 0;
}

.pp-content:last-child p {
    margin: 0;
}

.account-title {
    margin: 0 0 15px;
}

.user-tablist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
}

.user-tablist li button {
    background: #f1f1f1;
    font-size: 18px;
    padding: 15px 0;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 25px;
}

.user-tablist li button:focus,
.user-tablist li button:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent !important;
}

.user-tablist li button.active {
    border: none;
    background: #ff4f1e !important;
    color: #fff !important;
}

.user-info li span {
    font-weight: 600;
    color: #201d1e;
    width: 100px;
    display: inline-block;
    padding: 0 0 10px;
}

.user-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-info li span {
    width: 120px;
}

.user-info li p {
    width: calc(100% - 125px);
    margin: 0;
}

#address_form .btn {
    padding: 16px;
}

.error-content {
    text-align: center;
}

.error-content span {
    font-size: 110px;
    font-family: poppins, sans-serif;
    font-weight: 700;
    display: block;
    line-height: 100px;
    margin: 0 0 40px;
    color: #ff4f1e;
}

.error-content .btn i {
    margin-right: 5px;
    margin-left: 0;
    position: relative;
    top: -1px;
}

.error-content p {
    margin: 0 0 20px;
}

.sidebar .sidebar-widget {
    margin: 0 0 30px;
}

.sidebar .sidebar-widget.box {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 18px 25px 25px;
}

.sidebar .sidebar-widget h4 {
    margin: 0 0 25px;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
}

.sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 80px;
    height: 2px;
    background: #ff4f1e;
}

.sidebar .sidebar-widget:last-child {
    margin: 0;
}

.tag-list ul li {
    display: inline-block;
    margin: 12px 8px 0 0;
}

.tag-list ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 18px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.tag-list ul li a:hover {
    background-color: #ff4f1e;
    color: #fff;
    border-color: transparent;
}

.category-widget,
.price-range-widget,
.new-product {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 25px 25px;
}

.category-box ul li {
    display: block;
}

.category-box ul li a {
    font-size: 16px;
    display: block;
    margin: 0 0 8px;
    position: relative;
    color: #818181;
    position: relative;
    padding-left: 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.category-box ul li a:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4f1e;
}

.category-box ul li a:hover {
    color: #ff4f1e;
}

.category-box ul li:last-child a {
    margin: 0;
}

.search-box {
    position: relative;
}

.search-box input {
    width: 100%;
    height: 60px;
    background: 0 0;
    color: #201d1e;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 60px 10px 20px;
    border: 1px solid #ddd;
}

.search-box button {
    position: absolute;
    top: 2px;
    right: 25px;
    width: 50px;
    height: 100%;
    border: none;
    background: 0 0;
}

.search-box button i {
    color: #ff4f1e;
    font-size: 22px;
}

.pp-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.pp-post-item:last-child {
    border: none;
}

.pp-post-item .pp-post-img {
    width: 75px;
}

.pp-post-item .pp-post-img img {
    border-radius: 5px;
}

.pp-post-item .pp-post-info {
    width: calc(100% - 90px);
    margin-left: 15px;
}

.pp-post-item .pp-post-info h6 {
    line-height: 22px;
    margin: 0;
    font-weight: 600;
}

.pp-post-item .pp-post-info h6 a {
    color: #012245;
}

.pp-post-item .pp-post-info:hover a {
    color: #ff4f1e;
}

.pp-post-item .pp-post-info span {
    color: #818181;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin: 0 0 5px;
}

.pp-post-item:last-child {
    margin: 0;
}

.donate-widget {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px 25px 25px;
}

.donate-widget .form-group {
    margin: 0 0 15px;
}

.donate-widget .form-group input {
    padding: 10px 15px;
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50px;
    color: #201d1e;
    background: #fff;
}

.donate-widget .form-group input::-webkit-input-placeholder {
    color: #201d1e;
    opacity: 0.7;
}

.donate-widget .form-group input:-ms-input-placeholder {
    color: #201d1e;
    opacity: 0.7;
}

.donate-widget .form-group input::-ms-input-placeholder {
    color: #201d1e;
    opacity: 0.7;
}

.donate-widget .form-group input::placeholder {
    color: #201d1e;
    opacity: 0.7;
}

.donate-widget .book-btn {
    background: #ff4f1e;
    width: 100%;
    display: block;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 50px;
}

.donate-widget .book-btn i {
    margin-left: 5px;
    font-size: 15px;
    position: relative;
    top: 1px;
}

.more-cause-widget {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px 25px 25px;
}

.more-cause-widget .cause-item {
    margin: 0 0 25px;
}

.more-cause-widget .cause-item:last-child {
    margin: 0;
}

.more-cause-widget .cause-item h5 {
    font-size: 18px;
}

.more-cause-widget .cause-item .cause-img {
    height: 180px;
    margin: 0 0 15px;
}

.more-cause-widget .cause-item .fund-collection li {
    font-size: 12px;
}

.event-countdown .event-cd {
    position: relative;
    height: 200px;
    border-radius: 5px;
}

.event-countdown .event-cd .overlay {
    border-radius: 5px;
}

.event-countdown .event-cd .event-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event-countdown .event-cd .countdown {
    padding: 0 15px;
    z-index: 3;
    position: relative;
}

.event-countdown .event-cd .countdown span {
    color: #fff;
    font-size: 22px;
    margin: 0 6px;
}

.event-countdown .event-cd .countdown span p {
    color: #fff;
    margin: 0;
}

.tour-map {
    border: 1px solid #ddd;
    padding: 20px 25px;
    border-radius: 20px 0 !important;
}

.tour-map .map iframe {
    width: 100%;
    height: 200px;
}

.map.style2 iframe {
    height: 375px;
}

.product-category-list li.has-subcat {
    cursor: pointer;
}

.product-category-list li.has-subcat>a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #ff4f1e;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product-category-list li.has-subcat>a.active,
.product-category-list li.has-subcat>a:hover {
    background-color: #ff4f1e;
    color: #fff;
    padding-left: 15px;
    border-color: transparent;
}

.product-category-list li.has-subcat>a.active:before,
.product-category-list li.has-subcat>a:hover:before {
    border-color: #fff;
}

.product-category-list li.has-subcat>a.active span,
.product-category-list li.has-subcat>a:hover span {
    background: #fff;
    color: #ff4f1e;
}

.product-category-list li.has-subcat>a:before {
    position: absolute;
    top: 25px;
    right: 15px;
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid #ff4f1e;
    border-bottom: 2px solid #ff4f1e;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product-category-list li.has-subcat>a span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: rgba(52, 105, 229, 0.1);
    color: #ff4f1e;
    border-radius: 50%;
    text-align: center;
    border: 50%;
    font-size: 12px;
    line-height: 17px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.product-category-list li.has-subcat .subcategory {
    display: none;
}

.product-category-list li.has-subcat .subcategory li a {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    margin: 0 28px 0 15px;
}

.product-category-list li.has-subcat .subcategory li a:hover {
    color: #ff4f1e;
    border-color: #ff4f1e;
}

.product-category-list li.has-subcat.open a:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.login-form .login-header {
    padding: 20px 20px 20px 25px;
    border-radius: 5px 5px 0 0;
}

.login-form .login-header h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    font-family: poppins, sans-serif;
}

.login-form .login-header span {
    color: #fff;
}

.login-form .login-body {
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 5px;
}

.login-form .login-body label {
    font-size: 20px;
    margin: 0 0 6px;
}

.login-form .login-body input {
    border-radius: 4px;
}

.login-form .login-body .btn {
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 15px;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.header-wrap {
    z-index: 2;
    width: 100%;
    background: 0 0;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.header-wrap.sticky {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 20;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.header-wrap .header-top {
    background-color: #012245;
    padding: 8px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-wrap .header-top .header-top-left p,
.header-wrap .header-top .header-top-left a {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    position: relative;
}

.header-wrap .header-top .header-top-left .header-contact {
    position: relative;
}

.header-wrap .header-top .header-top-left .header-contact:last-child {
    padding: 0 0 0 50px;
}

.header-wrap .header-top .header-top-left .header-contact:after {
    position: absolute;
    top: 3px;
    left: 25px;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #344e6a;
    background-color: #fff;
}

.header-wrap .header-top .header-top-left .header-contact:nth-child(2):after {
    display: none;
}

.header-wrap .header-top .header-top-left .header-contact p,
.header-wrap .header-top .header-top-left .header-contact a {
    padding-left: 28px;
}

.header-wrap .header-top .header-top-left .header-contact p i {
    top: 3px;
}

.header-wrap .header-top .header-top-left .header-contact i {
    position: absolute;
    top: 0;
    left: 0;
    color: #ff4f1e;
    line-height: 1;
    font-size: 18px;
}

.header-wrap .header-top .header-top-right .lang_selctor {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.header-wrap .header-top .header-top-right .lang_selctor i {
    color: #ff4f1e;
    position: relative;
    top: 3px;
}

.header-wrap .header-top .header-top-right .lang_selctor select {
    background-color: transparent;
    cursor: pointer;
    border: none;
    color: #fff;
    padding: 0 15px 0 0;
    font-size: 14px;
    background-image: linear-gradient(45deg, transparent 50%, #fff 60%), linear-gradient(135deg, #fff 40%, transparent 50%) !important;
    background-position: calc(100% - 8px) 11px, calc(100% - 0px) 11px, 100% 0;
    background-size: 8px 6px, 8px 6px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.header-wrap .header-top .header-top-right .lang_selctor select option {
    color: #000;
}

.header-wrap .header-top .header-top-right .link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    color: #fff;
    border-radius: 4px;
    padding: 0;
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-wrap .header-top .header-top-right .link:hover {
    color: #ff4f1e;
}

.header-wrap .header-top .header-top-right .header-social {
    margin: 0 40px;
}

.header-wrap .header-top .header-top-right .header-social span {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -1px;
}

.header-wrap .header-top .header-top-right .header-social ul {
    display: inline-block;
    position: relative;
    top: 2px;
}

.header-wrap .header-top .header-top-right .header-social ul li {
    margin: 0;
}

.header-wrap .header-top .header-top-right .header-social ul li a {
    position: relative;
    padding: 0 12px;
}

.header-wrap .header-top .header-top-right .header-social ul li a:after {
    position: absolute;
    top: 4px;
    right: 0;
    content: "";
    width: 1px;
    height: 22px;
    background-color: #344e6a;
}

.header-wrap .header-top .header-top-right .header-social ul li a:hover i {
    color: #ff4f1e;
}

.header-wrap .header-top .header-top-right .header-social ul li:last-child a:after {
    display: none;
}

.header-wrap .header-bottom {
    padding: 15px 0;
    background-color: #fff;
}

.header-wrap .header-bottom .logo img {
    max-width: 200px;
}

.header-wrap .header-bottom .header-menu-wrap .sidebar-menu {
    margin-left: 20px;
    margin-right: 30px;
    /*width:90px;*/
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Aeonik-Regular';
    top: -3px;
}

.header-wrap .header-bottom .header-menu-wrap .sidebar-menu i {
    color: #ff4f1e;
    font-size: 30px;
    cursor: pointer;
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.header-search {
    width: calc(100% - 50px);
}

.header-search .form-group {
    position: relative;
    margin: 0;
}

.header-search .form-group input {
    width: 100%;
    background: #f2f2f2;
    border-radius: 4px;
    height: 50px;
    padding: 10px 70px 10px 15px;
}

.header-search .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    background: 0 0;
    color: #ff4f1e;
    padding: 12px 18px;
    border-left: 1px solid #ddd;
}

.header-search .form-group button i {
    font-size: 20px;
}

.mobile-bar-wrap.style2 .mobile_menu {
    width: 45px;
    height: 45px;
    background: #3469e5;
    border-radius: 4px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-bar-wrap.style2 .mobile_menu span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    text-align: center;
    margin: 6px auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mobile-bar-wrap.style2 .mobile_menu.open span:nth-child(1) {
    -webkit-transform: translate(1px, 5px) rotate(-44deg);
    transform: translate(1px, 5px) rotate(-44deg);
}

.mobile-bar-wrap.style2 .mobile_menu.open span:nth-child(2) {
    display: none;
}

.mobile-bar-wrap.style2 .mobile_menu.open span:nth-child(3) {
    -webkit-transform: translate(1px, -2px) rotate(44deg);
    transform: translate(1px, -2px) rotate(44deg);
}

.whatsapp {
    margin-right: 20px;
}

.shopcart button {
    position: relative;
    background: 0 0;
    border: none;
    color: #000000;
    font-family: 'Aeonik-Regular';
}

.shopcart button i {
    font-size: 26px;
    line-height: 1;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.shopcart button .item-amt {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    background: #012245;
    color: #fff;
    font-size: 12px;
    line-height: 23px;
}

.shopcart .cart-total {
    color: #fff;
    font-size: 15px;
    margin-left: 3px;
}

.contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-box p {
    font-size: 15px;
    margin: 0 0 0 10px;
    line-height: 1;
}

.contact-box p a {
    display: block;
    font-weight: 600;
    padding-top: 5px;
    font-size: 15px;
}

.contact-box p a:hover {
    color: #ff4f1e;
}

.contact-box span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ff4f1e;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 22px;
    border-radius: 3px;
}

.contact-popup {
    position: fixed;
    top: 0%;
    right: 0%;
    width: 560px;
    background: #fff;
    height: 100vh;
    z-index: 9999;
    padding: 30px 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.16, 0.63, 0.92, 0.98);
    transition: all 0.5s cubic-bezier(0.16, 0.63, 0.92, 0.98);
}

.contact-popup.open {
    top: 0px;
    visibility: visible;
    opacity: 1;
}

/* .menu-wrapper{
    position: relative;
    background: transparent;
}
.menu-wrapper::after{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #3394ff;
    z-index: 1;
    transition: 1s ease-in-out;
    visibility: hidden;
    opacity: 0;
    margin-top: auto;
    margin-bottom:0px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}
.contact-popup.open .menu-wrapper::after{
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}
 */
.menu-wrapper .row {
    position: relative;
    z-index: 2;
}

.contact-popup .contact-popup-wrap {
    overflow-y: auto;
    height: 100%;
}

.contact-popup .contact-popup-wrap .comp-info .comp-logo img {
    max-width: 150px;
}

.contact-popup .contact-popup-wrap .comp-info .comp-desc {
    margin: 22px 0 20px;
}

.contact-popup .contact-popup-wrap .comp-info .footer-contact-address li {
    color: #012245;
}

.contact-popup .contact-popup-wrap .comp-map {
    margin: 5px 0;
}

.contact-popup .contact-popup-wrap .comp-map iframe {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}

.contact-popup .contact-popup-wrap .share-on {
    margin: 20px 0;
}

.contact-popup .contact-popup-title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 25px;
    text-align: right;
}

.contact-popup .contact-popup-title .close-popup {
    background: 0 0;
    border: 1px solid #ff4f1e;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-popup .contact-popup-title .close-popup i {
    font-size: 26px;
    line-height: 33px;
    color: #ff4f1e;
}

.contact-popup .contact-popup-title .close-popup:hover {
    background: #ff4f1e;
}

.contact-popup .contact-popup-title .close-popup:hover i {
    color: #fff;
}

.contact-address {
    text-align: center;
    background: #f4f4f4;
    margin-bottom: 25px;
    padding: 70px 30px 50px;
}

.contact-address .contact-icon {
    text-align: center;
    margin: 0 0 20px;
}

.contact-address .contact-icon i {
    color: #ff4f1e;
    font-size: 60px;
}

.contact-address .contact-info h5 {
    font-size: 20px;
    font-weight: 500;
}

.contact-address .contact-info p {
    margin: 0 0 10px;
}

.contact-address .contact-info p a {
    color: #626061;
}

.contact-img {
    height: 438px;
    border-radius: 20px;
}

#contactForm .form-group input,
#contactForm .form-group textarea {
    border-radius: 15px;
}

.office-map {
    position: relative;
    margin: 20px 0 0;
}

.office-map .overlay {
    border-radius: 25px;
}

.office-map img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 100%;
    border-radius: 20px;
}

.comp_map {
    -webkit-box-shadow: 0 0 15px rgba(244, 131, 74, 0.1);
    box-shadow: 0 0 15px rgba(244, 131, 74, 0.1);
    padding: 25px;
    border-radius: 0 0 20px 0;
    margin: 0 10px 70px;
}

.comp_map iframe {
    width: 100%;
    height: 250px;
    border-radius: 20px 0;
}

.contact-wrap .comp_map {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .main-menu-wrap.style1 #menu>ul>li {
        margin: 0 5px !important;
    }

    .contact-box p a,
    .contact-box p {
        font-size: 14px;
    }

    .comp_map {
        margin-bottom: 100px;
    }

    .header-wrap.style2 .main-menu-wrap.style1 #menu ul li a {
        padding: 15px 10px 25px;
        font-size: 13px;
    }

    .header-wrap.style2 .main-menu-wrap.style1 #menu ul li.has-children .sub-menu li a {
        font-size: 13px;
    }

    .header-wrap.style2 .main-menu-wrap.style1 #menu>ul>li.has-children>a::before {
        top: 21px;
        right: -3px;
    }

    .contact-popup .contact-popup-wrap {
        overflow-y: auto;
        height: calc(100vh - 150px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu-wrap.style1 #menu>ul>li.has-children>a::before {
        top: 23px !important;
    }

    .header-wrap.style2 .main-menu-wrap.style1 #menu ul li.has-children .sub-menu li a {
        font-size: 12px;
    }

    .header-wrap .main-menu-wrap.style1 #menu {
        margin-left: 25px;
    }

    .header-wrap .main-menu-wrap.style1 #menu ul li a {
        padding: 15px 12px 14px;
        font-size: 13px;
    }

    .header-wrap .main-menu-wrap.style1 #menu ul li.has-children .sub-menu a {
        font-size: 13px;
    }

    .main-menu-wrap.style1 #menu>ul>li {
        margin: 0 !important;
    }

    .contact-box p a,
    .contact-box p {
        font-size: 12px;
    }

    .comp_map {
        margin-bottom: 100px;
    }

    .contact-wrap .comp_map {
        margin-bottom: 0;
    }

    .header-wrap .header-top .header-top-left p,
    .header-wrap .header-top .header-top-left a,
    .header-wrap .header-top .header-top-right .header-social span,
    .header-wrap .header-top .header-top-right .link {
        font-size: 12px;
    }

    .header-wrap .header-top .header-top-right .header-social ul li a {
        padding: 0 8px;
    }

    .header-wrap .header-top .header-top-right .header-social {
        margin: 0 20px;
    }
}

@media only screen and (min-width: 992px) {
    .logo.style2 {
        text-align: center;
    }

    .header-wrap.sticky .header-top {
        margin-top: -48px;
    }

    .main-menu-wrap.style1 #menu ul li {
        display: inline-block;
        position: relative;
    }

    .main-menu-wrap.style1 #menu ul li a {
        padding: 15px;
        font-family: poppins, sans-serif;
        font-size: 15px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: inline-block;
    }

    .main-menu-wrap.style1 #menu ul li.has-children .sub-menu {
        position: absolute;
        top: 100px;
        left: -6px;
        min-width: 220px;
        border-radius: 2px;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 10;
        display: block !important;
    }

    .main-menu-wrap.style1 #menu ul li.has-children .sub-menu li {
        margin: 0;
        display: block;
        text-align: left;
    }

    .main-menu-wrap.style1 #menu ul li.has-children .sub-menu li a {
        font-size: 14px;
        line-height: 21px;
        margin: 0;
        display: block;
        color: #201d1e;
        border-bottom: 1px solid #344e6a;
        padding: 15px 22px 13px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .main-menu-wrap.style1 #menu ul li.has-children .sub-menu li:last-child>a {
        border-bottom: none;
    }

    .main-menu-wrap.style1 #menu ul li.has-children:hover>.sub-menu {
        top: 70px;
        visibility: visible;
        opacity: 1;
    }

    .main-menu-wrap.style1 #menu>ul>li {
        margin: 0 5px;
    }

    .main-menu-wrap.style1 #menu>ul>li>a {
        position: relative;
        font-weight: 500;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .main-menu-wrap.style1 #menu>ul>li>a.active,
    .main-menu-wrap.style1 #menu>ul>li>a:hover {
        color: #ff4f1e;
    }

    .main-menu-wrap.style1 #menu>ul>li.has-children>a {
        position: relative;
    }

    .main-menu-wrap.style1 #menu>ul>li.has-children>a:before {
        position: absolute;
        top: 24px;
        right: 0;
        content: "";
        width: 6px;
        height: 6px;
        border-width: 0 0 1px 1px;
        border-style: solid;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .main-menu-wrap.style1 #menu>ul>li.has-children>.sub-menu>.has-children>a {
        position: relative;
    }

    .main-menu-wrap.style1 #menu>ul>li.has-children>.sub-menu>.has-children>a:after {
        position: absolute;
        top: 22px;
        right: 15px;
        content: "";
        width: 6px;
        height: 6px;
        border-width: 0 0 1px 1px;
        border-style: solid;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .main-menu-wrap.style1 #menu>ul>li.has-children>.sub-menu>.has-children>a:hover:after {
        border-color: #ff4f1e;
    }

    .main-menu-wrap.style1 #menu>ul>.has-children {
        position: relative;
    }

    .main-menu-wrap.style1 #menu ul>.has-children>.sub-menu>.has-children>.sub-menu {
        left: 100%;
        top: 0;
    }

    .menu-expand i {
        display: none;
    }

    .header-wrap.style1 #menu ul li.has-children .sub-menu,
    .header-wrap.style2 #menu ul li.has-children .sub-menu {
        background: #012245;
    }

    .header-wrap.style1 #menu ul li.has-children .sub-menu li a,
    .header-wrap.style2 #menu ul li.has-children .sub-menu li a {
        color: #fff;
    }

    .header-wrap.style1 #menu ul li.has-children .sub-menu li a.active,
    .header-wrap.style2 #menu ul li.has-children .sub-menu li a.active,
    .header-wrap.style1 #menu ul li.has-children .sub-menu li a:hover,
    .header-wrap.style2 #menu ul li.has-children .sub-menu li a:hover {
        background-color: rgba(255, 79, 30, 0.85);
        border-color: rgba(255, 255, 255, 0.35);
    }

    .header-wrap.style1 #menu>ul>li.has-children>.sub-menu>.has-children>a:hover::after,
    .header-wrap.style2 #menu>ul>li.has-children>.sub-menu>.has-children>a:hover::after {
        border-color: #fff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu i {
        top: 0px;
        margin-right: 4px;

    }

    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu {

        width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .header-wrap .header-top .header-top-right .header-social {
        margin: 0;
    }

    .header-wrap.style2 {
        top: 0;
    }

    .header-wrap.style2 .container-fluid {
        padding: 0;
    }

    .header-wrap.style1 .header-top {
        background-color: #012245;
    }

    .header-top .social-profile.style3 li a i,
    .header-top .header-contact a,
    .header-top .close-header-top button i,
    .lang_selctor .nice-select>span,
    .lang_selctor.style1 i {
        color: #fff;
    }

    .header-wrap .header-top .header-top-right .lang_selctor select {
        padding: 8px 15px;
        width: calc(100% - 20px);
    }

    .header-wrap .header-top .header-top-right .lang_selctor select {
        background-position: calc(100% - 8px) 20px, calc(100% - 0px) 20px, 100% 0;
    }

    .header-wrap .header-top .header-top-left .header-contact i {
        top: 5px;
    }

    .header-search {
        width: 100%;
        margin: 24px 0 0;
    }

    .lang_selctor {
        width: 100%;
    }

    .shopcart {
        display: inline-block;
        position: relative;
        /*top: -5px;*/
        margin: 0 0px 0 0;
    }

    .shopcart button i {
        font-size: 22px;
    }

    .shopcart button .item-amt {
        right: 0;
        width: 20px;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
    }

    .shopcart .cart-total {
        display: none;
    }

    .main-menu {
        text-align: left;
    }

    /*.sidebar-menu i {
        font-size: 22px;
        line-height: 37px;
        position: relative;
        top: 0px;
        margin-right:5px;
        cursor: pointer;
    }
    .logo img {
        max-width: 120px;
    }*/
    .mobile-bar-wrap {
        text-align: right;
        position: relative;
        top: 4px;
    }

    .header-wrap .header-bottom {
        padding: 12px 0;
    }

    .header-wrap .header-bottom .header-bottom-right,
    .header-wrap .header-top .header-top-right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .header-wrap .header-top .header-top-left p {
        margin: 0;
        padding: 0;
    }

    .header-wrap .header-top .header-top-left p,
    .header-wrap .header-top .header-top-left a {
        color: #fff;
        display: block;
    }

    .header-wrap .header-top .header-top-left p::after {
        display: none;
    }

    .header-wrap .header-bottom .header-bottom-right,
    .header-wrap .header-top .header-top-right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        -ms-grid-row-align: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-top-right .social-profile.v1 {
        margin: 7px 0 15px;
    }

    .header-top-right .lang_selctor {
        border: 1px solid #666;
        border-radius: 5px;
        margin: 0 0 20px !important;
    }

    .lang_selctor .nice-select::after {
        right: 12px;
    }

    .header-top-right .btn.v1 {
        width: 100%;
        display: block;
    }

    .mobile-bar-wrap {
        text-align: right;
        position: relative;
        top: 4px;
    }

    .mobile-bar-wrap.style2 {
        top: 0;
    }

    .header-wrap .header-bottom {
        padding: 12px 0;
    }

    .header-wrap .header-top .header-bottom-right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .header-wrap .header-top .header-top-left p {
        margin: 0;
        padding: 0;
    }

    .header-wrap .header-top .header-top-left p,
    .header-wrap .header-top .header-top-left a {
        color: #fff;
        display: block;
    }

    .header-wrap .header-top .header-top-left p::after {
        display: none;
    }

    .header-wrap .header-bottom .header-bottom-right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        -ms-grid-row-align: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-bottom-right .social-profile.v1 {
        margin: 7px 0 15px;
    }

    .header-bottom-right .lang_selctor {
        border: 1px solid #666;
        width: 100%;
        border-radius: 5px;
        margin: 0 0 20px !important;
    }

    .lang_selctor .nice-select::after {
        right: 12px;
    }

    .header-bottom-right .btn.v1 {
        width: 100%;
        display: block;
    }

    .header-wrap .header-top .header-bottom-right .link {
        top: 0;
        margin: 10px 0 13px;
    }

    .menu-close {
        position: absolute;
        top: 13px;
        right: 16px;
    }

    .menu-close i {
        color: #000;
        font-size: 22px;
    }

    .mobile-menu {
        text-align: right;
    }

    .mobile-menu a i {
        color: #012245;
        font-size: 26px;
    }

    .mobile-top-bar,
    .mobile-menu {
        display: inline-block;
    }

    .mobile-top-bar i {
        color: #012245;
        font-size: 22px;
        margin-right: 15px;
        cursor: pointer;
    }

    .header-top {
        position: absolute;
        height: 100vh;
        width: 100%;
        top: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: #000;
        right: -100%;
        padding: 50px 5px !important;
        display: block;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .header-top.open {
        visibility: visible;
        opacity: 1;
        right: 0;
    }

    .lang_selctor {
        margin: 0 0 0 11px;
    }

    .close-header-top button {
        position: absolute;
        top: 14px;
        right: 10px;
        z-index: 999;
        background: 0 0;
        border: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 0;
    }

    .close-header-top button i {
        color: #fff;
        font-size: 20px;
    }

    .header-contact {
        margin: 0 0 5px;
    }

    .header-top-left .social-profile.style3 {
        margin: 0 0 5px;
    }

    .header-top-right .lang_selctor {
        margin: 10px 0 20px !important;
        padding-right: 5px;
    }

    .lang_selctor .nice-select::after {
        border-color: #4c4c4c;
    }

    .lang_selctor .nice-select {
        padding-left: 30px;
    }

    .lang_selctor.style1 i {
        left: 8px;
    }

    .header-wrap .header-top .header-top-right .link {
        margin: 15px 0 0;
    }

    .header-bottom {
        border-top: none;
    }

    .main-menu-wrap {
        width: 100%;
        position: absolute;
        background: #f3f6fb;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .main-menu-wrap.open {
        left: 0;
    }

    .main-menu>li.has-children.menu-open>span.menu-expand {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .main-menu>li.has-children.menu-open>span.menu-expand i {
        color: #000;
    }

    .main-menu>li ul li.has-children.menu-open>span.menu-expand {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .main-menu li {
        position: relative;
    }

    .main-menu li:last-child {
        margin: 0;
    }

    .main-menu li span.menu-expand {
        position: absolute;
        right: 0;
        cursor: pointer;
    }

    .main-menu li span.menu-expand i {
        color: #000;
    }

    .main-menu li span.menu-expand:hover {
        color: #000;
    }

    .main-menu li a {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
        display: block;
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    .main-menu li a:hover {
        color: #000;
    }

    .main-menu li ul.sub-menu {
        padding-left: 20px;
    }

    .main-menu li a.active {
        color: #000;
        font-weight: 600;
        border-color: rgba(0, 0, 0, 0.3);
    }
}

/*--------------------responsive-css-------------14-9--23--*/

@media only screen and (max-width:768px) {
    .global_section {
        background: #fff;
        margin-top: 50px;
        margin-bottom: 80px;
    }

    .range_of_service .section-title p {
        margin-right: 0px;
    }

    .sound i {
        margin-top: 10px;
    }

    .about_section .section-title p {
        margin-right: 0px;
        text-align: justify;
    }

    .global_section .section-title p {
        margin-right: 0px;
        /* text-align: justify; */
    }
    .our_partner p{
        text-align: justify;
    }

    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu {
        margin-left: 0px;
    }

    .btn2 {
        padding: 10px 15px;
    }

    .logo {
        text-align: center;
    }

    .logo-light {
        display: inline-block !important;
    }

    .header-wrap .header-bottom .logo img {
        /* max-width: 120px;*/
        text-align: center;
    }

    .mobile-top-bar i {
        margin-right: 10px;
    }

    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu i {
        top: -2px;
    }

    .about_section {
        padding: 60px 0px 60px 0px;
    }

    .hard_to_access-content_box {
        margin-left: 0px;
        padding-top: 0px;
        margin-bottom: 20px;
    }

    .hard_to_access-content_box p {
        padding-right: 100px;
    }

    .our_partner_second_section .featured_visual_height {
        z-index: 0;
        max-width: 100%;
        max-height: 100%;
        /*display: block !important;*/
        position: relative;
        text-align: center;
        padding: 30px;
          display:none!important;

    }

    .our_partner_second_section,
    .our_partner_section_inner {
        height: auto;
        text-align: center;
    }

    .our_partner_section_inner span {
        float: none;
        right: auto;
        display: inline-block;
    }

    .our_partner_section_inner h2 {
        text-align: left;
    }

    .our_partner_second_section:hover {
        background: #0070ff;
        color: #fff;
        font-weight: 500;
        position: relative;
    }


    .our_partner_second_section:hover .featured_visual_height {
        /*display: inline-block !important;*/
        position: relative;
        background: #fff;
        top: auto;
        bottom: auto;
        margin-top: 30px;
    }

    .our_partner_second_section:hover span {
        float: none;
        right: auto;
        display: inline-block;
    }

}

/*--------------------responsive-css-end------------14-9--23--*/




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

    /*.hero-wrap.style1 .hero-dot-shape { top: 30px !important; position: relative ;}*/
    .our_partner_section_inner h2 {
      text-align: left;
        font-size: 36px;
        line-height: 48px;
    }


    .strip1_inner h2 {
        font-size: 30px;
        line-height: 90px;
    }

    .strip1_inner h2 span img {
        max-width: 60%;
        float: right;
        margin: 30px 0px;
    }

    .main-menu-wrap.style2 {
        width: 100% !important;
    }

    .header-contact {
        width: 100%;
    }

    .header-wrap .header-top .header-top-left .header-contact:last-child {
        padding: 0;
    }

    .header-wrap .header-top .header-top-left .header-contact::after {
        display: none;
    }
}

.main-menu-wrap.style2 {
    width: 400px;
    position: fixed;
    background: #f3f6fb;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 30px 30px;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main-menu-wrap.style2.open {
    left: 0;
}

.main-menu-wrap.style2 ul li a {
    display: block;
    color: #000;
    padding: 14px 0;
    border-bottom: 1px solid #000;
}

.main-menu-wrap.style2 ul li a.active {
    font-weight: 600;
}

.main-menu-wrap.style2 .has-children {
    position: relative;
}

.main-menu-wrap.style2 .has-children .sub-menu {
    margin-left: 20px;
}

.main-menu-wrap.style2 .menu-expand {
    position: absolute;
    top: 22px;
    right: 0;
    cursor: pointer;
    text-align: right;
}

.main-menu-wrap.style2 .menu-expand i {
    display: block;
    color: #000;
    font-size: 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.main-menu-wrap.style2 .has-children.menu-open .menu-expand i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.br-bg-1 {
    background-image: url(../img/breadcrumb/breadcrumb-1.jpg);
}

.br-bg-2 {
    background-image: url(../img/breadcrumb/breadcrumb-2.jpg);
}

.br-bg-3 {
    background-image: url(../img/breadcrumb/breadcrumb-3.jpg);
}

.br-bg-4 {
    background-image: url(../img/breadcrumb/breadcrumb-4.jpg);
}

.br-bg-5 {
    background-image: url(../img/breadcrumb/breadcrumb-5.jpg);
}

.br-bg-6 {
    background-image: url(../img/breadcrumb/breadcrumb-6.jpg);
}

.breadcrumb-wrap {
    position: relative;
    height: 100%;
    padding: 155px 0 165px;
    overflow: hidden;
    margin: 127px 0 0;
}

.breadcrumb-wrap .breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.breadcrumb-wrap .breadcrumb-title h2 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    padding: 0 15px;
    margin: 0 0 15px;
}

.breadcrumb-wrap .breadcrumb-title h2 span {
    color: #ff4f1e;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
    color: #fff;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li i {
    margin-left: 5px;
    font-size: 12px;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a:after {
    position: absolute;
    top: 3px;
    right: -11px;
    font-size: 16px;
    content: "";
    width: 2px;
    height: 18px;
    background-color: #fff;
    border-radius: 0;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child a:after {
    display: none;
}

.breadcrumb-wrap .breadcrumb-title .project-share li {
    display: inline-block;
    margin-left: 4px;
}

.breadcrumb-wrap .breadcrumb-title .project-share li a {
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #818181;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.breadcrumb-wrap .breadcrumb-title .project-share li a:hover {
    background-color: #fff;
    border-color: transparent;
}

.breadcrumb-wrap .breadcrumb-title .project-share li a:hover i {
    color: #4c4c4c;
}

.breadcrumb-wrap .breadcrumb-title .project-share li a i {
    line-height: 44px;
    font-size: 22px;
}

.breadcrumb-wrap .breadcrumb-title .br-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.hero-bg-1 {
    background-image: url(../img/hero/hero-1.jpg);
}

.hero-bg-2 {
    background-image: url(../img/hero/hero-2.html);
}

.hero-bg-3 {
    background-image: url(../img/hero/hero-3.jpg);
}

.hero-bg-4 {
    background-image: url(../img/hero/hero-4.jpg);
}

.hero-bg-5 {
    background-image: url(../img/hero/hero-5.jpg);
}

.hero-bg-6 {
    background-image: url(../img/hero/hero-6.jpg);
}

.hero-bg-7 {
    background-image: url(../img/hero/hero-7.jpg);
}

.hero-bg-8 {
    background-image: url(../img/hero/hero-8.jpg);
}

/*
.hero-wrap {
    margin: 80px 0 0;
} */

.hero-wrap.style1 {
    position: relative;
    padding: 20px 0 0px;
    z-index: 2;
}

.hero-wrap.style1 .hero-circle-shape {
    position: absolute;
    top: -60px;
    left: -50px;
    z-index: -1;
    -webkit-animation: animationFramesTwo 5s alternate infinite linear;
    animation: animationFramesTwo 5s alternate infinite linear;
}

.hero-wrap.style1 .hero-dot-shape {
    position: relative;
    top: 52px;
    /*top:-200px;*/
    left: 0px;
    right: 0px;
    z-index: 4;
    /*-webkit-animation: animationFramesOne 5s alternate infinite linear;
    animation: animationFramesOne 5s alternate infinite linear;*/
}

.hero-wrap.style1 .container {
    position: relative;
    z-index: 0;
}

.hero-wrap.style1 .hero-img-wrap .hero-ellipse-img {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 54%;
}

.hero-wrap.style1 .hero-img-wrap .hero-ellipse-img img {
    display: block !important;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
    margin: auto;
}

.hero-wrap.style1 .hero-img-wrap .ellipse-shape {
    position: absolute;
    top: 50%;
    left: 0;
}

.hero-wrap.style2 {
    position: relative;
    margin: 123px 0 0;
}

.hero-wrap.style2 .hero-slider-two .hero-slider-item {
    padding: 130px 0 150px;
    position: relative;
}

.hero-wrap.style2 .hero-slider-two .hero-slider-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.06)), color-stop(35%, rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.74)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.31) 35%, rgba(0, 0, 0, 0.74) 100%);
}

.hero-wrap.style2 .hero-slider-two .hero-slider-item .hero-content {
    position: relative;
}

.hero-wrap.style2 .hero-slider-two .hero-slider-item .hero-content span {
    color: #fff;
    display: block;
    margin: 0 0 10px;
}

.hero-wrap.style2 .hero-slider-two .hero-slider-item .hero-content .hero-shape-2 {
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: -1;
    -webkit-animation: animationFramesTwo 5s alternate infinite linear;
    animation: animationFramesTwo 5s alternate infinite linear;
}

.hero-wrap.style2 .hero-slider-two .hero-slider-item .hero-content .hero-shape-3 {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: animationFramesOne 5s alternate infinite linear;
    animation: animationFramesOne 5s alternate infinite linear;
}

.hero-wrap.style2 .hero-slider-two .hero-slider-item .hero-content .hero-shape-4 {
    position: absolute;
    bottom: -30px;
    left: 40%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-wrap.style2 .hero-slider-two .hero-slider-btn {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 10;
}

.hero-wrap.style3 .hero-shape-2 {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
    -webkit-animation: animationFramesOne 5s alternate infinite linear;
    animation: animationFramesOne 5s alternate infinite linear;
}

.hero-wrap.style3 .hero-shape-3 {
    position: absolute;
    bottom: -120px;
    left: 100px;
    z-index: -1;
    -webkit-animation: animationFramesOne 5s alternate infinite linear;
    animation: animationFramesOne 5s alternate infinite linear;
}

.hero-wrap.style3 .hero-content-wrap {
    width: 50%;
    padding: 130px 0 148px;
    position: relative;
}

.hero-wrap.style3 .hero-content-wrap .hero-content h1,
.hero-wrap.style3 .hero-content-wrap .hero-content p {
    color: #012245;
}

.hero-wrap.style3 .hero-img {
    width: 50%;
    padding: 220px 0;
    height: 100%;
}

.hero-pagination {
    position: absolute;
    bottom: 15px;
    z-index: 99;
}

.hero-pagination span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    margin: 0 10px;
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    100% {
        -webkit-transform: translate(80px, 0px);
        transform: translate(80px, 0px);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    100% {
        -webkit-transform: translate(80px, 0px);
        transform: translate(80px, 0px);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(108deg);
    }

    20% {
        -webkit-transform: translate(141px, 102px) rotate(72deg);
    }

    50% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(108deg);
    }

    20% {
        -webkit-transform: translate(141px, 102px) rotate(72deg);
    }

    50% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

.slider_1 {
    background: #fff;
}


.hero-content {
    position: relative;
    z-index: 1;
    margin-top: -150px;
}

.hero-content .subtitle {
    color: #ff4f1e;
}

.hero-content h1 {
    font-size: 100px;
    font-weight: normal !important;
    line-height: 120px;
    margin: 0 0 20px;
    color: #000000;
    font-family: 'Aeonik-Regular';
}

.hero-content p {
    font-size: 20px;
    margin: 0 0 45px;
    color: #fff;
}

.hero-content .hero-btn .btn:nth-child(2) {
    margin-left: 15px;
}

.hero-content.style2 h1 {
    font-weight: 300;
}

.hero-content.style2 h1 span {
    font-weight: 700;
    color: #ff4f1e;
}

.hr-line {
    position: absolute;
    height: 25%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    left: 0;
    width: 100%;
}

.hr-line:after {
    position: absolute;
    bottom: -5px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.hr-line:nth-child(1) {
    top: 0;
}

.hr-line:nth-child(1):after {
    left: 20%;
}

.hr-line:nth-child(2) {
    top: 25%;
}

.hr-line:nth-child(2):after {
    left: 40%;
}

.hr-line:nth-child(3) {
    top: 50%;
}

.hr-line:nth-child(3):after {
    left: 60%;
}

.hr-line:nth-child(4) {
    top: 75%;
}

.hr-line:nth-child(4):after {
    left: 80%;
}

.hero-one-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 99;
    width: auto;
    color: #fff;
    font-size: 24px;
}

.hero-shape-one {
    position: absolute;
    top: 100px;
    z-index: 0;
}

.hero-shape-two {
    position: absolute;
    bottom: -50px;
    z-index: 9;
    left: 150px;
}

.hero-btn-wrap {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}

.slider-btn.style4 {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    text-align: center;
    padding: 0 !important;
    background: 0 0 !important;
    border: 2px solid #fff;
}

.slider-btn.style4 i {
    line-height: 47px;
    font-size: 17px;
    color: #fff !important;
}

@media only screen and (min-width: 3000px) {
    .hero-wrap.style1 .hero-img-wrap .hero-ellipse-img {
        right: 20%;
    }
}

@media only screen and (min-width: 1921px) and (max-width: 2999px) {
    .hero-wrap.style1 .hero-img-wrap .hero-ellipse-img {
        right: 10%;
    }
}

@media only screen and (min-width: 1450px) {
    .hero-wrap.style3 .hero-content-wrap {
        padding-left: calc((100% - 50%) - 1410px / 2 + 15px);
    }

    .hero-wrap.style1 .hero-img-wrap .hero-ellipse-img {
        max-width: 40%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
    .hero-wrap.style3 .hero-content-wrap {
        padding-left: calc((100% - 50%) - 1320px / 2 + 15px);
    }

    .hero-wrap.style1 .hero-img-wrap .hero-ellipse-img {
        max-width: 450px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
    .hero-wrap.style3 .hero-content-wrap {
        padding-left: calc((100% - 50%) - 1320px / 2 + 15px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {
    .hero-wrap.style3 .hero-content-wrap {
        padding-left: calc((100% - 50%) - 1250px / 2 + 15px);
    }
}

@media only screen and (min-width: 1600px) {

    /*.hero-wrap.style1 {
        padding: 215px 0 230px;
    }*/
    .hero-wrap.style3 .hero-slider-two .hero-slider-item {
        padding: 200px 0 240px;
    }

    .hero-wrap.style2 .hero-slider-two .hero-slider-item {
        padding: 230px 0 250px;
    }

    .hero-wrap.style3 .hero-content-wrap {
        padding-top: 220px;
        padding-bottom: 220px;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-wrap.style1 .hero-video-wrap .hero-video-border {
        width: 86%;
        height: 87%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-wrap.style1 .hero-content h1 {
        font-size: 40px;
    }

    .hero-wrap.style1 .hero-img-wrap .hero-ellipse-img {
        max-width: 380px;
    }

    .hero-wrap.style1 .hero-video-wrap .hero-video-border {
        width: 86%;
        height: 87%;
    }

    .hero-wrap.style3 .hero-content-wrap {
        padding-left: calc((100% - 50%) - 960px / 2 + 15px);
    }

    .hero-content h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-wrap.style1 .hero-content h1 {
        font-size: 40px;
    }

    .hero-wrap.style1 .hero-img-wrap .hero-ellipse-img {
        max-width: 300px;
    }

    .hero-wrap.style1 .hero-video-wrap .hero-video-border {
        width: 86%;
        height: 87%;
    }

    .hero-wrap.style1 .hero-video-wrap .hero-video {
        height: 500px;
    }

    .hero-wrap.style3 .hero-slider-two .hero-slider-item .hero-content h1 {
        font-size: 60px;
        line-height: 1.2;
    }

    .hero-wrap.style2 .hero-content h1 {
        font-size: 46px;
    }

    .hero-wrap.style2 .hero-content {
        padding: 0 50px;
    }

    .hero-wrap.style3 .hero-content-wrap {
        padding-left: calc((100% - 50%) - 720px / 2 + 15px);
        padding-right: 20px;
        width: 60%;
    }

    .hero-content h1 {
        font-size: 34px;
        line-height: 60px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-wrap.style1 .hero-dot-shape img {
        max-width: 90%;
    }

    .hero-wrap.style1 .hero-dot-shape {

        -webkit-animation: animationFramesOne 0s alternate infinite linear;
        animation: animationFramesOne 0s alternate infinite linear;
    }
}

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

    .hero-wrap.style1 {
        padding: 0px 0 0;
    }

    .hero-wrap.style2 {
        position: relative;
        margin-top: 67px;
    }

    /*    .hero-wrap.style2 .hero-bg {
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0;
    }*/
    .hero-wrap.style1 .hero-content {
        margin: -130px 0 50px;
    }

    .hero-content.style2 h1 {
        text-align: center;
    }

    .hero-wrap.style1 .hero-content p {
        font-size: 16px;
    }

    .hero-wrap.style1 .hero-img-wrap .hero-ellipse-img {
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        max-width: 70%;
        margin: 0 auto;
    }

    .hero-wrap.style2 .hero-slider-two .hero-slider-item::before {
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.58)), color-stop(55%, rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.07)));
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.49) 55%, rgba(0, 0, 0, 0.07) 100%);
    }
}

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

    .header-wrap .header-top .header-top-right,
    .header-wrap .header-bottom .header-menu-wrap,
    .mobile-bar-wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: center !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }


    .hero-wrap.style1 .hero-dot-shape img {
        max-width: 90%;
    }

    .hero-wrap.style1 .hero-dot-shape {

        -webkit-animation: animationFramesOne 0s alternate infinite linear;
        animation: animationFramesOne 0s alternate infinite linear;
    }

    .hero-content {
        position: relative;
        z-index: 1;
        margin-top: -45px !important;
    }

    .hero-content p {
        font-size: 15px;
    }

    .hero-content p {
        font-size: 16px;
        margin: 0 0 30px;
    }

    .hero-content h1 {
        margin: 0 0 20px;
        line-height: 42px;
    }

    .hero-wrap.style2 .hero-slider-one .hero-slider-btn {
        right: 15px;
    }

    .hero-wrap.style3 .hero-slider-two .hero-slider-item {
        padding: 200px 0 178px;
    }

    .hero-wrap.style3 .hero-content-wrap {
        width: 100%;
        text-align: center;
        padding: 150px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-content h1 {
        font-size: 46px;
        margin: 0 0 28px;
    }

    .hero-wrap.style1 .hero-video-wrap .hero-video {
        height: 380px;
    }

    .hero-wrap.style3 .hero-slider-two .hero-slider-item .hero-content h1 {
        font-size: 45px;
        line-height: 1.3;
    }

    .hero-wrap.style2 .hero-content h1 {
        font-size: 46px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-btn .btn {
        font-size: 14px;
        padding: 9px 12px;
    }

    .hero-content .hero-btn .btn:nth-child(2) {
        margin-left: 9px;
    }

    .hero-wrap.style1 .hero-video-wrap .hero-video-border {
        display: none;
    }

    .hero-wrap.style1 .hero-video-wrap .hero-video {
        height: 372px;
    }

    .hero-content h1 {
        font-size: 28px;
        margin: 0 0 25px;
    }

    .hero-wrap.style2 .social-profile {
        right: 10px;
    }

    .hero-wrap.style2 .social-profile li a,
    .hero-wrap.style3 .social-profile li a {
        width: 30px;
        height: 30px;
    }

    .hero-wrap.style2 .social-profile li a i,
    .hero-wrap.style3 .social-profile li a i {
        font-size: 14px;
        line-height: 30px;
    }

    .hero-wrap.style2 .hero-slider-one .hero-slider-btn {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 20px;
    }

    .hero-wrap.style3 .hero-btn-wrap {
        right: 15px;
    }

    .hero-wrap.style2 .hero-content h1 {
        font-size: 32px;
    }

    .hero-wrap.style3 .hero-slider-two .hero-slider-item .hero-content h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    .hero-wrap.style3 .social-profile {
        bottom: 15px;
        left: 15px;
    }

    .slider-btn.style3 {
        padding: 8px 14px 0 !important;
    }

    .intro-video {
        display: none;
    }

    .hero-one-pagination {
        bottom: 70px;
        font-size: 20px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .hero-wrap.style2 .hero-slider-one .hero-slider-item {
        padding: 180px 0 210px;
    }
}

@media only screen and (max-width: 480px) {
    .hero-wrap.style1 .hero-video-wrap .hero-video {
        height: 372px;
    }

    .hero-wrap.style2 .social-profile {
        display: none;
    }

    .hero-wrap.style2 .hero-content h1 {
        font-size: 26px;
    }

    .hero-wrap.style2 .hero-content,
    .hero-wrap.style2 .hero-content p {
        padding: 0;
    }

    .hero-wrap.style2 .hero-slider-one .hero-slider-item .hero-content span {
        font-size: 14px;
    }
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.event-bg-1 {
    background-image: url(../img/event/single-event.jpg);
}

.event-bg-2 {
    background-image: url(../img/event/event-2.jpg);
}

.event-gallery {
    height: 400px;
    margin: 0 0 23px;
    border-radius: 5px;
}

.event-date {
    border: 1px solid #ddd;
    padding: 11px 5px;
}

.event-date h4 {
    font-weight: 300;
    color: #4c4c4c;
    font-size: 13px;
    text-align: center;
    margin: 0;
}

.event-date h4 span {
    font-size: 40px;
    line-height: 1;
    text-align: center;
    display: block;
    color: #ff4f1e;
}

.event-meta-info {
    position: relative;
    padding-left: 25px;
    color: #4c4c4c;
    margin: 0 0 10px;
    display: inline-block;
}

.event-meta-info:last-child {
    margin: 0;
}

.event-meta-info i {
    position: absolute;
    top: -2px;
    left: 0;
    color: #ff4f1e;
}

.event-item {
    margin: 0 0 30px;
}

.event-item.style1 .event-name {
    margin: 18px 0 0;
}

.event-item.style2 {
    border: 1px solid #ddd;
    padding: 25px;
}

.event-item.style2 .event-date {
    padding: 20px 5px;
}

.event-item.style2 .event-name {
    margin: 0 0 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.event-name {
    margin: 18px 0 0;
}

.event-name p {
    margin: 0;
    padding-right: 10px;
}

.event-img {
    height: 200px;
    display: block;
}

.event-map iframe {
    width: 100%;
    height: 350px;
}

@media only screen and (max-width: 575px) {
    .event-date h4 span {
        font-size: 26px;
    }

    .event-date {
        padding: 11px 5px !important;
    }
}

@media only screen and (max-width: 480px) {
    .event-item.style1 .event-meta-info {
        padding-left: 10px;
        margin: 0 0 8px;
        font-size: 13px;
        line-height: 20px;
    }

    .event-item.style1 .event-meta-info i {
        top: -1px;
        left: -10px;
    }

    .event-item.style1 .event-name {
        margin: 15px 0 0;
    }

    .event-item.style2 {
        padding: 15px;
    }

    .event-item.style2 .event-name h4 {
        font-size: 18px;
    }

    .event-item.style2 .event-name p {
        font-size: 14px;
    }

    .event-item.style2 .event-meta-info {
        margin: 0 0 8px;
        font-size: 13px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .event-img {
        height: 260px;
    }

    .event-item.style1 .event-info {
        margin: 25px 0 0;
    }
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.about-bg-1 {
    background-image: url(../img/about/about-1.jpg);
}

.about-bg-2 {
    background-image: url(../img/about/about-2.jpg);
}

.faq-bg-1 {
    background-image: url(../img/about/donate-bg-2.html);
}

.about-bg {
    position: relative;
}

.about-bg.style1 {
    height: 458px;
    border-radius: 20px;
}

.about-bg.style1 .overlay {
    border-radius: 20px;
}

.about-bg.style2 {
    height: 576px;
}

.about-wrap {
    position: relative;
    overflow-x: hidden;
}

.about-wrap .container {
    position: relative;
    z-index: 1;
}

.about-wrap .about-img .about-circle-shape {
    position: absolute;
    bottom: -50px;
    left: -20px;
}


.about-wrap .about-content .about-features-list {
    margin: 0 0 22px;
}

.about-wrap .about-content .about-features-list li {
    line-height: 36px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
}

.about-wrap .about-content .about-features-list li i {
    color: #ff4f1e;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}

.about-wrap .about-content .about-features-list.style2 {
    margin: 0;
}

.about-wrap .about-content h5 {
    margin: 0 0 25px;
}

.about-wrap .about-content.style2 {
    background-color: #fff;
    padding: 42px 50px 50px;
    border-radius: 5px 5px 50px 5px;
}

.about-wrap.style1 .about-img {
    height: 412px;
    position: relative;
    background: #efefef;
    /*border-radius: 30px;*/

}





.about-wrap.style2 .about-img {
    width: 48.5%;
}

.about-wrap.style2 .about-content {
    width: 48.5%;
}

.map.style1 iframe {
    width: 100%;
    height: 303px;
    border-radius: 10px;
}

.about-subpara h5 {
    position: relative;
    padding-left: 50px;
}

.about-subpara h5 span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ff4f1e;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -7px;
    left: 0;
}

.about-subpara h5 span img {
    max-width: 20px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    position: relative;
    top: 3px;
}

.feature-item {
    text-align: center;
    padding: 50px 30px 55px;
    background: #f9f9f9;
    border-right: 1px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feature-item:hover {
    background-color: #ff4f1e;
}

.feature-item:hover h5,
.feature-item:hover p,
.feature-item:hover a,
.feature-item:hover i {
    color: #fff;
}

.feature-item:hover a span:after {
    background: #fff;
}

.feature-item p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 7px;
}

.feature-item a i {
    position: relative;
    top: 4px;
    margin-left: 7px;
}

.feature-item a span {
    position: relative;
    display: inline-block;
}

.feature-item a span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
}

.faq-img {
    height: 470px;
    border-radius: 15px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
}

.donate-faq {
    border: 1px solid #ddd;
    border-radius: 15px;
}

.accordion-item {
    border: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.accordion-item:last-child {
    border: none;
}

.accordion-item:last-child {
    margin: 0;
}

.accordion-item .accordion-header {
    background: 0 0;
    color: #4c4c4c;
}

.accordion-item .accordion-header .accordion-button {
    margin: 0;
    padding: 20px 50px 20px 27px;
    font-size: 18px;
    line-height: 30px;
    font-family: poppins, sans-serif;
    font-weight: 600;
    border-radius: 0;
    border: none;
    color: #4c4c4c;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-collapse {
    border: none;
}

.accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: 32px;
    left: -4px;
}

.accordion-button::after {
    content: "";
    background-image: none;
    font-size: 14px;
    right: 27px;
    position: absolute;
    top: 28px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #4c4c4c;
    border-bottom: 2px solid #4c4c4c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.accordion-button[aria-expanded="true"] {
    background-color: #012245;
    color: #fff !important;
}

.accordion-button:first-child [aria-expanded="true"] {
    border-radius: 15px 15px 0 0 !important;
}

.accordion-button[aria-expanded="true"]:after {
    border-color: #fff;
}

.accordion-body {
    padding: 18px 25px 22px;
    border-top: 1px solid #ddd;
    border-radius: 0 0 20px 0;
}

.accordion-body p {
    margin: 0;
}

.ecour-faq .accordion-button::after {
    right: auto;
    left: 35px;
}

.ecour-faq .accordion-item {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-bottom: none;
    margin: 0 0 30px;
}

.ecour-faq .accordion-item:last-child {
    margin: 0;
}

.ecour-faq .accordion-item .accordion-header .accordion-button {
    padding: 20px 70px;
}

.ecour-faq .accordion-button[aria-expanded="true"] {
    background-color: transparent;
    color: #000 !important;
    padding-bottom: 10px !important;
}

.ecour-faq .accordion-button[aria-expanded="true"]::after {
    border-color: #000;
}

.ecour-faq .accordion-body {
    border-top: none;
    padding: 0 70px 20px;
}

.company-location .comp-map {
    height: 400px;
}

.company-location .comp-map iframe {
    width: 100%;
    height: 100%;
}

#contactForm input,
#contactForm textarea {
    background: #f4f4f4;
    border-radius: 5px !important;
}

#contactForm textarea {
    padding: 15px;
}

@media only screen and (min-width: 1450px) {
    .about-wrap.style2 .about-content {
        padding-right: calc((100% - 1410px) / 2 + 15px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
    .about-wrap.style2 .about-content {
        padding-right: calc((100% - 1320px) / 2 + 15px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq-img {
        height: 588px;
    }

    .about-wrap.style2 .about-content {
        padding-right: calc((100% - 1320px) / 2 + 15px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-wrap.style2 .about-content {
        padding-right: calc((100% - 960px) / 2 + 15px);
    }

    .about-wrap.style2 .about-img {
        margin-bottom: 30px !important;
    }

    .about-wrap.style2 .about-img,
    .about-wrap.style2 .about-content {
        width: 720px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .about-wrap .about-content.style2 {
        margin: 0;
    }

    .faq-img {
        height: 358px;
        margin: 0 0 30px;
    }

    .about-bg.style2 {
        margin: 30px 0 0;
    }

    .about-content {
        margin: 30px 0 0;
    }
}

@media only screen and (min-width: 768px) {
    .about-features-list.style2 {
        -webkit-columns: 2;
        columns: 2;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-wrap.style2 .about-img {
        margin-bottom: 30px !important;
    }

    .about-wrap.style2 .about-img,
    .about-wrap.style2 .about-content {
        width: 540px !important;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 575px) {
    .about-wrap.style2 .about-img {
        display: none;
    }

    .about-wrap.style2 .about-img,
    .about-wrap.style2 .about-content {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .about-subpara h5 span img {
        max-width: 15px;
        top: 1px;
    }

    .about-subpara h5 span {
        width: 30px;
        height: 30px;
        top: 0;
    }

    .about-subpara h5 {
        padding-left: 40px;
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .about-wrap .about-img {
        height: 300px;
    }

    .about-wrap .about-content.style2 {
        padding: 22px 30px 30px;
    }

    .about-wrap.style2 .about-content {
        padding-left: 0;
        padding-right: 0;
    }

    .about-wrap.style2 .about-content {
        width: 100%;
        padding: 0 15px;
    }

    .about-wrap.style2 .about-content {
        width: 100%;
    }
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.course-card {
    border-radius: 5px;
}

.course-card .course-metainfo {
    -webkit-box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
    padding: 15px 20px;
}

.course-card .course-metainfo .course-metainfo-left,
.course-card .course-metainfo .course-metainfo-right {
    width: 49%;
}

.course-card .course-metainfo .course-metainfo-left {
    text-align: left;
}

.course-card .course-metainfo .course-metainfo-right {
    text-align: right;
}

.course-card .course-metainfo .course-metainfo-right .price-tag .discount {
    margin-right: 5px;
}

.course-card .course-metainfo .course-metainfo-right .price-tag span {
    color: #ff4f1e;
}

.course-card .course-metainfo a {
    color: #4c4c4c;
}

.course-card .course-metainfo a:hover {
    color: #ff4f1e;
}

.course-card .course-metainfo p {
    font-size: 14px;
    margin: 0;
}

.course-card.style3 .course-metainfo .course-metainfo-right .btn {
    background-color: #ff4f1e;
    padding: 8px 20px;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.course-rating {
    padding: 4px 0;
}

.course-rating ul {
    line-height: 1;
}

.course-rating ul li {
    display: inline-block;
    line-height: 1;
}

.course-rating ul li i {
    font-size: 14px;
    color: #ffc107;
}

.course-rating span {
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    display: block;
    line-height: 1;
    color: #818181;
}

.course-rating span:before {
    position: absolute;
    top: -2px;
    left: 9px;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 1px;
    height: 16px;
}

.sidebar-box {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 5px;
    margin: 0 0 30px;
}

.course-details-widget ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.course-details-widget ul li:last-child {
    margin: 0;
}

.course-details-widget ul li p {
    margin: 0;
}

.course-details-widget ul li p i {
    color: #ff4f1e;
    margin-right: 7px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.course-enroll-widget {
    text-align: center;
}

.course-enroll-widget .single-course-price {
    font-size: 30px;
    color: #ff4f1e;
    font-weight: 600;
    margin: 0 0 20px;
}

.course-enroll-widget .btn {
    width: 100%;
    display: block;
    font-size: 18px;
    padding: 15px;
}

.course-details-meta {
    margin: 20px 0;
}

.course-details-meta li {
    display: inline-block;
    margin-right: 25px;
}

.course-details-meta li:last-child {
    margin: 0;
}

.course-details-meta li i {
    color: #ff4f1e;
    margin-right: 5px;
    font-stretch: 18px;
}

.course-details-img img {
    border-radius: 5px;
}

.nav.nav-tabs.course-tablist {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
}

.nav.nav-tabs.course-tablist li {
    width: 25%;
    border-right: 1px solid #ddd;
    background: 0 0;
}

.nav.nav-tabs.course-tablist li:last-child {
    border: none;
}

.nav.nav-tabs.course-tablist li button {
    width: 100%;
    border: none;
    background: 0 0;
    border-radius: 0;
    padding: 15px 5px;
    color: #000;
    background-color: #f1f1f1;
}

.nav.nav-tabs.course-tablist li button.active {
    background: #ff4f1e;
    color: #fff;
}

.nav.nav-tabs.course-tablist.style2 li {
    width: 33.33%;
}

.tab-content.course-tab-content {
    margin: 25px 0 0;
    padding: 20px;
    border: 1px solid #ddd;
}

.tab-content.course-tab-content h5 {
    margin: 25px 0 20px;
}

.tab-content.course-tab-content p {
    margin: 0 0 20px;
}

.tab-content.course-tab-content ul.course-details-list li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
}

.tab-content.course-tab-content ul.course-details-list li:last-child {
    margin: 0;
}

.tab-content.course-tab-content ul.course-details-list li:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
    background-color: #ff4f1e;
}

.tab-content.course-tab-content .lecture-accordion {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.tab-content.course-tab-content .lecture-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.tab-content.course-tab-content .lecture-item:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.tab-content.course-tab-content .lecture-item p {
    margin: 0;
}

.tab-content.course-tab-content .lecture-item p i {
    color: #ff4f1e;
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.tab-content.course-tab-content .lecture-item span {
    display: inline-block;
    color: #ff4f1e;
}

.course-tab-content .accordion-button[aria-expanded="true"],
.course-tab-content .accordion-button[aria-expanded="false"] {
    background-color: #012245;
    color: #fff !important;
}

.course-tab-content .accordion-button[aria-expanded="false"]::after {
    border-color: #fff;
}

.comment-author_info .course-rating {
    margin-left: 15px;
    position: relative;
    top: 1px;
}

.insructor-tab-content {
    margin: 25px 0 0;
}

.insructor-tab-content .instructor-title {
    margin: 0 0 10px;
}

.insructor-tab-content span {
    display: block;
    color: #ff4f1e;
    margin: 0 0 14px;
}

.insructor-tab-content p:last-child {
    margin: 0;
}

.insructor-tab-content .footer-contact-address li p {
    color: #012245;
}

.skills.style1 {
    margin: 0 0 15px;
}

.skills.style1 .skillbar {
    position: relative;
    display: block;
    width: 100%;
    background: 0 0;
    border: 1px solid #ff4f1e;
    height: 10px;
    border-radius: 15px;
}

.skills.style1 .skillbar .skillbar-bar {
    height: 8px;
    width: 0;
    background: #ff4f1e;
    border-radius: 50px 0 0 50px;
}

.skills p {
    margin: 0 0 5px;
}

.instructor-form {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 5px;
}

@media only screen and (max-width: 575px) {
    .nav.nav-tabs.course-tablist li {
        width: 50%;
        border-right: 1px solid #ddd;
        background: 0 0;
    }

    .nav.nav-tabs.course-tablist li:nth-child(1) {
        border-bottom: 1px solid #818181;
    }

    .course-card.style3 .course-metainfo .course-metainfo-right .btn {
        padding: 8px 18px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar-box {
        margin: 30px 0;
    }

    .instructor-img {
        margin: 0 0 30px;
    }

    .course-details-widget.sidebar-box,
    .course-enroll-widget.sidebar-box {
        margin-bottom: 0;
    }
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.pricing-text h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 20px;
}

.pricing-box-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    position: relative;
}

.pricing-box-wrap .pricing-shape-one {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: -1;
}

.pricing-box-wrap .pricing-box {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
}

.pricing-box-wrap .pricing-box .pricing-box-name {
    text-align: center;
    padding: 25px 0;
    margin: 0;
    color: #ff4f1e;
}

.pricing-box-wrap .pricing-box .price-tag {
    border-bottom: 1px solid #e5eaff;
    border-top: 1px solid #e5eaff;
    padding: 18px 0 20px;
    text-align: center;
}

.pricing-box-wrap .pricing-box .price-tag h3 {
    font-size: 40px;
    line-height: 56px;
    margin: 0;
    color: #ff4f1e;
}

.pricing-box-wrap .pricing-box .price-tag h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #999;
    font-family: poppins, sans-serif;
}

.pricing-box-wrap .pricing-box .price-box-features {
    margin: 25px auto;
    display: block;
    max-width: 45%;
}

.pricing-box-wrap .pricing-box .price-box-features li {
    position: relative;
    padding: 5px 0 5px 25px;
}

.pricing-box-wrap .pricing-box .price-box-features li i {
    position: absolute;
    top: 10px;
    left: 0;
    color: #ff4f1e;
    font-size: 16px;
}

.pricing-box-wrap .pricing-box .book-btn {
    text-align: center;
    padding-bottom: 35px;
}

.pricing-box-wrap.style1 {
    position: relative;
}

.pricing-box-wrap.style1:before {
    position: absolute;
    top: 45%;
    left: 50%;
    content: "";
    background: 0 0;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 79px 35px #ff4f1e;
    box-shadow: 0 0 79px 35px #ff4f1e;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pricing-box-wrap.style1 .pricing-box.active {
    background-color: #ff4f1e;
}

.pricing-box-wrap.style1 .pricing-box.active .price-box-features li i {
    color: #fff;
}

.pricing-box-wrap.style1 .pricing-box.active .btn.v4 {
    padding: 12px 35px;
}

.pricing-box-wrap .pricing-box.active .pricing-box-name,
.pricing-box-wrap .pricing-box.active .price-tag,
.pricing-box-wrap .pricing-box.active .price-box-features li,
.pricing-box-wrap .pricing-box.active .price-tag h3,
.pricing-box-wrap .pricing-box.active .price-tag h3 span {
    color: #fff;
}

.pricing-box-wrap .pricing-box.active .price-tag {
    border-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
    .pricing-box-wrap .pricing-box .price-box-features {
        max-width: 52%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .pricing-box-wrap {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-box-wrap .pricing-box .price-box-features {
        max-width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-box-wrap .pricing-box .price-box-features {
        max-width: 65%;
    }

    .pricing-box-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.team-member {
    margin: 0 0 30px;
    padding: 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.team-member .team-member-img {
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
}

.team-member .team-member-img img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 5px;
}

.team-member .team-member-img .social-profile {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    position: absolute;
    top: 15px;
    right: 15px;
}

.team-member .team-member-img .social-profile li {
    margin: 0 0 10px;
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.team-member .team-member-img .social-profile li a {
    background: #012245;
    border: none;
}

.team-member .team-member-img .social-profile li a:hover {
    border-color: transparent;
}

.team-member .team-member-img .social-profile li a i {
    color: #fff;
}

.team-member .team-member-info {
    text-align: center;
}

.team-member .team-member-info h4 {
    margin: 0 0 5px;
}

.team-member .team-member-info p {
    position: relative;
    margin: 0;
}

.team-member.style2 {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.team-member:hover .team-member-img .social-profile li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.team-member-img .social-profile li:nth-child(1) {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.team-member-img .social-profile li:nth-child(2) {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.team-member-img .social-profile li:nth-child(3) {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.testimonial-bg-1 {
    background-image: url(../img/testimonial/testimonial-bg-1.jpg);
}

.testimonial-bg-2 {
    background-image: url(../img/testimonial/testimonial-bg-2.html);
}

.testimonial-wrap {
    position: relative;
}

.client-quote {
    padding: 0 0 15px;
}

.client-quote p {
    margin: 0;
    position: relative;
    z-index: 2;
}

.client-info {
    border-radius: 0 0 20px 0;
    z-index: 3;
    position: relative;
}

.client-info h4 {
    margin: 10px 0 5px;
    line-height: 1.1;
    color: #ff4f1e;
}

.client-info p {
    font-size: 14px;
    opacity: 0.8;
    margin: 0;
}

.testimonial-slider-one {
    position: relative;
    padding-bottom: 25px;
}

.testimonial-slider-one .swiper-slide {
    padding-top: 80px;
}

.testimonial-item {
    text-align: center;
    padding: 95px 20px 60px;
    background: rgba(1, 34, 69, 0.35);
}

.testimonial-item .client-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-item .client-img img {
    border-radius: 50%;
}

.testimonial-item .client-name {
    margin: 0 0 15px;
}

.testimonial-item .client-name h5 {
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.testimonial-item .rating li {
    display: inline-block;
}

.testimonial-item .rating li i {
    color: #ffc107;
}

.testimonial-item .client-quote {
    margin: 0 auto;
}

.testimonial-item .client-quote p {
    color: #fff;
    margin: 0;
}

.testimonial-item .quote-icon {
    position: absolute;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg) scaleX(-1);
    transform: translateX(-50%) rotate(180deg) scaleX(-1);
}

.testimonial-item .quote-icon i {
    font-size: 100px;
    color: #012245;
}

.testimonial-pagination {
    text-align: center;
    position: relative;
    bottom: 20px;
}

.testimonial-pagination.swiper-pagination-bullets {
    bottom: -30px;
    position: relative;
    z-index: 9;
}

.testimonial-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 10px !important;
}

.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

@media only screen and (min-width: 1200px) {
    .testimonial-item .client-quote {
        max-width: 80%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-item {
        padding: 95px 30px 60px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-bg {
        margin: 0 0 20px;
    }

    .testimonial-item.style2 {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial_btn.style1 {
        top: auto;
        left: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .slider-btn.style3,
    .testimonial_btn .testimonial-next-one,
    .testimonial_btn .testimonial-prev-one {
        margin: 0 10px;
    }

    .testimonial-item .quote-icon i {
        font-size: 60px;
    }
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.promo-bg-1 {
    background-image: url(../img/promo/promo-bg-1.jpg);
}

.promo-bg-2 {
    background-image: url(../img/promo/promo-bg-2.jpg);
}

.promo-bg-3 {
    background-image: url(../img/promo/promo-bg-3.jpg);
}

.promo-bg-4 {
    background-image: url(../img/promo/promo-bg-4.jpg);
}

.promo-bg-6 {
    background-image: url(../img/promo/promo-bg-6.png);
}

.video-bg-1 {
    background-image: url(../img/promo/promo-bg-6.png);
}

.video-bg-2 {
    background-image: url(../img/promo/promo-bg-6.png);
}

.promo-banner-wrap {
    position: relative;
}

.promo-banner-wrap .promo-content {
    position: relative;
}

.promo-banner-wrap .promo-content h2 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0 0 20px;
}

.promo-banner-wrap .promo-content p {
    margin: 0;
}

.promo-banner-wrap .promo-content .btn {
    margin: 35px 0 0;
}

.promo-banner-wrap .promo-content:before {
    position: absolute;
    top: 0;
    content: "";
    background: #012245;
    width: 100vw;
    height: 100%;
    z-index: -1;
}

.promo-banner-wrap.style1 .promo-content,
.promo-banner-wrap.style2 .promo-content,
.promo-banner-wrap.style3 .promo-content {
    width: 49%;
}

.promo-banner-wrap.style1 .promo-img-wrap,
.promo-banner-wrap.style2 .promo-img-wrap,
.promo-banner-wrap.style3 .promo-img-wrap {
    width: 49%;
}

.promo-banner-wrap.style1 .promo-content:before {
    left: 0;
}

.promo-banner-wrap.style2 .promo-content:before {
    right: 0;
}

.promo-banner-wrap.style2 .promo-img-wrap .promo-circle-shape {
    bottom: 0;
    right: -80px;
}

.promo-banner-wrap.style3 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.promo-banner-wrap.style3 .promo-img-wrap .promo-img {
    border-radius: 0;
    height: 610px;
}

.promo-banner-wrap.style3 .promo-img-wrap .promo-circle-shape {
    left: -70px;
    right: auto;
    bottom: 0;
}

.promo-banner-wrap.style3 .promo-content:before {
    left: 0;
}

.promo-banner-wrap.style4 {
    overflow-x: hidden;
}

.promo-banner-wrap.style4 .promo-content:before {
    display: none;
}

.promo-banner-wrap.style4 .promo-circle-shape {
    position: absolute;
    bottom: 50px;
    right: 30px;
    -webkit-animation: animationFramesOne 5s alternate infinite linear;
    animation: animationFramesOne 5s alternate infinite linear;
}

.video-play {
    position: absolute;
    width: 110px;
    height: 110px;
    top: 50%;
    left: 50%;
    background: #ff4f1e;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-play i {
    font-size: 72px;
    color: #fff;
}

.video-play:hover i {
    color: #ff4f1e;
}

.promo-img-wrap {
    position: relative;
}

.promo-img-wrap .promo-circle-shape {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.promo-img-wrap .promo-circle-shape img {
    max-width: 150px;
}

.promo-img {
    height: 675px;
    border-radius: 5px;
}

.promo-video-bg {
    height: 700px;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.15);
}

.promo-video-wrap {
    position: relative;
}

.promo-video-wrap .container {
    position: relative;
}

.promo-video-wrap .container .prom-dot-shape {
    position: absolute;
    top: 20px;
    left: 0;
    -webkit-animation: animationFramesOne 5s alternate infinite linear;
    animation: animationFramesOne 5s alternate infinite linear;
}

.promo-video-wrap .container .prom-circle-shape {
    position: absolute;
    bottom: 50px;
    right: 0;
}

.promo-video-wrap .container .prom-circle-shape.style1 {
    -webkit-animation: animationFramesThree 15s alternate infinite linear;
    animation: animationFramesThree 15s alternate infinite linear;
}

.promo-video-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: calc(100% - 100px);
    background: #012245;
    z-index: -1;
}

.discount-wrap .discount-item-wrap {
    position: relative;
}

.discount-wrap .discount-item-wrap .promo-circle-shape {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.discount-wrap .discount-item-wrap .discount-item-left {
    width: 50%;
    padding: 220px 0;
    position: relative;
}

.ds-wrap {
    position: relative;
}

.ds-wrap:before,
.ds-wrap:after {
    position: absolute;
    top: 0;
    content: "";
    width: 50%;
    height: 100%;
    z-index: -1;
}

.ds-wrap:before {
    left: 0;
    background-color: #eee;
}

.ds-wrap:after {
    right: 0;
    background-color: #012245;
}

.content-wrap {
    position: relative;
}

.content-wrap h2 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0 0 20px;
}

.content-wrap p {
    margin: 0;
}

.content-wrap .btn {
    margin: 35px 0 0;
}

.content-wrap.style1 h2,
.content-wrap.style1 p {
    color: #fff;
}

.content-wrap.style2 h2,
.content-wrap.style2 p {
    color: #012245;
}

@media only screen and (min-width: 1600px) {
    .promo-banner-wrap.style1 .promo-img-wrap {
        padding-right: 100px;
    }

    .promo-banner-wrap.style2 .promo-img-wrap {
        padding-left: 100px;
    }

    .content-wrap.style1.right {
        padding-left: 70px;
    }
}

@media only screen and (min-width: 1450px) {

    .promo-banner-wrap.style1 .promo-content,
    .promo-banner-wrap.style3 .promo-content {
        padding-left: calc((100% - 1410px) / 2 + 15px);
    }

    .promo-banner-wrap.style2 .promo-content {
        padding-right: calc((100% - 1410px) / 2 + 15px);
    }

    .discount-wrap .discount-item-wrap .discount-item-left {
        padding-left: calc((100% - 50%) - 1410px / 2 + 15px);
    }
}

@media only screen and (min-width: 1360px) and (max-width: 1599px) {
    .promo-banner-wrap.style1 .promo-img-wrap {
        padding-right: 30px;
    }

    .promo-banner-wrap.style2 .promo-img-wrap {
        padding-left: 30px;
    }

    .content-wrap.style1.right {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {

    .promo-banner-wrap.style1 .promo-content,
    .promo-banner-wrap.style3 .promo-content {
        padding-left: calc((100% - 1320px) / 2 + 15px);
    }

    .promo-banner-wrap.style1 .promo-img-wrap {
        padding-right: 30px;
    }

    .promo-banner-wrap.style2 .promo-content {
        padding-right: calc((100% - 1320px) / 2 + 15px);
    }

    .promo-banner-wrap.style2 .promo-img-wrap {
        padding-left: 30px;
    }

    .discount-wrap .discount-item-wrap .discount-item-left {
        padding-left: calc((100% - 50%) - 1320px / 2 + 15px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
    .promo-banner-wrap.style1 .promo-img-wrap {
        padding-right: 30px;
    }

    .promo-banner-wrap.style1 .promo-content,
    .promo-banner-wrap.style3 .promo-content {
        padding-left: calc((100% - 1282px) / 2 + 15px) !important;
    }

    .promo-banner-wrap.style2 .promo-img-wrap {
        padding-left: 30px;
    }

    .promo-banner-wrap.style2 .promo-content {
        padding-right: calc((100% - 1282px) / 2 + 15px) !important;
    }

    .discount-wrap .discount-item-wrap .discount-item-left {
        padding-left: calc((100% - 50%) - 1320px / 2 + 60px);
    }

    .content-wrap.style1.right {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .promo-banner-wrap.style1 .promo-content,
    .promo-banner-wrap.style3 .promo-content {
        padding-left: calc((100% - 960px) / 2 + 15px);
    }

    .promo-banner-wrap.style1 .promo-img-wrap {
        padding-right: 30px;
    }

    .promo-banner-wrap.style2 .promo-content {
        padding-right: calc((100% - 960px) / 2 + 15px);
    }

    .promo-banner-wrap.style2 .promo-img-wrap {
        padding-left: 30px;
    }

    .promo-banner-wrap .promo-content h2 {
        font-size: 34px;
    }

    .discount-wrap .discount-item-wrap .discount-item-left {
        width: 65%;
    }

    .discount-wrap .discount-item-wrap .discount-item-left {
        padding-left: calc((100% - 960px) + 15px);
        padding-right: 30px;
    }

    .content-wrap.style1.right {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .promo-banner-wrap.style1 .promo-content,
    .promo-banner-wrap.style2 .promo-content,
    .promo-banner-wrap.style3 .promo-content {
        padding-left: calc((100% - 720px) / 2 + 15px);
        padding-right: calc((100% - 720px) / 2 + 15px);
    }

    .promo-banner-wrap.style1 .promo-img-wrap .promo-img,
    .promo-banner-wrap.style2 .promo-img-wrap .promo-img,
    .promo-banner-wrap.style3 .promo-img-wrap .promo-img {
        height: 400px;
    }

    .discount-wrap .discount-item-wrap .discount-item-left {
        width: 100%;
        padding: 100px 30px;
        text-align: center;
    }

    .promo-video-bg {
        height: 600px;
    }
}

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

    .promo-banner-wrap.style1 .promo-content,
    .promo-banner-wrap.style2 .promo-content,
    .promo-banner-wrap.style3 .promo-content,
    .promo-banner-wrap.style1 .promo-img-wrap,
    .promo-banner-wrap.style2 .promo-img-wrap,
    .promo-banner-wrap.style3 .promo-img-wrap {
        width: 100%;
    }

    .promo-banner-wrap.style1 .promo-content,
    .promo-banner-wrap.style3 .promo-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .promo-banner-wrap.style1 .promo-img-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-radius: 0;
    }

    .ds-wrap {
        overflow-x: hidden;
    }

    .ds-wrap:before,
    .ds-wrap:after {
        display: none;
    }

    .ds-wrap .content-wrap.style2,
    .ds-wrap .content-wrap.style3 {
        position: relative;
    }

    .ds-wrap .content-wrap.style2:before {
        position: absolute;
        top: 0;
        content: "";
        width: 200%;
        height: 100%;
        background: #eee;
        z-index: -1;
        left: -50%;
    }

    .ds-wrap .content-wrap.style1:before {
        position: absolute;
        top: 0;
        left: -50%;
        content: "";
        width: 200%;
        height: 100%;
        background: #012245;
        z-index: -1;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .promo-banner-wrap.style1 .promo-content,
    .promo-banner-wrap.style2 .promo-content,
    .promo-banner-wrap.style3 .promo-content {
        padding-left: calc((100% - 540px) / 2 + 15px);
        padding-right: calc((100% - 540px) / 2 + 15px);
    }

    .promo-banner-wrap.style1 .promo-img-wrap .promo-img,
    .promo-banner-wrap.style2 .promo-img-wrap .promo-img {
        height: 350px;
    }
}

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

    .promo-banner-wrap .promo-content h2,
    .discount-wrap .discount-item-wrap .discount-item-left .content-wrap h2 {
        font-size: 28px;
        margin: 0 0 20px;
    }

    .discount-wrap .discount-item-wrap .discount-item-left {
        width: 100%;
        padding: 45px 15px 50px;
        text-align: center;
    }

    .promo-video-bg {
        height: 400px;
    }
}

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

    .promo-banner-wrap.style1 .promo-content,
    .promo-banner-wrap.style2 .promo-content,
    .promo-banner-wrap.style3 .promo-content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .promo-banner-wrap.style1 .promo-img-wrap .promo-img,
    .promo-banner-wrap.style2 .promo-img-wrap .promo-img,
    .promo-banner-wrap.style3 .promo-img-wrap .promo-img {
        height: 300px;
    }

    .video-play {
        width: 60px;
        height: 60px;
    }

    .video-play i {
        font-size: 34px;
    }

    .content-wrap h2 {
        font-size: 30px;
    }

    .content-wrap p {
        font-size: 16px;
    }
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.product-filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    margin: 0 0 20px;
}

.product-filter-list button {
    border: 1px solid #ddd !important;
    margin: 0 8px;
    border-radius: 15px 0 !important;
    color: #201d1e;
    background-color: #fff;
    padding: 8px 25px;
    cursor: pointer;
    letter-spacing: 1px;
    text-align: center;
}

.product-filter-list button.active {
    background: #ff4f1e;
    color: #fff;
    border-color: transparent !important;
}

.product-wrap {
    position: relative;
}

.product-wrap .shape-8 {
    position: absolute;
    top: 0;
    right: 20px;
}

.product-card {
    margin: 0 0 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 25px;
}

.product-card .product-img {
    position: relative;
    margin: 0 0 20px;
    padding: 25px 0;
    background-color: #fff8f6;
}

.product-card .product-img img {
    margin: 0 auto;
    display: block;
}

.product-card .product-img .product-option {
    position: absolute;
    top: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product-card .product-img .product-option button {
    width: 44px;
    height: 44px;
    background: #ff4f1e;
    border-radius: 20px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product-card .product-img .product-option button:last-child {
    margin: 0;
}

.product-card .product-img .product-option button i {
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product-card .product-info h4 {
    line-height: 1.3;
    margin: 0;
}

.product-card .product-info h4 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product-card .product-info .rating {
    margin: 7px 0 6px;
}

.product-card .product-info .product-price {
    font-size: 20px;
    color: #ff4f1e;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.product-card.style1 .product-img {
    border-radius: 15px;
}

.product-card.style1 .product-img .product-option button {
    border-radius: 50%;
}

.product-card.style1 .product-info {
    text-align: center;
}

.product-card.style1 .product-info h4 {
    font-weight: 500;
    font-size: 20px;
}

.product-card.style1 .product-info .product-rating {
    margin: 10px 0;
}

.product-card:hover .product-info h4 a {
    color: #ff4f1e;
}

.discount {
    color: #999 !important;
    text-decoration: line-through;
    margin-left: 7px;
}

.profuct-result p {
    color: #201d1e;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.filter-item-num select,
.filter-item-cat select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 20px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 96% 50%;
}

.filter-item-num .nice-select::after,
.filter-item-cat .nice-select::after {
    right: 20px;
    border-color: #818181;
    border-width: 1px;
}

.product-gallery.swiper-container.gallery-top {
    height: auto !important;
}

.gallery-top {
    padding: 10px;
}

.product-large-img {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0;
    padding: 40px 30px;
}

.product-large-img img {
    margin: 0 auto;
    display: block;
}

.product-large-img .discount-price {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ff4f1e;
    display: inline-block;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}

.gallery-thumbs .product-thumb {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.gallery-thumbs .product-thumb img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
}

.swiper-container.gallery-thumbs {
    padding: 20px;
}

.single-product-details .single-product-title {
    position: relative;
}

.single-product-details .single-product-title h2 {
    font-size: 40px;
    color: #000;
    font-weight: 500;
    line-height: 52px;
    margin: 0 0 10px;
}

.single-product-details .single-product-title h3 {
    font-size: 20px;
    color: #ff4f1e;
    line-height: 1.5;
    font-weight: 500;
}

.single-product-details .rating {
    margin: 0 0 15px;
}

.single-product-details .single-product-review-left .rating-star {
    margin: 0 5px 5px 0;
    display: inline-block;
}

.single-product-details .single-product-review-left .rating-star li {
    margin: 0;
}

.single-product-details .single-product-review-left span {
    font-size: 14px;
    color: #818181;
    position: relative;
    top: -2px;
}

.single-product-details .single-product-desc p {
    opacity: 0.7;
    margin: 0 0 15px;
}

.product-tablist {
    border: none;
}

.product-tablist li button {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    background: #ff4f1e;
    border: none !important;
    border-radius: 5px 5px 0 0;
    padding: 22px 5px;
    width: 180px;
    text-align: center;
    border-bottom: 2px solid transparent !important;
}

.product-tablist li button.active {
    background: 0 0;
    color: #000;
    border-bottom: 2px solid #ff4f1e !important;
}

.product-tab-content {
    margin: 30px 0 0;
    border: 1px solid #ddd;
    padding: 25px;
}

.new-product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.new-product-item:last-child {
    margin: 0;
}

.new-product-item .new-product-img {
    width: 70px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    height: 70px;
}

.new-product-item .new-product-img img {
    margin: 0 auto;
    display: block;
}

.new-product-item .new-product-info {
    width: calc(100% - 95px);
    margin-left: 15px;
}

.new-product-item .new-product-info h6 {
    margin: 0 0 5px;
}

.new-product-item .new-product-info h6 a {
    color: #201d1e;
}

.new-product-item .new-product-info span {
    color: #ff4f1e;
    font-size: 14px;
}

.new-product-item .new-product-info span.discount {
    text-decoration: line-through;
    margin-left: 5px;
    color: #818181;
}

.single-product-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 26px;
}

.single-product-option button:nth-child(1) {
    margin-right: 15px;
}

.product-quantity {
    width: 144px;
    margin-right: 10px;
}

.product-quantity .qtySelector {
    position: relative;
    border: 0.5px solid rgba(69, 69, 70, 0.2);
    height: 48px;
    border-radius: 5px;
}

.product-quantity .qtySelector span {
    width: 48px;
    position: absolute;
    top: 0;
    height: 100%;
    background: 0 0;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    color: #000;
}

.product-quantity .qtySelector span.decreaseQty {
    left: 0;
}

.product-quantity .qtySelector span.increaseQty {
    right: 0;
}

.product-quantity .qtySelector input {
    width: calc(100% - 96px);
    background: 0 0;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid rgba(69, 69, 70, 0.2);
    border-right: 1px solid rgba(69, 69, 70, 0.2);
    left: 48px;
    position: relative;
    height: 48px;
    top: -1px;
    text-align: center;
    color: #000;
}

.add-cart button,
.add-wishlist button {
    margin-right: 10px;
    font-weight: 400 !important;
}

.add-cart button i,
.add-wishlist button i {
    margin-right: 10px;
    top: 1px !important;
}

.add-cart button.v3,
.add-wishlist button.v3 {
    border-color: rgba(0, 0, 0, 0.2);
}

.rating-star {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.rating-star li {
    display: inline-block;
    margin: 0 2px;
}

.rating-star li i {
    font-size: 18px;
    color: #ff4f1e;
}

.product-description-box {
    border: 1px solid #ddd;
    border-radius: 20px 0;
    padding: 25px;
}

.product-description-box .product-desc h3 {
    margin: 0 0 20px;
}

.product-description-box .product-desc p {
    margin: 0;
}

.additional-info li {
    margin: 0 0 10px;
}

.additional-info li:last-child {
    margin-bottom: 0;
}

.additional-info li p span {
    width: 100px;
    font-weight: 600;
    display: inline-block;
}

.product-more-option-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 22px;
}

.product-more-option-item:last-child {
    margin: 0;
}

.product-more-option-item h6 {
    margin: 0 12px 0 0;
}

.product-more-option-item a {
    position: relative;
    top: 1px;
}

.product-more-option-item a:hover {
    color: #ff4f1e;
}

.cart-popup {
    position: fixed;
    top: 0;
    right: -100%;
    width: 560px;
    background: #fff;
    height: 100vh;
    z-index: 9999;
    padding: 30px 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cart-popup.open {
    right: 0;
    visibility: visible;
    opacity: 1;
}

.cart-popup .cart-popup-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin: 0 0 25px;
}

.cart-popup .cart-popup-title h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}

.cart-popup .cart-popup-item-wrap {
    height: calc(100% - 300px);
    overflow-y: auto;
}

.cart-popup .cart-popup-item-wrap .cart-popup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-img {
    width: 110px;
    padding: 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-img img {
    margin: 0 auto;
    display: block;
}

.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-name {
    width: calc(100% - 240px);
}

.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-name p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: capitalize;
}

.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price {
    width: 80px;
    text-align: right;
}

.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price button {
    background: 0 0;
    border: none;
    position: relative;
    top: -13px;
    opacity: 0.68;
    cursor: pointer;
    display: block;
    text-align: right;
    width: 100%;
    padding: 0;
}

.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price button i {
    width: 30px;
    height: 30px;
    border: 1px solid #ff4f1e;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
}

.cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price span {
    font-weight: 700;
    color: #ff4f1e;
}

.cart-popup .cart-popup-total-wrap {
    position: absolute;
    bottom: 35px;
    left: 40px;
    width: calc(100% - 80px);
}

.cart-popup .cart-popup-total-wrap .cart-popup-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0 35px;
}

.cart-popup .cart-popup-total-wrap .cart-popup-total h5 {
    font-size: 20px;
    line-height: 27px;
    margin: 0;
}

.cart-popup .cart-popup-total-wrap .btn {
    display: block;
    width: 100%;
    margin: 15px 0 0;
    padding: 12px 0;
}

.cart-popup .cart-popup-total-wrap .btn.v4 {
    color: #201d1e;
    border: 1px solid #ddd;
}

.cart-popup .cart-popup-total-wrap .btn.v4:hover {
    background: #ff4f1e;
    border-color: transparent;
    color: #fff;
}

.cart-popup .close-popup {
    background: 0 0;
    border: 1px solid #ff4f1e;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cart-popup .close-popup i {
    line-height: 33px;
}

.cart-popup .close-popup:hover {
    background: #ff4f1e;
}

.cart-popup .close-popup:hover i {
    color: #fff;
}

.checkout-details .form-group input {
    height: 52px;
    font-size: 14px;
    line-height: 20px;
}

.checkout-details .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff4f1e;
    border: none;
    height: 100%;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
}

form.checkout textarea {
    height: 145px;
}

.bill-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4px 0;
}

.bill-item .bill-item-name p {
    margin: 0;
}

.bill-item .bill-item-price span {
    font-weight: 700;
    color: #201d1e;
}

.bill-details {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.bill-details>h5 {
    color: #fff;
    background: #000;
    padding: 20px;
    margin: 0;
}

.bill-item-wrap {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.subtotal-item h6 {
    margin: 0 0 10px;
}

.subtotal-wrap {
    padding: 10px 20px;
}

.subtotal-wrap .subtotal-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6.5px 0;
}

.subtotal-wrap .subtotal-item .subtotal-item-right {
    color: #201d1e;
    font-weight: 600;
}

.subtotal-wrap .subtotal-item .subtotal-item-left h6 {
    margin: 0;
    font-weight: 600;
}

.subtotal-wrap .subtotal-item .form-group {
    position: relative;
}

.subtotal-item-right span {
    font-weight: 700;
}

.subtotal-item-left p,
.subtotal-item-right p {
    margin: 0;
}

.total-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.total-wrap h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin: 0;
}

.total-wrap span {
    font-weight: 700;
    color: #201d1e;
}

.select-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0 0;
}

.select-method div {
    margin-right: 20px;
}

.select-method [type="radio"]:checked,
.select-method [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.select-method [type="radio"]:checked+label,
.select-method [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #201d1e;
}

.select-method [type="radio"]:checked+label::before,
.select-method [type="radio"]:not(:checked)+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    border: 1px solid #ff4f1e;
    border-radius: 100%;
    background: 0 0;
}

.select-method [type="radio"]:checked+label::before {
    background-color: #fff;
}

.select-method [type="radio"]:checked+label:after,
.select-method [type="radio"]:not(:checked)+label:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff4f1e;
    top: 6px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.select-method [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.select-method [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wishlist-table {
    margin: 0 0 25px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.wishlist-table table {
    margin: 0;
}

.wishlist-table table thead tr th {
    border: none;
    background: #ff4f1e;
    color: #fff;
    padding: 15px 30px;
    font-family: poppins, sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
}

.wishlist-table table tbody tr {
    vertical-align: middle;
}

.wishlist-table table tbody tr:last-child td {
    border-bottom: none;
}

.wishlist-table table tbody tr td {
    padding: 12px 15px;
    text-align: center;
}

.wishlist-table table tbody tr td .wh_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wishlist-table table tbody tr td .wh_item a {
    font-size: 20px;
    font-weight: 500;
    margin-left: 15px;
    width: calc(100% - 80px);
}

.wishlist-table table tbody tr td .wh_item a:hover {
    color: #ff4f1e;
}

.wishlist-table table tbody tr td .wh_item img {
    max-width: 60px;
    margin: 0 auto;
    display: block;
}

.wishlist-table table tbody tr td .wh-tem-price {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.wishlist-table table tbody tr td p {
    margin: 0;
}

.wishlist-table table tbody tr td button {
    background: 0 0;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.wishlist-table table tbody tr td button span {
    color: #ff4f1e;
    font-size: 18px;
    line-height: 30px;
}

.wh_btn .btn:nth-child(1) {
    margin-right: 10px;
}

.wishlist-table table tbody tr td:nth-child(4) {
    text-align: left;
}

.wishlist-table table tbody tr td .product-quantity {
    margin: 0 auto;
}

.checkout label {
    font-weight: 600;
    margin: 0 0 8px;
}

.checkout .form-group input {
    border: none;
    border-radius: 5px;
    background: #f1f1f1;
    color: #999;
}

.checkout .form-group textarea {
    border: none;
    border-radius: 5px;
    background: #f1f1f1;
    color: #999;
    height: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profuct-result p {
        font-size: 15px;
    }

    .single-product-details {
        margin: 50px 0 0;
    }
}

@media only screen and (min-width: 992px) {
    .product-card .product-img .product-option {
        visibility: hidden;
        opacity: 0;
    }

    .product-card:hover .product-img .product-option {
        visibility: visible;
        opacity: 1;
    }
}

@media only screen and (max-width: 991px) {
    .product-tab-content .comment-form-wrap {
        margin: 30px 0 0;
    }

    .cart-popup .cart-popup-total-wrap .btn.v1,
    .cart-popup .cart-popup-total-wrap .btn.v2 {
        width: 100% !important;
        display: block;
    }

    .wishlist-table {
        width: 100%;
        overflow-x: auto;
    }

    .wishlist-table table td:nth-child(3),
    .wishlist-table table th:nth-child(3) {
        min-width: 160px;
    }

    .wishlist-table table td,
    .wishlist-table table th {
        min-width: 120px;
    }

    .wishlist-table table thead tr th {
        padding: 15px;
        font-size: 18px;
    }

    .wishlist-table table tbody tr td .wh_item a,
    .wishlist-table table tbody tr td .wh-tem-price {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .single-product-details {
        margin: 30px 0 0;
    }

    .profuct-result,
    .filter-item-cat select {
        margin: 0 0 20px;
    }

    .cart-popup,
    .contact-popup {
        padding: 10px 15px;
        width: 100%;
    }

    .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-img {
        width: 75px;
    }

    .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-name {
        width: calc(100% - 160px);
    }

    .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price {
        width: 60px;
    }

    .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price span {
        font-size: 14px;
    }

    .cart-popup .cart-popup-item-wrap {
        height: calc(100% - 272px);
    }

    .cart-popup .cart-popup-total-wrap {
        bottom: 15px;
        left: 15px;
        width: calc(100% - 30px);
    }

    .cart-popup .cart-popup-total-wrap .cart-popup-total {
        padding: 15px 0 5px;
    }

    .product-quantity .qtySelector {
        height: 40px;
    }

    .product-quantity .qtySelector span {
        width: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .product-quantity .qtySelector input {
        width: calc(100% - 80px);
        left: 40px;
        height: 40px;
    }

    .add-cart button,
    .add-wishlist button {
        height: 40px;
    }

    .wishlist-table table tbody tr td .wh_item a,
    .wishlist-table table tbody tr td .wh-tem-price {
        font-size: 16px;
    }

    .product-card.style1 .product-info,
    .product-card.style2 .product-info,
    .product-card.style3 .product-info {
        text-align: center;
    }

    .product-card .product-rating {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-card .product-img .product-option button i {
        font-size: 15px;
    }

    .product-card .product-img .product-option button {
        width: 35px;
        height: 35px;
    }
}

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

    .add-cart span,
    .add-wishlist span {
        display: none;
    }

    .add-cart .btn,
    .add-wishlist .btn {
        padding: 8px 20px;
    }

    .add-cart .btn i,
    .add-wishlist .btn i {
        font-size: 20px;
        margin: 0;
        line-height: 1;
    }
}

@media only screen and (max-width: 575px) {
    .product-tablist li button {
        font-size: 16px;
        padding: 10px 5px;
        width: 140px;
    }

    .comment-author_info .rating-star {
        margin: 0 !important;
    }

    .post-comment-wrap {
        padding: 15px;
    }

    .comment-form-wrap .comment-form-title h4 {
        font-size: 18px;
    }

    .product-filter-list li {
        font-size: 14px;
        padding: 5px 12px;
        margin: 0 5px;
    }

    .wishlist-wrap .btn {
        width: 100%;
    }

    .wishlist-wrap .btn:nth-child(1) {
        margin: 0 0 15px;
    }

    .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price button i {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .cart-popup .product-quantity {
        width: 118px;
    }

    .cart-popup .cart-popup-item-wrap .cart-popup-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 0 20px;
    }

    .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price button {
        top: 0;
    }

    .product-filter-list li {
        font-size: 16px;
        width: 100%;
        margin: 0 0 15px;
    }

    .product-filter-list li:last-child {
        margin: 0;
    }
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.blog-bg-1 {
    background-image: url(../img/blog/blog-1.jpg);
}

.blog-bg-2 {
    background-image: url(../img/blog/blog-2.jpg);
}

.blog-bg-3 {
    background-image: url(../img/blog/blog-3.jpg);
}

.blog-card {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    border-radius: 5px;
}

.blog-card .blog-img {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.blog-card .blog-img img {
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.blog-card .blog-info {
    padding: 47px 25px 25px;
    position: relative;
}

.blog-card .blog-info .blog-date {
    position: absolute;
    top: -55px;
    left: 25px;
    background: #ff4f1e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.blog-card .blog-info .blog-date h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    color: #fff;
    padding: 15px 14px 8px;
}

.blog-card .blog-info .blog-date h6 span {
    display: block;
    font-size: 40px;
    font-weight: 600;
    line-height: 34px;
}

.blog-card .blog-info h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 15px;
}

.blog-card .blog-info p {
    margin: 0 0 20px;
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-author-wrap {
    border-top: 1px solid #ddd;
    padding-top: 28px;
}

.blog-author-wrap .blog-author .blog-author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.blog-author-wrap .blog-author .blog-author-img img {
    border-radius: 50%;
}

.blog-author-wrap .blog-author .blog-author-name p {
    margin: 0 0 0 15px;
}

.blog-author-wrap .blog-author .blog-author-name p a {
    color: #ff4f1e;
}

.partner-slider {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
}

.partner-slider .partner-item {
    text-align: center;
}

.partner-item img {
    margin: 0 auto;
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
}

.swiper-slide-active .partner-item img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.content-wrapper article {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.content-wrapper .post-content h2 {
    margin: 0 0 15px;
    line-height: 1.3;
}

.content-wrapper .post-content .post-subtitle {
    font-size: 20px;
}

.content-wrapper .post-content p {
    margin: 0 0 20px;
}

.content-wrapper .post-content .wp-block-quote {
    position: relative;
    padding: 35px 35px 20px;
    background-color: #f2f2f2;
    border-top: 4px solid #ff4f1e;
    border-left: 4px solid #ff4f1e;
    text-align: center;
    margin: 0 0 38px;
}

.content-wrapper .post-content .wp-block-quote p {
    font-weight: 400;
    position: relative;
    margin: 0 0 25px;
    font-style: italic;
}

.content-wrapper .post-content .wp-block-quote i {
    position: absolute;
    bottom: -16px;
    left: 50%;
    z-index: 0;
    font-weight: 700;
    color: #201d1e;
    opacity: 0.1;
    -webkit-transform: translateX(-50%) scaleX(-1);
    transform: translateX(-50%) scaleX(-1);
    font-size: 57px;
    color: #ff4f1e;
    opacity: 0.3;
}

.content-wrapper .post-content .wp-block-quote .quote-author h6 {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}

.content-wrapper .post-content .wp-block-quote .quote-author span {
    font-size: 15px;
}

.content-wrapper .post-img {
    margin: 0 0 25px;
}

.sidebar .sidebar-widget .tag-list,
.post-tag.tag-list {
    margin-top: -12px;
}

.post-tag.tag-list ul {
    display: inline-block;
}

.post-share {
    display: inline-block;
    text-align: right;
}

.post-share .social-profile {
    display: inline-block;
    position: relative;
    top: 2px;
}

.post-tag span,
.post-share span {
    font-weight: 600;
    margin-right: 5px;
}

.ct_author_avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.ct_author_avatar img {
    border-radius: 50%;
}

.post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px;
    border: 1px solid #ddd;
    margin: 25px 0;
}

.post-author .post-author-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.post-author .post-author-img img {
    width: 100%;
    border-radius: 50%;
}

.post-author .post-author-info {
    width: calc(100% - 150px);
    margin-left: 20px;
}

.post-comment-wrap {
    border: 1px solid #ddd;
    padding: 25px;
    margin: 0 0 25px;
}

.post-comment-wrap .comment-title {
    line-height: 1;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
}

.post-comment-wrap .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.post-comment-wrap .comment-item:last-child {
    margin: 0;
}

.post-comment-wrap .comment-item .comment-author_img {
    width: 100px;
    height: 100px;
}

.post-comment-wrap .comment-item .comment-author_text {
    width: calc(100% - 120px);
    margin-left: 20px;
}

.post-comment-wrap .comment-item .comment-author_text p {
    font-size: 14px;
    line-height: 24px;
    opacity: 0.7;
    margin: 0;
}

.post-comment-wrap.style2 {
    border: none;
    padding: 0;
}

.post-comment-wrap.style2 .comment-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 23px;
}

.post-comment-wrap.style2 .comment-item.reply {
    margin-left: 50px;
}

.post-comment-wrap.style2 .comment-title {
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0;
    border: none;
}

.post-comment-wrap.style2 .comment-author_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.post-comment-wrap.style2 .comment-author_img img {
    border-radius: 50%;
}

.post-comment-wrap.style2 .comment-author_info {
    display: inline-block;
    margin: 0 0 8px;
}

.post-comment-wrap.style2 .comment-author_info h6 {
    margin: 0 0 8px;
}

.post-comment-wrap.style2 .comment-author_info h6,
.post-comment-wrap.style2 .comment-author_info p {
    display: block;
}

.post-comment-wrap.style2 .comment-author_info p {
    margin-left: 0 !important;
}

.post-comment-wrap.style2 .post-reply {
    background: #ff4f1e;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 12px;
    display: inline-block;
    margin: 15px 0 0;
}

.comment-author_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comment-author_info h6,
.comment-author_info p {
    display: inline-block;
}

.comment-author_info h6 {
    line-height: 21px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.comment-author_info p {
    margin-left: 25px !important;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    opacity: 0.7;
}

.comment-author_info .rating-star {
    margin: 0 0 0 20px;
}

.comment-author_info .rating-star li {
    margin: 0;
    line-height: 1;
}

.comment-author_info .rating-star li i {
    font-size: 15px;
}

.comment-form-wrap .comment-form-title {
    background: #f3f6fb;
    padding: 20px;
    margin: 0 0 25px;
}

.comment-form-wrap .comment-form-title h4 {
    color: #201d1e;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
}

.comment-form-wrap .comment-form-title.style2 {
    background: 0 0;
    padding: 0;
}

.comment-form-wrap .comment-form-title.style2 h4 {
    line-height: 1.4;
}

.comment-form-wrap .comment-form-title.style2 p {
    font-size: 14px;
    margin: 0;
}

.comment-form-wrap .comment-form .form-group {
    margin: 0 0 15px;
}

.comment-form-wrap .comment-form .form-group textarea {
    height: 135px;
    resize: none;
}

.comment-form-wrap .comment-form .form-group input,
.comment-form-wrap .comment-form .form-group textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 20px;
}

.comment-form-wrap .comment-form .form-group input {
    height: 60px;
}

.comment-form-wrap .comment-form .checkbox {
    position: relative;
}

.comment-form-wrap .comment-form .checkbox label {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.8);
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.comment-form-wrap .comment-form .checkbox label:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ff4f1e;
    left: 0;
    top: 3px;
    padding: 0;
}

.comment-form-wrap .comment-form .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.comment-form-wrap .comment-form .btn {
    margin: 15px 0 0;
}

.checkbox input:checked+label:after {
    position: absolute;
    content: "";
    top: 6px;
    left: 3px;
    width: 8px;
    height: 8px;
    border: none;
    background-color: #ff4f1e;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.comment-form.style2 label {
    font-weight: 600;
    margin: 0 0 8px;
}

.comment-form.style2 input {
    background: #eee;
    border: none !important;
    border-radius: 5px;
    height: 50px !important;
}

.comment-form.style2 textarea {
    background: #eee;
    border: none !important;
    border-radius: 5px;
    height: 120px !important;
}

.comment-form-wrap .comment-form.style2 .form-group {
    margin: 0 0 20px;
}

.comment-form-wrap .comment-form.style2 .btn {
    margin: 6px 0 0;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
    background: #ff4f1e;
    border-color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #ff4f1e;
    border-color: transparent;
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 4px;
}

#slider-range_one {
    border-color: transparent;
    background-color: #ddd;
    border-radius: 50px;
    height: 3px;
}

#amount_one {
    border: none !important;
    background: 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .blog-wrap.style1 .blog-right {
        padding-right: calc((100% - 1320px) / 2 + 30px);
    }

    .blog-wrap.style1 .blog-left .blog-section-title {
        padding-left: calc((100% - 330px) / 2 + 15px);
    }
}

@media only screen and (min-width: 992px) {
    .blog-card.style2 .blog-info {
        padding-left: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrap.style1 .blog-right {
        width: calc((100% - 40%) - 28px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-wrap.style1 .blog-right {
        padding-right: calc((100% - 745px) / 2 + 15px);
    }

    .blog-wrap.style1::before {
        width: 90%;
    }

    .blog-card.style2 .blog-img,
    .blog-card.style4 .blog-bg {
        height: 340px;
    }
}

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

    .blog-card.style1 .blog-img,
    .blog-card.style2 .blog-img {
        margin: 0 0 20px;
    }

    .sidebar {
        margin-top: 50px;
    }

    .blog-card .blog-img .blog-date {
        padding: 8px 15px;
        font-size: 14px;
    }
}

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

    .breadcrumb-wrap .breadcrumb-title ul li,
    .breadcrumb-wrap .breadcrumb-title ul li a {
        font-size: 13px;
        line-height: 18px;
    }

    .breadcrumb-wrap .breadcrumb-title h2 {
        font-size: 26px !important;
    }

    .blog-card .blog-img .blog-date {
        font-size: 13px;
    }

    .post-comment-wrap.style2 .comment-item.reply {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-wrap.style1 .blog-left .blog-section-title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-lg-img {
        display: none;
    }

    .blog-card.style1 .blog-img {
        height: 320px;
    }

    .blog-wrap.style1 .blog-left,
    .blog-wrap.style1 .blog-right {
        width: 100%;
    }

    .blog-wrap.style1::before {
        width: 100%;
    }

    .blog-card.style3 .blog-bg-large {
        height: 500px;
    }

    .blog-card.style3 .blog-bg-large .blog-info {
        padding: 15px 20px;
    }

    .post-share {
        text-align: left;
        margin: 20px 0 0;
    }

    .post-author .post-author-img {
        width: 55px;
        height: 55px;
    }

    .post-author .post-author-info {
        width: calc(100% - 75px);
    }

    .post-author-info .social-profile {
        text-align: left;
    }

    .post-comment-wrap .comment-item .comment-author_img {
        width: 50px;
        height: 50px;
    }

    .post-comment-wrap .comment-item .comment-author_text {
        width: calc(100% - 70px);
        margin-left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-card .blog-info h3 {
        font-size: 20px;
    }

    .comment-author_info h6 {
        width: 100%;
    }

    .comment-author_info p,
    .comment-author_info .rating {
        width: 100%;
        margin-left: 0 !important;
        text-align: left;
    }

    .content-wrapper .post-content h2 {
        font-size: 20px;
    }

    .post-author {
        padding: 15px;
    }

    .post-comment-wrap.review-box .comment-item .comment-author_img {
        margin: 0 auto 20px;
    }

    .post-comment-wrap.review-box .comment-item .comment-author_text {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .post-comment-wrap.review-box .comment-author_info .course-rating {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
    }
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.footer-wrap {
    position: relative;
    z-index: 3;
}

.footer-wrap .footer-top {
    background: #000;
    border-radius: 30px 30px 0px 0px;
}

.footer-wrap .footer-top .footer-widget {
    margin: 0 0 10px;
}

.footer-wrap .footer-top .footer-widget .footer-widget-title,
.footer-wrap .footer-top .footer-widget p,
.footer-wrap .footer-top .footer-widget a {
    color: #fff;
}

.footer-wrap .footer-top .footer-widget p {
    font-family: 'Aeonik-Light';
}

.footer-wrap .footer-top .footer-widget .footer-logo {
    margin: 0 0 20px;
    display: block;
}

.footer-wrap .footer-top .footer-widget .footer-logo img {
    max-width: 150px;
}

.footer-wrap .footer-top .footer-widget .footer-widget-title {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
}

/*.footer-wrap .footer-top .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #ff4f1e;
    width: 50px;
    height: 1px;
}*/
.footer-wrap .footer-top .footer-widget .footer-menu li {
    padding-bottom: 21px;
    display: block;
}

.footer-wrap .footer-top .footer-widget .footer-menu li a {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-wrap .footer-top .footer-widget .footer-menu li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background-color: #ff4f1e;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-wrap .footer-top .footer-widget .footer-menu li a i {
    font-size: 14px;
    margin-right: 5px;
}

.footer-wrap .footer-top .footer-widget .footer-menu li a:hover {
    color: #ff4f1e;
}

.footer-wrap .footer-top .footer-widget .footer-menu li a:hover:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.footer-wrap .footer-top .footer-widget .footer-menu li:last-child {
    padding-bottom: 0;
}

.footer-wrap .footer-top .footer-widget .share-on span {
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 0 8px;
    display: block;
}

.footer-wrap .footer-top .footer-widget .share-on span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #ff4f1e;
    width: 50px;
    height: 1px;
}

.footer-wrap .footer-top .footer-widget .share-on .social-profile li a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-wrap .footer-top .footer-widget .share-on .social-profile li a i {
    color: #ff4f1e;
    font-size: 16px;
    line-height: 27px;
}

.footer-wrap .footer-top .footer-widget .share-on .social-profile li a:hover {
    background-color: #ff4f1e;
}

.footer-wrap .footer-top .footer-widget .share-on .social-profile li a:hover i {
    color: #fff;
}

.footer-wrap .footer-bottom {
    background-color: #001a36;
    padding: 28px 0;
}

.footer-wrap .footer-bottom .copyright-text {
    text-align: center;
}

.footer-wrap .footer-bottom .copyright-text p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.footer-wrap .footer-bottom .copyright-text p a {
    color: #ff4f1e;
}

.footer-wrap .footer-bottom .footer-bottom-menu {
    text-align: right;
}

.footer-wrap .footer-bottom .footer-bottom-menu li {
    display: inline-block;
    margin: 0 13px;
    position: relative;
}

.footer-wrap .footer-bottom .footer-bottom-menu li:before {
    position: absolute;
    top: 5px;
    left: -15px;
    content: "";
    background: #fff;
    width: 2px;
    height: 15px;
    -webkit-transform: skew(-18deg);
    transform: skew(-18deg);
}

.footer-wrap .footer-bottom .footer-bottom-menu li:first-child:before {
    display: none;
}

.footer-wrap .footer-bottom .footer-bottom-menu li:last-child {
    margin-right: 0;
}

.footer-wrap .footer-bottom .footer-bottom-menu li a {
    color: #fff;
}

.footer-contact-address {
    margin: 0 0 9px;
}

.footer-contact-address li {
    position: relative;
    padding-left: 30px;
    color: #fff;
    line-height: 32px;
    padding-bottom: 12px;
}

.footer-contact-address li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 20px;
    line-height: 1;
    color: #ff4f1e;
}

.newsletter-wrap .form-group {
    position: relative;
    margin: 0 0 10px;
}

.newsletter-wrap .form-group input {
    height: 48px;
    width: calc(100% - 48px);
    font-size: 14px;
    padding: 10px 20px;
    text-transform: capitalize;
    background-color: #2d4865;
    border: none;
    color: #fff;
}

.newsletter-wrap .form-group input:placeholder {
    opacity: 0.7;
}

.newsletter-wrap .form-group button {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    background-color: #ff4f1e;
}

.newsletter-wrap .form-group button i {
    font-size: 22px;
    color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {
    .newsletter-form h3 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) {
    .copyright-text {
        text-align: right;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {

    .footer-wrap .footer-top .footer-widget .footer-menu li a,
    .footer-wrap .footer-top .footer-widget p,
    .footer-wrap .footer-top .footer-widget a {
        font-size: 13px;
    }

    .footer-wrap .footer-top .footer-widget .share-on span {
        margin: 0 15px 15px 0;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom .social-profile {
        text-align: center;
    }

    .copyright-text {
        text-align: center;
        margin: 10px 0 0;
    }

    .footer-wrap .footer-bottom {
        padding: 20px 0 15px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-widget {
        text-align: left;
    }
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@media only screen and (max-width: 767px) {
    .sm-none {
        display: none !important;
    }

    .sm-center {
        text-align: center !important;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt-70 {
        padding-top: 20px;
    }

    .pb-70 {
        padding-bottom: 20px;
    }

    .pb-75 {
        padding-bottom: 25px;
    }

    .pb-50 {
        padding-bottom: 0;
    }

    .mb-40 {
        margin-bottom: 25px !important;
    }

    .content-title h2,
    .section-title h2 {
        font-size: 36px;
    }

    .section-title.style3 span {
        font-size: 18px;
    }

    .breadcrumb-wrap {
        padding: 80px 0;
    }

    .contact-address,
    .comp_map {
        padding: 50px 15px 38px;
    }

    .contact-address .contact-info p,
    .contact-address .contact-info p a {
        font-size: 14px;
    }

    /*.back-to-top {
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 32px;
    }
    .back-to-top i {
        font-size: 18px;
    }*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-100 {
        padding-top: 70px;
    }

    .pb-100 {
        padding-bottom: 70px;
    }

    .ptb-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .pt-70 {
        padding-top: 40px;
    }

    .pb-70 {
        padding-bottom: 40px;
    }

    .pb-75 {
        padding-bottom: 45px;
    }

    .pb-50 {
        padding-bottom: 20px;
    }

    .smt-30 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .page-wrapper {
        overflow-x: hidden !important;
    }

    .smb-30 {
        margin-bottom: 30px;
    }

    .md-none {
        display: none !important;
    }

    .md-center {
        text-align: center !important;
    }

    .smb-0 {
        margin-bottom: 0 !important;
    }

    .smt-30 {
        margin-top: 30px !important;
    }

    .smt-20 {
        margin-top: 20px !important;
    }

    .content-para {
        margin: 15px 0 0;
    }

    .hero-wrap.style3 {
        margin: 0;
    }

    .hero-wrap,
    .hero-wrap .hero-content .hero-promo-text span {
        display: block;
    }

    .breadcrumb-wrap.style2 {
        padding: 70px 0 80px;
    }

    .breadcrumb-wrap .breadcrumb-title h2 {
        font-size: 32px;
    }

    .hero-slider-item .overlay,
    .hero-v2 .overlay {
        opacity: 0.7;
    }

    .testimonial-item.style2 .testimonial-text {
        padding-right: 0;
    }

    .user-tablist {
        margin: 0 0 50px;
    }

    .contact-img {
        height: 360px;
        margin: 30px 0 0;
    }

    #contactForm .checkbox label {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .lg-none {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .xl-none {
        display: none !important;
    }

    .mmt-20 {
        margin-top: -20px;
    }
}

@media only screen and (max-width: 1199px) {
    .lg-center {
        text-align: center !important;
    }

    .lpb-20 {
        padding-bottom: 20px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mpx-0 {
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .exp-box {
        top: 130px;
        right: 1px;
    }

    .tour-slider-v1 {
        margin-left: 15px !important;
    }

    .testimonial_btn.style1 {
        top: 54%;
        left: 0;
        width: 100%;
    }

    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu i {
        top: 3px;
    }

    .shopcart button i {
        font-size: 26px;
        line-height: 1;
        position: relative;
        top: 0px;
        margin-right: 5px;
    }

}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {

    .header-wrap .container-fluid,
    .hero-wrap.style2 .container-fluid {
        padding: 0 30px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1260px;
    }




    .ml-30 {
        margin-left: 30px !important;
    }

    .tour-slider-v1 {
        margin-left: calc((100% - 1320px) / 2 + 15px);
    }

    .tour-details-pagination.swiper-pagination-progressbar {
        width: 1355px;
    }
}

@media only screen and (min-width: 1450px) {

    .header-wrap .container-fluid,
    .hero-wrap.style2 .container-fluid {
        padding: 0 100px;
    }

    .header-wrap.style2 .container-fluid {
        padding: 0 30px;
    }

    .container {
        max-width: 1410px;
    }

    .tour-slider-v1 {
        margin-left: calc((100% - 1410px) / 2 + 15px);
    }

    .tour-details-pagination.swiper-pagination-progressbar {
        width: 1385px;
    }

    .tour-progress-v2.swiper-pagination-progressbar {
        width: 1380px;
        margin: 0 auto;
        left: calc((100% - 1380px) / 2 + 0px);
    }
}


@media only screen and (min-width: 1440px) {

    .header-wrap .container-fluid,
    .hero-wrap.style2 .container-fluid {
        padding: 0 100px;
    }

    .header-wrap.style2 .container-fluid {
        padding: 0 30px;
    }

    .container {
        max-width: 1340px;
    }

    .tour-slider-v1 {
        margin-left: calc((100% - 1410px) / 2 + 15px);
    }

    .tour-details-pagination.swiper-pagination-progressbar {
        width: 1385px;
    }

    .tour-progress-v2.swiper-pagination-progressbar {
        width: 1380px;
        margin: 0 auto;
        left: calc((100% - 1380px) / 2 + 0px);
    }
}

@media only screen and (max-width: 575px) {
    .xs-center {
        text-align: center;
    }

    .content-title h2,
    .section-title h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 480px) {
    p {
        font-size: 14px;
        line-height: 24px;
    }

    .content-title h2,
    .section-title h2 {
        font-size: 40px;
    }

    .range_of_service .section-title h2 {
        font-size: 26px;
    }

    .news_update .section-title h2 {
        font-size: 26px;
    }

    .btn {
        font-size: 15px;
        padding: 10px 20px;
    }

    .login-form .form_group label,
    .login-form .link {
        font-size: 14px;
    }

    .error-content span {
        font-size: 78px;
        line-height: 80px;
        margin: 0 0 25px;
    }
}

.switch-theme-mode {
    position: fixed;
    top: 200px;
    right: 20px;
    z-index: 999999;
}

.theme-light body {
    background-color: #fff;
}

.theme-dark body {
    background-color: #000;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    left: 0;
    bottom: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 0 15px #2020203d;
    box-shadow: 0 0 15px #2020203d;
    background: #fff url(../../../i.ibb.co/7JfqXxB/sunny.png.html);
    background-repeat: no-repeat;
    background-position: center;
}

input:checked+.slider {
    background-color: #000;
}

input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}

input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    background: #fff url(../../../FxzBYR9/night.png);
    background-repeat: no-repeat;
    background-position: center;
}

.theme-light .comp-logo .logo-dark,
.theme-light .logo .logo-dark {
    display: none !important;
}

.theme-light .comp-logo .logo-light,
.theme-light .logo .logo-light {
    display: block;
}

.theme-dark .comp-logo .logo-light,
.theme-dark .logo .logo-light {
    display: none !important;
}

.theme-dark .comp-logo .logo-dark,
.theme-dark .logo .logo-dark {
    display: block !important;
}

.theme-dark .body,
.theme-dark .bg-midnight {
    background-color: #000;
}

.theme-dark .hero-wrap.style3 .hero-content-wrap .overlay.bg-white {
    background-color: #000 !important;
}

.theme-dark .blog-card,
.theme-dark .contact-popup.open,
.theme-dark .header-wrap .header-bottom,
.theme-dark .about-wrap .about-content.style2,
.theme-dark .team-member.style2,
.theme-dark .instructor-form,
.theme-dark .header-search .form-group input,
.theme-dark #contactForm input,
.theme-dark #contactForm textarea,
.theme-dark .comment-form-wrap .comment-form .form-group input,
.theme-dark .comment-form-wrap .comment-form .form-group textarea,
.theme-dark .checkout .form-group input,
.theme-dark .checkout .form-group textarea,
.theme-dark .cart-popup,
.theme-dark .footer-wrap .footer-top {
    background-color: #000;
}

.theme-dark .footer-wrap .footer-top {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.theme-dark .promo-banner-wrap .promo-content::before,
.theme-dark .promo-video-wrap::after,
.theme-dark .ds-wrap::after,
.theme-dark .newsletter-wrap .form-group input,
.theme-dark .blog-wrap,
.theme-dark .team-member,
.theme-dark .feature-item,
.theme-dark .nav.nav-tabs.course-tablist li button,
.theme-dark .course-tab-content .accordion-button[aria-expanded="true"],
.theme-dark .course-tab-content .accordion-button[aria-expanded="false"],
.theme-dark .tab-content.course-tab-content .lecture-accordion,
.theme-dark .social-profile.style2 li a,
.theme-dark .course-card.style3,
.theme-dark .contact-address,
.theme-dark .pricing-box-wrap .pricing-box,
.theme-dark .accordion-item,
.theme-dark .accordion-item .accordion-header .accordion-button,
.theme-dark .blog-card.style2,
.theme-dark .content-wrapper .post-content .wp-block-quote,
.theme-dark .nav-tabs .nav-item .nav-link,
.theme-dark .comment-form-wrap .comment-form-title,
.theme-dark .product-category-list li.has-subcat>a span,
.theme-dark .footer-wrap .footer-bottom {
    background-color: #222;
}

.theme-dark .nav.nav-tabs.course-tablist li button.active {
    background-color: #ff4f1e;
}

.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark .hero-wrap.style3 .hero-content-wrap .hero-content h1,
.theme-dark .section-title h2,
.theme-dark .about-wrap .about-content h5,
.theme-dark .blog-card .blog-info h3 a,
.theme-dark .sidebar-menu i,
.theme-dark .mobile-top-bar i,
.theme-dark .main-menu-wrap.style1 #menu>ul>li>a,
.theme-dark .testimonial-item .quote-icon i,
.theme-dark .team-member .team-member-info h4,
.theme-dark .course-card .course-info h3 a,
.theme-dark .feature-item h5 a,
.theme-dark .comment-author_info h6,
.theme-dark .project-details-para h4,
.theme-dark .team-member.style2 .team-member-info h4 a,
.theme-dark .insructor-tab-content .instructor-title,
.theme-dark .tab-content.course-tab-content h5,
.theme-dark .nav.nav-tabs.course-tablist li button,
.theme-dark .form-group input,
.theme-dark .form-group textarea,
.theme-dark #contactForm input,
.theme-dark #contactForm textarea,
.theme-dark .contact-address .contact-info h5,
.theme-dark .course-details-widget.sidebar-box h5,
.theme-dark .accordion-item .accordion-header .accordion-button,
.theme-dark .search-box input,
.theme-dark .sidebar .sidebar-widget h4,
.theme-dark .pp-post-item .pp-post-info h6 a,
.theme-dark .ecour-faq .accordion-item .accordion-header .accordion-button[aria-expanded="true"],
.theme-dark .pp-content h4,
.theme-dark .error-content h2,
.theme-dark .error-content h4,
.theme-dark .category-box ul li a,
.theme-dark .content-wrapper .post-content .post-subtitle,
.theme-dark .post-author-info h4,
.theme-dark .post-tag span,
.theme-dark .post-share span,
.theme-dark .social-profile li a i,
.theme-dark .post-comment-wrap.style2 .comment-title,
.theme-dark .comment-form-wrap .comment-form-title.style2 h4,
.theme-dark .comment-form.style2 label,
.theme-dark .login-form .login-body label,
.theme-dark .checkout .form-group input,
.theme-dark .checkout .form-group textarea,
.theme-dark .wishlist-table table tbody tr td .wh-tem-price,
.theme-dark .form-group .or,
.theme-dark .product-quantity .qtySelector input,
.theme-dark .wishlist-table table tbody td a,
.theme-dark .product-quantity .qtySelector span,
.theme-dark .total-wrap span,
.theme-dark .product-card:hover .product-info h4 a,
.theme-dark .nav-tabs .nav-item .nav-link,
.theme-dark .nav-tabs .nav-link.active,
.theme-dark .new-product-item .new-product-info h6 a,
.theme-dark .product-card .product-info h4 a,
.theme-dark .product-category-list li.has-subcat>a,
.theme-dark .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price button i,
.theme-dark .cart-popup .close-popup i,
.theme-dark .mobile-menu a i {
    color: #fff !important;
}

.theme-dark p,
.theme-dark .hero-wrap.style3 .hero-content-wrap .hero-content p,
.theme-dark .section-title p,
.theme-dark .content-title p,
.theme-dark .feature-item p,
.theme-dark .about-features-list li,
.theme-dark .course-card .course-info p,
.theme-dark .course-card .course-metainfo p,
.theme-dark .course-card .course-metainfo p a,
.theme-dark .team-member .team-member-info p,
.theme-dark .course-details-widget ul li p,
.theme-dark .tab-content.course-tab-content p,
.theme-dark .tab-content.course-tab-content ul.course-details-list li,
.theme-dark .post-comment-wrap .comment-item .comment-author_text p,
.theme-dark .course-details-meta li,
.theme-dark .insructor-tab-content p,
.theme-dark .project-details-para p,
.theme-dark .contact-address .contact-info p,
.theme-dark .contact-address .contact-info a,
.theme-dark .insructor-tab-content span,
.theme-dark .insructor-tab-content .footer-contact-address li a,
.theme-dark .insructor-tab-content .footer-contact-address li p,
.theme-dark .course-rating span,
.theme-dark .content-wrapper .post-content .wp-block-quote p,
.theme-dark .checkbox label,
.theme-dark .checkout label,
.theme-dark .pricing-box-wrap .pricing-box .price-tag h3 span,
.theme-dark .pricing-box-wrap .pricing-box .price-box-features li,
.theme-dark .accordion-body p,
.theme-dark .pp-content p,
.theme-dark .error-content p,
.theme-dark .tag-list ul li a,
.theme-dark .footer-contact-address li a,
.theme-dark .footer-contact-address li,
.theme-dark .footer-contact-address li p,
.theme-dark .page-navigation .page-nav li a,
.theme-dark .pp-post-item .pp-post-info span,
.theme-dark .content-wrapper .post-content p,
.theme-dark .post-author-info p,
.theme-dark .comment-form-wrap .comment-form-title.style2 p,
.theme-dark .select-method [type="radio"]:checked+label,
.theme-dark .select-method [type="radio"]:not(:checked)+label,
.theme-dark .bill-item .bill-item-price span,
.theme-dark .subtotal-item-right span,
.theme-dark .single-product-details .single-product-desc p,
.theme-dark .comment-form-wrap .comment-form .checkbox label,
.theme-dark #amount_one,
.theme-dark .blog-card .blog-info p {
    color: rgba(255, 255, 255, 0.8);
}

.theme-dark .footer-wrap .footer-top .footer-widget .social-profile li a i,
.theme-dark .course-card .course-metainfo p i {
    color: #ff4f1e !important;
}

.theme-dark .course-rating span:before {
    background: rgba(255, 255, 255, 0.19);
}

.theme-dark .blog-card .blog-info .read-more i,
.theme-dark .feature-item a,
.theme-dark .main-menu-wrap.style1 #menu>ul>li>a.active,
.theme-dark .main-menu-wrap.style1 #menu>ul>li>a:hover {
    color: #ff4f1e;
}

.theme-dark .instructor-form,
.theme-dark .form-group input,
.theme-dark .form-group textarea,
.theme-dark #contactForm input,
.theme-dark #contactForm textarea,
.theme-dark .comment-form-wrap .comment-form .form-group input,
.theme-dark .comment-form-wrap .comment-form .form-group textarea,
.theme-dark .search-box input,
.theme-dark .comment-form-wrap .comment-form .form-group input,
.theme-dark .comment-form-wrap .comment-form .form-group textarea,
.theme-dark .sidebar .sidebar-widget,
.theme-dark .page-navigation .page-nav li a,
.theme-dark .login-form .login-body,
.theme-dark .checkout .form-group input,
.theme-dark .checkout .form-group textarea,
.theme-dark .bill-details,
.theme-dark .product-card,
.theme-dark .product-large-img,
.theme-dark .product-thumb,
.theme-dark .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price button i,
.theme-dark .cart-popup .close-popup i,
.theme-dark .sidebar-box {
    border: 1px solid rgba(255, 255, 255, 0.19) !important;
}

.theme-dark .course-card .course-metainfo {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.theme-dark .tab-content.course-tab-content,
.theme-dark .accordion-item .accordion-header .accordion-button,
.theme-dark .tab-content.course-tab-content .lecture-accordion,
.theme-dark .tab-content.course-tab-content .lecture-item,
.theme-dark .accordion-item,
.theme-dark .header-search .form-group button,
.theme-dark .course-card.style3 .course-info,
.theme-dark .pricing-box-wrap .pricing-box .price-tag,
.theme-dark .post-author,
.theme-dark .content-wrapper article,
.theme-dark .post-comment-wrap.style2 .comment-item,
.theme-dark .bill-item-wrap,
.theme-dark .wishlist-table table thead tr th,
.theme-dark .wishlist-table table tbody tr td,
.theme-dark .product-quantity .qtySelector,
.theme-dark .product-quantity .qtySelector input,
.theme-dark .wishlist-table table tbody tr,
.theme-dark .product-category-list li.has-subcat>a,
.theme-dark .cart-popup .cart-popup-total-wrap .cart-popup-total,
.theme-dark .nav.nav-tabs.course-tablist li {
    border-color: rgba(255, 255, 255, 0.19);
}

.theme-dark .wishlist-table table thead tr {
    border-top: none;
}

.theme-dark .ecour-faq .accordion-button[aria-expanded="true"]::after,
.theme-dark .accordion-button::after {
    border-color: #fff;
}

.theme-dark .course-card.style1,
.theme-dark .course-card.style2 {
    border: 1px solid rgba(255, 255, 255, 0.19);
}

.theme-dark .blog-author-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    padding-top: 28px;
}

.theme-dark .feature-item a span::after {
    background-color: rgba(255, 255, 255, 0.19);
}

.theme-dark .testimonial-item {
    background: rgba(0, 0, 0, 0.35);
}

.theme-dark .feature-item {
    border-right: 1px solid rgba(255, 255, 255, 0.19);
}

.theme-dark h3 a:hover {
    color: #ff4f1e !important;
}

.theme-dark .course-card.style3 .course-metainfo {
    border: none;
}

@media screen and (max-width: 991px) {
    .theme-dark .header-wrap .main-menu-wrap.style1 #menu .main-menu li a {
        color: #000 !important;
    }
}

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 15px;
    font-weight: 600;
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.buy-now-btn:hover {
    color: #fff;
    background-color: #94be5d;
}

@media only screen and (max-width:414px) {
    .hero-wrap.style1 .hero-dot-shape {

        top: 60px;
    }

    .hero-content {

        margin-top: -35px !important;
    }

}

@media only screen and (max-width: 360px) {
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu {
        margin-right: 6px !important;
    }

    .hero-content {

        margin-top: -25px !important;
    }

}

@media only screen and (max-width: 375px) {
    .hero-content {
        position: relative;
        z-index: 1;
        margin-top: -25px !important;
    }

    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu {
        margin-right: 20px;

    }


}

/*
@media only screen and (max-width: 390px){
 .hero-content {
    position: relative;
    z-index: 1;
    margin-top: -25px !important;
}
}


@media only screen and (max-width: 280px) {
.hero-content h1 {
    font-size: 20px;
    margin:15px 0 25px;
    line-height: 32px;
}
.hero-wrap.style1 {
    padding: 87px 0 0px 0;
}

.hero-wrap.style1 .hero-content {
    margin: -172px 0 4px;
}

}
*/




/* 19-09-2023 */
@media only screen and (min-width: 1200px) and (max-width: 1439px) {

    /* .top-head-alignment.shopcart button i {
        top: 0px;
    } */
    .header-wrap .header-bottom .header-menu-wrap.top-head-alignment .sidebar-menu i {
        top: 0px;
    }
}

.shopcart.language-picker-alignment .btn2 {
    font-size: 16px;
    padding: 0px 0px 5px 30px;
}

.shopcart.language-picker-alignment .language-picker__flag::before {
    height: 17px;
    width: 17px;
    background-size: cover;
}

.button--regular:hover {
    background: #222222;
}

.back-to-top {
    border: solid 2px #5a5a5a;
    position: absolute;
}

.helpline-number .number-text span {
    font-weight: 400;
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #087eff;
}

.course-card .course-img img {
    mix-blend-mode: multiply;
}

.announcement_box_right {
    background: rgba(255, 255, 255, 0.5);
}


.mt-33 {
    margin-top: 33px;
}

.our_partner.custom-padding {
    padding: 50px 0px 96px 0px;
}

.button--regular {
    top: 40px;
}

/* .course-card:hover .course-info h3 {
    background: url(../img/arrow-forward-outline002.png) no-repeat right -10px top -10px;
} */

.our_partner_second_section:hover span {
    position: relative;
    top: -3px
}

.our_partner_second_section.partner_active {
    background: #0070ff;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.our_partner_second_section.partner_active .featured_visual_height {
    display: inline-block !important;
    position: relative;
    background: #fff;
    border-radius: 100%;
    top: 0px;
    bottom: 0px;
    align-items: center;
    justify-content: center;

}

.our_partner_second_section.partner_active span {
    float: right;
    right: 0px;
    display: block;
}

.our_partner_second_section:hover .featured_visual_height {
    display: inline-block !important;

    background: #fff;
    border-radius: 100%;
    top: 0px;
    bottom: 0px;
    align-items: center;
    justify-content: center;
    top: -170px;
    position:absolute;

}

.row.partnerinnerLink {
    position: relative;
    z-index: 3;
}

/* .row.partnerinnerLink .col-lg-8:hover + .image-preview-wrap{
    display: none!important;
} */
.row.partnerinnerLink .col-lg-1:hover,
.row.partnerinnerLink .col-lg-8:hover~.image-preview-wrap {
    display: none !important;
}

.our_partner_second_section:hover {
    background: #0070ff;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.our_partner_second_section:hover span {
    float: right;
    right: 0px;
    /* display: block; */
}

.our_partner_second_section span {
    visibility: hidden;
    right: 30px;
    top: 30px;
    transition: 0.7s ease;
    opacity: 0;
    visibility: visible;
    transform: scale(0);
}

.our_partner_second_section:hover span {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    right: 0px;
    top: 0px;
}

.our_partner.custom-cls .our_partner_section_inner .row {
    height: fit-content;
    align-items: center;
    position: relative;
}

.our_partner.custom-cls .our_partner_section_inner .row .col-lg-8 {
    height: fit-content;
    position: relative;
    z-index: 2;
}

.our_partner.custom-cls .our_partner_section_inner .row .col-lg-8:hover~.image-preview-wrap {
    display: none !important;
}

.our_partner.custom-cls .our_partner_section_inner .row .col-lg-1:hover~.image-preview-wrap {
    display: none !important;
}

.our_partner.custom-cls .our_partner_section_inner .row .col-lg-3 {
    height: fit-content;
    position: absolute;
    right: 108px;
    /* top: -115px; */
}

.our_partner.custom-cls .our_partner_section_inner .row .col-lg-1 {
    height: fit-content;
    position: absolute;
    right: 2px;
    z-index: 2;
}

@media screen and (max-width:768px) {
    .our_partner.custom-cls .our_partner_section_inner .row {
        height: inherit;
        align-items: inherit;
        position: inherit;
    }

    .our_partner.custom-cls .our_partner_section_inner .row .col-lg-8 {
        height: inherit;
    }

    .our_partner.custom-cls .our_partner_section_inner .row .col-lg-3 {
        height: inherit;
        position: inherit;
        right: inherit;
    }

    .our_partner.custom-cls .our_partner_section_inner .row .col-lg-1 {
        height: inherit;
        position: inherit;
        right: inherit;
    }

    .our_partner_second_section.partner_active .featured_visual_height {
        top: 0px
    }

    .our_partner_second_section:hover span {
        float: none;
        right: 0;
    }

    .our_partner_second_section.partner_active span {
        float: none;
        right: 0;
    }
}

.breaking-news-nav {
    display: flex;
}

.breaking-news-nav .ticker-numbering {
    margin-bottom: 0px;
    color: #000000;
}

.breaking-news-nav .ticker-numbering span {
    font-family: 'Aeonik-Regular';
    color: #000000;
}

.breaking-news-wrapper .breaking-news-ticker {
    position: relative;
    top: 2px;
}

.breaking-news-wrapper .breaking-news-nav {
    position: relative;
    top: 2px;
}

.sound i {
    font-size: 20px;
}


/* 20-9-2023 */
.sidebar-menu {
    display: flex;
    align-items: center;
}

.header-wrap .header-bottom .header-menu-wrap .sidebar-menu i {
    font-size: 4px;
}

.shopcart button {
    display: flex;
    align-items: center;
}

.shopcart button i {
    top: 0px;
    font-size: 15px;
}

.shopcart.language-picker-alignment .btn2 {
    padding: 2px 0px 0px 30px;
}

.language-picker__list li {
    padding-left: 9px;
}

.language-picker__item span {
    font-size: 16px;
}

@media screen and (max-width:768px) {
    .our_partner_second_section:hover .featured_visual_height {
        top: -20px;
    }
}

.strip1:hover .strip1_inner {
    border-color: transparent;
}

video {
    width: 100%;
}

/* .about-img.exp-video{

} */
.about-img video.video-tag-cls {
    width: 100%;
    transform: scale(1.6);
}

video.video-tag-cls::-webkit-media-controls-fullscreen-button {
    display: none;
}

/* For Custmize Controls */
/* video.video-tag-cls::-webkit-media-controls-play-button {}
video.video-tag-cls::-webkit-media-controls-timeline {}
video.video-tag-cls::-webkit-media-controls-current-time-display{}
video.video-tag-cls::-webkit-media-controls-time-remaining-display {}
video.video-tag-cls::-webkit-media-controls-mute-button {}
video.video-tag-cls::-webkit-media-controls-toggle-closed-captions-button {}
video.video-tag-cls::-webkit-media-controls-volume-slider {} */



/* 21-09-2023 */
.contact-popup.menu-poppup {
    width: 100%;
    padding: 0px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.contact-popup.menu-poppup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.contact-popup.menu-poppup::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
    transition: all 0.4s ease-in-out;
}

.contact-popup.menu-poppup::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 0px solid #555555;
}

body body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    transition: all 0.4s ease-in-out;
}

body::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
}

.menu-logo-section {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    position: relative;
    z-index: 2;
    /* background: #007aff; */
}

.menu-logo {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.menu-logo img {
    width: 100%;
}

.menu-log-posi {
    position: relative;
}

.menu-log-tablet {
    position: absolute;
    bottom: 83px;
    left: 114px;
    z-index: 2;
}

.menu-log-tablet img {
    width: 48px;
    height: 48px;
}

.menu-wrapper {
    width: 100%;
    height: auto;
    /* background: #3394ff; */
    position: relative;
    z-index: 2;
}

.menu-wrapper-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #3394ff;
    z-index: 1;
    /* display: none; */
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: 0.5s ease-in-out;
}

.menu-wrapper-bg.menu-wrapper-sibe-bg {
    background: #007aff;
}

.contact-popup.menu-poppup.open .menu-wrapper-bg {
    transform: scaleY(1);
}

.menu-close-btn {
    display: block;
    text-align: right;
}

.menu-close-btn .close-popup {
    background: transparent;
    border: none;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    margin-right: 22px;
    margin-top: 32px;
    padding: 8px 22px;
    transition: 0.3s ease-in-out;
}

.menu-close-btn .close-popup:hover {
    background: #ffffff4d;
    border-radius: 30px;
}

.menu-close-btn .close-popup i {
    font-size: 22px;
    margin-right: 8px;
}

/* .menu-close-btn .close-popup span{

} */
.navgation-section-wrapper {
    margin-top: 75px;
}

.menu-navigations>ul>li a {
    font-size: 75px;
    line-height: normal;
    color: #fff;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: relative;
}

.contact-popup.open .menu-navigations>ul>li a {
    visibility: visible;
    opacity: 1;
}

.menu-navigations>ul>li a::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 5px;
    top: 6px;
    bottom: 0px;
    left: 0px;
    background: #ffff;
    margin: auto;
    transition: all 0.4s ease-in-out;
}

.menu-navigations>ul>li:hover>a {
    padding-left: 70px;
    filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.50));
}

.menu-navigations>ul>li:hover>a:before {
    width: 64px;
}

.menu-navigations>ul>li:hover>i {
    left: 370px;
}

.menu-has-child .submenu-list li a {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.menu-has-child .submenu-list li:hover a {
    padding-left: 70px;
}

.menu-has-child .submenu-list li a::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 2px;
    top: 6px;
    bottom: 0px;
    left: 0px;
    background: #ffff;
    margin: auto;
    transition: all 0.4s ease-in-out;
}

.menu-has-child .submenu-list li:hover a:before {
    width: 64px;
}

.menu-has-child>a i {
    font-family: 'Font Awesome 6 Free';
    font-style: initial;
    font-size: 30px;
    position: relative;
    top: -9px;
    left: 16px;
}

.menu-has-child i {
    font-family: 'Font Awesome 6 Free';
    font-style: initial;
    font-size: 30px;
    position: relative;
    top: -9px;
    left: 16px;
    color: #fff;
}

.submenu-list {
    display: none;
    padding-left: 20px;
    width: max-content;
}

.submenu-list.show {
    display: block;
}

.menu-download-app {
    margin-right: 27px;
}

.menu-download-content {
    width: 100%;
    border-radius: 38px;
    background: #fff;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    position: relative;
    top: 17px;
    visibility: hidden;
    opacity: 0;
    transition: all 1.2s ease-in-out;
}

.contact-popup.menu-poppup.open .menu-download-content {
    visibility: visible;
    opacity: 1;
}

.menu-download-content p {
    font-family: 'Aeonik-Regular';
    letter-spacing: 0px;
    color: #343434;
    margin: 0px;
}

.menu-download-content p svg {
    float: right;
    position: absolute;
    right: 26px;
    top: 17px;
}

.menu-right-col {
    position: relative;
}

.menu-other-links {
    position: absolute;
    bottom: 4px;
    right: 0px;
    padding-right: 85px;
}

.menu-other-links ul li a {
    font-size: 32px;
    color: #fff;
    line-height: 46px;
    transition: all 0.4s ease-in-out;
    position: relative;
    display: inline-block;
    width: 167px;
}

.menu-other-links ul li a::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 2px;
    top: 6px;
    bottom: 0px;
    left: 0px;
    background: #ffff;
    margin: auto;
    transition: all 0.4s ease-in-out;
}

.menu-other-links ul li a:hover:after {
    width: 50px;
}

.menu-other-links ul li a:hover {
    padding-left: 55px;
}

.menu-footer {
    margin-top: 115px;
    margin-bottom: 76px;
}

.menu-footer-link {
    display: flex;
    align-items: center;
}

.menu-footer-link li a {
    font-size: 18px;
    color: #fff;
    margin: 0px 40px 0px 0px;
}

.menu-footer-link.social-links {
    justify-content: flex-end;
    margin-right: 90px;
}

.menu-footer-link.social-links li a {
    margin: 0px 0px 0px 21px;
    font-size: 20px;
}

.menu-footer-link.social-links li a svg {
    fill: white;
}

.menu-navigations li.menu-has-child {
    position: relative;
}

.menu-has-child i {
    position: absolute;
    top: 41px;
    left: 303px;
    color: #fff;
    text-align: right;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

.menu-has-child.show i {
    transform: scaleY(-1);
}


/* 22092023 */

.news_update.news_update_inner {
    margin-top: 70px;
}

.news_update.news_update_inner .row {}

.news_update.news_update_inner .news_update_inner-col2 {
    display: flex;
    justify-content: flex-end;
}

.section-title.news_update_title p {
    padding-right: 24%;
}

.button--regular.button-regular-ii {
    border-radius: 36px;
    width: 312px;
    height: 71px;
    padding-right: 1.71em;
    top: 124px;
}

.button--regular.button-regular-ii .button__container {}

.button--regular.button-regular-ii span {
    font-size: 20px;
    color: #fff;
    font-family: 'Aeonik-Regular';
}

.button--regular.button-regular-ii img {
    width: 22px;
}

.d-announcement-title {
    margin-bottom: 80px;
}

.d-announcement-title .announcement_box2 span {
    font-size: 18px;
    margin: 16px 0px;
    display: inline-block;
}

.d-announcement-title .announcement_box2 h3 {
    font-size: 58px;
    font-family: 'Aeonik-Regular';
    font-weight: 400;
    line-height: normal;
    color: #000000;
    /*-webkit-text-stroke-width: 1.5px;*/
}


.d-announcement-img {
    width: 100%;
    border-radius: 38px;
    overflow: hidden;
}

.d-announcement-img img {
    width: 100%;

}

.who-gradient-wrapper.who-gradient-wrapper2 {
    margin-top: 8%;
    margin-left: 32%;
}

.d-announcement-contents-text {
    margin-left: 99px;
    margin-top: 80px;
}

.d-announcement-contents-text .d-announcement-content-text-title {
    font-size: 18px;
    font-family: 'Aeonik-Regular';
    font-weight: 400;
    -webkit-text-stroke-width: 0.6px;
    line-height: normal;
    color: #000000;
    line-height: 36px;
    margin-top: 45px;
}

.d-announcement-contents-text p {
    font-size: 18px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    line-height: normal;
    color: #343434;
    line-height: 36px;
}

.d-announcement-contents-text .some-links {
    color: #007AFF;
}

@supports (position: sticky) {
    .announcement-in-sidebar {
       position: sticky;
        top: 35%;
    }
}

.an-in-sidebar-content {
    text-align: right;
}

.an-in-sidebar-content .sidebar-title {
    font-size: 18px;
    color: #343434;
}

.an-in-sidebar-content p {
    font-family: 'Aeonik-Light';
    font-weight: 300;
    -webkit-text-stroke-width: 0.3px;
    font-size: 18px;
    color: #6E6E6E;
}

.section-title.resources-title p.i-sec-title {
    font-size: 40px;
    margin-top: 80px;
    font-family: 'Aeonik-Light';
    font-weight: 300;
}

.resources-p-card {
    margin: 40px 0px;
    transition: 0.4s ease-in-out;
}

.resources-card-line {
    height: 1px;
    width: 100%;
    background: #34343480 0% 0% no-repeat padding-box;
}

/* .resources-card-line.line-bottom{
    background: #34343480 0% 0% no-repeat padding-box;
} */
.resources-card-container {
    padding: 25px 0px;
    display: flex;
    justify-content: space-between;
}

.resources-card-arrow {
    width: 40px;
    position: relative;
    top: -3px;
}

.resources-card-arrow img {
    width: 100%;
    transition: 0.4s ease-in-out;
}

.resources-card-contents {
    width: 100%;
}

.resources-card-btn {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.resources-card-btn a {
    width: 160px;
    height: 50px;
    border-radius: 38px;
    padding: inherit;
    background: #222222;
    color: #fff;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
}

/* .resources-card-btn a img{
    width: 20px;
    opacity: 0.4;
    position: absolute;
} */
.resources-card-contents {
    margin-left: 75px;
}

.resources-card-contents .r-in-title {
    font-size: 32px;
    color: #343434;
    margin-bottom: 26px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    line-height: 22px;
}

.resources-card-contents p {
    color: #343434;
    text-transform: capitalize;
    letter-spacing: 0.64px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    line-height: normal;
}

.resources-card-contents p:last-child {
    margin-bottom: 0px;
}

.view-all-card-btn-wrapper .resources-card-btn a {
    max-width: 424px;
    width: 424px;
    margin: 80px auto;
    text-transform: capitalize;
    font-weight: 300;
}

.view-all-card-btn-wrapper .resources-card-btn a img {
    width: 20px;
    height: 20px;
    margin-right: 24px;
}

.resources-card-wrapper .col-md-12 .resources-p-card:last-child {
    margin-bottom: 0px;
}

.resources-p-card:hover .resources-card-arrow img {
    animation: mover-right 2s infinite linear;
    transition: 0.4s ease-in-out;
}

@keyframes mover-right {
    0% {
        transform: translateX(0px);
    }

    25% {
        transform: translateX(5px);
    }

    50% {
        transform: translateX(10px);
    }

    75% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0px);
    }
}

.grey-light-bg {
    background: #F7F8F3;
}

.country-spe-regulations {
    padding: 80px 0px;
}

.country-spe-regulations .section-title.resources-title p.i-sec-title {
    margin-top: 0px;
}

.country-spe-regulations .section-title.resources-title p.ii-sec-title {
    margin-top: 24px;
    color: #666666;
    line-height: 26px;
    padding-right: 24%;
}

.c-regulations-content {
    margin-top: 60px;
}

.c-regu-select-c .c-r-c-title {
    color: #343434;
    font-size: 20px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    margin-bottom: 16px;
}

.custom-select-trigger-text {
    font-family: 'Aeonik-Thin';
    color: #6E6E6E;
    -webkit-text-stroke-width: 0.3px;
}

.c-regu-select-c-wrap .crs-box {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 60%;
    padding: 18px 24px;
    max-width: 424px;
    width: 424px;
    border-radius: 38px;
    border: 1px solid #70707027;
    color: #6E6E6E;
    background-size: 7%;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    -webkit-text-stroke-width: 0.2px;
}

.c-regu-select-c-wrap .crs-box option {
    padding: 8px 20px;
    border-radius: 28px;
}

.c-regu-instructions {
    border-radius: 24px;
    max-width: 536px;
    width: 536px;
    height: 467px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #70707026;
    padding: 60px;
    margin-top: 40px;
    position: relative;
}

.c-regu-instru-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.c-regu-instru-header .cr-img {
    width: 44px;
    margin-right: 10px;

}

.c-regu-instru-header .cr-img img {
    width: 100%;
}

.c-regu-instru-header .cri-title {
    font-size: 24px;
    color: #222222;
    font-family: 'Aeonik-Regular';
}

.c-regu-instru-content p {
    letter-spacing: 0.13px;
    color: #666666;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    padding-right: 25%;
    line-height: 26px;
}

.c-regu-intruc-btn {
    position: absolute;
    bottom: 60px;
}

.c-regu-intruc-btn a {
    color: #007AFF;
    font-family: 'Aeonik-Regular';
}

.c-regu-intruc-btn a img {
    transform: rotate(315deg);
    position: relative;
    top: -12px;
}

.resources-img-main {
    max-width: 536px;
    width: 536px;
    height: 728px;
    margin-right: 0px;
    margin-left: auto;
    position: relative;
    top: 50px;
}

.resources-img-main img {
    width: 100%;
}

.section-title.cn-section-title {
    margin-bottom: 40px;
}

.section-title.cn-section-title p {
    color: #343434;
    font-size: 28px;
    font-family: 'Aeonik-Light';
    font-weight: 300;
    -webkit-text-stroke-width: 0.5px;

}

.contact-now-section {
    padding: 80px 0px;
}

.contact-now-content-section {
    display: flex;
    align-items: center;
}

.contact-now-content-section .cncs-btn a {
    border-radius: 35px;
    font-size: 24px;
    color: #FFFFFF;
    background: #007AFF;
    padding: 21px 40px;
    display: inline-block;
}

.contact-now-content-section .cncs-content p {
    margin: 0px;
    margin-left: 24px;
    color: #343434;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    letter-spacing: 0.13px;
}

.our-team-opening-display {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}

.otod-container {
    display: flex;
    align-items: baseline;
}

.otod-container h4 {
    font-size: 100px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    -webkit-text-stroke-width: 1.4px;
    color: #007AFF;
    line-height: 90px;
}

.otod-container p {
    font-size: 28px;
    font-family: 'Aeonik-Light';
    font-weight: 200;
    -webkit-text-stroke-width: 0.5px;
    color: #343434;
    margin: 0px;
    position: relative;
    top: -5px;
    margin-left: 5px;
}

.section-title.joi-our-team p {
    padding-right: 14%;
}

.section-title.joi-our-team.about p {
    padding-right: 19%;
}

.opening-container {
    margin-bottom: 80px;
}

.opening-container .row-margin {
    margin-top: 80px;
}

.opening-container-title h3 {
    font-size: 40px;
    font-family: 'Aeonik-Light';
    font-weight: 300;
    -webkit-text-stroke-width: 0.4px;
    color: #343434;
    margin-bottom: 40px;
}

.opening-container-card {
    display: flex;
    padding: 24px 40px;
    justify-content: space-between;
    align-items: center;
    background: #FCFCFC;
    border-radius: 16px;
    border: 1px solid #70707027;
    margin-bottom: 24px;
    transition: 0.4s ease-in-out;
}

.opening-container-card:hover {
    background: #f5f5f5b3;
}

.opening-container .row .col-md-12:last-child .opening-container-card {
    margin-bottom: 0px;
}

.opening-container-card p {
    margin: 0px;
}

.opening-container-card .openings-title {
    font-size: 20px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    text-transform: capitalize;
    margin: 0px;
    line-height: normal;
    width: 20%;
    color: #222222;
    -webkit-text-stroke-width: 0.3px;
}

.opening-container-card .openings-workhr {
    font-size: 20px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    color: #999999;
    line-height: normal;
    width: 10%;
}

.opening-container-card .openings-location {
    font-size: 20px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    color: #B6B6B6;
    width: 12%;
}

.opening-container-card .openings-actions {
    padding: 16px 58px;
    text-transform: uppercase;
    color: #fff;
    background: #222222;
    border-radius: 35px;
    line-height: normal;
}

.join-our-team-last-container {
    text-align: center;
}

.join-our-team-last-container H4 {
    font-size: 40px;
    color: #000000;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
}

.join-our-team-last-container P {
    font-size: 18px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    color: #343434;
    line-height: 30px;
    padding: 0px 23%;
    margin-bottom: 40px;
}

.join-our-team-last-container a {
    border-radius: 35px;
    padding: 17px 40px;
    background: #222222;
    color: #fff;
    font-size: 18px;
    display: inline-block;
}

.join-our-team-last-container a img {
    margin-right: 25px;
    position: relative;
    top: -4px;
    transition: 0.4s ease-in-out;
}

.join-our-team-last-container a:hover img {
    transform: translateX(5px);
}


/* 25-09-2023 */
.news_update_inner-col1 {
    margin-bottom: 70px;
}

.section-title.about-col-title {
    margin-top: 90px;
    color: #000000;
}

.about-networking-container {
    margin-top: 56px;
}

.ab-nt-i-row-img-wrap {
    display: flex;
}

.ab-nt-i-row-img-wrap .ab-nt-img.ab-nt-img-i {
    width: 112px;
    height: 135px;
}
.ab-nt-i-row-img-wrap .ab-nt-img img{
    transition: 0.2s ease-in-out;
}
.ab-nt-i-row-img-wrap .ab-nt-img:hover img{
    transform: scale(1.1);
}

.ab-nt-i-row-img-wrap .ab-nt-img.ab-nt-img-ii {
    width: 154px;
    height: 203px;
    position: relative;
    top: 190px;
}

.ab-nt-i-row-img-wrap .ab-nt-img.ab-nt-img-iii {
    width: 112px;
    height: 135px;
    position: relative;
    top: 70px;
    left: 46px;
}

.about-networking-content .ant-title {
    font-size: 40px;
    color: #343434;
    font-family: 'Aeonik-Light';
    font-weight: 300;
    -webkit-text-stroke-width: 0.4px;
}

.about-networking-content .ant-content {
    color: #666666;
    letter-spacing: 0.13px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    padding-right: 11%;
}

.row.about-net-ii-row {
    margin-top: 20px;
    margin-bottom: 52px;
}

.ab-nt-i-row-img-wrap.ikris-vi-img-row .ab-nt-img.ab-nt-img-i {
    width: 200px;
    height: auto;
    top: 80px;
    position: relative;
}

.ab-nt-i-row-img-wrap.ikris-vi-img-row .ab-nt-img.ab-nt-img-ii {
    width: 150px;
    height: auto;
    height: auto;
    left: 40px;
    top: 200px;
}

.ab-nt-i-row-img-wrap.ikris-vi-img-row .ab-nt-img.ab-nt-img-iii {
    width: 128px;
    height: auto;
    top: 0px;
    left: -39px;
}

.about-networking-content.about-mission-content {
    margin-top: 115px;
}

.section-title.sf-values-title {
    margin-top: 134px;
}

.sf-values-card-wrapper {
    margin-top: 54px;
}

.sf-values-card {
    display: flex;
}

.sf-values-sn {
    margin-right: 29px;
}

.sf-values-sn h4 {
    color: #000000;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    -webkit-text-stroke-width: 1px;
}

.sf-values-contentText .sf-values-title {
    color: #000000;
    font-family: 'Aeonik-Medium';
    -webkit-text-stroke-width: 0px;
    line-height: 30px;
    font-weight: normal;
}

.sf-values-contentText {
    padding-right: 1%;
}

.sf-values-contentText .contents {
    color: #666666;
    line-height: 26px;
    margin-top: 16px;
}

.sf-values-card-wrapper .col-md-6 .sf-values-card {
    margin-bottom: 70px;
}

.sf-values-card-wrapper .col-md-6:last-child .sf-values-card {
    margin-bottom: 0px;
}

.sf-values-card-wrapper .col-md-6:nth-child(1) .sf-values-contentText .contents {
    padding-right: 12%;
}

.sf-values-card-wrapper .col-md-6:nth-child(2) .sf-values-contentText .contents {
    padding-right: 12%;
}

.sf-values-card-wrapper .col-md-6:nth-child(3) .sf-values-contentText .contents {
    padding-right: 12%;
}

.sf-values-card-wrapper .col-md-6:nth-child(4) .sf-values-contentText .contents {
    padding-right: 7%;
}


/* Timeline Carousel  */
.timelime-slider-wrapper {
    position: relative;
}

.timeline-slider-container {
    position: relative;
    max-width: 760px;
    height: 553px;
    margin: 106px auto 0px auto;
}

.timeline-slider-container .card2 {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 24px;
    transform-origin: center;
    transition: 0.4s cubic-bezier(0.05, -0.05, 0.9, 1.07);
    /* transition: 1s cubic-bezier(0.40, 1.80, 0.99, 1.65); */
    overflow: visible;
    z-index: 2;

}

.card2-wrapper {
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 0.5s;
}

.card2-wrapper.is-flipped {
    transform: translateX(-100%) rotateY(-180deg);
}

.card2-wrapper.is-flipped .detail-container {
    z-index: 1;
}

.card2-wrapper.is-flipped .timelineDes {
    z-index: 2;
    background: url(../img/Group/ 229.svg.html);
    transition: 0.4s cubic-bezier(.5, 1.3, .5, 1.3);
    transform-style: preserve-3d;
    background: #f5f5f5;
    border: 1px solid #ddddddd9;
}


.detail-container {
    position: relative;
    z-index: 2;
    background-color: #F5F5F5;
    height: auto;
    border-radius: 24px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    font-size: 12px;
    overflow: visible;
    transform-origin: center;
    border: 1px solid #70707040;
    padding: 30px;
    overflow: hidden;
    z-index: 2;
    transition: 0.5s ease-in-out;
}

.timelineDes {
    position: absolute;
    border-radius: 24px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    transition: 0.5s ease-in-out;
    align-items: baseline;
}

.timelineDesContainer {
    /* text-align: center; */
    padding: 40px;
    transform: rotateY(180deg);

}

.timelineDes h4 {
    color: #fff;
}

.timelineDes p {
    color:#757575;
}

.timeline-card-nav .prev {
    position: absolute;
    top: 44%;
    left: 3%;
    background: #ddd;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    text-align: center;
    line-height: 0;
    fill: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-card-nav .next {
    position: absolute;
    top: 44%;
    right: 3%;
    background: #ddd;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    text-align: center;
    line-height: 0;
    fill: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-card-nav .card-nav-btn:hover {
    background: #222;
}

.timeline-slider-container .image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.timeline-slider-container .image img {
    width: 100%;
}

.timeline-slider-container .tl-more-option {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    bottom: 20px;
}

.tl-more-option.back-arrow{
    right: 40px;
    bottom: 40px;
    transform: scale(-1);
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(0.3);
}
.timeline-slider-container .detail {
    margin-bottom: 55px;
    position: relative;
}

.timeline-slider-container .detail h3 {
    font-size: 15px;
    margin: 0;
}

.timeline-slider-container .detail i {
    font-size: 10px;
    margin-bottom: 5px;
    color: #fc686d;
}

.timeline-slider-container .detail p {
    font-size: 16px;
    font-weight: 100;
    color: #6e6e6e;
    margin: 0;

}
.timelineDes .timelineDesContainer .detail p{
    padding-right: 26%;
}
.timeline-slider-container .card2:nth-child(1) {
    z-index: 10;
    top: 0px;
    transform-origin: top;
    transform: scale(1);
    opacity: 1;
}

.timeline-slider-container .card2:nth-child(2) {
    z-index: 9;
    top: -35px;
    transform-origin: top;
    transform: rotate(1deg) scale(0.93);
    opacity: 1;
}

.timeline-slider-container .card2:nth-child(3) {
    z-index: 8;
    top: -72px;
    transform-origin: top;
    transform: scale(0.8);
    opacity: 1;
    transform: rotate(-1deg) scale(0.83);
    opacity: 1;
}
.card2-wrapper.is-flipped .timelineDesContainer .detail .timeline-year{
    text-align: left;
    margin-top: 0px;
    margin-bottom: 28px;
}
.card2-wrapper.is-flipped .timelineDesContainer .detail .timeline-month{
    text-align: left;
    margin-bottom: 28px;
}
.card2-wrapper.is-flipped .timelineDesContainer .detail .timeline-title{
    text-align: left;
    margin-bottom: 28px;
}
.card2-wrapper.is-flipped .timelineDesContainer{
    width: 100%;
    height: 100%;
}

/*
.timeline-slider-container .card2:nth-child(4) {
    z-index: 7;
    top: -45px;
    transform-origin: top;
    transform: scale(0.7);
    opacity: 0.7;
}

.timeline-slider-container .card2:nth-child(5) {
    z-index: 6;
    top: -60px;
    transform-origin: top;
    transform: scale(0.6);
    opacity: 0.6;
} */

.timeline-slider-container .card2:first-child:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: scale(1.002)
}

.timeline-slider-container .card2:last-child {
    opacity: 1;
}

.timeline-slider-container .detail .timeline-title {
    font-size: 24px;
    font-family: 'Aeonik-Regular';
    font-weight: normal;
    color: #222222;
    padding-top: 4px;
}

.timeline-slider-container .detail .timeline-year {
    font-size: 80px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    color: #000000;
    text-align: right;
    line-height: 69px;
    margin-bottom: 8px;
    margin-top: -17px;
}

.timeline-slider-container .detail .timeline-month {
    font-size: 24px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    color: #343434;
    text-align: right;
}



.ikris-timeline {
    margin-bottom: 70px;
}

.about-our-team {
    margin-bottom: 70px;
}


.section-title.our-team-sec-title {
    margin-bottom: 50px;
}

.team-carousel.owl-carousel .owl-nav button.owl-prev {
    top: -20%;
}

.team-carousel.owl-carousel .owl-nav button.owl-next {
    top: -20%;
}

.team-card {
    background-color: #F7F7F7;
    border-radius: 14px;
    overflow: hidden;
    margin: 10px;
}

.team-card-img {
    width: 100%;
    margin-bottom: 20px;
}

.team-card-img img {
    width: 100%;
}

.team-card-title {
    position: relative;
    width: 100%;
    padding: 0px 20px;
}

.team-card-title::after {
    width: 90%;
    height: 1px;
    background: #666666;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    margin: auto;
    right: 0px;
}

.team-card-title::before {
    width: 90%;
    height: 1px;
    background: #666666;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
}

.team-card-title h4 {
    display: inline-block;
    /* font-size: 18px; */
    font-size: 17px;
    color: #222222;
    font-family: 'Aeonik-Medium';
    font-weight: 300;
    line-height: 40px;
    margin: 0px;
}

.team-card-author-name {
    margin-top: 30px;
    padding: 0px 20px 30px 20px;
}

.team-card-author-name h1 {
    color: #343434;
    font-size: 56px;
    font-family: 'Aeonik-Medium';
    font-weight: normal;
    line-height: 58px;
}

#team-carousel .owl-controls .owl-buttons .owl-prev:after {
    content: none;
}

#team-carousel .owl-controls .owl-buttons .owl-next:after {
    content: none;
}

#team-carousel .owl-controls .owl-buttons .owl-prev svg {
    fill: #fff;
    width: 22px;
    height: 22px;
}

#team-carousel .owl-controls .owl-buttons .owl-next svg {
    fill: #fff;
    width: 22px;
    height: 22px;
}




.my-carousel-progress {
    background: #ccc;
}

.my-carousel-progress-bar {
    background: greenyellow;
    height: 2px;
    transition: width 400ms ease;
    width: 0;
}

@supports (position: sticky) {
    .about-sidebar-sticky {
        position: sticky;
        top: 110px;
    }
}

.about-sidebar-ul {
    position: relative;

}

.about-sidebar-ul li a {
    position: relative;
    padding-left: 20px;
    color: #343434;
    letter-spacing: 0.13px;
    line-height: 36px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
}

.about-sidebar-ul li a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: transparent;
    transition: 0.4s ease-in-out;
}

.about-sidebar-ul li.active a::before {
    background: #007AFF;
}

.about-sidebar-ul li a::after {
    position: absolute;
    content: '';
    left: 4px;
    top: 10px;
    width: 4px;
    height: 0px;
    background: #00000027;
    border-radius: 2px;
    transition: 0.2s ease-in-out;
}

.about-sidebar-ul li.baractive.active a::after {
    height: 0px;
}

.about-sidebar-ul li.baractive a::after {
    height: 37px;
}

.prtnrs-sec-i {
    padding: 70px 0px;
}

.ptS-i-content {
    padding-right: 10%;
    height: 100%;
    position: relative;
}

.ptS-i-logo-Recordati {
    width: 180px;
}

.ptS-i-logo-Recordati img {
    width: 100%;
}

.content-text-recordati h4.title-r {
    color: #343434;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    font-size: 40px;
    line-height: normal;
    margin-top: 24px;
    margin-bottom: 16px;
}

.visitRecordati {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.visitRecordati a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 14px;
    -webkit-text-stroke-width: 0.3px;
}

.visitRecordati a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #666666;

}

.visitRecordati a img {
    width: 16px;
    height: 14px;
    transform: rotate(315deg);
    transition: 0.4s ease-in-out;
}

.visitRecordati a:hover img {
    transform: rotate(315deg) translateY(0px) translateX(8px);
}

.pts-i-img {
    width: 88%;
    float: right;
}

.pts-i-img img {
    width: 100%;
}

.resources-card-line.partners {
    background: #333333;
    -webkit-text-stroke-width: 0.4px;
}

.partnership-program {
    padding: 70px 0px;
    background: #000000;
    margin-bottom: 70px;
}

.partnership-program .light-title h6 {
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    color: #ffff;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    font-size: 18px;
}

.light-title h1 {
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    color: #ffff;
    font-size: 78px;
    line-height: 88px;
    padding-right: 0%;
    margin-bottom: 40px;
}

.light-content-wrap {
    display: flex;
    align-items: center;
    width: 80%;
    margin-bottom: 60px;
    margin-top: 40px;
}


.light-content-text p {
    color: #BEBEBE;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    line-height: 26px;
}

.light-content-btn a img {
    width: 130px;
    transform: rotate(315deg);
    filter: brightness(0) invert(1);
    margin-left: 14px;
    transition: 0.4s ease-in-out;
}

.main-btn-pt-pr a {
    width: 300px;
    height: 56px;
    text-align: center;
    border-radius: 35px;
    background: #007AFF;
    color: #fff;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.main-btn-pt-pr a:hover {
    background: #222;
}

.main-btn-pt-pr a:hover~.light-content-btn a img {
    transform: rotate(315deg) translateX(10px);
}

.ptnr-pr-img {
    width: 88%;
    position: relative;
    float: right;
}

.ptnr-pr-img img {
    width: 100%;
}

.ikris-pt-pr-logo img {
    position: absolute;
    bottom: -33px;
    left: -143px;
    width: 290px;
    height: 290px;
}

.ikris-pt-pr-logo img.lc-hand-icon {
    width: 32px;
    height: 32px;
    left: -15px;
    bottom: 99px;
    transform: rotate(9deg);
    filter: invert(1);
}

.services-page-section {
    margin-top: 70px;
}

.services-first-sec {
    padding-bottom: 80px;
}

.services-page-section .services-in-title h6 {
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 3.6px;
    font-family: 'Aeonik-Light';
    font-weight: 300;
    -webkit-text-stroke-width: 1px;
    font-size: 18px;
}

.services-page-section .services-in-title h2 {
    line-height: normal;
    padding-right: 10%;
    margin-bottom: 40px;
}

.services-page-section .services-in-title p {
    color: #666666;
    line-height: 26px;
    letter-spacing: 0.13px;
    padding-right: 32%;
}

.section-title.services-in-title {
    position: relative;
    height: 100%;
}

.services-arrow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 63px;
    transform: rotate(315deg);
}

.services-arrow img {
    width: 100%;
}

.services-image {
    width: 100%;
}

.services-image img {
    width: 100%;
}

.services-second-sec .section-title.services-in-title.light {
    margin-bottom: 70px;
}

.section-title.services-in-title.light {
    height: auto;
}

.section-title.services-in-title.light h6 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    font-family: 'Aeonik-Light';
    font-weight: 300;
    -webkit-text-stroke-width: 1px;
    font-size: 18px;
}

.section-title.services-in-title.light h2 {
    color: #fff;
}

.services-second-sec .section-title.services-in-title.light h2 {
    font-size: 40px;
    line-height: normal;
    font-weight: normal;
    padding-right: 30%;
    font-family: 'Aeonik-Medium';
}

.sIIcontent-card {
    display: flex;
    align-items: flex-start;
}

.services-sec-section {
    background: transparent linear-gradient(180deg, #2A499D 0%, #0D0D3C 100%) 0% 0% no-repeat padding-box;
    padding: 180px 0px;
}

.services-second-sec .services-arrow {
    position: inherit;
}

.sIIcontent-card .services-arrow {
    width: 16px;
    margin-right: 24px;
    transform: rotate(0deg);
    height: auto;
    position: relative;
    /* top: -2px; */
}

.sIIcontent-card .services-arrow img {
    /* filter: brightness(0) invert(1) drop-shadow(1px 0px 0px white); */
    transform: rotate(0deg);
}

.sIItext {
    width: 70%;
}

.sIItext p {
    color: #DDEDFF;
    letter-spacing: 0.13px;
    line-height: 26px;
    margin-bottom: 35px;

}

.services-image.darkbg {
    height: 100%;
    transform: scale(1.6);
}

.services-sec-section.light-bg {
    background: #fff;
    padding: 100px 0px;
}

.section-title.services-in-title.light.not-light h6 {
    color: #000;
    font-family: 'Aeonik-Regular';
}

.section-title.services-in-title.light.not-light h2 {
    color: #000;
    padding-right: 20%;
}

.sIIcontent-card.nor .services-arrow img {
    filter: brightness(0) invert(0) drop-shadow(0px 0px 0px white);
}

.sIItext.nor p {
    color: #000;
    margin-bottom: 40px;
}

.services-image.nor {
    width: 88%;
    float: right;
}

.service-related-sec {
    margin-bottom: 70px;
}

.service-related-card {
    display: flex;
    align-items: center;
    padding: 16px 56px;
}

.service-rel-img {
    margin-right: 24px;
    width: 30%;
}

.service-rel-img img {
    max-width: 148px;
}

.service-rel-title {
    width: 50%;
    padding-right: 10%;
}

.service-rel-title a {
    color: #222222;
    font-size: 24px;
    font-family: 'Aeonik-Light';
    font-weight: 300;
    -webkit-text-stroke-width: 1.3px;
    letter-spacing: 0.3px;
}

.section-title.services-in-title.light.not-light.font-weight-h2 h2 {
    font-weight: 600;
}

/* .service-rel-action-btn a {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    border-radius: 100%;
} */
/* .service-rel-action-btn a img{
    filter: brightness(0) invert(1);
} */
.service-rel-action-btn {
    width: 20%;
}

.service-rel-action-btn .button--regular {
    top: 0px;
}

.services-sec-section.bg-ii {
    background: transparent linear-gradient(180deg, #DB8181 0%, #5D1728 100%) 0% 0% no-repeat padding-box;
    padding: 180px 0px;
}

.services-sec-section.bg-ii .services-second-sec .section-title.services-in-title.light h2 {
    padding-right: 5%;
}

.services-sec-section.bg-ii .sIItext p {
    color: #fff;
}

.services-sec-section.bg-ii .services-image.darkbg {
    position: relative;
    transform: scale(1) translateY(0);
}

.services-image img.smd-img-i {
    transform: scale(1.2) translate(70px, -10px);
    position: relative;
    z-index: 2;
}

.services-sec-section.bg-ii .services-image.darkbg::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../img/f5180df445-PhotoRoom.png-PhotoRoom.png')no-repeat padding-box;
    opacity: 0.6;
    filter: blur(40px);
    z-index: 1;
    transform: scale(0.9) translate(-17px, -124px);
}

.services-image img.smd-img-ii {
    position: absolute;
    bottom: -165px;
    left: -53px;
    width: 400px;
}

.services-image img.smd-img-iii {
    position: absolute;
    top: -132px;
    left: 97px;
    width: 245px;
}

.services-sec-section .row.paddingcls {
    padding-left: 88px;
}


.services-sec-section.bg-iii {
    background: transparent linear-gradient(180deg, #5454D1 0%, #31176C 100%) 0% 0% no-repeat padding-box;
}

.services-sec-section.bg-iii .services-second-sec .section-title.services-in-title.light h2 {
    padding-right: 10%;
}

.services-sec-section.bg-iii .sIItext p {
    color: #fff;
}

.services-sec-section.bg-iii .services-image.darkbg {
    position: relative;
    transform: scale(1) translateX(90px);
}

.services-sec-section.bg-iii .services-image img.smd-img-i {
    transform: scale(1.45) translate(-105px, -18px);
    position: relative;
    z-index: 2;
}

.services-sec-section.bg-iii .services-image.darkbg::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/464346bec3-PhotoRoom.png-PhotoRoom.png)no-repeat padding-box;
    opacity: 0.8;
    filter: blur(60px);
    z-index: 1;
    transform: scale(1) translate(-345px, -180px);
}

.services-sec-section.bg-iii .services-image img.smd-img-ii {
    position: absolute;
    bottom: -110px;
    left: 116px;
    width: 450px;
}

.services-sec-section.bg-iii .services-image img.smd-img-iii {
    position: absolute;
    top: -132px;
    left: 97px;
    width: 245px;
}

.services-page-section.scts .services-in-title p {
    padding-right: 34%;
}

.services-sec-section.bg-iii .sIIcontent-card {
    padding-right: 5%;
}

.services-sec-section.cts .sIIcontent-card {
    padding-right: 10%;
}

.contact-us-section {
    margin-top: 70px;
}

.contact-us-section .who-gradient-wrapper {
    margin-left: 20%;
    top: 13%;
}

.who-shapes-contact-i {
    transform: scale(0.8) translate(100px, -100px);
    width: 100%;
    height: 100%;
    max-height: 34em;
    max-width: 34em;
    position: relative;
    z-index: 11;
    opacity: 0.95;
}

.contact-main-container {
    margin-top: 60px;
}

.contactus-text-container {
    padding-right: 0px;
    padding-top: 20px;
}

.contactus-text-container .centerName h3 {
    font-family: 'Aeonik-Medium';
    font-weight: 300;
    color: #007AFF;
    -webkit-text-stroke-width: 0px;
    font-size: 24px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contactus-text-container .centerAddress p {
    color: #000;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    -webkit-text-stroke-width: 0px;
    font-size: 20px;
    margin: 0px;
    line-height: 36px;
}

.contactus-text-container .centerAddress {
    margin-bottom: 40px;
}

.contactus-text-container .centerContactInfo ul li {
    display: flex;
}

.contactus-text-container .centerContactInfo ul li span {
    color: #000;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    -webkit-text-stroke-width: 0px;
    font-size: 20px;
    margin: 0px;
    width: 85px;
    line-height: 36px;
}

.contactus-text-container .centerContactInfo ul li p {
    color: #000;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    -webkit-text-stroke-width: 0px;
    font-size: 20px;
    margin: 0px;
    line-height: 36px;
}

.send-now-btn {
    margin-top: 100px;
}

.send-now-btn a {
    border-radius: 35px;
    padding: 17px 40px;
    background: #222222;
    color: #fff;
    font-size: 18px;
    display: inline-block;
}

.send-now-btn a img {
    margin-right: 14px;
    position: relative;
    top: -4px;
    transition: 0.4s ease-in-out;
    width: 28px;
}

.send-now-btn a:hover img {
    transform: translateX(5px);
}

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

.row.contact-row-mt {
    margin-top: 100px;
}

.row.contact-row-mb {
    margin-bottom: 100px;
}

/* Ask Form CSS */

/* .askForm .section-title.askFormTitle{
    margin-bottom: 60px;
} */
.askForm .section-title.askFormTitle h2 {
    line-height: normal;
    margin-bottom: 24px;
    -webkit-text-stroke-width: 0.7px;
}

.askForm .section-title.askFormTitle p {
    padding-right: 32%;
    line-height: 26px;
}


.askFormWrapper {
    margin-top: 60px;
    margin-bottom: 70px;

}

.row.askFormRow .col-md-6:first-child {
    padding-right: 8%;
}

.row.askFormRow .col-md-6:last-child {
    padding-right: 8%;
}

.askFormWrapper input {
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 20px;
    color: #000;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    -webkit-text-stroke-width: 1px;
    padding: 26px 10px 10px 12px;
}

.askFormWrapper textarea {
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 20px;
    color: #000;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    -webkit-text-stroke-width: 1px;
    padding: 26px 10px 10px 12px;
}



.askFormWrapper .form-group {
    position: relative;
    display: block;
    margin-bottom: 40px
}

.form-group span {
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 20px;
    transition: all .2s ease;
    transform-origin: 0 0;
    cursor: text;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    letter-spacing: 0.3px;
}

.form-control:focus,
.form-control:valid {
    border-bottom: 2px solid #0043c6;
}

.form-control:focus+span,
.form-control:valid+span {
    transform: translateY(-22px) scale(.8)
}

.form-control:focus+span+.border,
.form-control:valid+span+.border {
    transform: scaleX(1)
}

.askFormWrapper .form-group.custom-radio input {
    width: fit-content;
    height: auto;
}

.askFormWrapper .form-group.custom_radio {
    margin: 0px;
    display: inline-block;
    margin-top: 70px;
}

.custom_radio input[type="radio"] {
    display: none;
}

.custom_radio input[type="radio"]+label {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    margin-right: 2em;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    font-size: 20px;
    color: #000;
    top: 20px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    letter-spacing: 0.3px;
    top: 0px;
}

.custom_radio input[type="radio"]+label:before,
.custom_radio input[type="radio"]+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    color: white;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #000000;
}

.custom_radio input[type="radio"]+label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}

.custom_radio input[type="radio"]+label:hover:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}

.custom_radio input[type="radio"]:checked+label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #007dff;
}

.row.askFormRow .col-md-12.radio-wrap .resources-card-line.partners {
    width: 93%;
    margin-top: 17px;
}

.row.askFormRow.radioRow {
    margin-bottom: 40px;
}

.row.askFormRow.fMessege {
    width: 95%;
}

.row.askFormRow.radioRow.formSumbitSec {
    margin-top: 25px;
    margin-bottom: 0px;
}

.askFormWrapper .form-group.custom_radio.terms {
    margin-top: 0px;
}

.askFormWrapper .form-group.custom_radio.terms .font-style {
    font-size: 14px;
    line-height: 20px;
}

.askFormWrapper .form-group.custom_radio.terms input[type="radio"]+label {
    padding-left: 30px;
}

.send-now-btn.formSubmit {
    margin-top: 0px;
    padding-right: 17%;
}

.send-now-btn.formSubmit a {
    float: right;
    line-height: 36px;
    padding: 10px 40px;
    width: 312px;
    text-align: center;

}
.send-now-btn button{
    border-radius: 35px;
    padding: 17px 40px;
    background: #222222;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    float: right;
    line-height: 36px;
    padding: 10px 40px;
    width: 312px;
    text-align: center;
}

.send-now-btn button img {
        margin-right: 14px;
    position: relative;
    top: -4px;
    transition: 0.4s ease-in-out;
    width: 28px;
}
.send-now-btn button:hover img {
    transform: translateX(5px);
}

.send-now-btn.formSubmit img {
    margin-right: 0px;
    margin-left: 14px;
}

.page-not-founder {
    margin-top: 150px;
    margin-bottom: 120px;
    padding-top: 60px;
}

.page-not-founder-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pnfContainer {
    max-width: 1000px;
    width: 100%;
}

.pnfMaiImg {
    width: 100%;
    padding: 2% 15%;
}

.pnfMaiImg img {
    width: 100%;
}

.pnfTitle {
    padding-left: 18%;
}

.pnfTitle .pnf404 h5 {
    display: inline-block;
    border-radius: 30px;
    width: 60px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 29px;
    background: #222222;
    color: #fff;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    letter-spacing: 0.5px;
}

.pnfMainTitle h1 {
    font-size: 80px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    -webkit-text-stroke-width: 0px;
    color: #000000;
}

.pnfBtnSec .main-btn-pt-pr {
    margin-bottom: 15px;
    margin-top: 30px;
}

.pnfBtnSec .main-btn-pt-pr a {
    width: 270px;
}

.pnfBtnSec .main-btn-pt-pr a img {
    margin-left: 16px;
}

.pnfImgSec {
    position: relative;
}

.pnfOtherImg {
    position: absolute;
    top: -121px;
    right: 51px;
}

.pnfOtherImg img.page-not-found-icon-main-mover{
    animation: spin 8s linear infinite;
}
.page-not-found-icon-main {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.services-page-section.scts.newsletter .services-arrow {
    transform: rotate(45deg);
    position: relative;
    margin-top: 40px;
}

.services-page-section.scts.newsletter .section-title.services-in-title {
    height: auto;
}

.services-page-section.scts.newsletter .services-image {
    width: 88%;
    float: right;
}

.services-page-section.scts.newsletter .services-in-title p {
    padding-right: 0px;
}

.services-page-section.newsletter .services-in-title h2 {
    margin-bottom: 24px;
}

.services-page-section.newsletter .askFormWrapper {
    margin-top: 40px;
}

.services-page-section.newsletter .send-now-btn.formSubmit a {
    width: auto;
}

.filtersContainer {
    position: fixed;
    top: 100%;
    overflow: hidden;
    z-index: 111111;
    width: 100%;
    /* max-width: 1340px; */
    left: 0px;
    PADDING: 0px 0%;
    border-radius: 14px;
    visibility: hidden;
    opacity: 0;
    transition: 1s cubic-bezier(0.7, 0.05, 0.34, 0.64);
    contain-intrinsic-block-size: auto 100px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
@media screen and (min-width:1200px) {
    .filtersContainer{
        max-width: 1260px;
    }
}
.filtersContainer.showFilter {
    top: 84%;
    visibility: visible;
    opacity: 1;

}
@media only screen and (min-width: 1440px){
    .filtersContainer {
        max-width: 1340px;
    }
    .filtersContainer.showFilter{
        top: 84%;
    }
}
@media only screen and (min-width: 2000px){

    .filtersContainer.showFilter{
        top: 87%;
    }
}



.fitlersWrapper {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.fitlersWrapper::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #7a7a7a40;
    backdrop-filter: blur(15px);
    opacity: 1;
    border-radius: 14px;
    z-index: 1;
}

.fitlersBtnsWrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 16px 20px;
}

.filterBTnCard {
    margin: 0px 10px 0px 0px;
}

.filterBTnCard .filterbtn {
    padding: 12px 22px;
    background: transparent;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #9b9b9b4a;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
}

.filterBTnCard .filterbtn:hover {
    color: #000;
}

.filterBTnCard.active .filterbtn {
    background: #ffffff73;
    border-color: transparent;
}

.filterBTnCard .filterbtn .fitlerDotn {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #b3b3b3;
    border-radius: 100%;
    margin-left: 8px;
}

.filterBTnCard.active .filterbtn .fitlerDotn {
    background: #007cff;
}

.team-carousel.owl-theme .owl-controls .owl-page.active span,
.team-carousel.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #3F51B5;
}

.team-carousel .item {
    position: relative;
    margin-bottom: 70px;
}


/*
.team-carousel .item::after {
    position: absolute;
    content: '';
    bottom: 0px;
    max-width: 200px;
    width: 0%;
    height: 3px;
    border-radius: 2px;
    background: #007AFF;
    transition: 0.4s;
} */


.team-carousel .item::before,
.team-carousel .item::after {
    position: absolute;
    content: '';
    bottom: -68px;
    width: 0%;
    height: 3px;
    border-radius: 2px;
    background: #007AFF;
}

/* .team-carousel .item::before {
    left: 0;
}

.team-carousel .item::after {
    right: 0;
    background: #007AFF;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.team-carousel .item:hover:before {
    background: #007AFF;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.team-carousel .item:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}
.team-carousel .item.active:before{
    background: #007AFF;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.team-carousel .item.active:after{
    background: transparent;
    width: 100%;
    transition: 0s;
} */
.team-carousel.owl-carousel button.owl-dot {
    width: 24.3%;
    height: 3px;
    background: #ddd;
    position: relative;
}

.team-carousel.owl-carousel button.owl-dot::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background: transparent;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.team-carousel.owl-carousel button.owl-dot.active::after {
    background: #007AFF;
    width: 100%;
    left: 57px;
}

/*
.team-carousel .owl-item.active .item.first:before{
    width: 100%;
    background: #007AFF;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.team-carousel .owl-item.active .item.first:after{
    width: 100%;
    background: transparent;
} */



.pagination-container {
    max-width: 450px;
    width: 100%;
    margin: 40px auto 70px auto;

}

.pagination-carousel.owl-carousel {
    height: 100%;

}

.pagination-carousel.owl-carousel .owl-wrapper-outer {
    height: 100%;
}

.pagination-carousel .item {
    padding: 14px 0px;
    cursor: url(../img/mover.gif) 32 32, auto;
}

.pagination-carousel .pageNumCard {
    text-align: center;
}

.pagination-carousel.owl-carousel .owl-nav button.owl-prev {
    top: 0px;
    left: -18%;
    fill: #fff;
}

.pagination-carousel.owl-carousel .owl-nav button.owl-next {
    top: 0px;
    right: -18%;
    fill: #fff;
}

.pagination-carousel .owl-controls .owl-buttons {
    margin: 0px;
}

.pagination-carousel .owl-controls .owl-buttons .owl-prev:after,
.pagination-carousel .owl-controls .owl-buttons .owl-next:after {
    display: none;
}

.pagination-carousel .pageNumCard a {
    font-family: 'Aeonik-Medium';
    color: #222222;
    transition: 0.4s ease-in-out;
    font-size: 18px;
}

.pagination-carousel .pageNumCard a:hover,
.pagination-carousel .pageNumCard a.active {
    color: #007AFF;
}

.owl-carousel .owl-nav button.owl-prev {
    background: #dedede !important;
    position: absolute;
    width: 55px;
    height: 55px;
    top: -13%;
    right: 130px;
    padding: 0px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 3px 14px 25px -10px #92b4d0;
     */
}

.owl-carousel .owl-nav button.owl-next {
    background: #dedede !important;
    position: absolute;
    width: 55px;
    height: 55px;
    top: -13%;
    right: 50px;
    padding: 0px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-carousel .owl-nav button.owl-next {
    right: 0px;
}

.team-carousel .owl-nav button.owl-prev {
    right: 76px;
}

.owl-carousel .owl-nav button {
    font-size: 20px !important;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background: #222222 !important;
    ;
}

.owl-carousel .owl-nav button.owl-next:hover {
    background: #222222 !important;
    ;
}

.owl-carousel .owl-nav button svg {
    fill: #fff;
}


.slider-container2 {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    position: relative;
}

.slider-container2 .range-slider {
    width: 78%;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 10px;
    left: 11%;
    padding: 2px;
}

.slider-container2 input[type=range]::-webkit-slider-thumb {
    height: 4px;
    width: 100px;
    background: blue;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 2px;
    border-radius: 10px;
    outline: none;
}

.slider-container2 input[type=range]:focus::-webkit-slider-thumb {
    outline: none !important;
}


.go-me {
    position: absolute;
    top: 0px;
    right: 0px;
}

.back-me {
    position: absolute;
    top: 0px;
    left: 0px;
}

.services-sec-section {
    overflow-x: hidden;
}

.sec-title-index {
    z-index: 1;
}

/*Team Slider */

.swiper-container-wrapper--timeline .swiper-slide {
    display: flex;
    background: #fff;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.swiper-container-wrapper--timeline .swiper-slide .container {
    padding: 0;
    width: 100%;
}

.swiper-container-wrapper--timeline .swiper-slide .title {
    font-size: 18px;
    opacity: 0;
    transition: 0.5s ease 0.5s;
}

.swiper-container-wrapper--timeline .swiper-slide-active .title {
    opacity: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
    position: relative;
    margin-bottom: 70px;
    background-color: transparent;
    height: 4px;
    border-bottom: 1px solid #888;
    width: 100%;
}

.team-swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    width: 94%;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
    background-color: #007cfe;
    height: 3px;
    top: 3px;
    left: 28px;
    z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
    position: absolute;
    top: 2px;
    left: 0%;
    width: 100%;
    height: 3px;
    background-color: #000;
    content: "";
    display: none;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
    position: absolute;
    top: 3px;
    right: 0%;
    width: 100%;
    height: 3px;
    background-color: #ddd;
    content: "";
}

.swiper-container-wrapper--timeline .swiper-pagination-custom {
    position: relative;
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    display: flex;
    line-height: 1.66;
    bottom: 0;
    z-index: 11;
    width: 75%;
    display: flex;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
    position: absolute;
    font-weight: 400;
    right: 0;
    transform: translateX(50%);
    transition: 0.2s all ease-in-out;
    transition-delay: 0s;
    cursor: pointer;
    z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
    position: absolute;
    top: calc(100% + 19px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 2rem;
    content: "";
    transition: 0.2s all ease-in-out;
    transition-delay: 0s;
    z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
    font-weight: 400;
    transition-delay: 0.4s;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
    background: #000;
    width: 25px;
    height: 25px;
    transition-delay: 0.4s;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title {
    color: #888;
    font-weight: 16px;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title:after {
    background: #888;
}

.swiper-team-slider {
    position: relative;
}

.swiper-team-slider .swiper-button-prev {
    right: 73px;
    top: -18%;
    width: 55px;
    height: 55px;
    background: #dedede !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: auto;
}

.swiper-team-slider .swiper-button-prev:hover {
    background: #222222 !important;
}

.swiper-team-slider .swiper-button-prev svg {
    fill: #fff;
}

.swiper-team-slider .swiper-button-next {
    right: auto;
    top: -18%;
    width: 55px;
    height: 55px;
    background: #dedede !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
}

.swiper-button-next.active {
    background: #222222 !important;
}

.swiper-team-slider .swiper-button-next:hover {
    background: #222222 !important;
}

.swiper-team-slider .swiper-button-next svg {
    fill: #fff;
}

/* Team slider End */



/* 06-10-2023 */
.header-wrap .header-bottom .header-menu-wrap .sidebar-menu {
    margin-right: 48px;
}

.whatsapp {
    margin-right: 31px;
}

.shopcart button i {
    margin-right: 10px;
}

.shopcart.language-picker-alignment .btn2 {
    padding: 2px 0px 0px 45px;
}

.language-picker__item {
    padding: 5px 0px 0px 36px;
}

/* .section-title h2{
    font-size: 78px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Aeonik-Regular';
    margin: 0;
    color: #000;
    font-weight: 300;
    -webkit-text-stroke-width: 2.5px;
    letter-spacing: 1.5px;
    position: relative;
    z-index: 11;
} */
.contact-popup.menu-poppup {
    height: 100vh;
}

.menu-wrapper {
    height: auto;
}

.menu-wrapper>.row {
    height: 100vh;
}

@media screen and (max-width:2000px) and (min-width:1500px) {
    /* .menu-wrapper{
        height: 100vh;
    } */
}

@media screen and (max-width:1920px) and (min-width:1024px) {

    /* .menu-wrapper{
        height: auto;
    } */
    .menu-wrapper>.row {
        height: auto;
    }
}

.menu-navigations>ul>li .submenu-list {
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-navigations>ul>li .submenu-list li a {
    font-size: 35px;
    margin: 7px 0px;
    display: inline-block;
}

@supports (position: sticky) {
    .about-sidebar-sticky {
        position: sticky;
        top: 43%;
        padding-bottom: 70px;
    }
}

.ptS-i-logo-Recordati.PTC {
    width: 92px;
}

.ptS-i-logo-Recordati.Sarepta {
    width: 132px;
}

.visitRecordati a:hover {
    color: #0043c6;
}

.menu-download-content {
    padding: 16px 22px;
}

.menu-download-content p svg {
    right: 22px;
    top: 19px;
}

body {
    font-family: 'Aeonik-Regular';
}

.viewAllResCards {
    display: none;
    opacity: 1;
}


/* Custom Select */


.custom-select-wrapper select {
    display: none;
    overflow: hidden;
    width: 100%;
}

.custom-select {
    position: relative;
    display: block;
    width: fit-content;
}

.custom-select-trigger {
    -webkit-appearance: none;
    -moz-appearance: none;

    padding: 18px 24px;
    max-width: 424px;
    width: 424px;
    border-radius: 38px;
    border: 1px solid #70707027;
    color: #6E6E6E;

    font-family: 'Aeonik-Regular';
    font-weight: 300;
    -webkit-text-stroke-width: 0.2px;
    background-color: #fff;
    display: inline-block;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 7%;
    background-size: cover;
    line-height: normal;
    right: 20px;
    top: 35%;
    transition: 0.4s ease-in-out;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 0.13636363em;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.custom-options {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0;
    display: none;
    min-width: 100%;
    border: 1px solid #ececec;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transition: all .4s ease-in-out;
    opacity: 0;
    z-index: 10;
    transition: all .4s ease-in-out;
    height: 300px;
    overflow-y: auto;
}

.custom-options::-webkit-scrollbar {
    width: 5px;
}

.custom-options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.custom-options::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.custom-options::-webkit-scrollbar-thumb {
    background-color: #0043c6;
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    top: -0.22727272em;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -0.18181818em;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ececec;
    font-size: 1em;
    color: #333333;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 10px;
}

.custom-option.selection:hover,
.custom-option:hover {
    background: #0082da;
    color: #fff;
}

.c-regu-intruc-btn a img {
    transform: rotate(315deg);
    position: relative;
    top:-3px;
    width: 20px;
    left: 5px;
}

.ikris-pt-pr-logo img.lc-hand-mover {
    -webkit-animation: spin 8s linear infinite;
    -moz-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.menu-logo {
    width: 190px;
}


.parrelux-wrapper {
    position: relative;
    z-index: 3;
    perspective: 10px;
}

.hero-wrap.style1 {
    transform-style: preserve-3d;
}

.hero-wrap.style1 .hero-dot-shape {
    transform: translateZ(-10px) scale(1);
}

.hero-content {
    transform: translateZ(-5px) scale(1);
}

.globe-video-container {
    width: 100%;
    height: 750px;
    overflow: hidden;
    border-radius: 26px;
    background: url(../img/Ikris-Global-Presence-Section-bg.jpg);
    display: flex;
    align-items: center;
    background-size: 141% 168%;
}

.global-video {
    width: 100%;
    transform: scale(1.14) translateX(22px);
}


.sticky-header {
    position: absolute;
    top: -100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.sticky-header.sticky {
    position: fixed;
    top: 0%;
    z-index: 222;
    visibility: visible;
    opacity: 1;
    background: transparent;
    box-shadow: none;
}

.header-wrap.sticky-header.sticky .header-bottom {
    background-color: transparent;
}

.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .sidebar-menu {
    position: relative;
}

.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .sidebar-menu::before {
    position: absolute;
    top: -6px;
    left: -14px;
    bottom: 0px;
    right: 0px;
    content: '';
    width: 154%;
    height: 150%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 30px;
}

.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .sidebar-menu i {
    z-index: 2;
}

.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .sidebar-menu span {
    position: relative;
    z-index: 2;
}

/* WhatsApp Backdrop */
.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .whatsapp {
    position: relative;
}

.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .whatsapp::after {
    position: absolute;
    top: -11px;
    left: -6px;
    bottom: 0px;
    right: 0px;
    content: '';
    width: 40px;
    height: 40px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 100%;
}

.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .whatsapp a {
    position: relative;
    z-index: 2;
    top: -3px;
}

/* Mobile Menu Backdrop */
.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .m-mob-number {
    position: relative;
}

.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .m-mob-number::before {
    position: absolute;
    top: -9px;
    left: -16px;
    bottom: 0px;
    right: 0px;
    content: '';
    width: 124%;
    height: 150%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 30px;
}

.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .m-mob-number a {
    z-index: 2;
    position: relative;
    top: -2px;
}

/* stick Language Backdrop */
.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .language-picker-alignment {
    position: relative;
}

.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .language-picker-alignment::before {
    position: absolute;
    top: -7px;
    bottom: 0px;
    right: -7px;
    content: '';
    width: 87px;
    height: 43px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 30px;
}

.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .language-picker-alignment .js {
    z-index: 2;
    position: relative;
    top: -2px;
}

.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .language-picker__dropdown {
    background: transparent !important;
    top: 35px;
}

.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .language-picker__dropdown::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    content: '';
    /*width: 88%;*/
     width: 71.2%;
    height: 106%;
    z-index: 1;
    /*background-color: rgb(255 255 255);*/
    background-color: #ffffff66;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 5px;
}

.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .language-picker__list {
    position: relative;
    z-index: 2;
}


.sticky-header.sticky .logo{
    position: relative;
}
.sticky-header.sticky .logo::after{
    position: absolute;
    width: 86%;
    height: 121%;
    content: '';
    z-index: 1;
    background: linear-gradient(90deg, #ffffff66, #ffffff66);
    backdrop-filter: blur(4px);
    top: -5px;
    bottom: 0px;
    left: -18px;
    right: 0px;
    border-radius: 30px;
    overflow: hidden;
    visibility: hidden;

}
.header-wrap.sticky-header.sticky .header-bottom .logo img{
    position: relative;
    z-index: 3;
}

/* 3d Effect */

.trigger {
    position: absolute;
    height: 33.333333%;
    width: 33.333333%;
    display: block;
    z-index: 2;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.Mainthreed-card {
    width: 100%;
    display: block;
    padding-top: 0px;
    transform-style: preserve-3d;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.threed-card {
    position: relative;
    display: block;
    perspective: 500px;
    transition: 0.4s ease-in-out;
}
.threed-card:hover {
    transform: scale(1.01);
}
.trigger:nth-child(1) {
    left: 0%;
    top: 0%;
}

.trigger:nth-child(1):hover~.Mainthreed-card {
    transform: rotateY(8deg) rotateX(-5deg);
}

.trigger:nth-child(2) {
    left: 33.333333%;
    top: 0%;
}

.trigger:nth-child(2):hover~.Mainthreed-card {
    transform: rotateY(0deg) rotateX(-5deg);
}

.trigger:nth-child(3) {
    left: 66.666666%;
    top: 0%;
}

.trigger:nth-child(3):hover~.Mainthreed-card {
    transform: rotateY(-8deg) rotateX(-5deg);
}

.trigger:nth-child(4) {
    left: 0%;
    top: 33.333333%;
}

.trigger:nth-child(4):hover~.Mainthreed-card {
    transform: rotateY(8deg);
}

.trigger:nth-child(5) {
    left: 33.333333%;
    top: 33.333333%;
}

.trigger:nth-child(5):hover~.Mainthreed-card {
    transform: rotateY(0deg) rotateX(0deg);
}

.trigger:nth-child(6) {
    left: 66.666666%;
    top: 33.333333%;
}

.trigger:nth-child(6):hover~.Mainthreed-card {
    transform: rotateY(-8deg) rotateX(0deg);
}

.trigger:nth-child(7) {
    left: 0%;
    top: 66.666666%;
}

.trigger:nth-child(7):hover~.Mainthreed-card {
    transform: rotateY(8deg) rotateX(5deg);
}

.trigger:nth-child(8) {
    left: 33.333333%;
    top: 66.666666%;
}

.trigger:nth-child(8):hover~.Mainthreed-card {
    transform: rotateY(0deg) rotateX(5deg);
}

.trigger:nth-child(9) {
    left: 66.666666%;
    top: 66.666666%;
}

.trigger:nth-child(9):hover~.Mainthreed-card {
    transform: rotateY(-8deg) rotateX(5deg);
}
.announcement_box2{
    transform: translateZ(100px);
}

.filterBTnCard .filterbtn-tile{
    border: none;
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 23px;
    margin: auto;
    height: fit-content;
}
.filterBTnCard .filterbtn-tile:hover {
    color: #000;
}
.filterBTnCard .filterbtn-tile span {
    width: 20px;
    display: inline-block;
    filter: brightness(1) invert(1);
    position: relative;
    top: 0px;
    margin-left: 10px;
}
.filterBTnCard .filterbtn-tile img{
    width: 100%;
}

.privacy-listin{
    color: #4c4c4c;
    padding-left: 20px;
}
.privacy-listin li{
    line-height: 28px;
}



/* General Media */
@media screen and (max-width:768px) {
    .filterBTnCard.filter-categories-card-btn{
        width: 100%;
        text-align: center;
    }
    .filterBTnCard .filterbtn-tile{
        display: inline-block;
        position: initial;
        color: #000;
    }
    .fitlersBtnsWrap{
        flex-wrap: wrap;
    }

    .menu-logo-section {
        min-height: initial;
    }

    .menu-close-btn {
        z-index: 22;
    }
    .globe-video-container{
        height: auto;
    }
    .image-preview-wrap{
        display: none!important;
    }
    /* .our_partner_second_section:hover span{
        float: right;
        right: 0;
        width: 30px;
        top: 7px;
    } */
    .range_of_service .section-title p{
        text-align: justify;
    }
    .course-card .course-img{
        height: auto;
    }
    .announcement_box h3{
        font-size: 30px;
    }
    .announcement_box_img_outer{
        margin-top: 50px;
    }
    .announcement_box_right h3{
        font-size: 26px;
    }
    .footer-widget h2{
        font-size: 40px;
    }
    .features-list{
        margin: 48px 15px 15px;
    }
    .menu-log-tablet{
        left: 53%;
    }
    .sticky-header.sticky .logo{
        margin-bottom: 14px;
    }

}

/* Tablet Responsive */
@media screen and (max-width:768px) and (min-width:479px) {


    .menu-logo {
        width: 38%;
        margin-left: 12px;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .menu-close-btn {
        position: absolute;
        top: 23px;
        right: 0px;
    }

    .menu-log-tablet {
        bottom: 23px;
        left: 50%;
    }

    .menu-log-tablet img {
        width: 30px;
        height: 30px;
    }

    .navgation-section-wrapper {
        margin-top: 29px;
    }

    .menu-navigations li {
        text-align: left;

    }

    .menu-navigations li.menu-has-child {
        position: relative;
    }

    .menu-navigations>ul>li a {
        font-size: 25px;
        line-height: 42px;
    }

    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu i {
        font-size: 6px;
    }

    .menu-has-child>a i {
        font-size: 14px;
        position: relative;
        top: -3px;
        left: 63%;
    }

    .menu-has-child i {
        font-size: 14px;
        position: absolute;
        top: 7px;
        right: 0px;
        color: #fff;
        text-align: right;
    }

    .menu-other-links {
        position: inherit;
        display: flex;
        padding-right: 0px;
        margin-top: 11px;
    }

    .menu-other-links ul {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .menu-other-links ul li a {
        font-size: 21px;
        line-height: 46px;
        margin: 0px 6px 0px 6px;
    }

    .menu-footer {
        margin-top: 4px;
        margin-bottom: 7px;
        text-align: center;
    }

    .menu-footer-link li a {
        font-size: 18px;
        color: #fff;
        margin: 0px 10px;
    }

    .menu-close-btn .close-popup {
        margin-top: 0px;
        margin-right: 0px;
    }

    .menu-download-app {
        margin-right: 0px;
    }

    .menu-download-content {
        top: 5px;
    }

    .menu-footer-link {
        justify-content: center;
    }

    .menu-footer-link.social-links {
        margin-right: 0px;
        justify-content: center;
    }

    .menu-footer-link.social-links li a {
        margin: 0px 10px 0px 10px;
    }

    .submenu-list {
        padding-left: 15px;
    }



    .news_update.news_update_inner .news_update_inner-col2 {
        justify-content: flex-start;
    }

    .button--regular.button-regular-ii {
        width: 300px;
        height: 52px;
        top: 25px;
        left: 0px;
    }

    .section-title.resources-title p.i-sec-title {
        font-size: 18px;
        margin-top: 0px;
        font-weight: 400;
    }

    .resources-card-container {
        flex-wrap: wrap;
    }

    .resources-card-arrow {
        top: -4px;
        width: 30px;
    }

    .resources-card-contents {
        margin-left: 47px;
        top: -35px;
        position: relative;
    }

    .resources-card-btn a {
        width: 140px;
        height: 40px;
    }

    .resources-card-btn {
        justify-content: flex-start;
        margin-left: 48px;
    }


    .resources-card-contents .r-in-title {
        font-size: 26px;
        line-height: normal;
        margin-bottom: 15px;
    }

    .view-all-card-btn-wrapper .resources-card-btn a {
        padding: 0px 22px;
        width: fit-content;
        margin: 40px auto;
    }

    .c-regu-select-c-wrap .crs-box {
        width: 100%;
    }

    .c-regu-instructions {
        width: 100%;
        height: fit-content;
        padding: 30px;
    }

    .c-regu-intruc-btn {
        position: inherit;
        top: 0px;
    }

    .c-regu-instru-header {
        margin-bottom: 16px;
    }

    .c-regu-instru-content p {
        padding-right: 0px;
    }

    .resources-img-main {
        width: 100%;
        height: fit-content;
    }

    .section-title.cn-section-title p {
        line-height: normal;
        font-size: 18px;
    }

    .contact-now-content-section {
        flex-wrap: wrap;

    }

    .contact-now-content-section .cncs-content p {
        margin: 12px 0px 0px 0px;
    }

    .contact-now-content-section .cncs-btn a {
        font-size: 20px;
        padding: 12px 30px;
    }

    .d-announcement-title {
        margin-bottom: 30px;
    }

    .d-announcement-title .announcement_box2 h3 {
        font-size: 26px;
    }

    .d-announcement-contents-text {
        margin-left: 0px;
        margin-top: 20px;
    }

    .an-in-sidebar-content {
        text-align: left;
    }

    .section-title.joi-our-team p {
        padding-right: 0px;
    }

    .our-team-opening-display {
        justify-content: flex-start;
    }

    .opening-container .row-margin {
        margin-top: 30px;
    }

    .opening-container-card {
        flex-direction: column;
    }

    .opening-container-card .openings-title {
        width: auto;
        margin: 6px 0px;
    }

    .opening-container-card .openings-workhr {
        width: auto;
        margin: 6px 0px;
    }

    .opening-container-card .openings-location {
        width: auto;
        margin: 6px 0px;
    }

    .opening-container-card .openings-actions {
        padding: 13px 45px;
        margin-top: 12px;
    }

    .about-us-full-img {
        margin-top: 20px;
    }

    .section-title.about-col-title {
        margin-top: 20px;
    }

    .about-networking-container {
        margin-top: 20px;
    }

    .about-networking-content .ant-content {
        padding-right: 0px;
    }

    .ab-nt-i-row-img-wrap {
        display: inherit;
        margin-bottom: 20px;
    }

    .ab-nt-i-row-img-wrap .ab-nt-img.ab-nt-img-i {
        width: 32%;
        height: auto;
        display: inline-block;
        margin-bottom: 8px;
    }

    .ab-nt-i-row-img-wrap .ab-nt-img.ab-nt-img-ii {
        width: 60%;
        height: auto;
        top: 0px;
        float: right;
    }

    .ab-nt-i-row-img-wrap .ab-nt-img.ab-nt-img-ii img {
        width: 100%;
    }

    .ab-nt-i-row-img-wrap .ab-nt-img.ab-nt-img-iii {
        width: 32%;
        height: auto;
        top: 0px;
        left: 0px;
        display: inline-block;
    }

    .ab-nt-i-row-img-wrap.ikris-vi-img-row .ab-nt-img.ab-nt-img-ii {
        width: 60%;
        height: auto;
        top: 0px;
        float: left;
        left: 0px;
    }

    .ab-nt-i-row-img-wrap.ikris-vi-img-row .ab-nt-img.ab-nt-img-i {
        width: 32%;
        height: auto;
        display: inline-block;
        margin-bottom: 8px;
        top: 0px;
        right: -25px;
    }

    .ab-nt-i-row-img-wrap.ikris-vi-img-row .ab-nt-img.ab-nt-img-iii {
        width: 32%;
        height: auto;
        top: 0px;
        left: 25px;
        display: inline-block;
    }

    .about-networking-content.about-mission-content {
        margin-top: 20px;
    }

    .section-title.sf-values-title {
        margin-top: 20px;
    }

    .row.about-net-ii-row {
        margin-bottom: 0px;
    }

    .timeline-slider-container .detail .timeline-year {
        margin-top: 5px;
        font-size: 36px;
        line-height: 40px;
    }
    .timeline-slider-container .detail .timeline-title{
            font-size: 20px;
    }

    .timeline-slider-container .detail {
        margin-bottom: 20px;
    }

    .timeline-card-nav .prev {
        top: 43%;
        left: -3%;
        z-index: 11;
    }

    .timeline-card-nav .next {
        top: 43%;
        right: -3%;
        z-index: 11;
    }

    .timeline-slider-container {
        height: 320px;
    }

    .team-carousel .owl-controls .owl-buttons .owl-prev {
        width: 30px;
        height: 30px;
        top: -5%;
        right: 60px;
    }

    #team-carousel .owl-controls .owl-buttons .owl-prev svg {
        width: 12px;
        height: 22px;
    }

    .team-carousel .owl-controls .owl-buttons .owl-next {
        width: 30px;
        height: 30px;
        top: -5%;
        right: 22px;
    }

    #team-carousel .owl-controls .owl-buttons .owl-next svg {
        width: 12px;
        height: 22px;
    }

    .team-card-author-name h1 {
        font-size: 30px;
    }

    .team-card-title h4 {
        font-size: 16px;
    }

    .timeline-slider-container .card2 {
        width: 90%;
        /* bottom: 0px; */
        right: 0px;
        margin: auto;
    }

    .ptS-i-content {
        padding-right: 0%;
    }

    .visitRecordati {
        position: inherit;
        margin-bottom: 20px;
    }

    .prtnrs-sec-i {
        padding: 0px 0px;
    }

    .pts-i-img {
        width: 100%;
    }

    .prtnrs-sec-i~.resources-card-line.partners {
        margin: 0px 0px 30px 0px;
    }

    .news_update.news_update_inner .prtnrs-sec-i:last-child {
        margin-bottom: 50px;
    }

    .partnership-program .light-title h1 {
        font-size: 26px;
        line-height: 40px;
    }

    .partnership-program .light-content-wrap {
        width: 100%;
        margin-bottom: 0px;
    }

    .partnership-program .light-content-btn a img {
        margin-left: auto;
    }

    .partnership-program .main-btn-pt-pr a {
        width: 200px;
        height: 44px;
        font-size: 16px;
        margin-bottom: 24px;
    }

    .partnership-program .ptnr-pr-img {
        width: 100%;
    }

    .ikris-pt-pr-logo img {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        bottom: -124px;
    }

    .partnership-program {
        padding: 70px 0px 135px 0px;
    }

    .services-sec-section {
        padding: 100px 0px;
    }

    .section-title.services-in-title {
        margin-bottom: 40px;

    }

    .services-page-section .services-in-title h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .services-page-section .services-in-title p {
        padding-right: 0px;
        display: inline;
    }

    .services-arrow {
        float: right;
        width: auto;
        bottom: 28px;
        position: inherit;
    }

    .services-sec-section .row.paddingcls {
        padding-left: 0px;
    }

    .sIItext {
        width: 100%;
    }

    .services-second-sec .section-title.services-in-title.light {
        margin-bottom: 40px;
    }

    .services-page-section .services-in-title p {
        display: inline-block;
        width: 83%;
    }

    .services-arrow {
        bottom: -41px;
        position: inherit;
    }

    .services-image.darkbg {
        margin-top: 40px;
    }

    .services-image.nor {
        width: 100%;
    }

    .service-related-card {
        padding: 16px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .service-rel-img {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .service-rel-img img {
        max-width: 100%;
        width: 100%;
    }

    .service-rel-title {
        width: 80%;
        padding-right: 10%;
    }

    .service-related-card .button--regular {
        width: 55px;
        height: 55px;
        padding: 13px;
        text-align: center;
    }

    .service-related-card .button--regular .button__arrow {
        padding-right: 0px;
    }

    .service-related-sec .col-md-6 {
        margin: 30px 0px;
    }

    .services-sec-section.light-bg {
        padding: 40px 0px;
    }

    .services-sec-section.bg-ii {
        padding: 100px 0px;
    }

    .services-image img.smd-img-iii {
        left: 29px;
    }

    .services-sec-section.bg-ii .services-image.darkbg {
        margin-top: 70px;
        transform: scale(1) translate(-32px, 0px);
    }

    .services-page-section.scts .services-in-title p {
        padding-right: 0px;
    }

    .services-sec-section.bg-iii .services-image img.smd-img-i {
        transform: scale(1.3) translate(-105px, -5px);
    }

    .services-sec-section.bg-iii .services-image img.smd-img-iii {
        top: -79px;
        left: 13px;
    }

    .services-sec-section.bg-iii .services-image img.smd-img-ii {
        bottom: -62px;
        left: 10px;
    }

    .who-shapes-contact-i {
        transform: none;
        width: auto;
        height: auto;
        max-height: inherit;
        max-width: inherit;
        position: inherit;
        opacity: 1;
    }

    .contact-us-section .who-gradient-wrapper {
        margin-left: 11%;
        top: 80%;
        transform: scale(0.7);
    }

    .section-title.contact-title {
        margin: 0px;
    }

    .contact-us-section .send-now-btn {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .row.contact-row-mt {
        margin-top: 60px;
    }

    .askForm .section-title.askFormTitle p {
        padding-right: 0px;
    }

    .row.askFormRow .col-md-6:first-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .row.askFormRow .col-md-6:last-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .send-now-btn.formSubmit {
        padding-right: inherit;
    }

    .send-now-btn.formSubmit a {
        width: 100%;
    }

    .askFormWrapper .form-group.custom_radio.terms input[type="radio"]+label {
        margin-bottom: 30px;
    }

    .row.askFormRow .col-md-12.radio-wrap .resources-card-line.partners {
        width: 100%;
    }

    .row.askFormRow.fMessege {
        width: 100%;
        margin: 0px;
        padding: 0px;
        --bs-gutter-x: 0px;
    }

    .page-not-founder {
        padding-top: 0px;
    }

    .pnfTitle {
        padding-left: 0px;
    }

    .pnfMainTitle h1 {
        font-size: 40px;
        text-align: center;
    }

    .pnfBtnSec .main-btn-pt-pr a {
        margin: 0px auto;
    }

    .pnfMaiImg {
        width: 100%;
        padding: 36% 0% 0px;
    }

    .pnfOtherImg {
        position: absolute;
        top: -28px;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 100%;
    }

    .pnfOtherImg img {
        float: right;
        width: 50%;
        top: 59px;
        position: relative;
    }

    .pnfTitle .pnf404 {
        text-align: center;
    }

    .services-page-section.scts.newsletter .services-arrow {
        margin-top: inherit;
    }

    .send-now-btn.formSubmit {
        padding-right: inherit;
        display: flex;
        justify-content: center;
    }

    .services-page-section.scts.newsletter .services-image {
        width: 100%;
        margin-bottom: 70px;
    }

    .pagination-container {
        max-width: 275px;
    }
    .about-networking-content .ant-content{
        text-align: justify;
    }


    .card2-wrapper.is-flipped .timelineDesContainer .detail .timeline-year{
        margin-bottom:0px;
        font-size:36px;
    }
    .card2-wrapper.is-flipped .timelineDesContainer .detail .timeline-title{
        margin-bottom:0px;
        font-size: 20px;
    }
    .card2-wrapper.is-flipped .timelineDesContainer .detail .timeline-month{
        margin-bottom:0px;
    }
    .tl-more-option.back-arrow{
        top: 40px;
        bottom:initial;
    }
    .timelineDes .timelineDesContainer .detail p{
        padding-right:0px;
        font-size: 15px;
        line-height: normal;
        margin-top: 10px;
    }
   .visitPopup .modal-body{
       padding:30px 30px;
   }
   .ikris-pt-pr-logo img.lc-hand-icon{
       left: -2px;
        bottom: 8px;
   }
   .filtersContainer.showFilter{
       top:48%;
   }
   .filterBTnCard{
       width:46%;
   }
   .filterBTnCard .filterbtn{
       width: 100%;
        margin: 10px;
   }
   .announcement_box{
       min-height:auto;
   }
   .announcement_box_img_outer img{
       height:initial;
   }
}


@media screen and (max-width:480px) {
    .view-all-card-btn-wrapper .resources-card-btn a{
        display:initial;
    }
    .view-all-card-btn-wrapper .resources-card-btn a{
        font-size:14px;
    }
    .visitPopup .modal-body{
       padding:30px 30px;
   }
    .page-not-found-icon-main{
        left: 51%;
    }
    .fitlersBtnsWrap{
        justify-content: center;
    }
    .filtersContainer.showFilter{
        top: 59%;
    }
    .filterBTnCard{
        width: 45%;
    }
    .filterBTnCard .filterbtn{
        font-size: 10px;
        padding: 2px 7px;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .announcement_box_right h3 {
        font-size: 19px;
        line-height: 30px;
    }
    .announcement_box_right_box2{
        margin-top: 20px;
    }
    .header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .sidebar-menu::before{
        top: -2px;
        left: -6px;
        bottom: 0px;
        right: 0px;
        content: '';
        width: 124%;
        height: 115%;
    }
    .header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .whatsapp::after{
        top: -8px;
        left: -3px;
        width: 31px;
        height: 31px;
    }
    .header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .m-mob-number::before{
        top: -4px;
        left: -4px;
        bottom: 0px;
        right: 0px;
        content: '';
        width: 107%;
        height: 114%;
    }
    .header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .language-picker-alignment::before{
        top: -3px;
        bottom: 0px;
        right: -7px;
        content: '';
        width: 75px;
        height: 32px;
    }
    .custom-select {
        width: 100%;
    }

    .custom-select-trigger {
        max-width: 100%;
        width: 100%;
    }

    .team-carousel.owl-carousel .owl-nav button.owl-prev {
        top: -15%;
    }

    .team-carousel.owl-carousel .owl-nav button.owl-next {
        top: -15%;
    }

    .menu-logo {
        width: 38%;
        margin-left: 12px;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .menu-close-btn {
        position: absolute;
        top: 23px;
        right: 0px;
    }

    .menu-log-tablet {
        bottom: 30px;
        left: 60%;
    }

    .menu-log-tablet img {
        width: 30px;
        height: 30px;
    }

    .navgation-section-wrapper {
        margin-top: 29px;
    }

    .menu-navigations li {
        text-align: left;

    }

    .menu-navigations li.menu-has-child {
        position: relative;
    }

    .menu-navigations>ul>li a {
        font-size: 25px;
        line-height: 42px;
    }

    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu i {
        font-size: 6px;
    }

    .menu-has-child>a i {
        font-size: 14px;
        position: relative;
        top: -3px;
        left: 63%;
    }

    .menu-has-child i {
        font-size: 14px;
        position: absolute;
        top: 7px;
        right: 0px;
        color: #fff;
        text-align: right;
    }

    .menu-other-links {
        position: inherit;
        display: flex;
        padding-right: 0px;
        margin-top: 11px;
    }

    .menu-other-links ul {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .menu-other-links ul li a {
        font-size: 21px;
        line-height: 46px;
        margin: 0px 6px 0px 6px;
    }

    .menu-footer {
        margin-top: 4px;
        margin-bottom: 7px;
        text-align: center;
    }

    .menu-footer-link li a {
        font-size: 18px;
        color: #fff;
        margin: 0px 10px;
    }

    .menu-close-btn .close-popup {
        margin-top: 0px;
        margin-right: 0px;
    }

    .menu-download-app {
        margin-right: 0px;
    }

    .menu-download-content {
        top: 5px;
    }

    .menu-footer-link {
        justify-content: center;
    }

    .menu-footer-link.social-links {
        margin-right: 0px;
        justify-content: center;
    }

    .menu-footer-link.social-links li a {
        margin: 0px 10px 0px 10px;
    }

    .submenu-list {
        padding-left: 15px;
    }


    .menu-navigations>ul>li .submenu-list li a {
        font-size: 22px;
        line-height: 30px;
    }

    .news_update.news_update_inner .news_update_inner-col2 {
        justify-content: flex-start;
    }

    .button--regular.button-regular-ii {
        width: 300px;
        height: 52px;
           top: 0px;
        left: 0px;
        margin-bottom: 20px;
    }

    .section-title.resources-title p.i-sec-title {
        font-size: 18px;
        margin-top: 0px;
        font-weight: 400;
    }

    .resources-card-container {
        flex-wrap: wrap;
    }

    .resources-card-arrow {
        top: -4px;
        width: 30px;
    }

    .resources-card-contents {
        margin-left: 47px;
        top: -35px;
        position: relative;
    }

    .resources-card-btn a {
        width: 140px;
        height: 40px;
    }

    .resources-card-btn {
        justify-content: flex-start;
    }

    .resources-card-contents .r-in-title {
        font-size: 26px;
        line-height: normal;
        margin-bottom: 15px;
    }

    .view-all-card-btn-wrapper .resources-card-btn a {
        padding: 0px 22px;
        width: fit-content;
        margin: 40px auto;
    }

    .c-regu-select-c-wrap .crs-box {
        width: 100%;
    }

    .c-regu-instructions {
        width: 100%;
        height: fit-content;
        padding: 30px;
    }

    .c-regu-intruc-btn {
        position: inherit;
        top: 0px;
    }

    .c-regu-instru-header {
        margin-bottom: 16px;
    }

    .c-regu-instru-content p {
        padding-right: 0px;
    }

    .resources-img-main {
        width: 100%;
        height: fit-content;
    }

    .section-title.cn-section-title p {
        line-height: normal;
        font-size: 18px;
    }

    .contact-now-content-section {
        flex-wrap: wrap;

    }

    .contact-now-content-section .cncs-content p {
        margin: 12px 0px 0px 0px;
    }

    .contact-now-content-section .cncs-btn a {
        font-size: 20px;
        padding: 12px 30px;
    }

    .d-announcement-title {
        margin-bottom: 30px;
    }

    .d-announcement-title .announcement_box2 h3 {
        font-size: 26px;
    }

    .d-announcement-contents-text {
        margin-left: 0px;
        margin-top: 20px;
    }

    .an-in-sidebar-content {
        text-align: left;
    }

    .section-title.joi-our-team p {
        padding-right: 0px;
        text-align: justify;
    }
    .content-text-recordati h4.title-r{
        font-size: 26px;
    }
    .content-text-recordati p{
        text-align: justify;
    }
    .ikris-pt-pr-logo img.lc-hand-icon{
        left: 0px;
        bottom: 4px;
    }
    .services-sec-section.bg-iii .sIIcontent-card{
        padding-right: 0px;
        text-align: justify;
    }
    .services-sec-section.bg-iii .services-second-sec .section-title.services-in-title.light h2{
        padding-right: 0px;
        font-size: 26px;
    }
    .sIIcontent-card .services-arrow{
        margin-right: 10px;
    }
    .section-title.services-in-title.light.not-light.font-weight-h2 h2{
        font-size: 26px;
    }
    .services-sec-section.cts .sIIcontent-card{
        padding-right: 0px;
    }
    /*.sIItext.nor p {*/
    /*    text-align: justify;*/
    /*}*/
    .service-rel-action-btn .button__container{
        padding-left: 0px;
    }
    .news_update_inner-col1{
        margin-bottom: 0px;
    }
    .section-title.news_update_title p{
        padding: 0px;
        text-align: justify;
    }
    .our-team-opening-display {
        justify-content: flex-start;
    }


    .opening-container .row-margin {
        margin-top: 30px;
    }

    .opening-container-card {
        flex-direction: column;
    }

    .opening-container-card .openings-title {
        width: auto;
        margin: 6px 0px;
    }

    .opening-container-card .openings-workhr {
        width: auto;
        margin: 6px 0px;
    }

    .opening-container-card .openings-location {
        width: auto;
        margin: 6px 0px;
    }

    .opening-container-card .openings-actions {
        padding: 13px 45px;
        margin-top: 12px;
    }

    .about-us-full-img {
        margin-top: 20px;
    }

    .section-title.about-col-title {
        margin-top: 20px;
    }

    .about-networking-container {
        margin-top: 20px;
    }

    .about-networking-content .ant-content {
        padding-right: 0px;
        text-align: justify;
    }
    .sf-values-card-wrapper .col-md-6:nth-child(1) .sf-values-contentText .contents{
        padding-right: 0px;
        text-align: justify;
    }
    .sf-values-card-wrapper .col-md-6:nth-child(2) .sf-values-contentText .contents{
        padding-right: 0px;
        text-align: justify;
    }
    .sf-values-card-wrapper .col-md-6:nth-child(3) .sf-values-contentText .contents{
        padding-right: 0px;
        text-align: justify;
    }
    .sf-values-card-wrapper .col-md-6:nth-child(4) .sf-values-contentText .contents{
        padding-right: 0px;
        text-align: justify;
    }
    .sf-values-card-wrapper .col-md-6 .sf-values-card{
        margin-bottom: 30px;
    }

    .ab-nt-i-row-img-wrap {
        display: inherit;
        margin-bottom: 20px;
    }

    .ab-nt-i-row-img-wrap .ab-nt-img.ab-nt-img-i {
        width: 32%;
        height: auto;
        display: inline-block;
        margin-bottom: 8px;
    }

    .ab-nt-i-row-img-wrap .ab-nt-img.ab-nt-img-ii {
        width: 60%;
        height: auto;
        top: 0px;
        float: right;
    }

    .ab-nt-i-row-img-wrap .ab-nt-img.ab-nt-img-ii img {
        width: 100%;
    }

    .ab-nt-i-row-img-wrap .ab-nt-img.ab-nt-img-iii {
        width: 32%;
        height: auto;
        top: 0px;
        left: 0px;
        display: inline-block;
    }

    .ab-nt-i-row-img-wrap.ikris-vi-img-row .ab-nt-img.ab-nt-img-ii {
        width: 60%;
        height: auto;
        top: 0px;
        float: left;
        left: 0px;
    }

    .ab-nt-i-row-img-wrap.ikris-vi-img-row .ab-nt-img.ab-nt-img-i {
        width: 32%;
        height: auto;
        display: inline-block;
        margin-bottom: 8px;
        top: 0px;
        right: -25px;
    }

    .ab-nt-i-row-img-wrap.ikris-vi-img-row .ab-nt-img.ab-nt-img-iii {
        width: 32%;
        height: auto;
        top: 0px;
        left: 25px;
        display: inline-block;
    }

    .about-networking-content.about-mission-content {
        margin-top: 20px;
    }

    .section-title.sf-values-title {
        margin-top: 20px;
    }

    .row.about-net-ii-row {
        margin-bottom: 0px;
    }

    .timeline-slider-container .detail .timeline-year {
        margin-top: 5px;
        font-size: 38px;
        line-height: 30px;
    }
    .detail-container{
        padding: 32px 20px 20px;
    }
    .timeline-slider-container .image{
        border-radius: 15px;
    }

    .timeline-slider-container .detail {
        margin-bottom: 20px;
    }
    .swiper-team-slider .swiper-button-next{
        top: -14%;
    }
    .swiper-team-slider .swiper-button-prev{
        top: -14%;
    }
    .team-swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
        width: 85%;
    }
    .team-card-author-name{
        margin-top: 0px;
    padding: 0px 20px 7px 20px;
    }
    .team-card-title h4{
        font-size: 13px;
    }

    .timeline-card-nav .prev {
        top: 43%;
        left: -3%;
        z-index: 11;
    }

    .timeline-card-nav .next {
        top: 43%;
        right: -3%;
        z-index: 11;
    }

    .timeline-slider-container {
        height: 320px;
    }

    .team-carousel .owl-controls .owl-buttons .owl-prev {
        width: 30px;
        height: 30px;
        top: -5%;
        right: 60px;
    }

    #team-carousel .owl-controls .owl-buttons .owl-prev svg {
        width: 12px;
        height: 22px;
    }

    .team-carousel .owl-controls .owl-buttons .owl-next {
        width: 30px;
        height: 30px;
        top: -5%;
        right: 22px;
    }

    #team-carousel .owl-controls .owl-buttons .owl-next svg {
        width: 12px;
        height: 22px;
    }

    .team-card-author-name h1 {
        font-size: 30px;
    }

    .team-card-title h4 {
        font-size: 16px;
    }

    .timeline-slider-container .card2 {
        width: 90%;
        /* bottom: 0px; */
        right: 0px;
        margin: auto;
    }

    .ptS-i-content {
        padding-right: 0%;
    }

    .visitRecordati {
        /*position: inherit;*/
        margin-bottom: 20px;
    }

    .prtnrs-sec-i {
        padding: 0px 0px;
    }

    .pts-i-img {
        width: 100%;
    }

    .prtnrs-sec-i~.resources-card-line.partners {
        margin: 0px 0px 30px 0px;
    }

    .news_update.news_update_inner .prtnrs-sec-i:last-child {
        margin-bottom: 50px;
    }

    .partnership-program .light-title h1 {
        font-size: 26px;
        line-height: 40px;
    }

    .partnership-program .light-content-wrap {
        width: 100%;
        margin-bottom: 0px;
    }

    .partnership-program .light-content-btn a img {
        margin-left: auto;
    }

    .partnership-program .main-btn-pt-pr a {
        width: 200px;
        height: 44px;
        font-size: 16px;
        margin-bottom: 24px;
    }

    .partnership-program .ptnr-pr-img {
        width: 100%;
    }

    .ikris-pt-pr-logo img {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        bottom: -124px;
    }

    .partnership-program {
        padding: 70px 0px 135px 0px;
    }

    .services-sec-section {
        padding: 0px 0px!important;
    }

    .section-title.services-in-title {
        margin-bottom: 40px;

    }

    .services-page-section .services-in-title h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 21px !important;
        text-align: justify;
        line-height: 40px;
    }

    .services-page-section .services-in-title p {
        padding-right: 0px;
        display: inline;
    }

    .services-arrow {
        float: right;
        width: auto;
        bottom: 28px;
        position: inherit;
    }

    .services-sec-section .row.paddingcls {
        padding-left: 0px;
    }

    .sIItext {
        width: 100%;
    }

    .services-second-sec .section-title.services-in-title.light {
        margin-bottom: 40px;
    }

    .services-page-section .services-in-title p {
        display: inline-block;
        width: 100%;
        text-align: justify;
    }

    .services-arrow {
        bottom: 0px;
        position: inherit;
    }

    .services-image.darkbg {
        margin-top: 40px;
    }

    .services-image.nor {
        width: 100%;
    }

    .service-related-card {
        padding: 16px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .service-rel-img {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .service-rel-img img {
        max-width: 100%;
        width: 100%;
    }

    .service-rel-title {
        width: 80%;
        padding-right: 10%;
    }

    .service-related-card .button--regular {
        width: 55px;
        height: 55px;
        padding: 13px;
        text-align: center;
    }

    .service-related-card .button--regular .button__arrow {
        padding-right: 0px;
    }

    .service-related-sec .col-md-6 {
        margin: 30px 0px;
    }

    .services-sec-section.light-bg {
        padding: 0px 0px;
    }

    .services-sec-section.bg-ii {
        padding: 100px 0px;
    }

    .services-image img.smd-img-iii {
        left: 29px;
    }

    .services-sec-section.bg-ii .services-image.darkbg {
        margin-top: 70px;
        transform: scale(1) translate(-32px, 0px);
    }

    .services-page-section.scts .services-in-title p {
        padding-right: 0px;
    }

    .services-sec-section.bg-iii .services-image img.smd-img-i {
        transform: scale(1.3) translate(-105px, -5px);
    }

    .services-sec-section.bg-iii .services-image img.smd-img-iii {
        top: -79px;
        left: 13px;
    }

    .services-sec-section.bg-iii .services-image img.smd-img-ii {
        bottom: -62px;
        left: 10px;
    }

    .who-shapes-contact-i {
        transform: none;
        width: auto;
        height: auto;
        max-height: inherit;
        max-width: inherit;
        position: inherit;
        opacity: 1;
    }

    .contact-us-section .who-gradient-wrapper {
        margin-left: 11%;
        top: 80%;
        transform: scale(0.7);
    }

    .section-title.contact-title {
        margin: 0px;
    }

    .contact-us-section .send-now-btn {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .row.contact-row-mt {
        margin-top: 60px;
    }

    .askForm .section-title.askFormTitle p {
        padding-right: 0px;
        text-align: justify;
    }

    .row.askFormRow .col-md-6:first-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .row.askFormRow .col-md-6:last-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .send-now-btn.formSubmit {
        padding-right: inherit;
    }

    .send-now-btn.formSubmit a {
        width: 100%;
    }

    .askFormWrapper .form-group.custom_radio.terms input[type="radio"]+label {
        margin-bottom: 30px;
    }

    .row.askFormRow .col-md-12.radio-wrap .resources-card-line.partners {
        width: 100%;
    }

    .row.askFormRow.fMessege {
        width: 100%;
        margin: 0px;
        padding: 0px;
        --bs-gutter-x: 0px;
    }

    .page-not-founder {
        padding-top: 0px;
    }

    .pnfTitle {
        padding-left: 0px;
    }

    .pnfMainTitle h1 {
        font-size: 40px;
        text-align: center;
    }

    .pnfBtnSec .main-btn-pt-pr a {
        margin: 0px auto;
    }

    .pnfMaiImg {
        width: 100%;
        padding: 36% 0% 0px;
    }

    .pnfOtherImg {
        position: absolute;
        top: -28px;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 100%;
    }

    .pnfOtherImg img {
        float: right;
        width: 50%;
        top: 59px;
        position: relative;
    }

    .pnfTitle .pnf404 {
        text-align: center;
    }

    .services-page-section.scts.newsletter .services-arrow {
        margin-top: inherit;
    }

    .send-now-btn.formSubmit {
        padding-right: inherit;
        display: flex;
        justify-content: center;
    }

    .services-page-section.scts.newsletter .services-image {
        width: 100%;
        margin-bottom: 70px;
    }

    .pagination-container {
        max-width: 275px;
    }

    .sec-title-index {
        z-index: inherit;
    }

    .about_section .button--regular {
        top: 0px;
        z-index: 1;
        height: 60px;
        width: 60px;
        padding: 0px;
        text-align: center;
    }

    .button__container {
        justify-content: space-between;
        padding-left: 20px;
    }

    .button__arrow svg {
        width: 32px;
    }

    .button--regular .button__arrow {
        padding: 0px;
    }

    .strip1_inner h2 {
        line-height: 66px;
    }

    .course-card .course-info h3 {
        font-size: 31px;
        line-height: 35px;
    }
    .section-title.joi-our-team.about p{
        padding-right: 0px;
        text-align: justify;
    }

    .button--regular {
        width: 60px;
        height: 60px;
        padding: 0px;
    }

    .hard_to_access-content_box h2 {
        font-size: 26px;
        line-height: normal;
        font-weight: 600;
    }

    /* 30-10-2023 */

    .header-wrap .header-bottom .logo img{
        width: 160px;
    }
    .header-wrap .header-bottom .header-menu-wrap{
        margin-top: 5px;
    }
    .whatsapp{
        margin-right: 2px;
    }
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu{
        font-size: 13px;
    }
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu i{
        width: 14px;
        top: 0px;

    }
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu{
        margin-right: 18px;
    }
    .shopcart button i{
        width: 14px;
        margin-right: 10px;
    }
    .shopcart button{
        font-size: 13px;
    }
    .language-picker__button .icon{
        height: 12px;
        width: 12px;
    }
    .shopcart.language-picker-alignment .btn2{
        font-size: 13px;
    }
    .language-picker__button .icon{
        height: 12px;
        width: 12px;
    }
    .shopcart.language-picker-alignment .btn2{
        padding: 2px 0px 0px 16px;
    }


}

@media screen and (max-width:320px) {
    .view-all-card-btn-wrapper .resources-card-btn a {
        font-size: 13px;
    }

    .c-regu-intruc-btn a img {
        top: 5px;
    }

    .opening-container-card {
        padding: 24px 20px;
    }

    .join-our-team-last-container a {
        padding: 16px 21px;
    }

    .join-our-team-last-container a img {
        margin-right: 16px;
    }

    .join-our-team-last-container P {
        padding: 0px 0%;
    }

    .services-page-section .services-in-title p {
        display: inline-block;
        width: 83%;
    }

    .services-arrow {
        bottom: -41px;
        position: inherit;
    }

    .services-image img.smd-img-ii {
        bottom: -137px;
        left: -25px;
    }

    .services-image img.smd-img-iii {
        left: 5px;
    }

    .contactus-text-container .centerContactInfo ul li {
        flex-wrap: wrap;
    }

    .contactus-text-container .send-now-btn a {
        padding: 17px 30px;
        width: 100%;
    }

     /* 30-10-2023 */

     .header-wrap .header-bottom .logo img{
        width: 160px;
    }
    .header-wrap .header-bottom .header-menu-wrap{
        margin-top: 5px;
    }
    .whatsapp{
        margin-right: 2px;
    }
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu{
        font-size: 13px;
    }
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu i{
        width: 14px;
        top: 0px;

    }
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu{
        margin-right: 18px;
    }
    .shopcart button i{
        width: 14px;
        margin-right: 4px;
    }
    .shopcart button{
        font-size: 13px;
    }
    .language-picker__button .icon{
        height: 12px;
        width: 12px;
    }
    .shopcart.language-picker-alignment .btn2{
        font-size: 13px;
    }
    .language-picker__button .icon{
        height: 12px;
        width: 12px;
    }
    .shopcart.language-picker-alignment .btn2{
        padding: 2px 0px 0px 10px;
    }
    .new_outer{
        padding: 10px 20px 16px 20px;
    }
    .breaking-news-wrapper .breaking-news-ticker li{
        line-height: 16px !important;
    }
    .hero-wrap.style1 .hero-content{
        margin: -130px 0 0px;
    }
    .about_section .section-title p{
        text-align: justify;
    }

}


/* PreLoader */


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0d7cc7;
    z-index: 1001;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #060da1;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0083d9;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ffff;
    z-index: 1000;
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaded#loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded#loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded#loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}
.loaded#loader-wrapper .preloader-logo{
    visibility: hidden;
    transition: all 0.3s ease-out;
    opacity: 0;
}
.preloader-logo{
    width: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2222;
    transform: translate(-50%, -50%);
    transition: 0.4s ease-in-out;

}
.preloader-logo img{
    width: 100%;
    animation: beat 2s infinite alternate;
}
@keyframes beat{
	0% { transform: scale(1); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1); }
}






/* Media Querris New */
.button-new-regular2.mobile{
    display: none;
}
.globe-video-container.mobile{
    display: none;
}
.title_1.mobile{
    display: none;
}
/* New Mobile CSS */
@media screen and (max-width:768px){
    .shopcart{
        display: none;
    }
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu.mobile-top{
        position: fixed;
        top: 90%;
        z-index: 22;
    }
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu.mobile-top::before{
        top: 0px;
        left: -38px;
        bottom: 0px;
        right: 0px;
        position: absolute;
        content: '';
        width: 150px;
        height: 46px;
        z-index: 1;
        background-color: rgb(0 0 0 / 48%);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        border-radius: 30px;
        margin: auto auto;
    }
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu.mobile-top span{
        z-index: 2;
        color: #fff;
        font-family: 'Aeonik-Light';
        letter-spacing: 0.9px;
    }
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu.mobile-top i{
        z-index: 2;

    }
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu.mobile-top i img{
        filter: brightness(1) invert(1);
    }
    .breaking-news-wrapper .breaking-news-nav{
        top: 22px;
        float: inline-start;
        left: 36%;
    }
    .breaking-news-nav .ticker-numbering{
        top: 4px;
        position: relative;
    }
    .sound i{
        display: none;
    }
    .mouse_outer{
        display: none;
    }
    .news{
        margin-top: 0px;
    }
    .sticky-header.sticky{
        display: none;
    }
    .button-new-regular2{
        display: none;
    }
    .button-new-regular2.mobile{
        display: block;
        width: fit-content;
        margin: 0px auto;
    }
    .about-img video.video-tag-cls{
          transform: scale(1.3);
             /*margin-top: 60px;*/
    }
     .our_partner.custom-cls .our_partner_section_inner .row .col-lg-1{
        width: fit-content;
        position: absolute;
        right: 0px;
        width: 76px;
    }
    .our_partner.custom-cls .our_partner_section_inner .row .col-lg-8{
        padding-right: 67px;
    }
     .our_partner_second_section, .our_partner_section_inner{
        height: auto;
        text-align: left;
        border-bottom: 1px solid #dddddd5c;
    }
     .features-list{
        margin: 15px 15px 15px;
    }
    .our_partner_second_section .featured_visual_height{
        display: none!important;
    }

    .our_partner_section_inner h2{
        text-align: left;
        font-size: 36px;
        line-height: 48px;
    }
    .our_partner_second_section:hover .featured_visual_height{
        display: none!important;
    }


    .our_partner p{
        margin-top: 30px;
        text-align: left;
    }
    .range_of_service .section-title h2{
        font-size: 40px;
    }
    .range_of_service .section-title p{
        margin-top: 30px;
        text-align: left;
    }
    #news-slider{
        margin-top: 0px;
    }
    .servies-cards-home-wrapper .course-card .course-info h3{
        padding-right: 0px;
    }
    .button-new-regular{
        display: none;
    }
    .news_update .section-title h2{
        font-size: 40px;
    }
    .who-gradient-wrapper.home {
        max-height: 38em;
        max-width: 100%;
        margin-top: 150%;
        margin-left: 10%;
        transform: scaleY(2.9);
    }
    .hard_to_access .row{
        flex-direction: column-reverse;
    }
    .title_1.mobile{
        display: block;
    }
    .title_1{
        display: none;
        text-align: center;
    }
    .hard_to_access-content_box h2{
        font-size: 40px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .hard_to_access-content_box p{
        background: transparent;
        padding-right: 0px;
        text-align: center;
    }
    .hard_to_access-content_box .btn.v1{
        width: 100%;
    }
    .footer-wrap .footer-top .footer-widget{
        text-align: center;
    }
    .footer-widget:hover .footer_arrow{
        top: 0px;
        right: 0px;
    }
    .footer-wrap .footer-top .footer-widget p{
        margin-bottom: 25px;
    }
    .list li span{
        float: none;
        margin-right: 10px;
    }
    .social ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-bottom: 40px;
    }
    .social ul li{
        display: initial;
        margin: 0px 19px 15px 19px;
    }
    .footer_100{
        margin-top: 60px;

    }
    .footer_link ul{
        text-align: center;
        margin-bottom: 80px;
    }
    .copy_right{
        text-align: center;
    }
    .gotoTopBtn{
        text-align: center;
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .back-to-top{
        display: inline-block!important;
        position: initial;
    }
    .footer_arrow{
        top: 0px;
        right: 0px;
    }
    .menu-log-tablet{
        display: none;
    }
    .footer-wrap{
        z-index: 44;
    }
     .news_update.news_update_inner .announcement_box_right {
           min-height: 276px;
    }
    .news_update.news_update_inner .announcement_box_profile img{
            height: 234px;
    }

    /*.globe-video-container.mobile{
       .globe-video-container.mobile {
            display: block;
            height: auto;
        }
    }
    .globe-video-container {
        display: none;
        height: 360px;
        margin-top: 60px;
    }
    .global-video{
        transform: scale(1.0) translateX(0px) translateY(0px);
    }

    /*.news_update .section-title h2{*/
    /*    text-align: center;*/
    /*}*/
    .ikris-timeline p{
        text-align: center;
    }
    .menu-navigations>ul>li:hover>i{
        left: 0px;
    }
    .button--regular.button-regular-ii{
        width: 100%;
    }
    .who-gradient-wrapper.home{
        overflow: hidden;
        margin-left: 0px;
    }
    .about-img{
        overflow:hidden;
    }


}
@media screen and (max-width:480px) {
    .hero-wrap.style1 .hero-dot-shape {
        top: 20px;
    }
    .hero-content{
        margin-top: -41px !important;
    }
    .hero-content h1{
        font-size: 28px;
        margin: 0 0 -28px;
        line-height: 34px;
    }
    .new_outer{
        border-color: #ffff;
    }
    .breaking-news-wrapper .breaking-news-ticker{
        top: 15px;
    }
    .breaking-news-wrapper .breaking-news-ticker li{
        font-size: 13px;
    }
    .new_outer{
        padding: 10px 0px 16px 0px;
    }
    .hero-wrap.style1 .hero-content{
        padding: 0px 10%;
    }
    .strip1_inner h2 span img{
        margin: 9px 0px;
    }
    .button-new-regular2.mobile{
        transform: translateX(40px);
        margin-top: 60px;
    }
    .button-new-regular2.mobile:hover{
        transform: translateX(0px);
    }
    .timelineDesContainer{
        padding: 18px;
    }
    .timelineDes .timelineDesContainer .detail p{
        padding-right:0px ;
        font-size: 13px;
        line-height: normal;
    }
    .timeline-slider-container .detail .timeline-title{
        font-size:15px;
    }
    .card2-wrapper.is-flipped .timelineDesContainer .detail .timeline-year{
        margin-bottom: 10px
    }
    .card2-wrapper.is-flipped .timelineDesContainer .detail .timeline-month{
        margin-bottom: 10px;
    }
    .card2-wrapper.is-flipped .timelineDesContainer .detail .timeline-title{
        margin-bottom: 10px;
    }
    .tl-more-option.back-arrow{
        right: 26px;
        top: 26px;
        bottom: auto;
    }
    .swiper-team-slider .swiper-button-prev{
        position: relative;
        z-index: 33333;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        display: inline-flex;
        text-align: center;
        transform: translate(100%, -50%);
    }
    .swiper-team-slider .swiper-button-next{
        position: relative;
        z-index: 33333;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        display: inline-flex;
        text-align: center;
        transform: translate(178px, -50%);
    }
    .team-card-title h4{
        font-size: 14px;
    }
}




/*Pankaj css start */


.info, .success, .warning, .error, .validation {

	margin: 10px 0px;
	padding: 5px 10px 5px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
  }

  .error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png.html');
  }


  input.parsley-success,
  select.parsley-success,
  textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
  }

  input.parsley-error,
  select.parsley-error,
  textarea.parsley-error {
  color: #B94A48;
  background-color: #FFBEBE!important;
  border: 1px solid #EED3D7!important;
  }

  .parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.8em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  }

  .parsley-errors-list.filled {
  opacity: 1;
  }

  .ajaxError{
    font-size: 12px;
    color: #f00;
    font-weight: bold;
  }





/* 14112023 */
.badge.badge-pill.breaking-news-title{
    WIDTH: 140px;
    margin-right: 10px;
    padding: 2px 14px;
}
.new_outer{
    padding: 7px 7px 7px 7px;
}
.breaking-news-wrapper .breaking-news-ticker{
    top: -2px;
    margin-left: 5px;
}
.breaking-news-wrapper .breaking-news-ticker li{
    display: flex;
    align-items: center;
}


@media screen and (max-width:480px){
    .announcement_box{
        padding: 15px;
        min-height: auto;
    }
    .announcement_box_img_outer img{
        height:auto;
    }
    .news_update .pt-60{
        padding-top:10px;
    }
    .announcement_box_right{
        min-height: 375px;
        /*min-height:auto;*/
        position:relative;
    }
    .hNewsCol7 .announcement_box_right .hNewsPro {
        width: 40%;
        float: left;
    }
    .hNewsCol7 .announcement_box_right .hNewsPro .announcement_box_profile img{
        height: auto;
        border-radius: 10px;
    }
    .announcement_box_right_box2 span{
        position: absolute;
        top: 14px;
        left: 45%;
    }
    .announcement_box_right_box_date{
        position: absolute;
        top: 28px;
        left: 45%;
    }
    .announcement_box_right_box2{
        transform:initial;
    }
    .announcement_box_right h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .globe-video-container{
        margin-top:40px;
    }
    .helpline-content .pt-60{
        padding-top:40px;
    }
    .features-list{
        margin:0px;
    }
    .our_partner_section_inner{
        padding:10px 0px;
    }
    .our_partner.custom-padding{
        padding:50px 0px 50px 0px;
    }
    .course-card.style1 .course-info{
        padding:0px 0px 0px 10px;
    }
    .servies-cards-home-wrapper{
        margin-top:40px;
    }
    .who-gradient-wrapper.home{
            max-height: 100%;
    max-width: 100%;
    margin-top: 78%;
    margin-left: 10%;
    transform: scaleY(2);
    overflow:visible;
    }
    .news_update.news_update_inner{
        margin-top:10px;
    }
    .prtnrs-sec-i{
        position:relative;
    }
    .ptS-i-content{
      position: unset;
    }
    .visitRecordati{
        margin-bottom:0px;
    }
    .pts-i-img{
        margin-bottom:53px;
    }
    .visitRecordati a::after{
        visibility:hidden;
    }
    .view-all-card-btn-wrapper .resources-card-btn a{
        height: auto;
        padding: 10px 22px;
    }
    .resources-card-container .resources-card-btn{
        margin-left: 45px;
    }
    .news_update .section-title.sec-title-cls2 h2{
            line-height: 50px;
    margin-bottom: 30px;
    }
    .news_update .section-title h2{
        margin-bottom:20px;
    }

    .join-our-team-last-container P{
            padding: 0px 1%;
    }
    .d-announcement-title .announcement_box2 h3{
        -webkit-text-stroke-width: initial;
        margin-bottom: 40px;
    }
    .breaking-news-wrapper .breaking-news-ticker{
            height: 90px!important;
    }
    .breaking-news-wrapper .breaking-news-ticker li{
            display: grid;
            gap: 20px;
    }
    .badge.badge-pill.breaking-news-title{
        margin-left:auto;
        margin-right: auto;
    }
    .contactus-text-container .centerContactInfo ul li span{
        width: 25%;

    }
    .contactus-text-container .centerContactInfo ul li p{
        width: 75%;
        word-wrap: break-word;
    }
    .global-video {
     transform: scale(1.0) translateX(0px) translateY(0px);
    }
    .about-img video.video-tag-cls{
        margin-top: 20px;
    }

}



/* Menu Mobine App Section */

.menu-download-app{
    position: relative;
}
.menu-download-content{
    cursor: pointer;
}
.menu-download-contnt-list {
    position: absolute;
    top: 47px;
    background: #fff;
    padding: 34px 0px 17px 0px;
    left: 0px;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    z-index: 1;
}
.contact-popup.menu-poppup.open .menu-download-content{
    z-index: 2;
}
.menu-download-contnt-list li a{
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    transition:0.4s ease-in-out;
}
.menu-download-contnt-list li a:hover{
    background: #0096ff12;
}
.menu-download-contnt-list li:last-child a{
    border-bottom: none;
    /* padding-bottom: 0px; */
}
.menu-download-contnt-list li a:hover{
    color: #0043c6;
}
.mappDropDBtnLink.active{
    color: #0043c6;
}

@media screen and (max-width:768px){
    .menu-download-contnt-list{
        top: 62px;
        z-index: 33;
    }
}

.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .language-picker-alignment.button-anim:before{
      border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition:0.2s ease-in-out;
}
.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .language-picker__dropdown{
    top:34px;
}
.header-wrap.sticky-header.sticky .header-bottom .header-menu-wrap .language-picker__dropdown::before{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}




/* 04-12-2023*/
.d-announcement-content-wrapper ul{
    padding-left: 20px;
}
.d-announcement-content-wrapper ul li {
        list-style-type: disc;
            font-size: 18px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    line-height: normal;
    color: #343434;
    line-height: 32px;
}
.d-announcement-content-wrapper ol li{
list-style-type: disc;
    font-size: 18px;
    font-family: 'Aeonik-Regular';
    font-weight: 300;
    line-height: normal;
    color: #343434;
   line-height: 32px;

}
.d-announcement-content-wrapper ol {
 padding-left: 20px;

}
.news-and-update-listings .announcement_box {
    min-height: 500px;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-and-update-listings .announcement_box_img_outer {
    margin-top: 90px;
    text-align: center;
}


.team-card{
        min-height: 560px;
}
/*.ckeditorContent * {*/
/*    all: unset;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    border: 0;*/
/*    outline: 0;*/
/*    font-size: 100%;*/
/*    vertical-align: baseline;*/
/*    background: transparent;*/
/*}*/


.ckeditorContent a {
    color:#0070ff;
}
.ckeditorContent a:hover {
    color:#060da1;
}
.ckeditorContent strong {
    font-weight: 700;
}

@media screen and (max-width:1400px) and (min-width:991px) {
    .team-card-title h4 {
      font-size: 15px;
    }
    .team-card-author-name h1{
        font-size:51px;
    }
    .team-card {
    min-height: 540px;
}
}




/* 06-12-2023 Responsive*/
@media screen and (max-width:768px) {
    .breaking-news-wrapper .breaking-news-ticker {
        width: 100%;
    }
    .strip1:hover{
        background: unset;
    }
    .strip1:hover .strip1_inner h2 {
        color: unset;
        font-family: unset;
    }
    .strip1:hover .strip1_inner h2 span {
        opacity: unset;
        visibility: unset;
        transform: unset;
        right: unset;
        top: unset;
    }
   .strip1_inner h2 span {
       float: right;
        position: absolute;
        right: 0px;
        top: 0px;
        transition: 0.7s ease;
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        filter: brightness(0.3);
   }
  .strip1_inner h2 span img{
      margin: 18px 0px;
      max-width: 40%;
    }
    .our_partner_second_section:hover{
        background: unset;
    }
    .our_partner_second_section span{
        visibility: visible;
        right: 0px;
        top: 0px;
        transition: 0.7s ease;
        opacity: 1;
        visibility: visible;
        transform: scale(0.7);
    }
    .our_partner_second_section:hover span{
            opacity: unset;
            visibility: unset;
            transform: unset;
            right: unset;
            top: unset;
    }
    .course-card.style1 {
        background: #007AFF05 0% 0% no-repeat padding-box;
        border-radius: 24px;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.295);
        border: 1px solid #007AFF;
        transform: scale(1.03);
    }
    .course-card.style1 .course-info .serviceLink {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        right: 10px;
        top: 5px;
    }
    .team-card{
        min-height:auto;
    }
    .team-card-author-name h1 {
        font-size: 24px;
    }
    .announcement_box:hover{
        scale(1)
    }
    .announcement_box{
        border-radius: 30px;
    }
    .news-and-update-listings .announcement_box{
        min-height: auto;
        border-radius: 30px;
    }
    .menu-download-contnt-list {
        top: 33px;
        z-index: 1;
    }
    .view-all-card-btn-wrapper .resources-card-btn a img {

        margin-right: 9px;
    }
}

.white-link {
    color: #ffffff !important;
    text-decoration: none;
  }
  .white-link:hover {
    color: #ffffff !important;
    text-decoration: underline; /* optional, remove if you don’t want underline */
  }

/* 08-12-2023*/
.news-and-update-listings .announcement_box_img_outer img {
    height:auto;
}
.header-wrap.sticky-header .shopcart span{
    position:relative;
    z-index:2;
}
.header-wrap.sticky-header .shopcart  button{
    position:relative;
    z-index:2;
}

@media (max-width: 480px) {.main1 h3{font-size:28px!important; text-align: left;}}