
body{
    background-color: #e0e0e3;
}
.wraper{
    margin:auto;
    width:99%;
}





/* -------------------------------------------- Left -----------------------------------------*/
.left{
    float: left;
    width: 20%;
}
.profileimg {
    border-radius: 50%;
    margin-left:15%;
    margin-top:20px;
    width: 70%;
  }
.profiletext{
    text-align: center;
    width: 80%;
    margin-left:10%;
    color: black;
    font-size: 16px;
}
.profiletext strong{
    font-size: 20px;
}

.card{
    border-radius: 5px;
    /* background-color: #eb3c23; */
    background: #fea8b7;
    /*background-image: linear-gradient(to bottom, pink , red);*/
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    padding-bottom: 30px;
    
}
/* .whatsnew{
    padding: 20px;
    border-style: groove;
    border-width: 1px;
} */
.menuheader{
    font-size:25px; 
    font-weight: bold; 
    text-align:center; 
    color: black;
}
.sidemenu ul {
    list-style-type: none;
    margin-top: 0;
    padding: 0% 10%;
  }
.sidemenu ul li{
    padding:10px;
    /*background-color: #70f1e4;*/
    background-color: gray;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* border-bottom-style: outset;
    border-width: 1px; */
}
.sidemenu ul li:hover{
    background-color: #f3c343;
}
.sidemenu ul li .far{color: white;}
.sidemenu ul li .fas{color:white;}
.sidemenu ul li a{
    text-decoration: none;
    color: white;
    border-radius: 5px;
}
.sidemenu ul li a:hover{
    color: black;}
.marquee{
    padding: 5px; 
    border-style: groove; 
    margin: 0px 20px; 
    border-width: 1px; 
    background-color: #f35943;
}

