/*--------------------------------------------------------------
# General RDX
--------------------------------------------------------------*/
:root {
    --primary-color: #2160f3;
    --secondary-color: #2160f3;
    --white: #ffffff;
    --green-color: #76b229;
}

body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    /* background-color: #fffaf2; */
}
/* --- Scrollbar Colors --- */
::-webkit-scrollbar {
    width: 0.425rem;
    background-color: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: 0.625rem;
}

::-webkit-scrollbar-corner {
    background-color: #ccc;
}
/* Chrome, Safari, Edge, Opera */

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

body .section_title h2.text-white {
    color: #fff !important;
    background-image: none !important;
    -webkit-text-fill-color: white;
}
.section_title h2 span {
    width: 81px;
    height: 3px;
    display: block;
    background: var(--secondary-color);
    margin-right: 15px;
    position: relative;
    top: 8px;
    overflow: hidden;
    margin: 0 auto;
}

.section_title p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.section_title span:after {
    width: 100%;
    border: 14px solid #000000;
    height: 10px;
    bottom: -3px;
    left: 0;
}
.section_title span:before {
    width: 80%;
    border: 3px solid rgb(0 0 0);
    height: 19px;
    bottom: -3px;
    left: -30px;
    z-index: 9;
}
.section_title span:after,
.section_title span:before {
    content: '';
    /* position: absolute; */
    left: 0;
    bottom: 0;
    height: -1px;
    animation: xRay 2s linear infinite;
    transition: all 0.5s;
}
@keyframes xRay {
    0% {
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    }
    50% {
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    }
    100% {
        clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
    }
}

.section_title.text-left span {
    margin-left: 0;
}
.section_title.text-left span::before,
.section_title.text-left span:before {}

/* @keyframes sweep {
    from {
        left: 0;
    }
    to {
        transform: translateX(100%);
    }
} */

.section-heading.text-white .sec-title {
    color: #fff;
}

.section-heading.text-white .sec-desc {
    color: #fff;
}

.section_title h2.text-white span {
    color: var(--green-color)!important;
}
body .section_title h2 {
    position: relative;
}
body .section_title h2.text-left:after {
    text-align: left;
    right: auto;
}

body .section_title h2.text-left::before {
    text-align: left;
    right: auto;
    margin-left: 36px;
}
.section_title.text-left {
    text-align: left;
}

.section_title.text-left h2::before {
    right: auto;
    left: 37px;
}

.section_title.text-left h2::after {
    right: auto;
}
/* header */
a.navbar-brand {
    width: 120px;
}
a.navbar-brand img {
    max-width: 100%;
}
/* section_heading */

.section_title {
    margin-bottom: 30px;
    display: block;
}
.section_title h2 {
    color: #000000;
    position: relative;
    left: 0;
    padding-bottom: 13px;
    font-size: 37px;
    right: 0;
    margin: 0 auto 20px;
    font-weight: bold;
    /* text-transform: capitalize; */
    -webkit-background-clip: text;
}
/* .section_title h2:after {
    left: 0;
    right: 0;
    width: 80px;
    background-color: var(--primary-color);
} */
/* .section_title h2:after,
.section_title h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    display: inline-block;
    border-radius: 8.25rem;
    margin: 0 auto;
}

.section_title h2::before {
    width: 10px;
    height: 10px;
    bottom: -3px;
    left: 0;
    right: 0;
    border-radius: 50%;
    background: #252e3d;
    z-index: 1;
    -webkit-animation: headingbar 5s linear infinite;
    animation: headingbar 5s linear infinite;
}
@keyframes headingbar {
    0% {
        transform: translateX(38px);
    }
    100% {
        transform: translateX(38px);
    }
    50% {
        transform: translateX(-38px);
    }
} */

.py_50 {
    padding: 50px 0;
}
/* hero */
main#hero {
    background-image: url("../img/main_bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
    position: relative;
    /* background-color: #ccc; */
}


