  .tool_i{
            width: 17px;
            height: 17px;
            display: inline-block;
            background: #fff;
            border-radius: 50%;
            font-size: 12px;
        }

.custom-tooltip {
      --bs-tooltip-bg: #161a1f;
      --bs-tooltip-color: #fff;
      font-size: 14px;
    }
    .eye-icon {
      cursor: pointer;
      color: #0d6efd;
    }










 .benefits-section {
      background-color: #cccccce3;
      color: white;
      padding: 30px 12px;
      position: relative;
      overflow: hidden;
      border: 1px solid #1b3453;
      border-radius: 5px;
    }
    .customer-service_img{
            width: 20px !important;
            box-shadow: none !important;
    }

    .triangle-bg {
      background-color: white;
      clip-path: polygon(2% -1%, 100% 0%, 86% 100%, 17% 100%);
      position: absolute;
     top: 0;
    right: 45%;
    bottom: 0;
    left: -137px;
    z-index: 1;
    }

    .benefits-section .content {
      position: relative;
      z-index: 2;
    }
    .benefits-heading {
     text-align: center;
}
.inquiry-before-buying-btn{
    background: #b93e02;
    font-weight: bold;
    font-size: 16px;
    padding: 11px 30px;
    color: #fff;
    text-decoration: none;
}

    .benefits-heading h2 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    color: #000;
    }

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

    .benefits-list li {
      display: flex;
      align-items: center;
      margin-bottom: 7px;
      color: #1b3453;
      font-weight: 500;
    }

    .benefits-list li:last-child{
        margin-bottom: 0;
    }

    .benefits-list li i {
      color: #1b3453;
      border: 1.5px solid #23004a;
      border-radius: 50%;
      padding: 4px;
      font-size: 12px;
      margin-right: 12px;
      width: 26px;
      height: 26px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
    }










.right_sticky_wrap {
    position: sticky;
    top: 80px;
}

.right_sticky_wrap .right-sticky-body {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: 500ms ease;
    border-top: 3px solid #61b6e6;
    z-index: 101;
    padding: 16px 10px;
}

.right_sticky_wrap .get_a_sample {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

.right_sticky_wrap .get_a_sample i {
    font-size: 21px;
    color: #e97777;
}


.btn-contact {
    background-color: #102f4c;
    color: #fff;
    font-size: 12px;
}

.btn-contact:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.author-info {
    font-size: 14px;
    line-height: 1.6;
}
.author_pro{
    margin-right: 10px;
    width: 30%;
    cursor: pointer;
}
.author_desc{
    width: 70%;
}

.modal-custom-width {
    max-width: 380px;
    transition: max-width 0.3s ease;
}

.modal-expanded {
    max-width: 760px !important;
}

.main_wrapper img {
    width: 80%;
    margin: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.15);
}


.author-card {
    margin-top: 1.2rem;
}

.author-card h6:hover {
    color: #e97777;
}

.minw-130 {
    min-width: 130px;
}

.author-img {
    width: 99px;
    height: 99px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #102f4c;
    object-position: center top;
}

.author-imgs {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #102f4c;
    object-position: center top;
}

.author-imgss {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #102f4c;
    object-position: center top;
}

.desig {
    font-size: 14px;
    text-align: left;
    margin: 2px 0;
}

.social-icons a {
    font-size: 18px;
    margin-right: 10px;
    color: #0077B5;
}

.social-icons a:hover {
    color: #0a66c2;
}

.customize-card {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #194670;
    background: linear-gradient(to right, #dbe2f3, #0082c821, #126f8500, #667db61f);
    margin-bottom: 13px;
    border-right: 5px solid #102f4c;
}

.customize-img {
    width: 90px !important;
    height: 90px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #194670;
    object-position: center top;
}

.btn-customize {
    background-color: #102f4c;
    color: white;
}

.btn-customize:hover {
    background-color: #218838;
}

.customize-container {
    display: flex;
    align-items: center;
}

.customize-profile {
    flex: 0 0 32%;
    text-align: left;
    display: flex;
    align-items: center;
}

.customize-profile-img {
    margin-right: 10px;
    width: 35%;
    cursor: pointer;
}

.customize-profile-text {
    width: 65%;
}

.customize-profile:hover {
    color: #e97777;
}

.customize-text {
    flex: 0 0 68%;
    text-align: center;
    padding: 0 10px;
    border-left: 1px solid #ccc;
}

.customize-text p {
    text-align: center !important;
}

.connect_text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
}

