@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800&display=swap');

:root {
    --fonts: 'Nunito', sans-serif;
    --hfonts: 'Playfair Display', serif;
    --dblue: #0c2d4c;
    --dheadb: #f6f9ff;
    --golden: #ffc107;
    --ogrey: #e4e1dc;
}
html{
    scroll-behavior: smooth;
}
body {
    font-family: var(--fonts);
}
li {
    font-family: var(--fonts);
    font-size: 19px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: var(--hfonts);
}
p {
    font-family: var(--fonts);
}
.p {
    font-family: var(--fonts);
}

.bg-dblue {
    background: var(--dblue) !important;
}

.bg-dheadb {
    background: #f6f9ff;
}

.c_btn {
    background-color: #9b1112;
    color: #f6f9ff;
}

.c_btns {
    background-color: #fff;
    color: #9b1112;
    text-align: center;
    border-radius: 5px;
    width: 115px;
    height: 45px;
}

.c_btnn {
    background-color: #9b1112;
}

.c_content {
    background-color: #9b1112;
    border: 0;
    line-height: 30px;
}

/* .c_content .c_about{
    padding: 0rem 0rem;
} */
.object_cover{
    object-fit: cover !important;
}
.bg-golden {
    background: var(--golden) !important;
}

.bg-ogrey {
    background: var(--ogrey) !important;
}

.t-dblue {
    color: var(--dblue) !important;
}

.t-golden {
    color: #f6f9ff;
}

.border-radius-15 {
    border-radius: 15px !important;
}

.border-radius-20 {
    border-radius: 20px !important;
}

.border-radius-25 {
    border-radius: 25px !important;
}

.fs-7 {
    font-size: 0.85rem !important;
}

.fs-50 {
    font-size: 50px !important;
}

.text-justify {
    text-align: justify !important;
}

#submit_btn {
    border-radius: 30px;
    padding: 10px 30px;
}

@media (min-width: 1200px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }
}

@media (max-width: 1199px) and (min-width:1124px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }
}

@media (max-width: 1123px) {
    .carousel-caption {
        display: none;
    }

    .navbar-brand {
        text-align: center;
    }

    .desktop {
        height: 100vh;
        object-fit: cover;
    }

    .leftalign_form {
        margin-top: -100%;
    }

    .mobile {
        display: block;
    }
}

.card {
    box-sizing: border-box;

}

.leftalign_form {
    margin-top: 0%;
    max-width: 400px;
    float: right;
    border-radius: 10px;

}

.bottomleft {
    position: relative;
    bottom: 8px;
    left: 2px;

}

.bottomleft .t-golden {
    font-size: 40px;
}

/*.btn{*/
/*    font-size:19px;*/
/*}*/
.home_btn {
    background-color: #0c2d4c;
    border-radius: 20px;
}

.enquir_right_btn {
    bottom: 40%;
    right: 17px;
    left: unset;
    width: 140px;
    transform: rotate(90deg);
    transform-origin: right;
    position: fixed;
    background: var(--dblue);
    border: 0;
    border-radius: 30px;
    z-index: 99;
    background-color: #9b1112;
}

.m_whats {
    right: 17px;
    bottom: 86px;
    background: #25D366;
}

.modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop {
    height: 25vh;
    object-fit: cover;
}

.h_course .card {
    overflow: hidden;

}

.h_course .card-body {
    border-top: 20px solid var(--golden);
    border-bottom: 20px solid var(--golden);
    /*box-sizing:30px;*/
}

.h_course ul li {
    line-height: 2;
}

.leftalign_form input {
    background: var(--bs-gray-100);
}

.banner_img {
    background: url('img/banner2.jpg');
    background-size: cover;
}

.banner_img::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(38 36 36/ 50%);
}

.card_upside .card-body {
    background: var(--ogrey);
}

.h_key_high .h_key_main {
    border: 0;
    border-bottom: 2px dashed #9b1112;
    border-right: 2px dashed #9b1112;
}

.h_key_high .col-md-3 img {
    width: unset;
}

.h_key_high .h_key_main:nth-child(2) {
    border-right: 0;
}

.h_key_high .h_key_main:nth-child(4) {
    border-right: 0;
}

.mouls img {
    height: 150px;
    width: 150px !important;
    border-radius: 50%;
    object-fit: cover;
    display: unset !important;
}

.h_owl_alumni.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.h_owl_alumni img {
    width: 100px !important;
}

.h_testimonial .col-md-5:nth-child(1) {
    border-right: 2px dashed var(--golden);
}

.h_acreditions .col-md-4 {
    border-bottom: 2px dashed var(--golden);
}

.lh-xs-sm {
    line-height: 1 !important;
}

.fs-xs-13 {
    font-size: 13px;
}

.bs_logo {
    height: 70px;
}

