@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}
.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}
.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}
.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
.delay-010s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}
.delay-15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}
.delay-18s {
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
}
.delay-3s {
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
}
.delay-5s {
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
}
.delay-7s {
    animation-delay: 7s;
    -webkit-animation-delay: 7s;
}
.rRoboto {
    font-family: 'Roboto Regular', sans-serif;
}
.lRoboto {
    font-family: 'Roboto Light', sans-serif;
}
.mRoboto {
    font-family: 'Roboto Medium', sans-serif;
}
.bRoboto {
    font-family: 'Roboto Black', sans-serif;
}
.rLato {
    font-family: 'Lato Regular', sans-serif;
}
.lLato {
    font-family: 'Lato Light', sans-serif;
}
.sLato {
    font-family: 'Lato Semibold', sans-serif;
}
.mLato {
    font-family: 'Lato Medium', sans-serif;
}
.border-tr {
    border: 1px solid transparent;
}
.p17 {
    font-size: 1.1333rem !important;
    margin: 0!important;
}
.word-break {
    word-break: break-word;
}
.form-control:focus {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #20A4AB;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 120, 130, 0.25);
}
.form-control {
    color: #000000;
    opacity: 1;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}
.form-control::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}
.form-control::-moz-placeholder {
    color: #000000;
    opacity: 1;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}
.form-control:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}
.form-control::-ms-input-placeholder {
    color: #000000;
    opacity: 1;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}
.form-control::placeholder {
    color: #000000;
    opacity: 1;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}

button.navbar-toggler:focus {
    border: none!important;
}
.border-dashed {
    border: 1px dashed #848484;
}
.pos-bottom {
    position: absolute; /*top: 0;*/
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.pos-center {
    position: absolute;
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    margin: auto!important;
}
.alert_message {
    position: fixed;
    width: 50%;
    top: 10%;
    left: 25%;
    z-index: 1001;
}

@media (max-width: 1360px) {
    html, body {
        font-size: 13px;
    }
}
@media (max-width: 1225px) {
    html, body {
        font-size: 12px;
    }
    h5{
        font-size: 1rem!important;
    }
    #nav__content, #nav__line_arrow {
        padding: 0 2%!important;
    }
}
@media (max-width: 1050px) {
    #nav__content, #nav__line_arrow {
        padding: 0!important;
    }
}
@media (max-width: 768px) {
    
    img.request_call_img {
        height: 150px!important;
    }
    .modal {
        margin-top: 1rem!important;
    }
    .blLine:before {
        right: 10%!important;
    }
    .blLine:after {
        left: 10%!important;
    }
    
img.service_photo {
    height: 18rem!important;
}
}
@media (max-width: 415px) {
    html, body {
        font-size: 15px!important;
    }
    h2{
        font-size: 1.8rem!important;
    }
    #services_items_m {
        height: 250px;
    }.p17 {
         font-size: 1rem!important;
    }
    #twentytwenty {
        padding: 0!important;
    }
    .btn_modal_close {
        top: -0.3333rem!important;
    }
}
@media (max-width: 376px) {
    .p17 {
        font-size: 0.9rem!important;
    }
}