.connect_text::after {
    content: '';
    position: absolute;
    width: 115px;
    height: 2px;
    background-color: #102f4c;
    bottom: -6px;
    right: 0;
}

.connect_text::before {
    content: '';
    position: absolute;
    width: 115px;
    height: 2px;
    background-color: #102f4c;
    bottom: -6px;
    left: 0;
}










.content-box {
    background: #f9fafb;
    border-left: 6px solid #194670;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.section-title {
    color: #511378;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-box ul {
    list-style: none;
    padding-left: 0;
}

.content-box ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 14px;
}

.content-box ul li p {
    margin-bottom: 0;
}

.content-box ul li::before {
    content: '▶';
    position: absolute;
    left: 17px;
    color: #32b6c0;
}

.content-box ul li ul {
    list-style: disc;
    padding-left: 2rem;
}

.content-box ul li ul li {
    padding-left: 0;
    margin-bottom: 5px;
}

.content-box ul li ul li::before {
    display: none;
}

.blurred {
    position: relative;
    filter: blur(5px);
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
}

.blur-wrapper {
    position: relative;
}

.sample-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0085D0;
    color: #fff;
    font-size: 14px;
    border: none;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    z-index: 2;
    padding: 8px 20px;
}

.sample-button:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}





.modal::before {
    position: absolute;
    content: "";
    background: #000000c4;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0
}

.popupwidthset {
    max-width: 1090px
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 1;
    background-color: black
}

.video-thumbnail,
.video-container video {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 23px;
    padding: 12px 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s
}

input::placeholder,
textarea::placeholder {
    font-size: 15px !important
}

.play-button:hover {
    background: rgba(0, 0, 0, 0.8)
}

.video-container video {
    display: none
}

.free_consultation_form {
    padding: 20px
}



.animated_btn {
    display: inline-block;
    color: #fff;
    background: #102f4c;
    font-weight: 600;
    overflow: hidden;
    transition: all .3s ease-in-out;
    border: 1px solid white;
    animation: pulse 1.5s infinite, borderAnimation 3s infinite linear
}

.animated_btn:hover {
    background-color: white
}

.pulse-btn {
    color: white;
    background: #102f4c;
    border: 0;
    cursor: pointer;
    animation: pulsess 1.5s infinite alternate
}


.gdprcookie {
    text-align: center;
    background-color: rgb(20 20 20 / 92%);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 10px 30px 10px 30px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

.gdprcookie p {
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 5px 0 5px 0;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-align: center
}

.gdprcookie button {
    background-color: #f1d600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 4px 20px;
    cursor: pointer
}

.navbar-brand {
    margin-right: 42px;
    position: relative
}

.navbar-brand::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #d9d9d9;
    top: 0;
    right: -23px
}

.faq_secs .accordion-flush .accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 5px
}

.faq_secs .accordion-flush .accordion-item:first-child {
    border-top: 1px solid #ccc
}

.faq_secs .accordion-flush .accordion-item:last-child {
    border-top: 1px solid #ccc
}

.faq_secs .accordion-button {
    color: #011d3f;
    background-color: rgba(0, 0, 0, .03);
    border-left: 3px solid #011d3f;
    font-size: 15px
}

.faq_secs .accordion-button:focus {
    box-shadow: none !important;
    background: #011d3f !important;
    color: #fff !important;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'fill='white'%3e%3cpathfill-rule='evenodd'd='M1.6464.646a.5.5001.7080L810.293l5.646-5.647a.5.5001.708.708l-66a.5.5001-.7080l-6-6a.5.50010-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'fill='white'%3e%3cpathfill-rule='evenodd'd='M1.6464.646a.5.5001.7080L810.293l5.646-5.647a.5.5001.708.708l-66a.5.5001-.7080l-6-6a.5.50010-.708z'/%3e%3c/svg%3e")
}

.extr_list_sec {
    padding: 0;
}

