.hero-banner-sec {
    position: relative;
    height: 85vh;
}
.hero-banner-card {
    position: relative;
}
.hero-banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.wrapper {
    position: relative;
    width: 100%;
    max-width: 1576px;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
}
.hero-banner-content {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 1250px;
}
.hero-ov-content {
    width: 600px;
    max-width: 100%;
}
.hero-banner-content h3 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: var(--color_5);
}
.hero-banner-content h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color_4);
    text-transform: uppercase;
    margin-bottom: 15px;
}
.hero-banner-content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}
/* .content-bullet-block {
    position: absolute;
    left: 0;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 1250px;
    z-index: 20;
} */
.content-bullet-block {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1250px;
    z-index: 20;
}
.exr-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 22px;
    position: relative;
    margin-bottom: 65px;
}
.exr-btn:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 16px;
    /* background: url("assets/img/svg/exr-arrow.svg") no-repeat; */
}
.content-bullet-slider .slick-track {
    display: flex !important;
}
.content-bullet-slide {
    width: 25%;
    height: inherit !important;
}
.content-bullet-text {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding: 25px 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.25);
}
.content-bullet-text .icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.content-bullet-text .icon img {
    margin: 0 auto;
    width: 40px;
    height: auto;
}
.content-bullet-text .ov-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 80px);
    margin-left: auto;
}
.content-bullet-text .ov-content .num {
    font-size: 40px;
    font-weight: 700;
    overflow: hidden;
    color: var(--color_3);
    flex-shrink: 0;
    margin-right: 10px;
}
.content-bullet-text .ov-content .ov-text {
    flex: 1 1 auto;
}
.content-bullet-text .ov-content .ov-text span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    line-height: 1.3;
}
.content-bullet-text .ov-content .ov-text p {
    font-size: 25px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.3;
}
.content-bullet-slide:nth-child(3) .content-bullet-text .ov-content .ov-text span,
.content-bullet-slide:nth-child(4) .content-bullet-text .ov-content .ov-text span {
    font-size: 18px;
}
.content-bullet-slide:nth-child(3) .content-bullet-text .ov-content .ov-text p,
.content-bullet-slide:nth-child(4) .content-bullet-text .ov-content .ov-text p {
    font-size: 22px;
}
.content-bullet-slide.slick-current .content-bullet-text {
    background-color: var(--color_2);
}
.exr-btn:hover {
    text-decoration: underline;
}
.hm-social-links {
    position: absolute;
    right: 86px;
    top: 50%;
    transform: translateY(-50%);
}
.hm-social-links a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #dfdfdf;
}
.hm-social-links a:not(:last-child) {
    margin-bottom: 18px;
}
/* .hm-social-links .yt-icon {
    background: url("assets/img/social-icons/yt-icon.svg") no-repeat center center;
} */
/* .hm-social-links .tw-icon {
    background: url("assets/img/social-icons/twitter-icon.svg") no-repeat center center;
} */
/* .hm-social-links .in-icon {
    background: url("assets/img/social-icons/linkedin-icon.svg") no-repeat center center;
} */
.hm-social-links .yt-icon:hover,
.hm-social-links .tw-icon:hover,
.hm-social-links .in-icon:hover {
    background-color: var(--color_5);
    border-color: var(--color_5);
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px 0;
}
.section-head .section-heading {
    text-align: left;
    margin: 0;
}
.section-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.section-head .view-range-btn {
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px 0 0;
    display: inline-block;
    position: relative;
    color: var(--color_5);
}
.section-head .view-range-btn:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 16px;
    /* background: url("assets/img/svg/brown-right-arrow.svg") no-repeat; */
}
.section-head .view-range-btn:hover {
    text-decoration: underline;
}

.slick-dots {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.slick-dots li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.slick-dots li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--color_2);
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color_2);
    padding: 0;
    margin: 0 auto;
}
.slick-dots li button:before {
    display: none;
}
.slick-dots li.slick-active:before {
    transform: scale(1);
}

.hero-banner-slider {
    position: relative;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 88px);
}
.hero-banner-slider .hero-banner-slide {
    white-space: normal;
    display: inline-block !important;
    vertical-align: top;
    float: none !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    min-height: 85vh;
}


.content-bullet-slide.slick-current .content-bullet-text {
    background-color: black;
}

.hero-banner-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url(assets/img/ajax-loader.gif); */
    z-index: 15;
}
.hero-banner-slider.slick-initialized:before {
    display: none;
}
.hero-banner-slider.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.hero-banner-slider .slick-dots {
    bottom: 25px;
}

