* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
a {
    font-family: "Source Sans 3", sans-serif;
}

.header {
    padding: 25px 0;
}

.header .navbar .navbar-brand img {
    width: 200px;
}

.header .navbar .dropdown-toggle::after {
    display: none;
}

.header .navbar .dropdown-toggle i {
    font-size: 10px;
    color: #363435;
}

.header .navbar .nav-link {
    font-size: 17px;
    font-weight: 500;
    line-height: 23.22px;
    font-family: "Manrope", sans-serif;
    color: #363435;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.header .navbar .nav-link:hover {
    color: #F58634;
}

.header .navbar .sign-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .navbar .sign-btns a {
    display: block;
    text-decoration: none;
    color: blue;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    text-align: center;
    padding: 10px 25px;
    height: 50px;
}

.header .navbar .sign-btns a i,
.header .navbar .enroll a img {
    margin-right: 8px;
}

.header .navbar .enroll a img {
    width: 25px;
}

.header .navbar .sign-btns .sign a {
    min-width: 115px;
    border: 1px solid #0056D2
}
.header .navbar .enroll a {
    display: block;
    text-decoration: none;
    color: blue;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    text-align: center;
    padding: 10px 25px;
    height: 50px;
    margin-left: 18px;
}
.header .navbar .enroll a {
    background-color: #0056D2;
    color: #fff;
}

.header .navbar  .sign img {
    width: 15px;
    margin-right: 8px;
}

.header .navbar  .sign a {
    font-weight: 600;
}

/* Hero */
.hero {
    padding: 0;
}

.hero .row {
    align-items: center;
}

.hero .content h1 {
    font-size: 63px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0F1114;
}

.hero .content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    color: #0F1114;
    margin: 0;
}

.hero .content .search-form {
    margin: 50px 0;
    width: 85%;
}

.hero .content .search-form input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 59px;
}

.hero .content .search-form button {
    min-width: 180px;
    height: 59px;
    background-color: #0056D2;
    font-size: 20px;
    font-weight: 400;
    margin-left: -5px;
}

.hero .content .search-form button i {
    margin-right: 5px;
}

.hero img {
    width: 100%;
}

.hero .content .search-form .form-control {
    border: 1px solid #949494;
    font-size: 20px;
    font-weight: 400;
}

.hero .content .search-form .form-control::placeholder {
    color: #949494;
}

/*  */
.data-show-filter .show-data {
    background-color: #0F1114;
    padding: 12px;
    border-radius: 10px;
    margin-top: -1px;
    margin: 0 60px 0 40px;
}

.data-show-filter .show-data .row {
    align-items: center;
    height: 100px;
}

.data-show-filter .show-data .show-box {
    padding: 0 12px;
    border-right: 1px solid #D9D9D9;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.data-show-filter .show-data .col-lg-4:last-child .show-box {
    border-right: none;
}

.data-show-filter .show-data .show-box strong {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.data-show-filter .show-data .show-box span {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

/* course */
.course {
    padding: 55px 0;
}

.course .cources-details {
    margin-top: 20px;
}

.course .cources-details .cource-box {
    border: 2px solid #D9D9D9;
    padding: 10px;
    border-radius: 8px;
    min-height: 310px;
    min-width: 310px;
}

.course .cources-details .cource-box img {
    /*width: 100%;*/
    border-radius: 3px;
}

.course .cources-details .cource-box .cource-name {
    display: flex;
    gap: 10px;
    margin: 10px 0 5px;
}

.course .cources-details .cource-box .cource-name .icon img {
    width: 28px;
}

.course .cources-details .cource-box .cource-name h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.course .cources-details .cource-box .total-cource {
    margin-top: 22px;
}

.course .cources-details .cource-box .total-cource span {
    font-size: 12px;
}

.course .cources-details .cource-box .total-cource button {
    font-size: 14px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
}

.course .cources-details .cource-box a {
    text-decoration: none;
    color: #000000;
}

/* Careers */
.careers .career-box {
    margin: 0 0 30px 0;
}

.careers .career-box a {
    display: block;
    background-color: #EDF4FF;
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 7px solid #0056D2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
    color: #0F1114;
    background: linear-gradient(#EDF4FF, #EDF4FF 50%, #0056D2 50%, #0056D2);
    background-size: 100% 200%;
    transition: background 1s, color 1s;
    min-width: 310px;
}

.careers .career-box a:hover {
    background-position: 100% 100%;
    color: #fff;
}

.careers .careers-details .explore-all {
    text-align: end;
    /*margin-top: 20px;*/
}

.careers .careers-details .explore-all a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.14px;
    font-family: "Source Sans 3", sans-serif;
    color: #0F1114;
}

.careers .careers-details .explore-all a img {
    width: 18px;
}
.new-careers .careers-details{
    display: flex;
    align-items: center;
    gap: 20px;
}
.new-careers .career-box a {
    display: block;
    background-color: #EDF4FF;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 5px solid #0056D2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    color: #0F1114;
    background: linear-gradient(#EDF4FF, #EDF4FF 50%, #0056D2 50%, #0056D2);
    background-size: 100% 200%;
    transition: background 1s, color 1s;
    min-width: 228px;
}
.new-careers .career-box a:hover {
    background-position: 100% 100%;
    color: #fff;
}
/* lern */
.learn {
    padding: 0 0 55px;
}

.learn span {
    font-size: 22px;
    font-weight: 400;
    line-height: 27.65px;
    color: #0056D2;
    display: block;
    /* margin-bottom: 7px; */
}

.learn .tagline {
    margin-top: 12px;
}

.learn .tagline P {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.14px;
    color: #0F1114;
}

.learn .fc-box {
    border: 2px solid #D9D9D9;
    padding: 10px 10px 18px;
    border-radius: 8px;
    min-width: 310px;
}

.learn .fc-box img {
    /*width: 100%;*/
    border-radius: 3px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.learn .fc-box a {
    text-decoration: none;
}

.learn .fc-box a span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.learn .fc-box .img {
    position: relative;
}

.learn .fc-box .img span {
    width: 69px;
    height: 35px;
    background-color: #F58634;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.learn .fc-box .icon img {
    width: 28px;
}

.learn .fc-box .f-cource-name {
    margin: 14px 0;
}

.learn .fc-box .f-cource-name h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #0056D2;
}

.learn .fc-box .fc-details .duration span {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.86px;
    color: #0F1114;
}

.learn .fc-box .fc-details .rating span {
    font-size: 20px;
    font-weight: 500;
    line-height: 18.86px;
    color: #0F1114;
}

.learn .fc-box .fc-details .rating span i {
    color: #FF9529;
    margin-right: 3px;
    font-size: 16px;
}
.learn .fc-box .fc-details .rating{
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.learn .fc-box .fc-details .rating img{
    width: 16px;
}
.learn .fc-box .fc-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.learn .view-fc-btn {
    margin-top: 28px;
}

.learn .view-fc-btn a, .home-catsec .view-fc-btn a {
    text-decoration: none;
    width: 240px;
    height: 54px;
    background-color: #0056D2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    gap: 10px;
}

/* why-ai */
.why-ai {
    position: relative;
}
.why-ai .img img{
    min-height: 307px;
}
.why-ai .ai-bg img {
    width: 282px;
    position: absolute;
    left: 0;
    top: 65px;
}

.why-ai .text-box {
    min-height: 48px;
}

.why-ai .text-box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #3A3A3A;
}

.why-ai .why-text .why-heading {
    padding-left: 30px;
    margin-bottom: 30px;
}

.why-ai .why-text .why-heading h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50.28px;
    color: #0F1114;
}
.why-ai .why-text .text-box{
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.why-ai .text-box p strong {
    font-weight: 700;
    color: #0F1114;
    margin: 0 2px;
}

.why-ai .text-box img {
    width: 18px;
    margin-right: 5px;
}

/* testi-slider */
.testi-slider {
    padding: 55px 0;
}
#more { display: none; }
/* Begin developer's CSS */
/* Begin 3-level menu */
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-menu {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/* Show the first level dropdown */
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}
/* Show the second level dropdown only when hovering over the first level */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    left: 100%; /* Position to the right of the parent menu */
    top: 0;
}
.dropdown-submenu .dropdown-menu {
    display: none; /* Initially hide the 2nd and 3rd level dropdowns */
}
.dropdown-menu a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
}
.dropdown-menu a:hover {
    background-color: #ddd;
}
.dropdown-menu li {
    list-style-type: none;
}
/* End 3-level menu */
.fnt10{ font-size:10px; }
.curp{ cursor:pointer; }
.nameht-career{
    min-height:110px;
    max-height:110px;
    display:flex;
    align-items:center;
    text-align:center;
    justify-content:center;
}
.nameht{
    min-height:54px;
    max-height:54px;
}
.mrgnt20{ margin-top:20px !important; }
.tabel-box{
    max-width:100%;
    overflow-x:scroll;
}
.adjusth1{
    color:#fff !important;
    font-weight:bold !important;
}
.adjust_font{
    font-family: "Source Sans 3", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    color: #0F1114 !important;
}
/* End developer's CSS */
@media (max-width: 767px) {
    .owl-stage {
        padding-left: 0 !important; /* Remove the left padding */
    }
}
.testi-slider .card {
    padding: 20px;
    border: 1.5px solid #D9D9D9;
    min-height: 240px;
}

.testi-slider .card .img img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.testi-slider .card .card-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testi-slider .card .card-head h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.testi-slider .card .card-head span {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
    color: #5B6780;
}

.testi-slider .card .card-text {
    margin-top: 20px;
    padding-bottom: 12px;
}

.testi-slider .card .card-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #66626F;
}

