
    /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
    body{
        font-size: 16px;
        color: #122c43;
        font-family: 'Figtree', sans-serif;
        min-height: 100vh;
    }

    a {
        color: #212b34;
        text-decoration: none;
    }

    hr{
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        height: 0;
        box-shadow: 0 0 10px 1px black;
    }

    b, strong{
        font-weight: 600;
    }

    section {
        padding: 75px 0;
        overflow: hidden;
    }

    body.help_body{
        padding-bottom: 225px;
    }

    footer.help_footer{
        height: 200px;
        bottom: 0px;
        left: 0px;
        position: absolute;
        background: #FFF;
        display: flex;
        width: 100vw;
    }

    .border-1{
        border: 1px solid #000;
    }

    .lg-pe-5{
        padding-right: 3rem!important;
    }
    
    a:hover {
        color: #0a1f32;
        text-decoration: none;
    }

    .text-white *{
        color: #FFF;
    }

    .w-40{
        max-width: 40%;
    }

    .w-50{
        max-width: 50%;
    }

    .w-60{
        max-width: 50%;
    }

    .w-80{
        max-width: 80%;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        letter-spacing: 0.00em;
        font-weight: 600;
    }

    h3{
        font-size: 2rem;
    }
    
    h4{
        font-size: 1.25rem;
    }
    p {
        color: #444;
        line-height: 1.75;
    }

    .pt-6{
        padding-top: 4rem;
    }

    .pt-7{
        padding-top: 5rem;
    }

    .pb-6{
        padding-bottom: 4rem;
    }

    .pb-7{
        padding-bottom: 5rem;
    }

    .fright{
        float: right !important;
    }
    .card{
/*        border-radius: 1rem;*/
        border-radius: 0px;
    }

    .text-left{
        text-align: left !important;
    }

    .accordion-button:not(.collapsed){
        background-color: #FFF;
        box-shadow: none;
        color:#0a1f32;
    }

    .accordion-button:focus{
        box-shadow: none;
        border-color: #51abcb;
    }

    .accordion-item{
        border-left: 0px;
        border-right: 0px;
    }

    .accordion-button.collapsed::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2351abcb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    .accordion-button:not(.collapsed)::after{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2351abcb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); 
    }
    /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
    
    .back-to-top {
        position: fixed;
        display: none;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        right: 15px;
        bottom: 15px;
        background: #284864;
        color: #fff;
        transition: display 0.5s ease-in-out;
        z-index: 99999;
        transition: all ease-in-out 0.3s;
    }
    
    .back-to-top i {
        font-size: 24px;
        position: absolute;
        top: 8px;
        left: 8px;
    }
    
    .back-to-top:hover {
        color: #fff;
        background: #212b34;
    }

    .topbar{
        background-color: #192B41;
        z-index:  9999;
        font-size:  0.8rem;
        padding:  0px;
        height: 29px;
    }

    .topbar .col-6{
        padding: 5px 0px;
    }
    .topbar a,
    .topbar a:hover{
        padding: 7px 5px;
        color: #FFF;
        text-decoration: none;
        margin: 0px 10px;
    }

    .topbar a.selected{
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: #06aab7;
        background-color:  #FFF;
    }
    .topbar .drop-down.lang:hover a,
    .topbar .drop-down.lang:hover{
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
    }
    .topbar .drop-down.lang:hover a,
    .topbar a:hover{
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: #06aab7;
        background-color:  #FFF;
        border-bottom: 1px solid #FFF;
    }

    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    
    #header.fixed{
        position: fixed;
        top:0px;
        box-shadow: 3px 3px 5px 6px #ccc;
        width: 100%;
    }
    #header {
        z-index: 9;
        transition: all 0.5s;
        background: #FFF;
        left: 0px;
    }
    
    #header .logo{
        padding:10px 0px;
        margin-right: 25px;
    }

    #header .logo h1 {
        font-size: 24px;
        margin: 0;
        padding: 10px 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
    }
    
    #header .logo h1 a,
    #header .logo h1 a:hover {
        color: #fff;
        text-decoration: none;
    }
    
    #header .logo h1 a span,
    #header .logo h1 a:hover span {
        color: #212b34;
    }
    
    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 80px;
    }

    #header .btn-login{
        background-color: #0a1f32 !important;
        border-color: #0a1f32 !important;
        color: #FFF;
    }

    #banner img{
        position: relative;
    }
    #banner .title{
        position: absolute;
        top: 43%;
        left: 55%;
        font-size: 30px;
        color: #FFF;
        font-weight: bold;
    }
    
    #banner .banner-buttons{
        height: 0px;
    }

    #banner a{
        position: absolute;
        left: 55%;
        top: 62%;
        color: #FFF;
        background: #06aab7;
        padding: 5px 20px;
    }
    #banner a.second-button{
        top:68%;
    }

    .btn-ls{
        background:  linear-gradient(47deg, #06aab7 38%, #06aab7 114%) !important;
        border:  0px;
        color: #FFF !important;
        border:  2px solid #06aab7;
        min-width:  135px;
    }

    .btn-ls:hover{
        background: #51abcb !important;
        border-color: #51abcb !important;
    }

    .btn-ls-outline,
    .btn-outline-ls {
        color: #06aab7;
        border-color: #06aab7;
        min-width:  135px;
    }

    .btn-ls-outline:hover,
    .btn-outline-ls:hover {
        color: #FFF;
        background-color: #06aab7;
    }
    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    /* Desktop Navigation */
    
    .nav-menu{
        width: 100%;
    }

    .nav-menu,
    .nav-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .nav-menu>ul>li {
        position: relative;
        white-space: nowrap;
        float: left;
    }
    
    .nav-menu ul {
        border-radius: 0px;
    }
    
    .nav-menu a {
        display: block;
        position: relative;
        color: #000;
        padding: 10px 10px;
        transition: 0.3s;
        font-size: 16px;
    }
    
    .nav-menu a:hover,
    .nav-menu .active>a,
    .nav-menu li:hover>a {
        color: #212b34;
        text-decoration: none;
    }
    
    .nav-menu .get-started a {
        background: #0a1f32;
        color: #fff;
        border-radius: 50px;
        margin: 2px 0 0 15px;
        padding: 4px 25px 6px 25px;
        border: 2px solid #212b34;
    }
    
    .nav-menu .get-started a:hover {
        background: #212b34;
        color: #0a1f32;
    }
    
    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% - 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #FFF;
        color: #212b34;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        /* transition: ease all 0.3s; */
    }
    
    .nav-menu .drop-down:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    
    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }
    
    .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-size: 16px;
        text-transform: none;
        color: #000;
    }
    
    .nav-menu .drop-down ul a:hover,
    .nav-menu .drop-down ul .active>a,
    .nav-menu .drop-down ul li:hover>a {
        color: #212b34;
    }
    
    .nav-menu .drop-down>a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 5px;
        color: #06aab7;
    }
    
    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
    }
    
    .nav-menu .drop-down .drop-down:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }
    
    .nav-menu .drop-down .drop-down>a {
        padding-right: 35px;
    }
    
    .nav-menu .drop-down .drop-down>a:after {
        content: "\eaa0";
        font-family: IcoFont;
        position: absolute;
        right: 15px;
    }
    /* Mobile Navigation */
    
    .mobile-nav-toggle {
        position: fixed;
        right: 15px;
        top: 19px;
        z-index: 9998;
        border: 0;
        background: none;
        font-size: 24px;
        transition: all 0.4s;
        outline: none !important;
        line-height: 1;
        cursor: pointer;
        text-align: right;
    }
    
    .mobile-nav-toggle i {
        color: #212b34;
    }
    
    .mobile-nav {
        position: fixed;
        top: 100px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        z-index: 9999;
        overflow-y: auto;
        background: #fff;
        transition: ease-in-out 0.2s;
        opacity: 0;
        visibility: hidden;
        border-radius: 10px;
        padding: 10px 0;
    }
    
    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .mobile-nav a {
        display: block;
        position: relative;
        color: #444;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
        transition: 0.3s;
    }
    
    .mobile-nav a:hover,
    .mobile-nav .active>a,
    .mobile-nav li:hover>a {
        color: #212b34;
        text-decoration: none;
    }
    
    .mobile-nav .drop-down>a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
        color: #14b183;
    }
    
    .mobile-nav .active.drop-down>a:after {
        content: "\eaa1";
    }
    
    .mobile-nav .drop-down>a {
        padding-right: 35px;
    }
    
    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }
    
    .mobile-nav .drop-down li {
        padding-left: 20px;
    }
    
    .mobile-nav .get-started a {
        background: #0a1f32;
        color: #fff;
        border-radius: 50px;
        margin: 15px;
        padding: 8px 25px 10px 25px;
        text-align: center;
    }
    
    .mobile-nav .get-started a:hover {
        background: #212b34;
        color: #0a1f32;
    }
    
    .mobile-nav-overly {
        width: 100%;
        height: 100%;
        z-index: 9997;
        top: 0;
        left: 0;
        position: fixed;
        background: rgba(18, 33, 46, 0.6);
        overflow: hidden;
        display: none;
        transition: ease-in-out 0.2s;
    }
    
    .mobile-nav-active {
        overflow: hidden;
    }
    
    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }
    
    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

    /*  MEGAMENU   */
    div.drop-down{
        height: 10px;
        position: relative;
        display: inline-block;
    }

    .lang ul,
    div.drop-down ul{
        display: none;
        position: fixed;
        background: white;
        z-index: 9;
        list-style: none;
        padding: 0;
        top: 28px;
        width: 150px;
    }

    .lang ul{
        width: initial;
        top: 35px;
    }

    div.drop-down.lang ul{
        top: 34px;
    }
    div.drop-down a {
        padding: 5px 0px !important;
        display: block;
        text-align: center;
        width: 70px;
        border-radius: 0px !important;
    }

    .lang{
        display: inline-block;
    }
    .lang ul:hover,
    .lang:hover ul,
    div.drop-down:hover ul{
        display: block !important;
    }
    .lang ul:hover,
    div.drop-down ul:hover {
        display: block !important;
    }
    .lang ul li,
    div.drop-down ul li{
        padding: 10px 0px;
    }
    .lang ul li a ,
    div.drop-down ul li a {
        color: black;
        text-align: left;
    }
    .lang ul li a img,
    div.drop-down ul li a img{
        height: 30px;
        width: 30px;
        margin-right: 10px;
    }
    .nav-menu a:hover {
        background-color: #52abcb69;
    }
    .menu-large {
        position: relative !important;
    }
    .menu-large:hover .submenu-side-by-side{
        position: fixed;
        display: block;
    }
    .submenu-side-by-side{
        position: absolute !important;
        z-index: 9999 !important;
        display: none;
        top: 44px !important;
        height: fit-content;
        width: 600px;
        visibility: visible !important;
        opacity: 1 !important;
        background-color: white;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    ul.fright {
        display: block !important;
    }
    ul.fright li.drop-down {

        display: inline-block;
    }
    .submenu-side-by-side .row div ul  {
        display: block;
        position: relative !important;
        left: 0;
        top: 0px !important;
        z-index: 99;
        opacity: 1 !important;
        padding: 10px 0;
        background: #FFF;
        color: #466C89;
        box-shadow: none !important;
        visibility: visible !important;
    }
    .topbar{
        font-size: 15px;
        display: flex;
        height: fit-content !important;
    }
    .toggler {
        display: none !important;
        border: 1px solid lightgray;
        padding: 5px 11px;
        border-radius: 5px;
        margin-right: 10px;
    }
    .showMenu{
        display: block !important;
    }
    
    @media (max-width: 900px){
        .topbar{
            display: block;
            height: fit-content;
        }
        .top-block{
            width: 100% !important;
            text-align: left !important;
        }
        ul.fright {
            display: flex !important;
            flex-direction: column;
            float: left !important;
        }
        .nav-menu {
            display: none;
            position: absolute;
            left: 0;
            top: 100px;
            z-index: 99999;
            background: white;
            padding: 10px 10px;
        }
        .toggler{
            display: block !important;
        }
        .close-toggler {
            width: 50px;
            text-align: center;
            float: right;
            border: none;
        }
        /*.opening-time {
            display: flex;
            flex-direction: column;
        }*/
        .logo {
            margin-left: auto;
        }
    }

    /*--------------------------------------------------------------
pagetitle
--------------------------------------------------------------*/
    #pagetitle{
        background: #0a1f32;
    }
    #pagetitle .pagetitle-image{
        background-size: cover;
    }

    #pagetitle .pagetitle-image .overlay{
        background: transparent;
        background: linear-gradient(96deg, rgba(81,171,203,1) 8%, rgba(81,171,203,1) 8%, rgba(255,255,255,0) 8%, rgba(255,255,255,0) 100%);
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 0px;
    }

    #pagetitle .container-fluid{
        height: 100%;
        min-height: 400px;
    }
    
    #pagetitle p{
        color: #FFF;
    }

    #pagetitle.homeBackgroundImage{
        min-height: 400px !important;
        background-size: cover;
    }
    #pagetitle .container-fluid .homeblock{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #pagetitle .maximagewidth{
        max-width: 800px;
    }

    #pagetitle.homeBackgroundImage p,
    #pagetitle.homeBackgroundImage h1{
        color:#282828;
    }

    #pagetitle.homeBackgroundImage .btn-bestel{
        background-color: #282828;
    }

    #pagetitle.homeBackgroundImage .relative-card{
        background: rgba(255,255,255,0.7);
    }

    #pagetitle .content{
        background: rgb(81,171,203);
        background: linear-gradient(105deg, rgba(81,171,203,1) 0%, rgba(81,171,203,1) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
        top: 0px;
        left:0px;
        display:absolute;
    }

    #pagetitle.homeBackgroundImage .homeblock{
        background: rgb(255,255,255);
        background: linear-gradient(90deg, #51abcb 0%, #51abcb 65%, rgba(255,255,255,0) 100%);
        position: relative;
        top: 0px;
        left: 0%;
        width: 70%;
        height: 100%;
        padding-left:150px;
        padding-right:250px;
    }

    #pagetitle.homeBackgroundImage .bannerblock{
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
        position: relative;
        top: 0px;
        left: 0%;
        width: 50%;
        height: 100%;
        padding-left:150px;
        padding-top: 50px;
    }

    /*--------------------------------------------------------------
pagetitle_1
--------------------------------------------------------------*/
    #pagetitle_1{
        background: #0a1f32;
    }
    #pagetitle_1 .pagetitle-image{
        background-size: cover;
    }

    #pagetitle_1 .pagetitle-image .overlay{
        background: transparent;
        background: linear-gradient(96deg, rgba(81,171,203,1) 8%, rgba(81,171,203,1) 8%, rgba(255,255,255,0) 8%, rgba(255,255,255,0) 100%);
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 0px;
    }

    #pagetitle_1 .container-fluid{
        height: 100%;
        min-height: 400px;
    }
    
    #pagetitle_1 p{
        color: #FFF;
    }

    #pagetitle_1.homeBackgroundImage{
        min-height: 400px !important;
        background-size: cover;
    }
    #pagetitle_1 .container-fluid .homeblock{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #pagetitle_1 .maximagewidth{
        max-width: 800px;
    }

    #pagetitle_1.homeBackgroundImage p,
    #pagetitle_1.homeBackgroundImage h1{
        color:#FFFFFF;
    }

    #pagetitle_1.homeBackgroundImage .btn-bestel{
        background-color: #282828;
    }

    #pagetitle_1.homeBackgroundImage .relative-card{
        background: rgba(255,255,255,0.7);
    }

    #pagetitle_1 .content{
        background: rgb(81,171,203);
        background: linear-gradient(105deg, rgba(81,171,203,1) 0%, rgba(81,171,203,1) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
        top: 0px;
        left:0px;
        display:absolute;
    }

    #pagetitle_1.homeBackgroundImage .homeblock{
        background: rgb(255,255,255);
        background: linear-gradient(90deg, #2596BE 0%, #51abcb 75%, rgba(255,255,255,0) 100%);
        position: relative;
        top: 0px;
        left: 0%;
        width: 70%;
        height: 100%;
        padding-left:150px;
        padding-right:250px;
        min-height: 400px;
    }

    #pagetitle_1.homeBackgroundImage .bannerblock{
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
        position: relative;
        top: 0px;
        left: 0%;
        width: 50%;
        height: 100%;
        padding-left:150px;
        padding-top: 50px;
    }

    #pagetitle_1 .homeblock .container{
        max-width: 550px !important;
    }

    .home-tagline{
        font-size: 0.75rem;
    }
