.brownhku {
    color: #3e1f0c !important;
}

.brown-2 {
    color: #414141 !important;
}

.greenhku {
    color: #00b48d !important;
}

.redhku {
    color: #ef4123 !important;
}

.yellowhku {
    color: #ffd400 !important;
}

.white18 {
    color: #ffffff !important;
    font-size: 18px;
}

.white {
    color: #ffffff !important;
}

.brown18 {
    color: #3e1f0c !important;
    font-size: 18px;
}

.black {
    color: #000000 !important;
}

.bluehku {
    color: #004aad !important;
}

.accrediation-text {
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    margin-top: 15px;
    text-transform: none !important;
}

#div_983a_5b {
    max-width: 220px;
}

#div_983a_5c {
    max-width: 170px;
}



#div_983a_6b {
    border-color: #ef4123;
    border-bottom-width: 4px;
}

#div_983a_6c {
    border-color: #ef4123;
    border-bottom-width: 2px;
}

#h3_title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
}

#h4_title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: none;
    color: #ffffff;
}

.kingster-page-title-wrap .kingster-page-title-bottom-gradient2 {
    height: 300px;
}

.kingster-page-title-wrap .kingster-page-title-bottom-gradient2 {
    background: rgba(34, 34, 34, .5);
}

.kingster-page-title-wrap .kingster-page-title-bottom-gradient2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.overlay-bg {
    background: rgba(0, 0, 0, 0.2);
    background-blend-mode: normal;
}

.text-shadow {
    text-shadow: 1px 1px 2px #95b3f8b9;
}

.hrwhite {
    border-top: 2px solid white;
    display: block !important;
}

.text-center {
    text-align: center;
}

@media only screen and (min-width: 768px) {

    #title-text1 {
        font-size: x-large;
        font-weight: 600;
        letter-spacing: 0px;
        text-transform: none;
        color: #3e1f0c;
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 767px) {
    #title-text1 {
        font-size: large;
        font-weight: 600;
        margin-top: 20px;
        text-transform: uppercase;
        color: #3e1f0c;
        padding-bottom: 10px;
    }

}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.uppercase {
    text-transform: uppercase !important;
}

.gdlr-core-portfolio-thumbnail-image-wrap-content {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 25%;
    line-height: 1.55;
    display: block;
    color: #004aad;
    text-align: center;
}

.program-content1 {
    color: #004aad !important;
    font-size: 1.5rem;
    font-weight: 600;

}

.program-content2 {
    color: white !important;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .program-content1 {
        font-size: 1rem;
        font-weight: 600;
        line-height: 28px;

    }

    .program-content2 {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.2px;
        text-transform: none;
    }
}

/* .gdlr-core-portfolio-thumbnail-image-wrap-content {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 0;
    line-height: 1.25;
    display: block;
    color: #004aad;
    text-align: center;
} */

@media only screen and (max-width: 767px) {
    .program-content1 {
        font-size: 1rem;
        letter-spacing: 0;
    }

    /* .gdlr-core-portfolio-thumbnail-image-wrap-content {
        position: absolute;
        left: 10%;
        right: 10%;
        top: 0;
        line-height: 1.55;
        display: block;
        color: #004aad;
        text-align: center;
    } */

    .program-content2 {
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 0.1px;
        text-transform: none;
    }

    .gdlr-core-portfolio-thumbnail-image-wrap img {
        width: 100%;
        max-height: 200px;
    }
}

.border8px {
    border-radius: 8px !important;
}

.border10px {
    border-radius: 10px !important;
}

.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;

}

/*-----------------------
Video Popup 
-------------------------*/
a.video-popup,
button.video-popup {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

a.video-popup::before,
button.video-popup::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translate(-6px, -9px);
    -ms-transform: translate(-6px, -9px);
    transform: translate(-6px, -9px);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #f9004d;
}

