
html,
body {
    height: 100%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #4a4a4a;
	background: #fff;
	font: 14px/1.5em  'Calibri', sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
/* ancher styling  */
a,
button {
	outline: none;
	text-decoration: none;
	color: #000;
	border: 0;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}
/* main form styling */
form * {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    behavior: url(PIE.htc);
}

select, option {
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

input,
textarea,
select {
	outline: none;
	color: #000;
	vertical-align: middle;
	-webkit-appearance: none;
}

form,
fieldset {
	outline: none;
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	border:0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"]::-webkit-input-placeholder {
	color:#000;
}
 
input[type="text"]::-moz-placeholder { /* Firefox 18- */
	color:#000 ;  
}
 
input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	color: #000 ;  
}
 
input[type="text"]::-ms-input-placeholder {  
	color:#000 ; 

}
@font-face {
	font-family:"Chocolate Cavalcade";
	src:url("../fonts/Chocolate_Cavalcade.eot?") format("eot"),
	url("../fonts/Chocolate_Cavalcade.woff") format("woff"),
	url("../fonts/Chocolate_Cavalcade.ttf") format("truetype"),
	url("../fonts/Chocolate_Cavalcade.svg#ChocolateCavalcade") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.woff2') format('woff2'),
        url('../fonts/Calibri-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



#wrapper{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.top-bar{
	padding: 6px 0;
	overflow: hidden;
	background: #012751;
	border-bottom: 1px solid #8093a8;
}
.top-bar .mail{
	float: left;
	color: #fff;
	font-size: 20px;
	margin: 6px 0 0;
	font-weight: bold;
}
.top-bar .mail i{
	margin: 0 10px 0 0;
}
.top-bar .tell{
	float: right;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
}
.top-bar .tell i{
	margin: 0 10px 0 0;
}
#header{
	top: 45`px;
	left: 0;
	right: 0;
	z-index: 99;
	position: absolute;
}
#header:after{
	top: 0;
	left: 0;
	right: 0;
	height: 220px;
	content: "";
	z-index: -1;
	position: absolute;
	background: url(../images/img1.png) no-repeat;
}
#header .menu{
	display: none;
}
#header .logo{
	float: left;
	width: 160px;
}
#header .nav{
	float: right;
}
#header .nav ul{
	padding: 0;
	margin: 40px 0 0;
	list-style: none;
}
#header .nav ul li{
	float: left;
	margin: 0 0 0 60px;
}
#header .nav ul li a{
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: bold;
	position: relative;
}
#header .nav ul li a:after{
	top: -9px;
	right: -18px;
	width: 30px;
	height: 40px;
	content: "";
	display: none;
	position: absolute;
	background: url(../images/img15.png) no-repeat; 
}
#header .nav ul li a:hover:after,
#header .nav ul li a.active:after{
	display: block;
}
.main-banner{
	padding: 240px 0 109px;
	background: url(../images/img2.jpg) no-repeat;
	background-size: 100% 100%;
}
.main-banner .heading-1{
	font-size: 50px;
	font-weight: 400;
	color: #000;
	display: block;
	line-height: 1.1;
	text-shadow: 2px 2px #fff;
	-webkit-text-shadow: 2px 2px #fff;
	font-family:"Chocolate Cavalcade";
}
.main-banner .heading-2{
	font-size: 65px;
	font-weight: 400;
	color: #000;
	display: block;
	line-height: 1.1;
	text-shadow: 2px 2px #fff;
	-webkit-text-shadow: 2px 2px #fff;
	font-family:"Chocolate Cavalcade";
}
.main-banner h1{
	font-size: 93px;
	font-weight: 400;
	color: #ff0000;
	display: block;
	line-height: 1.1;
	text-shadow: 2px 2px #fff;
	-webkit-text-shadow: 2px 2px #fff;
	font-family:"Chocolate Cavalcade";
}
.main-banner h2{
	font-size: 73px;
	font-weight: 400;
	color: #ff0000;
	display: block;
	line-height: 1.1;
	text-shadow: 2px 2px #fff;
	-webkit-text-shadow: 2px 2px #fff;	
	font-family:"Chocolate Cavalcade";
}

.about-us{
	padding: 90px 0 260px;
	overflow: hidden;
	background: #034ea2;
	position: relative;
}
.about-us:after{
	right: 0;
	bottom: 0;
	width: 800px;
	height: 700px;
	content: "";
	position: absolute;
	background: url(../images/img3.png) no-repeat;
}
.about-us:before{
	top: 50%;
	left: 0;
	width: 134px;
	height: 628px;
	content: "";
	margin: -314px 0 0;
	position: absolute;
	background: url(../images/img4.png) no-repeat;
}
.about-us .text-holder{
	float: left;
	width: 50%;
	color: #fff;
	font-size: 18px;
}
.about-us .text-holder h1{
	color: #fff;
	display: block;
	margin: 0 0 30px;
	font-size: 50px;	
	font-family:"Chocolate Cavalcade";
}
.about-us .text-holder h2{
	color: #fff;
	display: block;
	margin: 0 0 30px;
	font-size: 50px;	
	font-family:"Chocolate Cavalcade";
}
.about-us .text-holder p{
	max-width: 90%;
}

.our-services{
	padding: 0 0 100px;
	background: #012751;
	position: relative;
}
.our-services:after{
	top: -210px;
	left: 0;
	right:0;
	height: 283px;
	content: "";
	position: absolute;
	background: url(../images/img6.png) no-repeat;
}
.our-services .heading-area{
	color: #fff;
	position: relative;
	font-size: 18px;
	text-align: center;
	z-index: 9;
}
.our-services .heading-area h1{
	font-size: 50px;
	padding: 0 0 20px;
	margin: 0 0 30px;
	position: relative;
	font-family:"Chocolate Cavalcade";
}
.our-services .heading-area h1:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img5.png) no-repeat;
} 
.our-services .services-column{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.our-services .services-column .column{
	width: 24%;
	margin: 0 4px;
	display: inline-block;
}
/*.our-services .services-column .column .img-holder{
	width: 100%;
	height: 257px;
}*/
.our-services .services-column .column .img-holder img{
	display: block;
	width: 100%;
}
.our-services .services-column .column .text-box{
	padding: 0 14px;
	border-bottom: 1px solid #fff;
}
.our-services .services-column .column .text-box .text-holder{
	padding: 30px 24px;
	background: #011e3f;
	text-align: center;
}
.our-services .services-column .column .text-box .text-holder strong{
	display: block;
	color: #fff;
	font-size: 23px;
	margin: 0 0 20px;
	font-family:"Chocolate Cavalcade";
}
.our-services .services-column .column .text-box .text-holder span{
	display: block;
	color: #fff;
	margin: 0 0 20px;
	font-size: 18px;
	position: relative;
	padding: 0 0 14px;
}
.our-services .services-column .column .text-box .text-holder span:after{
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 100px;
	height: 2px;
	margin: 0 auto;
	position: absolute;
	background: url(../images/img5.png) no-repeat;
}
.our-services .services-column .column .text-box .text-holder p{
	font-size: 15px;
	color: #fff;
	margin: 0;
}

.water-delivery{
	padding: 110px 0;
	min-height: 844px;
	background: url(../images/img8.jpg) no-repeat;
	background-size: 100% 100%;
}
.water-delivery .heading-area h1{
	font-size: 50px;
	padding: 0 0 20px;
	margin: 0 0 30px;
	position: relative;
	color: #034ea2;
	font-family:"Chocolate Cavalcade";
}
.water-delivery .heading-area{
	text-align: center;
	max-width: 60%;
	margin: 0 auto;
}
.water-delivery .heading-area h1:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img9.png) no-repeat;
} 
.water-delivery .heading-area p{
	color: #000;
	font-size: 18px;
	line-height: 25px;
	margin: 0;
}

.Testimonials{
	overflow: hidden;
	padding: 100px 0;
	background: #012751;
	text-align: center;
}
.Testimonials .heading-area h1{
	font-size: 50px;
	padding: 0 0 20px;
	margin: 0 0 30px;
	position: relative;
	color: #fff;
	font-family:"Chocolate Cavalcade";
}
.Testimonials .heading-area h1:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img5.png) no-repeat;
} 
.Testimonials .text-box{
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 100px 0 0;
}
.Testimonials .text-box:after{
	right: 0;
	bottom: 0;
	width: 38px;
	height: 111px;
	content: "";
	position: absolute;
	background: url(../images/img11.png) no-repeat;
}
.Testimonials .text-box:before{
	left: -194px;
	bottom: 0;
	width: 231px;
	height: 322px;
	content: "";
	position: absolute;
	background: url(../images/img12.png) no-repeat;
}

.Testimonials .text-box img{
	display: block;
	width: 82px;
	height: 82px;
	margin: 0 auto 20px;
	overflow: hidden;
}
.Testimonials .text-box span{
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.Testimonials .text-box p{
	color: #fff;
	font-size: 14px;
	max-width: 66%;
	margin: 0 auto;
}
.rating { 
  border: none;
  display: block;
  width: 132px;
  margin: 0 auto 20px;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #faa61a; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

#carouselExampleControls a{
	top: 50%;
	left: 0;
	width: 66px;
	height: 66px;
	padding: 14px 10px;
	text-align: center;
	border-radius: 100%;
	background: #345274;
	position: absolute;
}
#carouselExampleControls a.carousel-control-next{
	left: auto;
	right: 0;
}
#carouselExampleControls a i{
	color: #3ca1fd;
	font-size: 34px;
}
#carouselExampleControls a:hover{
	background: #3ca1fd;
}
#carouselExampleControls a:hover i{
	color: #fff;
} 

.contact-us{
	padding: 100px 0 220px;
	overflow: hidden;
	background: #3ca1fd;
}
.contact-us .heading-area h1{
	font-size: 50px;
	padding: 0 0 20px;
	margin: 0 0 60px;
	position: relative;
	color: #fff;
	text-align: center;
	font-family:"Chocolate Cavalcade";
}
.contact-us .heading-area h1:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img5.png) no-repeat;
}
.contact-us .contact-columns{
	overflow: hidden;
}
.contact-us .contact-columns .column{
	width: 48%;
	float: left;
}
.contact-us .contact-columns .column .heading{
	color: #fff;
	font-size: 26px;
	position: relative;
	background: #57c7f4;
	display: inline-block;
	margin: 12px 0 40px 18px;
	padding: 15px 15px 15px 66px;
	font-family:"Chocolate Cavalcade";
}
.contact-us .contact-columns .column .heading:after{
	top: -10px;
	left: -16px;
	width: 68px;
	height: 72px;
	content: "";
	position: absolute;
	background: transparent;
	border: 1px solid #fff;
}
.contact-us .contact-columns .column form{
	width: 100%;
}
.contact-us .contact-columns .column .form-row{
	overflow: hidden;
	margin: 0 0 20px;
	display: block;
}
.contact-us .contact-columns .column .form-row .left-col{
	float: left;
	width: 48%;
}
.contact-us .contact-columns .column .form-row .left-col input[type="text"]{
	width: 100%;
	height: 58px;
	padding: 10px 22px;
	background: #fff;
	border: 0;
	font-size: 20px;
}
.contact-us .contact-columns .column .form-row .right-col{
	float: right;
	width: 48%;
}
.contact-us .contact-columns .column .form-row .right-col input[type="tel"]{
	width: 100%;
	height: 58px;
	padding: 10px 22px;
	background: #fff;
	border: 0;
	font-size: 20px;
}
.contact-us .contact-columns .column form textarea{
	border: 0;
	width: 100%;
	resize: none;
	height: 210px;
	padding: 20px;
	background: #fff;
	font-size: 20px;
	margin: 0 0 30px;
}
.contact-us .contact-columns .column form button{
	color: #fff;
	cursor: pointer;
	font-size: 26px;
	padding: 16px 20px;
	background: #012751;
	display: inline-block;
	font-family:"Chocolate Cavalcade";
}
.contact-us .contact-columns .column form button:hover{
	color: #012751;
	background: #fff;
}
.contact-us .contact-columns .column.address{
	float: right;
	width: 44%;
	padding: 55px 20px 20px 20px;
	background: #012751;
}
.contact-us .contact-columns .column.address .title{
	color: #fff;
	font-size: 26px;
	margin: 0 0 0 -30px;
	background: #57c7f4;
	display: inline-block;
	padding: 8px 18px 8px 36px;
	font-family:"Chocolate Cavalcade";
}
.contact-us .contact-columns .column.address .title i{
	margin: 0 10px 0 0;
}
.contact-us .contact-columns .column.address .txt{
	color: #fff;
	font-size: 20px;
	padding: 20px 50px;
	line-height: 26px;
}
.contact-us .contact-columns .column.address .txt p{
	margin: 0;
}

.contact-us .contact-columns .column.address .txt a{
	color: #fff;
}

#footer{
	margin: -240px 0 0;
	padding: 220px 0 0;
	background: url(../images/img13.png) no-repeat;
	background-size: 100% 100%;
}
#footer .footer-columns{
	overflow: hidden;
}
#footer .footer-columns .column{
	width: 20%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	padding: 0 0 0 50px;
}
#footer .footer-columns .column:after{
	top: 16px;
	left: 0;
	width: 1px;
	height: 160px;
	position: absolute;
	content: "";
	position: absolute;
	background: #51657d;
}
#footer .footer-columns .column:first-child{
	width: 39%;
}
#footer .footer-columns .column:first-child:after{
	display: none;	
}
#footer .footer-columns .column h3{
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 20px;
}
#footer .footer-columns .column .list{
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .footer-columns .column .list li{
	width: 100%;
	margin: 0 0 6px;
	position: relative;
	padding: 0 0 0 20px;
}
#footer .footer-columns .column .list li:after{
	top: 6px;
	left: 0;
	width: 9px;
	height: 9px;
	content: "";
	position: absolute;
	background: url(../images/img14.png) no-repeat;
}

#footer .footer-columns .column .list li a{
	display: block;
	color: #fff;
	font-size: 15px;
}
#footer .footer-columns .column .google-app{
	margin: 0 0 10px;
	display: block;
}
#footer .footer-bottom{
	overflow: hidden;
	padding: 0 0 120px;
	background: rgba(255,255,255,.1);
}
#footer .bottom-footer{
	padding: 10px 0 0;
	border-top: 1px solid #3ca1fd;
}
#footer .bottom-footer .copy{
	color: #fff;
	float: left;
	margin: 10px 0 0;	
}
#footer .bottom-footer .copy a{
	color: #fff;
}
#footer .bottom-footer .copy a:hover{
	text-decoration: underline;
}
#footer .bottom-footer .social-area{
	float: right;
}
#footer .bottom-footer .social-area ul{
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .bottom-footer .social-area ul li{
	margin:0 5px;
	display: inline-block;
}
#footer .bottom-footer .social-area strong{
	color: #fff;
	font-size: 25px;
	margin: 8px 12px;
	font-weight: bold;
	display: inline-block;	
}


@media ( max-width: 1199px ){
	.main-banner{
		padding: 190px 0 70px;
	}
	.our-services .services-column .column{
		width: 23%;
	}
	#footer .footer-columns .column:first-child{
		width: 36%;	
		padding: 0;
	}
	#footer .footer-columns .column{
		margin: 0 0 30px;
		padding: 0 0 0 30px;
	}
	
}

@media ( max-width: 991px ){
	#header .nav ul li{
		margin: 0 0 0 26px;	
	}

	.about-us .text-holder{
		width: 100%;
		position: relative;
		z-index: 9;
	}
	.about-us::after{
		width: 400px;
		height: 420px;
		background-size: 100% 100%;
	}
	.our-services::after{
		top: -98px;
		height: 100px;
		background-size: 100% 100%;
	}

	.our-services .services-column .column{
		width: 47%;	
		margin: 0 6px 50px;
	}
	.water-delivery{
		min-height: 680px;
	}
	.Testimonials .text-box{
		max-width: 300px;
	}
	.contact-us .contact-columns .column form textarea{
		height: 150px;
	}
	.contact-us .contact-columns .column.address .txt{
		padding: 20px;
	}
	.contact-us{
		padding: 120px 0 280px;
	}

	#footer .footer-columns .column:first-child{
		width: 26%;
	}
	#footer .footer-columns .column{
		width: 24%;
	}
	#footer .footer-columns .column h3{
		font-size: 20px;
	}

	#footer .footer-bottom{
		text-align: center;
	}
	#footer .bottom-footer .copy{
		float: none;
		display: block;
		margin: 0 0 20px;
	}
	#footer .bottom-footer .social-area{
		float: none;
		width: 100%;
	}
	#footer .bottom-footer .social-area ul{
		float: none;
		display: inline-block;
	}
	.main-banner .heading-1{
		font-size: 40px;
	}
	.main-banner .heading-2{
		font-size: 50px;
	}
	.main-banner h1{
		font-size: 70px;
	}
	.main-banner h2{
		font-size: 60px;
	}
}

@media ( max-width : 767px ){
	#header .menu{
		display: inline-block;
		float: right;
		font-size: 30px;
		color: #fff;
		margin: 25px 0 0;
	}
	#header .nav{
		float: none;
		left: -300px;
		width: 100%;
		width: 300px;
		position: absolute;
		background: #012751;
		padding: 0 0 999px;
		margin: 0 0 -999px;
		transition: all .5s ease-in-out
		-webkit-transition: all .5s ease-in-out
		-moz-transition: all .5s ease-in-out
		-ms-transition: all .5s ease-in-out
		-o-transition: all .5s ease-in-out
	}
	body.open-nav #header .nav{
		left: 0;
	}
	#header .nav ul{
		padding: 0 0 20px;
	}
	#header .nav ul li{
		width: 100%;
		margin: 0;
	}
	#header .nav ul li a{
		padding: 10px 40px;
	}
	#header .nav ul li a::after{
		top: -2px;
		right: 32px;
	}
	.main-banner{
		padding: 160px 0 70px;
	}
	.main-banner .heading-1{
		font-size: 34px;
	}
	.main-banner .heading-2{
		font-size: 40px;
	}
	.main-banner h1{
		font-size: 60px;
	}
	.main-banner h2{
		font-size: 50px;
	}
	.about-us .text-holder h2{
		font-size: 42px;
	}
	.water-delivery,
	.Testimonials{
		padding: 60px 0;
	}
	.water-delivery .heading-area{
		max-width: 100%;
	}
	.water-delivery{
		min-height: 510px;
	}
	.Testimonials .text-box::before,
	.Testimonials .text-box::after{
		display: none;
	}
	.contact-us{
		padding: 60px 0 280px;
	}
	.contact-us .contact-columns .column,
	.contact-us .contact-columns .column.address{
		width: 100%;
		margin: 0 0 30px;
	}
}

@media ( max-width : 575px ){
	.top-bar .mail{
		font-size: 14px;
	}
	.top-bar .tell{
		font-size: 15px;
		margin: 5px 0 0;
	}
	#header .logo{
		width: 110px;
	}
	.main-banner{
		padding: 120px 0 30px;
	}
	.main-banner .heading-1{
		font-size: 24px;
	}
	.main-banner .heading-2{
		font-size: 28px;
	}
	.main-banner h1{
		font-size: 36px;
	}
	.main-banner h2{
		font-size: 34px;
	}
	#header:after{
		height: 100px;
		background-size: 100% 100%;
	}
	.about-us{
		padding: 40px 0 100px;
	}
	.about-us .text-holder h1{
		font-size: 40px;
	}
	.about-us .text-holder h2{
		font-size: 28px;
		margin: 0 0 10px;
	}
	.about-us::before{
		width: 80px;
		height: 460px;
		background-size: 100% 100%;
	}
	.about-us::after{
		width: 280px;
		height: 260px;
		background-size: 100% 100%;
	}
	.our-services .heading-area h1{
		font-size: 40px;
	}
	.our-services .services-column .column{
		width: 100%;
	}
	.our-services{
		padding: 0 0 20px;
	}
	.water-delivery .heading-area h1,
	.Testimonials .heading-area h1{
		font-size: 40px;
	}
	.water-delivery, .Testimonials,{
		padding: 40px 0;
	}
	.Testimonials .text-box{
		padding: 20PX 0 0;
	}
	#carouselExampleControls a{
		width: 40px;
		height: 40px;
	}
	#carouselExampleControls a i{
		font-size: 20px;
	}
	.contact-us{
		padding: 40px 0 200px;
	}
	.contact-us .heading-area h1{
		font-size: 40px;
		margin: 0 0 30px;
	}
	.contact-us .contact-columns .column .form-row{
		margin: 0;
	}
	.contact-us .contact-columns .column .form-row .left-col,
	.contact-us .contact-columns .column .form-row .right-col{
		width: 100%;
		margin: 0 0 14px;
	}
	#footer{
		padding: 60px 0 0;
		margin: -150px 0 0;
		background-size: cover;
		background-position: 33% 50%;
	}
	#footer .footer-columns .column:first-child,
	#footer .footer-columns .column{
		width: 100%;
		margin: 0 0 20px;
	}
	#footer .footer-columns .column:after{
		display: none;
	}
	#footer .footer-bottom{
		padding: 0 0 20px;
	}
	#footer .footer-columns .column h3{
		font-size: 28px;
	}
}