/* for all */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    scroll-behavior: smooth;
    text-decoration: none;
}

p,
a,
button,
span,
ul,
li,
label,
input {
    font-family: kohinoorPoppins;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: kohinoorInter;
}


/* variable */
:root {
    --one-color: #CC050C;
    --two-color: #1c0a7f;
    --three-color: #ecf0f3;
    --four-color: #323832;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-medium-black: #1a1a1a;
    --color-less-black: #333333;
    --color-medium-blue: #3b5998;
    --color-offwhite: #f5f5f5;
    --font-size-standard-16: 16px;
    --font-size-12: 12px;
    --font-size-14: 14px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-26: 26px;
    --font-size-28: 28px;
    --font-size-30: 30px;
    --font-size-32: 32px;
    --font-size-40: 40px;
}


header .item {
    /* height: 80vh; */
    position: relative;
}


header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .item .cover {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-stage-outer {
    position: relative;
}

.owl-carousel .owl-item {
    opacity: 1;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0px;
    color: rgba(0, 0, 0, 0.2) !important;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    opacity: 1;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #e6e6e6;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: #d89090;
}

.owl-carousel .owl-nav .owl-prev img,
.owl-carousel .owl-nav .owl-next img {
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev img {
    margin-left: -3px;
}

.owl-carousel .owl-nav .owl-next img {
    margin-left: 3px;
}

@media (prefers-reduced-motion: reduce) {

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-prev small,
.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-next small {
    display: block;
    color: #000;
    line-height: .8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {

    .owl-carousel .owl-nav .owl-prev p span,
    .owl-carousel .owl-nav .owl-prev p small,
    .owl-carousel .owl-nav .owl-next p span,
    .owl-carousel .owl-nav .owl-next p small {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.owl-carousel .owl-nav .owl-prev small,
.owl-carousel .owl-nav .owl-next small {
    text-transform: uppercase;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
    line-height: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {

    .owl-carousel .owl-nav .owl-prev span:before,
    .owl-carousel .owl-nav .owl-next span:before {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.owl-carousel .owl-nav .owl-prev:hover small,
.owl-carousel .owl-nav .owl-next:hover small {
    color: #dbcc8f;
}

.owl-carousel .owl-nav .owl-prev:hover span:before,
.owl-carousel .owl-nav .owl-next:hover span:before {
    color: #dbcc8f;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-dots {
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 10px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    gap: 10;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 20px;
    background: var(--one-color);
    position: relative;
    transition: .5s;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--one-color);
    width: 30px;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

header .owl-item.active h4,
header .owl-item.active .cont3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

header .owl-item.active .title_image {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

header .owl-item.active .learn_more_btn {
    position: absolute;
    bottom: 20px;
    left: 40px;
    padding: 5px 15px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item .learn_more_btn {
    padding: 5px 15px;
}

.desktop_slider,
.mobile_slider {
    width: 100%;
}

.desktop_slider img,
.mobile_slider img {
    height: 100%;
    width: 100%;
}

.mobile_slider {
    display: none;
}


/* promo offer  */
.promo_details_section {
    padding: 30px 0;
}

.promo_details_section .discount_image {
    height: auto;
    width: 100%;
}

.offer_area {
    padding: 30px 0 0;
    position: relative;
    z-index: 1;
}

.offer_content .sub_title {
    display: inline-block;
    color: var(--one-color);
    font-size: var(--font-size-18);
    margin-bottom: 5px;
    font-weight: bold;
}

.offer_content h2 {
    color: black;
    margin-bottom: 13px;
    font-weight: 700;
}

.offer_content .list {
    padding-left: 0;
    margin-bottom: 20px;
    list-style-type: none;
    border-bottom: 1px solid #484850;
    padding-bottom: 20px;
}

.offer_content .list li {
    display: inline-block;
    margin-right: 20px;
    color: rgba(1, 0, 0, 0.78);
    text-transform: uppercase;
}

.offer_content .price .old_price {
    color: var(--one-color);
    text-decoration: line-through;
    display: inline-block;
    font-size: var(--font-size-24);
}

.offer_content .price .new_price {
    color: black;
    display: inline-block;
    margin-left: 10px;
    font-weight: 700;
    font-size: var(--font-size-30);
}

.offer_content .features_list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 10px;
    color: rgba(1, 0, 0, 0.78);
}

.offer_time {
    background-color: var(--one-color);
    padding: 20px 10px;
    position: relative;
    z-index: 1;
    color: var(--color-white);
    border-radius: 5px;
}

.offer_time h2 {
    margin-bottom: 20px;
}

.offer_time span {
    color: #e1ff19;
}

.coundown_area {
    margin: 0 auto;
    text-align: center;
}

.offer_time h1 {
    font-weight: normal;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}

.offer_time li {
    display: inline-block;
    font-size: var(--font-size-14);
    font-weight: bold;
    list-style-type: none;
    padding: 2em 1em;
    text-transform: uppercase;
    border: 1px solid var(--color-white);
    height: 125px;
    width: 125px;
    border-radius: 50%;
    color: var(--color-offwhite);
    margin-bottom: 10px;
}

.offer_time li span {
    display: block;
    font-size: var(--font-size-30);
    color: #e1ff19;
}

/* top_social_info */
.top_social_info {
    padding: 6px 0;
    background: var(--color-medium-black);
    color: var(--color-white);
    font-size: var(--font-size-14);
    font-family: kohinoorPoppins;
}

.top_social_info .left .btn {
    background: #333043;
    color: var(--color-white);
    padding: 2px 5px;
}

.top_social_info .left li {
    display: inline-block;
    margin-right: 20px;
}

.top_social_info .right li {
    margin-left: 10px;
    font-size: var(--font-size-14);
    float: right;
    padding: 1px 4px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.top_social_info .left li i {
    color: white;
}

.top_social_info .right li i {
    color: var(--one-color);
}

.top_social_info .right a {
    color: var(--color-white);
}


.top_social_info .right li:hover a {
    color: var(--color-offwhite);
}

.top_social_info ul li i {
    position: relative;
    top: 3px;
    font-size: var(--font-size-18);
}

.top_social_info .left .bar {
    color: var(--one-color);
}

/* desktop menu  */

.top_header_menu_section {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 6px 5px -4px rgba(0, 0, 0, 0.35);
    padding: 10px 0;
}

.main_menu_list {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    width: 100%;
    position: relative;
    font-family: kohinoorInter;
}

.main_menu_list .desktop_menu {
    /* display: inline-block; */
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px 0px -7px;
}

.main_menu_list .desktop_menu li {
    float: left;
    position: relative;
}

.main_menu_list .desktop_menu li a {
    display: inline-block;
    padding: 20px 10px;
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-16);
    line-height: 17px;
    color: black;
}

.main_menu_list .desktop_menu li a span {
    display: inline-block;
    margin-left: 7px;
}

.main_menu_list .desktop_menu li:hover {
    background: var(--one-color);
}

.main_menu_list .desktop_menu li:hover a,
.main_menu_list .desktop_menu li:hover i {
    color: var(--color-white);
}

.main_menu_list .desktop_menu li:hover .desktop_sub_menu1,
.main_menu_list .desktop_menu li:hover .desktop_sub_menu2 {
    display: block !important;
}

.main_menu_list .desktop_menu li .desktop_sub_menu1 {
    display: none;
    width: 200px;
    margin: 0px;
    padding: 0px;
    background: var(--one-color);
    border-left: 3px solid var(--color-black);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04);
    position: absolute;
    top: 57px;
    left: 0px;
    z-index: 9999;
}

.main_menu_list .desktop_menu li .desktop_sub_menu2 {
    display: none;
    width: 200px;
    margin: 0px;
    padding: 0px;
    background: var(--one-color);
    border-left: 3px solid var(--color-black);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04);
    position: absolute;
    top: 57px;
    left: 200px;
    z-index: 9999;
}

.main_menu_list .desktop_menu li .desktop_sub_menu1 li,
.main_menu_list .desktop_menu li .desktop_sub_menu2 li {
    display: inline-block;
    width: 100%;
}

.main_menu_list .desktop_menu li .desktop_sub_menu1 li a,
.main_menu_list .desktop_menu li .desktop_sub_menu2 li a {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    font-size: var(--font-size-16);
    line-height: 21px;
    color: black;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);

    background: linear-gradient(to left,
            var(--color-white) 50%,
            var(--one-color) 50%);
    background-size: 200% 100%;
    background-position: right bottom;

    -webkit-transition: background-position 0.35s ease;
    -moz-transition: background-position 0.35s ease;
    -o-transition: background-position 0.35s ease;
    transition: background-position 0.35s ease;
}

.main_menu_list .desktop_menu li .desktop_sub_menu1 li a:hover,
.main_menu_list .desktop_menu li .desktop_sub_menu2 li a:hover {
    background-position: left bottom;
    color: var(--color-white);
}

.main_menu_list .desktop_menu li .desktop_sub_menu1_last {
    left: auto;
    right: 220px;
}

.main_menu_list .desktop_menu li .desktop_sub_menu2_last {
    left: auto;
    right: 0;
}

.main_menu_list .desktop_menu li .empty_sub:hover {
    background: none !important;
    box-shadow: none !important;
}

.desktop_sub_menu2 {
    position: absolute;
    top: 57px;
    left: 220px;
    z-index: 9999;
}

.rotate-icon {
    position: relative;
    top: 6px;
    font-size: var(--font-size-24);
    color: var(--one-color);
    left: -10px;
    transition: transform 0.3s;
    /* Add a smooth transition for the rotation */
}

.rotate {
    transform: rotate(180deg);
    /* Apply the rotation to elements with the "rotate" class */
}

/* mobile menu  */
.mobile_menu {
    display: none;
    padding: 10px 0px;
}

.mobile_menu .hamburger {
    float: right;
    cursor: pointer;
    margin-top: 3px;
}

.mobile_menu .hamburger .bar1,
.bar2,
.bar3 {
    margin: 7px 0;
    transition: 0.4s;
    border-radius: 20%;
    height: 3px;
}

.mobile_menu .hamburger .bar1 {
    background-color: var(--one-color);
    width: 25px;
    position: relative;
    right: -10px;
}

.mobile_menu .hamburger .bar2 {
    background-color: var(--color-black);
    width: 35px;
}

.mobile_menu .hamburger .bar3 {
    background-color: var(--two-color);
    width: 15px;
    position: relative;
    right: -20px;
}

.mobile_menu_header {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.6px solid rgba(0, 0, 0, 0.4);
    padding: 10px;
}

.custom_offcanvas {
    max-width: 93% !important;
}

.custom_offcanvas .offcanvas-header {
    background: transparent;
    background-image: linear-gradient(301deg, #f72e1f 0%, #000000 100%);
    color: var(--color-white);
}

.custom_offcanvas .offcanvas-body {
    padding: 0px !important;
}

.custom_offcanvas .offcanvas-header button {
    border: 2px solid var(--color-offwhite) !important;
}

.custom_offcanvas .btn-close {
    color: var(--color-black);
    text-decoration: none;
    opacity: 1;
}


.language_btn {
    height: 33px;
    margin-top: 7px;
    background: transparent;
    background-image: linear-gradient(301deg, #000000 0%, #f72e1f 100%);
    border: 1px solid var(--color-offwhite);
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 500;
    line-height: 21px;
    align-items: center;
    color: var(--color-white);
}

.language_btn i {
    position: relative;
    top: 3px;
    font-size: var(--font-size-18);
}

.mobile_dropdown_lang .dropdown-menu {
    --bs-dropdown-min-width: auto !important;
    transform: translate(-60px, 3px) !important;
}

.mobile_dropdown_lang .lang_dropdown li {
    padding: 0 10px;
    width: auto !important;
}

.mobile_side_menu_section {
    margin: 0;
    background: var(--three-color);
    overflow-y: auto;
}

.mobile_side_menu_section li a {
    display: inline-block;
    width: 100%;
    line-height: 17px;
    padding: 15px 30px;
    color: var(--one-color);
}

.mobile_side_sub_menu_section {
    display: none;
    background: var(--one-color);
}

.mobile_side_sub_menu_section li {
    display: inline-block;
    width: 100%;
}

.mobile_side_sub_menu_section li a {
    padding: 15px 50px;
    color: var(--color-white);
    border-bottom: 1px dashed var(--color-white);
}

.mobile_side_menu_section i {
    position: relative;
    top: 6px;
    font-size: var(--font-size-24);
    color: var(--one-color);
    left: -5px;
    transition: transform 0.3s;
}

/* owl carousal */
.owl-stage-outer {
    position: relative;
}

.slider_arrow_left {
    position: absolute;
    left: 26%;
    top: 16%;
    color: var(--one-color);
    font-size: var(--font-size-20);
}

.slider_arrow_bg_left {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid var(--one-color);
}

.slider_arrow_bg_left:hover {
    background: var(--one-color);
}

.slider_arrow_bg_left:hover .slider_arrow_left {
    color: white;
}

.slider_arrow_right {
    position: absolute !important;
    right: 29%;
    top: 18%;
    color: white;
    font-size: var(--font-size-20);
}

.slider_arrow_bg_right {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: var(--one-color);
}

.slider_arrow_bg_right:hover {
    background: var(--one-color);
}

.slider_arrow_bg_right:hover .slider_arrow_right {
    color: black;
}

.owl-theme .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    padding-top: 8px;
}

.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    height: 20px !important;
    width: 20px !important;
    background: var(--one-color) !important;
    border: 5px solid var(--color-white);
    border-radius: 50%;
    transition: 0.5s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 20px !important;
    width: 20px !important;
    background: var(--color-white) !important;
    border: 5px solid var(--one-color);
    transition: 0.5s;
}

/* blog start  */
.single_page_top_section {
    padding: 30px 0px;
}

.blog-page {
    padding: 30px 0;
}

.single-blog {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
}

.single-blog .blog-image {
    overflow: hidden;
}

.single-blog .blog-image a {
    display: block;
}

.single-blog .blog-image img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
}

.single-blog:hover .blog-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.single-blog .blog-image img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
}

.single-blog .blog-content {
    padding: 10px;
}

.single-blog .blog-content span {
    display: inline-block;
}

.single-blog .blog-content .date_img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
}

.single-blog .blog-content p {
    text-align: justify;
    color: rgba(1, 0, 0, 0.78);
}

.single-blog .blog-content .meta li {
    display: inline-block;
    position: relative;
}

.single-blog .blog-content .meta li a {
    font-size: var(--font-size-14);
    line-height: 16px;
    color: rgba(1, 0, 0, 0.78);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-blog .blog-content .blog-title a {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: var(--one-color);
    margin-top: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-blog .blog-content .more {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 24px;
    color: rgba(1, 0, 0, 0.78);
    margin-top: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-sidebar.right-sidebar {
    padding-right: 0;
}

.blog-sidebar.right-sidebar .title {
    color: var(--one-color);
}

.blog-sidebar-category {
    background: #25293e;
    padding: 30px 25px;
}

.blog-sidebar-category .category-items {
    padding-top: 15px;
}

.blog-sidebar ul li {
    padding: 14px 0;
    border-bottom: 1px solid var(--color-white);
    font-weight: 500;
    font-size: 14px;
    color: var(--color-white);
}

.blog-sidebar-post {
    background: #25293e;
    padding: 30px 25px;
}

.blog-sidebar .sidebar-title .title {
    font-weight: 500;
    font-size: 24px;
}

.blog-sidebar-post .post-items {
    padding-top: 15px;
}

.blog-sidebar ul li {
    padding: 14px 0;
    border-bottom: 1px solid var(--color-white);
    font-weight: 500;
    font-size: 14px;
}

.blog-sidebar-post .post-items .single-post {
    display: flex;
}

.blog-sidebar-post .post-items .single-post .post-thumb img {
    height: 70px;
    width: 70px;
}

.blog-sidebar-post .post-items li .single-post .post-content {
    padding-left: 15px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-sidebar-post .post-items li .single-post .post-content h4 {
    font-size: 22px;
}

.blog-sidebar-post .post-items li .single-post .post-content .post-title a {
    font-weight: 600;
    font-size: 16px;
    color: var(--one-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-sidebar-post .post-items li .single-post .post-content .more {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: var(--color-white);
    margin-top: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-sidebar-tags {
    background: #25293e;
    padding: 30px 25px;
}

.blog-sidebar-tags .tags-items a {
    display: inline-block;
    margin: 5px 0;
    color: var(--one-color);
    padding: 5px 10px;
    border-radius: 10px;
    background: var(--color-white);
    transition: 0.6s ease;
}

.blog-sidebar-tags .tags-items a:hover,
.blog-sidebar-tags .tags-items a.active {
    color: var(--color-white);
    background: var(--one-color);
}

/* circular */
.circular_section {
    padding: 30px 0;
}

.circular_section .circular_card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.circular_section .circular_card_head img {
    max-height: 400px;
    width: 100%;
}
.circular_section .notice_head img {
    max-height: 100% !important;
    width: 100%;
}

.circular_section .circular_card_body {
    padding: 10px;
}

.circular_section .card-footer {
    background: white !important;
}

.circular_section .circular_card_body h4 a {
    color: var(--one-color);
}

.circular_section .circular_card_link {
    display: flex;
    justify-content: space-between;
}

.circular_section .circular_card_link a {
    color: black;
}

.circular_section .circular_card_body span {
    display: inline-block;
    color: rgba(1, 0, 0, 0.78);
}

.circular_section .date_img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
}

.circular_p {
    font-weight: 500;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: var(--color-black);
    margin-top: 25px;
    text-align: justify;
}

.circular_details_section {
    padding: 0 0 30px;
}

/* news event */
.news_event_section {
    padding: 30px 0 20px;
}

.news_event_section p img {
    width: 100% !important;
}

.event_search_panel .input_field {
    display: inline-block;
    width: 100%;
    position: relative;
}

.event_search_panel .input_field input {
    display: inline-block;
    width: 100%;
    padding: 10px 40px 10px 50px;
    background: #ffffff;
    margin-bottom: 10px;
    /* border: 2px solid black; */
}

.event_search_panel .input_field img {
    position: absolute;
    left: 15px;
    top: 15px;
}

.news_event_card {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.news_event_card::after {
    content: "";
    display: block;
    border-width: 0px 35px 35px 0px;
    border-style: solid;
    border-color: #d7d7d7 transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.news_event_card::after {
    content: "";
    display: block;
    border-width: 0px 35px 35px 0px;
    border-style: solid;
    border-color: #d7d7d7 #7c7c7c;
    box-shadow: -5px 6px 10px rgb(129, 127, 127);
    position: absolute;
    top: 0;
    right: 0;
}

.news_event_card .news_event_img {
    max-height: 260px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px 5px 0 0;
}

.details_news_event .news_event_img {
    max-height: 100%;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px 5px 0 0;
}

.details_news_event div {
    padding: 0 8px;
}

.news_event_card .date_img {
    height: 20px;
    width: 20px;
    margin: -3px 15px 0;
}

.news_event_card span {
    color: rgba(1, 0, 0, 0.78);
    font-size: var(--font-size-16);
}

.news_event_card h4,
.news_event_card .h4 {
    font-weight: 700;
    color: var(--one-color);
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    margin: 0 15px;
}

.news_event_card p {
    color: rgba(1, 0, 0, 0.78);
    margin-bottom: 10px !important;
    margin: 0 15px;
    padding: 0 10px;
    text-align: justify;
}

.news_event_card .read_more_btn {
    padding: 5px 10px;
    color: var(--one-color);
    margin: 0 15px;
    border: 1px solid var(--one-color);
    border-radius: 5px;
    transition: 0.3s ease;
}

.news_event_card .read_more_btn:hover {
    background: var(--one-color);
    padding: 5px 10px;
    color: white;
    margin: 0 15px;
    border: 1px solid var(--one-color);
    border-radius: 5px;
}

/* image gallery  */
.gallery_section {
    padding: 30px 0;
}

.image_gallery_section .gallery {
    min-height: 100vh;
}

.image_gallery_section .gallery .controls {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
    list-style: none;
}

.image_gallery_section .gallery .controls .buttons {
    padding: 5px 10px;
    min-width: 100px;
    border-radius: 0 10px;
    background: #fff;
    color: #666;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    margin: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.image_gallery_section .gallery .controls .buttons.active {
    background: var(--one-color);
    color: var(--color-white);
}

.image_gallery_section .gallery .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.image_gallery_section .gallery .image-container .img_box {
    position: relative;
    height: 250px;
    width: 350px;
    overflow: hidden;
    border: 15px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    margin: 20px;
    border-radius: 10px 0;
}

.image_gallery_section .gallery .image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image_gallery_section .right_overly {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    background: transparent;
    background-image: linear-gradient(301deg, #000000 0%, #f72e1f 100%);
    transition: transform 1s ease;
    /* Use CSS transition for the door closing effect */
    transform-origin: left;
    /* Set the transform-origin to the left edge for the door effect */
}

.image_gallery_section .left_overly {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: transparent;
    background-image: linear-gradient(301deg, #000000 0%, #333333 100%);
    transition: transform 1s ease;
    /* Use CSS transition for the door closing effect */
    transform-origin: left;
    /* Set the transform-origin to the left edge for the door effect */
}

/* For the door opening effect, define a CSS animation */
.image_gallery_section .loading .left_overly {
    transform: translateX(-100%);
    /* Move the left overlay to the left */
}

.image_gallery_section .loading .right_overly {
    transform: translateX(100%);
    /* Move the right overlay to the right */
}

/* Initially show the overlays, and hide them after the animation has completed */
.image_gallery_section .loading .left_overly,
.image_gallery_section .loading .right_overly {
    display: block;
    opacity: 1;
}

.image_gallery_section .loading .left_overly .hidden,
.image_gallery_section .loading .right_overly .hidden {
    display: none;
    opacity: 0;
}

.gallery_section .glowing_btn_div {
    display: flex;
    justify-content: center;
    gap: 40px;
    border-left: 5px solid var(--one-color);
    border-right: 5px solid var(--one-color);
    padding: 15px 0 5px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
    color: var(--color-white);
}

.gallery_section .panel2 {
    padding: 10px 10px 50px 10px;
}

.gallery_section .panel2 .form-control,
.gallery_section .panel2 .form-select {
    box-shadow: 0 0 15px 1px rgba(177, 159, 2, 0.35);
}

/* media  */
.media_card {
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.04));
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.media_card .thumnail_img {
    height: 100%;
    width: 100%;
}

.media_card .media_title_panel {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 10px 10px;
    bottom: 0px;
    padding: 10px;
    width: 100%;
}

.media_card .media_title_panel h6 {
    color: var(--color-white);
    margin-bottom: 5px;
}

.media_card .media_title_panel span {
    color: var(--one-color);
    font-weight: bold;
}

.media_card .media_title_panel .date_img {
    height: 16px;
    width: 16px;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.panel2 .modal_custom_content .modal-header {
    border-bottom: 1px solid yellowgreen;
    color: var(--color-white);
}

.panel2 .modal_custom_content .modal-header button i {
    position: relative;
    top: -2px;
    color: var(--color-white);
    font-size: var(--font-size-20);
}

.panel2 .modal_custom_content {
    background: transparent;
    background-image: linear-gradient(301deg, #000000 0%, #333333 100%);
    border: 1px solid yellowgreen;
}

.panel2 .youtube_video_wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.panel2 .youtube_video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* award */
.award_section {
    padding: 80px 0 0;
}

.award_section p,
.profile_details_section p {
    text-align: justify;
}

.award_section .award_card,
.profile_details_section .award_card {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 80px 25px 25px;
    border-radius: 0px 15px;
}

.award_section .award_card .award_icon_box,
.profile_details_section .award_card .award_icon_box {
    position: absolute;
    top: -25px;
    height: 80px;
    width: 65px;
    background: transparent;
    background-image: linear-gradient(301deg, #f72e1f 0%, #333333 100%);
    padding: 25px 0;
    text-align: center;
    box-shadow: 0 0 12px #0000000a;
    border-radius: 5px;
}

.award_section .award_card .main_img,
.profile_details_section .award_card .main_img {
    width: 100%;
}

.award_section .award_card .award_icon_box i,
.profile_details_section .award_card .award_icon_box i {
    color: var(--color-white);
    font-size: var(--font-size-32);
}

.award_section .award_card h3,
.profile_details_section .award_card h3 {
    margin-top: 15px;
    text-align: center;
    color: var(--one-color);
}

.award_section .award_card p,
.profile_details_section .award_card p {
    text-align: justify;
    color: rgba(1, 0, 0, 0.78);
    margin-bottom: 10px;
}

.award_section .modal_custom_content p,
.profile_details_section .modal_custom_content p {
    color: var(--color-white);
}

.award_section .modal_custom_content h5,
.profile_details_section .modal_custom_content h5 {
    color: var(--color-white);
}

.award_section .modal_custom_content i,
.profile_details_section .modal_custom_content i {
    color: yellow;
}

.award_section .modal_custom_content .modal-header,
.profile_details_section .modal_custom_content .modal-header {
    border-bottom: 1px solid yellowgreen;
}

.award_section .modal_custom_content .modal-header button,
.profile_details_section .modal_custom_content .mobile_menu_header button {
    background: var(--color-white) !important;
}

.award_section .modal_custom_content .modal-header button i,
.profile_details_section .modal_custom_content .modal-header button i {
    position: relative;
    top: -2px;
    color: var(--color-black);
    font-size: var(--font-size-20);
}

.award_section .modal_custom_content,
.profile_details_section .modal_custom_content {
    background: transparent;
    background-image: linear-gradient(301deg, #000000 0%, #333333 100%);
    border: 1px solid yellowgreen;
}

.award_section .show_big_image img,
.profile_details_section .show_big_image img {
    height: auto;
    width: 100%;
}

/* notice  */
.notice_section {
    padding: 30px 0;
}

.notice_section .notice_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 5px;
    padding: 10px;
}

.notice_section .notice_icon_box {
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid var(--one-color);
}

.notice_section .notice_icon_box i {
    font-size: var(--font-size-28);
    color: var(--one-color);
}

.notice_section .right_notice_box {
    flex: 1;
    padding-left: 10px;
}

.notice_section .date_img,
.notice_details_section .date_img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
}

.notice_section .right_notice_box span,
.notice_details_section span {
    display: inline-block;
    color: rgba(1, 0, 0, 0.78);
}

.notice_section .right_notice_box a h5 {
    margin-top: 5px;
    color: var(--one-color);
}

.notice_details_section {
    padding: 30px 0;
    background: transparent;
    background-image: linear-gradient(301deg, #333333 0%, #ffffff 100%);
}

/* contact  */
.contact_section {
    padding: 20px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.contact_container {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 10px;
}

.contact_container .form {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact_container .contact-form {
    background-color: #00a4e4;
    position: relative;
}

.contact_container .circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #f72e1f);
    position: absolute;
}


.contact_container .contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #00a4e4;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}

.contact_container form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.contact_container .input-container {
    position: relative;
    margin: 1rem 0;
}

.contact_container .input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 25px;
    transition: 0.3s;
    margin-bottom: 20px;
}

.contact_container textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 22px;
    resize: none;
    overflow-y: auto;
}

.contact_container .input-container label {
    position: absolute;
    top: 36%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.error_text {
    position: absolute;
    bottom: -5px;
    left: 20px;
    color: yellowgreen;
}

.error_form {
    color: var(--one-color);
}

.contact_container .input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
}

.contact_container .contact-form input[type="submit"] {
    padding-right: 40px;
}

.contact_container .contact-form .fa-paper-plane {
    position: relative;
    left: -35px;
    cursor: pointer;
    top: 10px;
}

.contact_container .input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}

.contact_container .input-container span:before,
.contact_container .input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #00a4e4;
    top: 50%;
    transform: translateY(-50%);
}

.contact_container .input-container span:before {
    left: 50%;
}

.contact_container .input-container span:after {
    right: 50%;
}

.contact_container .input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.contact_container .input-container.focus span:before,
.contact_container .input-container.focus span:after {
    width: 50%;
    opacity: 1;
}

.contact_container .contact-info {
    padding: 30px;
    position: relative;
}

.contact_container .contact-info .title {
    color: #1abc9c;
}

.contact_container .information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 0.95rem;
}

.contact_container .information i {
    font-size: 28px;
    margin-right: 0.7rem;
    color: var(--one-color);
}

.contact_container .social-media {
    padding: 1rem 0 0 0;
}


.contact_container .social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.contact_container .social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: var(--one-color);
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
}

.contact_container .social-icons a:hover {
    transform: scale(1.05);
}

.contact_container .contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid #f72e1f;
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
}

.contact_container iframe {
    box-shadow: 0.1rem 0.2rem 0.8rem rgba(11, 11, 11, 0.5);
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* payment process  */
.payment_process_section {
    padding: 20px 0;
}

/* Bkash  */
.payment_process_section #one-panel .card {
    background: #e2136e;
    color: var(--color-white);
    border: 1px solid yellowgreen !important;
    height: 100%;
}

.payment_process_section #one-panel .card .card-header {
    border: 1px solid yellowgreen !important;
}

.payment_process_section #one-panel .card .card-body {
    border: 1px solid yellowgreen !important;
}

.payment_process_section #one-panel .card .card-footer {
    border: 1px solid yellowgreen !important;
}

/* Rocket  */
.payment_process_section #two-panel .card {
    background: #8a288f;
    color: var(--color-white);
    border: 1px solid yellowgreen !important;
    height: 100%;
}

.payment_process_section #two-panel .card .card-header {
    border: 1px solid yellowgreen !important;
}

.payment_process_section #two-panel .card .card-body {
    border: 1px solid yellowgreen !important;
}

.payment_process_section #two-panel .card .card-footer {
    border: 1px solid yellowgreen !important;
}

/* Nagad  */
.payment_process_section #three-panel .card {
    background: #d0392c;
    color: var(--color-white);
    border: 1px solid yellowgreen !important;
    height: 100%;
}

.payment_process_section #three-panel .card .card-header {
    border: 1px solid yellowgreen !important;
}

