/* Colors */
:root {
    --pgl_yellow: #E0FE15;
    --pgl_blue: #27A8E0;
    --pgl_green: #70BF46;
    --pgl_purple: #625EAC;
}

.txt_black {
    color: #000000 !important;
}

.bg_black {
    background: #000000 !important;
}

.pgl_yellow_txt {
    color: var(--pgl_yellow) !important;
}

.pgl_blue_txt {
    color: var(--pgl_blue) !important;
}

.pgl_green_txt {
    color: var(--pgl_green) !important;
}

.pgl_purple_txt {
    color: var(--pgl_purple) !important;
}

.pgl_yellow_bg {
    background-color: var(--pgl_yellow) !important;
}

.pgl_purple_bg {
    background-color: var(--pgl_purple) !important;
}

.pgl_green_bg {
    background-color: var(--pgl_green) !important;
}

.pgl_blue_bg {
    background-color: var(--pgl_blue) !important;
}

.outlined_button {
    background: none;
    border: 1px solid var(--color);
    border-radius: 6px;
    padding: 12px 24px;
    gap: 52px;
    box-sizing: border-box;
    color: var(--color);
}

.outlined_button:hover {
    background-color: rgba(0, 0, 0, 0.164);
}

.new {
    padding: 0 0 20px 0;
}

.new .slides {
    background-color: #FFFFFF;
}

.new .swiper {
    margin: 25px 10px 0px 10px;
    padding-top: 25px;
    overflow: hidden;
}

.new .swiper-slide {
    padding: 10px;
    height: 300px;
}

.new .swiper-slide .item {
    position: relative;
    height: 100%;
}

.new .swiper-slide .item .footer {
    position: absolute;
    bottom: 0;
}

.new .swiper-slide .item .footer:hover {
    text-decoration: underline;
}

.new .swiper-button-prev:after,
.new .swiper-button-next:after {
    font-size: 24px;
    color: var(--pgl_blue);
}

.new .swiper-button-prev {
    left: -40px;
}

.new .swiper-button-next {
    right: -40px;
}

.new .swiper-pagination {
    margin-top: 30px;
    position: relative;
}

.new .swiper-pagination .swiper-pagination-bullet {
    background-color: gray;
}

.new .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--pgl_blue);
}

@media (max-width: 1200px) {
    .new .swiper {
        margin: 15px 45px 0px 45px;
        padding-top: 15px;
    }

    .new .swiper-button-prev,
    .new .swiper-button-next {
        display: none;
    }
}

@media (max-width: 575px) {
    .new .swiper {
        margin: 10px 30px 0px 30px;
        padding-top: 10px;
    }
}

.new .title {
    color: #1A1A1A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.new .desc {
    color: #1A1A1A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.about_us {
    padding: 50px 0px;
}

.verticals .accordion-item {
    border: 0;
    margin-top: 30px;
    margin-bottom: 15px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.096);
}

.verticals .accordion-collapse {
    border: 0;
}

.verticals .accordion-button {
    padding: 15px 40px 20px 60px;
    border: 0;
    text-align: left;
    background: white;
    box-shadow: none;
    border-radius: 5px;
    text-decoration-line: underline;
    color: #0055A3;
}

.verticals .accordion-button:not(.collapsed) {
    border-bottom: 0;
    box-shadow: none;
}

.verticals .question-icon {
    position: absolute;
    top: 14px;
    left: 25px;
    font-size: 20px;
    color: #0055A3;
}

.verticals .accordion-button:after {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #0055A3;
}

.verticals .accordion-body {
    padding: 0 30px 25px 60px;
    border: 0;
    border-radius: 5px;
    background: white;
    box-shadow: none;
}



#hero b {
    font-weight: 700;
    border-bottom: solid 2px var(--pgl_blue);
}

#solutions {
    background-color: var(--pgl_purple);
    padding: 50px 0px;
}

#solutions .icon-box {
    background: #fefefe;
    /* box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1); */
    padding: 30px 20px;
    border: solid 1px lightgray;
    border-radius: 5px;
    /* transition: all ease-in-out 0.3s; */
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.308);
    transition: 0.3s;
    height: 100%;
}

#solutions .icon-box:hover {
    /* background: var(--pgl_yellow);
    border-color: var(--pgl_yellow); */
    box-shadow: 0px 4px 14px rgb(0, 0, 0);
}

#solutions a {
    color: #FFFFFF;
}

#solutions a:hover {
    text-decoration-line: underline;
}

#blogs {
    background-color: #F5F5F5;
    padding: 50px 0px;

}

#blogs .case_studies {
    background-image: url(/assets/img/logos/PGL_Gray.png);
    background-position: left 40px bottom 300px;
    background-repeat: no-repeat;
}