/*--------about------------------*/
.bg_about {
    background-color: #e9ecef;
    margin: -25px 0px 0px 0px;
}

.counter {
    color: #7CC5E6;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    /* height: 225px; */
    width: 272px;
    padding: 40px 27px 37px;
    margin: 0 auto;
    /* border: 3px solid #7CC5E6; */
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
    ;
}

.counter:before,
.counter:after {
    content: "";
    background: #f3f3f3;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
}

.counter:after {
    background: transparent;
    width: 100px;
    height: 100px;
    /* border: 15px solid #7CC5E6; */
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
    box-shadow: none;
    top: auto;
    left: -10px;
    bottom: -10px;
    right: auto;
}

.counter .counter-icon {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    transition: all 0.3s ease 0s;
}

.counter-icon img {
    height: 55px;
}

.counter:hover .counter-icon {
    transform: rotateY(360deg);
}

.counter .counter-value {
    color: #555;
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
    transition: all 0.3s ease 0s;
}

.counter:hover .counter-value {
    text-shadow: 2px 2px 0 #d1d8e0;
}

.counter h3 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    /* margin: 0 0 15px; */
    color: #032456;

}

/* .counter.blue{
    color: #EF801B;
    border-color: #EF801B;
}
.counter.blue:after{
    border-bottom-color: #EF801B;
    border-left-color: #EF801B;
} */



.about {
    background: url(img/about.jpeg) no-repeat left;
    background-size: cover;
    background-color: #fdfdfd;
    overflow: hidden;
}

.inner-section {
    width: 56%;
    float: right;
    background-color: #9b1112;
    padding: 40px 40px;
    box-shadow: 13px 12px 8px rgba(0, 0, 0, 0.3);
}

