/* ----header css--- */
.rs-header .rs-header-top .header-contact .widget-text .info-text a {
color: #000;
}



.logo-area a img {
max-width: 200px;
}

.rs-header .rs-header-top .row {
align-items: center;
}

.rs-header .rs-header-top {
padding: 10px 0 10px;
}

h1, h2, h3, h4, h5, h6{
font-family: "Ubuntu", sans-serif !important;
font-weight: 700 !important;   
}

p, li {
font-family: "Karla", sans-serif !important;
font-weight: 400 !important;
line-height: 24px !important;
margin-bottom: 10px !important;
color: #000;
font-size: 18px;
}


ul.nav-menu {
display: flex;
justify-content: center;
}

/* ----services box css---- */
:root{ 
--main-color: #FE5984; 
--dark-color: #B02340;
}

.serviceBox{
color: var(--main-color);
font-family: 'Source Sans Pro', sans-serif;
text-align: center;
padding: 50px 25px;
border-radius: 0 0 50px 50px;
position: relative;
z-index: 1;
}
.serviceBox:before,
.serviceBox:after,
.serviceBox .service-icon:before{
content: "";
position: absolute;
z-index: -1;
}
.serviceBox:before, .serviceBox .service-icon:before {
width: 100%;
height: 65%;
border-radius: 0 0 50px 50px;
bottom: 0;
left: 0;
background: rgb(228, 26, 14);
background: linear-gradient(0deg, rgba(228, 26, 14, 1) 0%, rgba(26, 26, 24, 1) 72%);
}
.serviceBox:after{
background: #fff;
width: calc(100% - 30px);
height: calc(100% - 30px);
border-radius: 40px 40px;
transform: translateX(-50%) translateY(-50%);
top: 50%;
left: 50%;
}
.serviceBox .service-icon{
font-size: 45px;
line-height: 45px;
margin: 0 0 15px;
}
.serviceBox .service-icon:before{
height: 100px;
border-radius: 50px 50px;
bottom: auto;
top: 0;
}
.serviceBox .title{
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
margin: 0 0 10px;
}
.serviceBox .description{
color: #aaa;
font-size: 15px;
margin: 0;
}
.serviceBox.orange{ 
--main-color: #FE9600; 
--dark-color: #C06001; 
} 
.serviceBox.orange:before,
.serviceBox.orange .service-icon:before{
background: linear-gradient(to right,var(--main-color),var(--dark-color));
}
.serviceBox.green{ 
--main-color: #06C893; 
--dark-color: #007F50;
}
.serviceBox.green:before,
.serviceBox.green .service-icon:before{
background: linear-gradient(to right,var(--main-color),var(--dark-color));
}
.serviceBox.blue{ 
--main-color: #068DF8; 
--dark-color: #014EA3;
}
.serviceBox.blue:before,
.serviceBox.blue .service-icon:before{
background: linear-gradient(to right,var(--main-color),var(--dark-color));
}

.rs-about .about-desc p {
font-size: 18px !important;
letter-spacing: 0 !important;
}




/*---custome css---*/
section.as_breadcrum_wrapper {
position: relative;
padding: 30px 0;
z-index: 1;
background: url(../imgs/bg3.jpg);
}

ul.breadcrumb {
display: flex;
justify-content: center;
}

.mission_box {
position: relative;
}

.mission_box_icon {
position: absolute;
width: 100px;
height: 100px;
background: #ddd;
border-radius: 50%;
}