.payment_process_section #three-panel .card .card-body {
    border: 1px solid yellowgreen !important;
}

.payment_process_section #three-panel .card .card-footer {
    border: 1px solid yellowgreen !important;
}

.payment_process_section .card {
    box-shadow: rgba(240, 46, 170, 0.4) -5px 5px,
        rgba(240, 46, 170, 0.3) -10px 10px, rgba(240, 46, 170, 0.2) -15px 15px,
        rgba(240, 46, 170, 0.1) -20px 20px, rgba(240, 46, 170, 0.05) -25px 25px;
}

.payment_process_section .card h6 {
    color: var(--color-white);
    font-weight: bold;
}

.payment_process_section .card p {
    text-transform: capitalize;
}

.tab_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab_wrapper .tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
    background: var(--color-white);
    color: var(--one-color);
    font-weight: bold;
    border: 3px solid var(--color-white);
}

.tab_wrapper .panels {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
}

.tab_wrapper .panel {
    display: none;
    animation: fadein 0.8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tab_wrapper .radio {
    display: none;
}

.tab_wrapper #one:checked~.panels #one-panel,
.tab_wrapper #two:checked~.panels #two-panel,
.tab_wrapper #three:checked~.panels #three-panel,
.tab_wrapper #four:checked~.panels #four-panel {
    display: block;
    color: var(--one-color);
}

