@charset "UTF-8";

/*==================================================================
[ Top bar ]*/
.top-bar {
    height: 58px;
    background: #282d3d;
}

:root {
    --main-color-active: #FF3200;
    --light-gray: #CACACA;
    --easy-gray: #F7F7F7;
    --font: 'Montserrat', sans-serif;
}

/*---------------------------------------------*/

.header__top-menu .dropdown-nav ul.dropdown-ul > li > a, .left-top-bar > a, header__top-menu > a {
    font-family: var(--font);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}
/*---------------------------------------------*/







.border1 {
    border: 1px solid #D3D3D3 !important;
}

.border-bottom {
    border-bottom: 1px solid #D3D3D3;
}

.clo {
    color: var(--main-color-active);
}

.sliderlinks path {
    fill: var(--main-color-active);
}

/*---------------------------------------------*/
.topbar-mobile li {
    padding: 8px 20px;
    border-top: 1px solid rgba(255,255,255,0.05);
    background-color: #222;
}

.container {
    max-width: 1920px;
    padding: 0px !important;
    font-family: var(--font);
}

.container-small {
    max-width: 1200px;
    align-items: center;
    font-family: var(--font);
}

h1 {
    font-family: var(--font);
}

h2 {
    font-family: var(--font);
}

h3 {
    font-family: var(--font);
}

.active-menu {
    background-color: #fff;
    color: var(--main-color-active) !important;
    border-top: 2px solid var(--main-color-active);
}

.header-inside-wrapper {
    max-width: 1920px !important;
    padding-right: 0 !important;
}

    .header-inside-wrapper > div {
        z-index: 3;
    }

.header__main-menu {
    position: inherit !important;
    top: unset;
    left: unset;
    z-index: unset;
}

.wrap-menu-desktop {
    /*position: fixed;*/
    /*z-index: 1100;*/
    /*background-color: transparent;*/
    width: 100%;
    height: 84px;
    /*top: 58px;
    left: 0px;
    -webkit-transition: height 0.3s, background-color 0.3s;
    -o-transition: height 0.3s, background-color 0.3s;
    -moz-transition: height 0.3s, background-color 0.3s;
    transition: height 0.3s, background-color 0.3s;*/
    border-bottom: 1px solid #ccc;
    max-width: 100vw;
}

.logo {
    display: flex;
    align-items: center;
    /*height: 100%;*/
}

.menu-desktop {
    display: flex;
    align-items: center;
    height: 100%;
    /*width:70%;*/
}

.wrap-menu-desktop {
    z-index: 3;
    background-color: #fff;
    width: 100%;
    height: 84px;
    top: 0px;
    left: 0px;
    position: relative;
}

.limiter-menu-desktop {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: #fff;
    z-index: 2 !important;
}

.wrap-icon-header {
    flex-grow: 1;
}