.mission_box_icon img {
width: auto;
height: 60px;
object-fit: cover;
}
.mission_box_icon {
position: absolute;
width: 100px;
height: 100px;
background: #ddd;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}


.mission_box {
background: #f2f2f2;
text-align: center;
padding: 35px;
width: 90%;
height: 100%;
}

.mission_box_icon {
position: absolute;
width: 100px;
height: 100px;
background: #ddd;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
top: -20px;
left: -10px;
}

.team_box {
background: #fff;
box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
border-radius: 10px;
padding: 30px;
margin-bottom: 30px;
display: flex;
align-items: center;
justify-content: center;
}

.team_box_img {
width: 45%;
float: left;
}

.team_box_img img {
width: 260px;
height: 260px;
border-radius: 50%;
object-fit: cover;
}

.team_box_cont {
width: 55%;
float: left;
padding-left: 20px;
}

.team_box_cont p span {
font-style: italic;
}

.team_box_cont h2 {
margin-bottom: 10px;
}

ul.nav-menu li {
margin-bottom: 0 !important;
}

.inner-wrper .sec-color {
padding-top: 0;
background: transparent;
}


.team_box {
background: #fff;
box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
border-radius: 10px;
padding: 30px;
height: 100%;
}

section.team_section [class*="col-"] {
margin-bottom: 30px;
}

.meet-heading {
text-align: center;
}

section.team_section {
padding: 50px 0 0;
}

section.team_section .row {
justify-content: center;
}




.course_btn {
display: flex;
justify-content: space-between;
align-items: center;
}

.course_btn a.red {
color: #ff3115 !important;
font-weight: 700 !important;
font-family: "Ubuntu", sans-serif;
font-size: 18px;
text-decoration: underline !important;
}

a.red_2_btn {
background: #000;
color: #fff;
padding: 9px 25px;
border-radius: 50px;
font-family: "Ubuntu", sans-serif;
font-weight: 500;
font-size: 18px;
}

.course_box_1 {
width: 350px;
background: #E30047;
padding: 30px;
}

.course_box_2 {
padding: 30px;
width: 75%;
}

.course_box {
background: #fff;
box-shadow: 1px 1px 10px #000;
border-radius: 10px;
display: flex;
margin-bottom: 30px;
position: relative;
z-index: 1;
}

#rs-slider .slide-content .slider-desc {
font-family: "Ubuntu", sans-serif !important;
font-size: 32px !important;
font-style: italic;
padding: 20px 0 30px;
}

.sec-title {
padding-bottom: 10px;
}

.course_box_1_img {
position: absolute;
bottom: 0;

width: 80%;
left: 50%;
transform: translateX(-50%);
}

.course_box_1_img img {
filter: invert(1);
opacity: 0.5;
height: 140px;
object-fit: cover;
}

.course_detais_cont h3 {
margin-bottom: 15px;
color: #ff3115;
font-size: 32px;
}

.course_box_content h4 {
margin-bottom: 15px !important;
}

.course_box_content {
margin-top: 30px;
}


section.course_section .row [class*="col-"]:nth-child(even) .course_box_1 {
background: #7152EE;
}

.contact_inner_box ul li img {
width: auto;
height: 25px;
}

.contact_inner_box ul li img {
height: 45px;
width: 45px;
background: #ddd;
padding: 10px;
border-radius: 50%;
object-fit: contain;
}


.contact_inner_box ul li {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.contact_inner_box ul li span {
padding-left: 15px;
}

ul.check_icon li::after {
content: "\f05d";
position: absolute;
font-family: 'FontAwesome';
left: 0;
top: 0;
}



a.sigle_btn {
background: #ff3115;
color: #fff;
padding: 9px 25px;
border-radius: 50px;
font-family: "Ubuntu", sans-serif;
font-weight: 500;
font-size: 18px;
margin: 20px 0 0px;
display: inline-block;
}

section.course_detais_page {
padding: 80px 0;
}

ul.check_icon li {
position: relative;
padding-left: 23px;
}

div#rs-courses [class*="col-"]:nth-child(even) .course_box .course_box_1 {
background: #000;
}

div#rs-courses [class*="col-"]:nth-child(even) .course_box p.mont {
color: #000;
}

div#rs-courses [class*="col-"]:nth-child(even) .course_box h3 {
color: #ff3115;
}

div#rs-courses [class*="col-"]:nth-child(even) .course_box a.red_2_btn {
background: #ff3115;
}

div#rs-courses [class*="col-"]:nth-child(even) .course_box a.red {
color: #000 !important;
}

div#rs-courses [class*="col-"]:nth-child(even) .course_box .course_box_1 h3 {
color: #fff;
}



.rs-toolbar .rs-toolbar-left .welcome-message {
font-family: "Karla", sans-serif;
}

.student-login a {
font-family: "Karla", sans-serif;
font-size: 15px;
}
.rs-header .rs-header-top .header-contact .widget-text .info-text a {
font-family: "Karla", sans-serif;
font-weight: 400;
letter-spacing: 0 !important;
}

