:root {
    --maincolor: #0b578a;
    --secondcolor: #396f94;
    --redcolor: #b00000;
    --blue: #465dff;
    --hover:#2f3a5f;
    --body:#f4f8fc;
    --yellow:#fbb03b;
    --fade:#e5eef9;
}

body{
    margin: 0px;
    padding: 0px;
    font-family: "Nunito Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    color: #4C4C5C;
    font-size: 15px !important;
}

a{
    text-decoration: none !important;
}

.list-group-item {
    padding: 0px !important;
    text-decoration: none;
    border: 0px !important;
    background-color: transparent !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{
    background-color: #000;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainContainerLogin h2{
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 0px !important;
}
.mainContainerLogin p{
    font-size: 14px;
    margin-bottom: 25px !important;
    font-weight: 500;
    color: #333;
}
.mainContainerLogin .innerLoginSec{
    background: #fff;
    padding: 40px 20px;
    height: 100%;
    width: 380px;
    border-top: 5px solid #ef0606;
    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: 14px;
    height: 52px;
    font-weight: 600;
    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: #ef0606 !important;
    /* width: fit-content; */
}
.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: 100px;
    margin-bottom: 35px;
}


/* header section */
.headerSection{
    background-color: #181919;
}
.topMenuSection{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topMenuSection ul{
    margin-bottom: 0px;
}
.topMenuSection ul li{
    font-size: 13px;
    font-weight: 400;
    margin-right: 25px !important;
}
.topMenuSection ul li a{
    color: #fff;
    text-decoration: none;
}

.callAndMenu{
    background-color: var(--redcolor);
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
}
.callAndMenu p{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}
.callAndMenu h3{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0px;
}
.callAndMenu button{
    background-color: transparent;
    padding: 0px;
    border: 0px;
    font-size: 22px;
    color: #fff;
}
.callSection{
    display: flex;
    align-items: center;
    margin-right: 25px;
}
.callSection img{
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.logoSectionHeader{
    display: flex;
    align-items: center;
}
.logoSectionHeader img{
    width: 60px;
    margin-right: 10px;
}
.logoSectionHeader h2{
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 0px;
}


.contactsecft p, .logofooterSection p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 18px !important;
}

.footer ul li {
    margin-bottom: 16px;
}

.footer ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.footer ul li a i{
    font-size: 10px;
}

.socialMediaLinkinline li {
    background-color:transparent;
    border: 1px solid #fff;
    display: inline-flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.socialMediaLinkinline li a {
    color: #fff !important;
}

.socialMediaLinkinline li i{
    font-size: 13px !important;
}

.innerFooter h2 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px !important;
    position: relative;
    padding-bottom: 22px;

}


.innerFooter h2:before {
    content: "";
    height: 8px;
    width: 60px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/border-shape-2.png) repeat-x center;
    border: none;
}


.innerFooter h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: -3px;
}


.footer .row{
    justify-content: space-between;
}