main#hero:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    /* background-color: #ffffffb5; */
    /* background: linear-gradient(90deg, #0200249e 0%, #090979c7 35%, #00d4ff00 100%); */
}
main#hero .container {
    position: relative;
    z-index: 999;
    min-height: 84vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 15px;
    margin-top: 0;
    padding-top: 10px;
}
div#home {
    padding-top: 34px;
}
.banner_content h1 {
    color: #000000;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 30px;
}

.banner_content h1 span {
    font-weight: bold;
    color: #2160f3;
    /* background-color: #fff; */
    /* border-radius: 54px; */
    line-height: 1.1;
    display: -webkit-inline-box;
    padding: 0;
}
.banner_content h2 {
    color: #000000;
    /* text-shadow: 2px 2px 10px #000; */
}
a.btn.ws-btn.book-now-btn {
    background: var(--secondary-color);
    color: #ffffff;
    padding: 14px 36px;
    margin-top: 24px;
    font-size: 21px;
    font-weight: bold;
    border-radius: 40px ;
    transition: all 0.3s;
}
a.btn.ws-btn.book-now-btn:hover {
    background: #000;
    transition: all 0.3s;
}
section.training {
    /* background-color: #dcf0ff; */
    background-color: #ecf0f3;
}
.inner_box {
    /* text-align: center; */
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    padding: 40px 11px;
    background: linear-gradient(150deg, #e2e8ec, #ffffff);
    /* overflow: hidden; */
    margin: 11px 0;
    border-top: 2px solid var(--secondary-color);
    text-align: center;
    margin-top: 68px;
    transition: all 0.3s;
}
.inner_box:hover {
    transition: all 0.3s;
transform: translate(0px, -9px);
}
.inner_box:after {
    content: '';
    display: block;
    position: absolute;
    /* right: -85px; */
    top: -9px;
    /* border: 10px; */
    /* bottom: 0; */
    width: 18px;
    height: 18px;
    left: 0;
    right: 02;
    background: linear-gradient(46deg, var(--secondary-color) 50%, #00d4ff00 50%);
    /* background-color: var(--secondary-color); */
    z-index: -1;
    transform: rotate(136deg);
    /* border: 20px solid #ffffff40; */
    /* border-radius: 100%; */
    /* box-shadow: -4px 18px 0 #c4d4f8; */
    margin: 0 auto;
}
.inner_box img {
    max-height: 200px !important;
    margin: 0 auto;

}
section.whatis_rhls.py_50 {
    /* background-color: #ecf0f3; */
}

.inner_box h3 {
    color: #000;
    font-size: 19px;
    font-weight: bold;
}
.inner_box p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}

section.Comparison.py_50 {
    background-color: #ecf0f3;
}

.col_subscription {
    height: 100%;
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    padding: 30px 22px;
    background: linear-gradient(145deg, #e2e8ec, #ffffff);
}

.col_subscription {}

.col_subscription i {

    width: 50px;

    height: 50px;

    font-size: 26px;

    text-align: center;

    line-height: 50px;

    display: block;

    color: #fff;

    border-radius: 4px;

    position: relative;
}

.col_subscription h3 {

    font-size: 18px;

    color: #000;

    margin: 20px 0 10px;
}

.col_subscription {
    height: 100%;
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    padding: 30px 22px;
    background: linear-gradient(145deg, #e2e8ec, #ffffff);
}
.col_subscription i {
    position: relative;
}
.col_subscription i:before {
    position: relative;
    z-index: 9;
}
.col_subscription i:after {
    content: '';
    display: block;
    background-color: var(--primary-color);
    width: 50px;
    height: 50px;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    display: block;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    transform: rotate(45deg);
}

.choose {
    /* background-image: url(../img/bg_01.jpg), linear-gradient(to right, #ecf0f3, #ecf0f3); */
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.col_choose {
    display: flex;
    align-items: center;
    grid-gap: 17px;
    margin: 10px 0;
    /* box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff; */
    border-radius: 10px;
    position: relative;
    z-index: 2;
    padding: 10px 15px;
    color: #000;
    background: linear-gradient(145deg, #2160f312, #2160f30d);
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.col_choose:hover {
    transform: scale(1.05);
   transition: all 0.3s;
}
.col_choose:after {
    content: '';
    display: block;
    position: absolute;
    right: -113px;
    top: 0;
    bottom: 0;
    width: 157px;
    background-color: #2160f3;
    z-index: -1;
    transform: rotate(117deg);
    /* border: 1px solid red; */
    border-radius: 20px;
}

.col_choose h3 {

    font-size: 20px;
}

.col_choose p {

    font-weight: 500;

    font-size: 16px;

    margin-bottom: 0;
}

.col_choose i {

    font-size: 42px;

    margin-bottom: 10px;

    color: var(--secondary-color);
}
/* Comparison  */

.Comparison .col_subscription {}

.Comparison .col_subscription {

    padding: 0;

    margin: 13px;

    /* display: flex; */

    align-items: center;

    /* justify-content: center; */
}
.col_comparison {

    /* height: 100%; */

    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;

    border-radius: 10px;

    position: relative;

    z-index: 2;

    padding: 0 2px;

    margin: 30px;

    background: linear-gradient(145deg, #e2e8ec, #ffffff);
}
.Comparison .col_comparison h3 {
    background-color: #fff;
    padding: 30px 15px;
    color: #000000;
    text-align: center;
    width: calc(100% + 26px);
    font-size: 19px;
    transform: translate(-19px, -2px);
    box-shadow: 14px 12px #f2f2f2ba;
    position: relative;
    z-index: 99;
}
.Comparison .swiper-slide.swiper-slide-active h3 {
    background-color: var(--primary-color);
    padding: 30px 15px;
    color: #fff;
    text-align: center;
    width: calc(100% + 26px);
    font-size: 19px;
    transform: translate(-19px, -2px);
    box-shadow: 14px 12px #e02a2aba;
    position: relative;
    z-index: 99;
}
.Comparison .col_comparison h3:after {
    display: block;
    content: '';
    top: 16px;
    /* left: 214px; */
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #a218187a;
    z-index: -9;
}

.Comparison .col_comparison h3::before {
    display: block;
    content: '';
    height: 0;
    width: 0;
    top: -10px;
    left: 1px;
    border-bottom: 10px solid #000000;
    border-left: 19px solid transparent;
    position: absolute;
}

.col_training {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    padding: 40px;
    background: linear-gradient(145deg, #e2e8ec, #ffffff);
    height: 100%;
}
.col_training::after {
    content: '';
    display: block;
    right: 0;
    bottom: 20%;
    height: 60%;
    width: 4px;
    background-color: var(--primary-color);
    position: absolute;
}
.training .col-md-4 {
    margin: 15px 0;
}

.col_training h3 {
    color: #000;
    text-align: center;
}

.col_training h3 strong {
    color: #000;
    display: block;
}

section.skills.py_50 {
    padding-bottom: 100px;
}

.col_skills {
    margin: 15px 0;
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    padding: 40px;
    background: linear-gradient(145deg, #e2e8ec, #ffffff);
    height: 100%;
    text-align: center;
}

.col_skills i {}
.col_skills h3 {

    color: #000;

    font-size: 22px;

    margin-top: 30px;
}

.col_skills i {
    position: relative;
}
.col_skills i {
    width: 50px;
    height: 50px;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    display: block;
    color: #fff;
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
}
.col_skills i:before {
    position: relative;
    z-index: 9;
}
.col_skills i:after {
    content: '';
    display: block;
    background-color: var(--primary-color);
    width: 50px;
    height: 50px;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    display: block;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    transform: rotate(45deg);
}

.top_services h4 {
    font-weight: bold;
    text-align: left;
    color: #000;
    margin-bottom: 32px;
}
.top_services p {
    color: #000;
}
footer {
    /* background-color: #000; */
    padding: 10px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    position: relative;
}
header .navbar .container {
    min-height: auto !important;
}
img.logo {
    width: 106px;
}
.header_container {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
}
header .btn {
    color: #ffffff;
    border: 3px solid #45c855;
    background-color: #45c855;
    font-size: 21px;
    font-weight: 600;
    z-index:999;
    position: relative;
}
header .btn:hover {
    color: #ceffd4;
}
header#header {
    /* position: fixed; */
    z-index: 9;
    width: 100%;
    top: 0;
    z-index:999;
}

/* form */

h2.trial-form-title {
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: bold;
    margin-bottom: 6px;
    width: calc(100% + 30px);
    border-radius: 7px;
    margin-left: -15px;
    box-shadow: 7px 10px 11px #003a6630;
    padding: 21px 15px;
    font-size: 26px;
}

.contact_form button.btn {
    text-align: center;
    margin: 0 auto;
    padding: 12px 22px;
    /* background-color: #000; */
    border: 0;
    background: #252e3d;
    color: #fff;
    font-size: 20px;
}

.contact_form h3 {
    margin-left: -38px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background: var(--secondary-color);
    padding: 20px;
    width: calc(100% + 80px);
    letter-spacing: 0;
    /* position: absolute; */
    border-radius: 5px;
    background-image: url("../img/bg_05.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.contact_form.footer_form {
    background-color: #ffffff;
    padding: 0 30px 30px;
    border-radius: 15px;
    /* transform: translate(0px, -70px); */
    box-shadow: 2px 2px 10px #ccc;

}
footer .contact_form.footer_form {

    max-width: 400px;
    margin: 0 auto;
}
.contact_form label {
    color: #000;
    text-align: left!important;
    font-size: 16px;
    font-weight: bold;
}
.form-group input,
.form-group select {
    display: block;
    color: #000;
    font-size: 15px;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    background-color: #f5f5f5;
    border-radius: 6;
    /* box-shadow: 2px 2px 10px #ccc; */
}

.form-group .form-control::placeholder,
.form-group select::placeholder {
    color: #000;
    font-size: 15px;
}
.contact_info {
    background-color: var(--primary-color);
    padding: 15px;
    border-radius: 15px;
    margin-top: -1px;
    color: #f2f2f2;
    background: var(--secondary-color);
    text-align: center;
    background-image: url("../img/bg_05.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.contact_info h3 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
    color: #ffffff;
}
.contact_info p {
    font-size: 18px;
    margin-bottom: 0;
}
body button.btn-close {
    position: absolute;
    top: 22px;
    right: 5px;
    color: #000;
    background-color: #fff;
    opacity: 1;
}
.form-group {
    margin: 10px 0;
    text-align: left;
}
span.typed-cursor {
    width: 1px !important;
}

.whatsapp_icon {
    bottom: 65px;
    opacity: 1 !important;
    display: block;
    visibility: visible;
    background-color: #199631;
    position: fixed;
    right: 15px;
    bottom: 75px;
    z-index: 996;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
    color: #fff;
}

.back-to-top.show {
    visibility: visible;
    opacity: 1;
}
.back-to-top:hover {
    background: #000000;
    color: #fff;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 39px;
    text-align: center;
    border-radius: 4px;
    background: var(--secondary-color);
    display: block;
    /* background-image: linear-gradient(to right top, #003a66, #443e7f, #813886, #b82776, #e02454); */
}

/* video */
.fa-play:before {
    content: "\f04b";
}

.promo-video .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: var(--secondary-color);
    opacity: 0;
    -ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    /* right: -50px; */
    /* bottom: -50px; */
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.promo-video .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.promo-video .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.promo-video .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.hero_video {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    z-index: 9;
    border-radius: 10px;
}

.video_overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #00000091;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.video.video-popup.mfp-iframe {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--secondary-color);
    font-size: 16px;
    text-decoration: none;
}
.video {
    height: 49px;
    width: 50px;
    line-height: 65px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #000000;
    z-index: 999;
}

a.video.video-popup.mfp-iframe i {
    color: #fff;
}

.promo-video {
    position: relative;
}
a.video.video-popup.mfp-iframe i {
    color: #fff;
}
.col_subscription .video_overlay i:after {
    display: none;
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/* table pr */

.pricing_plan {

    -webkit-font-smoothing: antialiased;

    background-color: rgb(255 255 255 / 80%);

    /* background-image: linear-gradient(to right top, #dd0e0e, #9fb10c); */

    margin: 0;

    color: #7a90ff;

    padding: 50px 0 0;

    min-height: 100%;

    position: relative;

    -webkit-font-smoothing: antialiased;

    z-index: 10;
}

.pricing_plan .pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}

.pricing-action {
    color: inherit;
    border: none;
    background: none;
    cursor: pointer;
}
.pricing-action:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
}

.pricing-palden .pricing-item {
    padding-bottom: 32px;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}
@media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
        margin: 1em -0.5em;
    }
    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}

.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(135deg, #000000, #ff0505);
    padding: 4em 0 9em;
    position: relative;
}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.pricing-palden .pricing-title {
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    font-size: 26px;
}

.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
    font-size: 2.5em;
}

.pricing-palden .pricing-price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em;
    line-height: 0.75;
}

.pricing-palden .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
}

.pricing-palden .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
}

.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em;
    padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 4px 25px;
    list-style: none;
    /* text-align: center; */
    margin-top: -82px;
    position: relative;
    list-style: inside;
}

.pricing-palden .pricing-feature {
    padding: 10px 0;
    color: #000;
    border-bottom: 1px dashed #ccc;
    list-style: none;
}
.pricing-palden .pricing-feature:last-child {
    border-bottom: 0;
}
.pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 3em 2em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: linear-gradient(135deg,#a93bfe,#584efd);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.pricing-palden .pricing-action:focus,
.pricing-palden .pricing-action:hover {
    background: linear-gradient(135deg,#fd7d57,#f55d59);
}

.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em;
}

.pricing_plan .header {
    position: relative;
    text-align: center;
    background-image: radial-gradient(circle at 39% 47%, rgba(107, 107, 107,0.08) 0%, rgba(107, 107, 107,0.08) 33.333%,rgba(72, 72, 72,0.08) 33.333%, rgba(72, 72, 72,0.08) 66.666%,rgba(36, 36, 36,0.08) 66.666%, rgba(36, 36, 36,0.08) 99.999%),radial-gradient(circle at 53% 74%, rgba(182, 182, 182,0.08) 0%, rgba(182, 182, 182,0.08) 33.333%,rgba(202, 202, 202,0.08) 33.333%, rgba(202, 202, 202,0.08) 66.666%,rgba(221, 221, 221,0.08) 66.666%, rgba(221, 221, 221,0.08) 99.999%),radial-gradient(circle at 14% 98%, rgba(184, 184, 184,0.08) 0%, rgba(184, 184, 184,0.08) 33.333%,rgba(96, 96, 96,0.08) 33.333%, rgba(96, 96, 96,0.08) 66.666%,rgba(7, 7, 7,0.08) 66.666%, rgba(7, 7, 7,0.08) 99.999%),linear-gradient(45deg, rgb(97, 14, 117),rgb(20, 32, 127));
    color: white;
}

.inner-header {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.pricing_plan .flex {
    /*Flexbox for containers*/
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pricing_plan .waves {
    position: relative;
    width: 100%;
    height: 44vh;
    margin-bottom: -5px;
    /*Fix for safari gap*/
    min-height: 16px;
    max-height: 290px;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    /* animation-duration: 20s; */
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% {
        transform: translate3d(85px,0,0);
    }
}

svg.waves {
    position: absolute;
    bottom: 0;
}
svg.waves {
    position: absolute;
    bottom: 0;
    height: 121px;
    width: 100%;
    z-index: 99;
}

.header_group {
    margin-top: 30px;
}
.hedding_h2 {

    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background: var(--secondary-color);
    padding: 20px;
    letter-spacing: 0;
    /* position: absolute; */
    border-radius: 5px;
    background-image: url("../img/bg_05.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.offer_box {
    background-color: #e89200;
    color: #fff;
    /* background: #000000; */
    padding: 10px 19px;
    margin-top: 15px;
    border-radius: 40px 0;
}

.offer_box h4 {
    border-radius: 15px 0;
    margin-bottom: 0;
    font-size: 27px;
    font-weight: bold;
    background-color: var(--secondary-color);
    padding: 11px 23px;
    width: 100%;
    /* transform: translate(-36px, -26px)!important; */
    margin-top: -30px;
}
.offer_box h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 800;
    margin-top: 5px;
    color: #ffffff;
}
.footer-support {
    max-width: 500px;
    margin: 0 auto;
}
footer:after {
    background-image: url("../img/footert_bg.png");
    background-position: center;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
}
footer .container {
    position: relative;
    z-index: 9;
    background-color: #f4f7ff;
    padding-top: 50px;
    border-radius: 18px;
}

.coppy_right {
    padding: 15px;
    /* background-color: #ffffff0d; */
    padding-bottom: 2px;
    margin-top: 30px;
    position: relative;
    z-index: 9;
    text-align: center;
}

.coppy_right p {
    margin-bottom: 0;
    color: #fff;
}
a.redhat_Skills:hover {
    transition: all 0.3s;
    background-color: #000000;
}

.footer_area h3 {
    color: #ffffff;
    font-weight: bold;
    font-size: 35px;
}

.footer_area h4 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 18px;
}

.offer_modal {
    }

body #offer_modal button.btn-close {
    position: absolute;
    top: 22px;
    left: 5px;
    color: #000;
    background-color: #fff;
    opacity: 1;
    z-index: 9999;
}
div#offer_modal {
    max-width: 400px;
    right: 0 !important;
    left: auto;
    bottom: 0 !important;
    top: auto !important;
    height: auto;
}

#offer_modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-radius: 0.3rem;
    outline: 0;
}