a.video-popup:hover,
button.video-popup:hover {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

a.video-popup.position-top-center,
button.video-popup.position-top-center {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 0 none;
    width: 110px;
    height: 110px;
    margin-left: -55px;
    margin-top: -55px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {

    a.video-popup.position-top-center,
    button.video-popup.position-top-center {
        width: 70px;
        height: 70px;
        margin-left: -35px;
        margin-top: -35px;
    }
}

a.video-popup.position-top-center:hover,
button.video-popup.position-top-center:hover {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

a.video-popup.theme-color,
button.video-popup.theme-color {
    background: transparent;
    border-color: #ef4123;
}

a.video-popup.theme-color::before,
button.video-popup.theme-color::before {
    border-left: 15px solid #ffffff;
}

a.video-popup.black-color,
button.video-popup.black-color {
    background: #000000;
    border-color: #000000;
}

a.video-popup.black-color::before,
button.video-popup.black-color::before {
    border-left: 15px solid #ffffff;
}

a.video-popup.size-medium,
button.video-popup.size-medium {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
}



/*
 * Scroll down icon
 */

@-webkit-keyframes scroll-down-anim {
    0% {
        -webkit-transform: translateY(-3px);
    }

    50% {
        -webkit-transform: translateY(3px);
    }

    100% {
        -webkit-transform: translateY(-3px);
    }
}

@keyframes scroll-down-anim {
    0% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(-3px);
    }
}

.scroll-down-wrap {
    position: absolute;
    bottom: 13px;
    left: 50%;
    width: 48px;
    height: 48px;
    margin-left: -24px;
}

.scroll-down {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    opacity: .9;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -webkit-animation: scroll-down-anim 1.15s infinite;
    animation: scroll-down-anim 1.15s infinite;
}

.scroll-down:before {
    display: block;
    content: "";
    width: 33px;
    height: 33px;
    margin: -17px 0 0 -17px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);

    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);

    z-index: 1;
}

.scroll-down:hover:before {
    opacity: .8;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.26);
}

.scroll-down-icon {
    display: block;
    width: 13px;
    height: 9px;
    margin-left: -7px;
    margin-top: -3px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13px" height="9px"><path fill-rule="evenodd" fill="rgb(17, 17, 17)" d="M13.004,1.626 L6.780,9.003 L6.304,8.474 L6.133,8.664 L-0.004,1.955 L1.453,0.335 L6.550,5.905 L11.536,-0.005 L13.004,1.626 Z"/></svg>');
    background-repeat: no-repeat;
    z-index: 2;
}

/*BG color*/
.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #f1f1f1;
}

.bg-gray-lighter {
    background-color: #f7f7f7;
}

.bg-gray-dark {
    background-color: #282828;
}

.light-content {
    color: #ffffff;
}

.bg-dark {
    background-color: #111 !important;
}

.bg-dark-lighter {
    background-color: #1b1b1b !important;
}

.bg-dark.light-content {
    background-color: #1b1b1b !important;
}

.bg-dark-lighter.light-content {
    background-color: #232323 !important;
}

.bg-dark,
.bg-dark-lighter,
.bg-dark-alfa-30,
.bg-dark-alfa-50,
.bg-dark-alfa-70,
.bg-dark-alfa-90,
.bg-dark-alfa,
.bg-color,
.bg-color-lighter,
.bg-color-alfa-30,
.bg-color-alfa-50,
.bg-color-alfa-70,
.bg-color-alfa-90,
.bg-color-alfa {
    color: #fff;
}

.bg-dark a,
.bg-dark-lighter a,
.bg-dark-alfa-30 a,
.bg-dark-alfa-50 a,
.bg-dark-alfa-70 a,
.bg-dark-alfa-90 a,
.bg-dark-alfa a,
.bg-color a,
.bg-colorlighter a,
.bg-color-alfa-30 a,
.bg-color-alfa-50 a,
.bg-color-alfa-70 a,
.bg-color-alfa-90 a,
.bg-color-alfa a {
    color: rgba(255, 255, 255, .8);
}

.bg-dark a:hover,
.bg-dark-lighter a:hover,
.bg-dark-alfa-30 a:hover,
.bg-dark-alfa-50 a:hover,
.bg-dark-alfa-70 a:hover,
.bg-dark-alfa-90 a:hover,
.bg-dark-alfa a:hover,
.bg-color a:hover,
.bg-color-lighter a:hover,
.bg-color-alfa-30 a:hover,
.bg-color-alfa-50 a:hover,
.bg-color-alfa-70 a:hover,
.bg-color-alfa-90 a:hover,
.bg-color-alfa a:hover {
    color: #fff;
}

.bg-color .text,
.bg-color-lighter .text,
.bg-color-alfa-30 .text,
.bg-color-alfa-50 .text,
.bg-color-alfa-70 .text,
.bg-color-alfa-90 .text,
.bg-color-alfa .text,
.bg-color .section-text,
.bg-color-lighter .section-text,
.bg-color-alfa-30 .section-text,
.bg-color-alfa-50 .section-text,
.bg-color-alfa-70 .section-text,
.bg-color-alfa-90 .section-text,
.bg-color-alfa .section-text {
    color: #fff;
}

