/*--------------------------------------------------------------
# General RDX
--------------------------------------------------------------*/

:root {
    --primary-color: #003a66;
    --secondary-color: #e02454;
    --white: #ffffff;
}

body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
}


/* Chrome, Safari, Edge, Opera */

body input::-webkit-outer-spin-button,
body input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

body input[type=number] {
    -moz-appearance: textfield;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #2d37ca;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    /* margin: 0 0 30px 0; */
}

h1,
h2,
h3
 {
    font-family: 'Lora', serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

body .btn-primary {
    color: #fff;
    background-color: #1a55ab!important;
    border-color: #f98019;
}


/* header */
.navbar-brand{
    margin-right: 3rem;
}

.navbar-brand .logo{
  width: 106px;
}


#header.header-transparent {
    background: #ffffff;
    position: relative;
    padding: 10px 0;
}


img.logo_img {
    max-width: 187px;
    padding: 15px 0;
}

.navbar ul li {
    white-space: nowrap;
    padding: 0px 11px 0px 14px;
    font-size: 18px;
    color: #000;
    border-left: 1px solid #ccc;
}
.navbar ul li:first-child{
    border: none;
}
.navbar li i {
    margin-right: 5px;
    border-right: 1px solid var(--primary-color);
    padding-right: 10px;
    color: var(--primary-color);
}

.navbar li {
    position: relative;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/


.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #d65f07;
    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;
    display: block;
    /* background-image: linear-gradient(to right top, #003a66, #443e7f, #813886, #b82776, #e02454); */
}

.back-to-top:hover {
    background: #000000;
    color: #fff;
}

.back-to-top.show {
    visibility: visible;
    opacity: 1;
}

.content-center {
    align-items: center;
}

.hero-container .card-header {
    background: #f98019;
    color: #fff;
}

.hero-container i.fa.fa-solid.fa-check {
    margin-right: 10px;
    font-size: 16px;
}

#hero .card {
    background-color: #ffffffe0;
    border: 0;
    max-width: 421px;
    /* margin: 0 auto!important; */
    box-shadow: 10px 11px 10px #00000047;
    border-radius: 8px;
    /* overflow: hidden; */
    /* margin: auto; */
    margin-right: 0;
    margin-left: auto;
}

.content-center {
    display: flex;
    align-items: center;
}

.hero_list{

display: flex;

align-items: center;

grid-gap: 15px;

background-color: #ffffff;

margin: 5px 0;

border-radius: 7px;

padding: 6px;
}
.hero_list h5{
    
font-size: 15px;
    
color: 000;
    
margin-bottom: 0;
}

.hero_list i{
    
background-color: #d65f09;
    
padding: 12px;
    
font-size: 21px;
    
color: #ffffff;
    
border-radius: 4px;
    
width: 44px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/




/* ---form--- */

div#enquiry-now {
    padding: 20px;
}

.form-group {
    margin: 10px 0;
}

.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 textarea{
    border-radius: 6px;
    background-color: whitesmoke;
    border: 0;
}
.adm-txt {
    text-align: center;
    font-weight: bold;
    color: #0a58ca;
    font-size: 27px;
    border-bottom: 1px solid #0a58ca;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

input#registerBtn {
    box-shadow: 2px 2px 10px #ccc;
    padding: 6px 34px;
    border: 0;
    margin: 0 auto;
    display: block;
}


/* .about */

section.about {
    background-image: url('../img/bg-01.png');

    overflow: hidden;
    position: relative;
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.about_content h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #274262;
}

.about_content {
    max-width: 800px;
    margin: 15px;

    padding: 27px;

}

.about_content p {
    /* color: #e7e8f7; */
    font-size: 15px;
}


/* section_title */

.section_title {
    margin-bottom: 30px;
    display: block;
}

.section_title h2 {
    position: relative;
    left: 0;
    padding-bottom: 13px;
    right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--primary-color);
    /* text-shadow: 2px 2px 4px #333; */
}
.section_title h2:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    right: 0;
    left: 0;
    border-radius: 5px;
    border-bottom: 3px solid #d65f07;
    width: 154px;
}
.section_title.text-center h2:after{
     margin: 0 auto!important;

}
.section_title p {
    color: #000;
}

.section_title h5 {
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    font-weight: 500!important;
}

.program_content>.row {
    grid-gap: 30px 0;
    justify-content: center;
}

