#Head1
  {
    text-align: center;
    color:#245993 ;
  }
  #Head1>strong
  {
    color:#857a3a ;
  }
  ul {
    list-style: none;
  }
  
  ul#awards li::before,ul#responsibilities li::before {
    content: "\2022";
    color: #857a3a;
    
    font-size:xx-large;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }
  @media(min-width:1024px)
  {
    img#founderimg
    {
      width:300px;
      margin-left:42px;
      margin-bottom: 25px;
    }
  }
  @media(max-width:768px)
  {
    img#founderimg
    {
      width:380px;
      margin-left:180px;
      margin-bottom: 20px;
        }
        #aboutcontent
        {
          margin-left: 10px;
          margin-right: 5px;
        }
        .aboutmedia{
          margin-bottom:20px;
        }
  
      }

  @media(max-width:425px)
  {
    img#founderimg
    {
      width:300px;
      margin-left:45px;
      margin-bottom: 20px;
    }
    #aboutcontent
    {
      margin-left: 10px;
      margin-right: 5px;
    }
    

  }
  @media(max-width:375px)
  {
    img#founderimg
    {
      width:300px;
      margin-left:20px;
    }
  }
  @media(max-width:374px)
  {
    img#founderimg
    {
      width:250px;
      margin-left:20px;
    }
  }
/*******************************about social media *****************************************************/



a.btn-social,
.btn-social
{
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    margin-bottom:10px;
    transition: background-color .3s;
  
    width: 54px;
}

.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
 
    transform: scale(1);
    transition: all .25s;
    
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    
    transform: scale(1.3);
  
}
.btn-social.btn-xs
{
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}
.btn-social.btn-lg
{
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}


.btn-dropbox
{
    background-color: #245993 ;
}
.btn-dropbox:hover
{
    background-color: #857a3a;
}
.btn-facebook
{
    background-color: #245993 ;
}
.btn-facebook:hover,#aboutfb.fa-facebook:hover
{
    background-color: #857a3a;
}

.btn-instagram
{
    background-color: #245993 ;
}
.btn-instagram:hover,#aboutinsta.fa-instagram:hover
{
    background-color: #857a3a;
}


.btn-linkedin
{
    background-color: #245993 ;
}
.btn-linkedin:hover,#aboutlinkedin.fa-linkedin:hover
{
    background-color: #857a3a;
}

.btn-twitter
{
    background-color: #245993 ;
}
.btn-twitter:hover,#abouttwitter.fa-twitter:hover
{
    background-color: #857a3a;
}
#aboutfb.fa-facebook, #abouttwitter.fa-twitter, #aboutlinkedin.fa-linkedin,  #aboutinsta.fa-instagram {
 
  color:white;
  border: none;
  font-size:20px ;
  margin-top:10px;

}

/*******************************about social media *****************************************************/
/**************************** NEWS FEEDS*****************************************/
 /*description*/
 
 @media (max-width: 375px)
 {
 .ribbon {
     font-size:1.750em!important;
 }

 
}
 
 @media (max-width: 600px)
 {
  
 .ribbon:before{
  width: 0.469em;
  height: 3.0em;
  padding: 0 0 0.438em;
  top: 0;
  left: -0.469em;
  background: inherit;
  border-radius: 0.313em 0 0 0.313em;
 }

}

 @media (max-width: 600px)
 {
 .ribbon {
     line-height: 1.143em;
     padding: 0.5em;
 }

 
}
 .ribbon {
     position: relative;
     padding: 0 0.5em;
     font-size: 2.000em;
     margin: 0 0 0 -0.625em;
     line-height: 1.875em;
     color: white;
     border-radius: 0 0.156em 0.156em 0;
     background:#245993;
     box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
 }
 @media(min-width:600px)
 {
 .ribbon:before {
    width: 0.469em;
    height: 2.250em;
    padding: 0 0 0.438em;
    top: 0;
    left: -0.469em;
    background:  #245993;
    border-radius: 0.313em 0 0 0.313em;
}
 }
.ribbon:before, .ribbon:after {
    position: absolute;
    content: '';
    display: block;
}

 h1 {
     display: block;
     font-size: 2em;
     margin-block-start: 0.67em;
     margin-block-end: 0.67em;
     margin-inline-start: 0px;
     margin-inline-end: 0px;
     font-weight: bold;
 }
 
 .ribbon:after {
     width: 0.313em;
     height: 0.350em;
     background: rgba(0,0,0,0.35);
     bottom: -0.313em;
     left: -0.313em;
     border-radius: 0.313em 0 0 0.313em;
     box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
 }
 
  .content {
    background: white;
     width: 90%;
     min-height: 3.750em;
    margin: 2em auto;
    padding: 1.250em;
    border-radius: 0.313em;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    line-height: 1.5em;
    color: #775f5f;
  }
.ribbon:before {
  width: 0.469em;
  height: 2.250em;
  padding: 0 0 0.438em;
  top: 0;
  left: -0.469em;
  background:  #245993;
  border-radius: 0.313em 0 0 0.313em;
}


@media(max-width:425px)
{
  #ribbonsizefb{
    font-size: 1.729em;
  }
 
  
}

@media(max-width:375px)
{
  #ribbonsizefb{
    font-size: 1.429em;
  }
  #ribbonsize{
    font-size: 1.429em;
  }
  
}
@media(max-width:320px)
{
  #ribbonsizefb{
    font-size: 1.329em;
  }
  #ribbonsize{
    font-size: 1.350em;
  }
  
}

/*description*/
/**************************** NEWS FEEDS *****************************************/