/*--------------------------------------------------------------
pagetitle 2
--------------------------------------------------------------*/
#pagetitle_2{
    background: rgb(81,171,203);
}

#pagetitle_2 .container-fluid{
    height: 100%;
    min-height: 400px;
}

#pagetitle_2 p{
    color: #FFF;
}
#pagetitle_2 .pagetitle-image{
    background-size: 100% auto;
}

#pagetitle_2.homeBackgroundImage{
    min-height: 400px !important;
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}
#pagetitle_2 .container-fluid .homeblock{
    padding-top: 50px;
    padding-bottom: 50px;
}

#pagetitle_2 .maximagewidth{
    max-width: 800px;
}

#pagetitle_2.homeBackgroundImage p,
#pagetitle_2.homeBackgroundImage h1{
    color:#282828;
}

#pagetitle_2.homeBackgroundImage .btn-bestel{
    background-color: #282828;
}

#pagetitle_2.homeBackgroundImage .relative-card{
    background: rgba(255,255,255,0.7);
}

#pagetitle_2 .container-fluid{
    background: rgb(81,171,203);
    background: linear-gradient(105deg, rgba(81,171,203,1) 0%, rgba(81,171,203,1) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
}

#pagetitle_2.homeBackgroundImage .homeblock{
    position: relative;
    top: 0px;
    left: 0%;
    width: 70%;
    height: 100%;
    padding-left:150px;
    padding-right:250px;
}

