html {
	outline: none;
	width: 100%;
	scroll-behavior: smooth;
}
body {
	width: 100%;
	font-family: "Montserrat";
	font-weight: 200;
    letter-spacing: 1px;
	margin: 0;
	background-color: white;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	display: none;
}
h1 {
	font-weight: 600;
    font-size: 80px;
    letter-spacing: 5px;
    font-family: 'Big Shoulders Display';
    color: white;
    margin: 0;
}
h2 {
	font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Big Shoulders Display';
    color: black;
    margin: 0;
}
h3 {
	font-weight: 500;
    font-size: 30px;
    letter-spacing: 2px;
    font-family: 'Big Shoulders Display';
    color: black;
    margin: 0;
}
h4 {
	font-size: 30px;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    color: #ef0d33;
    font-weight: 300;
    margin: 0;
}
h5 {
	font-size: 14px;
    font-weight: bold;
    color: #ef0d33;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    margin: 0;
}	
.p1 {
	font-size: 17px;
    font-weight: 300;
    font-family: 'Montserrat';
    color: white;
    height: auto;
    margin: 0;
}
.p2 {
	font-size: 14px;
    font-weight: 300;
    text-align: left;
    font-family: 'Montserrat';
    color: grey;
    text-align: center;
    margin: 0;
}
.p3 {
	font-size: 15px;
    font-weight: 300;
    font-family: 'Montserrat';
    color: black;
    text-align: left;
    letter-spacing: 1px;
    margin: 0;
}
.p4 {
	font-size: 15px;
    font-weight: 300;
    font-family: 'Montserrat';
    color: black;
    text-align: left;
    letter-spacing: 1px;
    margin: 0;
}

.headerDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: white;
    border-bottom: 1px solid #eeeeee;
    z-index: 10;
}
.headerInnerDiv {
    display: flex;
    justify-content: space-between;
}
.headerLeftDiv {
    display: flex;
    align-items: center;
}
.headerLeftCompanyLogoDiv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.headerLeftCompanyLogoImageDiv {
    content: url("../Images/logonew.png"); 
    height: 20px;
    width: 120px;
}
.headerLeftCompanyTextDiv {
    width: 170px;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    padding-left: 15px;
    justify-content: center;
    border-left: 1px solid #aaaaaa;
    height: 25px;
}
.headerLeftCompanyTextDiv p {
    font-size: 10px;
    color: #555555;
    letter-spacing: 1px;
    margin: 0 0 0 0;
}
.headerRightDiv {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.headerMenuIconDiv {
	width: 18px;
	height: 18px;
	margin: 0 10px 0 10px;
	display: none;
    content: url("../Images/menu.png");
}
.headerMenuItems {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1.5px;
    color: grey;
    cursor: pointer;
    font-size: 13px;
}
.headerMenuItem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin: 0 20px 0 20px;
}
.headerMenuItem a {
	text-decoration: none;
	color: grey;
}
.headerMenuItem p:hover {
    color: #ef0d33;
}
.headerMenuImage {
    width: 100%;
    height: 100%;
    content: url("../Images/menugrey.png");
    cursor: pointer;
}
.headerMenuImage:hover {
    content: url("../Images/menublue.png");
}
.headerMenuSolution {
    width: 250px;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 1.5px;
    color: grey;
    cursor: pointer;
    font-size: 13px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid lightgrey;
    display: none;
}
.headerMenuSolutionLast {
    border-bottom: none;
}
.headerMenuSolutionItem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 10%;
}
.headerMenuSolutionItem a {
	text-decoration: none;
	color: grey;
}
.headerMenuSolutionItem p:hover {
    color: #ef0d33;
}
.headerMenuSolutionImage {
    width: 100%;
    height: 100%;
    content: url("../Images/menugrey.png");
    cursor: pointer;
}
.headerMenuSolutionImage:hover {
    content: url("../Images/menublue.png");
}

.headerMenuMain {
    width: 250px;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 1.5px;
    color: grey;
    cursor: pointer;
    font-size: 13px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid lightgrey;
    display: none;
}
.headerMenuMainLast {
    border-bottom: none;
}
.headerMenuMainItem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
}
.headerMenuMainItem a {
	text-decoration: none;
	color: grey;
}
.headerMenuMainItem p:hover {
    color: #ef0d33;
}