.home1 .menu-area .rs-menu > ul > li > a {
font-family: "Karla", sans-serif;
font-weight: 400;
font-size: 16px;
height: 45px;
line-height: 45px;
}

.rs-menu .sub-menu li a {
font-family: "Karla", sans-serif;
text-transform: capitalize;
font-size: 16px;
font-weight: 400;
line-height: normal;
}

.slide-content .slider-title {
font-family: "Ubuntu", sans-serif !important;
font-weight: 700 !important;
}

.slide-content .slider-desc {
font-family: "Karla", sans-serif;
font-weight: 400 !important;
font-size: 20px !important;
line-height: normal;
}

.display-table .container.text-center a {
font-family: "Karla", sans-serif;
text-transform: capitalize !important;
font-weight: 400 !important;
font-size: 17px !important;
border-radius: 60px;
padding: 12px 25px !important;
line-height: normal;
}

.rs-services-style1 .services-desc .services-title {
font-family: "Ubuntu", sans-serif;
font-weight: 400;
}

.rs-services-style1 .services-desc p {
font-family: "Karla", sans-serif;
font-weight: 300;
line-height: normal;
}

.sec-title p {
margin-bottom: 0;
font-size: 18px;
}


.rs-accordion-style1 .card .card-body {
font-family: "Karla", sans-serif !important;
font-weight: 400 !important;
line-height: 24px !important;
font-size: 17px;
}


.course_box_1 {
width: 25%;
background: #ff3115;
padding: 30px;
border-radius: 10px 0px 0px 10px;
position: relative;
height: 263px;
display: flex;
flex-direction: column;
justify-content: center;
}

p.mont {
color: #ff3115;
font-weight: 700 !important;
}

.course_box_2 h3 {
margin-bottom: 10px !important;
}

.team_box_img img {
    width: 200px;
    height: 200px;
}

/*=========*/


@media only screen and (max-width: 1199px){
.serviceBox{ margin: 0 0 40px; }
}


form {
display: flex;
flex-direction: column;
}

label {
margin-bottom: 5px;
font-weight: bold;
}

input[type="text"], input[type="email"], input[type="tel"], select, textarea {
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 17px;
font-family: "Karla", sans-serif;
color: #000;
}

input[type="submit"] {
background-color: #28a745;
color: #fff;
padding: 10px;
border: none;
border-radius: 4px;
font-size: 16px;
cursor: pointer;
}

input[type="submit"]:hover {
background-color: #218838;
}

section.home-form-sect {
width: 100%;
padding: 70px 0;
}

.enqury-form {
padding: 30px;
background: #ddd;
border-radius: 5px;
}

.id-tracker-form {
padding: 20px;
}

.id-tracker-form form .form-group label {
width: 100%;
}

.id-tracker-form form .form-group input, .id-tracker-form form .form-group select {
width: 100%;
padding: 10px;
min-height: 45px;
max-height: 45px;
border-radius: 5px;
border: 1px solid #ccc;
margin-bottom: 0;
}

.id-tracker-form .form-group {
margin-bottom: 15px;
}

.rs-toolbar-right {
display: flex;
justify-content: flex-end;
}

.student-login a i {
margin-right: 5px;
}

.map_area iframe {
width: 100%;
}

.map_area iframe {
max-height: 300px;
}

.rs-about .about-img img {
width: 100%;
padding-right: 20px;
}

.course_box_1 p {
margin-bottom: 10px;
}
.course_box_1 p span {
color: #fff;
font-weight: 400;
text-transform: capitalize;
font-size: 18px;
}

.course_box_1 h3 span {
display: block;
}
.course_box_1 h3 {
color: #fff !important;
font-size: 30px;
}


label {
font-family: "Ubuntu", sans-serif;
font-weight: 400;
font-size: 17px;
color: #000;
text-transform: capitalize;
}

.enqury-form input[type="submit"] {
border-radius: 50px;
font-family: "Ubuntu", sans-serif;
font-weight: 500;
font-size: 19px;
background: #ff3115;
padding: 11px;
}

.inner-heading {
text-align: center;
padding-bottom: 20px;
}

.inner-heading h2 {
font-size: 42px !important;
}

thead.thead-dark tr th {
background: #ff3115;
font-family: "Ubuntu", sans-serif !important;
font-weight: 500;
color: #fff;
font-size: 18px;
text-transform: uppercase;
}