/* .inner-section h1{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
} */
.text {
    font-size: 16px;
    color: #070707;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

.skills button {
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    border: none;
    border-radius: 20px;
    padding: 8px;
    width: 200px;
    background-color: #00999c;
    color: white;
    cursor: pointer;
}

.skills button:hover {
    transition: 1s;
    background-color: #ecf5f5;
    color: #7CC5E6;
}

.key_high {
    background-image: linear-gradient(300deg, #9b1112 100%, #fff);
}

.key_img {
    margin-top: 17px;
}

.key_icon i {
    color: #fff;
    padding-right: 13px;
    line-height: 32px;
    font-size: 20px;
}

.advan_icon {
    border-radius: 50%;
    height: 86px;
    width: 86px;
    margin-right: 10px;
   border: 1px solid #9b1112;
}

.advan_icon1 {
    border-radius: 50%;
    height: 86px;
    width: 86px;
    margin-right: 10px;
    border: 1px solid #9b1112;
}

.advan_icon2 {
    border-radius: 50%;
    height: 86px;
    width: 86px;
    margin-right: 10px;
    border: 1px solid #9b1112;
}

.advan_icon3 {
    border-radius: 50%;
    height: 86px;
    width: 86px;
    margin-right: 10px;
    border: 1px solid #9b1112;
}

.advan_icon4 {
    border-radius: 50%;
    height: 86px;
    width: 86px;
    margin-right: 10px;
    border: 1px solid #9b1112;
}

.advan_icon5 {
    border-radius: 50%;
    height: 86px;
    width: 86px;
    margin-right: 10px;
    border: 1px solid #9b1112;
}

.advan_icon img {
    height: 51px;
}

.advan_icon1 img {
    height: 51px;
}

.advan_icon2 img {
    height: 51px;
}

.advan_icon3 img {
    height: 51px;
}

.advan_icon4 img {
    height: 51px;
}

.advan_icon5 img {
    height: 51px;
}

.d_skill li {
    padding-left: 13px;
    box-shadow: 1px 1px 4px #949ea9;
    border-left: 4px solid #9b1112;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 12px;
    text-align: left;
}

.d_skill2 li {
    padding-left: 13px;
    box-shadow: 1px 1px 4px #949ea9;
    border-left: 4px solid #9b1112;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 12px;
}

.d_master_skill {
    background-image: linear-gradient(300deg, #9b1112, #fff);
}

.d_master img {
    padding-left: 13px;
    box-shadow: 1px 1px 4px #949ea9;
    border-left: 4px solid rgb(56, 54, 54);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 12px;
    background: #fff;
}
/* .c_page{
    background-image: url(img/about.jpeg);
    font-family: var(--cfont);
    color: #2E524A00;
    font-size: 250px;
    font-weight: 900;
    background-color: #9b1112;
    background-clip: text;
    -webkit-background-clip: text;
} */
.c_page{
    background-image: url(..img/404.jpg);
    background-size: cover;
}
.accordion {
    border: 1px solid #8080806b;
}

.key_fqa .accordion-button:focus {
    border-color: 0;
    box-shadow: none;
}

.accordion-header .accordion-button {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
}

.accordion-body li {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
}

.d_free {
    background-image: linear-gradient(300deg, #9b1112, #fff);
}
.d_fact {
    background-image: linear-gradient(300deg, #9b1112, #fff);
}
.d_bonus {
    height: 100px;
    /* display: flex; */
    border-radius: 50%;
    /* border-color: #000; */
    width: 102px;
    background-color: #032456;
    margin: auto;
}

.d_apply {
    background-image: linear-gradient(300deg, #9b1112 100%, #fff);
    /* background-color: #34b2e426; */
}

.d_apply ul li {
    color: #fff;
}

.d_text hr {
    width: 173px;
    height: 3px;
    margin: auto;
    color: #000;
}
.d_apply h2{
    color:#fff;
}
/* .b_bord{
  //  box-shadow: 1px 1px 5px #0000006b;
    height: 139px;
} */
.b_bord img {
    height: 72px;
}

.c_footer {
    background-color: linear-gradient(300deg, #9b1112, #fff);
    ;
}

.c_bord {
    border-radius: 50%;
    border: 1px solid #9b1112;
    width: 121px;
    height: 121px;
    margin: auto;
}
.form_bg{
    background: url('img/form.jpg') no-repeat;
    background-size: cover;
}
/* .c_form{
    background-color: #8080806b;
} */
.c_enquriy .form-control{
    border: 0;
    border-bottom: 1px solid #7b7b7b;
    border-radius: 0;
}
.c_enquriy .form-control:focus{
    box-shadow: none;
}
.c_enquriy .form-control::placeholder{
    font-size: 14px;
    color: lightgrey;
}
.c_bord {
    border-radius: 50%;
    border: 1px solid #9b1112;
    width: 90px;
    height: 90px;
    margin: auto;
}
.c_bord img{
    height: 48px;
}
.c_icon{
   background-color:  #9b1112;
    border-radius: 10px;
    padding: 9px;
}
.c_icon .c_phone{
    color: #fff;
}
.blog_main img{
    height: 250px;
    object-position: center;
}
.blog_main .card-title{
    font-size: 18px;
}

@media screen and (max-width:1200px) {
    .inner-section {
        padding: 10px 20px;
    }
}

@media screen and (min-width:768px) {
    .key_img {
        margin-top: 21px;
    }
}

@media screen and (max-width:1000px) {
    .about {
        background-size: 100%;
        padding: 100px 40px;
    }

    .inner-section {
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .about {
        padding: 0;
    }

    .inner-section {
        padding: 24px;
    }

    .skills button {
        font-size: 19px;
        padding: 5px;
        width: 160px;
    }
}




@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .card_upside {
        margin-top: -135px;
    }

    .desktop {
        height: 100vh;
    }

    /* .bottomleft {
        position: absolute;
    } */
    .bottomleft .t-golden {
        font-size: 50px;
    }

    .card_upside .card-body {
        height: 180px;
    }

    .h_key_high_border {
        border-top: 2px dashed #9b1112;
    }

    .h_key_high .h_key_main {
        border-right: 2px dashed #9b1112;
        border-bottom: unset;
    }

    .h_key_high .col-md-3 img {
        /* width: 130px; */
        height: unset;
    }

    .h_key_high .h_key_main:nth-child(2) {
        border-right: 2px dashed #9b1112;
    }

    .h_acreditions .col-md-4 {
        border-right: 2px dashed #9b1112;
        border-bottom: unset;
    }

    .h_acreditions .col-md-4:nth-child(3),
    .h_acreditions .col-md-4:nth-child(6),
    .h_acreditions .col-md-4:nth-child(9) {
        border-right: unset;
    }

    .lh-xs-sm {
        line-height: 2 !important;
    }

    .fs-xs-13 {
        font-size: 16px;
    }

    .d_skill li {
        border-right: 4px solid #9b1112;
        border-left: 0;
    }

    .c_bord {
        border-radius: 50%;
        border: 1px solid #9b1112;
        width: 121px;
        height: 121px;
        margin: auto;
    }

    .d_apply {
        background-image: linear-gradient(300deg, #9b1112, #fff);
        /* background-color: #34b2e426; */
    }
   
    .key_high {
        background-image: linear-gradient(300deg, #9b1112, #fff);
    }

    .d_apply ul li {
        color: #000;
    }

    .key_icon i {
        color: #000;
        padding-right: 13px;
        line-height: 32px;
        font-size: 20px;
    }

    .d_apply h2 {
        color: #000;
    }
    .blog_main .card-text{
        height: 100px;
    }
   
}
.program{
    background-color: #ededed;
}
.program .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    background-color: #ededed;
}
.program .accordion-body {
    padding: 1rem 1.25rem;
    background-color: #ededed;
}