.program_col {
    grid-gap: 9px;
    border-radius: 15px;
    height: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;

    transition: all 0.5s;
}

.offerings_col {
    position: relative;
    overflow: hidden;
}


.parents_v1 .program_col h3 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
    /* text-align: center; */
}

.parents_v1  .program_col {
    text-align: left;
}




.owlimg {
    width: 230px;
    height: 119px;
    object-fit: scale-down;
}




/* slider */

.owl-prev,
.owl-next {
    /* border: 3px solid #00548b !important; */
    padding: 5px !important;
    font: inherit;
    margin: 0px 5px;
    height: 50px;
    width: 50px;
    line-height: 44px!important;
    border-radius: 42px;
    position: absolute;
    font-size: 27px;
    top: 43%;
    background-color: #fff!important;
}

.owl-prev span {
    font-size: 38px !important;
    color: #000000;
}

.owl-next span {

    font-size: 38px !important;
    color: #000000;
}

.owl-nav {
    text-align: center;
}

.slider_one {
    padding: 60px 0;
}

/* section-two */

#hero {
    
/* background-image: url(../img/shape-02.png); */
    
background-size: cover;
    
background-attachment: fixed;
    
background-position: center;
    
padding: 60px 0;
    
background-size: cover;
    
background-position: top;
    
background-repeat: no-repeat;
    
position: relative;
    
overflow: hidden;
    
padding-top: 130px;
    
background-color: #ffddc3;
}

#hero:before, #hero:after {
    content: "";
    width: 70vmax;
    height: 70vmax;
    position: absolute;
    background: rgb(255 255 255 / 32%);
    left: -20vmin;
    top: -20vmin;
    animation: morph 15s linear infinite alternate, spin 20s linear infinite;
    z-index: 1;
    will-change: border-radius, transform;
    transform-origin: 55% 55%;
    pointer-events: none;
}
#hero:after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
    transform-origin: 20% 20%;
}


@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40%/70% 30%
    }

    to {
        border-radius: 40% 60%
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

/* 
#hero:after {
    background-image: url(../img/shape-02.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background: #f6f5ed;
    background-size: auto;
    background-position: center;
    content: '';
    opacity: 0.7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.5s;
    z-index: 9;
} */

#hero .container {
    position: relative;
    z-index: 99;
}

.banner_content {
    border-radius: 15px;
    /* padding-top: 48px; */
}

#hero h1 {
    /* margin: 17px 0px; */
    /* padding-bottom: 0px; */
    /* font-family: 'Lora', serif; */
    font-size: 4vw;
    /* font-weight: 400; */
    line-height: 1.1;
    /* color: #000000; */
    margin-bottom: 0;
}


#hero h1 span,
#hero h3 span {
    color: #d65f07;
    font-weight: bold;
}


.hero_team_content  h5 {
 color: #000;
    font-weight: bold;
}
.hero_team_content p {color: #000;margin-bottom: 0;}
.hero_team {
    position: relative;
    border-radius: 15px;
    display: flex;
    align-items: center;
    grid-gap: 18px;
    background-color: #f7f7f7;
    padding: 15px;
}

.hero_team:after {
    content: '';
    display: block;
    width: 2px;
    height: 60px;
    border-right: 5px solid #d65f07;
    position: absolute;
    right: -2px;
    top: 30%;
    border-radius: 5px;
}



.hero_team img {
    width: 145px;
    border-radius: 15px;
}


/* new section */


/* footer */

footer {
    background-image: url('../img/footert_bg.jpg');
    text-align: center;
    padding-top: 43px;
    background-position: center;
    background-size: cover;
}

img.ag_img {
    width: 100%;
    border-radius: 48px 0;
    padding-left: 7px;
    background-color: #fff;
}


/* responsive */
.nav-right {

    margin-right: 0;
    margin-left: auto;
}


button.btn.btn-outline-success {
    margin-right: 0;
    margin-left: auto;
}
ul.listing {
    padding: 0;
    margin: 0 15px;
}

nav.navbar {
    transition: all 0.5s;
    padding: 2px;
 
    width: 100%;
    justify-content: flex-start;
    z-index: 999;
    transition: all 0.3s;
}

.whatsapp_btn{
    background-color: #29A354;
    padding: 10px 22px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;

    

}

.whatsapp_btn:hover{
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}


.whatsapp_btn i{
    color: #fff!important;
}
nav.navbar.navbar-expand-lg.stick {
    background-color: #fff;
    top: 0;
    /* position: fixed; */
    /* box-shadow: 2px 2px 10px #ccc; */
    transition: all 0.3s;
}
nav.navbar.navbar-expand-lg {
    background-color: transparent!important;
}


.item {
    text-align: center;
}

.boxes p {
    margin-bottom: 0;
}

#enquiry-now select:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    /*Adjust for position however you want*/
    top: 18px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    /*left line */
    position: absolute;
    pointer-events: none;
    width: 50px;
    height: 50px;
    background-color: red;
}

