@media screen and (max-width: 420px) {
  .page header .row.home h1 {
    font-size: 42px;
  }
  .page section .row.why-us {
    padding: 25px;
  }
  .page section .row.why-us .row {
    flex-direction: column;
  }
  .page section .row.why-us .row .col {
    width: 100%;
    margin-bottom: 50px;
  }
  .page section .row.sevices {
    padding-bottom: 25px;
  }
  .page section .row.sevices .row .col {
    width: 100%;
  }
  .row.contact .container .row {
    flex-direction: column;
    padding: 0;
  }
  .row.contact .container .row .imgBox {
    display: none;
  }
  .row.contact .container .row .contact {
    margin: 0px !important;
    text-align: center;
    min-height: 230px;
  }
  .page footer .row .container {
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
  }
  .page footer .row .container .col {
    width: 100%;
  }
  .page footer .row .container .col h3 {
    border-bottom: 2px solid #aedfdd;
  }
  .page footer .row .container .col h3::after {
    background-color: transparent;
  }
  .page footer .row .container .col ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .page footer .row .container .col ul li {
    width: 33.3333333333%;
    min-width: 85px;
  }
  .page footer .row .container .right {
    text-align: center;
    font-size: 15px;
  }
  .page footer .row.design .container {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 420px) and (max-width: 768px) {
  .page section .row.why-us {
    padding: 25px;
  }
  .page section .row.why-us .row .col {
    width: 45%;
    margin-bottom: 50px;
  }
  .page section .row.sevices {
    padding-bottom: 25px;
  }
  .page section .row.sevices .row .col {
    width: calc((100% - 60px) / 2);
  }
  .row.contact .container .row {
    justify-content: center !important;
  }
  .row.contact .container .row .imgBox {
    display: none;
  }
  .row.contact .container .row .contact {
    margin: 0px !important;
    text-align: center;
  }
  .page footer .row .container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page footer .row .container .col {
    width: calc((100% - 120px) / 2);
  }
  .page footer .row .container .col ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page footer .row .container .col ul li {
    width: 50%;
  }
  .page footer .row .container .col:last-child {
    width: 100%;
  }
  .page footer .row .container .col:last-child ul {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .page footer .row .container .col:last-child ul li {
    width: 33.3333333333%;
  }
  .page footer .row .container .right {
    text-align: center;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page footer .row .container .right i {
    display: block;
    margin: 8px auto;
    text-align: center;
  }
  .page footer .row.design .container > div {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 576px) {
  .menu {
    position: relative;
  }
  .menu .phase {
    display: block !important;
  }
  .menu ul {
    position: absolute;
    top: 25px;
    left: -28px;
    width: 105px;
    z-index: 100;
    flex-direction: column;
    background-color: #fff;
    background-image: url("./../img/contactBg.jpg");
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .menu ul li {
    margin: 0 !important;
    border-bottom: 2px solid #1c1917;
    width: 100%;
    padding: 4px;
    text-align: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .menu ul li:hover {
    padding-right: 8px;
  }
  .menu ul li a {
    color: #fff !important;
  }
  .menu ul li:last-child {
    border-bottom: none;
  }
}
@media (min-width: 420px) and (max-width: 576px) {
  .page footer .row .container .col {
    width: calc((100% - 5px) / 2);
    text-align: center;
  }
  .page footer .row .container .col h3 {
    border-bottom: 2px solid #aedfdd;
  }
  .page footer .row .container .col h3::after {
    background-color: transparent;
  }
  .page footer .row .container .col:last-child ul {
    width: 100%;
  }
  .page footer .row .container .col:last-child ul li {
    text-align: center;
    font-size: 15px;
  }
  .page footer .row .container .col:last-child ul li i {
    display: block;
    margin: 8px auto;
    text-align: center;
  }
  .page footer .row .container .col:last-child ul li a {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .page header .row.home p {
    width: 100%;
    text-align: center;
  }
  .page footer .row .col:last-child ul li {
    text-align: center;
    font-size: 15px;
  }
  .page footer .row .col:last-child ul li i {
    display: block;
    margin: 8px auto;
    text-align: center;
  }
  .page footer .row .col:last-child ul li a {
    text-align: center;
  }
  .page footer .row:last-child {
    text-align: center;
    font-size: 15px;
  }
  .page footer .row:last-child i {
    margin: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .row.contact .container .row {
    justify-content: center !important;
  }
  .row.contact .container .row .imgBox {
    top: -129px !important;
    margin: 0 35px !important;
  }
  .row.contact .container .row .contact {
    text-align: center;
  }
  .page footer .row.row.design i {
    margin: 8px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .page section .row.sevices {
    padding-bottom: 30px;
    text-align: center;
  }
}/*# sourceMappingURL=responsive.css.map */