#pagetitle_2.homeBackgroundImage .bannerblock{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
    position: relative;
    top: 0px;
    left: 0%;
    width: 50%;
    height: 100%;
    padding-left:150px;
    padding-top: 50px;
}

/*--------------------------------------------------------------
pagetitle 3
--------------------------------------------------------------*/
#pagetitle_3{
    background: #0a1f32;
}
#pagetitle_3 .pagetitle-image{
    background-size: cover;
}

#pagetitle_3 .container-fluid{
    height: 100%;
    min-height: 400px;
}

#pagetitle_3 p{
    color: #FFF;
}

#pagetitle_3 .container-fluid .homeblock{
    padding-top: 50px;
    padding-bottom: 50px;
}

#pagetitle_3 .pagetitle-image .overlay {
    background: transparent;
    background: linear-gradient(96deg, rgba(81,171,203,1) 8%, rgba(81,171,203,1) 8%, rgba(255,255,255,0) 8%, rgba(255,255,255,0) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
}

/*--------------------------------------------------------------
pagetitle 4
--------------------------------------------------------------*/
#pagetitle_4 .container-fluid{
    height: 100%;
    min-height: 400px;
}

#pagetitle_4 p{
    color: #FFF;
}

#pagetitle_4.homeBackgroundImage{
    min-height: 400px !important;
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}
#pagetitle_4 .container-fluid .homeblock{
    padding-top: 50px;
    padding-bottom: 50px;
}