#enquiry-now select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}


/* new add */

.icon__box {
    width: 64px;
    flex: none;
    height: 78px;
    /* margin: 0 auto; */
    /* margin-right: auto; */
    font-size: 46px;
    color: #ffffff;
    text-align: center;
    border-radius: 100px;
}


/*------*/

section.students {
    /* background-color: #e9edfb; */
    padding: 60px 0;
}

.program__section  {

}

.program__section:after {
    background: var(--primary-color);
    /* background: linear-gradient(9deg, #1a55ab 0%, #1a55ab 35%, rgb(0 0 0) 100%); */
    background-size: auto;
    box-shadow: 18px 43px 0px #0d6efd3b;
    background-position: center;
    content: '';
    /* border: 30px solid #8db0e3b0; */
    position: absolute;
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    top: 0;
    transition: all 0.5s;
    z-index: 9;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    transform: translate(-60%, -43%);
}

.students .card.fame_box {
    border: 0;
    margin: 10px 0;
    background-color: #fff6f6;
}

.students .card.fame_box h4 {
    color: #000;
    margin-top: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.students .card.fame_box p {
    color: var(--primary-color);
}

.program__section .card.fame_box {
    border: 0;
}

.btn.btn-primary.col-md-6.m-auto {
    margin: auto;
    justify-content: center;
    display: flex;
    align-items: center;
}

.item img.img-fluid {
    width: 100%;
}

.about_img img {
    max-width: 440px;
    width: 100%;
}

.logo_slidewr .item img {
    height: 160px;
    width: auto;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    /* background-color: rebeccapurple; */
}

.form-label {
    margin-bottom: 0.5rem;
    color: #1a55ab;
    font-weight: 500;
}

button.btn.btn-primary.col-md-6.mt-3 {
    display: block;
    width: 100%;
}

.form-sec .form-control,
.form-sec .form-select {
    height: 49px;
    border-radius: 40px!important;
}

.about_content a.btn.btn-primary.col-md-6 {
    align-items: center;
    line-height: 38px;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}


/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}


/* end fix */

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: 30px;
}

.owl-nav .owl-next {
    right: 30px;
}

body i.fa.fa-play {
    color: var(--secondary-color);
}

.fame_img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(to right top, #003a66, #443e7f, #813886, #b82776, #e02454);
 
    height: 70%;
 
}

.fame_img img {
    display: block;
    object-fit: cover;
    font-weight: bold;
    line-height: 104px;
    object-position: top;
    font-size: 50px;
    background-color: #fff;
    height: 120px;
    width: 120px;
    border: 6px solid #97b2c3;
    margin: 20px auto 0px auto;
    border-radius: 100px;
    box-shadow: 5px 9px 12px #0f4c753b;
    position: relative;
    z-index: 9;
    overflow: hidden;
}




.program_title {
    color: var(--primary-color);
    margin: 1px auto 8px;
    font-size: 20px;
    font-weight: bold;
}

img.img-fluid.program___img {
    max-width: 220px;
    margin: 0 auto;
    display: block;
    border-radius: 18px;
}

.live_course img.img-fluid.program___img {
    max-width: 220px;
    height: 200px;
    border-radius: 18px;
}

section.program__section {
    padding-top: 60px;
    overflow: hidden;
    position: relative;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../img/shape-02.png);
    background-position: center;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0px -4px 10px 13px #0000000d;
}

.card-text {
    color: #000;
}

.program_col .card-body {
    padding: 15px 24px;
}

.card.program_col {
    border: 0;
    padding-bottom: 0;
}

.live_course .program_col {
    display: flex;
    padding: 15px;
    align-items: center;
    grid-gap: 20px;
    margin: 10px;
    height: auto;
}

