@font-face {
    font-display: swap
}

body {
    font-family: 'Proxima Nova Rg' !important
}

a {
    background-color: #fff0;
    color: #005999;
    text-decoration: none
}

* {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url(../fonts/ProximaNova-Extrabld.woff2) format('woff2'), url(../fonts/ProximaNova-Extrabld.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url(../fonts/ProximaNovaT-Thin.woff2) format('woff2'), url(../fonts/ProximaNovaT-Thin.woff) format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Alt Rg';
    src: url(../fonts/ProximaNovaA-Bold.woff2) format('woff2'), url(../fonts/ProximaNovaA-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url(../fonts/ProximaNova-Regular.woff2) format('woff2'), url(../fonts/ProximaNova-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Alt Lt';
    src: url(../fonts/ProximaNovaA-Light.woff2) format('woff2'), url(../fonts/ProximaNovaA-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Alt Th';
    src: url(../fonts/ProximaNovaA-Thin.woff2) format('woff2'), url(../fonts/ProximaNovaA-Thin.woff) format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova bold';
    src: url(../fonts/ProximaNova-Bold.woff2) format('woff2'), url(../fonts/ProximaNova-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.light {
    font-family: 'Proxima Nova Alt Lt'
}

.bold {
    font-family: 'Proxima Nova bold'
}

.white {
    color: #fff
}

.thin {
    font-family: 'Proxima Nova Alt Th'
}

.form-control:focus {
    box-shadow: rgb(0 0 0 / .16) 0 1px 4px;
    border: unset
}

.gray-bg {
    background: #f5f4f6
}

.gray-bg-light {
    background-color: #fbfbfb
}

.blue {
    color: #0054AD;
    min-width: 40px;
    min-height: 48px;
    font-weight: bolder;
    padding-top: 10px
}

.black {
    color: #000 !important
}

.orrange {
    color: #ee661e
}

.fs-13 {
    font-size: 13px
}

.fs-12 {
    font-size: 12px
}

.fs-10 {
    font-size: 10px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-18 {
    font-size: 18px
}

.fs-20 {
    font-size: 20px
}

.fs-22 {
    font-size: 22px
}

.fs-24 {
    font-size: 24px
}

.fs-26 {
    font-size: 26px
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.light-black {
    color: #000
}
/*header CLS code*/
.top-right-login{
        text-align: right !important;
    height: 24px;
}
.logo-search-icons{
        height: 60px;
}
.section.navbar-area nav.navbar{
    height:48px;
}
.div.flip-box div.flip-box-front div{
        width: 245px;
    height: 66px;
}

#Content li:before {
    content: counters(item, ".") ". ";
    counter-increment: item
}

#Content li {
    display: block
}

#Content ol {
    counter-reset: item
}

.cart_counter {
    position: relative
}

.inside-border {
    box-shadow: 0 0 3px #c7c7c7;
    padding: 5px
}

.with-border {
    border: 1px solid #676262
}

.btn-groups .btn.btn-primary {
    width: 100% !important;
    max-width: 100%
}

.dark-btn {
    background-color: #ee661e;
    color: #fff !important;
    padding: 5px 20px;
    padding-bottom: 7px;
    border: 1px solid #ee661e;
    border-radius: 30px
}

.dark-btn:hover {
    color: #ee661e !important;
    background-color: #fff0
}

li.nav-item {
    padding: 0 5px
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    padding-right: 0;
    padding-left: 25px
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ee661e
}

.sticky-nav {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: rgb(149 157 165 / 20%) 0 8px 24px;
    background-color: #fff;
    z-index: 99999999;
    padding-top: 5px;
    width: 100%
}

.report-box .report-title {
    min-height: 34px
}

.global-title:after {
    width: 100px;
    height: 3px;
    background-color: #0065b5;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .05);
    margin: auto;
    margin-top: 5px
}

.global-title {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 22px;
    text-transform: uppercase;
    color: #0065b5
}

a.navbar-brand {
    max-width: 160px
}

.footer-logo {
    max-width: 160px;
    margin-bottom: 20px
}

.service-box {
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / .16) 0 1px 4px;
    margin-bottom: 5px
}

.service-box img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.bottom-space {
    padding-bottom: 70px
}

.slick-slide {
    margin: 0 5px
}

.services .slick-slide {
    margin: 0 5px;
    padding-bottom: 20px
}

.slick-prev:before {
    background-image: url(../img/left-arrow.png);
    background-size: contain;
    opacity: 1 !important;
    background-repeat: no-repeat;
    width: 28px !important;
    display: inline-block !important;
    height: 20px;
    color: transparent !important
}

.slick-next.slick-arrow:before {
    background-image: url(../img/right-arrow.png);
    background-size: contain;
    opacity: 1 !important;
    background-repeat: no-repeat;
    width: 28px !important;
    display: inline-block !important;
    height: 20px;
    color: transparent !important
}

.slick-next {
    top: unset !important;
    right: calc(50% - 25px) !important;
    bottom: -30px !important
}

.slick-prev {
    left: calc(50% - 25px) !important;
    bottom: -30px !important;
    top: unset !important
}

section.industries {
    background-color: #f5f4f6;
    padding-top: 50px;
    padding-bottom: 50px
}

.white-bg {
    background-color: #fff
}

.read-more-btn {
    background-color: #fff0;
    color: #ee661e !important;
    padding: 5px 20px;
    padding-bottom: 7px;
    border: 1px solid #ee661e;
    border-radius: 30px;
    display: inline-block
}

.read-more-btn:hover {
    background-color: #ee661e;
    color: #fff !important
}

.report-section .service-box {
    margin-bottom: 10px
}

.client_logo .slick-slide {
    margin: 0 15px
}

.users-box {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / .16) 0 1px 4px;
    padding: 20px;
    text-align: center;
    margin: 10px 0;
    border-radius: 5px;
    max-width: 300px
}

.user-img {
    max-height: 80px;
    margin: auto;
    margin-bottom: 20px;
    z-index: 99
}

.counter-box {
    display: block;
    padding: 60px 0;
    text-align: center;
    background-image: linear-gradient(to left, #000000c7, transparent 50%, hsl(0deg 0% 0% / 85%) 50%, #0000006e);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in
}

.counter-box:hover {
    background-position: 0 0
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    margin-bottom: 15px
}

.counter-icon {
    height: 70px;
    object-fit: cover;
    margin-bottom: 20px
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

section.number-of-client {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/bg-banner.jpg), linear-gradient(to right, #1c0b0bd1, #1c0b0be0)
}

.bright-span {
    color: #fd7a06
}

.banner-title {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    text-decoration: underline;
    margin-bottom: 10px !important;
    letter-spacing: 0;
    text-shadow: 3px 3px 0 rgb(0 0 0 / 28%)
}

.white-color {
    color: #fff
}

.banner-btn {
    background-color: #ee661e;
    color: #fff !important;
    padding: 5px 20px;
    padding-bottom: 7px;
    border: 1px solid #ee661e;
    border-radius: 30px;
    text-transform: capitalize
}

.banner-section {
    padding-top: 100px;
    background: linear-gradient(90deg, #2727d5 0%, #5f87d2 50%)
}

.hero-banner .slick-prev {
    top: unset !important;
    right: unset !important;
    left: 48% !important;
    bottom: 10px;
    z-index: 999
}

.hero-banner .slick-next.slick-arrow {
    top: unset !important;
    right: 48% !important;
    bottom: 10px !important;
    z-index: 999999
}

.hero-banner .slick-slide {
    margin: 0
}

.mini-banner {
    padding: 40px 0;
    background-image: url(../img/mini-banner.webp);
    background-size: contain
}

.mini-banner-title {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    line-height: 1em;
    letter-spacing: 0;
    text-shadow: 3px 3px 0 rgb(0 0 0 / 28%);
    text-align: left;
    text-transform: capitalize
}

.read-more-small-btn {
    color: #fd7b07;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
    position: relative
}

.read-more-small-btn:hover {
    color: #c86105 !important
}

.read-more-small-btn:hover {
    color: #0070c0
}

.catefory-list li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    padding-right: 15px
}

.catefory-list label {
    color: #fd7b07;
    font-weight: 600;
    padding-right: 5px
}

.box-shadow {
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 25px;
    box-shadow: rgb(0 0 0 / .16) 0 1px 4px
}

.box-shadow:hover {
    box-shadow: rgb(149 157 165 / .2) 0 8px 24px
}

.cart-btn:hover {
    background-color: #ee661e;
    color: #fff
}

.cart-btn {
    background-color: #0070c0;
    color: #fff;
    padding: 4px 10px;
    display: inline-block
}

.accordion {
    overflow: hidden
}

.research-accordion-item {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.research-accordion-item:first-child {
    border-top: none
}

.accordion-text {
    flex-grow: 1
}

.icon-research {
    font-size: 18px;
    cursor: pointer;
    font-weight: 700
}

.research-accordion-box {
    padding-bottom: 8px
}

.research-accordion-box label {
    font-size: 14px
}

.content_research {
    display: none;
    padding: 10px
}

.press-releas {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.pagination .page-link {
    font-size: 14px;
    color: #0070c0;
    font-weight: 600
}

.btn-groups a:last-child {
    margin-bottom: 0
}

.btn-groups {
    margin-bottom: 25px
}

.scrolled {
    position: sticky;
    top: 68.5px;
    z-index: 9
}

.scrolleds {
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: rgb(149 157 165 / 20%) 0 8px 24px
}

.blinking-text {
    animation: blink-animation 1s infinite
}

@keyframes blink-animation {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: unset;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    content: "\27A4";
    color: #ff7802;
    float: right;
    transition: all 0.3s linear;
    outline: 0
}

.accordion-button:not(.collapsed)::after {
    background-image: unset;
    transform: rotate(90deg);
    outline: 0
}

.footer {
    background-color: #001536;
    background-blend-mode: unset;
    background-position: center;
    background-size: cover
}

.footer p,
.footer ul {
    margin: 0;
    padding: 0;
    font-size: 1rem
}

.footer h4.footer_heading {
    color: #f2f2f2;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid #f9a55a;
    padding-bottom: 8px
}

.sub_heading {
    color: #b2b2b2
}

.footer-paypal {
    height: 90px;
    margin-left: -19px;
    margin-top: -15px
}

.footer p {
    color: #fff
}

.footer p:hover,
.sub_heading:hover {
    color: #fff
}

.footer li a {
    text-decoration: none
}

.footer-links li a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px;
    color: #f2a325
}

.footer ul li {
    list-style-type: none !important
}

.footer ul li a {
    color: #dfdfdf;
    font-size: 15px
}

.footer ul li a:hover {
    opacity: 1
}

ul.footer-menu li::marker {
    color: #000;
    display: none
}

.footer ul li {
    padding-bottom: 10px
}

.footer ul.social_icon li {
    display: inline-block;
    margin-right: 8px
}

.footer-socail {
    padding: 0;
    list-style: none;
    margin-top: 20px
}

.footer-socail li {
    display: inline-block;
    margin-right: 5px
}

.footer-socail li a {
    font-size: 22px;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    padding: 7px 4px;
    line-height: 24px
}

.footer-socail li a .fa-facebook {
    color: #475792;
    font-size: 20px
}

.footer-socail li a .fa-linkedin {
    color: #0077b9;
    font-size: 20px
}

.footer-socail li a .fa-twitter {
    color: #76a9ea;
    font-size: 20px
}

.footer-socail li a .fa-google-plus {
    color: #f64b3a;
    font-size: 20px
}

.footer-socail li a .fa-youtube-play {
    color: #f51c0d;
    font-size: 20px
}

.footer-socail li a .fa-pinterest {
    color: #e60023;
    font-size: 20px
}

.payment-option {
    max-width: 300px
}

.footer ul.social_icon li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all .3s ease-in;
    text-align: center
}

.footer ul.social_icon li a i {
    font-size: 22px;
    color: #fd7a06;
    line-height: 30px
}

.footer ul.social_icon li a:hover {
    transition: all .3s ease-in;
    transform: scale(1.02) translateY(-2px)
}

.footer_social_img img {
    width: 100%;
    max-width: 120px
}

.footer_social_img a {
    opacity: 1 !important
}

.sub_footer {
    background-color: #3c3d4a
}

.copy_right_section {
    background-color: #001536;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .25);
    color: #fff;
    font-size: 15px
}

.copy_right_section p {
    margin: 0
}

.copy_right_section p {
    color: #fff
}

.copy_right_section a {
    color: #fff !important
}

.shop-site-box {
    box-shadow: rgb(149 157 165 / .2) 0 8px 24px;
    background-color: #fff;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 10px
}

section.wide-slider img {
    width: 100%;
    background: linear-gradient(272deg, #FEF2E3, #F3FAFE)
}

.voucher-box {
    box-shadow: rgb(149 157 165 / .2) 0 8px 24px;
    background-color: #fff;
    padding: 45px;
    text-align: center;
    border-radius: 30% 70% 70% 30% / 30% 44% 56% 70%;
    margin-bottom: 25px
}

.voucher-box img {
    margin-bottom: 15px;
    max-width: 90%
}

.voucher_title {
    font-weight: 600;
    font-size: 22px
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
    border: unset !important
}

.btn.btn-primary {
    background-color: #005999;
    color: #fff !important;
    padding: 5px 20px;
    padding-bottom: 7px;
    border: 1px solid #005999;
    border-radius: 30px;
    text-transform: capitalize;
    max-width: 150px;
    width: 100%
}

.btn.btn-primary:hover {
    background-color: #005999;
    border: 1px solid #005999
}

.press-releas p {
    font-size: 15px;
    margin-bottom: 0
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btns.btn-primary {
    background-color: #156aab;
    color: #fff !important;
    padding: 5px 20px;
    padding-bottom: 7px;
    border: 1px solid #186baa;
    border-radius: 30px;
    text-transform: capitalize
}

.btns.btn-primary:hover {
    background-color: #0070c0;
    border: 1px solid #0070c0
}

.max-100 {
    max-width: 100% !important
}

button.search_now {
    border: unset;
    width: 100%;
    border-radius: 30px;
    height: 100%;
    background: #fff0
}

.search_bar_box .form-control:focus {
    border: unset;
    box-shadow: unset
}

.search_bar_btn {
    width: 40px
}

.search_bar_box {
    width: calc(100% - 40px)
}

.search_bar_box .form-control {
    border: none;
    border-radius: 30px
}

.searc_bar {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #b3b3b3;
    border-radius: 20px;
    max-width: 500px;
    margin: auto
}

.tab-area .nav-link.active {
    background-color: #156aab;
    color: #fff
}

.tab-area .nav-link {
    border: unset;
    width: 100%;
    text-align: center;
    font-weight: 700;
    border-radius: 0;
    background-color: #fff;
    color: #156aab;
    border: 1px solid #644b4b29
}

.btn-groups .btn.btn-primary:hover {
    background-color: #fc7b04 !important;
    border-color: #fc7b04 !important
}

.tab-area li {
    width: calc(25% - 0px);
    margin: 0;
    padding: 0
}

@keyframes blinks {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.blink-me {
    animation: blinks 1s infinite
}

.related-report li {
    padding-bottom: 15px
}

.small-btn {
    font-size: 14px;
    padding: 4px 10px !important;
    width: 100%;
    padding-bottom: 6px !important
}

.btn-groups a {
    margin-bottom: 15px
}

.color-one {
    background-color: #4aa !important;
    border-color: #44aaaa !important
}

.color-two {
    background-color: #917315 !important;
    border-color: #917315 !important
}

.color-three {
    background-color: #6d9f50 !important;
    border-color: #6d9f50 !important
}

.accordion-button:not(.collapsed) {
    color: #000;
    font-weight: 700;
    outline: 0;
    box-shadow: 1px 1px 3px !important;
    background-color: #fff
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / .125);
    border-left: 0;
    border-right: 0
}

.tabs-content table {
    width: 100% !important
}

.tabs-content table td {
    border: 1px solid #000
}

.accordion-button:focus {
    box-shadow: unset
}

.single-table tr td:first-child {
    min-width: 250px
}

.single-table thead {
    background-color: #ee661e;
    color: #fff
}

.tabs-content {
    padding: 15px 0
}

.box-shadow img {
    border-radius: 4px
}

.tooltips {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.tooltips .tooltipstext {
    visibility: hidden;
    width: 160px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    transition: opacity 0.2s;
    font-size: 12px;
    line-height: 16px
}

.tooltips .tooltipstext::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff0 #fff0 #000 #fff0
}

.tooltips .caret {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid #fff0;
    border-right: 8px solid #fff0;
    border-bottom: 8px solid #333
}

.tooltips:hover .tooltipstext,
.tooltips.active .tooltipstext {
    visibility: visible;
    opacity: 1
}

.navbar-light .navbar-toggler {
    border: unset
}

.text-warning {
    color: #fd7b07 !important
}

.market-btn:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.market-btn {
    color: #fff;
    background-color: #005999;
    border-color: #005999;
    border: 1px solid #fff0;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.form-select:focus {
    border-color: #0070c0 !important;
    outline: 0;
    box-shadow: unset;
    border: 1px solid
}

.login-box {
    border: 1px solid #ccc;
    padding: 25px 20px
}

.cart-border {
    background: #fff;
    border: 1px solid #ccc;
    padding: 1em;
    border-radius: 0 0 5px 5px
}

.cat-submenu a {
    color: #000
}

ul.footer-menu {
    padding-left: 18px
}

ul.footer-menu li {
    list-style-type: disc;
    display: list-item
}

.release-listing {
    margin-bottom: 20px;
    min-height: 80px
}

.blog-box {
    background-color: #f3f3f3;
    padding: 25px 20px
}

.blog-main-titl {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #0070c0
}

.report-title {
    font-weight: 600;
    font-size: 14px
}

.row.report-box-main .col-md-3 {
    margin-bottom: 35px
}

.report-content {
    padding: 10px;
    background-color: #efefef;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.report-box {
    box-shadow: rgb(0 0 0 / .16) 0 1px 4px;
    border-radius: 15px;
    transition: transform 0.3s ease;
    max-width: 95%;
    margin: auto
}

.report-box:hover {
    transform: scale(1.1)
}

.report-image img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    height: 140px;
    width: auto;
    object-fit: fill
}

.report-image {
    text-align: center
}

.report-content p {
    font-size: 14px;
    margin-bottom: 0
}

.banner-image img {
    height: 400px;
    width: 100%;
    object-fit: cover
}

.login-sign-in {
    background-image: linear-gradient(30deg, #ffffff 0%, #ffffff 70%, #ccc5c5 35%, #ccc5c5 35%);
    padding: 0 0;
    border-top: 4px solid #ccc5c5;
    padding-bottom: 5px
}

.blog_titles {
    font-weight: 600;
    font-size: 15px
}

.service-box h5 {
    font-size: 18px !important
}

.service-content-box {
    min-height: 180px
}

.industries-title {
    font-size: 14px;
    color: #000;
    margin: 0;
    font-weight: 600;
    margin: auto
}

.served-icons {
    height: auto;
    margin-bottom: 10px
}

.flip-container {
    perspective: 1000px;
    margin-bottom: 25px
}

.flip-box {
    box-shadow: rgb(0 0 0 / .16) 0 1px 4px;
    height: 120px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s ease
}

.flip-box-front {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.flip-box-front,
.flip-box-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden
}

ul.back-list {
    padding: 0;
    max-width: 85%;
    margin: auto
}

.flip-box-back {
    transform: rotateY(180deg);
    overflow-y: scroll;
    padding: 10px
}

.flip-container:hover .flip-box {
    transform: rotateY(180deg)
}

.back-heading {
    font-size: 14px;
    color: #000;
    font-weight: 600
}

ul.back-list li {
    font-size: 14px;
    list-style-type: circle;
    color: #000
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

section.fast-fact {
    background-color: #F3F3F3;
    padding: 40px 0
}

.clients-counter img {
    height: 55px
}

.modal-header {
    padding: 5px 10px;
    background-color: #156aab;
    color: #fff
}

.modal-content {
    border: unset
}

button.btn-close {
    filter: brightness(0) invert(1);
    opacity: 1
}

.client-name {
    font-weight: 600
}

.modal-footer {
    padding: 5px 10px
}

.modal-body {
    padding: 20px
}

.client-say-box {
    background-color: #F3F3F3;
    padding: 25px;
    border-radius: 10px;
    min-height: 330px
}

.white-btn {
    background-color: #fff0;
    color: #fd7a06 !important;
    padding: 5px 20px;
    padding-bottom: 7px;
    border: 1px solid #fd7a06;
    border-radius: 30px;
    text-transform: capitalize;
    max-width: 150px;
    width: 100%
}

section.about-us {
    padding-bottom: 45px
}

.hide-on-desktop {
    display: none
}

.pull-up-text {
    max-width: 1240px;
    margin: auto;
    padding: 0 15px
}

.banner-content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 700px
}

.banner-with-text {
    position: relative
}

.sticky-nav .hide-on-desktop {
    display: block
}

.comming-soon {
    color: #fc7b04;
    font-weight: 700;
    font-size: 16px
}

.tab-area.upcomming-report li {
    width: calc(50% - 0px)
}

.blue-title-bg {
    margin-bottom: 10px;
    background: #156aab;
    color: #fff;
    font-size: 16px;
    padding: 7px 10px;
    border-radius: 5px 5px 0 0;
    font-weight: 400
}

.report-heading {
    background: #156aab;
    padding: 5px 15px;
    border-radius: 5px 5px 0 0
}

@media(max-width:1200px) {
    .login-sign-in {
        background-image: linear-gradient(30deg, #ffffff 0%, #ffffff 45%, #ccc5c5 35%, #ccc5c5 35%)
    }
}

@media(min-width:767px) and (max-width:991px) {
    .row.infographics .col-md-3 {
        width: 33.333%
    }
    .logo-search-icons .col-md-6 {
        width: 60%
    }
    .logo-search-icons .col-md-3 {
        width: 40%
    }
    .row.main-clients .col-md-4 {
        width: 50%;
        margin-bottom: 25px
    }
    .row.service-main .col-md-3 {
        width: 33.333%
    }
    .row.flip-boxes .col-md-3 {
        width: 33.33%
    }
    .row.report-box-main .col-md-3 {
        margin-bottom: 25px;
        width: 33.33%
    }
}

@media(max-width:991px) {
    .navbar-light .navbar-nav .nav-link {
        padding-left: 0
    }
    ul.navbar-nav {
        padding-top: 10px
    }
    .logo-search-icons {
        padding: 15px 0
    }
    .hide-on-mobile {
        display: none !important
    }
    .hide-on-desktop {
        display: block
    }
    .row.service-main .col-md-3 {
        margin-bottom: 25px
    }
    .searc_bar {
        display: flex;
        max-width: 350px
    }
    .sm-100 {
        width: 100%
    }
    .mb-25 {
        margin-bottom: 25px
    }
}

@media(max-width:768px) {
    .bottom-space {
        padding-bottom: 50px
    }
    .col-md-3.mb-4.mb-md-0.footer-links .mb-3 {
        margin-bottom: 0px !important
    }
    section.footer.py-5 {
        padding-bottom: 0px !important;
        padding-top: 10px !important
    }
    .pagination li {
        margin-bottom: 10px
    }
    .pagination {
        flex-wrap: wrap
    }
    .cart_count {
        right: 0;
        top: -18px !important;
        width: 20px;
        height: 20px;
        text-align: center;
        left: 0px !important
    }
    .cart-border p,
    a {
        font-size: 14px
    }
    .buy_now button {
        margin-bottom: 10px
    }
    .buy_now div:nth-child(1) {
        margin-bottom: 10px
    }
    .buy_now div {
        width: 100%;
        text-align: center
    }
    .buy_now {
        flex-wrap: wrap
    }
    .mini-banner-title {
        color: #FFF;
        font-size: 22px
    }
    .scrolled {
        position: sticky;
        top: 55px;
        z-index: 9
    }
    .tab-area li {
        width: calc(50% - 0px)
    }
    .banner-title {
        color: #FFF;
        font-size: 20px
    }
    .hero-banner .slick-next.slick-arrow {
        right: 45% !important
    }
    .hero-banner .slick-prev {
        right: unset !important;
        left: 45% !important
    }
    .banner-image img {
        height: 250px
    }
    a.navbar-brand {
        max-width: 120px
    }
    ul.top-right-login li {
        padding-left: 5px !important
    }
    ul.top-right-login i {
        font-size: 14px
    }
    .logo-search-icons .col-md-6 {
        width: 60%
    }
    .logo-search-icons .col-md-3 {
        width: 40%
    }
    .login-sign-in {
        background-image: linear-gradient(30deg, #ffffff 0%, #ffffff 20%, #ccc5c5 20%, #ccc5c5 35%)
    }
    .blog-box {
        margin-bottom: 25px
    }
    .copyright-bar {
        flex-wrap: wrap
    }
    .copyright-bar div:first-child {
        padding-bottom: 10px
    }
    .row.main-clients .col-md-4 {
        width: 100%;
        margin-bottom: 25px
    }
    .row.clients-counter .col-md-3 {
        width: 50%;
        margin-bottom: 25px
    }
    .row.service-main .col-md-3 {
        width: 50%
    }
    .row.report-box-main .col-md-3 {
        margin-bottom: 25px;
        width: 50%
    }
    .row.flip-boxes .col-md-3 {
        width: 50%
    }
    .top-numbers {
        text-align: center;
        margin-bottom: 10px !important
    }
    .searc_bar {
        display: flex;
        max-width: 300px
    }
    .single-table tr td:first-child {
        min-width: auto
    }
    .category-box img {
        margin-bottom: 10px
    }
    .counter-box p {
        font-size: 16px;
        font-weight: 500
    }
    .counter-icon {
        height: 45px;
        object-fit: cover;
        margin-bottom: 20px
    }
    .counter-box {
        padding: 30px 0
    }
    .four.col-md-3 {
        width: 50%
    }
    .payment-option {
        max-width: 220px
    }
    .x-wrap {
        flex-wrap: wrap
    }
    .mb-25 {
        margin-bottom: 25px
    }
}

@media(max-width:450px) {
    .tab-area.upcomming-report li {
        width: calc(100% - 0px)
    }
    .banner-image img {
        height: 250px !important;
        object-fit: cover
    }
    .row.service-main .col-md-3 {
        width: 100%
    }
    .row.report-box-main .col-md-3 {
        margin-bottom: 25px;
        width: 100%
    }
    .row.flip-boxes .col-md-3 {
        width: 100%
    }
   .about-us .col-md-12.text-center {
    height: 213px!important;
}
.text-end{
        display: flex !important;
    text-align: right !important;
}
section.navbar-area nav.navbar{
    height:56px;
}

}

@media(max-width:350px) {
    .row.clients-counter .col-md-3 {
        width: 100%;
        margin-bottom: 25px
    }

}

@media(min-width:1200px) {
    section.navbar-area .container {
        max-width: 1300px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px !important
    }
}

.title_heading {
    font-size: 16px;
    font-weight: 800
}

.title_descr {
    font-size: 14px
}

.js-slider {
    max-height: 400px;
    &>.slide:not(:first-child) {
        display: none !important
    }
}

.client_logo {
    width: 100% !important;
    display: flex
}

.client_logo .slide {
    margin: 0 15px !important;
    display: flex
}

/*header mobile  CLS code*/
/*.top-right-login {
    height: 24px;
    text-align: right;
}
.banner-with-text {
    height: 250px;
    text-align: right;
}
.div.container div.row div.col-md-3{
    height:48px;
    text-align: right;
}*/