/*
Generat Settings
*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}


/* Sections
     ========================================================================== */


/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}


/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}


/* Grouping content
     ========================================================================== */


/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
     ========================================================================== */


/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}


/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}


/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
     ========================================================================== */


/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}


/* Forms
     ========================================================================== */


/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}


/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}


/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
     ========================================================================== */


/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}


/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}


/* Misc
     ========================================================================== */


/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}


/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.gallery-caption {
    position: relative;
}

.bypostauthor {
    position: relative;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

table {
    width: 100%;
}

.widgets_grid_box .widget_categories ul:before,
.widgets_grid_box .widget_meta ul:before,
.widgets_grid_box .widget_archive ul:before {
    clear: both;
    content: '';
    overflow: auto;
}

.widgets_grid_box ul ul.children {
    padding: 0px 0px 0px 5px !important;
    border-radius: 0px;
    border: 0px !important;
}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_archive ul li {
    text-align: right;
}

.widgets_grid_box .widget_categories ul li a,
.widgets_grid_box .widget_archive ul li a {
    float: left;
}

.post-password-form label {
    width: 100%;
}

input[type="password"] {
    width: 100%;
}

.wp-block-button {
    margin-bottom: 15px;
}

.has-background-dim,
.has-background-dim p {
    color: #fff;
}

.col-lg-12.padding_zero {
    padding: 0px;
}

.sec_comments .col-lg-12 {
    padding: 0px;
}

.bright-course {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bright-icon-img {}

.bright-icon-img img {
    width: 35px;
    filter: invert(41%) sepia(89%) saturate(1844%) hue-rotate(209deg) brightness(101%) contrast(100%);
}

.bright-icon-text {
    width: calc(100% - 45px);
}

.bright-icon-text h6 {
    font-size: 14px;
    line-height: 20px;
}

.bright-icon-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px dashed rgba(34, 34, 34, 0.1) !important;
}

.bright-btn-space {
    padding-top: 25px !important;
    border-top: 1px solid #f0f3f9 !important;
}

.news_box.type_one,
.news_box.type_three .brigh-course-card {
    /* box-shadow: 0px 5px 22px 0px rgb(0 0 0 / 17%) !important; */
    box-shadow: 0px 2px 8px rgb(0 0 0 / 22%) !important;
}

.footer-logo {
    width: 140px;
}

.footer-logo img {
    width: 100%;
}

.footer-head {
    color: #4f7fff !important;
}

.footer-head1 {
    color: #4f7fff !important;
}

.bright-footer {
    padding-left: 20px !important;
}

.bright-footer-color {
    color: #000 !important;
    font-weight: 500;
}

.theme-btn.five-bright {
    font-size: 12px !important;
    position: relative !important;
    text-align: center !important;
    color: #fff !important;
    background: #282f3b !important;
    display: inline-block !important;
    min-width: 180px !important;
    height: 56px !important;
    padding: 0px 18px !important;
    line-height: 60px !important;
    font-weight: 600 !important;
    transition: all 0.5s ease !important;
    transition: all 0.6s ease-in-out !important;
    -moz-transition: all 0.6s ease-in-out !important;
    -ms-transition: all 0.6s ease-in-out !important;
    -o-transition: all 0.6s ease-in-out !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
}

.theme-btn.five-bright:hover {
    background: var(--primary-color-one) !important;
    color: #fff !important;
}

.bright-call {}

.bright-call li a i {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #4f7fff;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
}

.bright-call li a {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.video-slider-sec {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #4f7fff94 400%);
}

.title_sections h2 span {
    position: relative;
    z-index: 0;
}

/* .video-slider-sec .title_sections h2 span:after {
    position: absolute;
    content: "";
    background-image: url(../images/slider-1-shape-2.png);
    width: 160px;
    height: 6px;
    background-size: cover;
    right: 0;
    bottom: 0;
    z-index: -1;
} */

.title_sections h2 span:after {
    position: absolute;
    content: "";
    background-image: url(../images/slider-1-shape-2.png);
    width: 212px;
    height: 9px;
    background-size: cover;
    right: -10px;
    bottom: -2px;
    z-index: -1;
}

.video-slider-sec .container {
    /* overflow: hidden; */
}

.testimonials-carousel-new .item img {
    border-radius: 16px;
    width: 100%;
    transition: .4s ease;
    opacity: 0.5;
    transform: scale(0.9);
    /* filter: blur(1px); */
    filter: grayscale(1);
}

.testimonials-carousel-new .owl-item .item {
    position: relative;
}

.testimonials-carousel-new .owl-item .item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    /* background-color: #ffffff7d; */
    /* background: linear-gradient(to right, #ffffff 10%, rgb(255 255 255 / 0%) 60%, #ffffff 90%); */
    /* background: linear-gradient(to right, #ffffff7d 5%, rgb(255 255 255 / 0%) 60%, #ffffff7d 95%); */
    pointer-events: none;
}

/* Center Focused Slide */
.testimonials-carousel-new .owl-item.center img {
    transform: scale(1);
    opacity: 1;
    filter: none;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.testimonials-carousel-new .owl-item.center .item:before {
    background: transparent;
}

/* Center the stage */
/* .owl-carousel.testimonials-carousel-new .owl-stage-outer {
    overflow: visible;
} */

/* Hide overflow of container so only half slides show */
.testimonials-carousel-new {
    padding-left: 0px;
    padding-right: 0px;
}

/* Navigation Arrows */
.testimonials-carousel-new .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.testimonials-carousel-new .owl-nav button {
    background: #fff !important;
    border: 1px solid #ddd !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 8px;
    transition: 0.3s;
    position: relative;
}

.testimonials-carousel-new .owl-nav button span {
    display: none;
}

.testimonials-carousel-new .owl-nav button.owl-prev:before {
    content: "\e934";
    font-family: "icomoon" !important;
}

.testimonials-carousel-new .owl-nav button.owl-next:before {
    content: "\e933";
    font-family: "icomoon" !important;
}

.testimonials-carousel-new .owl-nav button.owl-prev:before,
.testimonials-carousel-new .owl-nav button.owl-next:before {
    background: transparent;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #4f7fff;
    border-radius: 50%;
}

.testimonials-carousel-new .owl-nav button:hover {
    background: #4f7fff !important;
}

.testimonials-carousel-new .owl-nav button:hover::before {
    color: #fff !important;
}

.owl-item.center .lightbox-image.glightbox {
    background: #fff !important;
    pointer-events: all;
}

.owl-item.center .lightbox-image.glightbox i {
    opacity: 1;
    color: var(--primary-color-one);
}

.lightbox-image.glightbox {
    background: transparent !important;
    pointer-events: none;
}

.lightbox-image.glightbox i {
    opacity: 0.5;
    color: #fff;
}

.fancybox-slide--video .fancybox-content {
    padding: 0px;
    border-radius: 16px;
}

.home-courses-sec.blog-post {
    /* background-image: url(../images/Bg-doodles.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #e8eeff;
    background-blend-mode: color-burn;
}

.wcu-form-btn {}

.wcu-form-btn .wpcf7-form-control {
    margin: 0px !important;
    border-radius: 4px !important;
}

.contact-section.bg_op_1 {
    background-color: #f3f3f3 !important;
    background-blend-mode: darken;
}

.home-faq-sec .faqs_accordion.type_one .article-title {
    padding: 20px 60px 18px 20px;
}

.home-faq-sec .faqs_accordion.type_one .article-title .title_box .faq_no {
    position: relative;
    left: 0px;
    top: 4px;
    font-size: 30px;
}

.about-section .title_all_box.style_one .title_sections h4 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
}

body.home.modal-open,
#exampleModal,
#exampleModal2 {
    padding-right: 0px !important;
}

#exampleModal {}

#exampleModal .modal-dialog {}

#exampleModal .modal-content {
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
}

#exampleModal .modal-header {
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 30px 0 0;
    border-bottom: 0px solid #dee2e6;
}

#exampleModal .modal-title {
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    color: var(--heading-dark);
    padding: 0px 0px 10px 0px;
    font-family: var(--creote-family-one);
    text-transform: capitalize;
    position: relative;
    z-index: 5;
}

#exampleModal .modal-title:before {
    position: absolute;
    content: "";
    background-image: url(../images/slider-1-shape-2.png);
    width: 212px;
    height: 9px;
    background-size: cover;
    right: -10px;
    bottom: 10px;
    z-index: -1;
}

#exampleModal .btn-close {
    margin: 0;
    padding: 0;
    font-size: 18px;
    position: absolute;
    right: 12px;
    top: 12px;
    opacity: 1;
    filter: invert(13%) sepia(96%) saturate(7476%) hue-rotate(3deg) brightness(110%) contrast(114%);
    outline: none !important;
}

#exampleModal .btn-close:focus {
    outline: none !important;
    box-shadow: none !important;
}

#exampleModal .modal-body {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #4f7fff94 200%);
    padding: 10px 40px 40px;
}

#exampleModal #contact-form {}

#exampleModal .controls {}

#exampleModal label {
    color: #000000;
}

#exampleModal input {}

#exampleModal .modal-btn {}

#exampleModal .theme_btn {
    width: 100%;
    border-radius: 4px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 550px;
        margin: 1.75rem auto;
    }
}

.contntent.phone a:hover {
    color: #4f7fff !important;
}

/* Home-Page-Design-End */

/* Course-Page-Design-Start */

.default-banner-sec.page_header_default {}

.default-banner-sec.page_header_default:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #4f7fff94 250%);
}

.course-details-card-sec {
    padding: 80px 0;
}

.def-card-inner {
    /* padding: 20px 20px 20px 20px; */
    border-radius: 12px;
    position: relative;
    background: #fff;
    z-index: 6;
    margin-bottom: 0px;
    overflow: hidden;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.def-card-inner h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 15px 8px;
    background: #4f7fff;
    color: #fff;
    margin-bottom: 20px;
}

.def-card-inner .col-12.px-0 {
    position: relative;
}

.def-card-inner .col-12.px-0:after {
    position: absolute;
    content: "";
    left: 15px;
    bottom: -40px;
    height: 1px;
    width: calc(100% - 30px);
    background-color: #bababa;
}

.def-card {
    position: relative;
    text-align: center;
}

/* .def-card.spl-new::before {
    position: absolute;
    content: "";
    right: -13px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e3e3e3;
} */

.def-card-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.def-card-top .def-card-img {
    width: 24px;
}

.def-card-top img {
    width: 100%;
}

.def-card-top h6 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 6px;
    letter-spacing: 0.5px;
}

.def-card-bottom {}

.def-card-bottom h4 {
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 28px;
    font-weight: 700;
    color: #4f7fff;
}

.def-card-bottom p {
    width: 100%;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.row.kf-row {
    row-gap: 30px;
}

.kf-box {
    text-align: center;
}

.kfb-img {
    width: 60px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 8px;
    background: #4f7fff;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%) !important;
}

.kfb-img img {
    filter: invert(61%) sepia(74%) saturate(5712%) hue-rotate(211deg) brightness(105%) contrast(107%);
    filter: invert(1);
}

.kfb-text {}

.kfb-text p {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.faq_box_all.course-accordion {}

.faq_box_all.course-accordion .title_box span.faq_no {
    position: relative !important;
    left: 20px !important;
    top: 4px !important;
    margin-right: 25px !important;
    font-size: 30px !important;
    /* opacity: 1 !important; */
}

.faq_box_all.course-accordion .faqs_accordion.type_one .article-title {
    padding: 20px 50px 18px 0px;
}

.faq_box_all.course-accordion .accordion-content {}

.faq_box_all.course-accordion .accordion-content h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #4f7fff;
}

.faq_box_all.course-accordion .accordion-content h5 {
    display: block;
    color: #000000;
    line-height: 28px;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 4px;
    margin-bottom: 6px;
    border-bottom: 1px solid #dddddd;
    font-family: var(--creote-family-two);
    text-transform: capitalize;
}

.faq_box_all.course-accordion .accordion-content ul {
    padding-left: 25px;
}

.faq_box_all.course-accordion .accordion-content li {
    position: relative;
    font-weight: 500;
    list-style: none;
    line-height: 26px;
}

.faq_box_all.course-accordion .accordion-content li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--primary-color-one);
    left: -25px;
    top: 10px;
}

