.fa-users,
.fa-list-ul,
.fa-meteor,
.fa-university,
.fa-database,
.fa-cogs,
.fa-server,
.fa-cog{
	color: #3d4d59;
	font-size: 40px;
}
.brand-partner-wrapper img {
	width: 150px;
	filter: grayscale(100%);
}
.brand-partner-wrapper img:hover {
	width: 150px;
	filter: grayscale(0%);
	cursor: pointer;
}
.section-heading h2 {
	color: #3d4d59;
}
.rsa-logo{
	width: 112px;
}
.fa-mobile-alt,
.fa-envelope-open-text{
	color: #3d4d59 !important;
}
.about-text{
	text-align: center;
}
@media screen and (max-width:768px) {
.brand-partner{
	margin-top: -40px;
}
.welcome-intro{

    
}
    .welcome-thumb-1 img{
        margin-top: -140px !important;
        width: 300px !important;
    }    
}

@media screen and (min-width:768px) {
.brand-partner{
	margin-top: -140px;
}
}
.social-row{
    font-size: 30px !important;
}
.fa-youtube-square:hover{
    color:red !important;
}
.blog-details p {
    word-break: break-word !important;
}
.lb-details{
    display: none !important;
}
.wrapper{
  
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  
}
.label-x,
 label{
    height: 225px;
    cursor: pointer;
}
.border-dashed{
    border: 2px dashed #3E4D59;
    opacity: .5;
    transition: .3s;
}
.border-dashed:hover{
    opacity: 1;
}
.icon-size{
    font-size: 140px;
    text-align: center;
    margin-top: 50px;
    color: #2f4650;
}
#fileUrl{
    height: 50px;
}
#fileUpload{
    height: 50px;
    background-color: #8f344c;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: .4s;
}
#fileUpload:hover{
    opacity: .8;
}
.uploadBtn{
    height: 50px;
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: .4s;
}
.uploadBtn:hover{
    opacity: .8;
}
.copyClass{
    cursor: pointer;
}
.no-drop{
    cursor: no-drop;
}
.border-radius{
    border-radius: 15px;
}
#progressBar{
    height: 50px;
}

