*{
	margin:0;
	padding:0;
}
html, body, .container{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #4a4a4a;
}
body{
	font:15px/1.3 'Roboto', sans-serif;
	color: #5e5b64;

	/* Create a page-wide stacking context
	(so that negative margins work as you expect) */

	position:relative;
	z-index: 0;
}
textarea:focus, input:focus, select:focus{
    outline: none;
}
figure{
	margin: 0;
	padding: 0;
}
h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 50px;
}
.container{
	max-width: 1200px;
	margin: 0 auto;
}
.gold{
	background: #152950;
	color: white;
}
.gray{
	background: #4E545A;
	color: white;
}
.light-gray{
	background: #F1F1F3;
}
.center{
	text-align: center;
}
.white{
	color: white;
}
.top-margin{
	margin-top: 100px;
}
.section-title{
	font-family: 'Montserrat', sans-serif;
	font-size: .9em;
	font-weight: 700;
	letter-spacing: 3px;
	color: #a0978e;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.btn-style{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 13px 30px;
	border-radius: 25px;
	border: 0;
	cursor: pointer;
	transition: ease-in-out .2s;
	outline: none;
}
.btn-style:hover{
	opacity: .8;
}
.btn-style i:before{
	font-size: .8em;
	margin-left: 10px;
}
.section{
	width: 100%;
	padding: 100px 0;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.mobile-nav,
.mobile-menu{
	display: none;
}
header{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: white;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.01);
	z-index: 1;
}
header nav{
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
}
header nav a{
	text-decoration: none;
	color: #4a4a4a;
	cursor: pointer;
}
header nav a:hover{
	color: #a0978e;
	text-decoration: underline;
}
header nav .nav-content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header nav .nav-content .logo img{
	display: block;
	width: 90px;
}
header nav .nav-content ul{
	list-style: none;
	display: flex;
	align-items: center;
}
header nav .nav-content ul li{
	font-size: .8em;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 25px;
	font-weight: 700;
}
header nav .nav-content ul .quote{
	margin-left: 25px;
}
header nav .nav-content .header-phone{
	border-left: 1px solid #cdcdcd;
	padding-left: 25px;
}
header nav .nav-content .header-phone i:before{
	font-size: 3em;
	color: #152950;
	margin-right: 20px;
}
header nav .nav-content .header-phone p{
	font-family: 'Roboto', sans-serif;
	opacity: .6;
}
header nav .nav-content .header-phone span{
	font-family: 'Montserrat', sans-serif;
	display: block;
	font-size: 1.65em;
	font-weight: bold;
}
.mySlides{
	display: none;
	margin-top: 100px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
	height: 850px;
	overflow: hidden;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 1.8em;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color:#545454;
}

