<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
    font-family:  var(--font-regular);
}

a {
    text-decoration: none !important;
    color: #000;
}

@font-face {
    font-family: "barlow-regular";
    src: url(../fonts/barlow/Barlow-Regular.ttf);
}

@font-face {
    font-family: "barlow-SemiBold";
    src: url(../fonts/barlow/Barlow-SemiBold.ttf);
}

@font-face {
    font-family: "barlow-bold";
    src: url(../fonts/barlow/Barlow-Bold.ttf);
}

@font-face {
    font-family: "barlow-black";
    src: url(../fonts/barlow/Barlow-Black.ttf);
}


:root {
    --font-regular: "barlow-regular";
    --font-semibold: "barlow-SemiBold";
    --font-bold: "barlow-bold";
    --font-black: "barlow-black";

}
p {
    font-size: 16px;
    color: #444;
    font-family: var(--font-regular);
}   

h5 {
    font-size: 28px;
    font-family:  var(--font-semibold);
}

ul {
    list-style: none;
    padding-left: 0;
}

li{
    list-style-type: none;
}
.row {
    padding: 0 !important;
    margin: 0 !important;
}

.w-90 {
    width: 90%;
    margin: auto;
    position: relative;
}

.w-sm-95 {
    width: 95%;
    margin: auto;
}

.w-95 {
    width: 95%;
    margin: auto;
}

.w-sm-90 {
    width: 90%;
    margin: auto;
}

.w-80 {
    width: 80%;
    margin: auto;
}

.d-flex-jc-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.d-flex-js-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}
.d-flex-je-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}
.d-flex-jc-as {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: self-start;
}

.d-flex-ac {
    display: flex;
    align-items: center;
}

.d-flex-jc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* nav start */

.top_nav {
    background: #0067a4;
    color: #fff;
    padding: 5px 16px;
}

.ph_one h6 {
    font-family:  var(--font-semibold);
    color: #fff;
    font-size: 12px;
}

.ph_one a {
    color: #fff;
    font-family:  var(--font-regular);
    font-size: 14px;
}

.nav-menu img {
    width: 130px;
}

.dropdown-item:hover {
    background-color: #4a6785;
}

.dropdown-item {
    font-size: 13px !important;
}

.dropdown-item.active {
    background: #fba0a4;
}

.nav_a li a {
    color: #000 !important;
    font-size: 16px;
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 0%);
    border-color: rgb(247 247 247 / 0%);
}

.navbar-toggler {
    padding: 0.25rem 0.5rem;
    background: #0067a4;
}

.navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;

    background: #000;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;

    background: #000;
}

.sticky {
    top: 0;
    position: fixed !important;
    width: 100%;
    left: 0;

    transition: all 0.4s linear;
    z-index: 111;
    background: white;
    box-shadow: 0 0 5px #888;
    /* padding: 10px 0; */
}

/* nav end */
/* banner start */
.car_img {
    background: #000;
}

.car_img img {
    opacity: 0.5;
    /* animation: zoom-in-zoom-out 20s ease-out infinite; */
}

.bane_er .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.ban_cap .bor_der {
    background: 0;
    color: #fff;
    padding: 3px;
    width: 110px;
    border: 2px solid #fff;
    margin: auto;
}

.bane_er .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 40px;
    background-color: #fff;
    border-top: 6px solid transparent;
    border-bottom: 0px solid transparent;
    background-image: #0067a4;
}

.bane_er .carousel-indicators {
    right: 0;
    bottom: auto;
    left: auto;
    top: 0%;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 5px;
    z-index: 2;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
    flex-direction: column;
    height: 100%;
}

.wh_ti h5 {
    color: #0067a4;
}

.wh_ti h6 {
    font-size: 18px;
    font-family:  var(--font-semibold);
}

.ab_fon h6 {
    font-size: 30px;
    font-family:  var(--font-semibold);
    position: relative;
}

.ab_fon h6::after {
    position: absolute;
    bottom: -6px;
    border-bottom: 3px solid #0067a4;
    content: "";
    width: 200px;
    left: 0;
}

.ab_fon h2 {
    font-family:  var(--font-semibold);
    font-size: 25px;
    margin-top: 20px;
    color: #0067a4;
}

.ab_fon a {
    font-family:  var(--font-semibold);
}

.ab_fon p {
    margin-top: 15px;
    font-size: 16px;
}
/*  */
.ab_fom h6 {
    font-size: 30px;
    font-family:  var(--font-semibold);
    position: relative;
}

.ab_fom h6::after {
    position: absolute;
    bottom: -6px;
    border-bottom: 3px solid #0067a4;
    content: "";
    width: 200px;
    left: 0;
}

.ab_fom h2 {
    font-family:  var(--font-semibold);
    font-size: 22px !important;
    margin-top: 20px;
    color: #0067a4;
    text-align: left;
}

.ab_fom a {
    font-family:  var(--font-semibold);
}

.ab_fom p {
    margin-top: 15px;
    font-size: 16px;
       text-align: left;
}
/*  */

.ab_icon img {
    width: 35px;
    padding-right: 10px;
}

.ab_icon h4 {
    margin: 0;
    font-size: 19px;
}

.abt_btn {
    color: #fff;
    padding: 9px;
    margin-top: 17px;
    text-align: center;
    background: #0067a4;
    font-family:  var(--font-semibold);
    width: 120px;
}

.abt_img img {
    border-radius: 10px;
}

.abt_img {
    position: relative;
}

.abt_img::before {
    position: absolute;
    width: 100px;
    height: 130px;
    top: -11px;
    border: 3px solid #0067a4;
    content: "";
    z-index: -1;
    left: -12px;
    border-radius: 15px 0 0 0;
}

.abt_imgs img {
    border-radius: 10px;
    margin-top: 60px;
}

.abt_imgs {
    position: relative;
}

.abt_imgs::after {
    position: absolute;
    width: 100px;
    height: 130px;
    bottom: -11px;
    border: 3px solid #0067a4;
    content: "";
    z-index: -1;
    right: -12px;
    border-radius: 0 0 15px 0;
}

