/*=================Waves Animation=================*/

/*=================Waves Animation End=================*/
/*=================Footer=================*/

.footer .background-footer {
	background: var(--color-white);
	width: 100%;
    height: auto;
}
.img-certi {
	display:flex;
	align-items:center;
	margin-top:1.5rem;
}
.img-certi img {
	height: 4rem;
	width:auto;
	object-fit:contain;
	margin-right:0.5rem;
}
.container-footer {
  position: relative;
  min-height: 25rem;
  background: var(--color-primary);
}
.footer-description {
  padding-right: 0.94rem;
  width: 27.8rem;
}
.footer-description .logo-footer {
  width: 12.4rem;
  /*height: 3rem;*/
  object-fit: cover;
  margin-bottom: -0.5rem;
  /*filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(116deg) brightness(109%) contrast(109%);*/
}
.footer-description > p {
  color: var(--color-white, #fff);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 1.3125rem */
  margin-top: 1.19rem;
  margin-bottom: 1rem;
}
.contact-phone-footer,
.contact-email-footer {
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
}
.contact-phone-footer {
  margin-bottom: 1rem;
}
.contact-phone-footer span,.contact-email-footer span {
  color: var(--color-white, #fff);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 1.3125rem */
  display: block;
  margin-bottom: 0rem;
  margin-right: 0.3rem;
  text-transform: uppercase;
}
.contact-phone-footer a,.contact-email-footer a {
  color: var(--color-white, #fff);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 1.875rem */
}
.footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom:2.25rem;
  padding-top: 3rem;

}
.footer-content .footer-menu ul{
	display: flex;
}
.footer-content .footer-menu ul li .sub-menu {
  display: flex;
  flex-direction: column;
}
.footer-content .footer-menu ul li:last-child .sub-menu {
  flex-direction: column-reverse;
}
.social-footer .social-list {
	display: flex;
	flex-direction: column;
}	
.social-footer .social-list .social-item {
	display: flex;
}
.footer-menu {
	display: flex;
}
.footer-menu>ul>li>a>svg {
	display: none;
}
.footer-menu>ul>li{
	margin-right: 4rem;
}
.footer-menu>ul>li>a,.social-footer>span {
	color: var(--collor-white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 1.8rem */
	display: block;
	margin-bottom: 1.5rem;
}
.footer-menu .sub-menu li a {
	color: var(--collor-white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
	display:block;
	margin-bottom: 1rem;
}
.footer-menu .current-menu-item > a {
	color: var(--collor-white, #FFF)!important ;
}
.social-item {
	margin-bottom: 1rem;
}
.social-item a:first-child img {
	width: 1.5rem;
	height: 1.5rem;
	object-fit:cover;
	margin-right:0.5rem;
}
.social-item a:last-child {
	color: var(--collor-white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
}
.footer-form>h3 {
	color: var(--color-white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 1.8rem */	
	margin-bottom:1.5rem;
}
.footer-form form p{
	display:flex;
}
.footer-form form input[type='email'] {
	width: 12.5625rem;
	outline:none;
	border-radius: 0.5rem;
	border: 1px solid var(--Gray-400, #CED4DA);
	background: var(--color-White, #FFF);
	padding: 0 0.75rem;
	color: var(--color-black, #000000)
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	margin-right:0.5rem;
	height:2.6875rem;
}
.footer-form form input[type='email']::placeholder{
	color: var(--color-grey-2, #CCC);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.footer-form form input[type='submit'] {
	padding: 0.75rem 2rem;
	border-radius: 0.5rem;
	background: var(--button-primary, #F98905);
	color: #F9FAFB;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	border:none;
	line-height: 120%; /* 1.2rem */
	cursor:pointer;
	transition:0.25s ease-in-out;
}
.footer-form form input[type='submit']:hover {
	background-color: var(--button-hover,#bd6f00);
	transition: 0.25s ease-in-out;
}
.copy-right {
	width: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 0rem;
	background: var(--color-secondary-2);
	color: var(--color-white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
@media (max-width:769px) {
	.footer-description {
	    width: 31rem;
	    margin-bottom: 1rem;
	}
	.container-footer .background-footer.mb {
	  	background-color: var(--color-primary);
	}
	.contact-phone-footer span, .contact-email-footer span {
	    margin-right: 1rem;
	}
	.contact-phone-footer, .contact-email-footer {
	    align-items: baseline;
	    flex-direction: inherit;
	}
	.footer-description > p, .contact-phone-footer span, .contact-email-footer span, .footer-menu .sub-menu li a, .social-item a:last-child {
		font-size: 1.225rem;
	}
	footer {
		width: 100vw;
		overflow: hidden;
	}
	.copy-right{
		width: calc(100% + 2rem);
		margin-left: -1rem;
	}
	.footer-menu .footer-menu {
		width: 38%;
	}
	.footer-content .footer-menu ul {
		flex-direction: initial;
	    width: 100%;
	    justify-content: space-between;
	}
	.footer-menu, .footer-nav {
		flex-direction: initial !important;
	}
	.footer-content,.footer-menu,.footer-nav {
		flex-direction: column;
	}
	.footer-content {
		padding: 1.5rem .5rem;
		margin-bottom: 0.25rem;
	}
	.footer-menu .sub-menu li a{
		padding: 0 !important;
	}
	.footer-form form input[type='email'] {
		width: 10.3rem;
		padding: 0.125rem 0.75rem 0;
		height: 2.0675rem;
	}
	.footer-form form input[type='submit'] {
		padding: 0.5rem 1.5rem;
	}
	.ocean {
		transform: translatey(1px);
	}
	.footer-menu>ul>li {
		margin-bottom: .5rem;
		margin-right: 0rem;
	}
	.footer-form {
		margin-top: .75rem;
	}
	.footer-menu>ul>li>a, .social-footer>span {
		margin-bottom: .5rem;
	}
	.footer-menu .sub-menu li a, .social-item {
		margin-bottom: .4rem;
	}
	.contact-phone-footer span,.contact-email-footer span { 
		margin-bottom: 0rem;
	}
	.footer-form > h3 {
		margin-bottom: .5rem;
	}
	.contact-phone-footer {
	    margin: .25rem 0;
	}
	.img-certi img {
	    height: 3rem;
	}
	.footer-menu>ul>li#menu-item-197, .footer-menu>ul>li#menu-item-100 {
		display: none;
	}
	.footer-menu>ul>li>a, .social-footer>span, .footer-form>h3 {
		font-size: 2rem;
	}
}