@font-face { font-family: AvertaI; src: url(AvertaDemo/AvertaDemo-ExtraBoldItalic.otf);}
@font-face { font-family: AvertaR; src: url(AvertaDemo/AvertaDemo-Regular.otf);}
@font-face { font-family:CGR; src: url(century-gothic/Century\ Gothic.ttf);}
@font-face { font-family:CGB; src: url(century-gothic/GOTHICB.TTF);}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: CGR;
}
/*Scrollbar customized */

::-webkit-scrollbar{
    width: 0px;
}


/*header section*/
.header{
    background-color: white;
}

.header-logo{
    width: 200px;
    height: auto;
    z-index: 1;
    margin-top: 2rem;
    margin-left: 5px;
}

/*navbar*/

.navbar{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    float: right;
    margin-top: 25px;
    padding-top: 2rem;
    margin-right: 15px;
   
}


.navbar a{
    font-size:12px ;
    color: #0C0C31;
    text-decoration: none;
    text-align: right;
    margin-right: 20px;
    padding: 5px 5px;
}

.banner-for-headerh{
    width:250px;
    height: 500px;
    background-color: #0C0C31;
}

.header-img {
    height:200px;
    width: 330px;
    float: right;
    margin-top: -22rem;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   
}

.message-div{
    margin-top: 10rem;
    margin-left: -4rem;
   
}

.connect{
    color: white;
    font-family: AvertaR; 
    font-size: 30px;
    margin-left: 7rem;
    padding-left: 10px;
    
}
.learn{
    color: white;
    font-family: AvertaR; 
    font-size: 30px;
    margin-left: 7rem;
    padding-left: 10px;

}

.grow{
    color: white;
    font-family: AvertaR; 
    font-size: 30px;
    margin-left: 7rem;
   

}


.grow::before{
    content:'';
    background-color: #F3836F;
    height: 100px;
    width: 1px;
    float: left;
    margin-right: 10px;
    margin-top: -4rem;

}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*For mini screens*/
@media only screen and (max-width:320px){

    /*What is saudi east section*/
    
    .saudi-east{
        background-color: #0C0C31;
    }
    
    .heading1{
        text-align: left;
        color: #B7B8C3;
        padding-top: 3rem;
        padding-left: 4rem;
        margin-bottom: 1rem;
        font-family: AvertaR;
        font-size: 18px;
    }
    
    .container1{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
     }
    
    .row-text1 p{
        text-align: left;
        font-size: 12px;
        line-height: 1.5rem;
        padding-right: 3rem;
        margin-left: 3rem;
        width: auto;
        color: white;
        text-align: justify;
         
    }
    
    .p1::before{
        content:'';
        background-color: #EECB48;
        height: 400px;
        width: 1px;
        margin-right: 20px;
        margin-top: -40px;
        float: left;    
    }
    
    
    .row-img1 img{
        width: 90px;
        height: 90px;
        margin-left: 3px;
        
    }
    .row-img1{
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 2rem 1rem;
    
    }
    
    .col1-img img{
        width: 90px;
        height: 90px;
        margin-left: 3px;
        position: relative;
        z-index: 10;   
    }
    
    .exrtra-img img{
       display: none;
    }
    
    .banner1-color-behind{
        background-color:#EECB48;
        opacity: 0.3;
        position: absolute;
        width: 100%;
        height: 35px;
        margin-top: 30px;
        z-index: 0;
    }
    
    /*KPIS Sectio*/
    
    .kpis{
        padding-bottom: 2rem;
    }
    
    .nums{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        
    }
    
    .col1-kpi{
    
        width: 100px;
        height: 100px;
        margin: 20px;
        padding: 25;
        justify-content: center;
        text-align: center;
    }
    
    .nums i{
        color:white;
        font-size: 28px;
    }
    
    .nums h5{
        color: white;
        font-size: 14px;
    
    }
    
    .nums h1{
        color: #B7B8C3;
        margin: 10px 0;
        font-size: 28px;
    }
    
    }
    
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    

@media only screen and (min-width:768px){
    /*header section*/

/*header section*/

.header{
    background-color: white;
}

.header-logo{
    width: 250px;
    height: auto;
    z-index: 1;
    margin-top: 2rem;
    margin-left: 5px;
}

/*navbar*/

.navbar{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    float: right;
    margin-top: 25px;
    padding-top: 2rem;
    margin-right: 23px;
    
}


.navbar a{
    font-size:14px ;
    color: #0C0C31;
    text-decoration: none;
    text-align: right;
    margin-right: 20px;
    padding: 5px 5px;
}

.banner-for-headerh{
    width: 1250px;
    height: 1000px;
    background-color: #0C0C31;
}

.header-img {
    height:600px;
    width: 1000px;
    float: right;
    margin-top: -50rem;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   
}

.message-div{
    /* background-color: #B7B8C3; */
    margin-top: 7rem;
    margin-left: 10rem;
}

.connect{
    color: white;
    font-family: AvertaR; 
    font-size: 70px;
    margin-left: 7rem;
    padding-left: 10px;
    
}
.learn{
    color: white;
    font-family: AvertaR; 
    font-size: 70px;
    margin-left: 7rem;
    padding-left: 10px;

}

.grow{
    color:white;
    font-family: AvertaR; 
    font-size: 70px;
    margin-left: 7rem;
   

}


.grow::before{
    content:'';
    background-color: #F3836F;
    height: 240px;
    width: 1px;
    float: left;
    margin-right: 10px;
    margin-top: -10rem;

}


}

@media only screen and (max-width:320px){

    .header-img {
        width: 280px;
        height:180px;
        float: right;
        margin-top: -22rem;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
       
    }

    .message-div{
        margin-top: 10rem;
        margin-left: -5rem;
       
    }
    
    .connect{
        color: white;
        font-family: AvertaR; 
        font-size: 25px;
        margin-left: 7rem;
        padding-left: 10px;
        
    }
    .learn{
        color: white;
        font-family: AvertaR; 
        font-size: 25px;
        margin-left: 7rem;
        padding-left: 10px;
    
    }
    
    .grow{
        color: white;
        font-family: AvertaR; 
        font-size: 25px;
        margin-left: 7rem;
       
    
    }
    
    
    .grow::before{
        content:'';
        background-color: #F3836F;
        height: 100px;
        width: 1px;
        float: left;
        margin-right: 10px;
        margin-top: -4rem;
    
    }

}




/*For tablet screens*/

