/*
Theme Name: Mount well Industries
Theme URI: 
Author: Myriad Solutionz
Author URI: http://myriadsolutionz.com/
Description: Custom Theme for Mount well Industries
Version: 1.1.2
Tags: 
Text Domain: Mount well Industries
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,600,700,700i');
@import url('https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.css');
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 100%
}
.full-height {
	height: 100%
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif !important;
	color: #3c3c3c;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.col-md-12 {
	width: 100%;
	float: left;
}
.mt-10 {
	margin-top: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.header-section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-size: cover !important;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
	position: relative;
	z-index: 99;
}
/* 27-10-2017 start */

.inner-pages-banner {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 300px;
	align-items: center;
	display: flex;
	justify-content: center;
	background-position: 10% 110% !important;
	background-size: cover !important;
}
.inner-pages-banner::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(21,78,130,0.8);
}
.inner-pages-banner::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(img/main-banner1.jpg) no-repeat;
	z-index: -1;
}
.inner-pages-banner img {
	overflow: hidden;
	width: 100%;
	height: initial;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* 27-10-2017 end */

.header-section::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
	background-color: rgba(21, 78, 130, 0.8);
}
.top-navigation {
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
}
.navbar-inverse {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 10px 0;
	border-radius: 0;
}
.main-banner {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.custom-button {
	padding: 8px 40px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	margin: 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	background: transparent;
}
.banner-text h1 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 0
}
.banner-text p {
	margin: 5px auto 20px auto;
	padding: 0;
	width: 100%;
	text-align: center;
	float: left;
	font-size: 18px;
}
.banner-text {
	color: #fff;
	z-index: 1;
	position: relative;
	text-align: center;
}
.custom-button:hover, .custom-button:focus, .custom-button:active {
	background-color: #FFFFFF !important;
	color: #c50f12 !important;
	-webkit-box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.13);
	box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.13);
	text-decoration: none;
	outline: none;
	border: 1px solid #fff !important;
}
.sticky {
	position: fixed !important;
	top: 0px;
	z-index: 300;
}
.navbar-nav {
	float: right;
	margin: 15px 0;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 14px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
}
.mount-well-logo {
	max-width: 85px;
	width: 100%;
	float: left;
}
.sticky > .navbar-inverse {
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.sticky > .navbar-inverse .navbar-nav>li>a {
	color: #c50f12;
	text-transform: uppercase;
	font-weight: 600;
}
.powerloom-single-section {
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
	float: left;
}
.wrapper {
	margin: 28px 0 10px 0;
	padding: 0;
	width: 100%;
	float: left;
}
.about-section p {
	text-align: justify;
	width: 100%;
	float: left;
}
.about-heading {
	text-align: left !important;
	color: #154e82 !important;
}
.carousel-fade .carousel-inner {
	background: transparent;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-fade .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .next.left, .carousel-fade .prev.right, .carousel-fade .item.active {
	opacity: 1;
}
.carousel-fade .active.left, .carousel-fade .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.margin-top-20px {
	margin-top: 20px;
}
.expect-section {
	position: relative;
}
.overlay-section {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	background-color: rgba(197, 15, 18, 0.7);
}
.expect-icon {
	max-width: 90px !important;
	width: 100%;
	margin: 20px auto;
}
.expect-section .thumbnail .caption h4 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	font-size: 18px
}
.expect-section .thumbnail .caption p {
	margin: 10px auto;
	padding: 0;
	text-align: center;
	width: 100%;
	font-size: 16px
}
.powerloom-single-section-heading {
	margin: 25px auto;
	padding: 0;
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.expect-heading {
	margin: 20px auto !important;
}
.heading {
	margin: 15px auto;
	padding: 0;
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600 !important;
}
.powerloom-heading, .powerloom-single-section-heading {
	color: #154e82;
	color: #fff;
	z-index: 10;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 34px;
}
.expect-section .thumbnail {
	margin-bottom: 50px;
	height: 290px;
    overflow: hidden;
}
.powerloom-section .thumbnail {
	text-align: center;
}
.powerloom-images {
	width: 100%;
	margin: 2% 0
}
.no-padding {
	padding: 0;
}
.map {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	height: 100%;
	position: absolute;
	top: 0;
}
.bg-style {
	background: url(img/contact-bg.jpg) fixed;
}
.contact-section form {
	padding: 20px 40px;
	float: left;
	width: 100%;
}
/*17-10-2017 */

.logo-title-text {
/* 	font-size: 23px; */
	font-size: 20px;
	color: #fff;
	margin: 12px 0;
	padding: 0;
	letter-spacing: 1px;
	font-weight: 600;
	float: left;
	margin-left: 6px;
}
.sticky .navbar-inverse .logo-title-text {
/* 	font-size: 23px; */
	font-size: 18px;
	color: #c50f12;
	margin: 12px 0;
	padding: 0;
	letter-spacing: 1px;
	font-weight: 600;
	float: left;
	margin-left: 6px;
}
.contact-heading {
	color: #154e82;
}
/* 23-10-2017 */
.salient-features li {
	background: transparent url(img/checklist.png) no-repeat 0px 7px;
	padding-left: 24px;
	/*
	width: 50%;
	float: left;
*/
	margin: 3px 0;
}
.salient-features li:nth-last-child(1), .salient-features li:nth-last-child(2) {
	border-bottom: none
}
.salient-features li:nth-of-type(2n+1) {
	float: right;
}
.feature-box {
	border: 1px solid #b5b1b3;
	padding: 1em;
	padding-bottom: 1.25em;
	margin-top: 1em;
	margin-bottom: 2em;
}
.hr-line {
	width: 200px;
	border-width: 2px;
}
/****for map ******/

.acf-map {
	width: 100%;
	height: 100%;
}
.acf-map img {
	max-width: inherit !important;
}
.signature .acf-map {
	height: 200px;
}
.salient-features {
	padding: 0 10px !important;
}
.special-features, .salient-features {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	float: left;
}
.inner-page-banner-img {
	z-index: 9;
}
.inner-page-banner-img img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
/*1-11-17*/

.contact-section .form-group label {
	color: #fff;
	font-weight: 400;
}
.contact-section .form-group input {
	width: 100%;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	margin: 0 0 5px 0;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}
.contact-form .form-group {
	margin-bottom: 20px;
}
.contact-section .form-group input::-moz-input-placeholder {
 color: #fff;
}
.contact-section .form-group input::-webkit-input-placeholder {
 color: #fff;
}
.contact-section .form-group input::-ms-input-placeholder {
 color: #fff;
}
.contact-section textarea.form-control::-moz-input-placeholder {
 color: #fff;
}
.contact-section textarea.form-control::-webkit-input-placeholder {
 color: #fff;
}
.contact-section textarea.form-control::-ms-input-placeholder {
 color: #fff;
}
.contact-section textarea.form-control {
	width: 100%;
	margin: 0;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	padding: 10px 15px;
	min-height: 142px;
	border-radius: 3px;
}
.contact-info {
	width: 80%;
	margin: 0 auto;
}
.contact-info h4, .contact-info p {
	text-align: center;
}
.contact-info p {
	margin: 0;
}
.mt-40 {
	margin-top: 40px;
}
.contact-info p a {
	color: #3c3c3c;
}
.contact-info p a:hover {
	color: #c50f12;
	text-decoration: none;
}
.footer-section {
	padding-top: 5%;
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin: 0;
	background-size: cover !important;
	-webkit-clip-path: polygon(0 17%, 100% 0%, 100% 100%, 0 100%);
	clip-path: polygon(0 28%, 100% 0%, 100% 100%, 0 100%);
}
.footer-section::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	-webkit-clip-path: polygon(0 17%, 100% 0%, 100% 100%, 0 100%);
	clip-path: polygon(0 28%, 100% 0%, 100% 100%, 0 100%);
	background-color: rgba(21, 78, 130, 0.8);
}
.footer-text {
	margin: 0 auto;
	padding: 0;
	color: #fff;
	text-align: center;
}
.iso-img {
	    max-width: 130px;
	width: 100%;
	margin: 0 auto;
	    padding: 10px 5px;
	background: #fff;
}
.iso-img img {
	width: 100%;
}
.uppercase {
	text-transform: uppercase;
}
.mt-30 {
	margin-top: 30px;
}
.color-red {
	color: #c50f12;
	font-size: 55px;
}
.color-white {
	color: #fff;
}
.sticky > .navbar-inverse .navbar-nav>li>a:hover {
	color: #154e82;
	border-bottom: 1px solid #154e82;
}
.navbar-inverse .navbar-nav>li>a:hover {
	border-bottom: 1px solid #fff;
}
.carousel-style {
	width: 100%;
	height: 100%;
}
.features {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
.features li {
	margin: 18px auto;
	padding: 0;
}
.feature-icon {
	margin: 3px auto;
	max-width: 60px;
	width: 100%;
}
.feature-icon img {
	width: 100%;
}
.features li:nth-child(odd), .special-features li:nth-child(odd) {
	clear: both;
}
.powerloom-image img {
	width: 100%;
	height: 100%;
}
.display-table {
	display: table;
	width: 100%;
}
.display-table-cell {
	display: table-cell;
	float: none;
	vertical-align: middle;
	height: 100%;
}
.sticky .navbar-inverse .navbar-header .sticky-bar-color {
	color: #888;
}
.color-blue {
	color: #154e82;
	font-weight: 500;
}
.faa-wrench, .faa-passing, .faa-vertical, .faa-flash {
	cursor: pointer;
}
.contact-clear-both:hover .faa-wrench {
	-webkit-animation: wrench 2.5s ease infinite;
	animation: wrench 2.5s ease infinite;
	transform-origin-x: 90%;
	transform-origin-y: 35%;
	transform-origin-z: initial;
}
.contact-clear-both:hover .faa-passing {
	-webkit-animation: passing 2s linear infinite;
	animation: passing 2s linear infinite;
}
.contact-clear-both:hover .faa-vertical {
	-webkit-animation: vertical 2s ease infinite;
	animation: vertical 2s ease infinite;
}
.contact-clear-both:hover .faa-flash {
	-webkit-animation: flash 2s ease infinite;
	animation: flash 2s ease infinite;
}
.carousel-indicators .active {
	width: 10px;
	height: 4px;
	margin: 0 2px;
	background-color: #c50f12;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 4px;
	margin: 0 2px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #888;
	border: none;
	border-radius: 0;
	padding: 0 12px;
}
.carousel-indicators {
	bottom: 0;
}
.special-feature-icon img {
	width: 100%;
}
.single-page-heading {
	color: #154e82;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	margin: 20px auto;
	padding: 0;
}
.font-style {
	font-size: 20px;
	font-weight: 500;
}
.special-features li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.special-features li ul li {
	background: transparent url(img/checklist.png) no-repeat 0px 7px;
	padding-left: 24px;
	float: left;
}
.single-powerloom-image img {
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
}
.special-features h4 {
	font-size: 20px;
}
.captcha-width {
	width: 100%;
	max-width: 304px;
	margin: 0 auto !important;
}
.float-width {
	float: left;
	width: 100%;
	margin: 0 auto;
	max-width: 290px;
}
.margin-10 {
	margin: 10px 0 !important;
}
.sticky > .navbar-inverse .navbar-nav>li>a:hover, .sticky > .navbar-inverse .navbar-nav>li>a:active {
	color: #154e82;
	border-bottom: 1px solid #154e82;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:active {
	border-bottom: 1px solid #fff;
}
.padding-30 {
	padding: 0 30px !important;
}
.left.carousel-control, .right.carousel-control {
	background: none;
}
.right.carousel-control {
	right: -4%;
}
.left.carousel-control span, .right.carousel-control span {
	background: rgba(197,15,18,0.9);
	font-size: 18px;
	padding: 5px;
	border-radius: 50%;
}
#myCarousel-two .right.carousel-control {
	z-index: 2;
}
.form-control::-moz-placeholder {
 color: #fff;
 opacity: 1;
}
.dropdown-toggle {
	top: 10px;
	position: absolute;
	color: #fff;
	right: 0;
}
.sticky .navbar-inverse .dropdown-toggle {
	color: #c50f12;
}
.dropdown-menu>li>a {
	display: block;
	padding: 7px 20px;
	font-weight: 600;
	color: #154e82;
	text-transform: uppercase;
}
.navbar-collapse.in {
	overflow-y: inherit;
}
.dropdown-menu {
	box-shadow: none;
}
.navbar-inverse .navbar-toggle {
	border-color: #FFFFFF
}
.sticky .navbar-inverse .navbar-toggle {
	border-color: #888
}
.sticky .navbar-inverse .navbar-toggle:focus, .sticky .navbar-inverse .navbar-toggle:hover {
	background: #c50f12;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background: #c50f12;
}
.sticky .navbar-inverse .navbar-header .sticky-bar-color:hover, .sticky .navbar-inverse .navbar-header .sticky-bar-color:focus, .navbar-inverse .navbar-header .sticky-bar-color:hover, .navbar-inverse .navbar-header .sticky-bar-color:focus {
	color: #fff;
}
.form-button:hover, .form-button:focus, .form-button:active {
	background-color: #FFFFFF !important;
	color: #c50f12 !important;
	-webkit-box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.13) !important;
	box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.13) !important;
	text-decoration: none;
}
.carousel-control {
	width: 40px;
	height: 40px;
	margin: auto;
	opacity: 1;
}
.contact-form .error {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	font-weight: 400;
	color: #fff;
}
.navbar-nav .close {
	opacity: 1;
	text-shadow: none;
	font-size: 16px;
	font-weight: 600;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}
.sticky .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #154e82;
}
.captcha-style {margin: 0 auto 10px auto;
    width: 100%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 600;
}

#mountwell-logo-two{
	display:none;
}