/* 
---------------------------------------------
RESET
--------------------------------------------- 
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, figure, header, nav, section, article, aside, footer, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer, .grid-item {
    width: 50%;
}
.grid-item {
    float: left;
}
.grid-item img {
    display: block;
    max-width: 100%;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
header, nav, section, article, aside, footer, hgroup {
    display: block;
}
* {
    box-sizing: border-box;
}
html, body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
a {
    text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
ul {
    margin-bottom: 0px;
}
p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    color: #afafaf;
}
img {
    width: 100%;
    overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/

html, body {
    background: #f4fbff;
    font-family: 'Poppins', sans-serif;
}
::selection {
    background: #1ba4d4;
    color: #fff !important;
}
::-moz-selection {
    background: #1ba4d4;
    color: #fff !important;
}
@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }
    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .mobile-bottom-fix {
        margin-bottom: 30px;
    }
    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}
.page-section {
    margin-top: 120px;
}
.section-heading {
    position: relative;
    z-index: 2;
    text-align: inherit;
}
@media (max-width: 991px){
    .section-heading {
        text-align: center;
    }
    .line-dec{
        margin: auto;
    }
}
.section-heading h6 {
    font-size: 15px;
    font-weight: 700;
    color: #1ba4d4;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.section-heading h4 {
    color: #2a2a2a;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}
.section-heading h4 {
}
.section-heading h4 em {
    font-style: normal;
    color: #1ba4d4;
}
.section-heading .line-dec {
    width: 50px;
    height: 2px;
    background-color: #1ba4d4;
}
.border-first-button a {
    display: inline-block !important;
    padding: 10px 20px !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 23px;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    transition: all .5s;
}
.header-area .main-nav .nav li:hover .border-first-button a:hover {
    background-color: #fff;
    color: #1ba4d4 !important;
    opacity: 1 !important;
}
.button a {
    display: inline-block !important;
    padding: 10px 20px !important;
    color: #fff !important;
    border: 1px solid #1ba4d4 !important;
    background-color: #1ba4d4;
    border-radius: 23px;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    transition: all .5s;
}
.button a:hover {
    color: #1ba4d4 !important;
    opacity: 1 !important;
    background-color: #fff;
}
.button-alt a {
    display: inline-block !important;
    padding: 10px 20px !important;
    color: #849aa3 !important;
    border: 1px solid #849aa3 !important;
    background-color: transparent;
    border-radius: 23px;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    transition: all .5s;
}
.button-alt a:hover {
    color: #fff !important;
    opacity: 1 !important;
    background-color: #849aa3;
}
.nav-folder-content {
    border-radius: 5px;
    text-align: center;
    background: #1992be;
}
.nav-folder-content {
    display: none;
    left: -30px;
    position: absolute;
    border-radius: 5px;
    text-align: center;
    background: #1992be;
    width: 190px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    padding: 0;
}
.nav li:hover > .nav-folder-content {
    display: block;
}
.nav-folder-content li {
    padding: 10px 48px;
}
.nav-folder-content li:hover {
    transform: scale(1.05);
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    border-radius: 5px;
}
.nav-folder-content li:hover a {
    color: #1992be !important;
    opacity: 1 !important;
}
.nav-funktioner {
    cursor: pointer;
}
.login a {
    padding: 0 20px !important;
    line-height: 40px;
    font-size: 15px !important;
}
.login a:hover {
    background-color: #fff;
    color: #1ba4d4 !important;
    opacity: 1 !important;
}
.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(0 159 218 / 15%);
}
.btn-primary {
    color: #fff;
    background-color: #1ba4d4;
    border-color: #1ba4d4;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #1ba4d4;
    background-color: transparent;
    border-color: #1ba4d4;
}
.btn-secondary {
    color: #849aa3;
    background-color: transparent;
    border-color: #849aa3;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    color: #fff;
    background-color: #849aa3;
    border-color: #849aa3;
}
.section-highlight{
    background: #f4fbff;
    border-top: 1px solid #ccecf7;
    border-bottom: 1px solid #ccecf7;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.panel{    
    background-color: #fff;
    border-radius: 23px;
    padding: 30px;
    box-shadow: 0px 0px 15px rgb(0 86 120 / 17%)
}
.panel-alt{    
    background-color: #fff;
    border-radius: 23px;
    padding: 30px;
    border: 2px solid #f3f3f3;
}
.panel-alt2 {
    background-color: #f4fbff;
    border-radius: 23px;
    padding: 30px;
    border: 1px solid #ccecf7;
}
.button a.btn-wide{
    padding-left: 40px !important;
    padding-right: 40px !important;
}
@media (max-width: 499px){
    h2{
        font-size: 38px !important;
    }
}
.shadow{    
    box-shadow: 0px 0px 15px rgb(0 86 120 / 17%) !important;
}
.p-alt{    
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 400;
    margin-bottom: 1em;
}
.p-alt15{    
    font-size: 15px;
    color: #2a2a2a;
    font-weight: 400;
    margin-bottom: 1em;
}
.modal{    
    background: rgb(0 0 0 / 30%);
}
.modal-content{
    border: none;
    border-radius: 23px;
    padding: 30px;
    box-shadow: 0px 0px 15px rgb(0 86 120 / 17%);
}
.modal-content div.button a, .modal-content div.button-alt a{
    width: 162px;
    text-align: center;
}
.modal-footer{
    border: none;
}
.top-banner h6 {
    font-size: 20px;
    font-weight: 700;
    color: #1ba4d4;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.top-banner h2 {
    position: relative;
    font-weight: 700;
    font-size: 50px;
    color: #2a2a2a;
    margin-bottom: 20px;
}
.blockquote{
    border-left: 3px solid #1ba4d4;
    padding-left: 0.75em;
}
.blockquote p{
    font-size: calc(1.4 * 1rem);
    font-weight: 300;
}
.z-index{
    position: relative;
    z-index: 2;}
.rounded-xalc{
    border-radius: 23px;
}
.contact-xalc a{
    width: 250px;
    min-width: 212px;
    margin-top: 15px;
}
.contact-xalc div.button-alt:first-of-type a::before, .contact-xalc div.button:first-of-type a::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f0e0";
    margin-right: 10px
}
.contact-xalc div.button-alt:last-of-type a::before, .contact-xalc div.button:last-of-type a::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f095";
    margin-right: 10px
}
.contact-xalc div.button:first-of-type a::before{
    margin-right: 15px
}
.contact-xalc div.button:last-of-type a::before{
    margin-right: 15px
}
.link-xalc{
    color: #1ba4d4;
}
.link-xalc:hover{
    color: #1ba4d4;
    text-decoration: underline !important;
}
.list-xalc{    
    margin-bottom: 0 !important;
}
.list-xalc li{
    list-style: disc;
    padding-left: 10px;
    margin-left: 20px;
    margin-bottom: 5px;
}
.list-xalc li:last-of-type{
    margin-bottom: 0;
}
.list-xalc li::marker{
    color: #1ba4d4;
}
.banner-btns{
    display: flex;
}
@media (max-width: 991px){
    .banner-btns{
        justify-content: center;
    }
}
.modal-fullscreen {
    background: rgb(0 0 0 / 75%) !important;
}
.modal-fullscreen .modal-body{
    padding: 0;
    margin: 0;
}
.modal-fullscreen iframe{
    height: 100vh;
    width: 100%;
}

.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
}
.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: unset;
    width: 70vw;
}
@media (max-width:1000px){
    .modal-fullscreen .modal-dialog {
        width: 100vw;
    }
}
.modal-fullscreen .close {
    position: absolute;
    z-index: 9999999999;
    top: 3%;
    right: 3%;
    opacity: 1;
    font-size: 20px;
    font-weight: 400;
    background: #fff;
    border-radius: 50px;
    border: 0;
    width: 50px;
    height: 50px;
}
.modal-fullscreen .close .btn-close{
    opacity: 1;
}
.modal-fullscreen .close:hover .btn-close{
    opacity: 0.5;
}
.review-side{
    background: #f4fbff;
    border-right: 1px solid #ccecf7;
}
.review-side p.lh-base:last-of-type{
    font-size: 16px;
    color: #8b969d;
}
@media (max-width:767px){
    .review-side{
        border-right: 0 ;
        border-bottom: 1px solid #ccecf7;
    }
}
.shadow-inset {
    max-width: 250px;
    margin: auto;
}
.shadow-inset::after {
    box-shadow: inset 0 0 10px 0 rgb(0 0 0 / 12%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 150px;
}
.review-logo {
    max-width: 350px;
}
.number-circle{
    background: #1ba4d4;
    color: #fff;
    border-radius: 50px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    display: inline-block;
    margin-right: 0.25em;    
}
.h5-xalc{
    text-align: center;
    margin-bottom: 2em;
    font-size: 28px;
    font-weight: bold;
}
.h5-xalc2{
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1.5em;
    font-size: 28px;
    font-weight: bold;
}
.h5-xalc em, .h5-xalc2 em{
    font-style: normal;
    color: #1ba4d4;
}
#kalkulation-l{
    display: block;
}
#kalkulation-s{
    display: none;
}
@media (max-width:1000px){
    #kalkulation-l{
        display: none;
    }
    #kalkulation-s{
        display: block;
    }
}

.kalkulation-details .col-lg-4:nth-child(n+1):nth-child(-n+3) .panel-alt2{
    min-height: 352px;
}
.kalkulation-details .col-lg-4:nth-child(n+4):nth-child(-n+6) .panel-alt2{
    min-height: 382px;
}
.kalkulation-details .col-lg-4:nth-child(n+10):nth-child(-n+12) .panel-alt2{
    min-height: 382px;
}
@media (max-width:1399px){
    .kalkulation-details .col-lg-4:nth-child(n+1):nth-child(-n+3) .panel-alt2{
        min-height: 382px;
    }
    .kalkulation-details .col-lg-4:nth-child(n+4):nth-child(-n+6) .panel-alt2{
        min-height: 412px;
    }
    .kalkulation-details .col-lg-4:nth-child(n+7):nth-child(-n+9) .panel-alt2{
        min-height: 376px;
    }
    .kalkulation-details .col-lg-4:nth-child(n+10):nth-child(-n+12) .panel-alt2{
        min-height: 412px;
    }
}
@media (max-width:1199px){
    .kalkulation-details .col-lg-4:nth-child(n+1):nth-child(-n+3) .panel-alt2{
        min-height: 442px;
    }
    .kalkulation-details .col-lg-4:nth-child(n+4):nth-child(-n+6) .panel-alt2{
        min-height: 532px;
    }
    .kalkulation-details .col-lg-4:nth-child(n+7):nth-child(-n+9) .panel-alt2{
        min-height: 466px;
    }
    .kalkulation-details .col-lg-4:nth-child(n+10):nth-child(-n+12) .panel-alt2{
        min-height: 472px;
    }
}
@media (max-width:991px){
    .kalkulation-details .col-lg-4:nth-child(n+1):nth-child(-n+2) .panel-alt2{
        min-height: 352px;
    }
    .kalkulation-details .col-lg-4:nth-child(n+3):nth-child(-n+4) .panel-alt2{
        min-height: 412px;
    }
    .kalkulation-details .col-lg-4:nth-child(n+5):nth-child(-n+6) .panel-alt2{
        min-height: 442px;
    }
    .kalkulation-details .col-lg-4:nth-child(n+7):nth-child(-n+8) .panel-alt2{
        min-height: 406px;
    }
    .kalkulation-details .col-lg-4:nth-child(n+9):nth-child(-n+10) .panel-alt2{
        min-height: 352px;
    }
    .kalkulation-details .col-lg-4:nth-child(n+11):nth-child(-n+12) .panel-alt2{
        min-height: 442px;
    }    
    .mt-lg{
        margin-top: 2.5rem
    }
}
@media (max-width:767px){
    .kalkulation-details .col-lg-4 .panel-alt2{
        min-height: unset !important;
    }
}
.detail-img{
    position: absolute;
    height: 100px;
    width: auto;
    top: -51px;
    right: calc(-50px + 50%);
}

@media (max-width:440px){
    #popup1 .modal-footer .button, #popup1 .modal-footer .button-alt, #popup1 .modal-footer .button a, #popup1 .modal-footer .button-alt a{
        width: 100%;
    }
}
.social-icons img{
    height: 20px;
    width: 20px !important;
    padding: 0;
    display: inline-block; 
}

#popup1 .modal-footer .button, #popup1 .modal-footer .button-alt{
    -webkit-appearance: unset;
}

/* 
---------------------------------------------
INTRO
--------------------------------------------- 
*/