.tab_wrapper #one:checked~.tabs #one-tab,
.tab_wrapper #two:checked~.tabs #two-tab,
.tab_wrapper #three:checked~.tabs #three-tab,
.tab_wrapper #four:checked~.tabs #four-tab {
    color: var(--one-color);
    border: 3px solid var(--one-color);
}

.payment_process_section .modal-content {
    background: var(--color-black) !important;
    border: 1px solid yellowgreen !important;
}

.payment_process_section .modal-header {
    background: var(--color-white) !important;
    border-bottom: 1px solid yellowgreen !important;
}

.payment_process_section .modal-header h5 {
    color: var(--one-color) !important;
}

.payment_process_section .modal-footer {
    display: block;
    border-top: 1px solid yellowgreen !important;
    text-align: center;
}

.payment_process_section .modal-body img {
    height: 100%;
    width: 100%;
}

.payment_process_section #one-panel .key_point {
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #e2136e;
    border-left: 10px solid var(--color-black);
    border-radius: 0 15px;
}

.payment_process_section #two-panel .key_point {
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #8a288f;
    border-left: 10px solid var(--color-black);
    border-radius: 0 15px;
}

.payment_process_section #three-panel .key_point {
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #d0392c;
    border-left: 10px solid var(--color-black);
    border-radius: 0 15px;
}