section.latest-batches_section thead.thead-dark tr th {
background: #ff3115;
font-family: "Ubuntu", sans-serif !important;
!i;!;
font-weight: 500;
color: #fff;
font-size: 18px;
text-transform: uppercase;
}

section.latest-batches_section tbody tr {
font-family: "Karla", sans-serif;
text-transform: capitalize;
font-size: 17px;
font-weight: 400;
}

section.latest-batches_section table.table tbody tr:nth-child(even) td {
color: #fff;
background: #ff3115;
}

section.latest-batches_section table.table tbody tr td strong {
color: #000 !important;
font-weight: 700 !important;
}

section.latest-batches_section table.table tbody tr:nth-child(odd) td {
color: #fff;
background: #000;
}

section.latest-batches_section table.table tbody tr:nth-child(even) td a {
background: #000 !important;
padding: 5px 10px;
border-radius: 30px;
color: #fff;
}
section.latest-batches_section table.table tbody tr:nth-child(odd) td button#openPopup {
background: #ff3115;
padding: 5px 10px;
border-radius: 30px;
color: #fff;
}

section.latest-batches_section table.table tbody tr:nth-child(even) {
background: #ff3115;

}

.copyright p {
color: #fff;
}














#customPopup {
display: none; /* Hidden by default */
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
z-index: 1000;
justify-content: center;
align-items: center;
}

.popup-content {
background-color: #fff;
padding: 20px;
border-radius: 8px;
text-align: center;
width: 60%;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
position: relative;
}

.close-btn {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
cursor: pointer;
color: #000;
}

button {
padding: 10px 20px;
background-color: #007BFF;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
}

button:hover {
background-color: #0056b3;
}

input[type="text"], input[type="email"], input[type="tel"], select, textarea {
width: 100%;
}

.popup-content .enqury-form input[type="submit"] {
width: 100%;
}

span.close-btn {
width: 40px;
height: 40px;
background: #ff3115;
border-radius: 50px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 26px;
}

section.latest-batches_section table.table tbody tr:nth-child(odd) td button#openPopup {
pointer-events: fill !important;
}




.popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
z-index: 999;
width: 50%;
}
.popup.active {
display: block;
}

button#close-popup {
position: absolute;
top: 0;
right: 0;
background: #ff3115;
border-radius: 70px;
padding: 0;
line-height: normal;
width: 40px;
height: 40px;
font-size: 25px;
}

div#popup {
border-radius: 20px;
}

div#popup .enqury-form {
border-radius: 20px;
}


.table-striped>tbody>tr:nth-of-type(odd) button.show-popup {
background: #ff3115;
border-radius: 50px;
padding: 8px 20px;
line-height: normal;
}

section.latest-batches_section table.table tbody tr:nth-child(even) button.show-popup {
background: #000000;
border-radius: 50px;
padding: 8px 20px;
line-height: normal;
}

.table-striped button.show-popup {
cursor: pointer;
}

.slide-content {
display: none;
}

/*---mobile menu css---*/


.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
z-index: 9;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
.sidenav .closebtn {
    padding: 0;
    width: 40px;
    height: 40px;
    background: #ff3316;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    top: 10px;
    right: 10px;
}

.mobile-menu img {
max-width: 45px;
}

.mobile-menu {
display: none;
}

.sidenav a:nth-child(2) {
    margin-top: 30px;
}
.sidenav a {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    font-family: "Karla", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
}


@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}

.rs-services.rs-services-style1.mobile-rs-services {
    display: none;
}


.rs-about .about-desc h3 br {
    display: none;
}

.row.moblie-service-row {
    display: none;;
}

ul.ftr-menu-1 li::after, ul.ftr-menu-2 li::after {
    color: #e61d0f;
}

/*---responsive  css----*/

@media screen and (min-width: 1560px){}