/* Caption text */
.text {
	font-family: 'Montserrat', sans-serif;
  color: #f2f2f2;
	width: auto;
	padding: 10px 20px;
  font-size: 1.2em;
  position: absolute;
	left: 0;
  bottom: 10px;
  text-align: center;
	background: #4E545A;
}
.active{
  background-color: #4E545A;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.welcome .welcome-content>img{
	display: block;
	width: 450px;
	height: 450px;
	margin-right: 50px;
}
.about .about-content>img{
	display: block;
	width: 450px;
	height: 450px;
	margin-left: 50px;
}
.welcome .welcome-content .welcome-txt p,
.about .about-content .about-txt p{
	line-height: 30px;
	margin-bottom: 25px;
}
.welcome .welcome-content .welcome-txt a{
	text-decoration: none;
}
.wwd .wwd-content .wwd-mod .wwd-mod-layout{
	margin-top: 40px;
	width: 31%;
	background: white;
	transition: ease-in-out .3s;
	border-radius: 5px;
	overflow: hidden;
}
.wwd .wwd-content .wwd-mod .wwd-mod-layout>img{
	display: block;
	width: 100%;
}
.wwd .wwd-content .wwd-mod .wwd-mod-layout .mod-layout-content{
	padding: 20px;
	box-sizing: border-box;
}
.wwd .wwd-content .wwd-mod .wwd-mod-layout .mod-layout-content span{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.wwd .wwd-content .wwd-mod .wwd-mod-layout .mod-layout-content p{
	opacity: .8;
	line-height: 25px;
}
.wwd .wwd-content .wwd-mod .wwd-mod-layout:hover{
  box-shadow: 0 10px 50px 0 rgba(2,13,70,.1);
}
.instagram{
	width: 100%;
	padding: 80px 0;
	box-sizing: border-box;
	padding-bottom: 0;
}
.meter .meter-content>div{
	width: 31%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.meter .meter-content>div i:before{
	font-size: 5em;
	color: #152950;
}
.meter .meter-content>div p{
	font-family: 'Montserrat', sans-serif;
	font-size: 4em;
	font-weight: bold;
	margin: 0 20px;
}
.meter .meter-content>div span{
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.services .services-content .title-section{
	width: 35%;
}
.services .services-content .services-mod{
	width: 60%;
}
.services .services-content .services-mod div{
	background: white;
	width: 48%;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0 10px 30px 0 rgba(2,13,70,.1);
}
.services .services-content .services-mod div i:before{
	font-size: 5em;
	color: #152950;
}
.services .services-content .services-mod div p{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0;
}
.services .services-content .services-mod div span{
	display: block;
	line-height: 22px;
}

/* About Us Page Style */
.hww{
	background: #34393F;
}
.hww .hww-content .title-section{
	width: 25%;
}
.hww .hww-content .hww-mod{
	width: 22%;
	letter-spacing: .5px;
	font-size: .9em;
	position: relative;
	border-radius: 5px;
	padding: 30px 20px;
	box-sizing: border-box;
}
.hww .hww-content .hww-mod .hww-no{
	position: absolute;
	top: -40px;
	left: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 3em;
	font-weight: bold;
	background: #a0978e;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 5px;
	color: #34393F;
}
.hww .hww-content .hww-mod>p{
	font-family: 'Montserrat', sans-serif;
	color: #a0978e;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.hww .hww-content .hww-mod>span{
	display: block;
	line-height: 25px;
}
/* End About Us Page Style */

/* Contact Page Style */

.contact iframe{
	margin-top: 100px;
}
.contact .contact-content .form-content{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.contact .contact-content form{
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}
.contact .contact-content form p{
	font-family: 'Montserrat', sans-serif;
	line-height: 25px;
	margin-bottom: 20px;
}
.contact .contact-content form div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact .contact-content form div input{
	width: 48%;
}
.contact .contact-content form input,
.contact .contact-content form select{
	font-family: 'Roboto', sans-serif;
	width: 100%;
	height: 60px;
	margin-bottom: 35px;
	padding-left: 20px;
	font-size: 1em;
	box-sizing: border-box;
	border: 1px solid #dedede;
	border-radius: 5px;
	letter-spacing: 1px;
}
.contact .contact-content form select{
	cursor: pointer;
}
.contact .contact-content form textarea{
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	width: 100%;
	height: 160px;
	padding-top: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	border: 1px solid #dedede;
	resize: none;
	margin-bottom: 40px;
	border-radius: 5px;
	letter-spacing: 1px;
}
.contact .contact-content form [type="submit"]{
	width: 40%;
	font-family: 'Montserrat', sans-serif;
	background: #a0978e;
	border: 0;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: .9em;
	cursor: pointer;
	transition: ease-in-out .2s;
	color: white;
	height: 50px;
	padding-left: 0;
}
.contact .contact-content form [type="submit"]:hover{
	border: 2px solid #a0978e;
	color: #a0978e;
	background: white;
}
.contact .contact-content .contact-info{
	width: 40%;
	display: flex;
	flex-direction: column;
}
.contact .contact-content .form-content form{
	width: 55%;
}
.contact .contact-content .contact-info .contact-box{
	width: 100%;
	padding: 20px 40px;
	box-sizing: border-box;
	box-shadow: 0 10px 30px 0 rgba(2,13,70,.1);
	text-align: left;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 35px;
	border-radius: 5px;
}
.contact .contact-content .contact-info .contact-box i::before{
	font-size: 3.5em;
	color: #152950;
}
.contact .contact-content .contact-info .contact-box p{
	margin: 10px 0;
	font-family: 'Muli', sans-serif;
	font-size: 1.5em;
	font-weight: 900;
}
.contact .contact-content .contact-info .contact-box span{
	font-family: 'Montserrat', sans-serif;
	display: block;
	font-size: 1.2em;
}

/* End Contact Page */

/* Policy Page */
.terms{
	margin-top: 100px;
	padding: 30px 0;
	line-height: 25px;
	text-align: justify;
}
.terms a{
	color: #152950;
}
.terms h1{
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	line-height: 40px;
}
.terms h2{
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}
.terms p{
	margin-bottom: 25px;
}
.terms ol{
	padding-left: 40px;
	margin: 10px 0;
}
/* End Policy Page */

footer{
	background: #34393F;
}
footer .up-footer{
	font-family: 'Montserrat', sans-serif;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}
footer .up-footer .up-footer-mod{
	width: 24%;
}
footer .up-footer .up-footer-mod a{
	color: white;
	text-decoration: none;
}
footer .up-footer .up-footer-mod a:hover{
	color: #a0978e;
	text-decoration: underline;
}
footer .up-footer .up-footer-mod:nth-child(3){
	width: 12%;
}
footer .up-footer .up-footer-mod>img{
	display: block;
	width: 150px;
	margin-bottom: 10px;
}
footer .up-footer .up-footer-mod span{
	line-height: 25px;
}
footer .up-footer .up-footer-mod p{
	letter-spacing: 1px;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
footer .up-footer .up-footer-mod ul{
	list-style: none;
	line-height: 45px;
}
footer .up-footer .up-footer-mod ul li i{
	margin-right: 10px;
}
footer .up-footer .up-footer-mod ul li i:before{
	color: white;
}
footer .footer-content .copyright a,
footer .footer-content .social a{
	color: white;
	text-decoration: none;
}
footer .footer-content .copyright a:hover{
	color: #152950;
	text-decoration: underline;
}
footer .footer-content .copyright{
	font-family: 'Montserrat', sans-serif;
	font-size: .9em;
	padding: 20px 0;
}
footer .footer-content .copyright i::before{
	font-weight: bold;
	font-size: .8em;
	color: #ea0000;
	margin: 0 3px;
}
footer .footer-content .social{
	display: flex;
	align-items: center;
}
footer .footer-content .social .social-content{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: .8em;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
}
footer .footer-content .social .social-content i{
	cursor: pointer;
	margin-left: 20px;
	transition: ease-in-out .2s;
}
footer .footer-content .social .social-content i:before{
	font-size: 1.5em;
}
footer .footer-content .social .social-content i:hover{
	font-size: .9em;
}



@media screen and (max-width: 768px){
	header{
		display: none;
	}
	.section{
		width: 100%;
		padding: 80px 20px;
		box-sizing: border-box;
	}
	.top-margin{
		margin-top: 0;
	}
	.flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	h3{
		font-family: 'Montserrat', sans-serif;
		font-size: 2.5em;
		font-weight: bold;
		margin-bottom: 20px;
		line-height: 50px;
		text-align: center;
	}
	.mobile-nav{
		display: flex;
		flex-direction: row;
		width: 100%;
		height: 60px;
		padding: 0 20px;
		box-sizing: border-box;
		display: flex;
	}
	.mobile-nav a{
		text-decoration: none;
		color: white;
	}
	.mobile-nav .mobile-logo img{
		display: block;
		width: 40px;
		height: auto;
	}
	.mobile-nav i:before{
		font-size: 1.5em;
	}
	.mobile-menu{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: white;
		overflow: auto;
		z-index: 1;
	}
	.mobile-menu .close{
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.mobile-menu .close i:before{
		font-weight: bold;
		font-size: 1em;
	}
	.mobile-menu .mobile-links{
		margin-top: 50px;
		list-style: none;
		padding: 0 20px;
	}
	.mobile-menu .mobile-links a{
		color: #4a4a4a;
		text-decoration: none;
	}
	.mobile-menu .mobile-links li{
		font-family: 'Montserrat', sans-serif;
		font-size: .8em;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 15px 5px;
		border-bottom: 1px solid #152950;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.mobile-menu .mobile-links li i:before{
		font-size: .9em;
		font-weight: bold;
	}
	.mobile-menu .mobile-social{
		margin-top: 20px;
		padding: 0 20px;
	}
	.mobile-menu .mobile-social a{
		color: #4a4a4a;
		text-decoration: none;
	}
	.mobile-menu .mobile-social div{
		font-family: 'Montserrat', sans-serif;
		font-size: .8em;
		font-weight: bold;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		padding: 10px 5px;
	}
	.mobile-menu .mobile-social div i{
		margin-right: 10px;
	}
	.mobile-menu .mobile-social div i:before{
		color: #152950;
		font-weight: lighter;
	}
	.mobile-menu .mobile-social>p{
		font-family: 'Montserrat', sans-serif;
		font-size: .9em;
		font-weight: bold;
		text-transform: uppercase;
		margin-top: 40px;
		padding-bottom: 10px;
	}
	.mobile-menu .mobile-info{
		padding: 0 20px;
	}
	.mobile-menu .mobile-info ul{
		list-style: none;
	}
	.mobile-menu .mobile-info p{
		font-family: 'Montserrat', sans-serif;
		font-size: .9em;
		font-weight: bold;
		text-transform: uppercase;
		margin-top: 40px;
		padding-bottom: 10px;
	}
	.mobile-menu .mobile-info ul li{
		font-family: 'Montserrat', sans-serif;
		padding: 10px 5px;
		font-size: .9em;
		font-weight: bold;
		display: flex;
		align-items: center;
	}
	.mobile-menu .mobile-info ul li i{
		margin-right: 10px;
		color: #152950;
		font-weight: lighter;
	}

	/* Slideshow container */
	.mySlides{
		display: none;
		margin-top: 0;
	}
	.slideshow-container {
	  max-width: 100%;
		height: auto;
		overflow: hidden;
	  position: relative;
	  margin: auto;
	}
	.text {
		font-family: 'Montserrat', sans-serif;
	  color: #f2f2f2;
		width: auto;
		padding: 10px 20px;
	  font-size: 1em;
	  position: absolute;
		left: 0;
	  bottom: 10px;
	  text-align: center;
		background: #4E545A;
	}
	.prev, .next {
	  cursor: pointer;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  padding: 15px;
	  margin-top: -35px;
	  color: white;
	  font-weight: bold;
	  font-size: 1.8em;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  user-select: none;
	}
	.welcome .welcome-content>img{
		display: block;
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 0;
		margin-top: 50px;
		order: 2;
	}
	.about .about-content>img{
		display: block;
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-bottom: 0;
		margin-top: 50px;
		order: 2;
	}
	.welcome .welcome-content .welcome-txt{
		order: 1
	}
	.welcome .welcome-content .welcome-txt p{
		line-height: 30px;
		margin-bottom: 25px;
		text-align: center;
	}
	.welcome .welcome-content .welcome-txt button{
		width: 52% !important;
		margin: 0 auto;
		flex-direction: row;
		padding: 15px 30px;
	}
	.wwd .wwd-content .wwd-mod .wwd-mod-layout{
		margin-top: 40px;
		width: 100%;
		background: white;
		transition: ease-in-out .3s;
		border-radius: 5px;
		overflow: hidden;
	}
	.instagram{
		width: 100%;
		padding: 80px 0;
		box-sizing: border-box;
		padding-bottom: 0;
	}
	.instagram .instagram-content{
		padding: 0 20px;
		box-sizing: border-box;
	}
	.meter .meter-content>div{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 25px 0;
		text-align: center;
		border-bottom: 1px dashed #152950;
	}
	.meter .meter-content>div i:before{
		font-size: 7em;
		color: #152950;
	}
	.meter .meter-content>div:last-child{
		border-bottom: 0;
		margin-bottom: 0;
	}
	.meter .meter-content>div p{
		font-family: 'Montserrat', sans-serif;
		font-size: 4em;
		font-weight: bold;
		margin: 0;
	}
	.meter .meter-content>div span{
		font-size: 1.4em;
		line-height: 30px;
	}
	.services .services-content .title-section{
		width: 100%;
		text-align: center;
	}
	.services .services-content .services-mod{
		width: 100%;
	}
	.services .services-content .services-mod div{
		background: white;
		width: 100%;
		padding: 25px;
		box-sizing: border-box;
		border-radius: 5px;
		box-shadow: 0 10px 30px 0 rgba(2,13,70,.1);
		margin-top: 50px;
	}
	.hww .hww-content .title-section{
		width: 100%;
	}
	.hww .hww-content .title-section h3{
		text-align: left;
	}
	.hww .hww-content .hww-mod{
		font-family: 'Roboto', sans-serif;
		width: 100%;
		position: relative;
		border-radius: 5px;
		padding: 30px 20px;
		box-sizing: border-box;
		margin-top: 80px;
		order: 2;
	}
	.contact{
		padding: 0;
		box-sizing: border-box;
	}
	.contact iframe{
		padding: 0 20px;
		box-sizing: border-box;
		margin-top: 20px;
		height: 400px;
	}
	.contact .contact-content .form-content{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin-top: 40px;
	}
	.contact .contact-content form p{
		font-family: 'Montserrat', sans-serif;
		line-height: 25px;
		margin-bottom: 20px;
		text-align: center;
	}
	.contact .contact-content .form-content form>div{
		flex-direction: column;
	}
	.contact .contact-content .form-content form>div input{
		width: 100%;
	}
	.contact .contact-content form input,
	.contact .contact-content form select{
		font-family: 'Montserrat', sans-serif;
		width: 100%;
		height: 60px;
		margin-bottom: 25px;
		padding-left: 20px;
		font-size: 1.1em;
		box-sizing: border-box;
		border: 1px solid #dedede;
		border-radius: 5px;
	}
	.contact .contact-content .contact-info{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.contact .contact-content .form-content form{
		width: 100%;
	}
	.contact .contact-content form [type="submit"]{
		width: 100%;
		font-family: 'Montserrat', sans-serif;
		background: #152950;
		border: 0;
		border-radius: 25px;
		text-transform: uppercase;
		font-weight: 800;
		font-size: .9em;
		cursor: pointer;
		transition: ease-in-out .2s;
		color: white;
		height: 50px;
		padding-left: 0;
	}
	.contact .contact-content .contact-info .contact-box{
		width: 100%;
		padding: 20px 40px;
		box-sizing: border-box;
		box-shadow: 0 10px 30px 0 rgba(2,13,70,.1);
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin-bottom: 35px;
		border-radius: 5px;
	}
	.contact .contact-content form textarea{
		font-family: 'Montserrat', sans-serif;
		font-size: 1.1em;
		width: 100%;
		height: 150px;
		padding-top: 20px;
		padding-left: 20px;
		box-sizing: border-box;
		border: 1px solid #dedede;
		resize: none;
		margin-bottom: 40px;
		border-radius: 5px;
	}
	.terms{
		margin-top: 0;
		padding: 20px;
		line-height: 25px;
		box-sizing: border-box;
		text-align: left;
	}
	footer{
		background: #34393F;
	}
	footer .up-footer{
		flex-direction: column;
	}
	footer .up-footer .up-footer-mod{
		width: 100%;
		margin-bottom: 40px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	footer .up-footer .up-footer-mod:last-child{
		margin-bottom: 0;
	}
	footer .up-footer .up-footer-mod a{
		color: white;
		text-decoration: none;
	}
	footer .up-footer .up-footer-mod a:hover{
		color: #152950;
		text-decoration: underline;
	}
	footer .up-footer .up-footer-mod:nth-child(3){
		width: 100%;
	}
	footer .footer-content .copyright{
		font-family: 'Montserrat', sans-serif;
		font-size: .9em;
		padding: 20px 20px;
		box-sizing: border-box;
	}
	footer .footer-content .copyright p{
		text-align: center;
		line-height: 25px;
		display: flex;
		flex-direction: column;
	}
	footer .footer-content .social{
		padding: 0 20px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 375px){
	footer .footer-content .copyright{
		font-family: 'Montserrat', sans-serif;
		font-size: .8em;
		padding: 20px 20px;
		box-sizing: border-box;
	}
	.welcome .welcome-content .welcome-txt button{
		width: 70% !important;
		margin: 0 auto;
		flex-direction: row;
		padding: 15px 30px;
	}
}
