/*LCM Engineering css*/




* {
  box-sizing: border-box;
  text-decoration: none;
}

* img {
	max-width: 100%;
	height: auto;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;

}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}



/*------------Start of Navigation-------------------------------*/


.navbar ul {
	
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #802872;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	
	
}

.navbar ul li {
	
	display: inline;
	float: left;
}

	/*Font Color*/

.navbar ul li a {
	display: block;
	padding: 20px;
	color: #ffffff;
	text-align: center;
	padding: 20px 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}

	/*shows active page*/
	
.navbar ul li a.active {
	background-color: #802872;
	color: #000000;
}

	/*change link color*/
	
.navbar ul li a:hover:not(.active) {
	background-color: #DDA0DD;
	color: #000000;
}


/*----------End of Navigation------------------------------------*/
/*--------Start of Slideshow Home Page-------------------------------*/



	/*slideshow container*/
	
.slideshow-container {
	width: 100%;
	position: relative;
	margin: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

	/*Hide images by default */
	
.mySlides{
	
	display: none;
}



	/*Caption Text*/
.text {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: rgb (128,40,115);
	background: rgba(128,40,115,0.6);
	font-size: 40px;
	padding: 8px 12px;
	position: absolute;
	bottom: 50px;
	height: auto;
	width: 100%;
	
}

#slidehdr a {
	color: #ffffff;
}

#slidetxt {
	font-size: 20px;
	color: #ffffff;
}



	/*Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2s;
	animation-name: fade;
	animation-duration: 2s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}


/*------------End of Slideshow--------------------------------*/

/*---------start header/logo-------*/
.header {
	
	background-color: #ffffff; 
}

.header img {
	max-width: 100%;
	height: auto;
}

.social {
	text-align: center;
	display: inline;
}

