﻿*, *, *:after, *:before {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
/*    transition: all .2s ease-in-out*/
}

::selection {
    background-color: #073874;
    color: #fff
}

html, body {
    font-family: "Poppins",sans-serif !important;
    font-weight: 400;
    scroll-behavior: smooth;
    overflow-x: hidden
}

@media(max-width: 768px) {
    html, body {
        overflow-x: hidden !important
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins",sans-serif;
    font-weight:700
}

div, header, nav, footer, section, aside, article {
    display: block
}

a {
    color: #073874;
    text-decoration: none;
    transition: all .05s ease-in !important
}

    a:hover {
        text-decoration: none !important;
        color: #00305c
    }

p {
    font-size: 16px;
    color: #5d5c5c;
    font-weight: 400
}

@media(max-width: 576px) {
    p {
        font-size: 14px
    }
}

ul {
    margin: 0;
    padding: 0
}

    ul li {
/*        background-color: #073874;*/
        list-style-type: none;
        font-size: 16px;
        position: relative;
        margin-bottom: 15px;
    }

img 

    width: 100%
}

hr {
    border-color: #f1f3f6;
    opacity: 1
}

.btn {
    min-width: 120px;
    border-radius: 8px
}

    .btn.btn-primary {
        background-color: #073874;
        color: #fff;
        border-color: #073874
    }

        .btn.btn-primary:hover {
            background-color: #fff;
            color: #073874;
            border-color: #073874
        }

    .btn.btn-secondary {
        background-color: #fff;
        color: #073874;
        border-color: #073874
    }

        .btn.btn-secondary:hover {
            background-color: #073874;
            color: #fff;
            border-color: #073874
        }

    .btn.btn-outline-primary {
        background-color: #fff;
        color: #073874;
        border-color: #073874
    }

        .btn.btn-outline-primary:hover {
            background-color: #073874;
            color: #fff;
            border-color: #073874
        }



.bg-primary {
    background-color: #073874 !important
}

.cursor {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #073874;
    opacity: .2;
    border-radius: 50%;
    z-index: 10999;
    animation: cursor 2s ease-in-out infinite;
    transition: all .3s ease !important;
    pointer-events: none
}

.header {
    position: fixed;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    z-index: 100;
    background: #fff;
    border-radius: 12px;
/*    padding: 10px 20px;*/
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .2s ease-in-out !important;

}

    .header .top-head {
        max-height: 90px;
        padding: 10px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
    
        }


        .header .top-head .menu .mobile-menu {
            display: none
        }

        .header .top-head .menu ul {
            display: flex;
            align-items: center;
            gap: 30px
        }

            .header .top-head .menu ul a:not(.btn) {
                color: #073874;
                font-size: 18px;
                transition: all .3s ease-in-out
            }

@media(max-width: 992px) {
    .header .top-head .menu .mobile-menu {
        display: block;
        cursor: pointer;
        font-size: 24px
    }

    .header .top-head .menu ul {
        position: unset;
        top: 40px;
        right: 0;
        min-width: 350px;
/*        background-color: #fff;*/
        padding-top: 45px;
        border-radius: 12px;
        flex-direction: column;
        display: block;
    }

        .header .top-head .menu ul.open {
            display: block;
            left: -255px;
        }
}

.hero-wrapper .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(280deg, rgba(7, 56, 116, 0) 0%, rgba(7, 56, 116, 0.7) 50%)
}

.hero-wrapper .carousel-item img {
    width: 100%;
    min-height: 700px;
    max-height: 700px;
    object-fit: cover
}

.hero-wrapper .carousel-caption {
    left: 0;
    z-index: 2;
    text-align: left;
    max-width: 50%;
    padding: 30px;
    top: 40%;
    height: auto
}

    .hero-wrapper .carousel-caption h1, .hero-wrapper .carousel-caption h2, .hero-wrapper .carousel-caption h3, .hero-wrapper .carousel-caption h4, .hero-wrapper .carousel-caption h5, .hero-wrapper .carousel-caption h6 {
        font-size: 62px;
        font-weight: 800
    }

    .hero-wrapper .carousel-caption p {
        font-size: 32px;
        font-weight: 300;
        color: #fff
    }