.btn2 {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    transition: all .15s ease-in-out;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.btn-main {
    background-color: var(--main-color-active);
    border-color: var(--main-color-active);
    color: #fff;
    text-decoration:none;
}

    .btn-main:hover {
        color: #fff;
        text-decoration: none;
    }

.header__main-menu .submenu-item__links-list .title + ul.links {
    /*padding: 0 5px 0 20px;*/
}

.header__main-menu > nav ul.dropdown-ul > li > a, .header__main-menu > nav ul.dropdown-filter > li > a {
    display: block;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #000 !important;
    text-decoration: none;
    transition: color .1s linear;
    line-height: 55px;
    white-space: nowrap;
    border-top: none;
}

.header__main-menu > nav ul.dropdown-ul > li:not(.disable-hover):hover > a.has-submenu:before {
    content: none !important;
    background: none !important;
}

.menui {
    background: var(--main-color-active) !important;
}

.menuIconWrap {
    width: 27px !important;
    height: 27px !important;
    position: relative !important;
    cursor: pointer !important;
    top: unset !important;
    left: unset !important;
}

.header__top-tools .link {
    /*padding: 0px 8px !important;*/
}

.container-menu-desktop {
    height: auto;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2 !important;
    max-width: 100vw;
}

.header__top-menu {
    min-width: unset;
    visibility: unset;
    position: unset;
    top: unset;
    right: unset;
    display: unset;
    vertical-align: unset;
}

    .header__top-menu .dropdown-nav--languages:after {
        content: none;
    }

    .header__top-menu .dropdown-nav {
        padding: unset !important;
    }
/*.header__top-menu .dropdown-nav ul.dropdown-ul > li > a {
        display: unset;
        padding: unset;
        font-size: unset;
        font-weight: unset;
        color: unset;
        text-decoration: unset;
        transition: unset;
        line-height: unset;
        white-space: unset;
    }*/

.header__top-tools > div {
    position: inherit;
    bottom: inherit;
    right: inherit;
    display: inherit;
    height: 84px;
    /*margin-right: 25px;*/
}
    /* .header__top-tools > div > div {
        padding: inherit;
        vertical-align: inherit;
        display: inherit;

    }
*/
    .header__top-tools > div > div.profile-tools-wrapper ul.dropdown-ul > li:not(.disable-hover):hover:before {
        left: 0px;
        bottom: -30px;
        width: 212px;
        height: 30px;
        z-index: 50;
        border: none;
    }

.profile-tools-wrapper ul.dropdown-ul > li:not(.disable-hover):hover > ul {
    top: 84px !important;
}

.profile-tools-wrapper ul.dropdown-ul > li > ul > li {
    border-bottom: 1px solid #D9D9D9;
    text-align: left !important;
}

div.profile-tools-wrapper ul.dropdown-ul > li > ul > li > a {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    padding: 10px 20px !important;
}

.simple-links li {
    display: flex;
    padding: 16px 10%;
}

.simple-links a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}
/*.mobile-bottom-menu ul li {
   
}

    .mobile-bottom-menu ul li a {
       
    }
.mobile-bottom-menu span.title {
    width:70%;
}
.mobile-bottom-menu a.has-submenu {
    width:100%; 
}*/



/*
.header__top-tools > div > div.profile-tools-wrapper ul.dropdown-ul > li:not(.disable-hover):hover:before {
    height: 50px;
    width: 50px;
    border: 1px solid #ccc;
}
*/





.news-date {
    color: #AAA;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    font-style: normal;
}

.news-category {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 12px;
    border-radius: 25px;
    border: 1px solid var(--main-color-active);
}

.card {
    box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.10) !important;
    border-radius: inherit !important;
    border: 1px solid transparent;
}

.card-user-box {
    border: 1px solid var(--easy-gray, #F7F7F7);
    background: #FFF;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
}

.card-body-user {
    border: 1px solid var(--easy-grey);
    width: 100%;
    padding: 25px;
}

.nav-pills .nav-link.active .card-body-user {
    border: 10px solid var(--main-color-active);
    width: 100%;
    padding: 15px;
}

.nav-pills .nav-link.active {
    color: unset !important;
    background-color: unset !important;
    border-radius: 0px !important;
}

.popular-products .card:hover {
    border: 1px solid var(--main-color-active) !important;
}

.card-img, .card-img-top {
    border-radius: inherit !important;
}

.news-title, .news-title-70 {
    height: 75px;
    overflow: hidden;
}

.news-title-60 {
    max-height: 60px;
    overflow: hidden;
}

.paragraph-text, .fixed-height-50 {
    height: 50px;
    overflow: hidden;
}

.fixed-height-80 {
    height: 80px;
    overflow: hidden;
}

.scroll-after-80 {
    height: 80px;
    overflow-y: scroll;
}

.news-title a {
    color: #000;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 700;
    line-height: 134%;
}

.news-title-big a {
    color: var(--main-active-color, #FF3200);
    font-size: 1.5em;
    font-weight: 700;
    line-height: 32px;
    text-decoration-line: underline;
}

.main-heading-1 {
    font-size: 4.25em;
    font-weight: 700;
    line-height: 70px;
    color: var(--deep-black, #000);
}

.main-heading-3 {
    position: relative;
}

    .main-heading-3 a {
        color: #000;
    }

.main-heading-4 {
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #000;
}


.search-panel {
    height: 59px;
    background-color: #fff !important;
}

.search-panel-wrapper {
    background-color: #fff;
    width: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
    align-items: center;
    bottom: unset;
    right: unset;
    z-index: 10;
}

.search-panel input[type="text"] {
    width: 100%;
    height: unset;
    line-height: unset;
    border: none;
    background-color: #fff !important;
    color: #000 !important;
}

.input-select {
    padding: 0 15px;
    border-radius: 0;
    height: 50px !important;
    line-height: 50px;
}

/** mobile only **/
@media(min-width:991px) {
    .main-heading-3:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 1px;
        border-bottom: 2px solid red;
        top: 1.75em;
    }

    .main-heading-4:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 1px;
        border-bottom: 2px solid red;
        top: 1.6em;
    }

    .main-heading-4::after, .main-heading-3::after {
        font-family: 'peoplecert-2023';
        content: '\0043';
        color: var(--main-color-active);
        margin-left: 10px;
        vertical-align: middle;
    }
}

.ltext-101 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    letter-spacing: -0.3px;
    color: #000000;
}

