body {
  background-image: url(../images/ic-bg.png);
  background-repeat: repeat; }

.img__logo__menu {
  height: 80px; }

.colorlib-nav ul li a {
  font-weight: bold;
  color: #5c5c5c; }

.colorlib-nav ul li a:hover {
  color: #5c5c5c; }

.colorlib-nav ul li a.actived {
  color: #dba318; }

::-webkit-scrollbar-track {
  background-color: white; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #dba318; }

::-webkit-scrollbar-thumb {
  background: #dba318; }

.f-s-b-a-c {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.colorlib-nav .menu-1 {
  width: unset;
  position: relative; }
  .colorlib-nav .menu-1 .phone {
    position: absolute;
    top: -60px;
    right: 0;
    color: #5c5c5c;
    font-size: 1.4rem; }
  .colorlib-nav .menu-1 a {
    cursor: pointer; }

.w-100 {
  width: 100%; }

.container-80 {
  width: 80%;
  margin: 0 auto; }

.container-60 {
  width: 60%;
  margin: 0 auto; }

.container-45 {
  width: 45%;
  margin: 0 auto; }

.container-30 {
  width: 30%;
  margin: 0 auto; }

.btn-primary {
  text-align: center !important;
  background: #5c5c5c;
  border: none;
  width: max-content;
  padding: 1rem 4rem;
  margin: 0 auto; }
  .btn-primary:hover {
    background: #808080 !important; }

.banner {
  position: relative; }
  .banner h3 {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 2.5rem;
    bottom: 15%;
    left: 27.6%;
    text-shadow: 10px 10px 10px black; }

#colorlib-footer .copyright {
  background: #dba318; }
  #colorlib-footer .copyright img {
    height: 40px; }
  #colorlib-footer .copyright a,
  #colorlib-footer .copyright span {
    text-decoration: none;
    color: white;
    display: block;
    text-align: right; }

.text-justify {
  text-align: justify; }

h2.title__text__footer,
h2.title__text {
  color: #dca21a;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  font-size: 2.7rem; }
  h2.title__text__footer::after,
  h2.title__text::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #dca21a;
    bottom: -10px;
    left: 0; }
  h2.title__text__footer.white,
  h2.title__text.white {
    color: white; }

h2.title__text__footer {
  text-align: center; }
  h2.title__text__footer::after {
    content: none !important; }

input.form-control {
  height: 50px; }

.info {
  display: flex;
  align-items: center;
  margin: 4rem 0; }
  .info div {
    display: flex;
    flex-direction: column; }
    .info div span:nth-child(1) {
      font-weight: bold;
      font-size: 2rem; }
    .info div span:nth-child(2) {
      font-weight: 100;
      font-size: 2rem; }
    .info div span:nth-child(3) {
      font-weight: 500;
      text-transform: unset; }
  .info img {
    height: 150px;
    margin-right: 4rem; }

#colorlib-footer {
  background: #5c5c5c; }

@media (max-width: 1367px) {
  .container-30,
  .container-45 {
    width: 80% !important; } }
@media (max-width: 768px) {
  .f-s-b-a-c {
    flex-direction: column; }

  .container-30,
  .container-45 {
    width: 95% !important; }

  .menu-1 {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    align-items: center; }
    .menu-1 .phone {
      position: unset !important; }
    .menu-1 ul {
      display: flex;
      flex-direction: column;
      text-align: center; }

  #colorlib-footer .copyright a, #colorlib-footer .copyright span {
    text-align: center !important; } }
@media (max-width: 630px) {
  .info {
    flex-direction: column; }
    .info div span {
      text-align: center; }

  .banner h3 {
    font-size: 1.2rem !important;
    bottom: 1% !important; } }

/*# sourceMappingURL=style.css.map */
