:root {
	--main-color: #1477CA;
	--secondary-color: #114F92;
	--dark-color: #0E1C38;
	--light-color: #9CC9F1;
	--light-color-2: #1DA1F2;
	--facebook-color: #3b5998;
	--linkedin-color: #0A66C2;
}

footer {
	border-top: 0.1px solid #374359;
	box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
    background-image: url('../images/footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000518;
    position: relative;
}

footer .bg-dark {
    background-color: black !important;
    z-index: 5;
}

footer .desktop-only-flex, .mobile-only-flex, .social-header{
	font-family: 'GoodTiming', sans-serif;
}

footer .mobile-only-flex .accordion {
	font-family: 'GoodTiming', sans-serif;
}

footer li {
    color: white;
    font-size: 12px !important;
    text-decoration: none;
    margin-top: 12px;
    transition: 0.3s;
}

footer p {
    transition: 0.3s;
}

footer p:hover{
	color: var(--light-color);
}

footer li:hover {
    color: var(--light-color);
}

footer h2 {
    color: white;
}

footer h5 {
    color: white;
}

footer .logo {
    margin: -5px;
	padding: 0;
    display: block;
    align-items: center;
    max-height: 65px;
    width: auto;
}

footer .info {
    font-size: 12px;
    color: white;
}

footer .container-fluid {
	width: 90%;
}

footer hr {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 90%;
	float: left;
}

footer h4 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 70px;
}

footer ul li a {
	font-size: 12px;
    color: #fff;
    transition: 0.3s;
}

footer ul li a:hover {
	color: var(--light-color);
}

footer .mersolution-logo-area .logo-img {
    margin-left: -17px;
    width: 250px;
    height: auto;
}

footer .carbon-neutral-log-area .logo-img {
    width: 100px;
    height: auto;
}

footer .social i{
	font-size: 35px;
	color: white;
}

footer .fa-linkedin-in{
	transition: 0.2s;
}

footer .fa-instagram{
	transition: 0.2s;
}

footer .fa-linkedin-in:hover{
	color: #0077B5;
}

footer .fa-instagram:hover{
	color: #833AB4;
	transition: 0.3s;
}

footer .footer-icon-area {
    height: 130px;
    justify-content: center;
    align-items: center;
}

footer .footer-icon-area .img-fluid {
    height: 120px;
    width: auto;
}

.legal-info{
    font-size: 16px;
    color: white;
    font-family: 'GoodTiming', sans-serif;
	transition: 0.3s;
}

.legal-info:hover {
	color: var(--light-color);
}

@media (max-width: 992px) {
	.legal-info {
	  text-align: center !important;
	  width: 100%;
	}
  }
  
footer .copyright{
	font-family: 'GoodTiming', sans-serif;
    background-color: var(--main-color);
}

footer .copyright a span {
    font-size: 13px !important;
}

footer .copyright span:hover{
	color: #fff;
}

@media (max-width: 1200px) {
	.footer .panel {
		margin-bottom: 12px !important;
	  }
}

@media (max-width: 576px){
	footer .row{
		display: flex;
		text-align: center;
		align-items: center;
	}
footer .mid-footer-area {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}
}