/* Faq Questions */
.faq {
    padding: 0;
}

.faq .accordion-header button {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.14px;
    font-family: "Source Sans 3", sans-serif;
    border-bottom: 1px solid #0056D2;
    box-shadow: none;
}

.faq .accordion-item {
    margin: 16px 0;
    border: none;
    background-color: #F9F9F9;
    border-radius: none;
}
.faq .accordion-item:first-child{
    margin-top: 0 !important;
}
.faq .accordion-button {
    background-color: #F9F9F9;
    border-radius: 0px !important;
    border: 1px solid #efefef;
}

.accordion-button:not(.collapsed) {
    background-color: #efefef !important;
}

.faq .accordion-button::before {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 0;
    transition: transform 0.3s ease-in-out;
    transform: rotate(270deg);
    margin-right: 16px;
    color: #0F1114;
}

.faq .accordion-button:not(.collapsed)::before {
    transform: rotate(360deg);
}

.faq .accordion-button::after {
    display: none;
}

.faq .accordion-item:last-of-type {
    border-radius: 0px !important;
}

.faq .faq-question .accordion {
    box-shadow: 0px 0px 15px 5px #0000001A;
    padding: 30px;
    border-radius: 10px;
    --bs-accordion-bg:transparent !important;
}

.faq .faq-question {
    margin-top: 40px;
}