.intro-banner {
    text-align: center;
    padding-top: 200px;
    margin-bottom: 100px;
    position: relative;
}
.intro-banner:after {
    content: '';
    background-image: url(../images/slider-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    width: 262px;
    height: 625px;
    z-index: 1;
}
.intro-banner img {
    max-width: 152px;
    margin-bottom: 30px;
}
.intro-banner h1 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.intro-banner h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.intro-banner a {
    display: inline-block !important;
    padding: 10px 20px !important;
    color: #1ba4d4 !important;
    border: 1px solid #1ba4d4 !important;
    border-radius: 23px;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    transition: all .5s;
    position: relative;
    z-index: 2;
}
.intro-banner a:hover {
    background-color: #1ba4d4;
    color: #fff !important;
}
.demos {
    padding-top: 60px;
}
.demo-item {
    position: relative;
    z-index: 2;
}
.demos img {
    transition: all .5s;
    border-radius: 23px;
}
.demos img:hover {
    opacity: 1;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.demos h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.vidgroup {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    overflow: hidden;
    width: 920px;
    height: 517px;
    margin-left: -200px;
}
@media (max-width: 1399px){
    .vidgroup {
        width: 607px;
        height: 341px;
        margin-left: -35px;
    }
}
@media (max-width: 1199px){
    .vidgroup {
        width: 458px;
        height: 272px;
        margin-left: 0px;
    }
}
@media (max-width: 991px){
    .vidgroup {
        width: 100%;
    }
}
@media (max-width: 499px){
    .vidgroup {
        height: 232px;
    }
}
#poster-image {
    background-size: cover;
    bottom: 0;
    left: 0;
    opacity: 1.0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.poster-kalkulation{
    background: url('../images/vidthumb_kalkulation.png') center center;    
}
.poster-tjekpris{
    background: url('../images/vidthumb_tjekpris.png') center center;    
}
.poster-tilbud{
    background: url('../images/vidthumb_tilbud.png') center center;    
}
.poster-projekt{
    background: url('../images/vidthumb_projekt.png') center center;    
}

/* 
---------------------------------------------
HEADER
--------------------------------------------- 
*/

header {
    z-index: 999 !important;
}
.background-header {
    background-color: #fff !important;
    height: 80px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
}
.background-header .logo, .background-header .main-nav .nav li a {
    color: #fff;
}
.background-header .main-nav .nav li:hover a {
    color: #fff;
}
.background-header .nav li a.active {
    position: relative;
    color: #fff;
}
.background-header .nav li a.active:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: '';
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
}
.background-header .nav li:last-child a.active:after {
    background-color: transparent;
}
.header-area {
    background: linear-gradient(66deg, #009ddb 0%, #00bad6 100%);
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}
.header-area .main-nav .logo {
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-area .main-nav .logo {
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.background-header .main-nav .logo {
    line-height: 80px;
}
.header-area .main-nav .logo img {
    height: 30px;
    margin-top: -5px;
    width: auto;
}
.background-header .main-nav .nav {
    margin-top: 20px !important;
}
.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}
.header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
}
.header-area .main-nav .nav li:last-child {
    padding-right: 0px;
    padding-left: 40px;
}
.header-area .main-nav .nav .nav-folder-content li:last-child {
    padding-left: 20px;
    padding-right: 20px;
}
.header-area .main-nav .nav li:last-child a, .background-header .main-nav .nav li:last-child a {
    padding: 0px 20px !important;
    font-weight: 400;
}
.header-area .main-nav .nav .nav-folder-content li:last-child a {
    font-weight: 500;
}
.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}
.header-area .main-nav .nav li a.active {
    color: #fff !important;
}
.background-header .main-nav .nav li a.active {
    color: #fff !important;
    opacity: 1;
}
.header-area .main-nav .nav li:hover > a {
    opacity: 0.5;
}
.background-header .main-nav .nav li:hover > a {
    opacity: 0.5;
}
.header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 30px;
}
.header-area .main-nav .nav li.submenu:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #2a2a2a;
    position: absolute;
    right: 18px;
    top: 12px;
}
.background-header .main-nav .nav li.submenu:after {
    color: #2a2a2a;
}
.header-area .main-nav .nav li.submenu ul {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 50px;
    opacity: 0;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.header-area .main-nav .nav li.submenu ul li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.header-area .main-nav .nav li.submenu ul li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}