#more{
    display: none;
}
#btnreadmore{
    margin-top: 0px;
    color: white;
    float: right;
    padding: 4px 10px;
    background: #d38290;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 10px;
}
#btnreadmore:hover{
    cursor: pointer;
}
.msgdisplay{
    width: 70%;
    margin-left: 15%;
    /*background: #70f1e4;*/
    background-image: linear-gradient(to bottom, pink , #70f1e4);
    height: 110px;
    /*margin-left: 10%;*/
    padding-top: 85px;
}
.msginfomain{
    width: 82%; 
    height: 130px; 
    /*border: red 1px solid; */
    padding: 10px; 
    color: white; 
    font-size: 12px; 
    font-weight: bold; 
    margin-left: 5%;
    background: gray;
    border-radius: 10px;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.msginfomain:hover{
    background: gray;
}
/* -------------------------------------------- Right -----------------------------------------*/
.right{
    float: left;
    margin-left: 1%;
    width: 79%;
}
.mySlides {
    display:none;
    width: 100%;
    border-radius: 5px;
}
.slideshow{
    width:100%; 
    height: 300px; 
    overflow: hidden;
    border-radius: 5px;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.slideshow img{
    height: 100%;
}
.captionmain{
    float: left;
    width: 31%;
    margin: auto;
    position: relative;
    /*border: red 1px solid;*/

}
.capmain{
    float: right;
    margin-left: 2%;
    margin-top: 4%;
    width: 220px;
}

    .fas{
        color:#fea8b7;
    }
    .far{
        color:#fea8b7;
    }
.roundm{
    width: 60px; 
    height: 60px; 
    border-radius: 60px; 
    position: relative; 
    float: left; 
    z-index: 10; 
    border: white 5px solid; 
    background-image: linear-gradient(to bottom, #fea8b7 , gray); 
    padding: 15px;
    box-shadow:0 5px 10px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.roundm:hover{
    background-image: linear-gradient(to bottom, gray, #fea8b7 );
}
.roundm img{
    width: 60px;
}
.mtext{
    position: relative; 
    width: 100px; 
    border-radius: 20px; 
    background: gray; 
    margin-left: -30px; 
    margin-top: 25px; 
    float: left; 
    z-index: 1; 
    /* border: white 5px solid;  */
    padding-left: 35px; 
    padding-top: 15px;
    padding-bottom: 15px; 
    color: white;
    font-size: 12px;
    font-weight: bold;
    /*background-image: linear-gradient(to right, #fea8b7, gray);*/
}
.mtext:hover{
    background:black;
}
.mtexttwo{
    padding-top: 5px;
    padding-bottom: 10px;
}
.mtext a{
    text-decoration: none;
    color: white;
}
.headertxt{
    position: absolute;
    width: 77%;
    margin-bottom: 10px;
    margin-top: 250px;
    margin-left: 0px;
    background: black;
    color: white;
    opacity: 50%;
}
.headertxt a{
    font-size: 30px;
    float: right;
    padding-right: 20px;
    padding-top: 5px;
}
/* .navigationbar{
    padding:10px;
    border-radius: 5px;
    background-color: #eb3c23;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}
.navigationbar a{
    color: #04155c;
    text-decoration: none;
    font-weight: bold;
}
.navigationbar .c{    
    color: white;
} */
.maincontant{
    overflow: hidden;
    padding:1% 2%;
    margin-top: 5px;
    border-radius: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-size: 100% 100%;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    background:white;
}
.contright{
    width: 90%;
    display: table-cell; float: left;
}
.fulkari{
    background-image: url('img/fulkari.png');
    width: 4%;
    height: auto;
    overflow: hidden;
}
.fulkarimobile{
    float: right;
    background-image: url('img/fulkari.png');
    margin-right: 0px;
    height: auto;
    overflow: hidden;
}
.navtext{
    float: left;  
    color: black; 
    text-decoration: none;
    margin-left: 5px;
    font-weight: bold;
}

.indexcap{
    float: left; 
    width: 20%; 
    margin-top: 20px;
}

.indexcap2{
    float: left; 
    width: 20%; 
    margin-left: 5%; 
    margin-top: 20px;
}
.capimg{
    position: relative;
    float:right;
    margin-left:2.5%;
    width: 50%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    padding:5px;
  }

.msgimg{
    width:40%; 
    margin: 10px; 
    float: right;
}
.maincontant h3{
    color: #d38290;
    text-decoration: underline;
}
.maincontant p{
    text-align: justify;
}
.footer{
    width: 98%;
    padding: 10px;
    background-color: #eb3c23; 
    background-image: linear-gradient(to left, #fea8b7 , gray);
    text-align: center;
}
.footer a{
    padding: 10px;
    color: white;
    font-size: 15px;
    text-decoration: none;
}
.footer a:hover{
    color:yellow;
}
/*--------------- MENU --------------*/
.navigationbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: gray;
    background-image: linear-gradient(to right, gray, #fea8b7);
  }
  
  .navigationbar ul li {
    float: left;
  }
  
  .navigationbar ul li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .navigationbar ul li a:hover, .dropdown:hover .dropbtn {
    background-color: #f3c343;
    color: black;
  }

  
  .navigationbar ul li.dropdown {
    display: inline-block;
  }
  
  .navigationbar .dropdown-content {
    display: none;
    position: absolute;
    opacity: 90%;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .navigationbar .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .navigationbar .dropdown-content a:hover {background-color: #f3c343;}
  
  .navigationbar .dropdown:hover .dropdown-content {
    display: block;
  }

/*@media only screen and (max-width: 700px) {
    .slideshow{
        height: 200px; 
    }
    .left{
        width: 45%;
    }
    .right{
        width: 54%;
    }
    

  }
*/

  /*@media only screen and (max-width: 500px) {
    
    .slideshow{
        height: auto; 
    }
    .left{
        width: 100%;
    }
    .right{
        width: 100%;
    }
    .headertxt{
        display: none;
    }
    .msgimg{
        width:95%;
    }
    .card{
        background-color: white;
    }
    .profiletext{
        color: black;
        font-size: 18px;
    }
    .indexcap {
        width: 100%;
        margin-left: 0%;
    }
    .indexcap2{
        width: 100%;
        margin-left: 0%;
    }
    .maincontant hr{
        width: 100%;
        margin-top: 10px;
    }
    .fulkari{
        display: none;
    }
  }*/