html,
body {
    font-size: 14px;
    direction: rtl;
}

html,
body,
div,

applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,

sub,
sup,
tt,
var,
b,

i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

b {
    font-weight: bolder !important
}

html.nav_open {
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.m0-auto {
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

.container {
    /* max-width: 90%;
    padding: 0 1rem;
    margin: auto; */
}

.align-items-center {
    display: flex;
    align-items: center;

}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*a {
  transition: all 1s;
}*/


.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header.sticky .container {
    /* margin-top: 2.3rem !important; */
}

.header.sticky .logo img {
    /* width: 5rem !important; */
}

.header.sticky .header_icon {
    display: none !important;
}

header#header {
    width: 100%;
    position: relative;
    z-index: 10;
}

.header {
    width: 100%;
    background: white;
    position: relative;
    border-bottom: 1px solid #25aae1;
}

.header .container {
    /* display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative; */
    /* margin-top: 6.3rem; */
}

.logo {
    z-index: 99;
}


.logo img {
    width: 10rem;
    display: block;
    margin: 25px auto;
}



.nav_left {
    width: 50%;
    padding-right: 10rem;
}

.nav_right {
    width: 50%;
    padding-left: 10rem;
}

.navbar-nav {

    justify-content: space-around;
}

.navbar-dark .navbar-nav .nav-link {
    color: #20409a;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
}

.navbar .megamenu {
    background: #20409a;
}

.col-megamenu li a {
    padding: 4px 0;
    display: block;
    color: #ffffff;
    font-size: 13px;
    /* text-transform: uppercase; */
    font-weight: 500;
    text-decoration: none;
}

.col-megamenu li a:hover {
    color: #20409a
}



/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 500px) {
    .navbar-dark .navbar-nav .nav-link {
        color: white;
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: bold;
    }
}

.select2-results__options {
    list-style: none;
    text-align: right;
}

.header_icon {
    /* position: absolute; */
    bottom: 61px;
    right: 0;
    display: flex;
    /* align-items: center; */
    z-index: 1;
    right: 0;
    justify-content: flex-end;
    /* margin-bottom: 15px; */
}

.p-footer-new {
    padding-top: 15px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
}

.ul-footer-class {

    padding-right: unset !important;

}

.dmopMx {
    display: none;
}

.collapse:not(.show) {

    display: unset !important;
}

.header_icon ul {
    display: flex;
    align-items: center;
}

.navbar {

    /* position: unset; */
    padding-bottom: 0;
    /* left: 70px; */
    padding-top: 0;
    justify-content: end;
    width: 100%;

}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #20409a;
    line-height: 28px;
}
.request_call {

    background: #13133f;
    padding: 0.3rem 2rem;
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    /* margin-right: 2rem; */
    transition: all 1s;
    border-radius: 9px;
}

.request_call:hover {
    background: #20409a;
}

.header_icon ul li img {
    display: block;
    width: 30px;
}

.header_icon ul li {
    padding: 0 0.3rem;
}

.header_icon ul li:last-child {
    padding-right: 0;
}

.header_icon ul li:first-child {
    padding-left: 0;
}


/*header#header.darkHeader {
    position: fixed;
    top: 0;
    z-index: 9;
    background: #fff;
}

header#header.darkHeader .logo img {
    width: 90px;
}

header#header.darkHeader .header .container {
    margin-top: 5rem;
    transition: all 1s;
}*/

.slick-dots li button:before{
    content: '';
}
.slick-dots li button:after{
    content: '';
}
.upcoming_section {
    width: 100%;
    /* background: white; */
    padding: 3rem 0;
}

.upcoming_top {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
}

.page_title {
    color: #20409a;
    font-size: 2.4rem;
    font-weight: bold;
}

.upcoming_top span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #7e8083;
}

.coming_course_box {
    width: 100%;
    margin-bottom: 2.2rem;
    /* padding: 1rem; */
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 5px 13px -3px rgb(0 0 0 / 18%);
    -webkit-box-shadow: 1px 5px 13px -3px rgb(0 0 0 / 18%);
    -moz-box-shadow: 1px 5px 13px -3px rgb(0 0 0 / 18%);
    height: 97%;
    border: 1px solid #25aae1;
}

.coming_course_box figure {
    width: 100%;
}

.coming_course_box figure a img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 20px;
    overflow: hidden;
}

.coming_course_box figure>a {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}


.coming_course_box figure>a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.coming_course_box figcaption {
    background: #fff;
    padding: 1rem 0;
    padding-bottom: 0;
}

.coming_course_box figcaption>span {
    font-size: 1.2rem;
    color: #20409a;
    font-weight: bold;
    line-height: 29px;
}

.div-aligned-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.justify-content- {
    justify-content: end;
}

.coming_course_box figcaption h3 a {
    color: #20409a;
    font-size: 19px;
    font-weight: 600;
    line-height: 2rem;
}

.coming_course_box figcaption h3 {
    padding-bottom: 1rem;
    min-height: 130px;
    text-align: center;
}

.coming_course_box figcaption ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.coming_course_box figcaption ul li {
    display: flex;
    align-items: center;
    /* padding-right: 1rem; */
    color: #626262;
    font-size: 1.1rem;
    line-height: 20px;
    min-height: 40px;
}

.coming_course_box figcaption ul li img {
    width: 20px;
    display: block;
}

.coming_course_box figcaption ul li i {
    margin-right: 0.5rem;
}



.Explore_section {
    width: 100%;
    padding: 3rem 0;
}


ul.Explore_section_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
    float: right;
}

ul.Explore_section_list li {
    width: 50%;
    padding-bottom: 3rem;
}

ul.Explore_section_list li i {
    width: 70px;
    height: 70px;
    background: #efefef;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.Explore_section_list li i img {
    width: 43px;
}

ul.Explore_section_list li h3 {
    color: #20409a;
    font-size: 1.3rem;
    font-weight: bold;
    width: 150px;
    padding: 0.7rem 0;
}

ul.Explore_section_list li a,
ul.Explore_section_list li h3 a {
    color: #20409a;
    text-decoration: none;
}

ul.Explore_section_list li p {
    color: #20409a;
    font-size: 1rem;
    font-weight: 300;
}

.Explore_section_left {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.Explore_section_left h3 {
    width: 100%;
    color: #20409a;
    font-size: 3rem;
    font-weight: bold;
}

.Explore_section_left p {
    width: 100%;
    color: #20409a;
    font-size: 1.4rem;
    font-weight: 300;
    display: block;
    padding: 0 0;
}

ul.Explore_section_list li:nth-child(n+4) {
    padding-bottom: 0;
}

ul.Explore_section_list li:nth-child(n+3) {
    padding-bottom: 0;
}

.Started {
    background: #20409a;
    display: block;
    padding: 0.8rem 3rem;
    border-radius: 100px;
    color: #20409a;
    font-size: 1.2rem;
    font-weight: bold;
}

.Explore_section .page_title {
    color: #20409a;
}

.Explore_section .upcoming_top span {
    color: #20409a;
}

ul.Explore_list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
}

ul.Explore_list i {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #172329 solid;
    border-radius: 100%;
    width: 9rem;
    height: 9rem;
    margin: 0 auto 1rem;
}

ul.Explore_list i img {
    display: block;
    margin: auto;
}

ul.Explore_list li h3 {
    color: #20409a;
    font-size: 1.3rem;
    font-weight: bold;
}



.Organisations_clients .upcoming_top {
    text-align: right;
}

.Organisations_clients {
    padding: 3rem 0;
}

.organisations_slider_item {
    border: 1px #bebfc2 solid;
    text-align: center;
    min-height: 140px;
    display: flex !important;
    align-items: center;
    margin: 0 1rem;
    min-height: 140px !important;
}

.organisations_slider_item img {
    display: block;
    min-height:185px!important;
    margin: auto;
    width: 175px;
}



.organisations_slider button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 0;
    border: 0;
    border-radius: 100px;
    outline: none;
    cursor: pointer;
}

