.bo-rad-10 {
    border-radius: 10px;
}

.pad-top-30 {
    padding-top: 30px;
}

.block-content {
    text-align: center;
    font-size: 1rem;
}

.footer-in-main {
    display: flex;
}

.footer-box {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-box-a h3 {
    font-size: 24px;
    font-family: nautilus_pompiliusregular;
}

.footer-box-a h3 {
    color: #e75b1e;
}

.footer-col p i {
    color: #e75b1e;
}

.footer-box-c p a:hover {
    color: #e75b1e;
}

.footer-socials {
    margin: 10px 0;
    line-height: 30px;
    padding: 4px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media (min-width: 992px) {
    .footer-col {
      float: left;
    }
    .footer-col-cus {
      width: 30%;
    }
    .footer-col-oph {
      width: 25%;
    }
    .footer-col-fus {
      width: 25%;
    }
  }
  @media (min-width: 640px) and (max-width: 991px) {
    .footer-col {
      float: left;
      position: relative;
      width: 390px;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    .footer-col-cus {
      width: 55%;
    }
    .footer-col-oph {
      width: 30%;
    }
    .footer-col-fus {
      width: 30%;
    }
  }
  @media only screen and (max-width: 640px) {
    .footer-in-main {
      flex-wrap: wrap;
    }
    .footer-col {
      float: left;
      position: relative;
      width: 90%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    .footer-col-cus {
      width: 100%;
      margin-bottom: 30px;
    }
    .footer-col-oph {
      width: 50%;
    }
    .footer-col-fus {
      width: 50%;
    }
  }
  .socials-box li {
    display: inline-block;
    opacity: 1;
    margin-right: 7px;
  }
  .footer-box .social-circle-border {
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .social-circle-border {
    font-size: 20px;
    line-height: 23px;
    margin-right: 2px;
    width: 25px;
    border-radius: 50%;
    background-color: transparent;
    color: #6f6f6f;
    text-align: center;
  }
  .footer-box-a h3 {
    font-size: 24px;
    font-family: nautilus_pompiliusregular;
  }
  .footer-box-a p {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #fff;
    line-height: 25px;
  }
  .footer-box-b h3 {
    font-size: 24px;
    font-family: nautilus_pompiliusregular;
  }
  .footer-box-b p {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #fff;
  }
  .footer-box-b ul li {
    line-height: 30px;
  }
  .footer-box-b ul li a {
    color: #fff;
  }
  .footer-box-b ul li a:hover {
    padding-left: 5px;
  }
  .footer-box-c h3 {
    font-size: 24px;
    font-family: nautilus_pompiliusregular;
  }
  .footer-box-c p {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #fff;
  }
  .footer-box-c p i {
    font-size: 20px;
    position: relative;
    top: 4px;
    float: left;
    min-width: 20px;
    text-align: center;
  }
  .footer-box-c p span {
    display: table;
    padding-left: 12px;
    padding-top: 1px;
  }
  .footer-box-c p a {
    color: #fff;
  }
  .footer-box-d h3 {
    font-size: 24px;
    font-family: nautilus_pompiliusregular;
  }
  .footer-box-d p {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #fff;
  }
  .footer-box-d ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-box-d ul li {
    display: inline-block;
    width: 100%;
    padding-bottom: 12px;
  }
  .footer-box-d ul li p {
    padding: 0;
    margin: 0;
  }
  .footer-box-d ul li span {
    color: #666;
  }

.socials-box {
    display: table-cell;
    vertical-align: middle;
    margin: 1px 0;
    padding: 4px;
}

.copyright-main {
    border-top: 2px dotted #fff;
    text-align: center;
    padding-top: 25px;
    margin-top: 30px;
    padding-bottom: 25px;
    background: #111;
}