body {
	margin: 0;
	font-family: "Quicksand";
	background: #fff;
}
html {
  scroll-behavior: smooth;
}
header{display:none;}
p {
	font: 400 18px/30px "Quicksand", Helvetica, sans-serif;
	margin: 0 0 20px 0;
	color: #313131;
}
.container{
	padding: 0;
}
#header {
	background: #e7e7e7;
	padding: 16px 0;
	text-align: center;
}
.slider-img {
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
}
.slider-form {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 32px;
	top: auto;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
.footer-bottom {
	background: #34a2ba;
	padding: 10px 0;
	text-align: center;
}
.footer-bottom p, .footer-bottom p a {
	font: 500 16px/24px "Quicksand", Helvetica, sans-serif;
	margin: 0;
	color: #fff;
	transition: all 0.5s;
	text-decoration: none;
}
.forgot-pass a {
	font: 600 18px/20px "Quicksand", Helvetica, sans-serif;
	text-transform: uppercase;
	background: #34a2ba;
	color: #fff !important;
	padding: 10px 30px;
	display: inline-block;
	transition: all 0.5s;
	cursor: pointer;
	text-decoration: none;
}
.forgot-pass a:hover{
	background: #111;
	color: #fff;
}
.footer-bottom p a:hover {
	color: #000;
}
.about-us-head {
	position: relative;
	text-align: center;
	padding: 0 0 45px 0;
}
.about-us-head::after {
	background-image: url(../images/about-us-after.png);
	width: 22px;
	height: 20px;
	content: "";
	position: absolute;
	bottom: 30px;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.about-us-desc p{
	font: 700 16px/28px "Quicksand", Helvetica, sans-serif;
	margin: 0;
	color: #414141;
}
.about-us-desc span {
    font: 500 15px/30px "Quicksand", Helvetica, sans-serif;
    margin: 0 0 10px 0;
    color: #414141;
    display: block;
}
.contact-us-width{
	width: 428px;
	margin: 0 auto;
}
.about-us-img::after {
    background: #34a2ba;
    width: 100%;
    height: 100%;
    left: 10px;
    right: auto;
    position: absolute;
    top: 10px;
    bottom: auto;
    content: "";
    z-index: -1;
}
.about-us-img {
    position: relative;
    display: inline-block;
    margin: 0 0 30px 0;
}
.contact-us {
	background: #e7e7e7;
	padding: 40px;
}
.about-us {
	width: 428px;
	margin: 34px auto;
	text-align: center;
}
.about-us-desc ul {
    margin: 10px 0 0;
    text-align: left;
}
.about-us-desc ul li{
	  font: 500 15px/30px "Quicksand", Helvetica, sans-serif;
    margin: 0 0 5px 0;
    color: #414141;
}
.about-us-desc {
    max-height: 80px;
    overflow: hidden;
}
.about-us-desc.expanded{
	max-height: 100%;
}
.arrow-icon {
    text-align: center;
    margin: 0 0 30px 0;
    cursor: pointer;
     
}
.arrow-icon img{
  transform-origin: 0% 100%;
   animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@keyframes bounce {
50% {
    transform: translateY(10px);
  }
}

.about-us-head h4 {
	font: 600 22px/24px "Quicksand", Helvetica, sans-serif;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding: 0 60px;
}
.address p b{
	font-size: 20px;
	color: #000;
}
.address p a, .address p {
	font: 600 16px/28px "Quicksand", Helvetica, sans-serif;
	color: #414141;
	text-decoration: none;
	transition: all 0.5s;
	margin: 0 0 10px 0;
}
.address p a:hover{
	color: #34a2ba;
}
.contact-us-width h4 {
	font: 600 26px/28px "Quicksand", Helvetica, sans-serif;
	margin: 0 0 20px 0;
}
.privancy-policy p, .privancy-policy p a{
	font: 600 14px/24px "Quicksand", Helvetica, sans-serif;
	margin: 0;
	color: #34a2ba;
	transition: all 0.5s;
	text-decoration: none;
}
.privancy-policy p a{
	margin: 0 5px;
}
.privancy-policy p a:hover{
color: #000;
}
.privancy-policy p a:first-child{
	margin-left: 0;
}
.about-us-head h4::after {
	width: 43px;
	height: 1px;
	background: #000;
	left: 0;
	right: auto;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
}
.about-us-head h4::before {
	width: 43px;
	height: 1px;
	background: #000;
	right: 0;
	left: auto;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
}
	.mobile-view-display{
		display: none;
	}
/* Responsive start*/
@media (max-width: 1301px) {
	
}
@media (max-width: 1199px) {

}
@media (max-width: 1366px) {
	
}
@media (max-width: 1024px) {
	
}
@media (max-width: 991px) {
	
}

@media (max-width: 767px) {
	
}
@media (max-width: 575px) {
	
}
@media (max-width: 543px) {
	
}
@media (max-width: 480px) {
	.mobile-view-display{
		display: block;
	}
	.desktop-view-display{
		display: none;
	}
	.contact-us-width, .about-us{
		width: 100%;
	}
	.about-us{
		padding: 0 15px;
	}
	.contact-us{
		padding: 15px;
	}
}
@media (max-width: 360px) {
	.address p a, .address p{
		font-size: 15px;
	}
	.address p b{
		font-size: 17px;
	}
	.contact-us {
		padding: 12px;
	}
}
/* Responsive end*/