.organisations_slider button.slick-prev.slick-arrow {
    left: -40px;
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.organisations_slider button.slick-next.slick-arrow {
    right: -50px;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
}



.training_cities_slider button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 0;
    border: 0;
    border-radius: 100px;
    outline: none;
    cursor: pointer;
}

.training_cities_slider button.slick-prev.slick-arrow {
    left: 15px;
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
}

.training_cities_slider button.slick-next.slick-arrow {
    right: 15px;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
}

.course-content-title {

    background: #ececed;
    width: 100%;
    padding: 15px 6px;
    color: #626262;
    font-size: 25px;
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
}

span.course-content-read-more {
    font-size: 14px;
    margin: auto 2px;
    text-transform: capitalize;
}

span.course-content-read-more .fa {
    font-size: 9px;
}

footer#footer {
    width: 100%;
}

.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #edb930;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;

    margin: 29px auto;

}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.footer {
    width: 100%;
    background: #20409a;
    padding: 4rem 0;
}

.footer_logo img {
    width: 90%;
}

.footer_nav {
    width: 100%;
}

.footer_title {
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
}

.footer_nav ul li a {
    color: white;
    font-size: 1.2rem;
}

.footer_nav ul li {
    padding-bottom: 1.2rem;
}


.footer_address address {
    color: white;
    font-size: 1.2rem;
    padding-bottom: 1.4rem;
}

.MsoNormal {
    display: none;
}

.contacts-info-row .MsoNormal {
    display: unset !important;

}

ul.footer-contact-info li {
    color: #626262;
    font-size: 1.2rem;
}

ul.footer-contact-info li a {
    color: #626262;
}

.footer_address {
    width: 100%;
}

ul.footer-contact-info {
    width: 100%;
    padding-bottom: 1rem;
}

#st-2.st-left{
    display: none;
}

ul.Registration-no {
    width: 100%;
}

ul.Registration-no li {
    color: #626262;
    font-size: 1.2rem;
}

ul.Registration-no li a {
    color: #626262;
    font-size: 1.2rem;
}

.cIvqLr {
    bottom: 30px !important;
    left: 20px !important;
}

.sub_footer {
    width: 100%;
    background: white;
    padding: 1.5rem 0;
    direction: ltr;
}

.st-close {
    top: 15px !important;
    right: 15px !important;
}

.sharethis-sticky-share-buttons .st-left {
    z-index: 1 !important;
}

.sub_footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub_footer p {
    color: #20409a;
    font-size: 1rem;
    margin: 0;
}

.sub_footer p a {
    color: #20409a;
}

#loadMore {
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: #20409a;
    transition: .3s;
}

#loadMore:hover {
    color: #20409a;
    background-color: #fff;
    border: 1px solid #20409a;
    text-decoration: none;
}

.course-container {
    width: 100%;
    display: contents;
}

.our_courses_row {
    width: 100%;
    text-align: center;
    border-bottom: 1px #b8b8c5 solid;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.our_courses_row i {
    min-height: 42px;
    width: 70px;
    height: 70px;
    background: #efefef;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0rem auto 0.5rem auto;
}

.our_courses_row h3 {
    color: #959595;
    font-weight: 500;
    font-size: 1.2rem;
    height: 50px;
}

.our_courses_row a {
    color: #959595;
}

.our_courses_row i img {
    display: block;
    margin: auto;
    width: 30px;
}

.our_courses_section {
    width: 100%;
    padding: 3rem 0 2rem;
}

.our_courses_section .upcoming_top {
    padding-bottom: 4rem;
}

.training_Venues_section {
    width: 100%;
    padding: 4rem 0;
}

.training_Venues_item img {
    width: 100%;
    display: block;
    transform: scale(0.8);
}


.training_Venues_item.slick-slide.slick-current.slick-active.slick-center img,
.training_Venues_item.slick-slide.slick-current.slick-active.slick-center .layer {
    transform: scale(1);
}

.training_Venues_item.slick-slide.slick-current.slick-active.slick-center .layer {
    background-color: rgb(27 27 27 / 10%);
}

.training_Venues_item.slick-slide.slick-current.slick-active.slick-center .training_Venues_title {
    left: 0;
    bottom: 0;
}

.training_Venues_item {
    position: relative;
}

.training_Venues_title {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 1rem;
    color: #fff;
    left: 40px;
    bottom: 31px;
}

.training_Venues_title h3 {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.training_Venues_item .layer {
    background-color: rgb(27 27 27 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.8);
}

.training_Venues_title span {
    font-size: 1.2rem;
    font-weight: 500;
    color: white;
}


ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

ul.slick-dots li button {
    background: transparent;
    outline: none;
    appearance: none;
    width: 20px;
    height: 20px;
    font-size: 0;
    border: 1px #20409a solid;
    border-radius: 100px;
    cursor: pointer;
}

ul.slick-dots li {
    padding: 0 0.4rem;
}

ul.slick-dots li.slick-active button {
    background: #20409a;
}

ul.slick-dots li button:hover {
    background: #20409a;
}


.home_hero_slider ul.slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
}

/* .home_hero_slider ul.slick-dots li button {
    background: transparent;
    outline: none;
    appearance: none;
    width: 16px;
    height: 16px;
    font-size: 0;
    border: 1px #fff solid;
    border-radius: 100px;
    cursor: pointer;
} */

.home_hero_slider ul.slick-dots li {
    padding: 0 0.4rem;
}

/* .home_hero_slider ul.slick-dots li.slick-active button {
    background: #fff;
}

.home_hero_slider ul.slick-dots li button:hover {
    background: #fff;
} */


.organisations_slider ul.slick-dots {
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
}

.organisations_slider ul.slick-dots li button {
    background: transparent;
    outline: none;
    appearance: none;
    width: 16px;
    height: 16px;
    font-size: 0;
    border: 1px #20409a solid;
    border-radius: 100px;
    cursor: pointer;
}

.organisations_slider ul.slick-dots li {
    padding: 0 0.4rem;
}

.organisations_slider ul.slick-dots li.slick-active button {
    background: #20409a;
}

.organisations_slider ul.slick-dots li button:hover {
    background: #fff;
}


.home_hero_section {
    width: 100%;
}

.slider_item {
    height: 50vh !important;
    position: relative;
    background-size: cover;
    background-position: center;
}

.slider_item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #ffc30054; */
    background: linear-gradient(to left, #20409a, white);
    opacity: 0.5;
}