.extr_listss {
    margin-bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.extr_listss li a {
    color: #011d3f;
    font-weight: 600
}

.list_row {
    border: 1px solid #ccc;
    padding: 20px
}

.mouse_leave_modal .modal-content {
    background-color: #102f4c
}

.mouse_leave_modal .modal-body {
    padding: 0;
    text-align: center
}

.mouse_leave_modal .modal-body h2 {
    color: #ffff;
    font-size: 24px;
    font-weight: 600
}

.mouse_leave_modal .modal-body h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 16px
}

.mouse_leave_modal .modal-body p {
    color: #fff
}

.mouse_leave_modal .btn-close {
    --bs-btn-close-bg: none;
    color: #000;
    background: #fff;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: 0;
    top: 0;
    z-index: 1
}

.mouse_leave_modal .modal-header {
    border-bottom: 0;
    padding: 0
}

.combtnss {
    padding: 10px 12px;
    text-decoration: none;
    margin: 0 10px;
    font-weight: 700;
    display: inline-block;
    font-size: 13px;
    border-radius: 12px
}

.bluessss {
    background: #ccc;
    color: #000
}

.yellwwww {
    background: #ff9f00;
    color: #fff
}

.cust_btbsss {
    position: absolute;
    bottom: 20%;
    right: 23px
}

.tankns_popups {
    height: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    text-align: center;
    flex-direction: column;
    background-color: #fff
}

.tankns_popups div {
    font-size: 24px;
    color: #011d3f;
    font-weight: 600;
    margin-bottom: 10px
}

.tankns_popups p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 0
}

.gmi-card .card-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: #fff
}

.gmi-card {
    width: 100%;
    border-radius: 400px 0 0 400px;
    padding: 26px 0 26px 52px;
    position: relative
}

.gmi-card::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 44%;
    right: -92px;
    top: 0;
    background: inherit
}


.reports_btss {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.toc_btn {
    color: #fff;
    border: 1px solid #fff;
    background: #102f4c;
    padding: 5px 20px;
    transition: .3s linear
}

.toc_btn:hover {
    background: #fff;
    border-color: #102f4c;
    color: #000
}

.extra_banner {
    min-height: 0 !important;
    padding: 18px 0 19px 0
}

.extra_banner .hero-content {
    width: 100% !important;
    border-radius: 0 400px 400px 0 !important;
    padding: 16px 70px 26px 0 !important;
    position: relative !important;
    height: auto !important
}

.gmi-card .card-body {
    padding: 0 19px
}

.gmi-card .card-body p {
    color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    font-size: 12px
}

.gmi-card .card-body p span {
    color: yellow;
    font-weight: 600
}

section.report_banner {
    padding: 30px 0;
    background: #011d3f
}

.feedback-btn {
    background: #102f4c;
    padding: 6px 20px;
    border: 0;
    font-weight: 600;
    color: #fff;
    border-radius: 3px
}

.feedback-btn:hover {
    background: #333;
    color: #fff
}

.mobi_buy {
    display: none
}

.report_content h1 {
    color: #fff;
    font-size: 17px;
    line-height: 26px
}

.listss {
    padding-left: 0;
    list-style: none
}

.listss li {
    border-bottom: 1px solid #000;
    padding: 10px 0;
    font-weight: 600
}

.report_right {
    padding: 12px 20px;
    background: #fff
}

.fixed-bottom-div {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    z-index: 20;
    display: none
}

.fixed-bottom-div a {
    width: 50%;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px
}

.buynow-btn {
    background: #e97777;
    border-color: #e97777;
    color: #fff;
    width: 100%
}

.buynow-btn a {
    text-decoration: none;
    color: #fff
}

.buynow-btn:hover {
    background-color: #d05858;
    border-color: transparent;
    color: #fff
}

a.toc_btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 18px;
    text-decoration: none;
    margin-right: 20px
}

a.request_sample_btn {
    background: #ff9f00;
    color: white;
    border-color: #ff9f00;
    padding: 7px 18px;
    text-decoration: none
}

.report_content {
    padding: 22px 20px;
    background: rgb(255, 255, 255, 0.1)
}

