@charset "utf-8";
/* CSS Document */

.about-header-banner
{
	background-image:url(../img/about-banner.jpg);
	height:400px;
	background-size: cover;
}
.overlay
{
	position:absolute;
	height: 400px;
    width: 100%;
	background:#00000082;
}

.about-bg
{
	background-image:url(../img/aboutbg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
.about-intro
{
	color: #fff;
    font-weight: 400;
	font-size: 26px;
}
.abtimg { flex:right; width: 17em;}
.founderimg { flex:right; width: 177px;border-radius: 50%;}
.violet-wrapper
{
	background: #4656a3;
    padding: 2em;
    color: #fff;
    border-radius: 7px;
}
.violet-wrapper p
{
	font-weight: 400;
    font-size: 19px;
    letter-spacing: 1px;
}
.white-bg { background:#fff; border-radius:7px; margin-top: 3em; height:300px}
.full-width { 
    height: 300px;
    box-sizing: border-box;
	width:100%;
	border-radius: 7px;

}
.AboutContainer{
	border-style: solid;
    border-color: #4655a3;
    padding: 1em !important;
    border-radius: 1em;
    border-width: .2em;
}	
.vm-titles
{
	color: #7989bc;
    font-size: 30px;
}
.vm-hr {     background: #8097cd;
 }
 .vision-mission p
 {
	color: #7f96cc;
	font-weight: 500;
 }
 .vision-mission
 {
   padding:3em 2em;
 }
 .mission-content 
 {
	 text-align:right;
 }
 .our-values
 {
	color: #fff;
    font-weight: 400;
    font-size: 30px;
 }
 .ourvalue-section h5
 {
	     color: #fff;
    font-size: 24px;
    font-weight: 400;
 }
 .ourvalue-section p
 {
	color: #fff;
    font-size: 20px;
    /* font-weight: 400; */
 }
 .sub-values {     margin-top: 2em; }
 .values { 
 padding-top:3em;
 padding-bottom:3em; }
 .right-padding { padding-right:0px; }
 .left-padding { padding-left:0px; }
 .hands { text-align:right; }
 .shake-hands
 {
	padding-bottom: 3%;
    padding-top: 37%;
 }
 @media(max-width:768px)
 {
	  .white-bg 
	 {
		height: auto;
	 }
	.mission-content {
    	text-align: left;
	}
	.founderImage{
		text-align: center !important;
	 }
	 
 }
 @media(max-width:576px)
 {
	 .vision-mission {
    padding: 2em 0px;
	 }
	
.right-padding { padding-left:0px;}

 }