﻿@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700|Roboto:300,300i,400,400i,500,500i,700,700i");

/*#region Master*/

:root {
    --normal-font-size: 1rem;
    --z-fixed: 100;
    --main-color: #009788;
}

body {
    position: relative;
    padding: 0;
    font-size: var(--normal-font-size);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

a, input {
    outline: 0;
    text-decoration: none;
}

#back-top {
    bottom: 1.2rem;
    margin: 0;
    position: fixed;
    right: 1.3rem;
    z-index: 99999;
}

.back-top-captcha {
    bottom: 10.5rem !important;
}

#back-top.show {
    opacity: 1;
}

#back-top a {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    display: table;
    height: 45px;
    text-decoration: none;
    width: 45px;
    transition: all 200ms linear 0s;
}

    #back-top a:hover, #back-top a:active {
        background-color: var(--main-color);
    }

    #back-top a i {
        color: #fff;
        display: table-cell;
        font-size: 1.6em;
        margin: 0 auto;
        text-align: center;
        vertical-align: middle;
    }

    #back-top a svg {
        color: #fff;
        display: block;
        font-size: 1.6em;
        margin: 0 auto;
        text-align: center;
        height: 2.8rem;
    }

.modal-loading {
    position: fixed;
    z-index: 1020;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}


#Progress {
    position: fixed !important;
    width: 90px !important;
    height: 90px !important;
    text-align: center !important;
    color: white !important;
    z-index: 1021 !important;
    padding: 10px !important;
    top: 40% !important;
    margin: 0 auto !important;
    display: flex !important;
    left: 0 !important;
    right: 0 !important;
}

a {
    color: var(--main-color);
}

    a:hover {
        text-decoration: none;
        color: var(--main-color);
    }

.linethrough {
    text-decoration: line-through;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-rounded {
    font: 400 14px/40px "Roboto", sans-serif;
    text-align: center;
    background: var(--main-color);
    display: inline-block;
    text-shadow: none;
    outline: none !important;
    box-shadow: none;
    border: 0;
    color: white !important;
    padding: 0 15px;
    border-radius: 5px;
    text-decoration: none !important;
    cursor: pointer;
}

    .btn-rounded:hover {
        color: white !important;
    }

.form-control, .form-select {
    border-radius: 5px;
}

    .form-control:focus {
        box-shadow: unset;
    }

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: var(--main-color);
}

.form-control::file-selector-button {
    border-width: 1px;
    border-left: 0px;
}