.banner_btns {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.request-btsss {
    background: #ff9f00;
    border: 1px solid #ff9f00;
    font-weight: bold;
    font-size: 14px
}

.request-btsss:hover {
    background: #ff9f00
}

.custom_btn {
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px
}

.bgs_color {
    background: #ff9f00
}

.bgs_color:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.btn-close {
    position: absolute;
    top: 9px;
    right: 10px
}

.sky-color {
    background: #102f4c
}

.sky-color:hover {
    background: #054157;
    color: #fff
}

.modal-headers {
    padding: 17px 14px 0 14px
}

.modal-headers h1 i {
    font-size: 21px;
    color: #e97777
}

.modal-headers h3 {
    margin-top: 5px;
    font-size: 13px;
    text-align: center
}

.modal-body.enquiry_form {
    padding: 23px 33px
}

.enquiry_form label {
    font-weight: 500;
    font-size: 14px;
}

#transform_sec_slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #29322f9c !important
}

.customize_reports {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #565353;
    padding: 20px
}

.customize_reports p {
    width: 54%;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px
}

.customize_reports .extr_btnsss {
    width: 27%
}

:root {
    --bs-primary: #102f4c
}

::-webkit-scrollbar {
    height: 8px;
    width: 8px
}

::-webkit-scrollbar-thumb {
    background-color: #888
}

::-webkit-scrollbar-thumb:hover {
    background-color: #102f4c
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
    background: transparent;
    cursor: pointer;
    display: none
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
    background-clip: content-box;
    border: 1px solid transparent
}

::-webkit-scrollbar-track {
    background: transparent
}

body {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: var(--bs-black)
}

.icon {
    stroke: unset;
    stroke-width: 0;
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: -0.1em
}

.text-grey2hovtheme {
    color: #888787
}

.text-grey2hovtheme:hover {
    color: #102f4c
}

.text-link,
.text-b2theme {
    color: var(--bs-black);
    text-decoration: none
}

.text-link:hover,
.text-b2theme:hover {
    color: var(--bs-link-color);
    text-decoration: underline
}

.text-link.text-b2theme:hover,
.text-b2theme.text-b2theme:hover {
    color: #102f4c;
    text-decoration: none
}

.text-justify {
    text-align: justify
}

.breadcrumb-box {
    --bs-breadcrumb-divider: url("data:image/svg+xml,<svgxmlns='http://www.w3.org/2000/svg'width='8'height='8'%3E%3Cpathd='M2.50L11.53.5416.52.58l4-4-4-4z'fill='%23102F4C'/></svg>")
}

.form-select.text-white {
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'%3e%3cpathfill='none'stroke='%23ffffff'stroke-linecap='round'stroke-linejoin='round'stroke-width='2'd='m25666-6'/%3e%3c/svg%3e")
}

.form-control::-moz-placeholder {
    opacity: .6
}

.form-control::placeholder {
    opacity: .6
}

.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dropdown-menu-center {
    left: 50% !important;
    right: auto;
    transform: translate(-50%, 0)
}

.btn,
.form-select {
    --bs-btn-font-size: 15px;
    border-radius: 0
}

.btn.btn-sm,
.form-select.btn-sm {
    --bs-btn-font-size: 12px
}

.btn:hover,
.form-select:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.btn-outline-light:hover {
    background: var(--bs-white);
    border-color: var(--bs-white);
    color: #102f4c;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.btn-outline-secondary {
    color: var(--bs-black);
    border-color: #9e9c9c
}