/* banner end */
/* courses start */
.cou_ses {
    background: #eff0f5;
    padding: 15px;
}

.cho_ses h5 {
    text-align: center;
    color: #0067a4;
}

.cho_ses p {
    text-align: center;
    margin: 0;
}

.rat_st {
    display: flex;
    margin-top: 10px;
}

.rat_st h6 {
    font-weight: bold;
    padding-right: 10px;
}

.rat_st i {
    color: #fdc007;
    padding-left: 2px;
    padding-right: 2px;
}

.cor_tile img {
    width: 27px !important;
    filter: invert(0%) sepia(170%) saturate(50%) hue-rotate(57deg) brightness(100%) contrast(85%);
}

.cor_tile h3 {
    margin-top: 10px !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-family:  var(--font-semibold);
    font-size: 18px;
}

.cor_tile {
    margin-top: 10px;
}

.cour_fir p {
    margin-top: 10px !important;
    -webkit-box-orient: vertical;
    overflow: hidden;

    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.cor_btn {
    width: 110px;
    color: #0067a4;
    padding: 5px;
    text-align: center;
    border: 2px solid #0067a4;

    font-family:  var(--font-semibold);
    margin: auto;
}

.cor_btn a {
    color: #0067a4;
}

.cour_fir {
    background: #ffff;
    padding: 14px;
    transition: 0.2s all linear;
    height: 100%;
}

.cour_fir:hover {
    box-shadow: 0 0 20px #0003;
    transition: 0.2s all linear;
}

.cour_fir:hover .cor_btn {
    background: #0067a4;
}

.cour_fir:hover .cor_btn a {
    color: #fff;
}

.cour_fir:hover .cor_tile img {
    filter: brightness(1);
}

.cral_btn {
    width: 150px;
    padding: 5px;
    text-align: center;
    background: #0067a4;
    font-family:  var(--font-semibold);
    margin: auto;
    margin-top: 15px;
}

.cral_btn a {
    color: #fff;
}

.cou_rse .owl-nav {
    display: none;
}

.cou_rse p {
    display: none;
}

/* courses end */
/* our diff start */
.our_dife h5 {
    text-align: center;
    color: #0067a4;
}

.ou_dnav .nav {
    display: inherit;
    background: #eff0f5;
    padding: 21px;
}

.ou_dnav .nav-pills .nav-link.active,
.ou_dnav .nav-pills .show&gt;.nav-link {
    color: #0067a4;
    background-color: #fff;
}

.ou_dnav ul a {
    color: #000;
    font-family:  var(--font-semibold);
}

.dev_nav h4 {
    font-size: 16px;

}



.ind_bt {
    border-left: 4px solid #0067a4;
    align-items: center;
    display: flex;
}

/* our diff end */
/* clien logo start */
.cli_sef {
    background: url("../img/clie.jpg") no-repeat;
    background-size: cover;
    position: relative;
    height: 28vh;
}

.cle_ba {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 25px;
}

.cle_ba h5 {
    color: #fff;
    text-align: center;

    font-family:  var(--font-regular);
}

.owl_cli {
    width: 90%;
    margin: auto;
    /* background: #eff0f554; */
    padding:0px 35px !important; 
}

.owl_cli .owl-nav {
    display: none;
}

.owl-dots {
    display: none;
}

.owl_ban {
    display: flex;
    align-items: center;
   margin-top: 24px;
}

/* clien logo end */
/* what student start */
.wht_st {
    background: #eff0f5;
    padding: 20px;
}

.wht_st h5 {
    margin-bottom: 15px;
    text-align: center;
    color: #0067a4;
}

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

.re_img {
    background: #fff;
    padding: 13px;
    border-radius: 0 36px 0;
}

.re_img img {
    border-radius: 100%;
    width: 50px !important;
    height: 50px;
}

.rev_til h6 {
    font-size: 18px;
    font-family:  var(--font-semibold);
    margin: 0;
}

.rev_til p {
    margin: 0 !important;
}

.owl_com {
    width: 90% !important;
    margin: auto;
}

.rev_cond p {
    margin-top: 10px;
    font-size: 17px;
    color: #000;

}

.rev_b i {
    color: #fdc007;
}

.owl_com .owl-nav {
    display: block !important;
}

.owl_com .owl-nav button {
    background: #fff !important;
    width: 30px;
    height: 30px;
}

.owl_com .owl-nav span {
    font-size: 21px;
}

.courses_locations h3 {
    text-align: center;
    color: #0067a4;
    font-family:  var(--font-semibold);
}

span.ft-in {
    background-color: #fff;
    box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 10%);
    min-height: 35px;
    z-index: 86;
    padding: 0 15px;
    display: inline-flex;
    border: 1px solid #2196F3;
    justify-content: center;
    align-items: center;
    margin: 0 15px 15px;
    border-radius: 5px;
}

/* what student end */
/* footer */
.contact_div{
        display: inline-grid
;
    text-align: left;
}

    .loc_icon_1 .loc_name{
        font-size: 16px;
        color:#21719F;
        font-family:  var(--font-semibold);
            margin-left: 3px;
    }
    .loc_icon_1 img{
        width: 40px;
        margin-right:10px;
    }
    .loc_icon_1{
        display: flex;
        justify-content: center;
        align-items:center ;
        border-radius: 10px;
        margin: 0px 20px;

    }
.foo_ter {
    background: #000;
    padding: 30px 15px 0;
    color: #fff;
}

.foo_ter a {
    color: #fff;
    font-size: 15px;
}

.foo_ter h6 {
    font-size: 20px;
    font-family:  var(--font-semibold);
    margin-top: 19px;
    color: #0067a4;
}

.foo_ter li {
    margin-top: 4px;
}

.fol_low i {
    font-size: 28px;
}

.foo_ter img {
    border-radius: 13px;
}

/* footer end */
/* blog Pages */
.bl_pag {
    position: relative;
}

