@font-face {
  font-family: "blend_scriptregular";
  src: url("fonts/blendscript-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoregular";
  src: url("fonts/roboto-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


footer .container-footer {
  max-width: 1600px;
  margin: auto;
}
footer .row-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer ul {
  list-style: none;
}
footer.footer {
  background-color: #21416a;
  padding: 10px 0px;
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
footer .footer-col {
  font-family: "robotoregular", sans-serif;
  width: 25%;
  padding: 0px 35px;
}
footer .footer-col h4 {
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-weight: 500;
  position: relative;
}
footer .footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: orange;
  height: 2px;
  box-sizing: border-box;
  width: 100%;
}
footer i.fa-map-marker {
  color: #ffffff;
}
footer i.fa-phone {
  color: #ffffff;
}
footer i.fa-fax {
  color: #ffffff;
}
footer i.fa-envelope {
  color: #ffffff;
}
footer .footer-col .fa-ul {
  margin: 20px;
}
footer .footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .footer-col ul li a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}
footer .footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}
footer .footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
footer .footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}

footer .con-row {
  font-family: "robotoregular", sans-serif;
  box-sizing: border-box;
  margin-top: -5px;
  margin-left: -5px;
}
footer .con-col {
  float: left;
  width: 50%;
  padding: 0px;
  height: 175px;
}
footer .con-row:after {
  content: "";
  display: table;
  clear: both;
}
footer .con-col a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  color: #bbbbbb;
  padding: 5px;
  display: block;
  transition: all 0.3s ease;
}
footer .con-col a:hover {
  color: #ffffff;
  padding-left: 8px;
}

footer .contour {
  font-family: "blend_scriptregular";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  color: #ffffff;
  opacity: 0.5;
}
footer .contour img {
  width: 60%;
}
footer .contour p {
  margin-top: -10px;
}
footer hr {
  height: 2px;
  background-color: orange;
  border: none;
  margin-top: 10px;
}
footer .copyright {
  font-family: "robotoregular", sans-serif;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #ffffff;
}
/* Responsive */
@media (max-width: 1200px) {
  footer .footer-col {
    width: 35%;
    margin-bottom: 20px;
  }
  footer .contour img {
    width: 75%;
  }
}
@media (max-width: 750px) {
  footer .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
  footer .contour img {
    width: 100%;
  }

  footer .con-col {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 675px) {
  footer .footer-col {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .contour img {
    width: 75%;
  }
}

/* Top Scrool Btn 
*/
#scrool-top-btn {
  align-items: center;
  display: none;
  position: fixed;
  bottom: 41px;
  right: 36px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #fea400;
  cursor: pointer;

  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  padding: 13px 13px 11px 14px;
}
#scrool-top-btn:hover {
  background-color: #555;
}
