a, button, input, li {
    -webkit-transition: all 0.4s 0s ease-out;
    -moz-transition: all 0.4s 0s ease-out;
    -ms-transition: all 0.4s 0s ease-out;
    -o-transition: all 0.4s 0s ease-out;
    transition: all 0.4s 0s ease-out;
}

/* transform */

:root {
    /**
  @font family declaration
  */
    --tp-ff-body: "DM Sans", sans-serif;
    --tp-ff-heading: "Plus Jakarta Sans", sans-serif;
    --tp-ff-p: "DM Sans", sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @color declaration
  */
    --tp-common-white: #ffffff;
    --tp-common-black: #000000;
    --tp-heading-primary: #000000;
    --tp-grey-1: #f3f5ff;
    --tp-grey-2: #F6F7F9;
    --tp-text-body: #767676;
    --tp-text-p: #767676;
    --tp-theme-primary: #7000fe;
    --tp-theme-secondary: #ff4328;
    --tp-border-primary: #7000fe;
}



a {
    text-decoration: none;
}

h4 {
    color: var(--tp-heading-primary);
    font-family: var(--tp-ff-heading);
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: color 0.4s 0s ease-out;
    -moz-transition: color 0.4s 0s ease-out;
    -ms-transition: color 0.4s 0s ease-out;
    -o-transition: color 0.4s 0s ease-out;
    transition: color 0.4s 0s ease-out;
}

/*h1 {
    font-size: 80px;
}
*/

h4 {
    font-size: 24px;
}

ul {
    margin: 0px;
    padding: 0px;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

    button:focus {
        outline: 0;
    }

input[type=text] {
    outline: none;
    background-color: #fff;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 26px;
    padding-right: 26px;
    border: 1px solid #E0E2E3;
}

    input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #95999D;
    }

    input[type=text]::-moz-placeholder { /* Firefox 19+ */
        color: #95999D;
    }

    input[type=text]:-moz-placeholder { /* Firefox 4-18 */
        color: #95999D;
    }

    input[type=text]:-ms-input-placeholder { /* IE 10+  Edge*/
        color: #95999D;
    }

    input[type=text]:focus {
        border-color: var(--tp-theme-primary);
    }

*::-moz-selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

::selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--tp-common-black);
    font-size: 14px;
    opacity: 1;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/

.z-index-11 {
    z-index: 11;
}

.tp-header-btn {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    display: inline-block;
    font-weight: 700;
    font-family: var(--tp-ff-heading);
    padding: 10px 43px;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .tp-header-btn::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 0%;
        background: var(--tp-theme-primary);
        left: 0;
        top: 0;
        z-index: -1;
        transition: 0.5s;
        transform: scale(0);
        opacity: 0;
    }

    .tp-header-btn:hover {
        color: var(--tp-common-white);
    }

        .tp-header-btn:hover::before {
            transform: scale(1);
            opacity: 1;
            height: 100%;
            width: 100%;
        }


.tp-header-center-user button {
    color: var(--tp-common-black);
    font-size: 22px;
    margin-right: 30px;
}

    .tp-header-center-user button:hover {
        color: var(--tp-theme-primary);
    }