#pagetitle_4 .maximagewidth{
    max-width: 800px;
}

#pagetitle_4.homeBackgroundImage p,
#pagetitle_4.homeBackgroundImage h1{
    color:#282828;
}

#pagetitle_4.homeBackgroundImage .btn-bestel{
    background-color: #282828;
}

#pagetitle_4.homeBackgroundImage .relative-card{
    background: rgba(255,255,255,0.7);
    background-position: right;
}

#pagetitle_4 .container-fluid{
    background: rgb(81,171,203);
    background: linear-gradient(105deg, rgba(81,171,203,1) 0%, rgba(81,171,203,1) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
}

#pagetitle_4.homeBackgroundImage .homeblock{
    position: relative;
    top: 0px;
    left: 0%;
    width: 70%;
    height: 100%;
    padding-left:150px;
    padding-right:250px;
}

#pagetitle_4.homeBackgroundImage .bannerblock{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
    position: relative;
    top: 0px;
    left: 0%;
    width: 50%;
    height: 100%;
    padding-left:150px;
    padding-top: 50px;
}

/*--------------------------------------------------------------
pagetitle_5
--------------------------------------------------------------*/
#pagetitle_5 .pagetitle-image{
    background-size: cover;
}

#pagetitle_5 .pagetitle-image .overlay{
    background: transparent;
    background: linear-gradient(96deg, rgba(81,171,203,1) 8%, rgba(81,171,203,1) 8%, rgba(255,255,255,0) 8%, rgba(255,255,255,0) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
}

#pagetitle_5 .container-fluid{
    height: 100%;
    min-height: 400px;
}

#pagetitle_5 p{
    color: #FFF;
}

#pagetitle_5.homeBackgroundImage{
    min-height: 400px !important;
}
#pagetitle_5 .backgroundImage{
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
}
#pagetitle_5 .container-fluid .homeblock{
    padding-top: 50px;
    padding-bottom: 50px;
}

#pagetitle_5 .maximagewidth{
    max-width: 800px;
}

#pagetitle_5.homeBackgroundImage p,
#pagetitle_5.homeBackgroundImage h1{
    color:#FFFFFF;
}

#pagetitle_5.homeBackgroundImage .btn-bestel{
    background-color: #282828;
}

#pagetitle_5.homeBackgroundImage .relative-card{
    background: rgba(255,255,255,0.7);
}

#pagetitle_5 .content{
    background: rgb(81,171,203);
    background: linear-gradient(105deg, rgba(81,171,203,1) 0%, rgba(81,171,203,1) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
    top: 0px;
    left:0px;
    display:absolute;
}

#pagetitle_5.homeBackgroundImage .homeblock{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, #192B41 0%, #192B41 75%, rgba(255,255,255,0) 100%);
    position: relative;
    top: 0px;
    left: 0%;
    width: 70%;
    height: 100%;
    padding-left:0px;
    padding-right:250px;
    min-height: 400px;
}

#pagetitle_5.homeBackgroundImage .bannerblock{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
    position: relative;
    top: 0px;
    left: 0%;
    width: 50%;
    height: 100%;
    padding-left:150px;
    padding-top: 50px;
}

#pagetitle_5 .homeblock .container{
    max-width: 550px !important;
    margin-left: 15px;
}

.home-tagline{
    font-size: 0.75rem;
}

/*--------------------------------------------------------------
slider-section
--------------------------------------------------------------*/
.slider-section {
    background-position: center;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
}
.slider-section .contain{
    margin-left:  10%;
}

@media screen and (min-width:800px) {
    .overlay h1 {
        font-size: 59px !important;
    }
}

@media screen and (max-width:360px) {
    .overlay h1 {
        font-size: 30px !important;
    }
    .slider-para {
        font-size: 16px !important;
    }
}

.overlay h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1532;
    margin-top: 17px;
}

.slider-para {
    opacity: 0.7;
    font-size: 16px;
    line-height: 1.72;
    max-width: 450px;
    margin-top: 30px;
}

.custom-menu {
    position: relative;
    z-index: 3;
    padding-top: 30px;
    padding-bottom: 30px;
}

.slider-section{
    padding:  0px;
}

.overlay {
    width: 100%;
    /* 
        background: linear-gradient(to right, white 35%, rgba(255, 255, 255, 0));
        background: linear-gradient(90deg, #FFF 0%, #FFF 25%, rgba(255,255,255,0) 60%);
    */
    z-index: 2;
    padding-top: 70px;
    padding-bottom: 70px;

    position: relative;
    top: 0px;
    left: 0%;
    /*width: 50%;*/
    height: 100%;
}

.overlay .container .col-6{
    background: rgb(255,255,255, 0.7);
}

.custom-menu a.right {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    color: #326295;
    line-height: 1.5;
    padding: 5px 26px;
    transition: .2s;
}