@media (min-width: 1338px){
    /*header section*/

.header{
    background-color: white;
}

.header-logo{
    width: 300px;
    height: auto;
    z-index: 1;
    margin-top: 1.5rem;
    margin-left: 5px;
}

/*navbar*/

.navbar{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    float: right;
    margin-top: 25px;
    padding-top: 2rem;
    margin-right: 23px;
    
}


.navbar a{
    font-size:14px ;
    color: #0C0C31;
    text-decoration: none;
    text-align: right;
    margin-right: 20px;
    padding: 5px 5px;
}

.banner-for-headerh{
    width: 1000px;
    height: 1000px;
    background-color: #0C0C31;
}

.header-img {
    height:600px;
    width: 1000px;
    float: right;
    margin-top: -50rem;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   
}

.message-div{
    /* background-color: #B7B8C3; */
    margin-top: 7rem;
    margin-left: 5rem;
}

.connect{
    color: white;
    font-family: AvertaR; 
    font-size: 70px;
    margin-left: 3rem;
    padding-left: 10px;
    
}
.learn{
    color: white;
    font-family: AvertaR; 
    font-size: 70px;
    margin-left: 3rem;
    padding-left: 10px;

}

.grow{
    color:white;
    font-family: AvertaR; 
    font-size: 70px;
    margin-left: 3rem;
   

}


.grow::before{
    content:'';
    background-color: #F3836F;
    height: 240px;
    width: 1px;
    float: left;
    margin-right: 10px;
    margin-top: -10rem;

}

}




/*For large screens*/
@media (min-width: 2557px)
{
     /*header section*/

.header{
    background-color: white;
}

.header-logo{
    width: 500px;
    height: auto;
    z-index: 1;
    margin-top: 1.5rem;
    margin-left: 5px;
}

/*navbar*/

.navbar{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    float: right;
    margin-top: 25px;
    padding-top: 2rem;
    margin-right: 23px;
    
}


.navbar a{
    font-size:25px ;
    color: #0C0C31;
    text-decoration: none;
    text-align: right;
    margin-right: 20px;
    padding: 5px 5px;
    font-size: 30px;
}

.banner-for-headerh{
    width: 2000px;
    height: 1000px;
    background-color: #0C0C31;
}

.header-img {
    height:700px;
    width: 1200px;
    float: right;
    margin-top: -50rem;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   
}

.message-div{
    /* background-color: #B7B8C3; */
    margin-top: 5rem;
    margin-left: 25rem;
}

.connect{
    color: white;
    font-family: AvertaR; 
    font-size: 150px;
    margin-left: 15rem;
    padding-left: 10px;
    
}
.learn{
    color: white;
    font-family: AvertaR; 
    font-size: 150px;
    margin-left: 15rem;
    padding-left: 10px;

}

.grow{
    color:white;
    font-family: AvertaR; 
    font-size: 150px;
    margin-left: 15rem;
   

}


.grow::before{
    content:'';
    background-color: #F3836F;
    height: 500px;
    width: 5px;
    float: left;
    margin-right: 10px;
    margin-top: -21rem;

}
}


/*What is saudi east section*/

.saudi-east{
    background-color: #0C0C31;
}

.heading1{
    text-align: left;
    color: #B7B8C3;
    padding-top: 3rem;
    padding-left: 4rem;
    margin-bottom: 1rem;
    font-family: AvertaR;
    font-size: 25px;
}

.container1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
 }

.row-text1 p{
    text-align: left;
    font-size: 12px;
    line-height: 1.5rem;
    padding-right: 3rem;
    margin-left: 3rem;
    width: auto;
    color: white;
    text-align: justify;
     
}

.p1::before{
    content:'';
    background-color: #EECB48;
    height: 300px;
    width: 1px;
    margin-right: 20px;
    margin-top: -40px;
    float: left;
    
    

}


.row-img1 img{
    width: 100px;
    height: 100px;
    margin-left: 5px;
    
}
.row-img1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;

}

.col1-img img{
    width: 100px;
    height: 100px;
    margin-left: 3px;
    position: relative;
    z-index: 10;

    
}

.exrtra-img img{
   display: none;
}

.banner1-color-behind{
    background-color:#EECB48;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 35px;
    margin-top: 30px;
    z-index: 0;
}

/*KPIS Sectio*/

.kpis{
    padding-bottom: 2rem;
}

.nums{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    
}

.col1-kpi{

    width: 100px;
    height: 100px;
    margin: 20px;
    padding: 25;
    justify-content: center;
    text-align: center;
   

}

.nums i{
    color:white;
    font-size: 30px;
}

.nums h5{
    color: white;

}

.nums h1{
    color: #B7B8C3;
    margin: 10px 0;
    font-size: 30px;
}

@media only screen and (min-width:768px){
    .saudi-east{
        background-color: #0C0C31;
        padding: 3rem 0rem;
       }
    
    .heading1{
        text-align: left;
        color: #B7B8C3;
        padding-top: 3rem;
        padding-left: 15rem;
        margin-bottom: 1rem;
        font-family: AvertaR;
        font-size: 36px;
        
    
    }
    
    .container1{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 10rem;
        
     }
    
    .row-text1 p{
        text-align: left;
        font-size: 18px;
        line-height: 2.5rem;
        padding-right: 3rem;
        margin-left: 4rem;
        width: auto;
        color: white;
        text-align: justify;
        width: 75%;
         
    }
    
    .p1::before{
        content:'';
        background-color: #EECB48;
        height: 250px;
        width: 1px;
        margin-right: 20px;
        margin-top: -50px;
        float: left;
        
    
    }
    
    
    .row-img1 img{
        width: 100px;
        height: 100px;
        margin-left: 5px;
        
    }
    .row-img1{
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 5rem 3rem;
    
    }
    
    .col1-img img{
        width: 300px;
        height: 300px;
        margin-left: 10px;
        position: relative;
        z-index: 10;
    
        
    }

    .exrtra-img img{
        width: 300px;
        height: 300px;
        margin-left: 10px;
        position: relative;
        z-index: 10;
        display: block;

    }
    
    .banner1-color-behind{
        background-color:#EECB48;
        opacity: 0.3;
        position: absolute;
        width: 100%;
        height: 120px;
        margin-top:90px;
        z-index: 0;
    }
    
    /*KPIS Sectio*/
    
    .kpis{
        padding-bottom: 2rem;
    }
    
    .nums{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0.5rem;

    }
    
    .col1-kpi{
    
        width: 175px;
        height: 170px;
        margin: 20px;
        border: #EECB48 solid 1px;
        padding: 10px 5px;
        justify-content: center;
        text-align: center;
       
    
    }
    
    .nums i{
        color:white;
        font-size: 40px;
    }
    
    .nums h5{
        color: white;
    
    }
    
    .nums h1{
        color: #B7B8C3;
        margin: 20px 0;
        font-size: 35px;
    }

}

