/*--------------------------------------------------------------
# General RDX
--------------------------------------------------------------*/
:root {
    --primary-color: #dd0e0e;
    --secondary-color: #dd0e0ee0;
    --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: #de1111;
    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-color: #ccc;
}
main#hero .container{
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}
.banner_content h1 {
    color: #FFFF;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 30px;
}

.banner_content h1 span {
    font-weight: bold;
    color: var(--primary-color);
    /* background-color: #fff; */
    /* border-radius: 54px; */
    line-height: 1.1;
    display: -webkit-inline-box;
    padding: 0;
}
.banner_content h2 {
    color: #FFFF;
}
a.btn.ws-btn.book-now-btn {
    background: #ffffff;
    color: #000000;
    padding: 14px 36px;
    margin-top: 24px;
    font-size: 21px;
    font-weight: bold;
    border-radius: 48px 0;
    transition: all 0.3s;
}
a.btn.ws-btn.book-now-btn:hover {
    background: var(--primary-color);
    color: #fff;
    transition: all 0.3s;
}
section.training {
    /* background-color: #dcf0ff; */
    background-color: #ecf0f3;
}
body .plans .nav-pills .nav-link.active,
body .plans .nav-pills .nav-link:hover,
body .plans .nav-pills .show > .nav-link {
    color: #fff;
    background: var(--primary-color);
    border-radius: 0;
    position: relative;
    transition: all all 0.3s;
}

.plans .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    font-weight: bold;
    display: flex;
    border-radius: 0.25rem;
    justify-content: space-between;
    text-align: left;
    font-size: 26px;
    color: #000000e0;
    height: 100%;
    /* box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff; */
    border-radius: 10px;
    position: relative;
    border-radius: 0!important;
    z-index: 2;
    padding: 19px 16px;
    transition: all all 0.3s;
    background: linear-gradient(145deg, #e2e8ec, #ffffff);
}
body .plans .nav-pills .nav-link.active:after,
body .plans .nav-pills .nav-link:hover:after {
    opacity: 1;
    transition: all all 0.3s;
    right: -58px;
    visibility: visible;
}
body .plans .nav-pills .nav-link:after {
    content: '';
    width: 40px;
    flex: none;
    height: 40px;
    background-color: #dd0e0e00;
    display: block;
    border: 28px solid #dd0e0e;
    border-top-color: #00000000 !important;
    border-bottom-color: #00000000 !important;
    border-right-color: #00000000!important;
    /* transform: rotate(45deg); */
    top: 12px;
    right: -47px;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    z-index: 99;
    visibility: hidden;
    transform: translate(-3px, 0px);
}

div#v-pills-tab {
    background-color: #ffeada;
}

div#v-pills-tabContent {
    padding: 40px;
    padding-top: 0;
}

.inner_box {
    text-align: center;
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    padding: 43px 30px 39px;
    background: linear-gradient(145deg, #e2e8ec, #ffffff);
    overflow: hidden;
    margin: 11px 0;
}

.inner_box:after {
    content: '';
    display: block;
    position: absolute;
    right: -87px;
    top: 80px;
    /* border: 10px; */
    bottom: 0;
    width: 157px;
    height: 157px;
    background-color: #de1111;
    z-index: -1;
    transform: rotate(117deg);
    border: 20px solid #ffffff40;
    border-radius: 100%;
    box-shadow: -4px 18px 0px #ffc8c8;
}
.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: 21px;
}

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 {
    margin: 20px 0;
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    padding: 25px;
    color: #000;
    background: linear-gradient(145deg, #e2e8ec, #ffffff);
    position: relative;
    overflow: hidden;
}
.col_choose:after {
    content: '';
    display: block;
    position: absolute;
    right: -113px;
    top: 0;
    bottom: 0;
    width: 157px;
    background-color: #dfdfdf;
    z-index: -1;
    transform: rotate(117deg);
    /* border: 1px solid red; */
    border-radius: 20px;
}

.col_choose h3{

font-size: 22px;
}

.col_choose p{
    
font-weight: 500;
    
font-size: 18px;
}

.col_choose i{
    
font-size: 37px;
    
margin-bottom: 20px;
    
color: #d30300;
}
/* Comparison  */

.Comparison .col_subscription {
    }

.Comparison .col_subscription {

padding: 0px 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: 0px 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: center;
    color: #000;
    margin-bottom: 32px;
}
footer {
    /* background-color: #000; */
    padding: 10px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    position: relative;
}

header .btn {
    color: #000000;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    font-size: 21px;
}

header .btn:hover {
    color: #a9a9a9;

}
header#header {
    position: absolute;
    z-index: 9;
    width: 100%;
}

