/*--------------------------------------------------------------
# General RDX
--------------------------------------------------------------*/
:root {
    --primary-color: var(--linear-gradient(90deg, #e5561e 0%, #76b229 100%););
    --secondary-color: #043A5A;
    --white: #ffffff;
    --green-color: #76b229;
}

body {
    background: #fff;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    list-style: 1.3;
}

/* Chrome, Safari, Edge, Opera */
section#catalog {
    padding-top: 50px;
}
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 h4{
    color:#000;
}
.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 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:after {
    left: 0;
    right: 0;
    width: 80px;
    background-color: var(--secondary-color);
}
.section_title h2::before {

width: 10px;

height: 10px;

bottom: -3px;

left: 0;

right: 0;

border-radius: 50%;

background: #f45e29;

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);
    }
}

/* Firefox */

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

a {
    color: #000000;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    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;
    padding: 0;
}

body .btn-primary {
    color: #fff;
    background-color: #1a55ab!important;
    border-color: var(--primary-color);
}

/* header */
.navbar-brand {
    margin-right: 3rem;
}

.navbar-brand .logo {
    width: 243px;
}

#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: 0 6px 0 8px; */
    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: 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: #1f5583;
    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 {
    /* background-image: url("../img/bg10.png"); */
    /* background-attachment: fixed; */
    /* background-size: cover; */
    /* background: linear-gradient(27deg, #e5561e 0%, #76b229 100%); */
    /* position: relative; */
}
#hero:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../img/bg10.png");
    background-attachment: fixed;
    background-size: cover;

}

.hero-container .card-header {
    background: var(--primary-color);
    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: 0;
    margin-bottom: 0;
}

.hero_list i {
    background-color: var(--primary-color);
    padding: 12px;
    font-size: 21px;
    color: #ffffff;
    border-radius: 4px;
    width: 44px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/* ---form--- */

div#enquiry-now {
    padding: 12px;
}

.form-group {
    /* margin: 10px 0; */
}

.form-group input,
.form-group select {
    display: block;
    /* box-shadow: none!important; */
    /* 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 {
    color: #000;
    position: relative;
    left: 0;
    padding-bottom: 13px;
    font-size: 37px;
    right: 0;
    margin: 0 auto 20px;
    font-weight: bold;
    /* background: linear-gradient(212deg, #1f5583 25%, #76b229 80%); */
    text-transform: capitalize;
    -webkit-background-clip: text;
    /* background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* color: var(--primary-color); */
    /* text-shadow: 1px 3px 1px #3333331c; */
}
.section_title.text-center h2:after {
    margin: 0 auto !important;

}
.section_title p {
    color: #000;
}

.section_title h5 {
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    font-weight: 500!important;
    line-height: 1.5;
    li':';
}

.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-next,
.owl-prev {
    /* border: 3px solid #00548b !important; */
    /* padding: 5px !important; */
    /* font: inherit; */
    /* margin: 0 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-image: url(../img/background2.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: #d3dec6; *//* background: linear-gradient(167deg, #041c7b 0%, #0f100d 100%); */}

/* 
#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;
    text-align: left;
    /* padding-top: 100px; */
    padding: 15px;
    max-width: 668px;
    margin-left: auto;
    /* text-align: left; */
    /* margin-left: 118px; */
}
#hero h1 {
    margin: 0px 0;
    font-size: 4vw;
    line-height: 1.1;
    font-weight: bold;
    color: #1f5583;
    text-align: left;
    padding-bottom: 8px;
}

#hero p {
   color:#000;
   font-size: 23px;
}
#hero h1 strong {
    color: #e3632d;
    /* text-shadow: 3px 3px 0px #ffffff70; */
    /* background: linear-gradient(276deg, #1f5583 0%, #76b229 100%); */
    /* text-transform: capitalize; */
    /* -webkit-background-clip: text; */
    /* background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}
#hero h1 span {
    /* text-shadow: 1px 8px 15px #ffffff45;
    color: #000000 !important;*/
} 

#hero h1 span{
    text-align: center;
    background: linear-gradient(276deg, #1f5583 0%, #76b229 100%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 1s linear infinite;
            animation: shine 1s linear infinite;
  }
  @-webkit-keyframes shine {
    to {
      background-position: 200% center;
    }
  }
  @keyframes shine {
    to {
      background-position: 200% center;
    }
  }
  

