/*----------------------------------------
 01. THEME DEFAULT CSS START
----------------------------------------*/

:root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Manrope', sans-serif;
    --tp-ff-heading: 'Manrope', sans-serif;
    --tp-ff-fontawesome: FontAwesome;
    /**
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #2b2a28;
    --tp-common-orange: #fbd232;
    --tp-common-blue: #ed297c;
    --tp-heading-primary: #1d2634;
    --tp-grey-1: #f2f7f7;
    --tp-grey-2: #666;
    --tp-text-body: #232323;
    --tp-theme-1: #b72d7b;
    --tp-theme-2: #ef7a1b;
    --tp-theme-3: #8fe1de;
    --tp-border-1: #385656;
    --tp-border-2: #edefef;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

.container-large {
    max-width: 1325px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*---------------------------------
        typography css start 
---------------------------------*/
body {
    font-family: var(--tp-ff-body);
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-text-body);
    line-height: 1.3;
    overflow-x: hidden !important;
}

html,
body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tp-ff-heading);
    color: var(--tp-heading-primary);
    margin-top: 0px;
    font-weight: 800;
    line-height: 1.1;
    transition: 0.3s;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    color: var(--tp-text-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.z-index {
    position: relative;
    z-index: 2;
}

.z-index-3 {
    position: relative;
    z-index: 3;
}

.z-index-4 {
    position: relative;
    z-index: 4;
}

.z-index-5 {
    position: relative;
    z-index: 5;
}

.z-index-6 {
    position: relative;
    z-index: 6;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

li {
    list-style: none;
}

a:focus,
.button: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;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input,
textarea {
    outline: none;
    color: var(--tp-theme-2);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgb(116, 116, 116);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: rgb(116, 116, 116);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgb(116, 116, 116);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgb(116, 116, 116);
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

*::-moz-selection {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    text-shadow: none;
}

::selection {
    background: var(--tp-common-blue);
    color: var(--tp-common-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--tp-theme-1);
    font-size: var(--tp-fz-body);
    opacity: 1;
}

*::placeholder {
    color: var(--tp-theme-1);
    font-size: var(--tp-fz-body);
    opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gx-10 {
    --bs-gutter-x: 10px;
}

.gx-15 {
    --bs-gutter-x: 15px;
}

.gx-30 {
    --bs-gutter-x: 30px;
}

.gx-40 {
    --bs-gutter-x: 40px;
}

.gx-50 {
    --bs-gutter-x: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .gx-50 {
        --bs-gutter-x: 30px;
    }
}

.gx-60 {
    --bs-gutter-x: 60px;
}

.gx-20 {
    --bs-gutter-x: 20px;
}

.gx-25 {
    --bs-gutter-x: 25px;
}


.tp-btn {
    display: inline-block;
    background-color: var(--tp-common-blue);
    color: var(--tp-common-white);
    height: 58px;
    line-height: 55px;
    padding: 0 51px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    transition: all 0.6s linear;
    overflow: hidden;
    z-index: 1;
}

.tp-btn:hover {
    color: var(--tp-common-white);
}

.tp-btn:hover::after {
    height: 380%;
}

.tp-btn::after {
    position: absolute;
    content: "";
    background-color: var(--tp-theme-1);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.tp-btn.theme-2-bg {
    background-color: var(--tp-common-blue);
    color: var(--tp-common-white);
}

.tp-btn.theme-2-bg:hover::after {
    background-color: var(--tp-theme-2);
}

.tp-border-btn {
    display: inline-block;
    border: 1px solid var(--tp-common-blue);
    color: var(--tp-common-white);
    height: 58px;
    line-height: 55px;
    padding: 0 51px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    transition: all 0.6s linear;
    overflow: hidden;
    z-index: 1;
}

.tp-border-btn:hover {
    color: var(--tp-common-white);
}

.tp-border-btn:hover::after {
    height: 380%;
}

.tp-border-btn::after {
    position: absolute;
    content: "";
    background-color: var(--tp-common-blue);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.theme-btn {
    display: inline-block;
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    height: 58px;
    line-height: 55px;
    padding: 0 51px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    transition: all 0.6s linear;
    overflow: hidden;
    z-index: 1;
}

.theme-btn:hover {
    color: var(--tp-common-white);
}

.theme-btn:hover::after {
    height: 380%;
}

.theme-btn::after {
    position: absolute;
    content: "";
    background-color: var(--tp-common-blue);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.tp-btn-lg {
    display: inline-block;
    background-color: var(--tp-common-blue);
    color: var(--tp-common-white);
    height: 58px;
    line-height: 55px;
    padding: 0 51px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    transition: all 0.6s linear;
    overflow: hidden;
    z-index: 1;
}

.tp-btn-lg:hover {
    color: var(--tp-common-white);
}

.tp-btn-lg:hover::after {
    height: 560%;
}

.tp-btn-lg::after {
    position: absolute;
    content: "";
    background-color: var(--tp-theme-1);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.tp-btn-sm {
    display: inline-block;
    background-color: var(--tp-common-blue);
    color: var(--tp-common-white);
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.tp-btn-sm i {
    padding-left: 20px;
    color: var(--tp-common-white);
    font-size: 16px;
    transform: translateY(2px);
}

.tp-btn-sm:hover {
    color: var(--tp-common-white);
}

.tp-btn-sm:hover::after {
    height: 380%;
}

.tp-btn-sm::after {
    position: absolute;
    content: "";
    background-color: var(--tp-theme-1);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.tp-btn-sm.theme-2-bg {
    background-color: var(--tp-common-blue);
    color: var(--tp-common-white);
}

.tp-btn-sm.theme-2-bg:hover::after {
    background-color: var(--tp-theme-2);
}

.tp-grey-btn {
    display: inline-block;
    background-color: var(--tp-grey-1);
    color: var(--tp-theme-2);
    height: 58px;
    line-height: 55px;
    padding: 0 51px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    z-index: 1;
}

.tp-grey-btn:hover {
    color: var(--tp-common-white);
}

.tp-grey-btn:hover::after {
    height: 380%;
}

.tp-grey-btn::after {
    position: absolute;
    content: "";
    background-color: var(--tp-common-blue);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.tp-menu-btn {
    background-color: var(--tp-common-blue);
    color: var(--tp-common-white);
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 9;
}

.tp-menu-btn::before {
    position: absolute;
    content: "";
    background-color: var(--tp-theme-2);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.tp-menu-btn:hover {
    color: var(--tp-common-white);
}

.tp-menu-btn:hover::before {
    height: 380%;
}


/*---------------------------------------
         Background color
-----------------------------------------*/
.white-bg {
    background: var(--tp-common-white);
}

.black-bg {
    background: var(--tp-common-black);
}

.grey-bg {
    background: var(--tp-grey-1);
}

.theme-bg {
    background-color: var(--tp-theme-1);
}

.theme-bg-2 {
    background-color: var(--tp-theme-2);
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}

.body-overlay.apply {
    opacity: 1;
    visibility: visible;
}

.body-overlay:hover {
    /* cursor: url(../img/cross-out.html), pointer; */
}

.tp-section-subtitle {
    font-size: 16px;
    color: var(--tp-common-blue);
    font-family: var(--tp-ff-heading);
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-subtitle {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-subtitle {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .tp-section-subtitle {
        font-size: 13px;
    }
}

.tp-section-subtitle::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: var(--tp-theme-2);
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.tp-section-subtitle::before {
    content: "";
    height: 2px;
    width: 10px;
    background-color: var(--tp-common-blue);
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.tp-section-subtitle-2 {
    font-size: 16px;
    color: var(--tp-common-blue);
    font-family: var(--tp-ff-heading);
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-subtitle-2 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-subtitle-2 {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .tp-section-subtitle-2 {
        font-size: 13px;
    }
}

.tp-section-subtitle-2::before {
    content: "";
    height: 2px;
    width: 10px;
    background-color: var(--tp-theme-2);
    display: inline-block;
    transform: translateY(-5px);
    margin-right: 10px;
}

.tp-section-subtitle-3 {
    font-size: 16px;
    color: var(--tp-common-blue);
    font-family: var(--tp-ff-heading);
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-subtitle-3 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-subtitle-3 {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .tp-section-subtitle-3 {
        font-size: 13px;
    }
}

.tp-section-subtitle-3::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: var(--tp-theme-2);
    display: inline-block;
    transform: translateY(-3px);
    margin-left: 10px;
}

.tp-section-title {
    font-size: 50px;
    color: var(--tp-theme-1);
    font-weight: 800;
    font-family: var(--tp-ff-heading);
    line-height: 1.2;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-section-title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-section-title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-title {
        font-size: 35px;
    }

    .tp-section-title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .tp-section-title {
        font-size: 31px;
    }

    .tp-section-title br {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-section-title {
        font-size: 37px;
    }

    .tp-section-title br {
        display: none;
    }
}

.tpoffcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 480px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
    background-color: var(--tp-common-black);
    z-index: 999999;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
}

.tpoffcanvas .homemenu {
    margin-bottom: 30px;
}

.tpoffcanvas .tp-main-menu-mobile {
    margin-bottom: 50px;
}

.tpoffcanvas.opened {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .tpoffcanvas {
        width: 350px;
        padding: 40px 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpoffcanvas {
        width: 350px;
        padding: 40px;
    }
}

.tpoffcanvas.opened {
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}

.tpoffcanvas__title p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.49);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .tpoffcanvas__title p {
        font-size: 17px;
    }
}

.tpoffcanvas__contact-title h5 {
    font-size: 14px;
    color: #888888;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    display: inline-block;
}

.tpoffcanvas__input-title h4 {
    font-size: 14px;
    color: #888888;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    display: inline-block;
}

.tpoffcanvas__input {
    margin-bottom: 100px;
}

.tpoffcanvas__input input {
    background: rgba(118, 118, 130, 0.3);
    border: transparent;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    padding-right: 80px;
    color: var(--tp-common-white);
}

.tpoffcanvas__input button {
    height: 60px;
    width: 60px;
    background-color: var(--tp-common-blue);
    color: var(--tp-common-white);
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
}

.tpoffcanvas__contact-info {
    margin-bottom: 50px;
}

.tpoffcanvas__contact-info ul li {
    font-size: 16px;
    color: var(--tp-common-white);
    margin-bottom: 15px;
    list-style-type: none;
}

@media (max-width: 767px) {
    .tpoffcanvas__contact-info ul li {
        font-size: 14px;
    }
}

.tpoffcanvas__contact-info ul li:last-child {
    margin-bottom: 0;
}

.tpoffcanvas__contact-info ul li a {
    margin-left: 10px;
    transition: 0.3s;
}

.tpoffcanvas__contact-info ul li a:hover {
    color: var(--tp-common-blue);
}

.tpoffcanvas__logo {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpoffcanvas__logo {
        padding-top: 0;
    }
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tpoffcanvas__logo {
        padding-top: 0;
    }
}

.tpoffcanvas__close-btn button {
    position: absolute;
    right: 30px;
    top: 30px;
    transition: 1s;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.3s;
    height: 40px;
    width: 40px;
    line-height: 45px;
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
}

.tpoffcanvas__close-btn button:hover i {
    transform: rotate(360deg);
}

.tpoffcanvas__close-btn button i {
    font-weight: 300;
    font-size: 20px;
    transition: 0.9s;
}

.tpoffcanvas__social {
    margin-top: 30px;
}

.tpoffcanvas__social .social-icon a {
    height: 55px;
    width: 55px;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    background-color: rgba(251, 251, 253, 0.08);
    color: var(--tp-common-white);
    margin-right: 15px;
    transition: 0.3s;
    display: inline-block;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .tpoffcanvas__social .social-icon a {
        margin-right: 3px;
        height: 50px;
        width: 50px;
        line-height: 53px;
        font-size: 15px;
    }
}

.tpoffcanvas__social .social-icon a:hover {
    background-color: var(--tp-common-blue);
    color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  03. MEANMENU CSS START
/*----------------------------------------*/
.mobile-menu.mean-container {
    overflow: hidden;
}

@media (max-width: 767px) {
    .mobile-menu.mean-container {
        margin-bottom: 30px;
    }
}

.mobile-menu .sidebar-list {
    clear: both;
}

.mobile-menu .sidebar-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    color: var(--tp-common-white);
}

.mobile-menu .sidebar-list li::after {
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #c00;
    background-color: transparent;
    content: "";
    display: inline-block;
    position: absolute;
}

.mobile-menu .tp-sidebar-social {
    margin-top: 20px;
}

.mobile-menu .tp-sidebar-social a {
    margin-right: 5px;
    background-color: var(--tp-theme-primary);
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
}

.sidebar-title h3 {
    color: var(--tp-common-white);
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 15px 0;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--tp-theme-3);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 10px;
    padding: 0 !important;
    line-height: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    line-height: 30px;
    top: 0;
    font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    color: var(--tp-theme-2);
    border-color: #888888;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: var(--tp-theme-2);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  02. header css start
/*----------------------------------------*/
.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--tp-common-white);
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
}

.header-sticky .tp-header-top__area {
    display: none;
}

.tp-header-2__area.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--tp-common-white);
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
}

.tp-header-2__area.header-sticky .tp-header-2__plr {
    box-shadow: none;
    margin-top: 0;
}

.tp-header-3__area.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--tp-common-white);
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
}

.tp-main-menu-mobile .tp-submenu {
    display: none;
}

.tp-main-menu-mobile .header-icon {
    display: none;
}

.tp-main-menu-mobile ul {
    position: static;
    display: block;
    box-shadow: none;
}

.tp-main-menu-mobile ul li {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0;
}

.tp-main-menu-mobile ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn {
    position: absolute;
    right: 0;
    top: 21%;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    font-size: 18px;
    color: #7F8387;
    font-family: "Font Awesome 5 Pro";
    transition: all 0.3s ease-in-out;
    z-index: 1;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn i {
    transition: all 0.3s ease-in-out;
    margin-left: 2px;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn.dropdown-opened i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn:hover {
    background-color: var(--tp-common-blue);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-blue);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn:hover i {
    color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded {
    color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened i {
    color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown:hover>a::after {
    color: var(--tp-common-blue);
}

.tp-main-menu-mobile ul li:last-child a span {
    border-bottom: 0;
}

.tp-main-menu-mobile ul li>a {
    display: block;
    font-size: 16px;
    color: var(--tp-common-white);
    position: relative;
    padding: 10px 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li>a svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.tp-main-menu-mobile ul li>a>i {
    display: inline-block;
    width: 11%;
    margin-right: 13px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    font-size: 21px;
    line-height: 1;
}

.tp-main-menu-mobile ul li>a .menu-text {
    font-size: 16px;
    line-height: 11px;
    border-bottom: 1px solid #EAEBED;
    width: 82%;
    display: inline-block;
    padding: 19px 0 17px;
}

.tp-main-menu-mobile ul li img {
    width: 100%;
}

.tp-main-menu-mobile ul li ul {
    padding: 0;
}

.tp-main-menu-mobile ul li ul li {
    padding: 0;
}

.tp-main-menu-mobile ul li ul li a {
    margin-left: auto;
    width: 93%;
    padding: 10px 5%;
    text-shadow: none !important;
    visibility: visible;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li a {
    width: 88%;
    padding: 10px 7%;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li a {
    width: 83%;
    padding: 10px 9%;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li li a {
    width: 68%;
    padding: 10px 11%;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li:hover>a {
    color: var(--tp-common-blue);
}

.tp-main-menu-mobile ul li:hover>a::after {
    color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i {
    color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.tp-main-menu-mobile ul li .mega-menu,
.tp-main-menu-mobile ul li .submenu {
    position: static;
    min-width: 100%;
    padding: 0;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
}

.tp-main-menu-mobile ul li .mega-menu li,
.tp-main-menu-mobile ul li .submenu li {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
}

.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
    color: var(--tp-theme-1);
}

.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
    border-bottom: none;
}

.tp-main-menu-mobile * ul,
.tp-main-menu-mobile * li {
    transition: none !important;
}

/** HEADER AREA GOES HERE ***/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-header-top__hide {
        display: none;
    }
}

.tp-header-top__space {
    padding: 10px 0;
    padding-left: 100px;
    padding-right: 70px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .tp-header-top__space {
        padding: 10px 0;
        padding-left: 100px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-top__space {
        padding: 10px 0;
        padding-left: 100px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-top__space {
        padding: 10px 0;
        padding-left: 100px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-top__space {
        padding: 10px 0;
        padding-left: 100px;
        padding-right: 8px;
    }
}

.tp-header-top__left-box ul li {
    display: inline-block;
}

.tp-header-top__left-box ul li span {
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
}

.tp-header-top__social a {
    padding-right: 15px;
    font-size: 16px;
    color: var(--tp-common-white);
    transition: 0.3s;
}

.tp-header-top__social a:hover {
    color: var(--tp-common-blue);
}

.tp-header-top__right-box ul li {
    display: inline-block;
    padding-right: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-top__right-box ul li.location {
        display: none;
    }
}

.tp-header-top__right-box ul li:last-child {
    padding-right: 0;
}

.tp-header-top__right-box ul li i {
    font-size: 15px;
    padding-right: 12px;
    color: var(--tp-common-white);
}

.tp-header-top__right-box ul li a {
    font-size: 14px;
    transition: 0.3s;
    color: #fff;
}

.tp-header-top__right-box ul li a:hover {
    color: var(--tp-common-blue);
}

.tp-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #eee;
    display: inline-block;
    padding: 15px 80px;
    height: calc(100% + 25px);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__logo {
        padding: 15px 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__logo {
        padding: 15px 20px;
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header__logo {
        padding: 15px 0px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header__logo {
        padding: 0px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .tp-header__logo {
        padding: 0px;
        text-align: center;
        width: 50%;
        height: calc(100% + 0px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__logo img {
        max-width: 88%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header__logo img {
        max-width: 70%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header__logo img {
        max-width: 73%;
    }
}

@media (max-width: 767px) {
    .tp-header__logo img {
        max-width: 80%;
    }
}

.tp-header__logo::after {
    position: absolute;
    bottom: 0;
    right: -60px;
    height: 25px;
    width: 60px;
    background-color: #ccc;
    content: "";
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

@media (max-width: 767px) {
    .tp-header__logo::after {
        display: none;
    }
}

.tp-header__plr {
    padding-left: 265px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__plr {
        padding-left: 205px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__plr {
        padding-left: 145px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header__plr {
        padding-left: 95px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header__plr {
        padding: 15px 0;
        padding-left: 214px;
    }
}

@media (max-width: 767px) {
    .tp-header__plr {
        padding: 25px 0;
        padding-left: 214px;
    }
}

.tp-header__space {
    padding-left: 100px;
    padding-right: 70px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .tp-header__space {
        padding-left: 100px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__space {
        padding-left: 100px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__space {
        padding-left: 100px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header__space {
        padding-left: 25px;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header__space {
        padding-left: 0px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .tp-header__space {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.tp-header__main-menu nav>ul>li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__main-menu nav>ul>li {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header__main-menu nav>ul>li {
        margin-right: 30px;
    }
}

.tp-header__main-menu nav>ul>li>a {
    padding: 40px 0;
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
    color: var(--tp-grey-2);
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__main-menu nav>ul>li>a {
        font-size: 16px;
        padding: 33px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header__main-menu nav>ul>li>a {
        font-size: 15px;
        padding: 30px 0;
    }
}

.tp-header__main-menu nav>ul>li:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.tp-header__main-menu nav>ul>li:hover>a {
    color: var(--tp-theme-1);
}

.tp-header__main-menu nav>ul>li .submenu {
    border-top: 3px solid var(--tp-common-blue);
    position: absolute;
    top: 100%;
    width: 240px;
    background-color: var(--tp-common-white);
    z-index: 999;
    padding: 30px 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform: scaleY(0);
    transform-origin: top center;
    text-align: start;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tp-header__main-menu nav>ul>li .submenu>li {
    margin: 0 30px;
    margin-bottom: 13px;
    display: block;
}

.tp-header__main-menu nav>ul>li .submenu>li:last-child {
    margin-bottom: 0;
}

.tp-header__main-menu nav>ul>li .submenu>li>a {
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--tp-common-black);
    position: relative;
    font-weight: 600;
}

.tp-header__main-menu nav>ul>li .submenu>li>a::after {
    display: none;
}

.tp-header__main-menu nav>ul>li .submenu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    left: auto;
    height: 1px;
    width: 0;
    background-color: var(--tp-common-blue);
    transition: 0.7s;
    display: inline-block;
}

.tp-header__main-menu nav>ul>li .submenu>li:hover a {
    color: var(--tp-common-blue);
}

.tp-header__main-menu nav>ul>li .submenu>li:hover a::before {
    width: 100%;
    right: auto;
    left: 0;
}

.tp-header__main-menu nav>ul>li:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__main-menu nav>ul>li {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__right-action {
        margin-left: -60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__right-action {
        margin-left: -20px;
    }
}

.tp-header__right-action ul li {
    display: inline-block;
}

@media 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__right-action ul li:last-child {
        display: none;
        visibility: hidden;
    }
}

.tp-header__icon-box {
    padding-right: 28px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__icon-box {
        padding-right: 25px;
    }
}

.tp-header__icon-box button {
    font-size: 24px;
    transform: translateY(4px);
    color: var(--tp-theme-1);
    font-weight: 400;
    margin-right: 25px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__icon-box button {
        font-size: 21px;
        margin-right: 15px;
    }
}

.tp-header__icon-box a {
    color: var(--tp-theme-1);
    font-weight: 400;
    font-size: 24px;
    transform: translateY(4px);
    display: inline-block;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__icon-box a {
        font-size: 21px;
    }
}

.tp-header__tel-icon span {
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--tp-theme-2);
    display: inline-block;
    font-size: 24px;
    color: var(--tp-common-white);
    margin-right: 18px;
    transition: all 400ms ease;
    position: relative;
    overflow: hidden;
}

.tp-header__tel-icon span::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--tp-theme-1);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    border-radius: 50%;
    z-index: 3;
}

.tp-header__tel-icon span i {
    transform: translateY(3px);
    display: inline-block;
    position: relative;
    z-index: 4;
}

.tp-header__tel-text span {
    display: block;
    font-size: 14px;
    padding-bottom: 8px;
}

.tp-header__tel-text a {
    font-size: 18px;
    color: var(--tp-theme-1);
    font-weight: 700;
    transition: 0.3s;
}

.tp-header__tel-text a:hover {
    color: var(--tp-common-blue);
}

.tp-header__tel-box {
    padding-left: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__tel-box {
        padding-left: 25px;
    }
}

.tp-header__tel-box:hover .tp-header__tel-icon span::after {
    opacity: 1;
    transform: scaleY(1);
}

.tp-header__btn {
    line-height: 0;
}

.tp-header-2__transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.tp-header-2__plr {
    box-shadow: 2px 3.464px 20px 0px rgba(10, 9, 9, 0.04);
    padding: 0 45px;
    margin-top: 20px;
    background-color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-2__plr {
        padding: 0 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-2__plr {
        padding: 0 35px;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .tp-header-2__plr {
        padding: 0 15px;
        margin-top: 0;
    }
}

@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-2__logo {
        padding: 30px 0;
    }
}

.tp-header-2__logo img {
    max-width: inherit;
}

@media (max-width: 767px) {
    .tp-header-2__logo img {
        max-width: 100%;
    }
}

.tp-header-2__right-box {
    margin-left: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-2__right-box {
        margin-left: -33px;
    }
}

.tp-header-2__right-action ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.tp-header-2__btn {
    line-height: 0;
}

.tp-header-2__icon-box button {
    font-size: 24px;
    color: var(--tp-theme-1);
    font-weight: 400;
    margin-right: 28px;
    transform: translateY(3px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-2__icon-box button {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-2__icon-box button {
        font-size: 21px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-header-2__icon-box button {
        font-size: 20px;
    }
}

.tp-header-2__icon-box a {
    font-size: 24px;
    color: var(--tp-theme-1);
    font-weight: 400;
    margin-right: 25px;
    transform: translateY(3px);
    display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-2__icon-box a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-2__icon-box a {
        font-size: 21px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-header-2__icon-box a {
        font-size: 20px;
    }
}

.tp-header-2__bar {
    line-height: 0;
}

.tp-header-2__bar button {
    font-size: 24px;
    color: #094882;
    margin-left: 20px;
    border: 1px solid #094882;
    height: 58px;
    width: 55px;
    line-height: 55px;
}

.tp-header-2__main-menu {
    padding-left: 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-2__main-menu {
        padding-left: 70px;
    }
}

.tp-header-2__main-menu>nav>ul>li {
    margin-right: 39px;
    display: inline-block;
    list-style-type: none;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-2__main-menu>nav>ul>li {
        margin-right: 30px;
    }
}

.tp-header-2__main-menu>nav>ul>li>a {
    padding: 40px 0;
    font-weight: 700;
    transition: 0.3s;
    font-size: 17px;
    display: inline-block;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-2__main-menu>nav>ul>li>a {
        font-size: 16px;
    }
}

.tp-header-2__main-menu>nav>ul>li>a::after {
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0%;
    background-color: var(--tp-common-blue);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.tp-header-2__main-menu>nav>ul>li:last-child {
    margin-right: 0;
}

.tp-header-2__main-menu>nav>ul>li:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.tp-header-2__main-menu>nav>ul>li:hover>a {
    color: var(--tp-theme-1);
}

.tp-header-2__main-menu>nav>ul>li:hover>a::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.tp-header-2__main-menu>nav>ul>li>.submenu {
    border-top: 3px solid var(--tp-common-blue);
    position: absolute;
    top: 100%;
    width: 240px;
    background-color: var(--tp-common-white);
    z-index: 999;
    padding: 30px 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform: scaleY(0);
    transform-origin: top center;
    text-align: start;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tp-header-2__main-menu>nav>ul>li>.submenu>li {
    padding: 0;
    display: block;
    margin: 0 30px;
    margin-bottom: 13px;
}

.tp-header-2__main-menu>nav>ul>li>.submenu>li:last-child {
    margin-bottom: 0;
}

.tp-header-2__main-menu>nav>ul>li>.submenu>li>a {
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--tp-common-black);
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
}

.tp-header-2__main-menu>nav>ul>li>.submenu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    left: auto;
    height: 1px;
    width: 0;
    background-color: var(--tp-common-blue);
    transition: 0.7s;
    display: inline-block;
}

.tp-header-2__main-menu>nav>ul>li>.submenu>li:hover a {
    color: var(--tp-common-blue);
}

.tp-header-2__main-menu>nav>ul>li>.submenu>li:hover a::before {
    width: 100%;
    right: auto;
    left: 0;
}

.tp-header-top-3__left-box ul li {
    display: inline-block;
}

.tp-header-top-3__left-box ul li span {
    font-size: 14px;
    margin-right: 25px;
}

@media (max-width: 767px) {
    .tp-header-top-3__left-box ul li span {
        margin-right: 22px;
    }
}

.tp-header-top-3__social {
    background-color: rgba(30, 55, 55, 0.039);
    padding: 10px 30px;
}

@media (max-width: 767px) {
    .tp-header-top-3__social {
        padding: 10px 14px;
    }
}

.tp-header-top-3__social a {
    font-size: 15px;
    color: var(--tp-theme-1);
    transition: 0.3s;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .tp-header-top-3__social a {
        padding-right: 12px;
        font-size: 14px;
    }
}

.tp-header-top-3__social a:last-child {
    padding-right: 0;
}

.tp-header-top-3__social a:hover {
    color: var(--tp-common-blue);
}

.tp-header-top-3__right-box ul li {
    display: inline-block;
    font-size: 14px;
    padding-left: 30px;
}

.tp-header-top-3__right-box ul li a {
    transition: 0.3s;
}

.tp-header-top-3__right-box ul li a:hover {
    color: var(--tp-common-blue);
}

.tp-header-top-3__right-box ul li.location {
    padding-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-header-top-3__right-box ul li.location {
        display: none;
    }
}

@media (max-width: 767px) {
    .tp-header-top-3__right-box ul li.email {
        display: none;
    }
}

.tp-header-top-3__right-box ul li i {
    font-size: 15px;
    padding-right: 12px;
    color: var(--tp-theme-1);
    display: inline-block;
    transform: translateY(3px);
}

@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__logo {
        padding: 30px 0;
    }
}

.tp-header-3__logo img {
    max-width: inherit;
}

@media (max-width: 767px) {
    .tp-header-3__logo img {
        max-width: 100%;
    }
}

.tp-header-3__main-menu {
    padding-left: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-3__main-menu {
        padding-left: 0;
        text-align: center;
    }
}

.tp-header-3__main-menu>nav>ul>li {
    padding-right: 39px;
    display: inline-block;
    list-style-type: none;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-3__main-menu>nav>ul>li {
        padding-right: 30px;
    }
}

.tp-header-3__main-menu>nav>ul>li>a {
    padding: 39px 0;
    font-weight: 700;
    transition: 0.3s;
    font-size: 17px;
    display: inline-block;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-3__main-menu>nav>ul>li>a {
        font-size: 16px;
    }
}

.tp-header-3__main-menu>nav>ul>li>a::after {
    content: "";
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: var(--tp-common-blue);
    position: absolute;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    clip-path: polygon(0 0, 100% 0%, 100% 40%, 0 40%);
}

.tp-header-3__main-menu>nav>ul>li:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.tp-header-3__main-menu>nav>ul>li:hover>a {
    color: var(--tp-theme-1);
}

.tp-header-3__main-menu>nav>ul>li:hover>a::after {
    opacity: 1;
    visibility: visible;
}

.tp-header-3__main-menu>nav>ul>li .submenu {
    border-top: 3px solid var(--tp-common-blue);
    background-color: var(--tp-common-white);
    position: absolute;
    top: 100%;
    width: 240px;
    z-index: 999;
    padding: 30px 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform: scaleY(0);
    transform-origin: top center;
    text-align: start;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tp-header-3__main-menu>nav>ul>li .submenu>li {
    padding: 0 30px;
    margin-bottom: 13px;
    display: block;
}

.tp-header-3__main-menu>nav>ul>li .submenu>li:last-child {
    margin-bottom: 0;
}

.tp-header-3__main-menu>nav>ul>li .submenu>li>a {
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--tp-common-black);
    font-weight: 600;
    position: relative;
}

.tp-header-3__main-menu>nav>ul>li .submenu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    left: auto;
    height: 1px;
    width: 0;
    background-color: var(--tp-common-blue);
    transition: 0.7s;
    display: inline-block;
}

.tp-header-3__main-menu>nav>ul>li .submenu>li:hover>a {
    color: var(--tp-common-blue);
}

.tp-header-3__main-menu>nav>ul>li .submenu>li:hover>a::before {
    width: 100%;
    right: auto;
    left: 0;
}

.tp-header-3__main-menu>nav>ul>li:last-child {
    padding-right: 0;
}

.tp-header-3__right-box {
    margin-left: -28px;
}

.tp-header-3__right-action ul li {
    display: inline-block;
}

.tp-header-3__icon-box button {
    font-size: 24px;
    transform: translateY(3px);
    color: var(--tp-theme-1);
    font-weight: 400;
    margin-right: 28px;
}

@media 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-3__icon-box button {
        font-size: 20px;
    }
}

.tp-header-3__icon-box a {
    font-size: 24px;
    transform: translateY(3px);
    display: inline-block;
    color: var(--tp-theme-1);
    font-weight: 400;
    margin-right: 25px;
}

@media 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-3__icon-box a {
        font-size: 20px;
    }
}

.tp-header-3__bar {
    line-height: 0;
}

.tp-header-3__bar button {
    font-size: 18px;
    color: var(--tp-common-blue);
    margin-left: 20px;
    border: 1px solid var(--tp-common-blue);
    height: 58px;
    width: 55px;
    line-height: 55px;
}

@media (max-width: 767px) {
    .tp-header-3__bar button {
        margin-right: 0;
    }
}

.tp-header-3__btn {
    line-height: 0;
}

/** HOME-MENU GOES HERE ***/
.tp-header__main-menu nav ul li .has-homemenu {
    width: 810px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--tp-common-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tp-header__main-menu nav ul li .has-homemenu .homemenu {
    padding: 0px 10px;
    position: relative;
    margin-bottom: 20px;
}

.tp-header-2__main-menu nav ul li .has-homemenu {
    width: 810px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--tp-common-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tp-header-2__main-menu nav ul li .has-homemenu .homemenu {
    padding: 0px 10px;
    position: relative;
    margin-bottom: 20px;
}

.tp-header-2__main-menu nav ul li .has-homemenu {
    width: 810px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--tp-common-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tp-header-2__main-menu nav ul li .has-homemenu .homemenu {
    padding: 0px 10px;
    position: relative;
    margin-bottom: 20px;
}

.tp-header-3__main-menu nav ul li .has-homemenu {
    width: 810px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--tp-common-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tp-header-3__main-menu nav ul li .has-homemenu .homemenu {
    padding: 0px 10px;
    position: relative;
    margin-bottom: 20px;
}

.homemenu-btn {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.homemenu-title {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--tp-common-blue);
    display: inline-block;
    font-weight: 700;
}

.homemenu-title:hover {
    color: var(--tp-theme-2);
}

.homemenu-thumb {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.tp-main-menu-mobile .tp-submenu {
    display: none;
}

.tp-main-menu-mobile .header-icon {
    display: none;
}

.tp-main-menu-mobile ul {
    position: static;
    display: block;
    box-shadow: none;
}

.tp-main-menu-mobile ul li {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0;
}

.tp-main-menu-mobile ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn {
    position: absolute;
    right: 0;
    top: 21%;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    font-size: 18px;
    color: var(--tp-common-blue);
    font-family: "Font Awesome";
    transition: all 0.3s ease-in-out;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255);
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn i {
    transition: all 0.3s ease-in-out;
    margin-left: 2px;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn.dropdown-opened i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn:hover {
    background-color: var(--tp-common-blue);
    border-color: var(--tp-common-blue);
    color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn:hover i {
    color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded {
    color: var(--tp-common-blue);
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened {
    background-color: var(--tp-common-blue);
    border-color: var(--tp-common-blue);
    color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened i {
    color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown:hover>a::after {
    color: var(--tp-theme-green);
}

.tp-main-menu-mobile ul li:last-child a span {
    border-bottom: 0;
}

.tp-main-menu-mobile ul li>a {
    display: block;
    font-size: 16px;
    color: var(--tp-common-white);
    position: relative;
    padding: 10px 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li>a svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.tp-main-menu-mobile ul li>a>i {
    display: inline-block;
    width: 11%;
    margin-right: 13px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    font-size: 21px;
    line-height: 1;
}

.tp-main-menu-mobile ul li>a .menu-text {
    font-size: 16px;
    line-height: 11px;
    border-bottom: 1px solid #EAEBED;
    width: 82%;
    display: inline-block;
    padding: 19px 0 17px;
}

.tp-main-menu-mobile ul li img {
    width: 100%;
}

.tp-main-menu-mobile ul li ul {
    padding: 0;
}

.tp-main-menu-mobile ul li ul li {
    padding: 0;
}

.tp-main-menu-mobile ul li ul li a {
    margin-left: auto;
    width: 93%;
    padding: 10px 5%;
    text-shadow: none !important;
    visibility: visible;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li a {
    width: 88%;
    padding: 10px 7%;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li a {
    width: 83%;
    padding: 10px 9%;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li li a {
    width: 68%;
    padding: 10px 11%;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li:hover>a {
    color: var(--tp-common-blue);
}

.tp-main-menu-mobile ul li:hover>a::after {
    color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i {
    color: var(--tp-common-blue);
}

.tp-main-menu-mobile ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.tp-main-menu-mobile ul li .mega-menu,
.tp-main-menu-mobile ul li .submenu {
    position: static;
    min-width: 100%;
    padding: 0;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
}

.tp-main-menu-mobile ul li .mega-menu li,
.tp-main-menu-mobile ul li .submenu li {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
}

.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
    color: var(--tp-theme-1);
}

.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
    border-bottom: none;
}

.tp-main-menu-mobile * ul,
.tp-main-menu-mobile * li {
    transition: none !important;
}

/*----------------------------------------*/
/*  03. about css start
/*----------------------------------------*/
.tp-about__space {
    padding: 60px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about__left-side {
        /* margin-bottom: 15px; */
    }
}

/*----------------------------------------*/
/*  08. donation css start
/*----------------------------------------*/
.tp-donate__bg {
    padding-top: 115px;
    padding-bottom: 90px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-donate__bg {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.tp-donate__bg::after {
    content: "";
    top: 0;
    left: 0;
    background-color: #f2f7f7;
    position: absolute;
    width: 100%;
    height: 50.7%;
    z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-donate__bg::after {
        height: 50.7%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-donate__bg::after {
        height: 50.5%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-donate__bg::after {
        height: 48%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-donate__bg::after {
        height: 49.3%;
    }
}

@media (max-width: 767px) {
    .tp-donate__bg::after {
        height: 100%;
    }
}

.tp-donate__section-title {
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .tp-donate__section-title {
        padding-bottom: 15px;
    }
}

.tp-donate__item:hover .tp-donate__thumb img {
    transform: scale(1.2);
}

.tp-donate__item:hover .tp-donate__thumb::after {
    opacity: 1;
    visibility: visible;
    transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
    height: 100%;
}

.tp-donate__item:hover .tp-donate__thumb-shape img {
    transform: scale(1);
}

.tp-donate__thumb {
    position: relative;
}

.tp-donate__thumb::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background-color: rgba(30, 55, 55, 0.6);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.tp-donate__thumb img {
    transition: 0.4s;
    transition: all 900ms ease;
}

.tp-donate__thumb-shape {
    position: absolute;
    left: -30px;
    bottom: 11px;
    z-index: 1;
    z-index: 3;
}

.tp-donate__thumb-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tp-donate__thumb-text span {
    font-size: 14px;
    color: var(--tp-common-white);
}

.tp-donate__content {
    background-color: var(--tp-common-white);
    padding: 35px 30px;
    padding-top: 25px;
    box-shadow: 1px 1.464px 20px 0px rgba(14, 5, 1, 0.04);
    margin-bottom: 30px;
}

.tp-donate__text p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-donate__text p {
        font-size: 14px;
    }
}

@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-donate__text p {
        font-size: 14px;
    }
}

.tp-donate__title {
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 6px;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-donate__title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-donate__title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-donate__title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-donate__title {
        font-size: 22px;
    }
}

.tp-donate__title:hover {
    color: var(--tp-common-blue);
}

.tp-donate__section-arrow .test-prev button {
    box-shadow: 3px 5.196px 18px 0px rgba(10, 9, 9, 0.06);
    height: 40px;
    width: 40px;
    background-color: var(--tp-common-white);
    color: var(--tp-theme-2);
    border-radius: 50%;
    font-size: 15px;
    transition: 0.3s;
    line-height: 42px;
}

.tp-donate__section-arrow .test-prev button:hover {
    background-color: var(--tp-common-blue);
    color: var(--tp-common-white);
}

.tp-donate__section-arrow .test-next {
    margin-right: 20px;
}

.tp-donate__section-arrow .test-next button {
    box-shadow: 3px 5.196px 18px 0px rgba(10, 9, 9, 0.06);
    height: 40px;
    width: 40px;
    line-height: 42px;
    background-color: var(--tp-common-white);
    color: var(--tp-theme-2);
    border-radius: 50%;
    font-size: 15px;
    transition: 0.3s;
}

.tp-donate__section-arrow .test-next button:hover {
    background-color: var(--tp-common-blue);
    color: var(--tp-common-white);
}

.tp-donate__shape-1 {
    position: absolute;
    top: -10%;
    left: -1%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-donate__shape-1 {
        top: -16%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-donate__shape-1 {
        top: -16%;
    }
}

.tp-donate__shape-2 {
    position: absolute;
    top: -16%;
    left: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-donate__shape-2 {
        top: -18%;
        left: -6%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-donate__shape-2 {
        top: -18%;
        left: -6%;
    }
}

.tp-donate__shape-3 {
    position: absolute;
    top: -4%;
    right: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-donate__shape-3 {
        top: -9%;
        right: -8%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-donate__shape-3 {
        top: -11%;
        right: -10%;
    }
}

.tp-donate__active {
    padding: 0 20px;
    margin: 0 -20px;
}

/*-----------------------------------------38. Owl Carousel-------------------------------------------*/
.custom-dot {
    display: inline-block;
    z-index: 1;
    margin-top: 30px;
}

.custom-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #cecece;
    cursor: pointer;
    display: block;
    border: 1px solid #fff;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.custom-dot span:hover {
    background: #aaa;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
}

.custom-dot.active span {
    width: 12px;
    height: 12px;
    background: #d21e2b;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.owl-nav i {
    color: #111;
    font-size: 20px;
    padding-top: 10px;
}

.owl-nav .owl-prev {
    color: #d21e2b;
    font-size: 43px;
    left: 0%;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    height: 50px;
    background: #fff !important;
    -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}

.owl-nav .owl-next {
    color: #d21e2b;
    font-size: 43px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    height: 50px;
    background: #fff !important;
    -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}

/*.owl-theme .owl-nav {
    margin-top: 50px;
}*/
/*-------------------------------
   Counter  Section  CSS
-------------------------------*/
.counter-wrap {
    position: relative;
}

:root {
    --main-color: #FA6B4C;
}

.counter {
    color: var(--main-color);
    background: linear-gradient(#fff 9%, #fff 19%, var(--main-color) 19%, var(--main-color) 83%, #fff 83%, #fff 0%);
    font-family: 'Poppins', sans-serif;
    width: 210px;
    height: 210px;
    text-align: center;
    padding: 40px 0 35px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.counter:before {
    content: "";
    background: #fff;
    border: 10px solid #3E5666;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    z-index: -1;
}

.counter .counter-value-wrap {
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px;
    display: block;
}

.counter .counter-value {
    /*    font-size: 35px;
        font-weight: 600;
        line-height: 30px;
        margin: 0 0 10px;
        display: block;*/
}

.counter h3 {
    color: #fff;
    background: var(--main-color);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    margin: 0 0 8px;
}

.counter .counter-icon {
    font-size: 35px;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

/*----------------------------------------*/
/*  21. testimonial css start
/*----------------------------------------*/
.tp-testimonial__bg {
    padding: 115px 0;
    padding-left: 375px;
    padding-right: 205px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .tp-testimonial__bg {
        padding-left: 137px;
        padding-right: 135px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-testimonial__bg {
        padding-left: 115px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-testimonial__bg {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial__bg {
        padding-left: 45px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial__bg {
        padding-left: 35px;
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .tp-testimonial__bg {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.tp-testimonial__wrapper {
    margin-left: -90px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-testimonial__wrapper {
        margin-left: -80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-testimonial__wrapper {
        margin-left: -40px;
    }
}

@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-testimonial__wrapper {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .tp-testimonial__left-side {
        padding-bottom: 50px;
    }
}

.tp-testimonial__left-text p {
    line-height: 30px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-testimonial__left-text p {
        padding-right: 170px;
    }

    .tp-testimonial__left-text p br {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-testimonial__left-text p {
        font-size: 14px;
        padding-right: 135px;
    }

    .tp-testimonial__left-text p br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial__left-text p {
        font-size: 14px;
        padding-right: 80px;
    }

    .tp-testimonial__left-text p br {
        display: none;
    }
}

@media (max-width: 767px) {
    .tp-testimonial__left-text p {
        font-size: 14px;
        padding-right: 0px;
    }

    .tp-testimonial__left-text p br {
        display: none;
    }
}

.tp-testimonial__text p {
    line-height: 30px;
    margin-bottom: 0;
    transition: 0.3s;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-testimonial__text p {
        font-size: 15px;
    }
}

@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-testimonial__text p {
        font-size: 14px;
    }
}

.tp-testimonial__item-box {
    margin-top: 36px;
}

.tp-testimonial__thumb {
    position: absolute;
    top: -29px;
    left: 46px;
    display: inline-block;
    z-index: 3;
}

.tp-testimonial__thumb img {
    position: relative;
    z-index: 11;
}

.tp-testimonial__thumb::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    height: 118%;
    width: 118%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--tp-common-white);
    z-index: 2;
}

.tp-testimonial__thumb::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 125%;
    width: 125%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--tp-common-blue);
    z-index: 1;
}

.tp-testimonial__item {
    position: relative;
    box-shadow: 2px 3.464px 40px 0px rgba(14, 5, 1, 0.04);
}

.tp-testimonial__item::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: 0;
    height: 50px;
    width: 40px;
    background-color: var(--tp-common-white);
    clip-path: polygon(100% 100%, 0 0, 100% 0);
    transition: 0.3s;
}

.tp-testimonial__content {
    background-color: var(--tp-common-white);
    padding: 70px 40px 30px 40px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-testimonial__content {
        padding: 70px 38px 30px 38px;
    }
}

.tp-testimonial__content::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 18px;
    height: 160px;
    width: 10px;
    background-color: rgba(7, 132, 128, 0.078);
    transform: rotate(-30deg);
    transition: 0.3s;
}

.tp-testimonial__quote {
    position: absolute;
    right: 20px;
    top: 20px;
}

.tp-testimonial__quote span {
    display: inline-block;
    font-size: 27px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    line-height: 43px;
    text-align: center;
    background-color: var(--tp-common-white);
    color: var(--tp-theme-1);
}

.tp-testimonial__author-info {
    padding-left: 40px;
    padding-top: 22px;
}

.tp-testimonial__author-info span {
    font-size: 14px;
    font-weight: 400;
}

.tp-testimonial__author-name {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 5px;
}

/*----------------------------------------*/
/*  07. cta css start
/*----------------------------------------*/
.tp-cta__bg {
    padding-top: 67px;
    padding-bottom: 67px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@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-cta__bg {
        background-position: right;
    }
}

.tp-cta__title-sm {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-cta__title-sm {
        font-size: 33px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-cta__title-sm {
        font-size: 29px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta__title-sm {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-cta__title-sm {
        font-size: 22px;
    }

    .tp-cta__title-sm br {
        display: none;
    }
}

.tp-cta__icon {
    padding-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-cta__icon {
        padding-right: 30px;
        flex: 0 0 auto;
    }
}

.tp-cta__icon span {
    font-size: 65px;
    color: var(--tp-common-blue);
    display: inline-block;
    transform: translateY(6px);
}

@media (max-width: 767px) {
    .tp-cta__content {
        padding-bottom: 30px;
    }
}

.tp-cta__shape-1 {
    position: absolute;
    left: 0;
    top: -4%;
}

.tp-cta__shape-2 {
    position: absolute;
    left: 55px;
    top: -10px;
}

.tp-cta__shape-3 {
    position: absolute;
    top: -155%;
    right: 0;
}

/*----------------------------------------*/
/*  25. footer css start
/*----------------------------------------*/
.tp-footer__bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

.tp-footer__bg::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 55, 55, 0.98);
    position: absolute;
    content: "";
    z-index: -1;
}

.tp-footer__logo {
    padding-bottom: 22px;
}

.tp-footer__text p {
    line-height: 30px;
    color: #fff;
    padding-bottom: 7px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .tp-footer__text p {
        font-size: 14px;
    }

    .tp-footer__text p br {
        display: none;
    }
}

.tp-footer__icon i {
    font-size: 16px;
    color: var(--tp-common-blue);
    margin-right: 15px;
    display: inline-block;
    /* transform: translateY(6px); */
}

.tp-footer__text a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .tp-footer__text a {
        font-size: 14px;
    }
}

.tp-footer__text a:hover {
    color: var(--tp-common-blue);
}

.tp-footer__widget-title {
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-white);
    padding-bottom: 37px;
}

@media (max-width: 767px) {
    .tp-footer__widget-title {
        padding-bottom: 15px;
    }
}

.tp-footer__list ul li {
    list-style-type: none;
    padding-bottom: 15px;
}

.tp-footer__list ul li:last-child {
    padding-bottom: 0;
}

.tp-footer__list ul li a {
    color: var(--tp-grey-2);
    font-size: 15px;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .tp-footer__list ul li a {
        font-size: 14px;
    }
}

.tp-footer__list ul li a:hover {
    color: var(--tp-common-blue);
    margin-left: 7px;
}

.tp-footer__form form input {
    width: 100%;
    border: 1px solid var(--tp-border-1);
    background-color: transparent;
    height: 47px;
    line-height: 47px;
    padding: 0 30px;
    font-size: 14px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}

.tp-footer__form form input::-webkit-input-placeholder {
    color: #fff;
}

.tp-footer__form form input:-moz-placeholder {
    color: #fff;
}

.tp-footer__form form input::-moz-placeholder {
    color: #fff;
}

.tp-footer__form form input:-ms-input-placeholder {
    color: #fff;
}

.tp-footer__widget-title-2 {
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-white);
    padding-bottom: 37px;
}

@media (max-width: 767px) {
    .tp-footer__widget-title-2 {
        padding-bottom: 15px;
    }
}

.tp-footer__widget-title-2::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 10px;
    background-color: var(--tp-common-blue);
    margin-left: 10px;
    transform: translateY(-4px);
}

.tp-footer__widget-title-3 {
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-white);
    padding-bottom: 37px;
}

@media (max-width: 767px) {
    .tp-footer__widget-title-3 {
        padding-bottom: 15px;
    }
}

.tp-footer__widget-title-3::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: var(--tp-common-blue);
    display: inline-block;
    transform: translateY(-2px);
    margin-left: 10px;
}

.tp-footer__donate-box {
    background-color: #294141;
    padding: 30px;
    padding-top: 20px;
}

.tp-footer__donate-title-sm {
    font-weight: 800;
    font-size: 24px;
    color: var(--tp-common-white);
    line-height: 34px;
    padding-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer__donate-title-sm {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .tp-footer__donate-title-sm {
        font-size: 17px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-footer__donate-title-sm {
        font-size: 18px;
    }

    .tp-footer__donate-title-sm br {
        display: none;
    }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
    .tp-footer__donate-title-sm br {
        display: none;
    }
}

.footer-col-3 {
    padding-left: 9px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .footer-col-3 {
        padding-left: 0;
    }
}

.footer-col-4 {
    padding-left: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .footer-col-4 {
        padding-left: 0;
    }
}

.footer-2-col-2 {
    margin-left: -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) {
    .footer-2-col-2 {
        margin-left: 0;
    }
}

.footer-2-col-3 {
    margin-left: -35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .footer-2-col-3 {
        margin-left: 0;
    }
}

.tp-copyright__bg {
    background-color: #172c2d;
    padding: 25px 0;
}

.tp-copyright__text span {
    font-size: 16px;
    display: inline-block;
    color: #fff;
}

@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: 768px) and (max-width: 991px) {
    .tp-copyright__text span {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .tp-copyright__text span {
        font-size: 14px;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-copyright__text span {
        padding-bottom: 0px;
    }
}

.tp-copyright__social {
    line-height: 0;
}

.tp-copyright__social a {
    font-size: 17px;
    color: var(--tp-common-blue);
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #1f3737;
    line-height: 40px;
    text-align: center;
    margin-left: 9px;
    transition: all 500ms ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.tp-copyright__social a::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--tp-common-blue);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.tp-copyright__social a:hover {
    color: var(--tp-common-white);
}

.tp-copyright__social a:hover::after {
    opacity: 1;
    transform: scaleY(1);
}

/* CSS */
.button1 {
    background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
    border: 0;
    border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

.button1:not([disabled]):focus {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

.button1:not([disabled]):hover {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

.card-header {
    background: rgb(9, 72, 130);
    background: -moz-linear-gradient(135deg, rgba(9, 72, 130, 1) 0%, rgba(106, 195, 230, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(9, 72, 130, 1) 0%, rgba(106, 195, 230, 1) 100%);
    background: linear-gradient(135deg, rgba(9, 72, 130, 1) 0%, rgba(106, 195, 230, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#094882", endColorstr="#6ac3e6", GradientType=1);
    color: #fff !important;
}

.PageContent ul li:last-child {
    padding-bottom: 15px;
}

.shadow1 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}