@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
body {
	font-family: "Open Sans"
}
#main-nav {
	background: #ffffff;
	border: none;
	min-height: 160px;
	margin-bottom: 0px;
}
#main-nav-ul {
	font-size: 18px;
	font-weight: bold;
}
#main-nav-ul a {
	padding: 85px 20px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
#main-nav-ul a:hover {
	color: #f63b92;
}
.main-logo {
	width: 170px;
}
.banner {
	background: url(../images/banner-img.jpg) no-repeat fixed;
	/*background-size: cover;*/
	background-position: 0px 178px;
	padding: 300px 0px 120px;
}
.hr-line {
	width: 60px;
	background: #fff;
	height: 2px;
	margin: 40px 0px;
}
.hr-line2 {
	width: 60px;
	background: #f63b92;
	height: 2px;
	margin: 40px 0px;
}
.banner h1 {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
}
.banner b {
	font-weight: 600;
}
.visual-section {
	padding: 180px 0px;
}
.headings h1 {
	text-transform: capitalize;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 40px;
}
.headings b {
	font-weight: 600;
}
.headings p {
    color: #747474;
    padding: 0px 132px;
    font-size: 15px;
    line-height: 28px !important;
}
.headings-2 h1 {
	text-transform: capitalize;
	text-transform: uppercase;
	font-weight: lighter;
	color: #fff;
	font-size: 40px;
}
.headings-2 b {
	font-weight: 600;
}
.headings-2 p {
	color: #fff;
	padding: 0px 132px;
	line-height: 24px;
	font-size: 15px
}
.service-section {
	background: url(../images/what-we-do.jpg) no-repeat fixed;
	/*background-size: cover;*/
	background-position: 0px 178px;
	padding: 100px 0px;
}
.service-section-2 {
	background: url(../images/section-img-2.jpg) no-repeat fixed;
	/*background-size: 1349px 500px;*/
	background-position: 0px 178px;
	padding: 100px 0px;
}
.lifestyle-section {
	padding: 160px 0px;
}
.lifestyle-items {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.marg-top {
	margin-top: 70px;
}
.parts p {
	text-align: justify;
	margin-top: 50px;
	color: #747474;
	line-height: 25px;
	font-size: 15px;
}
.parts-marg p {
	margin-top: 26px;
}
.parts h4 {
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 0px;
	color: #2a2c2d;
	text-transform: uppercase;
}
.parts2 {
	margin-top: 70px;
}
.parts2 h4 {
	margin-top: 50px;
	color: #2a2c2d;
	text-transform: uppercase;
	font-size: 20px;
}
.parts2 p {
	font-size: 15px;
	margin-top: 50px;
	color: #747474;
}
.margi-top p {
	margin-top: 30px;
}
.main-form {
	background: #ececec;
	padding: 160px 0px;
}
.form-input {
	margin-top: 50px;
}
.contact-form{
	width: 50%;
	margin: 0px auto;
}
.contact-form input{
	width: 100%;
	border:none;
	border: 1px solid #f63b92;
	background-color: #ececec;
	margin: 3px 0px;
	text-align: center;
	padding: 10px 0px;
	outline: none;

}
.textarea{
	padding-bottom: 150px !important;
}
.submit{
	background-color:#f63b92 !important;
	padding: 10px 40px !important; 
	color: #fff;
	border:none;
	width: 34% !important;
	margin-top: 20px !important;
}
.footer {
	background: url(../images/footer-img.jpg) no-repeat;
	background-size: cover;
	background-position: 100%;
	padding: 80px 0px;
	text-transform: uppercase;
}
.footer-text {
	color: #fff;
	font-size: 18px;
/*	margin-top: 20px;
	margin-left: 20px;*/
	display: inline-block;
	text-align: left;
}
.footer .fa {
	font-size: 80px !important;
	color: #fff;
	margin-right: 20px;
}
.f-icon {
	display: inline-block;
}
@media screen and (min-width: 1584px){
	.banner{
		background-size: cover;
	}
	.service-section{
		background-size: cover;
	}
	.service-section-2{
		background-size: cover;
	}
}
@media screen and (max-width: 1200px){
	.footer .fa{
		font-size: 50px !important;
	}
	.footer-text{
		font-size: 14px !important;
	}
}
@media (max-width: 1199px){
.parts h4 {
	font-size: 17px;
}
.parts2 h4 {
	font-size: 17px;	
}
}
@media screen and (max-width: 730px){
 .submit{
  width: 50% !important;
 }
 .contact-form{
  width: 70% !important;
 }
}
@media screen and (max-width: 500px){
 .submit{
  width: 100% !important;
 }
}
@media screen and (max-width: 430px){
 .contact-form{
  width: 90% !important;
 }
}
@media (min-width: 992px) {
.lifestyle-items {
	float: left;
	width: 20%;
}
}
@media (max-width: 992px) {
.container {
	width: 100%;
}
.banner {
    padding: 160px 0px 100px;
}
.parts {
	margin-top: 70px;
}
.parts p {
	text-align: center;
}
.margi-top p {
	margin-top: 50px;
}
/*.parts-marg p {
	margin-top: 50px;
}*/
#main-nav {
	min-height: 130px;
}
/*.main-logo {
	width: 120px;
}*/
#main-nav-ul {
	font-size: 15px;
	font-weight: bold;
}
/*#main-nav-ul a {
	padding: 56px 20px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}*/
.headings-2 p {
	color: #fff;
	padding: 0px;
}
.headings p {
	padding: 0;
}
}
@media screen and (max-width: 992px){
	.footer .fa{
		font-size: 40px !important;
		margin-right: 10px !important;
	}
	.footer-text{
		font-size: 12px !important;
	}

}
@media (max-width: 768px) {
.footer-icons{
		text-align: left;
}
.main-logo {
	width: 120px !important;
}
.navbar-toggle {
	margin-top: 44px;
}
#main-nav-ul a{
	padding: 10px 15px !important;
}
.inner-footer {
	margin: 50px 0px;
}
.navbar-header {
	margin-bottom: 44px;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover {
	background: #fff;
}
/*#main-nav-ul a {
	margin: 20px 0px;
}*/ 
.footer-icons {
	margin: 50px 0px;
}
}
@media(max-width: 767px){

.footer .fa{
 		font-size: 60px !important;
 		margin-right: 10px !important;
 	}
 	.footer-text{
 		font-size: 18px !important;
 	}
 	.margin-left{
 		margin-left: 25%;
 	}
 	.banner{
 		background: url(../images/banner-img-2.jpg);
 		background-size: cover;
 		background-position: center;
 	}
 	.service-section{
 		background:url(../images/what-we-do-2.jpg);
 		background-size: cover;
 		background-position: center;

 	}
 	.service-section-2{
 		background:url(../images/section-img2.jpg);
 		background-size: cover;
 		background-position: 100%;
 		
 	}
 	/*.footer{
 		background:url(../images/footer-img-2.jpg);
 		background-size: cover;

 	}*/
}
@media (max-width: 450px) {
.headings h1 {
	font-size: 24px;
}
.headings-2 h1 {
	font-size: 24px;
}
}
@media(max-width: 380px){
	.footer .fa{
 		font-size: 50px !important;
 		margin-right: 10px !important;
 	}
 	.footer-text{
 		font-size: 14px !important;
 	}
}
.footer-text p{
	font-weight: 600;
}
.scroll-cstm{
  position: relative;
  top: -160px;
 }
 .footer-text small{
 	font-weight: 500;
 	display: block;
 }
  #back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #7b7a7a;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #f63b92;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}