
.wrapper_footer[data-cattype="87001"] {
	background: #00a4ec;
	/* background: linear-gradient(to bottom, #053043 0%,#02161f 100%); */
	z-index: 1;
	min-height: 50px;
	color: #fff;
	padding: 0;
	overflow-x: hidden;
	margin-top: -40px;
}

[data-cattype="87001"] ul.contact-list{
	padding:10px 0;
}

[data-cattype="87001"] .contact-list li {
  margin-bottom: 10px;
  font-size: 16px;
	list-style:none;
padding:0;
}

[data-cattype="87001"] .contact-list i {
  margin-right: 8px;
  color: #fff; /* Optional icon color */
}

[data-cattype="87001"] a {
  color: #fff; /* Optional icon color */
}

.copyright {
	font-size: 13px;
	margin: 0;
	padding: 10px;
}

[data-cattype="87001"] .map {
	width: 102%;
	height: 300px;
}

[data-cattype="87001"] h3{
color:#fff;
}

[data-cattype="87001"] .flex {
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

[data-cattype="87001"]  .logo img {
	width: 300px;
	/* text-align: center; */
	margin: auto;
	display: block;
}

[data-cattype="87001"] p {
	margin-top: auto;
	margin-bottom: auto;
	font-size: 14px;
	color: #fff;
}

[data-cattype="87001"] .bg-yellow{
    height: 60px;
    width: 100%;
    background-size: 9%;
    background-position: top;
    margin-bottom: 30px;
}

.wrapper_footer[data-cattype="87001"] .container a {
    color: #fff;
}

.wrapper_footer[data-cattype="87001"] .container .link.grid a{
    vertical-align: middle;
}

.wrapper_footer[data-cattype="87001"] .container a:hover {
    color: #d69e39;
}



[data-cattype="87001"] .link.grid{
    width: 99%;
    margin: 15px auto 30px auto;
}
[data-cattype="87001"] .link.grid li{
    margin: 5px 9px;
    text-align: left;
}

[data-cattype="87001"] .background-container {
	background-color: #00a4ed;
	margin-top: -70px;
	margin-bottom: -36px;
	border-bottom: 5px solid #fd1c02;
}
[data-cattype="87001"] .icon {
    font-size: 24px;
    margin-right: 10px;
    width: 22px;
  }
[data-cattype="87001"] #logofooter {
    margin-top: 120px;
  	margin-left: 75px;
  	margin-bottom: 60px;
  }
[data-cattype="87001"] .contact-info {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	margin-top: auto;
}
[data-cattype="87001"] .contact-info2 {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	margin-top: 0;
}
[data-cattype="87001"] .details {
	margin-top: 0;
}
[data-cattype="87001"] #contactcol {
	margin-top: 115px;
	margin-left: 60px;
}
[data-cattype="87001"]  h3 {
    color: #fff;
    text-align: left;
  }
[data-cattype="87001"] .copyright {
    color: #2b2b2b !important;
    margin-top: 60px !important;
  }


@media screen and (max-width: 480px) {
    
    [data-cattype="87001"] .bg-yellow{
        height: 30px;
    }
    
    [data-cattype="87001"] .link.grid li{
        width: 100%;
        text-align: center;
    }
    [data-cattype="87001"] p {
        margin-top: 35px;
        margin-bottom: -20px;
        font-size: 10px;
        color: #fff;
        padding: 0px 10px;
        font-size: 14px;
      }
    [data-cattype="87001"] #logofooter {
        margin-top: 108px;
        margin-left: 112px;
        width: 150px;
    }
    [data-cattype="87001"] h3 {
      text-align: center;
    }
    [data-cattype="87001"] .contact-info {
      margin-left: 18px;
    }
    [data-cattype="87001"] .contact-info2 {
      margin-left: 18px;
    }
    [data-cattype="87001"] iframe {
	margin-left: 0;
	height: 150px !important;
	margin-top: 0;
	width: 100% !important;
}
    [data-cattype="87001"] .copyright {
      color: #2b2b2b !important;
      margin-top: 60px !important;
      font-size: 10px;
    }

.wrapper_footer[data-cattype="87001"] {
	margin-top: 0;
}

[data-cattype="87001"] .logo img {
	width: 150px;
}

[data-cattype="87001"] .contact-list li {
	text-align: center;
}


}






.floating-menu {
  font-family: sans-serif;
  background: #25d366;
  padding: 5px;
  width: 50px;
  z-index: 100;
  position: fixed;
  top: 88%;
  border-radius: 50%;
  height: 50px;
  left: 2%;
}

.floating-menu a{
  font-size: 30px;
  display: block;
  margin: -3px auto;
  color: white;
  text-align: center;
	width:100%;
}

.floating-menu:hover{
  opacity:0.8;
}