button.btn-closdd {

    border: 0;
    padding: 6px 10px;
    font-size: 20px;
    border-radius: 3px;
}

img.img-fluid.animated.infinite.pulse {
    max-width: 300px;
}

.sticky_box.stick {
    transition: all 0.3s;
    transition: all 0.3s;
    transform: translate(0, -2px);
    opacity: 1;
}
.sticky_box {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    transform: translate(100%, -2px);
    opacity: 0;
}

.rdx_1206 {
    padding: 50px 0;
    background-color: #f3f6ff;
    margin: 40px 0;
}

.list_lyout h3 {
    font-weight: bold;
    color: #000;
}
.list_lyout h4 {
    }
.ul_list {
    font-size: 14px;
    color: #000;
    margin-left: 0;
    padding-left: 0;
    margin-top: 17px;
}
.ul_list li:last-child {
    border-bottom: none;
}
.ul_list li {
    list-style: none;
    padding: 3px 0;
    color: #000;
    border-bottom: 1px dashed #928c8c;
    padding-left: 0;
    margin: 4px 0;
    font-size: 16px;
    display: flex;
    grid-gap: 12px;
    /* align-items: center; */
}
ul.ul_list.list_v2 li {
    }
.ul_list li i {
    font-size: 16px;
    padding: 4px;
    border-radius: 4px;
    color: var(--secondary-color);
    border: 2px solid;
    height: max-content;
    /* height: 24px; */
    /* margin-top: 5px; */
}