.payment_process_section .key_point h5 {
    color: var(--color-white);
}

.payment_process_section .key_point h5 i {
    color: var(--color-white);
}

/* package */
.top_package {
    padding: 30px;
    background: rgba(245, 249, 255, 1);
}

.top_package .top_package_div {
    background: #FFEAEF;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    box-shadow: rgba(189, 146, 146, 0.16) 0px 3px 6px, rgba(108, 100, 100, 0.23) 0px 3px 6px;
}

.top_package .top_package_div .left {
    width: 50%;
    background: var(--one-color);
    text-align: center;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}

.top_package .top_package_div .right {
    width: 50%;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top_package .top_package_price {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 0em;
}

.top_package .top_package_mbps {
    font-size: 70px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.top_package .mbps_label {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    margin-top: -5px;
}

.top_package .btn {
    border-radius: 20px;
    border: 1px solid var(--one-color);
    font-weight: bold;
}

.top_package .btn:hover {
    background: var(--one-color);
    color: white;
}


.package_section {
    padding: 30px 0;
}

.package_registration_panel {
    display: none;
}

.package_registration_panel.active {
    display: block;
}

.package_section .nav-pills {
    padding: 10px 50px;
}

.package_section .package_tab {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.package_section .nav-pills .nav-link {
    font-size: var(--font-size-24);
    border-right: 2px solid red;
    border-left: 2px solid red;
    margin-right: 5px;
}

.package_section .nav-pills .nav-item:last-child .nav-link {
    margin-right: 0;
}

.package_section .nav-pills .nav-link.active {
    background: var(--one-color);
    box-shadow: rgba(16, 16, 16, 0.07) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    color: white !important;
}

.package_section .btrc_approved_img img {
    justify-content: center;
    height: 100%;
    width: 100%;
}

.package_section .pricing_item {
    border-radius: 20px;
    padding: 0px 0px 20px;
    text-align: center;
    /* position: relative;
    z-index: 1; */
    overflow: hidden;
    background: #f5f5fa;
    transition: all 0.3s ease;
    background: url(../static_images/package_bg.png);
    background-size: 100% 279px;
    background-position: top center;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


.package_section .pricing_item:hover {
    margin-top: -10px;
}

.package_section .pricing_item .box {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.package_section .package_chart canvas {
    transform: rotate(-175deg);
}

.package_section .package_chart .mbps_value {
    margin: 0;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--font-size-40);
    font-weight: 600;
    color: black;
}

.package_section .package_chart .mbps_label_2 {
    margin: 0;
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    color: white;
}

.package_section .package_chart .mbps_label {
    margin: 0;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--font-size-20);
    font-weight: 500;
    color: white;
    letter-spacing: 1px;
}

.package_section .pricing_item .price {
    font-size: var(--font-size-40);
    color: black;
    font-weight: 700;
    margin: 10px 0px;
    display: inline-block;
}

.package_section .pricing_item .currency_label {
    font-size: var(--font-size-20);
    color: black;
    margin: 50px 0px 10px 0px;
    display: inline-block;
}

.package_section .pricing_item .amount_label {
    font-size: var(--font-size-20);
    color: black;
    font-weight: 600;
    margin: 10px 0px;
    display: inline-block;
}

.package_section .pricing_item h4 {
    font-weight: 700;
    padding: 10px 0;
    color: white;
}

.package_section .pricing_item ul li i {
    font-size: var(--font-size-18);
    margin-right: 5px;
    color: var(--one-color);
    margin-top: 3px;
}

.package_section .pricing_item ul li {
    color: rgba(1, 0, 0, 0.78);
    margin-bottom: 10px;
    text-align: left;
}

.pricing_item .feature {
    margin: 0 auto;
    width: 100%;
    width: 85%;
}

.pricing_item .package_chart h4 {
    font-weight: 700;
    height: 50px;
    padding: 10px 0;
    color: white;
    font-size: 50px;
    position: absolute;
    margin: 0;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pricing_item .mbps_label {
    display: block;
}


.package_section .btn {
    z-index: 10;
    position: relative;
}


/* slick slider  */
.testimonial_section {
    padding: 20px 0;
}

.testimonial {
    background: rgb(228, 56, 52);
    background: linear-gradient(180deg, rgba(228, 56, 52, 1) 0%, rgba(209, 38, 33, 1) 58%, rgba(125, 4, 4, 1) 100%, rgba(125, 4, 4, 1) 100%);
    border-radius: 10px;
    padding: 50px 5px;
}

.feedback_wrapper {
    margin-top: 75px;
}

.feedback_card {
    padding: 120px 10px 0px;
    border-radius: 9px;
    width: 98%;
    margin-left: 1%;
    min-height: 420px;
}

.feedback_card .info_box {
    position: relative;
    background: white;
    box-shadow: 0 0 2px #fff;
    border-radius: 10px;
    text-align: center;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px 20px;
}

.feedback_card .info_box img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: -195px;
    box-shadow: 0 0 2px #fff;
}

.feedback_card .info_box i {
    color: var(--one-color);
}

.feedback_card .info_box p {
    margin-top: -60px;
    display: block;
}

.testi .slick_left,
.testimonial .slick_right {
    z-index: 999 !important;
}

.testimonial .slick_left i {
    font-size: var(--font-size-26);
    margin: 9px -7px;
    color: red;
}

.testimonial .slick_right i {
    font-size: var(--font-size-26);
    margin: 9px -3px;
    color: red;
}

.testimonial .slick_right {
    position: absolute;
    bottom: 25px;
    right: 9px;
    color: var(--color-white);
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
}

.testimonial .slick_left {
    position: absolute;
    bottom: 25px;
    right: 55px;
    color: var(--color-white);
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
}

/* client slick  */
.client_slick_section {
    padding: 30px 0;
}

.client_slick_section {
    background: #f5f5f5;
    min-height: 10vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.client_slick_section .slick-track {
    display: flex;
    gap: 10px;
}

.client_slick_section .item {
    background: white;
    border-radius: 5px;
    padding: 10px 20px;
    height: 120px;
    position: relative;
}

.client_slick_section .item img {
    max-width: 95%;
    max-height: 100px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@keyframes transform {

    0%,
    100% {
        border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%;
    }

    20% {
        border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%;
    }

    40% {
        border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%;
    }

    60% {
        border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%;
    }

    80% {
        border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%;
    }
}

@keyframes movement_one {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: translate(50%, 20%) rotateY(10deg) scale(1.2);
    }
}

@keyframes movement_two {

    0%,
    500% {
        transform: none;
    }

    50% {
        transform: translate(50%, 20%) rotate(-200deg) scale(1.2);
    }
}

.container_blob h1 {
    font-family: "Playfair Display", serif;
    font-size: 5em;
    letter-spacing: 2px;
    font-weight: 900;
    color: white;
    line-height: 0.9em;
    position: relative;
    z-index: 4;
    text-shadow: 2px 3px 15px rgba(0, 0, 0, 0.15);
}

/* why us  */
.why_we_section {
    padding: 30px 0;
}

.why_we_section .why_choose_us_card {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #F6F6F6;
    border-radius: 20px;
}

/* service section */
.service_section {
    padding: 30px 0;
}

.service_section .service_card {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.service_section .service_card:hover {
    background: var(--one-color);
}

.service_section .service_card img {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 20px;
}

.service_section .service_card h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: black;
}

.service_section .service_card:hover h4 {
    color: white;
}

.service_section .service_card p {
    color: black;
    font-weight: 500;
    margin-bottom: 20px;
}

.service_section .service_card:hover p {
    color: white;
}

.service_section .service_card a {
    font-weight: 700;
    color: blueviolet;
}

.service_section .service_card:hover a {
    color: yellow;
}


/* progress section  */
.skills_section {
    color: var(--one-color);
}

.skill_faq_section {
    padding: 30px 0;
    background: #1f1f47 !important;
    overflow: hidden;
    color: var(--color-white);
    min-height: 300px;
    background: url(../img/blob-top-left.png), url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png), url(../img/blob-bottom-right.png),
        url(../img/blob-center.png);
    background-position: left 0px top 0px, right 0px top 0px,
        left 0px bottom 0px, right 0px bottom 0px, center center;
    background-repeat: no-repeat;
}

.skills_section .progress {
    height: 5px;
}

.skills_section .progress .progress-bar {
    width: 0px;
    transition: 3s;
    border-radius: 10px;
}

.skills_section .progress {
    height: 12px !important;
}

.skills_section .skill h4 {
    color: rgba(34, 33, 33, 0.86);
}

/* accordion */
.accordion_wrapper input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion_wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}

.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 16px;
}

.accordion:last-child {
    margin-bottom: 0;
}

.accordion_label {
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    background: var(--one-color);
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
}

.accordion_label:hover {
    background: transparent;
    background-image: linear-gradient(301deg, #000000 0%, #f72e1f 100%);
}

.accordion_label::after {
    content: "\002B";
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion_content {
    max-height: 0;
    padding: 0 16px;
    color: rgba(4, 57, 94, 1);
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion_content p {
    margin: 0;
    color: var(--color-black);
    font-size: 18px;
}

.accordion_wrapper input:checked+.accordion_label {
    background: #00a4e4;
}

.accordion_wrapper input:checked+.accordion_label::after {
    content: "-";
}

.accordion_wrapper input:checked~.accordion_content {
    max-height: 100vh;
    padding: 16px;
}

/* fag  */
.fag_section {
    background: transparent;
    background-image: linear-gradient(301deg, #ffffff 0%, #333333 100%);
    padding: 30px 0;
}

/* profile */
.profile_details_section {
    padding: 30px 0 0;
}


.profile_area .bismillah {
    max-width: 250px;
}

.profile_area .signature {
    max-width: 150px;
}

.profile_area .signature_bottom_line {
    display: block;
    border: 2px solid var(--two-color);
    width: 160px;
    margin: 10px 0;
}

.profile_info_area h5 {
    color: var(--color-black);
}

.profile_info_area strong {
    color: var(--two-color);
}

.profile_info_area h1 {
    font-weight: 600;
    font-size: var(--font-size-40);
    line-height: 48px;
    color: var(--color-black);
    text-align: left;
}

.profile_info_area span {
    font-weight: 600;
    font-size: var(--font-size-18);
    line-height: 22px;
    color: var(--one-color);
}

.profile_info_area p {
    margin-top: 20px;
    font-weight: 600;
    color: rgba(1, 0, 0, 0.78);
    text-align: justify;
}

/* timeline  */

.timeline {
    color: var(--color-black);
    display: grid;
    align-content: center;
    gap: 2rem;
    padding: 2rem 5px;
}

.timeline ul {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    /* width: min(60rem, 90%); */
    margin-inline: auto;
}

/* line */
.timeline ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: var(--color-white);
    border-radius: calc(var(--line-w) / 2);
}

/* row gaps */
.timeline ul li:not(:last-child) {
    margin-bottom: var(--row-gap);
}

/* card */
.timeline ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
    background: transparent;
    background-image: linear-gradient(301deg, #000000 0%, #333333 100%);
    box-shadow: 0.1rem 0.2rem 0.8rem rgba(255, 255, 255, 0.5);
}

/* top */
.timeline ul li .top {
    --dateH: 3rem;
    min-height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);

    text-align: center;
    background-color: #41516c;

    color: white;
    font-family: kohinoorInter;
    font-size: 1.25rem;
    font-weight: 700;

    display: grid;
    place-content: center;
    position: relative;

    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.timeline ul li .top::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: #41516c;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;

    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}

/* circle */
.timeline ul li .top::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--color-black);
    border: 0.3rem solid var(--one-color);
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title description */
.timeline ul li .title,
.timeline ul li .description {
    position: relative;
    padding-inline: 1.5rem;
}

.timeline ul li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-family: kohinoorInter;
    font-weight: 500;
    background: #3b5998;
    color: var(--color-white);
}

.timeline ul li .description {
    padding-block-end: 1.5rem;
    background: transparent;
    background-image: linear-gradient(301deg, #000000 0%, #f72e1f 100%);
    color: var(--color-white);
    font-family: kohinoorPoppins;
}

/* shadows */
.timeline ul li .title::before,
.timeline ul li .description::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
}

.timeline ul li .title::before {
    bottom: calc(100% + 0.125rem);
}

.timeline ul li .description::before {
    z-index: -1;
    bottom: 0.25rem;
}

.profile_award_card {
    text-align: center;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 4px 15px #00000014;
    border-radius: 12px;
}

.profile_award_card img {
    margin-bottom: 15px !important;
}

.profile_award_card span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #000;
    margin-bottom: 15px !important;
}