.header-area .main-nav .nav li.submenu ul li a:hover {
    background: #fff;
    color: #fff !important;
    padding-left: 25px;
}
.header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 3px;
}
.header-area .main-nav .nav li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
.header-area .main-nav .menu-trigger {
    cursor: pointer;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}
.background-header .main-nav .menu-trigger {
    top: 23px;
}
.header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}
.background-header .main-nav .menu-trigger span, .background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after {
    background-color: #fff;
}
.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    height: 2px;
    left: 0;
    width: 75%;
}
.background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after {
    background-color: #fff;
}
.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
    content: "";
}
.header-area .main-nav .menu-trigger span {
    top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}
.header-area .main-nav .menu-trigger.active span, .header-area .main-nav .menu-trigger.active span:before, .header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #fff;
}
.background-header .main-nav .menu-trigger.active span:before {
    background-color: #fff;
}
.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #fff;
}
.background-header .main-nav .menu-trigger.active span:after {
    background-color: #fff;
}
.header-area.header-sticky {
    min-height: 80px;
}
.header-area .nav {
    margin-top: 30px;
}
.header-area.header-sticky .nav li a.active {
    color: #fff;
}
@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header-area .main-nav:before {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-area .main-nav .nav li:nth-child(6), .background-header .main-nav .nav li:nth-child(6) {
        padding-right: 0px;
    }
    .background-header .nav li a.active:after {
        display: none;
    }
    .header-area .container {
        max-width: unset !important;
    }
}
@media (max-width: 830px) {
    .nav-folder-content {
        border-radius: inherit;
        text-align: inherit;
        background: inherit;
    }
    .nav-folder-content {
        display: inherit;
        left: inherit;
        position: inherit;
        border-radius: inherit;
        text-align: inherit;
        background: inherit;
        width: inherit;
        box-shadow: inherit;
        padding: inherit;
    }
    .nav li:hover > .nav-folder-content {
        display: inherit;
    }
    .nav-folder-content li {
        padding: inherit;
    }
    .nav-folder-content li:hover {
        transform: inherit;
        background-color: inherit;
        box-shadow: inherit;
        border-radius: inherit;
    }
    .nav-folder-content li:hover a {
        color: inherit !important;
        opacity: inherit !important;
    }
    .nav-funktioner {
        display: none !important;
    }
    .pre-header ul.info li:last-child {
        display: none;
    }
    .background-header .main-nav .nav {
        margin-top: 80px !important;
    }
    .header-area .main-nav .logo {
        color: #1e1e1e;
    }
    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }
    .header-area {
        background-color: #fff;
        padding: 0px;
        height: 100px;
        text-align: center;
        box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
    }
    .header-area .container {
        padding: 0px;
        max-width: unset;
    }
    .header-area .container .col-12 {
        padding: 0;
    }
    .header-area .logo {
        margin-left: 50px;
    }    
    .header-area .login-btn {
        margin-right: 50px;
    }
    .header-area .menu-trigger {
        display: block !important;
    }
    .header-area .main-nav {
        overflow: hidden;
    }
    .header-area .main-nav .nav {
        display: none;
        width: 100%;
        height: 100vh;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.75);
        overflow-x: hidden;
        transition: 0s;
        float: none;
    }
    .background-header .nav {
        margin-top: 80px;
    }
    .header-area .main-nav .nav li {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        border: none !important;
        background: #fff;
        border-radius: 50px;
        width: 300px;
        margin: auto;
        margin-top: 15px;
        color: #191a20 !important;
    }
    .header-area .main-nav .nav > li:nth-of-type(1) a{
        font-weight: 500;
    }
    .header-area .main-nav .nav > li:nth-of-type(2) a::before {
        font-family: "Font Awesome 5 Pro"; 
        font-weight: 900;
        margin-right: 0.5rem;
        content: "\f005";
    }
    .header-area .main-nav .nav > li:nth-of-type(3) a::before {
        font-family: "Font Awesome 5 Pro"; 
        font-weight: 900;
        margin-right: 0.5rem;
        content: "\f073";
    }
    .header-area .main-nav .nav > li:nth-of-type(4) a::before {
        font-family: "Font Awesome 5 Pro"; 
        font-weight: 900;
        margin-right: 0.5rem;
        content: "\f059";
    }
    .header-area .main-nav .nav > li:last-of-type a {
        background: #1ba4d4;
        color: #fff !important;
    }
    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #1ba4d4 !important;
        opacity: 1;
    }
    .header-area.header-sticky .nav li a.active {
        color: #fff !important;
        background: #1ba4d4 !important;
        opacity: 1;
    }
    .header-area .main-nav .nav li.submenu ul {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0s;
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
    }
    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }
    .header-area .main-nav .nav li.submenu ul.active {
        height: auto !important;
    }
    .header-area .main-nav .nav li.submenu:after {
        color: #3B566E;
        right: 25px;
        font-size: 14px;
        top: 15px;
    }
    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}