ul.ul_list.list_v3 li {
    display: block;
}
ul.ul_list.list_v2 li {
    font-size: 22px;
    padding: 14px 0;
}

button.accordion-button {
    background-color: #191f2d00;
    /* border: 0; */
    font-weight: bold;
    color: #000000;
    /* border: 0; */
    /* border: 0; */
    /* font-size: 19px; */
    font-size: 24px;
    /* padding: 28px; */
    padding: 0;
    margin-bottom: 0;
}
button.accordion-button {
    /* font-weight: bold; */
    /* font-size: 30px; */
}
.accordion .accordion-button[aria-expanded='true'] {
    color: #000000 !important;
    /* font-size: 18px; */
    /* background-image: linear-gradient(to right top, #003a66, #443e7f, #813886, #b82776, #e02454); */
    background: #2160f300;
    /* padding-left: 0; */
    border: 0;
}

.accordion-body h3 {
    color: #000;
    font-size: 22px;
}
.accordion-body p {
    color: #000;
}
.networking_linus .ul_icon li {
    padding: 4px 0;
    /* color: #fff; */
    border: 0;
}
.ul_icon li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    display: block;
    width: 20px;
    height: 20px;
    flex: none;
    color: #fff;
    background-color: var(--secondary-color);
    border: 0;
    text-align: center;
    font-size: 11px;
    line-height: 1.8;
    border-radius: 3px;
    margin-top: 8px;
}

