:root {
    --secondcolor: #0b4775;
    --redcolor: #ed2324;
    --blue: #465dff;
    --hover: #2f3a5f;
    --body: #f4f8fc;
    --yellow: #fbb03b;
    --fade: #e5eef9;
    --themecolor: #1a265c;
    --black: #080909;
    --boxcolor: #E8E8F4;
    --othercolor: #1a265c;
    --heading: "Manrope", sans-serif;
}



body {
    margin: 0px;
    padding: 0px;
    font-family: "Nunito", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    color: #4C4C5C;
    font-size: 15px !important;
    font-weight: 400;
}

a {
    text-decoration: none !important;
}

.list-group-item {
    padding: 0px !important;
    text-decoration: none;
    border: 0px !important;
    background-color: transparent !important;
}

dl,
ol,
ul {
    margin-bottom: 0rem !important;
    padding-left: 0px !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b6fe00 !important;
    outline: 0;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
}

label {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}

.mainContainerLogin {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainContainerLogin h2 {
    font-size: 18px;
    font-weight: 900;
    font-family: var(--heading_one);
    margin-bottom: 0px !important;
    /* color: var(--secondcolor); */
}

.mainContainerLogin p {
    font-size: 14px;
    margin-bottom: 25px !important;
    font-weight: 500;
    color: #333;
}

.mainContainerLogin .innerLoginSec {
    background: #fff;
    padding: 60px 20px;
    height: 100%;
    width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inputSearchSection {
    position: relative;
}

.inputSearchSection i {
    position: absolute;
    top: 16px;
    left: 13px;
    color: #666;
}

.inputSearchSection input {
    padding: 10px 10px 10px 50px;
    font-size: 13px;
    height: 52px;
    font-weight: 500;
    border-radius: 4px;
    margin-bottom: 15px;
}

.mainContainerLogin button {
    text-align: center !important;
    color: #fff !important;
    border: 0px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 12px 24px !important;
    border-radius: 4px !important;
    margin-top: 15px !important;
    background: var(--othercolor) !important;
    width: 100% !important;
}

.mainContainerLogin button i {
    margin-left: 10px;
    font-size: 15px;
}

.remeberMeSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px !important;
}

.remeberMeSection a {
    font-size: 12px;
    font-weight: 500;
    color: #2f3a5f;
}

.remeberMeSection .remem input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.remeberMeSection label {
    display: flex;
    align-items: center;
}

.loginlogo {
    width: 200px;
    margin-bottom: 35px;
}





/* ------ */




.list-inline-item:not(:last-child) {
    margin-right: 0px;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0rem !important;
}

p {
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-weight: 400;
    line-height: 24px;
}

.list-group-item {
    position: relative;
    padding: 0px;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}

ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0px;
}




/* footer css start here  */