.form-floating > input[type=file]:focus, .form-floating > input[type=file]:not(:placeholder-shown) {
    height: calc(4.3rem + 2px);
    padding-top: 2.41rem;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(171, 174, 176,1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

    .form-select:focus {
        box-shadow: unset;
    }

.form-check-input {
    margin-top: 0.4rem;
}

    .form-check-input:checked {
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

.form-switch .form-check-input {
    margin-top: 2.3px !important;
    width: 2.2em;
    height: 1.2em;
}

.table-hover > tbody > tr:first-child:hover {
    --bs-table-accent-bg: unset;
}

.bg-gray {
    background-color: #f5f5f5;
}

.border-unset {
    border: unset;
}

.gray-border-box {
    border: 1px solid #ced4da;
    padding: 15px;
    background-clip: content-box;
    height: 535px;
    overflow-y: scroll;
}

.cursor-no-drop {
    cursor: no-drop;
}

.justify-self-end {
    justify-self: end;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
}

.list-group-item {
    background-color: #384047 !important;
    color: var(--control-color) !important;
}

.float-right {
    float: right;
}

.form-range::-moz-range-thumb {
    width: 1.4rem;
    height: 1.4rem;
    background-color: var(--main-color);
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

.form-range::-moz-range-track, .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-webkit-slider-thumb {
    width: 1.4rem;
    height: 1.4rem;
    background-color: var(--main-color);
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

/*#endregion*/

/*#region Header */

.header {
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    transition: .5s
}

.header_toggle {
    color: var(--main-color);
    font-size: 1.5rem;
    cursor: pointer
}

.header .top-header-contact {
    -ms-flex-direction: row;
    flex-direction: row;
}

    .header .top-header-contact .nav-item {
        padding: 0px;
    }

    .header .top-header-contact li a {
        font: 400 14px/30px "Roboto", sans-serif;
        color: #353534 !important;
        padding: 0;
    }

        .header .top-header-contact li a i, .header .top-header-contact li a svg {
            color: var(--main-color);
            font-size: 16px;
            vertical-align: -.2em;
            margin-right: 10px;
        }

        .header .top-header-contact li a:hover, .header .top-header-contact li a:focus {
            background-color: transparent;
            color: var(--main-color);
        }

.header.top-header-contact {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

header ul li a svg {
    color: var(--main-color);
    margin-right: 8px;
}

header ul li a:hover {
    color: var(--main-color) !important;
}

#hyp_LoginUser svg {
    margin-right: 0px;
}

.nav-link {
    cursor: pointer;
}

.dropdown-menu-login {
    border-radius: 0;
    border: 0;
    background-color: var(--lightGray);
}

    .dropdown-menu-login .dropdown-item {
        padding: 0 15px !important;
    }

/*#endregion */

/*#region Navbar*/
/*Prefix: nav_*/

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand {
    font-size: 1rem;
    padding: 0px;
}

    .navbar-brand img {
        height: 80px;
    }

.navbar-expand-lg {
    box-shadow: 0 11px 6px -6px rgba(21, 47, 95, 0.4);
    -webkit-box-shadow: 0 11px 6px -6px rgba(21, 47, 95, 0.4);
    -moz-box-shadow: 0 11px 6px -6px rgba(21, 47, 95, 0.4);
}

.dropdown-menu-big a {
    color: #fff !important;
    font-weight: bold;
}

.navbar .dropdown-menu-big .nav .nav-item .nav-link {
    font-size: 11px;
    letter-spacing: .02em;
    line-height: 14px;
    padding: 5px 0;
    color: white;
}

.navbar .dropdown-menu-big {
    border-radius: 0;
    border: 0 !important;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    padding: 25px 35px 35px 35px;
    background-color: #1A6273;
}

.navbar-toggler {
    background-color: var(--main-color) !important;
    border-radius: 5px;
    border-color: var(--main-color);
    padding: .25rem 0.6rem;
    margin-left: 15px;
    outline: 0 !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}

.nav-link {
    cursor: pointer;
}

.nav-first-drop {
    background-color: #2F4858;
}

.nav-first-drop-item {
    background-color: #134654;
}

.navbar-nav .nav-item .nav-link {
    color: #353534;
    text-transform: uppercase;
    /*Transparent border hack so menu items don't move when hovering. Can't use after pseudo element because of drop down arrow*/
    border-bottom: 3px solid transparent;
}

.hover-hack .nav-link:hover {
    border-bottom: 3px solid var(--main-color);
}

.hover-hack:hover > .nav-link {
    border-bottom: 3px solid var(--main-color);
}

.navbar-nav .active .nav-link {
    border-bottom: 3px solid var(--main-color) !important;
    color: var(--main-color)
}

.firstlevel {
    margin-bottom: 25px;
}

    .firstlevel p {
        font-size: 12px;
    }

.firstlevel-heading {
    display: block;
    background-color: #2F4858;
    margin: 7px 0 0 0 !important;
    padding: 0 0 0 15px;
    line-height: 34px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 14px;
}

.firstlevel-heading-no-children {
    display: block;
    background-color: #2F4858;
    margin: 7px 0 0 0 !important;
    padding: 0 0 0 15px;
    line-height: 34px;
    font-size: 12px;
}

.secondLevel {
    padding: 0px !important;
    background-color: #134654;
    margin-right: 0px !important;
    margin-bottom: 2px;
}

    .secondLevel .nav-link {
        border-radius: 3px;
        line-height: 14px;
        padding: 10px 10px 10px 15px !important;
    }

        .secondLevel .nav-link:hover {
            color: var(--main-color) !important;
        }

.right-nav .nav-link {
    color: #353534 !important;
    margin-right: 0px;
}

.menu-pic-background {
    background-color: #134654;
}

.dropdown-menu {
    border: none;
}

.navbar-nav .nav-first-drop .nav-link {
    color: white;
    margin-left: 10px;
}

#navbarMobile {
    margin: 15px 0;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--main-color);
}

.dropdown-menu {
    background-color: var(--main-color);
}

.dropdown-item {
    color: #fff !important;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #1e2125 !important;
    }

/*#endregion Navbar*/

/*#region Banners*/

.carousel-top {
    height: 725px;
    overflow: hidden;
}

.carousel-inner-top {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-item-top {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-position: center bottom;
}

    .carousel-item-top::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
        background-color: #000;
        opacity: 0.2;
    }

.carousel-custom-caption {
    display: block;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    color: #FFFFFF;
    width: 100%;
    padding: 0;
    text-align: center;
}

.caption-content {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 50px 20px;
    text-transform: uppercase;
}

.banner-hero {
    transform: translateY(40px);
    position: static;
    -webkit-transform: translateY(40px);
    width: 80%;
}

.banner-heading {
    font-family: var(--heading-font-family);
    font-size: var(--heading-font-size-small);
    line-height: var(--heading-font-size-small);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    color: var(--heading-font-color);
}

.banner-subHeading {
    font-family: var(--subheading-font-family);
    font-size: var(--subheading-font-size-small);
    line-height: var(--subheading-font-size-small);
    font-weight: var(--subheading-font-weight);
    font-style: var(--subheading-font-style);
    color: var(--subheading-font-color);
    padding: 0 0 12px;
    margin-top: 15px;
}

.banner-content {
    max-width: 450px;
}

.banner-title {
    font-family: var(--title-font-family);
    font-size: var(--title-font-size-small);
    line-height: var(--title-font-size-small);
    font-weight: var(--title-font-weight);
    font-style: var(--title-font-style);
    color: var(--title-font-color);
}

.banner-text {
    font-family: var(--text-font-family);
    font-size: var(--text-font-size-small);
    line-height: var(--text-font-size-small);
    font-weight: var(--text-font-weight);
    font-style: var(--text-font-style);
    color: var(--text-font-color);
}

.banner-btn {
    font-size: 16px;
    padding: 8px 15px;
    color: #2a82c6;
    background: #fff;
    border-radius: 4px;
    margin: 10px 0 0 0;
    display: inline-block;
}

.carousel-indicators {
    z-index: 7;
}

    .carousel-indicators [data-bs-target] {
        border-radius: 50%;
        width: 11px !important;
        height: 10px !important;
    }

.carousel-control-next, .carousel-control-prev {
    z-index: 999;
}

/*#endregion*/

/*#region Home*/

.home-blocks {
    padding: 60px 0;
    background-color: #f5f5f5;
}

.home-block {
    background-color: #f5f5f5;
    text-align: center;
    background-clip: content-box;
}

    .home-block h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

        .home-block h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

    .home-block svg {
        color: var(--main-color);
        background: #fff;
        height: 85px !important;
        width: 85px !important;
        padding: 25px;
        border-radius: 50%;
    }

        .home-block svg:hover {
            color: #1a6273;
        }

    .home-block p {
        font-size: 14px;
    }

.padding-block {
    padding: 35px;
}

.what-we-do {
    padding: 60px 0;
    background-color: #2f4858;
    text-align: center;
    color: #fff;
}

    .what-we-do h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #FFF;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: center;
    }

        .what-we-do h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

.news-blocks {
    padding: 60px 0;
}

    .news-blocks h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: center;
    }

        .news-blocks h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

    .news-blocks p {
        color: #888888;
        margin: 0 auto 40px auto;
        width: 80%;
    }

.news-block {
    text-align: center;
    transition: all .2s ease-in-out;
    margin-bottom: 35px;
}

    .news-block:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .news-block h3 {
        padding: 12px 10px 7px 10px;
        line-height: 26px;
        font-size: 20px;
        color: #888888;
    }

    .news-block:hover h3 {
        color: var(--main-color);
    }

/*#endregion*/

/*#region Hardware*/

.hardware {
    padding: 60px 0;
}

    .hardware h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: center;
    }

        .hardware h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

    .hardware h3 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: left;
    }

        .hardware h3:after {
            content: "";
            position: absolute;
            height: 3px;
            width: 80px;
            background: var(--main-color);
            left: 0;
            bottom: 0;
        }