.live_course .program_col .card-body {
    text-align: left;
    padding: 0;
}

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;
    color: #fff;
    font-size: 20px;
}

.contact_form h3 {
    margin-left: -38px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background-color: #d65f07;
    padding: 20px;
    width: calc(100% + 80px);
    letter-spacing: 0;
    /* position: absolute; */
    border-radius: 5px;
}


.parents_v1 .program_content .program_col {

display: flex;
}

.program_content .program_col h2 {}

.parents_v1 .program_content .program_col h4 {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}

body .accordion .accordion-button[aria-expanded='true'] {
    background-color: #d65f07;
    color: #fff!important;
    /* font-size: 18px; */
    /* background-image: linear-gradient(to right top, #003a66, #443e7f, #813886, #b82776, #e02454); */
}

button.accordion-button {
    font-weight: 500;
    border-radius: 5px;
}

button.accordion-button {
    background-color: #f3f3f3;
    color: #000;
    border: 0;
    /* border: 0; */
    font-size: 19px;
    font-size: 22px;
}

.accordion-item {
    background-color: #f1f2ff;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    border: 0;
}

.accordion-body p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
}

.course_details {
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 60px;
    padding-bottom: 60px;

}


.course_details .program_col:after {
    display: none;
}


/* Team section */

.faculty_section {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../img/shape-02.png);
    background-position: center;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0px -4px 10px 13px #0000000d;
}

.mentored__box_inner {
    display: flex;
    align-items: center;
    grid-gap: -15px;
    justify-content: center;
    margin: 20px auto 40px;
    background-color: #ffffff;
    padding: 20px;
    width: fit-content;
    margin: 40px auto;
    box-shadow: 0 30px 30px -19px #0f4c759e;
    border-radius: 14px;
}

.mentored__content {
    padding-right: 50px;
}

.mentored__img {
    width: 210px;
    width: 200px!important;
    height: 198px!important;
    /* transform: translate(-15px, 4px); */
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    border: 10px solid;
    transform: translate(-49px, 0px);
}

