*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* commn_section_starrt */
ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
}
/* commn_section_end */

:root{
    --color1:#1E1E22;
    --color2:#282C92;
    --color3:#E4E4E5;
}

/* menu_bar_section_start */
.header_menu_bar_section{
    background-color: #1a0101;
}
.header_menu_bar_logo{
    text-align: center;
}
.header_menu_bar_logo img{
    height: 135px;
}
.header_menu_bar_menu{

}
.header_menu_bar_menu ul{
    margin-bottom: 0px;

}
.header_menu_bar_menu ul li{
    display:inline-block;
    padding: 3px 30px;
    position: relative;
    border-right: 1px solid #fff;
}
.header_menu_bar_menu ul li:last-child{
    border: none;
}
.header_menu_bar_menu ul li a {
    text-transform: capitalize;
    color: #E4E4E5;
    font-size: 16px;
    font-weight: 800;
}
/* drop_drown_menu_start */
.header_menu_bar_menu ul li .ul_2{
    background-color: #282c92;
    padding-left: 0px;
    position: absolute;
    top:100%;
    left: 0px;
    border-radius: 0px 0px 4px 4px;
    display: none;
    z-index: 100;
}
.header_menu_bar_menu ul li .ul_2 .li_2{
    display: block;
    width:200px;
    padding: 8px 10px;
    transition: 0.7s;

}
.header_menu_bar_menu ul li:hover .ul_2{
    display:block;
    overflow: hidden;
}
.header_menu_bar_menu .ul_2 .li_2:hover{
    background-color: var(--color2);
}

.header_menu_bar_menu .ul_2 .li_2 a{
    color: white;
    font-size: 17px;
}
/* drop_drown_menu_end */
/* menu_bar_end */
.header_menu_bar_right{
    text-align: center;
}
.header_menu_bar_right h5 {
    font-size: 12px;
    color: white;
    font-weight: bold;
    background-color: var(--color2);
    padding: 10px 0px;
    border-radius: 20px;
    width: 100px;
}