.hero-wrapper .slider-action {
    position: absolute;
    bottom: 0;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    z-index: 30
}

    .hero-wrapper .slider-action button {
        background: rgba(0,0,0,0);
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px
    }

.hero-wrapper .carousel-numbers.carousel-indicators {
    position: absolute;
    bottom: 70px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    gap: 10px;
    z-index: 10;
    margin: 0 !important;
    width: max-content !important
}

    .hero-wrapper .carousel-numbers.carousel-indicators button {
        background: rgba(0,0,0,0);
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 30px;
        color: #fff;
        opacity: .3;
        font-weight: 300;
        height: max-content !important;
        text-indent: 0 !important;
        width: max-content !important
    }

    .hero-wrapper .carousel-numbers.carousel-indicators .active {
        opacity: 1;
        font-size: 60px;
        font-weight: 300;
        color: #fff
    }

@media(max-width: 992px) {
    .hero-wrapper .carousel-item img {
        min-height: 400px
    }
}

.certified-services-wrapper {
    padding: 100px 0
}

    .certified-services-wrapper .active .hover-item {
        opacity: 1 !important;
        transform: scaleY(1) !important;
        height: auto !important
    }

    .certified-services-wrapper .card {
        background-color: rgba(7,56,116,.1);
        border: none;
        border-radius: 12px
    }

        .certified-services-wrapper .card .card-body h3 {
            font-size: 20px !important;
            font-weight: 500;
            color: #073874
        }

        .certified-services-wrapper .card .card-body .hover-item {
            opacity: 0;
            transition: all .3s ease-in-out;
            transform: scaleY(0);
            height: 0;
            transform-origin: top
        }

            .certified-services-wrapper .card .card-body .hover-item p {
                font-size: 16px;
                font-weight: 400;
                color: #5d5c5c
            }

        .certified-services-wrapper .card .card-body .icon {
            font-size: 40px;
            color: #073874;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            background-color: rgba(7,56,116,.1);
            color: #073874;
            margin-bottom: 20px
        }

            .certified-services-wrapper .card .card-body .icon i {
                font-size: 24px
            }

        .certified-services-wrapper .card .card-body h3 {
            font-size: 24px;
            font-weight: 600
        }

        .certified-services-wrapper .card:hover {
            background-color: #073874;
            cursor: pointer
        }

            .certified-services-wrapper .card:hover .icon i {
                color: #fff !important
            }

            .certified-services-wrapper .card:hover h3 {
                color: #fff !important
            }

            .certified-services-wrapper .card:hover .hover-item {
                opacity: 1;
                transform: scaleY(1);
                height: auto !important
            }

                .certified-services-wrapper .card:hover .hover-item p {
                    color: #fff !important
                }

@media(max-width: 992px) {
    .certified-services-wrapper .card {
        margin-bottom: 20px
    }

    .certified-services-wrapper .hover-item {
        opacity: 1 !important;
        transform: scaleY(1) !important;
        height: auto !important
    }
}

.expertise-wrapper .card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    margin: 15px 0;
    overflow: hidden;
}

    .expertise-wrapper .card .thumb {
        position: relative
    }

        .expertise-wrapper .card .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            max-height: 350px;
            border-radius: 12px;
            min-height: 350px;
        }

        .expertise-wrapper .card .thumb .heading {
            position: absolute;
            bottom: 20px;
            left: 20px;
            width: calc(100% - 40px);
            background: #fff;
            border-radius: 12px;
            padding: 15px;
            transition: all .3s ease-in-out
        }

            .expertise-wrapper .card .thumb .heading .hover-item {
                opacity: 0;
                transition: all .3s ease-in-out;
                transform: scaleY(0);
                height: 0;
                transform-origin: bottom;
                    overflow: hidden;
            }

                .expertise-wrapper .card .thumb .heading .hover-item p {
                    font-size: 16px
                }

            .expertise-wrapper .card .thumb .heading .demo-itme {
                font-size: 16px;
                margin-bottom: 0
            }

            .expertise-wrapper .card .thumb .heading h3 {
                font-size: 24px;
                font-weight: 600;
                color: #073874;
                margin-bottom: 0
            }

    .expertise-wrapper .card:hover .demo-itme {
        display: none
    }

    .expertise-wrapper .card:hover .hover-item {
        opacity: 1 !important;
        transform: scaleY(1) !important;
        height: auto !important
    }