.banner_content h2 {

font-size: 29px;

color: #000000;

/* font-weight: 600; */

margin-top: 9px;

margin-bottom: 0;
}

.banner_right {
    text-align: right;
}
.banner_content h4 {
    }
.banner_content h3 {

color: #000;

font-size: 30px;

margin-bottom: 14px;
}
.banner_content h5 {

background-color: #000;

width: fit-content;

margin: 0 auto;

padding: 9px 15px;

color: #fff;

font-weight: bold;

border-radius: 40px;
}

.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 var(--primary-color);
    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.png'); */
    /* 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: 7px 16px;
    border-radius: 10px;
    font-size: 17px;
    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: 80px;
    flex: none;
    /* height: 78px; */
    /* margin: 0 auto; */
    /* margin-right: auto; */
    font-size: 46px;
    color: #ffffff;
    text-align: center;
    border-radius: 100px;
}
.icon__box img{
    max-width: 100%;
}
/*------*/

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 0 #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: 42px; */
    border-radius: 5px!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 0;
    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 0 -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: 8px 22px;
    /* background-color: #000; */
    border: 0;
    background: #000000;
    color: #fff;
    font-size: 16px;
}

.contact_form h3 {
    /* margin-left: -38px; */
    color: #000000;
    font-size: 18px;
    /* margin-top: 20px; */
    padding-bottom: 12px;
    padding-top: 10px;
    text-align: center;
    border-bottom: 1px solid #1f5583;
    /* background: #1f5583; */
    /* 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: var(--primary-color);
    color: #fff!important;
    /* font-size: 18px; */
    /* background-image: linear-gradient(to right top, #003a66, #443e7f, #813886, #b82776, #e02454); */
    background: #1f5583;
}

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: 20px;
    padding-left: 28px;
}

.accordion-item {
    background-color: #f1f2ff;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    border: 0;
}

.accordion-body p {
    color: #000;
    font-size: 18px;
    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 0 -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: 0 20px 20px !important;
        margin-top: 20px;
        text-align: center;
    }
    .mentored__content h6 {
        margin: 0 auto !important;
    }
}

.mentored__content {
    padding: 15px 40px 15px 0;
}
@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;
}

.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: 0 0 0 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 0;
    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: 0 15px 30px;
    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: 15px;
}

body .owl-carousel .owl-nav button.owl-next {
    right: 15px;
}

body .owl-carousel .owl-nav button {
    bottom: 46%;
    position: absolute;
    width: 40px;
    height: 40px;
    background: linear-gradient(336deg, #1f5583 0%, #76b229 100%);
    background-color: #1f5583 !important;
    border-radius: 100%;
    transition: all 0.5s;
}
body .owl-carousel .owl-nav button:hover {
    transition: all 0.5s;
    background: #1f5583;
    /* background-color: #ffffff50!important; */
}

body .owl-carousel .owl-nav button span {
    color: #fff !important;
    font-size: 40px;
    /* border-radius: 100%; */
    line-height: 24px;
    margin-top: -8px!important;
    display: block;
}

.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: 15px;
    height: 15px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    /* border: 3px solid #d74a08 !important; */
    background-color: #bfbfbf !important;
    transition: all 0.3s;
}

body .owl-dot.active {
    /* border: 3px solid #0e0e35!important; */
    transition: all 0.3s;
    background: #005287!important;
}

.trial-form-section {
    /* padding: 0 20px 1px 20px; */
}

.accordion-button::after {
    padding: 5px;
    display: block;
    /* border-radius: 2px; */
    background-color: #f3f3f3;
    background-size: 51%;
    background-position: center;
    position: absolute;
    left: -17px;
    width: 40px;
    height: 40px;
    border-radius: 26px;
    /* border: 6px solid #ffffff78 !important; */
}
.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 0 -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 h4 {
    color: #fff;
    /* font-weight: bold; */
    line-height: 1.2;
    border-radius: 50px;
    /* font-size: 34px; */
    margin-bottom: 37px;
    background-color: #1f5583;
    width: fit-content;
    margin-bottom: 21p;
    padding: 7px 37px;
    font-family: "Open Sans", sans-serif;
    /* background: linear-gradient(276deg, #1f5583 0%, #76b229 100%); */
}
.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;
    padding-top: 0;
    /* background-color: #f2f2f2; */
}