.home_hero_item {
    /* position: absolute; */
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.programs-course .box {
    padding: 15px;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .3s;
    /* width: 100%; */
    /* background-color: #20409a; */
    /* border: 1px #20409a solid; */
    border-radius: 6px;
}

.home_search {
    width: 100%;
    margin: auto;
    background: #fff;
    margin-top: 2rem;
    /* margin-top: 4rem; */
    padding: 1rem;
    border-radius: 5px;
    padding-bottom: 0.5rem;
    position: relative;
}

.home_search_top {
    display: flex;
    /* align-items: center;
    justify-content: center; */
    position: relative;
    margin-bottom: 1.2rem;
    border-bottom: 1px #b5b5b5 solid;
    padding-bottom: 1rem;
}

.search_by {
    /* position: absolute; */
    /* right: 0;
    top: 0; */
    background: #c3c5c6;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.home_search_top p {
    color: #20409a;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: bold;
}

.search_by input[type="text"] {
    width: 100%;
    background: transparent;
    border: 0;
    appearance: none;
    outline: none;
    height: 100%;
    padding: 0 3rem;
    font-size: 1.2rem;
    color: #fff;
}


.search_by ::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.search_by :-ms-input-placeholder {
    /* Internet Explorer */
    color: #fff;
}

.search_by ::placeholder {
    color: #fff;
}

.search_by button {
    position: absolute;
    right: 18px;
    background-image: url(../images/search-icon.png);
    width: 29px;
    height: 20px;
    border: 0;
    appearance: none;
    outline: none;
    cursor: pointer;
    top: 10px;
    border-left: 1px #fff solid;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.btn:hover {
    color: white;
}

.select_row {
    width: 100%;
    /* border-right: 1px #b5b5b5 solid; */
    padding: 0.5rem 0;
}

.select_row.bg-white {
    background: #fff;
    border-right: none;
    border-radius: 5px;
}

.select_row select {
    background: transparent;
    appearance: none;
    border: 1px solid #20409a;
    border-radius: 15px;
    padding: 8px;
    margin: 0;
    color: #20409a;
    font-size: 1.2rem;
    font-weight: bold;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    /* padding-right: 2rem; */
    outline: none;
    width: 100%;
    /* background-position: 94%; */
    
    background-position-y: center;
    background-position-x: 15px;
}

.row {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.select_row input[type="text"] {
    background: transparent;
    appearance: none;
    border: 1px solid #20409a;
    border-radius: 6px;
    padding: 8px;
    margin: 0;
    color: #20409a;
    font-size: 1.2rem;
    font-weight: bold;
    /* background-image: url(../images/calendar-icon.png); */
    background-repeat: no-repeat;
    padding-right: 2rem;
    outline: none;
    width: 100%;
    background-position: 2%;
    background-size: 23px;
    position: relative;
    direction: rtl;
}

.select_row input::placeholder {
    color: unset;
}

.select2-container--default .select2-selection--single {
    background: transparent;
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    color: #626262;
    font-size: 1.2rem;
    font-weight: bold;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    /* padding-right: 2rem; */
    outline: none;
    width: 100%;
    background-position: 0%;

}

.select2-container {
    direction: rtl !important;
    border: 1px solid #20409a;
    border-radius: 6px;
    padding: 5px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #20409a;
}

.filter_select {
    width: 100%;
    padding-bottom: 1.4rem;
}

.search_icon {
    position: absolute;
    bottom: -20px;
    width: 120px;
    height: 42px;
    background: #20409a;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin: auto;
    /* display: flex; */
    align-items: center;
    background-size: 18px;
    /* background-repeat: no-repeat;
    background-position: center; */
    border: 0;
    cursor: pointer;
    color: #fff;
}

i.search_icon img {
    width: 19px;
    margin: auto;
    display: block;
}

.clear {

    background: #c3c5c6;
    padding: 5px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

.datepicker-inline {
    width: 100%;
}

.datepicker table {
    width: 100%;
}

/* .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    width: -webkit-fill-available;
} */
.homehero_title {
    /* width: 100%;
    text-align: center;  */
    padding-top: 4rem;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 7rem;
    z-index: 1;
    direction: rtl;
    right: 5%;
}

.homehero_title h2 {
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
    padding-bottom: 0.5rem;
}

.homehero_title h3 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.3rem;
    padding-bottom: 1rem;
}

.read_more {
    color: #20409a;
    background: #fff;
    display: inline-block;
    padding: 0.8rem 3rem;
    border-radius: 10px;
    font-size: 1.2rem;
    transition: all 1s;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(37 170 225);
}

.read_more:hover {
    color: #fff;
    background: #20409a;
}

.Trustworthy_section {
    width: 100%;
    background: #011f4d;
    background-image: url(../images/trustworthy-bg.jpg);
    background-position: right top;
    background-size: 100% 100%;
    height: 30rem;
    background-repeat: no-repeat;
}


.Trustworthy_content {
    width: 600px;
    padding-top: 1rem;
}

.Trustworthy_content h3 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: bold;
}

.Trustworthy_content>p {
    color: #20409a;
    font-size: 1.2rem;
    font-weight: bold;
    width: 70%;
    display: block;
}

.Trustworthy_content ul {
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    padding-top: 2rem;
}

.Trustworthy_content ul li {
    width: 33%;
    padding-bottom: 2rem;
}

.Trustworthy_content ul li p {
    font-size: 2.5rem;
    font-weight: bold;
}

.Trustworthy_content ul li span {
    font-size: 1rem;
    font-weight: 500;
}

.mobile_header {
    display: none;
}

i.nav_close {
    display: none;
}


body.filter_body {
    overflow: hidden;
}



.courseshero_section {
    width: 100%;
    background: #20409a;
    padding: 3rem 0;
}

.courseshero_img {
    width: 100%;
}

.courseshero_img img {
    width: 100%;
    display: block;
}

.courseshero_content {
    width: 100%;
}

.courseshero_content h1 {
    color: #20409a;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.courseshero_content span {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
}

.courseshero_content p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.9rem;
    padding-top: 2rem;
}

.filterby_courses {
    width: 100%;
    padding: 3rem 0 4rem;
}

.filterby_courses_title {
    color: #20409a;
    text-align: center;
    display: block;
    margin: auto;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 2rem;
}



.filterby_courses_row {
    width: 100%;
    padding-top: 0.7rem;
}

.filterby_courses_row .search_by {
    position: relative;
    width: auto;
}

.filterby_courses_row .search_by input {
    font-size: 1rem;
}

.filter_courses:focus-visible {
    border: 0;
    outline: 0;
}

