* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    padding: 0;
}

body {
    max-width: 100%;
    margin: 0 auto;
}
.no-underline {
    text-decoration: none;
    color: black;
    text-align: left;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;

}
.faIcons{
    margin-left: 20vw;
}
.navButtons {
    margin-top: 2%;
    margin-left: 10%;
}

.navButtons a:hover {
    background-color: darkgrey;
    border-radius: 12px;
    transform: scale(1.3);
    text-decoration: none;
    color: #000000;
}

.navButtons i:hover {
    transform: scale(1.3);
}

.img-fluid {
    width: 8%;
    margin-top: -2%;
}

.logoDiv {
    margin-left: 3%;
     margin-bottom: 2%;
}
.logoDiv button{
  @media (max-width: 768px) { 
        display: none;   
    }  
}
.navbar {
    background-color: #fff;
    top: 0;
    z-index: 1000;
    position: fixed;
    overflow: visible;
    height: 25%;
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.1);
}
.navButtons ul li{
    list-style: none;
    position: relative;
    float: left;
}
.navButtons a{
    display: block;
    text-decoration: none;
    transition: all 0.25s ease;
}
.navButtons li:hover a{
    background: lightgray;
}
.submenu{
    left: 0;
    opacity: 0;
    position: absolute;
    margin-top: -8px;
    visibility: hidden;
    z-index: 1;
    margin-left: -32%;
}
.submenu li{
    margin: 5px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    
}
.submenu li a{
    padding: 4px;
    border-radius: 6%;
}
.navButtons li:hover ul.submenu{
    opacity: 1;
    top: 50px;
    visibility: visible;
}
.signIn{
    border: none;
    padding: 3px;
    background-color: transparent;
    color: #000000;
    margin-left: 8px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
}
.signUp{
   border: none;
   padding: 3px; 
   background-color: transparent;
   color: black;
   margin-left: 8px;
   margin-right: 10px;
   border-radius: 10px;
   font-weight: 600;
}
.signIn:hover,
.signUp:hover{
    border: 2px solid darkgray;
}
.SubscribeBtn {
    background-color: transparent;
    border-radius: 8px;
    border-color: darkgray;
    margin-left: 68vw;
    padding: 1.5px;
}

.SubscribeBtn:hover {
    transform: scale(1.1);
}
.lineDivider{
    margin-top: 40px;
    margin-left: 20%;
    border-bottom: 2px solid darkgrey;
    width: 60%; 
}
.upperLine {
    border-top: 1px solid darkgrey;
    width: 100%;
    margin-top: -8vh;
}
#sidebarNav{
    position: fixed;
    top: -38px;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    display: none;
    background-color: #fff;
    box-shadow: -10px 0 10px rgb(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.2);
}
#sidebarNav ul{
    display: grid;
    align-items: start;
    justify-content: start;
}
#sidebarNav li{
    width: 100%;
}
#sidebarNav a{
    width: 100%;
}
.menu-button{
    display: none;
}
.cardSectionMain{
    margin-top: 10%; 
    margin-bottom: -5px;
    padding: 45px;
    max-width: 80%;
    margin-left: 10%;
}
.secTrusted{
    height: 38%; 
    margin-bottom: -5%; 
    background-color: #fff;  
    margin-bottom: 5%;
    
}
.pressImages{
    margin-left: 15%;
    display: flex;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   font-size: 1.1rem;
    line-height: 1.4;
    width: 100%;
    
}
.captionNews{
    color: #000000;
    text-align: center;
    margin-top: 30px;
     font-size: 50px;
    margin-left: -5%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

    @media (max-width: 768px) {
        margin-top: 65%;
        margin-left: 5%;
     }
}


.captionNewsids{
    margin-bottom: 50px;margin-left: -30%; margin-right: auto;
    color: #000000;
    text-align: center;
    margin-top: 30px;
    font-size: 50px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

    @media (max-width: 768px) {
        margin-top: 65%;
        margin-left: -10%;
        font-size: 35px;
    }
}

.carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.carousel-slide {
    flex: 0 0 100%;
    align-items: center;
    margin-left: 10%;  
}
.carousel-slide .card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    text-align: center;
    height: auto;
    height: 250px;
    font-size: 1.1rem;
    line-height: 1.4;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #000000;

    @media (max-width: 768px) {
        font-size: 20px; 
        width: 90%;
        height: 90%;
    }
}
.carousel-slide .card h4{
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 32px;
}
.prevHighlight, .nextHighlight{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 50px;
    padding: 15px;
    cursor: pointer;
    color: black;
    transition: 0.1s;
    user-select: none;
    text-decoration: none;
    @media (max-width: 768px) {
        padding: -60%; 
        margin-left: 40px;
        
    }
}
.prevHighlight:hover, .nextHighlight:hover{
    color: lightblue;
}
.nextHighlight{
   right: 0;
}
 .carousel-inner img {
     width: 100%;
     height: auto;         
 }
.carousel-container {
    flex: 1;
    margin: 0 10px; 
}

#sentechImg{
    width: 80%;
    margin-top: 5px;
    margin-left: -20%;

    @media (max-width: 768px) {
       margin-left: 10%; 
    }
}
.gradient-footer {
    background-color: #fff;
    color: white;
    width: 100%;
    min-height: 50vh;
    position: relative;
    margin-top: 0%;
    border-top: 2px solid darkgray;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    overflow: hidden;

    @media screen and (max-width: 768px) {       
        padding: 20px;
        min-height: 135vh;
    }
}

#socialFooter{
    display: flex; 
    margin-top: 15%; 
    position: absolute; 
    background-color: #fff;
    width: 100%;    
}
.quickLinks {
    color: black;
    margin-left: 43%;
    margin-right: auto;
    margin-top: 20px;
    line-height: 1;
    position: absolute;
    @media screen and (max-width: 768px) {       
        margin-bottom: -10%;
    }
}
.quickLinks a{
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}

.Address {
    color: black;
    margin-left: 70%;
    margin-right: auto;
    margin-top: 20px;
    position: absolute;
    line-height: 1;
}
.Address a{
    font-size: 13px;
    color: #fff;
}
.qrcode {
    color: black;
    margin-left: auto; 
    margin-right: 90px;
    margin-top: 10%; 
    width: 5%;
    position: absolute;
    right: 0; 
}
.Contacts{
    color: black;
    margin-left: 16%;
    margin-right: auto;
    margin-top: 20px;
    line-height: 1; 
    position: absolute;
}
.Contacts a{
    font-size: 13px;
    text-decoration: none;
    color: black;
}
.footer-company-name{
    font-size: 10px;
    color: black;
    margin-left: -22%;
    margin-top: 20px;

   @media screen and (max-width: 768px) {
       position: relative;  
       left: -40px;
    }
}
.footer-company-name a{
    text-decoration: none;
    color: black;
}
.facebook:hover,
.instagram:hover,
.twitter:hover,
.youtube:hover,
.linkedin:hover,
.logo:hover {
    transform: scale(1.2);
}
.facebook img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    filter: grayscale(100%);
}

.instagram img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 10px;
    filter: grayscale(100%);
}

.twitter img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 10px;
    filter: grayscale(100%);
}

.youtube img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 10px;
    position: absolute;
    filter: grayscale(100%);
}

.linkedin img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: transform 0.2s ease-in-out;
    margin-left: 45px;
    position: absolute;
    filter: grayscale(100%);
}
.closedIcon{
    margin-left: 43%;
    margin-top: 20px;

    @media screen and (max-width: 768px) {
            margin-top: 120%;
            width: 100%;
            margin-left: 25%;
        }
}
#iconsInner{
    @media (max-width: 768px) {
       position: absolute;
       margin-top: 12%; 
       margin-left: 2%; 
      display: none;
    } 
}
table {
    border-collapse:separate ;
     border-spacing: 15px;
    width: 80%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   font-size: 1.1rem;
    line-height: 1.4;
     
}

th,
td { 
    padding: 16px;
    text-align: center;
}
th {
    background-color: #fff;
    border-radius: 10px;
}
td{
    width: 10%;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
     border-radius: 10px;
}
td a{
    text-decoration: none;
    color: #000000;
}