@media only screen and (min-width: 1920px){
	.mobile-only {
		display: none !important;
	}

	.mobile-only-flex {
		display: none !important;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1919px){
	.footer h4 {
		padding-left: 20px;
	}

	.footer ul {
		padding-left: 20px;
	}

	.mobile-only {
		display: none !important;
	}

	.mobile-only-flex {
		display: none !important;
	}

	.desktop-only {
		display: block !important;
	}

	.desktop-only-flex {
		display: flex !important;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1599px){
	.footer h4 {
		padding-left: 0;
	}

	.footer ul {
		padding-left: 0;
	}

	.footer ul li {
		text-align: left;
	}

	.footer ul li a {
		font-size: 14px;
	}

	.mobile-only {
		display: none !important;
	}

	.mobile-only-flex {
		display: none !important;
	}

	.desktop-only {
		display: block !important;
	}

	.desktop-only-flex {
		display: flex !important;
	}

	footer .copyright {
        margin-top: 24px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1359px){
	.mobile-only {
		display: block !important;
	}

	.mobile-only-flex {
		display: flex !important;
	}

	.desktop-only {
		display: none !important;
	}

	.desktop-only-flex {
		display: none !important;
	}

	.footer h4 {
		padding-left: 0;
		font-size: 14px;
	}

	.footer ul {
		padding-left: 0;
	}

	.footer ul li a {
		font-size: 12px;
	}

	.footer .accordion {
		padding: 0;
		margin:0;
		border:0;
		border-bottom: 1px dashed #d7d7d7;
		background-color: transparent;
		float: left;
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
		font-family: 'Rubik', sans-serif;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: inline-block;
		margin-bottom: 10px;
	}

	.footer .active, .footer .accordion:hover {
	  background-color: transparent;
	}

	.footer .accordion:after {
	  content: '\002B';
	  color: white;
	  font-weight: bold;
	  float: right;
	  margin-left: 5px;
	}

	.footer .active:after {
	  content: "\2212";
	}

	.footer .panel {
	  padding: 0 1px;
	  background-color: transparent;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: disc;
		padding-left: 17px;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}
}
@media only screen and (min-width: 1001px) and (max-width: 1024px){
	.footerust {
		display: none;
	}

	.mobile-only {
		display: block !important;
	}

	.mobile-only-flex {
		display: flex !important;
	}

	.desktop-only {
		display: none !important;
	}

	.desktop-only-flex {
		display: none !important;
	}
	
	.footer .accordion {
		padding: 0;
		margin:0;
		border:0;
		border-bottom: 1px dashed #d7d7d7;
		background-color: transparent;
		float: left;
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
		font-family: 'Rubik', sans-serif;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: inline-block;
		margin-bottom: 10px;
	}

	.footer .active, .footer .accordion:hover {
	  background-color: transparent;
	}

	.footer .accordion:after {
	  content: '\002B';
	  color: white;
	  font-weight: bold;
	  float: right;
	  margin-left: 5px;
	}

	.footer .active:after {
	  content: "\2212";
	}

	.footer .panel {
	  padding: 0 1px;
	  background-color: transparent;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: disc;
		padding-left: 17px;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}	

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}

	.top .d-flex {
		text-align: center;
		display: flex !important;
		justify-content: space-around !important;
	}

	.footer h4 {
		padding-left: 0;
		font-size: 14px;
	}

	.footer ul {
		padding-left: 0;
	}

	.footer ul li a {
		font-size: 11px;
	}

	.footer .accordion {
		padding: 0;
		margin:0;
		border:0;
		border-bottom: 1px dashed #d7d7d7;
		background-color: transparent;
		float: left;
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
		font-family: 'Rubik', sans-serif;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: inline-block;
		margin-bottom: 10px;    
	}

	.footer .active, .footer .accordion:hover {
	  background-color: transparent;
	}

	.footer .accordion:after {
	  content: '\002B';
	  color: #777;
	  font-weight: bold;
	  float: right;
	  margin-left: 5px;
	}

	.footer .active:after {
	  content: "\2212";
	}

	.footer .panel {
	  padding: 0 1px;
	  background-color: transparent;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: disc;
		padding-left: 17px;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}	

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}
}
@media only screen and (min-width: 761px) and (max-width: 1000px){
	.footer {
		text-align: center;
		background-size: cover;
	}

	.footer h4 {
		padding-left: 0;
		text-align: left;
		float: left;
		font-size: 16px;
	}

	.footer hr {
		width: 100%;
	}

	.footer ul {
		padding-left: 0;
		margin-bottom: 30px;
	}

	.footer ul li {
		text-align: left;
	}


	.footer .text-right {
		text-align: center !important;
	}

	.mobile-only {
		display: block !important;
	}

	.mobile-only-flex {
		display: flex !important;
	}

	.desktop-only {
		display: none !important;
	}

	.desktop-only-flex {
		display: none !important;
	}

	.footer .accordion {
		padding: 0;
		margin:0;
		border:0;
		border-bottom: 1px dashed #d7d7d7;
		background-color: transparent;
		float: left;
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
		font-family: 'Rubik', sans-serif;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: inline-block;
		margin-bottom: 10px;    
	}

	.footer .active, .footer .accordion:hover {
	  background-color: transparent;
	}

	.footer .accordion:after {
	  content: '\002B';
	  color: #777;
	  font-weight: bold;
	  float: right;
	  margin-left: 5px;
	}

	.footer .active:after {
	  content: "\2212";
	}

	.footer .panel {
	  padding: 0 1px;
	  background-color: transparent;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: disc;
		padding-left: 17px;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}	

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}

	.footer .active:after {
	  content: "\2212";
	}

	.footer .panel {
	  padding: 0 1px;
	  background-color: transparent;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: disc;
		padding-left: 17px;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}	

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}

	.footer .social{
		margin-top: 16px;
		margin-bottom: 0.5rem;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}
@media only screen and (min-width: 601px) and (max-width: 760px){
	.footer {
		text-align: center;
		background-size: cover;
	}

	.footer h4 {
		padding-left: 0;
		text-align: left;
		float: left;
		font-size: 17px;
	}

	.footer hr {
		width: 100%;
	}

	.footer ul {
		padding-left: 0;
		margin-bottom: 30px;
	}

	.footer ul li {
		text-align: left;
	}

	.footer .text-right {
		text-align: center !important;
	}

	.mobile-only {
		display: block !important;
	}

	.mobile-only-flex {
		display: flex !important;
	}

	.desktop-only {
		display: none !important;
	}

	.desktop-only-flex {
		display: none !important;
	}

	.eklogo {
		height: 20px;
	}

	.footer .accordion {
		padding: 0;
		margin:0;
		border:0;
		border-bottom: 1px dashed #d7d7d7;
		background-color: transparent;
		float: left;
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
		font-family: 'Rubik', sans-serif;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: inline-block;
		margin-bottom: 10px;    
	}

	.footer .active, .footer .accordion:hover {
	  background-color: transparent;
	}

	.footer .accordion:after {
	  content: '\002B';
	  color: #777;
	  font-weight: bold;
	  float: right;
	  margin-left: 5px;
	}

	.footer .active:after {
	  content: "\2212";
	}

	.footer .panel {
	  padding: 0 1px;
	  background-color: transparent;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: disc;
		padding-left: 17px;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}	

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}

	.footer .active:after {
	  content: "\2212";
	}

	.footer .panel {
	  padding: 0 1px;
	  background-color: transparent;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: disc;
		padding-left: 17px;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}	

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .social{
		margin-top: 16px;
		margin-bottom: 0.5rem;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}