.innerFooterMain{
    padding: 50px 20px;
    color: #fff;
    background-color: var(--secondcolor);
}
.innerFooterMain h2{
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

.innerFooterMain h4{
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 0px;
    color: #fff;
}
.innerFooterMain p{
    margin-bottom: 20px !important;
}
.innerFooterMain li a{
    color: #fff;
    font-size: 15px;
}
.innerFooterMain li a i{
    font-size: 12px;
    margin-right: 5px;
}
.innerFooterMain li{
    margin-bottom: 15px;
}
.innerFooterMain .row{
    justify-content: space-between;
}

.socialMediaLinkinline li i{
    margin-right: 0px !important;
    font-size: 16px !important;
}
.socialMediaLinkinline li{
    width: 40px;
    height:40px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
}

.copyrightMain{
    padding: 20px;
    color: #fff;
    background-color: var(--othercolor);
}
.copyrightMain p{
    font-size: 15px;
}


/* header css start here */

.logoHeader img{
    width: 100%;
}

.upperHeader {
    background-color: var(--fade);
}

.upperHeader .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.upperHeader p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.upperHeader ul {
    margin-bottom: 0px !important;
}

.upperHeader ul li {
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 12px;
}

.upperHeader li a {
    color: #333;
    font-size: 12px;
    font-weight: 600;
}

.upperHeader li a i {
    margin-right: 10px;
}

.headerSection{
    background-color: var(--secondcolor);
    padding: 15px;
    color: #fff;
}
.topMenuSection{
    display: flex;
    justify-content: center;
}



.callAndMenu, .mobileMenuSection{
    display: none;
}
.headerSection li{
    margin-right: 30px !important;
}
.headerSection li a{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.logoSide{
    width: 60%;
}
.otherImageSection{
    width: 40%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.logoHeader{
    padding: 10px 20px;
}
.logoHeader .container{ 
    display: flex;
}


/* contact page css */

.upperContSec {
    padding: 60px 20px;
}

.upperContSec .row {
    justify-content: space-between;
}

.inerUpContText h1 {
    font-size: 28px;
    margin-bottom: 15px !important;
    font-weight: 900;
    line-height: 37px;
}

.inerUpContinfoSection {
    display: flex;
}

.inerUpContinfoSection img {
    width: 42px;
    margin-bottom: 15px;
    height: auto;
}


.inerUpContinfoSection h3 {
    font-size: 15px;
    font-weight: 700;
}

.inerUpContinfoSection p {
    width: 80%;
    margin: 12px 0px !important;
    line-height: 24px !important;
}

.inerUpContinfoSection a {
    font-size: 14px;
    font-weight: 800;
    color: var(--othercolor);
}

.contactContainerMain .row {
    justify-content: space-between;
}

.contactContainerMain input, .contactContainerMain textarea {
    height: 55px;
    border-radius: 15px;
    padding-left: 20px;
    border: 2px solid #eee;
    background: #eee;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
}

#errorspan, .errormessgepara {
    font-size: 12px;
    font-weight: 500;
    color: var(--redcolor);
}
.contactContainerMain textarea {
    height: 140px;
}

.contactContainerMain button {
    background-color: var(--othercolor);
    color: #fff;
    border-radius: 15px;
    width: 200px;
    padding: 12px 20px;
    border: 0px;
    font-size: 16px;
    font-weight: 500;
}

.locationimg {
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.inerUpContText{
    width: 80%;
    margin-bottom: 25px ;
}
.contactContainerMain{
    padding: 60px 20px;
}

.contactMain h4 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 3px;
}

.contactMain p {
    margin-bottom: 15px !important;
}

.contactMain h4{
    font-size: 16px;
    font-weight: 800;
}

.inner_extra_stuff {
    display: flex;
    padding: 18px 10px;
    margin: 20px 0px;
    border-radius: 8px;
}

.extra_stuff h3 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #222;
}

.extra_stuff p {
    color: var(--black);
    font-size: 15px;
    line-height: 20px;
}


.extra_stuff .stuff_icon i {
    font-size: 18px;
    padding: 10px;
    background-color: var(--othercolor);
    color: #fff;
    border-radius: 4px;
}

.stuff_text{
    margin-left: 20px;
}

.extra_stuff{
    background: #fbfbfb;
}

.contactFooterSectionMain{
    background-color: #fff;
    padding: 60px 20px 30px;
    color: #222;
}
.contactFooterSectionMain .container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.buttonSectionSide{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.buttonSectionSide button:last-child{
    margin-left: 15px;
    background-color: var(--othercolor);
}
.buttonSectionSide button{
    border: 0px;
    font-size: 12px;
    border-radius: 8px;
    font-weight: 500;
    color: #fff;
    padding: 10px 25px;
    background-color: var(--secondcolor);
}

.contactFooterSectionMain h3{
    font-size: 26px;
    font-weight: 900;
    font-family: var(--heading_one);
}



/*  */

.legacyContainer {
    padding: 60px 20px;
}

.legacyContainer .row {
    justify-content: space-evenly;
}

.legacyImgSec img {
    width: 100%;
}
.legacyLeft h4 {
    font-size: 14px;
    font-weight: 500;
    color: var(--redcolor);
    text-transform: uppercase;
}
.legacyLeft li {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}
.legacyLeft h2{
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    font-family: var(--heading);
}

.legacyLeft p{
    margin-bottom: 25px !important;
}

.threeHeader, .threeHeader div {
    display: flex;
    justify-content: center;
    text-align: center;
}

.threeHeader h2 {
    font-size: 26px;
    font-weight: 300;
    font-family: var(--heading);
}
.threeHeader h2 span {
    color: var(--redcolor);
}

.threeHeader .line {
    background-color: var(--redcolor);
    height: 2px;
    width: 100px;
    margin: 15px 0px;
}

.innerDivThreeSection {
    padding: 20px;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height:100%;
}

.innerDivThreeSection img {
    width:50px;
}

.innerDivThreeSection h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0px;
    font-family: var(--heading);
}

.threeHeader div {
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.legacyLeft li span {
    margin-right: 10px;
    color: var(--redcolor);
    font-size: 12px;
}
.allthreeSection{
    padding: 0px 0px 50px;
}

.backLayout{
    background-image: url('../images/home_section_1.jpg');
    background-size: cover;
    background-position: center;
}
.innerLayout{
    background-color: #212529e3;
    padding: 50px 20px;
}
.innerLayout .container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.innerLayout h5{
    font-size: 16px;
    font-weight: 400;
    color: var(--redcolor);
    text-transform: uppercase;
    margin-bottom: 0px;
}
.innerLayout p{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 20px 0px !important;
}
.innerLayout button{
    background-color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
}

.missionVisionSideSec img{
    width: 100%;
}
.missionVisionSideSec{
    padding: 60px 20px;
}

.mission_vissionSection .nav a {
    background-color: #222;
    padding: 7px 15px;
    color: #fff;
    margin-right: 10px;
    border: 0px !important;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0px;
}
.nav-link.active {
    color: #fff !important;
    background-color: var(--themecolor) !important;
}
.tabeContentSection h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

.tabeContentSection h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--heading);
    background-color: #f8f5f1;
    padding: 10px 15px;
    border-left: 5px solid var(--redcolor);
    margin-top: 30px !important;
}