/*#endregion*/

/*#region Software*/

.software {
    padding: 60px 0;
}

    .software h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: center;
    }

        .software h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

    .software h3 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: left;
    }

        .software h3:after {
            content: "";
            position: absolute;
            height: 3px;
            width: 80px;
            background: var(--main-color);
            left: 0;
            bottom: 0;
        }

.software-heading {
    color: #414141;
    font-weight: 500;
    font-size: 23px;
    line-height: 37px;
    letter-spacing: -.57px;
    display: block;
}

/*#endregion*/

/*#region Networks*/

.networks {
    padding: 60px 0;
}

    .networks h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: center;
    }

        .networks h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

    .networks h3 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: left;
    }

        .networks h3:after {
            content: "";
            position: absolute;
            height: 3px;
            width: 80px;
            background: var(--main-color);
            left: 0;
            bottom: 0;
        }

/*#endregion*/

/*#region Printers*/

.printers {
    padding: 60px 0;
}

    .printers h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: center;
    }

        .printers h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

    .printers h3 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: left;
    }

        .printers h3:after {
            content: "";
            position: absolute;
            height: 3px;
            width: 80px;
            background: var(--main-color);
            left: 0;
            bottom: 0;
        }

/*#endregion*/

/*#region Refurbs*/

.refurbs {
    padding: 60px 0;
}

    .refurbs h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: center;
    }

        .refurbs h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

    .refurbs h3 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: left;
    }

        .refurbs h3:after {
            content: "";
            position: absolute;
            height: 3px;
            width: 80px;
            background: var(--main-color);
            left: 0;
            bottom: 0;
        }