.faq_box_all.course-accordion .accordion-content li:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--primary-color-one);
    opacity: 0.4;
    left: -19px;
    top: 10px;
}

.certification-sec {
    background-color: #e8eeff;
}

#owl-carousel2 {}

#owl-carousel2 .item {}

.brands-box {
    margin: 0px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid #c9c9c9;
}

.brands-img {
    display: flex;
    justify-content: center;
    padding: 15px 15px 0px 15px;
}

.brands-img img {
    width: 70% !important;
}

.brand-text {
    padding: 8px 10px;
    border-top: 1px solid #4f7fff;
    margin-top: 15px;
}

.brand-text h6 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Course-Page-Design-End */

/* About-Us-Page-Design-Start */

.about-section.about-page-section .image_boxes.style_three {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.faculty-card-row.row {
    row-gap: 30px;
}

.faculty-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    transition: 0.4s ease-in-out;
}

.fac-img {}

.fac-img img {
    width: 100%;
}

.fac-text {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #4f7ffff5 85%);
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.faculty-card:hover {
    transform: translateY(-10px);
    transition: 0.4s ease-in-out;
}

.fac-text h5 {
    color: #fff;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 21px;
    text-shadow: 2px 2px 5px #00000036;
}

.fac-text h6 {
    color: #fff;
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 2px 2px 5px #00000080;
}

/* About-Us-Page-Design-End */

/* Contact-Us-Page-Design-Start */

.contact-map-section-new {}

.contact-map-section-new iframe {
    display: block;
    height: 600px;
    width: 100%;
}

.contact-section .heading h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    color: var(--primary-color-one);
    margin-bottom: 20px;
}

