html, body {
    background: linear-gradient(#f9fbff, #f1f3fd);
    height: max-content;
    min-height: 100vh;
    color: #282828;
    font-size: 17px;
}
* {
    font-family: 'PT Sans', sans-serif !important;
    text-decoration: unset !important;
    --secondary-background: #eeb301;
    --primary-background: #2b6bb5;
    --default-light-background: #21305e;
    --default-background: #1a1c4b;
}
*:hover {
    text-decoration: unset !important;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: transparent;
}
.uk-navbar-dropdown {
    width: 230px;
    padding: 15px;
    font-weight: 400;
    border-radius: 15px;
    background: #0a0b1e;
    top: 55px !important;
}
.dropdown-arrow-up {
    width: 40px;
    height: 30px;
    background: #0a0b1e;
    position: absolute;
    top: -8px;
    left: 29px;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    transform: rotate(135deg);
    border-radius: 0 0 0 0.25em;
}
.uk-navbar-dropdown span {
    margin-right: 8px;
}
.uk-navbar-dropdown a {
    color: white !important;
}
.uk-navbar-dropdown .uk-active a {
    color: var(--secondary-background) !important;
}
.menu {
    padding: 0 50px;
}
.menu .uk-navbar-nav > li > a {
    text-transform: inherit !important;
    font-weight: 500;
    color: var(--default-background) !important;
}
.menu a:hover, .uk-navbar-nav > li > a:hover, .menu_mobile2 .uk-navbar-nav > li > a:hover {
    color: var(--secondary-background) !important;
}
.fus_nav_inactive {
    background: rgba(32, 32, 33, 0.5);
}
.frae_viewport {
    height: calc(100vh);
}
.frae_viewport_left {
    background: var(--default-light-background);
    width: 50%;
    margin-left: -230px;
    padding: 0 45px 0 20px;
    border-right: 7px solid var(--secondary-background);
}
.frae_viewport_left_bottom {
    position: absolute;
    height: calc(70%);
    min-height: 770px;
    margin-left: -250px;
    border-bottom-right-radius: 50px;
}
.frae_viewport_right {
    padding: 0;
    margin: 0;
}
.frae_title, .frae_title-footer {
    position: absolute;
    display: flex;
    top: 12px;
    left: 20px !important;
    width: max-content;
}
.frae_title:hover, .frae_title-footer:hover {
    text-decoration: none;
}
.frae_title > img {
    height: 45px;
    margin-top:5px;
}
.frae_title-footer > img {
    height: 45px;
}
.frae_title > h1, .frae_title-footer > h1 {
    margin:5px 0 0 10px;
    font-weight: 800;
    color: #fcfcff;
    font-size: 35px;
}
.frae_title-footer > h1 {
    font-size: 30px !important;
}
.frae_phone {
    color: var(--secondary-background);
    font-size: 20px;
    position: relative;
    margin-left: auto;
    float:right;
    top: 26px;
    right: 35px;
    transition: 200ms;
}
.frae_phone > span {
    font-weight: lighter;
    font-family: sans-serif !important;
}
.frae_phone:hover {
    color: #45c2f0;
    text-decoration: none;
}
.card {
    overflow: hidden;
    position: absolute;
    background: linear-gradient(90deg, var(--default-light-background) 0%, var(--primary-background) 55%);
    padding: 0;
    border-radius: 5px;
    top: 80px;
    height: 700px;
    min-width: 1150px;
    font-size: 20px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 1350px;
}
.card img {
    height: 100%;
    position: relative;
    float: right;
    margin-left: auto;
}
.card h1 {
    font-size: 70px;
}
.card p {
    color: #b4d7ff;
    font-weight: 501;
}
.card div {
    width: calc(500px);
    margin-left:15%;
    position: absolute;
    top: 50%;
    transform: translate(0, calc(-50%)) scale(1.3);
}
.frae_slider {
    position: absolute;
    top: calc(920px - 90px);
    left: calc(50% - 300px);
}
.frae_slider a {
   border-color: rgba(255, 255, 255, 0.45);
}
.frae_slider .uk-active > a {
    background: var(--secondary-background);
}
.uk-offcanvas-bar {
    background: var(--default-background);
}
.uk-offcanvas-bar a {
    color: #e8e8e8 !important;;
}
.uk-offcanvas-bar .uk-active > a{
    color: var(--secondary-background) !important;
}
.uk-offcanvas-bar a:hover {
    color: var(--secondary-background) !important;
    filter: brightness(1.5) !important;
}
.uk-card {
    border-radius: 25px;
}
.frae_card_dark {
    background: var(--default-light-background);
    color: white;
}
.frae_card_dark .uk-card-title {
    font-size: 50px;
    color: white;
    line-height: 45px;
    margin-top: 20px;
}
.frae_card_dark p {
    margin-top: 40px;
    color: #b6b9df
}
.frae_badge {
    font-size: 14px;
    padding: 4px 17px;
    width: max-content;
    color: #555;
    border-radius: 6px;
    text-transform: uppercase;
}
.frae_phone_simple a {
    color: var(--secondary-background);
    transition: 200ms;
}
.frae_phone_simple a:hover {
    text-decoration: unset;
    color: #3792ff;
}
.frae_services_card {
    transition: all 100ms;
    padding: 35px;
    transform: scale(1);
}
.frae_services_card:hover {
    transform: scale(1.04);
}
.frae_services_card .uk-card-title {
    font-size: 20px;
    color: #0a0920;
    margin-top: 20px;
}
.frae_services_card img {
    height: 70px;
    position: relative;
}
.frae_testi_card {
    transition: all 100ms;
    padding: 35px;
    transform: scale(1);
}
.frae_testi_card:hover {
    transform: scale(1.04);
}
.frae_testi_card .uk-card-title {
    font-size: 20px;
    color: #0a0920;
    margin-top: 20px;
}
.frae_testi_card img {
    position: relative;
    height: 70px;
    background: #ffffff;
}
.frae_about_floater {
    left: -300px; position: relative
}
.frae_see_all {
    /*left: 50%;*/
    /*position: relative;*/
    /*transform: translate(-50%);*/
    margin: 30px auto auto;
    background: transparent;
    border: 1px solid var(--secondary-background);
    border-radius: 5px;
    top: 25px;
}
.frae_see_all:hover {
    background: var(--secondary-background);
}
.frae_see_all:active {
    background: #ffc755;
}
.about {
    left: 155px;
    position: relative;
}
.top_left {
    background: var(--default-light-background);
    width: 100%;
    height: 80px;
    position: absolute;
}
.menu_mobile2 {
    color: white;
    width: max-content;
    left: 196px;
    position: relative;
}
.menu_mobile2 .uk-navbar-nav > li > a {
    color: white !important;
}
.error {
    color: #8d8d8d;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, calc(-50% - 15px)) scale(1.8);
    display: block;
    width: max-content;
    height: max-content;
    text-align: center;
    font-weight: 200;
}
.error > h1 {
    color: #363864;
    margin-bottom: 0;
    font-weight: 100;
}
.error > hr {
    border-color: var(--secondary-background);
    margin: 0;
}
.error > p {
    font-size: 10px;
    margin: 0;
}
.frae_viewport_hf {
    min-height: calc(100vh - 80px - 168px);
}
.quote_in, .quote_out {
    background: white;
    border: 3px solid #f2f0fd;
    position: absolute;
    font-size: 40px;
    color: var(--primary-background);
    border-radius: 50px;
    height: 36px;
    width: 36px;
}
.quote_in {
    top: -20px;
}
.quote_out {
    line-height: 54px;
    bottom: -17px;
    right: 35px;
}
.services_icon_img {
    position: relative;
    top: 50%;
    transform: translate(13px, -50%);
}
.sidemenu {
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    font-weight: bold;
    padding: 20px 0 !important;
}
.sidemenu > .uk-button {
    color: black !important;
}
.sidemenu > .uk-button:hover {
    background: var(--primary-background);
    color: white !important;
}
.sidemenu > .fr-active {
    background: rgba(255, 0, 0, 0.02);
    color: var(--secondary-background) !important;
}
@media only screen and (max-width: 1199px) {
    .frae_viewport_hf {
        padding-top: 100px !important;
    }
    .frea_mobile {
        left: 80px !important;
    }
    .menu_mobile2 {
        width: max-content;
        left: 0px;
        position: relative;
    }
    .about {
        left: 50px;
    }
    .frae_see_all {
        padding: 0 40px;
        line-height: 44px;
        font-size: .875rem;
    }
    .frae_card_dark .uk-card-title {
        font-size: 40px;
    }
    .frae_viewport_desk {
        height: max-content !important;
    }
    .frae_viewport_left_bottom {
        position: relative;
        height: 80px;
        width: 100%;
        border-radius: 0;
        padding: 0;
        margin:0;
        min-height: 80px !important;
    }
    .frae-card-wide {
        padding: 15px 20px 50px;
        text-align: center;
    }
    .frae_margin_mobile {
        margin-top: 100px !important;
    }
    .frae_about_floater {
        left: -200px; position: relative
    }

    .frae_title > h1 {
        display: none;
    }

    .frae_title {
        position: absolute;
        left: 50% !important;
        top: 5px;
        transform: translate(-50%)
    }

    .frae_title > img {
        height: 60px;
    }
    .uk-card {
        border-radius: 10px;
    }
}
@media only screen and (max-width: 799px) {
    .about {
        left: 0;
    }
    .frae_about_floater {
        left: -200px; position: relative
    }
    .frae_about_floater img {
        height: 220px !important
    }
}
@media only screen and (max-width: 639px) {
    .frae_about_floater {
        position: unset;
    }
    .frae_about_floater p {
        width: 100% !important;
    }
}

.frae_viewport_small {
    height: calc(200px);
    overflow: hidden;
    background-image: url('https://media.istockphoto.com/photos/dark-gears-background-picture-id672291718'); /* TEMP IMAGE */
    background-color: rgb(23, 23, 25);
    background-size: cover;
    background-position: center;
    background-blend-mode: soft-light;
    background-repeat: no-repeat;
}
.frae_viewport_child {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 5px solid #e82e17;
    width: calc(100% - 45px);
    max-width: 600px;
    padding: 30px 10px;
}
.breadcrumbs {
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}
.frae_viewport_child > .breadcrumbs > a {
    margin: 0 10px;
    color: white;
}
.frae_viewport_child > .breadcrumbs > a:last-child {
    color:#e82e17;
}
.frae_viewport_child h1 {
    font-size: 40px;
    font-weight: 900;
    color: white;
    margin: 2px;
    text-align: center;
}
.frae_viewport_child p {
    font-size: 20px;
    font-weight: 200;
    color: white;
    font-style: italic;
    margin: 0;
    text-align: center;
}
.welcome {
    margin: 100px auto;
}
.welcome > h1 {
    color: white;
    font-weight: 100;
    text-align: center;
}
.welcome > p {
    text-align: center;
}
.frae_separator {
    width: 100%;
    height: 60px;
    background: #0c0c0c;
}
.frae_services > div{
    background: white;
    color: black;
    opacity: 0;
    transition: all 200ms;
}
.frae_services:hover > div {
    opacity: 1;
}
.frae_services h2 {
    margin-top: 0;
    z-index: 2;
    position: relative;
    color: #000000;
    font-weight: 200;
}
.frae_services {
    overflow: hidden;
}
.frae_services > img {
    transition: 200ms;
    transform: scale(1);
}
.frae_services:hover > img {
    transform: scale(1.1);
}
.frae_services_title {
    padding: 10px;
    opacity: 1 !important;
    background: #202022 !important;
}
.frae_services_title h2 {
    font-size: 24px;
    margin-top: 0;
    color: white !important;
}
.frae_services:hover > .frae_services_title {
    opacity: 0 !important;
    padding: 60px;
}
.frae_services_bulb {
    position: absolute;
    top: 0;
    background: white;
    width: 100%;
    height: 70px;
    left: 0;
    border-radius: 100% / 70px;
    z-index: 1;
    transition: all 200ms;
}
.frae_services:hover .frae_services_bulb {
    top: -35px;
}
.frae_services_bulb > div {
    font-size: 40px;
    width: 50px;
    height: 50px;
    background: #e82e17;
    border-radius: 40px;
    margin: 0 auto;
    position: relative;
    top: -25px;
    color: white;
    text-align: center;
    line-height: 50px;
}
.fus_mobile {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    padding: 0;
    color: white;
    border: 0;
}
.uk-light {
    color: #aaaaaa;
}
.uk-accordion > li {
    background: #202022;
    padding: 10px;
    transition: all 200ms;
}
.uk-accordion > :nth-child(n+2) {
    margin-top: 10px;
}
.uk-accordion > li > .uk-accordion-title {
    font-size: 15px;
    color: #aaaaaa !important;
    transition: all 200ms;
}
.uk-accordion > li:hover > .uk-accordion-title {
    color: white !important;
}
.uk-accordion > .uk-open > .uk-accordion-title {
    color: #db3421 !important;
}
footer {
    padding: 20px 0;
    color: #828282;
}
footer > span {
    position: absolute;
    font-size: 12px;
    right: 10px;
    margin-top: 24px;
}
.frae_nav > div {
    position: absolute;
}
.frae_services_cont {
    margin-top: 45px !important;
}
.frae_services_cont h2{
    text-align: center;
    margin-bottom: 35px;
    color: white;
}
.frae_services_cont p {
    color: #aaaaaa;
}
.frae_services_cont .list li {
    list-style-type: none;
    color: #aaaaaa;
}
.frae_services_cont .list li:before {
    content: "> ";
    color: #db3421;
    position: absolute;
    margin: -2px -14px;
}
.call_person {
    text-align: center;
}
.call_person > * {
    margin: 5px;
}
.h-captcha {
    width: max-content;
    transform: scale(0.8) translate(-35px);
}