#blogs a {
    color: #000000;
}

#blogs a:hover {
    color: var(--pgl_purple);
    text-decoration-line: underline;
}

#training {
    background-color: #F5F5F5;
    padding: 50px 0px;
}

#training .training_quote {
    background-color: var(--pgl_yellow);
    padding: 20px;
    background-image: url(/assets/img/icons/top_right_corner_black.png);
    background-position: right 50px center;
    background-repeat: no-repeat;
}

#our_partners {
    background-color: #FFFFFF;
    padding: 50px 0px;
}

#our_partners .partner_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 180px;
    padding: 20px;
    border: 1px solid lightgray;
    border-radius: 5px;
    background-color: #FFFFFF;
}

@media (max-width: 768px) {
    #hero_products h1 {
        font-size: 36px;
        line-height: 40px;
    }

    #hero_products p {
        font-size: 19px;
        line-height: 25px;
    }
}

#product_details {
    color: #000000;
}

#product_details .desc {
    padding-top: 60px;
}

#product_details .features {
    padding-top: 30px;
}

#product_details .images {
    margin-top: 30px;
    padding: 30px 0;
}

#product_details .current_challenges {
    padding-top: 60px;
}

#product_details .current_challenges td {
    vertical-align: top;
}

#product_details .current_challenges td i {
    padding-right: 10px;
    font-size: 5px;
}

#product_details .our_solution {
    padding-top: 60px;
}

#product_details .helps_you {
    padding-top: 60px;
}

#training_verticals {
    padding: 60px 0px;
}

#product_details .product_features {
    padding: 60px 0;
}

.bottom_navbar {
    padding: 6px 10px;
}

#training_verticals .icon-box {
    height: 100%;
    color: #000000;
    background: #DFDFDF;
    /* box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1); */
    padding: 30px 20px;
    border: solid 1px lightgray;
    border-radius: 5px;
    /* transition: all ease-in-out 0.3s; */
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.308);
    transition: 0.3s;
}

#training_verticals .icon-box:hover {
    box-shadow: 0px 4px 14px rgb(0, 0, 0);
}


#certification_programmes {
    background-color: #F5F5F5;
    padding: 60px 0px;
}

#certification_programmes .icon-box {
    height: 100%;
    color: #FFFFFF;
    /* box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1); */
    border: solid 1px lightgray;
    border-radius: 5px;
    /* transition: all ease-in-out 0.3s; */
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.308);
    transition: 0.3s;
}

#certification_programmes .desc {
    padding: 30px 20px;
    border-radius: 0 0 5px 5px
}

#certification_programmes .icon-box:hover {
    box-shadow: 0px 4px 14px rgb(0, 0, 0);
}

#training_highlights {
    background-color: #D9D9D9;
    padding-top: 10px;
    padding-bottom: 60px;
}

/*--------------------------------------------------------------
# Header About
--------------------------------------------------------------*/
#header_about {
    transition: all 0.5s;
    z-index: 997;
    background: rgba(0, 0, 0, 0.9);
    color: #FFFFFF;
    height: 90px;
}

#header_about.header_about-transparent {
    background: transparent;
    color: #000000;
}

#header_about.header_about-scrolled {
    background: rgba(0, 0, 0, 0.9);
    color: #FFFFFF;
    height: 80px;
}

#header_about .logo {
    font-size: 34px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    letter-spacing: 3px;
    padding-left: 10px;
    cursor: pointer;
}

#header_about .logo a {
    color: #fff;
}

#header_about .logo img {
    max-height: 50px;
}

@media (max-width: 992px) {
    #header_about .logo {
        font-size: 28px;
    }
}


.video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
    position: relative;

}

.video-box::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.432);
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--pgl_yellow) 50%, rgba(224, 254, 21, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(var(--pgl_yellow), 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
    border-left: 15px solid var(--pgl_yellow);
    transform: scale(20);
}

.play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

#blog_header {
    padding-top: 120px;
    color: #3E3E3E;
}

#blog_header div {
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
}

#blog_header h1 {
    color: #1A1A1A;
}

#blog_body {
    padding: 45px 0 60px 0;
    color: #3E3E3E;
}

#work_with {
    padding: 160px 0 60px 0;
}

#work_with .drop_cv {
    background-image: url(/assets/img/icons/top_right_corner_blue.png);
    background-position: right top;
    background-repeat: no-repeat;
}

#work_with .drop_cv a {
    color: #000000;
}

#work_with .drop_cv a:hover {
    color: var(--pgl_blue);
}


#blogs_list {
    padding: 120px 0;
}

#blogs_list a {
    color: #000000;
}

#blogs_list a:hover {
    cursor: pointer;
    text-decoration: underline;
    color: var(--pgl_purple);
}