/*===========================
  NAVBAR css 
===========================*/
.navbar-toggler:focus {
    box-shadow: none;
}

.mb-100 {
    margin-bottom: 100px;
}

/*===== NAVBAR TEN =====*/
.navbar-ten {
    background-color: var(--light-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-ten {
        padding: 10px 0;
    }
}

.navbar-ten .navbar-brand {
    margin: 0;
}

.navbar-ten .navbar {
    position: relative;
    padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-ten .navbar-toggler {
        position: absolute;
        right: 0;
    }
}

.navbar-ten .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: var(--black);
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-ten .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar-ten .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-ten .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-ten .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        background-color: var(--light-2);
        z-index: 8;
        padding: 10px 16px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
    .navbar-ten .navbar-nav {
        margin-left: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-ten .navbar-nav {
        margin-right: 0;
    }
}

.navbar-ten .navbar-nav .nav-item {
    position: relative;
    /* margin-right: 30px; */
}

.navbar-ten .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar-ten .navbar-nav .nav-item a {
    display: flex;
    align-items: center;
    padding: 30px 0px;
    color: var(--black);
    text-transform: capitalize;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.7;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-ten .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block;
        border: 0;
        margin: 0;
    }
}

.navbar-ten .navbar-nav .nav-item a.active {
    opacity: 1;
    color: var(--henrikenblue);
}

.navbar-ten .navbar-nav .nav-item a.active::before {
    -webkit-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    -o-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}

.navbar-ten .navbar-nav .nav-item a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: var(--henrikenblue);
    left: 50%;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateX(-50%) scaleX(0);
    -moz-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    -o-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-ten .navbar-nav .nav-item a::before {
        display: none;
    }
}

.navbar-ten .navbar-nav .nav-item a.active i {
    color: var(--henrikenblue);
}

.navbar-ten .navbar-nav .nav-item a i {
    font-size: 12px;
    font-weight: 700;
    padding-left: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-ten .navbar-nav .nav-item a i {
        position: relative;
        top: -5px;
    }
}

.navbar-ten .navbar-nav .nav-item:hover>a {
    opacity: 1;
}

.navbar-ten .navbar-nav .nav-item:hover>a::before {
    -webkit-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    -o-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-ten .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0;
        color: var(--black);
    }
}

.navbar-ten .navbar-nav .nav-item .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 260px;
    background-color: var(--white);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-ten .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        box-shadow: none;
        text-align: left;
        border-top: 0;
        height: 0;
    }
}

.navbar-ten .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    height: auto;
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-ten .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
        height: 0;
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-ten .navbar-nav .nav-item .sub-menu.show {
        height: auto;
    }
}

.navbar-ten .navbar-nav .nav-item .sub-menu li {
    position: relative;
}

.navbar-ten .navbar-nav .nav-item .sub-menu li .sub-nav-toggler {
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-ten .navbar-nav .nav-item .sub-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 18px;
    position: relative;
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    margin: 0 0;
    opacity: 1;
    border: 0;
    z-index: 5;
    font-weight: 400;
}

.navbar-ten .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler {
    color: var(--black);
}

.navbar-ten .navbar-nav .nav-item .sub-menu li a i {
    font-weight: 700;
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-ten .navbar-nav .nav-item .sub-menu li a i {
        display: none;
    }
}

.navbar-ten .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
    display: inline-block;
}

.navbar-ten .navbar-nav .nav-item .sub-menu li a::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: var(--henrikenblue);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}

.navbar-ten .navbar-nav .nav-item .sub-menu li a::before {
    display: none;
}

.navbar-ten .navbar-nav .nav-item .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-ten .navbar-nav .nav-item .sub-menu li .sub-menu {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-ten .navbar-nav .nav-item .sub-menu li .sub-menu {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-ten .navbar-nav .nav-item .sub-menu li .sub-menu.show {
        visibility: visible;
        height: auto;
        position: relative;
    }
}

.navbar-ten .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.navbar-ten .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
    color: var(--white);
}

.navbar-ten .navbar-nav .nav-item .sub-menu li:hover>a {
    color: var(--white);
}

.navbar-ten .navbar-nav .nav-item .sub-menu li:hover>a::after {
    opacity: 1;
}

.navbar-ten .navbar-nav .nav-item .sub-menu li:hover>a::before {
    opacity: 1;
}

.navbar-ten .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.navbar-ten .search-form {
    margin-left: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-ten .search-form {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-ten .search-form {
        margin-left: 0px;
        margin-right: 60px;
    }
}

@media (max-width: 767px) {
    .navbar-ten .search-form {
        display: none !important;
    }
}

.navbar-ten .search-form input {
    height: 45px;
    width: 230px;
    background-color: var(--white);
    color: var(--black);
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-ten .search-form input {
        width: 180px;
    }
}

.navbar-ten .search-form input:focus {
    border-color: var(--henrikenblue);
    text-shadow: none;
    box-shadow: none;
}

.navbar-ten .search-form button {
    background-color: var(--henrikenblue);
    height: 45px;
    width: 45px;
    text-align: center;
    color: var(--white);
    padding: 0;
    font-size: 18px;
    border: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.navbar-ten .search-form button:hover {
    background-color: var(--black);
    color: var(--white);
}

/*===== SIDEBAR ONE =====*/
.sidebar-left {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--light-2);
    height: 100%;
    width: 300px;
    padding-top: 80px;
    z-index: 99;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: right;
}

.sidebar-left.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 767px) {
    .sidebar-left {
        width: 250px;
    }
}

.sidebar-left .sidebar-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

.sidebar-left .sidebar-close .close {
    font-size: 18px;
    color: var(--black);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.sidebar-left .sidebar-close .close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-left .sidebar-content {
    padding: 0px 30px;
}

.sidebar-left .sidebar-content .sidebar-menu {
    margin-top: 40px;
}

.sidebar-left .sidebar-content .sidebar-menu ul li a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    padding: 11px 0;
    color: var(--black);
    text-transform: uppercase;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block;
}

.sidebar-left .sidebar-content .sidebar-menu ul li a:hover {
    color: var(--henrikenblue);
}