.hm-kb-org-sec {
    position: relative;
    padding: 70px 0;
    background-color: #f5f5f5;
}
.hm-kb-org-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-kb-org-left {
    width: 48%;
    margin-right: auto;
}
.hm-kb-org-right {
    width: 48%;
    margin-left: auto;
}
.hm-kb-org-content h1,
.page-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #6d1221;
    line-height: 1.3;
}
.hm-kb-org-content h3,
.hm-kb-org-content h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #6d1221;
    line-height: 1.3;
}
.hm-kb-org-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--color_7);
    text-align: justify;
    line-height: 1.65;
}
.hm-kb-org-content a {
    border-radius: 50px;
}
.hm-kb-org-thumb {
    border: 6px solid var(--color_3);
    position: relative;
    box-shadow: 9px 4px 37px 10px rgba(0, 0, 0, 0.25);
}
.hm-kb-org-thumb a {
    position: relative;
    display: block;
}
/*.hm-kb-org-thumb a:before{position: absolute;content: '';left: 0;top:0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.4);}*/
.hm-kb-org-thumb a:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid var(--color_3);
    /* background: url("assets/img/svg/play-icon.svg") no-repeat center center; */
    transition: all 0.3s ease-in-out;
    background-color: var(--color_5);
}
.hm-kb-org-thumb a:hover:after {
    transform: translate(-50%, -50%) scale(1.2);
}
.hm-kb-org-thumb figure {
    margin-bottom: 0;
}
.hm-kb-org-overlay {
    position: absolute;
    left: 40px;
    bottom: 60px;
    width: 264px;
}
.hm-kb-org-overlay h4 {
    font-size: 32px;
    font-weight: 700;
    color: var(--color_3);
    line-height: 1.2;
}
.hm-kb-org-overlay figure {
    margin-bottom: 5px;
    width: 181px;
}
.page-title {
    margin-bottom: 20px;
}

.top-cats-sec {
    position: relative;
    padding: 70px 0;
    border-top: 1px solid #dfdfdf;
    background-color: #f5f5f5;
}
.top-cats-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
}
.top-cats-list-item {
    width: calc(20% - 20px);
    display: flex;
    align-self: stretch;
}
.top-cats-list-item a {
    display: block;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 10px;
    background-color: #ffffff;
}
.top-cats-list-item figure {
    margin: 0 20px 20px;
    padding: 0;
    position: relative;
}
.top-cats-list-item figure img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}
.top-cats-list-item h3 {
    font-size: 15px;
    font-weight: 600;
}
.top-cats-list-item a:hover img {
    transform: scale(1.125);
}
.top-cats-list-item a:hover h3 {
    color: var(--color_5);
}

.hero-banner-slider {
    position: relative;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 88px);
}
.testm-slider .testm-slide, .content-bullet-slider .content-bullet-slide {
    float: none;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
.content-bullet-text {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding: 25px 20px;
    cursor: pointer;
    transition: all 0.30sease-in-out;
    -webkit-transition: all 0.30sease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    background-color: rgba(0, 0, 0, 0.25);
}
.hero-banner-slider .hero-banner-slide {
    white-space: normal;
    display: inline-block !important;
    vertical-align: top;
    float: none !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    min-height: 85vh;
}
.hero-banner-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url(assets/img/ajax-loader.gif); */
    z-index: 15;
}
.hero-banner-slider.slick-initialized:before {
    display: none;
}
.hero-banner-slider.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.hero-banner-slider .slick-dots {
    bottom: 25px;
}

.hm-kb-org-sec {
    position: relative;
    padding: 70px 0;
    background-color: #f5f5f5;
}
.hm-kb-org-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-kb-org-left {
    width: 48%;
    margin-right: auto;
}
.hm-kb-org-right {
    width: 48%;
    margin-left: auto;
}
.hm-kb-org-content h1,
.page-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #6d1221;
    line-height: 1.3;
}
.hm-kb-org-content h3,
.hm-kb-org-content h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #6d1221;
    line-height: 1.3;
}
.hm-kb-org-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--color_7);
    text-align: justify;
    line-height: 1.65;
}
.hm-kb-org-content a {
    border-radius: 50px;
}
.hm-kb-org-thumb {
    border: 6px solid var(--color_3);
    position: relative;
    box-shadow: 9px 4px 37px 10px rgba(0, 0, 0, 0.25);
}
.hm-kb-org-thumb a {
    position: relative;
    display: block;
}
/*.hm-kb-org-thumb a:before{position: absolute;content: '';left: 0;top:0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.4);}*/
.hm-kb-org-thumb a:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid var(--color_3);
    /* background: url("assets/img/svg/play-icon.svg") no-repeat center center; */
    transition: all 0.3s ease-in-out;
    background-color: var(--color_5);
}
.hm-kb-org-thumb a:hover:after {
    transform: translate(-50%, -50%) scale(1.2);
}
.hm-kb-org-thumb figure {
    margin-bottom: 0;
}
.hm-kb-org-overlay {
    position: absolute;
    left: 40px;
    bottom: 60px;
    width: 264px;
}
.hm-kb-org-overlay h4 {
    font-size: 32px;
    font-weight: 700;
    color: var(--color_3);
    line-height: 1.2;
}
.hm-kb-org-overlay figure {
    margin-bottom: 5px;
    width: 181px;
}
.page-title {
    margin-bottom: 20px;
}

.top-cats-sec {
    position: relative;
    padding: 70px 0;
    border-top: 1px solid #dfdfdf;
    background-color: #f5f5f5;
}
.top-cats-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
}
.top-cats-list-item {
    width: calc(20% - 20px);
    display: flex;
    align-self: stretch;
}
.top-cats-list-item a {
    display: block;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 10px;
    background-color: #ffffff;
}
.top-cats-list-item figure {
    margin: 0 20px 20px;
    padding: 0;
    position: relative;
}
.top-cats-list-item figure img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}
.top-cats-list-item h3 {
    font-size: 15px;
    font-weight: 600;
}
.top-cats-list-item a:hover img {
    transform: scale(1.125);
}
.top-cats-list-item a:hover h3 {
    color: var(--color_5);
}
.certified-sec {
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    padding: 70px 0;
    z-index: 2;
}

.certified-left.aos-init.aos-animate {
    display: flex;
    justify-content: center;
    align-items: center;
}
.certified-wrap {
    display: flex;
    justify-content: space-between;
}