.btn-outline-secondary:hover {
    background: #102f4c;
    border-color: #102f4c;
    color: var(--bs-white);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.btn-outline-grey {
    color: #888787;
    border-color: #9e9c9c
}

.btn-outline-grey:hover {
    font-weight: 600;
    border-color: #f5f5f5;
    color: var(--bs-black);
    background: #f5f5f5;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.top-bar {
    background: var(--bs-black);
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 1001
}

.top-bar .top-link {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    text-decoration: none;
    color: var(--bs-white);
    white-space: nowrap
}

.top-bar .top-link.active,
.top-bar .top-link:hover {
    box-shadow: inset 0 0 0 1px var(--bs-white);
    transition: 350ms
}

.top-bar .top-search {
    width: 240px;
    height: 30px;
    border: 0;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23ffffff'viewBox='001818'%3E%3Cpathd='M12.511.0283H11.71L11.4310.7583C12.419.61832138.13832136.52832C132.9383210.090.02832036.50.0283203C2.910.028320302.9383206.52832C010.11832.9113.02836.513.0283C8.1113.02839.5912.438310.7311.4583L1111.7383V12.5283L1617.5183L17.4916.0283L12.511.0283ZM6.511.0283C4.0111.028329.0183226.52832C24.038324.012.028326.52.02832C8.992.02832114.03832116.52832C119.018328.9911.02836.511.0283Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: calc(100% - 6px) 7px;
    padding: 0 30px 0 6px;
    transition: .2s;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    color: #fff;
    opacity: 1
}

.top-bar .top-search::-moz-placeholder {
    color: #fff
}

.top-bar .top-search::placeholder {
    color: #fff
}

.top-bar .top-search:not(:-moz-placeholder-shown) {
    border-bottom: 1px solid #fff;
    width: 240px;
    cursor: text;
    opacity: 1
}

.top-bar .top-search:focus::-moz-placeholder,
.top-bar .top-search:not(:placeholder-shown)::-moz-placeholder {
    color: currentColor
}

.top-bar .top-search:not(:-moz-placeholder-shown)::placeholder {
    color: currentColor
}

.top-bar .top-search:focus::placeholder,
.top-bar .top-search:not(:placeholder-shown)::placeholder {
    color: currentColor
}

.searchbox {
    position: relative;

    .searchicon {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        border: none;

        i {
            color: whitesmoke;
        }
    }
}

.navbar {
    position: sticky;
    top: 0;
    background: var(--bs-white);
    z-index: 1000
}

.navbar .navbar-brand img {
    max-width: 100%;
    transition: 300ms
}

.navbar .nav-link {
    color: var(--bs-black);
    font-size: 14px;
    margin-left: 2px;
    --bs-navbar-nav-link-padding-x: .7rem
}

.navbar .nav-link.show,
.navbar .nav-link:hover {
    box-shadow: inset 0 0 0 1px #102f4c;
    background: #102f4c;
    color: var(--bs-white)
}

.navbar.active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15)
}

.nav-item.dropdown:hover>.sub_menu_list {
    display: block
}

.sub_menu_list {
    --bs-dropdown-min-width: 39rem !important;
    padding: 10px 15px;
    transform: translateX(-50%)
}

.dropend .dropdown-toggle::after {
    display: none
}

.menu_drop {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 8px 5px 10px 5px
}

.menu_drop:hover {
    box-shadow: inset 0 0 0 1px #102f4c;
    background: #102f4c
}

.menu_drop:focus {
    background: #102f4c;
    color: #fff
}

.menu_drop:hover>a {
    color: var(--bs-white)
}

.menu_drop>a {
    font-size: 14px !important;
    color: #000;
    text-decoration: none
}

.menu_drop a:first-child {
    width: 100%
}

.sub_menu_list .nav-item .nav-link {
    font-size: 14px !important;
    border-bottom: 1px solid #ccc;
    padding: 8px 5px 10px 5px
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    margin-left: 0;
    border-radius: 0;
    position: absolute !important
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #102f4c;
    color: var(--bs-white)
}

.row-shifter {
    width: calc(100% - 290px)
}

.rfp-container .rfp-mobilebutton {
    display: none;
    height: 40px;
    width: 60px;
    background: #102f4c;
    border: 1px solid #102f4c;
    border-right: 0;
    color: var(--bs-white);
    position: fixed;
    top: 70%;
    right: 0;
    font-size: 16px;
    padding-left: 10px;
    letter-spacing: 1px;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
    z-index: 100
}

.rfp-container .rfp-mobilebutton:hover {
    background: var(--bs-white);
    color: #102f4c
}

.rfp-container .rfp-box {
    width: 280px;
    position: fixed;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: 500ms ease;
    opacity: 0;
    top: 100%;
    border-top: 3px solid #61b6e6;
    z-index: 101
}

.rfp-container .rfp-box.active {
    opacity: 1
}

.rfp-container .rfp-box .rfp-close {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background: #fff;
    z-index: 2;
    padding: 0;
    border: 1px solid #fff;
    right: 6px;
    top: 6px;
    color: #f33d3d;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
    visibility: hidden
}

.rfp-container .rfp-box .rfp-close .icon {
    width: 100%;
    height: 100%
}