.custom-menu a.left {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    color: #326295;
    border-radius: 500px;
    border: solid 1px rgba(187, 151, 190, 0.25);
    background-color: #faf8fb;
    line-height: 1.5;
    padding: 5px 26px;
    transition: .2s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    
    #hero {
        width: 100%;
        padding: 0 0 0 0;
        /* background-image: linear-gradient( 149deg, rgb( 9 69 107 / 77%) 100%, rgb(9 69 107) 0%), url(../img/back_netwerk.png); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: auto !important;
        /* clip-path: polygon(50% 0%, 100% 0, 100% 91%, 73% 83%, 25% 96%, 0 83%, 0 0); */
        margin-top: -8rem;
    }
    
    #hero h1 {
        margin: 0 0 15px 0;
        font-size: 60px;
        font-weight: 700;
        line-height: 56px;
        color: #ffffff;
    }
    
    #hero h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 36px;
        font-weight: 300;
        margin-top: 36px;
    }
    
    .btn-get-started {
        color: #ffffff;
        border-radius: 4px;
        padding: 13px 31px;
        border: 2px solid #212b34;
        transition: all ease-in-out 0.3s;
        display: inline-block;
        background: #212b34;
        font-weight: 400 !important;
        letter-spacing: 0.1em;
        text-transform: initial;
    }
    
    .blue-btn {
        background: #0a1f32;
        border: 2px solid #0a1f32;
    }
    
    .blue-btn:hover {
        color: #0a1f32 !important;
        background: transparent;
    }
    
    .btn-get-started:hover {
        background: transparent;
        color: #212b34;
    }
    
    .hero-img {
        padding: 30px;
        /* margin-top: 8rem; */
    }

    #hero .home-details .content *{
        color: #FFF;
    }
    #hero .home-details .content a{
        color: #212b34;
    }
    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #0a1f32;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #0a1f32;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #0a1f32;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #06aab7;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #0a1f32;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #0a1f32;
}
input[type=range]:focus::-ms-fill-upper {
  background: #212b34;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.help_category i,
.help_categories i{
    font-size: 75px;
}
.ruler {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width:100%;
    /* background-color: #192c41; */
    border-radius: 2px;
    padding: 10px;
  }
  
  .ruler__inch {
    width: 1px;
    height: 12px; /* adjust as needed */
    /* margin-right: 50px; adjust as needed */
    border-left: 1px solid black; /* adjust as needed */
    position:relative;
  }
  
  /* To add tick marks for each 1/16 inch */
  .ruler__inch::before {
    /* content: "";*/
    width: 1px;
    height: 3px; /* adjust as needed */
    position: absolute;
    bottom: 0;
    left: -4.5px; /* adjust as needed */
    border-left: 1px solid black; /* adjust as needed */
  }
  .ruler__inch:nth-child(16n+1)::before {
    height: 6px; /* adjust as needed */
  }
  .ruler__number {
    position: absolute;
    bottom: -20px; /* adjust as needed */
    left: 50%; /* adjust as needed */
    transform: translateX(-50%);
    font-size: 12px; /* adjust as needed */
  }
  input[type="range"]::-webkit-slider-thumb {
    content: '';
    height: 30px!important;
    width: 30px!important;
    border: none!important;
    box-shadow: none!important;
    background-image: url('/themes/theme/assets/img/house.png')!important;
    background-position: center;
    background-color: transparent!important;
    background-size: 30px!important;
    background-repeat: no-repeat!important;
    /* background-color: red!important; */
  }
  @media screen and (max-width:1000px) {
    .sm-none{
        display: none;
      }
  }

    .section_content_usp_blocks h2{
        color: #122c43 !important;
        font-weight: 600 !important;
        font-size: 25px !important;
    }

    .section_list h4{
        font-size: 2rem;
    }
    .section_list i{
        font-size: 1.75rem;
    }
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
    #breadcrumbs{
        padding:0px;
    }
    #breadcrumbs .container{
        padding: 10px 0;
        background-color: #0a1f32;
    }

    #breadcrumbs ul{
        list-style: none;
        margin-bottom: 0px;
    }
    #breadcrumbs,
    #breadcrumbs a{
        color: #FFF;
        font-size: 14px;
    }
    #breadcrumbs li{
        float:left;
    }

    #section-priceselector h2,
    #section-priceselector h3{
        color: #122C43;
    }
    #section-priceselector .form-range{
        display: inline-flex;
        justify-content: center;
        /*width: 75%;
        color: #0a1f32;*/
    }

    .section_moving_banner .swiper-slide{
        background: transparent;
        color: #000;
        text-align: center;
        padding: 0px;
    }

    #section_81 .section-title h2{
        font-family: 'Lobster', cursive;
        font-size: 50px;
    }

    #section_85{
        box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
        margin-bottom: 10px;
    }

    .content_media_section .align-middle{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .section-title {
        text-align: center;
        padding-bottom: 30px;
    }
    
    .section-title h2 {
        font-size: 2rem;
        font-weight: 600;
        padding-bottom: 20px;
        position: relative;
        line-height: 1.2;
        color: #000;
    }
    .content_centered .section-title{
        padding-bottom: 0px;
    }

    .content_centered .section-title h2 {
        padding-bottom: 0px;
    }

    .shadow_container{
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .btn-spacing{
        width:  20px;
        min-width:  20px;
    }

    .btn-submit{
        background-color: #06aab7;
        border-color: #06aab7;
    }
    
    .bg-grey{
        background-color:  lightgray;
    }
    
    .bg-grace{
        background-color: #f7f7f7;
    }

    .bg-light-gray{
        background-color:  #e6e6e6 !important;
    }
    

    .bg-blue{
        background-color:  #212b34;
    }

    .bg-green{
        background-color:  #212b34;
    }

    .bg-yellow{
        background-color: #ffe01b;
    }
    

    .bg-via-red{
        background-color: #DC1818;
    }
    

    .bg-via-orange{
        background-color: #ed8c00;
    }
    

    .bg-via-green{
        background-color: #d9fdd3;
    }

    .bg-blue-grey{
        background-color: #293945;
    }

    .bg-dark-blue{
        background-color: #192B41;
    }

    .bg-sea-blue{
        background-color: #e8ebef;
    }

    /* TEXT COLORS */
    .tc-grace{
        color: #f7f7f7;
    }

    .tc-grey{
        color:  lightgray;
    }

    .tc-light-gray{
        color:  #e6e6e6 !important;
    }
    

    .tc-blue{
        color:  #212b34;
    }

    .tc-green{
        color:  #212b34;
    }

    .tc-yellow{
        color: #ffe01b;
    }
    

    .tc-via-red{
        color: #DC1818;
    }
    

    .tc-via-orange{
        color: #ed8c00;
    }
    

    .tc-via-green{
        color: #d9fdd3;
    }

    .tc-success{
        color: #06aab7;
    }
    
    .tc-blue-grey{
        color: #293945;
    }

    .tc-dark-blue{
        color: #192B41;
    }

    .tc-sea-blue{
        color: #e8ebef;
    }

    .tc-accent{
        color: #f48800;
    }
    
    .video-container {
        position:relative;
        padding-bottom:56.25%;
        padding-top:30px;
        height:0;
        overflow:hidden;
    }

    .video-container iframe, .video-container object, .video-container embed {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }

    .partners .section-title h6{
        color:  #444;

    }

    .partnerimage img{
        filter: grayscale(100%);
        height:  25px;
        width: auto;
        float:  left;
        margin-right:  20px;
    }

    .bg-gray{
        background-color:  #EFEFEF;
    }

    .bg-lightblue{
        background-color: #0a1f32;
    }

    img{
        border-radius:  5px !important;
    }

    .section_content_usp_blocks .icons{
        text-align: left;
    }
    .usp_blocks i,
    .section_content_usp_blocks i{
        font-size: 34px;
        color: #06aab7;
    }

    .section_with_logos .swiper {
        width: 100%;
        height: 100%;
    }

    .section_with_logos .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        min-height: 150px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: center;

/*        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    }

    .section_title_banner{
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .section_title_banner .container{
        min-height: 250px;
        display: flex;
        align-items: center;
    }
    .section_title_banner h2{
        color: #FFF;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    } 
    /*--------------------------------------------------------------
# news_blocks
--------------------------------------------------------------*/
/* blog section css start */
.inner-news_blocks-box{
    padding-left: calc((100% - 1112px) / 2);
    padding-top: 76px;
    padding-bottom: 76px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.news_blocks-content {
    flex-basis: 569px;
    flex-grow: 0;
    flex-shrink: 0;
}
.news_blocks-slider{
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    position: relative;
}
.item-overlap img {
    width: 100%;
    height: 427px;
    -o-object-fit: cover;
       object-fit: cover;
}
.item-overlap img {
    width: 100%;
    height: 427px;
    -o-object-fit: cover;
       object-fit: cover;
}
.swiper-slide-action {
    min-height: 427px;
    border-radius: 10px;
    border: solid 1px rgba(187, 151, 190, 0.25);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 38px;
    transition: .3s;
    overflow: hidden;
    width: 100%;
}
.news_blocks-slider-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.33;
    color: #fff;
    margin-bottom: 31px;
}
.news_blocks-slider-item {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}
.news_blocks-content h2{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.257142857;
    margin-bottom: 31px;
    color: #333333;
}
.news_blocks-content p{
    font-size: 18px;
    line-height: 1.72;
    margin-top: 34px;
    color: #333333;
}
.news_blocks-content-inner{
    max-width: 425px;
}
.theme-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #fff;
    line-height: 1.25;
    padding: 16px 1em;
    border-radius: 5px;
    text-align: center;
    transition: .3s;
    background-image: linear-gradient( 
47deg, #0a1f32 38%, #06aab7 114%);
    text-decoration: none;
    margin-top: 34px;
}
mark {
    background: transparent;
    color: #0a1f32;
}
.swiper-slide-action:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
    border-radius: 10px;
}
.news_blocks-item-caption{
    z-index: 1;
}
.swiper-slide-action{
    position: relative;
    text-decoration: none;
}
.swiper-slide-action:hover{
   text-decoration: none;
}
.action-arrow {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    line-height: 1.357142857;
    transition: .2s;
    color: #ffff;
}
.action-arrow-icon {
    margin-left: 10px;
}
.swiper-slide-action:hover .news_blocks-slider-item {
    height: 500px;
    transition: 1s;
}
.news_blocks-item-caption {
    z-index: 9;
    position: relative;
}
.bl-slider-btn {
    display:flex !important;
    vertical-align: top;
    width: 42px !important;
    height: 42px !important;
    background-color: #0a1f32;
    border-radius: 50%;
    transition: opacity 0.35s ease;
    position: relative !important;
    color: #fff;
    line-height: 1.25;
    padding: 16px 1em;
   text-align: center;
  background-image: linear-gradient(47deg, #0a1f32 38%, #212b34 114%);
}
.bl-slider-btn i{
    color: #fff;
    font-size: 19px;
}
.news_blocks-slider-btn {
    position: absolute;
    left: -120px;
    z-index: 9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom:0;
}
.bl-slider-btn:after {
    content: none;
    display: none;
}

@media screen and (max-width: 1199px){
    .swiper-slide-action {
        min-height: 400px;
    }
    .news_blocks-content{
        flex-basis: 462px;
    }
    .inner-news_blocks-box {
        padding-left: 60px;
    }
}

@media screen and (max-width: 991px){
    #header{
        background-color: #FFF;
    }
    #banner img{
        display:none;
    }
    #banner{
        background-color: #0a1f32;
        height: 60vh;
    }
    #banner .banner-buttons{
        position:absolute;
        top: 40vh;
    }


    #banner .title,
    #banner .banner-buttons{
        left:0%;
        width: 100vw;
        text-align: center;
    }

    #banner .banner-buttons a,
    #banner .banner-buttons a.second-button{
        position: relative;
        left: initial;
        top: initial;
        margin-bottom: 10px;
    }

    .section-title h2 {
        text-align: center;
    }

    .inner-news_blocks-box {
        display: block;
        padding-left: 0;
    }
    .news_blocks-content, .news_blocks-slider{
        padding-left: 30px;
        padding-right: 30px;
    }
    .news_blocks-slider {
        margin-top: 30px;
    }
    .news_blocks-content-inner {
        max-width: none;
    }
    .theme-btn-desk-top{
        display: none;
    }
    .theme-btn-mobile{
        display: block !important;
     }
    .news_blocks-slider-btn{
        left: 30px;
        bottom: -20px;
    }
}
@media screen and (max-width: 767px){
.swiper-slide-action {
    min-height: 287px;
    padding: 20px;
    }
}
@media screen and (min-width:992px){
    .theme-btn-mobile{
        display: none !important;
    }
}
.theme-btn-mobile{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 222px;
    min-width: auto;
    margin-top: 34px;
}