/*#endregion*/

/*#region Stationery*/

.stationery {
    padding: 60px 0;
}

    .stationery h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: center;
    }

        .stationery h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

/*#endregion*/

/*#region Time Attendace*/

.time-attendance {
    padding: 60px 0;
}

    .time-attendance h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: center;
    }

        .time-attendance h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

/*#endregion*/

/*#region Content*/

.intro {
    font-size: 0.7em;
    color: #414141;
    text-transform: uppercase;
}

.siteContent-heading {
    color: #414141;
    font-weight: 500;
    font-size: 23px;
    line-height: 37px;
    letter-spacing: -.57px;
    display: block;
}

.siteContent-text {
    color: #414141;
    margin-bottom: 20px;
    font-size: 15px;
}

.siteContent-content {
    padding-top: 80px;
}

    .siteContent-content .btn-rounded {
        display: inline-block;
        float: right;
    }

/*#endregion*/

/*#region News*/

.news {
    padding: 60px 0;
}

    .news h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: center;
    }

        .news h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

/*    .news .related-news h2 {
        font: 400 24px "Oswald", sans-serif;
        color: #222222;
        padding-bottom: 15px;
        position: relative;
        text-transform: uppercase;
        text-align: left;
    }

        .news .related-news h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 0;
            bottom: 0;
            transform: translateX(0%);
        }*/

/*#endregion*/

/*#region Services*/

.services {
    padding: 60px 0;
}

    .services h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: center;
    }

        .services h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

    .services h3 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: left;
    }

        .services h3:after {
            content: "";
            position: absolute;
            height: 3px;
            width: 80px;
            background: var(--main-color);
            left: 0;
            bottom: 0;
        }

/*#endregion*/

/*#region Rentals*/

.rentals {
    padding: 60px 0;
}

    .rentals h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: center;
    }

        .rentals h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

    .rentals h3 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: left;
    }

        .rentals h3:after {
            content: "";
            position: absolute;
            height: 3px;
            width: 80px;
            background: var(--main-color);
            left: 0;
            bottom: 0;
        }

/*#endregion*/

/*#region Hosting*/

