body {
    font-family: 'Baloo Bhaijaan 2', cursive;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: right;
	color: #1f272b;
}
h1,
h2,
h3,
h4,
h4,
h5,
h6 {	
	font-weight: 700;
    line-height: 1.6;
}

*:focus {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #1f272b;
}
a:hover {
	text-decoration: none;
}
ul {
	margin: 0;
}
*{
	outline: none;
}
iframe, img {	
    max-width: 100%;
    height: inherit;
}
p {
    margin-bottom: 10px;
    line-height: 1.6;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
  }
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
  }
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
  }
ul.breadcrumb li a {
    color: #006c62;
    text-decoration: none;
  }
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
  }


.mainHeader .top__header {
    color: #fff;
    padding: 5px 0;
	background-color: #296f8c;
    background: linear-gradient(to right, #000 , #12a583);
}
.mainHeader .top__header .top__header_content .top_menu_wrapper {
    margin-left: auto;
    font-size: 14px;   
    display: flex;
    gap: 15px;
}
.mainHeader .top__header .top__header_content .top_menu_wrapper a {
    color: #fff;
}
.mainHeader .top__header .top__header_content {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
}
.mainHeader .top__header .social_menu {
    padding-right: 20px;
    display: flex;
    justify-content: end;
    gap: 10px;
}
.mainHeader .top__header .social_menu a svg {
    width: 18px;
}
.mainHeader .top__header .social_menu a svg path {
    fill: #fff;
}
.mainHeader .top__header .top__menu a {
    color: #fff;
    margin-right: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.mainHeader .top__header .top__menu a span.material-icons {
    font-size: 18px;
}


.mainHeader .main__header {
    background-color: #fff;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
    position: relative;
}
.mainHeader .main__header_content {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.mainHeader .main__header .logo_wrapper {
    margin-left: auto;
}
.mainHeader .main__header .logo_wrapper img {
    height: 60px;
}



.mainHeader .main__header .search__form_header .form_search_wrapper__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 360px;
}
.mainHeader .main__header .search__form_header .form_search_wrapper__content .field_wrapper__search {
    width: 100%;
}
.mainHeader .main__header .search__form_header .form_search_wrapper__content input[type=search] {
    border: none;
    border: 2px solid #f1f1f1;
    width: 100%;
    padding: 7px;
    border-left: 0;
}
input#search_courses_filter {
    -webkit-appearance: none !important;
}
.mainHeader .main__header .search__form_header .form_search_wrapper__content button {
    background: #296f8c;
    color: #fff;
    border: none;
    padding: 7px;
    display: flex;
}

#intro {
    position: relative;
    margin-bottom: 60px;
}
#intro .shapes {
    position: absolute;
    bottom: 0;
    right: 0;
}
.intro_wrapper .brand-intro-img img {
    height: 340px;
    display: block;
    margin: auto;
}
.intro_wrapper #brand-itro .brand {
    margin-top: 100px;
}
.intro_wrapper #brand-itro .brand h1 {
    background-image: linear-gradient(to right, #296f8c , #296f8c); /* Define the gradient background */
    background-clip: text; /* Clip the background to the text */
    -webkit-background-clip: text; /* For Safari */
    color: transparent; /* Set the text color to transparent */
    -webkit-text-fill-color: transparent; /* For Safari */
}
.intro_wrapper #brand-itro .brand p {
    font-size: 18px;
}
.intro_wrapper #brand-itro .brand .main__cta {
    color: #fff;
    background-color: #296f8c;
    background: linear-gradient(to right, #296f8c , #296f8c);
    padding: 5px 20px;
    font-size: 16px;
    display: inline-block;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;     
}