.profile_award_card h4 {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000;
    margin-bottom: 15px !important;
}

/* bod  */
.bod_section {
    padding: 20px 0;
}

.board_of_director_card_section {
    padding: 0 20px;
}

.all_bods {
    background: #F6F6F6;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
    padding: 46px 30px 30px 46px;
}

.all_bods .profile_info_area h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: var(--color-medium-black);
}

.profile_info_area span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--one-color);
}

.all_bods .profile_info_area p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: rgba(1, 0, 0, 0.78);
    margin-bottom: 15px !important;
}

.all_bods .profile_info_area a {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    cursor: pointer;
}

/* Branch new design  */
.branch_section {
    padding: 30px 0 10px;
}

.branch_card {
    border-radius: 8px;
    border: 1px solid #BD1717;
    background: var(--Color-White, #FFF);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 10px;
}

.branch_image_div {
    padding: 15px;
}

.branch_image_div img {
    border-radius: 5px;
}

.branch_card h5 {
    color: var(--one-color);
    font-weight: 700;
    margin-bottom: 10px;
}

.branch_card .address_div img {
    margin: 5px 11px 0 15px;
    height: 20px;
    width: 20px;
}

.branch_card .address_div p {
    font-weight: 500;
    color: #000;
    margin-top: 4px;
}

.branch_card .number_div img {
    margin: 5px 13px 0 15px;
    height: 20px;
    width: 20px;
}

.branch_card .number_div p {
    font-weight: 500;
    color: #000;
    margin-top: 4px;
}

/* employee */
.staff_profile_section {
    padding: 30px 0 10px;
}

.staff_profile_section .staff_box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.staff_profile_section .staff_box .shape {
    width: 200px;
    height: 200px;
    background: #2976d0;
    position: absolute;
    top: 0;
    right: -100px;
    transform: rotate(45deg);
}

.staff_profile_section .staff_box .card-img-top {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-left-radius: 0;
    border-bottom: 5px solid var(--one-color);
}

.staff_profile_section .staff_box .card-body {
    position: relative;
    padding: 10px;
}

.staff_profile_section .staff_box .card-footer {
    background: transparent;
    background-image: linear-gradient(301deg, #000000 0%, #f72e1f 100%);
}

.staff_profile_section .social {
    display: flex;
    justify-content: center;
}

.staff_profile_section .social li {
    display: inline-block;
}

.staff_profile_section .social li a {
    display: block;
    padding: 0 10px;
    font-size: var(--font-size-14);
    color: white;
    text-decoration: none;
}

/* about us page  */
.about_us_section {
    padding: 30px 0 20px;
}

.about_us_section .about_content {
    margin-bottom: 20px;
}

.about_us_section .about_content span {
    color: var(--one-color);
}


.mission_vission_body img {
    height: 300px;
    width: 300px;
}

.testimonial_section .slick-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.testimonial_section .slick-dots ul {
    display: flex;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.testimonial_section .slick-dots ul li {
    margin: 0 4px;
    list-style: none !important;
}

.testimonial_section .slick-dots ul li button {
    background: grey;
    height: 8px;
    width: 35px;
    overflow: hidden;
    color: grey;
    border: none;
    border-radius: 4px;
}

.testimonial_section .slick-dots ul li.slick-active button {
    background: blue;
    color: blue;
}


/*** Footer ***/
.footer {
    background-color: #0c0d0f !important;
    margin-top: 50px;
    background-position: center top, center center;
    background-repeat: no-repeat;
    z-index: 100;
    position: relative;
    overflow: hidden;
}

.footer p {
    font-size: var(--font-size-14);
    color: RGB(153, 153, 153);
    margin-bottom: 10px !important;
}

.footer .footer_bg_img {
    position: absolute;
    opacity: 0.3;
    height: 100%;
    width: 100%;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid RGB(153, 153, 153);
    border-radius: 40px;
    transition: 0.3s;
}

.footer .btn.btn-social:hover {
    color: var(--one-color);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: RGB(153, 153, 153);
    font-weight: normal;
    transition: 0.3s;
    text-decoration: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: var(--one-color);
}

.footer .footer_social {
    display: flex;
    gap: 10px;
}

.footer .section-title {
    font-size: var(--font-size-24);
    font-family: kohinoorInter;
}

.footer .section-title span {
    display: block;
    height: 2px;
    width: 70px;
    background-color: red;
    border-bottom: 1px solid red;
    margin-top: 6px;
}

.footer .app_link_image {
    height: auto;
    max-width: 200px;
}

.footer .copyright {
    padding: 25px 0;
    font-size: var(--font-size-14);
    font-family: kohinoorInter;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--secondary);
}

.footer iframe {
    box-shadow: 0.1rem 0.2rem 0.8rem rgba(11, 11, 11, 0.5);
}

.banner_slider {
    width: 460px;
    min-height: 475px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner-box {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    /* Add transition for smooth position changes */
    transform-origin: top left;
}

@keyframes leftTop {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes rightCenter {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes bottomCenter {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}

.banner-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.banner-box:nth-child(1),
.banner_slider.right-center .banner-box:nth-child(3),
.banner_slider.bottom-center .banner-box:nth-child(2) {
    left: 0;
    top: 0;
    width: 250px;
    height: 400px;
    transform: translateX(0);
}

.banner_slider.left-top .banner-box:nth-child(1) {
    left: 0;
    top: 0;
    transform: translate(0, 0);
}

.banner-box:nth-child(2),
.banner_slider.right-center .banner-box:nth-child(1),
.banner_slider.bottom-center .banner-box:nth-child(3) {
    width: 200px;
    height: 210px;
    left: calc(100% - 200px);
    top: 70%;
    transform: translateY(-70%);
}

.banner_slider.left-top .banner-box:nth-child(2) {
    left: calc(100% - 200px);
    top: 70%;
    transform: translateY(-70%);
}

.banner-box:nth-child(3),
.banner_slider.right-center .banner-box:nth-child(2),
.banner_slider.bottom-center .banner-box:nth-child(1) {
    width: 160px;
    height: 160px;
    position: absolute;
    left: 60%;
    top: calc(100% - 160px);
    transform: translateX(-60%);
}

.banner_slider.left-top .banner-box:nth-child(3) {
    left: 50%;
    top: calc(100% - 160px);
    transform: translateX(-50%);
}

.banner_slider.right-center .banner-box:nth-child(2),
.banner_slider.bottom-center .banner-box:nth-child(1),
.banner_slider.left-top .banner-box:nth-child(3) {
    z-index: 999;
}

.coverage_check_section {
    background-color: #f5f5f5;
    padding: 30px 0;
}

.coverage_check_section .check_coverage_description {
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    color: #676767;
}

.coverage_check_section .success_description {
    color: #2e2c2c;
}

.coverage_check_section .office_information {
    border: 1px solid var(--one-color);
    padding: 20px 30px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.coverage_check_section .office_information h5 {
    color: var(--one-color);
    font-weight: 700;
}

.coverage_check_section .office_information i {
    color: var(--one-color);
    margin-right: 10px;
}

.coverage_check_section .office_information p {
    line-height: 36px;
}

.coverage_check_section .office_information .office_name {
    font-size: 24px;
    color: #1c0a7f;
}


.circle-chart {
    width: 140px;
    height: 140px;
}

.circle-chart__circle {
    /* stroke: #00acc1; */
    stroke-width: 2.1;
    stroke-linecap: square;
    fill: none;
    animation: circle-chart-fill 2s reverse;
    /* 1 */
    transform: rotate(160deg);
    /* 2, 3 */
    transform-origin: center;
    /* 4 */
}



.circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1, -1);
    /* 1, 2, 3 */
}

.circle-chart__background {
    stroke: whitesmoke;
    stroke-width: 2.1;
    fill: none;
}

.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}

.circle-chart__percent {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 8px;
    display: none;
}

.circle-chart__subline {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 3px;
}

.warning-stroke {
    stroke: black;
}


@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review_card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.review_card img {
    border-radius: 10px;
}

.corporate_internet h1 {
    font-size: 62px;
    font-weight: bolder;
    color: #dc3545;
    line-height: 75px;
}

.corporate_internet .hero_image {
    border-radius: 10px;
}

.corporate_internet .points .card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
    padding: 20px;
}

.points .card img {
    height: 70px;
    width: 70px;
    margin: 0 auto;
}

.corporate_client img {
    height: 50px;
    width: auto;
}
.corporate_internet .footer_description p a{
    color: #00a4e4 !important;
}
.messenger_div {
    /* display: none; */
    position: fixed;
    bottom: 30px;
    right: 21px;
    z-index: 1000;
}

.messenger_logo {
    width: 50px; /* Adjust the size as needed */
    height: 50px; /* Adjust the size as needed */
}