.footer {
	width: 100%;
}
.footerTop {
	width: 100%;
	height: 200px;
	background-color: #2d2d33;
	display: flex;
	justify-content: center;
}
.footerBottom {
	width: 100%;
	background-color: #29292e;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footerBottomInner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footerBottom p {
	color: grey;
	font-size: 12px;
	letter-spacing: 2px;
}
.footerBottom img {
	height: 15px;
	cursor: pointer;
}
.footerInnerDiv {
	width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 15% 0 15%;
}
.footerLeftDiv {
    display: flex;
    align-items: center;
}
.footerLeftCompanyLogoDiv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footerLeftCompanyLogoImageDiv {
    content: url("../Images/logonew.png"); 
    height: 20px;
    width: 120px;
}
.footerLeftCompanyTextDiv {
    width: 170px;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    padding-left: 15px;
    justify-content: center;
    border-left: 1px solid grey;
    height: 25px;
}
.footerLeftCompanyTextDiv p {
    font-size: 10px;
    color: grey;
    letter-spacing: 1px;
    margin: 0 0 0 0;
}
.footerRightDiv {
    display: flex;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footerRightIconDiv {
	width: 18px;
	height: 18px;
	margin: 0 10px 0 10px;
}
.footerMenuItems {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    letter-spacing: 1.5px;
    color: grey;
    cursor: pointer;
    font-size: 13px;
}
.footerMenuItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 250px;
	text-align: right;
}
.footerMenuItem p {
	margin: 0;
}
.footerMenuItem a {
	text-decoration: none;
	color: grey;
	height: 20px;
}
.footerMenuItem p:hover {
    color: white;
    font-weight: bold;
    transition: .2s;
}

.bannerDiv {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	transition-property: opacity;
    transition-duration: 2s;
	opacity: 0;
}
#bannerDiv1 {
	opacity: 1;
}
.bannerBox {
	width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.bannerTitle1 {
}
.bannerTitle2 {
	width: 100%;
	margin-bottom: 2%;
}
.bannerText {
	width: 80%;
	height: 250px;
}
.bannerBtn {
	height: 65px;
}
.bannerBtn input[type=button] {
	border: 1px solid lightgrey;
	padding: 10px 70px;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
    font-family: "Montserrat";
	color: grey;
    background-color: white;
    margin-bottom: 25px;
}
.bannerBtn input[type=button]:hover {
	border: 1px solid #ef0d33;
	outline: none;
	background-color: #ef0d33;
	color: white;
}
.bannerUnderline {
	width: 10%;
	height: 1px;
	background-color: #ef0d33;
    margin-bottom: 3%;
}
.contactDiv {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 150px 0;
}
.contactTitleDiv {
	height: 100px;
    margin-bottom: 20px;
}
.contactUnderlineDiv {
	width: 10%;
	height: 1px;
	background-color: #ef0d33;
	margin-bottom: 70px;
}
.contactBtnDiv {
	display: flex;
	justify-content: center;
}
.contactBtnDiv input[type=button] {
	border: 1px solid lightgrey;
	color: black;
	padding: 10px 70px;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
    font-family: "Montserrat";
    background-color: white;
	box-sizing: border-box;
}
.contactBtnDiv input[type=button]:hover {
	outline: none;
	background-color: #ef0d33;
	color: white;
	border: 1px solid red;
}
.contactImageDiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	z-index: -1;
}
#contactImageDiv {
	background-image: url("../Images/contact.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.bulletDiv {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;	
}
.bullets {
	width: 100%;
    display: flex;
    justify-content: flex-start;
}
.bulletImage {
    height: 15px;
    width: 15px;
    margin-right: 20px; 
}
.bulletImage1 {
    content: url("../Images/circle_fill.png");
}
.bulletImage1:hover {
    content: url("../Images/circle_hover.png");
}
.bulletImage2 {
    content: url("../Images/circle_empty.png");
}
.bulletImage2:hover {
    content: url("../Images/circle_hover.png");
}
.bulletImage3 {
    content: url("../Images/circle_empty.png");
}
.bulletImage3:hover {
    content: url("../Images/circle_hover.png");
}
.bulletImage4 {
    content: url("../Images/circle_empty.png");
}
.bulletImage4:hover {
    content: url("../Images/circle_hover.png");
}

.socialmediaDiv {
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.socialmediaItemDiv {
	margin: 0 20px;
}
#socialmediaItemDiv1 {
	width: 44px;	
	height: 44px;
    content: url("../Images/facebook_grey.png");
}
#socialmediaItemDiv1:hover {
    content: url("../Images/facebook_red.png");
}
#socialmediaItemDiv2 {
	width: 50px;		
	height: 50px;
    content: url("../Images/linkedin_grey.png");	
}
#socialmediaItemDiv2:hover {
    content: url("../Images/linkedin_red.png");	
}
#socialmediaItemDiv3 {
	margin-top: 5px;
	width: 52px;
	height: 52px;
    content: url("../Images/twitter_grey.png");
}
#socialmediaItemDiv3:hover {
    content: url("../Images/twitter_red.png");
}