.tabeContentSection button {
    background-color: var(--secondcolor);
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 0px;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 25px;
}

.missionVisionSideSec .row {
    justify-content: space-between;
}

.tabeContentSection button i {
    font-size: 16px;
    margin-left: 10px;
}

.numberSection{
    padding: 50px 20px 0px;
}

.numberSection h3{
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    font-family: var(--heading);
}
.stateBoxSide h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 26px;
}
.stateBoxSide{
    background-color: #1a265c1a;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}
.innerNumberBoxSide{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.legacyLeft button{
        background-color: var(--secondcolor);
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 0px;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 25px;
}
.lastContentabout{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 60px;
}
.lastContentabout p{
    margin-bottom: 20px !important;
}
.lastContentabout h6 {
    font-size: 15px;
    font-weight: 600;
}
.abutStateSection{
    padding: 0px 20px 40px;
}
.abutStateSection .innerNumberBoxSide{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.noticeSectionMain {
    background: #dddddd1f;
    border-radius: 0px;
    height: 100%;
    border: 2px solid #dddddd57;
    overflow: hidden;
}
.noticeSectionMain h1 {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 10px;
    color: #fff;
    background-color: var(--black);
}


.newsMarqureSection {
    height: 100%;
}

.marquee-container {
    overflow: hidden;
    height: 100%;
}


.newsMarqureSection ul {
    background-color: transparent;
    padding: 0px;
    border: 0px;
}

.newsMarqureSection li {
    padding: 10px !important;
    background-color: #fff !important;
}

.newsMarqureSection h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}
.newsMarqureSection p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 15px !important;
}
.listnoticelink {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.pdflink {
    color: var(--secondcolor) !important;
    margin-left: 10px;
}


.courseSubDetails {
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 15px;
    background: #dddddd1f;
    border: 2px solid #dddddd57;
}

.courseSubDetails h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px !important;
}
.otherCourselink ul li {
    display: flex;
    font-size: 14px;
    color: #000;
    align-items: center;
    margin-bottom: 12px !important;
}


.otherCourselink li i {
    font-size: 12px;
    margin-right: 10px;
    margin-top: 5px;
}
.courseSubDetails a {
    color: #222;
    display: flex;
}

.contactButtonsCourse {
    display: flex;
    justify-content: space-between;
}

.contactButtonsCourse button {
    width: 48%;
    background-color: var(--black);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0px;
    padding: 12px 0px;
}

.contactButtonsCourse button:last-child {
    background-color: var(--yellow);
    color: #000;
}

.courseDetailsMainSection{
    padding: 60px 20px;
}
.mainContainerDiv {
    padding: 40px 20px 40px;
    /* background-color: #f5f9fa; */
}

.mainOtherContainer h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 15px 0px 5px !important;
}