.theme-btn:hover{
    text-decoration: none;
    color: #fff;
    opacity: .6;
    transition: .2s;
    
}
span.action-arrow:hover {
    opacity: .6;
}

@media screen and (max-width:520px){
    .news_blocks-content h2 {
        font-size: 26px;
    }
}

/*--------------------------------------------------------------
# usp_banner
--------------------------------------------------------------*/



.list-section {
    color: #fff;
    padding: 20px 0;
}

.list-section p {
    margin: 0;
}

.usp_banner p{
    color:  #FFF;
}
.usp_banner .fa{
    color: #212b34;
}

/*--------------------------------------------------------------
# CaseControl
--------------------------------------------------------------*/
    
    .CaseControl .content+.content {
        margin-top: 100px;
    }
    
    .CaseControl .content h3 {
        font-weight: 700;
        font-size: 26px;
        color: #0a1f32;
    }
    
    .boxs ul {
        display: flex;
        padding: 0;
    }
    
    .boxs h2,
    .boxs p {
        color: #fff;
    }
    
    .boxs p {
        font-size: 16px;
    }
    
    .boxs {
        background: linear-gradient(to right, rgb(9 69 107) 0%, rgb(9 69 107 / 77%) 100%);
        /* background: linear-gradient(to right, rgb(9, 18, 58), rgb(69, 90, 164) 100%); */
    }
    
    .boxs ul li {
        display: inline-block;
        color: #fff;
    }
    
    .boxs ul li p {
        color: #fff;
        font-size: 16px;
    }
    
    .boxs ul li h4 {
        color: #212b34;
    }
    
    .boxs ul li:nth-child(1) {
        margin-right: 20px;
    }
    
    .boxs ul li i {
        font-size: 50px;
    }
    
    .FinChamps {
        background-color: #212b34;
    }
    
    .FinChamps-data,
    .FinChamps-data p {
        color: #fff;
    }
    
    .FinChamps-data h2 {
        font-size: 36px;
        margin-bottom: 36px;
    }
    /*--------------------------------------------------------------
# CTO Section
--------------------------------------------------------------*/
    
    .cto-section {
        padding: 15px 0;
    }
    
    .cto-section a h2 {
        font-size: 1.5rem;
        color: #fff;
        margin-bottom: 0px;
    }
    
    
    .Incasso-organisaties,
    .Incasso-platform,
    .Incasso-workflow {
        padding: 70px 0;
    }
    /*--------------------------------------------------------------
# wij-zijn
--------------------------------------------------------------*/
    
    .Benieuwd-bg {
        width: 100%;
        padding: 0 0 0 0;
        background-image: linear-gradient( 249deg, rgb(112 112 112 / 4%) 0%, rgb(124 124 124 / 0%) 100%), url(../img/back_netwerk.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: scroll;
        background-size: cover;
        min-height: auto !important;
        margin-top: -7.5rem;
        height: 500px;
        position: absolute;
    }
    
    .custom-main-bg {
        width: 100%;
        background-image: linear-gradient( 249deg, rgb(112 112 112 / 4%) 0%, rgb(124 124 124 / 0%) 100%), url(../img/back_netwerk.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: scroll;
        background-size: cover;
        min-height: auto !important;
        margin-top: -8rem;
    }
    
    .custom-bg {
        width: 100%;
        padding-top: 175px;
        padding-bottom: 80px;
        background: rgb(9 69 107 / 89%);
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: scroll;
        background-size: cover;
        min-height: auto !important;
    }
    
    .custom-bg h2 {
        color: #fff;
        font-weight: 300;
        margin-top: 36px;
    }
    
    .btn-light {
        background-color: #eee;
        border: 1px solid #ddd;
        color: #333;
        font-size: 1em;
        padding: 10px 15px;
    }
    
    .contact textarea {
        height: 220px;
    }
    
    .contact textarea:focus {
        border-color: #ddd;
    }
    /*--------------------------------------------------------------
# contact Section
--------------------------------------------------------------*/
    
    .contact h4 {
        color: #0a1f32;
        font-size: 24px;
    }
    
    .form-control:focus {
        color: #000;
        background-color: #fff;
        outline: 0;
        box-shadow: none;
        border: 1px solid red;
    }

    .contact-list li {
        padding-top: 22px;
        padding-bottom: 21px;
        border-top: 1px solid #707070;
    }

    .contact-list li:first-child {
        border-top: 0;
    }

    .contact-list li span {
        display: block;
        font-size: 18px;
        font-weight: 400;
        line-height: 36px;
        margin-bottom: 0;
        color: #000;
        opacity: .8;
    }

    .contact-list p {
        margin-bottom: 1px;
        line-height: 2.22;
        opacity: 0.7;
    }

    .contact-list a {
        margin-bottom: 1px;
        color: #0a1f32;
        font-size: 18px;
        line-height: 2.22;
        text-decoration: underline;
        opacity: 0.7;
    }

    .contact-list {
        list-style-type: none;
        padding: 0;
    }
    
    .form-control {
        border-radius: 2px;
    }
    
    footer {
        background: #000;
        color: #fff;
    }

    .footer-title{
        font-size:2rem;
        color: #FFF;
    }

    footer i{
        color: #06aab7;
    }
    footer .social_link i{
        color: #FFF !important;
        font-size: 1.5rem;
    }

    .btn-footer{
        color: #fff;
        background-color: #06aab7;
        padding: 15px;
        border-radius: 25px;
    }
    
    footer h2 {
        font-size: 28px;
    }
    
    footer a {
        color: #fff;
    }
    
    footer p {
        color: #fff;
        font-size: 16px;
    }
    
    input:focus {
        outline: none;
    }
    
    footer input::-moz-placeholder {
        color: #fff;
        opacity: 1;
    }
    
    footer input:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
    }
    
    footer input::placeholder {
        color: #fff;
        opacity: 1;
    }
    
    footer input {
        height: 42px;
        background: transparent;
        display: block;
        line-height: initial;
        margin: 30px 0;
        padding: 10px 15px 10px 15px;
        border-style: solid;
        border-radius: 2px;
        font-weight: normal;
        border: 1px solid #fff;
        color: #fff;
    }
    
    .text_column {
        margin-top: 2rem;
    }
    
    footer .btn-get-started {
        border-radius: 0;
    }
    
    footer .btn-get-started:hover {
        background-color: #212b34;
        color: #fff;
    }
    /* .custom-main-bg{
        position: relative;
    } */
    
    .wave {
        width: 100%;
        overflow: hidden;
        position: absolute;
        z-index: 999999;
        bottom: 0px;
        background: #fff;
    }
    
    .wave svg {
        width: 100%;
        height: 60px;
        color: #fff !important;
    }
    
    main,
    section {
        position: relative !important;
    }

#section_1237.usp_blocks .icons{
    text-align: center;
}