strong.timeline_steps {
    width: 80px;
    display: block;
    margin-bottom: 33px !important;
    height: 80px;
    margin: 0 auto;
    line-height: 69px;
    text-align: center;
    background-color: var(--primary-color);
    border: 7px solid #6392ff;
    border-radius: 100%;
    box-shadow: 0 0 0 10px #d7e2fe;
    color: #fff;
    flex: none;
    position: relative;
    z-index: revert-layer;
}

.timeline {
    position: relative;
    /* display: flex; */
    align-items: center;
    grid-gap: 15px;
}

.timeline_steps::after {
    content: '';
    display: block;
    position: absolute;
    top: 80px;
    /* left: 0; */
    left: 100%;
    top: 50%;
    /* border: 10px; */
    bottom: 0;
    /* z-index: 9999; */
    width: 366px;
    height: 3px;
    background-color: var(--primary-color);
    /* z-index: -1; */
    /* transform: rotate(117deg); */
    /* border: 20px solid #ffffff40; */
    /* border-radius: 100%; */
    /* box-shadow: -4px 18px 0px #ffc8c8; */
}
.border_none.timeline_steps::after {
    display: none;
}
.accordion-body {
    color: #000;
    background-color: #ffffff;
    border: 0;
    font-size: 20px;
}

i.fa.fa- {
    /* margin-left: 8px; */
    display: block;
    /* width: 22px; */
    /* height: 22px; */
    /* width: 80px; */
    /* display: block; */
    /* height: 45px; */
    margin-top: 7px;
    line-height: 69px;
    text-align: center;
    /* background-color: var(--primary-color); */
    /* border: 6px solid #6392ff; */
    border-radius: 100%;
    /* box-shadow: 0px 0px 0px 6px #cad5f2; */
    color: #2059be;
    flex: none;
    position: relative;
}
.mw_50 {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

.w_90 {
    width: 90%;
}

.w_80 {
    width: 80%;
}

body .accordion-item {
    padding: 20px 30px;
    background-color: #f3f6ff;
    border: 0;
    margin: 13px;
}
.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 7s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

.nav-pills .nav-link {
    font-size: 24px;
    font-weight: bold;
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
}
ul#pills-tab {
    justify-content: center;
}