.filter_courses {
    color: #20409a;
    font-size: 1rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-top: 8px;
    background-image: url(../images/filter-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5px 0 5px 3rem;
    cursor: pointer;
    border: 0;
    background-color: transparent;
}

.h4-tailored {
    font-size: 2rem;
    color: #15193e;
    font-weight: 700;
}

.li-tailored {
    font-size: 1.5rem;
    padding: 1rem 0 1rem 0;
}

.text-tailored h5 {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 10px;

}

.sub-intro-tailored-2 {
    padding: 2rem 0 2rem 0;
    background: #f1f4f5;
}

.sub-intro-tailored-2 img {
    border-radius: 10px;
    max-height: 100%;
    max-width: 100%;
}

.white-bg {
    background: white;
}

.text-tailored {
    background: white;
    height: 16rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
}

.tailored-div {
    background: white;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.text-tailored li {
    padding-bottom: 5px;
    padding-top: 5px;
}

.text-tailored p {
    padding-bottom: 10px;
    padding-top: 10px;
}

.sub-intro-tailored {
    padding: 3rem 0 3rem 0;
}

.clear_courses {
    color: grey;
    font-size: 1rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-top: 8px;
    /* background-image: url(../images/clear_search_icon.png);
    background-repeat: no-repeat;
    background-size: contain; */
    padding: 5px 0 5px 0;
    cursor: pointer;
    border: 0;
    background-color: transparent;
}

.clear_courses:focus-visible {
    border: 0;
    outline: 0;
}

.intro-tailored {
    background: #15193e;
}

.intro-tailored h2 {
    color: white !important;
}

.intro-tailored p {
    font-size: 1.8rem;
    color: white !important;
}

.Courses_listing {
    width: 100%;
    background: white;
    padding: 3rem 0 4rem;

}

.Courses_listing_row {
    display: flex;
    align-items: self-end;
    background: #fff;
    margin-bottom: 3rem;
    border-radius: 20px;
    overflow: hidden;
}

.Courses_listing_img {
    /* width: 30%; */
    /* height: 200px; */
}

.Courses_listing_img img {
    width: 100%;
    min-height: 250px;
    display: block;
    object-fit: cover;
}

.Courses_listing_Content a {
    color: unset;
}

a.disabled {
    cursor: not-allowed;
    color: #20409a !important;
    background-color: #fff !important;
    border: 1px solid #20409a !important;
    text-decoration: none !important;
}

.othercourse_details {
    padding: 0 0.7rem;
}

.box-info {
    margin: 0 5px;
}

.box.filter a {
    color: #20409a;
}

.space-between {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.city-title {
    padding: 15px 0;
    font-size: 20px;
}
.filter-city-select{
    padding: 0 0 15px 0;
}
.btn-primary {
    color: #fff;
    background-color: #20409a;
    border-color: #20409a;
}

.btn-primary:active {
    background-color: #ffffff;
    border-color: #20409a;
    color: #20409a;
}

.btn-primary:hover {
    background-color: #ffffff;
    border-color: #20409a;
    color: #20409a;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {

    background-color: #ffffff;
    border-color: #20409a;
    color: #20409a;
    box-shadow: unset;
}

.Courses_listing_Content {
    /* width: 70%; */
    padding-right: 0;
    /* height: 100%; */
}

ul.Courses_listing_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px #ececed solid;
    padding-top: 0.6rem;
    padding: 0.5rem 1rem;
    text-transform: capitalize;
}

.Courses_listing_Content h2,
.Courses_listing_Content h2 a {
    color: #626262;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    padding: 0.2rem 0rem 0rem 1rem;
}

.Courses_listing_Content h2 i img {
    width: 33px;
    margin-right: 1rem;
}

ul.Courses_listing_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #dbdbdb;
    padding: 0.5rem 1rem;
    margin: 0;
}


.Courses_listing_price_txt p {
    display: flex;
    align-items: center;
    color: #20409a;
    font-size: 1.4rem;
    margin: unset;
}

ul.Courses_listing_price li a {
    display: flex;
    align-items: center;
    color: #20409a;
    font-size: 1.2rem;
}

.Courses_listing_price_read_more {
    display: flex;
    align-items: center;
    color: #20409a;
    font-size: 1.2rem;
}

.Courses_listing_price_read_more i {
    margin-right: 0.5rem;
}

.Courses_listing_price_txt img {
    display: block;
    margin-right: 0.4rem;
}

ul.Courses_listing_info li i img {
    display: block;
}

ul.Courses_listing_info li i {
    margin-bottom: 0.6rem;
    display: block;
}



.Courses-details {
    width: 100%;
    background: white;
    padding-top: 3rem;
}

.Courses_nav {
    display: flex;
    position: sticky;
    top: 0;
    background: white;
    padding: 1.5rem 0;
    z-index: 9;
}

.Introduction_info {
    width: 100%;
}

.Introduction_info img {
    max-width: 100%;
    display: block;
    padding-bottom: 1rem;
}

.Courses_nav li a {
    color: #b6b8ba;
    font-weight: 600;
    font-size: 1.2rem;
    position: relative;
}

.Courses_nav li a:after {
    content: "";
    position: absolute;
    background: white;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -3px;
}

.Courses_nav li a.active {
    color: #20409a;
}

.Courses_nav li a.active:after {
    background: #20409a;
}

.Courses_nav li {
    border-right: 1px #b6b8ba solid;
    padding: 0 2rem;
    line-height: 15px;
}



.Courses_nav li:last-child {
    padding-left: 0;
}

.Courses_nav li:first-child {
    border: 0;
    padding-right: 0;
}

.Courses_title {
    color: #20409a;
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 1px #25aae1 solid;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

ul.Courses_list li {
    color: #626262;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7rem;
    position: relative;
    padding-left: 1.5rem;
}

.Objectives_content ul li {
    color: #626262;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7rem;
    position: relative;
    padding-left: 1.5rem;
}

.Course-Outline-box ul li {
    color: #626262;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7rem;
    position: relative;
    padding-left: 1.5rem;
}

.Introduction_info ul li {
    color: #626262;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7rem;
    position: relative;
    padding-left: 1.5rem;
}

ul.Courses_list li:after {
    content: "";
    background: #20409a;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 100px;
}

.Objectives_content ul li:after {
    content: "";
    background: #20409a;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 100px;
}

.Course-Outline-box ul li:after {
    content: "";
    background: #20409a;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 100px;
}

/* .programs-course .box {
    padding: 15px;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .3s;
    width: 100%;
} */

.Introduction_info ul li:after {
    content: "";
    background: #20409a;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 100px;
}

/* .Courses-details p {
    color: #626262;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7rem;
    padding-bottom: 1rem;
 }*/
/* .introduct_details span,p,ul,li{
    margin: auto;
    padding: 5px;



   } */



.Courses-details ul li {
    background-color: transparent !important;
    /* padding: unset!important; */
}

.introduct_details ul {
    list-style: unset !important;
}

/* .Courses-details strong {
    color: #626262;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7rem;
    padding-bottom: 1rem;
    display: block;
} */

.Introduction_section {
    width: 100%;
    /* padding: 2rem 0; */
}

.Objectives_section {
    width: 100%;
    padding: 2rem 0;
}

section.Course-Outline {
    width: 100%;
    padding: 2rem 0;
}

section.Should-Attend-section {
    width: 100%;
}

.Course-Outline-box {
    padding: 2rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 5px 13px -3px rgb(0 0 0 / 18%);
    -webkit-box-shadow: 1px 5px 13px -3px rgb(0 0 0 / 18%);
    -moz-box-shadow: 1px 5px 13px -3px rgb(0 0 0 / 18%);
    min-height: 390px;
    margin-bottom: 2rem;
}

.day {
    color: #20409a;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 1px #25aae1 solid;
    /* display: block; */
    padding: 1px 1rem;
    margin-bottom: 1rem;
}

.month {
    color: #20409a;
    padding: 1px 1rem;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #20409a;
    color: white;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #20409a;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #20409a;
}

.dropdown-menu {
    min-width: 22rem;
    text-align: right !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #20409a;
    color: white;
}

.datepicker table tr td span {
    display: block;
    width: unset;
    height: 54px;
    line-height: unset;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: unset;
    height: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    border: none;
}

th.datepicker-switch {
    font-size: 20px;
    padding: 15px;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #20409a, #20409a);
    background-image: -ms-linear-gradient(to bottom, #20409a, #20409a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#20409a), to(#20409a));
    background-image: -webkit-linear-gradient(to bottom, #20409a, #20409a);
    background-image: -o-linear-gradient(to bottom, #20409a, #20409a);
    background-image: linear-gradient(to bottom, #20409a, #20409a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20409a', endColorstr='#0044cc', GradientType=0);
    border-color: #20409a #20409a #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.Course-Outline-box .Courses_list {
    padding-bottom: 1rem;
}



.schedule_fees {
    /* background: #fff; */
    padding: 1rem 0;
    display: inline-flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
}

.schedule_fees p span {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
    padding: 0 3px;
    min-height: 25px;
}

.schedule_fees div span {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 3px;
    color: #20409a;

}
.Courses-details-btm button {
    background: #20409a;
    color: #fff;
    padding: 8px;
    border: 1px #25aae1 solid;
    margin: 15px 0 0 15px;
    outline: none;
    cursor: pointer;
    appearance: none;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 5px;
}
.Courses-details-btm button a {
    color: #fff;
}
.course-category-table-td:last-child {
    width: 6%;
    padding: 0;
}
.course-category-table-td {
    /* width: 27%; */
}
.course-category-table-td:first-child {
    width: 50%;
}
.box.filter.active {
    background: #20409a;
    color: white;
}

.box.filter.active div {
    color: white;
}
.schedule_fees p code {
    background: #20409a;
    /* width: 100%; */
    min-width: max-content;
    display: block;
    padding: 8px 21px;
    color: white;
    font-size: 1.2rem;
    position: relative;
    height: 40px;
    font-weight: 900;
}

.schedule_fees div code {
    /* background: #20409a; */
    width: 100%;
    display: block;
    /* padding: 8px 6px; */
    /* padding-left: 25px; */
    color: #25aae1;
    direction: rtl;
    font-size: 1.2rem;
    position: relative;
    /* height: 40px; */
    text-align: center;
}


.schedule_fees p {
    width: 100%;
}

.schedule_fees div {
    /* width: 100%; */ 
    margin: 7px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.schedule_fees p code:after {
    content: "";
    position: absolute;
    left: 0;
    height: 23px;
    background: #626262;
    width: 1px;
    top: 9px;
}

.schedule_fees div code:after {
    /* content: ""; */
    /* position: absolute; */
    left: 0;
    height: 23px;
    background: #626262;
    width: 1px;
    top: 9px;
}


button.Register-now,
a.Register-now {
    background: transparent;
    border: 0;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    width: 100%;
    /* background-image: url(../images/register-btn.png); */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    cursor: pointer;
}

a.Register-now {
    padding: 0 1rem;
}

.schedule_fees p.register-code {
    text-align: center
}

.schedule_fees p:last-child code:after {
    opacity: 0;
}

.schedule_fees div.register-code {
    text-align: center;
    /* display: inline-flex;
    align-content: stretch;
    justify-content: space-evenly;
    flex-direction: column; */
}

.download-button {
    background: #20409a;
    color: #fff;
    padding: 8px;
    border: 1px #20409a solid;
    margin: 15px;
    outline: none;
    cursor: pointer;
    appearance: none;
    font-weight: 600;
    font-size: 1.1rem;
}

.schedule_fees div:last-child code:after {
    opacity: 0;
}


.schedule_fees_Section {
    width: 100%;
}

.Courses-details-Hero {
    padding: 1rem 0;
    background: white;
}
span.cat-space {
    padding: 0 5px;
}
.Courses-details-content {
    color: #20409a;
    width: 100%;
    height: 100%;
}

.Courses-details-content h1 {
    font-size: 2.5rem;
    font-weight: bold;
    width: 100%;
    padding: 15px 0;
}

.Courses-details-content h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3rem;
}

.Courses-details-content span {
    font-size: 1.2rem;
}

.Courses-details-content p {
    font-size: 1.2rem;
    /* padding: 2rem 0 0; */
    color: #20409a;
    margin: 0;
    display: inline-flex;
}



address p.footer_text_not_displayed {
    display: none;
}





.Courses-logo {
    padding: 1rem 0;
}

.Courses-logo img {
    
    display: block;
    width: 100%;
    border-radius: 15px;
    margin: auto;
    object-fit: cover;
    height: 300px;

}


.other_popular_courses {
    background: white;
    padding: 4rem 0;
    border-top: 2px #25aae1 solid;
    border-bottom: 2px #25aae1 solid;
}

.other_popular_title {
    text-align: center;
    color: #000;
    font-size: 2.2rem;
    border-bottom: 1px #25aae1 solid;
    padding-bottom: 1rem;
    width: 98%;
    margin: 0 auto 2rem;
}

.popular_slider_item {
    border: 1px #20409a solid;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 1.5rem;
}

.popular_slider_item h2 a {
    color: #626262;
}

.popular_slider_item h2 {
    font-size: 1.2rem;
    padding: 2rem;
}

.popular_slider_item .date {
    background-repeat: no-repeat;
    background-position: 20px center;
    display: flex;
    padding: 0;
    padding-left: 3rem;
    margin-bottom: 1rem;
    background-size: 25px;
    line-height: initial;
    font-size: 1.2rem;
    border-top: 1px #ececed solid;
    padding-top: 1rem;
    position: relative;
}

.price {
    display: block;
    background-image: url(../images/price-icon.png);
    background-color: #f3f3f3;
    padding: 1rem 4rem;
    background-repeat: no-repeat;
    background-position: 20px center;
    color: #20409a;
    font-size: 1.2rem;
}


p.date:after {
    content: "";
    background-image: url(../images/calendar-icon.png);
    position: absolute;
    left: 14px;
    top: 13px;
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}


.other_popular_courses ul.slick-dots {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    overflow: auto;
}
.home-cat-box {
    width: 100%;
    text-align: center;
    border: 1px solid #25aae1;
    margin-bottom: 15px;
    border-radius: 7px;
    position: relative;
}

.home-cat-box h3 {
    color: #20409a;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    display: block;
    padding: 15px;
    background: #ffffff78;
    border-radius: 7px;
    width: 100%;
    font-size: 20px;
}
.home-cat-box img {
    
    width: 100%;
    margin: auto;
    min-height: 150px;
    object-fit: cover;
    border-radius: 7px;
    display: block;
}


.other_popular_courses ul.slick-dots li button {
    background: transparent;
    border: 1px #20409a solid;
    border-radius: 100px;
    font-size: 0;
    width: 20px;
    height: 20px;
    appearance: none;
    outline: none;
    cursor: pointer;
}

.other_popular_courses ul.slick-dots li {
    padding: 0 0.5rem;
}

.other_popular_courses ul.slick-dots li.slick-active button {
    background: #25aae1;
}

.coming_course_box .figcaption-old {
    background: #fff;
    padding: 1rem 0;
    /* border-top: 1px solid #25aae1; */
    /* border-radius: 0 0 10px 10px; */
}

.coming_course_box .figcaption-old>span {
    font-size: 1.2rem;
    color: #20409a;
    font-weight: bold;
    line-height: 29px;
}

.coming_course_box .figcaption-old ul li i {
    margin-left: 0.5rem;
}

.coming_course_box .figcaption-old h3 {
    color: #20409a;
    font-size: 19px;
    font-weight: 600;
    line-height: 2rem;
    padding: 0 1rem;
    min-height: 74px;
    display: flex;
    align-items: center;
}


.coming_course_box .figcaption-old ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.coming_course_box .figcaption-old ul li {
    display: flex;
    align-items: center;
    /* padding-right: 1rem; */
    color: #626262;
    font-size: 1.1rem;
    line-height: 20px;
    min-height: 40px;
}

.coming_course_box .figcaption-old ul li img {
    width: 20px;
    display: block;
}

.coming_course_box .figcaption-old ul li i {
    margin-right: 0.5rem;
}

.main-box {
    border-radius: 10px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.09));
    background-color: #ffffff;
    /* padding: 1.5rem; */
    margin-bottom: 3rem;
    border: 1px solid #25aae1;
}

.main-box figure img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.main-box figure img:hover {
    transform: scale(1.1);
}
.main-box figure {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.download-icon{
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 30px;
}
.download-icon a {
    color: #20409a;
    background: #00000024;
    padding: 1px 6px;
    /* border: 1px solid #20409a; */
    border-radius: 7px;
}
.Webinars-content {
    padding: 1rem 0 0;
}

.Webinars-content h2 {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 1rem;
    color: #20409a;
}

.Webinars-content p {
    font-size: 1.2rem;
    padding-bottom: 2rem;
    color: #20409a;
}

.Webinars-content ul li {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #20409a;
}

.Webinars-content ul li i img {
    width: 30px;
    margin-right: 1rem;
}

.Webinars_Register {
    width: 100%;
    text-align: right;
}

.Webinars_Register button {
    border-radius: 26px;
    background-color: #20409a;
    border: 0;
    padding: 0.7rem 2rem;
    color: #fff;
    font-weight: 600;
    appearance: none;
    outline: none;
    cursor: pointer;
}

.inner-hero {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    background: #1f2539;
}

.inner-hero:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1f2539;
    opacity: 0.7;
    top: 0;
    left: 0;
}

.inner-hero img {
    width: 100%;
    display: block;
}

.inner-main {
    width: 100%;
    padding: 5rem 0;
}

.inner-main {
    width: 100%;
    padding: 5rem 0;
}

.inner-main-description {
    width: 100%;
    padding-top: 2rem;
}

.page-sub-description {
    color: #626262;
    font-size: 25px;
}

.inner-hero-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    text-align: center;
    color: #fff;
    width: 100%;
}

.inner-hero-caption h1 {
    font-size: 4rem;
    font-weight: bold;
    padding-bottom: 1.5rem;
}

.inner-hero-caption p {
    font-size: 2.5rem;
    font-weight: 100;
    width: 70%;
    margin: auto;
    line-height: 3.5rem;
}

.pagination-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0 4rem;
}

.pagination-row ul {
    display: flex;
}

.pagination-row ul li {
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0 2rem;
}

.previous {
    background-color: #20409a;
    border: 1px solid #20409a;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
}

.next {
    background-color: #20409a;
    border: 1px solid #20409a;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    padding: 15px;
}

th.prev {
    font-size: 1.5rem;
}


.downloads-content {
    width: 100%;
    text-align: center;
    padding-top: 1rem;
}

.downloads-content h2 {
    font-size: 1.5rem;
    color: #20409a;
    font-weight: bold;
    padding-bottom: 1rem;
}

.downloads-content p {
    font-size: 1.2rem;
    padding-bottom: 2rem;
}

.downloads-content button {
    background-image: url(../images/downloads-icon.png);
    width: 150px;
    background-color: #20409a;
    appearance: none;
    outline: none;
    cursor: pointer;
    height: 40px;
    color: #fff;
    border-radius: 100px;
    border: 0;
    font-weight: 600;
    font-size: 1.2rem;
    background-repeat: no-repeat;
    background-position: 90%;
    padding-right: 3rem;
    background-size: 25px;
}
.filter-buttons {
    padding: 15px 0;
    display: inline-flex;
}

.filter-button {
    background: #20409a;
    padding: 6px 15px;
    margin-left: 5px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    font-size: 21px;
    cursor: pointer;
}
.table-title {
    font-size: 25px;
    font-weight: bold;
    color: #20409a;
    padding: 0;
}
/* Define CSS classes for the table and its elements */
.course-category-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin: 15px 0;
}

.course-category-table-tr {
    border-bottom: 1px solid #20409a;
}

.course-category-table-th,
.course-category-table-td {
    padding: 10px 5px;
}
.course-category-table-td a {
    color: #20409a;
}
/* Style the header row */
.course-category-table thead {
    background-color: #20409a;
    color: white;
}

/* Style even and odd rows differently for better readability */
.course-category-table tbody tr:nth-child(even) {
    /* background-color: #25aae133; */
}

/* Style the table header cells */
.course-category-table-th {
    font-weight: bold;
    /* color: #20409a; */
}

/* Style specific elements, e.g., for dates or other classes */
.course-category-table-td.date {
    font-weight: bold;
    color: #007bff;
}

.course-category-table-td.city {
    font-style: italic;
    color: #666;
}

.cities-content {
    width: 100%;
    padding: 5px;
    border-top: 1px solid #25aae1;
    min-height: 90px;
    display: flex;
    align-items: center;
    position: relative;

}
.footer_address a {
    color: white;
}
.cities-content-par {
    position: absolute;
    width: 100%;
    background: #20409a9c;
    z-index: 16;
    bottom: 0;
    right: 0;
    text-align: center;
    color: white;
    padding: 15px;
    font-size: 20px;
    border-radius: 10px;
}
.cities-content h2 {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 0.7rem;
    color: #20409a;
    text-align: right;
    width: 100%;
}
.cities-content ul li {
    color: #20409a;
    font-size: 1.2rem;
    font-weight: 100;
}


.cities_btn {
    width: 100%;
    text-align: right;
}
.cities-content ul {
    padding: 0;
}
.cities_btn a {
    width: 139px;
    height: 41px;
    border-radius: 25px;
    background-color: #20409a;
    border: 0;
    appearance: none;
    cursor: pointer;
    outline: none;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    color: #20409a;
}

.certificates-content {
    width: 100%;
    text-align: center;
}

.certificates-content img {
    width: 40%;
    margin-bottom: 1rem;
}

.certificates-content h2 {
    color: #20409a;
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 1rem;
}

.certificates-content p {
    color: #20409a;
    font-size: 1.4rem;
    font-weight: normal;
    padding-bottom: 2rem;
}

.View-Courses-btn {
    border-radius: 40px;
    background-color: #20409a;
    padding: 0.9rem 3rem;
    color: #fff;
    border: 0;
    appearance: none;
    outline: none;
    cursor: pointer;
}

.blog-content {
    width: 100%;
    padding-top: 1.2rem;
}

.blog-content h2 a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #20409a;
}

