/*
  Theme Name: raselm.com
  Support:
  Description: course website
  Version: 1.0
*/

/* CSS Index
============================
01. Google Fonts
02. Variable CSS start
03. common css
04. headersection css
05. mainsection webtittle css
06. mainsection webdescription css
07. mainsection webcards css
08. testimoni_features css
09.  footersection css

============================
*/
/*=============================
  1. Google Fonts
===============================*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*=============================
 2. Variable CSS start
===============================*/
:root {
    --poppins-font-family:  "Poppins", sans-serif;
    --primary: #004d99;
    --black: #171717;
    --white: #ffffff;
    --text-gray:#9c9c9c;
    --peragraph-text:#676464;
    --body-bg:#f9fafb;
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    --border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --gray-bg: rgba(243, 244, 246, var(--tw-border-opacity));
}

/* =================================
03. common css
=====================================*/
*{
    margin: 0;
    padding: 0;
    outline: none;
}
body{
    font-family: var(--poppins-font-family);
    background-color: var(--body-bg);
    overflow-x: hidden;
    padding-top: 80px;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--poppins-font-family);
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
li{
   list-style: none;
}

img{
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}
a{
    text-decoration: none;
    color: #5ea2e3;
}
p{
    font-size: 15px;
    font-weight: var(--body-font-weight);
    line-height: 27px;
    color: var(--peragraph-text);
    margin: 0;
    padding: 0;
}
.pb-8 {
    padding-bottom: 32px;
}
.p-8{
    padding: 32px;
}
.pt-12 {
    padding-top: 48px;
}
.px-8 {
    padding-left: 32px;
    padding-right: 32px;
}
.container{
    /* max-width: 1160px;
    padding-right: 0px;
    padding-left: 0px; */
}



/* =================================
04. header css
=====================================*/
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  */
}
.navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    width: 40px;
    height: auto;
    margin-right: 10px;
}

.logo-text {
    font-size: 18px;
    font-weight: 500;
    color: #003261;
    margin: 0;
}
.custom_nav{
    /* margin-bottom: 28px; */
    /* padding-left: 48px;
    padding-right: 48px; */
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border-color);
    background-color: var(--white);
}


.user_icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    overflow: hidden;
}
.user_icon img {
    height: 100%;
    width: 100%;
}
.dropdown-toggle::after {
    display:none;
}

.navbar-nav > li > a {
    color: #004587;
    font-size: 16px;
    padding: 1.5rem 0.9rem;
    font-weight: 500;
    margin: 0 4px;
    padding: 6px 8px;
    letter-spacing: -.01em;
    transition: .2s color;
    /* position: relative; */
    border-radius: 4px;
    transition-duration: .3s;
    display: flex;
    align-items: center;
    line-height: 1.2;
}
.navbar-nav > li > a:hover{
    color: var(--text-gray);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--text-gray);
}
.dropdown-menu[data-bs-popper] {
    top: 150%;
}
/* dropdown menu */
.custom-dropdown {
    min-width: 340px;
    border-radius: 12px;
    padding: 10px 10;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border: none;
}
.pages-dropdown {
    min-width: 240px;
}
.dropdown-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    text-decoration: none;
    color: var(--text-gray);
    font-size: 15px;
    font-weight: 500;
    margin: 0px 10px;
    border-radius: 5px;
    transition: 0.2s ease;
}
.dropdown-link span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dropdown-link:hover {
    background: var(--gray-bg);
    color: var(--primary);
}
.dropdown-link i {
    font-size: 14px;
}