.mainOtherContainer p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px !important;
    line-height: 26px;
}

.innerFormDivCheck input, .innerFormDivCheck select {
    margin-bottom: 15px;
    background-color: #f8f7fa;
    border: 1px solid rgba(241, 238, 246, .5);
    color: #686a6f;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
    padding: 14px 20px;
    border: 1px solid #ddd;
}

.innerFormDivCheck .alertdiv {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.submitdeatilsverification {
    border: 0px;
    color: #fff !important;
    width: 100%;
    background-color: var(--black) !important;
}

.coursepagecate {
    padding: 60px 20px 20px;
}

.courseSubDiv {
    background: #dddddd1f;
    border-radius: 8px;
    border: 2px solid #dddddd57;
    padding: 15px 8px;
    margin-bottom: 20px;
    display: flex;
}


.imgDivCourse {
    width: 20%;
    height: 80px;
}

.imgDivCourse img {
    width: 80%;
}

.subTextDiv {
    width: 80%;
}

.courseSubDiv h4 {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.courseSubDiv p {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 5px 0px 10px !important;
}

.courseSubDiv button {
    color: #222;
    font-size: 12px;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #ddd;
    font-weight: 600;
    transition: 0.8s;
}

.newsSectionMain {
    padding: 60px 20px 40px;
}

.newsdetailsection h1 {
    font-size: 22px;
    font-weight: 800;
}
.coursedetailsection img{
    width: 100%;
    margin: 15px 0px;
}
.coursedetailsection p{
    margin-bottom: 15px !important;
}

.coursedetailsection h2 {
    font-size: 18px;
    font-weight: 800;
}

.coursedetailsection ul {
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    margin-top: 10px !important;
}

.coursedetailsection ul li {
    margin-bottom: 10px;
}
.diplomalist li {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}

.diplomalist li span {
    margin-right: 10px;
    font-size: 12px;
}

.newsSideBar h2 {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.lastBlueSection {
    background-color: #080d1a;
    padding: 20px;
    color: #fff;
}

.lastBlueSection h6 {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    color: var(--redcolor);
}

.lastBlueSection h2 {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--heading);
    margin: 15px 0px;
}

.lastBlueSection button {
    background-color: #fff;
    border: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 0px;
}

.lastBlueSection button {
    background-color: #fff;
    border: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 0px;
}
.lastBlueSection button span {
    padding: 10px 15px;
}

.lastBlueSection button span:last-child {
    background-color: var(--redcolor);
    font-size: 14px;
    display: inline-block;
    justify-content: center;
    align-items: center;
}
.newsSideBar{
    padding: 30px 30px 15px 30px;
}
.mainOtherContainer{
    padding: 40px 20px;
}


.braud {
    background-image: url(../images/bg-cta-2.jpg);
    background-size: cover;
    background-position: center;
}

.inBraud {
    padding: 20px;
    background-color: #fafafadb;
}

.braud .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.braud ul li {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.braud ul li i {
    font-size: 12px;
}

.braud h2 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 900;
}



.stateBoxSide{
    text-transform: uppercase;
}


.callAndMenu p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}

.callAndMenu h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0px;
}

.callSection img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.callSection{
    display: flex;
    align-items: center;
}

.callAndMenu{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topMenuSection li button {
    background-color: transparent;
    border: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;

}

.topMenuSection li ul li {
    margin-right: 0px !important;
    padding: 5px;
}
.topMenuSection li ul li a{
    color: var(--themecolor) !important;
}

#adminAccessButton{
    padding: 15px 30px;
}

.topMenuSection .dropdown .dropdown-menu{
    margin-top: 13px !important;
}



.mainTraningSection{
    padding: 30px 20px;
}

.mainTraningSection h1{
    font-size: 22px;
    font-weight: 800;
}

.mainTraningSection h4{
    font-size: 15px;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 15px !important;
}

.mainTraningSection li i{
    font-size: 13px;
    margin-right: 10px !important;
}
.mainTraningSection li{
    display: flex;
    margin-bottom: 10px;
}

.mainTraningSection h6{
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
}

.contentSectionPartner{
    padding: 30px 20px;
}