@media (max-width: 830px) and (max-height: 740px) {
    .header-area .main-nav .nav li a {
        margin-top: 10px !important;
    }
    .header-area .login-btn {
        margin-right: 30px;
    }
}
@media (min-width: 830px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}

/* 
---------------------------------------------
PRELOADER
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}
.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}
@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}
@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}
@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}
.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}
.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #1ba4d4;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}
.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}
.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #1ba4d4;
    border-radius: 50%;
}

/* 
---------------------------------------------
LOGIN
--------------------------------------------- 
*/

#login{
    padding-top: 160px;
    height: 100vh;
    background: #f4fbff;
}
#login .panel{
    max-width: 400px;
}
#login .panel p{
    color:dimgrey;
    font-weight: 500;
    margin-bottom: 0;
}
#login .panel p:last-of-type{
    margin-top: 20px;
}
#login .check-remember{
    margin-top: 20px;
}
#login .check-remember label{
    color:grey;
    font-weight: 400;
    margin-left: 5px;
}
@media (max-width: 767px){
    #login{
        padding-top: 130px;
    }
}
/* 
---------------------------------------------
BANNER
--------------------------------------------- 
*/

.main-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 226px 0px 120px 0px;
    position: relative;
    overflow: hidden;
}
.main-banner:after {
    content: '';
    background-image: url(../images/slider-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 60px;
    width: 262px;
    height: 625px;
    z-index: 1;
}
.main-banner:before {
    content: '';
    background-image: url(../images/slider-right-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: -200px;
    top: 60px;
    width: 964px;
    height: 797px;
    z-index: -1;
}
.main-banner.vid-banner .left-content {
    margin-right: 20px;
    max-width: 540px;
}
@media (max-width: 991px){
    .main-banner.vid-banner .left-content {
        max-width: unset;
        margin-right: 0;
    }
}
.main-banner .left-content h6 {
    font-size: 20px;
    font-weight: 700;
    color: #1ba4d4;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.main-banner .left-content h2 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    font-size: 50px;
    color: #2a2a2a;
    margin-bottom: 20px;
}
.main-banner .left-content p {
    margin-bottom: 30px;
    margin-right: 45px;
}
.main-banner .right-image {
    text-align: right;
    position: relative;
    z-index: 20;
}
.main-banner .right-image img {
    max-width: 593px;
}

/* 
---------------------------------------------
FEATURED
--------------------------------------------- 
*/

#featured {
    padding-top: 130px;
}
.featured-content p {
    margin-top: 30px;
    margin-bottom: 45px;
}
.featured-content h5 {
    padding-top: 40px;
    padding-bottom: 20px;
}
.skills-content {
    position: relative;
    z-index: 1;
    margin-top: -50px;
    background-color: #f5f5f5;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 110px 0px 50px 0px;
}
.skill-item {
    text-align: center;
}
.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left {
    left: 0;
}
.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #fd6a54;
}
.first-skill-item .progress .progress-bar {
    border-color: #1ba4d4;
}
.second-skill-item .progress .progress-bar {
    border-color: #1ba4d4;
}
.third-skill-item .progress .progress-bar {
    border-color: #f58b56;
}
.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right {
    right: 0;
}
.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.progress .progress-value {
    color: #2a2a2a;
    display: flex;
    width: 100%;
    border-radius: 50%;
    font-size: 35px;
    text-align: center;
    line-height: 25px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 700;
}
.progress .progress-value div {
    margin-top: 10px;
}
.progress .progress-value span {
    font-size: 18px;
    text-transform: none;
    color: #afafaf;
    font-weight: 300;
}

