@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&family=Philosopher:wght@400;700&display=swap');

body {
    padding: 0;
    margin: 0;
    font-family: "Ubuntu", Sans-serif;
    box-sizing: border-box;
    background-color: #F7F7F7;
}


/****************** header_menu start ***************/
.header_banner {
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-brand img {
    max-height: 70px;
}

.header_menu ul.navbar-nav li a.nav-link {
    color: #000 !important;
    padding: 20px 12px;
}

.header_menu ul.navbar-nav li a.dropdown-toggle::after {
    display: none;
}

.header_menu .dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #3A4192 !important;
}

.mobile_toggler {
    font-size: 25px;
    position: absolute;
    top: -10px;
    right: 10px;
    background-color: #db2520;
    border: 2px solid #fef7f6;
    padding: 0px 10px;
    color: #fef7f6;
    transition: left 0.4s ease;
    display: none;
}





/********************* top_header start *********/
.top_header_content_left ul {
    background-color: #db2520;
    padding: 10px 20px;
    color: #fff;
}

.top_header_content_right ul li i {
    color: #db2520;
}

.top_header_content_right ul li a {
    color: #000;
}

.top_header_content_right {
    background-color: #f5f2f2;
    padding: 10px 20px;
    color: #000;
}

.header_menu .navbar-brand {
    position: absolute;
    top: 0px;
    left: 0px;
}

.header_menu {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 5px 110px;
    padding-left: 150px;
}

.header_menu_right_contact {
    background-color: #db2520;
    padding: 18px 0px;
}

.header_menu_right_contact ul li i {
    background-color: #db2520;
    padding: 15px 15px;
    border-radius: 50%;
    margin-left: -25px;
    border: 3px solid #fff;
    color: #fff;
}

.header_menu_right_contact ul li a {
    padding-left: 25px;
    font-weight: 700;
}

/********************* top_header end *********/

.slickbanner {
    position: relative;
}

.slickbanner .banner_detail {
    position: absolute;
    top: 30%;
    left: 115px;
}

.slickbanner .slick-dots li.slick-active {
    background: #db2520;
    box-shadow: inset 0 0 0 2px rgb(0 0 0 / 28%);
}

.slickbanner .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: Transparent;
    transition: all 0.5s;
    border-radius: 50%;
    border: 2px solid #db2520;
    margin: 0 2.5px;
    cursor: pointer;
    position: relative;
}

.slickbanner .slick-dots li.slick-active button:before {
    opacity: 0;
    color: black;
}

.slickbanner .slick-dots li.slick-active button:before {
    opacity: 0;
    color: black;
}

.slickbanner .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slickbanner .slick-dots {
    position: absolute;
    height: 50px;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: center;
}

.slickbanner .slick-slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

/* Mobile devices (991px and down) */
@media only screen and (min-width: 250px) and (max-width: 991px) {
    .slickbanner .slick-slide img {
        width: 100%;
        height: 250px;
    }
}

.slickbanner .banner_detail p {
    text-transform: uppercase;
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
}

.slickbanner .banner_detail h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    font-family: 'Philosopher', sans-serif;
    margin: 15px 0px 10px;
}

.slickbanner .banner_detail h2 {
    margin-bottom: 30px;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
}

.slickbanner .banner_detail p {
    margin-bottom: 10px;
}


a.banner_btn {
    background-color: #fff;
    color: #000;
    padding: 10px 30px;
    border-radius: 5px;
}

.red {
    color: #fff;
}

.course_categories {
    padding: 60px 0px 0px;
}

.course_content_header h4 {
    font-family: 'Philosopher', sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
    color: #db2520;
}

.course_content_header h2 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
}

.course_content_header ul li i {
    color: #db2520;
    padding-right: 10px;
    line-height: 30px;
}

/*********************************************** message_principal start  ***************** */
.message_principal {
    padding: 35px 0px 0px;
}

.message_principal_content h2:after {
    display: block;
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
    background-color: #db2520;
    top: 0;
}

.message_principal_content h2 {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 40px;
    color: #232323;
    padding: 0px 10px 10px;
    position: relative;
}

.message_principal_content p {
    text-align: justify;
}

.message_principal_thumb img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.message_principal_thumb {
    position: relative;
    margin: 0 auto;
    width: 60%;
}

