/**
* Project Name: Murali Engineering Works | Murali Engineering Equipments
* Project URL: https://www.muraliengineering.com/
*/


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
}

img, a {
	outline: none;
}

/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== */

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #06253a;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #ffffff;
	text-decoration: none;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	margin: 25px 5px;
	border: 1px solid #808080;
	border-radius: 50%;
}

.menu a > i.main-link {
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 25px;
	height: 15px;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	border: none;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:160px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	position: relative;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap::before {
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 30px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 78px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}
#headerwrap h1 > span {
	letter-spacing: 5px;
	font-size: 60px;
}

#headerwrap p a {
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
	text-decoration: none;
}

#headerwrap p a:hover {
    background: #E7AF28;
    border: 2px solid#E7AF28;
	text-decoration: none;
}


/* About Wrap & Conf */
#aboutwrap {
	margin-top: 80px;
	margin-bottom: 80px;
}

.name {
	text-align: center;
}
.name p {
	font-size: 22px;
	margin-top: 0;
	letter-spacing: 2px;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
}

.name-label {
	width: 150px;
	height: 150px;
	margin: 20px auto 5px;
	background: url(../img/logo.png) center bottom no-repeat;
	background-size: 100%;
}

.name-zig {
	width: 73px;
	height: 17px;
	margin: 38px 0 38px;
	background: url(../img/name-zig.png) 0 0 no-repeat;
	background-size: 73px 17px;
}

.name-desc h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	line-height: 1.45;
	font-weight: 300;
}

/* Separator About - Parallax Section */
.sep {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 450px;
	position: relative;
	background-size: cover;
	text-align: center;
    padding: 100px 15px;
    overflow: hidden;
}
.about::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9;
}
.about {
	background-image: url(../img/about-sep.jpg);
}

.sep-content {
	position: relative;
	z-index: 9;
}

.sep-content h1 {
	color: #fff;
	margin-bottom: 40px;
	text-transform: uppercase;
	position: relative;
}

.sep-content h1::before {
	content: '';
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: #fff;
    bottom: -15px;
    left: calc(50% - 80px);
}

.sep-content h1::after {
	content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #fff;
    bottom: -16px;
    left: calc(50% - 30px);
}

.sep-content p {
	color: #fff;
	margin-bottom: 30px;
	font-size: 18px;
}

.sep-content .cta-btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}
.sep-content .cta-btn:hover {
    background: #E7AF28;
    border: 2px solid#E7AF28;
	text-decoration: none;
}

/* Portfolio Wrap Section */
#portfoliowrap {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
}

#portfoliowrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
#portfoliowrap h1::before,
#servicewrap h1::before,
#contactwrap h1::before {
	content: '';
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: #019158;
    bottom: -15px;
    left: calc(50% - 80px);
}
#portfoliowrap h1::after,
#servicewrap h1::after,
#contactwrap h1::after {
	content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #fdcd1d;
    bottom: -16px;
    left: calc(50% - 30px);
}
.mt {
	margin-top: 50px;
}

.mb {
	margin-bottom: 60px;
}

#portfoliowrap i {
	font-size: 50px;
	color: #ff8163;
}

.proc {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px transparent;
}

#portfoliowrap .proc:hover {
	background-color: #eee;
	border-bottom: solid 2px #2f2f2f
}

.portfolio {
	background-image: url(../img/portfolio-sep.jpg);
	position: relative;
}

.portfolio::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9;
}

.counters {
	position: relative;
	z-index: 9;
}
.counters span {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 48px;
    display: block;
    color: #fff;
}

.counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #fff;
}

#portfoliowrap .more-info {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
	padding: 20px 0;
}

#portfoliowrap .more-info a {
	padding: 0 10px;
}

/* Service Wrap */
#servicewrap {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
}

#servicewrap h1,
#contactwrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}

.service {
	text-align: left;
}

.service small {
	font-size: 12px;
	font-weight: bold
}

.service i {
	float: left;
	margin-right: 15px;
	font-size: 30px;
	vertical-align: middle;
	color: #ec0000;
}

.service .text {
	color: #767676
}

/* Contact Wrap */
#contactwrap {
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#contactwrap p {
	color: #000;
    font-size: 16px;
    margin: 20px 0;
	padding-left: 15px;
	padding-right: 15px;
}

#contactwrap address {
	font-size: 16px;
}

.contact {
	background-image: url(../img/contact-sep.jpg);
}

.contact::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9;
}

#contactwrap label {
	color: #f2f2f2;
	margin-top: 10px;
}

#contactwrap h3 {
	color: #999;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 5px;
}

.contact-address p,
.contact-address p a,
.contact-phone p,
.contact-phone p a,
.contact-email p,
.contact-email p a {
	color: #000;
    font-size: 16px;
    margin: 20px 0;
	text-decoration: none;
}

.contact-address .fa,
.contact-phone .fa,
.contact-email .fa {
	color: #ff8163;
	font-size: 36px;
}

.contact-phone .fa {
	font-size: 46px;
}

.contact-form {
	box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px;
	margin: 30px auto;
}

.contact-address p a:hover,
.contact-phone p a:hover,
.contact-email p a:hover {
	color: #f85c37;
    text-decoration: none;
}

/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;

}

.project:hover .photo-wrapper {
  	background-color: #00a479;
	background-image: url(../img/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}
.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 0.9;
  filter: alpha(opacity=100);
}

.desc {
	margin-top: 25px;
}

.product-name {
	text-align: center;
	padding: 10px 0;
	background-color: rgba(248, 236, 0, 0.9);
	font-family: "Oswald", sans-serif;
	font-weight: 300;
}

.product-offer-name {
	text-align: center;
	font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000;
	background-color: rgba(248, 236, 0, 0.9);
	padding: 10px;
}


/* Contact Form */

#contact {
  padding: 0;
}

.contact-form label {
   color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  background: #ec0000;
  border: 0;
  padding: 14px 40px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #ff8163;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #18d26e;
  text-align: center;
  font-weight: 600;
}

.contact-form .sent-message.active {
  display: block;
}

/* Copyrights */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

#copyrights a {
  color: #ff8163;
}

/* Back to top */

.back-to-top {
    position: fixed;
    display: none;
    background-color: #E7AF28;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background-color 0.5s;
    z-index: 99;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
}

/* Respponsive Media Query */

@media (max-width: 640px) {

	#headerwrap h1, #headerwrap h1 > span {
		font-size: 50px;
		letter-spacing: 1px;
	}

	.name-desc h2 {
		font-size: 28px;
		text-align: center;
	}

	.name-zig {
		width: 100%;
		background: url(../img/name-zig.png) 50% 50% no-repeat;
	}
	.sep {
		padding: 15px 15px;
	}
	.name-label {
		height: 70px;
		margin: 0 auto 5px;
	}
	#aboutwrap, #servicewrap {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.service {
		padding-bottom: 20px;
	}
	#servicewrap .row.mt {
		margin-top:0;
	}
	#servicewrap .row.mt.mt-alt {
		margin-top:20px;
	}
	#portfoliowrap .more-info a {
		padding: 15px 10px;
		display: inline-block;
	}
	#portfoliowrap .more-info {
		margin: 60px 0 20px;
		padding-top: 30px;
	}

}