.contact-section .form-group.mg_top.apbtn .theme_btn {
    border-radius: 4px !important;
}

.form-select:focus {
    box-shadow: none !important;
}

.contact-section .form-select {
    border: 1px solid var(--border-color-dark);
    color: var(--text-color-dark);
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: var(--creote-family-one);
}

.contact-section .form-select:focus {
    border-color: var(--primary-color-one);
}

/* Contact-Us-Page-Design-End */

/* Terms-Conditions-Page-Design-Start */

.terms-section {}

.terms-card {
    padding: 50px;
    border-radius: 16px;
    background: #fff;
    /* box-shadow: 2px 2px 8px rgb(0 0 0 / 10%) !important; */
    box-shadow: var(--box-shadow);
}

.tc-heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms-card h2 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    color: var(--heading-dark);
    padding: 0px 0px 10px 0px;
    margin-bottom: 10px;
    font-family: var(--creote-family-one);
    text-transform: capitalize;
    position: relative;
    z-index: 5;
    display: inline-block;
    text-align: center;
}

.terms-card h2:before {
    position: absolute;
    content: "";
    background-image: url(../images/slider-1-shape-2.png);
    width: 212px;
    height: 9px;
    background-size: cover;
    right: -10px;
    bottom: 10px;
    z-index: -1;
}

.terms-card p.term-date {
    font-size: 18px;
    font-weight: 600;
    color: #4f7fff;
    margin-bottom: 8px;
}

.terms-card p {
    line-height: 26px;
    text-align: justify;
    margin-bottom: 8px;
    color: #000;
}

.terms-card p a {
    color: #4f7fff !important;
}

.terms-card p b {
    font-weight: 600;
    color: #000;
    font-family: var(--creote-family-two);
}

.terms-card h5 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    font-family: var(--creote-family-two);
}

.terms-card h6 {
    color: #4f7fff;
    line-height: 32px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    font-family: var(--creote-family-two);
}

.terms-card ul {
    padding-left: 25px;
    margin-bottom: 12px;
}

.terms-card ul li {
    list-style: none;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 8px;
    color: #000;
    position: relative;
}

.terms-card ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--primary-color-one);
    left: -25px;
    top: 10px;
}

.terms-card ul li:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--primary-color-one);
    opacity: 0.4;
    left: -19px;
    top: 10px;
}

.terms-card ul li b {
    font-weight: 600;
    color: #000;
}

/* Terms-Conditions-Page-Design-End */

/* Header-Responsive-Start */

@media only screen and (min-width:1201px) {
    .menu-item.menu-item-spl {
        display: none !important;
    }
}

.menu-item.menu-item-spl {
    margin-top: 20px;
}

.menu-item.menu-item-spl .theme-btn.one {
    border-radius: 30px;
    box-shadow: var(--box-shadow-two);
    border-color: #fff;
    background: #4f7fff;
    color: #fff;
    font-family: var(--creote-family-two);
    border: 0px solid var(--primary-color-one);
    width: 100%;
    font-size: 16px;
    padding: 2px 25px;
    height: 56px;
    line-height: 56px;
    min-height: 56px;
}

/* @media only screen and (max-width:991px) {

    .header .header_logo_box img,
    .default_sickty_heaad .header_logo_box img {
        width: 120px !important;
    }
} */

/* Header-Responsive-End */

/* Footer-Responsive-Start */

.footer_area .footer_widgets_wrap.bg_op_1 .theme-btn.five {
    border-radius: 50px;
}

