@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000;
    
}
section {
  width: 100%;
  display: inline-block;
  background: #333;
  height: 50vh;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}
.fo-title{
    font-weight: 900;
    font-size: 20px;
}
.footer-distributed {
  background: whitesmoke;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 100px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
  width: 35%;
  text-align: center;
}

/* The company logo */

.footer-distributed h3 {
  color: #ffffff;
  font: normal 36px "Open Sans", cursive;
  margin: 0;
}

.footer-distributed h3 span {
  color: lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  font-weight: 400;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #222;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 25%;
    margin-left: 100px;
}/*edit*/

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #000;
  vertical-align: middle;
  margin: 10px 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: lightseagreen;
  text-decoration: none;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight: 300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right {
  width: 20%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.logo1{
    margin-top: 50px;
}
.fo-btn{

}
.button {
    background: none;
    border: 3px solid #000;
    padding: 8px 40px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 20px;
    text-shadow: 0px 2px 4px rgb(0 0 0);
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
}
.footer-b {
    background: whitesmoke;
    color: white;
    padding: 17px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top: 1px solid grey;
}
.tp{
    width: 20%;
}
.tc{
/*    width: 50%;*/
margin: 0 100px;
}
.iconz {
    /* text-align: right; */
    margin: 10px 40px;
/*    width: 20%;*/
}
.iconz img {
    width: 40px;
    border-radius: 50%;
    outline: 2px solid #fff;
    transition-property: outline-offset, outline-color, background-color;
    transition-duration: .25s;
    margin-left: 10px;
}
.wid{
    width: 25%;
}
/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 1366px){
    .footer-b {
    background: whitesmoke;
    color: white;
    padding: 17px 0px;
    display: flex;
    width: 100%;
    border-top: 1px solid grey;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .footer-distributed .footer-center p {
    font-size: 17px;
  }
  .tp {
    width: 25%;
  }
  .tc {
    /* width: 50%; */
    margin: 0px;
  }
  .footer-distributed {
    padding: 55px 90px;
  }
  .footer-distributed .footer-center {
    width: 24%;
    margin-left: 80px;
  }
}
@media (max-width 1130px){
    .tp {
    width: 25%;
    margin: 10px 40px;
  }

}
@media (max-width: 880px) {
    .footer-distributed {
      font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i {
       margin-left: 0;
    }
    .logo {
        height: 10vh;
        width: 50vh;
    }
    .footer-b {
        background: whitesmoke;
        color: white;
        padding: 17px 0px;
        display: flex;
        align-items: center;
        width: 100%;
        border-top: 1px solid grey;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-distributed {
    padding: 55px 50px;
  }
  .footer-distributed .footer-center p {
    font-size: 16px;
  }
  .button:hover {
    font-size: 15px;
  }
    .button {
    font-size: 13px;
  }
  .tp, .tc {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px;
    flex-wrap: wrap;
  }
  .logo1 {
     margin-top: 0px; 
  }
}

@media screen and (max-width: 600px){
    .fo-logo{
        width: 100%;
    }
}
@media screen and (max-width: 350px){
  .footer-distributed {
    padding: 55px 50px;
  }
  .footer-distributed .footer-center p {
    font-size: 16px;
  }
  .button:hover {
    font-size: 15px;
  }
    .button {
    font-size: 13px;
  }
  .tp, .tc {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px;
    flex-wrap: wrap;
  }
  .logo1 {
     margin-top: 0px; 
  }
}