.coach ul {
    padding-left: 0;
}
.coach ul li {
    /* border-radius: 100%; */
    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; */
}
.coach ul li i {

    font-size: 12px;

    padding-top: 7px;
}
.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 var(--primary-color);
    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 var(--primary-color);
    position: relative;
    left: -45px;
    background-color: #fff;
}

.testimonial-item h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0 5px;
    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: #000000 !important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    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  {
    /* background-color: #1f5583; */
    position: relative;
    overflow: hidden;
}
section.parents_v2 .program_col:after {
  content: '';
  display: block;
  position:absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: var(--secondary-color);
  transform: translate(48%, 40%);
  border: 11px solid #ffffff80;
  box-shadow: -8px -8px 0px #dde9f1;
}
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-top: 20px;
    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; */
    /* background-image: linear-gradient(to right top, #003a66, #443e7f, #813886, #b82776, #e02454); */
    /* font-size: 61px; */
    /* color: var(--primary-color); */
    /* 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;

margin: 10px 0;
}

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: #1f5583; */
    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 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;
}

.btn.stiky_btn {
    padding-left: 11px !important;
    flex: right;
    position: fixed !important;
    cursor: pointer;
    right: -50px !important;
    transform: rotate(270deg) !important;
    top: 50% !important;
    background: #1f5583;
    /* background-color: var(--primary-color)!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: var(--primary-color); */
    color: #ffff;
    padding: 11px 30px;
    font-size: 20px;
    border: 0;
    font-weight: bold;
    /* background: linear-gradient(27deg, #e5561e 0%, #76b229 100%); */
    background-color: #000000;
}
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: 0 30px 30px; */
    /* border-radius: 15px; */
}
.contact_form label {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.contact_form label {
    color: #000;
}
.contact_form .form-group {
    margin: 6px 0;
    text-align: left;
}

.contact_info {
    background-color: var(--primary-color);
    padding: 15px;
    border-radius: 15px;
    margin-top: -1px;
    color: #f2f2f2;
    background: #1f5583;
}

.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(255 255 255);
    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: #1f5583;
    /* background-color: var(--primary-color); */
    background: #ffffff;
    font-size: 36px;
}

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

.promo-video {
    position: relative;
}

header#header {
    /* position: absolute; */
    /* width: 100%; */
    /* top: 6px; */
    position: relative;
    z-index: 999;
    box-shadow: -1px 6px 10px #cccccc70;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    /* background-color: #fff; */
    padding: 15px 15px 17px;
    /* margin-top: -17px; */
    border-radius: 1px 1px 40px 40px;
}
.hero_title_box {
    position: relative;
    border: 2px dashed var(--primary-color);
    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: var(--primary-color);
    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);
}
.list_ul {
    list-style: none;
    padding-left: 0;
}
.list_ul p {
    margin-bottom: 0;
}
.list_ul  h5{
    font-size: 18px;
    display: flex;
    grid-gap: 7px;
}
.list_ul li {
    list-style: none;
    padding: 6px 0;
    color: #000;
    border-bottom: 1px dashed #928c8c;
    padding-left: 0;
    margin: 4px 0;
    font-size: 16px;
}
.list_ul li i {
    font-size: 18px;
    margin-right: 5px;
    width: 35px;
    padding: 6px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    color: #fff;
    /* border: 2px solid; */
    height: max-content;
    text-align: center;
    height: 32px;
    background: #1f5583;
    text-transform: capitalize;
    /* -webkit-background-clip: text; */
    /* background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* 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: var(--primary-color);
    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;
}

.placed_candidates{
position: relative;

}

.placed_candidates:after {
    background-image: url("../img/service-bg.png");
    background-size: 100%;
    background-position: 27px right;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 50%;
    /* background: #1f5583; */
    opacity: 0.3;
}

.course_details{
    padding-top: 120px;
    display: block;
}


.gap_course_page{
    height: 120px;
}

.course_details li {
    color: #000;
    padding: 4px 0;
    /* border-bottom: 1px solid #ccc; */
}

.course_details button.accordion-button {

    font-weight: bold;
    font-size: 23px;
    padding-left: 34px;
}

.content_img img{
    max-width: 80%!important;
}

ol, body ul {
    padding-left: 1rem;
}

.placed-item iframe{
    width: 100%;
    height: 360px;
}
.hero_row {
    position: relative;
    z-index: 9;
}