/*For large screens*/

@media (min-width: 2557px){
    .saudi-east{
        background-color: #0C0C31;
        padding: 3rem 0rem;
       }
    
    .heading1{
        text-align: left;
        color: #B7B8C3;
        padding-top: 3rem;
        padding-right: 4rem;
        margin-left: 9rem;
        margin-bottom: 1rem;
        font-family: AvertaR;
        font-size: 50px;
        
    
    }
    
    .container1{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 10rem;
        
     }
    
    .row-text1 p{
        text-align: left;
        font-size: 40px;
        line-height: 4rem;
        padding-right: 3rem;
        margin-left: 15rem;
        width: auto;
        color: white;
        text-align: justify;
        width: 75%;
         
    }
    
    .p1::before{
        content:'';
        background-color: #EECB48;
        height: 430px;
        width: 5px;
        margin-left: -3rem;
        margin-top: -52px;
        float: left;
        
    
    }
    
    
    .row-img1 img{
        width: 100px;
        height: 100px;
        margin-left: 5px;
        
    }
    .row-img1{
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 5rem 3rem;
    
    }
    
    .col1-img img{
        width: 500px;
        height: 500px;
        margin-left: 25px;
        position: relative;
        z-index: 10;
    
        
    }

    .exrtra-img img{
        width: 500px;
        height: 500px;
        margin-left: 25px;
        position: relative;
        z-index: 10;
        display: block;

    }
    
    .banner1-color-behind{
        background-color:#EECB48;
        opacity: 0.3;
        position: absolute;
        width: 100%;
        height: 230px;
        margin-top:115px;
        z-index: 0;
    }
    
    /*KPIS Sectio*/
    
    .kpis{
        padding-bottom: 4rem;
    }
    
    .nums{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0.5rem;

    }
    
    .col1-kpi{
    
        width: 265px;
        height: 255px;
        margin: 35px;
        border: #EECB48 solid 5px;
        padding:25px 10px;
        justify-content: center;
        text-align: center;
       
    
    }
    
    .nums i{
        color:white;
        font-size: 50px;
    }
    
    .nums h5{
        color: white;
        font-size: 30px;
    
    }
    
    .nums h1{
        color: #B7B8C3;
        margin: 20px 0;
        font-size: 45px;
    }

}





/* What is EO*/
.what-is-eo{
    background-color: white;
    padding: 1rem 0;
    
}

.heading2{
    text-align: right;
    color: #0C0C31;
    padding-top: 3rem;
    padding-right: 3rem;
    margin-bottom: 1rem;
    font-family: AvertaR;
    font-size: 25px;
    

}

.container2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
 }

.row-text2 p{
    text-align: left;
    font-size: 12px;
    line-height: 1.5rem;
    padding-left: 3rem;
    margin-right: 3rem;
    width: auto;
    color: #0C0C31;
    text-align: justify;
     
}

.p2::before{
    content:'';
    background-color:#31AB8E;
    height: 250px;
    width: 1px;
    float: right;
    margin-right: -10px;
    margin-left: 20px;
    margin-top: -36px;
    

}


.row-img2 img{
    width: 100px;
    height: 100px;
    margin-left: 5px;
    
}
.row-img2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 2rem;


}

.col2-img img{
    width: 100px;
    height: 100px;
    margin-left: 5px;
    position: relative;
    z-index: 10;

    
}

.exrtra2-img img{
   display: none;
}

.banner2-color-behind{
    background-color:#31AB8E;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 35px;
    margin-top: 30px;
    z-index: 0;
}

@media only screen and (min-width:768px){

    .what-is-eo{
        background-color: white;
    }
    
    .heading2{
        text-align: right;
        color: #0C0C31;
        padding-top: 3rem;
        padding-right: 4rem;
        margin-right: 10rem;
        margin-bottom: 1rem;
        font-family: AvertaR;
        font-size: 36px;
        
    
    }
    
    .container2{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        
        
     }
    
    .row-text2 p{
        text-align: left;
        font-size: 18px;
        line-height: 2.5rem;
        padding-left: 3rem;
        margin-left: 14rem;
        width: auto;
        color: #0C0C31;
        text-align: justify;
        width: 75%;
    }
    
    .p2::before{
    content:'';
    background-color:#31AB8E;
    height: 250px;
    width: 1px;
    float: right;
    margin-right: -6px;
    margin-left: 20px;
    margin-top: -45px;
        
    
    }
    
    
    .row-img2 img{
        width: 100px;
        height: 100px;
        margin-left: 5px;
        
    }
    .row-img2{
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 5rem 3rem;
    
    }
    
    .col2-img img{
        width: 300px;
        height: 300px;
        margin-left: 20px;
        position: relative;
        z-index: 10;
    
        
    }
    
    .exrtra2-img img{
        width: 300px;
        height: 300px;
        margin-left: 20px;
        position: relative;
        z-index: 10;
        display: block;
    }
    
    .banner2-color-behind{
        background-color:#31AB8E;
        opacity: 0.3;
        position: absolute;
        width: 100%;
        height: 120px;
        margin-top:90px;
        z-index: 0;
    }

}



/*For tablet screens*/

@media (min-width: 1338px){
    .what-is-eo{
        background-color: white;
    }
    
    .heading2{
        text-align: right;
        color: #0C0C31;
        padding-top: 3rem;
        padding-right: 4rem;
        margin-right: 10rem;
        margin-bottom: 1rem;
        font-family: AvertaR;
        font-size: 36px;
        
    
    }
    
    .container2{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        
        
     }
    
    .row-text2 p{
        text-align: left;
        font-size: 18px;
        line-height: 2.5rem;
        padding-left: 3rem;
        margin-left: 14rem;
        width: auto;
        color: #0C0C31;
        text-align: justify;
        width: 75%;
    }
    
    .p2::before{
    content:'';
    background-color:#31AB8E;
    height: 230px;
    width: 1px;
    float: right;
    margin-right: -6px;
    margin-left: 20px;
    margin-top: -45px;
        
    
    }
    
    
    .row-img2 img{
        width: 100px;
        height: 100px;
        margin-left: 3px;
        
    }
    .row-img2{
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 5rem 1rem;
    
    }
    
    .col2-img img{
        width: 300px;
        height: 300px;
        margin-left: 10px;
        position: relative;
        z-index: 10;
    
        
    }
    
    .exrtra2-img img{
        width: 300px;
        height: 300px;
        margin-left: 10px;
        position: relative;
        z-index: 10;
        display: block;
    }
    
    .banner2-color-behind{
        background-color:#31AB8E;
        opacity: 0.3;
        position: absolute;
        width: 100%;
        height: 120px;
        margin-top:90px;
        z-index: 0;
    }

}