.sidebar-left .sidebar-content .sidebar-social {
    margin-top: 30px;
}

.sidebar-left .sidebar-content .sidebar-social span {
    font-size: 15px;
    line-height: 24px;
    color: var(--dark-3);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.sidebar-left .sidebar-content .sidebar-social ul li {
    display: inline-block;
    margin-right: 5px;
}

.sidebar-left .sidebar-content .sidebar-social ul li:last-child {
    margin: 0;
}

.sidebar-left .sidebar-content .sidebar-social ul li a {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid var(--gray-3);
    border-radius: 5px;
    font-size: 18px;
    color: var(--dark-2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar-left .sidebar-content .sidebar-social ul li a:hover {
    color: var(--white);
    background-color: var(--henrikenblue);
    border-color: transparent;
}

.overlay-left {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9;
}

.overlay-left.open {
    display: block;
}

/* NAVBAR - END */






/* SLIDER - START */

/* ===== Buttons Css ===== */
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn {
    background: var(--henrikenblue);
    color: var(--white);
    box-shadow: var(--shadow-2);
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .active.primary-btn,
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:hover,
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:focus {
    background: var(--henrikenblue-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline {
    border-color: var(--henrikenblue);
    color: var(--henrikenblue);
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .active.primary-btn-outline,
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline:hover,
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline:focus {
    background: var(--henrikenblue-dark);
    color: var(--white);
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .deactive.primary-btn-outline {
    color: var(--dark-3);
    border-color: var(--gray-4);
    pointer-events: none;
}

/*===== SLIDER ONE =====*/
.slider-one .bd-example .carousel .carousel-inner {
    background-color: var(--henrikenblue);
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item {
    height: auto;
    padding: 300px 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item {
        padding: 200px 0;
    }
}

@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item {
        /* padding: 150px 0; */
        padding: 80px 0;
    }
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--henrikenblue);
    /* opacity: 0.8; */
    opacity: 0.2;
}

@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item {
        /* height: 400px; */
        height: 100px;
    }
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
    font-size: 44px;
    font-weight: 700;
    color: var(--white);
    line-height: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 35px;
        line-height: 42px;
    }
}

@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .text {
    color: var(--white);
    display: block;
    margin: 20px 0;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
    display: inline-block;
    margin: 16px 8px 0;
}

@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
        margin: 16px 3px 0;
    }
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn {
    background-color: var(--white);
    color: var(--henrikenblue);
    border: 1px solid transparent;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:hover {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline {
    border-color: var(--white);
    color: var(--white);
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline:hover {
    border-color: transparent;
    background-color: var(--white);
    color: var(--henrikenblue);
}

.slider-one .bd-example .carousel .carousel-control-prev,
.slider-one .bd-example .carousel .carousel-control-next {
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 1px solid var(--white);
    font-size: 20px;
    color: var(--white);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: 30px;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.slider-one .bd-example .carousel .carousel-control-prev:hover,
.slider-one .bd-example .carousel .carousel-control-next:hover {
    background-color: var(--white);
    color: var(--henrikenblue);
    border-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .slider-one .bd-example .carousel .carousel-control-prev,
    .slider-one .bd-example .carousel .carousel-control-next {
        left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .slider-one .bd-example .carousel .carousel-control-prev,
    .slider-one .bd-example .carousel .carousel-control-next {
        left: 30px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {

    .slider-one .bd-example .carousel .carousel-control-prev,
    .slider-one .bd-example .carousel .carousel-control-next {
        left: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.slider-one .bd-example .carousel .carousel-control-next {
    right: 30px;
    left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-one .bd-example .carousel .carousel-control-next {
        right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-control-next {
        right: 40px;
    }
}

@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-control-next {
        right: 20px;
    }
}

.slider-one .bd-example .carousel .carousel-indicators {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-indicators {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-indicators {
        margin-bottom: 30px;
    }
}

.slider-one .bd-example .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: var(--white);
    border-radius: 50px;
    border: 0;
    margin: 0px 5px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.slider-one .bd-example .carousel .carousel-indicators li.active {
    width: 20px;
    background-color: var(--white);
    border-radius: 5px;
}

.slider-one .bd-example .carousel .carousel-indicators li:hover {
    opacity: 1;
}



/* SLIDER - END */



/* SECTION TITLE - START */

/*============================
  Section Title Six CSS
==============================*/
.section-title-six {
    text-align: center;
    /* max-width: 550px; */
    max-width: 825px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-six {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .section-title-six {
        margin-bottom: 35px;
    }
}

.section-title-six h3 {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    color: var(--henrikenblue);
    text-transform: capitalize;
    position: relative;
    line-height: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-six h3 {
        font-size: 15px;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .section-title-six h3 {
        font-size: 15px;
        margin-bottom: 14px;
    }
}

.section-title-six h3::before {
    position: absolute;
    content: "";
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 15px;
    background-color: var(--henrikenblue);
    border-radius: 8px;
}

.section-title-six h3::after {
    position: absolute;
    content: "";
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 15px;
    background-color: var(--henrikenblue);
    border-radius: 8px;
}

.section-title-six h2 {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-six h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 767px) {
    .section-title-six h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}

.section-title-six p {
    color: var(--dark-3);
}

/* SECTION TITLE - END */



/* SERVICES CARDS - START */


/*===========================
  card-01 css
===========================*/
.single-card {
    box-shadow: var(--shadow-1);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-card:hover {
    box-shadow: var(--shadow-4);
}

.single-card .card-image img {
    width: 100%;
    height: 100%;
}

.single-card .card-content {
    padding: 16px;
}

.single-card .card-content .card-title {
    margin-bottom: 0;
}

.single-card .card-content .card-title a {
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-card .card-content .card-title a:hover {
    color: var(--henrikenblue);
}

.single-card .card-content .text {
    color: var(--dark-3);
    margin-top: 8px;
}


/* SERVICES CARDS - END */




/* FOOTER - START */

/*===== FOOTER THREE =====*/
.footer-three {
    background-color: var(--light-2);
}

.footer-three .f-about {
    margin-top: 30px;
}

.footer-three .footer-support {
    padding-top: 30px;
}

.footer-three .footer-support span {
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}

.footer-three .footer-support span i {
    display: inline-block;
    margin-right: 7px;
    font-size: 18px;
}

.footer-three .footer-support span:last-child {
    margin: 0;
}

.footer-three .footer-widget {
    padding-top: 70px;
    padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-three .footer-widget {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .footer-three .footer-widget {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}

.footer-three .social {
    margin-top: 20px;
}

.footer-three .social li {
    display: inline-block;
    margin-right: 15px;
}

.footer-three .social li:last-child {
    margin: 0;
}

.footer-three .social li a {
    font-size: 18px;
    color: var(--dark-3);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-three .social li a:hover {
    color: var(--henrikenblue);
}

.footer-three .footer-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: var(--black);
}

.footer-three .footer-link {
    margin-top: 30px;
}

.footer-three .footer-link ul {
    margin-top: 8px;
}

.footer-three .footer-link ul a {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-3);
    margin-top: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .footer-three .footer-link ul a {
        margin-top: 12px;
    }
}

.footer-three .footer-link ul a:hover {
    color: var(--henrikenblue);
}

.footer-three .footer-newsletter {
    margin-top: 30px;
}

.footer-three .footer-newsletter .newsletter {
    margin-top: 24px;
    position: relative;
}

.footer-three .footer-newsletter .newsletter input {
    width: 100%;
    height: 44px;
    border-radius: 50px;
    padding: 0 24px;
    padding-right: 45px;
    border: 1px solid transparent;
    background-color: var(--gray-4);
    font-weight: 500;
}

.footer-three .footer-newsletter .newsletter input::placeholder {
    opacity: 1;
    color: var(--dark-3);
}

.footer-three .footer-newsletter .newsletter input:focus {
    border-color: var(--henrikenblue);
}

.footer-three .footer-newsletter .newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 0;
    font-size: 25px;
    color: var(--black);
    cursor: pointer;
    background: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-three .footer-newsletter .newsletter button:hover {
    color: var(--henrikenblue);
}

.footer-three .footer-newsletter .text {
    margin-top: 16px;
    color: var(--dark-3);
}

.footer-three .footer-copyright {
    background-color: var(--gray-4);
}

.footer-three .copyright {
    padding: 23px 0;
}

.footer-three .copyright .text {
    color: var(--dark-2);
}


/* FOOTER - END */







/* PERSONNEL OUTSOURCING - START */


/*===========================
  features css 
===========================*/
.features-eleven {
    background-color: var(--light-3);
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    /* Section Title Two */
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .features-eleven {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.features-eleven .section-title-two {
    text-align: center;
    /* max-width: 550px; */
    max-width: 825px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-eleven .section-title-two {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .features-eleven .section-title-two {
        margin-bottom: 35px;
    }
}

.features-eleven .section-title-two span {
    text-transform: capitalize;
    color: var(--white);
    background: var(--henrikenblue);
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 4px;
}

.features-eleven .section-title-two h2 {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-eleven .section-title-two h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 767px) {
    .features-eleven .section-title-two h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}

.features-eleven .section-title-two p {
    color: var(--dark-3);
}

.features-eleven .tab-head {
    position: relative;
}

.features-eleven .nav-head {
    text-align: center;
    border: 2px solid var(--gray-4);
    padding: 10px 10px;
    border-radius: 10px;
    max-width: max-content;
    margin: auto;
    display: flex;
}

.features-eleven .nav {
    margin-bottom: 0px;
    margin-bottom: 0 !important;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .features-eleven .nav {
        width: 100%;
        display: inline-block;
    }
}

.features-eleven .nav-link {
    background: transparent;
    color: var(--black);
    font-weight: 600;
    font-size: 14px;
    border-radius: 0px;
    padding: 18px 55px;
    position: relative;
    bottom: 0;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .features-eleven .nav-link {
        width: 100%;
        display: block;
    }
}

.features-eleven .nav-link:hover {
    color: var(--henrikenblue);
}

.features-eleven .nav-link i {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: var(--henrikenblue);
}

.features-eleven .nav-link.active,
.features-eleven .show>.nav-link {
    color: var(--white);
    background: var(--henrikenblue);
}

.features-eleven .nav-link.active i,
.features-eleven .show>.nav-link i {
    color: var(--white);
}

.features-eleven .tab-content-inner {
    margin-top: 80px;
}

.features-eleven .tab-content-inner .tab-image img {
    width: 100%;
    border-radius: 6px;
}

.features-eleven .tab-content-inner .tab-text {
    padding-left: 50px;
}

.features-eleven .tab-content-inner .tab-text h3 {
    font-size: 32px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 20px;
    display: block;
    line-height: 45px;
}

.features-eleven .tab-content-inner .tab-text p {
    margin: 30px 0;
    color: var(--dark-3);
}

.features-eleven .tab-content-inner .tab-text ul {
    margin-top: 40px;
}

.features-eleven .tab-content-inner .tab-text ul li {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    color: var(--dark-3);
    position: relative;
    padding-left: 100px;
}

.features-eleven .tab-content-inner .tab-text ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
    border-radius: 10px;
    background: var(--henrikenblue);
    color: var(--white);
    font-size: 20px;
}

.features-eleven .tab-content-inner .tab-text ul li span {
    font-size: 17px;
    color: var(--henrikenblue);
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.features-eleven .tab-content-inner .tab-text ul li:last-child {
    margin: 0;
}





/*===========================
  Features Four CSS 
===========================*/
.features-four {
    background-color: var(--light-2);
    padding-top: 120px;
    padding-bottom: 120px;
}

.features-four .section-title {
    padding-bottom: 10px;
}

.features-four .title {
    font-size: 44px;
    font-weight: 600;
    color: var(--black);
    line-height: 55px;
}

@media (max-width: 767px) {
    .features-four .title {
        font-size: 30px;
        line-height: 35px;
    }
}

.features-style-four {
    margin-top: 40px;
}

@media only screen and (min-width: 1400px) {
    .features-style-four {
        padding-right: 95px;
    }
}

.features-style-four .features-icon {
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
    max-width: 120px;
    min-width: 120px;
    /* width: 100%; */
    height: 105px;
}

.features-style-four .features-icon i {
    font-size: 70px;
    line-height: 70px;
    color: var(--henrikenblue);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

@media (max-width: 767px) {
    .features-style-four .features-icon i {
        font-size: 60px;
        line-height: 60px;
    }
}

.features-style-four .features-icon:before {
    position: absolute;
    content: "";
    top: 0;
    left: 5%;
    background-color: var(--henrikenblue);
    height: 75px;
    width: 75px;
    border-radius: 5px 5px 5px 60%;
    opacity: 0.1;
}

.features-style-four .features-content {
    padding-left: 16px;
}

@media (max-width: 767px) {
    .features-style-four .features-content {
        padding-top: 15px;
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features-style-four .features-content {
        padding-top: 0;
        padding-left: 15px;
    }
}

.features-style-four .features-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.features-style-four .text {
    color: var(--dark-3);
    margin-top: 16px;
}



/* PERSONNEL OUTSOURCING - END */




/* BACKGROUND CHECK - START */


/*===========================
  features css 
===========================*/
.features-five {
    background-color: var(--light-2);
    padding-top: 120px;
    padding-bottom: 120px;
}

.features-five .section-title {
    padding-bottom: 10px;
}

.features-five .section-title .title {
    font-size: 44px;
    font-weight: 600;
    color: var(--black);
    line-height: 55px;
}

@media (max-width: 767px) {
    .features-five .section-title .title {
        font-size: 30px;
        line-height: 35px;
    }
}

.features-style-five {
    position: relative;
    padding: 0 20px;
    margin-top: 40px;
}

.features-style-five::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 4px;
    top: 0;
    left: 0;
    background: var(--henrikenblue);
}

.features-style-five .features-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-style-five .features-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .features-style-five .features-title {
        font-size: 20px;
    }
}

.features-style-five .text {
    font-size: 14px;
    line-height: 20px;
    color: var(--dark-3);
    margin-top: 16px;
}


/* BACKGROUND CHECK - END */




/* ABOUT US - START */

/*======================================
    About Us CSS
========================================*/
.about-section {
    background: var(--light-3);
    padding: 180px 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section {
        padding: 120px 0;
    }
}

@media (max-width: 767px) {
    .about-section {
        padding: 120px 0;
    }
}

.about-section .section-title {
    margin-bottom: 30px;
}

.about-section .section-title span {
    font-size: 20px;
    color: var(--henrikenblue);
    font-weight: 600;
    margin-bottom: 10px;
}

.about-section .section-title h2 {
    font-size: 45px;
    line-height: 55px;
}

@media (max-width: 767px) {
    .about-section .section-title h2 {
        font-size: 38px;
        line-height: 45px;
    }
}

.about-section .about-img-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    width: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-img-wrapper {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .about-section .about-img-wrapper {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        margin-bottom: 50px;
    }
}

.about-section .about-img-wrapper img {
    width: 100%;
}

.about-section .about-img-wrapper .about-experience {
    width: 300px;
    border-radius: 27px;
    background: linear-gradient(to top left, var(--henrikenblue) 0%, var(--henrikenblue-dark) 100%);
    border: 5px solid #eff2f9;
    /* padding: 40px 20px; */
    padding: 20px 20px;
    position: absolute;
    right: -40px;
    bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .about-section .about-img-wrapper .about-experience {
        right: 40px;
    }
}

.about-section .about-img-wrapper .about-experience h3 {
    color: var(--white);
    margin-bottom: 15px;
}

.about-section .about-img-wrapper .about-experience p {
    color: var(--white);
}

.about-section .about-content-wrapper .about-content>p {
    margin-bottom: 45px;
}

.about-section .about-content-wrapper .about-content .counter-up {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .about-section .about-content-wrapper .about-content .counter-up {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-section .about-content-wrapper .about-content .counter-up {
        display: flex;
    }
}

.about-section .about-content-wrapper .about-content .counter-up .counter {
    margin-right: 10px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter:last-child {
    margin-right: 0;
}

.about-section .about-content-wrapper .about-content .counter-up .counter span {
    font-size: 40px;
    font-weight: 600;
    color: var(--henrikenblue);
    display: block;
    margin-bottom: 8px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter h4 {
    font-weight: 500;
    margin-bottom: 10px;
}

/* ABOUT US - END */




/* CONTACT US - START */

/* ===== Buttons Css ===== */
.contact-form .single-form .input-form .primary-btn {
    background: var(--henrikenblue);
    color: var(--white);
    box-shadow: var(--shadow-2);
}

.contact-form .single-form .input-form .active.primary-btn,
.contact-form .single-form .input-form .primary-btn:hover,
.contact-form .single-form .input-form .primary-btn:focus {
    background: var(--henrikenblue-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}

.contact-form .single-form .input-form .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

/*===========================
      contact-01 css 
  ===========================*/
.contact-area {
    padding-top: 50px;
    padding-bottom: 100px;
}

.contact-area .mt-15 {
    margin-top: 15px;
}

.contact-area .section-title .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 55px;
}

@media (max-width: 767px) {
    .contact-area .section-title .title {
        font-size: 24px;
        line-height: 35px;
    }
}

.contact-form .single-form label {
    font-size: 12px;
    color: var(--dark-2);
    line-height: 18px;
    margin-left: 44px;
}

.contact-form .single-form .input-form {
    position: relative;
}

.contact-form .single-form .input-form i {
    font-size: 24px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: var(--dark-3);
}

.contact-form .single-form .input-form textarea,
.contact-form .single-form .input-form input {
    width: 100%;
    height: 44px;
    padding-left: 45px;
    padding-right: 30px;
    color: var(--dark-3);
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid var(--gray-4);
    font-weight: 500;
}

.contact-form .single-form .input-form textarea::placeholder,
.contact-form .single-form .input-form input::placeholder {
    opacity: 1;
    color: var(--dark-3);
}

.contact-form .single-form .input-form textarea {
    padding-top: 10px;
}

.form-input .help-block {
    margin-top: 2px;
}

.form-input .help-block .list-unstyled li {
    font-size: 12px;
    line-height: 16px;
    color: var(--error);
}

.form-input label {
    font-size: 12px;
    line-height: 18px;
    color: var(--dark-3);
    margin-bottom: 8px;
    display: inline-block;
}

.form-input .input-items {
    position: relative;
}

.form-input .input-items input,
.form-input .input-items textarea {
    width: 100%;
    height: 44px;
    border: 2px solid;
    padding-left: 44px;
    padding-right: 12px;
    position: relative;
    font-size: 16px;
}

.form-input .input-items textarea {
    padding-top: 8px;
    height: 130px;
    resize: none;
}

.form-input .input-items i {
    position: absolute;
    top: 11px;
    left: 13px;
    font-size: 20px;
    z-index: 9;
}

.form-input .input-items.default input,
.form-input .input-items.default textarea {
    border-color: var(--gray-4);
    color: var(--dark-3);
}

.form-input .input-items.default input:focus,
.form-input .input-items.default textarea:focus {
    border-color: var(--henrikenblue);
}

.form-input .input-items.default input::placeholder,
.form-input .input-items.default textarea::placeholder {
    color: var(--dark-3);
    opacity: 1;
}

.form-input .input-items.default i {
    color: var(--dark-3);
}

.form-input .input-items.active input,
.form-input .input-items.active textarea {
    border-color: var(--henrikenblue-dark);
    color: var(--black);
}

.form-input .input-items.active input::placeholder,
.form-input .input-items.active textarea::placeholder {
    color: var(--black);
    opacity: 1;
}

.form-input .input-items.active i {
    color: var(--henrikenblue-dark);
}

.form-input .input-items.error input,
.form-input .input-items.error textarea {
    border-color: var(--error);
    color: var(--error);
}

.form-input .input-items.error input::placeholder,
.form-input .input-items.error textarea::placeholder {
    color: var(--error);
    opacity: 1;
}

.form-input .input-items.error i {
    color: var(--error);
}

.form-input .input-items.success input,
.form-input .input-items.success textarea {
    border-color: var(--success);
    color: var(--success);
}

.form-input .input-items.success input::placeholder,
.form-input .input-items.success textarea::placeholder {
    color: var(--success);
    opacity: 1;
}

.form-input .input-items.success i {
    color: var(--success);
}

.form-input .input-items.disabled input,
.form-input .input-items.disabled textarea {
    border-color: var(--dark-2);
    color: var(--dark-3);
    background: none;
}

.form-input .input-items.disabled input::placeholder,
.form-input .input-items.disabled textarea::placeholder {
    color: var(--dark-3);
    opacity: 1;
}

.form-input .input-items.disabled i {
    color: var(--dark-3);
}

.form-style-four .form-input label {
    padding-left: 44px;
    margin-bottom: 0;
}

.form-style-four .form-input .input-items input,
.form-style-four .form-input .input-items textarea {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.contact-info ul li .single-info {
    position: relative;
    margin-top: 19px;
}

.contact-info ul li .single-info .info-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.contact-info ul li .single-info .info-icon i {
    color: var(--dark-3);
    font-size: 18px;
    line-height: 24px;
}

.contact-info ul li .single-info .info-content {
    padding-left: 30px;
}

.contact-info ul li .single-info .info-content .text {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-3);
    font-weight: 500;
}

.contact-info .social li {
    display: inline-block;
    margin-right: 12px;
}

.contact-info .social li a {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.096);
    text-align: center;
    border-radius: 5px;
    color: var(--dark-3);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.contact-info .social li a:hover {
    color: var(--white);
    background-color: var(--henrikenblue);
    border-color: transparent;
}

/* CONTACT US - END */



/* TEAMS - START */

/*===========================
  teams css 
===========================*/
/* .team-style-one {
    position: relative;
    margin-top: 30px;
    box-shadow: var(--shadow-2);
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.team-style-one:hover {
    box-shadow: var(--shadow-4);
}

.team-style-one .team-image img {
    width: 100%;
}

.team-style-one .team-content {
    padding: 20px 15px;
    width: 100%;
    background-color: var(--white);
}

.team-style-one .team-content .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-style-one .team-content .name {
        font-size: 20px;
    }
}

.team-style-one .team-content .sub-title {
    font-size: 15px;
    line-height: 24px;
    color: var(--dark-3);
    margin-top: 2px;
    display: block;
}

.team-style-one .team-content .social {
    margin-top: 12px;
}

.team-style-one .team-content .social li {
    display: inline-block;
    margin: 0 4px;
}

.team-style-one .team-content .social li a {
    font-size: 16px;
    color: var(--gray-1);
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid var(--gray-4);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.team-style-one .team-content .social li a:hover {
    background-color: var(--henrikenblue);
    color: var(--white);
    border-color: transparent;
} */

/*===========================
  teams css 
===========================*/
.team-area {
    margin-bottom: 70px;
}

.team-style-five {
    position: relative;
    margin-top: 50px;
}

.team-style-five .team-image {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.team-style-five .team-image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.team-style-five:hover .team-image img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

.team-style-five .team-content {
    border-radius: 8px;
    position: relative;
    background-color: var(--white);
    padding: 0px 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-style-five .team-content {
        padding: 0;
        padding-top: 30px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .team-style-five .team-content {
        padding: 0;
        padding-top: 30px;
        text-align: center;
    }
}

.team-style-five .team-content .name {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-style-five .team-content .name {
        font-size: 20px;
    }
}

.team-style-five .team-content p {
    font-size: 15px;
    margin: 12px 0 16px 0;
}

.team-style-five .team-content .sub-title {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-3);
    margin-top: 2px;
    display: block;
}

.team-style-five .team-content .social {
    margin-top: 20px;
}

.team-style-five .team-content .social li {
    display: inline-block;
    margin-right: 6px;
}

.team-style-five .team-content .social li:last-child {
    margin: 0;
}

.team-style-five .team-content .social li a {
    font-size: 15px;
    color: var(--gray-1);
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid var(--gray-4);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.team-style-five .team-content .social li a:hover {
    background-color: var(--henrikenblue);
    color: var(--white);
    border-color: transparent;
}

/* TEAMS - END */




/* ALERTS - START */

.alert {
    padding: 32px;
    padding-left: 0;
    border-radius: 4px;
    box-shadow: var(--shadow-2);
    position: relative;
    overflow: hidden;
}

.alert::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
}

.alert.alert-dismissible {
    padding: 12px 48px 12px 0;
}

.alert.alert-dismissible .alert-icon {
    padding: 0px 12px 0 36px;
    line-height: 1;
}

.alert.alert-dismissible .alert-message h5 {
    margin-bottom: 0px;
}

.alert.alert-dismissible .btn-close {
    background: none;
    padding: 1rem;
}

.alert.alert-dismissible .btn-close:focus-within,
.alert.alert-dismissible .btn-close:focus {
    box-shadow: none;
}

.alert.alert-dismissible .btn-close.dark i {
    color: var(--black);
}

.alert.alert-dismissible .btn-close i {
    color: var(--white);
    font-weight: 700;
}

.alert .alert-icon {
    padding: 32px;
}

.alert .alert-icon i {
    font-size: 20px;
    font-weight: 700;
}

.alert .alert-message h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.alert .alert-message p {
    color: var(--black);
    opacity: 0.88;
}

.alert.alert-error-light {
    background: var(--error-light);
}

.alert.alert-error-light::before {
    background: var(--error);
}

.alert.alert-error-light .alert-icon {
    color: var(--error);
}

.alert.alert-success-light {
    background: var(--success-light);
}

.alert.alert-success-light::before {
    background: var(--success);
}

.alert.alert-success-light .alert-icon {
    color: var(--success);
}

/* ALERTS - END */





/* APPLICATION FORM - START */

/* ===== Buttons Css ===== */
.checkout-promo-code .promo-code .btn,
.checkout-btn .btn {
    background: var(--henrikenblue);
    color: var(--white);
    box-shadow: var(--shadow-2);
}

.checkout-promo-code .promo-code .active.btn,
.checkout-btn .active.btn,
.checkout-promo-code .promo-code .btn:hover,
.checkout-btn .btn:hover,
.checkout-promo-code .promo-code .btn:focus,
.checkout-btn .btn:focus {
    background: var(--henrikenblue-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}

.checkout-promo-code .promo-code .deactive.btn,
.checkout-btn .deactive.btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

/*===========================
        24.CHECKOUT css 
  ===========================*/
.checkout-area {
    padding-top: 100px;
    padding-bottom: 50px;
}

.checkout-area .section-title {
    padding-bottom: 10px;
}

.checkout-area .section-title .title {
    font-size: 44px;
    font-weight: 500;
    color: var(--black);
    line-height: 55px;
}

@media (max-width: 767px) {
    .checkout-area .section-title .title {
        font-size: 30px;
        line-height: 35px;
    }
}

.checkout-area .mt-15 {
    margin-top: 15px;
}

.checkout-area .form-input label {
    font-size: 12px;
    line-height: 18px;
    color: var(--dark-3);
    margin-bottom: 8px;
    display: inline-block;
}

.checkout-area .form-input .input-items {
    position: relative;
}

.checkout-area .form-input .input-items input,
.checkout-area .form-input .input-items textarea {
    width: 100%;
    height: 44px;
    border: 2px solid;
    position: relative;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 12px;
    padding-right: 12px;
}

.checkout-area .form-input .input-items textarea {
    padding-top: 8px;
    height: 130px;
    resize: none;
}

.checkout-area .form-input .input-items i {
    position: absolute;
    top: 11px;
    left: 13px;
    font-size: 20px;
    z-index: 9;
}

.checkout-area .form-input .input-items.default input,
.checkout-area .form-input .input-items.default textarea {
    border-color: var(--gray-4);
    color: var(--dark-3);
}

.checkout-area .form-input .input-items.default input:focus,
.checkout-area .form-input .input-items.default textarea:focus {
    border-color: var(--henrikenblue);
}

.checkout-area .form-input .input-items.default input::placeholder,
.checkout-area .form-input .input-items.default textarea::placeholder {
    color: var(--dark-3);
    opacity: 1;
}

.checkout-area .form-input .input-items.default i {
    color: var(--dark-3);
}

.checkout-title .title {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
}

.checkout-form {
    margin-top: 50px;
}

.single-checkout-form {
    margin-top: 25px;
}

.single-checkout-form label {
    font-size: 14px;
    color: var(--black);
    margin-bottom: 8px !important;
}

.single-checkout-form .input-items select {
    width: 100%;
    height: 44px;
    border: 2px solid;
    padding-left: 12px;
    padding-right: 12px;
    border-color: var(--gray-4);
    color: var(--dark-3);
    border-radius: 5px;
    -webkit-appearance: none;
    position: relative;
}

.single-checkout-form .input-items.select-input-arrow {
    position: relative;
}

.single-checkout-form .input-items.select-input-arrow::before {
    position: absolute;
    content: "\ea5e";
    font-family: lineIcons;
    font-size: 14px;
    color: var(--dark-3);
    right: 13px;
    top: 50%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkout-checkbox {
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid var(--gray-4);
}

.checkout-checkbox .checkbox_common li label {
    color: var(--black);
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
}

.checkout-checkbox .checkbox_common li input[type=checkbox] {
    display: none;
}

.checkout-checkbox .checkbox_common li input[type=checkbox]+label span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: var(--gray-4);
}

.checkout-checkbox .checkbox_common li input[type=checkbox]+label span::before {
    color: var(--white);
    content: "";
    font-size: 11px;
    position: absolute;
    text-align: center;
    left: 3px;
    top: -4px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.checkout-checkbox .checkbox_common li input[type=checkbox]:checked+label span {
    background-color: var(--henrikenblue);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.checkout-checkbox .checkbox_common li input[type=checkbox]:checked+label span::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.checkout-payment {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid var(--gray-4);
}

.checkout-radio .pay-top label {
    color: var(--black);
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 400;
}

.checkout-radio .pay-top input[type=radio] {
    display: none;
}

.checkout-radio .pay-top input[type=radio]+label span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: var(--gray-4);
}

.checkout-radio .pay-top input[type=radio]+label span::before {
    background-color: var(--henrikenblue);
    border-radius: 100%;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.checkout-radio .pay-top input[type=radio]:checked+label span {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.checkout-radio .pay-top input[type=radio]:checked+label span::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.checkout-radio .payment-box {
    height: 0;
    padding-bottom: 10px;
    overflow: hidden;
    transition: all 300ms ease-out;
}

.checkout-radio #radio1:checked~.payment-box-1,
.checkout-radio #radio2:checked~.payment-box-2,
.checkout-radio #radio3:checked~.payment-box-3 {
    height: auto;
}

.sin-payment {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.checkout-btn {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid var(--gray-4);
}

.checkout-btn .btn {
    width: 100%;
    border-radius: 5px;
}

.checkout-cart {
    margin-top: 50px;
}

.checkout-cart .checkout-cart-product {
    border: 2px solid var(--gray-4);
    border-radius: 5px;
    margin-top: 30px;
}

.checkout-cart .checkout-cart-product ul li {
    border-bottom: 2px solid var(--gray-4);
}

.checkout-cart .checkout-cart-product ul li:last-child {
    border-bottom: 0;
}

.checkout-cart .checkout-cart-product ul li .single-product {
    padding: 12px 20px;
}

.checkout-cart .checkout-cart-product ul li .single-product .product-name .product {
    font-size: 20px;
    color: var(--black);
    line-height: 24px;
    font-weight: 500;
}

.checkout-cart .checkout-cart-product ul li .single-product .product-name p {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-2);
}

.checkout-cart .checkout-cart-product ul li .single-product .product-price span {
    font-size: 18px;
    color: var(--dark-2);
    font-weight: 500;
}

.checkout-cart .checkout-cart-product ul li .single-product.promo .product-name .product {
    color: var(--success);
}

.checkout-cart .checkout-cart-product ul li .single-product.promo .product-name p {
    color: var(--success);
}

.checkout-cart .checkout-cart-product ul li .single-product.promo .product-price span {
    color: var(--success);
}

.checkout-promo-code {
    border: 2px solid var(--gray-4);
    border-radius: 5px;
    padding: 8px;
    margin-top: 30px;
}

.checkout-promo-code .promo-code {
    position: relative;
}

.checkout-promo-code .promo-code input {
    width: 100%;
}

.checkout-promo-code .promo-code .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
}

/* APPLICATION FORM - END */






/* MISSION & VISION - START */


/*===========================
  features css 
===========================*/
.features-thirteen {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    /* Section Title Four */
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .features-thirteen {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.features-thirteen .section-title-four {
    text-align: center;
    max-width: 550px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
    margin-top: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-thirteen .section-title-four {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .features-thirteen .section-title-four {
        margin-bottom: 35px;
    }
}

.features-thirteen .section-title-four span {
    text-transform: uppercase;
    color: var(--henrikenblue);
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .features-thirteen .section-title-four span {
        margin-bottom: 15px;
    }
}

.features-thirteen .section-title-four h2 {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-thirteen .section-title-four h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 767px) {
    .features-thirteen .section-title-four h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}

.features-thirteen .section-title-four h3 {
    font-size: 3.8rem;
    line-height: 3.8rem;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: var(--gray-3);
    z-index: -1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: var(--gray-3);
    opacity: 0.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-thirteen .section-title-four h3 {
        font-size: 3.3rem;
        line-height: 3.5rem;
        top: -18px;
    }
}

@media (max-width: 767px) {
    .features-thirteen .section-title-four h3 {
        font-size: 2.7rem;
        line-height: 3.2rem;
        top: -17px;
    }
}

.features-thirteen .section-title-four p {
    color: var(--dark-3);
}

.features-style-thirteen {
    text-align: center;
    background-color: var(--white);
    padding: 70px 40px;
    border-radius: 5px;
    z-index: 5;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-2);
    border-radius: 10px;
    margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-style-thirteen {
        padding: 50px 30px;
    }
}

.features-style-thirteen::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0%;
    background-color: var(--henrikenblue);
    transition: all 0.4s ease-in-out;
}

.features-style-thirteen:hover {
    box-shadow: var(--shadow-4);
}

.features-style-thirteen:hover::before {
    width: 100%;
}

.features-style-thirteen i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: var(--henrikenblue);
    color: var(--white);
    text-align: center;
    display: inline-block;
    font-size: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

.features-style-thirteen h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: var(--black);
    margin-bottom: 10px;
}

.features-style-thirteen p {
    color: var(--dark-3);
}

.features-style-thirteen:hover i {
    border-radius: 50%;
    transform: rotate(360deg);
}


/* MISSION & VISION - END */




/* WORKSPACE LIST - START */

.list-style .list-style-eight ul li {
    /* font-size: 16px; */
    line-height: 24px;
    margin-top: 13px;
    /* color: var(--black); */
    color: var(--dark-3);
}

.list-style .list-style-eight ul li i {
    /* font-size: 16px; */
    font-weight: 600;
    /* color: var(--info); */
    color: var(--henrikenblue);
    line-height: 25px;
    margin-right: 7px;
}

/* WORKSPACE LIST - END */






/* FAQ ACCORDION - START */

/* accordion-style-two */
.accordion-style-two .accordion .card {
    margin-top: 8px;
    border: 1px solid var(--gray-4) !important;
    border-radius: 4px;
}

.accordion-style-two .accordion .card .card-header {
    padding: 0;
    background: none;
}

.accordion-style-two .accordion .card .card-header a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    color: var(--white);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 1px solid var(--henrikenblue);
    margin: -1px;
    border-radius: 4px;
    padding: 13px 16px;
    z-index: 5;
    background-color: var(--henrikenblue);
}

.accordion-style-two .accordion .card .card-header a::before {
    position: absolute;
    /* content: "\ea5e"; */
    content: "\ec15";
    font-family: lineicons !important;
    right: 16px;
    top: 14px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-style-two .accordion .card .card-header a.collapsed {
    color: var(--black);
    border-color: var(--gray-4);
    background-color: transparent;
}

.accordion-style-two .accordion .card .card-header a.collapsed::before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.accordion-style-two .accordion .card .card-body {
    padding: 16px;
}

.accordion-style-two .accordion .card .card-body .text {
    color: var(--dark-3);
}

/* FAQ ACCORDION - END */



/* ORDERED LIST - START */

.list-style .list-style-one ul li {
    font-size: 16px;
    line-height: 24px;
    margin-top: 13px;
    color: var(--black);
}

.list-style .list-style-one ul li span {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    line-height: 25px;
    margin-right: 13px;
}

/* ORDERED LIST - END */


/* CHECKLIST - START */

.list-style .list-style-two ul li {
    font-size: 16px;
    line-height: 24px;
    margin-top: 13px;
    color: var(--black);
}

.list-style .list-style-two ul li i {
    font-size: 16px;
    font-weight: 600;
    color: var(--henrikenblue);
    line-height: 25px;
    margin-right: 7px;
}

/* CHECKLIST - END */



/* VACANCIES JOB OFFERS - START */

/* ===== Buttons Css ===== */
.blog-style-seven .blog-content .rounded-buttons .primary-btn-outline {
    border-color: var(--henrikenblue);
    color: var(--henrikenblue);
}

.blog-style-seven .blog-content .rounded-buttons .active.primary-btn-outline,
.blog-style-seven .blog-content .rounded-buttons .primary-btn-outline:hover,
.blog-style-seven .blog-content .rounded-buttons .primary-btn-outline:focus {
    background: var(--henrikenblue-dark);
    color: var(--white);
}

.blog-style-seven .blog-content .rounded-buttons .deactive.primary-btn-outline {
    color: var(--dark-3);
    border-color: var(--gray-4);
    pointer-events: none;
}

/*===== BLOG STYLE SEVEN =====*/
.blog-style-seven {
    margin-top: 50px;
}

.blog-style-seven .blog-image img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.blog-style-seven .blog-content {
    border: 1px solid var(--light-1);
    /* border-top: 0; */
    border-radius: 8px;
    /* border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; */
    padding: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-style-seven .blog-content {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .blog-style-seven .blog-content {
        padding: 20px;
    }
}

.blog-style-seven .blog-content .category {
    color: var(--henrikenblue);
    margin-bottom: 15px;
}

.blog-style-seven .blog-content .blog-title a {
    font-weight: 600;
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-style-seven .blog-content .blog-title a:hover {
    color: var(--henrikenblue);
}

.blog-style-seven .blog-content .text {
    color: var(--dark-3);
    margin-top: 16px;
}

.blog-style-seven .blog-content span {
    font-size: 14px;
    line-height: 20px;
    color: var(--dark-3);
    margin-right: 10px;
}

.blog-style-seven .blog-content .blog-date {
    margin-top: 15px;
}

.blog-style-seven .blog-content .rounded-buttons {
    margin-top: 15px;
}

/* VACANCIES JOB OFFERS - END */



/* CLIENTS - START */

/*===== Client Logo Two =====*/
.client-logo-two {
    padding-top: 100px;
    padding-bottom: 100px;
}

.client-logo-two .section-title-two {
    text-align: center;
    max-width: 550px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-logo-two .section-title-two {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .client-logo-two .section-title-two {
        margin-bottom: 35px;
    }
}

.client-logo-two .section-title-two span {
    text-transform: capitalize;
    color: var(--white);
    background: var(--henrikenblue);
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 4px;
}

.client-logo-two .section-title-two h2 {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-logo-two .section-title-two h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 767px) {
    .client-logo-two .section-title-two h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}

.client-logo-two .section-title-two p {
    color: var(--dark-3);
}

.client-logo-two .single-client {
    margin-top: 30px;
}

/* CLIENTS - END */



/* HR SOLUTIONS - START */

/*===========================
  Section Title Two CSS
===========================*/
.section-title-two {
    text-align: center;
    max-width: 550px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-two {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .section-title-two {
        margin-bottom: 35px;
    }
}

.section-title-two span {
    text-transform: capitalize;
    color: var(--white);
    background: var(--henrikenblue);
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 4px;
}

.section-title-two h2 {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-two h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 767px) {
    .section-title-two h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}

.section-title-two p {
    color: var(--dark-3);
}






/*===== latest-news-area =====*/
.latest-news-area {
    background: var(--light-3);
    padding: 120px 0;
}

.latest-news-area .section-title-three {
    text-align: center;
    max-width: 550px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-news-area .section-title-three {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .latest-news-area .section-title-three {
        margin-bottom: 35px;
    }
}

.latest-news-area .section-title-three h5 {
    font-weight: 600;
    margin-bottom: 7px;
    color: var(--henrikenblue);
    text-transform: uppercase;
    font-size: 1rem;
}

@media (max-width: 767px) {
    .latest-news-area .section-title-three h5 {
        font-size: 0.8rem;
    }
}

.latest-news-area .section-title-three h2 {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-news-area .section-title-three h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 767px) {
    .latest-news-area .section-title-three h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}

.latest-news-area .section-title-three p {
    color: var(--dark-3);
}

.latest-news-area .single-news {
    /* margin-top: 30px; */
    margin-top: 1rem;
}

.latest-news-area .single-news .image {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.latest-news-area .single-news .image img {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease;
}

.latest-news-area .single-news .image .meta-details {
    display: inline-block;
    padding: 6px 15px 6px 7px;
    border-radius: 30px;
    background-color: var(--henrikenblue);
    position: absolute;
    /* right: 20px;
    bottom: 20px; */
    left: 20px;
    top: 20px;
}

.latest-news-area .single-news .image .meta-details img {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: inline-block;
}

.latest-news-area .single-news .image .meta-details span {
    color: var(--white);
    display: inline-block;
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
}

.latest-news-area .single-news .content-body .title {
    margin: 30px 0 20px 0;
}

.latest-news-area .single-news .content-body .title a {
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.latest-news-area .single-news .content-body .title a:hover {
    color: var(--henrikenblue);
}

.latest-news-area .single-news .content-body p {
    color: var(--dark-3);
}

.latest-news-area .single-news:hover .image .thumb {
    transform: scale(1.1) rotate(1deg);
}

/* HR SOLUTIONS - END */