td:hover
{
    background-color: #eef2f7;
}
td a:hover{
    color: darkblue;
} 

@media only screen and (min-width: 3000px) {
    .navButtons ul {
        display: flex;
        align-items: center;
        
    }

    .navButtons ul li {
        margin-left: 20px;
    }
    .navButtons .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        background-color: #fff;
        padding: 10px;
        border: 1px solid lightgray;
    }

    .navButtons ul li:hover .submenu {
        display: block;
    }

    .navButtons i {
        display: inline-block;
        margin-left: 40px;
    }

    .barsMenu {
        display: none;
    }
    .gradient-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px;
    }

    #footertxt {
        width: 30%; 
    }

    .qrcode {
        width: 20%; 
    }

    #socialFooter {
        width: 30%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .closedIcon {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .copyrights {
        position: static; 
        margin-left: auto; 
        margin-right: auto; 
        margin-top: 20px; 
    }
    
}
@media (max-width: 400px){
    #sidebarNav{
        width: 100%;
        height: 100%;
    }
}
@media(max-width: 800px){
    .navbar{
        width: 100%;
    }
    header{
        width: 100%;
        display: grid;
    }
    .SubscribeBtn,
    .signIn,
    .signUp,
    .faIcons,
    .hideOnMobile{
        display: none;
    }
    .logoDiv a{
        float: inline-end;
    }
   
    #sidebarNav ul{
        margin-top: 40px;
    }
    .menu-button {
        display: block;
    }
    .aboutUsSection {
        flex-direction: column;
        justify-content: center;
    }
    .imgAboutUs{
        margin-left: 20%;
    }
    .headtxt{
        width: 100%;
        height: auto;  
        margin-top: 25%;
    }
    #headtxt2{
        text-align: center;
    }
    .headtxt h1{
        font-size: 45px;
        margin-top: -20%;
    }
    .headtxt p{
        font-size: 18px;
    }
    .headtxt h3{
        font-size: 26px;
    }
    .aboutUsSection{
        margin-top: 80%;
    } 
    .headSlider{
        width: 100%;
        height: auto;
    }  
    .secSlide{
        flex-direction: column;
    }
    .imgCircleHeader img{
        visibility: hidden;
    }
    .serviceBtns button,
    .serviceBtns2 button{
        margin-left: auto;
        
    }
     .Address,
    .Contacts,
    .quickLinks {
        position: relative;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .Address,
    .Contacts,
    .quickLinks {
        margin-left: auto;
        margin-right: auto;
    }
    #footertxt{
        margin-bottom: -40vh;
        padding-bottom: 20vh;
    }
    
    .qrcode {
        margin-left: auto;
        margin-right: 25%;
        width: 50%;
        align-items: center;
        margin-top: 55%;  
    }
    .gradient-footer{
       width: 100%;
        height: auto;
    }
    #socialFooter{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50%;  
        height: 5%;
    }
}
@media(max-width: 1278px){
    .logoDiv button{
        width: 14%;
        margin-left: 20px;
    }
    #sideMain ul{
        margin-left: -22%;
    }
    .serviceBtns button,
    .serviceBtns2 button{
        margin-left: 40%;
        
    }
}
@media screen and (min-width: 1024px) {
    .aboutUs {
        margin-left: auto; 
        margin-right: auto;
        max-width: 60%; 
    }
}
.faIcons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconList {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.iconList li {
    margin-left: 21px;
}

.iconList li:first-child {
    margin-left: 4vw;
}

.iconList li a {
    text-decoration: none;
}
#reahlogosid{


    @media (max-width: 768px) {
        width:45%;
        height: 40%;
    }

}
#menu-button-display{
    @media (max-width: 768px) {
        padding-top: 25px;
        width:150%;
        height: 150%;
    }

}

 #carouselid{
    @media (max-width: 768px) {
        margin-left: 15%;
        margin-right: 15%;
         display: block;
         width: 64%;
    }
}