.message_principal_thumb:after {
    content: "";
    display: block;
    background-image: radial-gradient(#db2520 30%, transparent 0);
    background-position: 0 0;
    background-size: 13px 13px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 41px;
    z-index: -1;
    bottom: -30px;
    border-radius: 5px;
}

/*********************************************** message_principal end  ***************** */
.objectives_sec {
    padding: 50px 0px 0px;
}

.objectives_content {
    padding: 90px 0px 0px;
    text-align: justify;
}

.objectives_thumb {
    position: relative;
}

.objectives_content ul li i {
    color: #db2520;
    padding-right: 10px;
    line-height: 30px;
}

/* .objectives_content .readmore {
    margin: 60px 0px;
}

.objectives_content .readmore a {
    color: #db2520;
    padding: 10px 50px;
    border-radius: 50px;
    border: 2px solid #db2520;
    font-weight: 700;
} */

.tm_border_img1:before {
    content: '';
    position: absolute;
    border: 20px solid rgb(255 0 40 / 53%);
    top: 26px;
    left: 5px;
    right: 106px;
    bottom: 36px;
    opacity: 0.10;
    width: 400px;
    height: 400px;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .7s ease-in-out;
}

.objectives_content_header h4 {
    font-family: 'Philosopher', sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
    color: #db2520;
    position: relative;
    padding-left: 10px;
}

.objectives_content_header h4:after {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    background-color: #db2520;
    top: 0;
}

.objectives_content_header h2 {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    color: #232323;
    padding: 10px 0px 10px;
}

.objectives_content ul li i {
    color: #db2520;
    padding-right: 10px;
    line-height: 30px;
}

/*********************************************** objectives_sec end  ***************** */

/*********************************************** footer start  ***************** */
.footer {
    background-color: #000;
    padding: 60px 0px;
}

.footer_logo img {
    max-width: 120px;
}

.footer_widget_text ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-bottom: 16px;
    padding-top: 16px;
    color: rgba(255, 255, 255, 0.80);
}

.footer_widget_text ul li a {
    color: rgba(255, 255, 255, 0.80);
}

.footer_widget_text ul li i {
    color: #db2520;
    padding-right: 15px;
}

.footer_inner p {
    color: rgba(255, 255, 255, 0.80);
}

.footer_title h4 {
    color: #fff;
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
}

.social_icon ul li {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.80);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 5px;
}

.social_icon ul li a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.80);
}

.footer_bottom {
    padding: 20px 0px;
    background-color: #db2520;
    color: rgba(255, 255, 255, 0.80);
}

.footer_bottom p a {
    background-color: transparent;
    color: #000;
}

/*********************************************** footer end  ***************** */

/******************************** learning_evaluation start ****************************************/

.learning_evaluation {
    padding: 50px 0px 50px;
}

.learning_evaluation_content ul li i {
    color: #db2520;
    padding-right: 10px;
    line-height: 30px;
}

.learning_evaluation_content h1 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    margin: 0px 0px 20px;
}

span.slick_prev {
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 30px;
    background-color: var(--white);
    padding: 2px 8px;
    border-radius: 50px;
    cursor: pointer;
}

.slick_prev i {
    font-size: 30px;
    color: #fff;
    background-color: #db2520;
    padding: 10px 15px;
    border-radius: 5px;
}

span.slick_next {
    position: absolute;
    top: 50%;
    z-index: 99;
    right: 30px;
    background-color: var(--white);
    padding: 2px 8px;
    border-radius: 50px;
    cursor: pointer;
}

.slick_next i {
    font-size: 30px;
    color: #fff;
    background-color: #db2520;
    padding: 10px 15px;
    border-radius: 5px;
}

.learning_evaluation_slide {
    padding: 0px 200px;
}

/******************************** learning_evaluation end ****************************************/

/******************************** course_categories start ****************************************/
.course_categories_box {
    position: relative;
    padding: 0px 0px 40px;
}

.course_content_header {
    padding: 0px 0px 50px;
}

.course_categories_box_title {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
}

.flip_card {
    background-color: transparent;
    width: 100%;
    height: 400px;
    perspective: 1000px;
}

.flip_card_inner {
    position: relative;
    width: 100%;
    height: 400px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    object-fit: cover;
}

.flip_card:hover .flip_card_inner {
    transform: rotateY(180deg);
}

.flip_card_front,
.flip_card_back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip_card_front {
    background-color: #fff;
    color: #fff;
}

.flip_card_back {
    background-color: #db2520;
    color: #fff;
    transform: rotateY(180deg);
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flip_card_back h1 {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
}

.curriculum_inner_tab ul li i {
    color: #db2520;
    padding-right: 10px;
    line-height: 30px;
}

.curriculum_inner_tab h1 {
    color: #000;
    font-weight: 600;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    margin: 0px 0px 20px;
}

.curriculum_inner .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    /* border-color: #dee2e6 #dee2e6 #fff; */
    padding: 15px 20px;
    border-bottom: 5px solid #db2520;
    background-color: #fff;
    border-top: 0px;
    border-left: 0;
    border-right: 0;
    outline: none;
}

.curriculum_inner_tab_left {
    padding-left: 150px;
}

.curriculum_inner_tab_right {
    padding-left: 0px;
    padding-right: 150px;
}

.curriculum_thumb img {
    max-width: 280px;
}

.curriculum_content ul li {
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0px 10px;
}

.curriculum_inner {
    padding: 50px 90px;
    background-color: #fff;
}

.curriculum_inner_tab {
    padding: 40px 0px 0px;
}

.curriculum_inner .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    outline: none;
    border: transparent;
}