@media only screen and (min-width: 415px) and (max-width: 600px){
	.footer {
		text-align: center;
		background-size: cover;
	}

	.footer h4 {
		padding-left: 0;
		text-align: left;
		float: left;
		font-size: 17px;
	}

	.footer hr {
		width: 100%;
	}

	.footer ul {
		padding-left: 0;
		margin-bottom: 30px;
	}

	.footer ul li {
		text-align: left;
	}

	.footer .text-right {
		text-align: center !important;
	}

	.mobile-only {
		display: block !important;
	}
	
	.mobile-only-flex {
		display: flex !important;
	}
	
	.desktop-only {
		display: none !important;
	}

	.desktop-only-flex {
		display: none !important;
	}

	.footer .accordion {
		padding: 0;
		margin:0;
		border:0;
		border-bottom: 1px dashed #d7d7d7;
		background-color: transparent;
		float: left;
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
		font-family: 'Rubik', sans-serif;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: inline-block;
		margin-bottom: 10px;    
	}

	.footer .active, .footer .accordion:hover {
	  background-color: transparent;
	}

	.footer .accordion:after {
	  content: '\002B';
	  color: #777;
	  font-weight: bold;
	  float: right;
	  margin-left: 5px;
	}

	.footer .active:after {
	  content: "\2212";
	}

	.footer .panel {
	  padding: 0 1px;
	  background-color: transparent;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: disc;
		padding-left: 17px;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}	

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}

	.footer .social{
		margin-top: 16px;
		margin-bottom: 0.5rem;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}
@media only screen and (max-width: 414px){	
	.footer {
		text-align: center;
		background-size: cover;
	}

	.footer h4 {
		padding-left: 0;
		text-align: left;
		float: left;
		font-size: 17px;
	}

	.footer hr {
		width: 100%;
	}

	.footer ul {
		padding-left: 0;
		margin-bottom: 30px;
	}

	.footer ul li {
		text-align: left;
	}

	.footer .text-right {
		text-align: center !important;
	}

	.mobile-only {
		display: block !important;
	}

	.mobile-only-flex {
		display: flex !important;
	}

	.desktop-only {
		display: none !important;
	}

	.desktop-only-flex {
		display: none !important;
	}

	.footer .accordion {
		padding: 0;
		margin:0;
		border:0;
		border-bottom: 1px dashed #d7d7d7;
		background-color: transparent;
		float: left;
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
		font-family: 'Rubik', sans-serif;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: inline-block;
		margin-bottom: 10px;    
	}

	.footer .active, .footer .accordion:hover {
	  background-color: transparent;
	}

	.footer .accordion:after {
	  content: '\002B';
	  color: #777;
	  font-weight: bold;
	  float: right;
	  margin-left: 5px;
	}

	.footer .active:after {
	  content: "\2212";
	}

	.footer .panel {
	  padding: 0 1px;
	  background-color: transparent;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.2s ease-out;
	}

	.footer .panel ul {
		list-style: disc;
		padding-left: 17px;
	}

	.footer .panel ul li {
		margin-bottom: 2px;
		line-height: 15px;
	}	

	.footer ul li a {
		font-size: 12px;
		color: #fff;
	}

	.footer .panel ul li::marker {
		color: #fff;
		font-size: 14px;
	}
	
	.footer .social{
		margin-top: 16px;
		margin-bottom: 16px;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

@media (max-width: 768px) {
    footer .img-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
	footer .desktop-only-flex, .mobile-only-flex, .social-header{
		font-size: 1.5rem !important;
		text-align: start;
	}

	.footer .social {
		align-items: start;
		text-align: start;
		justify-items: start;
	}
}

@media (min-width: 1360px) {
    footer .copyright {
        margin-top: 24px;
    }
}

@media (max-width: 992px) {
	footer .footer-icon-area,
	footer .social-header,
	footer .img-container  {
	  display: flex !important;
	  justify-content: center !important;
	  text-align: center !important;
	  width: 100%;
	}

	footer .img-container {
		margin-left: 9px;
	}

	footer .social {
	  display: flex !important;
	  justify-content: center !important;
	  align-items: center !important;
	  text-align: center !important;
	  margin: 0 auto;
	}
  }
  
