@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;display=swap');


body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    font-family: "Lato", sans-serif !important;
}

p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

/* styles starts */

.d-flex-jc-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.d-flex-jc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.d-ac {
    display: flex;
    align-items: center;
}

.z_front {
    position: relative;
    z-index: 99;
}

.mar_y70 {
    margin: 70px 0px;
}

.span_title {
    color: #D82A4E;
    font-size: 20px;
    font-weight: 700;
}

.title_h2 {
    font-size: 35px;
    font-weight: 700;
    margin: 20px 0px;
    line-height: 40px;
}

.txt_wh {
    color: #fff;
}

.txt_blk {
    color: #000;
}

.txt_ylw {
    color: #FFAE00;
}

.mb_15 {
    margin-bottom: 15px;
}

.mt_70 {
    margin-top: 70px;
}

a{
    text-decoration: none !important;
}

/* style ends */

.center_cont {
    width: 100%;
    height: 100vh;
}

.btn_pi {
    background: #D82A4E;
    padding: 8px 20px;
    border-radius: 10px;
    display: inline-block;
}

.btn_pi a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
}

.pages_link a {
    background: #D82A4E;
    color: #fff !important;
    padding: 15px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    margin: 2px;
}

.enq_card {
    background: #EAF9FF;
    border-radius: 20px;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
}

.enq_card img {
    width: 50px !important;
    margin-right: 10px;
}

.enq_card a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #000 !important;
}

.enq_card a span {
    color: #1C7BBD;
}

/* top section starts */

.top_section{
    background: #EAF9FF;
    padding: 10px;
}
.top_con{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.left_top{
    display: flex;
    align-items: center;
}
.left_top img{
    width: 45px;
    margin-right: 10px;
}
.left_top h2{
    font-weight: 700;
    font-size: 25px;
    color: #1C7BBD;
    margin: 0;
}
.right_top i{
    background: #1C7BBD;
    color: #fff;
   padding: 8px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 20px;
}
.right_top a{
    color: #000 !important;
    font-size: 18px;
    font-weight: 700;
}


/* top section ends */


/* navbar starts */

.nav_bar {
    background: #fff;
}

.nav_me img {
    width: 85px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-weight: 600;
    font-size: 16px;
}


.navbar-nav .nav-item {
    margin: 0px 10px;
}

.nav-bar .nav_a .nav-item {
    margin: 0px 5px;
}

.navbar-light .navbar-toggler {
    background-color: #D82A4E;
    color: #fff !important;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

.dr_hv {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "f2";
}

.dr_hv:hover {
    background: #0140A2 !important;
    color: #fff !important;
}

/* navbar ends */

/* french banner starts */

.page_banner {
    position: relative;
    height: 80vh;
}

.page_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_banner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(0, 61, 104, 1) 0%, rgba(0, 61, 104, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    ;
}

.ban_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ban_title {
    font-weight: 900;
    font-size: 50px;
}

.ban_rating span {
    color: #fff;
}

/* french banner ends */

/* fee section starts */

.fee_card {
    width: 95%;
    border-radius: 15px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 10%);
    padding: 25px;
    height: 100%;
}

.fee_card p {
    margin-bottom: 10px;
}

.fee_icon {
    width: 100px;
    height: 100px;
    background-color: #4B6CB7;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fee_icon img {
    width: 70px;
    height: 70px;
}

.fee_card h3 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.fee_card h6 {
    font-weight: 700;
    font-size: 16px;

}

/* fee section ends */

/* course starts */

.mis-tab .nav-pills .nav-link.active {
    background: #D82A4E !important;
    color: #fff !important;
    font-weight: 900;
}

.mis-tab .nav-item {
    margin: 0px 25px;
}

.mis-tab .nav-pills {
    justify-content: center;
}

.mis-tab .nav-pills .nav-link {
    color: #73788C !important;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
}

.ac-it .ac-he {
    font-weight: 700 !important;
    font-size: 20px;
}

.chapter_card h4 {
    font-weight: 700;
    font-size: 25px;
    color: #D82A4E;
    margin-bottom: 15px;
}

.chapter_card h6 {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}

.chapter_card ul {
    margin-bottom: 0;
}

.border_line {
    border: 1px solid #D9D9D9;
    margin: 15px 0px;
}

.test_card {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    height: 100%;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 10%);
    margin: 0px 15px;
}