/*For large screens*/
@media (min-width: 2557px){
    .what-is-eo{
        background-color: white;
    }
    
    .heading2{
        text-align: right;
        color: #0C0C31;
        padding-top: 3rem;
        padding-right: 4rem;
        margin-right: 15rem;
        margin-bottom: 1rem;
        font-family: AvertaR;
        font-size: 50px;
        
    
    }
    
    .container2{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        
        
     }
    
    .row-text2 p{
        text-align: left;
        font-size: 40px;
        line-height: 4rem;
        padding-left: 2rem;
        margin-left: 20rem;
        width: auto;
        color: #0C0C31;
        text-align: justify;
        width: 75%;
    }
    
    .p2::before{
    content:'';
    background-color:#31AB8E;
    height: 260px;
    width: 5px;
    float: right;
    margin-right: -60px;
    margin-left: 30px;
    margin-top: -45px;
        
    
    }
    
    
    .row-img2 img{
        width: 100px;
        height: 100px;
        margin-left: 3px;
        
    }
    .row-img2{
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 5rem 1rem;
    
    }
    
    .col2-img img{
        width: 500px;
        height: 500px;
        margin-left: 25px;
        position: relative;
        z-index: 10;
    
        
    }
    
    .exrtra2-img img{
        width: 500px;
        height: 500px;
        margin-left: 25px;
        position: relative;
        z-index: 10;
        display: block;
    }
    
    .banner2-color-behind{
        background-color:#31AB8E;
        opacity: 0.3;
        position: absolute;
        width: 100%;
        height: 230px;
        margin-top:115px;
        z-index: 0;
    }


}



/* Why join*/

.why-join{
    background-color: #0C0C31;
    
}

.heading3{
    text-align: left;
    color: #B7B8C3;
    padding-top: 3rem;
    padding-left: 4rem;
    margin-bottom: 1rem;
    font-family: AvertaR;
    font-size: 25px;
    

}

.container3{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
 }

.row-text3 p{
    text-align: left;
    font-size: 12px;
    line-height: 1.5rem;
    padding-right: 3rem;
    margin-left: 3rem;
    width: auto;
    color: white;
    text-align: justify;
     
}

.p3::before{
    content:'';
    background-color: #FF346E;
    height: 370px;
    width: 1px;
    float: left;
    margin-right: 20px;
    margin-top: -38px;
    

}


.row-img3 img{
    width: 100px;
    height: 100px;
    margin-left: 5px;
    
}
.row-img3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 3rem;

}

.col3-img img{
    width: 100px;
    height: 100px;
    margin-left: 5px;
    position: relative;
    z-index: 10;

    
}

.exrtra3-img img{
   display: none;
}

.banner3-color-behind{
    background-color:#FF346E;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 35px;
    margin-top: 30px;
    z-index: 0;
}

/*values Sectio*/

.container4{
    padding-bottom: 1rem;
}

.row-values{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem 0;

}

.col1-value{
    width: 170px;
    height: 100px;
    margin: 5px;
    padding: 3px 3px;
    justify-content: center;
    text-align: center;
}

.row-values i{
    color:white;
    font-size: 30px;
}

.row-values h3{
    color: #B7B8C3;
    margin-top: 10px;
}


@media only screen and (min-width:768px){
    .why-join{
        background-color: #0C0C31;
        padding: 3rem 0    }

    
    .heading3{
        text-align: left;
        color: #B7B8C3;
        padding-top: 3rem;
        padding-left: 15rem;
        margin-bottom: 1rem;
        font-family: AvertaR;
        font-size: 36px;
        
    
    }
    
    .container3{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 10rem;
        
     }
    
    .row-text3 p{
        text-align: left;
        font-size: 18px;
        line-height: 2.5rem;
        padding-right: 3rem;
        margin-left: 4rem;
        width: auto;
        color: white;
        text-align: justify;
        width: 75%;
         
    }
    
    .p3::before{
        content:'';
        background-color: #FF346E;
        height: 250px;
        width: 1px;
        float: left;
        margin-right: 20px;
        margin-top: -50px;
    }
    
    
    .row-img3 img{
        width: 100px;
        height: 100px;
        margin-left: 5px;
        
    }
    .row-img3{
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 5rem 3rem;
    
    }
    
    .col3-img img{
        width: 300px;
        height: 300px;
        margin-left: 20px;
        position: relative;
        z-index: 10;    
    }

    .exrtra3-img img{
        width: 300px;
        height: 300px;
        margin-left: 20px;
        position: relative;
        z-index: 10;
        display: block;
    }
    
    .banner3-color-behind{
        background-color:#FF346E;
        opacity: 0.3;
        position: absolute;
        width: 100%;
        height: 120px;
        margin-top:90px;
        z-index: 0;
    }
    
    /*Values Sectio*/
    
    .container4{
        padding-bottom: 2rem;
    }
    
    .row-values{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    
    }
    
    .col1-value{
    
        width: 200px;
        height: 170px;
        margin: 40px;
        border: #FF346E solid 1px;
        padding: 10px 10px;
        justify-content: center;
        text-align: center;
       
    
    }
    
    .row-values i{
        color:white;
        font-size: 35px;
        margin-top: 20px;
        
    }
    
    .row-values h3{
        color: #B7B8C3;
        margin-top: 30px;
       
    }

}


@media (min-width: 1338px){
    .why-join{
        background-color: #0C0C31;
        padding: 3rem 0    }

    
    .heading3{
        text-align: left;
        color: #B7B8C3;
        padding-top: 3rem;
        padding-left: 15rem;
        margin-bottom: 1rem;
        font-family: AvertaR;
        font-size: 36px;
        
    
    }
    
    .container3{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 10rem;
        
     }
    
    .row-text3 p{
        text-align: left;
        font-size: 18px;
        line-height: 2.5rem;
        padding-right: 3rem;
        margin-left: 4rem;
        width: auto;
        color: white;
        text-align: justify;
        width: 75%;
         
    }
    
    .p3::before{
        content:'';
        background-color: #FF346E;
        height: 320px;
        width: 1px;
        float: left;
        margin-right: 20px;
        margin-top: -50px;
    }
    
    
    .row-img3 img{
        width: 100px;
        height: 100px;
        margin-left: 3px;
        
    }
    .row-img3{
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 5rem 1rem;
    
    }
    
    .col3-img img{
        width: 300px;
        height: 300px;
        margin-left: 10px;
        position: relative;
        z-index: 10;    
    }

    .exrtra3-img img{
        width: 300px;
        height: 300px;
        margin-left: 10px;
        position: relative;
        z-index: 10;
        display: block;
    }
    
    .banner3-color-behind{
        background-color:#FF346E;
        opacity: 0.3;
        position: absolute;
        width: 100%;
        height: 120px;
        margin-top:90px;
        z-index: 0;
    }
    
    /*Values Sectio*/
    
    .container4{
        padding-bottom: 2rem;
    }
    
    .row-values{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    
    }
    
    .col1-value{
    
        width: 200px;
        height: 170px;
        margin: 40px;
        border: #FF346E solid 1px;
        padding: 10px 10px;
        justify-content: center;
        text-align: center;
       
    
    }
    
    .row-values i{
        color:white;
        font-size: 35px;
        margin-top: 20px;
        
    }
    
    .row-values h3{
        color: #B7B8C3;
        margin-top: 30px;
       
    }

}




