[data-cattype="87001"] .footercompanyname {
  font-size: 19px;
  margin-left: 10px;
  color: white;
}

[data-cattype="87001"] .col-sm-2 {
    flex: 0 0 auto;
    width: 20%;
  }

[data-cattype="87001"] .col-sm-6{
	padding-right: 0px;
}

.wrapper_footer[data-cattype="87001"]{
    background: #ffffff;
    /* background: linear-gradient(to bottom, #053043 0%,#02161f 100%); */
    z-index: 1;
    min-height: 50px;
    color: #fff;
    padding: 0px 0px 50px 0;
    overflow-x: hidden;

}

[data-cattype="87001"] .images {
  width: 100%;
  object-fit: cover;
}

[data-cattype="87001"] p{
    margin-top: 35px;
    margin-bottom: -20px;
    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: #023876;
    border-bottom: 5px solid #F7B719;
  }
[data-cattype="87001"] .icon {
    font-size: 24px;
    margin-right: 10px;
    width: 22px;
  }
[data-cattype="87001"] #logofooter {
    margin-top: 100px;
  	margin-left: 75px;
  	margin-bottom: 100px;
  }
[data-cattype="87001"] .contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  	margin-top: 38px;
  }
[data-cattype="87001"] .contact-info2 {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    margin-top: 10px;
  }
[data-cattype="87001"] .details {
    margin-top: -49px;
  }
[data-cattype="87001"]  #contactcol {
    margin-top: 70px;
    margin-left: 60px;
  }
[data-cattype="87001"]  h3 {
    color: #F7B719;
    text-align: left;
  }
[data-cattype="87001"] .copyright {
    color: #2b2b2b !important;
  }

[data-cattype="87001"] .shrinkToFit {
  width: 100% !important;
  object-fit: cover !important;
}

@media screen and (max-width: 480px) {
    
    [data-cattype="87001"] .bg-yellow{
        height: 30px;
    }
    
	[data-cattype="87001"] #contactcol {
  	margin-top: 115px;
  	margin-left: 60px;
	}

    [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: 20px;
    margin-left: 61px;
    width: 338px;
    }
    [data-cattype="87001"] h3 {
      color: #1EEDAD;
      text-align: left;
      margin-top: -198px;
      margin-left: 77px;
    }
    [data-cattype="87001"] .contact-info {
      margin-left: 18px;
    }
    [data-cattype="87001"] .contact-info2 {
      margin-left: 18px;
    }
    [data-cattype="87001"] iframe {
	margin-left: -12px;
    height: 250px !important;
    margin-top: -31px;
    width: 428px !important;
    }
    [data-cattype="87001"] .copyright {
      color: #2b2b2b !important;
      font-size: 10px;
    }
}






.floating-menu {
  font-family: sans-serif;
  background: #25d366;
  padding: 5px;
  width: 50px;
  z-index: 100;
  position: fixed;
  top: 88%;
  border-radius: 50%;
  height: 50px;
  right: 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;
}
