@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Roboto:100);
@import url(https://fonts.googleapis.com/css?family=Dosis);

body {background-color: rgb(255, 255, 255); font-family: Arial,Helvetica,sans-serif;}

.container{
	width: 80%;
	margin: 0 auto;
	background-color: rgb(245,245,245);
	color: black;
	padding-top: 20px;
}
.text {
  color: white;
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
}
.banner {
	height: 70px;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
	background-color: rgb(53,61,66);
	text-align: center;
	padding-top: 15px;
}
.banner a {
	color: rgb(255,255,255);
	margin-top: 15px;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}
.banner a:hover,a:focus{
	color: rgb(255,255,255);
	margin-top: 15px;
	font-weight: bold;
	text-decoration: none;
}
.fixedMenu {
	width: 100%;
	height: 70px;
	background-color: rgb(245, 245, 245);
	display: inline-block;
	top: 70px;
	position: fixed;
	z-index: 2;
	text-align: center;
	padding-top: 20px;
}
.fixedMenu a {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
    text-decoration: none;
    font-size: 25px;
    transition: 0.3s;
	color: #696969;
	font-weight: bold;
}
.fixedMenu a:hover,a:focus{
    color: rgba(0, 0, 0, 1);
	font-weight: bold;
}
.otherLinks {
	text-decoration: none;
	color: rgb(158,0,89); 
	font-size: 20px; 
	font-weight: bold;
}
.otherLinks:hover {
	text-decoration: none;
	color: rgb(158,0,89); 
	font-size: 20px; 
	font-weight: bold;
}
.mainLinks {
	text-decoration: none;
	color: rgb(158,0,89); 
	font-size: 25px; 
	font-weight: bold;
	padding-top: 20px;
}
.mainLinks:hover {
	text-decoration: none;
	color: rgb(158,0,89); 
	font-weight: bold;
}
.responsiveMenu {
	height: 0;
	width: 0;
    display: none;
    position: fixed;
    z-index: 2;
    top: 50px;
    left: 0;
	background-color: rgb(245, 245, 245);
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
}
.responsiveMenu a {
	background: #fff;
	text-decoration: none;
	color: #000;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	border-color: rgb(215,216,217); 
	border-style: solid; 
	border-width: 1px;
	border-radius: 5px;
	background-color: rgb(245, 245, 245);
	float: right;
}
.customCol a {
	background: #ff2800;
	text-decoration: none;
	font-weight: bold;
	color: rgb(255,255,255)!important;
	width: 50%;
	padding: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 20px;
	margin: 50px auto;
}
.customCol a:hover {
	background: #000000;
	text-decoration: none;
}
.customCol1 a {
	background: #ff2800;
	text-decoration: none;
	font-weight: bold;
	color: rgb(255,255,255)!important;
	width: 50%;
	padding: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.customCol1 a:hover {
	background: #000000;
	text-decoration: none;
}
.mainContent {
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 1);
	display: inline-block;
	margin-top: 0;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
	width: 100%;
	background-color: rgb(238,38,109);
	margin-bottom: 50px;
	height: 40px;
}
.carousel-caption a {	
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
	color: #fff;
	font-size: 25px;
	text-decoration: none;
	
}
.carousel-caption p {	
    font-weight: bold;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
}
.carousel-caption h2 {	
    font-weight: bold;
	color: #fff;
	font-size: 35px;
	text-decoration: none;
}
footer {
	background-color: rgb(53,61,66);
	color: white;
	width: 100%;
	left: 0;
	right: 0;
	position: relative;
	text-align: center;
}
.phone-detail {
	 padding-top: 50px;
}
.address-detail {
	 margin-top: 50px;
	 padding-left: 20px;
	 padding-right: 20px;
	 border-left-color: #aaa; 
	 border-left-style: solid; 
	 border-left-width: 1px;
	 border-right-color: #aaa; 
	 border-right-style: solid; 
	 border-right-width: 1px;
}

.mh-facebook {
	width: 20%;
	float: left;
	background-color: rgba(28, 91, 142, 0.6);
	text-align: center;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mh-facebook:hover {background-color: rgba(28, 91, 142, 1);}
.mh-twitter {
	width: 20%;
	float: left;
	background-color: rgba(115, 173, 210, 0.6);
	text-align: center;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mh-twitter:hover {background-color: rgba(115, 173, 210, 1);}
.mh-pinterest {
	width: 20%;
	float: left;
	background-color: rgba(212, 0, 0, 0.6);
	text-align: center;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mh-pinterest:hover {background-color: rgba(212, 0, 0, 1);}

.mh-googleplus {
	width: 20%;
	float: left;
	background-color: rgba(196, 52, 32, 0.6);
	text-align: center;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mh-googleplus:hover {background-color: rgba(196, 52, 32, 1);}
.mh-email {
	width: 20%;
	float: left;
	background-color: rgba(204, 204, 204, 0.6);
	text-align: center;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mh-email:hover {background-color: rgba(204, 204, 204, 1);}

.searchMobile {
	left: 10px;
	top: 50px;
	font-size: 30px;
	position: fixed;
	background-color: rgba(75, 75, 75, 0.9);
	width: 50px;
	text-align: center;
	color: white;
	z-index: 5;
	border:1px solid rgba(75, 75, 75, 0.8);
	border-radius: 10px;
}
.upPage {
	right: 10px;
	bottom: 10px;
	font-size: 30px;
	position: fixed;
	background-color: rgba(75, 75, 75, 0.9);
	width: 50px;
	text-align: center;
	color: white;
	z-index: 5;
	display: none;
	border:1px solid rgba(75, 75, 75, 0.8);
	border-radius: 10px;
}
.searchForms {
	background-color: rgba(75, 75, 75, 0.9);
	z-index: 4;
	text-align: center;
	position: fixed;
	display: none;
	left: 15%;
	right: 15%;
	top: 30%;
	bottom: 40%;
	width: 70%;
	height: 30%;
	
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #333333;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
	border-right: 1px solid #c5c5c3;
}
.forLinks { text-align: center;}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    display: block;
    transition: 0.3s;
	color: white;
}

.sidenav a:hover, .offcanvas a:focus{
	background: #4B4B4B;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 26px;
    margin-left: 50px;
}
@media screen and (max-width: 770px)  {
	body {background-color: #fff;}
	.fixedMenu {display: none;}
.banner {
	height: 50px;
	padding-top: 15px;
	text-align: center;
}
.banner a {
	color: rgb(255,255,255);
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
}
.customCol1 a {
	font-size: 12px;
}
.responsiveMenu {
	height: 60px;
	width: 100%;
    display: block;
}
	.forSharing {
	background-color: rgba(255, 255, 255, 1);
	width: 80%; }
	.container {
		width: 100%;
		margin: 0 auto;
	}
.carousel-caption a {	
	font-size: 15px;
}

.carousel-caption h2 {	
	font-size: 15px;
}
.carousel-caption {
	margin-bottom: 20px;
	height: 30px;
	display: none;
}
.carousel-caption p {	
	font-size: 10px;
}
.domainLabel {
    margin: 0;
	padding: 5px;
}

.forFacebook {
	margin-left: 25px;
}
.mh-email {
	background-color: rgba(204, 204, 204, 0.6);
}
.phone-detail {
	 padding-top: 10px;
}
.address-detail {
margin-top: 10px;}
}
@media screen and (min-width: 771px) and (max-width: 1200px) {
	body {background-color: #fff;}
	.forSharing {
	background-color: rgba(255, 255, 255, 1);
	width: 70%; }
	.container {
		width: 100%;
		margin: 0 auto;
		margin-top: 0px;
	}
	footer {
		width: 100%;
		margin-top: 0;
		position: relative;
		left: 0;
		right: 0;
	}
.carousel-caption h2 {	
	font-size: 20px;
}
.carousel-caption p {	
	font-size: 15px;
}
.image {
  height: 250px;
}
.fixedMenu {display: none;}
.banner {
	height: 50px;
	padding-top: 15px;
	text-align: center;
}
.banner a {
	color: rgb(255,255,255);
	margin-top: 15px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
}
.customCol1 a {
	font-size: 12px;
}
.responsiveMenu {
	height: 60px;
	width: 100%;
    display: block;
}
.carousel-caption {margin-bottom: 40px;}
.phone-detail {
	 padding-top: 20px;
}
.address-detail {
margin-top: 20px;}
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
	.container {
		width: 90%;
	}
	.fixedMenu a {
    font-size: 19px;
	}
	.mobileMenu a {
    font-size: 15px;
	}
	.fixedMenu {
	padding-right: 100px;
	padding-left: 30px;
}
.mobiledMenu {
	padding-right: 100px;
	padding-left: 30px;
}
	.forSharing {
	background-color: rgba(255, 255, 255, 1);
	width: 60%; }
	footer {
		width: 100%;
		position: relative;
		left: 0;
		right: 0;	
	}
	.mainHeader {
		width: 90%;
		position: relative;
		left: 5%;
		right: 5%;
	}
.carousel-caption p {	
	font-size: 20px;
}
.carousel-caption {margin-bottom: 40px;}
}

@media screen and (min-width: 1601px) and (max-width: 1800px){
	.container {
		width: 90%;
		margin: 20px auto;
	}
	footer {
		width: 100%;
		position: relative;
		left: 0;
		right: 0;
	}
	.mainHeader {
		width: 80%;
		position: relative;
		left: 10%;
		right: 10%;
	}
	.fixedMenu a {
    font-size: 25px;
	}
}
@media screen and (min-width: 1801px){
	.container {
		width: 80%;
		margin: 20px auto;
	}
}