@media screen and (max-width: 991px){
.mobile-menu {
display: block;
}  
.menu-area.menu-sticky {
display: none;
}
.logo-menu-area {
display: flex;
justify-content: space-between;
padding: 0px 30px;
width: 100%;
align-items: center;
}
.logo-area.text-center {
width: auto !important;
}
.rs-header .rs-header-top [class*="col-"] {
flex: 0 0 auto;
width: 100%;
}
.rs-toolbar .rs-toolbar-right .toolbar-share-icon ul li {
    line-height: normal;
    margin-bottom: 0 !important;
}
.rs-services.rs-services-style1.mobile-rs-services {
        display: block;
        padding: 0;
        margin-top: -50px;
    }
.rs-services.rs-services-style1.desktop-rs-services {
    display: none;
}
.rs-services-style1 .services-item {
        margin-top: 80px;
    }

    div#rs-about {
    padding-top: 30px;
}
div#rs-about {
    padding: 30px 0 50px;
}
.rs-about .about-desc h3 br {
    display: block;
}
.rs-about .about-desc h3 {
    line-height: 1.3em;
}

.course_box_1_img img {
filter: invert(1);
opacity: 0.5;
height: 80px;
object-fit: cover;
width: auto !important;
}

.course_box_2 {
width: 100%;
padding: 20px;
}

.course_btn {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
row-gap: 19px;
}

.course_box_1 {
width: 100%;
padding: 20px;
border-radius: 10px;
height: 163px;

}
.course_box {
    display: block;
}
.course_box_2 h3 {
    font-size: 22px;
}

.course_box {
    display: block;
    border-radius: 10px !important;
}

.row.dstp-row {
    display: none;
}

.row.moblie-service-row {
    display: flex;
}
div#rs-courses .sec-title {
    margin-bottom: 20px !important;
}
div#rs-courses {
    padding: 50px 0;
}


.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
    align-items: stretch;
}

.item,
.course_box, .services-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

div#mobile-service-slider .owl-nav {
display: flex;
justify-content: center;
gap: 20px;
}

div#mobile-service-slider .owl-nav > div {
        position: unset;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: unset;
        background: #ff3316;
    }
    .rs-counter .rs-counter-list .counter-number {
        font-size: 40px;
    }

    .rs-counter .counter-img {
    margin-top: 25px;
}
.rs-counter .col-lg-6.col-md-12.mt-80 {
    margin-top: 40px !important;
}

.rs-counter {
    padding: 40px 0 30px !important;
}
.rs-footer .footer-top .about-widget img {
    margin-bottom: 0;
}

.rs-footer .footer-top [class*="col-"] + [class*="col-"] {
        margin-top: 15px !important;
    }
    .rs-footer .footer-top .footer-share {
        margin-top: 10px !important;
    }
    .about-widget.ftr_logo img {
    height: 80px !important;
}

.row.footer-contact-desc {
    margin: 0;
}

.map_area iframe {
    max-height: 150px;
}

}

@media screen and (max-width: 767px){
.rs-toolbar [class*="col-"] {
    flex: 0 0 auto;
    width: 50%;
}  
.rs-toolbar .rs-toolbar-right .toolbar-share-icon {
    margin-right: 0;
} 
.rs-toolbar .row {
    align-items: center;
} 
.rs-about .about-desc h3 {
    margin-bottom: 15px;
}
section.home-form-sect [class*="col-"] {
    flex: 0 0 auto;
    width: 100%;
}.row.footer-contact-desc {
    margin: 0;
}
section.home-form-sect {
    width: 100%;
    padding: 50px 0;
}
footer#rs-footer .contact-inner {
    border-bottom: 1px solid #ffffff42;
}
.map_area {
    margin-top: 10px;
}
}

@media screen and (max-width: 576px){
  .rs-services-style1 .services-icon {
    height: 100px;
    width: 100px;
    top: -30px;

} 
.rs-services-style1 .services-item {
        padding: 15px 15px 10px;
    } 
}

@media screen and (max-width: 480px){
   .rs-toolbar .rs-toolbar-right .toolbar-share-icon ul li a {
    font-size: 13px;
} 
.rs-toolbar .rs-toolbar-right .toolbar-share-icon ul li + li {
    margin-left: 5px;
}
.rs-toolbar .rs-toolbar-left .welcome-message {
    font-size: 10px;
}
.logo-menu-area {
        padding: 0px 0px;
    }

    ul.ftr-menu-1 li, ul.ftr-menu-2 li {
    width: 100%;
    float: left;
}
.about-widget.ftr_logo img {
        height: 70px !important;
    }
}