.mentored__content h6 {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    margin: 0;
    background-image: linear-gradient(to right top, #003a66, #443e7f, #813886, #b82776, #e02454);
    padding: 3px 13px;
    width: fit-content;
    border-radius: 15px;
}

.mentored__content h4 {
    font-size: 22px;
    margin: 10px 0;
    color: #000;
    border-bottom: 3px double var(--secondary-color);
    padding-bottom: 8px;
}

.mentored__content p {
    color: #000;
    margin-bottom: 0;
}

@media (max-width:600px) {
    .mentored__box_inner {
        display: block;
        padding-top: 20px;
        border-radius: 15px
    }
    .mentored__img {
        margin: 0 auto;
        transform: none;
    }
    .mentored__content {
        padding: 0px 20px 20px 20px!important;
        margin-top: 20px;
        text-align: center;
    }
    .mentored__content h6 {
        margin: 0 auto!important;
    }
}

.mentored__content {
    padding-right: 40px;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width:1024px) {
    .mentored__box {
        display: flex;
        grid-gap: 15px;
    }
}

body .fame_img img {
    display: block;
    object-fit: cover;
    font-weight: bold;
    background-color: white;
    width: 120px!important;
    height: 140px!important;
    object-position: center;
    border: 0;
    border-radius: 5px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.card.fame_box {
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin: 14px 14px;
}

.fame_img {
    position: relative;
    display: block;
}

body .fame_img img {
    height: 100%;
}

.fame_cont h4 {
    font-size: 18px;
    margin-top: 13px;
    margin-bottom: 0;
    color: var(--primary-color);
    font-weight: 600;
}

.fame_cont h5 {
    margin: 6px 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 12px;
}

.owl-carousel.our__team .owl-item img {
    width: 180px!important;
    height: auto!important;
    border-radius: 21px;
}

.fame_cont p {
    margin: 0;
    color: #000;
}

.fame_cont {
    margin-bottom: 20px;
}

.thum_box {
    position: relative;
    overflow: hidden;
}

.thum_box img {
    transition: all 0.5s;
}

.card_courses:hover .thum_box img {
    transition: all 0.5s;
    transform: scale(1.1);
}

.thum_box_overlay {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #0000007d;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.video_btn {
    width: 50px;
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 7px #ffffff59;
}

.header_text_box {
    border: 0!important;
    background-color: #eceff1!important;
    padding: 19px!important;
    margin-bottom: 20px;
    border-radius: 7px;
}

h2.p_title {
    font-weight: bold!important;
    color: #0f4c75!important;
}

.free-demo .card-header {
    background-color: #faf2ff;
    border: 0;
    position: relative;
    min-height: 197px;
    overflow: hidden;
    border-radius: 15px;
}

section.free_demo_faq {
    padding: 60px 0;
}

.offerings_col h3 {
    background-color: var(--primary-color);
    padding: 8px 20px;
    color: #fff;
    font-size: 20px;
    width: fit-content;
    transform: translate(-22px, 1px);
    border-radius: 0 0 20px 0px;
    text-transform: capitalize;
    border-right: 4px solid var(--secondary-color);
}

.offerings_col .fee_offer {
    text-align: center;
    display: flex;
    justify-content: space-around;
    color: #1e2964;
    align-items: center;
    grid-gap: 15px;
}

.offerings_col .fee_offer span {
    font-size: 24px;
}

.offerings_col .fee_offer strong {
    font-size: 34px;
}

.offerings_col .fee_offer strong sub {
    font-size: 15px;
    display: block;
    text-align: right;
}

.offerings_col p {
    margin-bottom: 0;
    text-align: center;
    color: #000;
    position: relative;
    /* z-index: 9; */
    position: relative;
    z-index: 99;
}

.offerings_col {
    padding: 0px 15px 30px 15px;
    background-color: #7d91ff21;
    border-radius: 10px;
    box-shadow: -13px 11px 10px #cccccc12;
    margin: 10px 0;
}

a.btn.buynow {
    margin: 30px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 20px 37px;
    background-image: linear-gradient(to right top, #003a66, #443e7f, #813886, #b82776, #e02454);
    /* background-color: var(--secondary-color); */
    border: 0;
    box-shadow: 5px 5px 10px #e0245442;
    color: #ffffff;
}

body .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}

body .owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

body .owl-carousel .owl-nav button {
    bottom: 46%;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ffffff96!important;
    border-radius: 100%;
    transition: all 0.5s;
}

body .owl-carousel .owl-nav button:hover {
    transition: all 0.5s;
    background-color: #ffffff50!important;
}

body .owl-carousel .owl-nav button span {
    color: #000!important;
    font-size: 40px;
    border-radius: 100%;
    line-height: 24px;
}

.card-header.bg_img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin: 10px;
}


.footer-widget {
    color: #fff;
    text-align: left;
    margin: 15px 0;
}

.footer-widget h5 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    color: #ffffff;
}

.widget_body p {
    font-size: 14px;
    opacity: 0.8;
}

.coppy_right {
    padding: 15px;
    background-color: #ffffff0d;
    color: #fff;
    /* padding-bottom: 2px; */
    margin-top: 30px;
}

.coppy_right p {
    margin-bottom: 0;
}

.widget_body iframe {
    width: 100%;
    height: 220px;
    border-radius: 15px;
}


li.nav-item.mb-2,
li.nav-item.mb-2 a {
    display: flex;
    grid-gap: 8px;
    font-size: 15px!important;
    opacity: 0.9;
}

li.nav-item.mb-2 strong {
    min-width: 90px;
}

.contact_info li a {
    color: #fff;
}