/* blogs */
.blogs {
    padding: 55px 0;
}
.new-blogs{
    padding: 80px 0 190px !important;
}
.recent-blogs{
    padding: 0px 0 190px !important;
}
.recent-blogs .heading2{
    margin-bottom: 40px;
}
.blogs .blog-box .img img {
    /*width: 100%;*/
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.blogs .blog-box .content-box-career {
    padding: 0px 12px 0px;
    background-color: #F9F9F9;
    border: 1px solid #D9D9D9;
    border-top: none;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blogs .blog-box .content-box {
    padding: 20px 12px 40px;
    background-color: #F9F9F9;
    border: 1px solid #D9D9D9;
    border-top: none;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blogs .blog-box .content-box a, .blogs .blog-box .content-box-career a {
    text-decoration: none;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #0056D2;
}

.blogs .blog-box {
    box-shadow: 5px 5px 10px 0px #0000001A;

}

.blogs .blog-box .content-box span {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #66626F;
    display: block;
    margin-top: 10px;
}

/* Footer */
.footer {
    background-color: #F5F5F5;
}

.footer .footer-top {
    padding: 90px 0 40px;
    border-bottom: 1px solid #D9D9D9;
}

.footer .footer-top .footer-box .head h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24.51px;
    font-family: "Open Sans", sans-serif;
    color: #0F1114;
    margin-bottom: 12px;
}

.footer .footer-top .footer-box .footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footer-top .footer-box .footer-links ul li {
    margin: 8px 0;
}

.footer .footer-top .footer-box .footer-links ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    color: #0F1114;
    text-decoration: none;
}
.footer .footer-top .footer-box .footer-links ul li a:hover{
    color: #F58634;
}
.footer .footer-bottom {
    padding: 25px 0 20px;
}

.footer .footer-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-bottom .footer-nav {
    text-align: right;
    padding-bottom: 20px;
}

.footer .footer-bottom ul li {
    display: inline-block;
    margin: 0 7px;
}

.footer .footer-bottom ul li a {
    font-size: 17px;
    font-weight: 400;
    line-height: 23.15px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    color: #0F1114;
}
.footer .footer-bottom .footer-nav ul li a:hover{
    color: #F58634;
} 
.footer .footer-bottom .social-links {
    text-align: right;
}

.footer .footer-bottom .social-links a {
    width: 38px;
    height: 38px;
    background-color: #0F1114;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFF;
}

.footer .footer-bottom .social-links a:hover {
    background-color: #D7721E;
}

.footer .footer-social {
    padding-top: 20px;
}

.footer .footer-social .copyright p {
    margin: 0;
}

/* ############################################ Category Page ############################# */
.category-hero {
    width: 100%;
    min-height: 257px;
    background: url(../img/cate-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.hero-badge .badge-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-badge .badge-box a {
    font-size: 17px;
    font-weight: 500;
    line-height: 21.37px;
    color: #0F1114;
    text-decoration: none;
}

.hero-badge .badge-box i {
    color: #0F1114;
    font-size: 15px;
}

.hero-badge .badge-box span {
    font-size: 17px;
    font-weight: 300;
    color: #0F1114;
}

.category-hero .hero-head {
    margin-top: 30px;
}

.category-hero .hero-head h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 56.57px;
    color: #0F1114;
}

.category-cources .heading2 {
    margin-bottom: 15px;
}

.category-cources {
    padding: 70px 0 100px;
}

.category-cources .fc-details {
    padding-bottom: 0 !important;
    padding-top: 20px;
}

.category-cources .fc-box {
    min-height: 94%;
    margin: 20px 0 0;
}

.about-cource .about-text {
    padding: 0 50px 0 0;
}

.about-cource .about-text p {
    text-align: justify;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    color: #0F1114;

}
.about-cource .heading2 h3{
    color: #0F1114;
}
.about-cource .about-text p a{
   color: #0056D2;
}
.about-cource .beni-data .bani-box {
    display: flex;
    gap: 30px;
    margin: 30px 0;
}
.about-cource .beni-data{
    margin-top: 50px;
}
.about-cource .beni-data .bani-box .icon img {
    width: 45px;
}

.about-cource .beni-data .bani-box .bani-text h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25.14px;
    color: #0F1114;
    margin-bottom: 5px;
}

.about-cource .beni-data .bani-box .bani-text p {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #0F1114;
    margin-bottom: 0;
}

.c-careers {
    padding: 60px 0;
}

.category-cources .f-details .row .col-lg-3 {
    margin-bottom: 10px;
}

/* students-slider */
.students-slider {
    background-color: #3C528B;
    padding: 80px 0 100px;
}

.students-slider .slider .item-box {
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 8px;
    display: flex;
    height: 404px;
    gap: 40px;
}

.students-slider .slider .item-box .box-img img {
    width: 380px;
    border-radius: 5px;
}

.students-slider .slider .item-box .box-text {
    padding: 0 20px;
    position: relative;
}

.students-slider .slider .item-box .box-text .content {
    margin-bottom: 90px;
}

.students-slider .slider .item-box .box-text .qmark {
    position: absolute;
    left: -12px;
    top: 0;
    width: 25px;
}

.students-slider .slider .item-box .box-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #0F1114;
}

.students-slider .slider .item-box .box-text .name h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    color: #0F1114;
    margin-bottom: 10px;
}

.students-slider .slider .item-box .box-text .name span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.73px;
    color: #66626F;
    margin-bottom: 5px;
}

.students-slider .slider .slider-btns button {
    width: 45px;
    height: 35px;
    background-color: #FFFFFF;
    color: #0F1114;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    border-radius: 3px;
}

.carousel-control-next {
    right: 5% !important;
}

.carousel-control-prev {
    left: 5% !important;
}

.students-slider .carousel-control-next,
.students-slider .carousel-control-prev {
    opacity: 1 !important;
}

.students-slider .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -70px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}

.students-slider .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.students-slider .carousel-indicators .active {
    opacity: 1;
    background-color: #F58634;
}

.ct-faqs {
    padding: 90px 0;
}

/* ################################################ Cource Page ###################### */
.cource-hero {
    width: 100%;
    min-height: 645px;
    background: url(../img/cources-bg.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 45px 0;
}

.cource-hero .badge-box a,
.cource-hero .badge-box i,
.cource-hero .badge-box span {
    color: #fff;
}

.cource-hero .badge-box {
    border-bottom: 5px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.cource-hero .hero-content .head h3 {
    font-size: 52px;
    font-weight: 700;
    line-height: 65.36px;
    color: #fff;
}

.cource-hero .hero-content .stars ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cource-hero .hero-content .stars ul li {
    display: inline-block;
    margin: 0 2px;
}

.cource-hero .hero-content .stars ul li i {
    color: #FF9529;
    font-size: 20px;
}

.cource-hero .hero-content .rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0 20px;
}

.cource-hero .hero-content .rating span {
    font-size: 30px;
    font-weight: 700;
    line-height: 37.71px;
    color: #fff;
}

.cource-hero .text p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    color: #fff;
}

.cource-hero .hero-box {
    background-color: #FCFD90;
    border-radius: 7px;
    padding: 10px;
    width: 707px;
    margin: 30px 0;
}

.cource-hero .hero-box .row {
    align-items: center;
}

.cource-hero .hero-box .box-data {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cource-hero .hero-box .box-data span {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #0F1114;
}

.cource-hero .hero-box .box-data strong {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: #0F1114;
}

.cource-hero .enroll-now {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.cource-hero .enroll-now p {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 27.65px;
    color: #fff;
}

.cource-hero .enroll-now p strong {
    font-size: 22px;
    font-weight: 700;
    line-height: 27.65px;
}

.cource-hero .enroll-now a {
    width: 256px;
    height: 72px;
    padding: 20px 40px 20px 40px;
    gap: 20px;
    border-radius: 3px;
    display: block;
    background-color: #F58634;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
}

/* cource-details */
.cource-details {
    padding: 70px 0;
}

.cource-details .content-box .text {
    padding: 0 24px 0 0;
}

.cource-details .content-box .text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #0F1114;
}

.cource-details .cource-outcomes {
    border: 1px solid #D1D7DC;
    padding: 30px 40px;
    margin-top: 40px;
}
.cource-details .cource-outcomes .heading2{
    margin-bottom: 15px;
}
.cource-details .cource-outcomes .out-box {
    display: flex;
    gap: 12px;
    align-items: baseline;
}

.cource-details .cource-outcomes .out-box p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #0F1114;
    margin-bottom: 10px;
}

.cource-details .modules {
    margin: 35px 0;
}

.cource-details .modules .accordion-button::after {
    display: none;
}

.cource-details .modules .accordion-button::before {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 0;
    transition: transform 0.3s ease-in-out;
    transform: rotate(45deg);
    margin-right: 16px;
    color: #0F1114;
}