.bl_pag::before {
    position: absolute;
    content: "";
    top: 0;
    background: #0000009c;
    width: 100%;
    height: 100%;
}

.bl_pag h5 {
    text-transform: uppercase;
    position: absolute;
    font-size: 35px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;

    color: #fff;
}

.bl_pagd h5 {
    text-transform: uppercase;
    font-size: 35px;
    color: #0067a4;
    text-align: center;
    margin: 20px 0;
}

.blg_pag h6 {
    font-size: 18px;
    font-family:  var(--font-semibold);
}

.blg_pag h1 {
    margin-top: 10px;
    font-family:  var(--font-semibold);

}

.blg_pag i {
    color: #f58634;
}

.blg_pag li {
    font-size: 14px;
    margin-top: 10px;

}

.blg_dep h5 {
    font-size: 16px;
    margin-top: 10px;
}

.bl_icon img {
    width: 31px;
    filter: brightness(17.5);
}

.bl_icon {
    position: absolute;
    top: 10px;
    background: #0067a4;
    border-right: 9px solid #fff;
    border-bottom: 9px solid #fff;
    width: 60px;
    height: 60px;
    padding: 9px;
    text-align: center;
}

.blg_dep {
    position: relative;
    box-shadow: 0 0 4px #9f9f9f;
    padding: 10px;
}

.len_mor {
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
    color: #ffffff !important;
    /* border: 1px solid #034984; */
    background: #0067a4;
    font-size: 15px;
    width: 118px;
    padding: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    z-index: 1;
}

.da_te {
    position: absolute;
    top: 0px;
    padding: 5px;
    left: 0;
    opacity: 0;
}

.blg_dep:hover .da_te {
    opacity: 1;
}

.blg_dep:hover .bl_icon img {
    opacity: 0;
}

.da_te h6 {
    color: #fff;
    font-size: 16px;
    font-family:  var(--font-semibold);
    margin: 0;
}

.blo_mail {
    position: relative;
}

.blg_viw h4 {
    font-family:  var(--font-semibold);

    font-size: 25px;
}

.bg_vwi a h6 {
    font-family:  var(--font-semibold);

    padding-left: 15px;
    color: black;
}

.bg_vwi p {
    padding-left: 15px;
    color: #104cba;
}

.blg_viws img {
    width: 90px;
    height: 85px;
}

.blg_viws {
    border-bottom: 1px dotted #b3ada7;
    padding-bottom: 8px;
}

.en_quotea {
    background: url("../img/ab2.jpg") no-repeat;
    background-size: cover;
}

.en_quotea .en_cir {
    width: 73px;
    height: 73px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}

.en_que {
    background: #1110108c;
    padding: 20px;
}

.en_quotea p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 14px;
}

.en_quotea p a {
    color: #fff;
}

.enq_tbn a {
    width: 136px;
    background: #082c75;
    color: white;
    font-family:  var(--font-regular);
    padding: 7px;
    font-size: 16px;
    margin: 15px auto;
    height: 41px;
}

.btn_rd {
    text-align: center;
    border: 0;
    padding: 7px;
    margin: auto;
    font-family:  var(--font-semibold);
    display: block;
    background: #0067a4;
    color: #fff;
}

.application_for .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fbfbfb;
    background-color: #b7b3b342;
    background-clip: padding-box;
    border: 1px solid #ced4da6b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.frl_ap {
    background: #000;
    padding: 21px;
    color: #fff;
}

.modal-body {
    padding: 0.4rem !important;
}

.application_for h5 {
    text-align: center;
}

label {
    margin-bottom: 3px;
    font-size: 14px;
}

.modal-content .cl_se {
    position: absolute;
    right: -10px;
    border: 0;
    background: #2861b4;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    top: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.modal-content button i {
    color: #fff;
}

.blog_con p {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;

    display: none;
}

.blog_con h1 {
    font-size: 20px;
    font-family:  var(--font-semibold);
    margin-top: 10px;
}

.blo_Con {
    text-align: center;
}

/* blog Pages end */
/* courses start */
.cor_se h5 {
    text-align: center;
    color: #0067a4;
}

.cor_se li {
    margin-top: 10px;
    font-size: 15px;
}

.cor_se i {
    color: #f37420;
}

.cor_se {
    background: #e5e5e5;
    padding: 20px;
}

.data_sci ul {
    display: inherit;
}

.data_sci li {
    margin-top: 13px;
}

.dat_ab .nav-pills .nav-link.active,
.dat_ab .nav-pills .show&gt;.nav-link {
    color: #000;
    background-color: #f8dada;
    box-shadow: 0 0 5px #a7a8ad87;
}

.data_sci i {
    background-color: #f8dada;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 8px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.data_sci li a {
    display: flex;
    align-items: center;
    border: 1px solid #0003 !important;
    border-radius: 0 !important;
}

.dat_ab {
    background: url(../img/home-8-testi-bg.jpg) no-repeat;
    background-size: cover;
    height: 100%;
}

.dat_ab .data_sci .nav-link {
    position: relative;
    color: #000000;
}

.dat_ab .data_sci .nav-link::before {
    position: absolute;
    content: "";
    color: #fff;
    top: 15px;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-top: 21px solid transparent;
    border-left: 24px solid #f8dada;
    border-bottom: 12px solid transparent;
}

.dat_ab .data_sci .nav-link.active::before {
    opacity: 1;
}

.data_sci .nav-link.active i {
    background-color: #ffffff;
}