.tp-header-bottom {
    background: var(--tp-common-white);
    padding: 0 245px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-bottom {
        padding: 0 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-bottom {
        padding: 0 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-bottom {
        padding: 0px 40px;
    }
}

@media (max-width: 767px) {
    .tp-header-bottom {
        padding: 0;
    }
}

.tp-header-bottom-toggle button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background: #e9effb;
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/

.tp-header-2-bottom {
    padding: 0 80px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-header-2-bottom {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .tp-header-2-logo {
        margin-left: -35px;
        padding: 18px 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-header-2-input-search {
        display: none;
    }
}

.tp-header-2-input input {
    outline: none;
    background-color: var(--tp-common-white);
    height: 60px;
    width: 100%;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 26px;
    padding-right: 26px;
    border: 1px solid #ededed;
}

.tp-header-2-input button {
    font-size: 24px;
    position: absolute;
    top: 18px;
    right: 30px;
    color: var(--tp-common-black);
}

.tp-header-2-btn {
    padding: 14px 40px;
}

@media (max-width: 767px) {
    .tp-header-2-bottom-button {
        display: none;
    }
}

.tp-header-2-bottom-toggle button {
    width: 0;
    height: 0;
    line-height: 50px;
    text-align: left;
    display: inline-block;
    background: transparent;
    margin-left: 30px;
}

@media (max-width: 767px) {
    .tp-header-2-bottom-toggle button {
        transform: translateY(-10px);
    }
}

.tp-header-2-bottom-toggle::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 58px;
    top: 0;
    left: 0;
    background: #ededed;
}

@media (max-width: 767px) {
    .tp-header-2-bottom-toggle::before {
        display: none;
    }
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/

.tp-header-3-top-address span {
    color: #b5b5b5;
    margin-right: 60px;
}

    .tp-header-3-top-address span:last-child {
        margin-right: 0;
    }

    .tp-header-3-top-address span:hover {
        color: var(--tp-common-white);
    }

.tp-header-3-bottom {
    padding: 0 80px;
    border-bottom: 1px solid #b7e9e1;
    position: relative;
    z-index: 11;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-3-bottom {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-3-bottom {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-header-3-bottom {
        padding: 0 40px;
    }
}

.tp-header-3-search button {
    font-size: 24px;
    color: var(--tp-common-black);
    line-height: 67px;
    margin-right: 30px;
}

.tp-header-3-bottom-toggle::before {
    background: #b7e9e1;
}

.tp-header-2-logo a img {
    width: 95%;
}

/*----------------------------------------*/
/*  3.4 Header Style 4
/*----------------------------------------*/

.tp-header-2-main-menu > nav > ul > li {
    margin-right: 20px !important;
    line-height: 17px;
}

/*----------------------------------------*/
/*  3.5 Header Style 5
/*----------------------------------------*/

.header-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-bottom: none;
}



/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.tp-header-main-menu > nav > ul > li {
    list-style: none;
    display: inline-block;
    position: relative;
}

    .tp-header-main-menu > nav > ul > li:hover a {
        color: var(--tp-theme-primary);
    }

    .tp-header-main-menu > nav > ul > li:not(:last-child) {
        margin-right: 51px;
    }

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-header-main-menu > nav > ul > li:not(:last-child) {
        margin-right: 49px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-main-menu > nav > ul > li:not(:last-child) {
        margin-right: 38px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-main-menu > nav > ul > li:not(:last-child) {
        margin-right: 28px;
    }
}

.tp-header-main-menu > nav > ul > li > a {
    display: inline-block;
    color: var(--tp-heading-primary);
    padding: 34px 0;
    font-weight: 700;
    font-family: var(--tp-ff-heading);
}

.tp-header-main-menu > nav > ul > li:hover .submenu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.tp-header-main-menu > nav > ul .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    background: var(--tp-common-white);
    border-top: 6px solid var(--tp-theme-primary);
    padding: 20px 0;
    transform: scaleY(0);
    transform-origin: top center;
    text-align: start;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
    z-index: 9;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}

    .tp-header-main-menu > nav > ul .submenu > li {
        display: block;
    }

        .tp-header-main-menu > nav > ul .submenu > li:hover > a {
            color: var(--tp-heading-primary);
        }

        .tp-header-main-menu > nav > ul .submenu > li > a {
            line-height: 38px;
            padding: 0px 0px 0px 32px;
            margin: 0px 0 0 0;
            display: block;
            text-transform: capitalize;
            font-size: 16px;
            color: var(--tp-heading-primary);
            font-weight: 700;
            position: relative;
        }

            .tp-header-main-menu > nav > ul .submenu > li > a::before {
                content: "";
                position: absolute;
                width: 0px;
                height: 2px;
                background: var(--tp-theme-primary);
                left: 14px;
                bottom: 18px;
                transition: all 0.4s ease-in-out;
            }

            .tp-header-main-menu > nav > ul .submenu > li > a:hover {
                color: var(--tp-theme-primary);
                margin-left: 10px;
            }

                .tp-header-main-menu > nav > ul .submenu > li > a:hover::before {
                    width: 10px;
                }

.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu {
    width: 1170px;
    padding: 30px 30px 10px 30px;
    background-color: var(--tp-common-white);
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu {
        width: 1050px;
    }
}

.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu {
    position: relative;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb {
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb img {
        width: 100%;
    }

    .tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover::before {
        opacity: 1;
    }

.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title {
    font-size: 20px;
}

    .tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a {
        color: var(--tp-heading-primary);
    }

        .tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover {
            color: var(--tp-theme-primary);
        }

            .tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover::before {
                display: none;
            }

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-2-main-menu {
        width: 600px;
    }
}

.tp-header-2-main-menu > nav > ul > li:not(:last-child) {
    margin-right: 50px;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .tp-header-2-main-menu > nav > ul > li:not(:last-child) {
        margin-right: 42px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-header-2-main-menu > nav > ul > li:not(:last-child) {
        margin-right: 41px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-2-main-menu > nav > ul > li:not(:last-child) {
        margin-right: 45px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-2-main-menu > nav > ul > li .tp-submenu.submenu.has-homemenu {
        left: -200px;
    }
}

.tp-footer-call {
    color: var(--tp-common-black);
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}

    .tp-footer-call span {
        margin-right: 8px;
    }

.tp-footer-3-call {
    color: var(--tp-text-p);
}

    .tp-footer-3-call:hover {
        color: var(--tp-common-black);
    }





/*Footer*/


a, p, li, .transition-3 {
    -webkit-transition: all 0.4s 0s ease-out;
    -moz-transition: all 0.4s 0s ease-out;
    -ms-transition: all 0.4s 0s ease-out;
    -o-transition: all 0.4s 0s ease-out;
    transition: all 0.4s 0s ease-out;
}


a {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

*::-moz-selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

::selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--tp-common-black);
    font-size: 14px;
    opacity: 1;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/

.z-index-1 {
    z-index: 1;
}

.p-relative {
    position: relative;
}

.tp-header-3-social {
    display: flex;
    align-items: center;
}

    .tp-header-3-social a {
        color: #aeaeae;
        margin-right: 15px;
        font-size: 17px;
        transform: translateY(4px);
    }

        .tp-header-3-social a:hover {
            color: var(--tp-common-white);
        }


.tp-footer-top {
    padding: 230px 0 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-widget-cutm-pdg-2 {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-footer-widget-cutm-pdg-2 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-footer-widget-cutm-pdg-3 {
        margin-left: 0;
    }
}

.tp-footer-title {
    color: var(--tp-common-black);
    margin-bottom: 36px;
    margin-top: -8px;
}

.tp-footer-list ul li {
    list-style: none;
    margin-bottom: 6px;
    position: relative;
    -webkit-transition: all 0.4s 0s ease-out;
    -moz-transition: all 0.4s 0s ease-out;
    -ms-transition: all 0.4s 0s ease-out;
    -o-transition: all 0.4s 0s ease-out;
    transition: all 0.4s 0s ease-out;
    line-height: 17px;
}

    .tp-footer-list ul li::before {
        content: "+";
        position: absolute;
        left: -14px;
        top: 0;
        visibility: hidden;
        opacity: 0;
        font-weight: 700;
        -webkit-transition: all 0.4s 0s ease-out;
        -moz-transition: all 0.4s 0s ease-out;
        -ms-transition: all 0.4s 0s ease-out;
        -o-transition: all 0.4s 0s ease-out;
        transition: all 0.4s 0s ease-out;
    }

    .tp-footer-list ul li a {
        font-weight: 500;
    }

    .tp-footer-list ul li:hover {
        margin-left: 10px;
        color: var(--tp-theme-primary);
    }

        .tp-footer-list ul li:hover::before {
            visibility: visible;
            opacity: 1;
        }

.tp-footer-call {
    color: var(--tp-common-black);
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}

    .tp-footer-call span {
        margin-right: 8px;
    }

.tp-footer-copy-paragraph {
    font-weight: 500;
    font-family: var(--tp-ff-heading);
}

@media (max-width: 767px) {
    .tp-footer-copy-paragraph {
        font-size: 15px;
    }
}

.tp-footer-copy-paragraph a {
    color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/

.tp-footer-2-top {
    padding: 120px 0 60px;
}

.tp-footer-2-bottom {
    border-top: 1px solid #32353b;
    padding: 32px 0;
}

/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/

.tp-footer-3-bottom {
    border-top: 1px solid #e6e6e6;
}

.tp-footer-3-call {
    color: var(--tp-text-p);
}

    .tp-footer-3-call:hover {
        color: var(--tp-common-black);
    }

.tp-footer-3-copy-paragraph {
    margin-bottom: 0;
}

    .tp-footer-3-copy-paragraph a {
        color: var(--tp-common-black);
    }

.tp-footer-3-bg-shape-1 {
    position: absolute;
    top: 130px;
    left: 130px;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-3-bg-shape-1 {
        top: 60px;
        left: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-footer-3-bg-shape-1 {
        top: 60px;
        left: 60px;
    }
}

.tp-footer-3-bg-shape-2 {
    position: absolute;
    right: 200px;
    bottom: 165px;
    z-index: -1;
}

@charset "UTF-8"; /*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */ :root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

h4 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ul ul {
        margin-bottom: 0
    }

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

    a:hover {
        color: var(--bs-link-hover-color)
    }

img {
    vertical-align: middle
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

[type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

.container-fluid {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

    /*.row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }*/

.col {
    flex: 1 0 0%
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

@media (min-width:576px) {
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
}

@media (min-width:768px) {
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

@media (min-width:992px) {
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    /*.col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }*/

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
}

@media (min-width:1200px) {
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown), .form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

    .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
        opacity: .65;
        transform: scale(.85) translateY(-.5rem) translateX(.15rem)
    }

.input-group > .form-control:not(:focus).is-valid, .input-group > .form-floating:not(:focus-within).is-valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
    z-index: 3
}

.input-group > .form-control:not(:focus).is-invalid, .input-group > .form-floating:not(:focus-within).is-invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
    z-index: 4
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.text-center {
    text-align: center !important
}

@media (min-width:1200px) {
    .d-xl-block {
        display: block !important
    }
}

.tp-header-2-input-search button {
    top: 13px;
    right: 17px;
}

.tp-footer-3-call img {
    filter: brightness(0.2);
}

.df-pop input[type=file]::file-selector-button {
    display: none;
}
/* #1679ad; #084DA9; #0077b6; */

.tp-header-2-main-menu > nav > ul > li .tp-submenu.submenu.has-homemenu {
    left: 11%;
}

.tp-header-main-menu > nav > ul > li {
    position: inherit;
}

.loginsub li a {
    color: #000000 !important;
}

    .loginsub li a:hover {
        color: #0956BE !important;
    }

/* search Start bar css */

@media (max-width: 575.98px) {
    .tp-header-2-input-search {
        display: block;
    }

    .tp-header-3-search button {
        margin-right: 14px;
    }

    .tp-header-3-search {
        display: none;
    }

    .mob-search {
        margin: -16px -23px 10px -35px;
    }

    .tp-header-2-input input {
        height: 40px;
    }

    .tp-header-2-input button {
        font-size: 20px;
        top: 7px;
        right: 20px;
    }
}

@media (min-width: 575.98px) {

    .mob-search {
        display: none;
    }
}

/* search End bar css */


.tp-header-main-menu > nav > ul > li:hover a {
    color: #0956BE;
}

.tp-header-main-menu > nav > ul .submenu > li > a::before {
    background: #0956BE;
}
/*.tp-header-main-menu > nav > ul > li:hover a {
	color: #0956BE;
}*/

.tp-product-3-tab-btn ul li:has(.active) {
    background-color: #f0f0f0;
}

input[type=text] {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

.tp-header-main-menu > nav > ul .loginsub {
    width: 200px;
    left: unset;
    right: 0;
}

.loginmain button {
    padding-top: 0px !important;
}

.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu {
    margin-bottom: 0px;
}

.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu {
    padding: 30px 30px 20px 30px;
}

.tp-header-3-main-menu {
    margin-left: 0px !important;
}

.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title {
    font-size: 14px;
}

.tp-header-2-main-menu > nav > ul > li {
    margin-right: 20px !important;
    line-height: 17px;
}

.tp-header-2-bottom {
    padding: 0;
}

@media (max-width: 1920px) {
    #header-contaion {
        width: 1760px;
        padding: 0 19px;
    }
}

@media (max-width: 1750px) {
    #header-contaion {
        width: auto;
        padding: 0;
    }
}

@media (max-width: 1550px) {
    #header-contaion {
        margin: 0;
    }

    .tp-header-3-bottom {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    #header-contaion {
        padding: 0 35px;
    }
}

@media only screen and (min-width: 767px) {
    .tp-header-bottom-toggle {
        display: none;
    }
}

.tp-header-3-top-address span a {
    font-size: 14px;
}

.tp-header-main-menu > nav > ul > li > a {
    padding: 34px 0;
}


.tp-footer-3-call:hover {
    color: #6c6c6c;
}

.tp-header-3-bottom.header-sticky {
    background: #ffffff;
    animation: none;
}

body {
    font-size: 14px;
}

.tp-header-center-user button {
    margin-right: 20px;
    padding-top: 14px;
}

.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover {
    color: #0956BE;
}

.tp-header-btn {
    background: #0956BE;
}

    .tp-header-btn::before {
        background: #0956BE;
    }

.tp-header-main-menu > nav > ul .submenu {
    border-top: 6px solid #0956BE;
}

.mob-phone {
    display: inline;
    font-family: "DM Sans", sans-serif;
    letter-spacing: 1px;
}

.tp-header-2-btn {
    padding: 10px 16px;
}

.tp-header-main-menu > nav > ul .submenu > li > a:hover {
    color: #0956BE;
}

.mobile-menu {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .tp-header-2-main-menu > nav > ul > li > a {
        padding: 24px 0;
    }
}

/*! CSS Used from: Embedded */
    img {
        border: 0;
    }

    @media only screen and (max-width:740px) {
        /*.row {
        margin-right: 0 !important;
    }*/
    }

    .row:after, .row:before {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }
    /*! CSS Used from: https://www.printingblue.com/Content/SharedCSS.min.css ; media=all */
    @media all {
        img {
            border: none;
        }

        img {
            border: 0;
        }

        @media only screen and (max-width:740px) {
            /*.row {
            margin-right: 0 !important;
        }*/
        }

        img {
            border: 0;
        }

        @media print {
            *, :after, :before {
                color: #000 !important;
                text-shadow: none !important;
                background: 0 0 !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
            }

            img {
                page-break-inside: avoid;
            }

            img {
                max-width: 100% !important;
            }
        }

        .row:after, .row:before {
            display: table;
            content: " ";
        }

        .row:after {
            clear: both;
        }
    }
    /*! CSS Used from: Embedded */
    /*! CSS Used from: Embedded */


    .tp-header-3-bottom.header-sticky {
        background: #ffffff;
    }


    .tp-header-2-logo a img {
        width: 95%;
    }

    body {
        font-size: 14px;
    }

    .tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover {
        color: #0956BE;
    }

    .tp-header-btn::before {
        background: #0956BE;
    }

    .tp-header-main-menu > nav > ul .submenu {
        border-top: 6px solid #0956BE;
    }

    .mobile-menu {
    }

    input:disabled, button:disabled {
        background-color: #edebeb !important;
        color: #666666 !important;
        cursor: not-allowed;
        border: 1px solid #999999;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1399px) {

        .tp-header-2-main-menu > nav > ul > li > a {
            padding: 24px 0;
        }
    }
    /* product page style start here */
    /* product page FAQ style start here */
    /*.tp-contact-submit {
    margin-top: 20px;
}*/
    /* gallery-image css */

    @media only screen and (min-width: 1730px) {
        .first-sec {
            width: 1730px;
        }
    }

    @media only screen and (max-width: 1750px) {
        .first-sec {
            width: 1730px;
            padding: 0 15px 0 15px;
        }

        .tp-header-3-bottom {
            padding: 0 20px;
        }
    }

    @media only screen and (max-width: 1740px) {
        .first-sec {
            width: auto;
        }
    }

    @media only screen and (max-width: 1599px) {
        .first-sec {
            padding: 0 15px 0 15px;
        }
    }

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

        .first-sec {
            padding: 0 20px 0 20px;
        }
    }

    .tp-footer-3-call {
        color: var(--tp-text-body);
        font-family: var(--tp-ff-p);
        font-size: 14px;
    }

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

        .tp-header-2-logo a img {
            height: auto;
        }
    }

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


        .tp-header-3-top-address span a {
            white-space: nowrap;
        }

        .tp-header-main-menu > nav > ul > li > a {
            padding: 22px 0 26px;
        }

        .tp-main-menu-content br {
            display: none;
        }
    }

    @media (max-width: 575.98px) {

        .tp-header-3-bottom {
            padding-right: 10px;
        }

        .mob-phone {
            display: none;
        }

        .tp-header-3-top-address {
            margin-right: 20px;
        }

        .tp-header-center-user button {
            font-size: 20px;
            margin-right: 0;
        }

        .tp-header-3-top-address span a {
            font-size: 14px;
            line-height: 31px;
        }
    }

    body {
        font-family: var(--tp-ff-p);
        font-size: 16px;
        font-weight: normal;
        color: var(--tp-text-body);
        line-height: 30px;
    }

    a {
        text-decoration: none;
    }

    h4 {
        color: var(--tp-heading-primary);
        font-family: var(--tp-ff-heading);
        margin-top: 0px;
        font-weight: 700;
        line-height: 1.2;
    }

    h4 {
        font-size: 24px;
    }

    ul {
        margin: 0px;
        padding: 0px;
    }

    a:focus {
        text-decoration: none;
        outline: none;
    }

    a:focus,
    a:hover {
        color: inherit;
        text-decoration: none;
    }

    a,
    button {
        color: inherit;
        outline: none;
        border: none;
        background: transparent;
    }

        button:hover {
            cursor: pointer;
        }

        button:focus {
            outline: 0;
        }

    input[type=text] {
        outline: none;
        background-color: #fff;
        height: 56px;
        width: 100%;
        line-height: 56px;
        font-size: 14px;
        color: var(--tp-common-black);
        padding-left: 26px;
        padding-right: 26px;
        border: 1px solid #E0E2E3;
    }

        input[type=text]:focus {
            border-color: var(--tp-theme-primary);
        }

    *::-moz-selection {
        background: var(--tp-common-black);
        color: var(--tp-common-white);
        text-shadow: none;
    }

    ::-moz-selection {
        background: var(--tp-common-black);
        color: var(--tp-common-white);
        text-shadow: none;
    }

    ::selection {
        background: var(--tp-common-black);
        color: var(--tp-common-white);
        text-shadow: none;
    }

    *::-moz-placeholder {
        color: var(--tp-common-black);
        font-size: 14px;
        opacity: 1;
    }

    @font-face {
        font-family: "flaticon_presvilla";
        src: url("../fonts/flaticon_presvilla.woff2") format("woff2"), url("../fonts/flaticon_presvilla.woff") format("woff"), url("../fonts/flaticon_presvilla.eot") format("embedded-opentype"), url("../fonts/flaticon_presvilla.ttf") format("truetype"), url("../fonts/flaticon_presvilla.svg") format("svg")
    }

    i[class^="flaticon-"]:before {
        font-family: flaticon_presvilla !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .flaticon-search:before {
        content: "\f101";
    }

    .flaticon-user:before {
        content: "\f107";
    }

    @use '../utils' as *;
    /*----------------------------------------*/
    /*  2.3 Buttons
/*----------------------------------------*/

    .tp-header {
        &-btn {
            background: var(--tp-common-black);
            color: var(--tp-common-white);
            display: inline-block;
            font-weight: 700;
            font-family: var(--tp-ff-heading);
            padding: 10px 43px;
            transition: 0.3s;
            overflow: hidden;
            position: relative;
            z-index: 1;

            &::before {
                position: absolute;
                content: "";
                height: 100%;
                width: 0%;
                background: var(--tp-theme-primary);
                left: 0;
                top: 0;
                z-index: -1;
                transition: 0.5s;
                transform: scale(0);
                opacity: 0;
            }

            &:hover {
                color: var(--tp-common-white);

                &::before {
                    transform: scale(1);
                    opacity: 1;
                    height: 100%;
                    width: 100%;
                }
            }
        }
    }




    .tp-btn {
        background: var(--tp-theme-primary);
        color: var(--tp-common-white);
        display: inline-block;
        padding: 15px 43px;
        transition: 0.3s;
        overflow: hidden;
        font-weight: 700;
        font-family: var(--tp-ff-heading);
        position: relative;
        overflow: hidden;
        z-index: 1;

        &::before {
            position: absolute;
            content: "";
            height: 100%;
            width: 0%;
            background: var(--tp-common-black);
            left: 0;
            top: 0;
            z-index: -1;
            transition: 0.5s;
            transform: scale(0);
            opacity: 0;
        }

        &:hover {
            color: var(--tp-common-white);

            &::before {
                transform: scale(1);
                opacity: 1;
                height: 100%;
                width: 100%;
            }
        }
    }



    .tp-btn {
        &-secondary {
            background: var(--tp-theme-primary);
            color: var(--tp-common-white);
            display: inline-block;
            padding: 15px 43px;
            transition: 0.3s;
            overflow: hidden;
            font-weight: 700;
            font-family: var(--tp-ff-heading);
            position: relative;
            z-index: 1;

            &::before {
                position: absolute;
                content: "";
                height: 100%;
                width: 0%;
                background: var(--tp-common-black);
                left: 0;
                top: 0;
                z-index: -1;
                transition: 0.5s;
                transform: scale(0);
                opacity: 0;
            }

            &:hover {
                color: var(--tp-common-white);

                &::before {
                    transform: scale(1);
                    opacity: 1;
                    height: 100%;
                    width: 100%;
                }
            }
        }
    }

    .tp-btn {
        &-white {
            background: var(--tp-common-white);
            color: var(--tp-common-black);
            display: inline-block;
            padding: 15px 43px;
            transition: 0.3s;
            overflow: hidden;
            font-weight: 700;
            font-family: var(--tp-ff-heading);
            position: relative;
            z-index: 1;

            &::before {
                position: absolute;
                content: "";
                height: 100%;
                width: 0%;
                background: var(--tp-common-black);
                left: 0;
                top: 0;
                z-index: -1;
                transition: 0.5s;
                transform: scale(0);
                opacity: 0;
            }

            &:hover {
                color: var(--tp-common-white);

                &::before {
                    transform: scale(1);
                    opacity: 1;
                    height: 100%;
                    width: 100%;
                }
            }
        }
    }

    .tp-btn {
        &-border {
            background: transparent;
            color: var(--tp-common-white);
            border: 1px solid var(--tp-common-white);
            display: inline-block;
            padding: 14px 43px;
            transition: 0.3s;
            overflow: hidden;
            font-weight: 700;
            font-family: var(--tp-ff-heading);
            position: relative;
            z-index: 1;

            &::before {
                position: absolute;
                content: "";
                height: 100%;
                width: 0%;
                background: var(--tp-common-white);
                left: 0;
                top: 0;
                z-index: -1;
                transition: 0.5s;
                transform: scale(0);
                opacity: 0;
            }

            &:hover {
                color: var(--tp-common-black);

                &::before {
                    transform: scale(1);
                    opacity: 1;
                    height: 100%;
                    width: 100%;
                }
            }
        }
    }



    .tp-btn {
        &-red {
            background: var(--tp-theme-secondary);
            color: var(--tp-common-white);
            display: inline-block;
            padding: 15px 43px;
            transition: 0.3s;
            overflow: hidden;
            font-weight: 700;
            font-family: var(--tp-ff-heading);
            position: relative;
            z-index: 1;

            &::before {
                position: absolute;
                content: "";
                height: 100%;
                width: 0%;
                background: var(--tp-common-black);
                left: 0;
                top: 0;
                z-index: -1;
                transition: 0.5s;
                transform: scale(0);
                opacity: 0;
            }

            &:hover {
                color: var(--tp-common-white);

                &::before {
                    transform: scale(1);
                    opacity: 1;
                    height: 100%;
                    width: 100%;
                }
            }
        }
    }

    .mt-10 {
        margin-top: 10px
    }

    .mb-15 {
        margin-bottom: 15px
    }

    .mr-30 {
        margin-right: 30px
    }

.pbb_top_banner {
    padding: 130px 0 0 0;
}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 30px;
    }
}
.pbb_top_banner .text{
    line-height: 20px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.card-date {
    line-height: 18px;
}
.cutom_btn {
    font-weight: 100;
    font-size: 14px;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    border: none;
    background-color:#fff;
}







/*Footer*/



.tp-footer-3-call img {
    filter: brightness(0.2);
}

.tp-footer-2-bottom {
    padding: 10px 0;
}

.df-pop input[type=file]::file-selector-button {
    display: none;
}

.tp-product-3-tab-btn ul li:has(.active) {
    background-color: #f0f0f0;
}

.tp-footer-list ul li:hover {
    margin-left: unset;
}


.tp-footer-3-call:hover {
    color: #6c6c6c;
}

.tp-footer-2-top {
    padding: 30px 0 0;
}

.tp-footer-list ul li:hover {
    color: #0956BE;
}

.tp-footer-text .tp-header-3-social a {
    color: #3b3d3e;
}

.tp-header-3-social a:hover {
    color: #0956BE;
}

.tp-footer-text img {
    filter: grayscale(100%);
}

body {
    font-size: 14px;
}

.tp-footer-widget h4 {
    font-size: 18px;
    margin-bottom: 16px;
}

.tp-footer-list ul {
    line-height: 18px;
    margin: 0px;
    padding: 0px;
}

.tp-footer-copy-paragraph {
    line-height: 24px;
    font-size: 16px !important;
}

.tp-footer-2-top {
    background-color: #f4f4f4;
}

.tp-footer-3-bottom {
    background-color: #f4f4f4;
}

img {
    border: 0;
}


p {
    margin: 0 0 10px;
}

.row:after, .row:before {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

@media all {
    img {
        border: none;
    }

    img {
        border: 0;
    }


    img {
        border: 0;
    }

    @media print {
        *, :after, :before {
            color: #000 !important;
            text-shadow: none !important;
            background: 0 0 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        p {
            orphans: 3;
            widows: 3;
        }
    }

    p {
        margin: 0 0 10px;
    }

    .row:after, .row:before {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }
}
.tp-footer-text .tp-header-3-social a {
    color: #3b3d3e;
}

.tp-header-3-social a:hover {
    color: #0956BE;
}

.tp-footer-text img {
    filter: grayscale(100%);
}

body {
    font-size: 14px;
}

.tp-footer-widget h4 {
    font-size: 18px;
    margin-bottom: 16px;
    white-space: nowrap;
}

.tp-footer-list ul {
    line-height: 22px;
}


.tp-footer-3-bottom {
    background-color: #f4f4f4;
}


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

    .tp-footer-copy-paragraph {
        font-size: 13px;
    }
}

.tp-footer-copy-paragraph,
.tp-footer-3-call,
.tp-footer-list ul li a {
    color: var(--tp-text-body);
    font-family: var(--tp-ff-p);
    font-size: 14px;
    list-style: none;
    margin-bottom: 6px;
    position: relative;
    -webkit-transition: all 0.4s 0s ease-out;
    -moz-transition: all 0.4s 0s ease-out;
    -ms-transition: all 0.4s 0s ease-out;
    -o-transition: all 0.4s 0s ease-out;
    transition: all 0.4s 0s ease-out;
}

.tp-footer-copy-paragraph, .tp-testimonial-2-content p, .tp-footer-3-call, .tp-footer-list ul li a {
    font-weight: 500 !important;
    color: #333333 !important;
    white-space:nowrap;
}

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

    .tp-footer-top .col-xl-3 {
        margin-bottom: 20px;
    }

    .tp-footer-widget h4 {
        margin-bottom: 22px;
    }
}
.pl-85 {
    padding-left: 85px;
}
.mb-20 {
    margin-bottom: 20px
}

.ml-45 {
    margin-left: 45px
}
.tp-footer-top .mb-20 {
    margin-bottom: 16px !important;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

@media (max-width: 575.98px) {
    .hidden-maxw-575 {
        display: none !important;
    }
}

.cstm_lp {
    padding-top: 113px;
    font-size: 12px;
}

b, strong {
    font-weight: 700;
}
.ts_description {
    line-height: 19px;
}


.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}
.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #1552F6;
    color: var(--tp-common-white);
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup {
    /* height: 12vh; */
    background-color: rgba(0, 0, 0, 0.3);
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
   

    .search-popup .form-group input[type=text], .search-popup .form-group input[type=search] {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: var(--tp-common-white);
        height: 70px;
        width: 100%;
        padding: 10px 30px;
        background-color: transparent;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        font-weight: 500;
        text-transform: capitalize;
        border: none;
        outline: 0;
    }

    .search-popup .form-group input[type=search] {
        height: 45px !important;
    }

    .search-popup .form-group input[type=search] {
        background-color: white;
        color: #000000;
        height: 54px;
    }

    .search-popup .form-group input[type=search] {
        padding: 10px 70px 10px 30px;
    }

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

.search-popup .form-group button {
    color: #000000;
}

@media (min-width: 575.98px) {
    .search-popup .form-group input[type=submit], .search-popup .form-group button {
        height: 60px;
        line-height: 60px;
    }
}

.search-popup .form-group input[type=submit], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: var(--tp-common-white);
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

@media (min-width: 575.98px) {
    .search-popup .form-group input[type=submit], .search-popup .form-group button {
        height: 48px !important;
        line-height: 48px !important;
    }
}

.search-popup .form-group input[type=submit], .search-popup .form-group button {
    font-size: 20px !important;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}



.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
@media (min-width: 575.98px) {
    .search-popup form {
        background-color: #ffffff;
        top: 6%;
    }
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

@media (min-width: 575.98px) {
    .search-popup .close-search {
        height: 100vh;
        width: 100%;
        background-color: transparent;
        border-radius: 0;
        margin-top: 0px;
        border: none;
        top: 0 !important;
    }
}

@media (min-width: 575.98px) {
    .search-popup .close-search {
        height: 100vh;
        width: 100%;
        background-color: transparent;
        border-radius: 0;
        margin-top: 0px;
        border: none;
        top: 0 !important;
    }
}

.search-popup .close-search {
    background-color: #0956BE;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--tp-theme-primary);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid var(--tp-common-white);
    border-top: 3px solid var(--tp-common-white);
    border-right: 3px solid rgba(0, 0, 0, 0.9);
    border-left: 3px solid rgba(0, 0, 0, 0.9);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align Describes how inline contents of a block are horizontally aligned if the contents do not completely fill the line box. Widely available across major browsers (Baseline since January 2018) Learn more Don't show : center;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup {
    /* height: 12vh; */
    background-color: rgba(0, 0, 0, 0.3);
}

.search-popup {
    background-color: rgba(0, 0, 0, 0.3);
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search-popup {
    /* height: 12vh; */
    background-color: rgba(0, 0, 0, 0.3);
}