/*------------------------------------------------------------------
	[Master Stylesheet]

	Author        : Abbas Rafeeq (https://themeforest.net/user/webfulcreationsvision/portfolio)
	Template Name : Plumber Website Template
	Version       : 1.0
	CopyRight     : 2017 April @ www.webfulcreations.com


	- Main CSS file is inside assets/css/theme-style.css
-------------------------------------------------------------------*/

@import 'assets/css/animate.css';	   		   /* Including Animations CSS file */
@import 'assets/css/font-awesome.min.css';	   /* Including Font Awesome Icons */
@import 'assets/css/owl.carousel.css';		   /* Owl Carousel CSS File */
@import 'assets/css/lightbox.min.css';		   /* LightBox CSS File */
@import 'assets/css/foundation.min.css';       /* Including Foundation CSS File */
@import 'assets/css/theme-styles.css';		   /* Main Theme CSS File */
@import 'assets/css/responsive-styles.css';	   /* Main Theme CSS File */

/**
 * Import Website Main Fonts 
 *
 * To change Fonts Get Google Fonts replace in following Link, 
 * AFter replacing below go to theme-style.css and update
 * Font Families
 *
 */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Raleway:300,400,700" rel="stylesheet';


/*=========================================
	Below This Line You Can add Your CSS
	Please Do not Edit Files above if you 
	are not sure what you are doing!
==========================================*/


.container-full-width.products-section {
    background-image: url(assets/images/help/background-effect3.jpg);
    padding: 80px 0;
    color: #ffffff;
    background-color: rgb(238, 238, 238);
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
    max-width: 100%;
    position: relative;
    height: auto;
    background-size: 100% auto;
}

.container-full-width.products-section .products-title
{
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin: auto;
    max-width: 600px;
	text-align: center;
    color: #ffffff;
}

.container-full-width.products-section .products-title h2
{
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 2px;
}
.container-full-width.products-section .products-title p
{
    color: #ffffff;
    margin: 0;
    font-size: 15px;
}
html body .our-products-wrapper
{
    padding: 50px 0 50px;
}

html body .our-products-wrapper .main-products img
{
    width: 100%;
}
html body .our-products-wrapper .main-products h3
{
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: capitalize;
	margin: 0;
	padding-top: 10px;
}
html body .our-products-wrapper .main-products
{
    border: 2px dashed #969494;
    padding: 10px;
	margin-bottom: 20px;
}

html body .our-products-wrapper .large-4 {
    width: 33.33333%;
    float: left;
    padding: 0 10px;
}

html body .our-products-wrapper .back-or-next-button a
{
    background: #123840;
    color: #ffffff;
    padding: 8px 25px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 10px;
    display: inline-block;
	margin-right: 16px;
	border: 2px dashed transparent;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

html body .our-products-wrapper .back-or-next-button a:last-child
{
	margin-right: 0px;
}

html body .our-products-wrapper .back-or-next-button a:hover
{
    background: transparent;
    color: #123840;
	border: 2px dashed #123840;
}
html body a
{
transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

/*about us */

html body .container-full-width.about-section {
    background-image: url(assets/images/company-profile.jpg);
}
html body .about-wrapper .main-about-div
 {
    /*max-width: 1000px;*/
    margin: auto;
    padding: 50px 0;
}
html body .about-wrapper .main-about-div p, html body .about-wrapper .main-about-div ul li
{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    letter-spacing: 1px;
	margin:0px;
	color:#4c4c4c;
}
html body .about-wrapper .main-about-div h3
{
    font-size: 24px;
    letter-spacing: 2px;
	text-transform: uppercase;
}
html body .about-wrapper .main-about-contant
{
    padding-bottom: 20px;
}

html body .about-wrapper .main-about-contant.main-about-our-aim
{
    padding-bottom: 0px;
}

/* feedback */

.feedback-wrapper .large-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.feedback-wrapper
{
    padding: 50px 0 30px;
}
.feedback-wrapper input, .feedback-wrapper textarea
{
    padding: 8px 20px;
    border: 0;
    border-bottom: 2px solid #01aeef;
    background: #ffffff;
    box-shadow: 0 0 0 0;
    outline: 0px;
}
.feedback-wrapper textarea
{
    height:120px;
}

.feedback-wrapper input:focus, .feedback-wrapper textarea:focus
{
    outline: none;
    border: 0;
    background-color: #ffffff;
    box-shadow: 0 0 0px 0 transparent;
	  border-bottom: 2px solid #01aeef;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}

.feedback-wrapper input[type="submit"]
{
    border: 0;
    background: #123840;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 30px;
    letter-spacing: 2px;
    margin-top: 15px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	border: 2px dashed transparent;
}
.feedback-wrapper input[type="submit"]:hover
{
    background: transparent;
    color: #123840;
    border: 2px dashed #123840;
}

.feedback-wrapper ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.feedback-wrapper .form-contant-text
{
    padding-bottom: 20px;
}
.feedback-wrapper ul li
{
    font-size: 17px;
	position:relative;
	margin-bottom: 10px;
}
.feedback-wrapper ul li i
{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #01aeef;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
	position: absolute;
    left: 0;
}
.feedback-wrapper ul li p
{
    font-size: 17px;
	margin-bottom: 0px;
	margin-left: 45px;
}

.feedback-wrapper h4
 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
}

.feedback-wrapper .form-contant-text p
{
    font-size: 16px;
    text-transform: capitalize;
}

html body .container-full-width.enquiry-page {
    background-image: url(assets/images/enqury.jpg);
}

.footer {
    background-color: #123840;
    padding: 40px 0 0;
}
.footer .main-footer-wrapper
{
    padding-bottom: 40px;
}