.blog-content h2 {
    padding-bottom: 1rem;
}

.blog-content>p {
    font-size: 1.2rem;
    padding-bottom: 2rem;
    color: #20409a;
    line-height: 1.9rem;
}

.blog_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.read_min {
    color: #20409a;
    font-size: 1.2rem;
    background-image: url(../images/read-icon.png);
    padding: 0.5rem 0 0.5rem 3rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.read_blog {
    border-radius: 25px;
    background-color: #20409a;
    border: 0;
    padding: 0.6rem 1rem;
    color: #20409a;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    appearance: none;
    outline: none;
}

.services-page {
    width: 100%;
}

.services-page-title {
    text-align: center;
    color: #20409a;
    font-size: 3rem;
    font-weight: bold;
    padding: 3rem 0;
}

.services-row {
    width: 100%;
    position: relative;
    margin-bottom: 0.5rem;
}

.services-row:last-child {
    margin-bottom: 0;
}

.services-row img {
    width: 100%;
    display: block;
}

.services-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    right: 4%;
}

.services-info h2 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 2rem;
}

.services-info p {
    font-size: 2rem;
    font-weight: normal;
    line-height: 3rem;
    padding: 2rem 0;
}

.services-btn {
    border-radius: 25px;
    background-color: #20409a;
    border: 0;
    padding: 0.7rem 1.5rem;
    color: #20409a;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    appearance: none;
    outline: none;
    display: inline-flex;
}