.hosting {
    padding: 60px 0;
}

    .hosting h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: center;
    }

        .hosting h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

.server-hosting {
    padding: 80px 0 0 0;
}

    .server-hosting h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: center;
    }

        .server-hosting h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

    .server-hosting h3 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: left;
    }

        .server-hosting h3:after {
            content: "";
            position: absolute;
            height: 3px;
            width: 80px;
            background: var(--main-color);
            left: 0;
            bottom: 0;
        }


.cloud-hosting {
    padding: 80px 0 0 0;
}

    .cloud-hosting h2 {
        font: 400 24px "Oswald", sans-serif !important;
        padding-bottom: 20px;
        position: relative;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 40px;
        text-align: center;
    }

        .cloud-hosting h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

/*#endregion*/

/*#region About*/
.about {
    padding: 30px 0;
}

    .about h2 {
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 25px;
        font-size: 1.75rem;
    }

    /*.about h2:before, .about h2:after {
            background-color: white;
            content: "";
            display: block;
            height: 1px;
            position: absolute;
            top: 0.8%;
            width: 8%;
            border-bottom: 1px solid rgba(35,31,32,1);
        }

        .about h2:before {
            right: 90%;
        }

        .about h2:after {
            left: 90%;
        }*/

    .about p, .about ul {
        font-size: 14px;
    }

    .about h3 {
        font-size: 1.5rem;
    }

    .about .SocialMedia.About {
        background-color: rgba(255, 255, 255, 1);
        text-align: left;
    }

.SocialMedia {
    line-height: 1.55;
    font-size: 2em;
    background: rgba(243,243,243,1) none repeat scroll 0 0;
    background-color: rgb(243, 243, 243);
    padding: 28px 0;
}

    .SocialMedia a.btn-circle {
        padding-left: 0px;
    }

        .SocialMedia a.btn-circle svg {
            width: 50px !important;
            height: 50px !important;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            background-color: rgba(35,31,32,1);
            color: rgba(255,255,255,1);
            text-align: center;
            padding: 10px 0;
        }

        .SocialMedia a.btn-circle:hover svg {
            color: rgba(255,255,255,1);
            background-color: #e61d25;
        }

.About .SocialMedia.About i, .About .SocialMedia.About svg {
    display: inline-block;
    padding-left: 12px;
}

.SocialMedia a.btn-circle i, .SocialMedia a.btn-circle svg {
    font-size: 1.8rem;
}

.about .SocialMedia.About .text {
    font-style: italic;
    padding-left: 5px;
    padding-right: 5px;
    color: rgba(35, 31, 32, 1);
}

.about .SocialMedia.About .handel {
    color: rgba(35, 31, 32, 1);
}

/*#endregion*/

/*#region Contact*/

.contact-flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact {
    padding: 30px 0;
    background-color: #f5f5f5;
}

    .contact .contact-row h2 {
        font: 400 22px "Oswald", sans-serif;
        color: #222222;
        padding-bottom: 15px;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

        .contact .contact-row h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 0;
            bottom: 0;
        }

.contact-row h4 {
    font: 400 18px "Oswald", sans-serif;
    color: #222222;
    position: relative;
    text-transform: uppercase;
}

.contact-row .contact-info p {
    font: 400 14px/26px "Roboto", sans-serif;
    color: #222222;
    padding-top: 30px;
}

.contact-row .contact-info .row a, .contact-row .contact-info .row label {
    font: 400 14px/28px "Roboto", sans-serif;
    color: #222222;
    display: block;
    transition: all 300ms linear 0s;
    margin-bottom: 0px;
}

    .contact-row .contact-info .row a:hover, .contact-row .contact-info .row a:focus {
        color: var(--main-color);
    }

.contact-row .contact-info .row svg {
    color: var(--main-color);
    margin-right: 8px;
    vertical-align: -0.2em;
}

.contact-row .contact-info .row .address a {
    text-transform: none;
}

.send-message {
    padding-top: 20px;
}

.link {
    color: var(--main-color);
    transition: all 300ms linear 0s;
}

    .link:hover {
        color: var(--main-color);
        filter: brightness(70%);
    }