/* 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;

padding-bottom: 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 0;
            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 0;
            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 3em;
            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:hover,
        .pricing-palden .pricing-action:focus {
            background: linear-gradient(135deg,#fd7d57,#f55d59);
        }
        
        .pricing-palden .pricing-item--featured .pricing-deco {
            padding: 5em 0 8.885em 0;
        }



.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%;
}

.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: #dd0e0e;
    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: #efefef;
    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;
}
.firstLine {
    font-size: 24px;
    font-weight: 300;
}.secondLine {
    font-size: 29px;
    line-height: 37px;
    font-weight: 600;
} .thirdLine {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}.fourthLine {
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: -10px;
}

.badges {
    position:relative;
    margin: 36px auto;
    width:200px;
    height:200px;
    background:#552F87;
    border-radius:100%;
    color: #FFF;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    -webkit-animation: 3s ease-in-out 0s normal none infinite running swing;
    -moz-animation: 3s ease-in-out 0s normal none infinite running swing;
    -o-animation: 3s ease-in-out 0s normal none infinite running swing;
    animation: 3s ease-in-out 0s normal none infinite running swing;
    -webkit-transform-origin: 100px -71px;
    -moz-transform-origin: 100px -71px;
    -o-transform-origin: 100px -71px;
    transform-origin: 100px -71px;
}
.badges:before{
    content:'';
    position:absolute;
    top:90px;left:90px;
    width:20px;height:20px;
    border-radius:100%;
    -webkit-box-shadow: 0px -82px 0px -2px #fff, 0px -100px #552F87,20px -98px #552F87,39px -94px #552F87,56px -85px #552F87,71px -72px #552F87,
                83px -57px #552F87,93px -40px #552F87,98px -20px #552F87,100px 0px #552F87,
                
                -20px -98px #552F87,-39px -94px #552F87,-71px -72px #552F87,
                -56px -85px #552F87,-83px -57px #552F87,-93px -40px #552F87,-98px -20px #552F87,-100px 0px #552F87,
                
                0px 100px #552F87,-20px 98px #552F87,-39px 94px #552F87,-56px 85px #552F87,
                -71px 72px #552F87,-83px 57px #552F87,-93px -40px #552F87,-98px 20px #552F87,-93px 40px #552F87,
                
                20px 98px #552F87,39px 94px #552F87,56px 85px #552F87,
                71px 72px #552F87,83px 57px #552F87,93px 40px #552F87,98px 20px #552F87;
                
    
    -moz-box-shadow: 0px -82px 0px -2px #fff, 0px -100px #552F87,20px -98px #552F87,39px -94px #552F87,56px -85px #552F87,71px -72px #552F87,
                83px -57px #552F87,93px -40px #552F87,98px -20px #552F87,100px 0px #552F87,
                
                -20px -98px #552F87,-39px -94px #552F87,-71px -72px #552F87,
                -56px -85px #552F87,-83px -57px #552F87,-93px -40px #552F87,-98px -20px #552F87,-100px 0px #552F87,
                
                0px 100px #552F87,-20px 98px #552F87,-39px 94px #552F87,-56px 85px #552F87,
                -71px 72px #552F87,-83px 57px #552F87,-93px -40px #552F87,-98px 20px #552F87,-93px 40px #552F87,
                
                20px 98px #552F87,39px 94px #552F87,56px 85px #552F87,
                71px 72px #552F87,83px 57px #552F87,93px 40px #552F87,98px 20px #552F87;
                
    
    -o-box-shadow: 0px -82px 0px -2px #fff, 0px -100px #552F87,20px -98px #552F87,39px -94px #552F87,56px -85px #552F87,71px -72px #552F87,
                83px -57px #552F87,93px -40px #552F87,98px -20px #552F87,100px 0px #552F87,
                
                -20px -98px #552F87,-39px -94px #552F87,-71px -72px #552F87,
                -56px -85px #552F87,-83px -57px #552F87,-93px -40px #552F87,-98px -20px #552F87,-100px 0px #552F87,
                
                0px 100px #552F87,-20px 98px #552F87,-39px 94px #552F87,-56px 85px #552F87,
                -71px 72px #552F87,-83px 57px #552F87,-93px -40px #552F87,-98px 20px #552F87,-93px 40px #552F87,
                
                20px 98px #552F87,39px 94px #552F87,56px 85px #552F87,
                71px 72px #552F87,83px 57px #552F87,93px 40px #552F87,98px 20px #552F87;
                
    
    box-shadow: 0px -82px 0px -2px #fff, 0px -100px #552F87,20px -98px #552F87,39px -94px #552F87,56px -85px #552F87,71px -72px #552F87,
                83px -57px #552F87,93px -40px #552F87,98px -20px #552F87,100px 0px #552F87,
                
                -20px -98px #552F87,-39px -94px #552F87,-71px -72px #552F87,
                -56px -85px #552F87,-83px -57px #552F87,-93px -40px #552F87,-98px -20px #552F87,-100px 0px #552F87,
                
                0px 100px #552F87,-20px 98px #552F87,-39px 94px #552F87,-56px 85px #552F87,
                -71px 72px #552F87,-83px 57px #552F87,-93px -40px #552F87,-98px 20px #552F87,-93px 40px #552F87,
                
                20px 98px #552F87,39px 94px #552F87,56px 85px #552F87,
                71px 72px #552F87,83px 57px #552F87,93px 40px #552F87,98px 20px #552F87;
}
.badges:after{
    content:'';
    position:absolute;
    top:-70px;left:99px;
    width:2px;height:81px;
    border-radius:0%;
    background:#000;
}

@-webkit-keyframes swing{
    0%{-webkit-transform:rotate(5deg);}
    50%{-webkit-transform:rotate(-5deg);}
    100%{-webkit-transform:rotate(5deg);}
}
@-moz-keyframes swing{
    0%{-moz-transform:rotate(5deg);}
    50%{-moz-transform:rotate(-5deg);}
    100%{-moz-transform:rotate(5deg);}
}
@-o-keyframes swing{
    0%{-o-transform:rotate(5deg);}
    50%{-o-transform:rotate(-5deg);}
    100%{-o-transform:rotate(5deg);}
}
@keyframes swing{
    0%{transform:rotate(5deg);}
    50%{transform:rotate(-5deg);}
    100%{transform:rotate(5deg);}
}

@media (min-width: 768px) {
    .header_group {
        display: flex
;
        align-items: center;
        justify-content: center;
        /* margin-top: 40px; */
        grid-gap: 15px;
    }
}