.course__item_card {
    /* margin-bottom: 60px;*/
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding-bottom: 30px;
}
.course__item_card .thumb_card {
    background: #296f8c;
    height: 140px;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 7px 14px 0 rgb(50 50 93 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}
.course__item_card .thumb_card img {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
    opacity: .9;
}
.course__item_card .content_card {
    position: relative;
    padding: 20px;
    margin-bottom: auto;
    width: 100%;
    height: calc(100% - 140px);
    background-color: #fff;
    box-shadow: 0 7px 14px 0 rgb(50 50 93 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}

.course__item_card .content_card .course__type {
    position: relative;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.course__item_card .content_card .course__type:before {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #296f8c;
    display: block;
    border-radius: 100%;
}
.course__item_card h3.title_card {
    font-size: 16px;
    margin: 5px 0 15px 0;
    line-height: 1.4;
}
.course__item_card .price-infos-wrapper {
    background: #ffbf30;
    padding: 5px 10px;
    display: inline-block;
}
.course__item_card .price-infos-wrapper .regular_price_wrapper {
    font-size: 14px;
    font-weight: 600;
}
.course__item_card .price-infos-wrapper .currency {
    font-size: 10px;
}
.course__item_card .card_info .card_info_item {
    display: flex;
    justify-content: inherit;
    gap: 10px;
    font-weight: 600;
    font-size: 12px;
    margin: 10px 0;
}
.course__item_card .card_info .card_info_item span.material-icons {
    color: #296f8c;
    font-size: 24px;
}
.course__item_card .card_info .card_info_item .info_course_date {
    display: block;
    margin-bottom: 10px;
    margin-top: 3px;
}
.course__item_card .info_course_days {
    display: inline-block;
    font-size: 12px;
    background: #f0f0f2;
    padding: 4px 12px;
    font-weight: 600;
}
.course__item_card .permalink {
    background: #296f8c;
    display: flex;
    gap: 4px;
    align-items: center;
    color: #fff;
    padding: 7px 20px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.course__item_card .permalink .material-icons {
    font-size: 20px;
}

.events__soon {
    background: #eaf5f5;
    padding: 60px 0;
}
.section__head {
    text-align: center;
    margin-bottom: 60px;
}

.more_wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
}
.more_wrapper a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #296f8c;
}
.more_wrapper a span {
    font-size: 20px;
    color: #296f8c;
}

.steps__courses_wrapper {
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.steps__courses_wrapper .section__head {
    margin-bottom: 60px;
}
.steps__courses_wrapper .section__head h2 span {
    font-size:46px;
    background-image: linear-gradient(to right, #296f8c , #296f8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.steps__courses_wrapper .step__item_card {
    position: relative;
    padding-left: 40px;
}
.steps__courses_wrapper .step__item_card:before {
    position: absolute;
    height: 80px;
    width: 80px;
    content: "";
    display: block;
    border-radius: 100%;
    background-color: #eaf5f5;
    top: -30px;
    right:  -30px;
    z-index: 1;
}
.steps__courses_wrapper .step__item_card p {
   font-size: 16px;
   position: relative;
   z-index: 2;
}
.steps__courses_wrapper .step__item_card p span {
    position: relative; 
    display: block;
    font-size: 20px;
    font-weight: 600;
    background-image: linear-gradient(to right, #296f8c , #296f8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}
.steps__courses_wrapper .step__item_card .material-icons {
    position: absolute;
    color: #169985;
    z-index: 3;
    right: -25px;
    top: 0;
}

.partners__list_wrapper {
    margin: 120px 0px;
    background: rgb(234, 245, 245);
    padding: 60px 0px;
}
.partners_list__ul {
    display: flex;
    list-style: none;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.partners_list__ul li {
    width: 120px;
    min-width: 120px;
    height: 60px;
}
.partners_list__ul li img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.widget {
    margin-bottom: 30px;
    border-bottom: 1px solid #efeeee;
    padding-bottom: 30px;
}
.widget > h4 {
    font-size: 18px;
    color: #296f8c;
    margin-bottom: 20px;
}
.widget .news__item_card {
    margin-bottom: 30px;
}
.widget .event_content h3.title {
    font-size: 18px;
}
.widget .news__item_card .event_thumb {
    width: 120px;
    min-width: 120px;
    height: 80px;
}
.widget .list-links li {
    margin-bottom: 5px;
    list-style-type: square;
}
.widget .list-links li::marker {
    color: #296f8c;
  }

.event_news_wrapper {
    margin-top: 60px;
}
.event_news_wrapper .section__head {
   text-align: right;
   background-image: linear-gradient(to right, #296f8c , #296f8c);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
   -webkit-text-fill-color: transparent;
}
.event__item_card {
    position: relative;
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    box-shadow: 0 7px 14px 0 rgb(50 50 93 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
    padding: 20px;
}
.event__item_card h3.title {
    font-size: 22px;
}
.event__item_card .meta_head_event ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    gap: 5px 20px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.event__item_card .meta_head_event ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.event__item_card .meta_head_event ul li .material-icons {
    font-size: 16px;
    color: #169985;
}
.event__item_card .date_wrapper { 
    width: 80px;
    min-width: 80px;
    position: relative;
}
.event__item_card .date_wrapper .days {
    text-align: center;
    background: #296f8c;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event__item_card .date_wrapper .month {
    text-align: center;
    display: block;
    background: #ededed;
    padding: 5px;
}

.faq .faq-item div:not(:target) {
    display: none;
}
  
.faq .faq-item div:target {
display: block;
}
.faq .faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #eaf5f5;
    padding-bottom: 15px;
}
.faq .faq-item h2 a {
    font-size: 18px;
    color: #296f8c;
    display: flex;
    align-items: center;
    gap: 10px;
}
.faq .faq-item p {
    font-size: 16px;
    padding-right: 35px;
}

.meta_page_wrapper  ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    gap: 5px 20px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.meta_page_wrapper ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.meta_page_wrapper ul li .material-icons {
    font-size: 16px;
    color: #169985;
}

.post__content img {
    margin-bottom: 30px;
}
.post__content p ,
.post__content ul ,
.post__content ol {
    margin-bottom: 30px;
}

table.table_wrap {
    border-collapse: collapse;
    width: 100%;
}
table.table_wrap thead {
   /* border-bottom: 2px solid #000;*/
}
table.table_wrap th, table.table_wrap td {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
}

table.table_wrap th {
    font-weight: bold;
    background-color: #296f8c;
    color: #fff;
}

table.table_wrap tr:nth-child(even) {
    background-color: #f2f2f2;
}

table.table_wrap tr:hover {
    background-color: #ddd;
}

.post_thumbail {
    width: 100%;
    height: 360px;
    margin-bottom: 30px;
}
.post_thumbail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.form_wrapper {
    margin: 30px 0;
}
.form_wrapper label {
    display: block;
    margin-bottom:5px;
}
.form_wrapper label .required {
    color: #ed0000;
}
.form_wrapper fieldset  {
    margin-bottom: 15px;
}
.form_wrapper input[type="text"],
 .form_wrapper input[type="email"], 
 .form_wrapper input[type="tel"], 
 .form_wrapper textarea,
 .form_wrapper select {
    padding: 5px 20px;
    color: #69696e;
    border: 1px solid #afafaf;
    font-family: tahoma;
    text-align: right;
    width: 100%;
    max-width: 460px;
    margin-top: 5px;
}
.form_wrapper textarea {
    height: 200px;
}
.form_wrapper input[type="submit"] {
    background: #296f8c;
    display: flex;
    gap: 4px;
    align-items: center;
    color: #fff;
    padding: 7px 40px;
    font-size: 14px;
    text-align: center;
    border: none;
    margin-top: 15px;
}
.news__item_card {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}
.news__item_card .event_thumb {
   width: 220px;
   min-width: 220px;
   height: 120px;
}
.news__item_card .event_thumb  img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news__item_card h3.title {
    font-size: 22px;
}
.news__item_card a.pemalink {
    background: #296f8c;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 5px 20px 5px 10px;
}


.testimonials_wrapper {
    margin: 120px 0;
}
.testimonials_wrapper .testimonial_item {
    box-shadow: 0 7px 14px 0 rgb(50 50 93 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
    padding: 20px;
    margin-bottom: 20px;
}
.testimonials_wrapper .testimonial_item .stars_wrapper {
    color: #ffbc00;
}
.testimonials_wrapper .testimonial_item .stars_wrapper span.material-icons {
    font-size: 18px;
}
.testimonials_wrapper .testimonial_item span.name__span {
    font-size: 14px;
    color: #8f8f8f;
}

.page_head_wrapper {
    margin: 60px 0;
}
.content_page_wrapper {
    margin-bottom: 60px;
}

#footer-wrapper {
    position: relative;
    padding: 30px 0 60px;
    background: #f6f9fc;
}
#footer-wrapper .logo_wrapper {
    width: 160px;
}
#footer-wrapper .footer_widget > h4 {
    font-size: 22px;
    color: #296f8c;
    margin-bottom: 20px;
}
#footer-wrapper ul.list-infos-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-wrapper ul.list-infos-footer li span.material-icons {
    font-size: 28px;
    color: #296f8c;
}
#footer-wrapper ul.list-infos-footer li svg {
    fill: #296f8c;
}
#footer-wrapper ul.list-infos-footer li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
#footer-wrapper ul.list-links-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-wrapper ul.list-links-footer li {
    margin-bottom: 15px;
}
#footer-wrapper ul.list-links-footer li a {
    display: flex;
    align-items: initial;
    gap: 5px;
}
#footer-wrapper ul.list-links-footer li a span {
    font-size: 12px;
    color: #296f8c;
    margin-top: 7px;
}
footer.footer {
    background-color: #1f272b;
    padding: 20px 0;
}
footer.footer p {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
}

.p_l_60 {
    padding-left: 60px;
 }
.sidebar .p_l_60 {
    padding-left: 0;
}
 @media screen and (max-width: 1200px) {
    .news__item_card .event_thumb {
        width: 120px;
        min-width: 120px;
        height: 120px;
    }
    #intro .shapes {
        display: none;
    }
 }
 @media screen and (max-width: 992px) {
    .intro_wrapper #brand-itro .brand {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .steps__courses_wrapper .step__item_card {
        padding-left: 10px;
    }
    .news__item_card .event_thumb {
        width: 220px;
        min-width: 220px;
        height: 120px;
    }
    .testimonial_item {
        margin-bottom: 30px;
    }
    .footer_widget {
        margin-bottom: 30px;
    }
 }
 @media screen and (max-width: 768px) {
    .steps__courses_wrapper {
        width: 70%;
        margin: auto;
    }
    .steps__courses_wrapper .step__item_card {
        margin-bottom: 60px;
    }
    .p_l_60 {
        padding-left: 0;
    }
    .sidebar {
        margin-top: 60px;
    }
 }
 @media screen and (max-width: 560px) {
    .news__item_card .event_thumb {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }
    .mainHeader .main__header .search__form_header .form_search_wrapper__content {
        width: 200px;
    }

    .top__menu {
        display: none;
    }
 }

 .overscroll-y-contain {
    overscroll-behavior-y: contain;
}
.flex-col {
    flex-direction: column;
}
.flex {
    display: flex;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.relative {
    position: relative;
}

.pt-1 {
    padding-top: 0.25rem;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.w-full {
    width: 100%;
}
.h-12 {
    height: 3rem;
}
.z-10 {
    z-index: 10;
}
.top-0 {
    top: 0;
}
.sticky {
    position: sticky;
}

.overflow-auto {
    overflow: auto;
}
.flex-row {
    flex-direction: row;
}
.flex {
    display: flex;
}
.flex-grow, .grow {
    flex-grow: 1;
}

.text-cardDisclaimer {
    --tw-text-opacity: 1;
    color: rgb(159 159 159/var(--tw-text-opacity));
}
.text-32 {
    font-size: 32px;
}
.font-hsLight {
    font-family: light;
}
.pb-4 {
    padding-bottom: 1rem;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.mt-4 {
    margin-top: 1rem;
}
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.z-10 {
    z-index: 10;
}

.card {
    overflow: hidden;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --tw-shadow: rgb(59 59 59/7%) 0px 0px 24px 0px;
    --tw-shadow-colored: 0px 0px 24px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.basis-28 {
    flex-basis: 7rem;
}
.min-w-28 {
    min-width: 7rem;
}

.gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
}
.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr));
}
.auto-rows-fr {
    grid-auto-rows: minmax(0,1fr);
}
.grid {
    display: grid;
}

[dir=rtl] .menu-item {
    text-align: right;
}
.p-6 {
    padding: 1.5rem;
}
.menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
img, video {
    max-width: 100%;
    height: auto;
}
audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}
.overflow-hidden {
    overflow: hidden;
}
.flex-grow, .grow {
    flex-grow: 1;
}
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