.social img {
	max-width: 100%;
	height: auto;
	border-radius: 20%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
                /*-------end header/logo--------*/
				
				/*-------start tagline------*/

.tagline .exp {
	margin: -50px 0 0 5px;
	animation-name: exp;
	animation-duration: 10s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-direction: normal;
	}

@keyframes exp {
	from{transform: translateX(-500px)}
	to{ transform: translateX(100px)}
}

@webkit-keyframes exp {
	from{transform: translateX(-500px)}
	to{ transform: translateX(100px)}
}


.tagline .kno {
	margin: -50px 0 0 5px;
	animation-name: kno;
	animation-delay: 5s;
	animation-duration: 10s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-direction: normal;
	}

@keyframes kno {
	from{transform: translateX(-1000px)}
	to{ transform: translateX(110px)}
}

@webkit-keyframes kno {
	from{transform: translateX(-1000px)}
	to{ transform: translateX(110px)}
}

.tagline .int {
	margin: -50px 0 0 5px;
	animation-name: int;
	animation-delay: 10s;
	animation-duration: 10s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-direction: normal;
	}
			
@keyframes int {
	from{transform: translateX(-1500px)}
	to{ transform: translateX(115px)}
}

@webkit-keyframes int {
	from{transform: translateX(-1500px)}
	to{ transform: translateX(115px)}
}				
				
				/*---------end tagline-------*/
                   /*---start home/index-----*/
.welcome {
	background-color: #777b7e;
	padding: 5px 25px 20px 25px;
	color: #ffffff;
	text-align:justify;
	font-size: 18px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.welcome h1 {
	text-align: center;
}

.structural {
	background-color: #802872;
	padding: 5px 30px 20px 30px;
	color: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	
}

.structural h1 {
	text-align: center;
}

.dome {
	padding: 20px 0px 0px 90px;
	opacity: 0.2;
	
}

.arch {
	background-color: #802872;
	padding: 10px;
	color: #ffffff;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}



/*------end home------*/
/*---start about-----*/

.history {
	background-color: #802872;
	padding: 5px 30px 20px 30px;
	color: #ffffff;
	text-align:justify;
	font-size: 18px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.history h1 {
	text-align: center;
}

.history .hist1 {
	text-align: center;
	font-size: 20px;
}

.presbegin {
	background-color: #802872;
	color: #ffffff;
	font-size: 18px;
	padding: 25px 10px 25px 10px;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.pres {
	text-align: center;
}

.pres img {
	border-radius: 50%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

.staffbegin {
	background-color: #777B7E;
	padding: 5px 30px 20px 30px;
	color: #ffffff;
	text-align:justify;
	font-size: 18px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.staffbegin h1 {
	text-align: center;
}

.staff {
	text-align: center;
}

.staff img {
	border-radius: 20%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);

}

.dome4 {
	text-align: center;
}

.dome4 img {
	opacity: 0.2;

}

.experience {
	background-color: #777b7e;
	padding: 5px 30px 20px 30px;
	color: #ffffff;
	text-align:center;
	font-size: 18px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.experience a {
	color: #ffffff;
}
/*---end about---*/
/* start of services */

/*--------Start of Slideshow services Page----------------*/

	/*slideshow container*/
	
.slideshow-container2 {
	max-width: 600px;
	position: relative;
	margin: auto;
}

	/*Hide images by default */
	
.mySlides2{
	display: none;
}



	/*Caption Text*/
.text2 {
	color: #ffffff;
	background-color: #802872;
	font-size: 30px;
	font-weight: bold;
	padding: 8px 11px;
	position: absolute;
	opacity: 0.7;
	bottom: 7px;
	width: 100%;
	text-align: center;
}

	/*Fading animation */
.fade2 {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2.5s;
	animation-name: fade;
	animation-duration: 2.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}


/*------------End of services slideshow--------------------------------*/


.svcs {
	background-color: #802872;
	color: #ffffff;
	font-size: 20px;
	padding: 1px 20px 20px 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.svcs a {
	color: #ffffff;
}

.svcs h1 {
	text-align: center;
}

.services {
	background-color: #777b7e;
	color: #ffffff;
	font-size: #18px;
	padding: 10px 2px 20px 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	
}

.dome3 {
	padding: 30px 0px 0px 100px;
	opacity: 0.2;
}

.services ul li {
	
}

.slideshowcont {
	padding: 50px 10px 10px 50px;
}

.slideshowcont2 {
	padding: 10px 10px 10px 10px;
}

.lew-tree {
	padding: 50px 50px 10px 150px;
	color: #802872;
	text-align: center;
	font-size: 15px;

}

.lew-tree img {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
		width: 100%;
		height: auto:
}


/*----end of services----*/

/*------------start of storm-------------------------*/

.storm {
	background-color:  #802872;
	color: #ffffff;
	padding: 20px 30px 50px 30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.storm h1 {
	text-align: center;
}

.storm2 {
	text-align: center;

}

.storm2 img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

.recovery {
	background-color: #777b7e;
	color: #ffffff;
	padding: 5px 30px 10px 30px;
	font-size: 18px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.recovery h2 {
	font-weight: bold;
	text-align: center;
}

.recovery a {
	color: #802872;
}

/*---------------end of storm----------------------*/
/*--------start contact--------*/

.conhead {
	background-color: #802872;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	font-size: 18px;
	
}

.cinfo {
	background-color: #777b7e;
	padding: 10px 10px 10px 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	color: #ffffff;
}

.cinfo a {
	color: #802872;
}

.formcont {
	background-color: #802872;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);

}

.formcont whatever {
		display: hidden;
}

.mapstyle {
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
	padding: 40px 5px 5px 5px;
}

.button {
	background-color: #DDA0DD;
	color: #000000;
	font-weight: bold;
}

.affiliates {
	color: #802872;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	opacity: 0.8;

	
}

.affiliates img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	width: 100%;
	height: auto;
}



/*-----------end contact---------*/

/*---------contact reply page-------*/








/*----------end contact reply page-------*/
/*-----------------start of founder--------------*/


.tribute {
		font-size: 20px;
		color: #ffffff;
		background-color: #802872;
		padding: 10px 10px 10px 10px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.tribute h1 {
	text-align: center;
}

.lew {
	font-size: 20px;
	color: #802872;
	text-align: center;
	padding: 10px 10px 10px 50px;
	
}

.lewtext {
	text-align: justify;
	padding: 10px 10px 10px 50px;
}

.lewtext2 {
	padding-left: 40px;
}

.dome2 {
	padding: 20px 0px 0px 50px;
	opacity: 0.2;
}



.practice {
	color: #ffffff;
	background-color: #777b7e;
	padding: 10px 10px 10px 20px;
	font-size: 25px;
	font-weight: bold;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.practice ul {
	list-style: none;
	color: #ffffff;
	background-color: #802872;
	padding: 20px 20px 20px 20px;
	text-align: center;
	font-size: 19px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

/*-------end of founder---------*/

/*----start footer----*/
.footer {
	background-color: #802872;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

/*--end footer--*/