.curriculum_inner .nav button {
    margin: 0 auto;
}

.flip_card_front img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/******************************** course_categories end ****************************************/

/******************************** affiliations start ****************************************/
.affiliations_content_header h2 {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    color: #232323;
    padding: 10px 0px 10px;
}

.affiliations_list {
    position: relative;
}

.affiliations_thumb {
    position: relative;
}

.affiliations_thumb img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 350px;
}

.affiliations_content_header .affiliations_list li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}

.affiliations_content_header .affiliations_list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    line-height: 1em;
    color: #db2520;
}

.affiliations_sec {
    padding: 0px 0px 80px;
}

/******************************** affiliations end ****************************************/

/******************************** advantages start ****************************************/

.advantages_content_header h2 {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    color: #232323;
    padding: 10px 0px 10px;
}

.advantages_list {
    position: relative;
}

.advantages_thumb img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.advantages_content_header .advantages_list li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}

.advantages_content_header .advantages_list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    line-height: 1em;
    color: #db2520;
}

.advantages_sec {
    padding: 40px 0px 80px;
}

/******************************** advantages end ****************************************/

/******************************** scope start ****************************************/
.scope_sec {
    padding: 0px 0px 50px;
}

.scope_title {
    padding: 0px 0px 30px;
}

.scope_title h1 {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    color: #232323;
    padding: 10px 0px 10px;
    margin: 0;
}


.scope_content .scope_list li {
    position: relative;
    padding-left: 35px;
}

.scope_content .scope_list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    line-height: 1em;
    color: #db2520;
}

.scope_content {
    background-color: #fff;
    border-left: 5px solid #db2520;
    padding: 15px 8px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px;
    margin: 0px 0px 10px;
    height: 100px;
}

/******************************** scope end ****************************************/

/******************************** gallery start ****************************************/
.gallery_sec {
    padding: 0px 0px 50px;
}

.gallery_title {
    padding: 0px 0px 40px;
}

.gallery_title h1 {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    color: #232323;
    padding: 10px 0px 10px;
    margin: 0;
}

.gallery_thumb img {
    width: 100%;
    height: 300px;
    margin: 0px 0px 20px;
    object-fit: cover;
}


/******************************** gallery end ****************************************/

/******************************** enquiryButton start ****************************************/
.enquiryButton {
    position: fixed;
    z-index: 9999;
    transform: rotate(-90deg);
    right: -62px;
    width: 170px;
    top: 50%;
}

.btn.btn-enquryUi {
    position: relative;
    background: #eb2213;
    color: #fff;
    padding: 10px 28px;
    font-weight: 600;
    font-size: 17px;
    border-radius: 10px 10px 0 0;
}

.sidebar-menu-flex {
    bottom: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 9999;
    transform: translateX(calc(-100% + 32px));
    transition-duration: 0.7s;
    transform: translateX(100%);
    right: -22px;
    box-shadow: -5px 36px 20px rgb(33 33 33 / 16%);
}

.sidebar-menu-flex .menu-inner-item {
    box-sizing: border-box;
    max-width: 350px;
    min-width: 350px;
    width: auto;
    height: 100vh;
    overflow: hidden;
    padding: 20px 32px 32px;
    background-color: #fff;
}

.closetn {
    position: absolute;
    left: 0;
    background: #eb0606;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    top: 0;
    cursor: pointer;
}

.form-contact .form-control.form-contactUs {
    padding: 14px 16px;
    font-size: 14px;
    color: #797979;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dadada;
    border-radius: 0;
    font-weight: 300;
    height: 50px;
    margin: 0px 0px 15px;
}

.form-details {
    margin-top: 30px;
}

.form-details h4 {
    margin-bottom: 0;
    color: #eb0606;
}

.form-details p {
    font-size: 13px;
    color: #515151;
    margin-top: 3px;
}

.title-input {
    font-size: 13px;
    color: #656565;
    margin-bottom: 5px;
    font-weight: 400;
}

.form-control.form-message {
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    line-height: 34px;
    border: 1px solid #dadada;
    padding: 14px 16px;
    font-weight: 500;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.submit-btn-form {
    background: #eb0606;
    font-size: 15px;
    padding: 10px 40px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    border: none;
    margin: 20px 0px 0px;
}

.enquiryButton .btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/******************************** enquiryButton end ****************************************/


/******************************** whatsapp start ****************************************/
.connect_box {
    position: fixed;
    bottom: 52px;
    right: 10px;
    z-index: 999;
}

.whatsaap_chat a {
    background-color: #40c74f;
    display: block;
    width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
    margin-bottom: 15px;
    font-size: 28px;
}

/******************************** whatsapp end ****************************************/


.landinf-video video {
    width: 100%;
    height: 300px;
}

.scheduling {
    position: relative;
    list-style: none;
    margin: 0;
}

.scheduling li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 20px;
}

.scheduling li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 20px;
    color: #db2520;
}