.timeline_lsit li {
    font-size: 21px;
    font-weight: 500;
    text-align: left;
    padding: 11px;
    border-radius: 5px;
    list-style: none;
    background-color: #f3f6ff;
    color: #000;
    /* border-bottom: 1px dashed #928c8c; */
    /* padding-left: 0px; */
    margin: 10px 0;
    display: flex;
    align-items: center;
    grid-gap: 12px;
    transition: all 0.3s;
}
.timeline_lsit li:hover {
    transform: scale(1.05);
    transition: all 0.3s;
}

/* .timeline_lsit li:nth-child(odd){
    background: #efefef;
    text-align: right;
    margin-left: 0;
}
.timeline_lsit li:nth-child(even){
    background: #b7b765;

    text-align: left;
    margin-right: 0;
    margin-left:auto;
} */
section.rdx_vs.py_50 {
    /* background-color: #e2dcdc; */
    background-color: #f3f6ff;
}
.tab-content h3 {
    text-align: left;
    color: #000;
    text-align: center;
    font-weight: 700;
}

.tab-content {

margin: 0 auto;

padding: 30px;

background-color: #ffffff;

border-radius: 0 0 8px 8px;
}
.timeline_lsit {
    }

.timeline_lsit {
    list-style: none;
    max-width: 900;
    margin: 0 auto;
    padding: 0;
    list-style: decimal-leading-zero;
}