#carouselids{

    @media (max-width: 768px) {
        width: 64%;
        margin-left: 15%;
        display: block;
    }

}
@media (max-width: 768px) {
    .news-item {
        margin-bottom: 20px;
    }
    .news-card {
        padding: 20px;
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .news-card a {
        color: #ffffff;
        text-decoration: none;
    }
    .news-card a:hover {
        text-decoration: underline;
    }

    .carousel-item img {
        height: auto;
        max-height: 300px;
        object-fit: cover;
    }
    .carousel-container {
        margin-bottom: 30px;
    }
    .carousel-container h4{
        margin-top: 15px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .captionNews {
        text-align: center;
        margin-bottom: 50px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
    .award-section {
        margin-top: -53%;
    }
    .award-item img {
        width: 100%;
        max-width: 200px;
        margin: auto;
        display: block;
        margin-left: 10%;
        
    }
    .award-item p {
        text-align: center;
        margin-top: 20px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size: 1.2rem;  
    }
    
    #exhibitionid{
        margin-top: -40%;
    }
    #newsPresssid{
        margin-top: -55%;
    }
}

#exhibitionid{
    margin-left: 25%;
    margin-top: 80px;

    @media (max-width: 768px) {
        margin-top: -40%;
        margin-left: 5%;
    }

}
.award-item img {
    width: 90%;
}

.award-item p{
    text-align: center;
}

#gautengId{
    margin-left: -6%;
    margin-top: 20px;
    width: 80%;

    @media (max-width: 768px) {
        margin-left: 2%;
    }
}

#sentechId{
   margin-top: 20px; 
   width: 80%;
   margin-left: -20%;

   @media (max-width: 768px) {
        margin-left: 2%; 
    }
}
#carousel16{
    margin-right: 40px;
    width: 120%;

    @media (max-width: 768px) {
        margin-left: -2%;
        width: 80%;    
    }
}
#carousel7 .carousel-inner .carousel-item #masterid img{
   @media (max-width: 768px) { 
        height: 120px; 
    } 
}
#carousel6 .carousel-inner .carousel-item #masterid img{
   @media (max-width: 768px) {
        height: 120px;
    } 
}

#carousel14{
    margin-left: 40px;
    width: 120%;

    @media (max-width: 768px) {
        margin-left: -2%;
        width: 80%;   
    }
}
#carousel19{
    margin-left: 75%;
    width: 100%;

    @media (max-width: 768px) {
        margin-left: -14%;
    }
    
}
#carousel19 .carousel-inner .carousel-item img{
    @media (max-width: 768px) {
        height: 400px;  
    }
}
#carousel14 .carousel-inner .carousel-item img{
    @media (max-width: 768px) {
        height: 280px;
    }   
}
#awardids{
    margin-left: 12%;
    margin-top: 5%;
}

.captionNews {
    text-align: center;
    margin-bottom: 40px;
}
.news-card {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;

    @media (max-width: 768px) {
        font-size: 1.2rem;
    }
}

.news-card b {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.1rem;
    line-height: 1.4;
    display: block;
    margin-bottom: 10px;
}

.news-card a {
    text-decoration: none;
    color: #000000;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center;
}

.news-card a:hover {
    text-decoration: underline;
}

 .carousel-item #masterid img {
    height: 205px;
}

#carousel10{
    width: 50%;
    margin-left: auto;
    margin-right: auto; 
}

#masterid2 img {
    height: 272px;
}
.video-container {
    position: relative;
    display: inline-block;
}

.aiVideo {
    display: none;
    position: relative;
    width: 20%;
    height: 35%;
    margin-bottom: -10%;
    left:76%;
    top: -450px;

     @media (max-width: 768px) {
        position: relative;
        width: 80%;
        height: 75%;
        left: 10%;
        right: auto;
        margin-bottom: -50%;   
        top: -1000px;
    } 
}

.aiVideo1 {
    display: none;
    position: relative;
    width: 20%;
    height: 35%;
    margin-bottom: -10%;
    left: 76%;
    top: -300px;

     @media (max-width: 768px) {
        position: relative;
        width: 80%;
        height: 75%;
        left: 10%;
        right: auto;
        margin-bottom: -50%;   
    } 
}

#masterclassid{
    @media (max-width: 768px) {
        height: 40%; 
    } 
}