.rfp-container .rfp-box .right-sticky-body {
    padding: 16px 10px
}

.get_a_sample {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700
}

.get_a_sample i {
    font-size: 21px;
    color: #e97777
}

.rfp-container .rfp-box .right-sticky-footer {
    padding: 12px;
    text-align: center
}

.rfp-container .rfp-box .right-sticky-footer h6 {
    font-size: 15px;
    color: #102f4c;
    margin-bottom: 16px
}

.rfp-container .rfp-box .right-sticky-footer img {
    max-height: 24px
}

.content-bgtext {
    position: relative
}

.content-bgtext .content-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-bgtext .container {
    position: relative
}

.wechampion-links {
    display: flex;
    flex-wrap: wrap
}

.wechampion-links .btn {
    margin-right: 7px;
    margin-bottom: 7px
}

.client-logo {
    background: var(--bs-white);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2)
}

.client-logo img {
    max-width: 100%;
    max-height: 100%
}

.card-hovertheme {
    position: relative;
    transition: 300ms;
    border: 1px solid #9e9c9c
}

.card-hovertheme:hover {
    background: #102f4c;
    color: #fff;
    border-color: #102f4c
}

.card-hovertheme:hover>* {
    color: #fff
}

.card-hovertheme2 {
    position: relative;
    transition: 300ms;
    border: 1px solid #d9d9d9
}

.card-hovertheme2:hover {
    background: #102f4c;
    color: #fff;
    border-color: #102f4c
}

.card-hovertheme2:hover>* {
    color: #fff
}

.hero-banner {
    width: 100%;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-banner .hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.hero-banner .hero-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 47, 76, 0.6)
}

.hero-banner .hero-img.hero-noshade::after {
    background: transparent
}

.hero-banner .hero-img.hero-blackshade::after {
    background: rgba(0, 0, 0, 0.57)
}

.hero-banner .hero-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-banner .hero-content {
    width: 100%;
    border-radius: 0 400px 400px 0;
    padding: 35px 70px 35px 0;
    position: relative;
    height: 290px
}

.hero-banner .hero-content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    left: -100vw;
    top: 0;
    background: inherit
}

.hero-banner .hero-content.hero-content-rounded {
    border-radius: 300px 400px 400px 0;
    padding: 50px 50px 50px 50px
}

.hero-banner .hero-content.hero-content-rounded::before {
    display: none
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #0097ec
}

.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline
}

.form-shadow {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin: 50px 0
}

.form-shadow .form-control {
    border-radius: 0
}

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

.list-circle li {
    padding-left: 35px;
    position: relative
}

.list-circle li:not(last-child) {
    margin-bottom: 10px
}

.list-circle li::before {
    content: "—";
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #d9d9d9;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #215b90
}

.card-themelighthover {
    transition: 300ms
}

.card-themelighthover .btn-outline-grey {
    color: var(--bs-black);
    border-color: #d9d9d9
}

.card-themelighthover:hover {
    color: var(--bs-white);
    background: #194670;
    border-color: #194670
}

.card-themelighthover:hover .btn-outline-grey {
    border-color: var(--bs-white);
    color: var(--bs-white)
}

.card-themelighthover:hover .btn-outline-grey:hover {
    color: var(--bs-black)
}

.video-box {
    display: block
}

.video-box video {
    width: 100%;
    display: block
}

.circle-box {
    border: 6px solid var(--bs-white);
    width: 215px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    text-align: center
}

.circle-box p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600
}

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

.list-flags li {
    margin-bottom: 8px
}

.list-flags li a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--bs-black)
}

.list-flags li a img {
    height: 18px;
    margin-right: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1)
}

.list-flags li a small {
    opacity: .75
}

.list-flags li a.active,
.list-flags li a:hover {
    color: var(--bs-danger)
}

.pagination-common .page-item .page-link {
    border-radius: 0;
    color: #000;
    font-size: 15px;
    background: #e6e6e6;
    margin: 2px;
    padding: 0;
    width: 38px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    outline: 0
}