section.parents_v1 {
    /* background-color: #f7f7f7; */
    padding: 60px 0;
    background-color: #003a66;
    /* background-image: url(../img/bg-002.png); */
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.owl-pagination {
    position: absolute;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    justify-content: center;
    right: 0;
    left: 0;
}

body .owl-dots {
    position: absolute;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    justify-content: center;
    right: 0;
    left: 0;
}

body .owl-dot {
    /* position: absolute; */
    width: 20px;
    height: 20px;
    border-radius: 15px;
    border: 3px solid #ffffff9f!important;
    background-color: var(--primary-color)!important;
    transition: all 0.3s;
}

body .owl-dot.active {
    border: 3px solid #0e0e35!important;
    transition: all 0.3s;
}

.trial-form-section {
    /* padding: 0 20px 1px 20px; */
}

.accordion-button::after {
    padding: 5px;
    display: block;
    border-radius: 2px;
    background-color: #fff;
    background-size: 77%;
    background-position: center;
}
.row.justify-content-between {
    align-items: center;
}

.Webinar_section{padding: 60px 0;/* background-color: #eee; */padding: 60px 0;background-repeat: no-repeat;background-attachment: fixed;background-image: url(../img/shape-02.png);background-position: center;background-size: cover;background-position: center;box-shadow: inset 0px -4px 10px 13px #0000000d;}

.list_box ul{

}
.list_box ul li{
margin: 10px 0;
border: 0;
box-shadow: 9px 5px 10px #cccccc73;
border-radius: 28px 0!important;
padding: 15px;
border-bottom: 3px solid #b02978;
}

.list_box ul li h4{
    
margin-bottom: 8px;
    
font-weight: bold;
}
.list_box ul li p{
    
}

.date_right{
    
margin-right: 14px;
}
.about-img {
    position: relative;
    z-index: 999;
}
.trial-form {
    padding-bottom: 15px;
}
.banner_content h3 {
    color: #000;
    line-height: 1.2;
    font-size: 45px;
    margin-bottom: 0;
    /* font-weight: bold; */
    font-family: "Open Sans", sans-serif;
}
.form-horizontal .form-check .form-check-input {
    float: left;
    margin-left: -1.6em;
    width: 3px;
    height: 1px;
    padding: 8px;
}

label.right_margin.mr-4 {
    margin-right: 22px;
    color: #000;
}

section.coach {
    padding: 60px 0;
    /* background-color: #f2f2f2; */
}

.coach ul{
    padding-left: 0;
}
.coach ul li {
    list-style: none;
    padding: 3px 0;
    color: #000;
    /* border-bottom: 1px dashed #928c8c; */
    padding-left: 0px;
    margin: 4px 0;
    font-size: 16px;
    display: flex;
    grid-gap: 12px;
    align-items: center;
}
.coach ul li i{
    
font-size: 19px;
    
padding-top: 5px;
}
.coach ul li:last-child{
    border-bottom: 0;
}
.coach_col {
    background-color: #003a66;
    color: #fff;
    padding: 30px;
    border-radius: 15px;
}

.coach__box {
    font-size: 42px;
    color: red;
}

.coach_col h3{
    font-weight: bold;
    /* color: #9b4a4a; */
}
.coach_col h4{
    font-weight: bold;
    /* color: #000; */
    font-size: 20px;
}

.coach_col .btn {
    border: 0;
    line-height: 33PX;
    padding: 7px 20px;
}

body .coach_col .btn:hover {
  background-color: #000;
}


.section_success{
    margin-top:50px;
padding: 50px 0;
    background-color: #f2f2f2;
}

.success-image {
    text-align: center;
}

section.course_details.text-center .program_col  {
text-align: center;

}

section.course_details.text-center .program_col p  {
color: #000;
    
    }

    .form-group.flex_box {
        display: flex;
        justify-content: space-between;
    }

    .form-group.flex_box label {
color: #000;
    }


    .program_col ul li {
        margin-bottom: 5px;
        color: #fff;
        font-size: 15px;
        text-align: left;
        /* margin-top: 30px; */
    }



 .testimonial-item {
        padding: 20px;
        /* grid-gap: 18px; */
        display: flex;
        align-items: center;
        /* padding: 30px 30px 30px 60px; */
        margin: 30px 10px 30px 50px;
        min-height: 200px;
        border: 3px solid #d65f07;
        box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.08);
        border-radius: 13px;
        position: relative;
        background: #fff;
        text-align: left;
    }
    .testimonial_cont {
        margin-left: -30px;
    }
 .testimonial-item .testimonial-img {
        width: 226px!important;
        border-radius: 26px;
        border: 3px solid #d65f07;
        position: relative;
        left: -45px;
        background-color: #fff;
    }

    .testimonial-item h3 {
        font-size: 30px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }
    img.main_img {
        max-height: 91vh;
    }
    .testimonial-item h4 {
        font-size: 14px;
        color: #000;
        margin: 0;
        padding-bottom: 13px;
    }

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 10px;
        border: 6px solid #fff;
        position: absolute;
        left: -45px;
        background-color: #fff;
    }

    ul.mentor-list {
        font-size: 14px;
        color: #000;
        margin-left: 0;
        padding-left: 20px;
        margin-top: 17px;
    }
    div#nav-tab {
        justify-content: center;
        margin-bottom: 20px;
        background-color: #003a66;
        width: fit-content;
        margin: 0 auto;
        padding: 8px 40px;
        border-radius: 36px;
        /* padding-left: 40px; */
        /* padding-right: 40px; */
        margin-bottom: 40px;
    }
    .nav-link {
        display: block;
        padding: 5px 12px;
        color: #fff;
        border-radius: 40px!important;
    }

    .features_content h3 {
        font-size: 22px;
        color: #000000;
        font-weight: bold;
        text-align: center;
    }

    .feature_list li {
        padding: 18px 5px;
        border-bottom: 1px solid #ccc;
    }
    .feature_list li:last-child {
        border: 0;
    }

    .feature_list li h4 {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-bottom: 6px;
    }

    .feature_list li p {
        color: #000;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .feature_list {
        list-style: none;
        padding: 0;
    }

    