.timeline_lsit li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    display: block;
    width: 20px;
    height: 20px;
    flex: none;
    border: 0;
    text-align: center;
    line-height: 21px;
    /* border-radius: 3px; */
    font-size: 16px;
    padding: 4px;
    border-radius: 4px;
    color: var(--secondary-color);
    border: 2px solid;
    /* height: max-content; */
    width: 30px;
    height: 30px;
}

.timeline_lsit li {
    list-style: none;
}

div#nav-tab {
    justify-content: space-around;
    border-bottom: 0;
}

.nav-tabs .nav-link {

    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 33%;
}

.nav-tabs .nav-link {
    font-size: 28px;
    font-weight: bold;
    display: block;
    width: 33.3%;
    background-color: #2160f3;
    color: #fff;
    margin: 0;
    border-radius: 0;
}

.accordion-body,
.accordion-button,
.accordion-collapse,
.accordion-header {
    border: 0 !important;
    box-shadow: none!important;
}
body .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-color: #000000!important;
    /* width: 5; */
    background: none;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    transform: none;
}

body .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    color: #fff;
    background-color: #2160f3 !important;
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    margin-left: auto;
    content: "\f067";
    background: none;
    transform: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
}

body .nav-tabs .nav-item.show .nav-link, body .nav-tabs .nav-link.active {
    color: #2160f3;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border: 0 !important;
    box-shadow: none;
}
body .accordion-collapse {
    margin-top: 15px;
}


.community_item {
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    padding: 30px 11px;
    background: linear-gradient(150deg, #e2e8ec, #ededed);
    /* overflow: hidden; */
    margin: 11px 0;
    /* border-top: 2px solid var(--secondary-color); */
    text-align: center;
    /* margin-top: 68px; */
    transition: all 0.3s;
}

.community_item i{
    font-size: 40px;
    color: var(--primary-color);
    width: 120px;
    display: block;
    height: 120px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid;
    border-radius: 100%;
    line-height: 120px;
}
.community_content h3{
color: #000;
margin:15px 0;
font-weight: bold;
}

.community_content p{
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}
section.certified.pb_80 {
    padding: 60px 0;
}

body .owl-nav button {
    position: absolute;
    top: 45%;
    width: 50px;
    height: 50px;
    color: #fff !important;
    background-color: #000000 !important;
    border-radius: 100%;
    font-size: 39px !important;
    display: block;
    line-height: 37px !important;
    text-align: center;
    z-index: 99;
    padding: 0 !important;
}
body .owl-nav button span {
    margin-top: -8px;
    display: block;
}
.owl-nav button.owl-next{
    right: 15px;
    
     
}

.certified_slider {
    position: relative;
}