/*For large screens*/

@media (min-width: 2557px){
    .why-join{
        background-color: #0C0C31;
        padding: 3rem 0    }

    
    .heading3{
        text-align: left;
        color: #B7B8C3;
        padding-top: 3rem;
        padding-left: 24rem;
        margin-bottom: 1rem;
        font-family: AvertaR;
        font-size: 50px;
        
    
    }
    
    .container3{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 10rem;
        
     }
    
    .row-text3 p{
        text-align: left;
        font-size: 40px;
        line-height: 4rem;
        padding-right: 3rem;
        margin-left: 15rem;
        width: auto;
        color: white;
        text-align: justify;
        width: 75%;
         
       
    }
    
    .p3::before{
        content:'';
        background-color: #FF346E;
        height: 500px;
        width: 5px;
        float: left;
        margin-left: -3rem;
        margin-top: -55px;
    }
    
    
    .row-img3 img{
        width: 100px;
        height: 100px;
        margin-left: 3px;
        
    }
    .row-img3{
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 5rem 1rem;
    
    }
    
    .col3-img img{
        width: 500px;
        height: 500px;
        margin-left: 25px;
        position: relative;
        z-index: 10;    
    }

    .exrtra3-img img{
        width: 500px;
        height: 500px;
        margin-left: 25px;
        position: relative;
        z-index: 10;
        display: block;
    }
    
    .banner3-color-behind{
        background-color:#FF346E;
        opacity: 0.3;
        position: absolute;
        width: 100%;
        height: 230px;
        margin-top:115px;
        z-index: 0;
    }
    
    /*Values Sectio*/
    
    .container4{
        padding-bottom: 2rem;
    }
    
    .row-values{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    
    }
    
    .col1-value{
    
        width: 265px;
        height: 255px;
        margin: 35px;
        border: #FF346E solid 5px;
        padding: 25px 10px;
        justify-content: center;
        text-align: center;
       
    
    }
    
    .row-values i{
        color:white;
        font-size: 55px;
        margin-top: 20px;
        
    }
    
    .row-values h3{
        color: #B7B8C3;
        margin-top: 65px;
       
    }


}




 /*partner section*/

.partner-heading{
    text-align: center;
    color: #0C0C31;
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-family: AvertaR;
}

.partner-container{
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; 
    align-items: baseline;  
  
}

.partner-img img{
    width: 110px;
    height: 100px;
    display: inline-block; 
    margin: 6px;  
    padding: 3px;
    position:relative;
    object-fit: cover; 

}

@media only screen and (min-width:768px){

    .partner-heading{
        text-align: center;
        color: #0C0C31;
        padding-top: 2rem;
        padding-bottom: 1rem;
        font-family: AvertaR;
    }
    
    .partner-container{
        padding: 2rem 2rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;   
    }
    
    .partner-img img{
        width: 130px;
        height: 110px;
        display: inline-block; 
        margin: 6px;  
        position:relative;
        object-fit: cover;
        padding: 3px;
    }

}



/*For large screens*/

@media (min-width: 2557px){
    .partner-heading{
        text-align: center;
        color: #0C0C31;
        padding-top: 2rem;
        padding-bottom: 1rem;
        font-family: AvertaR;
        font-size: 40px;
    }
    
    .partner-container{
        padding: 2rem 2rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;   
    }
    
    .partner-img img{
        width: 200px;
        height: 180px;
        display: inline-block; 
        margin: 6px;  
        position:relative;
        object-fit: cover;
        padding: 3px;
    }

}






/*Instagram Feed*/

.instagram-feed{
    background-color: #0C0C31;
    padding: 2rem 3rem;
}

.inatagram{

}

@media only screen and (min-width:768px) {

    .instagram-feed{
        background-color: #0C0C31;
        padding: 2rem 3rem;
    }
          
}

 /* Contact Us Section*/

.form-box{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 100px;
}

.form-box:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("img/bg.jpg") no-repeat center;
	background-size: cover;
	filter: blur(50px);
	z-index: -1;
}
.contact-box{
	max-width: 1130px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
    /* padding: 1rem 1rem; */
}

.left{
	background: url("Screen Shot 1444-01-27 at 11.24.45 AM.png") no-repeat center;
	background-size: cover;
	height: 100%;
    position: relative;
    

}
.left .overlay{
    width: 100%;
	height: 100%;
	left: 0;
	top: 0;
    position: absolute;
    background-color: #0C0C31;
    opacity: 0.3;
   
}

.form-logo img{
    width: 200px;
    height: auto;
    margin-left: -17rem;
    margin-top: 3px;
}

.h-form{
    color: white;
    justify-content: center;
    text-align: center;
    align-content: center;
    margin-top: 5rem;
    
}

.p-form{
    color: white;
    justify-content: center;
    text-align: center;
    align-content: center;
    margin-top: 1rem;
    margin-left: 7rem;
    width:60%;
    line-height: 40px;
    
}

.right{
	padding: 25px 40px;
}

h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
    color: #0C0C31;
}

.field{
	width: 100%;
	border: 1px solid #B7B8C3;
	outline: none;
	padding: 1rem 1rem;
	font-size: 12px;
	margin-bottom: 11px;
    margin-top: 11px;
	transition: .3s;
}

.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

textarea{
	min-height: 150px;
}

.btn{
	width: 100%;
	padding: 1rem 1rem;
	background-color: #0C0C31;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
    margin-top: 3px;
}