.cource-details .modules .accordion-button.collapsed::before {
    transform: rotate(90deg);
}

.cource-details .modules .accordion-item {
    margin: 15px 0;
    border: 0.5px solid #BFBFBF;
    border-radius: 5px;
    background-color: transparent;
}

.cource-details .modules button {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    font-family: "Source Sans 3", sans-serif;
}

.cource-details .careers .career-box a {
    min-height: 70px;
}

.cource-details .certificate .cetificate-box {
    border: 1px solid #D9D9D9;
    box-shadow: 0px 2px 10px 2px #0000000D;
    padding: 20px 45px;
    border-radius: 10px;
    position: relative;
    height: 145px;
}

.cource-details .certificate {
    margin: 40px 0;
    padding: 55px 0;
}

.cource-details .certificate .cetificate-box .img {
    position: absolute;
    right: 35px;
    top: -25px;
}

.cource-details .certificate .cetificate-box img {
    width: 263px;
}

.cource-details .certificate .cetificate-box h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: #0F1114;
}

.cource-details .certificate .cetificate-box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.86px;
    color: #0F1114;
    margin: 0;
}

.cource-details .testi-slider .card {
    min-height: 265px;
}

.cource-details .key-aspects {
    padding-left: 20px;
    /* min-height: 730px; */
}

.cource-details .key-aspects .key-head {
    padding: 15px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #0056D2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cource-details .key-aspects .key-head h4 {
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    color: #fff
}

.cource-details .key-aspects .key-body {
    box-shadow: 1px 2px 10px 2px #0000000D;
    box-shadow: -1px 0px 10px 2px #0000000D;
    padding: 20px 55px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cource-details .key-aspects .key-body .key-box {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}

.cource-details .key-aspects .key-body .key-box .icon img {
    width: 30px;
}

.cource-details .key-aspects .key-body .key-box .text h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25.14px;
    color: #0F1114;
}

.cource-details .key-aspects .key-body .key-box .text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
    margin: 0;
    color: #0F1114;
}

.cource-details .video-info {
    margin-top: 20px;
    padding-left: 20px;
}

.cource-details .video-info .img {
    position: relative;
}

.cource-details .video-info .img img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cource-details .video-info .img a {
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.cource-details .video-info .img .btns a {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transform: translate(-50%, -50%);
}

.cource-details .video-info .img .btns a i {
    font-size: 20px;
    color: #0056D2;
}

.cource-details .video-info .video-body {
    border: 1px solid #000000;
    border-top: none;
    box-shadow: 1px 2px 10px 2px #0000000D;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px 55px;
}

.cource-details .video-info .video-body .price {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}

.cource-details .video-info .video-body .price .active-price strong {
    font-size: 50px;
    font-weight: 600;
    line-height: 62.85px;

}

.cource-details .video-info .video-body .price .p-price strong {
    font-size: 28px;
    font-weight: 400;
    line-height: 35.2px;
    color: #66626F;
}

.cource-details .video-info .video-body .price .off span {
    background-color: #0056D2;
    border-radius: 50px;
    min-width: 100px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 21.37px;
    color: #fff;
}

.cource-details .video-info .video-body .time-left {
    margin:0 0 30px 0;
}

.cource-details .video-info .video-body .time-left p {
    margin: 0;
    color: #B32D0F;
    margin: 0;
}

.cource-details .video-info .video-body .time-left p strong {
    margin: 0 3px;
}

.cource-details .video-info .video-body .en-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F58634;
    height: 60px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    line-height: 35.2px;
    color: #fff;
}
/* ################################################### Blogs page ####################################*/
.blog-hero .blog-main {
    min-height: 537px;
    border-top: 5px solid #363435;
    border-bottom: 5px solid #363435;
    padding: 60px 0;
    display: flex;
    align-items: center;
}

.clearfix {
    flex: auto;
}

.blog-hero .blog-main .left-side .name {
    margin-left: 15px;
}

.blog-hero .blog-main .left-side .name {
    width: 276px;
    height: 42px;
    background: #EB8531;
    transform: skew(-30deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-hero .blog-main .left-side .name span {
    transform: skew(30deg);
    font-size: 17px;
    font-weight: 700;
    line-height: 20.49px;
    letter-spacing: 0.03em;
    color: #fff;
    font-family: "Manrope", serif;
}

.accordion {
    --bs-accordion-btn-icon-width: 1rem !important;
}

.blog-hero .blog-main .left-side .blog-head {
    margin: 25px 0;
}

.blog-hero .blog-main .left-side .blog-head h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 80px;
    font-family: "Manrope", serif;
}

.blog-hero .blog-main .left-side .bars img {
    width: 198px;
}

.blog-hero .blog-main .left-side .blog-social-icons {
    margin: 20px 0;
}

.blog-hero .blog-main .left-side .blog-social-icons ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-hero .blog-main .left-side .blog-social-icons ul li a {
    text-decoration: none;
    color: #363435;
    font-size: 18px;
}

.blog-hero .blog-main .left-side .blog-social-icons ul li a img {
    width: 20px;
    object-fit: cover;
}

.blog-hero .blog-main .left-side .read-time span {
    font-size: 15px;
    font-weight: 400;
    line-height: 20.49px;
    font-family: "Manrope", serif;
    position: relative;
    margin-left: 5px;
}

.blog-hero .blog-main .left-side .read-time span::before {
    content: "";
    display: block;
    background-color: #666666;
    width: 8px;
    height: 1px;
    position: absolute;
    rotate: 90deg;
    left: -15px;
    top: 50%;
}

.blog-box-data {
    background-color: #FBF3ED;
    min-height: 377px;
    border: 1px solid #787F8E26;
    padding: 30px 50px;
}

.blog-box-data .blog-logo img {
    width: 78px;
}

.blog-box-data .row {
    align-items: center;
}

.blog-box-data .blog-content h3 {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    line-height: 34.15px;
    font-family: "Manrope", serif;
    color: #363435;
    display: inline-block;
    margin: 0;
}

.blog-box-data .blog-content h3::after {
    content: "";
    display: block;
    background-color: #3052F8;
    height: 8px;
    margin-top: -8px;
}

.blog-box-data .blog-content h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 30.05px;
    color: #363435;
}

/* .blog-details */
.blog-details {
    padding: 90px 0;
}
.blog-details .main-row{
    justify-content: space-between;
}
.blog-details .main-row .col-lg-2{
    width: 235px !important;
    padding: 0;
}
.blog-details .main-row .col-lg-7{
    width: 720px !important;
    padding: 0;
}
.blog-details .main-row .col-lg-3{
    width: 280px !important;
    padding: 0;
}
.blog-details .contents {
    border: 1px solid #363435;
    border-radius: 5px;
    padding: 12px;
}