.faq-wrapper .tab-content {
    background-color: #f1f3f6;
    border-radius: 12px;
    height: 100%
}

    .faq-wrapper .tab-content .tab-pane.active {
        height: 100%;
        padding: 20px;
        display: flex;
        align-items: center;
        min-height: 170px
    }

        .faq-wrapper .tab-content .tab-pane.active p {
            margin-bottom: 0;
            font-weight: 400;
            font-size: 18px;
            font-style: italic
        }

.faq-wrapper .nav {
    display: flex;
    flex-direction: column;
    gap: 10px
}

    .faq-wrapper .nav li {
        width: 100%
    }

    .faq-wrapper .nav button {
        width: 100%;
        background-color: #f1f3f6;
        color: #073874;
        border: 1px solid #f1f3f6;
        outline: none;
        border-radius: 8px;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 500
    }

        .faq-wrapper .nav button:hover {
            background-color: #073874;
            color: #fff
        }

    .faq-wrapper .nav .active {
        background-color: #fff;
        border-color: #073874;
        color: #073874
    }

.management-wrapper .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between
}

    .management-wrapper .gallery:hover .itme {
        width: 160px
    }

    .management-wrapper .gallery .itme {
        width: 18%;
        overflow: hidden;
        border-radius: 12px
    }

        .management-wrapper .gallery .itme:hover {
            width: 470px
        }

        .management-wrapper .gallery .itme img {
            width: 100%;
            min-height: 420px;
            object-fit: cover
        }

@media(max-width: 992px) {
    .management-wrapper .text-start {
        text-align: center !important
    }

    .management-wrapper .gallery {
        align-items: center;
        justify-content: center;
        gap: 20px
    }

        .management-wrapper .gallery .itme {
            width: 25% !important
        }

            .management-wrapper .gallery .itme img {
                min-height: 200px
            }
}