section.parents_v2  .program_col .icon__box {
    /* background-color: #d65f07; */
}
section.parents_v2  .program_col .icon__box i {
    line-height: 120px;
}
section.parents_v2 .program_col h3 {
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 10px;
    text-align: center;
}
section.parents_v2 .program_col ul li {
    margin-bottom: 5px;
    color: #000;
    font-size: 15px;
    text-align: left;
}
section.parents_v2 .program_col  p {

color:#000;
}
section.parents_v2  .icon__box {
    /* width: 120px; */
    flex: none;
    /* height: 120px; */
    margin: 0 auto;
    margin-right: auto;
    /* background-image: linear-gradient(to right top, #003a66, #443e7f, #813886, #b82776, #e02454); */
    font-size: 61px;
    color: #d65f07;
    text-align: center;
    line-height: 120px;
    /* border-right: 3px solid #ccc; */
    border-radius: 100px;
    margin-bottom: 28px;
    /* box-shadow: 10px 8px 1px #9e4c10; */
}

section.parents_v2 .program_content .program_col {
    /* background-image: url(../img/bg-01.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 58%;
    padding: 20px;
}
section.parents_v2 .program_col:hover {
    transform: scale(1.03);
    transition: all 0.5s;
    box-shadow: 2px 17px 20px #00000014;
}
section.parents_v2 .program_col {
    text-align: left;
}
section.parents_v2 .program_col {

    grid-gap: 27px;
    align-items: center;
    border-radius: 15px;
    height: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;

    background-color: #ffffff;
    transition: all 0.5s;
}

section.map_box {
    background-color: #0e3d71;
    text-align: center;
}


.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: NONE;
    isolation: isolate;
    background-color: #FFF;
}

.nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
}

.content_ss ul{
    padding-left: 1rem;
}




section.callout_section {
    position: relative;
    padding: 80px 0;
    /* background-color: #d65f07; */
    overflow: hidden;
}