.usp_blocks{
    padding:  100px 0px;
}

.usp_blocks .height_images{
    
    text-align: center;
}
.usp_blocks .height_images img{
    max-width: 200px;
}

.usp_blocks .card{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.no_shadow .card{
    box-shadow: none !important;
    border: 0px;
}

.usp_blocks .card h2{
    font-size: 20px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    text-align: center;
}
.usp_blocks .card h3{
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
}
.usp_blocks .card .height_buttons{
    text-align:  center;
}
.usp_blocks .card h4{
    color: #06aab7;
}

.usp_blocks .card p{
    font-size: 18px;
    text-align: center;
}

.quotes .swiper-slide *{
    color: #FFF;
}
/***** ADDITIONALSECTIONS ***/

button:focus {
    outline: none;
    border: none;
}

.form-control:focus {
    box-shadow: none;
}

button:hover {
    opacity: .6;
    transition: .2s;
}

.main-section {
    margin: 4rem 0;
}

h2 {
    color: #333333;
    font-size: 30px;
    margin-bottom: 30px;
}

.main-section .left-section .large-para {
    font-size: 22px;
    line-height: 1.59;
    color: #333333;
    margin-bottom: 30px;
}

.main-section .left-section p {
    font-size: 18px;
    color: #746968;
    margin-bottom: 30px;
}

.swiper {
    width: 100%;
}

.profile-slider .swiper-wrapper {
    margin-bottom: 2.3rem;
}

.profile-slider .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background-color: #333333;
}

