@font-face {
    font-family: "Montserrat";
    src: local("Montserrat Regular"), local("Montserrat-Regular"),
         url("../fonts/Montserrat-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat Light"), local("Montserrat-Light"),
         url("../fonts/Montserrat-Light.woff2") format("woff2");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

#wpadminbar {
    top: auto !important;
    bottom: 0 !important;
}

html {
    margin-top: 0 !important;
    font-family: "Montserrat", Verdana, sans-serif;
    box-sizing: border-box;
}

input, button, a, table, tr, td, * {
    font-family: "Montserrat", Verdana, sans-serif;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

body {
    background: #F2F2F2;
    padding: 0;
    margin: 0;
    min-height: 100vh;
}

.page-container {
    width: 100%;
    overflow: hidden;
    padding-top: 140px !important;
}

.wrapper {
    width: 1257px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.page-template-template-education .wrapper,
.page-template-template-technical-support .wrapper,
.page-template-template-rent .wrapper {
    width: 1168px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

input.wpcf7-not-valid {
    border-color: red !important;
}

.wpcf7-response-output {
    background: #F2F2F2;
    padding: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 4px;
}

body.hide {
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-template-template-education .wrapper,
    .page-template-template-technical-support .wrapper,
    .page-template-template-rent .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}




*::-webkit-scrollbar {  width: 6px; height: 6px; }
*::-webkit-scrollbar-track {  background: #0a0a0a;border-radius: 1px;width:6px;height: 6px; }
*::-webkit-scrollbar-thumb {  background: #E01C35;width:6px;height: 6px; }
*::-webkit-scrollbar-thumb:hover {  background: #E01C35; }
*::-webkit-scrollbar {  width: 6px; height: 6px; }
*::-webkit-scrollbar-track {  background: #0a0a0a;border-radius: 1px;width:6px;height: 6px; }
*::-webkit-scrollbar-thumb {  background: #E01C35;width:6px;height: 6px; }
*::-webkit-scrollbar-thumb:hover {  background: #E01C35;  }

/** Contact Form **/
.intl-tel-input ul.country-list,
.flag-dropdown ul.country-list {
    z-index: 100;
}