.data_sci li a.active {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.cor_nav h1 {
    font-size: 26px;
    font-family:  var(--font-semibold);
    color: #0067a4;
}

.cor_nav p {

    margin: 0;
    margin-top: 11px;
    line-height: 1.8;
}

.dat_left {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 4px #c7c7c72b;
}

.cour_cab h4 {
    font-size: 20px;
    color: #0067a4;
    font-family:  var(--font-semibold);
}

.dat_left i {
    padding-right: 5px;
    color: #0067a4;
}

.dat_left p {

    line-height: 1.8;
}

.cour_cab li {
    font-size: 14px;
    margin-top: 10px;
}

.cer_tif h6 {
    font-size: 20px;
    color: #0067a4;
    font-family:  var(--font-semibold);
}

.data_sci {
    position: sticky;
    top: 20%;
}

.cor_tool img {
    background: #ffffff;
    padding: 11px;
    border: 1px solid #00000014;
}

.cor_tool h5 {
    color: #0067a4;
}

.tool_sed img {
    height: 150px;
}

.how_pr i {
    font-size: 38px;
}

.how_pr p {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 0;
}

.how_pr img {
    width: 50px;
    border: 0;
}

.fa_qf button {
    font-size: 14px;
    font-family:  var(--font-semibold);
}

.accordion {
    background-color: #f2f5fa;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion.active,
.accordion:hover {
    background-color: #f0f0f0;
}

.accordion:after {
    content: "\002B";

    transform: rotate(90deg);
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\002B";

    transform: rotate(47deg);
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.fa_qf {
    margin-top: 8px;
}

.cor_ches .co_img img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    box-shadow: 0 3px 7px #8e8e8ea6;
}

.coch_det h6 {
    text-align: center;
    font-family:  var(--font-semibold);
    color: #0067a4;
}

.coch_det p {
    margin: 0;
    margin-top: 5px;
}

.co_img {
    margin-top: -42px;
}

.cor_ches {
    background: #f2f5fa;
    padding: 14px;
    position: relative;
    height: 90%;
}

.ba_te {
    background-color: #edc6c663;
    box-shadow: 0 0 3px rgb(193 193 193);
    padding: 32px 30px 22px 30px;
    position: relative;
    margin-top: 41px;
}

.tes_quto {
    background: #0067a4;
    border-radius: 100%;
    right: 30px;
    top: -30px;
    font-size: 30px;
    color: #fff !important;
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    box-shadow: 0 0 2px #0d0d0d;
}

.ba_te .test_p {
    overflow: hidden;
    margin-top: 8px;
}

.ba_te a {
    color: #0067a4;
}

.morecontent span {
    display: none;
}

.te_text {
    padding-left: 10px;
}

.img_E img {
    width: 50px !important;
    height: 50px;
    border-radius: 100%;
}

.tes_quto i {
    color: #fff !important;
    background: none;
    -webkit-text-fill-color: white;
}

.ali_mi .owl-nav {
    display: none;
}

/* courses end */
/* about US start */
.ab_rig h6,
.ab_lear h6 {
    font-size: 15px;
    color: #00a0ff;
}

.ab_rig a {
    font-family:  var(--font-semibold);
}

.abt_corDe .cir_de {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #0067a4;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.abt_corDe .cir_de i {
    color: #fff;
    font-size: 20px;
}

.cir_de::after,
.cir_des::after {
    content: "";
    position: absolute;
    bottom: -110px;
    width: 2px;
    height: 110px;
    background-color: #00000057;
}

.cir_des,
.cir_se {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: linear-gradient(#ffffff, #d7d3d3);
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #d3d3d3;
}

.abt_corDe i {
    font-size: 20px;
}

.cir_des:hover,
.cir_se:hover {
    background: #0067a4;
    color: #fff;
}

.cir_des:hover i,
.cir_se:hover i {
    color: #fff;
}

.ab_lear {
    background: #052334;
    padding: 19px;
    position: relative;
    color: #fff;
}

.ab_lear i {
    color: #0067a4;
}


.abt_gol {
    position: absolute;
    bottom: -24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.abt_gol img {
    width: 250px;
}

.progress {
    width: 150px;
    height: 150px;
    font-size: 25px;
    color: #fff;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    background: #07070c;
    text-align: center;
    margin: auto;
}

.progress .title {
    justify-content: center;
    position: relative;
    z-index: 11;
    display: flex;
    align-items: center;
    width: 100%;
}

.progress .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #07070c;
}

.progress .left,
.progress .right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 5px solid #9383f5;
    border-radius: 100px 0px 0px 100px;
    border-right: 0;
    transform-origin: right;
}

.progress .left {
    animation: load1 1s linear forwards;
}

.progress:nth-of-type(2) .right,
.progress:nth-of-type(3) .right {
    animation: load2 0.5s linear forwards 1s;
}

.progress:last-of-type .right,
.progress:first-of-type .right {
    animation: load3 0.8s linear forwards 1s;
}

.abt_til h4 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.abt_Rec h5 {
    font-size: 22px;
    text-align: center;
}

.btm_qry {
    background: #0067a4;
    border: 0;
    width: 100px;
    padding: 5px;
    color: #fff;
}

.x_mar {
    position: absolute;
    right: -11px;
    width: 30px;
    background: #fff;
    height: 30px;
    border-radius: 100%;
    box-shadow: 0 5px 5px #f7d3d363;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -11px;
    z-index: 1;
}

.abt_modal .modal-body {
    background: #0a1c2b;
    color: #fff;
}

.form-control:focus {
    background-color: #fff;
    border-color: #ffffff00;

    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.abt_modal .form-control {
    border-radius: 0;
    color: #fff;
    background-color: #1a2e3f;

    border: 1px solid #122639;
}

.form-select {
    color: #fff;
    background-color: #1a2e3f;

    border: 1px solid #122639;
}

.form-select:focus {
    border-color: #86b7fe00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

/* about US end */
/* corporate start */
.cor_pra h5 {
    color: #0067a4;
}



.cor_pra p i {
    color: #0067a4;

}

.cor_team h4 {
    font-family:  var(--font-semibold);
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.cor_team {
    padding: 17px;
}

.cor_team:hover .cont_ti {
    transition: all 0.8s ease;
    transform: translateY(-10px);
}

.cont_ti {
    transition: all 0.8s ease;
}

.cor_bgf {
    background: #fdfcdb;
}

.cor_bgs {
    background: #fbe7e4;
}

.cor_bgty {
    background: #e7f6fa;
}

.cor_bgfr {
    background: #f3e9fe;
}

.colr_con h5 {
    color: #0067a4;
}

.co_btn {
    color: #fff;
    padding: 9px;
    margin-top: 17px;
    text-align: center;
    background: #0067a4;
    font-family:  var(--font-semibold);
    width: 200px;
}

/* corporate end */
/* hire form start */
.hr_frm {
    background: #311b1c;
    padding: 20px;
    color: #fff;
}

.hr_frm h5 {
    text-align: center;
}

.form-select {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
}

.car_sub {
    width: 100px;
    height: 35px;
    color: #fff;
    border: 0;
    background: #0067a4;
}

.hr_frm .form-control {
    border-radius: 0;
}

.en_rig h5 {
    color: #0067a4;
}


.cont_hir ul li {
    padding: 10px;
}

.cont_hir a {
    color: #000 !important;
}

.cont_hir i {
    color: #0067a4;
}

.cot_no i {
    color: #0067a4;
}

.cot_no ul li {
    margin-top: 12px;
}

.cot_no ul li a {
    font-size: 15px;
}

.cta_line {
    border-bottom: 1px solid #0000003b;
    margin-bottom: 20px;
}

.cot_no {
    box-shadow: 0 0 5px #00000036;
    padding: 13px;
    height: 100%;
    height: 100%;
}

.en_qrs {
    background: #062a35;
    padding: 14px;
    color: #fff;
}

.en_qrs .form-control {
    border: 0;
    border-radius: 0;
}

/* hire form end */
/* testimonal start */
.img_gfrt {
    position: relative;
    overflow: hidden;
}

.img_gfrt i {
    position: absolute;
    top: 0;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffff;
}

.img_gfrt::before {
    background: #00000063;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
}

.test_monal:hover i::after {
    height: 40px;
    width: 40px;
    content: "";
    border-radius: 100%;
    position: absolute;
    animation: ripple 1.5s infinite;
}

.text_con h4 {
    font-size: 25px;
    font-family:  var(--font-semibold);
    color: #0067a4;
    text-align: center;

}

.st_tex {
    background: #f3f4f8;
    padding: 20px;
}

.st_fb h6 {
    font-size: 14px;
}

.st_fb h5 {
    color: #0067a4;

}

.cust_img img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.cust_re h4 {
    font-size: 18px;
    font-family:  var(--font-semibold);
    margin: 0;
}

.cust_re p {
    font-size: 14px;
    margin: 0;
}

.ba_owl {
    background: #ffff;
    padding: 30px;
}

.abt_say .owl-dots {
    display: block !important;
}

.abt_say .owl-nav {
    display: none !important;
}

.texs_logo h5 {
    text-align: center;
    color: #0067a4;
}

.rev_logo .item img {
    width: 35% !important;
    margin: auto;
}

.rev_logo .owl-nav {
    display: block !important;
}

.texs_logo .owl-carousel .owl-nav button.owl-prev {
    display: flex;
    position: absolute;
    row-gap: 0;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 28px;
    color: #2e61a8;
    font-weight: bold;
}

.texs_logo .owl-carousel .owl-nav button.owl-next {
    display: flex;
    position: absolute;
    row-gap: 0;
    right: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 28px;
    color: #2e61a8;
    font-weight: bold;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fff !important;
    color: #000000f5 !important;
    text-decoration: none;
}

/* testimonal end */
/* branches start */
.bran-chs h5 {
    text-align: center;
    color: #0067a4;
}

.cog_brn h4 {
    font-size: 20px;
    font-family:  var(--font-semibold);
    text-align: center;
    color: #0f115c;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.cir_brna {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 50px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.cir_brna img {
    width: 70px;
}

.cir_brna {
    position: relative;
}

.cir_brna::before {
    position: absolute;
    width: 120px;
    height: 120px;
    left: -9px;
    top: -9px;
    content: "";
    border: 2px solid #fff;
    border-radius: 100%;
    clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%, 0 0);
    transition: all 0.5s ease;
    animation: service_hexagon 2s infinite linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cog_brn:hover .cir_brna::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}

.cir_brna::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 8px;
    height: 8px;
    left: 0;
    bottom: 9px;
    border-radius: 100%;
    transition: all 0.5s ease;
}

.cog_brn:hover::before {
    height: 100%;
    top: 0;
    transition: all 0.5s ease;
    background: #0067a4;
}

.cog_brn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease;
}

.cog_brn {
    position: relative;

    height: 200px;
    padding: 17px;

    background: #fff;
}

.cog_brn:hover h4 {
    color: #fff;
}

.br_item h4 {
    font-size: 18px;
    font-family:  var(--font-semibold);
}

.br_item i {
    color: #0067a4;
}

.br_item a {
    font-size: 14px;
}

.br_item {
    background: #eee;
    padding: 25px;
    height: 100%;
}

.bra_bag {
    background: #a0a0a07a;
    padding: 10px;
}

.hyd_bag {
    background: url(../img/istockphoto-903862972-612x612.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    padding: 10px;
}

.branches_sli .owl-nav {
    display: none;
}

.bon_bag {
    background: url(../img/ba.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    padding: 10px;
}

/* branches end */
/* slide icon start */

.social_icon {
    position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 111;
}

.social_icon ul .en_quiry {
    font-size: 15px;
    background: #0067a4;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 270px;
    right: 0;
    justify-content: center;
}

.social_icon ul .en_call {
    font-size: 15px;
    background: linear-gradient(317deg, #fca335, #ce6311);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 210px;
    right: 0;
    justify-content: center;
}

.social_icon ul .en_what {
    font-size: 15px;
    background: linear-gradient(317deg, #1cf743, #116814);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 150px;
    right: 0;
    justify-content: center;
}

/* Circle */

.social_icon a:hover {
    animation: ripple 0.75s infinite;
}

.social_icon .en_what:hover {
    animation: ripples 0.75s infinite;
}

.fot_enq .clse_btn {
    position: absolute;
    top: -9px;
    z-index: 1;
    right: -6px;
    font-size: 20px;
    background: #0067a4;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    text-align: center;
    /* border: 1px dashed #7b2f33; */
    border: 0;
    color: #fff;
}

.en_back {
    background: url(../img/enq.webp) no-repeat;
    height: 100%;
    background-size: cover;
    color: #fff;
    padding: 12px;
}

.en_back .form-control {
    color: #fff;
    background-color: #7d7d7d4f;
    background-clip: padding-box;
    border: 1px solid #7d7d7d;

    border-radius: 0;
}

.en_back ::placeholder {
    color: #ffffffb0 !important;
}

.en_back label {
    text-transform: uppercase;
}

/* slide icon end */
/* update design */
.rev_cond p {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-bottom: 0;
}

.rev_cond a {
    color: #0067a4;
}

.abt_say p {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-bottom: 0;
}

.abt_say button {
    color: #0067a4;
    border: 0;
    background: none;
}

.text_moal button {
    position: absolute;
    right: 0;
    border: 0;
    background: #000;
    width: 25px;
    height: 25px;
    z-index: 1;
}

.cir_img img {
    width: 100px;
    height: 100px;
}



.en_back .form-select {
    color: #fff;
    background-color: #7d7d7d4f;
    background-clip: padding-box;
    border: 1px solid #7d7d7d;
    border-radius: 0;
}

.en_back .form-select option {
    color: #000;
}

#chat-bot-launcher {
    background-color: #0067a4 !important;
}

.en_what i {
    font-size: 22px;
    font-weight: bold;
}

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

.link-bag {
    background: #fff;
    box-shadow: 0px 10px 40px rgb(48 124 255 / 15%);
    padding: 15px;
    border-radius: 10px;
    width: 60%;
    margin: auto;
}

.yout-link .owl-item {
    margin-bottom: 20px;
    margin-top: 20px;
}

/* update design end */
.fa_ce {
    font-size: 25px;
    margin: 0px 10px;
    color: #fff;
}

.bl_pagd {
    margin-top: 145px;
}

.bane_er {
    margin-top: 165px;
}

.gen_ral h5 {
    font-size: 18px;
}

.course-design .cor_btn {
    margin: 0;
}

.course-design .abt_btn {
    margin-top: 0;
}

/* our brance */
.our-branch {
    background: #ededef;
    padding: 15px;
    transition: all 0.8s ease;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    height: 100%;
}

.our-branch h3 {
    font-family:  var(--font-semibold);
    color: #0067a4;
    font-size: 18px;
}

.our-branch ul li {
    margin: 15px 0;
    font-size: 14px;

}

.our-branch ul li a {
    text-align: start;
    display: flex;

}

.our-branch ul li i {
    color: #0067a4;
}

.our-branch img {
    width: 90px;
    opacity: .8;
    margin: 10px 0;
}

.our-branch:hover {
    transition: all 0.8s ease;
    transform: translateY(-10px);
}

/* our brance  */

/* courses locations */

.bg_course {
    background: url(../img/bg-img.jpg);
    padding: 70px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 80px;
}

.bg_course::before {
    position: absolute;
    content: '';
    /* background: #000000a8; */
    background: #0000007a;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.startRating {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 10px;
}

.starIcons .fa-star {
    color: #ffd000;
    font-size: 20px;
    padding-bottom: 10px;
}
.starIcons {
    display: inline-flex;
    margin-right: 10px;
    margin-top: 14px;
}
.startRating p {
    font-size: 15px;
    color: #fff;
}
.star-c {
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: 0 1px 4px 0 rgba(1,1,1,0.15);
    margin-bottom: 12px;
    background-image: -webkit-linear-gradient(0deg,#2f0ea4 0,#1f39a4 51%,#0e64a4 100%);
}
.star-c h6{
    color: #fff;
    margin-top: 10px;
}

.high_lights{
    position: relative;
    z-index: 99 !important;
}

.choose_icon {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 5px;
}
.high_lights h6{
    margin-right: 15px;
    position: relative;
    font-size: 16px;
    font-family:  var(--font-regular);
    color: #fff;
}

.spec_details{
    position: relative;
}
/* why choose us start */
.why_choose img {
    width: 30px;
}

.why_choose h1 {
    font-size: 22px;
    font-family:  var(--font-semibold);
    color: #fff;
}

.why_choose h4 {
    font-family:  var(--font-semibold);
    font-size: 20px;
    color: #fff;
}

.why_choose h6{
    font-family:  var(--font-regular);
    font-size: 18px;
    color: #fff;
}
.why_choose p {
    font-size: 16px;
    color: #fff;
}

.fa-phone-square {
    font-size: 22px;
    margin-right: 5px;
}

.syllabus-menu {
    font-size: 18px;
    font-family:  var(--font-semibold);
}

/* why choose us end */

.ban_enq {
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: auto;
    margin-top: 50px;
}

.ban_enq h2 {
    color: #0067a4;
}

.ban_enq h2 {
    font-family:  var(--font-semibold);
    font-size: 25px;
}

.ban_enq .form-control {
    margin-top: 10px;
    /* padding: 5px; */
    border: 1px solid #8ec7ff;
}

.ban_enq .form-select {
    margin-top: 22px;
    padding: 10px;
    border: 1px solid #8ec7ff;
    color: #6c757d;
}

.btn {
    background-color: #0067a4 !important;
    padding: 10px;
    font-family:  var(--font-regular);
    margin-right: 5px;
    width: 120px;
    border-radius: 10px;
}

.btn a {
    color: #ffffff;
    text-decoration: underline;
}

.book_demo h2 {
    font-family:  var(--font-semibold);
    font-size: 20px;
    color: #0067a4;
}

/*  */

.bg_white {
    background: #ffffff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: -3px 5px 15px #00000021;
}

.course_cont {
    padding: 10px;
}

.course_cont h2 {
    font-size: 25px;
    font-family:  var(--font-semibold);
    color: #0067a4;
}

.course_cont h4 {
    font-size: 20px;
    font-family:  var(--font-regular);
    color: #0067a4;
}

.course_cont p {
    font-family:  var(--font-regular);
    font-size: 16px;
    color: #252525;
}

.bxs-right-arrow {
    color: #0067a4;
    margin-right: 5px;
}

/*  */

.about-course .about-course-content h2 {
    font-family:  var(--font-regular);
    color: #0067a4;
    font-size: 28px;
    padding-bottom: 15px
}

.about-course .about-course-content p {
    font-family:  var(--font-regular);
    color: #252525;
}

.about-course .about-course-content h4 {
    font-family:  var(--font-regular);
    font-size: 20px;
    padding-bottom: 20px;
    background-image: -webkit-linear-gradient(45deg, #2f56f9 50%, #40b737 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

/* .about-course .about-course-content iframe {
      padding: 0 0 30px
  } */

.about-course .about-course-content ul li {
    font-family:  var(--font-semibold);
    line-height: 30px;
    color: #242424;
    position: relative
}

.about-course .about-course-content ul li::before {
    position: absolute;
    top: 8px;
    left: -25px;
    width: 15px;
    height: 15px;
    content: ' ';
    background-image: url(../images/icons/dot.webp);
    background-repeat: no-repeat
}

.course-complete {
    text-align: center
}

.course-complete h4 {
    font-family:  var(--font-regular);
    font-size: 20px;
    color: #2f56f9
}

.course-complete p {
    font-family:  var(--font-semibold);
    line-height: 27px
}

.certificate-details {
    padding: 30px 0
}

.certificate-btn .online-train-btn {
    background: #2f56f9;
    color: #fff
}

.certificate-btn {
    text-align: center;
    margin-top: 20px
}

.certificate-btn .online-train-btn i {
    padding-left: 10px
}

.about-course .course-slider-content p {
    font-family:  var(--font-semibold);
    line-height: 27px;
    background: #f1f1f1;
    padding: 20px
}

.about-course .course-slider-name span {
    font-family:  var(--font-regular);
    color: #2f56f9;
    font-size: 20px
}

.about-course .course-slider-name .rating ul li {
    display: inline-block;
    padding: 5px 0
}

.about-course .course-slider-name .rating ul {
    padding: 0;
    margin: 0
}

.about-course .course-slider-name .rating ul li i {
    color: #40b737
}

.about-course .accordion-button:focus {
    box-shadow: none
}

.about-course .about-course-content .accordion-header {
    padding-bottom: 0
}

/*  */
.logo-bg {
    background: #d0e0fd;
    padding: 25px 20px 20px;
    text-align: center;
    border-radius: 10px;
}

.logo-bg .service-logo {
    box-shadow: 0 7px 20px #008dd126;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #0099db26;
    background: #ffff;
}

.logo-bg .service-logo img {
    width: 70% !important;
    margin: auto;
}

/*courses location ends  */

/*  */
.inst_card h1 {
    color: #252525;
    font-family:  var(--font-regular);
    font-size: 35px;
    text-align: center;
}

.icon_card {
    background: #d8d8d8;
    margin: 10px 5%;
    padding: 50px 20px 20px;
    border-radius: 10px;
}

.instruction_card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 3px 10px #00000026;
    margin: 50px 5%;
}

.instruction_icon {
    background: #0067a4;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -58px auto 10px;
}

.instruction_icon img {
    width: 50px;
}

.instruction_card h4 {
    font-family:  var(--font-regular);
    font-size: 15px;
    color: #252525;
}

.instruction_card h2 {
    font-family:  var(--font-semibold);
    font-size: 18px;
    color: #252525;
}


    /* banner star */
.banner_div img {
    width: 100% !important;
    /* height: 100%;
    object-fit: cover; */

}
.banner_div{
        margin-top: 97px;
    /* position: relative;
    height: 95vh;
    width: 100%;
    top:90px;
    overflow: hidden; */
}

.owl-carousel .owl-item img {
    border-radius: 10px ;
}
/* banner end */

    .Course_div .nav-tabs .nav-link.active {
      background-color: #0067a4;
      color: #fff;
      border-color: transparent;
      font-weight: bold;
          border-radius: 10px 10px 0px 10px;
    }

    .Course_div .nav-tabs .nav-link {

      color: #0067a4;
    }
    .tab-content .category {
      text-align: center;
      padding: 20px;
    }
    .category-icon {
      width: 80px;
      height: 80px;
      background-color: #f8f9fa;
      border-radius: 20px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .category-text {
      margin-top: 10px;
      font-weight: 500;
    }

    /* courser */
    .card_main {
    background: #fff;
    box-shadow: 0px 0px 14px -7px #001683;
    padding: 15px;
    border-radius: 20px;
    margin: 2%;
    /* height: 470px; */
    }

.logo_img {
    position: relative;
    margin-bottom: -50px;
}
.logo_img img {
    width: 100px;
    margin-left: 15px;
    /* position: absolute; */
}
.courses {
    background: #DEE4FF;
    /* box-shadow: 0px 0px 14px -7px #001683; */
    border-radius: 20px;
    text-align: center;
}
.courses img {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 20px;
}
.courses h3 {
    font-family:  var(--font-bold);
    font-size: 15px;
    color: #21729F;
}
.cont h3 {
    font-family:  var(--font-SemiBold);
    font-size: 13px;
    margin-top: 20px;
    color: #3CB7A2;
}
.cont h2 {
    font-family:  var(--font-bold);
    font-size: 15px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
}
.det p {
    font-family:  var(--font-SemiBold);
    font-size: 13px;
    color: #444;
    margin-left: 20px;
    padding: 0% !important;
    margin-bottom: 0% !important;
  -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}
.det img {
    width: 20px !important;
    height: 20px !important;
    /* margin-top: 20px; */
}
.button .button_course {
    margin: 10px 5px 10px 0px;
    padding: 10px 20px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #ffffff !important;
    font-size: 15px;
    font-family:  var(--font-regular);
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0px 0px 14px -7px #21719F;
    background: #21719F;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    border: 0 !important;
}
.tab-pane  .owl-nav{
    display: none;
}
    /* courser */

    /* advertisement */
    .advertiment img{
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    /* advertisement */
    
    /* location_content */
.locations_div{
        background-color: #e9f7ff;
        border-radius: 10px;
        padding: 10px;
}

    .location_content h2{
        font-size: 28px;
        margin-bottom:20px;
        color:#21719F;
        font-family:  var(--font-semibold);
    }
    .loc_icon p{
        font-size: 16px;
        color:#21719F;
        font-family:  var(--font-semibold);
        margin: 0;
    }
    .loc_icon img{
        width: 50px;
        margin-bottom:10px
    }
    .loc_icon{
        width:125px;
        border-radius: 10px;
        margin: 0px 10px;
        background-color: #fff;
        box-shadow: 0px 0px 14px -7px #001683;
        padding: 12px 15px;
    }
    .locations_images img{
        width: 330px;
    }
    /* location_content */

    /* youtube */
    .youtube_session_text h2{
         font-size: 28px;
        color:#000000;
        font-family:  var(--font-semibold);
        margin: 0;
    }
    .youtube_session_text .theme_clr{
         font-size: 28px;
        color:#21719F;
        font-family:  var(--font-semibold);
        margin: 0;
    }
    .card {
  padding:10px;
  border:none;
}
.card-title-cont{
  height: 50px;
  display:flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom:0;
  padding-bottom:0;
}
hr {
  margin-top:0;
}
.videoCoverImage img{
    width: 100%;
    border-radius: 10px;
}
.number_div{
    width: 100px;
    height: 100px;
    text-align: center;
    border: 1px solid  #dedede;
border-radius: 100px;
    display: inline-block;
    padding: 20px 10px;
}
.sess_text span{
font-size: 28px;
font-family:  var(--font-semibold);
 color:#ff1e13;
}
.sess_text_1 {
  font-size: 32px;
 font-family: var(--font-black);
font-weight: 500;
 color:#ff1e13;
}
.sess_text{
    padding: 5px;
    margin: 0px 5px;
    /* border-right:1px solid #000 ; */
}
.sess_text p{
    margin: 10px 0px;
    font-size: 13px;
    font-family:  var(--font-semibold);
}

.counter {
  font-weight: bold;
  font-size: 28px;
  color: #000;
  transition: all 0.3s ease;
}
    /* youtube */
    .heading_div h2{
        font-size: 32px !important;
        font-family: var(--font-black);
        font-weight: 500;
        color: #21719F;
    }
    /* testimonials */
    .testimonials .owl-nav{
        display: none;
    }
.testimonial-card {
  width: 300px;
  height: 328px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', sans-serif;
  margin: auto;
}

.image-container {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 5px;
  border: 4px solid #eee;
  background-color: #fff;
  box-shadow: 0 0 0 5px #f0f0f0;
}

.image-container img {
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
  object-fit: cover;
}

.stars {
  color: #21719F; /* Blue stars */
  font-size: 22px;
  margin: 15px 0 10px;
  letter-spacing: 2px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
}

.title {
  color: #888;
  font-size: 14px;
  margin-bottom: 15px;
}


.testimonial-text p{
  font-size: 14px !important;
 font-family: var(--font-regular);
  color: #666;
  line-height: 1.5;
  padding: 0 10px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    line-height: 1.6;
}
.testimonials{
    background-color: #e1f4ff;
    padding-top: 30px ;
    padding-bottom: 30px ;
}
  .testimonial-card h3{
        font-size: 20px;
    font-weight: bold;
    margin: 5px 0;
    font-family:  var(--font-bold);
}

    /* testimonials */

    /* client caurosal */
    .cli_sef .cli_log img{
        width: 130px !important;
        background: #Fff;
        box-shadow:.375rem .375rem 1.4375rem .0625rem #347CD01A;
        padding: 28px;
        margin: 10px;
    }
    /* client caurosal */
    /* footer new */
    .logo_div img{
        width: 160px !important;
    }
    .logo_div p{
     font-size: 13px;
     margin: 20px 0px;
     font-family:  var(--font-bold);
    }
    .logo_div .fa_ce{
        color: #21719F;
    }
    .new_footer h6{
        font-size: 22px;
          font-family:  var(--font-bold);
          font-weight: 500;
          margin-bottom: 20px;
    }
    .new_footer li a{
        font-size: 14px;
        line-height: 30px;
          font-family:  var(--font-bold) !important;
          color: #444;
    }
    .new_footer li a:hover{
      background-color: #00000000;
    }
    .new_footer ul li{

          margin: 10px 0px !important;
    }
    .terms_condions p{
        margin: 0;
    }
    .terms_condions{
        border-top: 1px solid #21719F;
        padding-top: 20px;
    }
    .prc_txt a{
        margin: 0px 10px;
    }
    .footer_new{
        margin-top: 180px;
        box-shadow: 0px 0px 14px -7px #001683;
        padding:100px 0px  50px 0px;
        position: relative;
    }
    .footer_top{
            position: absolute;
    top: -130px;
    left: 123px;
    margin: auto;
        width: 80%;
        background-color: #21719F;
        margin: auto;
        border-radius: 10px;
    }
    .sub_lett{
        padding-left: 20px;
    }
.sub_lett h2{
    font-family:  var(--font-bold);
    font-size: 28px;
    margin-top: 20px;
    color: #ffffff;
}
.sub_lett p{
    font-family:  var(--font-regular);
    font-size: 16px;
    margin-top: 20px;
    color: #ffffff;
}
    .men_img img{
           width: 310px;
    margin-top: -40px;
    }
    /* footer new */

    /* why choose */
    .why_chos_cnt_left p{
        text-align: left;
    }
    
    .below_content p{
        text-align: left;
    }

    /* why choose */</pre></body></html>