.peoplecert-bg {
    background-image: url('/images/icons/new/peoplecert-stamp.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 200px;
    position: absolute;
    top: 3%;
    left: 3%;
    transform: translate(-3%, -3%);
}

.peoplecert-bg-2 {
    background-image: url('/images/icons/new/peoplecert-stamp.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    width: 250px;
    position: absolute;
    top: -19%;
    right: -19%;
}

.peoplecert-bg-4 {
    background-image: url('/images/icons/new/peoplecert-stamp.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    width: 330px;
    position: absolute;
    top: -18%;
    left: -17%;
    z-index: -1;
}

.peoplecert-bg-5 {
    background-image: url(/images/icons/new/peoplecert-stamp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 450px;
    position: absolute;
    top: -20%;
    right: -20%;
}

.peoplecert-bg-6 {
    background-image: url('/images/new/PRINCE2-logo-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
}

.ltext-201 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    line-height: 44px;
}

.ltext-202 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
}

.responsive-m-l-150 {
    margin-left: 10%;
    margin-top: 5%;
}

.scroll-box-mobile {
    flex-wrap: wrap;
    display: flex;
}
    .scroll-box-mobile::-webkit-scrollbar {
        display: none;
    }
/*.scroll-box-nowrap {
    flex-wrap: wrap;
    display: flex;
}*/

.f80-responsive {
    font-size: 5em;
}

.f70-responsive {
    font-size: 4.375em;
}

.f70-responsive-title {
    font-size: 64px;
}

.f60-responsive {
    font-size: 4em;
}

.f60-responsive-title {
    font-size: 32px;
}

.f40-responsive {
    font-size: 2.5em;
}

.f30-responsive {
    font-size: 1.8em;
}

.f36-responsive {
    font-size: 36px;
}

.f25-responsive {
    font-size: 1.5em;
}

.f20-responsive {
    font-size: 1.25em;
}

.h1-responsive {
    font-size: 1.5em;
}

.h2-responsive {
    font-size: 1.25em;
}

.margin-40-responsive {
    padding: 40px;
}

.margin-60-responsive {
    padding: 60px;
}

.margin-lr-100-responsive {
    margin: 0px 100px;
}

/** anythy device <= 991px **/
@media(max-width:991px) {
    body, html {
        font-size: 14px !important;
    }

    .f80-responsive {
        font-size: 2.25em;
    }

    .f70-responsive {
        font-size: 2em;
    }

    .f70-responsive-title {
        font-size: 36px;
    }

    .f60-responsive {
        font-size: 1.8em;
    }

    .f60-responsive-title {
        font-size: 22px
    }

    .logos-banner-arrow-and-desc {
        margin-left: -5px;
        padding-top: 30px;
        padding-left: 0px !important;
    }

    .f40-responsive {
        font-size: 1.5em;
    }

    .f30-responsive {
        font-size: 1.25em;
    }

    .f36-responsive {
        font-size: 26px;
    }

    .f25-responsive {
        font-size: 1em;
    }

    .f20-responsive {
        font-size: 1em;
    }

    .scroll-box-mobile {
        overflow-x: scroll;
        display: -webkit-box;
        flex-wrap: nowrap;
    }

    .h1-responsive {
        font-size: 1.25em;
    }

    .h2-responsive {
        font-size: 1em;
    }

    .margin-50-responsive, .margin-60-responsive, .margin-40-responsive {
        padding: 10px;
    }

    .margin-lr-100-responsive {
        margin: 0px 10px;
    }

    .home-slider .owl-carousel .owl-nav button {
        position: unset !important;
        height: 38px;
        width: 38px;
        border: 1px solid #ccc !important;
        margin-right: 1em !important;
        margin-top: 1.8em;
    }

        .home-slider .owl-carousel .owl-nav button:before {
            top: 25% !important;
        }

    .responsive-m-l-150 {
        margin-left: 38px;
        margin-top: 50px;
    }


    .logos-banner-arrow-and-desc {
        font-size: 14px;
    }


    .wrap-menu-desktop {
        height: 50px;
    }

    .logo img {
        height: 25px;
    }

    .btn2 {
        line-height: 12px;
    }

    .top-bar {
        height: 50px;
    }

    .header__main-menu {
        position: absolute !important;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 100;
        background-color: #fff;
    }

    /*.menu-desktop*/ .main_menu_navbar {
        width: 100%;
        background-color: #fff;
    }

    .header__main-menu > nav ul.dropdown-ul {
        padding: 0px !important;
    }

    .news-title a {
        font-size: 1.2em;
        font-style: normal;
        font-weight: 300;
    }

    .news-title-big a {
        font-size: 1.5em;
        font-weight: 700;
    }

    .main-heading-1 {
        font-size: 1.5em;
        font-weight: 700;
    }

    .main-heading-3 {
        font-size: 1em;
        font-weight: 300;
    }

        .main-heading-3 a {
            color: #000;
        }

    .main-heading-4 {
        font-size: 1.5em;
    }

    .header__top-tools > div {
        height: 50px;
    }

    .ltext-101 {
        font-size: 36px;
    }

    .arrow-head-lg {
        background-image: url(/images/icons/new/arrow-head.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-size: 42px 43px !important;
    }

    .ltext-201 {
        font-size: 18px;
    }

    .ltext-202 {
        font-size: 14px;
    }

    .ltext-101:before {
        top: -37px;
        left: -42px;
        transform: scale(.5);
    }

    .input-select {
        height: 30px !important;
        line-height: 30px;
    }

    .peoplecert-bg-6 {
        top: -10%;
        left: 50%;
        transform: translate(-50%, -10%);
        width: 80%;
        height: 80%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ltext-101:before {
        top: -37px;
        left: -42px;
        transform: scale(.6);
    }

    .header__main-menu > nav ul.dropdown-ul > li > a {
        font-size: 20px;
        font-weight: 600;
    }

    .top-bar a, .header__top-menu .dropdown-nav ul.dropdown-ul > li > a {
        font-size: 90%;
        font-weight: 600;
    }

    .ltext-101 {
        font-size: 50px;
    }

    .ltext-201 {
        font-size: 25px;
    }

    .ltext-202 {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {


    .ltext-101 {
        font-size: 50px;
    }

    .ltext-201 {
        font-size: 25px;
    }

    .ltext-202 {
        font-size: 14px;
    }
}

.card img.events-card-img-top {
    height: 220px;
}


.newrelease {
    width: 80px;
    height: 70px;
    padding: .5em;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background: #fff;
    text-align: center;
}

.owl-nav {
    /* display: none;*/
}
/*.nav-tabs {
    width: 33%;
    border-top: 1px solid #E7E7E7 !important;
    border-left: 1px solid #E7E7E7 !important;
    border-radius: 0;
    padding: 5px;
    border-left: none;
}*/
.nav-tabs .nav-link {
    width: 33%;
    border-top: 1px solid #E7E7E7 !important;
    border-left: 1px solid #E7E7E7 !important;
    border-radius: 0;
    padding: 5px;
    border-left: none;
}

    .nav-tabs .nav-link.active {
        color: var(--main-color-active);
        border-top: 4px solid var(--main-color-active) !important;
        border-right: none;
    }

.footer .title {
    font-size: 1.2em;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--main-color-active);
}

.footer input {
    background: #282d3d;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.footer__menu a {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    color: #fff;
}

    .footer__menu a:before {
        content: '/';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        color: #ff3200;
    }

.footer__menu > div {
    /* width:25%;*/
}

.social-links a:before {
    content: none;
}

.mobile-expand {
    text-align: left;
}

.footer__copyright {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

ul.new-release-bullets li:before {
    font-family: 'peoplecert-2023';
    content: '\0058';
    color: var(--main-color-active);
    padding-right: 10px;
    font-size: 25px;
}

ul.bullet-icons-2x li:before {
}

ul.new-release-bullets li {
    font-weight: 400;
    display: flex;
    align-items: center;
    margin: 8px 0px;
}

ul.arrow-bullets {
    list-style-image: url('/images/icons/new/arrow-forward-16.svg');
}

ul.search-bullets {
    list-style-image: url('/images/icons/new/search-16.svg');
}
/*
.owl-carousel--home .owl-dots .owl-dot.active {
    font-weight: 700 !important;
    position: fixed;
    
}

.owl-carousel--home .owl-dots {
    bottom: 12% !important;
    left: 16% !important;
}
  
.owl-carousel--home .owl-dots .owl-dot {
        border-bottom: none;
        font-weight: 600 !important;
        font-size: 30px !important;
        position: fixed;
        height: 50px;
         
}*/
.current-slide {
    font-size: 48px;
    font-weight: 700;
}

.line {
    height: 1px;
    width: 64px;
    align-self: center;
}

.sqbox {
    width: 35px;
    height: 35px;
    align-self: center;
}

.total-slides {
    display: block;
    font-style: normal;
    position: absolute;
    z-index: 12;
    top: 0px;
    /* left: 55px;*/
    font-size: 12px;
    color: #CACACA;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.3px;
    padding-left: 101px;
}

.home-slider {
    height: unset !important;
}

    .home-slider .item .image img {
        width: 100% !important;
    }

.owl-nav.disabled {
    display: none;
}

.owl-dots.disabled {
    display: none;
}

.card .image img {
    min-height: 148px;
    width: unset;
}

.navigations {
    position: absolute;
    bottom: 5%;
    left: 0;
    transform: translateY(-3%);
    line-height: 1;
}

.popular-products .nav-tabs {
    height: 60px;
}

.modal-region-header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    bottom: 101%;
    left: 0;
    background-color: rgba(167,164,164,0.9);
    padding: 50px 15px 100px 15px;
}

.modal-region-setting {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    bottom: 200%;
    left: 0;
    background-color: rgba(167,164,164,0.9);
}


.is-active {
    bottom: 0;
    display: block;
}

.global-setting {
    border: 1px solid var(--light-gray);
    background: var(--easy-gray);
    max-width: 330px;
    margin: 0 auto;
}

.country-box {
    border-left: 1px solid var(--light-gray);
    border-bottom: 1px solid var(--light-gray);
    border-top: 1px solid var(--light-gray);
    padding: 10px 10px;
    width: 150px;
}

.location-box {
    padding: 10px 15px;
}

::-webkit-scrollbar {
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #F7F7F7 !important;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color-active);
}

.scroll-box {
    overflow-x: auto;
    display: -webkit-box;
}


.scroll-y-auto {
    overflow-y: auto;
}

.sqbox i:hover:before {
    color: var(--main-color-active) !important;
}

.bread-crumb a:after {
    content: '/';
    color: #ff3200;
}

.arrow-head {
    background-image: url(/images/icons/new/arrow-head.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 36px 85px;
}

.arrow-head-lg {
    background-image: url(/images/icons/new/arrow-head.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 47px 117px;
}



.circular-image {
    position: relative;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}

    .circular-image img {
        width: 100%;
        height: auto;
    }

/*
.owl-theme-pc .owl-next i:hover:before {
    color: var(--main-color-active) !important;
}
.owl-theme-pc .owl-prev i:hover:before {
    color: var(--main-color-active) !important;
}*/

.peoplecert-stamp {
    max-width: 250px;
}

.brand-logos {
    flex: 1 0 150px;
}

.peoplecert-stamp {
    max-width: 200px;
}

.carosel-mobile .item {
    height: unset !important;
}

.top-tab-links a {
    color: #000;
    border-top: 2px solid transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 30px;
    font-size: 1.125em;
}

    .top-tab-links a:hover, .top-tab-links a.active {
        color: var(--main-color-active);
        border-top: 2px solid var(--main-color-active);
    }

.inpage-nav-links a {
    color: #000;
    border-top: 2px solid transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 30px;
    font-size: 18px;
    font-weight: 500;
}

    .inpage-nav-links a:hover, .inpage-nav-links a.active {
        color: var(--main-color-active);
        border-top: 2px solid var(--main-color-active);
    }

.prince2-benefits-desktop .nav-link {
    padding: .67em 0px;
    border-bottom: 1px solid var(--main-color-grey);
    border-radius: unset;
    font-size: 22px;
    font-weight: 700;
}

    .prince2-benefits-desktop .nav-link:last-child {
        border-bottom: none;
    }

    .prince2-benefits-desktop .nav-link.active {
        color: var(--main-color-active) !important;
    }

        .prince2-benefits-desktop .nav-link.active:after {
            content: '\0048';
            font-family: 'peoplecert-2023';
            vertical-align: middle;
            margin-left: 1em;
            font-size: 19px;
        }

.p-buttons-extra {
    padding: 0.68rem 2rem !important;
}

.prince2-implimentation .card {
    max-width: 280px !important;
    flex: 1 0 280px;
}

.prince2-implimentation .card {
    width: 285px;
    height: 330px;
}

.cards-container {
    height: 503px;
    max-width: 1700px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    position: relative;
    overflow-x: hidden;
}

.contact-us label {
    margin-bottom: 0px !important;
}

.prince2-implimentation .card-body {
    max-height: 240px;
}

.main-heading-margin {
    margin-top: 100px !important;
    margin-bottom: 80px;
}

.owl-carousel-products .item {
    max-width: 376px !important;
    margin-right: 10px;
    margin-bottom: 30px;
}

.owl-carousel-products .owl-item {
    max-width: 376px !important;
    margin-right: 6px;
}

.prince2 span:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    top: 42%;
    left: 0;
}

.pre-plus:before {
    font-family: 'peoplecert-2023';
    content: '\0063';
    color: var(--main-color-active);
    padding-right: 10px;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: -17px;
}

.fixed-menu {
    position: fixed;
    top: 0px;
    z-index: 100;
}

.btn-back-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 35px;
    bottom: 0px;
    right: 10px;
    background-color: var(--main-color-active);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.multicontent-desc {
    font-size: 18px !important;
}

.what-skills-multicontent-desc {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 0 15px 0 15px;
    margin-left: 25px;
}

@media(min-width:991px) {

    .what-skills {
        background: #FFF;
        box-shadow: 0 11px 30px rgba(0,0,0,.07);
        margin-right: 10px;
        margin-left: 10px;
        max-width: 31%;
    }
}

@media(max-width:991px) {

    .what-skills {
        background: #FFF;
        box-shadow: 0 11px 30px rgba(0,0,0,.07);
        position: relative;
        width: 90%;
        padding-right: 15px;
        padding-left: 15px;
    }

    #what-skills {
        padding-left: 0; 
        padding-right: 0;
    }

    .container-what-skills {
        padding-right: 0;
    }

    #what-skills-row {
        margin-right: 0;
        margin-left: 0;
    }

    #what-skills-row .owl-dots {
        position: relative;
        right: 15px;
    }
}

/*Logos banner css*/
.logos-banner-arrow-and-desc {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-left: 15px;
    display: flex;
}

.logos-banner-arrow {
    content: url(/Images/icons/new/arrow-head.svg);
    width: 36px;
    height: 90px;
    position: relative;
    left: 7px;
    bottom: 2px;
    z-index: -1;
}

.logos-banner-description {
    /*padding-top: 20px;
    padding-bottom: 20px;*/
}

.owl-carousel-testimonial .item {
    width: 100%;
}

.heroBannetBtn a {
    color: white !important;
}