.header_menu_bar_right h5:hover{
    color:var(--color3)
}
/* menu_bar_section_end */
/* carousel_section_start */
.carousel_section_start{
    background-color: var(--color1);
}
.carousel_item_one{
    position: relative;

}
.welcome_to_our_apollo_header{
    color: white;
    position: absolute;
    top:10%;
    left:4%;
}
.opacity_for_img{
    /* opacity: 0.6; */
    /* background-color: #1E1E22; */
}
.welcome_to_our_apollo_header h5{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.welcome_to_our_apollo_header h1{
    font-size:3.5rem;
}
.welcome_to_our_apollo_header .btn{
    color: white;
    background-color: var(--color2);
    font-weight: bold;
    padding: 14px 24px;
    border-radius: 25px;
}
/* carousel_section_end */
/* glorious_years_section_start */
.glories_years_section{
    /*background-color: #A70A1B;*/
    /*border-top: 1px solid white;*/
    padding: 100px 0px;
}
.glories{
    background-color: #d5d5d5;
    border-radius: 10px;
    padding: 10px;
}
.glories_years_one{
    text-align: center;
    border-right: 1px solid #D31C30;
}
.glories_years_one_img{

}
.glories_years_one_para{

}
.glories_years_one_para p{
    color: white;
    margin-bottom: 0px;
}
/* glories_years_section_end */
/* <!-- sangen_edu_ltd_section_start --> */
.sangen_edu_ltd_section_start{
    background: #4d484a;
}
.sangen_edu_ltd_title{
    text-align: center;
}
.sangen_edu_ltd_title h5{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    color: #DE000D;
    letter-spacing: 6px;
}
.sangen_edu_ltd_title h1{
    text-transform: capitalize;
}
.sangen_edu_ltd_details{

}
.sangen_edu_ltd_d_left_1{

}

.s_img_size{
    /* width: 100%; */
    padding: 30px 100px;
}
.sangen_edu_ltd_d_left_1_iner{
    border-radius: 10px;
    overflow: hidden;
    background: #000;
}
.sangen_edu_ltd_d_left_2{
    border-radius: 10px;
    overflow:hidden;
}
.sangen_edu_ltd_details_right{

}
.sangen_edu_ltd_details_right h1{
    margin: 0px;
    color: #ffa509;
    font-size: 46px;
}
.sangen_edu_ltd_details_right h5{
    color: #ffffff;
    font-weight: normal;
    font-weight: 200;
    font-size: 20px;
    margin-top: 34px;
}
.sangen_edu_ltd_details_right p{
    font-size: 18px;
    color: #ccc;
    line-height: 31px;
    text-align: justify;
}
/* <!-- sangen_edu_ltd_section_end --> */
/* your_are_looking start*/

/* are_you_looking_for_study_section_start */
.are_you_looking_for_study_section_start{

}
.are_you_looking_for_study_mid{
    /* background-color:#0068EF; */
    border-radius: 10px;
    position: relative;
    background-color:black;
}
.are_you_looking_for_study_mid::before{
    content:"";
    background-image: url("../img/book.jpg");
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.2;
    border-radius: 10px;
}
.are_you_looking_for_study_left{
    color: white;
    position: relative;
}
.are_you_looking_for_study_left h3{
    font-size: 19px;
}
.are_you_looking_for_study_left h5{
    font-size: 14px;
}
.are_you_looking_for_study_left span{
    color: #A9B3FB;
}
/* left_end */
.are_you_looking_for_study_right{
    position: relative;
}
.are_you_looking_for_study_right .btn{
    background-color: transparent;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    border: 1px solid white;
    border-radius: 30px;
    padding: 9px 10px;
    font-size: 14px;
}
.are_you_looking_for_study_right .btn:hover{
    background-color: #121796;
    color: red;
}
/* are_you_looking_for_study_section_end */
/* we_are_looking? end*/
/* success_start */

.success_full_admission{
    position: relative;
    background-color:#012269;

}
.success_full_admission_one{
    text-align: center;
    position: relative;
}
.success_full_admission_one h1{
    font-weight: bold;
    color: #00A5E0;
    font-size: 40px;
}
.success_full_admission_one h5{
    color: white;
}
/* success_end */
/* our_success_stories_section_start */
.our_success_stories_section_start{
    background-color: #E8EEFC;
}
.our_success_stories_title{

}
.our_success_stories_title h2{
    text-transform: capitalize;
    border-left: 8px solid #759EF6;
    padding-left: 4px;
    margin: 0px;
}
/* title_end */
.our_success_stories_details{

}
.our_success_stories_details_one{
    background-color: white;
    border-radius: 10px;
    overflow:hidden;
    text-align: center;
}
.our_success_s_d_one_para p{
    margin:0px;
    text-transform: capitalize;
    font-weight: bold;
}
.our_success_s_d_one_para2{
    background-color: #ABC4FA;
}
.our_success_s_d_one_para2 p{
    text-transform: capitalize;
    margin: 0px;
    font-weight: bold;
    color: #707382;
}
.our_success_s_d_one_img2{
    background-color: black;
}
.our_success_s_d_one_img img{
    border-radius: 50%;
    background: linear-gradient(to right, red, black);
    padding: 4px;
    width: 200px;
}
/* our_success_stories_section_end */

/* .our_student_studying_in_start */
.our_student_studying_in_start{

}
.our_student_studying_in_title{
    text-align: center;
}
.our_student_studying_in_title h2{

    margin: 0px;
    font-weight: bold;
}
.our_student_studying_in_title hr{
    border: none;
    width: 20%;
    height: 3px;
    background-color: #E76301;
    opacity: 1;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.our_student_studying_details{

}
.our_student_studying_details_main{

}
.our_student_studying_details_main_one{

}
.our_student_studying_btn{

}
.our_student_studying_btn .btn{
    background-color: #23527C;
    color: white;
    text-transform: capitalize;
}
/* our_student_studying_in_end */
/* What_our_clients_section_start */
.What_our_clients_section_start{
    background-color:white;
}
.What_our_clients_section_one{
    border: 1px solid #e4e4ea;
    border-radius: 10px;
}
/* What_our_clients_section_end */
/* How_Apollo_section_start */
.How_apollo_section_start{padding: 60px 0;}
.How_apollo_section_details_start{

}
.How_apollo_section_details_one{
    overflow: hidden;
    border-radius: 10px;
}
/*.How_apollo_section_details_one:hover img{
    transform: scale(1.1);
    transition: 0.7s;
}*/
.How_apollo_section_details_one_img{
    position: relative;
}
/*.How_apollo_section_details_one_img::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--moniz-black-rgb,30,30,34),.3);
    border-radius: var(--moniz-border-radius,10px);
}*/
.How_apollo_section_details_one .svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 1.4em;
    overflow: visible;
    vertical-align: -0.125em;
    background-color:white;
    padding: 15px 15px;
    border-radius: 50%;
    color: black;
}
.How_apollo_section_details_one_btn{
    /* position: absolute; */
    top: 8%;
    right: 10%;
}
.How_apollo_section_details_one_para{
    background-color: #dddddd;
    color: white;
    /* position: absolute; */
    left:0%;
    right:0%;
    bottom:8%;
}
.How_apollo_section_details_one_para h5{
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #630000;
    /* padding-left:15px; */
}
.How_apollo_section_details_one_para p{
    color: #000;
    text-align: justify;
}
/* How_Apollo_section_end */

/* Current_Scholarships_section_start */
.Current_Scholarships_section{
    background-color: #D9D9D9;
    border-top: 1px solid green;
}
.Current_Scholarships_slider{

}
.Current_Scholarships_slider_one{
    border-radius: 10px;
    overflow: hidden;
    background: #0d1166;
    color: #fff;
    /* font-size: 13px !important; */
}
.Current_Scholarships_slider_one h3{
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
}
.Current_Scholarships_title{

}
.Current_Scholarships_title h1{
    margin: 0;
    font-weight: 700;
    color: var(--moniz-black,#1e1e22);
    font-size: 38px;
    line-height: 48px;
}
/* Current_Scholarships_section_end */
/* footer_section_start */
.footer_section_start{
    /* background-image: url("../img/site-footer-bg.jpg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.footer_section_start::before{
    position: absolute;
    content: "";
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: #060606;
    opacity: 0.8;
    /* z-index: 2; */
}
.txt{
    position: relative;
    z-index: 3;
}
.footer_section_one{

}
.footer_section_one_logo{

}
.footer_section_one_para{
    text-align: justify;

}
.footer_section_one_para p{
    font-size: 15px;
    color: #d4d4d4;
    line-height: 24px;

}
.footer_section_one_para h6{
    color: #fff;
    line-height: 25px;
}
.footer_section_one_para_icon{

}
.footer_section_one_para_icon .svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 2em;
    overflow: visible;
    vertical-align: -0.125em;
    background: #ffffff;
    padding: 8px;
    border-radius: 4px;
}

/* one-end */
.footer_section_two{

}
.footer_section_two_title{

}
.footer_section_two_title h5{
    font-size: 18px;
    color: var(--moniz-base,#fff);
    font-weight: 700;
    line-height: 28px;
    /* margin-bottom:20px; */
}
.footer_section_two_menu{

}
.footer_section_two_menu ul{
    padding-left: 0px;
}
.footer_section_two_menu ul li {

    color: #ffffff;
}
.footer_section_two_menu ul li a{
    color: #d4d4d4;
    font-size: 17px;
    /* font-weight: 500; */
}
.footer_section_four{
    background-color: #121796;
    border-radius: 10px;
}
.footer_section_four label{
    color: white;
    font-weight:bold;
    font-size: 20px;
    padding-bottom: 12px;
}

/* . copy_right-section_start  */
.copy_right_section{
    background-color: #262626;
    text-align: center;
}
.copy_right_section_title{

}
.copy_right_section_title ul{

}
.copy_right_section_title ul li{
    display: inline-block;
}
.copy_right_section_title ul li a{

    color: white;
    font-family: "Poppins", Sans-serif;
    font-weight:600;
    font-size:18px;
    margin-bottom: 0px;
}
.copy_right_section_title-small{

}
.copy_right_section_title-small p{
    color: #ffffff6e;
    margin-bottom: 0px;
}
/* copy_right-section_end */
/* footer_section_end */

/* about_us_slider_section_page_start */
.about_us_p_slider{
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/About-us2.jpg");
    position: relative;
    overflow: hidden;
}
.about_us_p_slider::before{
    position: absolute;
    content: "";
    top:0%;
    left:0%;
    width: 100%;
    height: 100%;
    background: rgba(var(--moniz-black-rgb,30,30,34),.5);
    z-index: 1;
}
.about_us_p_slider_main{
    text-align: center;
    position: relative;
    z-index: 3;
}
.about_us_p_slider_main p{
    text-transform: uppercase;
    color: white;
    margin-bottom: 0px;
    padding-top: 80px;
}
.about_us_p_slider_main h1{
    text-transform: capitalize;
    font-size: 60px;
    color: white;
}
/* about_us_slider-section_page_end */
/* about_p_Empowering_section_start */
.about_p_Empowering_section{
    background-color: white;
}
.about_p_Empowering_img{margin-top: 70px;}
.about_p_Empowering_img h5{
    color: #717178;
}
.about_p_Empowering_right{

}
.about_p_Empowering_right p{
    font-size: 18px;
    color: #2e2e2e;
    font-weight: 400;
    opacity: 0.9;
    text-align: justify;
}
/* about_p_Empowering_section_end */
/* .A_Our_Valued_Partners_start */
.A_Our_Valued_Partners_start{
    background-color: #F1F1F5;
}
.A_Our_Valued_Partners_title{

}
.A_Our_Valued_Partners_title h1{
    font-size: 50px;
    font-weight: bold;
}
.Valued_Australia{

}
.Valued_Australia h1{
    font-weight: bold;
}
.Valued_Australia_details{

}
.Valued_Australia_details_one{
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}
/* contact_page_nav_tap_section_start */
.contact_page_nav_tap_section{

}
.contact_page_nav_tap_main{

}
.contact_page_nav_tap_main_nav_section{

}
.contact_page_nav_tap_main_nav_section .nav-tabs .nav-link {
    font-size: 18px;
    color: #63797B;
}

.contact_page_nav_tap_main_tab_section{

}
.contact_page_nav_tap_left{

}
.contact_page_nav_tap_main_tab_right{
    background-color: #F1F1F5;
    border-radius: 10px;
}
.contact_page_nav_tap_main_tab_right h5{
    color: #717178;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #717178;
}
.contact_page_nav_tap_main_tab_right p{
    color: #717178;
    font-size: 19px;
    font-weight: 400;
}

.write_us_a_message_start{

}
.write_us_a_message_details{

}
.write_us_a_message_left{

}
.write_us_a_message_right{

}
.write_us_a_message_common{

}
.C_Privacy_Information{

}
.C_Privacy_Information h3{

}
.C_Privacy_Information h5{
    color: #A3A5A8;
    font-weight: 400;
    line-height: 30px;
}
.C_Privacy_Information_btn{
    text-align: center;
}
.C_Privacy_Information_btn .btn{
    border-radius: 30px;
    font-weight: bold;
    padding: 14px 30px;
    background-color: #4145AB;
}
/* contact_page_nav_tap_section_end */

/* book_Your Information_start */
.book_your_information_section{

}
.book_your_information_title{

}
.book_your_information_title h3{
    color:#1E1E62;
}
.further_information_details{

}
.Are_you_an_existing_client{

}
.Are_you_an_existing_client p{
    color: #718389;
    font-size: 20px;
}
/* book_Your Information_end */

/* details_page_start */
.s_details_page_start{

}
.s_details_page_left{
    border-radius: 10px;
    overflow: hidden;
}
.s_details_page_left img{
    width: 100%;
}
.s_details_page_left_middle{

}
.s_details_page_left_middle h2{

}
.s_details_page_left_middle p{
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 600;
    line-height: 25px;
}
.s_details_page_left_middle p span{
    /* font-weight: bold; */
    color: #887178;
    font-size: 15px;
}
.s_details_page_left_down_img{

}
.s_details_page_left_down_para{

}
.s_details_page_left_down_para h2{
    margin: 0px;
}
.s_details_page_left_down_para h5{
    margin: 0px;
    color: #717178;
    font-weight: bold;
}
.s_details_page_left_down_para p{
    margin: 0px;
    line-height: 25px;
    font-size: 18px;
    color: #71718E;
    font-weight: 600;
}
/* left_end */
.s_details_page_right{

}
.s_details_page_right_up{
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}
.s_details_page_right_middle{
    background-color: #F8F9FA;
    text-align: center;
}
.s_details_page_right_middle h5{
    margin: 0px;
    text-transform: capitalize;
    font-size: 22px;
}
.s_details_page_right_middle p{
    margin: 0px;
    font-size: 18px;
    color: #87B4CC;
    font-weight:600;
}
.s_details_page_right_middle_btn{

}
.s_details_page_right_middle_btn .btn{
    background-color: #282C92;
    color:white;
    font-weight: bold;
    border-radius: 20px;
}
.s_details_page_right_end{

}
/* details_page_end */
.study .nav .nav-item{
    display: inline-block;
}
.study .nav .nav-item .nav-link,
.course .nav .nav-item .nav-link{
    font-size: 13px;
    color: #000;
    font-weight: 600;
    padding: 10px 14px;
}
.study .nav .nav-item .nav-link.active,
.course .nav .nav-item .nav-link.active{
    color: #F5891E;
    border-radius: 0px;
    border-top: 3px solid #1A237E;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.study .nav-tabs .nav-link,
.course .nav-tabs .nav-link{
    border: 0px solid;
}
.study-tab-content{
    padding: 15px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.s_details_page_left_middle nav{

}
.abou_nav_tab_content p{
    font-size: 14px;
    text-align: justify;
    font-weight: 100;
}

/*leadform*/
/* sign_in part start */
#sign_in{
    padding: 53px 0;

    /*background-image: url(images/download.jpg);*/
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #4145AB;

    /* background: red; */
}
.login_main{
    border: 1px solid rgba(0, 0, 0, 0.11);
    background-color: #F7F5F5;
    /* padding: 30px; */
}
.login_body{
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    padding: 30px;


}
.social_icon_login ul{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 0;

}
.social_icon_login ul li{
    background: #0091dc ;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;

}
.social_icon_login ul .fb{
    background: #4867AA ;


}
.social_icon_login ul .go_plus{
    background: #D94336 ;
}
.social_icon_login ul .linkedin{
    background: #0177B5 ;
}
.social_icon_login ul li a{
    color: #fff;
    font-size: 18px;
}
.email{
    margin-bottom: 20px;
}
.email input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.123);
    outline: 1px solid rgba(0, 0, 0, 0.123);
}

.phone{
    margin-bottom: 20px;
}
.phone input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.123);
    outline: 1px solid rgba(0, 0, 0, 0.123);
}
.study{
    margin-bottom: 20px;
}
.study input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.123);
    outline: 1px solid rgba(0, 0, 0, 0.123);
}
.country{
    margin-bottom: 20px;
}
.country input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.123);
    outline: 1px solid rgba(0, 0, 0, 0.123);
}