.btn:hover{
    background-color: #0C0C31;
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*For mini screens*/
@media only screen and (max-width:320px){
    .form-box{
        position: relative;
        width: 320;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 50px;
       
    }
    
    .form-box:after{
        content: '';
        position: absolute;
        width: 320px;
        height: auto;
        left: 0;
        top: 0;
        background: url("img/bg.jpg") no-repeat center;
        background-size: cover;
        filter: blur(50px);
        z-index: -1;
    }
    .contact-box{
        max-width: 320px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: #fff;
        
    }
    
    .left{
        background: url("/Users/ime15pro/Desktop/EO project/Screen Shot 1444-01-27 at 11.24.45 AM.png") no-repeat center;
        background-size: cover;
        height: 280px;
        position: relative;
    
    }
    .left .overlay{
        width: 320px;
        height: auto;
        left: 0;
        top: 0;
        position: absolute;
        background-color: #0C0C31;
        opacity: 0.3;
       
    }
    
    .form-logo img{
        width: 150px;
        height: auto;
        margin-left: -10rem;
        margin-top: 3px;
    }
    
    .h-form{
        color: white;
        justify-content: center;
        text-align: center;
        align-content: center;
        margin-top: 0.8rem;
        
    }
    
    .p-form{
        color: white;
        justify-content: center;
        text-align: center;
        align-content: center;
        margin-top: 0.3rem;
        margin-left: 4rem;
        width:70%;
        line-height: 30px;
        font-size: 12px;
        
    }
    
    .right{
        padding: 15px 20px;
        
    }
    
    h2{
        position: relative;
        padding: 0 0 10px;
        margin-bottom: 10px;
        color: #0C0C31;
    }
    
    .field{
        width: 280px;
        border: 1px solid #B7B8C3;
        outline: none;
        padding: 0.5rem 0.5rem;
        font-size: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        transition: .3s;
    }
    
    .field:hover{
        background-color: rgba(0, 0, 0, 0.1);
    }
    
    textarea{
        min-height: 150px;
    }
    
    .btn{
        width: 100%;
        padding: 0.5rem 0.5rem;
        background-color: #0C0C31;
        color: #fff;
        font-size: 14px;
        border: none;
        outline: none;
        cursor: pointer;
        transition: .3s;
        margin-top: 3px;
    }
    
    .btn:hover{
        background-color: #0C0C31;
    }
    
    .field:focus{
        border: 2px solid rgba(30,85,250,0.47);
        background-color: #fff;
    }


}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/






@media (max-width:768px){

    .form-box{
        position: relative;
        width: 750;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 50px;
       
    }
    
    .form-box:after{
        content: '';
        position: absolute;
        width: 750px;
        height: auto;
        left: 0;
        top: 0;
        background: url("img/bg.jpg") no-repeat center;
        background-size: cover;
        filter: blur(50px);
        z-index: -1;
    }
    .contact-box{
        max-width: 390px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: #fff;
        
    }
    
    .left{
        background: url("/Users/ime15pro/Desktop/EO project/Screen Shot 1444-01-27 at 11.24.45 AM.png") no-repeat center;
        background-size: cover;
        height: 280px;
        position: relative;
    
    }
    .left .overlay{
        width: 330px;
        height: auto;
        left: 0;
        top: 0;
        position: absolute;
        background-color: #0C0C31;
        opacity: 0.3;
       
    }
    
    .form-logo img{
        width: 150px;
        height: auto;
        margin-left: -13rem;
        margin-top: 3px;
    }
    
    .h-form{
        color: white;
        justify-content: center;
        text-align: center;
        align-content: center;
        margin-top: 0.8rem;
        
    }
    
    .p-form{
        color: white;
        justify-content: center;
        text-align: center;
        align-content: center;
        margin-top: 0.3rem;
        margin-left: 4rem;
        width:70%;
        line-height: 30px;
        font-size: 12px;
        
    }
    
    .right{
        padding: 15px 30px;
        
    }
    
    h2{
        position: relative;
        padding: 0 0 10px;
        margin-bottom: 10px;
        color: #0C0C31;
    }
    
    .field{
        width: 330px;
        border: 1px solid #B7B8C3;
        outline: none;
        padding: 0.5rem 0.5rem;
        font-size: 12px;
        margin-bottom: 11px;
        margin-top: 11px;
        transition: .3s;
    }
    
    .field:hover{
        background-color: rgba(0, 0, 0, 0.1);
    }
    
    textarea{
        min-height: 150px;
    }
    
    .btn{
        width: 100%;
        padding: 0.5rem 0.5rem;
        background-color: #0C0C31;
        color: #fff;
        font-size: 1rem;
        border: none;
        outline: none;
        cursor: pointer;
        transition: .3s;
        margin-top: 3px;
    }
    
    .btn:hover{
        background-color: #0C0C31;
    }
    
    .field:focus{
        border: 2px solid rgba(30,85,250,0.47);
        background-color: #fff;
    }
}



/*For large screens*/

@media (min-width: 2557px){
     /* Contact Us Section*/

.form-box{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 100px;
}

.form-box:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("img/bg.jpg") no-repeat center;
	background-size: cover;
	filter: blur(50px);
	z-index: -1;
}
.contact-box{
	max-width: 1750px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
    /* padding: 1rem 1rem; */
}

.left{
	background: url("Screen Shot 1444-01-27 at 11.24.45 AM.png") no-repeat center;
	background-size: cover;
	height: 100%;
    position: relative;
    

}
.left .overlay{
    width: 100%;
	height: 100%;
	left: 0;
	top: 0;
    position: absolute;
    background-color: #0C0C31;
    opacity: 0.3;
   
}

.form-logo img{
    width: 250px;
    height: auto;
    margin-left: -25rem;
    margin-top: 3px;
}

.h-form{
    color: white;
    justify-content: center;
    text-align: center;
    align-content: center;
    margin-top: 5rem;
    
}

.p-form{
    color: white;
    justify-content: center;
    text-align: center;
    align-content: center;
    margin-top: 1rem;
    margin-left: 12rem;
    width:60%;
    line-height: 40px;
    font-size: 25px;
    
}

.right{
	padding: 25px 40px;
}

h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
    color: #0C0C31;
}

.field{
	width: 100%;
	border: 1px solid #B7B8C3;
	outline: none;
	padding: 1rem 1rem;
	font-size: 20px;
	margin-bottom: 11px;
    margin-top: 11px;
	transition: .3s;
}

.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

textarea{
	min-height: 150px;
}

.btn{
	width: 100%;
	padding: 1rem 1rem;
	background-color: #0C0C31;
	color: #fff;
	font-size: 3rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
    margin-top: 3px;
}

.btn:hover{
    background-color: #0C0C31;
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}


}




/*board text section*/

.about-boards{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;    
    justify-content: center;
    padding: 1.5rem;
}