section.parents_v2 {
    background-color: #ecf4fb;
    padding: 60px 0;
    background-image: url(../img/bg-002.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-top: -4px;
}
section.parents_v2 .program_col .icon__box i {
    /* line-height: 120px; */
    /* font-size: 44px; */
    /* margin-bottom: 54px!important; */
    display: block;
}

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: #1f5583;
    text-align: center;
    /* line-height: 120px; */
    /* border-right: 3px solid #ccc; */
    /* border-radius: 100px; */
    /* margin-bottom: 14px; */
    /* box-shadow: 10px 8px 1px #9e4c10; */
}
section.parents_v2 .program_col h3 {
    /* font-size: 20px; */
    /* font-weight: bold; */
    /* color: #000; */
    /* margin-bottom: 10px; */
    /* text-align: center; */
}
section.parents_v2 .program_col p {
    color: #000;
}

.single_counter  .statistic-counter
{

font-weight: bold;

color: #000;

margin-top: 14px;

margin-bottom: 9px;
}


.single_counter i
{

font-size: 40px;

margin-bottom: 20px;

color: #1f5583;

border: 1px solid #1f5583;

width: 100px;

height: 100px;

display: flex;

align-items: center;

justify-content: center;

margin: 0 auto;

background-color: #fff;

border-radius: 15px 0;
}


.single_counter  p
{

color: #000;

text-transform: capitalize;

font-weight: 500;
}


.single_counter 
{

text-align: center;

padding: 29px;

background-color: #eff8ff;

/* height: 100%; */

border-radius: 40px 0;

margin: 10px 10px;
}
section#counter {
    padding: 60px 0;
}

.schools_slid_img {
    padding: 15px;
    flex: none;
}

.schools_slid_content h4 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    /* text-align: center; */
}

.schools_slid_content h5 {
    font-size: 13px;
    color: #000;
    /* text-align: center; */
    font-style: italic;
}
.schools_slid_img img {
    width: 50px !important;
    margin: 0 auto;
    border-radius: 10px;
}
.schools_slid{
    
background-color: #fff;
    
padding: 15px 14px;
    
border-radius: 15px;
    
/* min-height: 220px; */
    
display: flex;
    
text-align: left;
    
align-items: center;
    
margin: 10px 0;
    
border: 1px solid #ededed;
}
.schools_list {
    position: relative;
}
.schools_list:after {
    background-image: url(../img/service-bg.png);
    background-size: 100%;
    background-position: 27px right;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 50%;
    /* background: #1f5583; */
    opacity: 0.3;
}
section.schools_list.p_80 {
    /* background-color: #1f558312; */
}

.row.hero_row {
    align-items: center;
}
.group_list {
    margin: 10px 0;
    text-align: center;
    box-shadow: 1px 1px 10px #d4d4d4;
    padding: 17px;
    border-radius: 5px;
}
.group_list img.img-fluid {
    height: 50px;
}

.hero_video img {
    height: 400px;
    object-fit: cover;
}

.placed-item h3 {
    font-weight: bold;
    color: #000;
    margin-top: 16px;
    text-align: center;
}
.study_material {

padding: 15px;

background-color: #ffffff;

margin: 0px 0;

border-radius: 5px;

text-align: center;
}
.study_material span {

font-size: 40px;

margin-bottom: 20px;

color: #1f5583;
}
.study_material h5{

color: #000;

margin-bottom: 15px;

font-size: 16px;
}
.study_material a {

font-size: 16px;

cursor: pointer;

margin-top: 20px;

padding: 10px 27px;

background-color: #e8eff5;

display: block;

width: fit-content;

/* color: #fff; */

border-radius: 3px;

margin: 0 auto;

margin-bottom: 17px;
}

.study_material img{max-width: 120px;margin: 0 auto;margin-bottom: 20px;}
.list_ul.study_material li a i {
    font-size: 18px;
    width: 34px;
    text-align: center;
    padding: 6px;
    height: 34px;
    line-height: 22px;
}

.program_col h5{
    color: #1f5583;

}

section.service {
    padding: 60px 0;
}

.service_col {
    padding: 21px;
    background-color: #074c86;
    margin: 10px 0;
    border-radius: 4px;
    transition: all 0.3s;
    transform: scale(1);
    /* background-image: url('../img/shape-01.png'); */
    position: relative;
    overflow: hidden;
}
.service_col  h2{
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0!important;
    padding-bottom: 0;
}
.service_col:after {
    content: '';
    position: absolute;
    background-image: url(../img/bg10.png);
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    transition: all 0.5s;
    transform: translate(0);
}
.service_col:hover:after {
    transition: all 0.5s;
    transform: translate(-30px);
}
.service_col:hover {
    transition: all 0.5s;
    transform: scale(1.05);
}
.service_col span{

background-color: #fff;

width: 100px;

height: 100px;

line-height: 100px;

font-size: 40px;

border-radius: 100px;

color: #000;
}