.lastqualification{
    margin-bottom: 20px;
}
.lastqualification input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.123);
    outline: 1px solid rgba(0, 0, 0, 0.123);
}

.login_btn{
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    height: 50px;
    background: #FF2150;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.login_btn a{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;

}


.lastqualification{
    margin-bottom: 20px
}
.forgot_password{
    text-align: right;
}
.password{
    margin-bottom: 20px;
}
.password input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    outline: 1px solid rgba(0, 0, 0, 0.123);
    border: 1px solid rgba(0, 0, 0, 0.123);
}
.forget_pass{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.login_btn{
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    height: 50px;
    background: #FF2150;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.login_btn a{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;

}
.regidter_aler{
    padding: 20px 30px 10px  30px  ;
    text-align: center;
}
.regidter_aler p{
    font-size: 17px;
    color: #555;
}
.regidter_aler p a{
    font-size: 17px;
    color: #D94336;
    padding-left: 5px;
}

.leftimg {}

.leftimg img {
    margin-top: 50px;
}
.login_body h1{
    color: #4145AB;
}

/* sign_in part End */
.gallerys{
    border: 2px solid #00bfff;
    padding: 5px;
    background: #000b16;
}
.gallerys h4{
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}

/*Wings Global*/
.loginwith{
    padding-top: 10px;
}
.loginwith ul{}
.loginwith ul li{
    list-style: none;
    display: inline-block;
    padding: 10px;
}
.loginwith ul li:first-child{
    background: #440004;
    border-radius: 10px;
    /* margin-top: 10px; */
}
.loginwith ul li a{
    color: #fff;
}
.socilmd{}
.socilmd ul{}
.socilmd ul li{
    float: left;

    padding: 7px 11px;
    width: 41px;
    height: 40px;
    margin-left: 10px;
    border-radius: 50%;
}
.socilmd ul li:first-child{
    background: #0060cc;
    padding: 9px 16px;
}
.socilmd ul li:nth-child(2){
    background: #278cfd;
    padding: 9px 13px;
}
.socilmd ul li:nth-child(3){
    background: #00254f;
    padding: 9px 14px;
}
.socilmd ul li:nth-child(4){
    background: #8f0000;
}
.socilmd ul li a{
    /* background: #000; */
    /* padding: 5px; */
    color: #fff;
    /* width: 50px; */
    /* height: 53px; */
    /* margin: 15px 10px; */
    /* border-radius: 50%; */
}
.socilmd ul li i{}
.topphone{
    margin-top: 20px;
    margin-left: 55px;
}
.topphone a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    /* padding: 42px 0; */
}
.gloriesshr{
    border-bottom: 2px solid #720200;
    background: #720200;
    height: 5px;
    width: 30%;
    border-radius: 10px;
}
.sangen_edu_ltd_details_right ul{
    /* list-style: disc !important; */
    margin-left: 0;
    padding-left: 0px;
}
.fa-circle{
    font-size: 10px !important;
}
.sangen_edu_ltd_details_right ul li{
    display: inline;
    font-size: 18px;
    color: #ffa509;
    /* list-style: disc; */
}
.servicegiss{}
.servicegiss p{
    text-align: center;
}
.servicegiss h2{
    text-align: center;
    line-height: 10px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 40px;
    color: #4e0000;
}
.gloriess p{
    font-size: 14px;
}