.services-row:nth-child(odd) .services-info {
    left: 4%;
}



.about-page {
    width: 100%;
}

.about-page-top {
    padding: 3rem 0;
}

.about-page-top h2 {
    color: #959595;
    font-size: 3rem;
    font-weight: 500;
}

.about-page-top h2 strong {
    font-weight: bold;
    color: #20409a;
}

.about-page-top a {
    background: #f2d492;
    padding: 1rem 2rem;
    display: inline-block;
    margin-top: 1rem;
    border-radius: 100px;
    color: #20409a;
    font-weight: bold;
    font-size: 1.2rem;
}

.our_message_section {
    width: 100%;
    /* height: 35rem; */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    position: relative;
    background-image: url(../images/our_message_img.png);
    text-align: center
}

.privacy-policy {
    width: 100%;
    height: 35rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    position: relative;

    text-align: center
}

.privacy-policy-p {
    color: #20409a;
}

.Subscribe_sections {
    background: #20409a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 3rem;
}



.Subscribe_section ul {
    width: 30%;
}



.our_message_section h2 {
    font-size: 3rem;
    font-weight: bold;
}

.our_message_section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.7;
    top: 0;
    left: 0;
}

.our_message_section p {
    font-size: 2rem;
    color: #20409a;
    line-height: 2rem;
    width:85%;
    text-align: right;
    margin: auto;
    line-height: 3rem;
    padding-top: 2rem;
}

.our_message_section div {
    z-index: 1;
    width: 100%;
}



.Our-Vision-Section {
    width: 100%;
    background: white;
    padding: 4rem 0;
    text-align: center;
}

.Our-Vision-title {
    font-size: 3rem;
    font-weight: bold;
    color: #20409a;
    padding-bottom: 1rem;
}

.Our-Vision-box {
    width: 100%;
    background: #fff;
    height: 100%;
    padding: 2rem;
    position: relative;
}

.Our-Vision-box p {
    font-size: 1.6rem;
    text-align: right;
    line-height: 2.5rem;
    font-weight: 500;
}

.Our-Vision-box i {
    position: absolute;
    top: -20px;
    background: #20409a;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.4rem;
}





.our_Mission {
    width: 100%;
    background: white;
    padding: 2rem 3rem;
    background-repeat: no-repeat;
    background-size: 100%;
}

.our_Mission_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.our_Mission_right {
    width: 40%;
}

.our_Mission_right img {
    width: 100%;
    display: block;
}

.our_Mission_left h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    padding-bottom: 4rem;
    text-align: center;
}

.our_Missionbox {
    width: 100%;
    color: #fff;
    margin-bottom: 2rem;
}

.our_Missionbox i {
    width: 50px;
    height: 50px;
    display: flex;
    background: #373b4d;
    margin-bottom: 1rem;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    padding: 9px;
}

.our_Missionbox i img {
    max-width: 100%;
}

.our_Missionbox h3 {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 1rem;
}

.our_Missionbox p {
    font-size: 1.2rem;
}

.our_Mission_left {
    width: 50%;
}