.pagination-common .page-item .page-link:hover {
    background: #194670;
    color: #fff;
    border-color: #194670;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.pagination-common .page-item:first-child .page-link,
.pagination-common .page-item:last-child .page-link {
    background: #fff;
    border: 1px solid #000
}

.pagination-common .page-item:first-child .page-link:hover,
.pagination-common .page-item:last-child .page-link:hover {
    background: #194670;
    border-color: #194670;
    color: #fff
}

.white2theme-linkbox {
    display: block;
    text-decoration: none;
    color: #696969;
    transition: 350ms
}

.white2theme-linkbox:hover {
    background-color: #102f4c;
    color: #fff;
    text-decoration: underline
}

.accordion-flushcommon .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #194670
}

.accordion-flushcommon .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1)
}

footer {
    background: var(--bs-black);
    color: var(--bs-white);
    padding-top: 10px;
    padding-bottom: 15px
}

footer .hry-25 {
    margin: 15px 0 !important
}

footer address {
    font-size: 14px;
    opacity: .9
}

footer .ftr_link.mb-3 {
    font-size: 14px;
    margin-bottom: 8px !important
}

footer .footer-logo {
    display: inline-block;
    margin-bottom: 22px
}

footer .footer-logo img {
    filter: brightness(0) invert(1)
}

footer .footer-follow a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-left: 8px
}

footer .footer-links {
    margin-bottom: 0;
    list-style-type: none;
    padding: 0
}

footer .footer-links li {
    margin-top: 2px
}

footer .footer-links li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    opacity: .9
}

footer .copyright,
footer .hstack {
    font-size: 14px;
    opacity: .9
}

footer .footer-links li a:hover {
    opacity: .75
}

footer .footer-link {
    color: #fff;
    text-decoration: none
}

footer .footer-link:hover {
    opacity: .75
}

footer .hstack {
    font-weight: 600;
    margin-bottom: 10px
}

footer .hstack a {
    color: #fff;
    text-decoration: none
}

footer .hstack a:hover {
    opacity: .75
}

.dropdown-320 {
    width: 320px
}

.dropdown-430 {
    width: 430px
}

.dropdown-560 {
    width: 560px
}

@media only screen and (min-width:1201px) and (max-width:1499px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
        max-width: 1200px
    }
}

@media screen and (max-width:991.9px) {
    .sub_menu_list {
        transform: translateX(0)
    }

    .mouse_leave_modal {
        display: none !important
    }

    body:has(.navbar-collapse.show) {
        overflow: hidden
    }

    .navbar {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25)
    }

    .navbar .nav-link {
        padding-left: 15px;
        padding-right: 15px
    }

    .navbar .dropdown-menu-center {
        transform: none !important
    }

    .navbar .dropdown-320,
    .navbar .dropdown-430,
    .navbar .dropdown-560 {
        width: auto
    }

    .navbar .dropdown-320 .flex-wrap,
    .navbar .dropdown-430 .flex-wrap,
    .navbar .dropdown-560 .flex-wrap {
        align-items: flex-start
    }

    .navbar .navbar-collapse {
        height: calc(100vh - 80px);
        overflow: hidden;
        overflow-y: auto
    }

    .row-shifter {
        width: auto
    }

    .rfp-container .rfp-mobilebutton {
        display: block
    }

    .rfp-container .rfp-box {
        display: none;
        left: auto !important;
        right: 15px
    }

    .rfp-toggle .rfp-container .rfp-mobilebutton {
        display: none
    }

    .rfp-toggle .rfp-container .rfp-box {
        display: block;
        top: auto !important;
        bottom: 10px !important
    }

    .rfp-toggle .rfp-container .rfp-box .rfp-close {
        visibility: visible
    }
}

@media screen and (min-width:767.9px) {
    .border-md-enddark {
        border-right: 1px solid var(--bs-dark)
    }

    .ps-md-30 {
        padding-left: 30px
    }
}