.nordic-wrapper .box {
    background-image: url(../images/nordic.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 50px;
    background-attachment: fixed;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .nordic-wrapper .box h2 {
        font-size: 40px;
        font-weight: 600;
        color: #fff
    }

footer {
    padding-bottom: 30px;
    padding-top: 45px;
}

    footer .container {
        background-color: #073874;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        border-radius: 12px
    }

        footer .container .social a {
            color: #fff;
            font-size: 24px;
            text-decoration: none
        }

        footer .container .copyright {
            display: flex;
            align-items: center;
            gap: 10px
        }

            footer .container .copyright p {
                margin-bottom: 0;
                color: #fff
            }

            footer .container .copyright .credit a img {
                width: 100px;
                object-fit: contain
            }

        footer .container .link ul {
            display: flex;
            align-items: center;
            gap: 10px
        }

            footer .container .link ul li {
                color: #fff
            }

                footer .container .link ul li a {
                    color: #fff
                }

@media(max-width: 992px) {
    footer {
        padding-bottom: 0
    }

        footer .container {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 20px;
            padding: 20px;
            border-radius: 0
        }
}

.contact-wrapper .email-items .box {
    background-color: #f1f3f6;
    min-height: 75px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center
}

    .contact-wrapper .email-items .box:hover {
        background-color: #073874
    }

        .contact-wrapper .email-items .box:hover a, .contact-wrapper .email-items .box:hover span {
            color: #fff
        }

    .contact-wrapper .email-items .box a {
        font-weight: bold
    }

    .contact-wrapper .email-items .box span {
        font-size: 16px;
        color: #595959
    }

.contact-wrapper .contact-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: #073874;
    border-radius: 12px;
    padding: 20px;
    margin: 50px 0;
    justify-content: space-around
}

    .contact-wrapper .contact-info .itme {
        display: flex;
        align-items: center;
        gap: 20px
    }

    .contact-wrapper .contact-info a {
        font-size: 22px;
        font-weight: 300;
        color: #fff
    }

.contact-wrapper .map-box .map {
    margin-bottom: 20px;
    position: relative
}

.contact-wrapper .map-box iframe {
    width: 100%;
    height: 250px;
    border-radius: 12px;
    border: none;
    outline: none;
    border-radius: 12px;
    filter: grayscale(1)
}

.contact-wrapper .map-box .flag {
    position: absolute;
    bottom: 10px;
    left: 10px
}

.contact-wrapper .map-box p {
    font-size: 16px;
    color: #073874
}

.contact-wrapper .map-box b {
    font-size: 16px;
    color: #073874;
    font-weight: 600
}

@media(max-width: 992px) {
    .contact-wrapper .itme {
        flex-direction: column;
        justify-content: center
    }

    .contact-wrapper .map-box iframe {
        height: 200px
    }

    .contact-wrapper .contact-info {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        padding: 20px
    }
}
.text-primary {
    color: #073874 !important
}
section.main-content {
    /*    top: 180px;*/
    margin-top: 160px;
    margin-bottom: 20px;
}
/*.main-content.sidebar {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}*/
.main-content .sidebar {
    /*        background-color: #F1F3F6;*/
    background-color: #fff;
    padding: 10px;
    display: block;
    padding: 30px;
    background-color: #F1F3F6;
    background-color: #fff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}
main-content.title {
    color: #073874;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    align-items: center;
}
main-content.ul li {
    list-style-type: none;



}


/*main {*/
/*    top: 145px;*/
    /*padding-bottom: 125px;
}*/
.subpage-title {
    text-align: center;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
}

    .subpage-title .title {
        color: #073874;
        margin-top: 100px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 130px;
    }

.title.white-title {
    color: #073874;
}
.main-content.sidebar ul li a {
    background-color: #F1F3F6;
    padding: 10px;
    display: block;
}
.main-content .sidebar ul li.active a {
    background-color: #073874;
    color: #fff;
    margin-bottom: 15px;
}
.main-content .sidebar ul li:hover a {
    background-color: #073874;
    color: #fff;
}
.main-content .sidebar ul li a {
    background-color: #F1F3F6;
    padding: 10px;
    display: block;

}

a.pin_icon {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 24px;
}
.news-wrapper .news-item {
    background-color: #ffffff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #f1f3f6;
    overflow: hidden;
    min-height: 312px;
    margin-bottom: 15px;
}
.news-wrapper .news-item .content {
    padding: 15px;
}
.news-wrapper .news-item .content {
    padding: 15px;
}
.news-wrapper .news-item .content .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    height: 70px;
    overflow: hidden;
}
.news-wrapper .news-item img{
    max-height: 200px;
    object-fit: cover;
    min-height: 200px;
    transition: all 0.3s ease;
    transform-origin: bottom;
}
.news-wrapper .news-item:hover img{
    transform: scale(1.05);
}

.menu ul li {
    /* margin-top: 10px; */
    padding-top: 10px;
}

header .search-menu button {
    width: 40px;
    height: 40px;
    background-color: #164D9C;
    border: 0;
    border-radius: 50px;
    color: #fff;
    box-shadow: 4px 4px 8px 0px rgba(2, 85, 163, 0.3);
}
#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
    display: block;
}
    #search-overlay .search-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #164D9C;
        opacity: 0.95;
    }