/* =================================
05. hero_section css
=====================================*/
.hero_main{
    background: linear-gradient(135deg, #001f3f, #003566, #00509e);

    position: relative;
}
.text-gray, .course_info i{
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.btn-primary{
    background: linear-gradient(135deg, #001f3f, #003566, #00509e) !important;
    padding: 10px !important;
}
.hero_con_main{
    /* position: relative; */
    /* z-index: 99; */
}
/* .hero_content{
    position: static;
    z-index: 99;
} */
.hero_sub_tittle{
    text-transform: uppercase;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
}
.hero_tittle{
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-size: 30px;
    line-height: 40px;
}
.hero_pera{

    color: rgba(229, 231, 235, var(--tw-text-opacity));
    margin-top: 16px;
}
.review_content{
    margin-top: 20px;
}
.profie_content{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 5px;
}
.profie_content h4{
    font-size: 18px;
    font-weight: 400;
}
.profie_content h4 span{
    font-weight: 600;
}
.review_content p{
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px;
}
.parofile_img {
    width: 60px;
    height: 60px;
    border: 1px solid var(--text-gray);
    border-radius: 50%;
    margin-right: 16px;
    overflow: hidden;
}
.course_info{
    display: flex;
    align-items: center;
    justify-content: start;
}
.star_icon i{
    color: #f59e0b;
}
.star_icon span{
    margin-left: 20px;
    font-weight: 600;
}
.course_info{
    margin-top: 5px;
}
.course_info .date_time{
    margin-right: 25px;
}
.hero_img{
}
/* =================================
06. about css
=====================================*/
.row>* {
    padding-right: 0;
    padding-left: 0;
}
.left_content{
    margin-top: 16px;
}
.ab_menu {
    background: var(--white);
    /* border: 1px solid var(--border-color); */
    position: sticky;
    top: 86px;
    background: #fff;
    z-index: 9998;
    padding: 0px;
    /* border-bottom: 1px solid #ddd; */
    box-shadow: 0px 0px 17px 0px #ddd;
    border-radius: 6px;
}
.ab_menu ul {
    width: 100%;
    margin: 0;
    margin: 0;
    list-style: none;
    height: 57px;
}
.ab_menu ul li {
  margin: 0;
  padding: 0;
}
.ab_menu ul li a {
    display: inline-block;
    line-height: 55px !important;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    padding: 0px 20px;
    transition: all 0.3s ease-in-out;
    color: var(--text-gray);
}
.ab_menu ul li a:hover {
    color: var(--primary);
    transition: all 0.3s ease-in-out;
}
.ab_menu ul li a.active {
    border-bottom: 3px solid #0b61b3;
    color: var(--primary);
}


/* overview_main */
.overview_main{
    margin-top: 16px;
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 8px;
}
.text_lg{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #333;
}
.overview_main h2{
    margin-bottom: 12px;
}
/* learn_main */
.learn_main{
    margin-top: 20px;
}
.learn_main ul li{
    color: var(--peragraph-text);
    font-size: 15px;
    padding: 2px 0px;
}
.learn_main ul li span{
    margin-left: 8px;
}
.learn_right{
    margin-left: 80px;
}
/* requre_main */
.requre_main{
    margin-top: 16px;
}
.requre_main h2{
    margin-bottom: 2px;
}
.requre_main ul li {
    color: var(--peragraph-text);
    font-size: 15px;
    align-items: center;
    position: relative;
    margin-left: 15px;
    padding: 2px 0px;
}
.requre_main ul li i{
    position: absolute;
    font-size: 5px;
    top: 45%;
    left: -25px;
    margin-left: 10px
}
.requre_main p{
    margin-top: 20px;

}
/* course_curriculum */
.course_curriculum .curri_title{
    margin-top: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
   line-height: 28px;
}
.accor_body_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: var(--white);
    box-shadow: none;
}
.accordion-button:focus,
.accordion-button:active,
.accordion-button:focus-visible {
    box-shadow: none;
    outline: none;
}
.text_sm{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 4px;
}
.acccro_title{
    font-size: 18px;
}
.acccro_title:hover{
    color: var(--peragraph-text);
}
.accordion-button {
    border: none;
    box-shadow: none;
}
.accor_body_item {
    margin: 5px 0px;
    border-radius: 5px;
    padding: 5px;
    font-weight: 500;
    font-size: 16px;
    color: var(--peragraph-text);
}
.accor_body_item:hover {
    background-color: var(--gray-bg);
}
.preview_button{
    font-size: 12px;
    color: var(--peragraph-text);
    background-color: #e5e7eb;
    padding: 5px 10px;
    border-radius:25%;
    margin-left: 5px;
}

.preview_button:hover{
    color: var(--primary);
}


/*  */
.faq_accordian{
    margin-top: 16px;
}
.faq_accordian .accordion-item {
    border: none;
    margin-bottom: 10px;
}
.faq_accordian .accordion-button {
    padding: 15px 18px;
    background: var(--gray-bg);
}
.faq_accordian .accordion-body {
    background: var(--gray-bg);
    padding-top: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.faq_accordian .accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {

    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.faq_sec h2 {
    margin-bottom: 0px;
}
.faq_acc_title{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    transition: color 0.2s ease-in-out;
}
.faq_acc_title:hover{
    color: var(--text-gray);
    transition: color 0.2s ease-in-out;
}
/* right_content */
/* ============================================== */
.right_content{
    margin-left: 16px;
    margin-top: 16px;
}
.right_content .list-group-item i{
    margin-right: 10px;
}
.right_content .card{
    border: 1px solid var(--border-color);
}
.right_content .card>.list-group:last-child {
   margin-top: 20px;
}
.right_content .list-group-item {
    font-size: 15px;
    color: var(--peragraph-text);
}
.right_content .sticky-top {
    position: relative; /* default position */
    top: 0;
    transition: all 0.3s ease;
}

.right_content .sticky-top.fixed {
    position: fixed;
    top: 106px; /* header 90px + 16px gap */
    width: 300px; /* adjust sidebar width */
    z-index: 999;
}
.anuus_title{
    color: #333;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.profie_content .profile_name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: -4px;
}
.parofile_image {
    width: 60px;
    height: auto;
    border: 1px solid var(--text-gray);
    border-radius: 50%;
    margin-right: 20px;
}
/* =================================
07. terms-condition
=====================================*/
.terms_condition,.privacy_policy{
    padding-top: 40px;
    font-size: 15px;
    line-height: 27px;

}
.terms_main{
    /* width: 60%; */
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 8px;
}
.terms_title{
    font-size: 30px;
    line-height: 36px;
}
.subtitle{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
/* =================================
08. Footer css
=====================================*/
/* =================================
09. Footer css
=====================================*/
/* =================================
10. Footer css
=====================================*/





/* =================================
03. Footer css
=====================================*/
.footer-container {
    margin-top: 40px;
    margin-bottom: 28px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 28px;
    border-top: 1px solid var(--border-color);
}
.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 1152px;
    margin: 0 auto;
    gap: 12px;
}
.footer-text {
    font-weight: 500;
}
.footer-links {
    display: none;
    color: #374151;
    text-transform: capitalize;
    gap: 16px;
}
.footer-links a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-links a:hover {
    color: var(--primary);
}


#overview,
#curriculum,
#faq,
#announcement {
  scroll-margin-top: 30px;
}

.parofile_imagee {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;

}
.brands_in {
    height: 30px;
    width: 30px;
    margin: 0 auto;
    background: #00468a;
    border-radius: 8px;
    line-height: 30px;
    color: #fff !important;
}
p.brands_in a {
    color: #fff !important;
}

/* =================================
08. Footer css
=====================================*/
footer {
    background: linear-gradient(135deg, #001f3f, #003566, #00509e);
    padding: 40px 0 10px 0;
    font-family: var(--poppins-font-family);
}
footer .footer_title{
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 18px;
}
footer .footer_title{
    color: #fff;
}
footer p, footer li, footer a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
    font-family: var(--poppins-font-family);
}
footer a:hover {
    color: #007bff;
}
footer .footer_social_icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: var(--primary);
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
footer .subscribe_box input {
    border-radius: 0;
}
footer .subscribe_box .form-control:focus {
    outline: none;
        box-shadow: none;
}
footer .email_btn{
    background: #007bff;
    color: #FFF;
}
footer .email_btn:hover{
    background: #1064bd;
    color: #FFF;
}
footer .copyright {
    border-top: 1px solid #FFF;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}


/* =================================
09. blog_section css
=====================================*/
.blog_left_content{
    padding: 0px 20px;
    padding-bottom: 20px;
    background: var(--white);
    border: 1px solid var(--border-color);
    margin-right: 20px;
    border-radius: 8px;
}
.blog_menu{
    padding: 12px 0px;
    border-bottom: 2px solid var(--border-color);
}
.section_title{
    margin: 20px 0px;
    font-size: 28px;
    color: var(--primary);
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 10px;
}
.blog_section{
    padding: 25px 0px;
}
.blog_post{
    padding: 20px 0px;
    display: flex;
    justify-content: start;
    background: var(--white);
    border-bottom: 1px solid var(--border-color);
    align-items: center;
}
.blog_post:last-child{
    border: none;
}
.blog_content{
    margin-left: 20px;
}
.blog_img img{
    border-radius: 5px;
}
.img_over_btn{
    position: absolute;
    top: 15px;
    left: 10px;
    font-size: 12px;
    color: var(--white);
    background: var(--text-gray);
    padding: 2px 10px;
    border-radius: 10px;
}
.blog_title{
    font-size: 18px;
    font-weight: 500;
    color: var(--peragraph-text);
    transition: 0.3s ease-in-out;
}
.blog_title:hover{
    color: var(--primary);
}
.blog_pera{
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.blog_right_content{
    border: 1px solid var(--border-color);
}
.blog_right_content .card-title{
    font-size: 18px;
}
.r_post_title{
    font-size: 15px;
    color: var(--peragraph-text);
    font-weight: 500;
}
.blog_right_content span,.blog_date{
    font-size: 12px;
    transition: 0.2s ease-in-out;
}
.r_blog_team{
    padding: 0px 10px;
    transition: 0.2s ease-in-out;
}
.r_blog_team:hover{
    background:  #f6f6f5;
    transition: 0.2s ease-in-out;
    border-radius: 5px;
}
.r_blog_team:hover span{
    color: var(--primary);
    transition: 0.2s ease-in-out;
}
.see_all_btn{
    color: var(--primary);
    font-weight: 600;
    transition: 0.2s ease-in-out;
}
.see_all_btn:hover{
    background: #f6f6f5;
    transition: 0.2s ease-in-out;
}
/* pagination */
.page-link:focus {
    color: var(--primary);
    background-color: unset;
    outline: none;
    box-shadow:none;
}



/* =================================
10. about-section css
=====================================*/
.about-section {
    padding: 80px 0;
    font-family: var(--poppins-font-family);
}
.ab_sec_title{
    font-weight: 800;
    color: #004d99;
}
.about_content_left{
    margin-right: 20px;
}
.step-box {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 5px 7px 6px 1px rgba(0,0,0,0.05);
}
.step-number {
    background: #004d99;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.step-text {
    font-size: 16px;
    font-weight: 500;
}
.about-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-subtitle {
    color: #004d99;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}
.btn-custom {
    color: #fff;
}
/* ======================== */
/* media  */
/* ====================== */


@media (min-width: 1024px) {
    .footer-container {
        margin-top: 112px;
    }

    .footer-inner {
        flex-direction: row;
        gap: 0;
    }

    .footer-links {
        display: flex;
    }
    footer{
        padding: 10px 15px;
    }
    .about-section{
        padding: 10px 15px;

    }
    .about_content_right {
        margin-top: 45px;
    }
}

/* @media (min-width: 768px) and (max-width: 991px) {
  .hero_img {
    display: none;
  }
} */


@media (max-width: 767px) {
  .course_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
    .hero_tittle {
        font-size: 20px;
        line-height: 30px;
    }
    .hero_sub_tittle {
        font-size: 10px;
    }

    .ab_menu {
        overflow-y: scroll;
    }
    .hero_con_main {
        padding-left: 20px;
        padding-right: 20px;
    }
    .right_content {
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-container {
        padding-left: 31px;
        padding-right: 35px;
    }
    .right_content .sticky-top.fixed {
    position: relative;
    top: unset;
    width: 100%;
    z-index: 999;
}
.card-body img {
    width: 120px;
}
.course_curriculum{
    padding-left: 20px;
    padding-right: 20px;
}


}