.blog-details .contents h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30.05px;
    font-family: "Manrope", serif;
    color: #363435;
}

.blog-details .contents ul {
    list-style: number;
    margin: 0;
    padding-left: 1rem;
}

.blog-details .contents ul li {
    margin: 12px 0;
}

.blog-details .contents ul a {
    font-size: 15px;
    font-weight: 400;
    line-height: 20.49px;
    font-family: "Manrope", serif;
    color: #363435;
    text-decoration: none;
}

.blog-details .blog-text-content p {
    font-family: "Manrope", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    color: #363435;
}

.blog-details .free-test .test-head {
    text-align: center;
    background-color: #EB8531;
    min-height: 103px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}

.blog-details .free-test .test-head h4 {
    font-family: "Manrope", serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 34.15px;
    color: #fff;
}

.blog-details .free-test .test-body {
    background: linear-gradient(0deg, rgba(249, 226, 208, 0), rgba(249, 226, 208, 0)),
        linear-gradient(0deg, rgba(249, 226, 208, 0.8), rgba(249, 226, 208, 0.8)),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 27.22%, rgba(0, 0, 0, 0) 100%), url(../img/test-img.jpeg);
    padding: 10px 18px 40px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 390px;
}

.blog-details .free-test .test-body p {
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #363435;
}

.blog-details .free-test .test-body .check-text {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0;
}

.blog-details .free-test .test-body .check-text .icon img {
    width: 18px;
}

.blog-details .free-test .test-body .check-text strong {
    font-family: "Manrope", serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;

}

.blog-details .free-test .test-body .test-btn {
    margin-top: 30px;
}

.blog-details .free-test .test-body .test-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    font-family: "Manrope", serif;
    color: #FFFFFF;
    text-align: center;
    background-color: #363435;
    border-radius: 5px;
    min-height: 45px;
}

.blog-details .blog-heading h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Manrope", serif;
    color: #363435;
}

.blog-details .text-box {
    margin-top: 25px;
}

.blog-details .text-box:first-child {
    margin-top: 0;
}

.blog-details .text-box .salries p {
    margin: 0;
}

.blog-details .text-box ul {
    padding-left: 1rem;
}

.blog-details .blogs-tabel .tabel-head {
    margin-bottom: 30px;
}

.blog-details .blogs-tabel .tabel-head h3 {
    font-family: "Manrope", serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    color: #363435;
}

.blog-details .blogs-tabel .tabel-box a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 23.22px;
    font-family: "Manrope", serif;
    color: #3052F8;
}

.blog-details .blogs-tabel .table>:not(caption)>*>* {
    padding: 1rem !important;
}

.blog-details .remember-box {
    box-shadow: 0px -4px 10px 0px #00000026;
    box-shadow: 0px 4px 10px 0px #00000026;
    padding: 15px 30px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    margin: 50px 0;
}

.blog-details .remember-box .box-head img {
    width: 23px;
}

.blog-details .remember-box .box-head span {
    font-family: "Manrope", serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 32px;
    color: #D7721E;
}

.blog-details .remember-box .box-head {
    padding: 12px 0;
    border-bottom: 1px solid #E4E4E4;
}

.blog-details .remember-box .box-text {
    padding: 15px 0;
}

.blog-details .remember-box .box-text p {
    font-family: "Manrope", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    color: #363435;
}

.blogs-faq .accordion-item {
    border: none;
}

.blogs-faq .accordion-button::before {
    display: none;
}

.blogs-faq .accordion-button::after {
    display: block;
}
.blogs-faq .accordion-header button {
    font-size: 18px;
    font-weight: 600;
    line-height: 25.14px;
    font-family: "Source Sans 3", sans-serif;
}
/* Latest Blogs */
.latest-blogs {
    padding: 0 0 60px 0;
}

.latest-blogs .latest-blogs-head {
    margin: 20px 0 50px;
}

.latest-blogs .latest-blogs-head h2 {
    font-family: "Manrope", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    margin-left: 15px;
}

.latest-blogs .latest-blogs-head h2::before {
    content: "";
    width: 44px;
    height: 8px;
    display: block;
    background-color: #EB8531;
    rotate: 90deg;
    position: absolute;
    left: -35px;
    top: 42%;
}

.latest-blogs .head-data {
    background-color: #FBF3ED;
    border: 0.67px solid #787F8E26;
    padding: 25px;
}

.latest-blogs .head-data .b-logo img {
    width: 52px;
}

.latest-blogs .head-data .img img {
    width: 100%;
}

.latest-blogs .head-data .blog-content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16.39px;
    font-family: "Manrope", serif;
    display: inline-block;
    margin: 0;
}

.latest-blogs .head-data .blog-content h3::after {
    content: "";
    display: block;
    background-color: #EB8531;
    height: 8px;
    margin-top: -4px;
    color: #363435;
}

.ai-coding h3::after {
    background-color: #ADD7FE !important;
}

.latest-blogs .head-data .blog-content h4 {
    font-family: "Manrope", serif;
    color: #363435;
    font-size: 14.82px;
    font-weight: 500;
    line-height: 20.25px;
}

.latest-blogs .blog-name {
    margin: 15px 0;
}

.latest-blogs .blog-name a {
    text-decoration: none;
    font-family: "Manrope", serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: #000000;
}

.latest-blogs .content-data-detail {
    min-height: 200px;
    display: flex;
}

/* Utility classes */
.heading {
    margin-bottom: 35px;
}

.heading h3 {
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.heading2 {
    margin-bottom: 25px;
}

.heading2 h3 {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    color: #0F1114;
}

.heading-bar h3::before {
    content: "";
    display: block;
    background-color: #0F1114;
    height: 5px;
    margin-bottom: 10px;
}

.mt-6 {
    margin-top: 4rem !important;
}
.careers .careers-details .col-md-6 a span{
    margin:0 1px;
}
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px !important;
    }
}