.about-boards h1{
    color: #3C3E50;
    font-family: CGR;
    margin-bottom: 10px;
    font-size: 30px;
   

}

.about-boards .board-text {
    text-align: left;
    font-size: 14px;
    line-height: 2.5rem;
    width: auto;
    color: #0C0C31;
    text-align: justify;

}

.board-text::before{
    content:'';
    background-color: #F3836F;
    height: 230px;
    width: 1px;
    float: left;
    margin-right: 20px;
    margin-top: -40px;
}

/*board pagination section*/


.pagination a {
    color: #0C0C31;
    float: left;
    padding: 8px 8px;
    text-decoration: none;
    transition: background-color .3s;
    font-size: 14px;
    font-family: CGR;
    border-radius: 10px;
    margin-left: 2px;
  }
  
  .pagination a.active {
    background-color: #F3836F;
    color: white;
    border-radius: 10px;
  }

  .pagination a:hover:not(.active) {
    background-color: #ddd;
}


  
/*Card Section*/

.board-section{
    margin-top: 3rem;
}

.card-wrapper{
    padding: 2rem 0.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; 
    align-items: baseline; 
      
}


.card{
    width: 160px;
    height: 240px;
    background-color: white;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    margin: 5px;
    margin-bottom: 5.5rem;
}

 .banner-color {
   position: relative;
   margin-top: -77px;
   background-image: url(Screen\ Shot\ 1444-01-27\ at\ 11.24.45\ AM.png);
   height: 100px;
   width: 100%;
   object-fit: cover;
   background-position: center;
   background-repeat: no-repeat; 
 }

 .card .profile-img {
   position:relative;
   width: 120px;
   height: 120px;
   object-fit: cover;
   border-radius: 200px;
   margin-top: -70px;
   margin-left: 22px;
   align-content: center;
   border: 3px solid #0C0C31;
 }

 .name {
   font-family: CGB;
   font-size: 15px;
   color: #4f5054;
   text-align: center;
   margin: 5px 5px;
 }


 .position {
   font-family: AvertaR;
   font-size: 14px;
   color: #0C0C31;
   text-align: center;
   margin: 5px 5px;
 }

 .desc{
   font-family: CGR;
   font-size: 12px;
   color:#4f5054;
   font-weight: bold;
   text-align: center;
   margin: 10px 5px;
   
 }

 .year{
   font-family: AvertaR;
   font-size: 12px;
   color: #0C0C31;
   text-align: center;
 }


 @media only screen and (min-width:768px){

/*board text section*/

.board-section{
    margin-top: 5rem;
   
}

.about-boards{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;    
    justify-content: center;
    padding: 3rem 12.8rem;
}

.about-boards h1{
    color: #3C3E50;
    font-family: CGR;
    margin-bottom: 10px;
   

}

.about-boards .board-text {
    text-align: left;
    font-size: 18px;
    line-height: 2.5rem;
    width: auto;
    color: #0C0C31;
    text-align: justify;

}

.board-text::before{
    content:'';
    background-color: #F3836F;
    height: 100px;
    width: 1px;
    float: left;
    margin-right: 20px;
    margin-top: 10px
}

/*board pagination section*/

.pagination a {
    color: #0C0C31;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    font-size: 20px;
    font-family: CGR;
  }
  
  .pagination a.active {
    background-color: #F3836F;
    color: white;
  }
  .pagination a:hover:not(.active) {background-color: #ddd;}

  

/*Card Section*/

    .card-wrapper{
        padding: 2rem 2.5rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center; 
        position: relative;   
    }
    
    .card{
        width: 290px;
        height: 305px;
        background-color: #ffffff;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        margin-left: 2rem;
        margin-bottom: 6.5rem;
        
    }
    
    
    
     .banner-color {
       position: relative;
       margin-top: -77px;
       background-image: url(Screen\ Shot\ 1444-01-27\ at\ 11.24.45\ AM.png);
       height: 120px;
       width: 100%;
       object-fit: cover;
       background-position: center;
       background-repeat: no-repeat; 
     }
    
     .card .profile-img {
       position:relative;
       width: 150px;
       height: 150px;
       object-fit: cover;
       border-radius: 200px;
       margin-top: -70px;
       margin-left: 70px;
       border: 3px solid #0C0C31;
     }
    
     .name {
        font-family: CGB;
        font-size: 18px;
        color: #4f5054;
        margin: 5px 10px;
      }
     
      .position {
        font-family: AvertaR;
        font-size: 16px;
        color: #0C0C31;
        margin: 5px 10px;
      }
     
      .desc{
        font-family: CGR;
        font-size: 14px;
        color:#4f5054;
        font-weight: bold;
        margin: 10px 10px;
        
      }
     
      .year{
        font-family: AvertaR;
        font-size: 14px;
        color: #0C0C31;
      }

      /*board pagination section*/


.pagination a {
    color: #0C0C31;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    font-size: 25px;
    font-family: CGR;
    border-radius: 10px;
    margin-left: 6px;
  }
  
  .pagination a.active {
    background-color: #F3836F;
    color: white;
    border-radius: 10px;
  }

  .pagination a:hover:not(.active) {
    background-color: #ddd;
}


 }

 /*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*For mini screens*/
@media only screen and (max-width:320px){
    /*board text section*/

.about-boards{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;    
    justify-content: center;
    padding: 1.5rem;
}

.about-boards h1{
    color: #3C3E50;
    font-family: CGR;
    margin-bottom: 10px;
    font-size: 18px;
   

}

.about-boards .board-text {
    text-align: left;
    font-size: 14px;
    line-height: 2.5rem;
    width: auto;
    color: #0C0C31;
    text-align: justify;

}

.board-text::before{
    content:'';
    background-color: #F3836F;
    height: 230px;
    width: 1px;
    float: left;
    margin-right: 20px;
    margin-top: -40px;
}

/*board pagination section*/


.pagination a {
    color: #0C0C31;
    float: left;
    padding: 8px 6px;
    text-decoration: none;
    transition: background-color .3s;
    font-size: 12px;
    font-family: CGR;
    border-radius: 10px;
    margin-left: 2px;
  }
  
  .pagination a.active {
    background-color: #F3836F;
    color: white;
    border-radius: 10px;
  }

  .pagination a:hover:not(.active) {
    background-color: #ddd;
}

/*Card Section*/

.board-section{
    margin-top: 3rem;
}

.card-wrapper{
    padding: 2rem 0.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; 
    align-items: baseline; 
      
}


.card{
    width: 160px;
    height: 240px;
    background-color: white;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    margin: 5px;
    margin-bottom: 5.5rem;
}

 .banner-color {
   position: relative;
   margin-top: -77px;
   background-image: url(Screen\ Shot\ 1444-01-27\ at\ 11.24.45\ AM.png);
   height: 100px;
   width: 100%;
   object-fit: cover;
   background-position: center;
   background-repeat: no-repeat; 
 }

 .card .profile-img {
   position:relative;
   width: 120px;
   height: 120px;
   object-fit: cover;
   border-radius: 200px;
   margin-top: -70px;
   margin-left: 22px;
   align-content: center;
   border: 3px solid #0C0C31;
 }

 .name {
   font-family: CGB;
   font-size: 15px;
   color: #4f5054;
   text-align: center;
   margin: 5px 5px;
 }


 .position {
   font-family: AvertaR;
   font-size: 14px;
   color: #0C0C31;
   text-align: center;
   margin: 5px 5px;
 }

 .desc{
   font-family: CGR;
   font-size: 12px;
   color:#4f5054;
   font-weight: bold;
   text-align: center;
   margin: 10px 5px;
   
 }

 .year{
   font-family: AvertaR;
   font-size: 12px;
   color: #0C0C31;
   text-align: center;
 }


}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/






 /*For large screens*/

@media (min-width: 2557px){
    /*board text section*/

.board-section{
    margin-top: 5rem;
   
}

.about-boards{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;    
    justify-content: center;
    padding: 3rem 12.8rem;
}

.about-boards h1{
    color: #3C3E50;
    font-family: CGR;
    margin-bottom: 10px;
    justify-content: center;
    font-size: 50px;
   

}

.about-boards .board-text {
    text-align: left;
    font-size: 35px;
    line-height:4rem;
    width: auto;
    color: #0C0C31;
    text-align: justify;

}

.board-text::before{
    content:'';
    background-color: #F3836F;
    height: 100px;
    width: 5px;
    float: left;
    margin-right: 20px;
    margin-top: 10px
}

/*board pagination section*/

.pagination a {
    color: #0C0C31;
    float: left;
    padding: 10px 16px;
    text-decoration: none;
    transition: background-color .3s;
    font-size: 40px;
    font-family: CGR;
  }
  
  .pagination a.active {
    background-color: #F3836F;
    color: white;
  }
  .pagination a:hover:not(.active) {background-color: #ddd;}

  

/*Card Section*/

    .card-wrapper{
        padding: 2rem 2.5rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center; 
        position: relative;   
    }
    
    .card{
        width: 450px;
        height: 500px;
        background-color: #ffffff;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        margin-left: 3rem;
        margin-bottom: 7.5rem;
        
    }
    
    
    
     .banner-color {
       position: relative;
       margin-top: -77px;
       background-image: url(Screen\ Shot\ 1444-01-27\ at\ 11.24.45\ AM.png);
       height: 150px;
       width: 100%;
       object-fit: cover;
       background-position: center;
       background-repeat: no-repeat; 
     }
    
     .card .profile-img {
       position:relative;
       width: 150px;
       height: 150px;
       object-fit: cover;
       border-radius: 200px;
       margin-top: -70px;
       margin-left: 150px;
       border: 3px solid #0C0C31;
     }
    
     .name {
        font-family: CGB;
        font-size: 30px;
        color: #4f5054;
        margin: 6px 10px;
      }
     
      .position {
        font-family: AvertaR;
        font-size: 35px;
        color: #0C0C31;
        margin: 20px 10px;
      }
     
      .desc{
        font-family: CGR;
        font-size: 30px;
        color:#4f5054;
        font-weight: bold;
        margin: 20px 10px;
        
      }
     
      .year{
        font-family: AvertaR;
        font-size: 30px;
        color: #0C0C31;
      }

      /*board pagination section*/


.pagination a {
    color: #0C0C31;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    font-size: 25px;
    font-family: CGR;
    border-radius: 10px;
    margin-left: 6px;
  }
  
  .pagination a.active {
    background-color: #F3836F;
    color: white;
    border-radius: 10px;
  }

  .pagination a:hover:not(.active) {
    background-color: #ddd;
}





}




/*Footer Section*/

.footer-box{
    background-color: #0C0C31;
    height: auto;
}

.footer-logo {
    width: 70px;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer-line{
    height: 1px;
    background-color: #B7B8C3;
    opacity: 0.4;
}

.footer-bottom{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.copyright {
    color: #fff;
    font-size: 9px;
    margin-bottom: 20px;
}

.social-links i{
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    justify-content: center;
    margin-left: 5px;
    margin-bottom: 10px;
}

@media only screen and (min-width:768px){

.footer-box{
    background-color: #0C0C31;
}

.footer-logo {
   
    width: 80px;
    margin-left: 80px;
    margin-top: 80px;
    margin-bottom: 20px;
}

.footer-line{
    height: 1px;
    background-color: #B7B8C3;
    opacity: 0.4;
}

.footer-bottom{
    display: flex;
    flex-direction: row;
    padding: 20px 40px;
    justify-content: space-between;
}

.copyright {
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    margin-left: 40px;
    
   
}

.social-links{
    margin-left: 30px;

}

.social-links i{
    color: #fff;
    opacity: 0.7;
    font-size: 16px;
    justify-content: center;
    margin-left: 5px;
}

}



/*For large screens*/

@media (min-width: 2557px){

    .footer-box{
        background-color: #0C0C31;
    }
    
    .footer-logo {
       
        width: 200px;
        margin-left: 80px;
        margin-top: 80px;
        margin-bottom: 20px;
    }
    
    .footer-line{
        height: 1px;
        background-color: #B7B8C3;
        opacity: 0.4;
    }
    
    .footer-bottom{
        display: flex;
        flex-direction: row;
        padding: 20px 40px;
        justify-content: space-between;
    }
    
    .copyright {
        color: #fff;
        font-size: 30px;
        margin-bottom: 20px;
        margin-left: 25px;
        
       
    }
    
    .social-links{
        margin-left: 30px;
    
    }
    
    .social-links i{
        color: #fff;
        opacity: 0.7;
        font-size: 25px;
        justify-content: center;
        margin-left: 5px;
    }
    
    }
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*For mini screens*/
@media only screen and (max-width:320px){
    /*Footer Section*/

.footer-box{
    background-color: #0C0C31;
    height: auto;
}

.footer-logo {
    width: 70px;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer-line{
    height: 1px;
    background-color: #B7B8C3;
    opacity: 0.4;
}

.footer-bottom{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.copyright {
    color: #fff;
    font-size: 7px;
    margin-bottom: 20px;
}

.social-links i{
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    justify-content: center;
    margin-left: 5px;
    margin-bottom: 10px;
}

}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