.Subscribe_section {
    width: 100%;
    background: #20409a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}

.Subscribe_left {
    display: flex;
    align-items: center;
    width: 60%;
}

.Subscribe_left p {
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    padding-right: 2rem;
}

.Subscribe_input {
    display: flex;
    align-items: center;
    position: relative;
    width: 410px;
    border-radius: 100px;
    overflow: hidden;
}

.Subscribe_input input[type="text"] {
    width: 100%;
    height: 50px;
    color: #525252;
    font-size: 1.5rem;
    font-weight: 100;
    padding: 0 1rem;
    font-family: 'Roboto', sans-serif;
}

.Subscribe_section ul {
    width: 30%;
}

.Subscribe_input button {
    position: absolute;
    left: 0;
    height: 100%;
    border: 0;
    font-size: 1.2rem;
    padding: 0 1rem;
    color: #20409a;
    font-weight: 600;
    appearance: none;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

.contacts-info {
    width: 100%;
    background: white;
    padding: 4rem 0;
    display: flex;
    justify-content: space-around;
}

.contacts-info-row {
    background: #f5f5f5;
    /* width: 20%; */
    text-align: center;
    padding: 5rem 1rem 3rem;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}

.contacts-info-row i {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}

.contacts-info-row i img {
    width: 60px;
}

.contacts-info-row span {
    color: #20409a;
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
    display: block;
}

.contacts-info-row p {
    color: #20409a;
    line-height: 2rem;
    font-size: 1.1rem;
    margin: 0;
}

.contacts-info-row p a {
    color: #20409a !important;
    font-weight: 400;
}

.contacts-info-row p a img {
    display: none;
}



.contact-form-wrapper {
    width: 100%;
    padding: 4rem 0;
}
.contact-form {
    border: 1px solid #25aae1;
    padding: 15px;
    border-radius: 10px;
    background: #25aae10a;
}
.contact-form-top {
    width: 100%;
    text-align: right;
    padding-bottom: 3rem;
    display: block;
}

.contact-title {
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
    color: #20409a;
}


.contact-form-top p {
    color: #20409a;
    font-size: 1.5rem;
}

.input-row {
    width: 100%;
    margin-bottom: 1rem;
}

.g-recaptcha {
    margin: 15px 0;
}

.input-row label {
    display: block;
    color: #20409a;
    font-size: 1.1rem;
    font-weight: 500;
    padding-bottom: 0.5rem;
    font-family: 'Roboto', sans-serif;
}

.column-count-4 {
    column-count: 4;
}

.megamenu-dev {
    margin-bottom: 15px;
}

.input-row input {
    width: 100%;
    height: 40px;
    padding: 0 1rem;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.09));
    margin-bottom: 0rem;
    border: 0;
}


.input-row textarea {
    resize: none;
    width: 100%;
    height: 100px;
    padding: 1rem;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.09));
    margin-bottom: 0rem;
    border: 0;
}

.input-row input[type="submit"] {
    color: #fff;
    background: #20409a;
    font-size: 1.2rem;
    cursor: pointer;
    font-weight: bold;
}


ul.Trainers-list {
    display: flex;
    /* flex-wrap: wrap; */
}

.contacts-info-row h2 {
    font-size: 18px;
    font-weight: 600;
}

ul.Trainers-list li {
    width: 50%;
    text-align: center;
    margin-bottom: 2rem;
}



ul.Trainers-list li i img {
    max-width: 100%;
    border-radius: 100%;
    margin-bottom: 1rem;
    width: 100px;
}

ul.Trainers-list h2 {
    color: #20409a;
    font-size: 1.2rem;
}

.contact-map {
    width: 100%;
    height: 16rem;
}


ul.share_click {
    display: flex;
    align-items: center;
}

ul.share_click li img {
    width: 44px;
    display: block;
}

ul.share_click li {
    padding: 0 1rem;
}


.coming_course_box .figure-course>.figure-course-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.coming_course_box .figure-course .figure-course-img img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
}

.figure-course {
    width: 100%;
    display: block;
    /* border: 1px solid #25aae1; */
    /* border-radius: 10px; */
    height: 100%;
}

.coming_course_box .figure-course>.figure-course-img {
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}


.coming_course_box .figure-course>a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.main-box .figure-course img {
    width: 100%;
    display: block;
    border-radius: 10px;
}


@media (max-width:1600px) {

    html,
    body {
        font-size: 14px;
    }
}

.header-nav-center {
    margin: auto;
}

.error-div {
    text-align: center;
    padding: 100px 0;
}