.legacyLeft h1{
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.legacyLeft label {
    font-size: 12px;
    font-weight: 700;
}
.legacyLeft input{
    padding: 10px;
    font-size: 13px;
    height: 52px;
    font-weight: 600;
    border-radius: 0px;
    width:70%;
}
.searchInputCode{
    display: flex;
}
.searchInputCode button{
    border-radius: 0px;
    width: 30%;
    margin-top: 0px;
}
.franchiseDetailShowOn{
    margin-top: 30px;
}
.franchiseDetailShowOn p{
    margin-bottom: 8px !important;
}
.franchiseDetailSecTrue{
    display: none;
}
#franchiseFalse{
    display: none;
}
#franchiseFalse p{
    font-size: 14px;
    font-weight: 800;
    color: red;
}

.otherImageSection img{
    width: 80%;
}

.logoSlideSection .innerStaffSub {
    text-align: center;
}
.logoSlideSection .innerStaffSub img{
    width:200px;
    height: 100px;
    object-fit: contain;
}
.logoSlideSection{
    padding: 50px 20px;
}

.placesliderContainer .swiper-button-prev,
.placesliderContainer .swiper-button-next {
    background: #fff;
    width: 50px;
    height: 50px;
    padding: 16px;
    border-radius: 50px;
    font-size: 18px;
    color: #323232;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}




/* pop up start */



.popupSection {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #00000098;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
}

.innerPopSection {
    background-color: #eef1f2;
    width: 70%;
    display: flex;
    position: relative;
    margin: 50px auto 0px;
}

.formPopSection {
    background-color: #fff;
    width: 55%;
    padding: 20px;
}

.formPopSection h2 {
    font-weight: 800;
    font-size: 20px;
    color: #f63;
    border-bottom: 2px solid #f63;
    line-height: 26px;
    padding-bottom: 6px;
    margin-bottom: 20px !important;
}

.formPopSection label {
    font-size: 13px;
    font-weight: 600;
    color: #202020;
}

.formPopSection input,
.formPopSection select {
    height: 45px;
    font-size: 14px;
    border: 1px solid #eeecec;
    border-radius: 3px;
    margin-bottom: 15px;
}

.formPopSection .submitButtonPop {
    background-color: #f63;
    width: 180px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}

.howhelpPopSection {
    padding: 20px;
    width: 45%;
}

.howhelpPopSection h3 {
    font-size: 21px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    line-height: 28px;
}

.howhelpPopSection ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 25px;
    padding: 0px;
}

.howhelpPopSection li {
    border: 1px solid #e9e9e9;
    color: #000;
    text-align: center;
    list-style-type: none;
    padding: 23px 0;
    background: #fff;
}

.howhelpPopSection h4 {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
}

.howhelpPopSection li img {
    width: 50px;
    margin-bottom: 15px;
}

.popUpClose {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35px;
    height: 35px;
    border: 0px;
    color: #fff;
    background-color: #000;
}

#popUpSection {
    display: none;
}

/* pop up end */
.mainSlideBanners{
    padding: 0px;
}
.mainSlideBanners li img{
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.visionContainer p {
    margin-top: 15px !important;
    margin-bottom:0px !important ;
}
.missionContainer{
    margin-top: 40px !important;
}

.missionContainer ul{
    width: 90%;
}
.visionContainer img, .missionContainer img{
    border-radius: 12px !important;
}

.timelineSection h3{
    font-size: 22px;
    font-weight: 900;
}
.timelineSection h4{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px !important;
    margin-top: 0px !important;
}
.timelineSection p{
    font-size: 14px;
}

.timelineSection .row{
    padding: 20px;
    justify-content: space-between  ;
    background-color: #f2f2f2;
}
.headerRowsection{
    background-color: #dfdada !important;
    border-bottom: 1px solid #818181;
    margin-top: 20px !important;
}

.timeLinegridContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    grid-template-rows: repeat(2, auto);   /* 2 rows */
    gap: 20px;
    margin-top: 30px;
}

.innerTimeDiv{
    background-color: #f2f2f2;
    padding: 20px;
    margin-bottom: 20;
}
.innerTimeDiv .line{
    border-top: 2px  dashed #000;
    width: 100%;
    height: 2px;
    margin-top:    23px;
    margin-bottom: 23px;
    position: relative;
}

.innerDot{
    width: 20px;
    height: 20px;
    background-color: yellow;
    border-radius: 50px;
    position: absolute;
    top: -11px;
    left: -1px;
}