.customersDiv {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 150px 0;
	position: relative;
}
.customersImageDiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .15;
	z-index: -1;
}
#customersImageDiv {
	background-image: url("../Images/w12.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.customersHeader {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.customersCaption {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.customersTitle {
	display: flex;
	justify-content: center;
	align-items: center;
    margin-bottom: 100px;
}
.customersItems {
	display: flex;
	justify-content: center;
	align-items: center;	
	flex-wrap: wrap;
}
.customersItemDiv {
	width: 200px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.customersItemLogo {
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
}
.customersItemText {
	height: 50px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ef0d33;
}
.customersItemText h5 {
	color: black;
	font-weight: normal;
}
#customersItemLogo1 {
    content: url("../Images/lighting.png");	
}
#customersItemLogo2 {
    content: url("../Images/ams.png");	
}
#customersItemLogo3 {
    content: url("../Images/jsa.png");	
}
#customersItemLogo4 {
    content: url("../Images/advika.png");	
}
#customersItemLogo5 {
    content: url("../Images/msquare.png");	
}
.testimonialDiv {
	padding: 150px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.testimonialHeader {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.testimonialCaption {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.testimonialTitle {
	display: flex;
	justify-content: center;
	align-items: center;
    margin-bottom: 80px;
}
.testimonialTestimonial {
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	margin-bottom: 60px;
}
.testimonialTestimonialBackground {
    position: absolute;
    width: 60%;
    background-color: lightgrey;
    height: 400px;
    z-index: -1;
    top: -40px;
}
.testimonialTestimonialText {
	width: 80%;
	font-size: 30px;
	text-align: center;
	font-family: 'Open Sans Condensed';
	line-height: 50px;
	margin-bottom: 30px;
	height: 220px;
}
.testimonialTestimonialUnderline {	
	width: 35%;
	height: 1px;
	background-color: #ef0d33;
    margin-bottom: 30px; 
}
.testimonialTestimonialCustomer {	
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}
.testimonialTestimonialCustData {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.testimonialTestimonialCustName {
	color: #ef0d33;	
	font-size: 20px;
	font-weight: bold;
}
.testimonialTestimonialCustOthers {	
	color: grey;
	font-size: 13px;	
}
.testimonialTestimonialBullets {
	width: 100%;
	height: 10px;
	display: flex;
	justify-content: center;
	align-items: center;	
	margin-bottom: 50px;
}
.testimonialTestimonialBullet {
	font-weight: 800;
	font-size: 60px;
	color: lightgrey;
	font-family: 'Montserrat';
	margin: 0 2px;
	cursor: pointer; 	
}
.testimonialTestimonialBullet:hover {
	color: grey;
}
.modulesDiv {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
    padding: 150px 0;
}
.modulesHeader {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.modulesCaption {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modulesTitle {
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-bottom: 80px;
}
.modulesItems {
	flex-grow: 0;
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0px 0 0 5%;
	text-align: center;
}
.modulesItem {
	width: 32%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 20px;
}
.modulesItem:hover .modulesItemText p {
	color: black;
}
.modulesItem:hover .modulesItemUnderline {
	width: 80%;
	transition-property: 'width';
    transition-duration: 1s;
}
.modulesItemCharacter {
	width: 10px;
	color: white;
	margin-bottom: 5px;
	background-color: grey;
	padding: 5px;
}
#modulesItemCharacter3 {
	font-size: 15px;
}
.modulesItemTitle {
    margin-bottom: 20px;
}
.modulesItemText {
	margin-bottom: 30px;
	width: 80%;
	height: 120px;
}
.modulesItemText p {
	text-align: left;
}
.modulesItemUnderline {
	width: 10%;
	height: 1px;
	background-color: #ef0d33;
    margin-bottom: 20px;    
}
#modulesDiv1 {
    content: url("../Images/lighting.png");	
}

.indexUSPHeader {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.indexUSPCaption {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.indexUSPTitle {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-bottom: 50px;	
}
.indexUSPDiv {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 150px 0;
}
.indexUSP {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 50px 0 0 0;
}
.indexUSPImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	z-index: -1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.indexUSPItems {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0px 0 0px 2%;
	text-align: center;
}
.indexUSPItem {
	width: 33%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.indexUSPItemCharacter h3 {
	color: #ef0d33;
}
#indexUSPItemCharacter3 {
	font-size: 22px;
}
.indexUSPItemTitle {
    margin: 10px 0 30px 0;
}
.indexUSPItemText {
	width: 90%;
	text-align: left;
	margin: 0 0 10px 0;
	min-height: 60px;
}
.indexUSPItemText p {
	width: 90%;
	text-align: left;
	margin: 0 0 10px 0;
	min-height: 60px;
}
.indexUSPItemUnderline {
	width: 40%;
	height: 1px;
	background-color: #ef0d33;
    margin-bottom: 30px;    
}
#indexUSPImage {
	background-image: url("../Images/index_usp.png");
}
#solutionUSPImageDiv {
	background-image: url("../Images/solution_usp.png");
}
#valuesUSPImage {
	background-image: url("../Images/location_usp.png");     
}
#contactUSPImage {
	background-image: url("../Images/contact_usp.png");     
}
.functionDiv {	
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	height: 650px;
}
.functionAlignRight {
	flex-direction: row-reverse;
}
.functionBlankDiv {	
	background-color: #ef0d33;
	width: 10%;
	height: 100%;
}
.functionInfoDiv {	
	width: 35%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
	margin: 10% 0 0 4%;
}
.functionCaptionDiv {
    margin: 0 0 5px 15%;
}
.functionTitleDiv {
    margin: 0 0 40px 15%;	
}
.functionDescDiv {	
	width: 70%;
	text-align: left;
	margin: 0 0 50px 15%;
}
.functionDescDiv p {
	color: grey;	
}
.functionImageDiv {
	width: 40%;
	height: 90%;
	margin: 2% 0 0 5%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;	
}
.featuresDiv {
	width: 100%;
	display: flex;
	padding: 150px 0;
}
.featuresLeftDiv {
	width: 30%;
	margin-left: 20%;
}
.featuresHeaderDiv {
    display: flex;
    flex-direction: column;
    margin: 50px 0 0 0;
}
.featuresHeaderCaptionDiv {	
    margin: 0 0 5px 0;
}
.featuresHeaderTitleDiv {
    margin: 0 0 40px 0;
}
.featuresHeaderDescDiv {
	width: 70%;
	text-align: left;
	margin: 0 0 70px 0;
}
.featuresfeatureDiv {
    width: 80%;
    height: 140px;
    margin: 0 0 20px 5%;
	border-bottom: 1px solid lightgrey;
}
.featuresfeatureTitleDiv {
    margin-bottom: 10px;	
}
.featuresfeaturedescDiv p {
	color: grey;
	text-align: left;
	height: 90px;
}
.featuresRightDiv {
	width: 30%;
	margin: 220px 0 0 2%;
}
.modulelistDiv {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 150px 0;
}
.moduleListImageDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url("../Images/image (14).png"); 
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;	
	opacity: .15;
	z-index: -1;
}
.moduleListTextDiv {
	display: flex;
	justify-content: center;
	align-items: center;
}
.modulelistLeftDiv {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10%;
}
.modulelistHeaderDescDiv p {
	color: grey;
}
.modulelistHeaderDiv {
    display: flex;
	justify-content: center;
	align-items: flex-start;
    flex-direction: column;
}
.modulelistHeaderCaptionDiv {
    margin: 0 0 5px 0;
}
.modulelistHeaderTitleDiv {
    margin: 0 0 40px 0;
}
.modulelistHeaderDescDiv {
	width: 85%;
	text-align: left;
}
.modulelistTitleDiv {
    margin-bottom: 30px;	
}
.modulelistTitleDiv a {
    text-decoration: none;	
    color: black;
}
.modulelistTitleDiv a:hover {
	color: #ef0d33;
	cursor: pointer;
}
.modulelistRightDiv {
	width: 20%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	border-left: 1px solid #ef0d33;
	padding-left: 5%;
}

.whySVEGG {	
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 150px 0;
}
.whySVEGGImages {
	width: 30%;
    height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 150px;
}
.whySVEGGText {	
	width: 50%;
    height: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.whySVEGGTitle {
    margin-bottom: 35px;
}
.whySVEGGReason {	
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}
.whySVEGGReasonTitle {	
    margin: 0 0 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.whySVEGGReasonTitle h3 {	
	color: grey;
}
.whySVEGGReasonTitle h3:hover {	
    color: black;
}
.whySVEGGReasonText {
	height: 0px;
	transition-property: 'height';
    transition-duration: .5s;
    margin: 0 0 20px 15px;
    overflow: hidden;
}
.whySVEGGReasonText p {
	text-align: left;
}
#whySVEGGImage {
	background-image: url("../Images/why.jpg"); 	
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}