section.parents_v2 {
    background-color: #f7f7f7;
    padding: 60px 0;
    background-image: url(../img/bg-002.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

section.callout_section::after{
    background: #d65f07;
    content: '';
    border: 29px solid #f5f5f533;
    display: block;
    width: 300px;
    transform: translateX(-50%);
    height: 298px;
    position: absolute;
    left: 0;
    bottom: -200px;
    /* top: 0; */
    transition: all 0.5s;
    /* z-index: 9; */
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
section.callout_section::before{
    background: #d65f07;
    content: '';
    display: block;
    border: 21px solid #fff6;
    width: 199px;
    transform: translateX(50%);
    height: 175px;
    position: absolute;
    right: 0;
    top: -33px;
    transition: all 0.5s;
    /* z-index: 9; */
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
section.callout_section h3 {
    line-height: 1.4;
    /* color: #000; */
    color: var(--primary-color);
    font-weight: 900;
    margin-bottom: 0;
    font-size: 36px;
}

section.callout_section h5 {

color: #000;
}


.callout_section .row {
    align-items: center;
}

.reature_inner .row {
    align-items: center;
}
.feature_list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.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;
}

button.btn.stiky_btn {
    padding-left: 11px !important;
    flex: right;
    position: fixed !important;
    right: -52px !important;
    transform: rotate(270deg) !important;
    top: 50% !important;
    background-color: #d65f07!important;
    z-index: 999999;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 17px;
    color: #fff;
    line-height: 1.33;
    padding: 8px 18px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}

.trial-form-section {

    text-align: center;
}
.coach_col p a {
    color: #fff;
}
body button.btn-close {
    position: absolute;
    top: 22px;
    right: 5px;
    color: #000;
    background-color: #fff;
    opacity: 1;
}
h1#exampleModalLabel {
    color: #000;
    font-weight: bold;
    text-align: center;
}
a.btn.ws-btn.book-now-btn.text-left {
    background-color: #d65f07;
    color: #ffff;
    padding: 11px 30px;
    font-size: 20px;
    font-weight: bold;
}
section.callout_section button.btn.ws-btn.book-now-btn {
    background-color: #000000!important;
}
body .modal-header {
    display: block;
}

.expert_section {
    padding: 60px 0;
    background-color: #f7f7f7;
}



.expert_col {

padding: 26px;

/* margin: 15px 0; */

border-radius: 15px;

transition: all 0.3s;

position: relative;
}


.expert_col:hover {

transform: scale(1.03);
    transition: all 0.5s;
    /* box-shadow: 2px 17px 20px #00000014; */
}
.expert_col h3{font-size:18px;color: #000;font-weight: bold;margin-bottom: 9px;margin-top: 10px;}

.expert_col p{
    color: #000;
}
.contact_form.footer_form {
    background-color: #ffffff;
    padding: 30px;
    padding-top: 0;
    border-radius: 15px;
}
.contact_form label{
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
 .contact_form label{
    color: #000;
}
.contact_form .form-group {
    margin: 10px 0;
    text-align: left;
}



.contact_info {
    background-color: #d65f07;
    padding: 15px;
    border-radius: 15px;
    margin-top: -1px;
    color: #f2f2f2;
}

.contact_info h3 {
   font-weight: bold;
   font-size: 26px;
   margin-bottom: 10px;
}

.contact_info p {
   font-size: 18px;
}

.modal-content {
    background-color: transparent;
    border: 0;
}


body {
    position: relative;
    height: 100vh;
  }
          
  
  
  .video-main {
    position: relative;
    display: inline-block;
    /* background-color: rebeccapurple; */
  }
  
  .video {
    height: 80px;
    width: 80px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #000000;
    z-index: 999;
  }
  
  @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)";
    }
  }
  
  .fa-play:before {
    content: "\f04b";
  }
  
  .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(214 95 9);
    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;
  }
          
  .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

  .hero_video {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.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: #d65f07;
    font-size: 36px;
}

a.video.video-popup.mfp-iframe i {
    color: #fff;
}

.promo-video{
    position: relative;
}

header#header {
    position: absolute;
    width: 100%;
    top: 6px;
}



.hero_title_box {
    position: relative;
    border: 2px dashed #d65f07;
    padding: 17px 40px;
    border-radius: 15px;
    margin: 30px auto;
    width: fit-content;
    color: #000;
    font-weight: bold;
    background-color: #fff;
}

.hero_title_box h2 {
    font-weight: 900;
    margin-bottom: 0;
    color: var(--primary-color);
}
a.btn.mentor_btn {
    background-color: #d65f07;
    color: #fff;
    margin-bottom: 6px;
    text-transform: capitalize;
    margin-top: 12px;
    padding: 11px 15px;
    font-size: 18px;
    font-weight: bold;
}


.callout_section .col-md-6 {
    position: relative;
}
img.errow_video {
    position: absolute;
    top: 0;
    z-index: 9;
    bottom: 0;
    right: 22px;
    width: 223px;
    transform: rotate(347deg);
}

.coach ul li i {
    font-size: 16px;
    padding: 4px;
    border-radius: 4px;
    color: #d65f07;
    border: 2px solid;
    height: max-content;
    /* height: 24px; */
    /* margin-top: 5px; */
}

#mentors  {
    background-color: #e9f4f6;
    padding: 60px 0;
    background-image: url(../img/shape-07.png);
    background-size: contain;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
}

.hero_title_box .fa{
    position: absolute;
    background-color: #d65f07;
    padding: 11px;
    font-size: 24px;
    color: #fff;
    border-radius: 40px;
}

.hero_title_box .fa-quote-left {

left: -15px;

top: -15px;

/* background-color: #fff; */

/* padding: 6px; */
}

.hero_title_box .fa-quote-right {

right: -15px;

bottom: -15px;
}