@media screen and (max-width:767.9px) {
    .mouse_leave_modal {
        display: none !important
    }

    .desk_buy {
        display: none
    }

    .mobi_buy {
        display: block
    }

    .fixed-bottom-div {
        display: flex
    }

    .toc_btn {
        font-size: 12px;
        padding: 5px 8px;
        margin-right: 10px
    }

    .baere_btn {
        font-size: 11px !important
    }

    .customize_reports {
        display: block
    }

    .customize_reports p {
        width: 100%;
        margin-bottom: 17px
    }

    .top-bar .top-link {
        padding: 0 6px
    }

    /* .top-bar .top-search {
        z-index: 2;
        left: 0;
        right: 0;
        display: block;
        transition: 0
    }

    .top-bar .top-search:not(:-moz-placeholder-shown) {
        background-color: #333;
        width: 100%;
        max-width: calc(100vw - 20px);
        padding-left: 10px;
        position: absolute;
        margin: 0 auto !important;
        border: none !important
    }

    .top-bar .top-search:focus,
    .top-bar .top-search:not(:placeholder-shown) {
        background-color: #333;
        width: 100%;
        max-width: calc(100vw - 20px);
        padding-left: 10px;
        position: absolute;
        margin: 0 auto !important;
        border: none !important
    } */
}

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

    .triangle-bg {
        clip-path: none;
        left: 0;
        right: 0;
      }

      .benefits-heading {
        text-align: center;
        margin-top: 30px;
        padding-right: 0;
      }
    .benefits-heading h2 {
      color: #000;
      font-size: 20px;
    }

      .benefits-list {
        padding-left: 0;
      }

      .benefits-list li {
        justify-content: flex-start;
        text-align: left;
      }

    .right_sticky_wrap {
        display: none;
    }

    .customize-container {
        display: block;
    }

    .customize-text p {
        text-align: left !important;
    }

    .customize-button {
        text-align: left;
    }

    .customize-profile {
        margin-bottom: 7px;
    }

    .content-box {
        padding: 30px 15px;
    }

    .sample-button {
        font-size: 12px;
        padding: 10px 10px;
    }

    .gdprcookie p {
        font-size: 13px;
        line-height: 22px
    }

    .gdprcookie {
        font-size: 14px;
        color: #ccc;
        line-height: 26px;
        padding: 10px 10px 10px 10px
    }

    .customize_reports .extr_btnsss {
        width: 100%
    }

    .sub_menu_list {
        --bs-dropdown-min-width: 0 !important;
        transform: translateX(0)
    }

    .navbar .navbar-brand {
        width: 150px;
        margin-right: 0
    }

    .celebrating-logo {
        width: 105px !important
    }

    .navbar-brand::after {
        right: -12px
    }
}

@media screen and (max-width:420px) {
    .navbar .navbar-brand {
        width: 150px;
        margin-right: 0
    }

    .celebrating-logo {
        width: 105px !important
    }

    .navbar-brand::after {
        right: -12px
    }
}




#sampleBtn {
    background-color: #ff9f00;
    color: #ffffff;
    border: 1px solid #ff9f00;
}



.inquiryy_btn{
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    border: 2px solid #b2331c;
    padding: 8px;
    align-items: center;
    gap: 10px;
margin-top: 15px;
    p{
        margin-bottom: 0px;
        font-weight: 600;
        color: #b2331c;
        font-size: 14px;
        line-height: 24px;
        align-items: center;
        span{
            font-size: 16px;
           i{
            margin-right: 10px;
           }
        }
    }

    a{
        background-color: #b2331c;
        color: white !important;
        border-radius: 5px;
        font-weight: 700;
        font-size: 15px;
        text-decoration: none;
        transition: 0.3s;
        padding: 12px 20px;
        cursor: pointer;
        width: 330px;
        text-align: center;
        &:hover{
            background-color: #941f0d;
        }
    }

}

.fs-22{
    font-size: 16px !important;
}


@media(max-width:991px){
    .inquiryy_btn{
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
flex-direction: column;
        border: 2px solid #b2331c;
        padding: 10px;
        gap: 10px;


        p{
            margin-bottom: 0px;
            font-weight: 600;
            color: #b2331c;
            font-size: 13px;
            line-height: 24px;
            align-items: center !important;

            span{
                font-size: 14px;
            }
        }

        a{
            background-color: #b2331c;
            color: white !important;
            border-radius: 5px;
            font-weight: 700;
            font-size: 14px;
            text-decoration: none;
            transition: 0.3s;
            padding: 12px 20px;
            cursor: pointer;
            margin-top: 0px;
            width: 320px;
            text-align: center;
            &:hover{
                background-color: #941f0d;
            }
        }

        .fs-22{
            font-size: 15px !important;
        }

    }
}