/* Responsive */
@media (max-width:500px) {
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
        flex-wrap: nowrap !important;
    }
    .header .navbar .enroll a img{
        display: none;
    }
    .header .navbar .enroll a {
        font-size: 15px;
        padding: 10px 13px;
        height: 40px;
        margin-left: 0px;
    }
    .navbar-toggler{
        border: none !important;
    }
    .navbar-toggler:focus {
        box-shadow: 0 0 3px #D7721E !important;
    }
    /* .navbar .navbar-toggler-icon{
    background-image: url(../img/bars-solid.svg) !important;
    } */
    .navbar-collapse {
        padding: 10px 30px;
        background-color: #fff;
        position: absolute;
        top: 60px;
        width: 100%;
        left: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        z-index: 999;
    }

    .header .navbar .navbar-brand img {
        width: 120px;
    }

    .header .navbar .nav-link {
        font-size: 16px;
        padding-left: 0rem;
    }

    .header .navbar .sign-btns {
        display: block;
    }

    .header .navbar .sign-btns a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 190px;
    }

    .header .navbar .sign-btns a {
        font-size: 15px;
    }

    .header .navbar .sign-btns .sign {
        margin-bottom: 12px;
    }

    .hero .content h1 {
        font-size: 35px;
    }

    .hero .content p {
        font-size: 20px;
        line-height: 30px;
    }

    .hero .content .search-form button {
        min-width: 120px;
        height: 50px;
        font-size: 16px;
    }
    .hero .content .search-form {
        margin: 50px 0 20px;
    }
    .hero .content .search-form input {
        height: 50px;
    }
    .hero .content .search-form {
        width: 100%;
    }
    .hero .content .search-form .form-control {
        font-size: 16px;
    }

    .data-show-filter .show-data .row {
        height: auto;
    }
    .data-show-filter .show-data{
        margin: 0;
    }
    .data-show-filter .show-data .show-box {
        border-right: none;
        margin: 10px 0;
    }

    .course {
        padding: 25px 0;
    }

    .heading h3 {
        font-size: 30px;
    }
    .course .cources-details .cource-box {
        margin: 12px 0;
    }

    .careers .career-box a {
        min-height: 85px;
        font-size: 20px;
    }
    .careers .careers-details .col-md-6{
        width: 50%;
    }
    .careers .careers-details .col-md-6 a{
        min-width: auto;
    }
    .careers .careers-details .col-md-6 a span{
        display: none;
    }
    .learn .heading h3 {
        text-align: left;
    }

    .learn .fc-box {
        margin: 12px 0;
    }

    .learn .fc-box a span {
        font-size: 16px;
    }

    .learn .view-fc-btn a, .home-catsec .view-fc-btn a {
        margin: auto;
    }

    .learn .view-fc-btn {
        margin-top: 20px;
    }

    .why-ai .why-text .why-heading {
        padding-left: 0px;
        margin: 10px 0 0;
    }

    .why-ai .why-text .why-heading h3 {
        font-size: 32px;
        text-align: center;
    }
    .why-ai .ai-bg img{
        display: none;
    }
    .why-ai .text-box p {
        font-size: 18px;
    }
    .why-ai {
        position: relative;
    }
    .testi-slider {
        padding: 5px 0;
    }
    .faq .heading{
        text-align: left !important;
    }
    .faq .accordion-header button {
        font-size: 17px;
        line-height: 22.14px;
    }
    .faq .faq-question .accordion {
        padding: 25px 0;
    }
    .accordion-button {
        align-items: baseline !important;
    }

    .blogs {
        padding: 25px 0;
    }

    .blogs .blog-box {
        margin: 12px 0;
    }
    .new-blogs {
        padding: 80px 0 80px !important;
    }
    .footer .footer-top .footer-box {
        margin: 20px 0;
    }

    .footer .footer-top .footer-box .head h4 {
        font-size: 20px;
    }

    .footer .footer-bottom ul {
        text-align: center;
    }

    .footer .footer-bottom ul li a {
        font-size: 15px;
    }
    .footer .footer-social .copyright{
        margin-top: 20px;
    }
    .footer .footer-social .copyright p {
        text-align: center;
    }
    .footer .footer-top {
        padding: 20px 0 40px;
    }
    .footer .footer-social .row {
        flex-direction: column-reverse;
    }
    .footer .footer-bottom ul li {
        margin: 5px 7px;
    }
    .faq .accordion-header button{
        border-bottom: none;
        gap: 5px;
    }
    /* Cource Page Responsive css */
    .cource-hero .hero-box {
        width: auto;
    }

    .cource-hero .text p {
        font-size: 18px;
        line-height: 30px;
    }

    .cource-hero .enroll-now {
        display: block;
    }

    .cource-hero .enroll-now a {
        margin: auto;
    }

    .cource-hero .enroll-now p {
        margin-top: 18px;
        color: #000;
        text-align: center;
    }

    .cource-hero .enroll-now p strong {
        font-size: 18px;
    }

    .cource-details {
        padding: 45px 0;
    }
    .cource-details .row{
        flex-direction: column-reverse;
    }
    .cource-details .key-aspects .key-body {
        padding: 20px 30px;
    }
    .cource-details .key-aspects{
        padding-left: 0;
    }
    .cource-details .content-box{
        margin-top: 65px;
    }
    /* .heading2 h3 {
        font-size: 25px;
    } */
    .cource-details .content-box .text {
        padding: 0;
    }

    .heading2 {
        margin-bottom: 10px;
    }

    .mt-6 {
        margin-top: 3rem !important;
    }

    .cource-details .cource-outcomes {
        padding: 20px;
    }

    .cource-details .cource-outcomes .out-box p {
        font-size: 16px;
    }

    .cource-details .modules button {
        font-size: 18px;
        line-height: 20px;
    }
    .new-careers{
        margin-top: 5rem !important;
    }
    .cource-details .certificate .cetificate-box {
        padding: 20px;
    }

    .cource-details .certificate .cetificate-box .img {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin-top: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cource-details .video-info {
        padding-left: 0;
    }

    .cource-details .video-info .video-body .price .active-price strong {
        font-size: 40px;
    }

    .cource-details .video-info .video-body .en-btn a {
        height: 50px;
        font-size: 20px;
    }
    .cource-details .certificate{
        display: none;
    }
    /* Category page responsive css */
    .category-hero .hero-head h3 {
        font-size: 33px;
        line-height: 43.57px;
    }

    .category-cources {
        padding: 50px 0 50px;
    }
    .category-cources .f-details .row .col-lg-3 {
        margin-bottom: 0px;
    }
    .about-cource .about-text {
        padding: 0;
    }
    .bani-detail-data{
        margin-top: 15px;
    }
    .students-slider .slider .item-box {
        display: block !important;
    }

    .students-slider .slider .item-box .box-img img {
        width: 100%;
    }
    .students-slider {
        padding: 50px 0 90px;
    }
    .students-slider .slider .item-box {
        padding: 25px 32px 10px;
    }

    .students-slider .slider .item-box .box-text .content {
        margin-bottom: 25px;
        padding-top: 20px;
    }

    .students-slider .slider .item-box .box-text .qmark {
        top: 20px;
    }

    .slider-btns {
        display: none;
    }
    .students-slider .carousel-indicators {
        bottom: -80px;
    }
    .students-slider .slider .item-box .box-text {
        padding: 0 0 0 20px;
    }
    .copyright {
        margin-bottom: 20px;
    }

    /* Blogs page responsive */
    .blog-hero .blog-main .left-side .blog-head h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .blog-text-content {
        margin: 12px 0;
    }

    .latest-blogs .blog-name {
        text-align: center;
    }

    .latest-blogs .blog-name a {
        font-size: 22px;
    }

    .cource-hero {
        background-size: cover;
        padding: 25px 0;
    }
    .students-slider .slider .item-box{
        height: auto;
    }
    .blog-details .main-row .col-lg-2, .blog-details .main-row .col-lg-7, .blog-details .main-row .col-lg-3{
        width: auto !important;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .new-careers .careers-details{
        display: block;
    }
    .new-careers .careers-details .career-box{
        margin: 15px 0;
    }
    .category-hero {
        background: url(../img/cate-mob.png);
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 130px;
        padding: 19px 0;
        width: 100%;
    }
    .category-hero .hero-head {
        margin-top: 12px;
    }
    .blog-box-data{
        min-height: auto;
        padding: 30px 30px;
    }
    .blog-box-data .col-lg-6{
        width: 50%;
    }
    .blog-box-data .blog-content h3 {
        font-size: 14px;
    }
    .blog-box-data .blog-content h4 {
        font-size: 14px;
    }
    .blog-hero .blog-main{
        border-bottom: none;
        padding-bottom: 30px;
    }
    .blog-hero .blog-main .left-side{
        border-bottom: 5px solid #363435;
        padding-bottom: 20px;
        margin-bottom: 35px;
    }
    .blog-details {
        padding: 0px 0;
    }
    .blog-details .contents{
        display: none;
    }
    .blog-details .text-box {
        margin-top: 35px;
    }
    .blog-details .free-test{
        display: none;
    }
    .latest-blogs{
        display: none;
    }
    .blogs-faq{
        padding: 70px 0;
    }
    .blog-details .blogs-tabel .tabel-box td{
        display: block !important;   
    }
    .table-striped>tbody>tr:nth-of-type(odd)>* {
        --bs-table-bg-type:none !important;
    }
    .table td:nth-child(odd) {
        background-color: #f0f0f0 !important; 
    }
    .blog-details .blogs-tabel .tabel-head h3 {
        font-size: 38px;
    }
}

@media (min-width:501px) and (max-width:991px) {
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
        flex-wrap: nowrap !important;
    }
    .header .navbar .enroll a img{
        display: none;
    }
    .header .navbar .enroll a {
        font-size: 15px;
        padding: 10px 13px;
        height: 40px;
        margin-left: 0px;
    }
    .navbar-toggler{
        border: none !important;
    }
    .navbar-toggler:focus {
        box-shadow: 0 0 3px #D7721E !important;
    }

    .navbar-collapse {
        padding: 10px 30px;
        background-color: #fff;
        position: absolute;
        top: 60px;
        width: 100%;
        left: 0;
        z-index: 999;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .header .navbar .navbar-brand img {
        width: 120px;
    }

    .header .navbar .nav-link {
        font-size: 16px;
        padding-left: 0rem;
    }

    .header .navbar .sign-btns {
        display: block;
    }

    .header .navbar .sign-btns a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 190px;
    }

    .header .navbar .sign-btns a {
        font-size: 15px;
    }

    .header .navbar .sign-btns .sign {
        margin-bottom: 12px;
    }

    .hero .content h1 {
        font-size: 50px;
        text-align: center;
    }

    .hero .content p {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .hero .content .search-form button {
        min-width: 160px;
        height: 50px;
        font-size: 16px;
    }

    .hero .content .search-form input {
        height: 50px;
    }

    .hero .content .search-form .form-control {
        font-size: 16px;
    }

    .data-show-filter .show-data .row {
        height: auto;
    }
   
    .data-show-filter .show-data .show-box {
        border-right: none;
        border-bottom: 1px solid #fff;
        margin: 10px 0;
    }

    .course {
        padding: 25px 0;
    }

    .cource-hero {
        background-size: cover;
    }

    .heading h3 {
        font-size: 35px;
    }

    .course .cources-details .cource-box .cource-name {
        justify-content: center;
    }

    .course .cources-details .cource-box {
        margin: 12px 0;
    }

    .careers .career-box a {
        min-height: 85px;
        font-size: 20px;
    }

    .learn .heading h3 {
        text-align: left;
    }

    .learn .fc-box {
        margin: 12px 0;
    }

    .learn .fc-box a span {
        font-size: 16px;
    }

    .learn .view-fc-btn a, .home-catsec .view-fc-btn a {
        width: 200px;
        height: 50px;
        font-size: 16px;
    }

    .learn .view-fc-btn {
        margin-top: 20px;
    }

    .why-ai .why-text .why-heading {
        padding-left: 0px;
        margin: 10px 0 0;
    }

    .why-ai .why-text .why-heading h3 {
        font-size: 32px;
        text-align: center;
    }

    .why-ai .text-box p {
        font-size: 18px;
    }

    .testi-slider {
        padding: 5px 0;
    }

    .accordion-button {
        align-items: baseline !important;
    }

    .blogs {
        padding: 25px 0;
    }

    .blogs .blog-box {
        margin: 12px 0;
    }
    .about-cource .about-text{
        padding: 0;
    }
    .footer .footer-top .footer-box {
        margin: 20px 0;
    }

    .footer .footer-top .footer-box .head h4 {
        font-size: 20px;
    }

    .footer .footer-bottom ul {
        text-align: center;
    }

    .footer .footer-bottom ul li a {
        font-size: 16px;
    }

    .footer .footer-social .copyright p {
        text-align: center;
    }

    .footer .footer-top {
        padding: 30px 0 40px;
    }

    .footer .footer-bottom .copyright {
        margin-bottom: 16px;
    }

    .footer .footer-social {
        padding-top: 0px;
    }

    /* Cource page responsive css */
    .cource-hero .hero-box .box-data {
        border-bottom: 1px solid #000;
    }

    .cource-hero .enroll-now a {
        width: 200px;
        height: 60px;
        font-size: 20px;
        line-height: 20px;
    }

    .cource-details .certificate .cetificate-box .img {
        top: -18px;
    }

    .cource-details .key-aspects .key-head {
        padding: 12px 10px;
    }

    .cource-details .video-info .video-body .price .active-price strong {
        font-size: 40px;
    }

    .cource-details .video-info .video-body .en-btn a {
        height: 55px;
    }

    /* category page tablet responsive */
    .students-slider .slider .item-box {
        display: block;
    }

    .students-slider .slider .item-box .box-img img {
        width: 100%;
    }

    .students-slider .slider .item-box {
        padding: 25px 25px;
    }

    .students-slider .slider .item-box .box-text .content {
        margin-bottom: 50px;
        padding-top: 20px;
    }

    .students-slider .slider .item-box .box-text .qmark {
        top: 20px;
    }

    .slider-btns {
        display: none;
    }

    .students-slider .slider .item-box .box-text p {
        text-align: center;
    }
    .students-slider .slider .item-box{
        height: auto;
    }
    /* Blogs page responsive */
    .blog-details .main-row .col-lg-2, .blog-details .main-row .col-lg-7, .blog-details .main-row .col-lg-3{
        width: auto !important;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .students-slider .slider .item-box{
        display: flex !important;
    }
    .students-slider .slider .item-box .box-img{
        width: 35%;
    }
    .students-slider .slider .item-box .box-text{
        width: 65%;
    }
    .category-hero {
        background-size: cover;
    }
    .blog-box-data{
        min-height: auto;
        padding: 30px 30px;
    }
    .blog-box-data .col-lg-6{
        width: 50%;
    }
    .blog-hero .blog-main{
        border-bottom: none;
        padding-bottom: 30px;
    }
    .blog-hero .blog-main .left-side{
        border-bottom: 5px solid #363435;
        padding-bottom: 20px;
        margin-bottom: 35px;
    }
    .blog-details {
        padding: 0px 0;
    }
    .blog-details .contents{
        display: none;
    }
    .blog-details .text-box {
        margin-top: 35px;
    }
    .blog-details .free-test{
        display: none;
    }
    .latest-blogs{
        display: none;
    }
    .blogs-faq{
        padding: 70px 0;
    }
    .blog-details .blogs-tabel .tabel-head h3 {
        font-size: 38px;
    }
}

@media (min-width:992px) and (max-width:1302px) {
    .hero .content h1 {
        font-size: 45px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #0F1114;
    }

    .header .navbar .navbar-brand img {
        width: 150px;
    }

    .header .navbar .nav-link {
        font-size: 15px;
    }

    .header .navbar .sign-btns a {
        font-size: 17px;
        height: auto;
    }

    .hero .content p {
        font-size: 20px;
        line-height: 30px;
    }

    .hero .content .search-form button {
        min-width: 170px;
        height: 50px;
        font-size: 16px;
    }

    .hero .content .search-form input {
        height: 50px;
    }

    .hero .content .search-form .form-control {
        font-size: 18px;
    }

    .data-show-filter .show-data .show-box strong {
        font-size: 35px;
    }

    .data-show-filter .show-data .show-box span {
        font-size: 15px;
    }
    .heading {
        margin-bottom: 25px;
    }
    .course {
        padding: 25px 0;
    }

    .heading h3 {
        font-size: 30px;
    }

    .course .cources-details .cource-box .total-cource {
        margin-top: 10px;
        display: block !important;
    }

    .course .cources-details .cource-box .cource-name h3 {
        font-size: 15px;
    }

    .course .cources-details .cource-box .total-cource .view-btn {
        margin-top: 10px;
    }

    .careers .career-box a {
        min-height: 90px;
        font-size: 18px;
    }
    .careers .career-box a,.learn .fc-box,.course .cources-details .cource-box{
        min-width: auto;
    }
    .learn .fc-box a span {
        font-size: 17px;
    }

    .learn .fc-box .f-cource-name h3 {
        font-size: 18px;
    }

    .learn .fc-box .fc-details .duration span {
        font-size: 12px;
    }

    .learn .fc-box .fc-details .rating span {
        font-size: 16px;
    }

    .learn .fc-box .fc-details {
        padding-bottom: 10px;
    }

    .learn .view-fc-btn a, .home-catsec .view-fc-btn a {
        width: 220px;
        height: 50px;
        font-size: 16px;
    }

    .why-ai .why-text .why-heading h3 {
        font-size: 35px;
    }

    .why-ai .text-box p {
        font-size: 17px;
    }

    .footer .footer-bottom ul li a {
        font-size: 16px;
    }

    .blogs .blog-box .content-box a {
        font-size: 19px;
    }

    /* Cource page responsive css */
    .cource-hero .enroll-now a {
        width: 240px;
        height: 65px;
        font-size: 22px;
        line-height: 24px;
    }

    .cource-details .key-aspects .key-body {
        padding: 20px;
    }

    .cource-details .key-aspects .key-head h4 {
        font-size: 20px;
    }

    .cource-details .video-info .video-body {
        padding: 20px;
    }

    .cource-details .video-info .video-body .price .active-price strong {
        font-size: 40px;
    }

    .cource-details .certificate .cetificate-box {
        padding: 20px;
    }

    .cource-details .certificate .cetificate-box .img {
        right: 5px;
        top: -19px;
    }

    /* Category page responsive  */
    .category-hero .hero-head h3 {
        font-size: 40px;
    }

    .about-cource .about-text p {
        font-size: 16px;
    }

    .students-slider .slider .item-box .box-img img {
        width: 200px;
    }

    .students-slider .slider .item-box .box-text .content {
        margin-bottom: 60px;
    }

    .blogs .blog-box .content-box {
        min-height: 185px;
    }
    .cource-details .modules button {
        font-size: 19px;
    }
    /* blogs page responsive */
    .blog-hero .blog-main .left-side .blog-head h2 {
        font-size: 45px;
        line-height: 50px;
    }

    .blog-box-data .blog-content h3 {
        font-size: 17px;
    }

    .blog-box-data .blog-content h4 {
        font-size: 16px;
    }

    .blog-details .free-test .test-head h4 {
        font-size: 22px;
        line-height: 24.15px;
    }

    .blog-details .free-test .test-body {
        padding: 14px;
    }

    .blog-details .free-test .test-body .test-btn a {
        font-size: 15px;
    }

    .latest-blogs .blog-name a {
        font-size: 22px;
        line-height: 30px;
    }
    .blog-details .main-row{
        flex-wrap: nowrap;
    }
    .blog-details .main-row .col-lg-2, .blog-details .main-row .col-lg-7, .blog-details .main-row .col-lg-3{
        width: auto;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .blog-details .main-row .col-lg-2{
        width: 16.66666667% !important;
    }
    .blog-details .main-row .col-lg-7{
        width: 58.33333333% !important;
    }
    .blog-details .main-row .col-lg-3{
        width: 25% !important;
    }
    .new-careers .career-box a {
        font-size: 18px;
        min-height: 65px;
        min-width: 160px;
    }
}