.service_col h3{

font-weight: 500;

color: #fff;

margin-top: 20px;

margin-bottom: 20px;

font-size: 19px;

margin-top: 11px;
}
.service_col p{

color: #fff;

font-size: 15px;
}

.content h3 {
    color: #1f5583;
    font-weight: 600;
    margin-bottom: 0 !important;
}

ul.navbar-nav.nav-right {
    display: flex;
    align-items: center;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.stick {
    position: fixed;
    top: 0;
    background-color: #fff !important;
    z-index: 999;
    left: 0;
    right: 0;
    box-shadow: -1px 6px 10px #cccccc70;
}

.what_do{padding-top: 50px;background-color: var(--secondary-color);color: #fff;position: relative;overflow: hidden;}

.what_do .list_ul  h5{
color: #fff;
}

.what_do img{
position: relative;
z-index: 9;
}


button.navbar-toggler {
    padding: 0;
    border: 0;
}

.banner_right img.img-fluid {
    /* max-width: 500px; */
}

		   
	#form_wrapper {
    width: 310px;
    /* border: dashed white; */
    font-family: helvetica, arial;
    font-weight: bold;
    font-size: 1.5em;
    /* margin: 0px auto; */
    position: fixed;
    right: 0;
    top: 99px;
    z-index: 99;
    transform: translate(100%, 10px);
    /* transform: translate(0, 10px); */
    transition: all 0.5s;
}

#form_wrapper.form_hide {
    border: none;
    transition: all 0.5s;
    /* transform: translate(100%, 10px); */
    transform: translate(0, 10px);
}

#form_wrapper .card {
    background-color: #ffffff;
    border: 0;
    max-width: 421px;
    /* margin: 0 auto!important; */
    box-shadow: -5px 5px 18px #00000036;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    margin: auto;
    padding-top: 13px;
}
#form_wrapper .adm-txt {
    text-align: center;
    font-weight: bold;
    color: #0b2248;
    font-size: 20px!important;
    border-bottom: 3px solid #ffc107;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
#form_wrapper .form-group {
    /* margin: 5px 0; */
}

#form_wrapper .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: 40px;
    /* box-shadow: 2px 2px 10px #ccc; */
    background-color: #f5f5f5;
}
#form_wrapper .form-group input::placeholder{
    color:#000;
}
#form_wrapper input#registerBtn {
    box-shadow: 2px 2px 10px #ccc;
    padding: 6px 34px;
    border: 0;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    height: 43px;
    color: #fff;
    background-color: #003357;
    /* border-color: #124ba0; */
    border-radius: 40px;
    /* font-weight: 800; */
}

.form form {
    padding: 0 15px 20px;
}

.form-clickOuter {
    left: -34%;
    position: absolute;
    bottom: 55%;
    right: 78%;
    -webkit-transform: rotate(352deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(270deg);
    animation: blinker 2s linear infinite;
}

.form-click {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 7px 7px 0 0;
    color: #fff;
    background: #00588b;
}	   
		   
	#form_wrapper .adm-txt {
    text-align: center;
    font-weight: bold;
    color: #0b2248;
    font-size: 27px;
    border-bottom: 3px solid #ffc107;
    padding-bottom: 10px;
    margin-bottom: 0px;
}	   

.footer_cont_list ul{}
.footer_cont_list ul li {
    display: contents;
    margin: 8px;
    display: inline-block;
    color: #fff;
    background-color: #ffffff14;
    padding: 10px 15px;
    border-radius: 5px;
}
i.fa.fa-phone {
    transform: rotate(85deg);
}
.footer_cont_list ul li i {

margin-right: 5px;
}

section#Features {
    background-color: #ecf4fb;
}

#form_wrapper .invalid-feedback {
    font-size: 12px;
    font-weight: 400;
}

.cp_publication .study_material {
max-width: 100%!important;
padding: 0!important;
background-color: transparent;
}

.cp_publication .study_material img {
max-width: 100%!important;
}

.cp_publication {
    padding: 40px 0;
    background-color: #eff8ff;
}