.test_img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    background: #ffda30;
    margin-bottom: 10px;
}

.test_img img {
    width: 100%;
    border-radius: 5px;
}

.test_card h5 {
    font-weight: 700;
    font-size: 20px;
}

.test_card p {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    line-height: 1.6;
}

.owl-review .item {
    margin: 20px 0px;
}

.owl-review .owl-dots,
.owl-review .owl-nav,
.owl-certificate .owl-dots,
.owl-certificate .owl-nav {
    display: none;
}

/* course end  */

/* why choose us starts */

.why_choose_section {
    background: #FFF5F7;
    padding: 60px 0px;
}

.choose_content {
    padding-left: 10%;
    padding-right: 30px;
}

/* why choose us ends */

/* certificate section starts */

.certificate_section {
    background: #EAF9FF;
    padding-top: 70px;
}

.certificate_img {
    background: #fff;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.certificate_img img {
    width: 100%;
}

.cer_content {
    margin-top: 50px;
}

/* certificate section ends */

/* expert section starts */

.expert_card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 10%);
    width: 90%;
    margin: 0 auto;
    text-align: center;
    height: 100%;
}

.expert_card img {
    width: 100%;
    border-radius: 10px;
}

.expert_card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1C7BBD;
    margin-top: 15px;
}

.expert_card h6 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 25px;
}


/* expert section ends */

/* our value starts */

.our_value h2 {
    color: #D82A4E !important;
}

.value_card {
    background: #E8F6FF;
    border-radius: 20px;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
}

.value_icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D82A4E;
    position: relative;
    margin-top: -40px;
    margin-bottom: 15px;
}

.value_icon img {
    width: 40px;
}

.mar_t50 {
    margin-top: 50px;
}

.value_card h4 {
    color: #1C7BBD;
    font-size: 20px;
    font-weight: 700;
}

/* our value ends */

/* german list starts */

.course_features_list {
    background: #F6FBFF;
    padding: 70px 0px;
}

.course_features_list .tc_ic {
    color: #00C720;
    margin-right: 10px;
}

.course_features_list p {
    text-align: start;
    font-weight: 600;
}

.class_timeimg img {
    width: 100%;
}

.class_content h3 {
    color: #D82A4E;
    font-size: 25px;
    font-weight: 700;
}

.class_content {
    background: #fff;
    padding: 30px;
    position: relative;
    margin-left: -50px;
}

.class_content p {
    font-size: 18px;
    font-weight: 600;
}

/* german list ends */

/* german course level starts */

.level_card {
    background: #F6FBFF;
    padding: 20px;
    border-radius: 10px;
}

.level_card h3 {
    font-weight: 700;
    font-size: 20px;
    color: #1C7BBD;
}

.course_level_img {
    position: sticky;
    top: 10%;
}

.course_level_img img {
    width: 100%;
}

/* germnan course level ends */

/* footer starts */

.footer {
    background: #2d2d2d;
    padding: 30px 0 0;
}

.widget-title {
    color: #d9d9d9;
    padding-top: 20px;
}

.footer .short-desc-with-logo p {
    color: #d9d9d9;
    font-size: 14px;
    margin: 10px 0;
}

.footer ul {
    padding-left: 0;
    list-style: none;
}

.sub-title {
    color: #D82A4E;
}

.footer p {
    line-height: 22px;
}

.footer a {
    text-decoration: none;
    color: #d9d9d9 !important;
}

.clr_pi {
    color: #D82A4E !important;
    padding-right: 5px;
}

#footerbottom {
    background: #1F1F1F !important;
    padding: 15px 0;
    font-size: 13px;
    text-transform: none;
    margin-top: 20px;

}

#footerbottom ul {
    margin-bottom: 0 !important;
}

.inlineintfooter li {
    display: inline !important;
    border-right: 1px solid rgba(255, 255, 255, 0.45) !important;
    padding: 0 5px !important;
    font-size: 13px;
    font-weight: 600;
}

.footer .btmfoot .copyright {
    float: right;
    color: #d9d9d9;
    font-size: 15px;
}

.btmfoot .copyright a {
    color: #d82a4e !important;
}

.margin10 {
    margin: 0 10px 20px 10px;
}

.footer-sticky {
    height: 44px;
    background-color: #000000;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

/* footer ends */