a.offer_badge {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 99;
}
.sticky_btn{
    position: fixed;
    top: 50%;
    right: 0;
    box-shadow: none;
    z-index: 99999;
    transition: transform .3s cubic-bezier(0,0,0,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,0,1);
}

.free_trial{
    padding: 6px 15px 12px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    background-color: #dd0e0e;
    color: white;
    text-decoration: none;
    font-weight: 100;
    top: -106.5px;
    font-family: 'Arial';
    border-radius: 3px 3px 0 0;
    transform: translate3d(200%,0,0) rotate(-90deg);
    -webkit-transform: translate3d(200%,0,0) rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform: translate3d(4px,0,0) rotate(-90deg);
    -webkit-transform: translate3d(4px,0,0) rotate(-90deg);
}
.free_trial:hover{
color: #cccc;
}


a.redhat_Skills {
    /* margin-top: 36px !important; */
    display: block;
    /* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    width: fit-content;
    background-color: #000;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    padding: 10px 29px;
    font-size: 22px;
    border-radius: 45px;
    transition: all 0.3s;
}

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;
}
.footer_area {
    padding: 50px 20px;
    border: 1px solid #ccc;
    /* margin-bottom: 30px; */
    background-color: #ffffff;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    background: linear-gradient(-45deg, #1538f9, #1ca308, #cf710d, #E91E63);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.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: .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;
}