.We_thrive_because_right_section  p {
    text-align: center;
}
.We_thrive_because_right_section  h2 {
    text-align: center;
    line-height: 10px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 40px;
    color: #4e0000;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #720200;
    --bs-btn-border-color: #720200;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #720200;
    --bs-btn-hover-border-color: #B02A36;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #720200;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.bgred{
    background: #720200;
    color: #fff;
}
.bgred h5,.bgyellow h5{
    font-size: 30px;
}
.bgyellow{
    background: #FF9800;
    color: #fff;
}

.gloriessredhr{
    border-bottom: 2px solid #fff;
    background: #fff;
    height: 5px;
    width: 30%;
    border-radius: 10px;
}
/* Sidebar specific */
.sidebar {
  padding: 1rem;
  border-radius: 0.7rem;
  /* background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,250,252,0.98)); */
}

/* Make sidebar sticky on larger screens */
@media (min-width: 992px) {
  .sidebar {
    position: sticky;
    top: 1rem;
    /* height: calc(100vh - 2rem); */
    overflow-y: hidden;
  }
}

/* Sidebar header & description */
.sidebar .card-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.sidebar p { color: var(--muted); margin-bottom: 1rem; }

/* Vertical nav (pills) */
.nav-pills .nav-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.85rem;
  border-radius: 0.55rem;
  color: #6b2a2a;
  font-weight: 500;
  transition: all 0.18s ease;
  border: 1px solid transparent;
  /* font-size: 17px; */
  font-size: 15px;
  text-align: left;
}