.copyrightMain{
    background-color: #181919;
    padding: 25px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
.footerUpSection{
    background-color: #eceff1;
    padding: 40px 20px 20px;
}
.footerUpSection .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerUpSection .container div{
    width: 70%;
}
.footerUpSection h3{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px;
}

.footerUpSection button i{
    margin-right: 8px;
}
.footerUpSection button{
    text-align: center !important;
    color: #fff !important;
    border: 0px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 17px !important;
    border-radius: 4px !important;
    background-color: var(--redcolor);
}
.footer{
    /* background-image: url('../images/Banner-City-1.jpg'); */
    background-image: url('../images/class.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.innerFooterMain{
    background-color: #b00000c9;
    padding: 80px 20px 60px;
}
.copyright p{
    font-weight: 500;
    margin-bottom: 0px !important;
}



.upFooterLinkSection ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    position: relative;
    margin-bottom: 0px;
}

.upFooterLinkSection ul:before {
    position: absolute;
    content: "";
    width: 130px;
    height: 2px;
    top: -2px;
    background-color: var(--themecolor);
}

.upFooterLinkSection li a{
    font-size: 12px;
    color: #333;
    font-weight: 700;
    padding-left: 30px;
}
.upFooterLinkSection li{
    position: relative;
}

.upFooterLinkSection li:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
    background: url('../images/list-icons.png') no-repeat;
    width: 22px;
    height: 22px;
    background-position: -7px -7px;
    background-size: 250px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.upFooterLinkSection li:nth-child(2):before {
    background-position: -43px -7px;
}

.upFooterLinkSection li:nth-child(3):before {
    background-position: -73px -7px;
}

.upFooterLinkSection li:nth-child(4):before {
    background-position: -108px -7px;
}

.upFooterLinkSection li:nth-child(5):before {
    background-position: -216px -7px;
}

.upFooterLinkSection li:nth-child(6):before {
    background-position: -150px -7px;
}

.upFooterLinkSection li:nth-child(7):before {
    background-position: -182px -7px;
}

.upFooterLinkSection{
    padding:0px 20px 15px 20px;
}
.logoHeader{
    /* background-image: url('../images/class.jpg'); */
    background-size: cover;
    background-position: center;
}

.innerLogoHead {
    padding: 15px;
    background-color: #fdfdfdc9;
    color: #000;
}


.logoSide a{
    color: #000;
    align-items: center;
    display: flex;
}
.logoSide a:hover{
    color: #000;
}
.logoSide img{
    width: 95px;
    margin-right: 16px;
}
.logoSide p{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
}
.logoSide h2{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 1000;
    margin-bottom: 0px;
    color:  var(--redcolor);
}
.logoSide span{
    font-size: 10px;
    font-weight: 600;
    display: block;
}
.braudSection{
    background-image: url(../images/line-pattern.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.innerBraud{
    padding: 15px;
    background-color: var(--maincolor);
}
.braudSection .container{
    display: flex;
    justify-content:center ;
    align-items: end;
    flex-direction: column;
}

.braudSection ul{
    margin-bottom: 0px;
}
.braudSection li{
    font-size: 15px;
    font-weight: 500;
}
.braudSection li a{
    color:#fff;
    font-weight: 700;
}
.braudSection li i{
    font-size: 12px;
}
.otherLogos img{
    width: 500px;
    border-radius: 10px;
}
.logoHeader .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactMain{
    padding: 60px 20px;
}
.innerContactForm input, .innerContactForm textarea{
    padding: 10px;
    font-size: 14px;
    height: 52px;
    font-weight: 600;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
}
.innerContactForm textarea{
    height: 120px;
}

.mybutton{
    text-align: center !important;
    color: #fff !important;
    border: 0px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 17px !important;
    border-radius: 4px !important;
}
.submitbutton{
    background: #783bff !important;
}
.greenbutton{
    background: #6ac75a !important;
}
.bluebutton{
    background: #465dff !important;
}
.resetButton{
    background-color: #555;
}

.redbutton{
    background-color:var(--redcolor)  !important;
}

.contactMain h4{
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 3px;
}
.contactMain p{
    font-size: 15px;
    margin-bottom: 30px;
}
.innerContactText, .innerContactForm{
    padding: 0px 20px;
}
.innerContactText h3{
    font-size: 20px;
    font-weight: 800;
}

.contactSectionCall{
    background-color: var(--fade);
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.contactSectionCall h6{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

.callOption span{
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

.innerContactText iframe{
    width: 100%;
    height: 300px;
    border-radius: 4px;
    margin-bottom: 30px;
}


.youCanLearn{
    background-image:url('../images/row-img-bgfive.jpg') ;
    background-size: cover;
    padding: 60px  0px 120px ;
    background-position: center center;
}

.headSectionMain{
    text-align: center;
    margin-bottom: 50px;
}

.headSectionMain h2{
    font-size: 22px;
    font-weight: 1000;
    text-transform: uppercase;
} 
.innerSectionLearn{
    display: flex;
    align-items: center;
    padding: 30px 10px;
    border-bottom: 1px solid #ededed;
}
.innerSectionLearn:last-child{
    border: 0px;
}
.innerSectionLearn  img{
    height: 55px;
    margin-right: 15px;
}
.innerSectionLearn h3{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
}

.innerSectionLearn h2{
    font-size: 20px;
    font-weight: 800;
}

.otherThreeFrom .innerSectionLearn img{
    border-radius: 50px;
} 
.otherThreeFrom p{
    margin-bottom: 20px !important;
}
.otherThreeFrom h4{
    font-size: 16px;
    font-weight: 700;
    color: var(--redcolor);
    margin-bottom: 25px;
}
.otherThreeFrom h2{
    font-size: 18px;
    font-weight: 1000;
}
.seo h6{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}
.seo p{
    font-size: 12px;
    font-weight: 500;
}

.otherThreeFrom{
    padding: 0px 20px;
}

.otherThreeFrom .innerSectionLearn{
    border-bottom: 0px !important;
    padding: 10px 0px 0px;
}
.youCanLearn p{
    color: #4f4e4e;
    /* margin-bottom: 0px !important; */
}

.otherThreeFrom .innerSectionLearn h3{
    font-size: 13px;
    color: #777;
}
.seo{
    display: flex;
    align-items: center;
}
.seo img{
    width: 130px;
    margin-left: 25px;
}

.staffSection{
    padding: 60px 20px 50px;
}
.staffHeader{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.staffheadChange{
    display: block !important;
    text-align: left !important;
    justify-content: start;
}

.staffHeader h1{
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 5px;
}
.innerStaffSub{
    text-align: center;
    background-color: #dddddd26;
    margin-bottom: 20px;
}
.innerStaffSub img{
    width: 100%;
    margin-bottom: 20px;
}
.innerStaffSub h3{
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 2px;
    color: #111;
}
.innerStaffSub p{
    color: #222;
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 20px !important;
}

.staffImgSection img{
    width: 100%;
    border-radius: 8px;
}
.staffDetailsSection h2{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}
.staffDetailsSection p{
    margin-bottom: 20px;
}
.staffDetailsSection li{
    margin-bottom: 10px;
}
.staffDetailsSection .list-inline{
    margin-bottom: 20px !important;
    border-bottom: 1px solid #ddd;
}
.staffDetailsSection .list-inline-item{
    font-weight: 600;
    font-size: 13px;
}

.courseSection{
    padding: 60px 0px 40px;
}


.linkSidebar{
    padding: 0px 20px;
    margin-bottom: 20px;
}

.linkSidebar ul{
    border-radius: 0px !important;
}
.linkSidebar li a i{
    font-size: 10px;
}
.linkSidebar li a{
    color: #000;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.linkSidebar li:last-child{
    margin-bottom: 0px;
}
.linkSidebar li{
    background-color: #f6f6f6 !important;
    padding: 15px !important;
    border-radius: 0px;
    margin-bottom: 10px !important;
}

.linkSidebar h3{
    font-size: 15px;
    font-weight: 700;
    padding: 15px;
    color: #fff;
    background-color: var(--redcolor);
}
.otherDetailCourse span i{
    margin-right: 5px;
}
.otherDetailCourse span{
    background-color: #b000001f;
    color: #000;
    color: var(--redcolor);
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 5px;
}
.coursedetailSection h1{
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.coursedetailSection img{
    width: 100%;
    margin: 20px 0px;
    border-radius: 4px;
}
.coursesubdetails{
    text-align: left;
    padding: 15px;
}
.coursesubdetails p{
    font-size: 14px;
    padding-bottom: 0px !important;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.coursesubdetails a{
    color: var(--maincolor);
}
.coursesubdetails span{
    background-color: #b000001f;
    color: var(--redcolor);
    text-align: right;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 600;
}

.imgsecsubcourse{
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid #b000000d;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 20px;
}
.imgsecsubcourse img{
    width: 80% !important;
    margin-bottom: 0px !important;
}
.subheadingsecsub{
    display: flex;
    justify-content: end;
}
.galleryImg{
    position: relative;
}
.galleryImg img{
    width: 100%;
}
.galleryImg h4{
    font-size: 14px;
    color: #333;
    background-color: #f6f6f6;
    padding:10px 5px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}


.funfact h2{
    margin-bottom: 0px;
    font-size: 28px;
    font-weight: 800;
}
.funfact p{
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}
.innerFact{
    text-align: center;
}
.funfact{
    background-color: #fff;
    position: absolute;
    width: 100%;
    padding: 30px;
    box-shadow: 2px 1px 18px -1px #dddf;
    top: -60px;
}
.funcontainer{
    padding: 0px 20px 60px;
    position: relative;
}


.faithSec{
    padding: 60px 0px 30px;
}

.staffHeader h2{
    font-size: 18px;
    font-weight: 800;
}
.faithSec .staffHeader{
    margin-bottom: 0px;
}

.imgSecLean img{
    width: 100%;
    border: 3px solid #fff;
}

.detailSectionFull h3{
    font-size: 18px;
    font-weight: 700;
}
.detailSectionFull table{
    width: 100%;
} 
tbody, td, tfoot, th, thead, tr {
    font-size: 14px !important;
    border-color: #d6d6d6 !important;
    border-style: solid !important;
    border-width: 1px !important;
    padding: 10px !important;
}

.invalid-feedback{
    font-size: 14px;
    font-weight: 500;
    display: block !important;
}

.careerSection h2{
    font-size: 20px;
    font-weight: 800;
}

.careerSection .line{
    height: 2px;
    margin-bottom: 10px;
    width: 120px;
    background-color: var(--redcolor);
}
.careerSection ul{
    margin-bottom: 25px;
    margin-top: 15px;
}
.careerSection li{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}
.innerCareer{
    padding: 60px 10px;
    background: linear-gradient(to right, #f3f4f7, #f3f4f7, #f3f4f7, transparent);
}
.careerImgSection img{
    width: 100%;
    border: 4px solid #fff;
}
.careerTextSide{
    padding: 0px 15px 0px 0px;
}

.ourPlacements{
    padding: 40px 10px;
}
.ourPlacements h2{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 3px;
}

.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;
}

.slide{
    color: #fff;
    position: relative;
}

.swiper ul{
    padding: 0px;
    margin-bottom: 0px;
}
.slide .innerStaffSub{
    margin-bottom: 0px;
}
.ourPlacements ul{
    margin-top: 30px;
}

.joinSection{
    background-image: url('../images/smg.jpg');
    background-size: cover;
    background-position: center center;
}
.innerJoins{
    padding: 60px 0px;
    background-color: #f3f4f7ed;
}
.innerJoins h2{
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
.innerJoins h4{
    font-size: 16px;
    font-weight: 700;
}
.videoLinkTextsection{
    padding: 20px;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.videoLinkTextsection button{
    width: fit-content;
}


.facthome{
    padding: 0px;
    position: relative !important;
}
.facthome .funfact{
    position: relative;
    top: 0px;
    box-shadow: none;
    padding-top: 60px;
}
.placesliderContainer {
    text-align: center;
}

.viewmoreinstr{
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
}
.viewmoreinstr a{
    color: #000;
    text-transform: capitalize;
    font-weight: 800;
}

.aboutHome{
    padding: 60px 20px;
}
.otherMoreImageSection .container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.otherMoreImageSection h3{
    font-size: 20px;
    font-weight: 600;
}
.otherMoreImageSection{
    padding: 0px 20px 0px;
}

.otherMoreImageSection img{
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}

.mobileMenuSection{
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: #111111d5;
    z-index: 99999999999999;
}

.mobileMenu{
    width: 280px;
    background-image:url('../images/career.jpg') ;
    background-size: cover;
    background-position: center center;
    height: 100%;
}
.innerMobilemenu{
    background-color: #f3f4f7eb;
    height: 100%;
}
.mobileMenu ul{
    border-radius: 0px;
}
.mobileMenu li a{
    color: #111;
    font-size: 14px;
    font-weight: 500;
}
.mobileMenu li:last-child{
    border-bottom: 0px !important;
}
.mobileMenu li{
    border-radius: 0px;
    padding:10px 15px !important;
    border-bottom: 1px solid #ced4da !important;
}
.mobileMenu button{
    background-color: transparent;
    border: 0px;
    text-align: right;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}



.heroSection {
    background-image: url('../images/heroback1.jpg');
    background-position: top right;
    background-size: 110%;
    background-repeat: no-repeat;

    width: 100%;
    animation: backgroundZoomOut 5s ease-in-out infinite;
}

@keyframes backgroundZoomOut {
    0% {
        background-size: 110%;
    }
    100% {
        background-size: 100%;
    }
}

.innerHeroSection{
    padding: 100px 20px;
    background-color: transparent;
    background-image: radial-gradient(at bottom left, #e16608d9 0%, #1d1b1bed 38%);
    color: #fff;
    position: relative;
}

.innerHeroSection .container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.innerHeroSection h4{
    font-size: 14px;
    font-weight: 700;
    color: var(--yellow);
}
.innerHeroSection h1{
    font-size: 48px;
    font-weight: 1000;
}
.youtubelinkbutn{
    background-color: transparent;
    border: 0px;
    display: flex;
    font-weight: 500;
    line-height: 0px;
    color: #fff;
    align-items: center;
}
.youtubelinkbutn i{
    font-size: 38px;
    margin-right: 15px;
}
.knowmorebtn{
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 25px;
    color: #fff;
    border-radius: 4px;
    margin-right: 30px;
}
.buttonSection{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}


.scrolling{
    width: 100%;
    height: 88px;
    overflow: hidden;
    position: relative;
}
.scrolling div{
    display: block;
    width: 215%;
    height: 88px;
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    animation: scroll 15s linear infinite;
}
.scrolling span{
    float: left;
    width: 50%;
    background-color: #fff;
    color: #fff;
    font-size: 56px;
    font-weight: 1000;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #787878;
    letter-spacing: 0.5px; 
    font-family: sans-serif;
}
@keyframes scroll {
    0%{
        left:0px;
    }
    100%{
        left: -100%;
    }
}


.instituteAffliationMar{
    width: 100%;
    position: relative;
    background: var(--redcolor);
    padding: 10px 10px 5px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px; 
    font-family: sans-serif;
}


.otherRestDataAbout{
    padding-top:30px;
}

.otherRestDataAbout h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.otherRestDataAbout li span{
    margin-right:5px;
}
.otherRestDataAbout li{
    display: flex;
    margin-bottom:8px;
    font-size: 15px;
}


.staffheadChange h4{
    font-size:16px;
    font-weight: 700;
}

.staffheadChange h3{
   font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}

.staffheadChange li span{
    margin-right:5px;
}
.staffheadChange li{
    display: flex;
    margin-bottom:8px;
    font-size: 15px;
}