.btn-send {
    font: 700 16px/40px "Roboto", sans-serif;
    text-align: center;
    background: var(--main-color);
    display: block;
    outline: none !important;
    color: white;
    border-radius: 0;
    border: 1px solid var(--main-color);
    text-decoration: none !important;
    cursor: pointer;
    transition: all 300ms linear 0s;
    padding: 2px 15px;
}

    .btn-send:hover {
        background-color: white;
        color: var(--main-color);
        border: 1px solid var(--main-color);
    }

.ratio-16x9 {
    --bs-aspect-ratio: 100% !important;
}

/*#endregion*/

/*#region  Footer */

.footer {
    background: var(--footer);
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

    .footer:after {
        content: "";
        position: absolute;
        top: 0;
        background-color: rgba(0, 0, 0, 0.8);
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        z-index: -1;
    }

    .footer .footer-row {
        padding-top: 60px;
    }

        .footer .footer-row .footer-blocks {
            padding-bottom: 50px;
        }

            .footer .footer-row .footer-blocks h2 {
                font: 400 18px "Oswald", sans-serif;
                text-transform: uppercase;
                color: #fff;
                margin-bottom: 25px;
                position: relative;
                padding-bottom: 15px;
            }

                .footer .footer-row .footer-blocks h2:after {
                    content: "";
                    position: absolute;
                    height: 3px;
                    width: 80px;
                    background: var(--main-color);
                    left: 0;
                    bottom: 0;
                }

            .footer .footer-row .footer-blocks p {
                font: 400 14px/26px "Oswald", sans-serif;
                color: #fefefe;
                padding-top: 22px;
            }

            .footer .footer-row .footer-blocks .quick-link {
                padding: 0;
                margin: 0;
            }

                .footer .footer-row .footer-blocks .quick-link li {
                    list-style: none;
                }

                    .footer .footer-row .footer-blocks .quick-link li a {
                        font: 400 14px/28px "Roboto", sans-serif;
                        color: #fefefe;
                        position: relative;
                        padding-left: 30px;
                        transition: all 300ms linear 0s;
                        text-transform: uppercase;
                    }

                        .footer .footer-row .footer-blocks .quick-link li a svg {
                            font-size: 14px;
                            color: var(--main-color);
                            position: absolute;
                            left: 0;
                            bottom: 2px;
                            transition: all 300ms linear 0s;
                        }

                        .footer .footer-row .footer-blocks .quick-link li a:hover, .footer .footer-row .footer-blocks .quick-link li a:focus {
                            color: var(--main-color);
                            text-decoration: none;
                        }

                            .footer .footer-row .footer-blocks .quick-link li a:hover svg, .footer .footer-row .footer-blocks .quick-link li a:focus svg {
                                left: 8px;
                            }

            .footer .footer-row .footer-blocks .online {
                font: 400 14px/28px "Roboto", sans-serif;
                color: #fefefe;
                display: block;
                padding-bottom: 15px;
                transition: all 300ms linear 0s;
            }

                .footer .footer-row .footer-blocks .online:hover, .footer .footer-row .footer-blocks .online:focus {
                    color: var(--main-color);
                    text-decoration: none;
                }

            .footer .footer-row .footer-blocks address p {
                font: 400 14px/28px "Roboto", sans-serif;
                color: #fff;
                padding: 0;
            }

            .footer .footer-row .footer-blocks address .footer-address {
                padding: 0;
                margin: 0;
            }

                .footer .footer-row .footer-blocks address .footer-address li {
                    list-style: none;
                }

                    .footer .footer-row .footer-blocks address .footer-address li a {
                        font: 400 13px/28px "Roboto", sans-serif;
                        color: #fff;
                        transition: all 300ms linear 0s;
                        position: relative;
                        padding-left: 30px;
                        text-decoration: none
                    }

                        .footer .footer-row .footer-blocks address .footer-address li a svg {
                            color: var(--main-color);
                            font-size: 14px;
                            position: absolute;
                            left: 0;
                            bottom: 1px;
                        }

                        .footer .footer-row .footer-blocks address .footer-address li a:hover, .footer .footer-row .footer-blocks address .footer-address li a:focus {
                            color: var(--main-color);
                            text-decoration: none;
                        }

                    .footer .footer-row .footer-blocks address .footer-address li span {
                        display: inline-block;
                    }

#footer .copyright_area {
    background: #090909;
    font: 400 14px/40px "Roboto", sans-serif;
    color: #fefefe;
    text-align: center;
    padding: 20px 15px;
}

    #footer .copyright_area a {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        color: var(--main-color);
    }

        #footer .copyright_area a:hover, .footer .copyright_area a:focus {
            color: #fefefe;
            text-decoration: none;
        }