/* Hover & focus */
.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(13,110,253,0.06);
  text-decoration: none;
}

/* Active tab look */
.nav-pills .nav-link.active {
  background: var(--accent);
  color: #4e0000 !important;
  /* border-color: rgba(13,110,253,0.14); */
  /* box-shadow: 0 8px 22px rgba(13,110,253,0.12); */
  font-size: 15px;
  text-align: left;
}

/* Small indicator (optional) */
.nav-pills .nav-link::before{
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: transparent;
  margin-right: 0.35rem;
  flex: 0 0 auto;
}
.nav-pills .nav-link.active::before{ background: rgba(255,255,255,0.85); }

/* Right content area */
.tab-content {
  min-height: 260px; /* adjust as needed */
}

/* Headings inside content */
.tab-content h4 { margin-bottom: 0.75rem; font-weight:600; }

/* Table in pricing (make it look clean) */
.table thead th{
  border-bottom: 0;
  font-weight: 600;
  color: var(--muted);
}

/* Accordion adjustments */
.accordion-button { border-radius: 0.45rem; }
.accordion .accordion-item:not(:last-child) { margin-bottom: 0.5rem; }

/* Responsive behaviour: make sidebar horizontal on small screens */
@media (max-width: 991.98px) {
  /* reduce sticky behaviour */
  .sidebar { position: static; height: auto; padding-bottom: 0.75rem; }

  /* make nav horizontal scrollable */
  .nav-pills {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.25rem;
    white-space: nowrap;
  }
  .nav-pills .nav-link {
    flex: 0 0 auto;
    padding: 0.5rem 0.9rem;
  }

  /* add spacing between cards */
  .row.g-4 { gap: 1rem; }
}

/* Small UX polish */
.nav-pills .nav-link .badge {
  margin-left: auto;
  font-size: 0.75rem;
  opacity: 0.9;
}

/* Accessibility: focus outline */
.nav-pills .nav-link:focus {
  outline: 3px solid rgba(13,110,253,0.12);
  outline-offset: 2px;
}

/* Utility: narrow sidebar when you want a compact view */
.sidebar.compact { width: 220px; --sidebar-width: 220px; }

/* End of custom styles */
.shadow-sm {
     box-shadow: none !important; 
}
.tab-pane{
    background-color: #e5f0f4;
    padding: 20px;
    border-radius: 10px;
}
.tab-pane h4{
    color: #4e0000;
}
.may_nav{
    margin-left: 100px;
}