/* 
animation names 
*/

.progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0;
}
.progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-1 1.5s linear forwards 1.5s;
}
.progress[data-percentage="70"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.5s;
}
.progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-3 1.5s linear forwards 1.5s;
}
.progress[data-percentage="90"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
    animation: loading-4 1.5s linear forwards 1.5s;
}
.progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-5 1.5s linear forwards 1.5s;
}
@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}
@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}
@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}
@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}
@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}
.progress {
    margin-bottom: 1em;
}

/* 
---------------------------------------------
PARTNERS
--------------------------------------------- 
*/

.partners {
    padding-top: 130px;
    position: relative;
    padding-bottom: 150px;
}
@media (max-width: 1199px){
    .partners {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}
@media (max-width: 991px){
    .partners {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}
@media (max-width: 767px){
    .partners {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}
.partners:after {
    content: '';
    background-image: url(../images/services-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    width: 677px;
    height: 679px;
    z-index: 0;
}
.partners.section-highlight:after {
    background: unset;
}
@media (max-width: 1200px){
    .partners:after {
        opacity: 0.5;
    }
}
.partners:before {
    content: '';
    background-image: url(../images/services-right-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 414px;
    height: 679px;
    z-index: 0;
}
.partners.section-highlight:before {
    background: unset;
}
@media (max-width: 1140px){
    .partners:before {
        display: none;
    }
}
.partners .section-heading {
    text-align: center;
    margin-bottom: 80px;
}
@media (max-width: 767px){
    .partners .section-heading {
        margin-bottom: 50px;
    }
}
.partners .section-heading .line-dec {
    margin: 0 auto;
}
.partners .naccs {
    position: relative;
    z-index: 1;
}
.partners .icon {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.partners .naccs .partner-row div h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}
.partners .icon img {
    margin: 0 10px 10px 10px;
    max-width: 120px;
    min-width: 120px;
}
.partners .naccs .partner-row {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.partners .naccs .partner-row div {
    color: #2a2a2a;
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 15px;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.partners .naccs .partner-row > div {
    min-width: 249.59px;
    max-width: 249.59px;
}
.partners .naccs .partner-row div .thumb {
    display: inline-block;
    width: 100%;
    padding: 30px 0px;
    background-color: #fff;
}
.partners .naccs .partner-row div.active {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.partners ul.nacc {
    height: 100% !important;
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.partners ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.partners ul.nacc li.active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 15px;
    padding: 80px 120px 50px 120px;
}
.partners ul.nacc li {
    width: 100%;
}
.partners ul.nacc li .right-image img {
    max-width: 420px;
    float: right;
}
.partners .nacc .thumb h4 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 25px;
}
.partners .nacc .thumb .main-white-button {
    text-align: right;
    margin-top: 40px;
}
.partners .nacc .thumb .main-white-button a {
    background-color: #8d99af;
    color: #fff;
}
.partners .nacc .thumb .main-white-button a i {
    background-color: #fff;
    color: #8d99af;
}
.partners .left-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1ba4d4 !important;
}
.partners .left-text p {
    margin-bottom: 30px;
}
.nacc .ticks-list span {
    display: inline-block;
    opacity: 1;
    margin-right: 45px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
}

/* 
---------------------------------------------
NEWSLETTER
--------------------------------------------- 
*/

.newsletter {
    text-align: center;
    position: relative;
    z-index: 2;
    background: #f4fbff;
    border-top: 1px solid #ccecf7;
    padding: 100px 0 120px 0;
}
@media (max-width: 991px){
    .newsletter {
        padding: 80px 0 80px 0;
    }
}
@media (max-width: 767px){
    .newsletter {
        padding: 50px 0 50px 0;
    }
}
.newsletter .section-heading {
    margin-bottom: 60px;
}
.newsletter .section-heading h6, .newsletter .section-heading h4 {
    color: #2a2a2a;
}
.newsletter p{
    font-size: 18px;
    font-weight: 400; 
    color: #2a2a2a;
}
.newsletter .section-heading .line-dec {
    margin: 0 auto;
    background-color: #1ba4d4;
}
.newsletter form input, .newsletter form button {
    box-shadow: none !important;
}
.newsletter form input {
    border-radius: 50rem 0 0 50rem !important;
}
.newsletter form button {
    border-radius: 0 50rem 50rem 0;
}
.newsletter form button:hover, .newsletter form button:active, .newsletter form button:focus {
    background: #1992be;
    border-color: #1992be;
    color: #fff;
}

/* 
---------------------------------------------
REVIEWS
--------------------------------------------- 
*/

.our-reviews {
    padding-top: 130px;
    overflow: hidden;
    position: relative;
}
.our-reviews:before {
    content: '';
    background-image: url(../images/portfolio-right-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0px;
    width: 414px;
    height: 861px;
    z-index: 1;
}
.our-reviews:after {
    content: '';
    background-image: url(../images/portfolio-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    width: 677px;
    height: 759px;
    z-index: 1;
}
.our-reviews .section-heading {
    margin-bottom: 80px;
}
.our-reviews .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 2;
}
#reviews .item a{
    pointer-events: none;
}
.our-reviews .item {
    position: relative;
    z-index: 222;
}
.reviews-item {
    border-radius: 25px;
    box-shadow: 0px 0px 15px rgb(0 86 120 / 17%);
    margin: 15px;
    min-height: 308px; 
    background: #fff; 
}
.reviews-item .thumb {
    position: relative;
    background: white;
    border-radius: 25px 25px 0 0;
    padding: 10px 20px;
}
.reviews-item:hover .down-content h4, .reviews-item:hover .down-content span {
    color: #1ba4d4;
}
.reviews-item .thumb img {
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
    overflow: hidden; 
    width: 80%;
    margin: auto;
    padding-top: 20px;
}
.reviews-item .down-content {
    background-color: #fff;
    text-align: center;
    padding: 18px 18px;
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
}
.reviews-item .down-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 8px;
    transition: all .3s;
}
.reviews-item .down-content span {
    font-size: 15px;
    color: #afafaf;
    transition: all .3s;
}
.our-reviews .owl-nav {
    display: inline-block !important;
    position: absolute;
    top: -125px;
    right: 15%;
    max-width: 1320px;
}
.our-reviews .owl-nav .owl-next {
    margin-left: 10px;
}
.our-reviews .owl-nav span {
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    font-size: 30px;
    background-color: #eee;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s;
}
.our-reviews .owl-nav span:hover {
    color: #fff;
    background-color: #1ba4d4;
}
/* reviews same height quickfix */
@media (max-width: 2332px){ 
    .reviews-item {
        min-height: 300px;
    }
}
@media (max-width: 2156px){
    .reviews-item {
        min-height: 290px;
    }
}
@media (max-width: 2090px){
    .reviews-item {
        min-height: 316px;
    }
}
@media (max-width: 2046px){
    .reviews-item {
        min-height: 338px;
    }
}
@media (max-width: 1773px){
    .reviews-item {
        min-height: 324px;
    }
}
@media (max-width: 1704px){
    .reviews-item {
        min-height: 344px;
    }
}
@media (max-width: 1548px){
    .reviews-item {
        min-height: 359px;
    }
}
@media (max-width: 1358px){
    .reviews-item {
        min-height: 379px;
    }
}
@media (max-width: 1272px){
    .reviews-item {
        min-height: 398px;
    }
}
@media (max-width: 1199px){
    .reviews-item {
        min-height: 335px;
    }
}
@media (max-width: 1032px){
    .reviews-item {
        min-height: 344px;
    }
}
@media (max-width: 991px){
    .reviews-item {
        min-height: 306px;
    }
}
@media (max-width: 850px){
    .reviews-item {
        min-height: 316px;
    }
}
@media (max-width: 835px){
    .reviews-item {
        min-height: 338px;
    }
}
@media (max-width: 759px){
    .reviews-item {
        min-height: unset;
    }
}


/* 
---------------------------------------------
BOOK PRESENTATION
--------------------------------------------- 
*/

.bookpresentation:before {
    content: '';
    background-image: url(../images/blog-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    width: 961px;
    height: 1020px;
    z-index: 0;
}
.bookpresentation.section-highlight:before {
    background-image: unset;
}
.bookpresentation {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
}
@media (max-width: 1199px){
    .bookpresentation {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width: 991px){
    .bookpresentation {
        padding-top: 80px;
        padding-bottom: 70px;
    }
}
@media (max-width: 767px){
    .bookpresentation {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.bookpresentation .section-heading {
    text-align: center;
    margin-bottom: 80px;
}
@media (max-width: 767px){
    .bookpresentation .section-heading {
        margin-bottom: 50px;
    }
}
.bookpresentation .section-heading .line-dec {
    margin: 0 auto;
}
.show-up {
    position: relative;
    z-index: 200;
}
.bookpresentation-post {
    box-shadow: 0px 0px 15px rgb(0 86 120 / 17%);
    border-radius: 25px;
    max-width: 850px;
    margin:auto;
}
.bookpresentation-post .thumb img {
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
}
.bookpresentation-post .down-content {
    background-color: #fff;
    padding: 30px; 
    border-radius: 23px;
}
.bookpresentation-post .down-content span.category {
    font-size: 15px;
    color: #fff;
    padding: 8px 12px;
    background-color: #1ba4d4;
    border-radius: 18px;
    display: inline-block;
}
.bookpresentation-post .down-content span.date {
    font-size: 15px;
    color: #afafaf;
    text-align: right;
    float: right;
    margin-top: 4px;
}
.bookpresentation-post .down-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}
.bookpresentation-post .down-content p {
    margin-bottom: 30px; 
    font-size: 18px;
    color:dimgrey;
    font-weight: 400;
}
.bookpresentation-post .down-content span.author {
    font-size: 15px;
    color: #2a2a2a;
}
.bookpresentation-post .down-content span.author img {
    max-width: 56px;
    border-radius: 50%;
    margin-right: 15px;
}
.bookpresentation-post .down-content .border-first-button {
    display: inline-block;
    float: right;
}
.bookpresentation-posts {
    margin-left: 30px;
}
.post-item {
    margin-bottom: 62px;
}
.last-post-item {
    margin-bottom: 0px;
}
.post-item .thumb {
    display: inline-block;
    float: left;
    margin-right: 30px;
}
.post-item .thumb img {
    border-radius: 23px;
    display: inline-block;
}
.post-item .right-content {
    padding-top: 20px;
}
.post-item .right-content span.category {
    font-size: 15px;
    color: #fff;
    padding: 8px 12px;
    background-color: #1ba4d4;
    border-radius: 18px;
    display: inline-block;
}
.post-item .right-content span.date {
    font-size: 15px;
    color: #afafaf;
    text-align: right;
    float: right;
    margin-top: 4px;
}
.post-item .right-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}

/* 
---------------------------------------------
CONTACT
--------------------------------------------- 
*/

.contact-us {
    padding-top: 130px;
}
.contact-us .section-heading .line-dec {
    margin: 0 auto;
}
.contact-us .section-heading {
    text-align: center;
    margin-bottom: 80px;
}
form#contact:before {
    background-image: url(../images/contact-top-right.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 726px;
    height: 78px;
    background-repeat: no-repeat;
    content: '';
    z-index: 1;
}
.contact-dec img {
    max-width: 224px;
    position: absolute;
    right: 25px;
    top: -242px;
}
form#contact:after {
    background-image: url(../images/contact-bottom-right.png);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 532px;
    height: 106px;
    background-repeat: no-repeat;
    content: '';
    z-index: 1;
}
form#contact {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: #fff;
    border-radius: 23px;
    text-align: center;
}
form#contact #map iframe {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    margin-bottom: -7px;
    position: relative;
    z-index: 2;
}
.fill-form {
    padding: 80px 60px 80px 30px;
}
.fill-form .info-post {
    margin-bottom: 20px;
}
.fill-form .icon {
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    padding: 25px 15px;
}
.fill-form .icon img {
    max-width: 60px;
    display: block;
    margin: 0 auto;
}
.fill-form .icon a {
    margin-top: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #2a2a2a;
    transition: all .3s;
}
.fill-form .icon:hover a {
    color: #1ba4d4;
}
form#contact input {
    width: 100%;
    height: 46px;
    background-color: transparent;
    border: 1px solid #eee;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 0px 20px;
    border-radius: 23px;
    margin-top: 30px;
}
form#contact input::placeholder {
    color: #aaa;
}
form#contact textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 200px;
    min-height: 200px;
    height: 200px;
    border-radius: 23px;
    background-color: transparent;
    border: 1px solid #eee;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 15px 20px;
    margin-top: 30px;
}
form#contact textarea::placeholder {
    color: #aaa;
}
form#contact button {
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    color: #1ba4d4;
    margin-top: 30px;
    width: 100%;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border: 1px solid #1ba4d4;
    transition: all .3s;
    outline: none;
}
form#contact button:hover {
    background-color: #1ba4d4 !important;
    color: #fff !important;
}