.footer .footer-row .footer-blocks .hours {
    padding: 0;
    margin: 0;
}

    .footer .footer-row .footer-blocks .hours li {
        list-style: none;
        font: 400 13px/28px "Roboto", sans-serif;
        color: #fff;
        transition: all 300ms linear 0s;
        position: relative;
    }

/*#endregion */

/*#region Privacy Policy*/

.privacy {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .privacy h2 {
        font: 400 24px "Oswald", sans-serif;
        color: #222222;
        padding-bottom: 15px;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

        .privacy h2:after {
            content: "";
            position: absolute;
            height: 5px;
            width: 80px;
            background: var(--main-color);
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
        }

/*#endregion*/

/* SM Screen (600px and up) */
@media (min-width: 600px) {

    /*#region Banners*/

    .caption-content {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        padding: 50px 35px;
    }

    .banner-content {
        max-width: 560px;
    }

    .banner-hero {
        -webkit-transform: translateY(60px);
        width: 50%;
    }

    /*#endregion*/

}

/* MD Breakpoint (tablets, 768px and up) */
@media (min-width: 768px) {

    /*#region Banners*/

    .carousel-top {
        height: 575px;
    }

    .carousel-custom-caption {
        width: 695px;
        padding-left: 0px;
        text-align: left;
    }

        .carousel-custom-caption::before {
            display: inline-block;
            vertical-align: middle;
            content: "";
            height: 15%;
            margin-right: -.25em;
        }

    .banner-hero {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(0px);
        transform: translateY(-50%) translateX(0px);
        right: 0;
        width: 35%;
    }

    .caption-content {
        padding: 0;
    }   

    .banner-content {
        max-width: 440px;
    }

    .banner-heading {
        font-size: var(--heading-font-size-medium);
        line-height: var(--heading-font-size-medium);
    }

    .banner-subHeading {
        font-size: var(--subheading-font-size-medium);
        line-height: var(--subheading-font-size-medium);
    }

    .banner-title {
        font-size: var(--title-font-size-medium);
        line-height: var(--title-font-size-medium);
    }

    .banner-text {
        font-size: var(--text-font-size-medium);
        line-height: var(--text-font-size-medium);
    }

    .banner-btn {
        font-size: 16px;
        padding: 8px 15px;
        margin: 25px 8px 0 0;
    }

    /*#endregion*/

    .ratio-16x9 {
        --bs-aspect-ratio: 65% !important;
    }

    /*#region Privacy Policy*/

    .privacy {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /*#endregion*/

}

/* LG Breakpoint (tablets, 992px and up) */
@media (min-width: 992px) {

    .btn-rounded {
        font: 400 12px/40px "Roboto", sans-serif;
    }

    /*#region Navbar*/

    /* makes the dropdown full width  */
    .navbar .dropdown-big {
        position: static;
    }

    .navbar .dropdown-menu-big {
        width: 100%;
        left: 0;
        right: 0;
        top: 80px;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
        min-height: 250px;
    }

    /* shows the dropdown menu on hover */
    .navbar .dropdown-big:hover .dropdown-menu-big, .navbar .dropdown-big .dropdown-menu-big:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }

    .navbar-nav .nav-item {
        padding: 1.2rem 0;
        margin-right: 10px;
    }

        .navbar-nav .nav-item .nav-link {
            font-size: 12px;
        }

        .navbar-brand img {
            height: 55px;
        }



    /*#endregion*/

    /*#region Banners*/

    .carousel-top {
        height: 550px;
    }

    .carousel-custom-caption {
        width: 935px;
    }

    .banner-subHeading {
        max-width: 520px;
    }

    .banner-content {
        max-width: 520px;
    }

    .banner-hero {
        -webkit-transform: translateY(-50%) translateX(0px);
        transform: translateY(-50%) translateX(0px);
        width: auto;
    }

    .carousel-custom-caption::before {
        height: 10%;
    }

    .carousel-adsense {
        height: 150px;
    }

    /*#endregion*/

    /*#region Home*/

    .home-blocks {
        padding: 60px 0;
        background-color: #fff;
    }

    .news-block {
        margin-right: 24px;
        margin-bottom: 0px;
    }

    /*#endregion*/

    /*#region Content*/

    /*#endregion*/

    /*#region Contact Us*/

    .ratio-16x9 {
        --bs-aspect-ratio: 34.25% !important;
    }

    /*#endregion*/

    /*#region Privacy Policy*/

    .privacy {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    /*#endregion*/

    .footer .footer-row .footer-blocks .quick-link li a {
        font: 400 12px/28px "Roboto", sans-serif;
    }

}

/* Normal Screen 17 Inch Square ( (Resolution 1280x1024 ) 1263px and up) */
@media (min-width: 1263px) {

    .btn-rounded {
        font: 400 14px/40px "Roboto", sans-serif;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    .navbar-brand img {
        height: 70px;
    }

    .firstlevel-heading-no-children {
        font-size: 10px;
    }

    .footer .footer-row .footer-blocks .quick-link li a {
        font: 400 14px/28px "Roboto", sans-serif;
    }
}

/* Normal Screen 18 Inch - 19 Inch ( (Resolution 1366x768 ) 1349px and up) */
@media (min-width: 1349px) {

   

    /*#region Banners*/

    .carousel-top {
        height: 491px;
    }

    .banner-heading {
        font-size: var(--heading-font-size-large);
        line-height: var(--heading-font-size-large);
    }

    .banner-subHeading {
        font-size: var(--subheading-font-size-large);
        line-height: var(--subheading-font-size-large);
    }

    .banner-title {
        font-size: var(--title-font-size-large);
        line-height: var(--title-font-size-large);
    }

    .banner-text {
        font-size: var(--text-font-size-large);
        line-height: var(--text-font-size-large);
    }

    .banner-content {
        max-width: 700px;
    }

    .carousel-custom-caption {
        width: 1115px;
    }

        .carousel-custom-caption::before {
            height: 10%;
        }

    .carousel-adsense {
        height: 200px;
    }

    /*#endregion*/

    /*#region Contact*/

    .about {
        padding: 100px 0;
    }

    /*#endregion*/

    /*#region Contact*/

    .contact {
        padding: 100px 0;
    }

    /*#endregion*/

}

/*Adelia laptop small screen size high resolution ( (Resolution 1920x1080), 1500px and up) */
@media (min-width: 1440px) {

    .btn-rounded {
        font: 400 14px/40px "Roboto", sans-serif;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }

    .navbar-brand img {
        height: 80px;
    }    

    .firstlevel-heading-no-children {
        font-size: 12px;
    }
}

/*22inch ( (Resolution 1660x1080), 1660px and up) */
@media (min-width: 1600px) {

    /*#region Banners*/

    .banner-subHeading {
        max-width: 870px;
    }

    .banner-content {
        max-width: 870px;
    }

    .carousel-custom-caption {
        width: 1292px;
    }

    .carousel-adsense {
        height: 242px;
    }

    /*#endregion*/
}

/*Extra Large Screen 23 Inch ( (Resolution 1920x1080 ) 1800px and up) */
@media (min-width: 1800px) {

    /*#region Footer */

    .footer .footer-row {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    /*#endregion */

}


/*Extra Large Screen 27 Inch ( (Resolution 2560x1440 ) 2560px and up) */
@media (min-width: 2560px) {

    /*#region Background*/

    .banner {
        height: 388px;
    }

    .carousel-adsense {
        height: 374px;
    }

    /*#endregion*/

}