.bg-dark-alfa:before,
.bg-dark-alfa .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(17, 17, 17, .97);
}

.bg-dark-alfa-30:before,
.bg-dark-alfa-30 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, .3);
}

.bg-dark-alfa-50:before,
.bg-dark-alfa-50 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, .5);
}

.bg-dark-alfa-70:before,
.bg-dark-alfa-70 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(17, 17, 17, .7);
}

.bg-dark-alfa-90:before,
.bg-dark-alfa-90 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(3, 3, 3, .9);
}

.bg-light-alfa:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, .97);
}

.bg-light-alfa-30:before,
.bg-light-alfa-30 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, .30);
}

.bg-light-alfa-50:before,
.bg-light-alfa-50 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, .50);
}

.bg-light-alfa-70:before,
.bg-light-alfa-70 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, .7);
}

.bg-light-alfa-90:before,
.bg-light-alfa-90 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, .9);
}

.bg-color {
    background-color: #f1273c;
}

.bg-color-alfa:before,
.bg-color-alfa .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f1273c;
    opacity: .97;
}

.bg-color-alfa-30:before,
.bg-color-alfa-30 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f1273c;
    opacity: .3;
}

.bg-color-alfa-50:before,
.bg-color-alfa-50 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f1273c;
    opacity: .5;
}

.bg-color-alfa-70:before,
.bg-color-alfa-70 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f1273c;
    opacity: .7;
}

.bg-color-alfa-90:before,
.bg-color-alfa-90 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f1273c;
    opacity: .9;
}

.bg-orange {
    background-color: #f47631 !important;
}

.bg-yellow {
    background-color: #ffce02 !important;
}

.bg-cyan {
    background-color: #27c5c3 !important;
}

.bg-green {
    background-color: #58bf44 !important;
}

.bg-blue {
    background-color: #43a5de !important;
}

.bg-purple {
    background-color: #375acc !important;
}

.bg-red {
    background-color: #f1273c !important;
}

.bg-hku1 {
    background-color: #f0eee9 !important;
}

.bg-hku2 {
    background-color: #f1eeea !important;
}

.bg-bluehku {
    background-color: #004aad !important;
}

.bg-brownhku1 {
    background-color: #dac5b8 !important;
}

.bg-light-brown-alfa-70:before,
.bg-light-brown-alfa-70 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(36, 18, 7 .7);
}

.bg-light-linear-left:before,
.bg-light-linear-left .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #f0eee9e8 0%, rgba(241, 238, 234, 0.2) 100%);
}

.bg-light-linear-right:before,
.bg-light-linear-right .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #f0eee9d5 0%, rgba(241, 238, 234, 0.4) 100%);
}

.bg-box-blue {
    background-color: rgba(83, 204, 231, 0.37);
    ;
}

.activities-hkuro {
    border: 1px solid #b69b74;
    padding: 10px;
    border-radius: 10px;
    padding-top: 54px;
    background: #f0eee9;
    margin: 10px;
    margin-bottom: 30px;
}

.middle-vertical-align {
    vertical-align: middle !important;
}

/* Tab Style  */
ul.nav.tab-style--1 li a,
ul.nav.tab-style--1 li a::before {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}


.list-style--1,
ul.list-style,
ul.nav.tab-style--1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.liststyle {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.nav.tab-style--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0 none;
    justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    ul.nav.tab-style--1 {
        margin: 0 -10px;
    }
}