/* 
---------------------------------------------
FOOTER
--------------------------------------------- 
*/

footer {
    margin-top: 0;
    background: linear-gradient(66deg,#009ddb 0%,#00bad6 100%);
}
footer p {
    text-align: center;
    margin: 20px 0px 10px 0;
    color: #fff;
}
footer p:last-of-type{
    margin: 10px 0px 20px 0;
}
footer p a {
    color: #fff;
    transition: all .5s;
}
footer img{
    width:150px !important;
    margin: auto;
    padding: 40px 0 20px 0;
    display: block;
}
footer span.divider{
    margin: 0 5px 0 7px;
}
footer i.fa-facebook-f{
    position: relative;
    left: -1px;    
}
footer div.social-icons a{
    color: #1ba4d4;
    width: 30px;
}

/* 
---------------------------------------------
RESPONSIVE
--------------------------------------------- 
*/

@media (max-width: 1200px) {
    .header-area .main-nav .logo h4 {
        font-size: 24px;
    }
    .header-area .main-nav .logo h4 img {
        max-width: 25px;
        margin-left: 0px;
    }
    .header-area .main-nav .nav li:last-child {
        padding-left: 20px;
    }
}
@media (max-width: 991px) {
    .intro-banner:before {
        display: none;
    }
    form#contact {
        overflow: hidden;
    }
    .header-area .main-nav .logo h4 {
        font-size: 20px;
    }
    .main-banner .left-content {
        margin-right: 0px;
    }
    .main-banner {
        text-align: center;
        padding: 160px 0px 50px 0px;
    }
    .main-banner:before {
        display: none;
    }
    .main-banner .right-image {
        margin: 30px auto 0px auto;
        text-align: center;
    }
    .features-item {
        margin-bottom: 45px;
    }
    .last-features-item, .last-skill-item {
        margin-bottom: 0px !important;
    }
    .skill-item {
        margin-bottom: 30px;
    }
    .about-left-image img {
        margin-right: 0px;
        margin-bottom: 45px;
        ;
    }
    .partners .naccs .partner-row div {
        font-size: 15px;
    }
    .service-item {
        text-align: center;
    }
    .service-item .icon {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .about-us .left-image {
        margin-right: 30px;
        margin-left: 30px;
        margin-bottom: 45px;
    }
    .bookpresentation-posts {
        margin-left: 0px;
        margin-top: 30px;
    }
    .post-item {
        margin-bottom: 70px;
    }
    .our-reviews .owl-nav {
        display: none !important;
    }
    .contact-info {
        margin-top: 60px;
    }
    form#contact {
        padding: 45px;
    }
}
@media (max-width: 830px) {
    .header-area .main-nav .logo h4 {
        font-size: 30px;
    }
    .header-area .main-nav .logo h4 img {
        max-width: 30px;
        margin-left: 5px;
    }
    .main-banner .info-stat {
        margin-bottom: 15px;
    }
    .service-item {
        text-align: center;
        padding: 30px;
    }
    .service-item .icon {
        float: none;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .service-item .right-content {
        display: inline-block;
    }
    .partners .icon img {
        margin: 0px;
    }
    .partners ul.nacc li.active {
        padding: 45px;
    }
    .partners .naccs .partner-row div {
        font-size: 0px;
    }
    .partners .naccs .partner-row .shadow.col {
        zoom: 0.65;
    }
    .partners .naccs .partner-row .fs-6 {
        display: none;
    }
    .partners ul.nacc li .right-image img {
        float: none;
    }
    .our-reviews .section-heading, .about-us .section-heading, .about-us .about-item, .about-us p, .about-us .main-green-button {
        text-align: center;
    }
    .our-reviews .section-heading .line-dec {
        margin: 0 auto;
    }
    .our-partners .section-heading {
        margin-left: 15px;
        margin-right: 15px;
    }
    .bookpresentation-posts {
        margin-left: 0px;
        margin-top: 30px;
    }
    .post-item {
        margin-bottom: 30px;
    }
    .post-item .thumb img {
        max-width: 140px;
    }
    .post-item .right-content p {
        display: none;
    }
    .about-us .about-item {
        margin-top: 15px;
    }
    form#contact {
        padding: 30px;
    }
}