.searchbox .fa-search {
    color: #fff !important;
}
.searchbox .fa-search {
    padding: 5px;
    float: left;
    color: #0C2E2D;
    font-size: 24px;
}
#search-overlay .close-search-overlay svg path:nth-child(2) {
    fill: #fff !important;
}
.searchbox {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 10%;
    width: 90%;
    text-align: center;
}
.SearcchResult {
    background: #f2f2f2;
    margin-top: 0px;
    border: 1px solid;
    overflow-y: scroll;
    max-height: 500px;
    max-width: 579px;
    width: 100%;
    text-align: left;
    padding: 30px;
}
#search-overlay .close-search-overlay {
    position: absolute;
    top: 18px;
    right: 33px;
    width: 24px;
    height: 24px;
    background: url(/Apps/Core/Content/Images/icon-close-white.svg) center no-repeat;
    z-index: 100;
}
.nav-item {
    display: flex;
    align-items: center;
    gap: 10px;}

.mobile-menu{
    display:none;
}
.phoneUl{
    display:none;
}
.webUl {
    display: none;
}
@media(max-width: 768px) {
    .phoneUl {
        display: block;
    }
    .mobile-menu {
        display: block;
        width: 40px;
        height: 40px;
        background-color: #164D9C;
        border: 0;
        border-radius: 50px;
        color: #fff;
        box-shadow: 4px 4px 8px 0px rgba(2, 85, 163, 0.3);
        align-content: center;
        padding-left: 12px;
    }
}


.header.hide-nav {
    margin-top: -120px;
}
.employee-widget .info {
    display: flex;
    flex-direction: column;
    padding: 15px;
}
    .employee-widget .info .icon a {
        display: flex;
        gap: 5px;
        max-width: 270px;
        width: 100%;
        min-width: 270px;
        background-color: #F1F3F6;
        color: #164D9C;
        border-radius: 24px;
        padding: 2px 5px;
        align-items: center;
    }
img.lazy.img-responsive {
    width: 100%;
}
/*phone menu */
.close-btn {
    display: none;
}

.webUl {
    display: block;
}

.phoneUl {
    display: none;
}
.webUl .Submenu{
    display:none !important;
}
@media (max-width: 992px) {

.hero-wrapper .carousel-caption {
    left: 0;
    z-index: 2;
    text-align: left;
    max-width: 100% !important;
    width: 100%;
    padding: 30px;
    top: 40%;
    height: auto;
}
.carousel-indicators.carousel-numbers {
    display: none !important;
}
.hero-wrapper .carousel-caption h5{
    font-size: 35px;
}

button#searchbtn {
    display: none;
}
    .webUl {
        display: none;
    }
        .webUl .Submenu {
            display: block;
        }
    .phoneUl {
        display: block;
    }

    .close-btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 24px;
        background: none;
        border: none;
        color: #333;
        cursor: pointer;
        z-index: 1001;
    }

    header .menu {
        position: fixed;
        top: 0;
        right: -415px;
/*        width: 300px;*/
        height: 100%;
        background: #164D9C;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 1001;
        color: #fff;
 display:block;
    }

        header .menu.open {
            right: 0;
            width:100%;
 display:block;
        }
        header .menu ul {
            flex-direction: column;
        }

    .top-head .menu ul li a {
/*        border: 0;*/
        min-width: 80px;
        display: block;
        padding: 0em 1em 0em 1em;
        color: #fff;
        text-decoration: none;
        font-size: 16px !important;
        /*        color: #084D9D !important;*/
    }

    header .searchbar .mobile-menu {
        display: grid !important;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    header.top-head .row .searchbar {
        min-width: 130px;
    }
}
/*.top-head .menu ul li ul {
    background: linear-gradient(91deg, rgb(8, 77, 157) 0%, rgb(15, 148, 248) 100%)
}*/

.top-head .menu ul li li {
    padding-left: 20px;
}

li.active {
    background: rgba(0, 0, 0, 0.2);
}
.phoneUl a{
    color:#fff !important;
}
i.SubNavExpand {
    float: right !important;
    padding-right: 10px;
}

i.ri-arrow-down-s-line {
    float: right !important;
    padding-right: 10px;
}
#closeMenuBtn {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    border-radius: 5px;
    background: none;
    border: none;
}

.header .top-head .menu ul li ul {
    padding: 10px;
}
section{

    z-index: 1;
}