@media only screen and (max-width:1399px) {
    .bright-footer {
        padding-left: 20px !important;
    }

    .footer_widgets.get_in_touch_foo .foo_cont_inner .top,
    .footer_widgets.get_in_touch_foo .foo_cont_inner .bottom {
        position: relative;
        margin-bottom: 10px !important;
    }

    .footer_widgets.wid_tit {
        position: relative;
        margin-bottom: 10px !important;
    }

    .footer_widgets .fo_wid_title {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width:1199px) {
    .bright-footer {
        padding-left: 15px !important;
    }

    .footer_area .pd_top_80 {
        padding-top: 60px !important;
    }

    .footer_area .pd_bottom_60 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:991px) {
    .footer_area .footer_widgets_wrap.bg_op_1 {
        text-align: center;
    }

    .list_items_new_box.type_one li a {
        padding-left: 0px !important;
    }

    .list_items_new_box.type_one li a span {
        display: none;
    }

    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .footer_widgets {
        margin-bottom: 20px !important;
    }

    .footer_widgets.wid_tit {
        margin-bottom: 10px !important;
    }

    .footer_area .pd_top_80 {
        padding-top: 50px !important;
    }

    .footer_area .pd_bottom_60 {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:767px) {

    .footer-copyright.bg_dark_1 .pd_top_10 {
        padding-top: 20px !important;
    }

    .footer-copyright.bg_dark_1 .pd_bottom_10 {
        padding-bottom: 15px;
    }


    .footer-copyright.bg_dark_1 .row {
        text-align: center;
        flex-direction: column-reverse;
    }

    .footer-copyright.bg_dark_1 .row .col-md-8 {
        margin-top: 10px;
    }

    .prgoress_indicator {
        right: 15px !important;
        bottom: 135px !important;
        height: 38px !important;
        width: 38px !important;
    }

    .prgoress_indicator::before {
        height: 38px !important;
        width: 38px !important;
    }

    .prgoress_indicator::after {
        line-height: 36px !important;
        height: 38px !important;
        width: 38px !important;
    }

    .footer_copy_content {
        font-size: 15px;
    }
}

/* Footer-Responsive-End */

/* Home-Page-Responsive-Start */

/* Banner-Part-Responsive-Start */

@media only screen and (max-width:767px) {
    .slider_version_v2.style_five .image-layer {
        aspect-ratio: 575 / 475 !important;
    }
}

@media only screen and (max-width:575px) {
    .slider.nav_position_one .owl-prev {
        left: 15px !important;
        height: 50px !important;
        width: 50px !important;
    }

    .slider.nav_position_one .owl-next {
        right: 15px !important;
        height: 50px !important;
        width: 50px !important;
    }

    .slider .owl-prev::before,
    .slider .owl-next::before {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }
}

/* Banner-Part-Responsive-End */

/* About-Part-Responsive-Start */

.about-section.home-about-section {}

@media only screen and (max-width:1199px) {
    .about-section.home-about-section .pd_top_80 {
        padding-top: 60px !important;
    }

    .about-section.home-about-section .pd_bottom_80 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:991px) {
    .about-section.home-about-section .pd_top_80 {
        padding-top: 50px !important;
    }

    .about-section.home-about-section .pd_bottom_80 {
        padding-bottom: 50px;
    }

    .about-section.home-about-section .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .about-section.home-about-section .mr_bottom_20 {
        margin-bottom: 15px;
    }

    .image_boxes.style_seven .image_box {
        border-radius: 12px !important;
    }
}

@media only screen and (max-width:767px) {
    .about-section .title_all_box.style_one .title_sections h4 {
        font-size: 18px;
        line-height: 28px;
        margin-top: -6px;
    }
}

@media only screen and (max-width:575px) {
    /* .about-section .title_all_box.style_one .title_sections h4 {
        line-height: 26px;
    } */
}

/* About-Part-Responsive-End */

/* Courses-Part-Responsive-Start */

@media only screen and (max-width:1399px) {

    .blog-post.home-courses-sec .news_box.type_one .content_box,
    .blog-post.home-courses-sec .news_box.type_three .content_box {
        padding: 15px 15px 20px;
    }

    .bright-icon-text p {
        font-size: 12px;
        line-height: 18px;
    }

    .bright-course {
        margin-bottom: 15px;
    }

    .bright-btn-space {
        padding-top: 20px !important;
    }
}

@media only screen and (max-width:1199px) {
    .home-courses-sec.blog-post .pd_top_80 {
        padding-top: 60px !important;
    }

    .home-courses-sec.blog-post .pd_bottom_80 {
        padding-bottom: 60px;
    }

    .blog-post.home-courses-sec .news_box.type_one .content_box,
    .blog-post.home-courses-sec .news_box.type_three .content_box {
        padding: 12px 10px 16px;
    }

    .home-courses-sec.blog-post .news_box.type_one .content_box h2 a,
    .home-courses-sec.blog-post .news_box.type_three .content_box h2 a {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .bright-icon-text h6 {
        font-size: 15px;
        line-height: 21px;
    }

    .bright-icon-text p {
        font-size: 12px;
        line-height: 18px;
    }

    .bright-btn-space {
        padding-top: 16px !important;
    }

    .home-courses-sec.blog-post .title_all_box.style_six .title_sections h2 {
        font-size: 32px;
        line-height: 40px;
        font-family: var(--creote-family-one);
        font-weight: 700;
        color: var(--heading-dark);
    }
}

@media only screen and (max-width:991px) {
    .home-courses-sec.blog-post .pd_top_80 {
        padding-top: 50px !important;
    }

    .home-courses-sec.blog-post .pd_bottom_80 {
        padding-bottom: 50px;
    }

    .bright-course-card .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .bright-icon-text p {
        font-size: 14px;
        line-height: 20px;
    }

    .bright-course-card {
        border-radius: 12px !important;
    }
}

@media only screen and (max-width:767px) {
    .bright-course-card .col-xl-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .bright-icon-text p {
        font-size: 15px;
        line-height: 21px;
    }

    .home-courses-sec.blog-post .news_box.type_one .content_box h2 a,
    .home-courses-sec.blog-post .news_box.type_three .content_box h2 a {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .home-courses-sec.blog-post .pd_bottom_10 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width:475px) {

    .blog-post.home-courses-sec .news_box.type_one .content_box,
    .blog-post.home-courses-sec .news_box.type_three .content_box {
        padding: 15px 15px 20px;
    }

    .bright-btn-space {
        padding-top: 16px !important;
        flex-direction: column;
        row-gap: 16px;
    }

    .blog-post.home-courses-sec .theme-btn.five {
        width: 100%;
    }
}

/* Courses-Part-Responsive-End */

/* Student-Testimonial-Part-Responsive-Start */

@media only screen and (max-width:1199px) {
    .video-slider-sec .pd_top_80 {
        padding-top: 60px !important;
    }

    .video-slider-sec .pd_bottom_80 {
        padding-bottom: 60px;
    }

    .video-slider-sec .title_all_box.style_six .title_sections h2 {
        font-size: 32px;
        line-height: 40px;
        font-family: var(--creote-family-one);
        font-weight: 700;
        color: var(--heading-dark);
    }
}

@media only screen and (max-width:991px) {
    .video-slider-sec .pd_top_80 {
        padding-top: 50px !important;
    }

    .video-slider-sec .pd_bottom_80 {
        padding-bottom: 50px;
    }

    .testimonials-carousel-new .owl-nav {
        margin-top: 20px;
    }
}

@media only screen and (max-width:767px) {
    .video-slider-sec .pd_bottom_10 {
        padding-bottom: 0px;
    }
}

/* Student-Testimonial-Part-Responsive-End */

/* FAQ-Part-Responsive-Start */

@media only screen and (max-width:1199px) {
    .faqs-section.home-faq-sec .pd_top_80 {
        padding-top: 60px !important;
    }

    .faqs-section.home-faq-sec .pd_bottom_60 {
        padding-bottom: 40px;
    }

    .home-faq-sec .faqs_accordion.type_one .article-title .title_box .faq_no {
        top: 3px;
        font-size: 26px;
    }

    .home-faq-sec .faqs_accordion.light_color .article-title .title_box {
        font-size: 18px;
        line-height: 26px;
    }

    .faqs-section.home-faq-sec .title_all_box.style_one .title_sections h2 {
        font-size: 32px;
        line-height: 40px;
        font-family: var(--creote-family-one);
        font-weight: 700;
        color: var(--heading-dark);
    }
}

@media only screen and (max-width:991px) {
    .home-faq-sec .faqs_accordion.light_color .article-title .title_box {
        font-size: 16px;
        line-height: 26px;
    }

    .home-faq-sec .faqs_accordion.type_one .article-title {
        padding: 20px 50px 18px 20px;
    }

    .home-faq-sec .faqs_accordion.type_one .article-title .title_box .faq_no {
        top: 4px;
    }

    .faqs-section.home-faq-sec .pd_top_80 {
        padding-top: 50px !important;
    }

    .faqs-section.home-faq-sec .pd_bottom_60 {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:767px) {
    .home-faq-sec .faqs_accordion.type_one .article-title {
        padding: 15px 40px 15px 15px;
    }

    .home-faq-sec .faqs_accordion.type_one .article-title:before {
        right: 15px;
    }

    .home-faq-sec .faqs_accordion.light_color .article-title .title_box {
        font-size: 16px;
        line-height: 26px;
    }

    .home-faq-sec .faqs_accordion.type_one .accordion-content {
        padding: 12px 15px;
    }

    .home-faq-sec .faqs_accordion.type_one .article-title .title_box .faq_no {
        top: 3px;
        font-size: 22px;
    }

    .faqs-section.home-faq-sec .pd_bottom_10 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width:575px) {
    .home-faq-sec .faqs_accordion.light_color .article-title .title_box {
        font-size: 15px;
        line-height: 25px;
    }
}

/* FAQ-Part-Responsive-End */

/* Form-Part-Responsive-Start */

@media only screen and (max-width:1799px) {
    .contact-section.bg_op_1.wcu-new-sec .contact_form_box_all.type_two img {
        display: none;
    }
}

@media only screen and (max-width:1199px) {
    .contact-section.bg_op_1.wcu-new-sec .pd_top_80 {
        padding-top: 60px !important;
    }

    .contact-section.bg_op_1.wcu-new-sec .pd_bottom_80 {
        padding-bottom: 60px !important;
    }

    .contact-section.bg_op_1.wcu-new-sec .title_all_box.style_five .title_sections h2 {
        font-size: 32px;
        line-height: 40px;
        font-family: var(--creote-family-one);
        font-weight: 700;
        color: var(--heading-dark);
        padding: 0px 0px 6px 0px;
    }

    .contact-section.bg_op_1.wcu-new-sec .content_box_cn.style_one .txt_content h3 a {
        display: block;
        color: var(--heading-dark);
        line-height: 24px;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .contact-section.bg_op_1.wcu-new-sec .contact_form_box_all.type_two .contact_form_shortcode {
        padding: 20px 15px;
        border-radius: 12px;
    }

    .contact-section.bg_op_1.wcu-new-sec .contact_form_box_all.type_two .contact_form_shortcode .heading {
        position: relative;
        margin-bottom: 10px;
    }

    .contact-section.bg_op_1.wcu-new-sec .contact_form_box_all.type_two .contact_form_shortcode .heading h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:991px) {
    .contact-section.bg_op_1.wcu-new-sec .pd_top_80 {
        padding-top: 20px !important;
    }

    .contact-section.bg_op_1.wcu-new-sec .pd_bottom_80 {
        padding-bottom: 50px !important;
    }

    .contact-section.bg_op_1.wcu-new-sec .title_all_box {
        text-align: center;
    }

    .contact-section.bg_op_1.wcu-new-sec .contact_form_box_all.type_two .contact_form_shortcode {
        padding: 25px 20px;
        border-radius: 12px;
    }

    .contact-section.bg_op_1.wcu-new-sec .contact_form_box_all.type_two .contact_form_shortcode h2 {
        text-align: center;
    }

    input,
    input[type=text],
    input[type=email],
    input[type=number],
    textarea,
    select {
        height: 48px !important;
        line-height: 24px !important;
        border-radius: 5px !important;
    }

    .wcu-form-btn .wpcf7-form-control {
        margin: 0px !important;
        border-radius: 4px !important;
        min-height: 48px !important;
        line-height: 50px !important;
    }
}

@media only screen and (max-width:575px) {
    .contact-section.bg_op_1.wcu-new-sec .contact_form_box_all.type_two .contact_form_shortcode .heading h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .contact-section.bg_op_1.wcu-new-sec .contact_form_box_all.type_two .contact_form_shortcode {
        padding: 20px 12px;
        border-radius: 12px;
    }

    .contact-section.bg_op_1.wcu-new-sec .content_box_cn.style_one .txt_content p {
        margin-bottom: 5px;
    }

    .title_sections h2 span:after {
        display: none;
    }
}

/* Form-Part-Responsive-End */

/* Home-Page-Responsive-End */

/* About-Page-Responsive-Start */

/* Default-Banner-Part-Responsive-Start */

@media only screen and (max-width:575px) {
    .default-banner-sec.page_header_default {
        min-height: 0px;
        aspect-ratio: 575 / 375;
    }
}

/* Default-Banner-Part-Responsive-End */

/* About-Page-Part-Responsive-Start */

@media only screen and (max-width:1199px) {
    .about-section.about-page-section .pd_top_80 {
        padding-top: 60px !important;
    }

    .about-section.about-page-section .pd_bottom_80 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:991px) {
    .about-section.about-page-section .pd_top_80 {
        padding-top: 50px !important;
    }

    .about-section.about-page-section .pd_bottom_80 {
        padding-bottom: 50px;
    }

    .about-section.about-page-section .row {
        flex-direction: column;
        text-align: center;
    }

    .mt-0.pt-0.pe-lg-4 {
        margin-bottom: 30px;
    }
}

/* About-Page-Part-Responsive-End */

/* Faculties-Part-Responsive-Start */

@media only screen and (max-width:1399px) {
    .fac-text h5 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width:1199px) {
    .faculty-sec.bg_light_1 .pd_top_80 {
        padding-top: 60px !important;
    }

    .faculty-sec.bg_light_1 .pd_bottom_80 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:991px) {
    .faculty-sec.bg_light_1 .pd_top_80 {
        padding-top: 50px !important;
    }

    .faculty-sec.bg_light_1 .pd_bottom_80 {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:767px) {
    .faculty-sec.bg_light_1 .pd_bottom_10 {
        padding-bottom: 0px;
    }

    .fac-text h5 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 2px;
    }

    .fac-text h6 {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width:575px) and (min-width:411px) {
    .faculty-card {
        width: 360px;
        margin: 0 auto;
        border-radius: 12px;
    }

    .fac-text h5 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 4px;
    }

    .fac-text h6 {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width:410px) {
    .faculty-card {
        border-radius: 12px;
    }

    .fac-text h5 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .fac-text h6 {
        margin-bottom: 16px;
        font-size: 15px;
        line-height: 30px;
    }
}

/* Faculties-Part-Responsive-End */

/* About-Page-Responsive-End */

/* Contact-Page-Responsive-Start */

@media only screen and (max-width:1399px) {
    .contact-map-section-new iframe {
        height: 540px;
    }
}

@media only screen and (max-width:1199px) {
    .contact-map-section-new iframe {
        height: 480px;
    }

    .contact-section .pd_top_80 {
        padding-top: 60px !important;
    }
}

@media only screen and (max-width:991px) {
    .contact-map-section-new iframe {
        height: 420px;
    }

    .contact-section .pd_top_80 {
        padding-top: 50px !important;
    }

    .contact_form_box_all.type_one .contact_form_box_inner {
        padding: 24px 15px !important;
        border-radius: 12px !important;
    }

    .contact-section .heading h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
        text-align: center;
    }

    .contact-section .title_sections.left {
        text-align: center;
    }

    .social_media_v_one ul {
        display: flex;
        justify-content: center;
        column-gap: 15px;
    }

    .social_media_v_one ul li {
        margin-right: 0px !important;
    }

    .contact_box_content.style_one .contact_box_inner {
        padding: 15px 10px !important;
        display: flex !important;
        flex-direction: column;
    }

    .contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx {
        position: relative !important;
        left: 0 !important;
        margin-bottom: 15px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .contact_box_content.style_one .contact_box_inner.icon_yes .contnet {
        margin-left: 0px !important;
        text-align: center;
    }

    .contact_box_content.style_one .contact_box_inner .contnet h3 {
        font-size: 18px;
    }

    .contact_box_content.style_one .contact_box_inner .contnet p {
        font-size: 18px;
        line-height: 28px;
    }

    .contact-section .title_all_box.style_one .title_sections p {
        text-align: center;
    }

    .contact-section .form-group.mg_top.apbtn .theme_btn {
        min-height: 48px;
        line-height: 48px;
    }
}

@media only screen and (max-width:767px) {
    .contact-map-section-new iframe {
        height: 360px;
    }
}

@media only screen and (max-width:575px) {
    .contact-map-section-new iframe {
        height: 300px;
    }

    .contact_box_content.style_one .contact_box_inner {
        padding: 15px 10px 12px !important;
        display: flex !important;
        flex-direction: column;
    }

    .contact-section .heading h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .contact_box_content.style_one .contact_box_inner .contnet p {
        font-size: 16px;
        line-height: 24px;
    }

    .contact_form_box_all.type_one .contact_form_box_inner {
        padding: 20px 12px !important;
        border-radius: 12px !important;
    }
}

/* Contact-Page-Responsive-End */

/* Course-Details-Page-Responsive-Start */

/* Course-Card-Key-Features-Part-Responsive-Start */

.def-card-p.strike-text {
    position: relative;
}

.def-card-p.strike-text:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    margin: auto;
    width: 76px;
    height: 2px;
    background-color: #f00;
    z-index: 30;
}

@media only screen and (max-width:1399px) {
    .kfb-text p {
        font-size: 16px;
    }

    .def-card-bottom h4 {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .def-card-bottom p {
        font-size: 15px;
    }
}

@media only screen and (max-width:1199px) {
    .course-details-card-sec {
        padding: 60px 0;
    }

    .kfb-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .def-card-inner .col-lg {
        padding-right: 5px;
        padding-left: 5px;
    }

    .def-card-inner h2 {
        font-size: 22px;
        padding: 12px 15px 5px;
        margin-bottom: 12px;
    }

    .def-card-inner .col-12.px-0:after {
        bottom: -36px;
    }

    .def-card-top h6 {
        margin-bottom: 0px;
        font-size: 13px;
        font-weight: 600;
        margin-left: 6px;
        letter-spacing: 0.5px;
    }

    .def-card-bottom h4 {
        font-size: 14px;
        line-height: 28px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .def-card-bottom p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width:991px) {
    .course-details-card-sec {
        padding: 50px 0;
    }

    .course-details-card-sec .pd_top_60 {
        padding-top: 40px !important;
    }

    .def-card-inner .col-lg {
        padding-right: 15px;
        padding-left: 15px;
    }

    .def-card-inner h2 {
        font-size: 20px;
        padding: 12px 15px 6px;
        margin-bottom: 15px;
    }

    .def-card-inner .col-12.px-0:after {
        display: none;
    }

    .def-card-top h6 {
        margin-bottom: 0px;
        font-size: 16px;
        margin-left: 6px;
        letter-spacing: 0.5px;
    }

    .def-card-bottom h4 {
        font-size: 16px;
        line-height: 26px;
        margin-top: 6px;
        margin-bottom: 2px;
    }

    .def-card-bottom p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:767px) {
    .course-details-card-sec .pd_bottom_10 {
        padding-bottom: 0px;
    }

    .course-details-card-sec .pd_top_60 {
        padding-top: 30px !important;
    }

    .course-details-card-sec .pd_top_20 {
        padding-top: 12px !important;
    }

    .def-card-inner h2 {
        font-size: 16px;
        padding: 8px 10px 4px;
        margin-bottom: 20px;
    }

    .def-card-top h6 {
        margin-bottom: 0px;
        font-size: 16px;
        margin-left: 6px;
    }

    .def-card-bottom h4 {
        font-size: 18px;
        line-height: 28px;
        margin-top: 10px;
        margin-bottom: 2px;
    }

    .def-card-bottom p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .def-card.spl-new {
        position: relative;
        margin-bottom: 24px;
    }

    .def-card.spl-new:after {
        position: absolute;
        content: "";
        left: 0px;
        bottom: -9px;
        height: 1px;
        width: 100%;
        background-color: #bababa;
    }

}

@media only screen and (max-width:575px) {
    .kfb-text p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 6px;
    }

    .row.kf-row {
        row-gap: 24px;
    }

    .def-card-inner h2 {
        font-size: 16px;
        line-height: 28px;
        padding: 8px 10px 8px;
        margin-bottom: 15px;
    }

    .def-card.spl-new {
        position: relative;
        margin-bottom: 20px;
    }

    .def-card-bottom h4 {
        font-size: 18px;
        line-height: 28px;
        margin-top: 8px;
        margin-bottom: 0px;
    }

    .def-card-bottom p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

/* Course-Card-Key-Features-Part-Responsive-End */

/* Course-Syllabus-Part-Responsive-Start */

@media only screen and (max-width:1199px) {
    .faq-section.course-acc-section .pd_top_80 {
        padding-top: 60px !important;
    }

    .faq-section.course-acc-section .pd_bottom_60 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:991px) {
    .faq-section.course-acc-section .pd_top_80 {
        padding-top: 50px !important;
    }

    .faq-section.course-acc-section .pd_bottom_60 {
        padding-bottom: 30px;
    }

    .faq_box_all.course-accordion .title_box span.faq_no {
        left: 20px !important;
        top: 4px !important;
        margin-right: 20px !important;
        font-size: 22px !important;
    }

    .faq_box_all.course-accordion .faqs_accordion.light_color .article-title .title_box {
        font-size: 15px;
        line-height: 24px;
    }

    .faq_box_all.course-accordion .faqs_accordion.type_one .article-title:before {
        line-height: 30px;
    }

    .faq_box_all.course-accordion .accordion-content h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width:767px) {
    .faq-section.course-acc-section .pd_bottom_10 {
        padding-bottom: 0px;
    }

    .faq-section.course-acc-section .pd_top_20 {
        padding-top: 10px !important;
    }

    .faq_box_all.course-accordion .faqs_accordion.type_one .article-title {
        padding: 15px 45px 12px 15px;
    }

    .faq_box_all.course-accordion .title_box span.faq_no {
        left: 0px !important;
        top: 4px !important;
        margin-right: 0px !important;
        font-size: 22px !important;
    }

    .faq_box_all.course-accordion .faqs_accordion.light_color .article-title .title_box {
        font-size: 15px;
        line-height: 28px;
    }

    .faq-section.course-acc-section .faqs_accordion.type_one .accordion-content {
        padding: 15px;
    }

    .faq-section.course-acc-section .faqs_accordion.type_one .article-title:before {
        right: 15px;
    }
}

@media only screen and (max-width:575px) {
    .faq_box_all.course-accordion .accordion-content h5 {
        line-height: 26px;
        font-size: 16px;
    }

    .faq_box_all.course-accordion .title_box span.faq_no {
        left: 0px !important;
        top: 2px !important;
        margin-right: 0px !important;
        font-size: 20px !important;
    }

    .faq_box_all.course-accordion .accordion-content h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 6px;
    }
}

/* Course-Syllabus-Part-Responsive-End */

/* Course-Certifications-Part-Responsive-Start */

@media only screen and (max-width:1199px) {
    .certification-sec .pd_top_80 {
        padding-top: 60px !important;
    }

    .certification-sec .pd_bottom_80 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:991px) {
    .certification-sec .pd_top_80 {
        padding-top: 50px !important;
    }

    .certification-sec .pd_bottom_80 {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:767px) {
    .certification-sec .pd_bottom_10 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width:575px) {
    .certification-sec .pd_top_20 {
        padding-top: 8px !important;
    }
}

@media only screen and (max-width:475px) {
    .brand-text h6 {
        font-size: 18px;
    }
}

/* Course-Certifications-Part-Responsive-End */

/* Course-Details-Page-Responsive-End */

/* Privacy-Policy-Page-Responsive-Start */

@media only screen and (max-width:1199px) {
    .terms-section .pd_top_80 {
        padding-top: 60px !important;
    }

    .terms-section .pd_bottom_80 {
        padding-bottom: 60px;
    }

    .terms-card {
        padding: 20px;
        border-radius: 12px;
    }

}

@media only screen and (max-width:991px) {
    .terms-section .pd_top_80 {
        padding-top: 50px !important;
    }

    .terms-section .pd_bottom_80 {
        padding-bottom: 50px;
    }

    .terms-card h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width:767px) {
    .terms-card {
        padding: 20px 15px;
        border-radius: 12px;
    }
}

@media only screen and (max-width:575px) {
    .terms-card h2:before {
        display: none;
    }

    .terms-card h2 {
        font-size: 26px;
        line-height: 36px;
        padding: 0px 0px 4px 0px;
    }

    .terms-card p.term-date {
        margin-bottom: 4px;
        font-size: 16px;
        text-align: center;
    }

    .terms-card h6 {
        line-height: 28px;
        font-size: 18px;
        margin-bottom: 0px;
    }
}

/* Privacy-Policy-Page-Responsive-End */

/* Apply-Modal-Responsive-Start */

@media only screen and (max-width:991px) {
    #exampleModal .theme_btn {
        min-height: 48px;
        line-height: 48px;
    }
}

@media only screen and (max-width:575px) {
    #exampleModal .modal-title {
        font-size: 30px;
        line-height: 42px;
        padding: 0px 0px 10px 0px;
    }

    #exampleModal .modal-body {
        padding: 10px 20px 24px;
    }
}

/* Apply-Modal-Responsive-End */

/* whatsapp-btn-start */

.whatsapp-btn-sticky {
    position: fixed;
    bottom: 140px;
    right: 20px;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #25D366;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px 3px rgb(0 0 0);
    animation: breathe 2s ease-in-out infinite;
    opacity: 0;
}

.whatsapp-btn-sticky.fixed {
    opacity: 1;
}

.whatsapp-btn-sticky i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-shadow: 0px 3px 10px #0000008c;
    text-decoration: none;
}

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 #25D366;
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@media only screen and (max-width:767px) {
    .whatsapp-btn-sticky {
        bottom: 70px;
        width: 50px;
        height: 50px;
        border: 3px solid #fff;
    }

    /* .whatsapp-btn.call-btn {
        bottom: 140px;
        width: 50px;
        height: 50px;
        border: 3px solid #fff;
    } */

    .whatsapp-btn-sticky i {
        font-size: 22px;
    }
}

@media only screen and (max-width:575px) {
    .whatsapp-btn-sticky {
        width: 45px;
        height: 45px;
        bottom: 70px;
        right: 15px;
    }

    /* 
    .whatsapp-btn.call-btn {
        width: 45px;
        height: 45px;
        bottom: 105px;
    } */

    .whatsapp-btn-sticky i {
        font-size: 20px;
    }
}

/* whatsapp-btn-end */

/* Footer-Banking-Part-Design-Start */

.about-banking {}

.about-banking ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 10px;
}

.about-banking ul li {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
}

.about-banking ul li span {
    font-weight: 600;
}

.bank-modal-button-wrap {}

.bank-modal-button-wrap a.bank-modal-btn {
    font-weight: 600;
}

.bank-modal-button-wrap a.bank-modal-btn:hover {
    text-decoration: underline;
}

#exampleModal2 {}

@media (min-width: 576px) {
    #exampleModal2 .modal-sm {
        max-width: 300px !important;
    }
}

#exampleModal2 .modal-content {
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    overflow: hidden;
}

#exampleModal2 .modal-header {
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px 0 5px;
    border-bottom: 0px solid #dee2e6;
}

#exampleModal2 h5.modal-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: var(--heading-dark);
    padding: 0px 0px 10px 0px;
    font-family: var(--creote-family-one);
    text-transform: capitalize;
    position: relative;
    z-index: 5;
}

#exampleModal2 h5.modal-title:before {
    position: absolute;
    content: "";
    background-image: url(../images/slider-1-shape-2.png);
    width: 212px;
    height: 9px;
    background-size: cover;
    right: -10px;
    bottom: 10px;
    z-index: -1;
}

#exampleModal2 .btn-close {
    margin: 0;
    padding: 0;
    font-size: 18px;
    position: absolute;
    right: 12px;
    top: 12px;
    opacity: 1;
    filter: invert(13%) sepia(96%) saturate(7476%) hue-rotate(3deg) brightness(110%) contrast(114%);
    outline: none !important;
}

#exampleModal2 .modal-body {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #4f7fff94 200%);
    padding: 0px;
}

#exampleModal2 .modal-body img {
    width: 100%;
}

/* Footer-Banking-Part-Design-End */