@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html
{
    scroll-behavior: smooth;
}

body
{
    min-height: 1000px;
}

header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 100px;
    z-index: 1000;
    transition: 0.6s;
    background:#fff; 
}

header.sticky
{
    padding: 5px 100px;
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,.1);
}


header .logo 
{
    position: relative;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.6s;
}

/*trying somethin*/
header .logo img{
    max-width: 190px;
}

header ul
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul li
{
    position: relative;
    list-style: none;  
}

header ul li a
{
    position: relative;
    margin: 0 15px;
    text-decoration: none;
    color: #4a148c;
    letter-spacing: 2px;
    font-weight: 300;
    transition: 0.6s;
}

header.sticky .logo,
header.sticky ul li a
{
    color: #4a148c;
}

/*.container{
    width: 100%;
    height: 100vh;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}*/



/*Use this container*/
.container{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/*
.swiper{
    width: 80%;
    height: fit-content;
}

.swiper-slide img{
    width: 100%;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next{
    color: #fff;
}

.swiper .swiper-pagination-bullet-active{
    background: #fff;
}

*/

.banner
{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(images/Busaizwe-slide-1.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner
{
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

/*
.banner
{
    position: absolute;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}*/

.banner h2
{
    color: #fff;
    font-size: 90px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
}

.banner h2 span
{
    color: #FFEA00;
}

.sec
{
    background: #fff;
    padding: 100px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec .content
{
    position: relative;
    text-align: center;
    width: 100%;
}

.mxw800p
{
    max-width: 800px;
    margin: 0 auto;
}

.mxw800p1
{
    max-width: 1250px;
    margin: 0 auto;
}

.mxw800p2
{
    max-width: 1200px;
    margin: 0 auto;
}

h3
{
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 10px;
    color:#4a148c;
}

p
{
    position: relative;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

b
{
    color:#4a148c;
}

.btn
{
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    background: #797480;
    text-decoration: none;
    color: #fff;
}

.programmes
{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
    max-width: 100%;
    margin-top: 40px;
}

.programmes .box
{
    width: 500px;                              
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 15px 30px rgba(40,30,93,0.05);
}

.programmes .box .iconBx
{
    margin-top: 25px;
}

.programmes .box .iconBx img
{
    max-width: 70px;
    margin-bottom: 15px;
}

.programmes .box h2
{
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.portfolio
{
    background: #fff;
    
}

.portfolio h3,
.portfolio p
{
    color: #fff;
}

.portfolioBox
{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    max-width: 100%;
    margin-top: 40px;
}

.portfolioBox h2
{
    color: #fff;
    font-size: 36px;
}

.portfolioBox h4
{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.workBx
{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
    max-width: 100%;
    margin-top: 40px;
}

.workBx .brand
{
    position: relative;
    background: #4978ff;
    min-height: 300px;
    width: 250px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.workBx .brand:hover
{
    background: #4a148c;
}

.workBx .brand a
{
    text-decoration: none;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.workBx .brand:hover a
{
    color: rgba(255,255,255,1);
}

.teamBx
{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
    max-width: 100%;
    margin-top: 40px;
}

.teamBx .member
{
    position: relative;
    background: #4a148c;
    min-height: 300px;
    width: 250px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teamBx .member .imgBx
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.teamBx .member .imgBx img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teamBx .member .details
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4a148c;
    transition: 0.2s;
    opacity: 0;
}

.teamBx .member:hover .details
{
    opacity: 1;
}

.teamBx .member .details h2
{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.teamBx .member .details h2 span
{
    display: block;
    font-size: 12px;
    font-weight: 300;
}

.contact
{
    background-color: #4a148c;
}

.contact h3,
.contact p
{
    color: #fff;
}

.contactForm
{
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
}

.contactForm form
{
    width: 100%;
}

.contactForm .row100
{
    display: flex;
    width: 100%;
}

.contactForm .row100 .inputBx50
{
    width: 50%;
    margin: 0 20px;
}

.contactForm .row100 .inputBx100
{
    width: 100%;
    margin: 0 20px;
}

.contactForm .row100 input,
.contactForm .row100 textarea
{
    position: relative;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    background: transparent;
    width: 100%;
    padding: 10px 0;
    outline: none;
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0;
    resize: none;
}

.contactForm .row100 textarea
{
    height: 100px;
}

.contactForm .row100 input::placeholder,
.contactForm .row100 textarea::placeholder
{
    color: rgba(255,255,255,0.5);
}

.contactForm .row100 input[type="submit"]
{
    background: #fff;
    color: #4a148c;
    max-width: 100px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    font-weight: 500;
}

.sci
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.sci ul
{
    display: flex;
}

.sci ul li
{
    list-style: none;
}

.sci ul li a
{
    text-decoration: none;
    display: inline-block;
    margin: 0 30px;
}

.sci ul li a img
{
    filter: invert(1);
    max-width: 40px;
}

.sci ul li a:hover img
{
    opacity: 0.5;
}

.copyright a
{
    color: #fff;
}

.toggle
{
    display: none;
}

@media (max-width : 992px) 
{
    .toggle
    {
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .toggle:before
    {
        content: '';
        position: absolute;
        top: 4px;
        width: 100%;
        height: 2px;
        background: #4a148c;
        z-index: 1;
        box-shadow: 0 10px 0 #fff;
        transition: 0.5s;
    }
    .toggle:after
    {
        content: '';
        position: absolute;
        bottom: 4px;
        width: 100%;
        height: 2px;
        background: #4a148c;
        z-index: 1;
        transition: 0.5s;
    }

    header,
    header.sticky
    {
        padding: 5px 50px;
        background: #fff;
    }

    header ul
    {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100vh;
        text-align: center;
        overflow: auto;
        background: #fff;
        visibility: hidden;
        opacity: 0;
    }

    header .active ul
    {
        visibility: visible;
        opacity: 1;
        display: block;
        padding-top: 20px;
    }

    header .active ul li a
    {
        display: inline-block;
        margin: 10px 0;
        font-size: 20px;
    }
    header .logo,
    header ul li a
    {
        color: #4a148c;
    }

    .banner
    {
        position: absolute;
        width: 100%;
        min-height: 100vh;
        display: block;
        justify-content: center;
        align-items: center;
        z-index: 10000;
    }

    .banner h2
    {
        font-size: 40px;
        padding: 0 50px;
    }

    .sec
    {
        padding: 100px 50px 50px 50px;
    }

    .services .box
    {
        width: 100%;
    }

    .stats
    {
        padding-top: 250px;
    }

    .row100
    {
        flex-direction: column;
    }

    .programmes .box
    {
        width: 270px;                              
        margin: 0 auto;
        background: #fff;
        padding: 20px;
        box-shadow: 0 15px 30px rgba(40,30,93,0.05);
        
    }

    .contactForm .row100 .inputBx50,
    .contactForm .row100 .inputBx100
    {
        width: 100%;
        margin: 0;
    }

    .sci
    {
        margin: 20px;
    }

    .sci ul li a img
    {
        font-size: 24px;
    }

    h3
    {
        font-size: 36px;
    }
}

@media (max-width : 480px) {
    .toggle
    {
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .toggle:before
    {
        content: '';
        position: absolute;
        top: 4px;
        width: 100%;
        height: 2px;
        background: #4a148c;
        z-index: 1;
        box-shadow: 0 10px 0 #fff;
        transition: 0.5s;
    }
    .toggle:after
    {
        content: '';
        position: absolute;
        bottom: 4px;
        width: 100%;
        height: 2px;
        background: #4a148c;
        z-index: 1;
        transition: 0.5s;
    }

    header,
    header.sticky
    {
        padding: 5px 50px;
        background: #fff;
    }

    header ul
    {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100vh;
        text-align: center;
        overflow: auto;
        background: #fff;
        visibility: hidden;
        opacity: 0;
    }

    header .active ul
    {
        visibility: visible;
        opacity: 1;
        display: block;
        padding-top: 20px;
    }

    header .active ul li a
    {
        display: inline-block;
        margin: 10px 0;
        font-size: 20px;
    }
    header .logo,
    header ul li a
    {
        color: #4a148c;
    }

    .banner
    {
        position: absolute;
        width: 100%;
        min-height: 100vh;
        display: inline-block;
        justify-content: center;
        align-items: center;
        z-index: 10000;
    }

    .banner h2
    {
        font-size: 30px;
        padding: 0 50px;
    }

    .sec
    {
        padding: 100px 50px 50px 50px;
    }
    
    .sec .content .mxw800p2 {
        margin-top: 800px;
    }

    .services .box
    {
        width: 100%;
    }

    .stats
    {
        padding-top: 250px;
    }

    .row100
    {
        flex-direction: column;
    }

    .programmes .box
    {
        width: 300px;                              
        margin: 0 auto;
        background: #fff;
        padding: 20px;
        box-shadow: 0 15px 30px rgba(40,30,93,0.05);
        
    }

    .contactForm .row100 .inputBx50,
    .contactForm .row100 .inputBx100
    {
        width: 100%;
        margin: 0;
    }

    .sci
    {
        margin: 20px;
    }

    .sci ul li a img
    {
        font-size: 24px;
    }

    h3
    {
        font-size: 36px;
    }
}

@media (max-width : 280px) {
    .toggle
    {
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .toggle:before
    {
        content: '';
        position: absolute;
        top: 4px;
        width: 100%;
        height: 2px;
        background: #4a148c;
        z-index: 1;
        box-shadow: 0 10px 0 #fff;
        transition: 0.5s;
    }
    .toggle:after
    {
        content: '';
        position: absolute;
        bottom: 4px;
        width: 100%;
        height: 2px;
        background: #4a148c;
        z-index: 1;
        transition: 0.5s;
    }

    header,
    header.sticky
    {
        padding: 5px 50px;
        background: #fff;
    }

    header ul
    {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100vh;
        text-align: center;
        overflow: auto;
        background: #fff;
        visibility: hidden;
        opacity: 0;
    }

    header .active ul
    {
        visibility: visible;
        opacity: 1;
        display: block;
        padding-top: 20px;
    }

    header .active ul li a
    {
        display: inline-block;
        margin: 10px 0;
        font-size: 20px;
    }
    header .logo,
    header ul li a
    {
        color: #4a148c;
    }

    .banner
    {
        position: absolute;
        width: 100%;
        min-height: 100vh;
        display: inline-block;
        justify-content: center;
        align-items: center;
        z-index: 10000;
    }

    .banner h2
    {
        font-size: 15px;
        padding: 0 50px;
    }

    .sec
    {
        padding: 100px 50px 50px 50px;
    }
    
    .sec .content .mxw800p2 {
        margin-top: 800px;
    }

    .services .box
    {
        width: 100%;
    }

    .stats
    {
        padding-top: 250px;
    }

    .row100
    {
        flex-direction: column;
    }

    .programmes .box
    {
        width: 200px;                              
        margin: 0 auto;
        background: #fff;
        padding: 20px;
        box-shadow: 0 15px 30px rgba(40,30,93,0.05);
        
    }

    .contactForm .row100 .inputBx50,
    .contactForm .row100 .inputBx100
    {
        width: 100%;
        margin: 0;
    }

    .sci
    {
        margin: 20px;
    }

    .sci ul li a img
    {
        font-size: 24px;
    }

    h3
    {
        font-size: 36px;
    }
}