@media (max-width:1000px) {

    .navbar-dark .navbar-nav .nav-link {
        color: white;
    }





    .programs-course .box {
        width: 100%;
    }

    ul.Explore_list {
        white-space: nowrap;
        overflow: auto;
        justify-content: flex-start;
        padding-left: 2rem;
    }

    ul.Explore_list li {
        width: 180px;
        margin-right: 2rem;
    }

    .Explore_section .container {
        max-width: 100%;
    }

    ul.Explore_list li h3 {
        font-size: 1rem;
    }

    .page_title {
        font-size: 1.8rem;
        padding-bottom: 0.7rem;
    }

    .upcoming_top span {
        font-size: 1rem;
    }

    .container {
        max-width: 100%;
    }

    .coming_course_box figcaption h3 a {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }

    .coming_course_box figcaption h3 {
        padding-bottom: 1rem;
        min-height: unset;
    }

    .coming_course_box .figcaption-old h3 {
        color: #20409a;
        font-size: 19px;
        font-weight: 600;
        line-height: 2rem;
    }

    .coming_course_box .figcaption-old h3 {
        padding-bottom: 1rem;
        min-height: unset;
    }

    .coming_course_box {
        margin-bottom: 1.5rem;
    }

    .Trustworthy_content h3 {
        font-size: 2rem;
    }

    .Trustworthy_content {
        width: 100%;
        padding: 2rem 0;
    }

    .Trustworthy_content ul li p {
        font-size: 2rem;
    }

    .Trustworthy_content ul li {
        width: 50%;
        padding-bottom: 1.4rem;
    }

    section.Trustworthy_section {
        background-size: contain;
        background-position: bottom right;
        height: auto;
    }

    .Trustworthy_content>p {
        width: 100%;
    }

    .slick-slide img {
        max-width: 100%;
        padding: 0.5rem;
    }

    .organisations_slider_item {
        min-height: 110px !important;
    }

    .our_courses_row h3 {
        font-size: 1rem;
    }


    .our_courses_row {
        margin-bottom: 0.3rem;
        min-height: 80px;
    }

    .our_courses_section .upcoming_top {
        padding-bottom: 2rem;
    }


    .training_Venues_title h3 {
        font-size: 1rem;
    }

    .training_Venues_title span {
        font-size: 1rem;
    }

    .training_Venues_section .upcoming_top {
        padding-bottom: 0rem;
    }

    .training_Venues_section {
        padding: 2rem 0;
    }

    .upcoming_section {
        padding: 2rem 0;
    }

    .Explore_section {
        padding: 3rem 0;
    }


    .logo {
        display: none;
    }

    .header .container {
        margin: 0;
        display: block;
        /* background: #20409a; */
    }

    .nav_left {
        width: 100%;
        padding: 0;
    }

    .nav_right {
        width: 100%;
        padding: 0;
    }

    .header nav ul {
        display: block;
    }

    .navbar .megamenu {
        padding: 1rem;
    }

    /* ============ desktop view ============ */
    @media all and (min-width: 992px) {


        .navbar .has-megamenu {
            position: static !important;
        }

        .navbar .megamenu {
            left: 0;
            right: 0;
            width: 100%;
            margin-top: 0;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 0;
            padding-left: 1rem;
        }
    }

    /* ============ desktop view .end// ============ */

    /* ============ mobile view ============ */
    @media(max-width: 991px) {

        .navbar.fixed-top .navbar-collapse,
        .navbar.sticky-top .navbar-collapse {
            overflow-y: auto;
            max-height: 90vh;
            margin-top: 10px;
        }
    }


    @media(max-width: 500px) {
        .homehero_title {
            width: 100%;
            text-align: center;
            padding-top: 4rem;
            color: #fff;
            text-transform: uppercase;
            position: absolute;
            bottom: 4rem;
            z-index: 1;
            right: 0;
        }

        .home_search_top {
            display: flex;
            /* align-items: center;
        justify-content: center; */
            position: relative;
            margin-bottom: unset !important;
            border-bottom: 1px #b5b5b5 solid;
            padding-bottom: unset !important;
        }

        .home_search_top p {
            font-size: 1.3rem;
            padding-bottom: unset !important;
        }

        .home_search {
            width: 100%;
            margin: auto;
            background: #fff;
            margin-top: 0.5rem;
            /* margin-top: 4rem; */
            padding: 1rem;
            border-radius: 5px;
            padding-bottom: 0.5rem;
            position: relative;
        }


    }

    /* ============ mobile view .end// ============ */
    .header_icon {
        display: none;
    }

    .header {
        display: block;
        position: fixed;
        right: -100%;
        z-index: 9;
        padding-bottom: 30px;
        width: 100%;
        padding-top: 3rem;
        background: #20409a;
        transition: all 0.5s;
        top: 0;
        overflow: auto;
    }

    /* .col-megamenu li a {
        font-size: 10px;
    } */

    .column-count-4 {
        column-count: 1;
    }

    .header.active {
        right: 0;
    }

    body.filter_body:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        left: 0;
        z-index: 2;
        top: 0;
    }


    .footer_logo {
        width: 100%;
        text-align: center;
    }


    .footer_address {
        padding: 2rem 0;
    }

    .footer_nav ul li a {
        font-size: 1rem;
    }

    ul.Registration-no li {
        font-size: 1rem;
    }

    .footer {
        padding: 3rem 0;
    }


    .sub_footer .container {
        display: block;
        text-align: center;
    }

    .sub_footer p {
        padding-bottom: 0.5rem;
    }


    .slider_item {
        height: 48rem !important;
    }

    .homehero_title h3 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .select_row select {
        width: 100%;
    }

    .select_row {
        border-right: 0;
        border-bottom: 1px #b5b5b5 solid;
        padding: 0.8rem 0;
    }

    .search_by {
        width: 100%;
        margin-bottom: 1rem;
        position: relative;
        height: 30px;
    }

    .home_search_top {
        display: block;
        text-align: center;
    }

    .home_search_top p {
        font-size: 1.3rem;
        padding-bottom: 1rem;
    }

    .homehero_title h2 {
        font-size: 1.2rem;
    }



    .hamburger_icon {
        width: 23px;
        display: block;
    }

    .hamburger_icon span {
        background: #000;
        height: 2px;
        width: 100%;
        display: block;
        margin-bottom: 6px;
        border-radius: 5px;
        position: relative;
    }

    .hamburger_icon span:last-child {
        margin: 0;
    }

    .mobile_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
    }

    .mobile_logo img {
        width: 4rem;
    }


    i.nav_close {
        position: absolute;
        left: 15px;
        top: 15px;
        background: #fff;
        width: 25px;
        height: 25px;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    i.nav_close {
        position: absolute;
        left: 15px;
        top: 15px;
        background: #fff;
        width: 25px;
        height: 25px;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .home_search {
        width: 95%;
    }


    .Explore_section_left p {
        padding: 1.5rem 0;
    }

    .Explore_section_left {
        margin-bottom: 2rem;
        height: auto;
    }

    ul.Explore_section_list li {
        width: 45%;
    }

    ul.Explore_section_list {
        justify-content: space-between;
    }

    ul.Explore_section_list li h3 {
        font-size: 1.1rem;
    }

    .Explore_section_left h3 {
        font-size: 2rem;
    }


    .Courses_listing_row {
        display: block;
    }

    .Courses_listing_img {
        width: 100%;
    }

    .Courses_listing_img img {
        height: 200px;
        object-fit: cover;
    }

    .Courses_listing_Content {
        width: 100%;
        padding-top: 2rem;
    }

    .courseshero_img img {
        width: 50%;
        margin: auto;
        padding-bottom: 2rem;
    }

    .courseshero_content h1 {
        font-size: 2rem;
    }



    .Courses_title {
        font-size: 1.4rem;
    }

    .Courses_nav {
        white-space: nowrap;
        justify-content: flex-start;
        position: relative;
        overflow: auto;
        padding: 0 0;
    }
    .Courses-details-btm button {
        display: block;
        width: 100%;
        margin: 15px 0 0 0;
    }
    .schedule_fees {
        /* padding: 1rem; */
        display: block;
    }

    .schedule_fees p code:after {
        opacity: 0;
    }

    .schedule_fees p span {
        padding: 0;
    }

    .schedule_fees p:last-child span {
        margin: 0;
        display: none;
    }


    .other_popular_title {
        font-size: 1.5rem;
    }

    .other_popular_courses {
        padding: 2rem 0;
    }

    .popular_slider_item {
        margin: 0;
    }


    .Courses-details-content h2 {
        font-size: 2rem;
        line-height: 2.5rem;
        padding: 0.3rem 0;
    }

    .Courses-details-content h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        padding: 0.3rem 0;
    }

    .Courses-logo {
        text-align: center;
    }

    .Courses-logo img {
        margin: auto;
    }

    .Courses-details-Hero {
        padding: 1rem 0;
    }

    .inner-hero-caption h1 {
        font-size: 2rem;
        padding-bottom: 0rem;
    }

    .inner-hero-caption p {
        font-size: 1.4rem;
        line-height: 2rem;
        width: 100%;
    }

    .inner-hero img {
        height: 220px;
        object-fit: cover;
    }

    .inner-main {
        padding: 2rem 0;
    }

    .services-page-title {
        font-size: 2rem;
        padding: 1rem 0;
    }

    .services-info h2 {
        font-size: 2rem;
    }

    .services-info p {
        font-size: 1.2rem;
        line-height: 1rem;
        padding: 1rem 0;
    }

    .services-row img {
        height: 200px;
        object-fit: cover;
    }




    .about-page-top h2 {
        font-size: 2rem;
        line-height: 3rem;
    }

    section.our_message_section {
        height: auto;
        padding: 2rem 1rem;
    }

    section.privacy-policy {
        height: auto;
        padding: 2rem 1rem;
    }

    .our_message_section h2 {
        font-size: 2rem;
    }

    .our_message_section p {
        width: 100%;
        font-size: 1.2rem;
        line-height: 2rem;
        padding-top: 1rem;
    }

    .privacy-policy p {
        width: 100%;
        font-size: 1.2rem;
        line-height: 2rem;
        padding-top: 1rem;
    }

    .Our-Vision-title {
        font-size: 2rem;
    }

    .Our-Vision-box {
        margin-bottom: 2rem;
        height: auto;
    }

    .Our-Vision-box p {
        font-size: 1.2rem;
    }

    .our_Mission_row {
        display: block;
    }

    .our_Mission_left {
        width: 100%;
    }

    section.our_Mission {
        padding: 1rem;
    }


    .our_Mission_right {
        width: 100%;
    }



    .about-page-top {
        padding: 1rem 0 2rem;
    }


    .contacts-info {
        display: block;
        padding: 5rem 2rem 2rem;
    }

    .contacts-info-row {
        /* width: 100%; */
        margin-bottom: 4rem;
    }

    .Subscribe_sections {
        display: block;
        padding: 1rem;
    }

    .Subscribe_left {
        width: 100%;
        display: block;
    }

    .Subscribe_input {
        width: 100%;
        margin: 2rem 0;
    }

    ul.share_click {
        justify-content: center;
    }

    .contact-title {
        font-size: 2.5rem;
    }

    .contact-form-wrapper {
        padding: 3rem 0;
    }

}

@media (min-width: 992px) {

    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width:500px) {
    ul.Explore_section_list li h3 {
        width: 100%;
    }

}

.btn-submit-search {
    width: 100% !important;
    color: #fff;
    background-color: #20409a;
    border-color: #20409a;
}

.btn-clear-search {
    width: 100% !important;
    color: #fff;
    background-color: #c3c5c6;
    border-color: #c3c5c6;
}


.inspiring-img-div {
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-sub-title {
    font-size: 1.5rem;
    font-weight: 100;
    width: 70%;
    margin: auto;
    line-height: 3.5rem;
}


.Courses-details-content h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 0.3rem 0;
}