ul.nav.tab-style--1 li {
    position: relative;
    margin: 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    ul.nav.tab-style--1 li {
        margin: 0 10px;
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    ul.nav.tab-style--1 li {
        margin-bottom: 10px;
    }
}

ul.nav.tab-style--1 li a {
    border: 0 none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    background: transparent;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    color: #1d1d24;
}

ul.nav.tab-style--1 li a::before {
    position: absolute;
    content: "";
    width: 30px;
    background: rgba(0, 0, 0, 0.2);
    height: 2px;
    bottom: 0;
}

ul.nav.tab-style--1 li a.active {
    background: transparent;
    color: #f9004d;
}

ul.nav.tab-style--1 li a.active::before {
    width: 100%;
    background: currentColor;
}

/*------------------------
    Tab Content  
-------------------------*/
.single-tab-content {
    padding-top: 20px;
}

.single-tab-content p {
    font-weight: 300;
    color: #717173;
    font-size: 18px;
    line-height: 30px;
}

.single-tab-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-tab-content ul.list-style--1 li {
    margin-bottom: 10px;
}

.single-tab-content ul li {
    color: #7e7e7e;
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 15px;
    font-weight: 300;
}

.single-tab-content ul li a {
    font-weight: 500;
    display: block;
    color: #717173;
}

.single-tab-content ul li a span {
    font-weight: 300;
}

.accodion-style--1 .accordion__item {
    border: none !important;
    overflow: hidden;
}

.accodion-style--1 .accordion__item .accordion__heading {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.accodion-style--1 .accordion__item .accordion__heading .accordion__button {
    background: none;
    color: #1f1f25;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accodion-style--1 .accordion__item .accordion__heading .accordion__button[aria-disabled="true"]::after,
.accodion-style--1 .accordion__item .accordion__heading .accordion__button[aria-expanded="true"]::after {
    width: 100%;
    background: #f9004d;
}

.accodion-style--1 .accordion__item .accordion__heading .accordion__button::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.accodion-style--1 .accordion__item .accordion__heading .accordion__button::before {
    display: none;
    border: none !important;
}

.accodion-style--1 .accordion__item .accordion__heading .accordion__button:focus {
    outline: none;
}

.accodion-style--1 .accordion__item .accordion__panel {
    background: none;
    border: none;
    padding: 0 0 15px 0;
    margin: 0;
    font-weight: 300;
    color: #717173;
    -webkit-animation: fadeInUp 0.1s;
    animation: fadeInUp 0.1s;
}

.accodion-style--1 .accordion__item+.accordion__item {
    margin-top: 10px;
}

/*-------------------------------
    Accordiuon Style One  
--------------------------------*/
.rn-card .rn-card-header {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.rn-card .rn-card-header a.btn {
    background: none;
    color: #1f1f25;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
}

.rn-card .rn-card-header a.btn[aria-disabled="true"]::after,
.rn-card .rn-card-header a.btn[aria-expanded="true"]::after {
    width: 100%;
    background: #f9004d;
}

.rn-card .rn-card-header a.btn::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.rn-card .rn-card-body {
    font-size: 18px;
    line-height: 30px;
    background: none;
    border: none;
    padding: 0 0 15px;
    margin: 0;
    font-weight: 300;
}

.rn-card+.rn-card {
    margin-top: 10px;
}

.list-style--1 li {
    color: #7e7e7e;
    font-weight: 400;
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-style--1 li i,
.list-style--1 li svg {
    color: #f9004d;
    margin-right: 5px;
}

.list-style--1 li svg {
    height: 16px;
    width: 16px;
}

.list-style--1.text-white li {
    color: #ffffff;
}

.gdlr-core-tab-item-title2 {
    color: #8d8d8d;
}

.gdlr-core-tab-item-title2.gdlr-core-active {
    color: #ef4123;
}

.gdlr-core-tab-style2-horizontal .gdlr-core-tab-item-title,
.gdlr-core-tab-style2-vertical .gdlr-core-tab-item-title {
    background-color: none;
}

@media only screen and (max-width: 767px) {
    .gdlr-core-tab-item-title-wrap {
        background-color: #f7f7f7;
    }
}

.gdlr-core-tab-item-content2 {
    color: none;
}

.gdlr-core-tab-item-content2 {
    background-color: none;
    border: none;

}

.gdlr-core-tab-style2-horizontal .gdlr-core-tab-item-content-wrap {
    overflow: hidden;
    border-color: none;
}

.gdlr-core-tab-style2-horizontal .gdlr-core-tab-item-title.gdlr-core-active,
.gdlr-core-tab-style2-vertical .gdlr-core-tab-item-title.gdlr-core-active {
    background-color: none;
    color: #ef4123;
}

.flex-align-middle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.title-slider {
    white-space: nowrap;
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0px;
    font-family: Gotham, sans-serif;
}

.gdlr-core-text-box-item {
    display: inline-block;
    width: 100%;
    height: 180px;
}

.process-letter {
    color: #ef4123 !important;
    /* margin-top: 5px;
    margin-right: 33px;
    margin-left: 7px; */
    font-size: 45px;
}

.div_983a_12 {
    border: 1px solid #f0eee9 !important;
    width: 78px;
    height: 78px;
    line-height: 73px;
    text-align: center;
    border-radius: 100%;
    background: #ffffff;
    font-size: 28px;
    position: absolute;
    top: -26px;
    left: 47px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.btn-download {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 13px 26px 16px 30px;
    text-transform: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #004aad;
    border: none;
}

.tab-elements label {
    cursor: pointer;
}

.tab-elements {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tab-elements input {
    display: none;
}

.tab-elements label {
    display: inline-flex;
}

/* MAINTAB */
.main-tab+label {
    background: #ffffff;
    color: #3e1f0c;
    position: relative;
    padding: 0.5rem 1.6rem;
    margin: 0.15rem;
    border: 1px solid #ef4123;
    border-radius: 10px;
    font-size: 1.2rem;
}

.main-tab+label:first-of-type {}

.main-tab+label:last-of-type {}

.main-tab:checked+label {
    color: #fff;
    font-weight: bold;
    background: #ef4123;
    transform: translate(0px, -2px);
    transition: transform 0.2s;
    box-shadow:-1px 2px 5px 0px #cdcaca;
}

.main-tab+label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;

}

.main-tab+label:first-of-type::after {
    border-radius: 1rem 0 0 1rem;
}

.main-tab+label:last-of-type::after {
    border-radius: 0 1rem 1rem 0;
}

/* Relationship between label and input from MAIN TAB */
#main-tab1:checked~.main-tab1,
#main-tab2:checked~.main-tab2,
#main-tab3:checked~.main-tab3,
#main-tab4:checked~.main-tab4,
#main-tab5:checked~.main-tab5 {
    display: flex;
    justify-content: center;
}

/* SUBTAB */
.sub-tab {
    background: #ffffff;
    display: none;
    flex-wrap: wrap;
    /* margin-top: 2.5rem; */
    padding: 2rem;
    width: 100%;
}

.sub-tab .sub-tab-title {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    width: 100%;
    border-bottom: 0.0625rem solid #dddddd;
}

.sub-tab label {
    padding: 1rem;

    border-bottom: 0.1875rem solid #dddddd;

    transition: border 0.3s;
}

.sub-tab input:checked+label {
    color: #004aad;
    font-weight: bold;
    border-color: #004aad;
    font-size: large;
}

.sub-tab .tab-content {
    display: none;
    padding: 2rem 0 0;
    width: 100%;
}

/* Relationship between label and input from SUB TAB in .main-tab1 */
.sub-tab #sub-tab1-1:checked~.content1,
.sub-tab #sub-tab1-2:checked~.content2,
.sub-tab #sub-tab1-3:checked~.content3 {
    display: block;
}

/* Relationship between label and input from SUB TAB in .main-tab2 */
.sub-tab #sub-tab2-1:checked~.content1,
.sub-tab #sub-tab2-2:checked~.content2,
.sub-tab #sub-tab2-3:checked~.content3 {
    display: block;
}

/* Relationship between label and input from SUB TAB in .main-tab3 */
.sub-tab #sub-tab3-1:checked~.content1,
.sub-tab #sub-tab3-2:checked~.content2,
.sub-tab #sub-tab3-3:checked~.content3 {
    display: block;
}

/* Relationship between label and input from SUB TAB in .main-tab4 */
.sub-tab #sub-tab4-1:checked~.content1,
.sub-tab #sub-tab4-2:checked~.content2,
.sub-tab #sub-tab4-3:checked~.content3 {
    display: block;
}

/* Relationship between label and input from SUB TAB in .main-tab5 */
.sub-tab #sub-tab5-1:checked~.content1,
.sub-tab #sub-tab5-2:checked~.content2,
.sub-tab #sub-tab5-3:checked~.content3 {
    display: block;
}

#popup-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    display: none;
}
#popup input {
    display: flex;
}

#popup {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 101;
    padding: 30px;
    text-align: center;
    max-width: fit-content;
}

#close-popup {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.popover-content {
    display: none;
    position: absolute;
    z-index: 999;
    top: 0;
    left: calc(50% + 0.5rem);
    width: 100%;
    padding: 1rem;
    background-color: #f0eee9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 5px;
}


@media only screen and (max-width: 767px) {
    .popover-content {
        top: auto;
        left: 0;
    }

}
.popover-btn:hover+.popover-content {
    display: block;
}

.popover-header {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}

.popover-body {
    padding: 0.5rem;
    font-size: 0.875rem;
}

.description-blog-text{
    overflow: hidden;
    max-height: 7rem;
    line-height: 2rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.gdlr-core-blog-modern{
    border-radius: 6px;
}
/*
     FILE ARCHIVED ON 22:05:32 Nov 08, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:48:33 Jul 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.411
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.024
  esindex: 0.008
  cdx.remote: 60.878
  LoadShardBlock: 1485.055 (3)
  PetaboxLoader3.datanode: 110.682 (4)
  PetaboxLoader3.resolve: 1512.671 (3)
  load_resource: 217.043
*/