.swiper-slide {
    font-size: 18px;
    padding: 30px;
    background: #326295;
    border-radius: 10px;
    color: #fff;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.profile-section {
    display: flex;
}

.profile-img {
    height: 60px;
    width: 60px;
    min-width: 60px;
    -o-object-fit: cover;
       object-fit: cover;
}

.profile-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.swiper-slide button {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #fff;
    line-height: 1.25;
    padding: 16px 1em;
    border-radius: 5px;
    text-align: center;
    transition: .3s;
    background-image: linear-gradient( 47deg, #0a1f32 38%, #212b34 114%);
    width: 100%;
    box-shadow: none;
    border: none;
    margin-top: 2rem;
}

.swiper-slide .para h4 {
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 2rem;
}

.swiper-slide .para p {
    font-size: 18px;
}

.profile-text {
    margin-left: 11px;
}

.customSwiper .swiper-slide {
    background: #fff;
    color: #333333;
}

.customSwiper .swiper-slide img {
    width: 100%;
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100px;
}

.customSwiper .swiper-slide p {
    opacity: .5px;
    font-size: 16px;
}

.customSwiper .swiper-slide h2 {
    margin-top: 1rem;
    font-size: 25px;
}

.contact-img {
    justify-content: center;
    align-items: center;
}

.contact-section button {
    background-color: #06aab7;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #fff;
    line-height: 1.25;
    padding: 16px 1em;
    border-radius: 5px;
    text-align: center;
    transition: .3s;
    width: 100%;
    box-shadow: none;
    border: none;
}

.contact-section button:hover {
    color: #fff;
}

input[type=phone],
input[type=text],
input[type=email],
input[type=number],
textarea {
    height: 50px;
    padding: 17px 10px 17px;
    font-size: 14px;
    line-height: 19px;
    border-radius: 5px;
    border: 1px solid #707070 !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #c8c8c8 !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #c8c8c8 !important;
}

input::placeholder,
textarea::placeholder {
    color: #c8c8c8 !important;
}

textarea.form-control {
    height: 194px;
}

footer {
    border-top: 1px solid #d0d0d0;
    padding-top: 5rem;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer ul a,
footer tr {
    color: #FFF;
    font-size: 14px;
}

footer a:hover {
    text-decoration:  underline;
    color:  #FFF;
}

footer ul li,
footer tr {
    line-height: 1.93;
}

footer h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.357142857;
    letter-spacing: 0.1em;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0.75em;
}

.copyright li {
    display: inline-block;
    padding-right: 20px;
    opacity: 0.5;
    margin-top: 1rem;
}

.copyright {
    margin-top: 2rem;
}

.copyright p {
    opacity: 0.5;
    margin-top: 1rem;
}

.row.copyright:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    left: 0;
}

.custom-link,
.footer-logo {
    margin-bottom: 2rem !important;
    cursor: pointer;
}

#popup{
    opacity: 0;
    position: fixed;
    bottom: 0%;
    right: -300px;
    width: 300px;
    background: #FFF;
    border-top-left-radius: 15px;
}

#popup .popup-header{
    border-top-left-radius: 15px;
    color: #FFF;
    padding: 5px;
}
#popup .popup-header i{
    font-size: 25px;
    float:right;
    top: 0px;
    right: 0px;
}

#popup .popup-content{
    padding: 15px;
}

#popup .popup-footer{
    padding: 5px;
}
#popup .popup-footer .btn{
/*    width: 100%;*/
}

.mobile-menu-item{
    display:none !important;
}

.sm-topbar{
    display:none;
}

@media screen and (max-width:900px) {
    .lg-topbar{
        display:none;
    }

    .sm-topbar{
        display:block;
    }

    .mobile-menu-item{
        display:initial !important;
    }

    .homeblock{
        width: 100% !important;
        padding-right: 50px !important;
    }
    .copyright .col-12{
        text-align: center !important;
    }

    .copyright li{
        margin-top: 0px;
    }

    nav ul.fright{
        width: 100%;
    }

    .mobile-nav-toggle{
        position: initial;
    }

    .lg-pe-5{
        padding-right: 0px!important;
    }

    .logo{
        margin-right: auto;
        margin-left: initial;
    }

    #header .logo{
        padding:10px 0px;
        margin-right: auto !important;
    }

    .toggler{
        margin-right: 0px;
    }
}

@media screen and (max-width:600px) {
    .copyright .col-lg-4.col-sm-4 {
        order: 2;
    }
    .copyright .col-lg-8.col-sm-8 {
        text-align: left !important;
        width: 100%;
    }
    .copyright ul {
        margin-top: 2rem;
    }
    .copyright li {
        display: block;
        padding-right: 20px;
        opacity: 0.5;
        margin-top: 0;
    }
    .mobile-order-2 {
        order: 2;
    }
    .mobile-order-1 {
        order: 1;
        margin-bottom: 3rem;
    }
    .mobile-order-3 {
        order: 3;
    }
    .profile-slider .swiper-wrapper {
        height: 850px;
    }
}

.slider-box {
    min-height: 250px;
}

@media screen and (max-width:320px) {
    .swiper-slide .para h4 {
        font-size: 18px;
    }
    .swiper-slide .para p {
        font-size: 14px;
    }
}

.primary-background{
    background: #06aab7;
}
.secondary-background{
    background: #000;
}
.bg-whatsapp{
    background: #25d366;
}
.footer-mobile{
    display: none !important;
}
.flex-auto{
    flex:auto;
}

.footer-mobile{
    position: fixed;
    bottom:0;
    left:0;
    width: 100vw;
    background: white;
    font-size: 18px;
    z-index: 99999;
}
.footer-mobile{
    display: none !important;
}

@media only screen and (max-width:768px) {
    .footer-mobile{
        display: flex !important;
    }
    .back-to-top{
        bottom: 75px;
    }
}

#whatsappchat{
    display: none;
}

@media only screen and (max-width:768px) {
    #whatsappchat{
        background-color: #25d366;
        position: fixed;
        bottom: 8px;
        left: 8px;
        padding: 10px;
        border-radius: 25px;
        display: block;
    }
    #whatsappchat a{
        color: #FFF;
    }
    #whatsappchat a i{
        font-size: 30px;
    }
}